@font-face {
    font-family: 'adobearabic';
    src: url('../fonts/22016-adobearabic.eot');
    src: local(''), url('../fonts/22016-adobearabic.woff') format('woff'), url('../fonts/22016-adobearabic.ttf') format('truetype'), url('../fonts/22016-adobearabic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* NeoSans regular */
    font-family: NeoSansR;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/NeoSans-regular.woff) format('woff');
}

@font-face {
    /* NeoSans-bold */
    font-family: NeoSans-bold;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/NeoSans-bold.woff) format('woff');
}

*,
::after,
::before {
    box-sizing: border-box;
}


/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #795548;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #795548;
}




body {
    margin: 0;
    padding: 0;
    color: #454545;
    font-family: 'adobearabic';
    font-size: 14px;
    line-height: 21px;
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*    overflow-y: auto*/

}


/* Start Upper Bar */
section.navbar-section {
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 1001;
    width: 100%;
    min-height: 74px;
    font-family: 'Open Sans', sans-serif;
    background: rgba(121, 85, 72, 0.63);
    /* overflow: hidden; */
    padding: 0 50px;
    direction: rtl;
    /* border-bottom: 3px solid #BE9D2D; */
    padding: 0;
}

.navbar-section .navbar-light {
    height: 75px;
    background-color: transparent !important;
    padding: 0;
}

.navbar a.navbar-brand {
    width: 190px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: -62px;
    z-index: 555;
}

.navbar a.navbar-brand img {
    width: 100%;
}

.navbar-section .navbar a.nav-link {
    font-size: 19px;
    padding: 0 25px;
    color: #fff;
    font-family: NeoSansR;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-section .navbar a.nav-link.active,
.navbar-section .navbar a.nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link {
    color: orange;
    border: 0;
    outline: none;
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.navbar-section .fixed-top {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    height: 80px;
    background-color: rgba(121, 85, 72, 0.76) !important;
    padding: 0;
    /* border-bottom: 2px solid #BE9D2D; */
}

li.nav-item.logo-link {
    position: relative;
    width: 190px;
    margin-right: 10px;
    margin-left: 20px;
}

.navbar-section .fixed-top li.nav-item.logo-link {
    width: 90px;
    margin-right: 10px;
    margin-left: 5px;
}

section.navbar-section.pos-static {
    position: relative;
}

.navbar-section .fixed-top a.navbar-brand {
    width: 100px;
    top: -35px;
}

.navbar-section .fixed-top a.nav-link {
    font-size: 19px
}

.navbar-section .navbar a.facebook-link:focus,
.navbar-section .navbar a.facebook-link:hover,
.navbar-section .navbar a.facebook-link:active,
.navbar-section .navbar a.facebook-link {
    text-align: center;
    left: 0;
    top: 3px;
    position: relative;
    background: #007bff;
    color: #fff !important;
    padding: 10px;
    border-radius: 7px;
    height: 32px;
    width: 32px;
    font-size: 18px;
    line-height: 0px;
}

.navbar-section .navbar a.facebook-link:hover {
    color: #fff
}

.navbar-section .navbar .soical-icon a {
    display: inline-block
}

.navbar-section .navbar .soical-icon a.nav-link.whatsap-link {
    padding: 0 1px;
    width: 45px;
    margin: 0 5px 0 0px;
}

.navbar-section .navbar .soical-icon a.nav-link.whatsap-link img {
    width: 100%
}

/* End Navbar */
/*** Start Slider ***/

.owl-carousel,
.slider {
    width: 100%;
    display: block;
    max-height: 100vh;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slider {
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

.slider .full-content {
    width: 100%;
    display: block;
    clear: both;
    position: relative;
}

#slider .slider-content {
    height: 100vh;
    position: relative;
    z-index: 1;
}

#slider .slider-content img {
    height: 100%;
    width: 100%;
    z-index: 2;
}



#slider .owl-nav button {
    position: absolute;
    z-index: 700;
    top: 45%;
    display: inline-block;
    cursor: pointer;
    background: #795548;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: orange;
    padding: 0 5px !important;
    height: 45px;
    line-height: 45px;
    text-align: center -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

#slider .owl-nav button.owl-next {
    left: auto;
    right: 20px
}

#slider .owl-nav button.owl-prev {
    right: auto;
    left: 20px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

#slider.slider:hover .owl-nav button {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

#slider.slider .owl-dots {
    position: absolute;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
    text-align: center;

}

#slider.slider .owl-dot {
    background: rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 5px;
    text-indent: -9999px;
    width: 10px;
    border: 2px solid #4ec67f;
    display: none
}

#slider.slider .owl-dot.active {
    color: #fff;
}

.slider .slider-content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(10, 10, 10, 0.1);
    content: "";
}

/******** About us Style ****/
.header-section {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px 0 30px;
    padding: 0;
    position: relative;
    border: none;
    text-align: center;
    font-family: NeoSans-bold;
}

.header-section::after {
    background: #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left: 25%;
    position: absolute;
    top: 28px;
    width: 50%;
    z-index: 1;
}
#branches .header-section::after {
    margin-right: 25%
}

.header-section span {
    background: #FFFFFF;
    display: inline-block;
    padding: 6px 10px;
    position: relative;
    width: auto;
    z-index: 2;
}

.about-us p {
    margin: 0;
    font-family: NeoSansR;
    font-size: 16px;
    line-height: 22px
}

.about-us {
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
}

#our-client,
#menu_content,
.about-us,
#portfolio {
    padding: 65px 0
}

.down-arrow:focus,
.down-arrow {
    position: absolute;
    bottom: 35px;
    z-index: 55;
    color: #BE9D2D;
    font-size: 61px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.down-arrow:hover {
    color: #795548
}

.image-sec {
    width: 100%;
    height: 120px;
    /* overflow: hidden; */
    position: relative;
}

.anmtion-img {
    position: absolute;
}

.anmtion-img-1 {
    background-image: url("../img/small8-min.png");
    background-size: 100% 100%;
    width: 250px;
    height: 240px;
    bottom: 0px;
    z-index: 1;
}

.anmtion-img-2 {
    background-image: url("../img/small2-min.png");
    background-size: 100% 100%;
    width: 200px;
    height: 200px;
    left: 100px;
    bottom: -10px;
}

.anmtion-img-3 {
    background-image: url("../img/small9-min.png");
    background-size: 100%;
    width: 180px;
    height: 180px;
    left: 100px;
    bottom: -40px;
}



/* Portfolio
-------------------------------------------------------*/
.works-grid-3-col-wide .grayscale img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.work-item:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

.work-item {
    height: auto;
    overflow: hidden;
    height: 210px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.work-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid #eee;
    box-shadow: 0px -1px 1px 2px rgba(0, 0, 0, 0.26), 0px 0px 1px 0px rgba(0, 0, 0, 0.26);
    border-radius: 5px;
}

.work-img img {
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    border-radius: 5px;
}

.work-img a.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
}

.work-img > a,
.work-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.work-overlay {
    background-color: rgba(20, 20, 20, 0.7);
    border: 10px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.work-description {
    position: absolute;
    display: block;
    left: 8%;
    top: 8%;
    width: 80%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-description h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
    font-family: NeoSansR;
}

.work-description a {
    color: #BE9D2D;
    font-family: NeoSansR;
}

.work-description span {
    font-size: 13px;
    color: #fff;
    display: inline-block;
}

.work-description h3,
.work-description span {
    -webkit-transform: translateX(-360px);
    -moz-transform: translateX(-360px);
    -ms-transform: translateX(-360px);
    -o-transform: translateX(-360px);
    transform: translateX(-360px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.work-item:hover .work-description h3,
.work-item:hover .work-description span {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.work-item:hover .work-description span {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work-item:hover .work-overlay {
    opacity: 1;
    z-index: 1;
}

.btn.btn-transparent {
    background-color: transparent;
    border: 3px solid #BE9D2D;
    color: #BE9D2D;
    font-family: NeoSansR;
}

a.product-link {
    color: orange;
    font-family: NeoSans-bold;
    font-size: 14px;
    margin: 15px 0;
    display: block;
}

/*====== Zoom effect ======*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-title {
    font-family: NeoSansR;
    font-size: 15px;
    color: #BE9D2D;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/********* Start Menu Section **********/
.menu-item {
    direction: rtl
}

.menu-holder,
.menu-item {
    /*    float: left;*/
    width: 100%;
    position: relative;
}

.menu-item {
    padding: 5px 25px;
}

.menu-item-details {
    display: table;
}

.menu-item-desc {
    padding-right: 5px;
    font-family: NeoSans-bold;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    font-size: 20px;
    display: table-cell;
    white-space: nowrap;
    width: 10%;
    line-height: 15px;
    text-align: left;
}

.team-item a img,
.team-details,
.menu-item a {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.menu-item-dot {
    display: table-cell;
    width: 88%;
    border-bottom: 1px dotted #000;
}

.menu-item-prices {
    display: table-cell;
    white-space: nowrap;
    width: 2%;
    padding: 10px 0 0 10px;
    text-align: right;
}

.menu-item-price {
    text-align: right;
    font-size: 24px;
}

.menu-item p {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    font-family: NeoSansR;

}

.menu-item a {
    text-decoration: none;
    position: relative;
    color: orange;
}

/*** Start Our Client ***/


#our-client i.fa {
    font-size: 60px;
    color: #ccc;
    margin-top: 25px
}

#our-client p {
    width: 50%;
    margin: 22px auto;
    /* font-family: NeoSansR; */
    font-size: 23px;
}

#our-client .client-img {
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    float: right;
    border-radius: 50%
}

#our-client .client-img img {
    width: 100%;
    padding: 3px;
    border-radius: 50%;
}

.client-title {
    padding-left: 0;
}

.client-title h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #454545;
    margin-bottom: 4px;
    font-family: sans-serif;
}

.client-title span {
    font-size: 1.2em;
    color: #403f3f;
    font-weight: 300;
    font-family: NeoSansR;
}

#our-client .owl-dots {
    position: absolute;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block
}

#our-client .owl-dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 5px;
    text-indent: -9999px;
    width: 10px;
    background: #D6D6D6;
}

.client {
    margin-bottom: 40px;
}

#our-client .owl-dot:focus {
    background-color: orange;
    border-color: orange;
}

/****** Start Footer Section ******/
.responsive-map {
    height: 430px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.responsive-map div#map {
    width: 100%;
    height: 100%
}

footer {
    background: #795548;
    padding: 20px 30px;
    /* border-top: 3px solid #f0f00d; */
    margin-top: 0;
}

footer p {
    margin: 0;
    font-size: 14px;
    font-family: NeoSansR;
    color: #fff;
}

footer .col-12 {
    display: flex;
    align-items: center
}

.num-footer {
    text-align: right;
    width: 100%
}

.num-footer a:hover,
.num-footer a {
    color: #fff;
    text-decoration: none
}

.num-footer a.whatsap-link {
    width: 35px
}

.num-footer a.whatsap-link img {
    width: 100%
}

/******** Start Product page *****/
.slide-no .slider-content {
    height: 430px !important;
    background-image: url(../img/1-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
}

.product-section {
    height: calc(100% - 400px);
    overflow: hidden;
    overflow-y: auto;
}

/*********** Start Branches style*****/
.slide-no1 .slider-content {
    height: 430px !important;
    background-image: url(../img/5-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*     background-attachment: fixed; */
    background-position: center;
}

#branches {
    padding-top: 65px;
    direction: rtl;
}

#branches p {
    font-size: 15px;
    font-family: NeoSansR;
    font-weight: bold;
    text-align: right !important;
    padding: 8px 5px;
    margin-bottom: 20px;
}

#branches .addres {
    color: #795548;
    font-size: 17px;
    font-family: NeoSansR;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
#branches .addres:hover{
    text-decoration:none
}

#branches .addres span.map-icon {
    color: orange;
    display:inline-block;
    width:20px;
}
#branches .fa-phone {
    color: #795548;
}
#branches .branch-name {
    display:inline-block;
    width: calc(100% - 25px);
    vertical-align: top;
}
#branches .col-lg-4{
    text-align:right;
    margin-bottom: 20px;
}

span.br-num {
    display: block;
}

.num-row a {color: #111;font-size: 14px;font-family: NeoSansR;font-weight: 500;}
.num-row a:hover{
    text-decoration: none;
    color: orange
}

.num-row i.fa.fa-phone {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.num-row .whatsap-link {
    width: 36px;
    padding: 0;
    position: absolute;
    top: -7px;
}

.num-row .whatsap-link img {
    width: 100%
}
.num-row {
    position: relative;
}

/* Start Section Loading */

.loading-overlay {
    background: rgba(29, 29, 29, 0.9);
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.reverse-spinner {
    position: relative;
    height: 150px;
    width: 150px;
    border: 6px solid transparent;
    border-top-color: #795548;
    border-left-color: #795548;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.overlay-hidden {
    /*    display: none !important;*/
}

.reverse-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 6px solid transparent;
    border-top-color: orange;
    border-left-color: orange;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg)
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg)
    }
}


/******** Modal *******/
.modal-body {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 36px;
}

.modal-content {
    background-color: #29292905;
    border: 0;
}


button.close {
    position: absolute;
    top: 0;
    right: 11px;
    font-size: 35px;
}

ol.carousel-indicators {
    position: relative;
}

.carousel-indicators li {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    border: 2px solid orange;
    margin-top: 5px;
}

.carousel-indicators li img {
    width: 100% !important;
    height: 100%;
}

.carousel-item {
    width: 100%;
    height: 270px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    border-radius: 11px;
}
button.close:focus,
button.close {
    position: absolute;
    top: 30px;
    right: 22px;
    z-index: 5;
    color: orange;
    opacity: 1;
    font-size: 30px;
    text-shadow: none;
    outline: none
}

.carousel.slide {
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    height: 250px
}


/* End Section Loading */

/** Scroll Image **/

.scrolling {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0px;
    background: whitesmoke;
    height: 500px;
}

.scrolling-2 {
    margin-bottom: 50px
}

.scrolling > div:nth-of-type(1) {
    background: url(../img/bg1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 700px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    filter: blur(1px) grayscale(13%);
}

.scrolling-2 > div:nth-of-type(1) {
    background: url(../img/bg4.jpg) 50% 0 no-repeat fixed;
    background-size: cover !important;
    background-position: center !important;
    filter: none;
}

.scrolling > div:nth-of-type(1):after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.15);
}

.scrolling > div:nth-of-type(2) {
    background: url(../img/small4-min.png);
    margin: 0;
    height: 500px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-size: 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 10% 30% !important;
}

.scrolling-2 > div:nth-of-type(2) {
    background: url(../img/small2-min.png);
    background-size: 26%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 13% 80% !important;
}

.scrolling > div:nth-of-type(3) {
    background-image: url(../img/small3-min.png);
    margin: 0;
    height: 500px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-size: 29%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 90% 50% !important;
}

.scrolling-2 > div:nth-of-type(3) {
    background: url(../img/small8-min.png);
    background-size: 27%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 66% 63% !important;
}



.scrolling h1 span {
    color: #BE9D2D;
    text-transform: uppercase;
    font-size: 42px;
    font-family: bold;
}

.scrolling h1 {
    color: #fff;
    width: 380px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14px;
    text-align: right;
    font-weight: bold;
}

.scrolling h1 {

    font-family: light;
}

.scrolling p {
    color: #1798C8;
    width: 415px;
    margin-left: 5px;
}

.scrolling article {
    position: absolute;
    top: 240px;
    right: 112px;
    width: 300px;
    z-index: 4;
}

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

.slider-content div,
.hidden-lg-screen {
    display: none
}

ul.pagination {
    align-items: center;
    justify-content: center;
}

.page-item.disabled .page-link {
    color: orange;
    border-color: #BE9D2D;
}

.page-link {
    color: orange;
    border: 1px solid #BE9D2D;
    font-size: 16px;
    font-family: NeoSans-bold;
}

.page-link:hover,
.page-item.active .page-link {
    color: #ffa500;
    background-color: #795548;
    border-color: #795548;
}

.page-link:focus {
    box-shadow: none;
}
.modal-open,
.modal-open .modal {
    overflow: hidden!important;
    padding-right: 0!important
}

/********** Start Media Query *********/
@media (max-width: 1200px) and (min-width:992px) {
    #slider .slider-content {
        height: auto
    }
    .anmtion-img-1 {
        width: 240px;
        height: 240px;
    }

    .anmtion-img-2 {
        width: 180px;
        height: 180px;
        bottom: -60px;
    }

    .anmtion-img-3 {
        width: 150px;
        height: 150px;
        bottom: -100px;
    }
    #branches {
        /* height: 100%; */
        /* overflow: hidden; */
        /* overflow-y: auto */
    }
}

@media only screen and (max-width: 992px) {
    .hidden-lg-screen {
        display: block
    }

    .navbar a.navbar-brand {
        width: 130px;
        padding: 0 15px;
        position: relative;
        top: 0
    }

    #slider .slider-content {
        height: auto
    }

    .navbar-light .navbar-toggler {
        background-color: #BE9D2D;
        border-color: #BE9D2D;
        margin-left: 15px;
    }

    li.nav-item.logo-link {
        display: none;
    }

    section.navbar-section {
        height: auto;
        top: 0;
        min-height: auto;
    }

    section.navbar-section li.nav-item {
        width: 100%;
    }

    .navbar-section .navbar a.nav-link {
        padding: 0;
        text-align: right;
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .navbar-section .navbar .soical-icon {
        text-align: center
    }

    .navbar-section .navbar .soical-icon a {
        display: inline-block;
        margin: 0 auto
    }

    .soical-icon a.nav-link.whatsap-link {
        padding: 0 1px;
        width: 45px;
        margin: 0 5px 0 0px;
    }

    .navbar-nav {
        padding: 0
    }

    .navbar-section .navbar a.facebook-link {
        width: 36px;
        text-align: center;
        line-height: 36px;
    }

    .owl-carousel,
    .slider {
        max-height: 400px
    }

    .work-item {
        height: 170px;
    }

    .header-section {
        font-size: 32px
    }

    #our-client,
    #menu_content,
    .about-us,
    #portfolio {
        padding: 45px 0;
    }

    .navbar-nav {
        padding: 0;
        background: rgba(121, 85, 72, 0.62);
        padding: 10px 25px 7px !important;
    }

    .navbar-section .fixed-top a.navbar-brand {
        width: 130px;
        top: 0;
    }

    .down-arrow:focus,
    .down-arrow {
        bottom: 20px
    }
    .anmtion-img-1 {
        width: 209px;
        height: 209px;
        bottom: -10px;
    }

    .anmtion-img-2 {
        width: 160px;
        height: 160px;
        bottom: -60px;
    }

    .anmtion-img-3 {
        width: 130px;
        height: 130px;
        bottom: -100px;
    }

}

@media only screen and (max-width: 767px) {
    #slider .slider-content {
        height: 100vh
    }

    .owl-carousel,
    .slider {
        max-height: 100vh;
    }

    section.navbar-section {
        padding: 0;
    }

    .navbar-section .fixed-top {
        padding: 5px 10px
    }

    #our-client,
    #menu_content,
    .about-us,
    #portfolio {
        padding: 35px 0;
    }

    .header-section {
        font-size: 28px;
    }

    #our-client p {
        width: 90%;
        font-size: 21px
    }

    .client-title.col-sm-6.text-left,
    .client .col-sm-6 {
        text-align: center !important
    }

    #our-client .client-img {
        width: 60px;
        height: 60px;
        float: none;
        border-radius: 50%;
        display: block;
        margin: 0 auto 10px;
    }

    .menu-item-desc {
        font-size: 16px;
    }
    .menu-item-price {
        font-size:19px
    }

    .menu-item p {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 0px;
    }

    #branches .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    footer {
        padding: 15px
    }

    footer .col-12 {
        justify-content: center;
    }

    footer p {
        text-align: center !important;
        margin-top: 5px
    }

    #slider .slider-content img {
        display: none
    }

    .slider-content div {
        display: block;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    /*    .slider-content,*/
    .slider-content .imgBg1 {
        background-image: url(../img/1-min.jpg);
    }

    .slider-content .imgBg2 {
        background-image: url(../img/2-min.jpg);
    }

    .slider-content .imgBg3 {
        background-image: url(../img/3-min.jpg);
    }

    .slider-content .imgBg4 {
        background-image: url(../img/4-min.jpg);
    }

    .slider-content .imgBg5 {
        background-image: url(../img/5-min.jpg);
    }

    .slider-content .imgBg6 {
        background-image: url(../img/6-min.jpg);
    }

    .slider-content .imgBg7 {
        background-image: url(../img/bg2.jpg);
    }

    .slider-content .imgBg8 {
        background-image: url(../img/bg3.jpg);
    }

    .anmtion-img-1 {
        width: 120px;
        height: 120px;
    }

    .anmtion-img-2 {
        width: 110px;
        height: 110px;
        bottom: 3px;
    }

    .anmtion-img-3 {
        width: 95px;
        height: 95px;
        bottom: -30px;
    }

    .scrolling > div:nth-of-type(3) {
        background-size: 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 70% !important;
    }

    .scrolling > div:nth-of-type(2) {
        background-size: 54%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 48% 25% !important;
    }
    .scrolling-2 > div:nth-of-type(1) {
    background: url(../img/bg4.jpg) 50% 0 no-repeat fixed;
    background-size: cover !important;
    background-position: center right!important;
}


}
