/*
Template Name: Cake & Bake
Author: Ingrid Kuhn
Author URI: themeforest/user/ingridk
Version: 1.0
Last change: 11 March 2020

	Table of Contents

	#General and Typography
	#Preloader
	#Navigation
	#Slider
	#Structure
	#Section - About us
    #Section - Menu		
	#Section - Gallery
	#Section - Contact
	#Section - Blog Pages
	#Miscellaneous
	#Media Queries

/*=========================== General and Typography ============================ */
body {
    overflow: hidden;
    color: #464646;
    font-family: 'Nunito',sans-serif;
}
p,ul,ol {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}
h1 {
    font-size: 5.4em;
    line-height: 1em;
    font-family: Satisfy;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
h1 span {
    font-weight: 400;
}
h2 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'Satisfy', serif;
    font-size: 3.9em;
    line-height: 1em;
    letter-spacing:-1px;
    margin-bottom: 20px;
}
h3 {
    font-family: 'Satisfy', sans-serif;
    font-size: 3.2em;
    letter-spacing:-1px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #000;
}
h3.no-margin-top {
    margin-top: 0px;
}
h3.title:after {
    content:'';
    display: block;
    width: 100%;
    height:100%;
    margin-right: -100%;
    border-bottom:1px dotted;
}
h4 {
    font-family: 'Nunito', serif;
    color: #000;
    font-size: 2.1em;
    line-height: 1.5em;
    font-weight: 700;
}
h5 {
    color: #333;
    font-family: 'Nunito', serif;
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}
h6 {
    color: #4E4E4E;
    line-height: 1.2em;
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 20px;
}
.h7 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: 700;
}
.lead {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6em;
}
.small-text {
    font-family: 'Nunito',sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-bottom: 5px;
}
.text-light {
    color: #fff;
}
/* Links */
a {
    transition: color .2s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
}
*:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

/*=========================== 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 {
    color: #000;
    width:100%;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    letter-spacing: 0.5px;
    transition: all ease-in-out 0.2s;
}
.navbar-default .navbar-nav>li:hover a{
    color:#fff!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
}
.navbar-collapse{
    padding:0px;
}
.navbar-header {
    float: left;
    width: 100%;
}
.navbar-default {
    background: transparent;
}
.navbar-default .navbar-toggle {
    border:0px;
    transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/* Dropdown */
.dropdown-menu {
    text-align: center;
    width: 100%;
    padding: 0;
}
.dropdown-menu>li>a {
    transition: all 0.8s;
    display: block;
    padding: 10px;
    clear: both;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    font-size: 15px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
}
.navbar-nav>li {
    transition: all 0.2s ease-in-out;
    float: none;
}
.navbar-nav {
    float: left;
    margin: 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 {
    margin-bottom: 0px;
    text-align: center;
    max-width: 140px;
    margin: auto;
}
/* =========================== Slider ============================ */
#slider {
    z-index:99;
    width: 100% !important;
    height: 850px;
}
.header-wrapper {
    width: 100%!important;
    margin-left: 0%!important;
}
.header-wrapper .header-text {
    margin-top: 15%;
    white-space: normal;
}
.ls-outline .ls-nav-prev, .ls-outline .ls-nav-next {
    z-index: 99!important;
}
/* dark overlay in slider */
.ls-bg-wrap:after, .ls-slide-transition-wrapper:before {
    transition: 0.8s ease-in-out;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%)!important;
   /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%)!important;
   /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%)!important;
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* header text wrapper */
.header-text {
    margin-left: 8%;
    padding:30px;
    width: 50%!important;
    margin-top: 10%;
}
.header-text h1 {
    font-size: 6.3em;
    text-transform: none;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #fff;
}
.header-text span {
    color: #fff;
    font-size: 0.7em;
}
.header-text .btn,.header-text .btn:hover{
    box-shadow: 3px 1px 14px 3px rgba(255, 255, 255, 0.16);
}
.header-p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #fff;
}
.ls-outline .ls-nav-prev, .ls-outline .ls-nav-next {
    border:0px!important;
}
.ls-bottom-nav-wrapper, .ls-below-thumbnails {
    bottom: 20px;
}
/*=========================== Structure ============================ */
/* Split the screen */
.split {
    height: 100%;
    position:absolute;
    z-index: 1;
    top: 0;
}
.col-md-10.split, .col-md-2.split {
    padding-right: 0px;
    padding-left: 0px;
}
/* Control the sidebar */
#sidebar {
    z-index:9;
    padding: 20px;
    left: 0;
    padding: 20px;
    text-align: center;
    box-shadow: 3px 1px 20px rgba(76, 74, 74, 0.10196078431372549);
}
/* Control the content side */
#content {
    right: 0%;
}
#content.pages{
    overflow-y:scroll;
    padding-bottom:50px;
}
/* Content -webkit-box */
.content-box {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    float:left;
    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;
}
.content-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    position: absolute;
}
.inside-wrapper.home {
    padding: 40px!important;
}
/* Content -webkit-box animation */
@keyframes slidein {
    0% {
        opacity: 0;
        transform: translatey(-15px);
   }
    100% {
        opacity: 1;
        transform: translateY(0);
   }
}


/*=========================== About us ============================ */
/* team */

figure.team * {
    box-sizing: border-box;
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.team img {
    border:5px solid;
    margin-bottom: 10px;
}
figure.team figcaption {
    position: relative;
    margin-top: 20px;
}
figure.team h4 {
    margin-bottom: 0px;
}
figure.team h6 {
    margin-top: 0px;
}
figure.team .icons {
    text-align: center;
}
figure.team i {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
figure.team i:hover {
    transform: scale(1.1);
}
figure.team:hover i {
    color:#fff;
}
/* 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 .description {
    margin-bottom: 10px;
    font-size:18px;
    font-weight: 400;
    line-height: 26px;
}
.testimonial-pic {
    float: left;
}
.testimonial-pic>img {
    max-width: 120px;
    border-radius: 50%;
    border: 5px solid;
    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: 16px;
}
.tab-content{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    display: inline-block;
}
.checked {
   color: orange;
}
/*=========================== Menu ============================ */
#menu .nav-tabs{
    margin-bottom:30px;
}
#menu .img-price {
    transition: all 0.35s ease-in-out;
}

.img-price{
   color: #eb810a !important;
}

#menu .tab-pane {
    text-align: center;
}
.prices-main {
    margin-top: 30px;
}
/* Menu styling */
.menu-body {
    margin: 0 auto;
    display: block;
}
.menu-item {
    margin: 45px 0px;
    font-size: 20px;
    min-height: 150px;
}
/* menu Name */
.menu-item-name {
    text-align: left;
    font-weight: 700;
    border-bottom: 1px dotted;
    width: 90%;
    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;
    margin-top: -42px;
    font-size: 30px;
    font-family: Satisfy;
}
/* menu Picture */
.menu-item-pic {
    float: right;
    width: 150px;
    margin: 0 10px;
}
.menu-item-pic img {
    border: 10px solid;
}
/* =========================== 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: 5px;
    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;
    border-radius:5px;
}
.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;
    min-height: 270px;
}
.contact-icon-info {
    margin-top: 30px;
}
.contact-icon-info p {

}
.contact-info{
    padding: 25px;
    border-radius: 5px;
}
.margin-icon {
    margin-right: 10px;
    font-size: 11px;
}
/* Map */
#map-canvas {
    border-radius:5px;
    min-width: 100%;
    height: 505px;
}

.rnt-contact-form {
   position: relative;
   width: 100%;
   padding-bottom: 56.25%; /* Default 16:9 aspect ratio */
   height: 0;
   overflow: hidden;
}

.rnt-contact-form iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
}

/* Media query for larger screens */
@media (min-width: 1024px) {
   .rnt-contact-form {
       padding-bottom: 141.5%; /* 4:3 aspect ratio for larger screens */
   }
}
/*=========================== Blog pages ============================ */
.post-slide{
    overflow: hidden;
}
.post-slide .post-img {

    margin-bottom: 3=10px;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.5s;
    border-radius: 5px;
}
.post-slide:hover .post-img img{
    transform:scale(1.1);
}
.post-slide .post-date{
    color:#fff;
    position: absolute;
    top: 20px;
    left:20px;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition:all 0.50s ease;
}
.post-slide .date{
    display: block;
    font-size:20px;
    font-weight: 700;
}
.post-slide .month{
    display: block;
    font-size:11px;
    text-transform: uppercase;
}
.post-slide .post-review {
    padding: 20px;
}
.post-slide .post-title{
    margin:0 0 10px 0;
}
.post-slide .post-title a{
    color:#000;
    font-weight: bold;
}
.post-slide .post-bar{
    padding: 0 0 10px 0;
    list-style:none;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dotted;
}
.post-slide .post-bar li{
    color:#555;
    font-size:10px;
    margin-right:10px;
    display:inline-block;
}
.post-slide .post-bar li a{
    font-size: 14px;
    font-weight: 600;
}
.post-slide .post-bar li i{
    margin-right:5px;
}
.sidebar-header{
    margin-bottom: 20px;
    margin-top: 0px;
}
.blog-head{
    box-shadow: inset 0 0 0 1000px rgba(99, 60, 120, 0.39);
    color:#fff;
    background-image: url("../img/slideshow/slide1.jpg");
    padding:40px;
}
.blog-head h1{
    color:#fff;
}
/* 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-size: 17px;
    line-height: 24px;
    margin:10px 0px 0px 0px;
}
/* blog-popular widget*/
.popular-widget {
    padding: 10px 20px;
}
.popular-widget ul {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}
.popular-widget ul li {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.popular-widget ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.popular-widget li:hover .popular-thumb img {
    transform:scale(1.1);
}
.popular-thumb{
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.popular-thumb img{
    transition: all ease-in-out 0.2s;
    background: #fff;
    border: 1px dashed #e0e0e0;
    padding: 6px;
    height: 75px;
    width: 75px;
}
.popular-widget .post-info {
    margin-bottom: 0px;
    display: inline-block;
    margin-top: 10px;
}
.popular-widget h6 a {
    color: #4E4E4E;
}
/* Post info */
.post-info{
    margin-bottom:20px;
}
.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!important;
    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;
    border-radius: 5px;
}
.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: 0px;
}
.comments-block{
    margin-top:50px;
}
.comment.media-body {
    margin-right: 10px;
}
.comments-block .btn{
    padding: 10px;
}
.comments-block .media-object{
    float: left;
    margin-right:20px;
    max-width: 100px;
    max-height: 100px;
    border: 2px solid;
}
.comment {
    margin: 40px auto 20px;
    position: relative;
}
.nested {
    display: inline-block;
}
/* blog-single */
.blog-single{
    margin-bottom:40px;
    border-bottom: 1px dotted #cecece;
    padding-bottom: 40px;
}
.blog-single h2 a{
   color:#000;
   font-size: 1em;
}
.img-blog img {
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
.img-blog {
    overflow:hidden;
    margin-bottom: 20px;
}
.blog-single:hover .img-blog img{
    transform:scale(1.1);
}
/*=========================== 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: center;
    border-bottom: 0;
    margin-bottom: 30px;
}
.nav.nav-tabs li {
    border-radius:5px;
    margin: 10px;
    position: relative;
    float: none;
    display: inline-block;
    transition: all ease-in-out 0.2s;
}
.nav.nav-tabs.full li {
    width: 100%;
}
.nav.nav-tabs i {
    font-weight: normal;
    display: inline-block;
    font-size: 50px;
    width: 100%;
}
.nav.nav-tabs li a {
   color: #fff;
   padding: 13px 35px;
   font-size: 28px;
   background: transparent;
   border-radius: 0;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   font-size: 22px;
   border: 0px;
   font-weight: 600;
   transition: all ease-in-out 0.2s;
}
.nav.nav-tabs li.active a, .nav.nav-tabs li:hover a{
    color:#000;
}
.nav.nav-tabs li.active{
    box-shadow: 2px 2px 20px rgba(0,0,0,0.08);
}
.nav.nav-tabs li a:hover, .nav.nav-tabs li:nth-child(odd).active, .nav.nav-tabs li:nth-child(even).active{
    color:#000;
    background:#fff;
    border:0;
    border-radius: 5px;
}
.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: 0;
}
/* Pager */
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 10px 24px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}
.pager li>a:hover {
    color: #fff;
}
/* buttons */
a.btn:hover, a.btn-primary:hover {
    color: #FFF;
}
a.btn:focus, a.btn-primary:focus {
    color: #FFF;
}
.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: 5px;
}
.btn+.btn {
    margin-left: 10px;
}
.btn-primary, .btn-secondary {
    transition: background .2s ease-in-out;
}
.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-md {
    padding: 0.9rem 0.9rem!important;
    font-size: 1.4rem!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;
    width:100%;
}
/* social media */
.social-media a i {
    text-align:center;
}
.social-media i {
    color:#fff;
    width:25px;
    line-height:25px;
    height:25px;
    border-radius:50%;
    font-size: 15px;
    margin: 2px;
}
.social-media i:hover {
    transition: all .5s ease-in-out;
}
.navbar-info {
    text-align: center;
    color: #000;
}

/* forms */
.form-control {
    border: 0;
    transition: all .15s ease-in-out;
    border-radius: 5px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.08);
    border: 1px solid #cecece;
}
.form-control {
    height: 50px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.input-group-btn .btn {
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 0px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    border-radius: 0px 10px 10px 0px;
}
.input-group .form-control:first-child{
    height: 42px;
}
label {
    margin-top: 20px;
    font-size: 16px;
}
/* Blockquote */
blockquote {
    padding: 20px;
    font-weight: 700;
    border: 0px;
}
blockquote footer {
    padding: 0px;
    background: transparent!important;
    color: inherit;
}
blockquote p {
    font-weight: 700;
    font-size: 18px;
}
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: 50px;
}
.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: 5px;
    font-size: 20px;
    margin: 5px;
    padding: 10px 25px;
    font-weight: 700;
    font-family: Nunito;
}
.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;
    zoom: 1;
}
.nav-tabs.centered, .nav-pills.centered {
    text-align: center;
}
/* box-hover */

.box-hover{
    background:#fff;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.08);
    border-radius: 5px;
}
.box-hover:hover {
    box-shadow: 2px 2px 20px rgba(0,0,0,0.16);
}
.box-hover.icon:hover i{
    transform: scale(1.1);
}
.box-hover.icon i.small-icon {
    font-size: 30px;
}
.box-hover.icon i.circle {
    display: block;
    font-size: 60px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.box-hover.icon i {
    display: block;
    font-size: 60px;
    transition: all 0.3s ease-in-out;
}
/* section */
section h2 {
    padding-top:0px;
    margin-top: 5px;
}
/*Paragraph image */
.img-paragraph {
    padding: 20px;
}
/* custom ul */
ul.custom {
    padding-left: 0px;
    list-style: none;
}
ul.custom li, ul.custom.categories li {
    padding: 5px 0px;
    font-size: 16px;
    line-height: 26px;
}
ul.custom li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-size:12px;
    font-weight:bold;
    padding-right: 7px;
}
ul.custom.categories {
    font-weight:700;
}
/* Owl-carousel */
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    text-align: center;
}
.owl-nav {
    margin: 0 auto;
    top: -20px;
    left: 50%;
}
.owl-prev {
    left: -15px;
}
.owl-next {
    right: -15px;
}
.owl-prev i, .owl-next i {
    transition: all .3s ease-in-out;
    border-radius: 50%;
    font-size: 20px;
    height: 30px;
    color: #fff;
    width: 30px;
    line-height: 30px;
}
.owl-carousel.owl-loaded {
    display: block;
    clear: both;
   /* Important fix */
}
.owl-dots {
    text-align: center;
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #cecece;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    color: #333;
}
.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
}
.owl-theme .owl-dots .owl-dot span:hover:before {
    transform: translate(-50%, -50%) scale(1);
}
.owl-theme .owl-dots .owl-dot.active span:before {
    transform: translate(-50%, -50%) scale(1);
}
.owl-carousel .owl-stage {
    margin-top: 20px;
}

.service-carousel img.circle {
   display: inline !important;
   width: 100px !important;
   height: 100px !important;
}
/* owl carousel with navigation on top */
.top-centered-nav .owl-nav {
    position: absolute;
}
.top-centered-nav .owl-prev, .top-centered-nav .owl-next {
    top: 0%;
}
.top-centered-nav .owl-prev {
    left: -40px;
}
.top-centered-nav .owl-next {
    right: -40px;
}
/* fade-effect owl carousel */
.fade-effect.owl-carousel .owl-item {
    perspective: 1000px;
    opacity: 0.7;
    transform: scale(0.8);
    transition: all 1s ease-in-out;
}
.fade-effect.owl-carousel .owl-item.active {
    opacity: 1;
    transform: scale(1);
}
/* labels */
.label {
    font-size: 12px;
    padding: 5px;
    display: inline-block;
    margin: 2px;
}
/* Page margin*/
.page {
    padding: 160px;
}
/* alerts */
.alert {
    color:#464646;
    padding: 20px;
    border: 0px;
    font-size: 15px;
}
.alert h5{
   margin-top:0;
}
.alert h4{
    color:#000;
    margin-top:-7px;
    margin-bottom: 10px;
}
.alert-bg{
    background-image: url("../images/alertbg.png");
    background-position: bottom right;
    background-repeat:no-repeat;
    padding: 30px 300px 30px 30px;
}
/* footer */
.footer {
    position:relative;
    overflow:hidden;
    padding: 30px 0;
}
.margin-footer{
   margin-top:30px;
}
.brand-footer{
    margin-bottom:10px;
}
.copy{
   font-size:12px;
   margin-top:20px;
   margin-bottom: 0;
}
/* 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;
}
#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;
}
/* Go to top icon */
.back-to-top {
    bottom:40px;
    transition: all 0.2s ease-in-out;
    z-index: 99999;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    float: right;
    right: 20px;
}
.back-to-top i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #fff;
    border-radius:50%;
    text-align: center;
    box-shadow: 0px 1px 20px rgba(255, 255, 255, 0.19);
}
/* paddings */
.p-0{
   padding:0px;
}
.p-1{
   padding:10px;
}
.p-2{
   padding:20px;
}
.p-3{
   padding:30px;
}
.p-4{
   padding:40px;
}
.p-5{
   padding:50px;
}
/* Img Styles */
.img-opacity:hover {
    opacity: 0.7;
}
.img-rounded {
    border-radius: 45px;
}
/* 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{
    padding:20px;
    box-shadow:none;
    border:0px;
}
.well.padding1{
    padding:50px 50px 200px 50px;
}
.well ul.custom{
    padding-left: 20px;
}
/* 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: 'Nunito', sans-serif;
    font-weight: 800;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    letter-spacing: 0.3px;
}
.breadcrumb>.active,.breadcrumb a:hover,.breadcrumb a:focus {
    color: #bfbfbf;
}
.breadcrumb a{
   color:#fff;
}
.breadcrumb>li+li:before {
    padding: 0px 5px 0px 8px;
    color: #ccc;
    content: "/";
}
/* list group */
.list-group-item {
    border: 1px solid #fff;
    border-radius: 0px;
    padding:10px;
    font-weight:700;
    font-size:16px;
}
a.list-group-item{
    color: #000;
}
.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;
}
/* number counter */
.counter {
    text-align: center;
}
.counter .counter-value {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 40px;
}
.counter .counter-value:before {
    content: "+";
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-right: 5px;
}
.counter .title {
    margin-top: 0;
    font-size: 22px;
    letter-spacing: 0.5px;
    width: 100%;
    display: inline-block;
    font-weight: 700;
}
/* panels */
.panel-heading a{
    display: block;
}
.panel-heading a.collapsed{
    color:#000;
}
.panel-title {
    font-size: 18px;
}
.panel-heading [data-toggle="collapse"]:after {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    font-weight:900;
    float: right;
    font-size: 18px;
    line-height: 22px;
}
.panel-heading [data-toggle="collapse"].collapsed:after {
   transform: rotate(180deg);
}
.divider-top {
    width:100%;
    position:relative;
    overflow:hidden;
    background:url("../images/header.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat:no-repeat;
    margin-top: -10px;
}
.divider-home{
    height:150px;
    margin-top: -150px;
    background: transparent;
}
.gradient-overlay{
    width:100%;
    height:100%;
    z-index: 0;
    display: block;
    position: absolute;
    top: 0px;
}
.divider-top:before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:#fff;
    top:100%;
    left:-50%;
    transform-origin:right;
    transform:skewY(8deg);
    z-index: 999;
}
.divider-top:after {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:#fff;
    top:100%;
    right:-50%;
    transform-origin:left;
    transform:skewY(-8deg);
    z-index: 99999;
}
.divider-top h1 {
    color: #000;
}
.header-info{
   z-index:10;
}
/*=========================== Media queries ============================ */
/* very Small devices (landscape phones, 480px) */
@media (max-width: 480px) {
    .header-p{
       display:none;
   }
    .panel-title {
        font-size: 15px;
   }
    .panel-heading [data-toggle="collapse"]:after {
        font-size: 14px;
   }
}
/* Small devices (landscape phones, 544px) */
@media (max-width: 544px) {
    .header-info {
        padding: 20px!important;
   }
    .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;
   }
    #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;
   }
}
/* Medium devices (tablets, 768px) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    .hidden-small{
       display:none!important;
   }
    .header-wrapper .header-text {
        margin-top: 10%;
   }
    .alert-bg {
        padding: 20px 20px 200px 20px;
   }
    .menu-item-pic {
        float: none;
        width: 150px;
        margin: 10px auto;
   }
   /* section */
    section {
        padding-top: 40px;
        padding-bottom: 40px;
   }
    .section-heading {
        margin-bottom: 40px;
   }
    .section-heading:before {
        font-size: 40px;
   }
   /* owl carousel navigation on top */
    .owl-nav {
        margin: 0 auto;
        top: 0px;
        left: 50%;
        position: absolute;
   }
    .owl-prev, .owl-next {
        top: 0%;
   }
    .owl-prev {
        left: -40px;
   }
    .owl-next {
        right: -40px;
   }
    .owl-carousel .owl-stage {
        margin-top: 50px;
   }
   /* typography */
    h1 {
        font-size: 3.5em;
   }
    h2 {
        font-size: 2.5em;
   }
    h3 {
        font-size: 1.9em;
   }
    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: 8em;
   }
   /* others */
    footer {
        padding: 30px;
   }
    .contact-icon {
        margin-top: 50px;
   }
   .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
       background:transparent;
   }
}
/* Medium- Large devices (desktops, 992px) */
@media (max-width: 992px) {
    .header-text {
        margin-left: 5%;
        text-align:center;
        padding: 10px;
        width: 90%!important;
   }
    .ls-bottom-nav-wrapper, .ls-below-thumbnails {
        bottom: 10px;
   }
    .ls-bg-wrap:after, .ls-slide-transition-wrapper:before {
        background: rgba(0, 0, 0, 0.35)!important;
   }
    .res-margin {
        margin-top: 50px;
   }
    .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: 300px;
   }
    .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;
   }
}
/*Very Large devices (large desktops, min 1400px ) */
@media (min-width: 1400px) {
    .inside-wrapper.container{
        width:1100px!important;
   }
}
/* Large devices (large desktops, min 1200px ) */
@media (min-width: 1200px) {
    .pull-right-lg{
       float:right;
   }
    .contact-boxes .box-hover{
       min-height:200px;
   }
    .header-info{
       padding: 90px 0px 130px 0;
   }
   .dropdown-menu li {
       line-height:40px;
   }
   /* section */
    section {
        padding-top: 70px;
        padding-bottom: 70px;
   }
    .navbar-nav>li>.dropdown-menu {
        float: left;
        margin-top:-50px;
        margin-left: 100%;
        border: 0px;
   }
    .affix-sidebar {
        padding:0px;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
   }
    #home .content-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
   }
   /* content home*/
    .content-box.home {
        padding: 10px!important;
        width: 60%;
   }
    .content-box.home h1{
        margin-top: 0px;
   }
    .inside-wrapper.container{
        width:980px;
        overflow: hidden;
   }
   /* navigation */
    .navbar-nav .nav-link {
        height: 60px;
   }
    .dropdown-menu {
        margin-top: 30px;
   }
}
/* Large devices (large desktops, max 1200px) */
@media (max-width: 1199px) {
    .divider-home {
        height: 90px;
        margin-top: -88px;
   }
    .text-center-sm{
       text-align:center;
   }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
   }
    .header-info{
       padding: 50px;
   }
    .content-box.home {
        padding: 0px 20px 30px 20px!important;
        width: 90%;
        left: 5%;
        margin-top: 0px!important;
        top: 30%;
        position: absolute;
   }
    .navbar {
        margin-bottom: 0px;
   }
    #services .content-wrapper, #aboutus .content-wrapper, #contact .content-wrapper, #gallery .content-wrapper, #menu .content-wrapper {
        background-size: 100% auto !important;
        background-repeat: no-repeat;
   }
    .content-box {
        margin-bottom: 80px;
   }
    .brand {
        max-width: 50px;
        float: left;
        margin-top: 10px;
   }
    .content-wrapper {
        top: 59px;
        min-height:100%;
   }
   /* 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: 58px;
   }
    .navbar-toggle {
        display: block;
        margin-top: 15px;
   }
    .navbar-nav>li>a {
        line-height: 40px;
   }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
   }
    .navbar-collapse.collapse {
        display: none!important;
   }
    .navbar-collapse.collapse.in {
        display: block!important;
        overflow-x: hidden!important;
        width: 100%;
   }
    .navbar-collapse::-webkit-scrollbar {
        width: 20px;
   }
    .navbar-collapse::-webkit-scrollbar-track {
        background-color: lightgray;
   }
    .navbar-collapse::-webkit-scrollbar-thumb {
        background-color: darkgray;
   }
    .navbar-nav {
        width:100%;
        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>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a	 {
        color: #333;
   }
    .dropdown-menu {
        display: none !important;
   }
    .open .dropdown-menu {
        display: block !important;
   }
    #sidebar, #content {
        width: 100%;
   }
    #content.pages{
        padding-bottom:100px;
        padding-top: 89px;
   }
}
/* Large devices ( min 1500px) */
@media (min-width: 1500px) {
   /* content -webkit-box home*/
    .content-box.home {
        width: 50%!important;
   }
}

