@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --body-color: #424B5C;
  --primary-color: #6E9EFA;
  --headding-color: #222222;
  --section-bg: #F8F8F8;
}

body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
   font-family: "Rokkitt", serif;
    font-weight: 400;
    font-style: normal;
   
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::-moz-selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::selection {
    background: #FDB7;
    color: #000000;
    text-shadow: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4a4a4!important;
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #a4a4a4!important;
  font-size: 13px;
  font-weight: 300;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #a4a4a4!important;
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 18- */
  color: #a4a4a4!important;
  font-size: 14px;
  font-weight: 300;
}

h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding: 0;
}
h1,h2{
    color:#745647;
    
}
.tittle-h2 h2{ text-transform: uppercase; font-size: 30px; font-weight: 600; }

.s-red{ color: #eb4c45; }
a{
    text-decoration: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
    color: #745647!important;
}
a:hover{
    text-decoration: none;
    color:#c59e85!important;
}
button:focus{
    outline: none;
}
input:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}
p{
    color:#745647;
    line-height:18px;
    font-size:17px;
    font-weight: 300;
    padding-bottom: 10px;
}
ul li{
    color:#282828;
    font-size: 13px;
    font-weight: 300;
    list-style: none;
    line-height: 18px;
}
.fadein {
  opacity: 0;
  transition: all 0.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}


.form-control {
    border-radius: 10px;
}

.text-right{
    text-align: right;
}
.tab-pane.fade {
    transition: all 0.6s ease-out;
    transform: translateY(1rem);
}
.tab-pane.fade.show {
    transform: translateY(0rem);
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
    z-index: 99;
}
.scroll-area i {
    width: 45px;
    height: 45px;
    background-color:#745647;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius:15%;
    font-size: 14px;
    border: #ffffff solid 1px;
}
.zoom-img {
  height:auto;
  overflow: hidden;
  /* border-radius: 15px; */
}

.zoom-img  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   {
  transform: scale(1.2);
}

/*
 * Header Bottom
*/
.header-bottom {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.menu{
    float: right;
}
.menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.menu ul li {
    display: inline-block;
    position: relative;
}
.menu ul li a {
    display: inline-block;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 300;
    padding:30px 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 15px;
    line-height: 24px;
}
.menu ul li:hover > a {
   color: #000000;
}


.transparent-header-2 .menu ul li a {
    padding: 30px 20px;
}
.header-bottom.transparent-header.sticky .menu ul li a {
    color: var(--body-color);
}
.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children::after {
    color: var(--body-color);;
}
.header-bottom.transparent-header.sticky .menu ul li:hover > a {
    color: var(--primary-color);
}
.transparent-header-2 .menu nav ul li > ul > li:hover > ul {
    top: -3px;
}
.transparent-header-2 .menu nav ul li > ul > li a {
    padding: 15px 14px;
}
.menu nav ul li > ul {
    position: absolute;
    display: block;
    max-width: 200px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 18px 43px rgb(90 90 90 / 14%);
    width: 200px;
    left: 0;
    right: 0px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    transform: scaleY(0);
    transform-origin: top center;
}
.menu nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    right: 0px;
    transform: scaleY(1);
}
.menu nav ul li > ul > li {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px;
    padding: 0px;
}
.menu nav ul li > ul > li a::after {
    content: "+";
    clear: both;
    display: block;
    position: absolute;
    top: 49%;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
}
.menu nav ul li > ul > li:hover > a {
    color: var(--primary-color);
}
.menu nav ul li > ul > li:hover > a::after{
    opacity: 1;
    visibility: visible;
}
.menu nav ul li > ul > li:hover > a {
    color: var(--primary-color) !important;
}
.menu nav ul li > ul > li li > a:hover{
    color: #fff;
}
.menu nav ul li > ul > li a {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 15px;
    color: var(--body-color);
    margin: 0px;
    font-weight: 500;
    text-transform: capitalize;
}
.menu nav ul li > ul > li:last-child a{
    border-bottom: none;
}
.menu nav ul > li > ul > li > ul {
    left: 200px;
    top: 0px;
}
.menu nav ul li > ul > li:hover > ul {
    left: 100%;
}
.menu ul li.menu-item-has-children {
    position: relative;
}
.menu nav ul li > ul > li a::after {
    content: " ";
    clear: both;
    display: block;
    position: absolute;
    top: 29%;
    left: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4 ease-in-out;
    transition: all .4s ease-in-out;
    color: var(--primary-color);
}
.menu ul li.menu-item-has-children:hover::after{
    color: var(--primary-color);
}
.header-bottom.transparent-header.sticky .menu ul li.menu-item-has-children:hover::after{
    color: var(--primary-color);
}
.menu ul li ul li.menu-item-has-children::after {
    transform: rotate(-90deg);
    top: 30%;
}
.header-bottom-right {
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.header-bottom.transparent-header {
    background: rgba(255, 255, 255);
    z-index: 999;
    position: relative;
}
.transparent-header .menu ul li a {
    color: #2a1570;
}
.transparent-header .menu ul li:hover > a {
    color:#a72922;
}
.transparent-header .menu ul li.menu-item-has-children::after {
    color: #fff;
}
.transparent-header .menu ul li.menu-item-has-children:hover::after {
    color: var(--primary-color);
}
.transparent-header .menu nav ul li > ul > li a {
    color: var(--body-color);
}
.transparent-header .menu nav ul li > ul > li a {
    color: var(--body-color);
}
.transparent-header .menu nav ul li > ul li.menu-item-has-children::after {
    color: var(--body-color);;
}
.header-bottom.transparent-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.transparent-header .canvas_open_full a {
    color: #000000;
}
.transparent-header.sticky .canvas_open_full a {
    color: var(--body-color);
}
.contant-button {
    background: #745647;
    padding: 3px 10px !important;
    color: #ffffff !important;
    border-radius: 8px;
    font-weight: 500!important;
    margin-left: 25px;
}



/*
 * #-Info Area
*/
.logo a img{ max-width:100%; }
/*
 * #-Button
*/
.readmore a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.readmore a, .active .hero-slider-item p, .active .hero-slider-item h5, .our-brand-text p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.6s;
}
.button-1 {
    height:50px;
    display: inline-flex;
    align-items: center;
    background: #fdb707;
    justify-content: center;
    border-radius:45px;
    position: relative;
    padding: 0px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
    padding-right: 2px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    position: relative;
}
.button-1 i {
   /*  margin-left: 23px; */
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background:#2b5585; */
    border-radius: 50%;
    color: #00000;
    font-size: 20px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.button-1:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    background:#2b5585;
    z-index: -1;
    border-radius: 45px;
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
.button-1:hover:after {
    left: 0px;
}
.button-1:hover{
    color: #fff;
}
/* .button-1:hover i{
    color: #000000;
    background: #fff;
} */
.button-2 {
    padding: 12px 22px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background: #fdb707;
    border-radius: 50px;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--primary-color);
}
.button-2 i{
    font-size: 16px;
    margin-left: 8px;
}
.button-2:hover{
    color: var(--primary-color);
    background: #fff;
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.video-btn span {
    display: none;
}

.menu-pt .tittle-heading h2, .chef-part .tittle-heading h2{
    font-size: 100px;
    color: #FDB707;
}
  .zoom-ef{
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
 
.zoom-ef:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);

}

/*
 *================= #-Mobile Menu=============*/

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 20px 0px 30px;
    overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.offcanvas_main_menu li a {
    display: block;
    padding: 15px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed82;
    padding-left: 25px;
    color: var(--body-color);
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    line-height: 24px;
}
.offcanvas_main_menu li a:hover {
  color: var(--primary-color);
}
.offcanvas_main_menu li ul.sub-menu {
    padding-left: 0px;
    background: #fff;
}
.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: var(--primary-color);
}
.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: var(--primary-color);
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.mobile-logo {
    padding-left: 20px;
    margin-bottom: 30px;
    padding-top: 10px;
}
.mobile-logo img{ width:40%; }
.canvas_open {
    cursor: pointer;
    z-index: 999;
    position: relative;
    display: block;
}
.canvas_open span {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 8px 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.canvas_open.white span {
    background: #fff;
}
.canvas_open span:nth-child(2){
    transition: all 0.4s ease-in-out;
    position: relative;
}
.canvas_open span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.white span:nth-child(2)::after {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::before {
    background: #fff;
}
.canvas_open.active span:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #1e1b39;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}
.canvas_open.active.white span:nth-child(2)::after {
    background: #fff;
}
.canvas_open.active span:nth-child(1){
    opacity: 0;
    visibility: hidden;
}
.canvas_open.active span:nth-child(3){
    opacity: 0;
    visibility: hidden;
}
.canvas_open span:nth-child(2) {
    width: 100%;
    height: 2px;
    background: #1e1b39;
    display: block;
    margin: 5px 0px;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.canvas_open.active span:nth-child(2) {
    position: relative;
    width: 0;
}
.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #ededed82;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
    border-right: 1px solid #cfcdd5;
    border-left: none;
}
.offcanvas_main_menu li span.menu-expand i {
    line-height: 1;
    padding-top: 5px;
}
.offcanvas_menu_wrapper::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}
.offcanvas_menu_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offcanvas_main_menu li .sub-menu li a {
    padding: 12px 15px;
    padding-left: 38px;
    font-size: 15px;
}
.offcanvas_main_menu li .sub-menu span.menu-expand {
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0px;
    color: #000;
    border-left: 1px solid #cfcdd5;
}
.canvas_open_full {
    display: none;
}
/*
 * Sticky
*/
.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
}
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); 
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); 
    } 
}
@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); 
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); 
    } 
}
.mt--2 .hero-slider-item {
    margin-top: -2px;
}
.header-bottom.transparent-header .logo img.bg-transparent-logo {
    display: none;
}
.header-bottom.transparent-header.sticky .logo img{
    display: none;
}
.header-bottom.transparent-header.sticky .logo img.bg-transparent-logo {
    display: block;
}
.button-area-about-footer span {
    display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: calc(100vh - 100px);
    background-color: #000;
    /* background: url("../img/1.png") center center; */
    background-size: cover;
    position: relative;
    margin-top: 0px;
    z-index: 9;
    overflow: hidden;
}

@media (min-width: 1600px) {
  #hero {
    width: 100%;
    height: calc(100vh - 100px);
    background: url("../../assets/images/hero-banner.jpg") center center;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    z-index: 9;
  }
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 0px;

}
.back-video {
    object-fit: cover; 
    width: 100vw;
    height: 100vh;
    z-index: 0;
   
}
.hero-banner{ overflow: hidden; }
.frame{
  height:100%;
  width:100%;  
}
.frame{
   -webkit-animation: zoomeffect 80s infinite;
   -moz-animation: zoomeffect 80s infinite;
   animation: zoomeffect 80s infinite;
}
@-webkit-keyframes zoomeffect{
    0%{
        background-position:center;
      transform:scale(1,1);
    }
    50%{
        background-position:center;
      transform:scale(1.5,1.5);
    }
    100%{
        background-position:center;
      transform:scale(1,1);
    }
}
@keyframes zoomeffect{
    0%{
        background-position:center;
      transform:scale(1,1);
    }
    50%{
        background-position:center;
      transform:scale(1.5,1.5);
    }
    100%{
        background-position:center;
      transform:scale(1,1);
    }
}
.pt-100{ padding-top: 100px; }
.mt-100{ margin-top: 100px; }

.hero-banner-bg-bottom{
    padding: 15px 0px;
    background: #f9f9f9;
}
.client-logo-wrapper ul{ 
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 1;
}
.slick-next {
    right: 0%;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    border-radius: 2px;
    color: #dc966e;
}
.brand-slider .slick-next {
    right: 0%;
    background: transparent;
    border-top: 3px solid #d8baa9;
    border-left: 3px solid #d8baa9;
    width:15px;
    height: 15px;
    transform: rotate(135deg);
}
.brand-slider .slick-prev {
    left: 0%;
    background: transparent;
    background: transparent;
    border-top: 3px solid #d8baa9;
    border-left: 3px solid #d8baa9;
    width:15px;
    height:15px;
    transform: rotate(-45deg) translate(5px, 5px);
}

.sliderachievement .slick-next {
    right: 47%;
    background: transparent;
    top: 100%;
}
.sliderachievement .slick-prev {
    left: 45%;
    background: transparent;
    top: 100%;
}

.brand-slider .slick-next:before, .products-slider .slick-next:before, .sliderachievement .slick-next:before{
    content: '';

}
.brand-slider .slick-prev:before, .products-slider .slick-prev:before, .sliderachievement .slick-prev:before {
    content: '';
}

.brand-slider .slick-next:hover, .brand-slider .slick-prev:hover {
    color: #745647;
}
.brand-slider .slick-next:hover:before, .brand-slider .slick-prev:hover:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #745647;
}
.slick-next:before, .slick-prev:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #d39d7e;
}
.products-slider .slick-next:hover:before, .slick-prev:hover:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #745647;
}
.brand-slider .slick-slide {
    margin-right: 30px;
    margin-left: 30px;
    }

/*--------------------------------------------------------------
# our-products
--------------------------------------------------------------*/
.our-products-wrapper .item-box{
    background: #f5f5f5;
    padding: 25px;
}
.our-products-wrapper .item-box-img-box{
    overflow: hidden;
    border-radius: 15px;
}
.our-products-wrapper .item-box-img-box img{
    width: 100%;
}
.our-products-wrapper .item-box-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:20px;
    margin-left: 5px;
    margin-right: 5px;
}
.our-products-wrapper .item-box-content .products-n h3{
    font-size:20px;
    font-weight:400;
    color: #745647;
    text-transform: uppercase;

}
.our-products-wrapper .item-box-content .view-more-button a{
    background: #745647;
    padding: 7px 15px;
    font-size: 12px;
    color: #ffffff!important;
    border-radius: 5px;

}
.our-products-wrapper .item-box-content .view-more-button a span{position: relative; top: 2px;}
.our-products-wrapper .item-box-content .view-more-button a:hover{
    color: #c59e85!important
}
.products-slider .slick-slide{
  margin:30px;
}
.products-slider .slick-next, .sliderachievement .slick-next {
    left: 50.5%;
    top: 100%!important;
    background: transparent;
    border-top: 3px solid #d8baa9;
    border-left: 3px solid #d8baa9;
    width:15px;
    height: 15px;
    transform: rotate(135deg);
}
.products-slider .slick-prev, .sliderachievement .slick-prev{
    right: 50.5%;
    content: "\F285";
    top: 100%;
    background: transparent;
    border-top: 3px solid #d8baa9;
    border-left: 3px solid #d8baa9;
    width:15px;
    height:15px;
    transform: rotate(-45deg) translate(5px, 5px);
}

.products-slider .slick-prev:hover,.products-slider .slick-next:hover ,.sliderachievement .slick-prev:hover,.sliderachievement .slick-next:hover
{ border-color:#7c6052 }

.marquee {
    padding: 9px 0px 0px 0px;
    background: #745647;
    margin-bottom: 60px;
}
.marquee .list-inline {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.marquee .list-inline li {
    margin-right: 60px;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 0px;
}
section {
  scroll-margin-top:80px;
}
.p-content p{
    padding-bottom: 25px;
}
.read-more a{font-size: 14px;}
.read-more a span {
vertical-align: text-top;

}
.about-wrapper{
    background: url('../../assets/images/about-bg.jpg');
    background-position: top center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 100px;
}
.style-close{
    position: absolute;
    right: 10px;
    top: -26px;
    color: #ffffff;
}
/*--------------------------------------------------------------
# our-Team
--------------------------------------------------------------*/

.ourteam-wrapper .our-team-box{
    border: #745647 solid 1px;
    padding:20px;
}
.ourteam-wrapper .our-team-box p{
    font-size: 13px;
    color: #745647;
}
.border-d{
     width: 95px; 
    border: #745647  dashed 1px;
    margin: 0 auto;
    opacity: 1;
 }
 .personal-details h3{
    font-size: 18px;
    color: #745647;
    text-transform: uppercase;
 }
 .personal-details h4{
    text-transform: uppercase;
    font-size: 14px;
    color: #745647;
 }
 /*--------------------------------------------------------------
# our manufacturingunit
--------------------------------------------------------------*/
.gride ul{
    display: flex;
    margin: 0px;
    padding: 0px;
}
.gride ul li {
    margin-right: 12px;
    border-radius:15px;
    overflow: hidden;
}
.gride-larz{
    border-radius:15px;
    overflow: hidden;
}


.our-manufa{
    background: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 70px;
}
.our-manufa-right-contt-pra p{ padding-bottom: 20px; }
.form-left-wrapper .tittle-h2 p{
    font-size: 13px;
    line-height:18px;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
.form-footer{
    background: #f5f5f5;
    padding: 40px 70px 40px 70px;
    border-radius:20px;
}
.form-style{
    font-size: 13px;
    text-transform: uppercase;
    color: #745647;
}
.styled-button {
    background: #745647;
    border: none;
    padding: 5px 25px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.contact-all-b{
    display: flex;
    margin: 0px;
    padding: 0px;
}
.contact-all-b li{
    color: #745647;
    padding-right: 15px;
    font-size: 15px;
    
}
.contact-all-b li span{ padding-right: 15px; }
.mt-350{ padding-top: 350px; }
.moretext {
  display: none;
}
.item1{
    overflow: hidden;
    border-radius:20px;
}
.sliderachievement .slick-list {
    border-radius: 20px;
}

 /*--------------------------------------------------------------
# testmonial
--------------------------------------------------------------*/
.flip-box {
  background-color: transparent;
  width:100%;
  height: 303px;
  perspective: 1000px;
  border-radius: 15px;
  overflow: hidden;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box:hover .flip-box-inner2 {
  transform: rotateY(0deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front, .flip-box-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.flip-box-front {
  background-color: #ededed;
  color: black;
}

.flip-box-back {
    background-color: #f5f5f5;
    color: white;
    transform: rotateY(180deg);
    text-align: left;
    padding: 30px 20px 30px 20px;
    font-size: 13px;
}
.flip-box-back2 {
    background-color: #f5f5f5;
    color: white;
    transform: rotateY(0deg);
    text-align: left;
    padding: 30px 20px 30px 20px;
    font-size: 13px;
}



.flip-box-back p{
    font-size: 14px;
    text-align: left;
}
.text-profile-bottom{
    display: flex;
    align-items: center;
}
.img-profile-text{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;

}
.profile-name-textm p{
    text-transform: uppercase;
    font-size: 15px;
    color: #745647;
    font-weight: 600;
}

 /*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer{
    background: #745647;
    padding: 50px 0px 50px 0px;
}
.footer-about-conntent p{
    color: #ffffff;
    font-size: 15px;
}
.social-media-icon h4{
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.social-box{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
}
.social-box li{
    padding-right: 10px;
}
.social-box li a{
    font-size: 25px;
    color: #ffffff!important;
    transition: all 0.5s;
}
.social-box li a:hover{ color: #c59e85!important; }

.footer-link h4{ font-size: 16px; text-transform: uppercase; color: #ffffff;}
.footer-link ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-link ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff !important;
    padding: 15px 0px;
    display: block;
    transition: all 0.5s;
}
.footer-link ul li a:hover {
    color: #d9bba9 !important;
    padding-left: 1px;
}

.footer-link p {
    color: #ffffff;
}
.footercall_add {
    margin: 0px;
    padding: 0px;
    list-style: 0px;
}
.footercall_add li {
    color: #ffffff;
    padding: 15px 0px;
    display: flex;
}
.footercall_add li span {
    padding-right: 15px;
    font-size: 17px;
    padding-top: 3px;
}
.footer-logo img{ width: 35%; }
.copyright{
    background: #d8baa9;
    padding: 10px 0px;
}
.copyright p{ line-height:normal; margin: 0px; padding: 0px; font-size: 13px; color: #745647; }