

/*=========================== General and Typography ============================ */
body {
    color: #797979;
    font-family: 'Lato', sans-serif;
}

p,
ul,
ol {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

h1 {
    font-size: 3.7em;
    line-height: 1em;
    
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

h1 span {
    font-weight: 400;
}

h2 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    
    font-size: 3.1em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.7em;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #000000;
}

h3.no-margin-top {
    margin-top: 0px;
}

h4 {
    
    color: #000000;
    font-size: 2.1em;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
}

h5 {
    color: #000;
    
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

h6 {
    color: #000000;
    
    line-height: 1.4em;
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 20px;
}

.h7 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.lead {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.6em;
    color: #000;
}

.small-text {
    
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: 0.4px;
    margin-top: 4px;
}

.info {
    width: 24px;
  
    margin-right: 12px;
    margin-left: 8px;
}

.mail {
    width: 20px;
   
    margin-right: 5px;
}

.address {
    width: 24px;
    height: 25px;
    margin-right: 10px;
}

.time {
    width: 34px;

    margin-right: 12px;
    margin-top: 5px;
    padding-left: 10px;
}

.text-light {
    color: #fff;
}
.sideimg{
    float: left;
    width: 20%
}

/* Links */
a {
    transition: color .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}
.pad-0{
    padding: 0
}
.mar-0{
    margin: 0
}

*:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}
*:focus-visible{
    outline: none
}
a:focus{
    outline: none
}


.custom-link {
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
    background: #f3f3f3;
    display: inline-block;
    padding: 0px 10px;
    font-weight: 700;
    font-size: 20px;
}

/*=========================== Preloader ============================ */
#preloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.spinner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 46%;
    animation: rotate 2.0s infinite linear;
}

.spinner>div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    animation-fill-mode: both;
}

.spinner .bounce1 {
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    animation-delay: -0.16s;
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
    }
}

/*=========================== Navigation ============================ */
.navbar-default .navbar-nav>li>a {
    font-size: 17px;
    color: #82442d;
    font-weight:600;
    border-bottom: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    padding: 7px 5px;
    letter-spacing: 0px;
    
}

.navbar-default .navbar-nav>li>a:focus{
    
    outline: none !important;
}

.navbar-default .navbar-nav>li>a::after {
    content: '';
    display: block;
    width: 0;
    margin-top: 5px;
    height: 1px;
    transition: width .8s;
}

.navbar-default .navbar-nav>li>a:hover::after {
    width: 100%;
    transition: width .8s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
}

.header {
    height: 650px;
}

.navbar-header {
    float: left;
    width: 100%;
}

.navbar-default {
    background: transparent;
}

.navbar-default .navbar-toggle {
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* Dropdown */
.dropdown-menu {
    text-align: center;
    width: 100%;
}

.dropdown-menu>li>a {
    transition: all 0.8s;
    display: block;
    padding: 11px 20px;
    clear: both;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    font-size: 17px;
    text-align: left;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
}

.navbar-nav>li {
    float: none;
}

.navbar-nav {
    float: left;
    margin: 10px 0 20px 0px;
    width: 100%;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent !important;
    color: #fff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border: 0px;
}

/* Brand */
.brand {
    text-align: center;
    max-width: 130px;
    margin: auto;
}

.brand2 {
    text-align: center;
    max-width: 130px;
    margin: auto;
}


/*=========================== Slideshow ============================ */
.main {
    margin-left: 280px;
    overflow-x: hidden;
}

.slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 26s;
    animation-duration: 26s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* Ken Burns animation */
.slideshow-image:nth-child(1) {
    background-image: url('../img/slideshow/1.jpg');
    -webkit-animation-name: kenburns-1;
    animation-name: kenburns-1;
    z-index: 5;
}

.slideshow-image:nth-child(2) {
    background-image: url('../img/slideshow/7.jpeg');
    -webkit-animation-name: kenburns-2;
    animation-name: kenburns-2;
    z-index: 4;
}

.slideshow-image:nth-child(3) {
    background-image: url('../img/slideshow/12.jpg');
    -webkit-animation-name: kenburns-3;
    animation-name: kenburns-3;
    z-index: 3;
}

.slideshow-image:nth-child(4) {
    background-image: url('../img/slideshow/5.jpg');
    -webkit-animation-name: kenburns-4;
    animation-name: kenburns-4;
    z-index: 2;
}
.slideshow-image:nth-child(5) {
    background-image: url('../img/slideshow/8.jpeg');
    -webkit-animation-name: kenburns-5;
    animation-name: kenburns-5;
    z-index: 1;
}

.slideshow-image:nth-child(6) {
    background-image: url('../img/slideshow/12.jpg');
    -webkit-animation-name: kenburns-6;
    animation-name: kenburns-6;
    z-index: 1;
}

@-webkit-keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-webkit-keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes kenburns-5 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes kenburns-5 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@keyframes kenburns-6 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes kenburns-6 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*=========================== Structure ============================ */



/* Split the screen */

.split {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
   width: 22%
}

.col-md-9.split,
.col-md-3.split {
    padding-right: 0px;
    padding-left: 0px;
}

/* Control the sidebar */
#sidebar {

    left: 0;
    padding: 0;
    text-align: center;
}

.sidebar-space {
    margin-top: 20px;
}

/* Control the content side */
#content {
    right: 0%;
}

#content.pages {
    overflow-y: scroll;
    padding-bottom: 50px;
}

#content.page-footer {
    overflow-y: scroll;
    padding-bottom: 0px;
   
    overflow-x: hidden;
}

.sections {
    margin-left: 30px;
}

.service-page {
    overflow-y: scroll;
}

.service-heading {
    margin: 50px;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    /* overflow-y: scroll; */
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Style the .content-box */
.content-box {
    padding: 10px;
    background: rgb(255 255 255 / 65%);
    margin-top: 345px;
    margin-right: 30px;
    opacity: 0;
    -webkit-animation: slidein 1s ease 4s forwards;
    -moz-animation: slidein 1s ease 4s forwards;
    -o-animation: slidein 1s ease 4s forwards;
    animation: slidein 1s ease 4s forwards;
    animation-delay: 1s;
}

.inside-wrapper {
    padding: 70px !important;
}

.inside-wrapper.home {
    padding: 5px !important;
}

.small-text {
    display: flex;
    justify-content: left;
    font-size: 14px;
}


.heading {
    font-size: 30px;
    color: black;
    text-transform: capitalize;
}

/* service-section */

/* Content box animation */
@keyframes slidein {
    0% {
        opacity: 0;
        transform: translatey(-15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* background images in each section */
#services .content-wrapper {
    background-size: cover !important;
    background: url("../img/backgrounds/bg1.jpg");
}

#aboutus .content-wrapper {
    background-size: cover !important;
    background: url("../img/backgrounds/bg2.jpg");
}

#gallery .content-wrapper {
    background-size: cover !important;
    background: url("../img/backgrounds/bg4.jpg");
}

#prices .content-wrapper {
    background-size: cover !important;
    background: url("../img/backgrounds/bg5.jpg");
}

/*=========================== Services ============================ */
.serviceBox {
    margin-bottom: 20px;
    text-align: center;
}

.service-icon img {
    border: 5px solid;
    max-width: 80%;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.service-icon i {
    font-size: 90px;
    transition: all 0.3s ease-in-out;
}

.serviceBox .service-content {
    margin-top: 30px;
}

.service-hover-box img {
    transition: all 0.8s;
}

/*=========================== About us ============================ */
/* team */
figure.team {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.team * {
    box-sizing: border-box;
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.team figcaption {
    position: relative;
    margin-top: 20px;
}

figure.team h4 {
    margin-bottom: 0px;
}

figure.team h6 {
    margin-top: 0px;
}

figure.team .icons {
    position: absolute;
    top: 25px;
    left: 25px;
}

figure.team i {
    margin-right: 5px;
    display: inline-block;
    font-size: 28px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: white;
    opacity: 0;
    transform: rotateX(90deg);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

figure.team a {
    opacity: 0.8;
}

figure.team a:hover {
    opacity: 1;
}

figure.team:hover img {
    opacity: 0.3;
    filter: grayscale(100%);
}

figure.team:hover i {
    opacity: 1;
    transform: rotateX(0);
}

figure.team:hover a:first-child i {
    transition-delay: 0.1s;
}

figure.team:hover a:nth-child(2) i {
    transition-delay: 0.2s;
}

figure.team:hover a:nth-child(3) i {
    transition-delay: 0.3s;
}

/* testimonials */
.testimonial {
    margin: 0 15px;
}

.testimonial .content:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -10px;
    font-size: 36px;
}

.testimonial .content {
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}

.testimonial .content:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}

.testimonial .description {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}

.testimonial-pic {
    float: left;
}

.testimonial-pic>img {
    max-width: 120px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    margin-left: 20px;
}

.testimonial .testimonial-review {
    margin: 3px 0 0 15px;
    float: left;
}

.testimonial .testimonial-title {
    margin-bottom: 0px;
}

.testimonial .testimonial-review span {
    font-size: 22px;
}

/*=========================== Prices ============================ */
#prices .nav-tabs {
    margin-bottom: 30px;
}

.img-price {
    transition: all 0.35s ease-in-out;
    width:100px;
    Height:100px;
    margin-bottom: 20px;
}

/* .nav-tabs li.active .img-price {
    border: 10px solid;
    width:100px;
    Height:100px;
} */

/* #prices .nav-tabs li:hover .img-price {
    border: 5px solid;
} */

#prices .tab-pane {
    text-align: center;
}

.prices-main {
    margin-top: 30px;
}

/* Menu styling */
.menu-body {
    margin: 0 auto;
    display: block;
}

.menu-item {
    margin: 25px 0px;
    font-size: 20px;
}

/* menu Name */
.menu-item-name {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px dashed rgb(229 46 113);
    padding-bottom: 9px;
    color: #000
}

/* menu Description */
.menu-item-description {
    font-size: .8em;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: left;
}

/* menu Price */
.menu-item-price {
    float: right;
    color: #5b974a;
    
    font-size: 18px;
}

/* =========================== Gallery ============================ */
/* Isotope */
.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope-item {
    padding: 2px;
    margin-right: -1px;
    backface-visibility: hidden;
}

.isotope {
    transition-property: height, width;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}

/* Gallery thumbnail*/
.gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-thumb img {
    transition: all 1s ease-out;
}

.gallery-thumb:hover img {
    transform: scale(1.2) rotate(-5deg);
}

.scrollimation .gallery-thumb {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity .4s ease-out, transform .4s ease-out;
}

.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
    transform: translateY(0px);
    opacity: 1;
}

/* thumbnail Overlay */
.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity .3s ease-out;
    background: rgba(0, 0, 0, 0.53);
}

.gallery-thumb:hover .overlay-mask {
    opacity: 1;
}

/*=========================== Contact ============================ */
.contact-icon {
    text-align: center;
    padding: 25px;
    min-height: 210px;
    border: 2px solid;
}

.contact-icon-info {
    margin-top: 30px;
}

.contact-icon-info p {
    font-weight: 700;
}

.contact-icon .top-icon {
    transition: all .3s ease-out;
    font-size: 30px;
    top: -30px;
    position: absolute;
    right: 0;
    left: 0;
    width: 100px;
    margin: auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.contact-icon:hover .top-icon {
    top: -40px;
}

.margin-icon {
    margin-right: 10px;
}

/* Map */
#map-canvas {
    min-width: 100%;
    height: 300px;
}

/*=========================== Blog pages ============================ */
.sidebar-header {
    text-align: center;
    margin-bottom: 40px;
}

.blog-head {
    background-image: url("../img/slideshow/slide1.jpg");
    padding: 40px;
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.text-styling {
    color: #5b974a;
}
#footer-main{
   
}
.footer {
    padding: 30px 63px;
    float: left;
    width: 100%
}

.footer-space {
    margin-top: 10px;
}

.flourish-footer {
    margin: 5px;
    color: #000;
}

#blog-container {
    padding: 0px 40px;
}

/* date & category badge */
.date-category {
    position: absolute;
    z-index: 10;
    color: #fff;
    min-width: 130px;
    padding: 20px;
    left: 50px;
    margin-top: 30px;
}

.date-category p {
    color: #fff;
    font-family: Raleway;
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0px 0px 0px;
}

/* blog-popular widget*/
.blog-popular img {
    padding: 10px;
}

.blog-popular .col-xs-7 {
    padding-left: 0px;
}

.blog-popular h6 {
    margin-bottom: 5px;
    line-height: 1.2em;
    font-size: 1.2em;
}

.blog-popular p {
    font-size: 12px;
}

.blog-popular a:hover img {
    opacity: 0.8;
}

/* Post info */
.post-info p {
    margin-right: 15px;
    display: inline-block;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-info p+p {
    line-height: 0px !important;
}

.post-info i {
    margin-right: 5px;
}

/* blog post */
.blog-post {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.blog-post:last-child {
    border-bottom: 0px;
}

.blog-post h3 {
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
}

.blog-post i {
    margin-right: 5px;
}

.single-page .blog-post h3 {
    margin-top: 0px;
}

.post-main img {
    margin-bottom: 20px;
}

/* Blog tags */
.blog-tags a {
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.blog-tags a::before {
    background: #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.post-info .blog-tags {
    margin-top: 20px;
}

/* Comments */
.comment-form.media {
    margin-top: 50px;
}

.comments-block {
    margin-top: 50px;
}

.comment.media-body {
    margin-right: 10px;
}

.comments-block .btn {
    padding: 10px;
}

.comments-block .media-object {
    max-width: 120px;
    float: left;
    margin-right: 20px;
}

.comment {
    margin: 40px auto 20px;
    padding: 30px;
    position: relative;
}

.nested {
    display: inline-block;
}

/* blog-single */
.blog-single {
    margin-bottom: 20px;

    padding-bottom: 20px;

}

.card-img-top {
    height: 240px;
    width: 100%;
    display: block;
}


.img-blog img {
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.img-blog img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(70%);
    object-fit: cover;
    margin: 0;
    padding: 0;
    height: 240px;

}

/*=========================== Miscellaneous ============================ */
/* light text */
.text-light p,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
    color: #fff !important;
}

/* progress bar */
.progress {
    margin: 5px;
}

/* Nav-tabs */
.nav-tabs {
    text-align: left;
    border-bottom: 0;
    margin-bottom: 10px;
    padding: 0 20px
}

.nav.nav-tabs li {
    margin: 0px 5px;
    position: relative;
    float: none;
    display: inline-block;
}

.nav.nav-tabs li.active:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 40%;
    border: 14px solid transparent;
}

.nav.nav-tabs li.active:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 53px;
    border: 10px solid transparent;
}

.nav.nav-tabs li a {
  
    /* border: 1px solid; */
    font-weight: 500;
    padding: 10px 16px;
    font-size: 14px;
    background: transparent;
    border-radius: 50px;
    margin: 0px 1px;
    border: 1px solid #94c779;
    color: #94c779 !important
    /* border-top: 0;
    border-left: 0;
    border-right: 0; */
}
.nav.nav-tabs li a:hover{
    
     background: #5b974a;
    color: #fff !important;
    border: #5b974a 1px solid
}

.nav.nav-tabs>li:focus>a,
.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus {
    border-bottom: 2px solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;  
        background: #5b974a;
    color: #fff !important;
}

.tab-content{
    padding: 0 20px
}
/* Pager */
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 10px 24px;
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
    transition: all .2s ease-in-out;
}

.pager li>a:hover {
    color: #fff;
}

/* buttons */
a.btn:hover,
a.btn-primary:hover {
    color: #94c779;
}

a.btn:focus,
a.btn-primary:focus {
    color: #94c779;
}

.btn,
.btn-primary {
    font-size: 16px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border: 0;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    color: #fff !important;
    margin-top: 20px;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s ease all;
    padding: 10px 40px;
    border-radius: 0px;
}

.btn+.btn {
    margin-left: 10px;
}

.btn-primary,
.btn-secondary {
    transition: background .2s ease-in-out;
}
.btn-secondary {
    background: #82462e !important;
}

.btn-lg {
    padding: 1.5rem 2.4rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5;
}

.btn-sm {
    padding: 0.6rem 0.6rem !important;
    font-size: 0.9rem !important;
}

.btn-light {
    color: #212529 !important;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    margin: 0px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    outline: none;
    box-shadow: none !important;
    background-color: transparent;
}

button:focus {
    outline: 0px;
}

.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0;
}

.nav-setting {
    text-align: left;
}

/* social media */
.contact-section {
    margin-bottom: 30px;
    margin-top: 20px;
}

.contact-info {
    margin-top: 20px;
}

.social-media {

    margin-top: 20px;
}

.social-media i {
    font-size: 27px;
    padding: 10px;
    margin: 3px;
}

.social-media i:hover {
    color: #5b974a;
    transition: all .5s ease-in-out;
}

.social-media1 {
    margin: 10px;
}

.social-media1 i {
    font-size: 27px;
    padding: 10px;
    margin: 3px;
}

.timing {
    text-align: justify;
}

.navbar-info {
    text-align: center;
    color: #2e2e2e;
}

/* forms */
.form-control {
    
    background: transparent;
    border: 1px solid #6a2c3b;
    transition: all .15s ease-in-out;
    border-radius: 0px;
    box-shadow: none;
    padding: 21px 12px !important
        
}

.form-control input {
    height: 60px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.input-group-btn .btn {
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 0px;
}

.input-group .form-control:first-child {
    height: 42px;
}

label {
    margin-top: 20px;
    font-size: 16px;
}

/* Blockquote */
blockquote {
    padding: 20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

blockquote footer {
    padding: 0px;
    background: transparent !important;
    color: inherit;
}

blockquote p {
    font-weight: 700;
    font-size: 18px;
}

cite:before {
    content: '― ';
}

cite {
    font-style: normal;
}

blockquote:before {
    margin-right: 20px;
    content: "\f10d";
    font-weight: 900;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    opacity: 0.7;
}

/* margins */
.margin1 {
    margin-top: 15px;
}

.margin-i {
    margin-right: 10px;
}

/* fade effect */
.fade {
    transition: opacity 1.15s linear;
}

/* Nav-pills */
.nav-pills>li>a {
    transition: all .2s ease-in-out;
    border-radius: 0px;
    font-size: 16px;
    margin: 5px;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: 700;
    letter-spacing: .15em;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a,
.nav-pills .nav>li>a:hover {
    color: #fff;
}

.nav-tabs.centered>li,
.nav-pills.centered>li {
    float: none;
    display: inline-block;
    display: inline;
    /* ie7 fix */
    zoom: 1;
    /* hasLayout ie7 trigger */
}

.nav-tabs.centered,
.nav-pills.centered {
    text-align: center;
}

/* light background */
.bg-light {
    background: #f5f5f5 !important;
}


/* section-heading */
.container-sm {
    max-width: 1000px;
}

.section-heading {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 21px;
}
.section-heading2{
    margin-bottom: 30px
}

.mb-30{
    margin-bottom: 30px
}

/* 

.item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.item:hover .con {
    bottom: 0;
}

.item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(70%);
    object-fit: cover;
    margin: 0;
    padding: 0;
    height: 240px;
    width: 284px;
}

.item .con {
    padding: 30px;
    position: absolute;
    bottom: -73px;
    left: 0;
    width: 100%;
    -webkit-transition: all .8s;
    transition: all .8s;
    text-align: center;
}

.item .con h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
} */

/*Paragraph image */
.img-paragraph {
    padding: 20px;
}

/* custom ul */

/* labels */
.label {
    font-size: 12px;
    padding: 10px;
}

/* Page margin*/
.page {
    padding: 160px;
}

/* alerts */
.alert {
    padding: 30px;
    border: 0px;
}

.alert h4 {
    margin-top: -7px;
    margin-bottom: 10px;
}

.alert-info:before {
    content: "\f128";
    z-index: 0;
    opacity: 0.8;
    font-size: 40px;
    font-family: "flaticon";
    z-index: 0;
    left: -10px;
    position: absolute;
    top: -20px;
}

.alert-info:after {
    content: "\f128";
    z-index: 0;
    transform: rotate(-180deg);
    font-size: 40px;
    font-family: "flaticon";
    z-index: 0;
    right: -10px;
    position: absolute;
    bottom: -20px;
}

/* elements page */
#elements .row {
    margin-right: 0px;
    margin-left: 0px;
}

#elements .page-header {
    margin-top: 80px;
}

#elements h5.sub-header {
    padding: 10px;
    text-align: center;
    border-radius: 0px;
}

#elements h3.sub-header {
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    background: #cecece;
}

#elements .bg-colorprev .col-md-3 {
    padding: 20px;
}

.glyph {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 20px;
    width: 24%;
}

.glyph-icon {
    padding: 10px;
    display: block;
    margin-top: 20px;
    font-size: 52px;
    color: #2F2F2F;
    margin-left: 0;
}

.page-header {
    border-bottom: 2px solid #eee !important;
    margin-bottom: 50px;
}

.page-header h2 {
    display: inline-table;
}

/* Img Styles */
.img-opacity:hover {
    opacity: 0.7;
}

.img-rounded {
    border-radius: 40px;
}

/* Image Zoom Hover effect */
.img-effect {
    overflow: hidden;
}

.img-effect img {
    transition: opacity 0.7s, transform 2.5s;
}

.img-effect:hover img {
    transform: scale3d(1.2, 1.2, 1);
}

/* Image opacity hover */
.img-hover img {
    transition: opacity 0.2s;
    opacity: 1;
}

.img-hover:hover img {
    opacity: 0.8;
}

/* Image border */
.img-border {
    border: 4px double
}

/* well */
.well {
    background: #f5f5f2;
    padding: 20px;
    box-shadow: none;
    border: 0px;
}

.well ul.custom {
    padding-left: 40px;
}

/* pills /badges */
.badge-pill {
    padding: 10px;
    margin: 3px;
}

.badge-default {
    color: #fff;
}

/* pagination */
.pagination>li>a:hover {
    color: #fff;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus {
    transition: all 0.3s ease-in-out;
    background: #f5f5f2;
    border: 0px;
    color: #808080;
    font-weight: 700;
}

/* breadcrumbs */
.breadcrumb {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    background: transparent;
    padding: 5px;
    text-transform: capitalize;
    font-size: 13px;
    display: inline-flex;
    margin-bottom: 10px
}

/* list group */
.list-group-item {
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    padding: 10px;
    background: #f5f5f2;
}

.a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #fff;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    border-color: #ddd;
}

/* panels */
.panel-heading a.collapsed {
    color: #000;
}

/*=========================== Media queries ============================ */
/* Small devices (landscape phones, 544px) */
@media (max-width: 544px) {
    .blog-head {
        margin-bottom: 0px;
    }

    .blog-single {
        margin-bottom: 0px;
    }

    .spinner {
        left: 40%;
    }

    .btn,
    .btn-primary {
        padding: 10px;
    }

    #elements .glyph {
        width: 100%;
    }

    .date-category i {
        display: none;
    }

    .date-category {
        position: relative;
        color: #fff;
        min-width: 0px;
        padding: 0px;
        left: 0px;
    }

    .breadcrumb {
        font-size: 11px;
        display: block;
    }

    #blog-container {
        padding: 20px;
    }

    .comment {
        padding: 0px;
    }

    .comments-block .media-object {
        max-width: 100%;
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .btn+.btn {
        margin-left: 0px;
    }

    .navbar-collapse.show,
    .navbar-collapse {
        max-height: 300px !important;
    }

    .input-group .form-control,
    .input-group-btn {
        display: inline-table;
        width: 100%;
        margin-top: 10px;
    }

    .testimonial-pic,
    .testimonial .testimonial-review {
        float: none;
        text-align: center;
    }

    .testimonial-pic>img,
    .testimonial .testimonial-review {
        margin: 0 auto;
    }

    .btn-lg {
        padding: 20px !important;
    }

    .back-to-top {
        right: 12px;
    }

    .content-box {
        margin-top: 200px !important;
    }

    .inside-wrapper {
        padding: 20px 20px !important;
    }
}

/* Medium devices (tablets, 768px) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {

    /* section */
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-heading {
        margin-top: 70px;
        margin-bottom: 20px;
    }


    .container-sm .row {
        flex-direction: column;
    }

    /* Style adjustments for smaller screens */
    .item {
        margin-bottom: 10px;
    }

    .item h5 {
        font-size: 16px;
        margin-top: 5px;
    }

    .item p {
        font-size: 12px;
    }

    /* typography */
    h1 {
        font-size: 2.4em;
    }

    h2 {
        font-size: 2.0em;
    }

    h3 {
        font-size: 1.7em;
    }

    h4 {
        font-size: 1.5em;
    }

    .h7 {
        font-size: 16px;
        line-height: 27px;
    }

    .header-p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .header-text h1 {
        margin-bottom: 20px;
        font-size: 5em;
    }

    /* others */
    footer {
        padding: 30px;
    }

    .contact-icon {
        margin-top: 50px;
    }
    .brand, .brand2{
        margin-top: 0
    }
    .img-responsive{
        width: 100%;
    }
 
}

/* Medium- Large devices (desktops, 992px) */
@media (max-width: 992px) {

    .section-heading {
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .contact-icon {
        margin-top: 50px;
    }

    .content-wrapper {
        margin-bottom: 50px;
    }

    /* slider */
    .header-text:before {
        font-size: 50px !important;
        margin-top: 30px;
    }

    /*top bar */
    .top-bar .contact-details li {
        font-size: 13px;
    }

    .top-bar .contact-details li {
        margin: 0px !important;
    }

    .top-bar .contact-details i {
        margin-right: 8px;
        margin-left: 8px;
    }

    .social-list,
    .contact-details {
        float: none !important;
        text-align: center;
    }

    .navbar-collapse.show {
        max-height: 400px;
    }

    .navbar-collapse {
        max-height: 400px;
    }

    .navbar-collapse::-webkit-scrollbar {
        width: 10px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background-color: lightgray;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background-color: darkgray;
    }

    .navbar-collapse.show {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }
}

/* Large devices (large desktops, min 1200px ) */
@media (min-width: 1200px) {
    /* .section-heading {
        margin-top: 70px;
        margin-bottom: 20px;
    } */

    .affix-sidebar {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #home .content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* content box home*/
    .content-box.home {
        padding: 10px !important;
        width: 60%;
        margin-bottom: 60px;
    }

    .content-box.home h1 {
        margin-top: 0px;
    }

    .inside-wrapper.container {
        width: 1000px;
    }

    /* navigation */
    .navbar-nav .nav-link {
        height: 60px;
    }

    .dropdown-menu {
        margin-top: 30px;
    }
}

/* Large devices (large desktops, max 1200px) */
@media (max-width: 1199px) {
    .main {
        margin-left: 0px;
    }
    
           .main-inner{
    padding-top: 140px !important
}
    
    .nav.nav-tabs li a{
        padding: 10px 20px;
    }
    .nav.nav-tabs li {
    margin: 5px 5px;
 
}

    .section-heading {
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .slideshow {
        min-height: 100%;
    }


    .content-box.home {
        padding: 0px 20px 30px 20px !important;
        width: 90%;
        left: 5%;
        margin-top: 0px !important;
        top: 25%;
        position: absolute;
    }
    .shadow-img {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    margin-top: 20px;
}
    .main-inner{
    padding-top: 140px
}


    .navbar {
        margin-bottom: 0px;
    }

    #services .content-wrapper,
    #aboutus .content-wrapper,
    #contact .content-wrapper,
    #gallery .content-wrapper,
    #prices .content-wrapper {
        background-size: 100% auto !important;
        background-repeat: no-repeat;
    }

    .content-box {
        margin-top: 400px;
        background: #fff;
        width: 100%;
        margin-bottom: 150px;
    }

    .brand {
        max-width: 120px;
        float: left;
       
    }
     .brand {
        max-width: 120px;
       
       
    }

    .content-wrapper {
        top: 89px;
        min-height: 100%;
    }

    .content-box.home {
        margin-bottom: 150px;
    }

    /* navigation */
    .dropdown-menu:before {
        display: none;
    }

    .nav-item {
        margin-top: 20px;
    }

    .dropdown-item,
    .navbar-nav li {
        text-align: center;
    }

    .navbar-collapse.show {
        display: block;
        padding-bottom: 40px;
    }

    #sidebar.split {
        height: auto;
        z-index: 99999;
      
    }

    #sidebar {
        padding: 0px;
        overflow: hidden;
    }

    /* navbar collapse */
    .navbar-custom li:after {
        display: none;
    }

    .navbar-header {
        float: none;
        margin-top: -2px;
        height: auto;
    }

    .navbar-toggle {
        display: block;
        margin-top: 10px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse {
        max-height: 400px !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        padding: 20px 10px;
        max-height: 400px;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

    .navbar-collapse::-webkit-scrollbar {
        width: 20px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background-color: lightgray;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background-color: darkgray;
    }

    .navbar-nav {
        margin: 0;
        float: none !important;
    }

    .navbar-right {
        line-height: 0px;
    }

    .navbar-nav li {
        float: none;
    }

    .navbar-nav li>.dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        position: static;
        box-shadow: none;
        background: inherit;
    }

    /* dropdown on click */
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .dropdown-menu {
        display: none !important;
    }

    .open .dropdown-menu {
        display: block !important;
    }

    #sidebar,
    #content {
        width: 100%;
    }
 

    #content.pages {
        padding-bottom: 100px;
        padding-top: 89px;
    }

    .service-page {
        padding-top: 89px;
    }
    
}

/* Large devices ( min 1500px) */
@media (min-width: 1500px) {
    .section-heading {
        margin-top: 70px;
        margin-bottom: 20px;
    }

    /* content box home*/
    .content-box.home {
        width: 50% !important;
    }

}

.betty-contact-info2 {
    padding: 10px 0px;
}

.betty-contact-info2 .feat-inner2:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}
.betty-contact-info2 .feat-inner2 {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.betty-contact-info2 .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    color: #5b974a;
}

.betty-contact-info2 .feat-info2 {
    overflow: hidden;
    float: left
}
.feat-inner2 span{
    float: left;
    width: 80px
}
.feat-inner2 span img{
    width: 50px
}
.betty-contact-info2 h5 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Rambla', sans-serif;
    color: #000;
}
.betty-contact-info2 h6 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Rambla', sans-serif;
}
.pad30{
    padding: 50px 40px
}
.mb50{
    margin-bottom: 50px
}

.style-title {
    color: #81452d;
    font-family: "Herr Von Muellerhoff", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1em;
}
.heading-decorate{
    text-transform: capitalize
}

.pink-box{
    float:left;
    padding: 0;
    background: #ffdce9;
    width: 100%;
    margin-bottom: 40px;
    border: #ffdce9 5px solid
}
.pink-box:hover{
  
    background: #efefef;
     border: #5b974a 5px solid

}
.purple-box{
    float:left;
    padding: 0;
    background: #dcd3df;
    width: 100%;
    margin-bottom: 40px;
    border: #dcd3df 5px solid
}
.purple-box:hover{
  
    background: #efefef;
     border: #77268F 5px solid

}

.box-left{
    padding: 15px 0 15px 20px;
    color: #000000;
    font-size: 40px;
    float: left;
    width: 50%;
    text-align: left
    
}
.box-left h3{
    font-size: 22px;
    font-weight: normal;
    margin: 0
}

.box-left h2{
    font-size: 32px;
    font-weight: bold;
    margin: 5px 0
}
.box-right{
    float: right;
    width: 50%
}
.box-right img{
    width: 100%
}
.mt-0{
    margin-top: 0
}
.mb-10{
    margin-bottom: 10px
}

.shadow-img{
    width: 100%;
    margin-bottom: 20px
}

.mt-20{
    margin-top: 20px
}

.main-inner{
    padding-top: 30px
}

.pb-20{
    padding-bottom: 20px
}
.box-left p{
    line-height: 22px
}

.about-img{
    width: 100%
}