*,
*:before,
*:after {
    box-sizing: inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    /* background-image: url("img/texture.png");*/
    background: #fff;
    background-repeat: repeat;
    font-family: montserrat, sans-serif;
    font-size: 16px !important;
    line-height: 1.5
}

a.lightbox img {
    /* height: 290px;*/
    width: 28%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    margin: 94px 20px 20px 20px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #003cd1;
}

::selection {
    color: #fff;
    background: #003cd1;
}

.map-section {
    width: 100%;
}

.submit-footer {
    color: #fff !important;
}

.outer-box-l {
    background: #e4e4e4;
    height: 200px;
    line-height: 211px;
    border-radius: 15px;
}

.footer-button {
    float: right;
    background: #ed1b2f;
    padding: 10px;
    margin-right: 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: left;
}

/* The Close Button */
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.m-h {
    margin-top: 80px;
}

.menu-box-sho {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(230, 230, 230);
    -moz-box-shadow: 0px 0px 10px 0px rgb(230, 230, 230);
    box-shadow: 0px 0px 10px 0px rgb(230, 230, 230);
    padding: 15px;
}

.about-text {
    /* text-align: center;*/
    text-align: right;
    width: 100%;
    padding: 50px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50% !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.pre-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.pre-bar-block .pre-bar-item {
    width: 100%;
    display: block;
    padding: 12px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    text-align: center;
    outline: 0;
    color: #fff;
}

@font-face {
    font-family: GT-Pressura-Mono-Regular;
    src: url(GT-Pressura-Mono-Regular.ttf);
}

ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

input,
select,
textarea {
    /* font: -webkit-control !important;*/
}

.menu_links {
    display: block;
}

.colaps {
    display: none;
}

li {
    list-style: none;
    float: left;
    /* font-family: GT-Pressura-Mono-Regular !important;*/
}

a {
    color: inherit;
    text-decoration: none;
}

h4 {
    font-size: 15px !important;
    font-weight: 600 !important;
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

p {
    font-size: 15px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #003cd1;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
}

.header-main {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-image: url(img/texture.png);
    -webkit-box-shadow: 0px 2px 29px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 29px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 29px -6px rgba(0, 0, 0, 0.48);
}

.text-b {
    margin-top: 310px;
    margin-left: 90px;
}

.ab-text-sec {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.bg-m {
    width: 100%;
    height: 550px;
    float: left;
    background: #fff;
    /* background: #0c39a9;*/
    position: absolute;
    margin-left: -19px;
    margin-top: -10px;
}

.top-bg {
    background-image: url(img/top-texture.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;


}

.cmn-t-underline {
    position: relative;
    color: #ff3296;
}

.cmn-t-underline:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #003cd1;
    content: "";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.cmn-t-underline:hover {
    color: #003cd1;
}

.cmn-t-underline:hover:after {
    width: 100%;
}

.logo {
    float: left;
    width: 200px;
    height: 88px;
    /* padding-left: 30px;*/
    line-height: 70px;
}

.nav-buttons {
    color: #000;
    text-decoration: none;
    padding: 10px;
    margin-right: 2px;
    font-weight: 500;
    font-size: 16px;
}

.nav-buttons a {
    text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
}

.nav-buttons:hover {
    color: #003cd1;
    /* border-bottom: 2px solid #ed1b2f;*/
}

.w3-content {
    max-width: 100% !important;
    padding-top: 41px;
}

.mySlides {
    width: 100%;
    display: block;
    height: 770px;
}

hr {
    border: 0;
    border-top: 1px solid #e3402f !important;
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 33.33%;
    /* height: 225px;*/
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000c4;
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    padding-left: 50px !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 30px !important;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#back2Top {
    border-radius: 60px;
    width: 41px;
    line-height: 65px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0;
    /* background-color: #f1b5013b;*/
    /* color: #f4b200;*/
    border: 2px solid #003cd1;
    text-align: center;
    margin-right: 30px;
    text-decoration: none;
    font-size: 35px;
    -webkit-box-shadow: 0px 0px 64px -14px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 64px -14px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 64px -14px rgba(0, 0, 0, 1);
}

#back2Top:hover {
    background-color: #c1dffd;
    color: #fff;
}

.prev {
    left: -0.25rem;
    background: aliceblue;
}

.next {
    right: -0.25rem;
    background: aliceblue;
    background: #fff;
}

.pre-right {
    float: right !important;
    /* height: 90px;*/
    line-height: 75px;
    /* padding-right: 47px;*/
}

.carousel-indicators {
    /* bottom: 85px !important;*/
}

/*about page*/

.page-otr {
    width: 100%;
    /* float: left;*/
}

.about-page-banner {
    color: #fff;
    width: 100%;
    height: 50vh;
    /* float: left;*/
    background-image: url(img/about-page-banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 20vh;
    /* text-shadow: 0px 2px 15px #000;*/
}

.gallery-page-banner {
    color: #fff;
    width: 100%;
    height: 50vh;
    /* float: left;*/
    background-image: url(img/gallery-banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 20vh;
    /* text-shadow: 0px 2px 15px #000;*/
}

.contact-page-banner {
    color: #fff;
    width: 100%;
    height: 50vh;
    /* float: left;*/
    background-image: url(img/contact-customer-banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 20vh;
    /* text-shadow: 0px 2px 15px #000;*/
}

.menu-page-banner {
    color: #fff;
    width: 100%;
    height: 50vh;
    background-image: url(img/menu-banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding-top: 20vh;
    /* text-shadow: 0px 2px 15px #000;*/
}

.RESERVATION-page-banner {

    background-image: url(img/olo-img.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-shadow: 0px 2px 15px #000000;
}

.about-page-contant {
    width: 100%;
    text-align: center;
    float: left;
    padding: 10px;
}

/*about page*/

/*gallery page*/
.gallery-box {
    width: 30%;
    height: 300px;
    float: left;
    background: #000;
}

.make-reservation-bg {
    height: 550px;
    background-image: url(img/bg3.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px;
    color: #fff;
    text-align: center;
}

.hop-bg {
    height: 550px;
    background-image: url(img/bg4.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px;
    color: #fff;
    text-align: center;
}

.img-c {
    width: 33.33%;
    height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.img-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform ease-in-out 300ms;
}

.img-w img {
    display: none;
}

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
    transform: scale(1.08);
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
    width: 100% !important;
    height: 600px !important;
    position: absolute;
    z-index: 2;
    //transform: translateX(-50%);
}

.img-c.postactive {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.img-c.active.positioned {
    left: 0 !important;
    top: 0 !important;
    transition-delay: 50ms;
}

/*gallery page*/

/*menu page*/

.menu-page-contant {
    width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.price-box-otr {
    width: 1000px;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: -webkit-left;
}

.price-box {
    width: 32.33%;
    height: auto;
    padding: 15px;
    float: left;
    color: #000;
    /* background: #5d0410;*/
    margin: 5px;
    border: 1px solid #000;
}

.menu-box-ort {
    height: auto;
    float: left;
    padding-bottom: 30px;
}

/*menu page*/

/*phone number section*/

.phone-otr {
    width: 100%;
    background: #df1e23;
}

.phone-inr {
    width: 1000px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.phone-box-ex {
    color: #fff;
    padding-top: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
    font-family: GT-Pressura-Mono-Regular;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border: 0px solid #000000;
}

.phone-text {
    width: 33.33%;
    padding-left: 80px;
    padding-right: 80px;
    height: 150px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.phone-mid-text {
    width: 50%;
    height: 150px;
    float: left;
    padding-top: 65px;
    text-align: center;
    border-right: 1px solid #dedede;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: GT-Pressura-Mono-Regular;

}

.OlO-box-ex {
    padding-top: 52px;
}

.thar-one {
    width: auto;
}

a.animated-button.thar-one {
    color: #003cd1;
    cursor: pointer;
    /* display: block;*/
    position: relative;
    border: 2px solid #003cd1;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-one:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: none;
}

a.animated-button.thar-one:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%;
}

a.animated-button.thar-one:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: #003cd1;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.OLO-button-read {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.OLO-button-about {
    width: 40%;
    float: right;
}

.gallery-button {
    width: 100%;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: #000000;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    /* font-family: GT-Pressura-Mono-Regular;*/
}

.gallery-button:hover {
    background: #fff;
    color: #000;
    display: block;
    cursor: pointer;
}

.OLO-button-mid {
    /* width: 100%;*/
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
    margin-top: 40px;
    border-radius: 5px;
    /* font-family: GT-Pressura-Mono-Regular;*/
}

.OLO-button-mid:hover {
    background: #ed1b2f;
    display: block;
    cursor: pointer;
}

.menu-button-mid {
    /* width: 100%;*/
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
    border-radius: 5px;
}

.menu-button-mid:hover {
    background: #ed1b2f;
    display: block;
    cursor: pointer;
}

/*phone number section*/

/*about section*/

.about-otr {
    width: 100%;
    text-align: center;
    padding: 100px;
    float: left;
}

.about-otr-main {
    width: 100%;
    text-align: center;
    /* padding: 200px;*/
    float: left;
}

.about-inr-main {
    width: 1200px;
    height: 560px;
    padding-top: 45px;
    margin-left: auto;
    margin-right: auto;
}

.about-box-left {
    width: 48%;
    height: 450px;
    float: left;
    margin: 10px;
    background-image: url(img/about-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-box-right {
    width: 48%;
    height: 220px;
    float: left;
    margin: 10px;
    text-align: center;
    background-size: cover;
    color: #000;
    background-position: center;
    padding: 60px;
    background: #f1b501;
}

.about-box-sm1 {
    width: 23%;
    height: 210px;
    float: left;
    margin: 10px;
    background-image: url(img/gallery-img1-.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
    padding: 10px;
}

.about-box-sm2 {
    width: 23%;
    height: 210px;
    float: left;
    margin: 10px;
    background-image: url(img/gallery-img2-.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
    padding: 10px;
}

/*about section*/

/*Location*/

.location-otr {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 70px;
    margin-bottom: 150px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.location-mid {

    background: #ededed;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    height: 490px;
}

.location-left {
    width: 60%;
    padding: 70px;
    float: left;
}

.location-right {
    width: 40%;
    float: left;
    line-height: 350px;
    border-left: solid #c2c2c2 1px;
    text-align: center;
    color: #fff;
    padding: 145px 70px 145px 70px;
}

.location-button {
    width: 94%;
    height: 50px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background: #ed1b2f;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.location-button:hover {
    background: #000;
    cursor: pointer;
}

/*Location*/


/*gallery*/
.gallery-otr {
    width: 100%;
    height: auto;
    padding-right: 150px;
    padding-left: 150px;
    float: left;
}

.gallery-text {
    width: 100%;
    height: 200px;
    float: left;
    text-align: center;
    padding: 100px;
}

.gallery-img-box {
    width: 100%;
    float: left;
}

.gallery-box {
    width: 32.33%;
    margin: 2px;
    height: 250px;
    float: left;
    background: #000;
    border: 0.5px solid #fff;
}

/*gallery*/

/*Customers FEEDBACK */

.customers-feedback-otr {
    width: 100%;
    float: left;
    padding-top: 130px;
    padding-bottom: 130px;
}

.feedback-btn-otr {
    width: 28%;
    float: right;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #e5e4e4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 80px;
    margin-right: 130px;
}

.feedback-btn {
    width: 70%;
    height: 50px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background: #f1b501;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    /* font-family: GT-Pressura-Mono-Regular;*/
}

.testimonial {
    padding: 45px 0px 0px 0px;
    position: relative;
    width: 100%;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    position: absolute;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border: 2px solid 000;
}

.testimonial .description {
    font-size: 14px;
    color: #000;
    margin-left: 115px;
    line-height: 27px;
    position: relative;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -35px;
    left: 0;
    font-size: 20px;
    color: #000;
}

.arrow1:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    margin-left: 103px;
    font-size: 16px;
    color: #000;
}

.arrow2:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    margin-left: 90px;
    font-size: 16px;
    color: #fff;
}

.arrow2:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    margin-left: 25px;
    font-size: 16px;
    color: #000;
}

.arrow3:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    margin-left: 160px;
    font-size: 16px;
    color: #fff;
}

.arrow4:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    margin-left: 70px;
    font-size: 16px;
    color: #fff;
}


.testimonial .testimonial-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-family: GT-Pressura-Mono-Regular;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    margin-left: 115px;
}

.owl-theme .owl-controls {
    text-align: center;
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #f1b501;
    border-radius: 0;
    opacity: 1;
    padding: 10px 30px;
}

.owl-prev:before,
.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

.owl-next:before {
    content: "\f054";
}

/*Customers FEEDBACK */

/*contact section*/

.contact-otr {
    width: 100%;
    float: left;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.contact-text {
    width: 100%;
    height: 200px;
    float: left;
    text-align: center;
    padding: 100px;
}

.form-box {
    width: 80%;
    padding: 30px;
    margin-left: 10%;
    margin-right: 10%;
    float: left;
    background: #fff;
    text-align: center;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #000;
}

.from-feald {
    width: 40%;
    height: 45px;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 15px;
}

input[type=text],
select,
textarea {
    width: 46%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    /* background-color: #4CAF50;*/
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    /*background-color: #45a049;*/
}

.container {
    /* border-radius: 5px;*/
    padding: 10px;
}

textarea {
    overflow: auto;
    resize: vertical;
    width: 94%;
    height: 150px;
}

/*contact section*/

/*Footer section*/

.footer-otr {
    width: 100%;
    height: 65px;
    float: left;
    background: #000;
    border: 1px #4c4b4b solid;
}

.footer-inr {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.footer-con {
    width: 100%;
    color: #fff;
    float: left;
    line-height: 65px;
    text-align: center;
}

.footer-con-l {
    color: #fff;
    /* float: right;*/
    line-height: 50px;
}

.social_links {
    width: auto;
    /*float: right;*/
}

.social_links1 {
    width: 100%;
    /* float: right;*/
}

.social_links1 li {
    display: inline-block;
    width: 43px;
}

.social_links li {
    display: inline-block;
    width: 100px;
}

.news-l-otr {
    width: 100%;
    text-align: center;
    background: #000;
}

.news-l-inr {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.simple-subscription-form {
    color: #fefefe;
    /*padding: 2rem;*/
    padding-top: 2rem;
    padding-bottom: 2erm;
    border-radius: 0;
}

.simple-subscription-form .button {
    margin-bottom: 0;
    border-radius: 0 0 0 0;
    background: #ed1b2f;
    color: #fff;
    height: 55px;
    border: none;
    margin-left: -6px;
    padding-left: 35px;
    padding-right: 35px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.news-f {
    width: 365px;
    height: 55px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    background: #eaeaea;
    border: 1px solid #cccccc;
    padding-left: 20px;
}

.news-footer-r-f {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #eaeaea;
    border: 1px solid #cccccc;
    padding-left: 5px;
    margin-bottom: 10px;
}

.news-footer-r-h {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #eaeaea;
    border: 1px solid #cccccc;
    padding-left: 5px;
    margin-bottom: 10px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: block !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.see-full-menu-w {
    width: 20%;
}

.b-m {
    margin-top: 150px;
}

.location-m {
    text-align: center;
    margin-top: 80px;
}

.footer-con-l {
    color: #fff;
    text-align: center;
    line-height: 50px;
}

/*Footer section*/

@media screen and (max-width: 1200px) {

    .logo-h-s {
        width: 213px;
        margin-left: -25px;
    }

    .project__image img {
        width: 410px !important;
        max-width: 410px !important;
        height: 506px !important;
        display: block;
        border: solid 20px #fff;
    }

    .see-full-menu-w {
        width: 20%;
    }

    .menu-price-float {
        float: right;
    }

    .about-text {
        text-align: center;
        width: 100%;
        padding: 10px;
    }

    /*Footer section */
    .footer-inr {
        width: 1024px;
    }

    .about-box-sm1 {
        width: 100%;
    }

    .about-box-sm2 {
        width: 100%;
    }

    .about-box-left {
        width: 100%;
        margin-top: 253px;
    }

    .about-box-right {
        width: 95%;
        float: right;
        position: absolute;
    }

    .location-right {
        width: 100%;
        float: left;
        line-height: 350px;
        border-top: solid #c2c2c2 1px;
        border-left: none;
        text-align: center;
        color: #fff;
        padding: 145px 70px 145px 70px;
    }

    .location-left {
        width: 100%;
        /* text-align: center; */
        color: #000;
        padding: 70px;
        float: left;
    }

    .location-mid {
        background: #ededed;
        color: #000;
        margin-left: auto;
        margin-right: auto;
        height: 962px;
    }

    .feedback-btn-otr {
        margin-right: 80px;
    }

    .owl-theme .owl-controls {
        /*margin-left: 68px;*/
    }

    /* Feedback section*/

    /*gallery sevtion*/

    .gallery-box {
        height: 200px;
    }

    /*gallery sevtion*/

    .gallery-otr {
        width: 100%;
        height: auto;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
    }
}

@media screen and (max-width: 1024px) {


    .see-full-menu-w {
        width: 20%;
    }

    .dis {
        display: none;
    }

    .w-f {
        width: 100%;
    }

    .footer-con-l {
        color: #fff;
        text-align: center;
        line-height: 50px;
    }

    .about-inr-main {
        width: 1024px;
        height: 560px;
        padding-top: 45px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-text {
        text-align: center;
        width: 100%;
        padding: 10px;
    }

    .pre-right {
        float: right !important;
        /* height: 90px; */
        line-height: 85px;
        padding-right: 0px;
    }


    .gallery-otr {
        width: 100%;
        height: auto;
        padding-right: 0px;
        padding-left: 0px;
        float: left;
    }

    /*Footer section */
    .footer-inr {
        width: 992px;
    }

    .footer-con {

        padding-left: 20px;
    }

    /*Footer section */

    /* location section*/

    .location-inr {
        width: 65%;
    }

    /* location section*/

}

@media screen and (max-width: 992px) {

    .bg-m {
        display: none;
    }

    .OLO-button-mid {
        width: 100%;
    }

    .text-b {
        display: none;
        margin-top: 10px !important;
    }

    .project {
        width: 97% !important;
        float: left;
    }

    a.lightbox img {
        /* height: 290px;*/
        width: 100%;
        border: 3px solid white;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
        margin: 94px 20px 20px 20px;
    }

    .about-tt {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .see-full-menu-w {
        width: 50%;
    }

    .hop-bg {

        color: #fff;
        padding: 170px 30px 170px 30px;
        text-align: center;
    }

    .make-reservation-bg {

        padding: 180px 30px 180px 30px;
        color: #fff;
        text-align: center;
    }

    .footer-otr {
        width: 100%;
        height: 102px;
        float: left;
        background: #000;
        border: 1px #4c4b4b solid;
    }

    .about-text {
        text-align: center;
        width: 100%;
        padding: 10px;
    }

    .about-box-right {
        width: 96%;
        height: 220px;
        float: left;
        margin: 10px;
        text-align: center;
        background-size: cover;
        color: #000;
        background-position: center;
        padding: 60px;
        background: #f1b501;
    }

    .location-right {
        width: 100%;
        float: left;
        line-height: 350px;
        border-top: solid #c2c2c2 1px;
        border-left: none;
        text-align: center;
        color: #fff;
        padding: 100px 70px 120px 70px;
    }

    .location-mid {
        /* width: 1024px; */
        background: #ededed;
        color: #000;
        margin-left: auto;
        margin-right: auto;
        height: 845px;
    }

    .price-box {
        width: 50%;
        height: auto;
        padding: 15px;
        float: left;
        color: #000;
        /* background: #5d0410;*/
        margin: 5px;
        border: 1px solid #000;
    }

    .menu-box-ort {
        /* width: 992px;*/
        height: auto;
        float: left;
        padding-bottom: 30px;
    }

    /*Footer section*/

    .footer-inr {
        width: 768px;
    }

    .footer-con {
        width: 50%;
        color: #fff;
        float: left;
        line-height: 100px;
    }

    .social_links li {
        display: inline-block;
        width: 40px;
    }

    .phone-inr {
        width: 768px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;

    }

    .phone-box-ex {
        border-radius: 10px 0px 0px 10px;
        -moz-border-radius: 10px 0px 0px 10px;
        -webkit-border-radius: 10px 0px 0px 10px;
    }

    /*Footer section*/

    /* gallery section*/

    .gallery-box {
        height: 155px;
    }

    /* gallery section*/

    /* feedback section*/

    .container {
        width: 100% !important;
    }

    .container {
        max-width: 740px !important;
        /* float: left;*/
    }

    .feedback-btn-otr {
        width: 78%;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #e5e4e4;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-top: 80px;
    }


    /* feedback section*/


    /* contact us section*/

    .contact-otr {
        height: 850px;
    }

    input[type=text],
    select,
    textarea {
        width: 94%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
    }

    /* contact us section*/

    li {
        list-style: none;
        float: none;
    }

    .colaps {

        display: block;
    }

    .pre-sidebar {
        height: 100%;
        width: 100%;
        background-color: #003cd1eb;
        color: #fff;
        position: fixed !important;
        z-index: 99999;
        overflow: auto;
        font-size: 22px;
        line-height: 60px;
        /*margin-top: 38px;*/
        text-align: center;
        font-family: GT-Pressura-Mono-Regular;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .size {
        /* background: #fff;*/
        padding: 20px;
        color: #fff;
    }

    .menu_links {
        display: none;
    }

    .about-otr {
        width: 100%;
        text-align: center;
        padding: 100px;
        float: left;
    }

    .about-otr-main {
        width: 100%;
        text-align: center;
        /*padding: 200px;*/
        float: left;
    }

    .about-inr-main {
        width: 767px;
        height: 560px;
        padding-top: 395px;
        margin-left: auto;
        margin-right: auto;
    }

    .project__image img {
        width: 500px !important;
        max-width: 500px !important;
        height: 500px !important;
        display: block;
        border: solid 20px #fff;
    }
}

@media screen and (max-width: 768px) {

    .location-m {
        text-align: center;
        margin-top: 5px;
    }

    .b-m {
        margin-top: 35px;
    }

    .m-h {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .project__image img {
        width: 400px !important;
        max-width: 400px !important;
        height: 400px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .project__image:after {
        content: " ";
        width: 100% !important;
        height: 55% !important;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .project__image {
        display: block;
        position: relative;
        width: 100% !important;
        margin-top: 70px;
        /* height: 275px !important;*/
    }

    .project__detail {
        position: absolute;
        width: 100% !important;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        pointer-events: none;
        -webkit-transform: translateZ(30px);
        transform: translateZ(30px);
        /* border: 0 solid #00BCD4; */
        transition: border .4s ease;
    }

    .project__card {
        position: relative;
        will-change: transform;
        transition: box-shadow .3s ease;
        box-shadow: 0 10px 30px transparent;
        width: 100% !important;
        height: 405px !important;
    }

    .ab-text-sec {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .text-b {
        margin-top: 235px !important;
        margin-left: 0px !important;
        text-align: center;
    }

    a.lightbox img {
        /* height: 290px;*/
        width: 100%;
        border: 3px solid white;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
        margin: 94px 20px 20px 20px;
    }

    .see-full-menu-w {
        width: 50%;
    }

    .img-c {
        width: 100%;
        height: 200px;
        float: left;
        position: relative;
        overflow: hidden;
        padding: 5px;
    }

    .location-mid {
        width: 100%;
        background: #ededed;
        color: #000;
        margin-left: auto;
        margin-right: auto;
        height: 1000px;
    }

    .testimonial .description {
        font-size: 14px;
        color: #000;
        margin-left: 1px;
        line-height: 27px;
        position: relative;
    }

    .testimonial .post {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        margin-top: 10px;
        margin-left: 1px;
    }

    .location-left {
        width: 100%;
        /* text-align: center; */
        color: #000;
        padding: 70px;
        float: left;
        height: 590px;
    }

    .menu-box-ort {
        /* width: 768px;*/
        height: auto;
        float: left;
        padding-bottom: 30px;
    }

    .price-box-otr {
        width: auto;
        height: auto;
        float: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        text-align: -webkit-left;
    }

    .price-box {
        width: 50%;
        height: auto;
        padding: 15px;
        float: left;
        color: #000;
        /* background: #5d0410;*/
        margin: 5px;
        border: 1px solid #000;
    }

    .testimonial {
        padding: 0;
        border: none;
    }

    .testimonial:before,
    .testimonial:after {
        border: none;
    }

    .testimonial .pic {
        position: relative;
        top: 0;
        left: 0;
    }

    .testimonial .description {
        margin-top: 15px;
    }

    .testimonial .description:before {
        content: "";
    }

    /*gallery page*/

    .about-page-contant {
        width: 100%;
        text-align: center;
        float: left;
        padding: 2px;
    }

    /*gallery page*/

    /*feedback section*/
    .feedback-btn-otr {
        width: 78%;
        margin-right: 57px;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #e5e4e4;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-top: 80px;
    }

    /*feedback section*/

    /* phone section*/
    .phone-text {
        width: 100%;
        height: 90px;
        float: left;
        text-align: center;
    }

    .phone-otr {
        width: 100%;
        position: absolute;
    }

    .phone-inr {
        width: 480px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .phone-box-ex {
        color: #fff;
        padding-top: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 17px;
        text-align: center;
        height: auto;
    }

    .phone-mid-text {
        width: 100%;
        height: 50px;
        float: left;
        padding-top: 42px;
        text-align: center;
        border-right: 0px solid #fff;
        letter-spacing: 0px;
        text-transform: uppercase;
        font-size: 19px;
        font-family: GT-Pressura-Mono-Regular;
    }

    .OLO-button {
        width: 100%;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
        background: #000;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        font-family: GT-Pressura-Mono-Regular;
    }

    .about-otr {
        width: 100%;
        text-align: center;
        padding-bottom: 140px;
        padding-top: 300px;
        padding-right: 40px;
        padding-left: 40px;
        float: left;
    }

    /* phone section*/

    /*location section*/

    .location-inr {
        width: 90%;
        padding: 50px;
    }

    /*location section*/

    /*gallery section*/

    .gallery-box {
        height: 110px;
    }

    /*gallery section*/

    /*contact us section*/

    .form-box {
        width: 100%;
        padding: 30px;
        margin-left: 0%;
        margin-right: 0%;
        float: left;
        background: #fff;
        text-align: center;
    }

    .contact-text {
        padding: 50px;
    }

    .contact-otr {
        height: 780px;
    }

    /*contact us section*/

    /* footer section*/

    .gallery-box {
        width: 32.33%;
        height: 200px;
    }

    .footer-inr {
        width: 100%;
    }

    .social_links li {
        display: inline-block;
        width: 100px;
    }

    .footer-con-mid {
        width: 100%;
        color: #fff;
        line-height: 53px;
        /*background: #000;*/
    }

    .footer-con-sec {
        width: 100%;
        color: #fff;
        float: left;
        text-align: center;
        line-height: 70px;
    }

    .footer-con {
        color: #fff;
        width: 100%;
        text-align: center;
        line-height: 70px;
        padding-left: 0px;
    }

    .footer-otr {
        width: 100%;
        height: auto;
        text-align: center;
        float: left;
        background: #000;
    }

    .social_links {
        width: auto;
        float: none;
    }

    /* footer section*/

    .owl-theme .owl-controls {
        position: absolute;
        margin-left: 400px;
        margin-top: -44px !important;
        text-align: center;
    }

    .column {
        float: left;
        width: 50%;
        height: auto;
    }

    li {
        margin: 0px;
        list-style: none;
        float: unset;
    }


    .p {
        font-size: 15px !important;
    }


    .owl-theme .owl-controls {
        margin-left: 0px;
        margin-top: 9px !important;
    }


    .modal-content {
        width: 90% !important;
    }

    .news-f {
        width: 300px;
        height: 55px;
        background: #eaeaea;
        border: 1px solid #a7a7a7;
        color: #fff;
        padding-left: 20px;
        margin-bottom: 15px;
    }

    .simple-subscription-form .button {
        margin-bottom: 0;
        border-radius: 0 0 0 0;
        background: #ed1b2f;
        color: #fff;
        height: 55px;
        border: none;
        margin-left: -5px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .news-l-inr {
        width: 375px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #fff;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-inr-main {
        width: 375px;
        height: 560px;
        padding-top: 395px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-otr {
        width: 100%;
        text-align: center;
        padding-bottom: 140px;
        padding-top: 67px;
        padding-right: 40px;
        padding-left: 40px;
        float: left;
    }

}

@media screen and (max-width: 480px) {

    .logo-h-s {
        width: 290px;
        margin-left: -25px;
    }

    .top-bg {
        background-image: url(img/top-texture.png);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        height: 680px;
    }

    .m-h {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .project__card {
        position: relative;
        will-change: transform;
        transition: box-shadow .3s ease;
        box-shadow: 0 10px 30px transparent;
        width: 100% !important;
        height: 277px !important;
    }


    .text-b {
        margin-top: 60px !important;
        margin-left: 0px !important;
        text-align: center;
    }

    .bg-m {
        width: 100%;
        height: 87% !important;
        float: left;
        background: #fff;
        /* background: #0c39a9; */
        position: absolute;
        margin-left: -25px;
        margin-top: -25px;
        display: none;
    }

    .project__image img {
        /* width: 500px;*/
        max-width: 100% !important;
        height: auto !important;
        display: block;
    }

    a.lightbox img {
        /*height: 290px;*/
        width: 90%;
        border: 3px solid white;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
        margin: 10px 20px 20px 20px;
    }

    .see-full-menu-w {
        width: 100%;
    }

    .OLO-button-about {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-c.active {
        display: none;
    }

    .simple-subscription-form .button {
        margin-left: 0px;
        background: #ed1b2f;
        color: #fff;
        border-radius: 5px;
    }

    .location-left {
        width: 100%;
        /*text-align: center; */
        color: #000;
        padding: 30px;
        float: left;
        height: 500px;
    }

    .location-right {
        width: 100%;
        float: left;
        height: 250px;
        line-height: 70px;
        border-top: solid #c2c2c2 1px;
        border-left: none;
        text-align: center;
        color: #fff;
        margin-top: 16px;
        padding: 20px;
    }

    .testimonial .description {
        font-size: 14px;
        color: #000;
        margin-left: 5px;
        line-height: 27px;
        position: relative;
    }

    .testimonial .post {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        margin-top: 10px;
        margin-left: 5px;
    }

    .about-text {
        text-align: center;
        width: 100%;
        padding: 10px;
    }

    .about-box-sm1 {
        width: 95%;
        height: 210px;
        float: left;
        margin: 10px;
        background-image: url(img/gallery-img1-.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        background-position: center;
        padding: 10px;
    }

    .about-box-sm2 {
        width: 95%;
        height: 210px;
        float: left;
        margin: 10px;
        background-image: url(img/gallery-img2-.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        background-position: center;
        padding: 10px;
    }

    .location-mid {
        width: 100%;
        float: left;
        background: #ededed;
        color: #000;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    .feedback-btn {
        width: 90%;
        height: 50px;
        border: none;
        margin-left: auto;
        margin-right: auto;
        background: #f1b501;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        font-family: GT-Pressura-Mono-Regular;
    }

    .about-box-left {
        width: 95%;
    }

    .about-box-right {
        width: 88%;
        height: 220px;
        float: left;
        margin: 10px;
        background-size: cover;
        color: #000;
        background-position: center;
        padding: 40px;
        background: #f1b501;
    }

    .about-inr-main {
        width: 375px;
        /* height: 560px;*/
        padding-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-box {
        width: 100%;
        height: 200px;
    }

    .news-l-inr {
        width: 375px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #fff;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .submit-footer {
        font-size: 18px;
        /* color: #000 !important;*/
        height: 55px;
        background: #f1b501;
        border: none;
        margin-left: -6px;
        padding: 14px;
        width: 100%;
    }

    .news-f {
        width: 100%;
        height: 55px;
        background: #eaeaea;
        border: 1px solid #cccccc;
        color: #000;
        padding-left: 20px;
        border-radius: 5px;
    }

    .price-box {
        width: 100%;
        height: auto;
        padding: 5px;
        float: left;
        color: #000;
        /* background: #5d0410;*/
        margin: 5px;
        border: 1px solid #000;
    }


    .menu-box-ort {
        /* width: 375px;*/
        height: auto;
        float: left;
        padding-bottom: 30px;
    }

    .menu-page-contant {
        width: 375px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .price-box-otr {
        width: auto;
        height: auto;
        float: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        text-align: -webkit-left;
    }

    /*gallery page*/

    .about-page-contant {
        width: 100%;
        text-align: center;
        float: left;
        padding: 2px;
    }

    /*gallery page*/

    /* phone section*/

    .phone-inr {
        width: 320px;
        height: 255px;
        margin-left: auto;
        margin-right: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    /* phone section*/

    /*contact section*/

    .contact-otr {
        height: 745px;
    }

    .contact-text {
        padding: 15px;
    }

    /*contact section*/

    /* footer section*/

    .footer-con {
        color: #fff;
        width: 100%;
        text-align: center;
        line-height: 70px;
        padding-left: 0px;
    }

    .footer-con-mid {
        width: 100%;
        color: #fff;
        font-size: 14px;
        /*background: #000;*/
    }

    .social_links li {
        display: inline-block;
        width: 60px;
    }

    /* footer section*/

    .logo {
        padding-left: 10px;
    }

    .pre-right {
        /* padding-right: 40px;*/
    }

    .font-s {
        font-size: 18px;
        margin-top: 0px;
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* font-size: 20px !important;*/
    }

    .w3-display-left {
        position: absolute;
        top: 35% !important;
        left: 0%;
        transform: translate(0%, -50%);
        -ms-transform: translate(-0%, -50%);
    }

    .w3-display-right {
        position: absolute;
        top: 35% !important;
        right: 0%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

    .column {
        float: left;
        width: 100%;
        height: 225px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .header-main {
        background: #00000014;
        position: fixed;
        width: 100%;
        box-shadow: 0px 10px 20px #00000014;
        position: fixed;
        z-index: 999;
        background-image: url(img/texture.png);
    }

    .owl-theme .owl-controls {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        margin-top: 26px !important;
        text-align: center;
    }

    .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 38px !important;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: .5;
    }

    input.btn.btn-lg,
    input.btn.btn-lg:focus {
        outline: none;
        width: 217px;
        height: 40px;
        border: solid 1px #cbcbcb;
        padding-left: 10px;
        border-radius: 10px 0px 0px 10px;
        -moz-border-radius: 10px 0px 0px 10px;
        -webkit-border-radius: 10px 0px 0px 10px;
    }

}

@media screen and (max-width: 320px) {


    .top-bg {
        background-image: url(img/top-texture.png);
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        height: 600px;
    }

    .logo-h-s {
        width: 220px;
        margin-left: -25px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        background: #f1b501;
        border-radius: 0;
        opacity: 1;
        padding: 10px 30px;
    }

    .feedback-btn {
        width: 90%;
        height: 50px;
        border: none;
        margin-left: auto;
        margin-right: auto;
        background: #f1b501;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        font-family: GT-Pressura-Mono-Regular;
    }

    .location-right {
        width: 100%;
        float: left;
        height: 394px;
        line-height: 70px;
        border-top: solid #c2c2c2 1px;
        border-left: none;
        text-align: center;
        color: #fff;
        margin-top: 60px;
        /* padding: 70px; */
    }

    .about-box-right {
        width: 85%;
        height: 220px;
        float: left;
        margin: 10px;
        background-size: cover;
        color: #000;
        background-position: center;
        padding: 45px;
        background: #f1b501;
    }

    .owl-theme .owl-controls {
        position: absolute;
        margin-left: -12px;
        margin-top: 26px !important;
        text-align: center;
    }

    .about-inr-main {
        width: 320px;
    }

    .news-l-inr {
        width: 320px;
    }
}
