
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Lobster+Two:400,400i,700,700i&amp;display=swap");


li,a , p{
   font-family: "Barlow", sans-serif !important;
   font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-family: 'Jura', sans-serif !important;
font-weight: bold !important;

}
a{
    text-decoration: none;
    color: #fff;
    transition: all 0.4s linear;
    /* font-weight: bold; */
}
li{
    list-style: none;
}
ul{
    margin: 0px;
}
.nopading{
    padding: 0px;
}
/*-- 2 main style start here --*/
/*------------------------------------------------------------------------------*/
/*-- 3 header top area -- */
#header_top{
    padding: 9px 0px;
    /* background: #FF3024; */
}
.header_top_left ul li {
    display: inline-block;
    padding: 0px 11px;
    color: #fff;
}
.header_top_left ul li .fa{
    padding-right: 10px;
}
.header_top_left ul li span{
}
.header_top_left ul:first-child li{
    padding-left: 0px;
}
.header_top_right ul li{
    display: inline-block;
}
.header_top_right ul li .fa {
    color: #fff;
    padding: 0px 14px;
    transition: all 0.3s linear;
}
.header_top_right ul li:last-child .fa{
    /* padding-right: 0px; */
}
.header_top_right ul li .fa:hover{
    color: #222;
}
/*-- 4 start main menu -- */
.navbar-default {
    background-color: #fff;
    margin: 0px;
    border-style: none;
    border-radius: 0px;
    margin-bottom: 26px;
}
.navbar-default .navbar-nav > li > a {
    color: #222;
    padding: 28px 13px;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #fff;
    background-color: #008a40;
}
.navbar-brand > img {
    display: block;
    /*height: 74px;*/
    position: relative;
    top: -10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}
/*-- 4.1 dropdown menu -- */
.navbar-right li > ul {
    position: absolute;
    background: #fff;
    width: 168px;
    padding: 16px 0px;
    border-top: 2px solid #008a40;
    transform: translateY(50%);
    transition: all 0.4s linear;
    opacity: 0;
    z-index: -1;
}
.navbar-right li > ul li {
    padding: 7px 0px;
    border-left: 3px solid transparent;
    margin-bottom: 7px;
    transition: all 0.4s linear;
}
.navbar-right li > ul li:hover{
    border-color: #008a40;
    padding-left: 2px;
}
.navbar-right li > ul li a {
    margin-left: 8px;
    text-decoration: none;
    font-size: 15px;
}
.navbar-right li > ul li:hover a{
    color: #008a40;
}
.navbar-right li:hover ul{
    opacity: 1;
    transform: translateY(0px);
    z-index: 44444;
}
/*-- 5 slider part -- */
.slide_item1{
    height: 100vh;
    width: 100%;
    background: url(assests/img/banar/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.slide_item2{
    height: 100vh;
    width: 100%;
    background: url(assests/img/banar/2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.slide_item3{
    height: 100vh;
    width: 100%;
    background: url(assests/img/banar/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.slide_item4{
    height: 100vh;
    width: 100%;
    background: url(assests/img/banar/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.slide_item5{
    height: 100vh;
    width: 100%;
    background: url(assests/img/banar/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.slide_item1:after, .slide_item2:after, .slide_item3:after, .slide_item4:after, .slide_item5:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.22);
    top: 0;
    left: 0;
    z-index: -1;
}
.slide_item1:before, .slide_item2:before, .slide_item3:before, .slide_item4:before, .slide_item5:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    top: 0;
    left: 0;
    z-index: -1;
}
.banar_table{
    height: 100vh;
    width: 100%;
    display: table;
    text-align: center;
}
.banar_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.banar_text h1 {
    color: #f31f14;
    margin: 0px;
    text-transform: uppercase;
    font-size: 54px;
}
.banar_text h2 {
    color: #fff;
    margin: 0px;
    font-size: 57px;
    padding-bottom: 20px;
}
.banar_text a {
    border-style: none;
    padding: 13px 60px;
    background: transparent;
    color: #FDAA0A;
    /* border-radius: 30px; */
    position: relative;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #ddd;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.banar_text a:hover{
    color: #fff;
    background: #FDAA0A;
    border-color: #FDAA0A;
}
.banar_slide_active .owl-prev {
    height: 50px;
    width: 50px;
    border: 1px solid #f31f14;
    color: #f31f14;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s linear;
}
.banar_slide_active .owl-next {
    height: 50px;
    width: 50px;
    border: 1px solid #f31f14;
    color: #f31f14;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s linear;
}
.banar_slide_active .owl-prev::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100px;
    background: #f31f14;
    right: -100px;
    top: 50%;
}
.banar_slide_active .owl-next::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100px;
    background: #f31f14;
    left: -100px;
    top: 50%;
}
#banar_slider:hover .banar_slide_active .owl-prev{
    opacity: 1;
    left: 5%;
}
#banar_slider:hover .banar_slide_active .owl-next{
    opacity: 1;
    right: 5%;
}
.banar_slide_active .owl-prev:hover, .banar_slide_active .owl-next:hover{
    background: #f31f14;
    color: #fff;
}
/*-- 6 about_us part start -- */
#about_us{
    padding: 100px 0px;
    background: #fff;
}
.about_info h1{
    margin: 0px;
    color: #333;
    text-transform: uppercase;
}
.about_info h1 span{
    color: #f31f14;
}
.about_info img{
    padding: 10px 0px;
}
.about_info p {
    color: #444;
    font-size: 15px;
    line-height: 27px;
}
.about_info a {
    border-style: none;
    padding: 11px 37px;
    color: #333;
    position: relative;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    margin-top: 6px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.about_info a:hover{
    color: #fff;
    background: #008a40;
    border-color: #008a40;
}
/*-- 7 service part start -- */
#service {
    padding: 60px 0px 28px;
background: url(assests/img/kovai/homebg1.png);background-size: cover;}

.service_text h1 {
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.service_text h1 span{
    color: #f31f14;
}
.service_text img{
    padding: 10px 0px;
}
.service_text p {
    font-size: 18px;
    color: #fff;
    line-height: 29px;
    margin: 0px;
}
.service_item_container{
    margin-top: 20px;
}
.service_item {
    margin-bottom: 20px;
    padding: 20px 0px;
    cursor: pointer;
    background: #ffffda;
    box-shadow: 0px 7px 10px rgba(0,0,0,0.1);
    transition: all 0.3s linear;
}
.service_item h4 {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 20px;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    font-family: Flaticon;
    font-style: normal;
     margin-left: 0px; 
}
.service_item:hover{
    box-shadow: none;
}
.service_item:hover i{
    color: #FDAA0A;

}
.service_img img{
    float: right;
    position: relative;
    top: 27px;
}
/*-- 8 top_food -- */
#top_food{
    padding: 93px 0px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.hot_bg{
    height: 300px;
    width: 100%;
    background: url(assests/img/hot-product/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.hot_info h1{
    margin: 0px;
    padding-bottom: 6px;
    color: #222;
    text-transform: uppercase;
}
.hot_info h1 span{
    color: #f31f14;
    text-transform: uppercase;
}
.hot_info h2 {
    font-family: 'Trirong', serif;
    margin: 0px;
    padding-top: 17px;
    color: #008a40;
    font-weight: bold;
}
.hot_info p{
    margin: 0px;
    padding: 22px 0px;
    font-size: 17px;
    line-height: 31px;
    color: #444;
}
.hot_info h3{
    margin: 0px;
    color: #222;
}
.hot_info span .fa{
    color: #ff4c20;
    padding: 5px 0px;
}
.price_1 {
    display: block;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #e5e5e5;
    position: relative;
    filter: blur(1px);
}
.price_1::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 42px;
    background: #FDAA0A;
    left: 6px;
    top: 50%;
}
.price_2 {
    display: block;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #444;
}
.price_1 span, .price_2 span {
    font-weight: 600;
    font-size: 30px;
    padding-right: 5px;
    color: #222;
}
.hot_info a {
    border-style: none;
    padding: 7px 18px;
    background: #FF4C20;
    color: #fff;
    position: relative;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: 2px solid #ff4c20;
}
.hot_info a:hover{
    color: #fff;
    background: #169E59;
    border-color: #169E59;
}
.hot_slide_active.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.hot_slide_active .owl-prev {
    height: 50px;
    width: 50px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    color: #e5e5e5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -83px;
    transform: translateY(-50%);
    transition: all 0.4s linear;
}
.hot_slide_active .owl-next {
    height: 50px;
    width: 50px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    color: #e5e5e5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -83px;
    transform: translateY(-50%);
    transition: all 0.4s linear;
}
.hot_slide_active .owl-prev:hover, .hot_slide_active .owl-next:hover{
    background: #169E59;
    color: #fff;
    border-color: #169E59;
}
/*-- 9 promotion -- */
#promotion {
    padding: 50px 0px 56px;
    width: 100%;
    background: url(assests/img/kovai/book.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#promotion:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,0.8);
}
#promotion:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
}
.promotion_text h1 {
    color: #f31f14;
    margin: 0px;
    font-size: 46px;
    letter-spacing: 2px;
}
.promotion_text img{
    margin: 0 auto;
}
.promotion_text p {
    color: #fff;
    padding: 18px 0px;
    text-transform: capitalize;
    font-size: 17px;
    max-width: 520px;
    margin: 0 auto;
    line-height: 32px;
}
.promotion_text a {
    padding: 10px 38px;
    border-style: none;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.4s linear;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.promotion_text a:hover{
    background: #008a40;
    border-color: #008a40;
    color: #fff;
}
/*-- 10 our_menu -- */
#our_menu_rasipe {
    padding: 100px 0px 89px;
    background: #fff;
}
.menu_title h1{
    margin: 0px;
    color: #222;
    text-transform: uppercase;
}
.menu_title h1 span{
    color: #f31f14;
}
.menu_title img{
    margin: 0 auto;
    padding: 10px 0px;
}
.menu_title p{
    margin: 0 auto;
    max-width: 600px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.menu_containerr{
    margin-top: 50px;
}
.menu_filter_btn button {
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 5px 11px;
    margin: 0px 4px;
    font-size: 15px;
    color: #222;
}
.menu_filter_btn .active{
    background: #FDAA0A;
    color: #fff;
    border-color: #FDAA0A;
}
.menu_fliter_container{
    margin-top: 30px;
}
.meu_item {
    padding-bottom: 5px;
    border-bottom: 2px dotted #e5e5e5;
    border-right: 2px dotted #e5e5e5;
    margin-bottom: 17px;
    position: relative;
    overflow: hidden;
    border-radius: 14px 0px 0px 14px;
}
.menu_img{
    /* border-radius: 50%; */
    width: 102px;
    overflow: hidden;
    margin: auto;
    position: relative;
}
.menu_img img{
    margin: 0 auto;
}
.menu_text h3{
    color: #222;
}
.menu_text span{
    width: 50%;
    display: block;
    padding-top: 20px;
    float: left;
    color: #444;
}
.food_menu-hover {
    height: 100%;
    width: 34%;
    position: absolute;
    background: #333;
    top: 0;
    left: -35%;
    opacity: 1;
    transition: all 0.4s linear;
    text-align: center;
    z-index: 1;
}
.food_menu-hover:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.meu_item:hover .food_menu-hover{
    left: 0;
}
.food_menu-hover h3 {
    color: #ddd;
    text-transform: capitalize;
    margin: 0px;
    padding-top: 20px;
}
.food_menu-hover span .fa {
    color: #FDAA0A;
    font-size: 14px;
}
.food_menu-hover p{
    color: #FDAA0A;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}
/*-- 11 delivary -- */
#delivary {
    padding: 50px 0px 57px;
    background: url(assests/img/kovai/book1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}
#delivary:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
#delivary:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
}
.deliver_content h1{
    color: #f31f14;
    margin: 0px;
    padding-bottom: 6px;
}
.deliver_content img{
    margin: 0 auto;
}
.deliver_content button {
    margin-top: 23px;
    border-style: none;
    background: transparent;
    color: #fff;
    padding: 13px 23px;
    font-family: 'Merriweather', serif;
    border: 1px solid #ddd;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all 0.3s linear;
}
.deliver_content button:hover{
    background: #ff4c20;
    color: #fff;
    border-color: #ff4c20;
    /* margin-top: 30px; */
}
/*-- 12 hot_cold -- */
#hot_cold {
    padding: 50px 0px 164px;
    background: #ffffda;
}
.hot_slide_left {
    border: 5px solid #e5e5e5;
    box-shadow: 0px 15px 17px rgba(0,0,0,0.1);
}
.slide_item {
    text-align: center;
    padding: 57px 10px;
}
.item_img span {
    height: 287px;
    width: 290px;
    display: block;
    border: 5px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.item_info h2 {
    margin: 0px;
    text-transform: capitalize;
    padding: 19px 0px;
    color: #FDAA0A;
}
.item_info p{
    margin: 0px;
    color: #444;
    font-size: 15px;
}
.fast_food_price{
    margin:10px;
}
.fast_food_price p {
    color: #333;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
}
.fast_food_price p::after {
    position: absolute;
    height: 1px;
    width: 56px;
    content: "";
    background: #e5e5e5;
    top: 9px;
    left: 46px;
}
.fast_food_price p::before {
    position: absolute;
    height: 1px;
    width: 56px;
    content: "";
    background: #e5e5e5;
    top: 9px;
    right: 48px;
}
.fast_food_price button {
    border-style: none;
    padding: 12px 23px;
    text-transform: capitalize;
    font-weight: 600;
    background: #333;
    color: #333;
    /* border-radius: 39px; */
    transition: all 0.3s linear;
    background: transparent;
    border: 2px solid #333;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 2px;
}
.fast_food_price button:hover{
    background: #FDAA0A;
    color: #fff;
    border-color: #FDAA0A;
}
.owl-carousel .owl-item img {
    width: auto;
}
.hot_slide_left .owl-prev {
    height: 40px;
    width: 78px;
    background: #e5e5e5;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 10px;
    left: 3px;
    border-radius: 21px;
    transition: all 0.3s linear;
}
.hot_slide_left .owl-next {
    height: 40px;
    width: 78px;
    background: #e5e5e5;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 10px;
    right: 3px;
    border-radius: 21px;
    transition: all 0.3s linear;
}
.hot_slide_left .owl-next:hover, .hot_slide_left .owl-prev:hover{
    background: #FDAA0A;
}
.hot_i_single {
    border: 2px solid #e5e5e5;
    padding: 10px 0px;
    margin-bottom: 13px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.hot_i_single_img {
    height: 96px;
    width: 100px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.hot_i_single_img img {
    position: relative;
    top: 13px;
}
.hot_i_single_info h3{
    margin: 0px;
    color: #ff4c20;
    padding: 22px 0px 11px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hot_i_single_info p{
    margin: 0px;
    padding: 0px 0px 3px 0px;
    font-size: 15px;
    color: #444;
    position: relative;
}
.hot_i_single_info p::after {
    position: absolute;
    height: 1px;
    width: 32px;
    content: "";
    background: #e5e5e5;
    top: 9px;
    left: 46px;
}
.hot_i_single_info p::before {
    position: absolute;
    height: 1px;
    width: 32px;
    content: "";
    background: #e5e5e5;
    top: 9px;
    right: 46px;
}
.hot_i_single_info p
.hot_i_single_info span .fa{}
.hot_i_s_hover {
    position: absolute;
    width: 100%;
    height: 43%;
    background: #FECF59;
    left: 0;
    bottom: -43%;
    transition: all 0.4s linear;
}
.hot_i_single:hover .hot_i_s_hover{
    bottom: 0;
}
.hot_i_s_hover h3{
    color: #222;
    margin: 0px;
    padding-top: 10px;
}
.hot_i_s_hover a .fa {
    height: 33px;
    width: 33px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    margin: 3px auto;
    transition: all 0.4s linear;
}
.hot_i_s_hover a .fa:hover{
    transform: rotate(360deg);
    color: #fff;
}
/*-- 13 counter -- */
#counter_main {
    padding: 70px 0px 70px;
    background: url(assests/img/counter.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#counter_main:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: -1;
}
#counter_main:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
}
.count_item h2{
    color: #f31f14;
    font-family: 'Merriweather', serif;
    margin: 0px;
    padding-bottom: 10px;
}
.count_item p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px;
    font-size: 15px;
}
/*-- 14 testmonial --*/
#testmonial{
    padding: 100px 0px;
    background: #fff;
}
.testmonia_title h1{
    margin: 0px;
    color: #222;
    text-transform: uppercase;
}
.testmonia_title h1 span{
    color: #f31f14;
}
.testmonia_title img{
    margin: 0 auto;
    padding: 10px 0px;
}
.testmonia_title p{
    margin: 0 auto;
    max-width: 600px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.testmonial_container{
    margin-top: 40px;
}
.testmonial_item{
    padding: 20px 0px;
    border: 1px solid #e5e5e5;
    position: relative;
}
.testmonial_img{
    border-right: 1px solid #e5e5e5;
}
.testmonial_img span {
    height: 100px;
    width: 100px;
    border: 4px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
    top: -58px;
    left: 12px;
    display: block;
    margin: 0 auto;
}
.testmonial_img h2 {
    font-family: 'Sacramento', cursive;
    text-align: center;
    margin: 0px;
    padding-top: 6px;
    font-size: 23px;
    color: #444;
}
.testmonial_info p{
    margin: 0px;
    font-size: 15px;
    color: #444;
    letter-spacing: 1px;
}
.testmonial_info span {
    margin-top: 9px;
    display: block;
    color: #FDAA0A;
}
.testmonial_active .owl-dots {
    text-align: center;
    margin-top: 46px;
}
.testmonial_active .owl-dot {
    height: 20px;
    width: 20px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0px 4px;
    border-radius: 50%;
    transition: all 0.3s linear;
}
.testmonial_active .owl-dot.active{
    position: relative;
    transition: all 0.3s linear;
}
.testmonial_active .owl-dot.active::after {
    position: absolute;
    height: 8px;
    width: 8px;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #FDAA0A;
    border-radius: 50%;
    transition: all 0.4s linear;
}
/*-- 15 percess -- */
#percess {
    padding: 100px 0px 103px;
    background: url(assests/img/percess.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
#percess:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
#percess:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
}
.percess_text h1{
    color: #fff;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 10px;
}
.percess_text h1 span{
    color: #ff4c20;
}
.percess_text a {
    border-style: none;
    background: transparent;
    text-transform: capitalize;
    padding: 10px 20px;
    color: #ff4c20;
    transition: all 0.4s linear;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ff4c20;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}
.percess_text a:hover{
    background: #008a40;
    border-color: #008a40;
    color: #fff;
}
/*-- 16 blog -- */
#blog {
    padding: 100px 0px 103px;
    background: #fff;
}
.blog_title h1 {
    margin: 0px;
    color: #222;
    text-transform: capitalize;
}
.blog_title h1 span{
    color: #FDAA0A;
}
.blog_title img{
    margin: 0 auto;
    padding: 10px 0px;
}
.blog_title p {
    margin: 0 auto;
    max-width: 600px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.blog_container{
    margin-top: 50px;
}
.blog_item {
    box-shadow: 0px 19px 19px 0px rgba(0,0,0,0.1);
    padding: 0px 0px 26px 0px;
    transition: all 0.3s linear;
    overflow: hidden;
}
.blog_item:hover{
    box-shadow: none;
}
.blog_item:hover .blog_img img{
    transform: scale(1.1);
    filter: grayscale(100%);
} 
.blog_img{
    position: relative;
    overflow: hidden;
}
.blog_img img{
    transition: all 0.3s linear;
    
}
.blog_date {
    width: 50px;
    position: absolute;
    top: 0;
    background: #FDAA0A;
    height: 57px;
    text-align: center;
    transition: all 0.3s linear;
}
.blog_item:hover .blog_date{
    top: 10%;
}
.blog_date h3{
    margin: 0px;
    color: #fff;
    padding-top: 3px;
}
.blog_date h4{
    margin: 0px;
    color: #fff;
    font-family: 'Merriweather', serif;
}
.blog_text {
    margin-top: 10px;
    padding: 0px 17px;
}
.blog_text h3 {
    margin: 0px;
    color: #FDAA0A;
    padding-bottom: 8px;
}
.blog_text p{
    margin: 0px;
    color: #444;
    padding-bottom: 8px;
    font-size: 15px;
}
.blog_info{
    padding: 0px 17px;
}
.blog_info ul li {
    display: inline-block;
    font-family: 'Merriweather', serif;
    padding: 0px 12px;
}
.blog_info ul:first-child li{
    padding-left: 0px;
}
.blog_info ul li .fa{
    padding-right: 2px;
}
.blog_btn {
    padding-right: 17px;
}
.blog_btn a{
    font-size: 15px;
    color: #222;
    text-decoration: none;
    transition: all 0.3s linear;
}
.blog_btn a:hover{
    color: #FDAA0A;
}
.blog_btn a .fa{
    transition: all 0.3s linear;
}
.blog_btn a:hover .fa{
    padding-left: 10px;
}
/*-- 17 news_later -- */
#news_later {
    padding: 100px 0px 107px;
    background: #16191E;
    position: relative;
    z-index: 1;
}
#news_later:after{
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    top: 0;
    left: 0;
    z-index: -1;
}
.news_overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.news_overlay2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.subs_content h2 {
    margin: 0px;
    text-transform: capitalize;
    color: #e5e5e5;
    font-size: 46px;
}
.subs_content h3 {
    text-transform: uppercase;
    font-family: 'Trirong', serif;
    color: #FDAA0A;
    margin: 0px;
    font-weight: 900;
    font-size: 47px;
    padding: 3px 0px;
}
.subs_content p {
    color: #e5e5e5;
    margin: 0px;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 1px;
}
.subs_content p span{
    color: #FDAA0A;
    font-family: 'Merriweather', serif;
    
}
.news_form{
    margin-top: 30px;
    width: 70%;
    margin: 30px auto 0px auto;
    position: relative;
}
.news_email {
    width: 70%;
    padding: 20px 19px;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
    border-radius: 52px;
    transition: all 0.4s linear;
    font-family: 'Merriweather', serif;
}
.news_email:focus{
    color: #FDAA0A;
    border-color: #FDAA0A;
    
}
.news_form button {
    position: absolute;
    right: 137px;
    top: 9px;
    padding: 11px 17px;
    background: #FDAA0A;
    border-style: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
/*-- 18 brand -- */
#brand{
    padding: 50px 0px;
    background: #fff;
}
.brand_item {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}
/*-- 19 event -- */
#event{
    padding: 100px 0px;
    background: url(assests/img/event_area_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#event:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
}
.event_title h1{
    margin: 0px;
    text-transform: capitalize;
    color: #222;
    text-transform: uppercase;
}
.event_title h1 span{
    color: #ff4c20;
}
.event_title img{
    margin: 0 auto;
    padding: 10px 0px;
}
.event_title p {
    margin: 0 auto;
    max-width: 600px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.event-container{
    margin-top: 50px;
}
.enent_text span{
   font-family: 'Merriweather', serif; 
}
.enent_text h2 {
    margin: 0px;
    color: #222;
    text-transform: capitalize;
    font-size: 24px;
}
.enent_text p {
    margin: 0px;
    color: #444;
    padding: 8px 0px;
    font-size: 15px;
}
.enent_text h4{
    margin: 0px;
    color: #222;
    padding-bottom: 8px;
}
.enent_text a{
    text-decoration: none;
    transition: all 0.3s linear;
    margin: 0px;
}
.enent_text a:hover{
    color: #FDAA0A;
}
.enent_text a .fa{
    transition: all 0.3s linear;
}
.enent_text a:hover .fa{
    padding-left: 10px;
}
.event-slide .owl-dot {
    height: 20px;
    width: 20px;
    border: 1px solid #FDAA0A;
    display: inline-block;
    margin: 0px 6px;
    border-radius: 50%;
    transition: all 0.3s linear;
}
.event-slide .owl-dot.active{
    background: #FDAA0A;
}
.event-slide .owl-dots {
    text-align: center;
    margin-top: 48px;
}
/*-- 21 footer_top --*/
#footer_top{
    padding: 100px 0px;
    background: url(assests/img/kovai/fbg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}
#footer_top:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.footer_about{
    border-right: 1px solid #666;
}
.footer_logo h1{
    margin: 0px;
    color: #FDAA0A;
}
.footer_logo h3{
    margin: 0px;
    color: #FDAA0A;
}
.about_text p {
    color: #fff;
    margin: 0px;
    padding: 14px 21px 10px 0px;
    line-height: 25px;
    text-align: justify;
}
.about_social{
    padding-top: 10px;
}
.about_social ul li{
    display: inline-block;
}
.about_social ul li .fa {
    color: #fff;
    margin: 0px 11px;
    transition: all 0.4s linear;
}
.about_social ul li .fa:hover{
    color: #ff4c20;
}
.about_social ul li:first-child .fa{
    margin-left: 0px;
}
.footer_title h3 {
    margin: 0px;
    color: #fff;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.twit_item {
    padding: 0px 9px 0px 0px;
    margin-bottom: 29px;
    display: block;
}
.twiter_footer_container{
    border-right: 1px solid #666;
}
.twit_item .fa {
    font-size: 20px;
    color: #ddd;
    float: left;
    padding-right: 9px;
    padding-bottom: 22px;
}
.twit_item p {
    color: #ddd;
}
.twit_item p span{
    color: #FDAA0A;
}
.contact_info{
    border-right: 1px solid #666;
}
.contact_info ul li {
    font-family: 'Merriweather', serif;
    font-family: "Barlow", sans-serif;
    color: #fff;
    padding-bottom: 20px;
}
.contact_info ul li .fa {
    color: #ff4c20;
    font-size: 20px;
    padding-right: 14px;
    padding-bottom: 2px;
    display: block;
    float: left;
}
.inst_g_img img {
    margin-bottom: 21px;
    transition: all 0.3s linear;
}
.inst_g_img img:hover{
    filter: grayscale(100%);
    cursor: pointer;
}
/*-- 21 footer_bottom -- */
#footer_bottom{
    padding: 20px 0px;
    background: #008a40;
    position: relative;
}
.footter_bottom_content p{
    color: #fff;
    margin: 0px;
    font-size: 20px;
}
.footter_bottom_content p span {
    font-family: 'Playball', cursive;
    color: #FDAA0A;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: capitalize;
}
/*-- 22 scroll_top -- */
#scroll_top {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #ff4c20;
    font-size: 16px;
    position: absolute;
    right: 87px;
    top: -24px;
    transform: rotate(44deg);
    z-index: 999;
    box-shadow: 0px 0px 18px rgba(0,0,0,0.4);
    cursor: pointer;
}
#scroll_top .fa {
    transform: rotate(-43deg);
}
/*---------------------------------------------- 23 start about_page part ----------------------------------------------*/
.about_page_banar_item{
    min-height: 400px;
    width: 100%;
    background: url(assests/img/kovai/allpage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.about_page_banar_item:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
.about_page_banar_item:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.about_banar_table{
    display: table;
    height: 400px;
    width: 100%;
    position: absolute;
}
.about_banar_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.about_banar_text{
    text-align: center;
}
.about_banar_text h1 {
    color: #ddd;
    margin: 0px;
    font-size: 50px;
    text-transform: uppercase;
}
.about_banar_text h1 span{
    color: #FF3024;
}
.about_banar_text p{
    color: #fff;
    margin: 0px;
    padding-top: 10px;
    font-size: 19px;
    font-weight: bold;
    text-transform: capitalize;
}
.about_banar_text p span{
    color: #FF3024;
    font-weight: bold;
}
/*-- 23.1 about_us_about -- */
#about_us_about{
    padding: 100px 0px;
    background: #fff;
}
.about_us_about_video{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about_us_about_video a {
    position: absolute;
    z-index: 9999;
    color: #FDAA0A;
    top: 50%;
    margin: auto;
    font-size: 65px;
    cursor: pointer;
    left: 43%;
    transform: translate(-50%,-50%);
}
.about_us_about_video::after {
    position: absolute;
    content: "";
    height: 140%;
    width: 200px;
    background: #fff;
    right: -86px;
    top: -14px;
    transform: rotate(27deg);
}
.about_us_about_video:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.about_us_about_content h1{
    margin: 0px;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
}
.about_us_about_content h1 span{
    color: #FF3024;
    padding-left: 10px;
}
.about_us_about_content img{
    margin: 0px;
    padding: 10px 0px 20px 0px;
}
.about_us_about_content p {
    margin: 0px;
    color: #444;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 20px;
}
.about_us_about_content ul{
    padding-top: 20px;
}
.about_us_about_content ul li {
    padding-bottom: 10px;
    font-size: 15px;
}
.about_us_about_content ul li .fa{
    color: #FDAA0A;
    padding-right: 10px;
}
/*-- 23.2 about_us_about_percess -- */
#about_us_about_percess {
    padding: 100px 0px 106px;
    background: url(assests/img/about_percess.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#about_us_about_percess:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}

#about_us_about_percess:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.about_us_about_percess_content h1{
    margin: 0px;
    color: #ddd;
    padding-bottom: 10px;
}
.about_us_about_percess_content h1 span{
    color: #FDAA0A;
}
.about_us_about_percess_content p{
    margin: 0px;
    color: #ddd;
    font-size: 15px;
    padding-bottom: 14px;
}
.about_us_about_percess_content a {
    border-style: none;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px 10px;
    border-radius: 24px;
    transition: all 0.3s linear;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #FDAA0A;
    color: #FDAA0A;
}
.about_us_about_percess_content a:hover, .about_us_about_percess_content .sp{
    background: #FDAA0A;
    color: #fff;
}
/*-- 23.3 team -- */
#team {
    padding: 100px 0px 104px;
    background: #fff;
}
.team_title h1{
    margin: 0px;
    text-transform: capitalize;
    color: #222;
    padding-bottom: 10px;
}
.team_title img {
    margin: 0 auto;
    padding-bottom: 10px;
}
.team_title h1 span{
    color: #FDAA0A;
}
.team_title p{
    color: #444;
    font-size: 15px;
    margin: 0px;
}
.member_container{
    margin-top: 40px;
}
.team_img {
    height: 150px;
    width: 150px;
    border: 5px solid #e5e5e5;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.team_img::after {
    position: absolute;
    height: 0px;
    width: 0px;
    content: "";
    top: 0;
    left: 0px;
    border: 5px solid #FDAA0A;
    border-radius: 50%;
    z-index: 1;
    top: -1px;
    opacity: 0;
    transition: all 0.3s linear;
}
.team_item:hover .team_img::after{
    height: 142px;
    opacity: 1;
    width: 141px;
}
.team_item{
    border: 2px solid #e5e5e5;
    padding: 20px 0px;
    transition: all 0.3s linear;
}
.team_item:hover{
    box-shadow: 0px 5px 23px -4px rgba(0,0,0,0.2);
}
.team_info {
    padding: 20px 14px;
}
.team_info h2{
    margin: 0px;
    color: #222;
    padding-bottom: 4px;
}
.team_info h2 span{
    color: #FDAA0A;
}
.team_info p{
    margin: 0px;
    color: #444;
}
.team_social ul li{
    display: inline-block;
}
.team_social ul li .fa {
    height: 30px;
    width: 30px;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
    line-height: 30px;
    font-size: 13px;
    border-radius: 50%;
    margin: 0px 3px;
    transition: all 0.3s linear;
}
.team_social ul li .fa:hover{
    background: #FDAA0A;
    color: #fff;
}
/*-- 23.4 about_brand -- */
#about_brand{
    padding: 50px 0px;
    background: #f8f8f8;
}
/*-- 23.5 galary -- */
#galary {
    padding: 100px 0px 103px;
    background: #fff;
}
.galary_title h1{
    margin: 0px;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #222;
}
.galary_title img{
    margin: 0 auto;
    padding-bottom: 8px;
}
.galary_title h1 span{
    color: #FDAA0A;
}
.galary_title p{
    color: #444;
    font-size: 15px;
    margin: 0px;
}
.galary_container{
    margin-top: 20px;
}
.singal-galary {
    position: relative;
    display: block;
}
.port_hover_div {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s linear;
}
.singal-galary:hover .port_hover_div {
    opacity: 1;
}
.port_hover_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.port_hover_item h3 {
    color: #FDAA0A;
    text-transform: uppercase;
    font-size: 18px;
}
.port_hover_item .fa {
    height: 40px;
    width: 40px;
    border: 1px solid transparent;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    margin: 0px 7px;
    cursor: pointer;
    background: #FDAA0A;
    transition: all 0.3s linear;
}
.port_hover_item .fa:hover{
    border-color: #FDAA0A;
    color: #FDAA0A;
    background: transparent;
}
.portfolio_btn{
    margin-bottom: 20px;
}
.portfolio-filter li {
    display: inline-block;
    padding: 0px 17px;
    border-right: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0px 7px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.portfolio-filter li.active{
    color: #FDAA0A;
}
.portfolio-filter:first-child li{
    padding-left: 0px;
    margin-left: 0px;
}
.portfolio-filter li:last-child{
    border-style: none;
}
/*---------------------------------------------- 24 start resurve page part ----------------------------------------------*/
#resurve_banar{
    min-height: 400px;
    width: 100%;
    background: url(assests/img/banar/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}
#resurve_banar:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
#resurve_banar:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.resurve_banar_table{
    height: 400px;
    width: 100%;
    display: table;
    text-align: center;
}
.resurve_banar_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.resurve_banar_text h1{
    margin: 0px;
    color: #ddd;
    text-transform: capitalize;
    font-size: 60px;
}
.resurve_banar_text h1 span{
    color: #FDAA0A;
}
.resurve_banar_text p{
    color: #ddd;
    margin: 0px;
    padding-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.resurve_banar_text p span{
    color: #FDAA0A;
}
/*-- 24.1 reserve_info -- */
#reserve_info {
    padding: 100px 0px 103px;
    background: #fff;
}
.reserve_info_content1{
    border-right: 1px solid #e5e5e5;
}
.reserve_info_content {
    padding: 0px 20px;
}
.reserve_info_content h1{
    margin: 0px;
    color: #222;
}
.reserve_info_content h1 span{
    color: #FDAA0A;
}
.reserve_info_content p{
    margin: 0px;
    color: #444;
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 1px;
}
.reserve_info_content img{
    padding: 10px 0px;
}
/*-- 24.2 reserve_animation -- */
#reserve_ani {
    padding: 100px 0px 72px;
    background: url(assests/img/book_table.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
#reserve_ani:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
#reserve_ani:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background:url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.reserve_ani_content h1{
    margin: 0px;
    color: #ddd;
    text-transform: capitalize;
    font-size: 50px;
}
.reserve_ani_content h1 span{
    color: #FDAA0A;
    font-family: 'Merriweather', serif;
}
.reserve_ani_plate img{
    position: relative;
}
.reserve_ani_plate img {
    position: relative;
}
.reserve_ani_plate span img {
    position: absolute;
    left: 49%;
    top: 36%;
    animation: smoke 2s infinite;
}
@keyframes smoke{
    0%{
        transform: translateY(0px);
        opacity: 0.4;
    }
    100%{
        transform: translateY(-20px);
        opacity: 0;
    }
}
/*-- 24.3 reservation_form -- */
#reservation_form {
    padding: 100px 0px 106px;
    background: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
}
.reserve_overlay {
    position: absolute;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
}
.reserve_overlay2 {
    position: absolute;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
    right: 0;
}
.reservation_form_container {
    margin-top: 30px;
    border: 5px solid #e5e5e5;
    padding: 40px 105px;
}
.reservation_form_title h1{
    color: #222;
    margin: 0px;
    text-transform: capitalize;
}
.reservation_form_title h1 span{
    color: #FDAA0A;
}
.reservation_form_container p{
    text-transform: capitalize;
    color: #444;
    font-size: 15px;
    padding-bottom: 10px;
}
.name {
    width: 49%;
    float: left;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.email{
    width: 49%;
    float: right;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.phone{
    width: 49%;
    float: left;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.person{
    width: 49%;
    float: right;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.date{
    width: 49%;
    float: left;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.time{
    width: 49%;
    float: right;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.message_reserve {
    width: 100%;
    display: block;
    padding: 21px 23px;
    background: #F6F6F6;
    border-style: none;
    color: #222;
    font-weight: 600;
}
.reservation_form_container button {
    margin-top: 20px;
    border-style: none;
    padding: 13px 24px;
    background: transparent;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #333;
    transition: all 0.3s linear;
}
.reservation_form_container button:hover{
    background: #FDAA0A;
    border-color: #FDAA0A;
    color: #fff;
}
/*---------------------------------------------- 25 start menu page part ----------------------------------------------*/
#menu_banar{
    height: 400px;
    width: 100%;
    background: url(assests/img/menubanar.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
#menu_banar:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
#menu_banar:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.menu_table{
    height: 400px;
    width: 100%;
    display: table;
    text-align: center;
}
.menu_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.menu_banar_text h1{
    margin: 0px;
    color: #ddd;
    text-transform: capitalize;
    font-size: 60px;
}
.menu_banar_text h1 span{
    color: #FDAA0A;
}
.menu_banar_text p{
    color: #ddd;
    margin: 0px;
    padding-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.menu_banar_text p span{
    color: #FDAA0A;
}
/*-- 25.1 today_menu --*/
#today_menu {
    padding: 100px 0px 97px;
    background: #f8f8f8;
}
.today_menu_title h1{
    margin: 0px;
    color: #222;
    text-transform: capitalize;
}
.today_menu_title h1 span{
    color: #FDAA0A;
}
.today_menu_title img{
    margin: 0 auto;
    padding: 10px 0px;
}
.today_menu_title p{
    color: #444;
    font-size: 15px;
    margin: 0px;
}
.today_menu_container{
    margin-top: 30px;
}
.today_menu_item {
    padding: 30px 26px;
    background: #fff;
    transition: all 0.3s linear;
    margin-bottom: 10px;
}
.today_menu_item:hover{
    box-shadow: 0px 18px 17px rgba(0,0,0,0.1);
}
.today_menu_item:hover .today_menu_info h3{
    color: #FDAA0A;
}
.today_menu_info{
    margin-top: 6px;
}
.today_menu_info h3{
    margin: 0px;
    color: #222;
    text-transform: capitalize;
    padding-bottom: 4px;
    transition: all 0.3s linear;
}
.today_menu_info p{
    color: #444;
    font-family: 'Merriweather', serif;
    margin: 0px;
    padding-bottom: 4px;
}
.today_menu_star .fa{
    color: #666;
}
.today_menu_btn a{
    text-decoration: none;
    transition: all 0.3s linear;
    color: #222;
    text-transform: capitalize;
    margin-top: 4px;
}
.today_menu_btn a:hover{
    color: #FDAA0A;
}
/*-- 25.2 menu_tody2 -- */
#menu_tody2{
    padding: 100px 0px;
    background: #fff;
}
.menu_title2 h1{
    margin: 0px;
    color: #222;
    text-transform: capitalize;
}
.menu_title2 h1 span{
    color: #FDAA0A;
}
.menu_title2 img{
    margin: 0 auto;
    padding: 10px 0px;
}
.menu_title2 p{
    color: #444;
    font-size: 15px;
    margin: 0px;
}
.today_container{
    margin-top: 30px;
}
/*---------------------------------------------- 26 start blog main page part ----------------------------------------------*/
#blog_banar{
    min-height: 400px;
    width: 100%;
    background: url(assests/img/menubanar.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#blog_banar:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
#blog_banar:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.blog_banar_table{
    display: table;
    height: 400px;
    width: 100%;
    text-align: center;
}
.blog_banar_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.blog_banar_text h1{
    margin: 0px;
    color: #ddd;
    text-transform: capitalize;
    font-size: 60px;
}
.blog_banar_text h1 span{
    color: #FDAA0A;
}
.blog_banar_text p {
    color: #ddd;
    margin: 0px;
    padding-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.blog_banar_text p span{
    color: #FDAA0A;
}
/*-- 26.1 blog_about -- */
#blog_about {
    padding: 50px 0px 56px;
    background: #f8f8f8;
}
.blog_about_content_left {
    box-shadow: 0px 12px 10px rgba(0,0,0,0.1);
    padding: 11px 27px;
}
.blog_about_content_left p{
    margin: 0px;
    color: #FDAA0A;
    text-transform: uppercase;
    font-size: 15px;
}
.blog_about_content_left h2 {
    margin: 0px;
    color: #222;
    text-transform: capitalize;
    padding-bottom: 5px;
    padding-top: 5px;
}
.blog_about_content_left h4 {
    margin: 0px;
    color: #444;
    font-family: 'Sacramento', cursive;
    font-size: 29px;
    font-weight: 600;
}
.blog_about_content_left h5{
    margin: 0px;
    color: #444;
    font-family: 'Trirong', serif;
    padding-bottom: 5px;
}
.blog_about_content_left h5 span{
    color: #FDAA0A;
}
.author_social{
    margin-top: 20px;
}
.author_social ul li{
    display: inline-block;
}
.author_social ul li .fa {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-left: 4px;
    color: #fff;
    transition: all 0.3s linear;
}
.author_social ul li .fa:hover{
    box-shadow: 0px 7px 5px rgba(0,0,0,0.3);
}
.facebook{
    background: #3B5999;
}
.twiter{
    background: #55acee;
}
.pinterest{
    background: #bd081c;
}
.instagram{
    background: #e4405f;
}
.blog_about_content_right{
    border-left: 1px solid #e5e5e5;
}
.blog_about_content_right p {
    font-size: 15px;
    color: #444;
    margin: 0px;
    padding-bottom: 16px;
    line-height: 24px;
}
.blog_about_img {
    height: 188px;
    width: 301px;
    border: 7px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 7px 15px rgba(0,0,0,0.1);
}
/*-- 26.2 blog_main_content -- */
#blog_main_content{
    padding: 100px 0px;
    background: #fff;
}
.news_2, .news_1 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.news_img{
    position: relative;
}
.blog_main_date {
    height: 81px;
    width: 100px;
    background: rgba(253, 170, 10, 0.86);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 0px;
}
.news_text h3 {
    text-transform: capitalize;
    color: #222;
}
.blog_main_date h1{
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.blog_main_date p {
    color: #fff;
    margin: 0px;
    font-family: 'Merriweather', serif;
    font-size: 25px;
    font-weight: 600;
}
.news_info ul li {
    display: inline-block;
    padding-right: 20px;
    font-family: 'Merriweather', serif;
    text-transform: capitalize;
    color: #222;
}
.news_info ul li img {
    display: inline-block;
    border-radius: 50%;
    height: 26px;
    border: 1px solid #C5C5C5;
}
.news_info ul li .fa {
    font-size: 17px;
    color: #ccc;
    padding-right: 3px;
}
.news_btn a {
    background: #FDAA0A;
    color: #fff;
    padding: 10px 20px;
    margin-top: 11px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s linear;
    text-decoration: none;
}
.news_btn a:hover{
    background: #333;
    color: #ddd;
}
.news_social ul li{
    display: inline-block;
}
.news_social ul li .fa {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-left: 7px;
    transition: all 0.3s linear;
}
.news_social ul li .fa:hover{
    box-shadow: 0px 7px 5px rgba(0,0,0,0.3);
}
/*-- 26.3 right news style -- */
.blog_main_right{
    padding: 10px;
    border-left: 1px solid #e5e5e5;
}
.new_s {
    width: 100%;
    padding: 8px 16px;
    border: 2px solid #222;
    color: #222;
    font-size: 15px;
}
.news-search form button {
    position: absolute;
    right: 25px;
    top: 10px;
    padding: 4px 13px;
    background: #222;
    border: 2px solid #222;
    color: #fff;
    font-size: 19px;
}
.news_categories{
    padding: 10px 0px;
}
.news_categories h3 {
    margin: 0px;
    color: #FDAA0A;
    text-transform: capitalize;
    padding: 14px 0px;
}
.news_categories ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 9px;
    margin-bottom: 7px;
    font-family: 'Merriweather', serif;
    transition: all 0.3s linear;
}
.news_categories ul li .fa{
    padding-right: 2px;
}
.news_categories ul li:hover{
    padding-left: 6px;
}
.news_categories ul li:hover a{
    color: #FDAA0A;
    text-decoration: none;
}
/*-- 26.4 recent_news -- */
.recent_news h3 {
    margin: 0px;
    background: #FDAA0A;
    color: #fff;
    padding: 5px 11px;
}
.recent_news_item{
    padding: 20px 0px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.recent_news_item ul li{
    font-family: 'Merriweather', serif;
}
.recent_news_item ul li .fa{
    color: #C6C6C6;
    padding-right: 4px;
}
.recent_news_item h4{
    margin: 0px;
    color: #222;
    padding: 5px 0px;
    text-transform: capitalize;
}
.recent_news_item p{
    margin: 0px;
    color: #4C4C4C;
}
/*-- 26.5 news_galary -- */
.news_galary{
    margin-top: 10px;
}
.news_galary h3{
    margin: 0px;
    text-transform: capitalize;
    color: #FDAA0A;
    padding-bottom: 10px;
}
.news_galary_item{
    width: 30%;
    float: left;
}
/*-- 26.6 news_tags -- */
.news_tags{
    padding: 10px 0px;
}
.news_tags h3 {
    text-transform: capitalize;
    color: #FDAA0A;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 27px;
}
.news_tags ul li {
    display: inline-block;
    margin-bottom: 30px;
}
.news_tags ul li a{
    padding: 10px 19px;
    background: #222;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ddd;
    text-decoration: none;
}
.news_tags ul li a:hover{
    background: #FDAA0A;
    color: #fff;
}
/*---------------------------------------------- 27 start blog details page part ----------------------------------------------*/
#blog_details{
    padding: 100px 0px;
    background: #fff;
}
.blog_details_slide .owl-prev {
    height: 67px;
    width: 34px;
    background: #FDAA0A;
    text-align: center;
    line-height: 67px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s linear;
    transform: translateY(-50%);
}
.blog_details_slide .owl-next {
    height: 67px;
    width: 34px;
    background: #FDAA0A;
    text-align: center;
    line-height: 67px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s linear;
    transform: translateY(-50%);
}
.blog_details_slide .owl-prev:hover, .blog_details_slide .owl-next:hover{
    background: #333;
    width: 40px;
}
.blog_details_info h2 {
    color: #222;
    margin: 0px;
    padding: 13px 0px;
}
.blog_details_info ul li{
    display: inline-block;
    color: #444;
    font-family: 'Merriweather', serif;
    padding-right: 14px;
    padding-bottom: 10px;
}
.blog_details_info ul li .fa{
    padding-right: 4px;
    color: #FDAA0A;
}
.blog_details_text p{
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 25px;
}
.blog_commemt h2 {
    margin: 0px;
    color: #FDAA0A;
    border-bottom: 1px solid #FDAA0A;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.blog_comment_comment {
    border: 1px solid #e5e5e5;
    padding: 12px 41px;
    margin-bottom: 10px;
}
.blog_comment_comment h3{
    color: #FDAA0A;
    margin: 0px;
    padding-bottom: 6px;
}
.blog_comment_comment ul li{
    font-family: 'Merriweather', serif;
    color: #444;
    margin-bottom: 6px;
}
.blog_comment_comment p{
    color: #666;
    font-size: 15px;
    margin: 0px;
}
.blog_comment_replay li{
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s linear;
}
.blog_comment_replay li:hover{
    color: #FDAA0A;
}
.blog_comment_box .commment_fild {
    width: 80%;
    margin: 0 auto;
    display: table;
    position: relative;
    left: 64px;
    border: 1px solid #e5e5e5;
    padding: 38px 49px;
}
.blog_comment_box form button {
    background: #FDAA0A;
    border-style: none;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    margin: 34px auto 0px auto;
    display: table;
    position: relative;
    left: 64px;
    transition: all 0.3s linear;
}
.blog_comment_box form button:hover{
    background: #333;
}
/*---------------------------------------------- 28 start shope page part ----------------------------------------------*/
#shope_banar{
    height: 400px;
    width: 100%;
    background: url(assests/img/shope/banar/1.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
#shope_banar:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
#shope_banar:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.shope_banar_table{
    height: 400px;
    width: 100%;
    display: table;
    text-align: center;
}
.shope_banar_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.shope_banar_text h1{
    color: #ddd;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 10px;
    font-size: 50px;
}
.shope_banar_text h1 span{
    color: #FDAA0A;
}
.shope_banar_text p{
    color: #ddd;
    margin: 0px;
    text-transform: uppercase;
    font-size: 15px;
}
.shope_banar_text p span{
    color: #FDAA0A;
}
/*-- 28.1 shope_container -- */
#shope_container{
    padding: 100px 0px;
    background: #FBFBFB;
}
/*-- 28.2 food_listing -- */
#shope_container {
    padding: 100px 0px 90px;
    background: #FBFBFB;
}
.food_listing_left ul li{
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
}
.food_listing_left ul li .fa {
    background: #FDAA0A;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    border-radius: 5px 0px 0px 5px;
}
.food_listing_righr ul li{
    display: inline-block;
    cursor: pointer;
}
.food_listing_righr ul li .fa {
    height: 30px;
    width: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 30px;
    position: relative;
    top: 10px;
    left: -4px;
    margin-right: 10px;
}
.food_listing_righr ul li:first-child .fa{
    background: #FDAA0A;
    border-color: #FDAA0A;
    color: #fff;
}
/*-- 28.3 main shope food list --*/
.main_food_container{
    margin-top: 30px;
}
.shoe_food_item{
    background: #fff;
    margin-bottom: 10px;
}
.shope_food_img img {
    margin: 0 auto;
    position: relative;
    top: 81px;
    left: 18px;
}
.shope_food_info, .shope_food_price, .shope_food_btn{
    border-left: 1px solid #e5e5e5;
    padding: 0px 27px 0px 35px;
}
.shope_food_info{
    padding-top: 20px;
}
.shope_food_info h3{
    margin: 0px;
    padding-bottom: 10px;
    color: #FDAA0A;
    text-transform: capitalize;
}
.shope_food_info h4{
    margin: 0px;
    padding-bottom: 4px;
    text-transform: capitalize;
    color: #222;
}
.shope_food_info p{
    margin: 0px;
    color: #666;
    font-size: 15px;
    padding-bottom: 10px;
}
.shope_food_info ul li {
    display: inline-block;
    width: 30%;
    color: #666;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.shope_food_info ul li .fa{
    color: #FDAA0A;
    padding-right: 4px;
}
.shope_food_price p {
    color: #FDAA0A;
    font-family: 'Merriweather', serif;
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.shope_food_btn a {
    text-decoration: none;
    padding: 10px 18px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    color: #222;
    text-transform: capitalize;
    transition: all 0.3s linear;
}
.shope_food_btn a:first-child{
    background: #FDAA0A;
    border-color: #FDAA0A;
    color: #fff;
}
.shope_food_btn a:hover{
    background: #222;
    color: #fff;
    border-color: #222;
}
/*-- 28.4 shope right side bar --*/
.shope_content_right {
    padding: 20px 18px;
    background: #fff;
}
.food_rating_title span {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #FDAA0A;
    color: #fff;
    margin-right: 10px;
}
.food_rating_title h3{
    margin: 0px;
    color: #222;
}
.food_rating_title p{
    margin: 0px;
    color: #666;
}
.rating_title h3 {
    border-bottom: 1px solid #e5e5e5;
    margin: 0px;
    padding: 10px 0px;
    margin-bottom: 17px;
    margin-top: 15px;
    color: #FDAA0A;
}
.rating_star ul li{
    display: inline-block;
}
.rating_star ul li .fa{
    color: #FDAA0A;
}
.rating_amout p{
    font-family: 'Merriweather', serif;
    color: #666;
}
/*-- 28.5 recent_food -- */
.recent_food{
    padding: 20px 0px;
}
.recent_food_title h3, .helping_side_title h3{
    color: #FDAA0A;
    margin: 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.recent_food_item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding-bottom: 4px;
}
.recent_food_item_img img {
    position: relative;
    top: 33px;
}
.recent_food_item_info h4 {
    margin: 0px;
    color: #222;
    text-transform: capitalize;
    padding-bottom: 6px;
}
.recent_food_item_info p{
    margin: 0px;
    color: #666;
    margin-bottom: 5px;
}
/*-- 28.6 helping_center_content -- */
.helping_center_content ul li {
    margin-bottom: 10px;
    color: #222;
    text-transform: capitalize;
}
.helping_center_content ul li .fa {
    height: 40px;
    width: 40px;
    background: #FDAA0A;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}
/*---------------------------------------------- 29 start shope details part ----------------------------------------------*/
#shope_details_main {
    padding: 100px 0px 66px;
    background: #fff;
}
.shope_slide_active .owl-prev {
    height: 50px;
    width: 40px;
    background: #FDAA0A;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.shope_slide_active .owl-next {
    height: 50px;
    width: 40px;
    background: #FDAA0A;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.shope_details_main_info h3{
    margin: 0px;
    color: #FDAA0A;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.shope_details_main_info p{
    color: #444;
    font-size: 15px;
}
.food_staring button {
    background: #FDAA0A;
    color: #fff;
    padding: 10px 20px;
    border-style: none;
    text-transform: capitalize;
    margin-top: 11px;
    transition: all 0.3s linear;
}
.food_staring button:hover{
    background: #333;
}
.food_staring{
    padding: 30px 0px;
}
.food_staring ul li{
    display: inline-block;
    color: #FDAA0A;
}
.food_staring span{
    display: block;
    font-family: 'Merriweather', serif;
    color: #666;
    font-weight: 600;
}
/*-- 29.1 details_product_slide -- */
#details_product_slide {
    padding: 100px 0px 88px;
    background: #F8F8F8;
}
/*---------------------------------------------- 30 start contact page part ----------------------------------------------*/
#contact_banar{
    height: 400px;
    width: 100%;
    background: url(assests/img/contact/banar.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}
#contact_banar:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;

}
#contact_banar::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.contact_banar_table{
    height: 400px;
    width: 100%;
    display: table;
    text-align: center;
}
.contact_baanr_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.contact_banar_txt h1{
    margin: 0px;
    color: #ddd;
    text-transform: capitalize;
    font-size: 60px;
}
.shope_details_main_info h3 {
    margin: 0px;
    color: #222;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.contact_banar_txt p{
    color: #ddd;
    margin: 0px;
    padding-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.contact_banar_txt p span{
    color: #FDAA0A;
}
/*-- 30.1 contact_container -- */
#contact_container {
    padding: 100px 0px 88px;
    background: #fff;
}
.contact_main_container{
    margin-top: 50px;
}
.contact_form_info_item {
    margin-bottom: 39px;
}
.contact_form_info_item:hover span{
    background: #ff3024;
    border-color: #ff3024;
    color: #fff;
}
.contact_form_info_item span {
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    border: 1px solid #ff3024;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-right: 24px;
}
.contact_form_info_item h3 {
    color: #222;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 5px;
}
.contact_form_info_item p{
    margin: 0px;
    color: #000;
}
.contact_form_info_item ul li{
    display: inline-block;
}
.contact_form_info_item ul li .fa {
    height: 30px;
    width: 30px;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    text-align: center;
    margin-right: 3px;
    color: #666;
    transition: all 0.3s linear;
}
.contact_form_info_item ul li .fa:hover{
    background: #FDAA0A;
    border-color: #FDAA0A;
    color: #fff;
}
.from_name {
    width: 48%;
    float: left;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.from_email {
    width: 48%;
    float: right;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.from_subject{
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.from_message {
    width: 100%;
    padding: 20px 10px 33px 20px;
    margin-bottom: 14px;
}
.contact_page_contact_form form button{
    padding: 10px 20px;
    background: #FDAA0A;
    color: #fff;
    border: none;
}
/*-- =========================== 31 preloader =========================== -- */
.preloader{
    height: 100vh;
    width: 100%;
    background: #18191B;
    z-index: 9999999999999999;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.6s linear;
}
.pre_item{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.preloader.out{
    opacity: 0;
    z-index: -9999999999999;
}
a:focus, a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.top_food {
    padding:50px 0px 120px 0px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.hot_bg1{
    height: 300px;
    width: 20%;
    background: url(assests/img/kovai/image-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.hot_bg2{
    height: 300px;
    width: 20%;
    background: url(assests/img/kovai/image-21.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}
.hotcold{ padding-bottom: 50px !important; }
.counter {
    background-color: rgb(255, 255, 218);
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    color: #ff4c20;
    text-align: center;
}

.count-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
p {text-align: justify;margin-bottom: 20px !important;}
.gallery img
{ margin-bottom: 20px; }
.faq { background-color: #fffae4;
    padding: 20px;
    border: 1px dashed #ff3024;margin-bottom: 20px; }
    .faq p { padding-top: 15px;line-height: 28px; }
#contact_containe p a { color: #000 !important; }    
.testimonial1 {border:1px dashed #ddd;margin-top: 30px;padding:10px;font-size: 17px;background-color: #ffffda;}
.testimonial1 small{color: #f31f14;font-size: 20px;}
.mbllogo { height: 118px; }
.mbllogo img { height: 115px; }
#menu {margin-top: 15px;}
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Lobster+Two:400,400i,700,700i&amp;display=swap");

*{
    margin: 0;
    padding: 0;
    outline: 0;
}
li,a , p{
   font-family: "Barlow", sans-serif;
   font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Barlow", sans-serif;
}
a{
    text-decoration: none;
    color: #fff;
    transition: all 0.4s linear;
    /* font-weight: bold; */
}
li{
    list-style: none;
}
ul{
    margin: 0px;
}
.nopading{
    padding: 0px;
}
/*-- 2 main style start here --*/
/*------------------------------------------------------------------------------*/
/*-- 3 header top area -- */
#header_top{
    padding: 9px 0px;
    /* background: #FF3024; */
    z-index: 99999;
    height: 134px;
    border-top: 10px solid #FF3024;
}
.header_top_left ul li {
    display: inline-block;
    padding: 0px 11px;
    color: #fff;
}
.header_top_left ul li .fa{
    padding-right: 10px;
}
.header_top_left ul li span{
    font-family: 'Merriweather', serif;
}
.header_top_left ul:first-child li{
    padding-left: 0px;
}
.header_top_right ul li{
    display: inline-flex;
    /* padding-left: 4px; */
    margin-bottom: 4px;
    margin-top: 7px;
}
.header_top_right ul li .fa {
    color: #fff !important;
    /* padding: 0px 14px; */
    transition: all 0.3s linear;
    background-color: #ff3024;
    padding: 16px;
}
.header_top_right ul li:last-child .fa{
    /* padding-right: 0px; */
}
.header_top_right ul li .fa:hover{
    color: #222;
}
/*-- 4 start main menu -- */
.navbar-default {
    background-color: #1e9756;
    margin: 0px;
    border-style: none;
    border-radius: 0px;
    /* margin-bottom: 26px; */
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 0px 25px;
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #fff;
    background-color: #008a40;
}
.navbar-brand > img {
    display: block;
    /*height: 74px;*/
    position: relative;
    top: -10px;
    height: 100px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fb360e;
    background-color: transparent;
}
/*-- 4.1 dropdown menu -- */
.navbar-right li > ul {
    position: absolute;
    background: #fff;
    width: 168px;
    padding: 16px 0px;
    border-top: 2px solid #008a40;
    transform: translateY(50%);
    transition: all 0.4s linear;
    opacity: 0;
    z-index: -1;
}
.navbar-right li > ul li {
    padding: 7px 0px;
    border-left: 3px solid transparent;
    margin-bottom: 7px;
    transition: all 0.4s linear;
}
.navbar-right li > ul li:hover{
    border-color: #008a40;
    padding-left: 2px;
}
.navbar-right li > ul li a {
    margin-left: 8px;
    text-decoration: none;
    font-size: 15px;
}
.navbar-right li > ul li:hover a{
    color: #008a40;
}
.navbar-right li:hover ul{
    opacity: 1;
    transform: translateY(0px);
    z-index: 44444;
}
/*-- 5 slider part -- */
.slide_item1{
    height: 100vh;
    width: 100%;
    background: url(assests/img/banar/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.slide_item2{
    height: 100vh;
    width: 100%;
    background: url(assests/img/banar/2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.slide_item3{
    height: 100vh;
    width: 100%;
    background: url(assests/img/banar/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.slide_item4{
    height: 100vh;
    width: 100%;
    background: url(assests/img/banar/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.slide_item1:after, .slide_item2:after, .slide_item3:after, .slide_item4:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.22);
    top: 0;
    left: 0;
    z-index: -1;
}
.slide_item1:before, .slide_item2:before, .slide_item3:before, .slide_item4:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    top: 0;
    left: 0;
    z-index: -1;
}
.banar_table{
    height: 100vh;
    width: 100%;
    display: table;
    text-align: center;
}
.banar_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.banar_text h1 {
    color: #f31f14;
    margin: 0px;
    text-transform: uppercase;
    font-size: 54px;
    font-weight: bold !important;
    font-family: "Lobster Two", cursive;
}
.banar_text h2 {
    color: #fff;
    margin: 0px;
    font-size: 57px;
    font-family: "Lobster Two", cursive;
    padding-bottom: 20px;
}
.banar_text a {
    border-style: none;
    padding: 13px 60px;
    background: transparent;
    color: #FDAA0A;
    /* border-radius: 30px; */
    position: relative;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #ddd;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.banar_text a:hover{
    color: #fff;
    background: #FDAA0A;
    border-color: #FDAA0A;
}
.banar_slide_active .owl-prev {
    height: 50px;
    width: 50px;
    border: 1px solid #f31f14;
    color: #f31f14;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s linear;
}
.banar_slide_active .owl-next {
    height: 50px;
    width: 50px;
    border: 1px solid #f31f14;
    color: #f31f14;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s linear;
}
.banar_slide_active .owl-prev::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100px;
    background: #f31f14;
    right: -100px;
    top: 50%;
}
.banar_slide_active .owl-next::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100px;
    background: #f31f14;
    left: -100px;
    top: 50%;
}
#banar_slider:hover .banar_slide_active .owl-prev{
    opacity: 1;
    left: 5%;
}
#banar_slider:hover .banar_slide_active .owl-next{
    opacity: 1;
    right: 5%;
}
.banar_slide_active .owl-prev:hover, .banar_slide_active .owl-next:hover{
    background: #f31f14;
    color: #fff;
}
/*-- 6 about_us part start -- */
#about_us{
    padding: 50px 0px;
    background: #fff;
}
.about_info h1{
    margin: 0px;
    color: #333;
    text-transform: uppercase;
}
.about_info h1 span{
    color: #f31f14;
}
.about_info img{
    padding: 10px 0px;
}
.about_info p {
    color: #444;
    font-size: 17px;
    line-height: 27px;
}
.about_info a {
    border-style: none;
    padding: 11px 37px;
    color: #333;
    position: relative;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    margin-top: 6px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.about_info a:hover{
    color: #fff;
    background: #008a40;
    border-color: #008a40;
}
/*-- 7 service part start -- */
#service {
    padding: 60px 0px 28px;
background: url(assests/img/kovai/homebg1.png);background-size: cover;}

.service_text h1 {
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.service_text h1 span{
    color: #f31f14;
}
.service_text img{
    padding: 10px 0px;
}
.service_text p {
    font-size: 18px;
    color: #fff;
    line-height: 29px;
    margin: 0px;
}
.service_item_container{
    margin-top: 20px;
}
.service_item {
    height: 183px;
    margin-bottom: 20px;
    padding: 20px 0px;
    cursor: pointer;
    background: #ffffda;
    box-shadow: 0px 7px 10px rgba(0,0,0,0.1);
    transition: all 0.3s linear;
}
.service_item h4 {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 20px;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    font-family: Flaticon;
    font-style: normal;
     margin-left: 0px; 
}
.service_item:hover{
    box-shadow: none;
}
.service_item:hover i{
    color: #FDAA0A;

}
.service_img img{
    float: right;
    position: relative;
    top: 27px;
}
/*-- 8 top_food -- */
#top_food{
    padding: 93px 0px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.hot_bg{
    height: 300px;
    width: 100%;
    background: url(assests/img/hot-product/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.hot_info h1{
    margin: 0px;
    padding-bottom: 6px;
    color: #222;
    text-transform: uppercase;
}
.hot_info h1 span{
    color: #f31f14;
    text-transform: uppercase;
}
.hot_info h2 {
    font-family: 'Trirong', serif;
    margin: 0px;
    padding-top: 17px;
    color: #008a40;
    font-weight: bold;
}
.hot_info p{
    margin: 0px;
    padding: 22px 0px;
    font-size: 17px;
    line-height: 31px;
    color: #444;
}
.hot_info h3{
    margin: 0px;
    color: #222;
}
.hot_info span .fa{
    color: #ff4c20;
    padding: 5px 0px;
}
.price_1 {
    display: block;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #e5e5e5;
    position: relative;
    filter: blur(1px);
}
.price_1::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 42px;
    background: #FDAA0A;
    left: 6px;
    top: 50%;
}
.price_2 {
    display: block;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    color: #444;
}
.price_1 span, .price_2 span {
    font-weight: 600;
    font-size: 30px;
    padding-right: 5px;
    color: #222;
}
.hot_info a {
    border-style: none;
    padding: 7px 18px;
    background: #FF4C20;
    color: #fff;
    position: relative;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: 2px solid #ff4c20;
}
.hot_info a:hover{
    color: #fff;
    background: #169E59;
    border-color: #169E59;
}
.hot_slide_active.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.hot_slide_active .owl-prev {
    height: 50px;
    width: 50px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    color: #e5e5e5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -83px;
    transform: translateY(-50%);
    transition: all 0.4s linear;
}
.hot_slide_active .owl-next {
    height: 50px;
    width: 50px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    color: #e5e5e5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -83px;
    transform: translateY(-50%);
    transition: all 0.4s linear;
}
.hot_slide_active .owl-prev:hover, .hot_slide_active .owl-next:hover{
    background: #169E59;
    color: #fff;
    border-color: #169E59;
}
/*-- 9 promotion -- */
#promotion {
    padding: 50px 0px 56px;
    width: 100%;
    background: url(assests/img/kovai/book.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#promotion:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,0.8);
}
#promotion:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
}
.promotion_text h1 {
    color: #f31f14;
    margin: 0px;
    font-family: "Lobster Two", cursive;
    font-size: 46px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.promotion_text img{
    margin: 0 auto;
}
.promotion_text p {
    color: #fff;
    padding: 18px 0px;
    text-transform: capitalize;
    font-size: 17px;
    max-width: 520px;
    margin: 0 auto;
    line-height: 32px;
}
.promotion_text a {
    padding: 10px 38px;
    border-style: none;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.4s linear;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.promotion_text a:hover{
    background: #008a40;
    border-color: #008a40;
    color: #fff;
}
/*-- 10 our_menu -- */
#our_menu_rasipe {
    padding: 100px 0px 89px;
    background: #fff;
}
.menu_title h1{
    margin: 0px;
    color: #222;
    text-transform: uppercase;
}
.menu_title h1 span{
    color: #f31f14;
}
.menu_title img{
    margin: 0 auto;
    padding: 10px 0px;
}
.menu_title p{
    margin: 0 auto;
    max-width: 600px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.menu_containerr{
    margin-top: 50px;
}
.menu_filter_btn button {
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 5px 11px;
    margin: 0px 4px;
    font-size: 15px;
    color: #222;
}
.menu_filter_btn .active{
    background: #FDAA0A;
    color: #fff;
    border-color: #FDAA0A;
}
.menu_fliter_container{
    margin-top: 30px;
}
.meu_item {
    padding-bottom: 5px;
    border: 1px dotted #ff4c20;
    border-right: 1px dotted #ff4c20;
    margin-bottom: 17px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 14px 0px 0px 14px;
    box-shadow: 3px 4px 4px #ddd;
}
.menu_img{
    /* border-radius: 50%; */
    width: 164px;
    overflow: hidden;
    margin: auto;
    position: relative;
}
.menu_img img{
    margin: 0 auto;
}
.menu_text h3{
    color: #222;
}
.menu_text span{
    /* width: 30%; */
    display: block;
    /* float: left; */
    color: #444;
    font-size: 18px;
}
.food_menu-hover {
    height: 100%;
    width: 34%;
    position: absolute;
    background: #333;
    top: 0;
    left: -35%;
    opacity: 1;
    transition: all 0.4s linear;
    text-align: center;
    z-index: 1;
}
.food_menu-hover:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.meu_item:hover .food_menu-hover{
    left: 0;
}
.food_menu-hover h3 {
    color: #ddd;
    text-transform: capitalize;
    margin: 0px;
    padding-top: 57px;
}
.food_menu-hover span .fa {
    color: #FDAA0A;
    font-size: 14px;
}
.food_menu-hover p{
    color: #FDAA0A;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    /* padding-left: 40px !important; */
    text-align: center;
    padding-top: 5px;
}
/*-- 11 delivary -- */
#delivary {
    padding: 50px 0px 57px;
    background: url(assests/img/kovai/book1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}
#delivary:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
#delivary:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
}
.deliver_content h1{
    color: #f31f14;
    font-family: "Lobster Two", cursive;
    margin: 0px;
    padding-bottom: 6px;
    file: ///C:/Users/com/Desktop/ezee4u/kovaikitchen/index.html;
}
.deliver_content img{
    margin: 0 auto;
}
.deliver_content button {
    margin-top: 23px;
    border-style: none;
    background: transparent;
    color: #fff;
    padding: 13px 23px;
    font-family: 'Merriweather', serif;
    border: 1px solid #ddd;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    transition: all 0.3s linear;
}
.deliver_content button:hover{
    background: #ff4c20;
    color: #fff;
    border-color: #ff4c20;
    /* margin-top: 30px; */
}
/*-- 12 hot_cold -- */
#hot_cold {
    padding: 50px 0px 164px;
    background: #ffffda;
}
.hot_slide_left {
    border: 5px solid #e5e5e5;
    box-shadow: 0px 15px 17px rgba(0,0,0,0.1);
}
.slide_item {
    text-align: center;
    padding: 57px 10px;
}
.item_img span {
    height: 287px;
    width: 290px;
    display: block;
    border: 5px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.item_info h2 {
    margin: 0px;
    text-transform: capitalize;
    padding: 19px 0px;
    color: #FDAA0A;
}
.item_info p{
    margin: 0px;
    color: #444;
    font-size: 15px;
}
.fast_food_price{
    margin:10px;
}
.fast_food_price p {
    color: #333;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
}
.fast_food_price p::after {
    position: absolute;
    height: 1px;
    width: 56px;
    content: "";
    background: #e5e5e5;
    top: 9px;
    left: 46px;
}
.fast_food_price p::before {
    position: absolute;
    height: 1px;
    width: 56px;
    content: "";
    background: #e5e5e5;
    top: 9px;
    right: 48px;
}
.fast_food_price button {
    border-style: none;
    padding: 12px 23px;
    text-transform: capitalize;
    font-weight: 600;
    background: #333;
    color: #333;
    /* border-radius: 39px; */
    transition: all 0.3s linear;
    background: transparent;
    border: 2px solid #333;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 2px;
}
.fast_food_price button:hover{
    background: #FDAA0A;
    color: #fff;
    border-color: #FDAA0A;
}
.owl-carousel .owl-item img {
    width: auto;
}
.hot_slide_left .owl-prev {
    height: 40px;
    width: 78px;
    background: #e5e5e5;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 10px;
    left: 3px;
    border-radius: 21px;
    transition: all 0.3s linear;
}
.hot_slide_left .owl-next {
    height: 40px;
    width: 78px;
    background: #e5e5e5;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 10px;
    right: 3px;
    border-radius: 21px;
    transition: all 0.3s linear;
}
.hot_slide_left .owl-next:hover, .hot_slide_left .owl-prev:hover{
    background: #FDAA0A;
}
.hot_i_single {
    border: 2px solid #e5e5e5;
    padding: 10px 0px;
    margin-bottom: 13px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.hot_i_single_img {
    height: 96px;
    width: 100px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.hot_i_single_img img {
    position: relative;
    top: 13px;
}
.hot_i_single_info h3{
    margin: 0px;
    color: #ff4c20;
    padding: 22px 0px 11px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hot_i_single_info p{
    margin: 0px;
    padding: 0px 0px 3px 0px;
    font-size: 15px;
    color: #444;
    position: relative;
}
.hot_i_single_info p::after {
    position: absolute;
    height: 1px;
    width: 32px;
    content: "";
    background: #e5e5e5;
    top: 9px;
    left: 46px;
}
.hot_i_single_info p::before {
    position: absolute;
    height: 1px;
    width: 32px;
    content: "";
    background: #e5e5e5;
    top: 9px;
    right: 46px;
}
.hot_i_single_info p
.hot_i_single_info span .fa{}
.hot_i_s_hover {
    position: absolute;
    width: 100%;
    height: 43%;
    background: #FECF59;
    left: 0;
    bottom: -43%;
    transition: all 0.4s linear;
}
.hot_i_single:hover .hot_i_s_hover{
    bottom: 0;
}
.hot_i_s_hover h3{
    color: #222;
    margin: 0px;
    padding-top: 10px;
}
.hot_i_s_hover a .fa {
    height: 33px;
    width: 33px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    margin: 3px auto;
    transition: all 0.4s linear;
}
.hot_i_s_hover a .fa:hover{
    transform: rotate(360deg);
    color: #fff;
}
/*-- 13 counter -- */
#counter_main {
    padding: 70px 0px 70px;
    background: url(assests/img/counter.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#counter_main:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: -1;
}
#counter_main:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
}
.count_item h2{
    color: #f31f14;
    font-family: 'Merriweather', serif;
    margin: 0px;
    padding-bottom: 10px;
}
.count_item p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px;
    font-size: 15px;
}
/*-- 14 testmonial --*/
#testmonial{
    padding: 100px 0px;
    background: #fff;
}
.testmonia_title h1{
    margin: 0px;
    color: #222;
    text-transform: uppercase;
}
.testmonia_title h1 span{
    color: #f31f14;
}
.testmonia_title img{
    margin: 0 auto;
    padding: 10px 0px;
}
.testmonia_title p{
    margin: 0 auto;
    max-width: 600px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.testmonial_container{
    margin-top: 40px;
}
.testmonial_item{
    padding: 20px 0px;
    border: 1px solid #e5e5e5;
    position: relative;
}
.testmonial_img{
    border-right: 1px solid #e5e5e5;
}
.testmonial_img span {
    height: 100px;
    width: 100px;
    border: 4px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
    top: -58px;
    left: 12px;
    display: block;
    margin: 0 auto;
}
.testmonial_img h2 {
    font-family: 'Sacramento', cursive;
    text-align: center;
    margin: 0px;
    padding-top: 6px;
    font-size: 23px;
    color: #444;
}
.testmonial_info p{
    margin: 0px;
    font-size: 15px;
    color: #444;
    letter-spacing: 1px;
}
.testmonial_info span {
    margin-top: 9px;
    display: block;
    color: #FDAA0A;
}
.testmonial_active .owl-dots {
    text-align: center;
    margin-top: 46px;
}
.testmonial_active .owl-dot {
    height: 20px;
    width: 20px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0px 4px;
    border-radius: 50%;
    transition: all 0.3s linear;
}
.testmonial_active .owl-dot.active{
    position: relative;
    transition: all 0.3s linear;
}
.testmonial_active .owl-dot.active::after {
    position: absolute;
    height: 8px;
    width: 8px;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #FDAA0A;
    border-radius: 50%;
    transition: all 0.4s linear;
}
/*-- 15 percess -- */
#percess {
    padding: 100px 0px 103px;
    background: url(assests/img/percess.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
#percess:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
#percess:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
}
.percess_text h1{
    color: #fff;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 10px;
}
.percess_text h1 span{
    color: #ff4c20;
    font-family: "Lobster Two", cursive;
}
.percess_text a {
    border-style: none;
    background: transparent;
    text-transform: capitalize;
    padding: 10px 20px;
    color: #ff4c20;
    transition: all 0.4s linear;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ff4c20;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}
.percess_text a:hover{
    background: #008a40;
    border-color: #008a40;
    color: #fff;
}
/*-- 16 blog -- */
#blog {
    padding: 100px 0px 103px;
    background: #fff;
}
.blog_title h1 {
    margin: 0px;
    color: #222;
    text-transform: capitalize;
}
.blog_title h1 span{
    color: #FDAA0A;
}
.blog_title img{
    margin: 0 auto;
    padding: 10px 0px;
}
.blog_title p {
    margin: 0 auto;
    max-width: 600px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.blog_container{
    margin-top: 50px;
}
.blog_item {
    box-shadow: 0px 19px 19px 0px rgba(0,0,0,0.1);
    padding: 0px 0px 26px 0px;
    transition: all 0.3s linear;
    overflow: hidden;
}
.blog_item:hover{
    box-shadow: none;
}
.blog_item:hover .blog_img img{
    transform: scale(1.1);
    filter: grayscale(100%);
} 
.blog_img{
    position: relative;
    overflow: hidden;
}
.blog_img img{
    transition: all 0.3s linear;
    
}
.blog_date {
    width: 50px;
    position: absolute;
    top: 0;
    background: #FDAA0A;
    height: 57px;
    text-align: center;
    transition: all 0.3s linear;
}
.blog_item:hover .blog_date{
    top: 10%;
}
.blog_date h3{
    margin: 0px;
    color: #fff;
    padding-top: 3px;
}
.blog_date h4{
    margin: 0px;
    color: #fff;
    font-family: 'Merriweather', serif;
}
.blog_text {
    margin-top: 10px;
    padding: 0px 17px;
}
.blog_text h3 {
    margin: 0px;
    color: #FDAA0A;
    padding-bottom: 8px;
}
.blog_text p{
    margin: 0px;
    color: #444;
    padding-bottom: 8px;
    font-size: 15px;
}
.blog_info{
    padding: 0px 17px;
}
.blog_info ul li {
    display: inline-block;
    font-family: 'Merriweather', serif;
    padding: 0px 12px;
}
.blog_info ul:first-child li{
    padding-left: 0px;
}
.blog_info ul li .fa{
    padding-right: 2px;
}
.blog_btn {
    padding-right: 17px;
}
.blog_btn a{
    font-size: 15px;
    color: #222;
    text-decoration: none;
    transition: all 0.3s linear;
}
.blog_btn a:hover{
    color: #FDAA0A;
}
.blog_btn a .fa{
    transition: all 0.3s linear;
}
.blog_btn a:hover .fa{
    padding-left: 10px;
}
/*-- 17 news_later -- */
#news_later {
    padding: 100px 0px 107px;
    background: #16191E;
    position: relative;
    z-index: 1;
}
#news_later:after{
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    top: 0;
    left: 0;
    z-index: -1;
}
.news_overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.news_overlay2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.subs_content h2 {
    margin: 0px;
    text-transform: capitalize;
    color: #e5e5e5;
    font-size: 46px;
}
.subs_content h3 {
    text-transform: uppercase;
    font-family: 'Trirong', serif;
    color: #FDAA0A;
    margin: 0px;
    font-weight: 900;
    font-size: 47px;
    padding: 3px 0px;
}
.subs_content p {
    color: #e5e5e5;
    margin: 0px;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 1px;
}
.subs_content p span{
    color: #FDAA0A;
    font-family: 'Merriweather', serif;
    
}
.news_form{
    margin-top: 30px;
    width: 70%;
    margin: 30px auto 0px auto;
    position: relative;
}
.news_email {
    width: 70%;
    padding: 20px 19px;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
    border-radius: 52px;
    transition: all 0.4s linear;
    font-family: 'Merriweather', serif;
}
.news_email:focus{
    color: #FDAA0A;
    border-color: #FDAA0A;
    
}
.news_form button {
    position: absolute;
    right: 137px;
    top: 9px;
    padding: 11px 17px;
    background: #FDAA0A;
    border-style: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
/*-- 18 brand -- */
#brand{
    padding: 50px 0px;
    background: #fff;
}
.brand_item {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}
/*-- 19 event -- */
#event{
    padding: 100px 0px;
    background: url(assests/img/event_area_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#event:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
}
.event_title h1{
    margin: 0px;
    text-transform: capitalize;
    color: #222;
    text-transform: uppercase;
}
.event_title h1 span{
    color: #ff4c20;
    font-family: "Lobster Two", cursive;
}
.event_title img{
    margin: 0 auto;
    padding: 10px 0px;
}
.event_title p {
    margin: 0 auto;
    max-width: 600px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.event-container{
    margin-top: 50px;
}
.enent_text span{
   font-family: 'Merriweather', serif; 
}
.enent_text h2 {
    margin: 0px;
    color: #222;
    text-transform: capitalize;
    font-size: 24px;
}
.enent_text p {
    margin: 0px;
    color: #444;
    padding: 8px 0px;
    font-size: 15px;
}
.enent_text h4{
    margin: 0px;
    color: #222;
    padding-bottom: 8px;
}
.enent_text a{
    text-decoration: none;
    transition: all 0.3s linear;
    margin: 0px;
}
.enent_text a:hover{
    color: #FDAA0A;
}
.enent_text a .fa{
    transition: all 0.3s linear;
}
.enent_text a:hover .fa{
    padding-left: 10px;
}
.event-slide .owl-dot {
    height: 20px;
    width: 20px;
    border: 1px solid #FDAA0A;
    display: inline-block;
    margin: 0px 6px;
    border-radius: 50%;
    transition: all 0.3s linear;
}
.event-slide .owl-dot.active{
    background: #FDAA0A;
}
.event-slide .owl-dots {
    text-align: center;
    margin-top: 48px;
}
/*-- 21 footer_top --*/
#footer_top{
    padding: 100px 0px;
    background: url(assests/img/kovai/fbg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}
#footer_top:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.footer_about{
    border-right: 1px solid #666;
}
.footer_logo h1{
    margin: 0px;
    color: #FDAA0A;
}
.footer_logo h3{
    margin: 0px;
    color: #FDAA0A;
}
.about_text p {
    color: #fff;
    margin: 0px;
    padding: 14px 21px 10px 0px;
    line-height: 25px;
    text-align: justify;
}
.about_social{
    padding-top: 10px;
}
.about_social ul li{
    display: inline-block;
}
.about_social ul li .fa {
    color: #fff;
    margin: 0px 11px;
    transition: all 0.4s linear;
}
.about_social ul li .fa:hover{
    color: #ff4c20;
}
.about_social ul li:first-child .fa{
    margin-left: 0px;
}
.footer_title h3 {
    margin: 0px;
    color: #fff;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.twit_item {
    padding: 0px 9px 0px 0px;
    margin-bottom: 29px;
    display: block;
}
.twiter_footer_container{
    border-right: 1px solid #666;
}
.twit_item .fa {
    font-size: 20px;
    color: #ddd;
    float: left;
    padding-right: 9px;
    padding-bottom: 22px;
}
.twit_item p {
    color: #ddd;
}
.twit_item p span{
    color: #FDAA0A;
}
.contact_info{
    border-right: 1px solid #666;
}
.contact_info ul li {
    /* font-family: 'Merriweather', serif; */
    color: #fff;
    padding-bottom: 20px;
}
.contact_info ul li .fa {
    color: #ff4c20;
    font-size: 20px;
    padding-right: 14px;
    padding-bottom: 2px;
    display: block;
    float: left;
}
.inst_g_img img {
    margin-bottom: 21px;
    transition: all 0.3s linear;
}
.inst_g_img img:hover{
    filter: grayscale(100%);
    cursor: pointer;
}
/*-- 21 footer_bottom -- */
#footer_bottom{
    padding: 20px 0px 0px 0px;
    background: #008a40;
    position: relative;
}
.footter_bottom_content p{
    color: #fff;
    margin: 0px;
    font-size: 20px;
}
.footter_bottom_content p span {
    font-family: 'Playball', cursive;
    color: #FDAA0A;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: capitalize;
}
/*-- 22 scroll_top -- */
#scroll_top {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #ff4c20;
    font-size: 16px;
    position: absolute;
    right: 87px;
    top: -24px;
    transform: rotate(44deg);
    z-index: 999;
    box-shadow: 0px 0px 18px rgba(0,0,0,0.4);
    cursor: pointer;
}
#scroll_top .fa {
    transform: rotate(-43deg);
}
/*---------------------------------------------- 23 start about_page part ----------------------------------------------*/
.about_page_banar_item{
    min-height: 400px;
    width: 100%;
    background: url(assests/img/kovai/allpage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.about_page_banar_item:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
.about_page_banar_item:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.about_banar_table{
    display: table;
    height: 400px;
    width: 100%;
    position: absolute;
}
.about_banar_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.about_banar_text{
    text-align: center;
}
.about_banar_text h1 {
    color: #ddd;
    margin: 0px;
    font-size: 50px;
    text-transform: uppercase;
}
.about_banar_text h1 span{
    color: #FF3024;
}
.about_banar_text p{
    color: #fff;
    margin: 0px;
    padding-top: 10px;
    font-size: 19px;
    font-weight: bold;
    text-transform: capitalize;
}
.about_banar_text p span{
    color: #FF3024;
    font-weight: bold;
}
/*-- 23.1 about_us_about -- */
#about_us_about{
    padding: 100px 0px;
    background: #fff;
}
.about_us_about_video{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about_us_about_video a {
    position: absolute;
    z-index: 9999;
    color: #FDAA0A;
    top: 50%;
    margin: auto;
    font-size: 65px;
    cursor: pointer;
    left: 43%;
    transform: translate(-50%,-50%);
}
.about_us_about_video::after {
    position: absolute;
    content: "";
    height: 140%;
    width: 200px;
    background: #fff;
    right: -86px;
    top: -14px;
    transform: rotate(27deg);
}
.about_us_about_video:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.about_us_about_content h1{
    margin: 0px;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
}
.about_us_about_content h1 span{
    color: #FF3024;
    padding-left: 10px;
}
.about_us_about_content img{
    margin: 0px;
    padding: 10px 0px 20px 0px;
}
.about_us_about_content p {
    margin: 0px;
    color: #444;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
}
.about_us_about_content ul{
    padding-top: 20px;
}
.about_us_about_content ul li {
    padding-bottom: 10px;
    font-size: 15px;
}
.about_us_about_content ul li .fa{
    color: #FDAA0A;
    padding-right: 10px;
}
/*-- 23.2 about_us_about_percess -- */
#about_us_about_percess {
    padding: 100px 0px 106px;
    background: url(assests/img/about_percess.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#about_us_about_percess:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}

#about_us_about_percess:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.about_us_about_percess_content h1{
    margin: 0px;
    color: #ddd;
    padding-bottom: 10px;
}
.about_us_about_percess_content h1 span{
    color: #FDAA0A;
}
.about_us_about_percess_content p{
    margin: 0px;
    color: #ddd;
    font-size: 15px;
    padding-bottom: 14px;
}
.about_us_about_percess_content a {
    border-style: none;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px 10px;
    border-radius: 24px;
    transition: all 0.3s linear;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #FDAA0A;
    color: #FDAA0A;
}
.about_us_about_percess_content a:hover, .about_us_about_percess_content .sp{
    background: #FDAA0A;
    color: #fff;
}
/*-- 23.3 team -- */
#team {
    padding: 100px 0px 104px;
    background: #fff;
}
.team_title h1{
    margin: 0px;
    text-transform: capitalize;
    color: #222;
    padding-bottom: 10px;
}
.team_title img {
    margin: 0 auto;
    padding-bottom: 10px;
}
.team_title h1 span{
    color: #FDAA0A;
}
.team_title p{
    color: #444;
    font-size: 15px;
    margin: 0px;
}
.member_container{
    margin-top: 40px;
}
.team_img {
    height: 150px;
    width: 150px;
    border: 5px solid #e5e5e5;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.team_img::after {
    position: absolute;
    height: 0px;
    width: 0px;
    content: "";
    top: 0;
    left: 0px;
    border: 5px solid #FDAA0A;
    border-radius: 50%;
    z-index: 1;
    top: -1px;
    opacity: 0;
    transition: all 0.3s linear;
}
.team_item:hover .team_img::after{
    height: 142px;
    opacity: 1;
    width: 141px;
}
.team_item{
    border: 2px solid #e5e5e5;
    padding: 20px 0px;
    transition: all 0.3s linear;
}
.team_item:hover{
    box-shadow: 0px 5px 23px -4px rgba(0,0,0,0.2);
}
.team_info {
    padding: 20px 14px;
}
.team_info h2{
    margin: 0px;
    color: #222;
    padding-bottom: 4px;
}
.team_info h2 span{
    color: #FDAA0A;
}
.team_info p{
    margin: 0px;
    color: #444;
}
.team_social ul li{
    display: inline-block;
}
.team_social ul li .fa {
    height: 30px;
    width: 30px;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
    line-height: 30px;
    font-size: 13px;
    border-radius: 50%;
    margin: 0px 3px;
    transition: all 0.3s linear;
}
.team_social ul li .fa:hover{
    background: #FDAA0A;
    color: #fff;
}
/*-- 23.4 about_brand -- */
#about_brand{
    padding: 50px 0px;
    background: #f8f8f8;
}
/*-- 23.5 galary -- */
#galary {
    padding: 100px 0px 103px;
    background: #fff;
}
.galary_title h1{
    margin: 0px;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #222;
}
.galary_title img{
    margin: 0 auto;
    padding-bottom: 8px;
}
.galary_title h1 span{
    color: #FDAA0A;
}
.galary_title p{
    color: #444;
    font-size: 15px;
    margin: 0px;
}
.galary_container{
    margin-top: 20px;
}
.singal-galary {
    position: relative;
    display: block;
}
.port_hover_div {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s linear;
}
.singal-galary:hover .port_hover_div {
    opacity: 1;
}
.port_hover_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.port_hover_item h3 {
    color: #FDAA0A;
    text-transform: uppercase;
    font-size: 18px;
}
.port_hover_item .fa {
    height: 40px;
    width: 40px;
    border: 1px solid transparent;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    margin: 0px 7px;
    cursor: pointer;
    background: #FDAA0A;
    transition: all 0.3s linear;
}
.port_hover_item .fa:hover{
    border-color: #FDAA0A;
    color: #FDAA0A;
    background: transparent;
}
.portfolio_btn{
    margin-bottom: 20px;
}
.portfolio-filter li {
    display: inline-block;
    padding: 0px 17px;
    border-right: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0px 7px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.portfolio-filter li.active{
    color: #FDAA0A;
}
.portfolio-filter:first-child li{
    padding-left: 0px;
    margin-left: 0px;
}
.portfolio-filter li:last-child{
    border-style: none;
}
/*---------------------------------------------- 24 start resurve page part ----------------------------------------------*/
#resurve_banar{
    min-height: 400px;
    width: 100%;
    background: url(assests/img/banar/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}
#resurve_banar:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
#resurve_banar:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.resurve_banar_table{
    height: 400px;
    width: 100%;
    display: table;
    text-align: center;
}
.resurve_banar_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.resurve_banar_text h1{
    margin: 0px;
    color: #ddd;
    text-transform: capitalize;
    font-size: 60px;
}
.resurve_banar_text h1 span{
    color: #FDAA0A;
}
.resurve_banar_text p{
    color: #ddd;
    margin: 0px;
    padding-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.resurve_banar_text p span{
    color: #FDAA0A;
}
/*-- 24.1 reserve_info -- */
#reserve_info {
    padding: 100px 0px 103px;
    background: #fff;
}
.reserve_info_content1{
    border-right: 1px solid #e5e5e5;
}
.reserve_info_content {
    padding: 0px 20px;
}
.reserve_info_content h1{
    margin: 0px;
    color: #222;
}
.reserve_info_content h1 span{
    color: #FDAA0A;
}
.reserve_info_content p{
    margin: 0px;
    color: #444;
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 1px;
}
.reserve_info_content img{
    padding: 10px 0px;
}
/*-- 24.2 reserve_animation -- */
#reserve_ani {
    padding: 100px 0px 72px;
    background: url(assests/img/book_table.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
#reserve_ani:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
#reserve_ani:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background:url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.reserve_ani_content h1{
    margin: 0px;
    color: #ddd;
    text-transform: capitalize;
    font-size: 50px;
}
.reserve_ani_content h1 span{
    color: #FDAA0A;
    font-family: 'Merriweather', serif;
}
.reserve_ani_plate img{
    position: relative;
}
.reserve_ani_plate img {
    position: relative;
}
.reserve_ani_plate span img {
    position: absolute;
    left: 49%;
    top: 36%;
    animation: smoke 2s infinite;
}
@keyframes smoke{
    0%{
        transform: translateY(0px);
        opacity: 0.4;
    }
    100%{
        transform: translateY(-20px);
        opacity: 0;
    }
}
/*-- 24.3 reservation_form -- */
#reservation_form {
    padding: 100px 0px 106px;
    background: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
}
.reserve_overlay {
    position: absolute;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
}
.reserve_overlay2 {
    position: absolute;
    bottom: 0;
    opacity: 0.4;
    z-index: -1;
    right: 0;
}
.reservation_form_container {
    margin-top: 30px;
    border: 5px solid #e5e5e5;
    padding: 40px 105px;
}
.reservation_form_title h1{
    color: #222;
    margin: 0px;
    text-transform: capitalize;
}
.reservation_form_title h1 span{
    color: #FDAA0A;
}
.reservation_form_container p{
    text-transform: capitalize;
    color: #444;
    font-size: 15px;
    padding-bottom: 10px;
}
.name {
    width: 49%;
    float: left;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.email{
    width: 49%;
    float: right;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.phone{
    width: 49%;
    float: left;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.person{
    width: 49%;
    float: right;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.date{
    width: 49%;
    float: left;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.time{
    width: 49%;
    float: right;
    display: block;
    padding: 11px 23px;
    margin-bottom: 20px;
    border-style: none;
    background: #F6F6F6;
    color: #222;
    font-weight: 600;
}
.message_reserve {
    width: 100%;
    display: block;
    padding: 21px 23px;
    background: #F6F6F6;
    border-style: none;
    color: #222;
    font-weight: 600;
}
.reservation_form_container button {
    margin-top: 20px;
    border-style: none;
    padding: 13px 24px;
    background: transparent;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #333;
    transition: all 0.3s linear;
}
.reservation_form_container button:hover{
    background: #FDAA0A;
    border-color: #FDAA0A;
    color: #fff;
}
/*---------------------------------------------- 25 start menu page part ----------------------------------------------*/
#menu_banar{
    height: 400px;
    width: 100%;
    background: url(assests/img/menubanar.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
#menu_banar:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
#menu_banar:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.menu_table{
    height: 400px;
    width: 100%;
    display: table;
    text-align: center;
}
.menu_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.menu_banar_text h1{
    margin: 0px;
    color: #ddd;
    text-transform: capitalize;
    font-size: 60px;
}
.menu_banar_text h1 span{
    color: #FDAA0A;
}
.menu_banar_text p{
    color: #ddd;
    margin: 0px;
    padding-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.menu_banar_text p span{
    color: #FDAA0A;
}
/*-- 25.1 today_menu --*/
#today_menu {
    padding: 100px 0px 97px;
    background: #f8f8f8;
}
.today_menu_title h1{
    margin: 0px;
    color: #222;
    text-transform: capitalize;
}
.today_menu_title h1 span{
    color: #FDAA0A;
}
.today_menu_title img{
    margin: 0 auto;
    padding: 10px 0px;
}
.today_menu_title p{
    color: #444;
    font-size: 15px;
    margin: 0px;
}
.today_menu_container{
    margin-top: 30px;
}
.today_menu_item {
    padding: 30px 26px;
    background: #fff;
    transition: all 0.3s linear;
    margin-bottom: 10px;
}
.today_menu_item:hover{
    box-shadow: 0px 18px 17px rgba(0,0,0,0.1);
}
.today_menu_item:hover .today_menu_info h3{
    color: #FDAA0A;
}
.today_menu_info{
    margin-top: 6px;
}
.today_menu_info h3{
    margin: 0px;
    color: #222;
    text-transform: capitalize;
    padding-bottom: 4px;
    transition: all 0.3s linear;
}
.today_menu_info p{
    color: #444;
    font-family: 'Merriweather', serif;
    margin: 0px;
    padding-bottom: 4px;
}
.today_menu_star .fa{
    color: #666;
}
.today_menu_btn a{
    text-decoration: none;
    transition: all 0.3s linear;
    color: #222;
    text-transform: capitalize;
    margin-top: 4px;
}
.today_menu_btn a:hover{
    color: #FDAA0A;
}
/*-- 25.2 menu_tody2 -- */
#menu_tody2{
    padding: 100px 0px;
    background: #fff;
}
.menu_title2 h1{
    margin: 0px;
    color: #222;
    text-transform: capitalize;
}
.menu_title2 h1 span{
    color: #FDAA0A;
}
.menu_title2 img{
    margin: 0 auto;
    padding: 10px 0px;
}
.menu_title2 p{
    color: #444;
    font-size: 15px;
    margin: 0px;
}
.today_container{
    margin-top: 30px;
}
/*---------------------------------------------- 26 start blog main page part ----------------------------------------------*/
#blog_banar{
    min-height: 400px;
    width: 100%;
    background: url(assests/img/menubanar.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
#blog_banar:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
#blog_banar:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.blog_banar_table{
    display: table;
    height: 400px;
    width: 100%;
    text-align: center;
}
.blog_banar_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.blog_banar_text h1{
    margin: 0px;
    color: #ddd;
    text-transform: capitalize;
    font-size: 60px;
}
.blog_banar_text h1 span{
    color: #FDAA0A;
}
.blog_banar_text p {
    color: #ddd;
    margin: 0px;
    padding-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.blog_banar_text p span{
    color: #FDAA0A;
}
/*-- 26.1 blog_about -- */
#blog_about {
    padding: 50px 0px 56px;
    background: #f8f8f8;
}
.blog_about_content_left {
    box-shadow: 0px 12px 10px rgba(0,0,0,0.1);
    padding: 11px 27px;
}
.blog_about_content_left p{
    margin: 0px;
    color: #FDAA0A;
    text-transform: uppercase;
    font-size: 15px;
}
.blog_about_content_left h2 {
    margin: 0px;
    color: #222;
    text-transform: capitalize;
    padding-bottom: 5px;
    padding-top: 5px;
}
.blog_about_content_left h4 {
    margin: 0px;
    color: #444;
    font-family: 'Sacramento', cursive;
    font-size: 29px;
    font-weight: 600;
}
.blog_about_content_left h5{
    margin: 0px;
    color: #444;
    font-family: 'Trirong', serif;
    padding-bottom: 5px;
}
.blog_about_content_left h5 span{
    color: #FDAA0A;
}
.author_social{
    margin-top: 20px;
}
.author_social ul li{
    display: inline-block;
}
.author_social ul li .fa {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-left: 4px;
    color: #fff;
    transition: all 0.3s linear;
}
.author_social ul li .fa:hover{
    box-shadow: 0px 7px 5px rgba(0,0,0,0.3);
}
.facebook{
    background: #3B5999;
}
.twiter{
    background: #55acee;
}
.pinterest{
    background: #bd081c;
}
.instagram{
    background: #e4405f;
}
.blog_about_content_right{
    border-left: 1px solid #e5e5e5;
}
.blog_about_content_right p {
    font-size: 15px;
    color: #444;
    margin: 0px;
    padding-bottom: 16px;
    line-height: 24px;
}
.blog_about_img {
    height: 188px;
    width: 301px;
    border: 7px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 7px 15px rgba(0,0,0,0.1);
}
/*-- 26.2 blog_main_content -- */
#blog_main_content{
    padding: 100px 0px;
    background: #fff;
}
.news_2, .news_1 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.news_img{
    position: relative;
}
.blog_main_date {
    height: 81px;
    width: 100px;
    background: rgba(253, 170, 10, 0.86);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 0px;
}
.news_text h3 {
    text-transform: capitalize;
    color: #222;
}
.blog_main_date h1{
    color: #fff;
    margin: 0px;
    text-transform: capitalize;
}
.blog_main_date p {
    color: #fff;
    margin: 0px;
    font-family: 'Merriweather', serif;
    font-size: 25px;
    font-weight: 600;
}
.news_info ul li {
    display: inline-block;
    padding-right: 20px;
    font-family: 'Merriweather', serif;
    text-transform: capitalize;
    color: #222;
}
.news_info ul li img {
    display: inline-block;
    border-radius: 50%;
    height: 26px;
    border: 1px solid #C5C5C5;
}
.news_info ul li .fa {
    font-size: 17px;
    color: #ccc;
    padding-right: 3px;
}
.news_btn a {
    background: #FDAA0A;
    color: #fff;
    padding: 10px 20px;
    margin-top: 11px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s linear;
    text-decoration: none;
}
.news_btn a:hover{
    background: #333;
    color: #ddd;
}
.news_social ul li{
    display: inline-block;
}
.news_social ul li .fa {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-left: 7px;
    transition: all 0.3s linear;
}
.news_social ul li .fa:hover{
    box-shadow: 0px 7px 5px rgba(0,0,0,0.3);
}
/*-- 26.3 right news style -- */
.blog_main_right{
    padding: 10px;
    border-left: 1px solid #e5e5e5;
}
.new_s {
    width: 100%;
    padding: 8px 16px;
    border: 2px solid #222;
    color: #222;
    font-size: 15px;
}
.news-search form button {
    position: absolute;
    right: 25px;
    top: 10px;
    padding: 4px 13px;
    background: #222;
    border: 2px solid #222;
    color: #fff;
    font-size: 19px;
}
.news_categories{
    padding: 10px 0px;
}
.news_categories h3 {
    margin: 0px;
    color: #FDAA0A;
    text-transform: capitalize;
    padding: 14px 0px;
}
.news_categories ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 9px;
    margin-bottom: 7px;
    font-family: 'Merriweather', serif;
    transition: all 0.3s linear;
}
.news_categories ul li .fa{
    padding-right: 2px;
}
.news_categories ul li:hover{
    padding-left: 6px;
}
.news_categories ul li:hover a{
    color: #FDAA0A;
    text-decoration: none;
}
/*-- 26.4 recent_news -- */
.recent_news h3 {
    margin: 0px;
    background: #FDAA0A;
    color: #fff;
    padding: 5px 11px;
}
.recent_news_item{
    padding: 20px 0px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.recent_news_item ul li{
    font-family: 'Merriweather', serif;
}
.recent_news_item ul li .fa{
    color: #C6C6C6;
    padding-right: 4px;
}
.recent_news_item h4{
    margin: 0px;
    color: #222;
    padding: 5px 0px;
    text-transform: capitalize;
}
.recent_news_item p{
    margin: 0px;
    color: #4C4C4C;
}
/*-- 26.5 news_galary -- */
.news_galary{
    margin-top: 10px;
}
.news_galary h3{
    margin: 0px;
    text-transform: capitalize;
    color: #FDAA0A;
    padding-bottom: 10px;
}
.news_galary_item{
    width: 30%;
    float: left;
}
/*-- 26.6 news_tags -- */
.news_tags{
    padding: 10px 0px;
}
.news_tags h3 {
    text-transform: capitalize;
    color: #FDAA0A;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 27px;
}
.news_tags ul li {
    display: inline-block;
    margin-bottom: 30px;
}
.news_tags ul li a{
    padding: 10px 19px;
    background: #222;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ddd;
    text-decoration: none;
}
.news_tags ul li a:hover{
    background: #FDAA0A;
    color: #fff;
}
/*---------------------------------------------- 27 start blog details page part ----------------------------------------------*/
#blog_details{
    padding: 100px 0px;
    background: #fff;
}
.blog_details_slide .owl-prev {
    height: 67px;
    width: 34px;
    background: #FDAA0A;
    text-align: center;
    line-height: 67px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s linear;
    transform: translateY(-50%);
}
.blog_details_slide .owl-next {
    height: 67px;
    width: 34px;
    background: #FDAA0A;
    text-align: center;
    line-height: 67px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s linear;
    transform: translateY(-50%);
}
.blog_details_slide .owl-prev:hover, .blog_details_slide .owl-next:hover{
    background: #333;
    width: 40px;
}
.blog_details_info h2 {
    color: #222;
    margin: 0px;
    padding: 13px 0px;
}
.blog_details_info ul li{
    display: inline-block;
    color: #444;
    font-family: 'Merriweather', serif;
    padding-right: 14px;
    padding-bottom: 10px;
}
.blog_details_info ul li .fa{
    padding-right: 4px;
    color: #FDAA0A;
}
.blog_details_text p{
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 25px;
}
.blog_commemt h2 {
    margin: 0px;
    color: #FDAA0A;
    border-bottom: 1px solid #FDAA0A;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.blog_comment_comment {
    border: 1px solid #e5e5e5;
    padding: 12px 41px;
    margin-bottom: 10px;
}
.blog_comment_comment h3{
    color: #FDAA0A;
    margin: 0px;
    padding-bottom: 6px;
}
.blog_comment_comment ul li{
    font-family: 'Merriweather', serif;
    color: #444;
    margin-bottom: 6px;
}
.blog_comment_comment p{
    color: #666;
    font-size: 15px;
    margin: 0px;
}
.blog_comment_replay li{
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s linear;
}
.blog_comment_replay li:hover{
    color: #FDAA0A;
}
.blog_comment_box .commment_fild {
    width: 80%;
    margin: 0 auto;
    display: table;
    position: relative;
    left: 64px;
    border: 1px solid #e5e5e5;
    padding: 38px 49px;
}
.blog_comment_box form button {
    background: #FDAA0A;
    border-style: none;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    margin: 34px auto 0px auto;
    display: table;
    position: relative;
    left: 64px;
    transition: all 0.3s linear;
}
.blog_comment_box form button:hover{
    background: #333;
}
/*---------------------------------------------- 28 start shope page part ----------------------------------------------*/
#shope_banar{
    height: 400px;
    width: 100%;
    background: url(assests/img/shope/banar/1.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
#shope_banar:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
#shope_banar:before{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.shope_banar_table{
    height: 400px;
    width: 100%;
    display: table;
    text-align: center;
}
.shope_banar_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.shope_banar_text h1{
    color: #ddd;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 10px;
    font-size: 50px;
}
.shope_banar_text h1 span{
    color: #FDAA0A;
}
.shope_banar_text p{
    color: #ddd;
    margin: 0px;
    text-transform: uppercase;
    font-size: 15px;
}
.shope_banar_text p span{
    color: #FDAA0A;
}
/*-- 28.1 shope_container -- */
#shope_container{
    padding: 100px 0px;
    background: #FBFBFB;
}
/*-- 28.2 food_listing -- */
#shope_container {
    padding: 100px 0px 90px;
    background: #FBFBFB;
}
.food_listing_left ul li{
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
}
.food_listing_left ul li .fa {
    background: #FDAA0A;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    border-radius: 5px 0px 0px 5px;
}
.food_listing_righr ul li{
    display: inline-block;
    cursor: pointer;
}
.food_listing_righr ul li .fa {
    height: 30px;
    width: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 30px;
    position: relative;
    top: 10px;
    left: -4px;
    margin-right: 10px;
}
.food_listing_righr ul li:first-child .fa{
    background: #FDAA0A;
    border-color: #FDAA0A;
    color: #fff;
}
/*-- 28.3 main shope food list --*/
.main_food_container{
    margin-top: 30px;
}
.shoe_food_item{
    background: #fff;
    margin-bottom: 10px;
}
.shope_food_img img {
    margin: 0 auto;
    position: relative;
    top: 81px;
    left: 18px;
}
.shope_food_info, .shope_food_price, .shope_food_btn{
    border-left: 1px solid #e5e5e5;
    padding: 0px 27px 0px 35px;
}
.shope_food_info{
    padding-top: 20px;
}
.shope_food_info h3{
    margin: 0px;
    padding-bottom: 10px;
    color: #FDAA0A;
    text-transform: capitalize;
}
.shope_food_info h4{
    margin: 0px;
    padding-bottom: 4px;
    text-transform: capitalize;
    color: #222;
}
.shope_food_info p{
    margin: 0px;
    color: #666;
    font-size: 15px;
    padding-bottom: 10px;
}
.shope_food_info ul li {
    display: inline-block;
    width: 30%;
    color: #666;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.shope_food_info ul li .fa{
    color: #FDAA0A;
    padding-right: 4px;
}
.shope_food_price p {
    color: #FDAA0A;
    font-family: 'Merriweather', serif;
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.shope_food_btn a {
    text-decoration: none;
    padding: 10px 18px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    color: #222;
    text-transform: capitalize;
    transition: all 0.3s linear;
}
.shope_food_btn a:first-child{
    background: #FDAA0A;
    border-color: #FDAA0A;
    color: #fff;
}
.shope_food_btn a:hover{
    background: #222;
    color: #fff;
    border-color: #222;
}
/*-- 28.4 shope right side bar --*/
.shope_content_right {
    padding: 20px 18px;
    background: #fff;
}
.food_rating_title span {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #FDAA0A;
    color: #fff;
    margin-right: 10px;
}
.food_rating_title h3{
    margin: 0px;
    color: #222;
}
.food_rating_title p{
    margin: 0px;
    color: #666;
}
.rating_title h3 {
    border-bottom: 1px solid #e5e5e5;
    margin: 0px;
    padding: 10px 0px;
    margin-bottom: 17px;
    margin-top: 15px;
    color: #FDAA0A;
}
.rating_star ul li{
    display: inline-block;
}
.rating_star ul li .fa{
    color: #FDAA0A;
}
.rating_amout p{
    font-family: 'Merriweather', serif;
    color: #666;
}
/*-- 28.5 recent_food -- */
.recent_food{
    padding: 20px 0px;
}
.recent_food_title h3, .helping_side_title h3{
    color: #FDAA0A;
    margin: 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.recent_food_item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding-bottom: 4px;
}
.recent_food_item_img img {
    position: relative;
    top: 33px;
}
.recent_food_item_info h4 {
    margin: 0px;
    color: #222;
    text-transform: capitalize;
    padding-bottom: 6px;
}
.recent_food_item_info p{
    margin: 0px;
    color: #666;
    margin-bottom: 5px;
}
/*-- 28.6 helping_center_content -- */
.helping_center_content ul li {
    margin-bottom: 10px;
    color: #222;
    text-transform: capitalize;
}
.helping_center_content ul li .fa {
    height: 40px;
    width: 40px;
    background: #FDAA0A;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}
/*---------------------------------------------- 29 start shope details part ----------------------------------------------*/
#shope_details_main {
    padding: 100px 0px 66px;
    background: #fff;
}
.shope_slide_active .owl-prev {
    height: 50px;
    width: 40px;
    background: #FDAA0A;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.shope_slide_active .owl-next {
    height: 50px;
    width: 40px;
    background: #FDAA0A;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.shope_details_main_info h3{
    margin: 0px;
    color: #FDAA0A;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.shope_details_main_info p{
    color: #444;
    font-size: 15px;
}
.food_staring button {
    background: #FDAA0A;
    color: #fff;
    padding: 10px 20px;
    border-style: none;
    text-transform: capitalize;
    margin-top: 11px;
    transition: all 0.3s linear;
}
.food_staring button:hover{
    background: #333;
}
.food_staring{
    padding: 30px 0px;
}
.food_staring ul li{
    display: inline-block;
    color: #FDAA0A;
}
.food_staring span{
    display: block;
    font-family: 'Merriweather', serif;
    color: #666;
    font-weight: 600;
}
/*-- 29.1 details_product_slide -- */
#details_product_slide {
    padding: 100px 0px 88px;
    background: #F8F8F8;
}
/*---------------------------------------------- 30 start contact page part ----------------------------------------------*/
#contact_banar{
    height: 400px;
    width: 100%;
    background: url(assests/img/contact/banar.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}
#contact_banar:after{
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;

}
#contact_banar::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: url(assests/img/pattarn.png);
    background-repeat: repeat;
    z-index: -1;
}
.contact_banar_table{
    height: 400px;
    width: 100%;
    display: table;
    text-align: center;
}
.contact_baanr_table_cell{
    display: table-cell;
    vertical-align: middle;
}
.contact_banar_txt h1{
    margin: 0px;
    color: #ddd;
    text-transform: capitalize;
    font-size: 60px;
}
.shope_details_main_info h3 {
    margin: 0px;
    color: #222;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.contact_banar_txt p{
    color: #ddd;
    margin: 0px;
    padding-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.contact_banar_txt p span{
    color: #FDAA0A;
}
/*-- 30.1 contact_container -- */
#contact_container {
    padding: 100px 0px 88px;
    background: #fff;
}
.contact_main_container{
    margin-top: 50px;
}
.contact_form_info_item {
    margin-bottom: 39px;
}
.contact_form_info_item:hover span{
    background: #ff3024;
    border-color: #ff3024;
    color: #fff;
}
.contact_form_info_item span {
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    border: 1px solid #ff3024;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-right: 24px;
}
.contact_form_info_item h3 {
    color: #222;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 5px;
}
.contact_form_info_item p{
    margin: 0px;
    color: #000;
}
.contact_form_info_item ul li{
    display: inline-block;
}
.contact_form_info_item ul li .fa {
    height: 30px;
    width: 30px;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    text-align: center;
    margin-right: 3px;
    color: #666;
    transition: all 0.3s linear;
}
.contact_form_info_item ul li .fa:hover{
    background: #FDAA0A;
    border-color: #FDAA0A;
    color: #fff;
}
.from_name {
    width: 48%;
    float: left;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.from_email {
    width: 48%;
    float: right;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.from_subject{
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.from_message {
    width: 100%;
    padding: 20px 10px 33px 20px;
    margin-bottom: 14px;
}
.contact_page_contact_form form button{
    padding: 10px 20px;
    background: #FDAA0A;
    color: #fff;
    border: none;
}
/*-- =========================== 31 preloader =========================== -- */
.preloader{
    height: 100vh;
    width: 100%;
    background: #18191B;
    z-index: 9999999999999999;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.6s linear;
}
.pre_item{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.preloader.out{
    opacity: 0;
    z-index: -9999999999999;
}
a:focus, a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.top_food {
    padding:50px 0px 120px 0px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.hot_bg1{
    height: 300px;
    width: 20%;
    background: url(assests/img/kovai/image-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.hot_bg2{
    height: 300px;
    width: 20%;
    background: url(assests/img/kovai/image-21.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}
.hotcold{ padding-bottom: 50px !important; }
.counter {
    background-color: rgb(255, 255, 218);
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    color: #ff4c20;
    text-align: center;
}

.count-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
p {text-align: justify;line-height: 30px !important;}
.gallery img
{ margin-bottom: 20px; }
.faq { background-color: #fffae4;
    padding: 20px;
    border: 1px dashed #ff3024;margin-bottom: 20px; }
    .faq p { padding-top: 15px;line-height: 28px; }
#contact_containe p a { color: #000 !important; }    
.testimonial1 {border:1px dashed #ddd;margin-top: 30px;padding:10px;font-size: 17px;background-color: #ffffda;}
.testimonial1 small{color: #f31f14;font-size: 20px;}
.mbllogo { height: 118px; }
.mbllogo img { height: 115px; }
#menu {/* margin-top: 28px; */}
.homeslide12 img{ width: 545px;height: 305px; }
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}
#gallery .fa-plus-circle { font-size: 30px;
    color: #fff !important;cursor: pointer; }
.food_menu-hover {
    height: 100%;
    width: 34%;
    position: absolute;
    background: #333;
    top: 0;
    left: -35%;
    opacity: 1;
    transition: all 0.4s linear;
    text-align: center;
    z-index: 1;
}
.menu_img {
    color: #ff4c20;
    text-transform: uppercase;
    padding-top: 1px;
    /* border-right: 1px solid #ff4c20; */
    height: 146px;
    /* padding-top: 5px; */
    padding-left: 7px;
    }
.menu_img h3 { font-size: 21px !important; }

.navbar {
  overflow: hidden;
  z-index: 9999
  background-color: #fff;
}

/* Navbar links */
.navbar a {
  /*float: left;*/
  display: block;
  /*color: #f2f2f2;*/
  /*text-align: center;*/
  /*text-decoration: none;*/
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  height: 120px;
  box-shadow: 0px 7px 10px rgba(0,0,0,0.1);
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
.headermail li, .headermail a,.headermail i {color:#000 !important;padding-top: 10px;padding-left: 5px;}
.headermail {margin-top: 22px;}
.headermail li {margin-right: 70px;}
@media(max-width: 768px)
{.sticky {
    height: 244px;
}
.headermail{ margin-bottom: 3px; }
}