a:focus {
    outline: none;
}

#nav-section a {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 24px;
    font-weight: 500
}

h4 {
    font-size: 21px
}

h5 {
    font-size: 17px;
    font-weight: 500
}

h6 {
    font-size: 14px;
    font-weight: 500
}

p {
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    line-height: 25px
}

small,
.small {
    font-size: 85%
}

code {
    font-size: 17px;
    font-weight: 500
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ef6c02
}

.manuscript {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
    font-weight: 700;
    padding: 10px 0
}

.text-uppercase {
    text-transform: uppercase
}

.center-text {
    text-align: center
}

.section-title {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #ef6c02;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px
}

.r-name active {
    color: #ef6c02;
}

.xp-grid-thumb img {
    border: 7px solid #eee;
}


.templeh {
    margin-left: 38px;

}

#formmenu {
    background-color: #e7e7e7;
    padding-top: 10px;
    margin-top: 10px;
}

#formempie {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#demo {
    position: absolute;
    z-index: 99999;
    margin: 0 auto;
    left: 612px;
    height: 107px;
    width: 107px;
    border: 50%;
    border-radius: 50%;
    right: auto;
    top: 42%;
    border: none;

}

::placeholder {
    color: #fff;
}
#video1{
		margin-left:auto;
		margin-right:auto;
}
.indexdemo1 {
    position: relative;
    z-index: 9999;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40%;
	
}
#indexaboutus{
	margin-top:100px;
}
.welcome{
	text-align:center;
	color:#fff;
	position: relative;
    z-index: 9999;
	 margin-left: auto;
    margin-right: auto;
 }
#demo:active,
#demo:hover,
#demo:visited {
    border: none;
}



.about-us {
    background-color: #fff;
}

.center-position {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: none
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.section-title:after {
    content: url(../images/title-decor.png);
    display: block;
    position: relative;
    height: 3px;
    width:100%;
   
}

.white-decor:after {
    content: url(../images/title-decor-white.png)
}

.section-title-border:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 113px;
    background-color: #ef6c02;
    margin: 15px auto
}

.whiteTitleBorder:after {
    content: "";
    background-color: #e7e7e7
}

.section-title-border {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #ef6c02;
    padding: 20px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.section-subtitle {
    text-align: center;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    color: #000;
    padding: 15px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

a {
    color: #ef6c02;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

a:hover,
a:focus {
    color: #ef6c02
}

#wrapper.open {
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0)
}

#wrapper {
    position: relative;
    overflow: hidden;
    left: 0;
    z-index: 99;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden
}

img {
    width: 100%;
    height: auto
}

.content p {
    line-height: 20px;
    margin-bottom: 6px;
	letter-spacing:0.7px;
	text-align:justify;
	font-size:15px;
}

.content .first-letter::first-letter {
    font-size: 60px;
    color: #ef6c02;
    margin-right: 3px
}

.about-us .content img {
    width: 100%;
    height: auto;
    display: block;
    border: 10px solid #fb6108
}

.special-menu {
    padding: 5px 0
}

.list-inline {}

.checkbox-list {
    margin: 0;
    padding: 0px 10px 20px 10px;
    list-style: none
}

.checkbox-list li {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    font-size: 14px
}

.checkbox-list li .fa {
    margin-right: 10px
}

.number-list {
    list-style-type: none;
    counter-reset: li-counter;
    margin: 0;
    padding: 0px 10px 20px 40px
}

.number-list li {
    display: list-item;
    margin-bottom: 10px
}

.number-list>li:before {
    position: absolute;
    left: 25px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    content: counter(li-counter);
    counter-increment: li-counter;
    background-color: #6f6f6f
}

.normal-list {
    padding: 0px 10px 20px 40px
}

.normal-list li {
    margin-bottom: 5px;
    font-size: 14px
}

.socials-box {
    display: table-cell;
    vertical-align: middle;
    margin: 1px 5px;
    padding: 0
}

.socials-box li {
    display: inline-block;
    opacity: 1;
    margin-left: 7px
}

.socials-box a {
    line-height: 20px
}

.socials-box a:hover .social-circle-border {
    color: #ef6c02;
    border-color: #ef6c02
}
.plan-inside{
	margin-left:-25px;
}

#top-bar .socials-box a:hover .social-circle-border,
#footer .socials-box a:hover .social-circle-border,
.chefInfo-box .socials-box a:hover .social-circle-border {
    color: #ef6c02;
    border-color: #ef6c02
}

#top-bar .social-circle-border,
#footer .social-circle-border,
.chefInfo-box .social-circle-border {
    background-color: transparent;
    border: 2px solid #e7e7e7;
    color: #fff
}

.social-circle-border {
    font-size: 14px;
    line-height: 23px;
    margin-right: 2px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #6f6f6f;
    color: #6f6f6f;
    text-align: center
}

.social-circle-border {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.socials-box .social-circle-border:hover {
    border: 2px solid #ef6c02;
    color: #ef6c02
}

.center-button {
    width: 100%;
    text-align: center
}

.btn {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase
}

.btn {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.btn:active {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #ef6c02;
    border-color: #ef6c02
}

.btn-o {
    text-align: center;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px
}

.btn-o-primary {
    padding: 10px 16px;
    color: #000;
    background-color: transparent;
    border: 2px solid #ef6c02;
    border-radius: 5px
}

.btn-o-primary:hover {
    background-color: #ef6c02;
    color: #1b1b1b
}

.btn-lg {
    padding: 14px 40px;
    line-height: 1.3333333;
    border-radius: 0px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0px
}

.btn-primary-gray {
    font-size: 18px;
    margin: 0px 3px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-primary-gray {
    background-color: #E8E4DB;
    color: #444034
}

.btn-primary-gray1 {
    background-color: #ef6c02;
    color: #f5f5f5;
	width:57%;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
}

#yesi {
    text-align: center;

}

.btn-primary-gray:hover {
    background-color: #d5d5d5;
    border-color: #c7c7c7
}

.btn-primary {
    color: #fff;
    background-color: #ef6c02;
    border-color: #ef6c02;
    margin: 0px 3px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-primary,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px
}

.btn-primary:hover {
    color: #1b1b1b;
    background-color: #e5c888;
    border-color: #ef6c02
}

.btn-primary:active {
    color: #1b1b1b;
    background-color: #ef6c02;
    background-color: #ef6c02;
    border-color: #ef6c02
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #1b1b1b;
    background-color: #ef6c02;
    border-color: #ef6c02;
    outline: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none
}

.btn-primary:focus,
.btn-primary.focus {
    color: #1b1b1b;
    background-color: #ef6c02;
    border-color: #ef6c02
}

.button-section {
    text-align: center;
    padding: 20px 0
}

.other-alter-box {
    color: #3b7795;
    padding: 5px 10px;
    margin: 5px 0 10px;
    background: #d9edf7;
    display: inline-block
}

.alert {
    font-size: 17px
}

.close {
    font-size: 40px
}

.alert-dismissable .close,
.alert-dismissible .close {
    top: -10px
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #f6f6f6
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #6f6f6f;
    background-color: #1b1b1b;
    border: 1px solid #323232;
    border-bottom: none
}

.panel-default:last-child>.panel-heading {
    border-bottom: 1px solid #323232
}

.panel-title {
    font-size: 14px
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #999;
    font-size: 18px
}

.more-less {
    float: right;
    color: #999
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 10px 15px;
    border: 1px solid #323232;
    border-bottom: none;
    font-size: 17px;
    line-height: 25px
}

.panel-default:last-child>.panel-heading+.panel-collapse>.panel-body {
    border-bottom: 1px solid #323232;
    border-top: none;
}

.form-group input,
.form-group textarea {
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #e7e7e7;
    padding: 6px 20px;
    height: 40px;
    color: #000;
    font-size: 14px
}

.form-group input:focus,
.form-group textarea:focus {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0px 0px 0px 1px rgb(233, 233, 233);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0px 0px 0px 1px rgb(233, 233, 233);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0px 0px 0px 1px rgb(233, 233, 233)
}

.form-control:focus {
    border-color: #e7e7e7;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0px 0px 0px 1px rgb(233, 233, 233);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0px 0px 0px 1px rgb(233, 233, 233);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0px 0px 0px 1px rgb(233, 233, 233)
}

.contact-form input[type='number'] {
    -moz-appearance: textfield
}

.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.parallax-box {
    background-color: #111;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex
}

.parallax-box .mediaSection-box {
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 50px 0
}

.note-new {
    font-family: 'Oswald', cursive;
    font-size: 18px;
    color: #444034;
    background-color: #ef6c02;
    border-bottom-right-radius: 5px;
    padding: 2px 10px;
    margin-left: 10px;
    border-top-right-radius: 5px
}

.note-spicy {
    font-family: 'Oswald', cursive;
    font-size: 18px;
    color: #fff;
    background-color: #df400b;
    border-bottom-right-radius: 5px;
    padding: 2px 10px;
    margin-left: 10px;
    border-top-right-radius: 5px
}

.note-milk {
    font-family: 'Oswald', cursive;
    font-size: 18px;
    color: #b4985b;
    background-color: #ece6da;
    border: 1px solid #e3d6bc;
    border-bottom-right-radius: 5px;
    padding: 2px 10px;
    margin-left: 10px;
    border-top-right-radius: 5px
}

.embed-container {
    position: relative;
    padding-bottom: 56.56%;
    margin-bottom: 30px;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.sb-search {
    margin-bottom: 60px
}

.sb-search .widget-search {
    float: left;
    width: 100%;
    padding: 5px 0px;
    vertical-align: middle
}

.widget-search .form-group {
    float: left;
    margin: 0;
    width: auto
}

.widget-search button {
    margin: 0;
    padding: 9px 20px
}

.widget-search button:hover {}

.sb-search .btn-primary:active,
.sb-search .widget-search button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.widget-search .form-group input {
    border-radius: 0px;
    border: 1px solid #ef6c02;
    border-right: 0px solid #ef6c02;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #151515;
    padding: 21px 21px;
    color: #444034
}

.widget-search .form-group input:focus {
    box-shadow: 0px 0px 1px #ef6c02
}

aside>div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

aside .widget-title {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    position: relative;
    margin: 0 0 25px;
    padding: 16px 0 21px;
    text-transform: uppercase
}

aside .sb-category {}

.sb-category .widget-title {}

aside .widget-title:before,
aside .widget-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: rgba(103, 100, 93, 0.38)
}

aside .widget-title:before {
    width: 50%;
    left: 0;
    height: 3px;
    background-color: #ef6c02;
    z-index: 1
}

aside ul {
    padding: 0;
    margin: 0;
    list-style: none
}

aside ul li a:hover {
    color: #ef6c02
}

aside ul li a,
aside ul li,
aside ul li img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

aside .bootstrap-datetimepicker-widget table td span:hover {
    color: #fff
}

.sb-latest-posts .text-box {
    float: left;
    width: 170px;
    padding: 0;
    margin: 0
}

.sb-category ul li a:hover,
.sb-latest-posts ul li a:hover {
    color: #ef6c02
}

.sb-category ul li a,
.sb-latest-posts ul li a {
    text-decoration: none;
    color: #000;
}

.sb-category ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #323232
}

.sb-latest-posts ul li {
    font-size: 16px;
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.sb-latest-posts ul li img {
    float: left;
    width: 80px;
    margin-right: 10px;
    border-radius: 5px;
    border: 2px solid #e7e7e7
}

.sb-latest-posts ul li img:hover,
.sb-latest-posts ul li a:hover>img {
    border: 2px solid #ef6c02
}

.sb-latest-posts .title {
    margin-bottom: 5px;
    display: block
}

.sb-latest-posts .date {
    color: #000;
    font-style: italic
}

.sb-tags .tag-content {
    width: 100%;
    padding: 5px
}

.sb-tags ul li {
    font-size: 16px;
    list-style: none;
    display: inline-block;
    margin: 11px 2px
}

.sb-tags ul li a {
    text-decoration: none;
    color: #999;
    background: #1b1b1b;
    border: 1px solid #323232;
    padding: 8px 12px
}

.sb-tags ul li a:hover {
    color: #1b1b1b;
    background: #ef6c02;
    border: 1px solid #ab8f53
}

.sb-advert {}

.sb-advert .advert-image {
    height: auto;
    width: 100%;
    padding: 35px 20px 20px 20px;
    position: relative;
    z-index: 0
}

.sb-advert .advert-image .ads-overlay {
    background: rgba(57, 41, 31, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    z-index: -1
}

.sb-advert .advert-image span {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #f5f5f5;
    display: block;
    padding-bottom: 30px
}

.sb-advert .advert-image h3 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #f5f5f5;
    margin-bottom: 10px;
    line-height: 22px
}

.sb-advert .advert-image a {
    text-decoration: none;
    color: #f5f5f5
}

.sb-advert .advert-image a:hover {
    color: #ef6c02
}

.sb-advert .advert-image h3:after {
    content: "";
    border-bottom: 2px solid #f5f5f5;
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 10px auto
}

.sb-advert .advert-image p {
    color: #d9d9d9;
    line-height: 20px;
    font-size: 16px;
    text-align: center
}

.blog-content .sb-advert .button-section {
    text-align: center
}

.sb-advert .button-section .btn-o-primary:hover {
    background-color: #ef6c02;
    color: #1b1b1b
}

.pagination {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
    border-top: 1px solid #323232;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.pagination ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 5px
}

.pagination ul>li {
    font-size: 12pt;
    font-weight: bold;
    display: inline-block;
    margin: 0 2px;
    width: 50px;
    height: 45px;
    text-align: center;
    float: left;
    line-height: 44px;
    border: 1px solid #323232;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}

.pagination ul>li a {
    display: block;
    width: 48px;
    height: 43px;
    color: #74777c
}

.pagination ul>li a:hover,
.pagination ul>li a:focus {
    text-decoration: none
}

.pagination ul li:hover,
.pagination ul li.active {
    background-color: #ef6c02;
    border: 1px solid #ab8f53
}

.pagination ul li:hover a,
.pagination ul li.active a {
    color: #1b1b1b;
    background: transparent
}

.comment-section {}

.comment-section .comment-title {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 50px 0
}

.comment-section .comment-list-children {
    margin-left: 70px;
    margin-bottom: 0px;
    padding: 15px;
    list-style: none
}

.comment-section .comment-listings {
    margin-bottom: 50px;
    padding: 0
}

.comment-section .comment-listings>li {
    list-style: none;
    border-bottom: 2px dotted #323232;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block
}

.comment-listings .comment {
    padding-bottom: 20px;
    display: inline-block
}

.comment-listings .user-image {
    float: left;
    margin-right: 20px
}

.comment-listings .user-image .image-thumb {
    width: 80px;
    border: 1px solid #ef6c02;
    border-radius: 50%;
    box-shadow: 0px 3px 0 #ef6c02;
    -webkit-box-shadow: 0px 3px 0 #ef6c02;
    -moz-box-shadow: 0px 3px 0 #ef6c02
}

.comment-listings .comment-info {}

.comment-listings .comment-info .author {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    float: left;
}

.comment-listings .comment-info .time {
    float: right;
    text-align: right;
    font-size: 16px;
    color: #000
}

.comment-listings .comment-info .desc {
    padding: 10px 0px;
    float: left
}

.comment-listings .btn-comment {
    float: right;
    text-decoration: none;
    color: #000
}

.comment-listings .btn-comment:hover {
    color: #ef6c02
}

.comment-listings a {
    list-style: none
}

.comment-reply-title {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 40px 0
}

.comment-respond .form-group input,
.comment-respond .form-group textarea {
    border-radius: 0px;
    border: 1px solid #e7e7e7 !important;
    background-color: #e7e7e7;
    padding: 20px 20px;
    color: #000;
    font-size: 17px
}

.comment-respond .form-group textarea {
    height: 155px
}


.xp-grid-thumb {
    margin-bottom: 30px;
}

.comment-respond input[type='number'] {
    -moz-appearance: textfield
}

.comment-respond input::-webkit-outer-spin-button,
.comment-respond input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.pasta-item-slide #item-thumbs {
    background: #1b1b1b;
    border: 1px solid #323232;
    margin: 10px 0
}

.pasta-item-slide #item-thumbs .item img {
    width: 100%;
    height: auto
}

.pasta-item-slide #item-thumbs .item {
    background: #C9C9C9;
    padding: 0;
    margin: 5px;
    color: #FFF;
    text-align: center;
    cursor: pointer
}

.pasta-item-slide #item-thumbs.item {
    font-size: 18px
}

.pasta-item-slide #item-thumbs .item-active .item img {}

.pasta-item-slide #item-thumbs .item-active .item {
    background: #ef6c02
}

.pasta-item-slide #item-thumbs .owl-item:hover {
    opacity: 0.8
}

.pasta-item-slide #item-thumbs .owl-item {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.pasta-item-slide .owl-theme .owl-nav {
    top: 45%
}

.pasta-item-slide .owl-theme .owl-nav div {
    padding: 0px 30px;
    margin: 5px
}

.pasta-item-slide .owl-nav .owl-prev {
    left: 10px
}

.pasta-item-slide .owl-nav .owl-next {
    right: 60px
}

.pasta-item-slide .owl-nav .owl-button-icons {
    margin: auto;
    background-image: url(../images/default-black.png);
    background-repeat: no-repeat;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.58)
}

.tabs {
    width: 100%;
    display: inline-block
}

.tab-links:after {
    display: block;
    clear: both;
    content: ''
}

.tab-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

.tab-links li {
    margin: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 4px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    color: #6f6f6f;
    background: #1b1b1b;
    border-top: 3px solid #323232;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    margin-bottom: 1px;
    float: none;
    text-align: center;
    list-style: none
}

.tab-links li:last-child {
    margin-right: -0.1px
}

.tab-links li.active:last-child,
.tab-links li.active:hover:last-child {
    margin-right: -0.1px
}

.tab-links a {
    color: #6f6f6f;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    transition: all linear 0.15s
}

.tab-links a:hover {
    color: #ef6c02;
    text-decoration: none
}

.tab-links li.active a,
.tab-links li.active a:hover {
    color: #000
}

.tab-links li.active,
.tab-links li.active:hover {
    background-color: #151515;
    border-top: 3px solid #ef6c02;
    border-bottom: 0px solid #151515;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    margin-bottom: -1px;
    margin-right: 4px
}

.tab-content {}

.tab {
    display: none;
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 3px;
    background: #151515;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    border-bottom: 3px solid #323232;
    border-top: 1px solid #323232
}

.tab.active {
    display: block;
    padding: 15px;
    border-radius: 3px;
    background: #151515;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    border-bottom: 3px solid #323232;
    border-top: 1px solid #323232
}

.tab-links li i,
.tab-links li span {
    margin: 0;
    padding: 0;
    line-height: 1
}

.tab-links li i {
    font-size: 18px;
    margin-right: 7px
}

.tab-links span {
    display: none;
    font-size: 18px
}


.iconBox {
    cursor: pointer
}

.iconBox .iconBox-icon {
    text-align: center;
    width: 95px;
    height: 95px;
    background: #ef6c02;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.iconBox .iconBox-icon:before {
    height: 115px;
    width: 115px;
    border: 2px solid #ef6c02;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.iconBox:hover .iconBox-icon {
    background-color: #151515
}

.iconBox .iconBox-description {}

.iconBox .iconBox-title {
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 500
}

.iconBox .iconBox-text {
    font-size: 17px;
    line-height: 25px;
    display: block;
    text-align: center
}

.iconBox .iconBox-icon .glyph-icon:before {
    font-size: 65px;
    margin-left: 0px;
    color: #444034
}

.iconBox:hover .iconBox-icon .glyph-icon:before {
    color: #ef6c02
}

.iconBox .iconBox-icon .fa {
    font-size: 60px;
    margin-top: 20px;
    color: #444034
}

.iconBox:hover .iconBox-icon .fa {
    color: #ef6c02
}

#header {
    width: 100%;
    position: absolute;
    z-index: 1001
}

#header:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: transparent;
    z-index: 10
}
.sticky-wrapper{
	width: 100%;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.67);
    border-bottom: 1px dashed #7f7f7f;
	border-top: 1px dashed #7f7f7f;
    position: relative;
    z-index: 1020;
}
#top-bar {
    width: 100%;
    font-size: 13px;
   background-color:#ef6c02;
   padding:7px 0px;
}

#top-bar li, #top-bar a {
    color: #fff
}

#top-bar a:hover,
#top-bar a:focus {
    color: #fff;
    text-decoration: none
}

#top-info,
#top-buttons {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}



#top-info li,
#top-buttons li {
    display: inline-block;
    margin-left: 20px
}

#top-buttons {
    float: right
}

#top-buttons .divider {
    position: relative;
    border-left: 1px solid #74777c;
    width: 1px;
    height: 22px;
    overflow: hidden;
    margin-bottom: -6px
}

#top-social a::after {
    content: "";
    background: transparent;
    width: 26px;
    height: 26px;
    position: absolute;
    margin: 8px -18px;
    border: 2px solid;
    border-radius: 50%
}

.nav-mobile-btn {
    display: none
}

#nav-section {
    margin-top: 6px;
    min-height: 60px;
    min-width: 320px;
    padding: 0;
    background-color: transparent;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#nav-section.stuck {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

#nav-section.stuck:after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    z-index: 10
}

#nav-section.navshrink {
    min-height: 61px;
    background-color: #080808
}

#nav-section.navshrink .nav-logo img {
    height: 45px
}

.xpro-slider-item img {
    margin-top: 30px;
}

.xp-headtext {
    letter-spacing: 0em;
    font-weight: 650;
}

#nav-section.navshrink .navbar-nav>li>a {
    line-height: 61px
}

#nav-section.navshrink .sb-search {
    margin-top: 15px
}

.navbar-btn {
    display: none
}

.header-background-box .header-background {
    width: 100%;
    height: 100vh;
    z-index: 0
}

.header-background-box .header-background {
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    background-color: #111
}

.half .header-background {
    height: auto
}

.half .center-section {
    margin: 145px 0 100px;
    padding: 50px 0 0
}

.header-background .center-section {
    width: 100%;
    vertical-align: middle;
    position: relative;
    text-align: center;
    margin: 19% 0
}

.header-background-box .section-title,
.header-background-box .section-subtitle {
    color: #fff;
}

.header-background-box .section-title-border {
    color: #e7e7e7;
    padding-bottom: 0px
}



.site-map {
    background-color: #1b1b1b;
    overflow: hidden;
    line-height: 10px;
    position: relative;
    width: 100%;
    margin-top: -30px
}

.site-map .container {
    text-align: left
}

.site-map a {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: #959595;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    margin-right: 20px;
    padding: 6px 25px 6px 0;
    overflow: hidden
}

.site-map a:hover {
    color: #ef6c02
}

.site-map a:after {
    content: "";
    height: 30px;
    width: 30px;
    border-top: 1px dashed #5b5b5b;
    border-right: 1px dashed #5b5b5b;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    border-radius: 2px
}

.site-map a:before {
    content: "";
    background: #5b5b5b;
    height: 6px;
    width: 6px;
    display: block;
    position: absolute;
    right: 0px;
    top: 12px;
    border-radius: 5px
}

.navbar {
    float: right;
    margin: 0px 30px 0 0;
    min-height: 0;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400
}

.navbar-nav>li:before {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    border-top: 1px dashed #7f7f7f;
    top: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.navbar-nav>li:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    border-bottom: 1px dashed #7f7f7f;
    bottom: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.stuck .navbar-nav>li:before {
    border-top: none
}

.stuck .navbar-nav>li:after {
    border-bottom: 1px dashed #7f7f7f
}

.navshrink .navbar-nav>li:before,
.navshrink .navbar-nav>li:after {
    border-top: none;
    border-bottom: none
}

.navbar-nav>.border-none:before,
.stuck .navbar-nav>.border-none:before,
.navbar-nav>.border-none:after,
.stuck .navbar-nav>.border-none:after {
    border-top: none;
    border-bottom: none
}

.navbar-nav>li>a {
    padding: 0 15px;
    display: block;
    color: #ef6c02;
    line-height: 60px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.nav>li>a:hover,
.nav>li>a:focus,
.navbar-nav>li>a.active {
    background-color: transparent;
    color: #fff
}

.onepage .navbar-nav>li>a.active {
    background-color: transparent;
    color: #e7e7e7
}

.onepage .navbar-nav>.current>a,
.onepage .navbar-nav>.current>a.active {
    background-color: transparent;
    color: #ef6c02
}

.navbar-nav>li.dropdown>a .caret {
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid;
    margin-left: 10px
}

.navshrink .navbar-nav .dropdown-menu {
    background-color: #1b1b1b
}

.navbar-nav .dropdown-menu {
    background-color: rgba(2, 2, 2, 0.8);
    text-align: center;
    padding: 0;
    border: none;
    display: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.navbar-nav .open>.dropdown-menu,
.navbar-nav .dropdown-menu:hover {
    display: block;
    border-top: 5px solid transparent
}

.navbar-nav .dropdown-menu>li:last-child>a {
    border-bottom: 4px solid #7f7f7f
}

.navbar-nav .dropdown-menu>li>a {
    display: block;
    line-height: 46px;
    padding: 0 25px 0 25px;
    border-bottom: 1px dashed #7f7f7f;
    color: #e7e7e7;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu>li>a.active {
    background-color: #000;
    color: #ef6c02
}

.navbar-nav .dropdown-submenu {
    position: relative
}

.navbar-nav .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    max-height: 0;
    overflow: hidden
}

.navbar-nav .dropdown-submenu:hover>.dropdown-menu {
    max-height: 500px;
    overflow: visible
}

.navbar-nav .dropdown-submenu:hover>.dropdown-menu:hover {
    border-top: 0px solid transparent
}

.navbar-nav .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #74777c;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 8px
}

.navbar-nav .dropdown-submenu:hover>a:after {
    border-left-color: #ef6c02
}

.navbar-nav .dropdown-submenu .pull-left {
    float: none
}

.navbar-nav .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px
}

#nav-section .nav-logo img {
    height: 66px;
    width: auto
}

#nav-section.navshrink .nav-logo {
    height: 60px
}

#nav-section.navshrink .nav-logo img {
    height: 40px;
    width: auto
}

#home-advanced-search .container {
    overflow: visible
}

.home-page .about-us .signatured-box {
    width: 100%;
    text-align: right
}

.home-page .about-us .content p:last-child {
    margin-bottom: 5px
}

.home-page .about-us .signatured-box .signatured {
    display: inline-block;
    -moz-display: inline-block;
    position: relative
}

.home-page .about-us .signatured-box .signatured img {
    margin-top: 5px
}

.home-page .about-us .content {
    padding: 20px 10px 0px 10px
}

.special-menu {
    display: flex;
    display: -webkit-flex
}

.special-menu {
 
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%), url(../images/blog.jpg)
}

.special-menu .mediaSection-box .section-title-border {
    font-size: 40px;
    font-weight: 400;
    color: #e7e7e7;
    padding-bottom: 0px
}

.special-menu .mediaSection-box .section-title-border:after {
    margin-bottom: 10px
}

.special-menu .mediaSection-box .section-subtitle {
    color: #e7e7e7;
    padding: 10px 0;
    padding-top: 0
}

.special-menu-slider {
    display: block
}

.special-menu-slider .item-frame-box {
    border: 3px solid #fff;
    border-radius: 30px;
    padding: 10px;
    margin: 15px
}

.special-menu-slider .item-bg-box {
    border: 2px solid #1b1b1b;
    border-radius: 17px;
    padding: 5px;
    background-color: #fff
}

.special-menu-slider .item-bg-box .image img {
    width: 100%;
    height: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.special-menu-slider .item-bg-box .section-title-border {
    font-size: 18px;
    font-weight: 400;
    color: #444034;
    padding-bottom: 0px
}

.special-menu-slider .item-bg-box .info {
    padding: 10px 15px;
    padding-bottom: 25px;
    display: inline-block
}

.special-menu-slider .item-bg-box .info p {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 30px
}

.special-menu-slider .item-bg-box .info span {
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    color: #ef6c02;
    margin-top: -10px
}

.special-menu-slider .item-bg-box .info .btn-primary-gray {
    padding: 5px 10px;
    font-weight: 550;
    font-size: 15px;
}

.owl-nav {
    text-align: center;
    position: absolute;
    top: 45%;
    width: 100%;
    display: block
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 1
}

.owl-nav .owl-prev {
    left: -40px
}

.owl-nav .owl-next {
    right: 10px
}

.owl-featured-recipe .owl-nav {
    text-align: center;
    position: relative;
    top: 0px;
    width: 100%;
    display: block
}

.owl-featured-recipe .owl-nav .owl-prev,
.owl-featured-recipe .owl-nav .owl-next {
    margin: auto;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.owl-featured-recipe .owl-nav .owl-prev {
    left: -40px
}

.owl-featured-recipe .owl-nav .owl-next {
    right: -25px
}

.owl-nav .owl-button-icons {
    margin: auto;
    background-image: url(../images/default.png);
    background-repeat: no-repeat;
    position: absolute
}

.owl-chef-team-slider .owl-nav .owl-button-icons {
    margin: auto;
    background-image: url(../images/default.png);
    background-repeat: no-repeat;
    position: absolute
}

.owl-featured-recipe .owl-nav .owl-button-icons {
    margin: auto;
    background-image: url(../images/default.png);
    background-repeat: no-repeat;
    position: absolute
}

.owl-nav .owl-prev-icon,
.owl-nav .owl-next-icon {
    width: 48px;
    height: 48px
}

.owl-nav .owl-prev-icon {
    background-position: -48px 0px
}

.owl-nav .owl-next-icon {
    background-position: 0px 0px
}

.menu-list-item {
    margin-bottom: 30px
}

.menu-list-item {
    display: block;
    position: relative
}

.menu-button-filter {
    list-style: none;
    padding: 0;
    text-align: center;
    display: block
}

.menu-button-filter li {
    text-transform: uppercase;
    font-size: 30px;
    color: #999;
    display: inline-block;

    font-family: 'Oswald', sans-serif;
    margin: 0 30px;
    cursor: pointer
}

.menu-button-filter li {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.menu-button-filter li.tagsort-active {
    color: #e7e7e7
}

.menu-button-filter li:hover .iconBox-icon:before,
.menu-button-filter li:hover .iconBox-icon .glyph-icon:before {
    border-color: #ef6c02;
    color: #ef6c02
}

.menu-button-filter li:hover .r-name {
    color: #e7e7e7
}

.menu-button-filter .iconBox-icon {
    text-align: center;
    width: 75px;
    height: 75px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.menu-button-filter .iconBox-icon:before {
    content: "";
    height: 90px;
    width: 90px;
    border: 2px solid #616161;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.menu-button-filter .tagsort-active .iconBox-icon .glyph-icon:before,
.menu-button-filter .tagsort-active .iconBox-icon:before {
    color: #ef6c02;
    border-color: #ef6c02
}

.menu-button-filter .iconBox-icon .glyph-icon:before {
    font-size: 50px;
    margin-left: 0px;
    color: #ef6c02;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.menu-button-filter .r-name {
    display: block;
    padding: 15px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.menu-list-section {

    background-color: #000;
}

.menu-list-section .menu-items-list .menu-item .menu-wrapper {
    padding: 10px 20px;
    margin: 10px
}

.menu-list-section .menu-items-list .menu-item p {
    margin-bottom: 5px;
    color: #fffff
}

.menu-list-section .menu-items-list .menu-item .menu-wrapper {
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.menu-list-section .menu-items-list .menu-item .menu-wrapper:hover {
    border-radius: 0px
}

.menu-list-section .menu-items-list .menu-item .title {
    float: left
}

.menu-list-section .menu-items-list .menu-item .manuscript {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
    color: #e7e7e7;
    padding: 10px 0;
    margin: 0
}

.menu-list-section .menu-items-list .menu-item .price {
    float: right;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 21px;
    color: #ef6c02;
    padding: 10px 0
}

.price {
    display: none;
}

.menu-list-section .menu-items-list .menu-item .desc {
    display: inline-block;
    width: 100%;
    color: #fff
}

.menu-items-list {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s
}

.owl-chef-team-slider .item-frame-box {
    background: #ef6c02;
    border: 1px solid #323232;
    padding: 10px;
    margin: 10px;
    display: inline-flex
}

.owl-chef-team-slider .item-frame-box .image {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.owl-chef-team-slider .item-frame-box:hover .image {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.77);
    -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.77);
    -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.77)
}

.owl-chef-team-slider .image img {
    border: 1px solid #323232
}

.owl-chef-team-slider .info {
    text-align: center;
    margin-bottom: 10px
}

.owl-chef-team-slider .info h3 {
    font-size: 18px;
    color: #fff;
}

.owl-chef-team-slider .info .manuscript {
    font-size: 24px;
    text-transform: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 5px
}

.owl-chef-team-slider .info .section-title-border {
    padding: 5px 0;
    font-size: 21px
}

.owl-chef-team-slider .info .socials-box {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.owl-chef-team-slider a {
    text-decoration: none
}

.owl-chef-team-slider .social-circle-border {
    border: 1px solid #a7a7a7;
    color: #a7a7a7
}

.owl-chef-team-slider .social-circle-border:hover {
    border: 1px solid #ef6c02;
    color: #ef6c02
}

.reservation-now {
    height: auto;
    display: flex;
    overflow: visible;
    padding: 0
}

.reservation-now .mediaSection-box {
    padding: 0
}

.reservation-now {
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%), url(..images/content/reservation-parallax.html);
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%), url(../images/content/reservation-parallax.jpg);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%), url(../images/content/reservation-parallax.jpg)
}

.reservation-now .mediaSection-box .section-title-border {
    font-size: 40px;
    font-weight: 400;
    color: #ef6c02;
    padding-bottom: 0px
}

.reservation-now .mediaSection-box .section-title-border:after {
    padding: 0;
    margin-bottom: 10px;
    background-color: #e7e7e7
}

.reservation-now .mediaSection-box .section-subtitle {
    color: #e7e7e7;
    padding: 10px 0;
    padding-top: 0
}

.reservation-now .manuscript {
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    padding: 0px 0
}

.reservation-now .reservation-form-box {
    background-color: rgba(0, 0, 0, 0.58);
    height: auto;
    padding: 60px 40px 80px;
    display: inline-block
}

.reservation-now .reservation-form-box .form-margin {
    margin: 60px 10px 10px
}

.reservation-now .reservation-form-box .form-group {
    margin-bottom: 25px;
    float: left;
    width: 47%;
    margin-right: 5px;
    margin-left: 5px
}

.reservation-now .reservation-form .form-group input,
.reservation-now .reservation-form .form-group textarea {
    border-radius: 0px;
    border: 1px solid #dadada;
    background-color: transparent;
    padding: 6px 12px;
    color: #ef6c02
}

.reservation-now .reservation-form .input-group-addon {
    background-color: rgba(197, 168, 106, 0.2);
    border: 1px solid #dadada
}

.reservation-now .reservation-form .input-group-addon {
    color: #e7e7e7
}

.reservation-now .reservation-form .bootstrap-datetimepicker-widget {
    background-color: #1b1b1b
}

.reservation-form .bootstrap-datetimepicker-widget {
    background-color: #1b1b1b
}

.reservation-now #rv-message {
    margin: 0 20px
}

.reservation-now .alert-danger {
    background-color: rgba(0, 0, 0, 0.27);
    border-color: #585858;
    color: #e7e7e7;
    font-size: 16px
}

.reservation-now .close {
    text-shadow: none
}

.reservation-now .close:hover,
.reservation-now .close:focus {
    color: #b3b3b3;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}



.reservation-now input::-webkit-outer-spin-button,
.reservation-now input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.call-reservation {
    background-color: #fff;
    border-top: 2px solid #e7e7e7;
    padding: 10px 0
}

.call-reservation .call-box {
    width: 100%;
    text-align: center;
    padding: 20px
}

.call-reservation .call-box .title {
    font-size: 20px;
    color: #484848;
    text-transform: none;
    margin: 0
}

.call-reservation .call-box .phone {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    display: block;
    margin-top: 10px;
    padding-bottom: 5px;
    color: #ef6c02
}

.time-clock-box {
    position: absolute;
    width: 100%;
    height: 600px
}

#sec {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#clock {
    position: relative;
    top: 23%;
    width: 280px;
    height: 280px;
    margin: 20px auto 0 auto;
    background: url(../images/clock/clockface.png);
    background-repeat: no-repeat;
    list-style: none
}

#sec,
#min,
#hour {
    position: absolute;
    width: 280px;
    height: 280px;
    top: 0px;
    left: 0px
}

#sec {
    background: url(../images/clock/sechand.png);
    z-index: 3
}

#min {
    background: url(../images/clock/minhand.png);
    z-index: 2
}

#hour {
    background: url(../images/clock/hourhand.png);
    z-index: 1
}

.top-frames:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-right: 3px solid #ef6c02;
    border-top: 3px solid #ef6c02
}

.top-frames:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-left: 3px solid #ef6c02;
    border-top: 3px solid #ef6c02
}

.bottom-frames:before {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-right: 3px solid #ef6c02;
    border-bottom: 3px solid #ef6c02
}

.bottom-frames:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-left: 3px solid #ef6c02;
    border-bottom: 3px solid #ef6c02
}

.testimonials {
    height: 100%;
    display: flex
}

.testimonials .mediaSection-box {
    padding: 10px 0
}

.testimonials {
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.87) 100%), url(../images/form.jpg)
}

.testimonials .thumb-section {
    display: inline-block
}

.testimonials .desc {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.testimonials .thumb-section img {
    max-width: 120px;
    padding: 5px;
    border: 3px solid #e7e7e7;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.testimonials .thumb-section .name {
    font-size: 30px;
    color: #ef6c02;
    position: relative;
    padding: 10px 0 0 0;
    font-family: 'Cabin', sans-serif;
    font-weight: 300;
    text-transform: none
}

.testimonials .thumb-section .town {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding: 0 0 10px 0
}

.testimonials .desc p {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    padding: 0 50px
}

.testimonials .desc p .fa-quote-left {
    margin-top: -20px;
    left: 10px;
    position: absolute
}

.testimonials .desc p .fa-quote-right {
    margin-top: 20px;
    right: 20px;
    position: absolute
}

.testimonials .thumb-section .town,
.testimonials .desc p {
    font-family: 'Josefin Sans', sans-serif
}

.testimonials .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: relative
}

.sertificates {
    background-color: #fff
}

.newsletter {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    padding: 35px 0
}

.newsletter .big-title {
    float: left;
    margin: 5px 0;
    font-size: 35px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    text-transform: none
}

.newsletter .small-title {
    float: left;
    font-size: 18px;
    padding: 16px 14px 20px 0px;
    margin: 0 0px 0 40px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #000;
    color: #000;
}

.newsletter .nl-box {
    float: left;
    padding: 15px 0;
    margin: 0 0 0 30px
}

.newsletter .newsletter-form {
    vertical-align: middle
}

.newsletter .form-group {
    float: left;
    margin: 0;
    width: 100%
}

.newsletter button {
    background-color: #bfbfbf;
    padding: 6px 15px;
    margin: 0;
    color: #444034;
    border-radius: 0
}

.newsletter button:hover {
    background-color: #d5d5d5
}

.newsletter .btn {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    margin: 0;
    padding: 5px 12px;
    border-radius: 0;
    font-size: 17px;
    width: 30%
}

.newsletter .btn:hover {
    background-color: #656565;
    border: 2px solid #656565
}

.newsletter input,
.newsletter textarea {
    border-radius: 0px;
    border: 2px solid #ef6c02;
    border-right: none;
    background-color: #ef6c02;
    padding: 6px 12px;
    margin-right: 0;
    color: #fff;
    -webkit-appearance: none;
    width: 70%;
    height: 40px;
    float: left
}

.newsletter .form-control:focus {
    border-color: #494949;
    color: #fff;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0px 0px 1px 1px rgba(233, 233, 233, 0.16);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0px 0px 1px 1px rgba(233, 233, 233, 0.16);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0px 0px 1px 1px rgba(233, 233, 233, 0.16)
}

.newsletter .alert-success {
    margin-top: -20px
}

#nl-message {
    display: block;

    margin-top: 10px;
    width: 100%;
    float: left
}

.reservation-form {
    margin-bottom: 20px
}

.pricing-box .plan-header .price sup.currency,
.pricing-box .plan-header .price>span {
    color: #ef6c02;
}

.pricing-box .plan-header .price sup.currency {
    font-size: 20px;
    line-height: 20px;
    top: -10px;
    position: relative;
}

.reservation-now .alert-success {
    background-color: transparent;
    border-color: #757575;
    color: #d1d1d1;
    margin: 80px 0
}

.reservation-now .alert-success h3 {
    color: #ef6c02;
}

.contact-section #message {
    margin-top: 10px;
}

.about-page .header-background-box .section-title {
    padding: 30px 0 0;
	font-size:29px;
}

.about-history .section-title-border {
    font-size: 30px;
    font-weight: 400;
    padding: 0
}

.about-history .section-subtitle {
    padding-top: 0
}

.about-history .content-about-box {
    width: 100%;
    margin: 40px 0 10px 0
}

.about-history .content-about-box .frame-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    height: 100%
}

.content-about-box .frame-image .bottom-mask:after {
    content: "";
    height: 35px;
    width: 54.8%;
    background-color: #151515;
    position: absolute;
    right: 30px;
    bottom: 0;
    margin-bottom: 15px
}

.content-about-box .width-box {
    width: 100%;
    display: inline-block;
    height: 100%;
	margin-top:-70%;
}


.content-about-box .content {
    float: right;
    background-color: #ef6c02;
    width: 626px;
    height: 100%;
    padding: 18px;
	
    vertical-align: middle;
    margin: 6px 6px;
    position: relative
}
.aboutuscontent p{
	letter-spacing:0.6px;
}
.first-letter span{
	font-size:35px;
	color: #ef6c02;
	font-weight:bold;
}
.content-about-box .content .title {
    text-align: center;
    font-size: 50px;
    color: #ef6c02;
}

.content-about-box .content p {
    color: #fff;
}

.about-page .about-history {
    padding-bottom: 70px
}

.content-about-box:nth-child(even) .content {
    float: left;
    position: relative
}

.content-about-box:nth-child(even) .left-mask {
    float: right;
    position: absolute
}

.content-about-box:nth-child(even) .frame-image .bottom-mask:after {
    content: "";
    height: 33px;
    width: 44.111%;
    background-color: #ef6c02;
    position: absolute;
    right: 0;
    bottom: 54px;
    margin-bottom: 0;
}

.content-about-box:nth-child(even) {
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
    padding-top: 43px;
    padding-bottom: 43px
}

.best-service {
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.79) 100%), url(..images/content/service-parallax.html);
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.79) 100%), url(../images/content/service-parallax.jpg);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.79) 100%), url(../images/content/service-parallax.jpg)
}

.best-service {
    height: auto
}

.best-service .section-title {
    color: #e7e7e7;
    letter-spacing: 15px
}

.best-service .section-subtitle {
    color: #e7e7e7;
    padding-bottom: 0
}

.best-service .mediaSection-box {}

.best-service .vertical-midle {
    margin: 5% auto;
    display: inline-block;
    vertical-align: middle
}

.best-service .star-box {
    list-style: none;
    margin: 0;
    padding: 10px 0
}

.best-service .star-box li {
    display: inline-block;
    -moz-display: inline-block;
    margin: 0px 5px
}

.best-service .star-box .fa {
    font-size: 25px;
    color: #e7e7e7
}

.reservation {
    overflow: visible
}

.reservation-form .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #ef6c02;
    text-align: center;
    background-color: #1b1b1b;
    border: 1px solid #323232;
    border-left: transparent;
    border-radius: 0px
}

.reservation-form input[type='number'] {
    -moz-appearance: textfield
}

.reservation-form input::-webkit-outer-spin-button,
.reservation-form input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.menu-page .background-img-static {
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.64) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.73) 75%, rgba(255, 255, 255, 0) 100%), url(..images/menu-standart-background.html);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.64) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.73) 75%, rgba(255, 255, 255, 0) 100%), url(../images/menu-standart-background.png);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.64) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.73) 75%, rgba(255, 255, 255, 0) 100%), url(../images/menu-standart-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 600px;
    width: 100%;
    height: 100%
}

.menu-page .background-img {
    background-image: -moz-linear-gradient(right, rgba(10, 10, 10, 0.80) 0%, rgba(21, 21, 21, 0.85) 25%, rgb(21, 21, 21) 50%, rgba(21, 21, 21, 0.85) 75%, rgba(10, 10, 10, 0.80) 100%), url(..images/menu-standart-background.html);
    background-image: -webkit-linear-gradient(right, rgba(10, 10, 10, 0.80) 0%, rgba(21, 21, 21, 0.85) 25%, rgb(21, 21, 21) 50%, rgba(21, 21, 21, 0.85) 75%, rgba(10, 10, 10, 0.80) 100%), url(../images/menu-standart-background.png);
    background-image: linear-gradient(to right, rgba(10, 10, 10, 0.80) 0%, rgba(21, 21, 21, 0.85) 25%, rgb(21, 21, 21) 50%, rgba(21, 21, 21, 0.85) 75%, rgba(10, 10, 10, 0.80) 100%), url(../images/menu-standart-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 600px;
    width: 100%;
    height: 100%
}

.menu-page .menu-standart {
    border-bottom: 4px solid #ef6c02;
    background-color: #151515
}

.menu-page .background-img .mediaSection-box {
    padding: 5px 0
}

.menu-page .menu-standart .menu-frame {
    margin: 10px;
    padding: 10px;
    border: 1px solid;
    border-color: #323232;
    background: #151515;
    border-radius: 30px
}

.menu-standart .menu-base {
    margin: 0;
    position: relative
}

.menu-standart .menu-base .title-box {
    width: 100%;
    display: inline-block;
    -moz-display: inline-block
}

.menu-standart .menu-base .title-box .title {
    font-size: 30px;
    line-height: 30px;
    float: left;
    background: transparent;
    position: relative;
    padding: 10px 10px;
    margin: 0;
    z-index: 20;
    overflow: hidden;
    width: auto;
    max-width: 75%;
    text-align: justify
}

.menu-standart .menu-base .title-box .price {
    font-size: 25px;
    float: right;
    background: transparent;
    color: #ef6c02;
    position: relative;
    padding: 10px 10px;
    z-index: 20;
    width: auto;
    max-width: 25%
}

.menu-standart .menu-base .line-box {
    position: relative;
    top: 30px;
    overflow: hidden
}

.menu-standart .menu-base .line-dotted {
    position: relative;
    border-top: 2px dotted #ccc;
    z-index: 1;
    left: 0
}

.menu-standart .menu-base .desc {
    padding: 10px;
    margin-top: -15px;
    text-align: left
}

.menu-standart .menu-base .desc p {}

.blog-content .post-info {
    margin-bottom: 20px
}

.blog-content .main-image {
    border-bottom: 1px solid #323232;
    margin-bottom: 20px;
    padding-bottom: 30px
}

.blog-content .post-date {
    font-style: italic;
    font-size: 16px
}

.blog-content .post-title {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0
}

.blog-content .post-title a {
    text-decoration: none;
    color: #000
}

.blog-content .post-title a:hover {
    color: #ef6c02
}

.blog-content .post-author {
    font-size: 16px;
    margin-right: 10px
}

.blog-content .post-author a {
    text-decoration: none;
    color: #ef6c02
}

.blog-content .post-author a:hover {
    color: #000
}

.blog-content .post-category {
    font-size: 16px
}

.blog-content .post-category a {
    text-decoration: none;
    color: #ef6c02
}

.blog-content .post-category a:hover {
    color: #444034
}

.blog-content .post-comment {
    display: inline-block;
    font-size: 16px
}

.blog-content .right-position {
    float: right
}

.blog-content .right-position .socials-box {
    display: inline-block;
    margin-right: 20px
}

.blog-content p {
    line-height: 30px;
    margin-bottom: 10px;
}

.blog-content .button-section {
    text-align: left;
    padding: 5px 0
}

.blog-content article {
    margin-bottom: 10px
}

.blog-page .header-background-box .button-section {
    padding: 5px 0 5px 0
}

.header-background-box .btn-o-primary {
    color: #f4f4f4;
    background-color: transparent;
    border: 2px solid #e7e7e7;
    border-radius: 5px
}

.header-background-box .btn-o-primary:hover {
    background-color: #e7e7e7;
    color: #1b1b1b
}

.blog-content .post-title a,
.blog-content .post-author a,
.blog-content .post-category a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.recipe-content {}

.recipe-content .col-md-6,
.recipe-content .col-sm-6 {
    padding: 15px 25px;
    margin-bottom: 20px
}

.recipe-content .item-box ul {
    padding: 0;
    margin: 0px 10px;
    list-style: none;
    text-decoration: none;
    display: inline-block;
    float: left
}

.recipe-content .thumb-img {
    width: 90px;
    position: absolute;
    vertical-align: middle;
    margin-left: -40px;
    margin-top: -60px;
    left: 0%;
    top: 50%;
    z-index: 2
}

.recipe-content .thumb-img img {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    height: 80px;
    width: 80px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 3px solid #323232;
    -webkit-box-shadow: 0 3px 0 #323232;
    -moz-box-shadow: 0 3px 0 #323232;
    box-shadow: 0 3px 0 #323232
}

.recipe-content .item-box:hover .thumb-img img {
    border: 3px solid #ef6c02;
    -webkit-box-shadow: 0 3px 0 #a58f62;
    -moz-box-shadow: 0 3px 0 #a58f62;
    box-shadow: 0 3px 0 #a58f62
}

.recipe-content .thumb-img .thumb-title {
    width: 130px;
    height: auto;
    position: absolute;
    top: 27%;
    left: 100%;
    display: block;
    background: #1b1b1b;
    border-radius: 4px;
    padding: 4px 10px;
    color: #ef6c02;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-left: 5px;
    opacity: 0
}

.recipe-content .item-box:hover .thumb-img .thumb-title {
    opacity: 1
}

.recipe-content .thumb-img .thumb-title,
.recipe-content .thumb-img img {
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.recipe-content .thumb-img .thumb-title:before {
    content: "";
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0px;
    border-color: transparent #1b1b1b transparent transparent;
    display: block;
    position: absolute;
    top: 28%;
    left: -10px
}

.recipe-content .thumb-img .thumb-title small {
    color: #e7e7e7
}

.recipe-content .item-main-section {
    background: #151515;
    border: 1px solid #323232;
    overflow: hidden;
    height: auto;
    width: 100%;
    position: relative;
    display: inline-block
}

.recipe-content .item-box {
    width: 100%;
    background: transparent;
    position: relative
}

.recipe-content .item-img {
    float: left;
    width: 50%;
    overflow: hidden
}

.recipe-content .item-box .view-image {
    height: 100%;
    width: 100%;
    padding: 35px 20px 20px 20px;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    transform: scale(1);
    transition: .4s;
    opacity: 1
}

.recipe-content .item-box:hover .view-image {
    opacity: 0.8;
    transform: scale(1.1);
    transition: .4s
}

.recipe-content .main-desc {
    float: right;
    width: 50%;
    min-height: 275px;
    padding: 20px;
    background: #f5f2d0;
    position: relative;
    display: block;
    z-index: 2
}

.recipe-content .main-desc .item-title {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px
}

.recipe-content .main-desc .description {
    font-size: 16px;
    line-height: 25px
}

.recipe-content .main-desc .button-section {
    text-align: left;
    padding: 10px 0;
    margin-bottom: -17px
}

.recipe-content .bottom-desc {
    width: 100%;
    background: #1b1b1b;
    border: 1px solid #323232;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: 0px;
    display: inline-block
}

.recipe-content .bottom-desc {
    -webkit-box-shadow: 0 3px 0 #323232;
    -moz-box-shadow: 0 3px 0 #323232;
    box-shadow: 0 3px 0 #323232
}

.recipe-content .bottom-desc li {
    float: left;
    padding: 10px 7px
}

.recipe-content .bottom-desc li span {
    display: block;
    text-align: center
}

.recipe-content .bottom-desc li .bd-result {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.recipe-content .button-section .btn-lg {
    padding: 10px 20px
}

.bd-ratings {
    display: inline-block;
    text-align: right;
    margin-left: 20px;
    margin-right: 20px
}

.recipe-content .item-box .bd-ratings .star-box {
    margin: 12px 10px 5px 10px;
    vertical-align: middle;
    display: inline-block
}

.bd-ratings .star-box li {
    padding: 5px 0px;
    margin: 0 5px;
    cursor: pointer
}

.bd-ratings .star-box .fa {
    font-size: 20px;
    color: #b2b2b2
}

.bd-ratings .star-box .active {
    color: #ef6c02
}

.bd-com-icon {
    float: right;
    padding: 5px;
    margin: 15px 12px 15px 0px;
    font-size: 16px
}

.bd-com-icon .fa {
    color: #b2b2b2
}

.recipe-content .col-md-3 {
    padding: 15px 10px;
    margin-bottom: 40px
}

.recipe-content .col-md-4 .item-main-section,
.recipe-content .col-md-3 .item-main-section {
    display: inline-block
}

.recipe-content .col-md-4 .button-section .btn-lg,
.recipe-content .col-md-3 .button-section .btn-lg {
    padding: 8px 10px
}

.recipe-content .col-md-4 .main-desc .item-title,
.recipe-content .col-md-3 .main-desc .item-title {
    font-size: 20px;
    margin-bottom: 10px
}

.recipe-content .col-md-4 .item-img,
.recipe-content .col-md-3 .item-img {
    width: 100%;
    float: none;
    display: block;
    height: 230px
}

.recipe-content .col-md-4 .view-image,
.recipe-content .col-md-3 .view-image {
    width: 100%;
    max-height: 230px;
    position: absolute;
    top: 0
}

.recipe-content .col-md-4 .main-desc,
.recipe-content .col-md-3 .main-desc {
    float: none;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    z-index: 0;
    position: relative;
    display: block
}

.recipe-content .col-md-4 .thumb-img,
.recipe-content .col-md-3 .thumb-img {
    width: 90px;
    margin-left: -45px;
    margin-top: -45px;
    left: 50%;
    top: 10px
}

.recipe-content .col-md-4 .thumb-img .thumb-title,
.recipe-content .col-md-3 .thumb-img .thumb-title {
    top: 110%;
    left: -34%
}

.recipe-content .col-md-4 .thumb-img .thumb-title:before,
.recipe-content .col-md-3 .thumb-img .thumb-title:before {
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent #1b1b1b transparent;
    top: -10px;
    left: 44%;
    text-align: center
}

.recipe-content .col-md-4,
.recipe-content .col-sm-3 {
    padding: 35px 15px;
    margin-bottom: 20px
}

.recipe-content .col-md-4 .bd-ratings,
.recipe-content .col-md-3 .bd-ratings {
    margin-left: 5px;
    margin-right: 0px
}

.recipe-content .col-md-4 .bd-com-icon,
.recipe-content .col-md-3 .bd-com-icon {
    margin-right: 10px
}

.recipe-content-sigle {
    padding: 60px 0 50px 0
}

.recipe-content-sigle .main-right {
    background: transparent;
    padding: 0px
}

.chefInfo-box {
    width: 100%;
    display: inline-block;
    background: #1b1b1b;
    padding: 10px
}

.chefInfo-box .image-box {
    width: 100%;
    float: left
}

.chefInfo-box .image-box img {
    margin: 0px 10px 0px 0px
}

.chefInfo-box .chef-info {
    width: 100%;
    float: left;
    padding: 10px
}

.chefInfo-box .chef-info h3 {
    text-transform: uppercase;
    color: #ef6c02;
    margin-bottom: 5px;
    margin-top: 10px
}

.chefInfo-box .chef-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #e7e7e7;
    text-transform: uppercase
}

.chefInfo-box .chef-info p {
    font-size: 15px;
    line-height: 20px;
    color: #959595;
    margin-bottom: 15px
}

.foodInfo-box {
    width: auto;
    background: #1b1b1b;
    padding: 0 10px;
    margin: 10px 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-box-shadow: 0 3px 0 #323232;
    -moz-box-shadow: 0 3px 0 #323232;
    box-shadow: 0 3px 0 #323232
}

.foodInfo-box .food-title {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    position: relative;
    margin: 0 0 0px;
    padding: 20px 10px;
    text-transform: uppercase
}

.food-title .glyph-icon:before {
    font-size: 30px;
    float: right;
    color: #1b1b1b;
    opacity: 0.5;
    margin-top: -5px
}

.ingred-list {
    margin: 0;
    padding: 0px 10px 20px 10px;
    border-bottom: 1px solid #323232;
    list-style: none
}

.ingred-list li {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    font-size: 14px
}

.ingred-list li .fa {
    margin-right: 10px
}

.foodInfo-box .number-list {
    list-style-type: none;
    counter-reset: li-counter;
    margin: 0;
    padding: 0px 10px 20px 40px;
    border-bottom: 1px solid #323232
}

.foodInfo-box .number-list li {
    display: list-item;
    margin-bottom: 10px
}

.foodInfo-box .number-list>li:before {
    position: absolute;
    left: 35px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    content: counter(li-counter);
    counter-increment: li-counter;
    background-color: #6f6f6f
}

.foodInfo-box .foodInfo-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 10px;
    margin-top: -10px;
    margin-bottom: 20px;
    width: 94%;
    display: inline-table
}

.foodInfo-box .foodInfo-table td {
    font-size: 14px;
    padding: 7px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal
}

.foodInfo-box .foodInfo-table th {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal
}

.foodInfo-box .foodInfo-table .pasta-tg {
    vertical-align: top
}

.foodInfo-box .foodInfo-table .center {
    text-align: center
}

.price-content .price-title {
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding: 10px 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #323232
}

.price-content p {
    line-height: 30px;
    margin-bottom: 25px
}

.featured-recipe {
    padding: 0px 0px 80px 0px;
    background: #151515;
    overflow: hidden
}

.owl-featured-recipe .item-box {
    width: 100%;
    background: transparent;
    display: inline-block;
    padding: 10px 10px 10px 40px
}

.owl-featured-recipe .item-img {
    float: left;
    width: 50%;
    overflow: hidden
}

.owl-featured-recipe .item-main-section {
    background: transparent;
    border: 1px solid #323232;
    overflow: hidden;
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.owl-featured-recipe .item-box .view-image {
    height: 100%;
    width: 100%;
    padding: 35px 20px 20px 20px;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    transform: scale(1);
    transition: .4s;
    opacity: 1
}

.owl-featured-recipe .item-box:hover .view-image {
    opacity: 0.8;
    transform: scale(1.1);
    transition: .4s
}

.owl-featured-recipe .main-desc {
    float: left;
    width: 50%;
    min-height: 275px;
    padding: 20px;
    background: #151515;
    position: relative;
    display: block;
    z-index: 2
}

.owl-featured-recipe .main-desc .item-title {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px
}

.owl-featured-recipe .main-desc .description {
    font-size: 16px;
    line-height: 25px
}

.owl-featured-recipe .main-desc .button-section {
    text-align: left;
    padding: 10px 0;
    margin-bottom: -17px
}

.owl-featured-recipe .thumb-img {
    width: 90px;
    position: absolute;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: -45px;
    left: 0%;
    top: 50%;
    z-index: 2
}

.owl-featured-recipe .thumb-img img {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    height: 80px;
    width: 80px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 3px solid #e7e7e7;
    -webkit-box-shadow: 0 3px 0 #b2b2b2;
    -moz-box-shadow: 0 3px 0 #b2b2b2;
    box-shadow: 0 3px 0 #b2b2b2
}

.owl-featured-recipe .item-box:hover .thumb-img img {
    border: 3px solid #ef6c02;
    -webkit-box-shadow: 0 3px 0 #a58f62;
    -moz-box-shadow: 0 3px 0 #a58f62;
    box-shadow: 0 3px 0 #a58f62
}

.owl-featured-recipe .thumb-img .thumb-title {
    width: 130px;
    height: auto;
    position: absolute;
    top: 27%;
    left: 100%;
    display: block;
    background: #1b1b1b;
    border-radius: 4px;
    padding: 4px 10px;
    color: #ef6c02;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-left: 5px;
    opacity: 0
}

.owl-featured-recipe .item-box:hover .thumb-img .thumb-title {
    opacity: 1
}

.owl-featured-recipe .thumb-img .thumb-title,
.owl-featured-recipe .thumb-img img {
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.owl-featured-recipe .thumb-img .thumb-title:before {
    content: "";
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0px;
    border-color: transparent #1b1b1b transparent transparent;
    display: block;
    position: absolute;
    top: 28%;
    left: -10px
}

.owl-featured-recipe .thumb-img .thumb-title small {
    color: #e7e7e7
}

.owl-featured-recipe .bd-ratings {
    margin: auto 0
}

.owl-featured-recipe .bd-ratings .star-box li {
    padding: 5px 0px;
    margin: 0 5px;
    display: inline-block
}

.owl-featured-recipe .bd-ratings .star-box {
    padding: 0;
    vertical-align: middle;
    display: block;
    margin: 20px 0px 0px 0px;
    text-align: left
}

.contact-section {
    padding: 50px 0
}

.contact-section .contact-loacation,
.contact-section .contact-socials,
.contact-section .contact-drect {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.contact-section p {
    display: flex;
	color:#000;
}

.contact-section h3 {
	font-size:18px;
    margin: 10px 0px 20px 0px;
    padding-left: 15px;
    padding-right: 15px
}

.contact-page .contact-section h3 {
    padding-left: 0;
    padding-right: 0
}

.contact-section .socials-box {
    display: flex;
    margin: 0
}

.contact-section .socials-box li {
    margin: 5px 0px 5px 7px
}

.contact-section p .fa {
    margin-right: 5px;
    line-height: 24px;
    color: #ef6c02
}

.contact-section a {
    text-decoration: none;
}

.contact-section a {
    color: #000;
}

.contact-section a:hover {
    color: #ef6c02
}

.contact-map {
    padding: 0px 0px;
    position: relative;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}

.contact-map #googleMap {
    height: 450px
}

.gallery-content {
    padding: 70px 0 40px
}
.home-gallery {
    padding: 70px 0 60px;
    background-color: #1b1b1b;
    border: 1px solid #2b2b2b
}

.home-page .contact-section {
    padding: 60px 0
}

.home-page .contact-map {
    padding: 15px 0px 30px;
    position: relative;
    width: 100%;
    border-top: none;
    border-bottom: none
}

.home-page .contact-map #googleMap {
    position: relative;
    height: 361px;
    border: 1px solid #e7e7e7
}

#footer {
    color: #e7e7e7;
    height: 100%;
}

.footer-background {
    background-color: #3c763d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#footer a {
    text-decoration: none
}

#footer .footer-overlay {
    background-color: rgba(0, 0, 0, 0.63);
    opacity: 1;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out 0.5s;
    transform: perspective(800px)
}

#footer-top .block {
    padding-top: 40px;
    padding-bottom: 20px
}

#footer-top .footer-title {
    font-size: 18px;
    padding: 20px 0;
    margin: 0;
    color: #fff
}

#footer-top p {
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0.2px
}

#footer-top img {
    max-width: 100%
}

#footer-top a {
    color: #e7e7e7
}

#footer-top a:hover {
    color: #ef6c02;
    text-decoration: none
}

#footer-top hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(238, 238, 238, 0.43)
}

.footer-socials {
    margin: 10px 0;
    line-height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(197, 168, 106, 0.18);
    border-radius: 7px;
    padding: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.footer-socials:hover {
    border: 2px solid #ef6c02;
    background: rgba(197, 168, 106, 0.09)
}

#footer-contacts {
    line-height: 30px;
    list-style: none;
    padding: 0;
    overflow: hidden
}

#footer-contacts li {
    display: inline-flex;
    font-weight: normal;
    letter-spacing: 0.2px
}

#footer-contacts .fa {
    color: #fff;
    margin-right: 5px;
    margin-top: 8px
}

#footer-work-time {
    line-height: 12px;
    list-style: none;
    padding: 0;
    overflow: hidden;
    position: relative
}

#footer-work-time li {
    font-weight: normal;
    letter-spacing: 0.2px;
    width: 100%;
    display: inline-block
}

#footer-work-time .date {
    background: transparent;
    position: relative;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    float: left;
    padding: 5px 5px 5px 0px;
    margin: 0
}

#footer-work-time .time {
    background: transparent;
    position: relative;
    color: #ef6c02;
    float: right;
    width: auto;
    max-width: 100%;
    padding: 5px 0px 5px 5px;
    margin: 0
}

#footer-work-time .line-box {
    position: relative;
    top: 12px;
    overflow: hidden
}

#footer-work-time .line-dotted {
    position: relative;
    border-top: 2px dotted #ccc;
    z-index: 1;
    left: 0
}

#footer-recent-post {
    line-height: 25px;
    list-style: none;
    padding: 0;
    overflow: hidden
}

#footer-recent-post .post-image {
    float: left;
    margin-right: 5px
}

#footer-recent-post .post-image img {
    width: 70px;
    border: 2px solid;
    border-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    height: 70px;
}

#footer-recent-post .post-image img:hover,
#footer-recent-post a:hover>.post-image img {
    border-color: #ef6c02
}

#footer-recent-post li {
    padding-bottom: 10px;
    display: inline-flex
}

#footer-recent-post .info {
    padding-left: 80px
}

#footer-recent-post .data-time {
    display: block;
    opacity: 0.6
}

#copyright {
    background: #ef6c02;
    border-top: 4px solid #ef6c02;
    text-align: center;
    position: relative;
    margin-top: 40px
}

#copyright span {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.2px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 15px 0
}

#copyright .allright {
    padding: 20px 0
}

.recipe-content .item-main-section {
    margin-bottom: 30px;
}

#copyright .t-color {
    color: #fff
}

#copyright .scrollTopButton {
    position: absolute;
    left: 48%;
    top: -50px;
    line-height: 19px;
    margin-left: -19px
}

#copyright .button-square {
    background: #ef6c02;
    border: 4px solid;
    border-color: #ef6c02;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 80%;
    width: 100px;
    height: 100px;
    position: absolute;
    display: block
}

#copyright .scrollTopButton i,
#copyright .bugutton-square i {
    font-size: 30px;
    line-height: 24px;
    color: #e7e7e7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

#copyright .scrollTopButton i:hover,
#copyright .bugutton-square i:hover {
    color: #ef6c02
}



.news-text {
    border-bottom: 5px solid #ef6c02;
    padding-top: 10px;
    height: 240px;

}

.news-text {
    border-bottom: 5px solid #ef6c02;
    padding-top: 10px;
    height: 240px;

}

.news-text1.news-grid {
    margin-bottom: 20px;
}
.news-grids-w3l{
	margin-top:30px;
}
.news-text2 {
    border-bottom: 5px solid #ef6c02;
    padding-top: 10px;
    background: #F9F9F9;
    box-shadow: -1px 5px 7px 3px rgba(0, 0, 0, 0.15);
    padding: 20px 60px;
    height: 238px;
    margin-bottom: 40px;
}
.news-text1 {
    border-bottom: 5px solid #ef6c02;
    padding-top: 10px;
	background: #F9F9F9;
    box-shadow: -1px 5px 7px 3px rgba(0, 0, 0, 0.15);
    padding: 20px 25px;
    margin-bottom: 40px;
}
#northindian1{
	margin-top:80px;
	
}
#northindian h2{
	margin-top:80px;
	font-size: 30px;
	margin-left:30px;
}
.news-text4 {
    border-bottom: 5px solid #ef6c02;
    padding-top: 10px;

    background: #F9F9F9;
    box-shadow: -1px 5px 7px 3px rgba(0, 0, 0, 0.15);
    padding: 20px 25px;
    height: 700px;
    margin-bottom: 40px;
}
.news-text5 {
    border-bottom: 5px solid #ef6c02;
    padding-top: 10px;

    background: #F9F9F9;
    box-shadow: -1px 5px 7px 3px rgba(0, 0, 0, 0.15);
    padding: 20px 25px;
    height: 640px;
    margin-bottom: 40px;
}

.news-text8 {
    border-bottom: 5px solid #ef6c02;
    padding-top: 10px;

    background: #F9F9F9;
    box-shadow: -1px 5px 7px 3px rgba(0, 0, 0, 0.15);
    padding: 20px 25px;
    height: 580px;
    margin-bottom: 40px;
}

.news-text9 {
    border-bottom: 5px solid #ef6c02;
    padding-top: 10px;

    background: #F9F9F9;
    box-shadow: -1px 5px 7px 3px rgba(0, 0, 0, 0.15);
    padding: 20px 25px;
    height: 640px;
    margin-bottom: 40px;
}


.news-text:hover {
    background-color: #efefef;
}

.news-text1:hover {
    background-color: #efefef;
}

.img-fluid {
    box-shadow: -1px 1px 2px 2px rgba(0, 0, 0, 0.15);
    padding: 10px 10px;
   
    border-radius: 7px 7px 0px 0px;
}

.img-fluid:hover {
    background-color: #efefef;
}

.img-fluid1:hover {
    background-color: #efefef;
}

.img-fluid2:hover {
    background-color: #efefef;
}

.img-fluid1 {
    box-shadow: -1px 1px 2px 2px rgba(0, 0, 0, 0.15);
    padding: 10px 10px;

}

.img-fluid1 {
    max-width: 121%;
    height: auto;
}

.img-fluid2 {
    box-shadow: -1px 1px 2px 2px rgba(0, 0, 0, 0.15);
    padding: 5px 5px;

}

.img-fluid2 {
    max-width: 120%;
    height: auto;
    margin-top: 5px;
}

.agile-course-main-3 {
    margin-left: -1.7em;
}
.olindex{
	margin-left:-24px;
}
.news-grid h5{
	margin-top:15px;
	margin-bottom:3px;
}
.thy1 {
    margin-top: -109px;
}
.thy2 {
    margin-top: -100px;
}

.news-text {
    background: #F9F9F9;
    box-shadow: -1px 5px 7px 3px rgba(0, 0, 0, 0.15);
    padding: 20px 20px;
}


.plan-inside li{
	line-height:23px;
}

.news-events-agile {
    background: #f54a3e;
}

.post-img ul li {
    display: inline-block;
}

.news-grid h5 a {
    font-size: 25px;
}

.detail-bottom h6 a {
    letter-spacing: 1px;
    font-size: 23px;
    line-height: 1.5;
}

.news-grid p {
    font-size: 15px;
}

.news-events-agile.event-colo1 {
    background: #f54a3e;
}

.news-events-agile.event-colo3 {
    background: #f54a3e;
}

/*-- //news --*/


.w3ls-cource-first {
    background: #F9F9F9;
    box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.15);
    padding-top: 30px;
    padding-bottom: 20px;
}


.w3ls-cource-first ul li i {
    color: #f74948;
}

.w3ls-cource-first {
    border: 1px solid #e0e0e0;
}

.agile-course-main-2 {
    margin-left: -5em;
}

.cource-list-agile {
    position: relative;
}

.agile-course-main-3 {
    margin-right: -5em;
    z-index: 99;
}


/* Categories */

.categories ul li,
.single-left2-left ul li {
    list-style-type: none;
    font-size: 14px;
}

.categories ul li i,
.single-left2-left ul li i {
    color: #f74948;
}

.categories ul li a,
.single-left2-left ul li a {
    color: #555;
}

.categories ul li a:hover,
.single-left2-left ul li a:hover,
.posts-grid-right h4 a:hover,
.wthree_blog_events_list li a:hover {
    color: #4caf50 !important;
}

/* //Categories */

/* event */

.posts-grid-right h4 a {
    font-size: 15px;
    letter-spacing: 1px;
}

.posts-grid-right h4 a:hover {
    color: #999;
}

.wthree_blog_events_list li {
    display: inline-block;
    font-size: 14px;
}

ul.wthree_blog_events_list li i {
    color: #f74948;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    /*-webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;*/
}

/*.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
  }*/
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 5px;
}

.owl-dots .active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ef6c02;
    border: 2px solid #ef6c02;
}


/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	special menu and testimonial end
 */

/*
 *video slider start
 */

.xpro-slider-nav-selected {
    background-color: transparent !important;
}


.logointro {
    display: inline-block;
}


.xpro-slider {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/*
 *video slider end
 */
 
/* Responsive start*/
@media (min-width: 1100px) {
    .nav-logo {
        display: none
    }

    .menu-page .menu-standart .container {
        width: 1100px
    }
}


@media only screen and (min-width: 992px) {
    .navbar {
        float: none;
        margin: 0
    }

    .navbar-nav {
        float: none;
        margin: 0;
        text-align: center
    }

    .navbar-nav>li {
        float: none;
        display: inline-block
    }
}

@media (max-width: 992px) {
    #header .sticky-wrapper {
        height: 0;
        margin-top: 1px
    }
	.socials-box{
		display:none;
	}
	#top-bar{
		padding:15px 0px
	}
    #nav-section {
      
        padding: 0;
		top:60px;
        position: absolute;
        margin-top: 0;
        position: fixed;
       
        z-index: 11;
       
    }

    .nav-mobile .nav-logo {
        display: none
    }

    .nav {
        float: none;
        position: absolute;
        top: 50px;
        text-align: center;
        width: 100%
    }

    .nav-mobile-btn {
        background: transparent;
        border: none;
        display: block;
        height: 32px;
        margin-left: -20px;
        position: fixed;
        top: 12px;
        width: 32px;
        z-index: 999;
        right: 40px
    }

    .nav-mobile-btn:hover {
        outline: none
    }

    .nav-mobile-btn:focus {
        outline: none
    }

    .nav-mobile-btn:active {
        outline: none
    }

    .nav-mobile-btn.is-closed:before {
        -o-transform: translate3d(0, 0, 0);
        -o-transition: all 0.35s ease-in-out;
        -ms-transform: translate3d(0, 0, 0);
        -ms-transition: all 0.35s ease-in-out;
        -moz-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        color: #fff;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 0;
        text-align: center;
        width: 100px
    }

    .nav-mobile-btn.is-closed:hover before {
        -o-transform: translate3d(-100px, 0, 0);
        -o-transition: all 0.35s ease-in-out;
        -ms-transform: translate3d(-100px, 0, 0);
        -ms-transition: all 0.35s ease-in-out;
        -moz-transform: translate3d(-100px, 0, 0);
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        display: block;
        opacity: 1
    }

    .nav-mobile-btn.is-closed:hover .hamb-top {
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        top: 0
    }

    .nav-mobile-btn.is-closed:hover .hamb-bottom {
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        bottom: 0
    }

    .nav-mobile-btn.is-closed .hamb-top {
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        background-color: rgba(255, 255, 255, 0.7);
        top: 5px
    }

    .nav-mobile-btn.is-closed .hamb-middle {
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: -2px;
        top: 50%
    }

    .nav-mobile-btn.is-closed .hamb-bottom {
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        background-color: rgba(255, 255, 255, 0.7);
        bottom: 5px
    }

    .nav-mobile-btn.is-closed .hamb-top,
    .nav-mobile-btn.is-closed .hamb-middle,
    .nav-mobile-btn.is-closed .hamb-bottom,
    .nav-mobile-btn.is-open .hamb-top,
    .nav-mobile-btn.is-open .hamb-middle,
    .nav-mobile-btn.is-open .hamb-bottom {
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .nav-mobile-btn.is-open .hamb-top {
        -o-transform: rotate(45deg);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transform: rotate(45deg);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transform: rotate(45deg);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        background-color: #fff;
        margin-top: -2px;
        top: 50%
    }

    .nav-mobile-btn.is-open .hamb-middle {
        background-color: #fff;
        display: none
    }

    .nav-mobile-btn.is-open .hamb-bottom {
        -o-transform: rotate(-45deg);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transform: rotate(-45deg);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transform: rotate(-45deg);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        background-color: #fff;
        margin-top: -2px;
        top: 50%
    }

    .nav-mobile-btn.is-open:before {
        -o-transform: translate3d(0, 0, 0);
        -o-transition: all 0.35s ease-in-out;
        -ms-transform: translate3d(0, 0, 0);
        -ms-transition: all 0.35s ease-in-out;
        -moz-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        color: #fff;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 0;
        text-align: center;
        width: 100px
    }

    .nav-mobile-btn.is-open:hover before {
        -o-transform: translate3d(-100px, 0, 0);
        -o-transition: all 0.35s ease-in-out;
        -ms-transform: translate3d(-100px, 0, 0);
        -ms-transition: all 0.35s ease-in-out;
        -moz-transform: translate3d(-100px, 0, 0);
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        display: block;
        opacity: 1
    }

    .toggled .navbar {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
		background-color:rgba(0,0,0,0.6);
    }

   

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        height: 100vh;
        padding: 15px;
        overflow: auto
    }

    .navbar>i {
        position: absolute;
        top: 6px;
        right: 15px;
        font-size: 28px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #605339;
        background-color: #ef6c02;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .navbar>i:hover,
    .navbar>i:active {
        color: #605339;
        background-color: #ef6c02
    }

    .navbar h2 {
        text-align: center;
        margin: 10px 0 25px;
        color: #e7e7e7
    }

    .navbar h2 i {
        margin-right: 10px
    }

    .navbar a {
        color: #e7e7e7
    }

    .navbar a:hover {
        color: #ef6c02;
        text-decoration: none
    }

    .navbar a:focus {
        text-decoration: none
    }

    .navbar ul {
        list-style: none
    }

    .navbar>ul {
        padding: 0
    }

    .navbar>ul li {
        margin-bottom: 10px
    }

    .navbar>ul li>a {
        line-height: 40px;
        margin-bottom: 0px;
        display: block
    }

    .navbar>ul>li {
        margin-bottom: 10px;
		width:90%;
		float: none
    }

    .navbar>ul ul {
        padding-right: 0px;
        border-left: 1px dashed #5c5c5c;
        padding: 0 15px
    }

    .navbar::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        display: none;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
        text-align: center
    }

    .navbar-nav .dropdown-menu>li>a {
        border: none;
        line-height: 20px;
        text-align: center
    }

    .navbar-nav .open>.dropdown-menu,
    .navbar-nav .dropdown-menu:hover {
        background: transparent;
        width: 100%;
        float: none;
        position: static;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .dropdown-menu>li:last-child>a {
        border-bottom: 3px solid #7f7f7f;
        padding-bottom: 10px
    }

    .navbar-nav .open .dropdown-menu>li:last-child>a {
        border-bottom: 3px solid #7f7f7f;
        padding-bottom: 10px
    }

    .navbar-nav .dropdown-menu .dropdown-submenu a {
        border-bottom: none;
        padding-bottom: 0
    }

    .navbar-nav .dropdown-submenu .dropdown-menu>li:last-child>a {
        border-bottom: 3px solid #7f7f7f;
        padding-bottom: 10px
    }

    .navbar-nav .open .dropdown-menu {
        width: 100%;
        float: none;
        position: static;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .navbar-nav .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: auto;
        margin-left: auto;
        display: block;
        background: transparent;
        width: 100%;
        float: none;
        position: static;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navshrink .navbar-nav .dropdown-menu {
        background-color: transparent
    }

    .navbar-nav .dropdown-submenu>a:after {
        display: inline-block;
        content: " ";
        float: none;
        text-align: center;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-left-color: #74777c;
        position: absolute;
        top: 10%;
        margin-left: 8px;
        margin-top: 1px;
        right: auto
    }

    .navbar-nav .dropdown-submenu:hover>a:after {
        margin-top: -4px
    }

    .toggled .border-none {
        position: absolute;
        top: -50px;
        display: none
    }

    .navbar-nav>li:before,
    .navbar-nav>li:after {
        border-top: none;
        border-bottom: none
    }

    .stuck .navbar-nav>li:after {
        border: none
    }

    .nav-logo {
        height: 56px;
        z-index: 999;
        position: fixed
    }

    #nav-section .nav-logo img {
        margin: 10px 0;
        height: 70px;
        width: auto
    }

    .navbar {
        margin: 0px 10px 0 0;
        float: none
    }

    .nav-logo img {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }


    #top-social {
        display: inline-block;
        float: none;
        text-align: center;
        width: 100%
    }

    .sb-search .widget-search {
        float: none;
        text-align: center;
        width: 100%
    }

    .widget-search .form-group {
        float: none;
        width: 75%;
        display: inline-block
    }

    .widget-search button {
        margin-left: -4px;
        vertical-align: top
    }
	.demo1 {
		left: 14%;
		top: 14%;
	}
	#demo{
		left: 454px;
		top: 31%;
	}
	
	section {
    padding: 25px 0;}
}

@media (max-width: 768px){
	.demo1 {
		left: 22%;
		top: 14%;
	}
	.thy1,.thy2 {
		margin-top: -25px;
		margin-bottom: 35px;
	}
	#demo{
		left: 334px;
		top: 35%;
	}
	.indexdemo1 {
		width: 37%;
		margin-top: -45%;
	}
	h1{
		font-size:29px;
	}
	#footer-top .block {
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.newsletter .small-title{
			display:none;
		}
		.content-about-box .content {
		width: 95%;
		height: 100%;
		min-height: 470px;
		padding: 25px;
		margin: 15px auto;
		margin-top: 45%;
		float: none;
		text-align: center;
	}
	.content-about-box .width-box {
		width: 105%;
		display: inline-block;
		height: 100%;
		margin-top: -48%;
	}
	.content-about-box:nth-child(even) .frame-image .top-mask:before,
	.content-about-box:nth-child(even) .frame-image .top-mask:after,
	.content-about-box:nth-child(even) .frame-image .bottom-mask:before,
	.content-about-box:nth-child(even) .frame-image .bottom-mask:after {
			height: 0px;}
			.about-page .about-history {
		padding-bottom: 0px;
	}
	
	.news-text4,.news-text1, .news-text8, .news-text9,.news-text5{
		height: auto;
		    padding: 13px 15px;
	}
	
}
@media (max-width: 480px){
	#northindian1,#northindian {
    margin-top: 0px;
	margin-bottom:0px;
}
	.indexdemo1, .welcome {
		display:none;
	}
	.special-menu-slider .item-bg-box .info{
		padding: 10px 1px;
	}
	.testimonials .desc p{
		font-size:12px;
		line-height:30px;
	}
	#indexaboutus {
		margin-top: 0px;
	}
	#demo{
		left: 184px;
		top: 35%;
		border-radius:50px;
	}
	.section-title-border{
		padding:0px 0px;
	}
	#footer-top .block {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#video1 {
		margin-top: 67px;
	}
	.special-menu .mediaSection-box .section-title-border {
		font-size: 13px;
	}
	
}
@media (max-width: 414px){
	.demo1 {
		display:none;
	}
	.thy1,.thy2 {
		margin-top: -25px;
		margin-bottom: 35px;
	}
	#video1 {
		margin-top: 64px;
	}
	#demo{
		display:none;
	}
	#nav-section .nav-logo img {
		margin: 10px 0;
		
	}
	#top-bar {
		padding: 5px 0px;
	}
	.section-title:after {
		margin-left: -14px;
	}
	.center-section h2{
			display:none;
		}
		.header-background{
			margin-top: 64px;
		}
	.news-grid{
		margin-bottom:15px;
		margin-top:15px;
	}
	.testimonials .desc p{
		font-size: 20px;
		font-weight: 400;
		line-height: 27px;
		color: #fff;
		padding: 0 50px;
	}
	.newsletter .nl-box {
		padding: 10px 0;
		margin: 0 0 0 0px;
	}
	.newsletter {
		padding: 10px 0;
	}
	#copyright span, #copyright .t-color{
		font-weight:400;
		font-size:15px;
	}
	.about-us .content img{
		border: 3px solid #fb6108;
	}
	.section-title{
		font-size: 26px;
	}
	.section-title-border{
		font-size:22px;
	}
	.section-title-border:after{
		margin: 8px auto;
	}
	.testimonials .desc p {
		font-size: 19px;
		line-height: 24px;
		padding: 0 23px;
	}
	.about-history .section-title-border {
    font-size: 32px;}
	.content-about-box:nth-child(even){
		padding-top: 3px;
	}
	
		#copyright .button-square{
			width: 63px;
			height: 64px;
			margin-top:20px;
			margin-left:-10px;
		}
		h3{
			font-size:21px;
		}

}

@media (max-width: 384px){
	#nav-section .nav-logo img {
		margin: 5px 0;
		height: 55px;
	}
	.center-section h2{
		display:none;
	}
	.btn-primary-gray1 {
		width: 83%;
	}
	h3{
		font-size:24px;
	}
	.newsletter .big-title{
		font-size: 28px;
	}
	
		#footer-top .footer-title {
		padding-bottom: 4px}
		.section-title:after {
			margin-left: -31px;
		}
		h4{
			margin-top:0px;
		}
	#top-info li, #top-buttons li {
		line-height: 21px;
	}
	#nav-section .nav-logo img {
		margin: 9px 0;
	}
	#top-bar {
		padding: 3px 0px;
	}
	#video1 {
		margin-top: 69px;
	}
	.special-menu .mediaSection-box .section-title-border {
    font-size: 20px;}
	.call-reservation .call-box {
		padding: 0px;
	}
}

@media (max-width: 320px){
	
		.section-title:after {
			margin-left: -53px;
		}
		.blog-content .right-position {
			float: left;
		}
		.testimonials .thumb-section .name {
			font-size: 24px;
			padding: 0px 0 0 0;
		}
		
		.about-history .section-title-border {
			font-size: 24px;
		}
		.content-about-box .content {
			width: 100%;
			padding: 10px;
		}
		.content p {
			line-height: 19px;
			margin-bottom: 7px;
			letter-spacing: 0.6px;
			text-align: left;
			font-size: 14.5px;
		}
		
		
		#top-info{
			margin-left:-20px;
		}
		h3{
			font-size:21px;
		}
		
		.special-menu .mediaSection-box .section-title-border {
			font-size: 23px;
		}
		.detail-bottom h6 a {
			letter-spacing: 0.6px;
			font-size: 17px;
		}
		.testimonials .desc p .fa-quote-left {
			margin-top: -5px;
		}
		.testimonials .desc p .fa-quote-right {
			margin-top: 7px;
		}
		.newsletter .big-title {
			font-size: 26px;
		}
		

		.newsletter .btn {
			padding: 5px 3px;
			font-size: 16px;
		}
		#footer-top p{
			text-align:justify;
				line-height: 23px;
		}
		#footer-top .footer-title {
			padding: 17px 0 0 0;
		}
}