
html {
    font-size: 100%;
}
html, body {width:100%; padding:0; margin:0; color:#111;}
a, button {
    text-decoration: none;
    cursor: pointer;
}
a {
    color: inherit;
}
a:hover,
a:active,
a:focus {
    color: inherit;
    outline: none !important;
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style-type: none;
}
.form-control::-webkit-input-placeholder {
    opacity: 1;
}
.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent !important; }
.placeholder-fix:focus::-moz-placeholder   {color:transparent !important;}
.placeholder-fix:-moz-placeholder   {color:transparent !important;}
textarea:focus,textArea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: none;
    box-shadow: none !important;
    outline: 0 none;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button:active,
button:focus {
    outline: none !important;
    text-decoration: none;
}
/*typography
----------------------*/

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}
* {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0
}
.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}
.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    color: #fff;
}
.btn {
    border: 0;
    border-radius: 0;
}
.btn.btn-primary:hover {
    background-color: #017fb5;
}
.navbar-nav li a:hover, 
.navbar-nav li a:focus {
    outline:none;
    outline-offset: 0;
    text-decoration:none;  
    background: transparent;
}
a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a:focus, 
a:hover {
    text-decoration: none;
    outline: none
}
/*common css
--------------*/
.navbar-default .navbar-nav > li > a{
    font-family: graviolaregular;
}
.tv-block-heading, .tv-chef-details, .tv-about-content p, .nav-tabs, .tv-counter-lists, .tv-chef-content, .tv-online-restu > p, .tv-footer-social-icons{
    text-align: center;
}
.tv-paddingT100{
    padding-top: 60px;
}
.tv-site-btn, .tv-site-btn2, .tv-chef-name{
    transition: all 0.3s ease-in-out 0s;
}
.tv-whitebgclr{
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0; 
    box-shadow: 0 0 50px 2px rgba(0, 0, 0, 0.15);
}
.tv-about-content, .tv-blog-details, .tv-service-details, .tv-contact-details {
    padding: 25px;
}

/*Home
-------*/
#home-slider {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#myCarousel .carousel-caption {
    position: absolute;
    top: 50%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
#myCarousel .carousel-caption h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}
.tv-site-btn, .tv-site-btn2 {
    border: 1px solid #cc050c;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
    padding: 14px 40px;
    display: inline-block;
    background: transparent;
}
.tv-site-btn2{
    color:#cc050c;
    margin-top: 20px;
}
.tv-site-btn:hover{
    color: #fff;
    background: #cc050c;
}
.tv-site-btn2:hover {
    background: #fdb913 none repeat scroll 0 0;
    border-color: #fdb913;
    color: #cc050c;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 2037px;
}
.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(0,0,0,.4);*/
    background-image: linear-gradient(#080808a3, #ffffff00);
}
.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-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.tv-left-control, .tv-right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    border:1px solid #fff;  
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tv-left-control {
    left: 2%;
} 
.tv-right-control {
    right: 2% !important;
}
.tv-left-control:hover, 
.tv-right-control:hover, .tv-left-control:active, 
.tv-right-control:active, .tv-left-control:focus, 
.tv-right-control:focus{
    color: #cc050c !important;
    border-color: #cc050c !important;
}
#home-slider:hover .tv-left-control {
    left:30px
} 

#home-slider:hover .tv-right-control {
    right:30px
}
#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}
.navbar-brand > img {
    display: block;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    font-size: 15px;
    padding: 30px 18px;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a::before, .nav-tabs a::before{
    background-color: #fdb913;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: calc(50% - 1px);
    transition: all 0.3s ease 0s;
    width: 0;
}
.navbar-default .navbar-nav > li:hover > a::before, .nav-tabs > li:hover > a::before{
    left: 0;
    width: 22px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
    color: #fdb913 !important;
    background: transparent !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    color: #fdb913 !important;
    background: transparent !important;
}
.navbar-brand h1 {
    margin-top: 5px;
}
.main-nav {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
}
.tv-block-heading{
    margin-bottom: 40px;
}
.about-sec{
    padding-bottom: 70px;
}
.tv-block-heading h5 {
    color: #0a75ac82;
    font-size: 17px;
    font-weight: 500;
}
.tv-block-heading h2 {
    color: #282828;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 5px;
}   
.row-flex-wrap {
    align-content: flex-start;
}
.tv-row-flex{
    display: flex;
}
.tv-bgbanner{
    background: rgba(0, 0, 0, 0) url("../images/bgbanner.jpg") no-repeat scroll center top / cover ;
    min-height: 650px;
    background-attachment: fixed;
}
.tv-about-content p{
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
    color: #696969;
    line-height: 24px;
}
.tv-chef-details img {
    border: 2px solid #fdb913;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.tv-chef-details h4 {
    color: #cc050c;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}
.tv-chef-details p {
    margin-bottom: 0;
}
.navbar-default {
    background-color: #00000075;
    border-color: transparent;
    margin-bottom: 0px;
}
.top-nav-collapse {
    background-color: #cc050c;
}
.nav-tabs{
    border:none;
    margin: 20px 0 50px;
}
.nav-tabs > li {
    display: inline;
    float: none;
    margin-bottom: 0;
}
.nav-tabs a {
    display: inline-block !important;
    padding: 10px 15px !important;
    border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    color: #cc050c;
    background: transparent;
    border-color: transparent;
}
.nav-tabs > li > a:hover{
    border-color: transparent;
    background: transparent;
    color: #cc050c;
}
.tv-menu-item-img{
    padding:15px;
}
.tv-menu-item-name h4 {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.tv-menu-item-name .tv-menu-item-price {
    color: #0aacff;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0;
}
.tv-menu-item-name {
    background: #146006;
    display: inline-block;
    padding: 20px;
    width: 100%;
    margin-bottom: -5px;
}
.tv-menu-item-price del {
    color: #bbb5b5;
    font-size: 14px;
}
.tv-menu-items {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 50px 2px rgba(0, 0, 0, 0.6);
    border: 2px solid #146106;
}
.tv-service-details {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.tv-service-details h3, .tv-blog-details h3 {
    color: #cc050c;
    margin-bottom: 15px;
}
#services .tv-row-flex, #blog .tv-row-flex{
    margin-bottom: 40px;
}
.tv-counter-banner, #tv-testimonial-Carousel, .tv-contact-banner{
    background: rgba(0, 0, 0, 0) url("../images/counter-banner.jpg") no-repeat scroll center center / cover ;
    min-height: 500px;
    background-attachment: fixed;
    position: relative;
}
.tv-counter-lists{
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product-heading{
    color:#fff !important;
}
.tv-counter-box > h2 {
    color: #fff;
    font-size: 40px;
}
.tv-counter-details > h4 {
    color: #fff;
    font-size: 16px;
    margin: 30px 0 20px;
    text-transform: uppercase;
}
.tv-counter-details h2 {
    color: #fdb913;
    font-size: 36px;
}
.tv-counter-box .row {
    margin-top: 50px;
}
.tv-chef-name {
    background: #fdb913;
    color: #fff;
    padding: 20px;
}
.tv-chef-content img {
    margin-left: auto;
    margin-right: auto;
}
.tv-chef-name > h4 {
    color: #cc050c;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}
.tv-pos-rel{
    position: relative;
}
.tv-chef-image{
    display: block;
    width: 100%;
    height: auto;
}
.tv-chef-image img{
    width:100%;
}
.tv-overlay {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.tv-chef-content:hover .tv-overlay {
    height: 100%;
}
.text {
    white-space: nowrap; 
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.text a {
    background: #cc050c;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    text-align: center;
    width: 35px;
}
.text a:hover{
    background: #fdb913;
}
.text li, .tv-blog-info li {
    display: inline;
}
.tv-chef-content {
    border: 2px solid #fdb913;
}
.tv-client-list {
    border-bottom: 6px solid #cc050c;
    color: #fff;
    padding: 30px;
}
.tv-client-img i {
    font-size: 36px;
    color:#fdb913;
}
.tv-client-info > p {
    font-size: 15px;
    margin: 20px 0;
}
#tv-testimonial-Carousel .carousel-inner {
    left: 20%;
    overflow: hidden;
    position: absolute;
    right: 20%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}
#tv-testimonial-Carousel .carousel-control{
    top:50%;
    opacity: 1;
    box-shadow:none;
}
.carousel-control.right, .carousel-control.left{
    background-image: none;
}
.tv-blog-info a {
    color: #000;
    font-weight: 600;
}
.tv-contact-details h2, .tv-online-restu > p a:hover {
    color: #146106;
}
.tv-contact-details h3 {
    margin-bottom: 5px;
    margin-top: 0px;
    color: #16a2ef;
}
.tv-map iframe{
    width: 100%;
    height: 300px;
    margin-top: 50px;
}
.tv-online-restu .tv-block-heading{
    margin-bottom: 0;
}
.tv-online-restu .tv-block-heading h2 {
    color: #fff;
}
.tv-contact-menu .form-control {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color:#fff;
}
.tv-online-restu > p {
    color: #fff;
    margin: 30px 0;
}
.tv-online-restu{
    padding: 5% 0;
}
.form-control:focus{
    border-color: #fdb913;
}
.tv-footer-content{
    background: #146106;
    padding: 50px 0;
}
.tv-footer-about p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0;
}
.tv-footer-address{
    text-align: center;
    color:#c5c5c5;
}
.tv-footer-address p, .tv-footer-address a {
    font-size: 16px;
}
.tv-footer-address a:hover, .tv-footer-copyright a:hover{
    color:#fff;
}
.tv-footer-address li {
    line-height: 32px;
}
.tv-footer-social-icons{
    margin-top: 30px;
}
.tv-footer-social-icons li{
    display: inline;
}
.tv-footer-social-icons a{
    border: 1px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin-right: 5px;
}
.tv-footer-social-icons a:hover{
    background: #000;
    color: #fff;
}
.tv-footer-social-icons li:last-child a{
    margin-right: 0px;
}
.tv-footer-copyright {
    background: #114c06 none repeat scroll 0 0;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}
.tv-footer-copyright a{
    color: #fdb913;
}
.tv-back-to-top {
    background: #fdb913;
    bottom: 15px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    outline: medium none;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 35px;
    z-index: 9999;
}
.tv-back-to-top:hover{
    background: #000;
}
.tv-menu .tv-whitebgclr {
    display: inline-block;
    padding: 30px;
}
.tv-about-image img {
    width: 100%;
}
.top-nav-collapse{
    background: #028ad2cc;
}
.tv-contact-details p{
    font-size: 16px;
    color: #565656;
    line-height: 24px;
}
.pro-desc p{
    font-size: 15px;
    color: #696969;
    text-align: justify;
    line-height: 24px
}
.right-block-area{
    padding:25px;
    margin-top: 30px
}
.right-block-area h3{
    font-size: 18px;
    font-weight: 600;
    background: #0071ad;
    border-left: 3px solid #f5b10d;
    padding: 15px 10px;
    display: block;
    color: #edf3f7;
}
.list-item-feed ul>li{
    list-style-type: none;
    font-size: 15px;
    padding: 10px 20px 10px 0;
    border-bottom: 1px dashed #a9a9a9;
    display: table;
    color: #636363;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.list-item-feed ul>li:hover{
    padding-left: 10px;
    color: #0071ad;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.list-item-feed ul>li:last-child{
    border-bottom:none;
}
.list-item-feed ul>li:before {
    font-family: FontAwesome;
    content: "\f123";
    color: #f1af10;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
}
.feed-chart{
    margin-top: 20px;
}
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #fdcd57;
    background: #fdb913b5;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    padding-top: 14px;
}
.feed-mr{
    margin-bottom:60px;
}
.left-block-area img{
    float: right;
}
.carousel-fade .carousel-inner .item{
    background-size: contain;
}
.tv-menu-item-img img{
    margin: 0 auto;
    height: 217px;
}

/* =======================

========================*/
.video-section{
    margin-top:60px;
}
.video-yt{
    position: relative;
    padding:25px;
}
.video-yt h1{
    font-size: 22px;
    font-weight: 600;
    color: #0391dc;
    text-align: center;
    margin-top: 20px;
    border: 1px solid;
    padding: 8px;
}
.video-yt img{
    border-radius: 80% 10% 50% 100% / 75% 69% 69% 75%;
}
.video-yt .video-btn {
    position: absolute;
    left: 50%;
    top: 43%;
    background-image: linear-gradient(to top, #085c3a 0%, #085c3a 51%, #02de85 100%);
    background-size: auto 200%;
    color: #ffffff;
    font-size: 18px !important;
    height: 80px;
    font-size: 30px;
    width: 80px;
    line-height: 80px;
    border-radius: 5000px;
    transform: translateY(-50%) translateX(-50%);
}
.modal-header {
    padding: 10px;
    border-bottom: none;
}
.modal-body{
    padding: 0;
}
.modal-content {
    background-color: #fff0;
    box-shadow: none;
    border: none;
}
.modal-dialog {
    margin: 80px auto;
}
.close {
    color: #fff;
    opacity: inherit;
}
.close:focus, .close:hover {
    color: #ff0024;
    opacity: inherit;
}
@media (max-width: 767px){
.modal-dialog {
    margin: 80px auto;
}
.navbar-brand > img{
    width:62%;
}
.navbar-brand{
    margin-top:-12px;
}
.carousel {
    position: relative;
    top: 55px;
}
.navbar-default {
    background-color: #0d5fb5;
}
.left-block-area{
    margin-top:40px;
}
.left-block-area img{
   float:none;
   margin:0 auto;
   display:table;
}
}

.pb-paddingT60 {
    padding-bottom: 60px;
}

.img-hold{
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid #1091d6;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
