@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
body {
    font-family: "Cormorant Infant", serif;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
}
a {
    text-decoration: none;
    transition: 0.4s linear;
}
.navbar-brand img{
    max-width: 180px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.container {
    max-width:1280px;
    width: 1280px;
}

.right-container{
    margin-left: 0;
    width: auto;
    margin-right: calc(50vw - 637px);
}

.main-wrpper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Navigation Section */
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    margin-right: 0;
    float: none;
    height: auto;
    padding: 0;
}
.navbar {
    background: transparent;
    position: relative; 
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    margin: 0;
    padding: 50px 0 30px;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar .navbar-toggler-icon {
    width: 50px;
    height: 30px;
    background-image: none;
    position: relative;
    border-bottom: 6px solid #000;
    transition: all 300ms linear;
    border-radius: 5px;
    overflow: hidden;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar .navbar-toggler-icon:after,
.navbar .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    width: 50px;
    height: 6px;
    background: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}
.navbar .navbar-toggler-icon:after {
    top: 12px;
}
body.add-fix.expand-menu-open .navbar .navbar-toggler-icon:after {
    top: 11px;
}
body.add-fix.expand-menu-open .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
body.add-fix.expand-menu-open .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
body.add-fix.expand-menu-open .navbar-toggler .navbar-toggler-icon{
    border-color: transparent;
}
body.add-fix.expand-menu-open{
/*    position: fixed; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.main-menu{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:173px 0 0;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /*overflow-y: auto;*/
    overflow:hidden;
}
.main-menu .container{
    width: 1300px;
    max-width: 1300px;
}
.main-menu .right-img{
    max-width: 100%;
    position: absolute;
    top: 15%;
    right: -5%;
}
.main-menu .left-img{
    max-width: 100%;
    position: absolute;
    bottom: -10%;
    left: -3%;
}
.main-menu.expand-menu-open{
    opacity: 1;
    z-index: 9;
    visibility: visible;
}
.main-menu a.text{
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5em;
    line-height: 14.4px;
    text-align: right;
    color: #32beaf;
    display: block;
    text-align: right;
    padding: 20px 0 0;
    transition: all 0.3s linear;
}
.main-menu a.text:hover{
    color: #000;
}
.menu-block{
    position: relative;
    height: 580px;
    background: #f5f5f5;
    padding:60px 100px;
}
.menu-block:before{
    position: absolute;
    content: "";
    width: 835.19px;
    height: 136.28px;
    background-image: url('../images/menu-shadow.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    bottom: -50px;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.menu-block .menu-box{
    margin: 0 0 36px;
}
.menu-block .menu-box h2{
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.03em;
    line-height: 38.4px;
    text-align: left;
    color: #d2d2d2;
    margin: 0 0 10px;
}
.menu-block .menu-box ul li{
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
}
.menu-block .menu-box ul li:last-child{
    margin: 0;
    padding:0;
}
.menu-block .menu-box ul li:last-child:before{
    display: none;
}
.menu-block .menu-box ul li:before{
    position: absolute;
    content: "/";
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 26px;
    text-align: left;
    color: #b4b4b4;
    right: -5px;
    top: 0;
}
.menu-block .menu-box ul li a{
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 26px;
    text-align: left;
    color: #b4b4b4;
    transition: all 0.3s linear;
}
.menu-block .menu-box ul li.active a,
.menu-block .menu-box ul li a:hover{
    color: #32BEAF;
}

nav.navbar.new-fix-nav{
    position: fixed;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
nav.navbar.new-fix-nav .navbar-brand img{
    max-width: 130px;
}
/* End Navigation CSS */

/* **** Main slider **** */
.main-slider {
    position: relative;
    margin-top: -135px;
}
.slider-box .container-fluid{padding: 0;}
.main-slider .slider-box img {
    max-width: 100%;
    margin: 0;
    width: 100%;
}
.main-slider .slider-dt {
    position: absolute;
    z-index: 9;
    bottom: 160px;
    width: 100%;
    text-align: left;
}
.main-slider .slider-dt h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    color: #32beaf;
    margin: 0 0 12px;
}
.main-slider .slider-dt p {
    width: 322.34px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 26px;
    color: #000;
    margin: 0;
}
.main-slider .slider-box-2 {
    text-align: right;
    display: block;
    padding-right: 100px;
}
.main-slider .slider-box-2 h2 {
    color: #fff;
}
.main-slider .slider-box-2 p {
    margin-left: auto;
    display: table;
    margin-right: 0;
    color: #fff;
}
.main-slider .slider-box-3 {
    margin-left: auto;
    margin-right: 0;
    bottom: 220px;
    padding-right: 250px;
}
.main-slider .slider-box-3 p {
    margin-left: auto;
    display: table;
    margin-right: 0;
}

.main-slider .slider-box-4 {
    text-align: left;
    padding-right: 100px;
}
.main-slider .slider-box-4 .box4 {
    width: 380px;
    text-align: left;
    margin-left: auto;
    margin-right: 0;
    display: table;
}
.main-slider .slider-box-4 h2 {
    color: #fff;
    display: table;
}
.main-slider .slider-box-4 p {
    margin-left: auto;
    display: table;
    margin-right: 0;
    width: auto;
    color: #fff;
}
.main-slider ul.slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 16%;
    bottom: 55px;
}
.main-slider ul.slick-dots li {
    margin-right: 22px;
}
.main-slider ul.slick-dots li:last-child {
    margin: 0;
}
.main-slider ul.slick-dots li button {
    width: 10px;
    border-radius: 100%;
    height: 10px;
    background: #d2d2d2;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.main-slider ul.slick-dots li.slick-active button {
    background: #32beaf;
}
/* **** End main slider **** */

/* **** Home Page **** */
.about-wrp{
    padding: 90px 0 75px;
    width: 100%;
}
.titlebox span{
    display: table;
    font-size: 12px;
    font-weight: bold;
    color: #6E6E6E;
    padding: 0 0 5px;
    position: relative;
    margin: 0 0 10px;
}
.titlebox span:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #C8C8C8;
    bottom: 0;
    left: 0;
}
.titlebox h2{
    font-size: 36px;
    font-weight: 300;
    color: #32BEAF;
    margin: 0;
    line-height: 45px;
}
.abt-dt p{
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    line-height: 22px;
    margin: 0 0 30px;
}

.btn-main{
    padding: 5px 20px;
    border-radius: 30px;
    background: #14324B;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: table;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main:after{
    position: absolute;
    content: '';    
    width: 90%;
    height: 20px;
    bottom: -10px;
    border-radius: 30px;
    background: #000;
    opacity: 0.20;
    margin: 0 auto;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    left: 0;
    right: 0;
}
.btn-main:hover{
    background: #32BEAF;
    color: #fff;
}


.why-us-wrp{
    padding:60px 0;
    background: #32BEAF;
    width: 100%;
}
.why-us-wrp .titlebox span{
    margin: 0 auto 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.why-us-wrp .titlebox h2{
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 35px;
}

.whyus-box{
    padding: 0 30px;
}
.why-minibox{
    margin: 0 auto;
    display: table;
}
.why-ic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whyus-box h3{
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-align: center;
}
.whyus-box h3 span{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
}

.why-us-wrp .slick-prev,
.why-us-wrp .slick-next {
    width: auto;
    height: auto;
}
.why-us-wrp .slick-prev,
.why-us-wrp .slick-next {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    z-index:999;
}
.why-us-wrp .slick-prev,
.why-us-wrp .slick-next {
    left: 0px;
    z-index: 5;
    outline: none;
    border: none;
    background: transparent;
    color: transparent;
    font-size: 0;
}
.why-us-wrp .slick-next {
    left: auto;
    right: 0px;
}
.why-us-wrp .slick-prev:before,
.why-us-wrp .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content:"\f054";
    width: 45px;
    height: 76px;
    background:transparent;
    line-height:76px;
    text-align: center;
    font-size:52px;
    color: #fff;
    font-weight: 700;
    display: block;
    opacity: 1;
    z-index: 120;
    cursor: pointer;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
}
.why-us-wrp .slick-prev:before {
    content:"\f053";
}
.why-us-wrp .slick-prev:hover:before,
.why-us-wrp .slick-next:hover:before {
    color:#14324B;
}
.why-us-wrp .slick-disabled:before{
    color:#5BCBBF;
}

.what-wedo-wrp{
    position: relative;
    padding: 0 0 80px;
}
.what-we-img{
    height: 933px;
    width: 100%;
    background: url('../images/whatwe-img.jpg') 0 0 no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-attachment: fixed;
}
.what-we-img img{
    width: 100%;
}
.what-do-inner{
    margin: -600px auto 0;
    position: relative;
    z-index: 5;
    display: table;
}
.what-do-inner .titlebox{
    padding: 35px;
    position: relative;
    background: url('../images/titleback.png') 0 0 no-repeat;
    background-size: 100% 100%;
}
.what-do-inner .titlebox span{
    margin: 0 auto 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.what-do-inner .titlebox h2{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto 15px;
}

.specialising-list{
    padding: 75px 50px 75px;
    background: #fff;
    position: relative;
    z-index: 5;
}
img.shadow-img{
    width: 60%;
    margin: -150px auto 0;
    display: table;
}
.specialising-list .col-md-4{padding: 0 20px;}
.specialising-img img{
    width: 100%;
}
.specialising-nm{
    padding: 25px 0;
}
.specialising-nm h3{
    font-size: 22px;
    font-weight: bold;
    color: #32BEAF;
    margin: 0 0 10px;
}
.specialising-nm p{
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    line-height: 22px;
    margin: 0;
}
.specialising-list .btn-main{
    margin: 75px auto 0;
    display: table;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    /*padding: 3px 3px 3px 3px;*/
    padding: 0;
    font-size: 16px;
    border-radius: 30px;
}
.btn-main span{
    background: #32BEAF;
    padding: 5px 40px;
    border-radius: 30px;
    border: 3px solid rgba(255,255,255,0.30);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.specialising-list .btn-main:after{
    top: -15px;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    bottom: auto;
    z-index: -1;
}
.specialising-list .btn-main:hover{
    background:#14324B;
    color: #fff;
}
.specialising-list .btn-main:hover span{
    background:#14324B;
    color: #fff;
}

footer{
    padding: 40px 0;
    width: 100%;
    background: #323232;
}
.foot-add h6{
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    line-height: 22px;
    margin: 0;
}
.foot-add h6 a{
    color: #969696;
}
.foot-add h6 a:hover{
    color: #fff;
}
.foot-add h6 span{
    display: block;
    font-weight: bold;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links p{
    font-size: 12px;
    font-weight: 300;
    color: #969696;
    letter-spacing: 1px;
    margin: 0 25px 0 0;
}
.social-links a i{
    width: 45px;
    height: 45px;
    background: #787878;
    border-radius: 50%;
    line-height:45px;
    color: #323232;
    font-size: 24px;
    margin: 0 15px 0 0;
    text-align: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.social-links a i:hover{
    background: #fff;
}
.social-links a:last-child i{margin: 0;}

.foot-bottom{
    padding: 20px 0 0;
}
.foot-bottom .row{
    align-items: flex-end;
}
.foot-ad-cn p{
    font-size: 12px;
    color:#969696;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.foot-links h6{
    font-size: 12px;
    font-weight: 300;
    color: #969696;
    margin: 0 0 5px;
}
.foot-add h6 b{font-weight: 600;}
.foot-links p{
    font-size: 12px;
    font-weight: 300;
    color: #969696;
    margin: 0 0;
}
.foot-links p a{
    color: #969696;
}
.foot-links p a:hover{
    color: #fff;
}
/* **** End Home Page **** */

/* **** About Page **** */
.about-pg-wrp{
    padding: 70px 0 55px;
    width: 100%;
}
.about-pg-wrp h6{
    font-size: 12px;
    font-weight: bold;
    color: #32BEAF;
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-pg-wrp h2{
    font-size: 50px;
    font-weight: bold;
    color:#D2D2D2;
    margin: 0 0 40px;
    line-height: 55px;
}
.about-pg-wrp p{
    width: 65%;
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    line-height: 22px;
}

/*.delivery-banner.right-container{
    margin-right: calc(50vw - 580px);
}*/
.del-banner-rel{
    position: relative;
    width: 100%;
}
.delivery-banner img{
    width: 100%;
}
.banner-name-del{
    position: absolute;
    left: 0;
    bottom:-15px;
    right: 0;
}
.banner-name-del h2{
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    line-height: 75px;
    margin: 0;
}

.story-wrp{
    padding: 140px 0;
    width: 100%;
}
.story-img img{
    width: 100%;
}
.story-data{padding: 0 30px;}
.story-data h3{
    font-size: 38px;
    font-weight: normal;
    color: #D2D2D2;
    line-height:45px;
    font-family: 'Cormorant Infant';
    margin: 0 0 35px;
}
a.morebnt{
    display: table;
}
a.morebnt:hover{
    margin-left: 15px;
}

.storyeen {
    margin: -60px 0 0;
}
.storyeen .row{
    align-items: flex-end;
}
.storyeen .story-data{text-align: right;padding: 0 0 0 60px;}
.storyeen .story-data a.morebnt{
    display: flex;
    justify-content: flex-end;
}
.storyeen .story-data a.morebnt:hover{
    margin-right: 15px;
}
.storyeen .story-data p{
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    line-height: 22px;
    margin: 25px 0 0;
}
/* **** End About Page **** */

/* **** Vision Mission Page **** */
.relative-wrp{
    position: relative;
}
.vision-block{
    width: 700px;
}
.vision-block h4{
    font-size: 16px;
    font-weight: bold;
    color: #32BEAF;
    margin: 0 0 25px;
}
.vision-block p{
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    line-height: 24px;
    margin: 0 0 25px;
    width: 100%;
}

.core-value-wrp ul{
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
.core-value-wrp ul li{
    width: 50%;
    float: left;
}
.core-value-wrp ul li:first-child{
    margin:120px 0 0 ;
}
.core-value-wrp ul li .core-img img{
    width: 100%;
    position: relative;
    z-index: 9;
}
.core-value-wrp ul li .core-img{
    position: relative;
    left: 50px;
    z-index: 1;
}
.core-value-wrp ul li .core-img:before{
    position: absolute;
    content: "";
    background-image: url(../images/shadow2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 55%;
    bottom: 50%;
    height: 70%;
    width: 80%;
}


.core-data{
    padding: 70px 35px 70px 150px;
    background: #32BEAF;
    height: 100%;
    position: relative;
    right: 50px;
}
.core-data h6{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.core-data img{
    margin: 0 0 15px;
}
.core-data h3{
    font-size: 38px;
    font-weight: normal;
    color: #fff;
    font-family: 'Cormorant Infant';
    line-height: 45px;
    margin: 0 0 15px;
}

.vision-mission-wrp{
    padding: 80px 0 150px;
}
.vision-mission-wrp ul{
    width: 100%;
    overflow: hidden;
}
.vision-mission-wrp ul li{
    float: left;
    width: 20%;
    max-width: 20%;
    padding: 10px;
}

.vision-box{
    width:180px;
    height:180px;
    background: #14324B url('../images/star-img.png') center no-repeat;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow-bx{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-box h4{
    font-size:18px;
    font-weight: bold;
    color: #32BEAF;
    line-height: 26px;
    margin: 0;
    width: 90%;
    word-break: break-all;
    text-align: center;
}

.team-wrp .vision-block{width: 100%;}
.team-wrp .vision-block p{
    width: 620px;
}

.branch-wrp{
    padding: 120px 0;
    width: 100%;
}
.branch-dt{
    width: 70%;
    margin: 0 auto;
}
.branch-dt span{
    font-size: 12px;
    font-weight: bold;
    color: #6E6E6E;
    margin: 0 auto 15px;
    display: table;
    letter-spacing: 1px;
}
.branch-dt h2{
    font-size: 36px;
    font-weight: 300;
    color: #32BEAF;
    text-align: center;
    line-height: 45px;
    width: 70%;
    margin: 0 auto 30px;
}
.branch-dt p{
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    line-height: 22px;
    margin: 0 auto 60px;
    width: 700px;
    text-align: center;
}
.branch-img img{
    width: 100%;
}
/* **** End Vision Mission Page **** */

/* **** Contact Page **** */
/*.inner-banner .delivery-banner.right-container{
    margin-right: calc(50vw - 510px);
}*/
.contact-wrapper{
    padding: 60px 0 60px;
}
.cnt-bx{
    margin: 0 0 100px;
    position: relative;
}
.cnt-bx:after{
    position: absolute;
    content: '';
    width: 130px;
    height: 1px;
    background: #6E6E6E;
    bottom:-50px;
    left: 0;
}
.cnt-bx:last-child:after{display: none;}
.cnt-bx h6{
    font-size: 12px;
    font-weight: bold;
    color: #969696;
    letter-spacing: 2px;
    margin: 0 0 10px;
    display: block;
}
.cnt-bx h3{
    font-size: 38px;
    font-weight: normal;
    color: #32BEAF;
    line-height: 45px;
    font-family: 'Cormorant Infant';
    margin: 0 0 25px;
}
.cnt-bx .btn-main{
    padding: 5px 25px;
    display: table;
}
.cnt-bx h4{
    font-size: 22px;
    font-weight: bold;
    color: #969696;
    margin: 0 0 25px;
}
.cnt-bx h4 a{color: #969696;}
.cnt-bx h4 a:hover{
    color: #111;
}
.cnt-bx h4 span{font-weight: 300;}
/* **** End Contact Page **** */

/* **** Services Page - FACTORY CANTEEN **** */
.factory-banner{
    position: relative;
    width: 100%;
}
.factory-banner img{
    width: 100%;
}
.factory-center{
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 5;
}
.factory-center h6{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 15px;
}
.factory-center h1{
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    color: #fff;
}

.some-fec-dt{
    position: relative;
    margin: -200px 0 200px;
    z-index: 5;
}
.some-fec-dt:before{
    position: absolute;
    content: '';
    width: 40%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}
.fec-rxdt{
    padding: 30px 35px 30px 0;
    background: #fff;
}
.fec-rxdt h2{
    margin: 0 0 80px;
    font-size: 38px;
    font-weight: normal;
    color: #C8C8C8;
    line-height: 45px;
    font-family: 'Cormorant Infant';
    position: relative;
    z-index: 55;
}

.factory-row{
    position: relative;
    z-index: 20;
    margin: 0 0 60px;
}
.factory-img img{
    width: 100%;
}
.fectory-info-box {
    padding: 0 30px;
}
.fectory-info-box h3{
    font-size: 22px;
    font-weight: bold;
    color: #32BEAF;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.fectory-info-box p{
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    line-height: 26px;
    margin: 0 0 25px;
}
.factory-lst .row,
.factory-evendt .row{
    align-items: flex-end;
}
.factory-evendt .fectory-info-box p{
    text-align: right;
}
.fectory-info-box ul{
    margin: 0 0 30px;
}
.fectory-info-box ul li{
    font-size: 16px;
    font-weight: 500;
    color: #32BEAF;
    padding:3px 0 3px 85px;
    position: relative;
    display: block;
}
.fectory-info-box ul li:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #32BEAF;
    top: 12px;
    left: 0;
}
.fectory-info-box .btn-main{
    padding: 5px 30px;
}
.event-catering-wrp .factory-row{
    margin: 0;
}
.event-catering-wrp .factory-row .col-md-6,
.event-catering-wrp .factory-row .col-sm-6{padding: 0;}
.event-catering-wrp .factory-evendt .fectory-info-box{
    padding: 0 60px 0 0;
}
.event-catering-wrp .factory-evendt .fectory-info-box p{
    text-align: left;
}


.cuisine-wrp{
    position: relative;
    width: 100%;
}
.cuisine-imgbx{position: relative;}
.cuisine-imgbx img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.cuisine-imgbx:before{
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    background: #32BEAF url('../images/pattern.svg') 0 0 repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
.extra-spacebx{
    width: 100%;
    height: 130px;
    background: #323232;
    display: block;
}

.cuisine-center-row{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.cuisine-data-block{
    padding: 35px 25px;
    background: #14324B url('../images/shadow.png') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 340px;
    height:580px ;
    overflow: auto;
}
.cuisine-data-block h6{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.cuisine-data-block h2{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 55px;
    margin: 0 0 15px;
    word-break: break-word;
}
.cuisine-data-block h2 span{
    display: block;
    line-height: 26px;
    font-size: 26px;
}
.cuisine-data-block p{
    font-size: 14px;
    font-weight: 300;
    color: #C8C8C8;
    line-height: 24px;
    margin: 0 0 20px;
}
.cuisine-data-block p:last-child{margin: 0;}

.cuisine-pg-wrp .cuisine-wrp.manage-space .cuisine-center-row{
    top: -130px;
}
.cuisine-pg-wrp .cuisine-wrp:nth-child(even) .cuisine-center-row .row{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cuisine-pg-wrp .cuisine-wrp:nth-child(even) .cuisine-imgbx:before{
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    background: #32BEAF url('../images/pattern.svg') 0 0 repeat;
    background-size: cover;
    top: 0;
    right: 0;
    left: auto;
}
.cuisine-pg-wrp .cuisine-wrp:last-child .extra-spacebx{display: none;} 
/* **** End Services Page - FACTORY CANTEEN **** */

/* **** Overall Page **** */
.overall-block{
    padding: 50px;
    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,0) 100%);
    width: 100%;
}
.overall-dt p{
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    line-height: 26px;
    width: 80%;
    margin: 0 0 25px;
}
.overall-listing ul{
    width: 100%;
    overflow: hidden;
}
.overall-listing ul li{
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 30px;
}
.overall-listing ul li .over-ic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #14324B;
    margin: 0 auto 15px;    
    display: flex;
    align-items: center;
    justify-content: center;
}
.overall-listing ul li h3{
    color: #32BEAF;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin: 0;
}
.overall-listing ul li h3 span{
    display: block;
    font-size: 14px;
}
.constanly-improvebx{
    padding: 45px 0;
}
.constanly-improvebx span{
    font-size: 12px;
    font-weight: bold;
    color: #969696;
    letter-spacing: 2px;
    margin: 0 auto 10px;
    display: table;
}
.constanly-improvebx h3{
    font-size: 22px;
    font-weight: bold;
    color: #32BEAF;
    text-align: center;
    margin: 0 0 45px;
}

.constant-box{
    margin: 0 0 15px;
}

.constanly-improvebx .row{
    margin: 0 -7px;
}

.constanly-improvebx [class^=col-]{
    padding: 0 7px;
}
.constant-box img{
    width: 100%;
    height: 242.5px;
    object-fit: cover;
}
.center-big img{
    height: 500px;
}

.overall-dt li{
    display: block;
    padding: 3px 0 3px;
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    line-height: 24px;
    width: 80%;
}
.overall-dt li span{
    width: 4px;
    height: 4px;
    background: #787878;
    border-radius: 50%;
    margin-right: 45px;
    vertical-align: middle;
    display: inline-block;
}
.cart-nm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 30px 60px 0;    
}
.certy-btn img{
    float: right;
}
.cart-nm h5{
    font-size: 16px;
    font-weight: bold;
    color: #969696;
    display: table;
    margin: 0 0 15px;
}
.quality-certy {
    display: flex;
    align-items: flex-end;
    position: relative;
}
.quality-certy img{
    width: 60%;
    position: relative;
    z-index: 5;
}
.certy-img{
    position: relative;
}
img.circle-shadow{
    position: absolute;
    top:-30px;
    left:0;
    z-index: -1;
}

.certificates-wrapper{
    padding: 80px 0 0;
}
.certificates-blocks{
    margin: 0 0 50px;
}
.certificates-img{
    position: relative;
}
.certificates-img img{
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    z-index: 5;
}
.certificates-img:after{
    position: absolute;
    content: '';
    width: 100%;
    height:40px;
    background: url('../images/down-shadow.png') 0 0 no-repeat;
    background-size: 100% 100%;
    bottom: -39px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.certificates-blocks h4{
    font-size: 16px;
    font-weight: bold;
    color: #969696;
    line-height: 24px;
    height: 45px;
    margin: 0;
}

.clients-wrapper{
    padding: 70px 0 0px;
}
.clients-lst{padding: 45px 0 0;}
.clients-lst .row{
    align-items: center;
}
.clients-box{
    margin: 0 0 35px;
}
.clients-box img{
    margin: 0 auto;
    display: table;
}

.our-clients-wrapper{
    padding: 60px 0;
    width: 100%;
    background: url('../images/client-back.jpg') 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.our-clients-wrapper h6{
    font-size: 12px;
    font-weight: bold;
    color: #32BEAF;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 15px;
}
.our-clients-wrapper h2{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 15px;
    line-height: 55px;
    width: 78%;
}
.clients-lst-table .table{
    margin: 0;
}
.clients-lst-table .table thead th{
    padding: 10px 0;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #32BEAF;
    vertical-align: text-top;
}
.clients-lst-table .table tbody td{
    padding:10px 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.50);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.clients-lst-table .table tbody tr:last-child td{border-bottom: none;}
/* **** End Overall Page **** */

/* ***** Fix Css **** */
.right-info{
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    display: table;
    width: 100%;
    height: auto;
    position: fixed;
    top:420px;
    left: 77%;
    padding: 0px;
    display: table;
    width: auto;
    z-index: 9;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: right;
    -webkit-transform-origin:right;
}

.right-info.disright{
    top: auto;
    bottom:0%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    left: 72.4%;
}

.right-info .main-btn{
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 19.2px;
    text-align: center;
    color: #fff;
    background: linear-gradient(rgba(50, 190, 175, 0.3) 100%, rgba(255, 255, 255, 0) 100%);
    border-radius: 30px;
    padding:3px;
    display: table;
    position: relative;
    transition: all 0.3s linear;   
}
.right-info .main-btn:before{
    position: absolute;
    content: '';
    width: 90%;
    height: 25px;
    top: -15px;
    border-radius: 30px;
    background: #000;
    opacity: 0.20;
    margin: 0 auto;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    left: 0;
    right: 0;
}
.right-info .main-btn span{
    background: #32beaf;
    padding: 7px 20px;
    border-radius: 30px;
    display: block;
    transition: all 0.3s linear; 
    position: relative;
    z-index: 9;
}
.right-info .main-btn:hover span{
    background: #000;
    border-color: rgba(0,0,0,0.3);
    color: #fff;
    opacity: 1;
}

.right-info .text{
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5em;
    line-height: 16.8px;
    text-align: right;
    color: #32beaf;
    display: block;
    transition: all 0.3s linear;
}
.right-info .text:hover{
    color: #000;
}

.main-slider ul.slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 55px;
    width: auto;
    padding-right: 0;
    margin-left: calc(50vw - 630px);
}


.button-background{
    position: fixed;
    right:-83%;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    width: 100%;
    background: #fff;
    opacity: 0.5;
}
/* ***** End Fix Css **** */

.mobile-show{
    display: none;
}
.one{order: 1;}
.two{order: 2;}

/* **** Terms Pages **** */
.tearms-wrp{
    padding: 45px 0;
    width: 100%;
}
.typograph-block h1{
    text-align: center;
    color: #32BEAF;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 35px;
}
.typograph-block h6{
    display: table;
    font-size: 12px;
    font-weight: bold;
    color: #6E6E6E;
    padding: 0 0 5px;
    position: relative;
    margin: 0 auto 10px;
    text-transform: uppercase;
}
.typograph-block h6:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #C8C8C8;
    bottom: 0;
    left: 0;
}
.typograph-block p{
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    line-height: 22px;
    margin: 0 0 30px;
    /*text-align: center;*/
}
.typograph-block p a{
    font-weight: 600;
    color: #14324B;
}
.typograph-block p a:hover{
    color: #777;
}
.typograph-block ul{
    margin: 0 0 30px;
}
.typograph-block  ul li{
    display: block;
    padding: 5px 0 5px 85px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    position: relative;
}
.typograph-block  ul li:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #32BEAF;
    border-radius: 50%;
    top: 12px;
    left: 0;
}
/* **** End Terms Pages **** */


/*.inn-fixed{
    z-index: 999;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: -50px;
    width: 300px;
    height: 100%;
     transform-origin: right; 
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    /*background: rgba(255,255,255,0.60);*/
}
.disright{margin-left: 200px;}*/