/*
        Project:		-- KRANTIC
        Version:	    --
        Create Date:	-- 23-01-17
        Last change:	--
        Primary use:	--
*/

/* 
        --- Table Of Content ---
        
        1. preload
        2. menu
        3. home-background slider
        4. about
        5. menu-chart
        6. gallery
        7. service
        8. cheff
        9. testimonials
        10. contact
        11.responsive 
        
*/






html {
    position: relative;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    height: 100%;
    background-color: transparent;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../font/glyphicons-halflings-regular.eot');
    src: url('../font/glyphicons-halflings-regulard41dd41d.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: "Flaticon";
    src: url("../font/flaticon.html");
    src: url("../font/flaticon.html#iefix") format("embedded-opentype"),
        url("../font/flaticon-2.html") format("woff"),
        url("../font/flaticon-3.html") format("truetype"),
        url("../font/flaticon-4.html") format("svg");
    font-weight: normal;
    font-style: normal;
}





/*================================================================ PRELOAD ===================================================================*/





.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1111111111;
    background: url(../img/loader1.gif) center no-repeat #fff;
}





/*============================================================== COLOR SCHEMES ==========================================================*/


/* color box */
.box {
    position: fixed;
    top: 150px;
    left: -160px;
    height: 110px;
    width: 160px;
    background-color: #1B1B1B;
    z-index: 1000;
    -webkit-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
}

.option {
    position: absolute;
    left: 160px;
    z-index: 1001;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.color {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: #e94040;
    z-index: 1001;
}

.style1 {
    left: 60px;
    background-color: #e9b140;
}

.style2 {
    left: 110px;
    background-color: #2ece47;
}

.style3 {
    top: 60px;
    left: 10px;
    background-color: #1f9eb3;
}

.style4 {
    top: 60px;
    left: 60px;
    background-color: #cb27d5;
}

.style5 {
    top: 60px;
    left: 110px;
    background-color: #d52789;
}

.color:hover {
    cursor: pointer;
}

.box .fa {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #FFF;
    transition: all .5s ease-in-out;
}

.open {
    left: 0;
}

.lang {
    position: absolute;
    background-color: #FFF;
    width: 60px;
    height: 30px;
    color: #404040;
    top: 120px;
    left: 10px;
    text-align: center;
    line-height: 2;
    font-weight: bold;
    cursor: pointer;
}

.lang:hover {
    background-color: #222;
    color: #FFF;
}

.ar {
    left: 90px;
}




/*============================================================== MENU ==========================================================*/



.main-page-content {
    width: 100%;
    height: 100%;
}

.menubar {
    height: auto;
    width: 100%;
}

.navbar-default {
    background-color: #2b2a29;
    height: 75px;
    border-bottom: none;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 111111;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.navbar-default.small {
    background-color: #2b2a29;
    border-bottom: 1px solid #333;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 58px;
    font-size: 41px;
    line-height: 20px;
    padding-top: 21px;
}

.navbar-nav {
    float: right;
    margin: 17px 21px;
    margin-right: 0px;
}

.navbar-nav li {
    float: left;
    margin: 0px 11px;
    display: inherit;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    letter-spacing: 1px;
    font-size: 13px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding: 10px 0px;
    font-weight: 600;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-nav a.active.small {
    border-bottom: 1px solid #a2a2a2;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-title {
    padding: 0px 0px;
}

.title-icon {
    float: left;
    font-size: 21px;
    margin-right: 11px;
}

.site-title h3 {
    font-family: 'Courgette', cursive;
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    margin: 24px 0px;
    letter-spacing: 5px;
}

.site-title h3.small {
    color: white;
    margin: 24px 0px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -39px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*====================================================== HOME Parallex =====================================================*/






#home {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
}

.home-img {
    width: 100%;
    height: 100vh;
    margin-left: 0px;
    margin-top: 0px;
}

.home-content-main {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.home-row {
    z-index: 2;
    position: relative;
}

.home-text {
    width: 100%;
}

.home-background {
    width: 100%;
    height: 100vh;
}

.image-home {
    width: 100%;
    height: 100vh;
}

#home-parallex {
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

#home-parallex:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    z-index: 1;
}


/*===================================================================== PARRALLEX EFFECT ================================================*/


.section:nth-of-type(1) {
    background: whitesmoke;
    height: 100vh;
}

.section {
    height: 100vh;
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

section:nth-of-type(2) {
    background: black;
    height: 1600px;
}

#home-parallex {
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

.parallax-item {
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 400px;
}




/*====================================================== HOME default =====================================================*/


.home-default {
    background: url(../img/img2.jpg);
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

.home-default:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    z-index: 1;
}



/*====================================================== HOME BACKGROUND =====================================================*/






#home {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
}

.home-content {
    width: 100%;
    position: absolute;
    height: 100%;
}

.home-slider-1 {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    background-image: url(../img/img1.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.home-slider-2 {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    background-image: url(../img/img2.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.home-slider-3 {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    background-image: url(../img/img3.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
    height: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


.carousel,
.item,
.active {
    height: 100%;
    position: relative;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 11;
}

.carousel-control.left {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.36);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-control:hover {
    font-size: 20px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.home-content-main-slider {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    z-index: 11;
}

.home-content-main-slider:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    z-index: 1;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home-row {
    z-index: 2;
    position: relative;
}

.home-text {
    width: 100%;
}

.home-text h2 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    letter-spacing: 4px;
    padding-bottom: 39px;
    margin-top: 17px;
}

.home-text h3 {
    font-size: 63px;
    letter-spacing: 2px;
    line-height: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Courgette', cursive;
}

.home-contact1 {
    font-size: 14px;
    padding: 13px 32px;
    color: white;
    border-radius: 3px;
    letter-spacing: 1px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.home-contact1:hover {
    color: white;
    border: 1px solid white;
    text-decoration: none;
    background-color: transparent;
}

.home-background {
    width: 100%;
    height: 100vh;
}

.image-home {
    width: 100%;
    height: 100vh;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 15;
    padding-left: 0;
    text-align: center;
    list-style: none;
}





/*==================================================================== ABOUT ============================================================*/





#about {
    width: 100%;
    background-color: #323232;
    margin-top: 0px;
    position: relative;
}

.about-content {
    padding-top: 100px;
    padding-bottom: 99px;

}

.us-grid {
    margin-top: 0px;
}

.us-row {
    height: 550px;
    background-color: #232323;
}

.underline {
    height: 1px;
    width: 100px;
    margin: auto;
    background-color: white;
    text-align: center;
}

.about-underline {
  
    height: 1px;
    width: 100px;
    background-color: #535353;
}

.about-col {
    padding: 0px;
    display: table;
    height: 100%;
}

.about-image {
    width: 100%;
    height: 550px;
    padding: 0px;
    background-image: url(../img/about-image.jpg);
    background-size: cover;
    background-position: center center;
}


.about-details {
    margin-left: 47px;
    padding-top:120px;
}

.about-details h3 {
    font-size: 33px;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 0px;
    padding: 7px 0px;
    margin-bottom: 8px;
}

.about-details p {
    font-size: 15px;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 29px;
    margin-bottom: 34px;
    margin-top: 18px;
    padding-right: 24px;
}

.about-details a {
    font-size: 14px;
    padding: 13px 32px;
    color: white;
    border-radius: 3px;
    letter-spacing: 1px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: inline-block;
}

.about-details a:hover {
    color: white;
    border: 1px solid white;
    text-decoration: none;
    background-color: transparent;
}


.about-stat {
    width: 100%;
    margin-top: 0px;
    position: relative;
}

.stat {
    padding: 0px;
}

.about-statistics {
    margin-bottom: 1px;
    background-color: #1a1a1a;
    padding: 50px 20px;
    border-left: 1px solid #2c2c2c;
}

.about-stat-col {
    padding: 0px;
}

.about-statistics h3 {
    font-size: 30px;
    color: #4D4C4C;
    font-family: 'Roboto', sans-serif;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    font-weight: 700;
}

.about-statistics p {
    color: #BCBCBC;
    font-size: 19px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 0px;
}

.stat-icon {
    font-size: 25px;
    margin-top: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    border-radius: 4px;
}

.about-statistics:hover .stat-icon {
    transform: rotate(360deg);
}


/*=========================================================================== MENU ===============================================================*/




#menu {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

#menu-parallex {
    background: url(../img/menu.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

#menu-parallex:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.68);
}

.menu-title {
    padding-top: 100px;
}

.menu-title h3 {
    font-size: 33px;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}

.menu-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;

}

.special-row {
    margin-top: 50px;
}

.menu-grid {
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 11;
    padding-bottom: 130px;
}

/* The indicators */
.about-indicators {
    right: 50%;
    top: auto;
    bottom: 10px;
    margin-right: -19px;
    position: relative;
}

/* The colour of the indicators */
.about-indicators li {
    background: white;
}

.about-indicators {
    bottom: -50px;
}

.special-menu-grid {
    margin-top: 0px;
}

.special-menu {
    background-color: #202020;
    margin-bottom: 30px;
}

.special-menu-image {
    padding: 24px 0px;
    background-color: white;
    transition: .8s;
    overflow: hidden;
    position: relative;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    border: 1px solid #E1E1E1;
    padding-top: 0px;
    box-shadow: 0px 0px 2px 0px #dadada;
}



.special-menu-img {
    width: 100%;
}

.star-icon-grid {
    margin-top: 10px;
}

.special-item-icon {
    font-size: 14px;
    color: #8c8c8c;
}

.special-menu-details {
    padding: 27px 27px;
}

.special-menu-details h3 {
    margin: 0px 0px;
    font-size: 21px;
    letter-spacing: 1px;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    width: 80%;
    font-family: 'Courgette', cursive;
}

.special-menu-details p {
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 15px 0px;
    position: relative;
}

.learn-more {
    font-size: 14px;
    color: white;
    padding: 2px 12px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.learn-more:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    text-decoration: none;
}

.chart-row {
    margin-top: 50px;
}

.menu-chart {
    position: relative;
    z-index: 11;
    background-color: #0f0f0f;
    padding-bottom: 80px;
}

.menu-chart-grid {}

.menu-chart-grid ul {
    padding-left: 0px;
    list-style: none
}

.menu-chart-grid ul li {
    list-style: none;
    padding: 17px 0px;
}

.media-object {
    display: block;
    height: auto;
    width: 50px;
    border-radius: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 22px;
}

.media-body h2 {
    margin: 16px 0px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-bottom: 0px;
    margin: 0px;
}

.media-body h2 span {
    margin: 16px 0px;
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-bottom: 0px;
    margin: 0px;
}

.media-body h4 {
    color: #ADADAD;
    font-size: 13px;
    line-height: 25px;
    margin-top: 10px;
    letter-spacing: 1px;
}

/*=========================================================================== GALLERY ===============================================================*/




#gallery {
    width: 100%;
    background-color: #1D1D1D;
    margin-top: 0px;
}

.gallery-content {
    padding-top: 75px;
    padding-bottom: 100px;
}

.gallery-grid {
    width: 100%;
}

.gallery-title {
    padding-top: 100px;
}

.gallery-title h3 {
    font-size: 33px;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}

.gallery-details {
    margin-top: 50px;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}

.work-icon {
    font-size: 30px;
    color: white;
    text-align: center;
}

.portfolio-wrapper:hover .overlay {
    opacity: 1.4;
}

#filters {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    width: 433px;
    margin: auto;
    margin-bottom: 55px;
}

#filters li {
    float: left;
    margin-right: 8px;
}

#filters li span {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #A1A1A1;
    cursor: pointer;
    border: 1px solid #818181;
    border-radius: 6px;
}

#filters li span.active {
    color: white;
    border: 1px solid #515151;
    border-radius: 6px;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 25%;
    margin: 0%;
    display: none;
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #0F569C;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio-wrapper img {
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.portfolio-wrapper img:hover {
    opacity: .2;
    transform: scale(1.1);
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}





#shadow-host-companion{
    display: none;
}

/* #Tablet (Portrait) */



/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {


    #ads {
        display: none;
    }

}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {


    #ads {
        display: none;
    }

}

/* #Clearing */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}




/*================================================================ FANCYBOX ===============================================================*/




.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url('../img/close.png') center center no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.html');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: visible !important;
}

.fancybox-lock-test {
    overflow-y: visible !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../fancybox_overlay.html');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.83);
}


.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../fancybox_sprite%402x.html');
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url('../fancybox_loading%402x.html');
        background-size: 24px 24px;
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68, 68, 68)), color-stop(50%, rgb(52, 52, 52)), color-stop(50%, rgb(41, 41, 41)), color-stop(100%, rgb(51, 51, 51)));
    background: -webkit-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -o-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -ms-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('fancybox_buttons.html');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}






/*=================================================== SERVICE ==========================================*/





#service {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

.service-grid {
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    z-index: 11;
}

#service-parallex {
    background: url(../img/service.html) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}

#service-parallex:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.81);
}

.service-title {
    padding-top: 0px;
}

.service-title h3 {
    font-size: 33px;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}

.service-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;

}

.about-row {
    margin-top: 50px;
}

.service-details {
    padding: 0px;
    margin-bottom: 30px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: #171717;
    margin-right: 0px;
}

.service-media-left-1 {
    padding-right: 2px;
    background-image: url(../img/service1.html);
    width: 30%;
    background-size: cover;
}

.service-media-left-2 {
    padding-right: 2px;
    background-image: url(../img/service2.html);
    width: 30%;
    background-size: cover;
}

.service-media-left-3 {
    padding-right: 2px;
    background-image: url(../img/service3.html);
    width: 30%;
    background-size: cover;
}

.service-media-left-4 {
    padding-right: 2px;
    background-image: url(../img/service4.html);
    width: 30%;
    background-size: cover;
}

.service-media-body {
    padding: 30px 30px;
}

.service-media-body h3 {
    margin: 16px 0px;
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-bottom: 0px;
    font-weight: 600;
    margin: 0px;
}

.service-media-body p {
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
    margin-top: 13px;
    letter-spacing: 1px;
}








/*================================================================ CHEFF ===============================================================*/




#cheff {
    width: 100%;
    background-color: #393939;
    margin-top: 0px;
    position: relative;
}

.cheff-content {
    padding-top: 100px;
    padding-bottom: 0px;
}

.cheff-grid {
    width: 100%;
    margin-top: 0px;
}

.cheff-title {
    width: 100%;
}

.cheff-title h3 {
    font-size: 33px;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}

.cheff-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;

}

.cheff-col {
    padding: 6px;
    margin: 0px;
    overflow: hidden;
    position: relative;
}

.cheff-member {
    position: relative;
    overflow: hidden;
    margin: 0px 9px;
    margin-bottom: 21px;
}

.cheff-img {
    width: 100%;
    height: auto;
    padding: 0px;
    border: 5px solid white;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.cheff-details {
    padding: 11px 20px;
    background-color: #1B1B1B;
    margin-top: 0px;
    position: relative;
    z-index: 11111;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.cheff-details h3 {
    margin: 0px;
    font-size: 20px;
    margin-top: 7px;
}

.cheff-details p {
    margin: 0px;
    font-size: 15px;
    color: #fff;
    margin-top: 7px;
}

.cheff-icon {
    margin-top: 3px;
    transition: .3s;
    position: relative;
    z-index: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.cheff-social {
    padding-left: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}

.cheff-social li {
    margin: 0px;
}

.cheff-social li a {
    font-size: 18px;
    color: white;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    text-align: center;
    margin-right: 11px;
    float: left;
}

.cheff-member:hover .cheff-details {
    background-color: black;
}

.cheff-icon-grid {
    width: 100%;
    background-color: transparent;
    position: relative;
    margin-top: 16px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}


.message {
    width: 100%;
    background-color: #262626;
    margin-top: 79px;
}

#message-parallex {
    background: url(../img/message.html) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding: 100px 0px;
}

#message-parallex:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.81);
}

.message-client {
    position: relative;
    z-index: 111;
}

.message-client h3 {
    font-size: 31px;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

.message-client p {
    font-size: 23px;
    color: #FFF;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 28px;
}

.message-client a {
    font-size: 14px;
    padding: 13px 32px;
    color: white;
    border-radius: 3px;
    letter-spacing: 1px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.message-client a:hover {
    color: white;
    border: 1px solid white;
    text-decoration: none;
    background-color: transparent;
}







/*============================================================= TESTIMONIAL ================================================================*/




#testimonial {
    height: auto;
    width: 100%;
    background-color: #2C2C2C;
}

.testimonial-content {
    padding-bottom: 60px;
    padding-top: 100px;
}

.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}

.testimonial-title {
    padding-top: 0px;
}

.testimonial-title h3 {
    font-size: 33px;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}

.testimonial-details {
    width: 100%;
}

.carousel-indicators1 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

section {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    margin-top: 48px;
}

.quote {
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 20px;
}

#fade-quote-carousel.carousel {
    padding-bottom: 0px;
    height: auto;
    position: relative;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.carousel-indicators .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;

}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: -32px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
    border: none;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

.item blockquote p {
    font-size: 16px;
    color: #F5F5F5;
    margin-bottom: 0px;
    line-height: 32px;
    position: relative;
}

.item blockquote p span {
    font-size: 23px;
    position: relative;
    line-height: 44px;
    font-weight: 600;
}

.item {
    height: auto;
}

.fa-4x {
    font-size: 2em;
    background-color: #212121;
    height: 40px;
    width: 40px;
    color: #6E6E6E;
    line-height: 41px;
    border-radius: 2px;
}








/*============================================================== CONTACT =====================================================================*/





#reserve {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

#contact-parallex {
    /*background: url(../img/contact.jpg) 50% 0 no-repeat fixed;*/
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    /*background-size: cover;*/
    background-color:#2b2a29;
}

#contact-parallex:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.81);
}

.contact-grid {
    position: relative;
    z-index: 111;
    padding-top: 100px;
    background-color:#2b2a29;
}

.contact-title {
    padding-top: 0px;
}

.contact-title h3 {
    font-size: 33px;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}

.contact-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: white;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;

}

.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}

.contact-form {
    width: 100%;
    margin: auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    margin: auto;
    height: 50px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #8C8B8B;
    background-image: none;
    border: 1px solid black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: transparent;
    background-color: #151515;
    text-align: center;
}

.form-control:enabled {
    box-shadow: none;
    border: 1px solid #2f2f2f;
}

.has-error .form-control {
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .help-block {
    color: #848383;
    text-align: center
}

.has-error .form-control:enabled {
    box-shadow: none;
    border: 1px solid black;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}

.btn-success.disabled {
    color: white;
    cursor: not-allowed;
}

.btn.disabled:hover {
    color: white;
    cursor: not-allowed;
}

.btn-success:hover {
    cursor: pointer;
    color: white;
}

.btn-success {
    color: white;
    text-align: center
}

.text-danger {
    color: #7a7a7a;
    position: absolute;
    width: 100%;
    text-align: center;
}

.text-success {
    color: #7a7a7a;
    position: absolute;
    width: 100%;
}

.hidden {
    display: none !important;
    color: #2a99cc;
}

.contact-colamn {
    padding-top: 0px;
}

.contact-info-row {
    margin-top: 100px;
}

.contact-col {
    background-color: #292929;
    padding: 24px 26px;
    margin: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.contact-icon {
    font-size: 20px;
    color: white;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #484848;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 5px;
}

.contact-col h3 {
    font-size: 23px;
    position: relative;
    margin-top: 21px;
    font-weight: 700;
    font-family: 'Courgette', cursive;
}

.contact-col p {
    font-size: 15px;
    color: #E9E9E9;
    line-height: 23px;
    position: relative;
    margin-bottom: 0px;
}

.copyright-details {
    background-color: #201f1f;
}

.copyright h3 {
    margin: 0px;
    padding: 16px 0px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.map {
    width: 100%;
    height: 600px;
}

.map-wrap {
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.map-col {
    padding: 0px;
    margin-top: 40px;
}

.form-control::-webkit-input-placeholder {
    color: white;
}

.form-control:-moz-placeholder {
    color: white;
}

.form-control::-moz-placeholder {
    color: white;
}

.form-control:-ms-input-placeholder {
    color: white;
}





/*=============================================================== RESPONSIVE ======================================================*/






@media screen and (max-width: 865px) {
    .navbar-nav li {
        float: left;
        margin: 0px 5px;
        display: inherit;
    }
}

@media screen and (max-width: 768px) {


    .site-title h3 {
        font-family: 'Courgette', cursive;
        font-size: 22px;
        text-transform: uppercase;
        color: white;
        font-weight: 700;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        margin: 9px 0px;
        letter-spacing: 5px;
    }

    .navbar-nav {
        float: right;
        margin: 17px 21px;
        margin-right: 10px;
    }

    .about-details p {
        font-size: 13px;
    }

    .price-pack {
        position: relative;
        margin: 0px 0px;
        border: 1px solid #c2c2c2;
        padding: 28px 0px;
        background-color: white;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        box-shadow: 0px 0px 4px 0px #cecece;
        margin-right: 10px;
        margin-bottom: 35px;
    }

    #skill {
        list-style: none;
        padding: 34px 2px;
    }

    .skill-details {
        padding-top: 32px;
    }

    .skill-main {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 111;
        padding-bottom: 66px;
    }

    .navbar-nav li {
        float: left;
        margin: 0px 5px;
        display: inherit;
    }

    .about-title p {
        font-size: 16px;
        letter-spacing: 1px;
        color: #5D5D5D;
        padding: 0px 30px;
        line-height: 27px;
        margin-top: 24px;
    }

    .about-details {

        margin-left: 30px;

    }

    .contact-form-details {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .team-member {
        position: relative;
        overflow: hidden;
        margin: 0px 9px;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 767px) {

    .us-row {
        height: 1050px;
        background-color: #232323;
    }

    .about-col {
        padding: 0px;
        display: table;
        height: 50%;
    }

    .about-col-extra {
        display: block;

    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
        margin-top: -55px; 
    }

    .navbar-default {
        height: 75px;
        border-bottom: none;
        overflow: visible;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .site-title h3 {
        font-family: 'Courgette', cursive;
        font-size: 22px;
        text-transform: uppercase;
        color: white;
        font-weight: 700;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        margin: 25px 0px;
        letter-spacing: 5px;
    }

    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 32%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }

    .navbar-style {
        padding: 0px;
    }

    .navbar-nav li {
        float: left;
        margin: 9px 11px;
        display: inherit;
        width: 100%;
    }

    .navbar-fixed-top .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.76);
        position: relative;
        max-height: initial;
    }


    .navbar-default .navbar-nav>li>a {
        color: white;
        letter-spacing: 2px;
        font-size: 16px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 10px 0px;
        text-align: center;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
        overflow: visible;
    }

    .home-text h3 {
        margin-bottom: 10px;
        padding: 0px;
    }

    .about-details {
        margin-top: 0px;
    }

    .price-pack {
        position: relative;
        margin: 12px 0px;
        border: 1px solid #c2c2c2;
        padding: 28px 0px;
        background-color: white;
        overflow: hidden;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }

    .contact-col {
        padding: 22px 31px;
        margin: 0px;
        margin-bottom: 20px;
    }

    .contact-form-details {
        margin-top: 0px;
        padding-bottom: 50px;
    }
}


@media screen and (max-width: 640px) {

    .home-text h2 {
        font-size: 24px;
        color: rgb(255, 255, 255);
        font-family: 'Roboto', sans-serif;
        letter-spacing: 4px;
        padding-bottom: 39px;
        margin-top: 34px;
        line-height: 34px;
    }

    .price-pack {
        position: relative;
        margin: 12px 0px;
        border: 1px solid #c2c2c2;
        padding: 28px 0px;
        background-color: white;
        overflow: hidden;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }

    .active-grid {
        border: 5px solid #0F569C;
    }

    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 50%;
        margin: 0%;
        display: none;
        float: left;
        overflow: hidden;
    }
}


@media screen and (max-width: 480px) {
    .home-text h2 {
        padding-bottom: 39px;
        margin-top: 17px;
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    .about-col-extra {
        display: block;
    }

    .us-row {
        height: 1100px;
    }

    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 27%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }

    #filters li {
        float: none;
        margin-bottom: 5px;
    }

    #filters {
        padding: 0;
        list-style: none;
        margin-bottom: 30px;
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }


    .item blockquote p {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }



}

@media screen and (max-width: 320px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    .navbar-nav li {
        float: left;
        margin: 4px 11px;
        display: inherit;
        width: 100%;
    }

    .home-contact1 {
        font-size: 10px;
        padding: 10px 12px;
        border-radius: 3px;
        letter-spacing: 1px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .home-text h2 {
        font-size: 15px;
        padding-bottom: 14px;
        line-height: 23px;
    }

    .home-text h3 {
        font-size: 33px;
        color: #e94040;
        letter-spacing: 2px;
        line-height: 36px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: 'Courgette', cursive;
    }

    .carousel-indicators1 {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    .item blockquote p span {
        font-size: 20px;
        color: #E3E3E3;
        position: relative;
        line-height: 44px;
    }

    .about-details p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 34px;
        margin-top: 9px;
        padding-right: 12px;
    }

    .about-statistics p {
        color: #BCBCBC;
        font-size: 15px;
        font-weight: 600;
        margin-top: 13px;
        margin-bottom: 0px;
    }

    .about-details {
        margin-top: 0px;
        margin-left: 12px;
    }

    .about-details {
        margin-top: 0px;
        margin-left: 0px;
    }

    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 100%;
        margin: 0%;
        display: none;
        float: left;
        overflow: hidden;
    }

    .testimonial-details {
        width: 100%;
        padding-bottom: 143px;
    }

    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 17%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
}

.footer {
    color: white;
    padding-bottom: 25px;
    text-align: center;
}

.footer h3 {
    color: #d1a222;
}
.our-hygiene-bg {
    padding: 80px 0;
    margin:0;
    background-color: #1D1D1D;
}
.hygiene-sub-title {
    font-size: 20px;
    font-weight: 600;
    color:#fff;
    font-family: "Lobster Two", cursive;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.headding-rating-title {
    font-size: 42px;
    line-height: normal;
    margin: 0;
    color:#fff;
}
.ratings-food-image img {
    min-width: 100% !important;
    width: 100%;
}

@media screen and (max-width:991px){
.hygiene-content {
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}    
.hygiene-sub-title {
    font-size: 18px;
    margin-bottom: 2px;
}
.headding-rating-title {
    font-size: 32px;
}
    
}

@media screen and (max-width:767px){
.our-hygiene-bg {
    padding: 60px 0;
}
.hygiene-sub-title {
    font-size: 16px;
}
    
}


