@font-face {
    font-family: 'Metropolis Semi';
    src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Black.woff2') format('woff2'),
        url('../fonts/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Medium.woff2') format('woff2'),
        url('../fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Thin.woff2') format('woff2'),
        url('../fonts/Metropolis-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-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: 'Metropolis';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background: #fff;
}

/* **** Header **** */
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    padding: 25px 30px;
}
.menu-toggle-bx{
    text-align: right;
    position: relative;
}
.menu-toggle-bx span{
    position: absolute;
    right:25px;
    top:80px;
    font-size: 22px;
    font-weight:normal;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: right;
}
.menu-toggle-bx span i{
    margin-right: 5px;
   
}
@-moz-keyframes spin{
    100%{
        -moz-transform:rotate(360deg);
    }
}
@-webkit-keyframes spin{
    100%{
        -webkit-transform:rotate(360deg);
    }
}
.menu-toggle-bx span:hover i{
    -webkit-animation:spin 15s linear infinite;
    -moz-animation:spin 15s linear infinite;
    animation:spin 15s linear infinite;
}
/* **** End Header **** */

/* **** Main Banner **** */
.main-banner-slider{position: relative;}
.Modern-Slider .item .img-fill{
    height:100vh;
    background:#13A89E;
    position: relative;
}
.Modern-Slider .item .org-block{
    background: #F7941E;
}
.Modern-Slider .item .pinblock,
.Modern-Slider .item .white-block{
    background: #fff;
}
.Modern-Slider .item .img-fill .info{
    position:absolute;
    top:50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left:50px;
    right:50px;
    z-index: 5;
}
.Modern-Slider .item .info > div{
    display:inline-block!important;
    vertical-align:middle;
}
.Modern-Slider .NextArrow{
    position:absolute;
    top:50%;
    right:0px;
    width:45px;
    height:45px;
    background:rgba(0,0,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:20px/45px FontAwesome;
    color:#FFF;
    z-index:5;
    display: none !important;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
    position:absolute;
    top:50%;
    left:0px;
    width:45px;
    height:45px;
    background:rgba(0,0,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:20px/45px FontAwesome;
    color:#FFF;
    z-index:5;
    display: none !important;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
    position:absolute;
    height:5px;
    background:rgba(255,255,255,.20);
    bottom:0px;
    width:100%;
    left:0px;
    padding:0px;
    margin:0px;
    list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
    float:left;
    width:0px;
    height:5px;
    background:#F7941E;
    position:absolute;
    left:0px;
    bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
    width:100%;
    animation:ProgressDots 11s both;
}

.Modern-Slider .item .lady-txt h1{    
    animation:fadeOutRight 1s both;
    -webkit-animation:fadeOutRight 1s both;
    -moz-animation:fadeOutRight 1s both;
    -o-animation:fadeOutRight 1s both;
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 10px 23px rgba(0, 0, 0, 0.08);
    line-height: 180px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.Modern-Slider .item span{
    font-size: 52px;
    font-weight: 300;
    color: #fff;
    opacity: 0.26;
    margin: 0;
    text-transform: uppercase;
    animation:fadeOutLeft 1s both;
}
.Modern-Slider .item .white-block span{
    color: rgba(0, 0, 0, 0.26);
}
.Modern-Slider .item .white-block h1{
    color: #FF3400;
}
.Modern-Slider .item .pinblock span{
    color: rgba(0, 0, 0, 0.26);
}
.Modern-Slider .item .pinblock h1{
    color: #FF0068;
}
.Modern-Slider .item.slick-active span{
    animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h1{
    animation:fadeInLeft 1s both 1.5s;
}
.Modern-Slider .item.slick-active a.btn-main{
    animation:fadeInDown 1s both 1.5s;
}
.Modern-Slider .item.slick-active{
    animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#000;}

/* ==== Slider Image Transition === */
/*@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}
*/
@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
/* End Slider Section */

.social-bx{
    position: absolute;
    bottom: 30px;
    right: 50px;
}
.social-bx a img{
    display: block;
    margin: 0 0 15px;
}
.social-bx a:last-child img{margin: 0;}

.lady-txt-div {
    position: relative;
    left: 0;
    top: 0;
    max-width: 800px;
    display: flex;
    align-items: flex-end;
    /* vertical-align: middle; */
}

.lady-care-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 70px;
}
.lady-care-block-container {
    display: flex;
}
/* **** End Main Banner **** */

/* **** About **** */
.abt-wrp{
    padding:180px 0 60px;
    background-color: rgba(242,242,242, 0.61);
    overflow: hidden;
    width: 100%;
    position: relative;
}
.container-mini{
    width: calc(100% - 200px);
    margin: 0 auto;
}
.abt-data{
    width: 100%;
    overflow: hidden;
}
.abt-img {
    float: right;
    width: 90%;
    position: relative;
    z-index: 5;
    /* padding-left: 100px; */
}
.abt-img img{
    width: 100%;
}
.abt-data .titlebx{
    position: relative;
    z-index: 5;
}
.abt-data .titlebx h2{
    font-size: 70px;
    font-weight: 300;
    color: #000000;
    margin: 0;
    line-height: 82px;    
}
.abt-data .titlebx h2 span{
    display: block;
}

.alemonia-text h1{
    font-size: 250px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.more-dta{
    padding: 60px 0 0 100px;
}
.more-dta .row{
    display: flex;
    align-items: center;
}
.more-dt-txt {
    
}
.more-dt-txt h4{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    position: relative;
    letter-spacing: 8px;
    padding-left: 50px;
}
.more-dt-txt h4:before{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background-color: #000000;
    border-radius: 50%;
    top: 0;
    left:15px;
}
.more-dt-txt h4:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000000;
    top: 8px;
    left: -99%;
}
.discover-block{
    display: block;
    text-align: right;
}
.btn-main{
    padding: 15px 35px;
    background-color: #13A89E;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing:3px;
    color: #fff;
    position: relative;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main span{
    position: relative;
    z-index: 5;
}
.btn-main:before{
    position: absolute;
    content: '';
    width: 100%;
    border-radius: 30px;
    height: 100%;
    background-color: #F7941E;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main:hover:before{
    width: 0%;
}
.btn-main:hover{color: #fff;}
/* **** End About **** */

/* **** Our Products **** */
.our-products-wrp{
    padding: 50px 0;
    width: 100%;
    background: #fff;
}
.title-box .row{
    display: flex;
    align-items: flex-end;
}
.title-box h2{
    font-size: 70px;
    font-weight: 300;
    color: #000000;
    margin: 0;
}
.title-box h2 span{
    display: block;
}
.title-box h3{
    font-size: 50px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding: 15px 0 0;
    border-top: 1px solid #000;
    display: table;
    float: right;
}


.our-products-wrp .swiper-container {
    width: 100%;
    height: 100%;
}
.our-products-wrp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.our-products-wrp .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-pro-bx{
    position: relative;
    min-height: 470px;
    cursor: pointer;
}
.main-pro-bx img{
    transform: scale(0.8);
    position: relative;
    z-index: 0;
    transition: .4s linear;
}
.modal-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    /* height: 100%; */
}
.modal-img-container {
    /* display: flex; */
}
/* .modal-img-row {
    display: flex;
    align-items: center;
} */
.modal-img img{
    width: 80%;
    /* transform: scale(1); */
}
.modal-body-list ul li{
    list-style-type:disc !important;
    margin: 10px;
}
.modal-body-list {
    padding-bottom: 15px;
}

.main-pro-bx:hover img{
    transform: scale(0.9);
}
/* .modal-content {
    width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */
.modal-dialog {
    width: 900px !important;
}
.main-pro-bx .product-description {
    position: absolute;
    top: calc(100% - 85px);
    left: 58%;
    transform: translateX(-50%) scale(0);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #dffff8;
    transition: all 1s cubic-bezier(.25,.8,.25,1);
    padding: 0 40px;
    padding-top: 140px;
    padding-bottom: 50px;
    text-align: center;
    transform-origin: center top;
    box-shadow: 0 0 24px 5px rgb(0 0 0 / 5%);
}
.main-pro-bx:hover .product-description {
    top: calc(100% - 300px);
    transform: translateX(-50%) scale(1);
}
.main-pro-bx .product-description .product-inner {
    position: relative;
    height: 100%;
}
.main-pro-bx .product-description .product-inner-abs {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-pro-bx .product-description strong {
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -.5px;
    text-transform: uppercase;
    transition: all 1s cubic-bezier(.25,.8,.25,1);
    transform: translateY(-10px);
    opacity: 0;
    display: block;
}
.main-pro-bx:hover .product-description strong {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .35s;
}



.product-description p {
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.31;
    transition: all 1s cubic-bezier(.25,.8,.25,1);
    display: block;
    transform: translateY(-10px);
    opacity: 0;
}
.main-pro-bx:hover .product-description p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .45s;
}
.product-description .plus {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-top: 10px;
}
.main-pro-bx:hover .product-description .plus div:first-child {
    width: 100%;
    transition-delay: .55s;
}
.product-description .plus div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background: #000;
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.product-description .plus div:last-child {
    width: 1px;
    height: 0;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.main-pro-bx:hover .product-description .plus div:last-child {
    height: 100%;
    transition-delay: .5s;
}

.our-products-wrp .swiper-button-next, .our-products-wrp .swiper-button-prev{
    width: auto;
    height: auto;
    margin: 0;
    top: 45%;
    /* bottom:50px; */
    transform: translate(0);
}
.our-products-wrp .swiper-button-next, .our-products-wrp .swiper-container-rtl .swiper-button-prev{
    right: 50px;
    left: auto;    
}
.our-products-wrp .swiper-button-prev{
    left: 50px;
}
.our-products-wrp .swiper-button-prev:after,.our-products-wrp .swiper-button-next:after{
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    width: 60px;
    height: 60px;
    background-color: #000000;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.our-products-wrp .swiper-button-prev:after{
    content: "\f053";
}
.our-products-wrp .swiper-button-prev:hover:after,.our-products-wrp .swiper-button-next:hover:after{
    background-color: #F7941E;
}
/* **** End Our Products **** */

/* **** manufacturing-wrp **** */
.manufacturing-wrp{
    position: relative;
    height: 1500px;
    padding: 150px 0 0;
    background: #fff;
}
.left-side{
    position: relative;
    height: 1190px;
    width: 35%;
    left: 0;
    background: #13A89E;
    top: 0;
    bottom: 0;
    z-index: 51;
}
.left-side h1{
    color: #fff;
    font-size: 120px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top:10%;
    right: 90%;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
}
.new-store-left{
    position: absolute;
    right: 10%;
    bottom: 5%;
}
.new-store-left p{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin:0;
}
.new-store-left .line{
    position: relative;
}
.new-store-left .line:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #000;
    width:80%;
    top: 50%;
    left: -100%;
    transform: translate(10%, -50%);
    transition: all 1s cubic-bezier(.73,.29,0,1) .3s;
}
.new-store-left .line:after {
    content: '';
    position: absolute;
    height: 10px;
    width:10px;
    border-radius: 100%;
    background: #000;
    top: 50%;
    left:-10%;
    transform: translate(50%, -50%);
    transition: all 1s cubic-bezier(.73,.29,0,1) .3s;
}

.top-img{
    max-width: 75%;
    position: absolute;
    top:60px;
    right: 0;
}
.top-img .big-img{
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.top-img .plus-img{
    position: relative;
    
    margin-left:120px;
    margin-top: 0px;
}

.slider-wrp{
    background: #13A89E;
    height: auto;
    width: 850px;
    overflow: hidden;
    position: absolute;
    top: 45%;
    left: 50%;
    padding: 110px 0px 0;
    z-index: 1;
}
.slider-wrp .swiper-container{
    padding-bottom: 100px;
}
.slider-wrp img{
    max-width: 88%;
    width: 88%;
    margin: 0 auto;
    display: table;
}
.slider-wrp .swiper-button-next, .slider-wrp .swiper-container-rtl .swiper-button-prev{
    right: 35px;
    left: auto;    
    margin-top: -80px;
}
.slider-wrp .swiper-button-prev:after, .slider-wrp .swiper-button-next:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    width: 88px;
    height: 88px;
    line-height: 88px;
    background-color: #000000;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    z-index: 99;
}
.swiper-pagination {
    position: absolute;
    bottom: 60px !important;
    padding-bottom: 0;
    right: 60px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 80px !important;
    left: auto !important;
    justify-content: space-between;
    font-size: 16px;
}
.swiper-pagination:before {
    content: '';
    position: absolute;
    height: 50px;
    background: #000;
    width:1px;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    transition: all 1s cubic-bezier(.73,.29,0,1) .3s;
}
.botoom-bar{
    margin:60px 0 0;
    position: relative;
}
.botoom-bar:before{
    position: absolute;
    content: "";
    height:1px;
    width: 65%;
    background:#000;
    right: 0;
    top:50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
/* **** End manufacturing-wrp **** */

/* **** tab-wrpper **** */
.tab-wrpper{
    padding: 250px 0 200px;
    background: #fff;
}
.tab-wrpper .tab-content h3{
    font-size: 70px;
    font-weight: 200;
    color: #000;
}
.tab-wrpper .nav-tabs{
    border: none;
    padding: 100px 0 0;
}
.tab-wrpper .nav-tabs li{
    float: left;
    width: 33.33%;
}
.tab-wrpper .nav-tabs li a{
    border:none;
    border-radius: 0;
    overflow: hidden;
    display: block;
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    opacity: 0.50;
}
.tab-wrpper .nav-tabs li a span{
    font-size: 25px;
    font-weight: 600;
    color: #000;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tab-wrpper .nav-tabs li a h3{
    font-weight: 700;
    font-size: 50px;
    color: #000;
    height: 100px;
    margin:10px 0 0;
    position: relative;
    display: table;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tab-wrpper .nav-tabs li a h3:before{
    position: absolute;
    content: "";
    height: 6px;
    width: 80%;
    background:#000;
    bottom: 15px;
    left: 0;
    right: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tab-wrpper .nav-tabs li a span.read{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tab-wrpper .nav-tabs>li.active>a, 
.tab-wrpper .nav-tabs>li.active>a:focus, 
.tab-wrpper .nav-tabs>li.active>a:hover{
    border:none;
    opacity: 1;
}
.tab-wrpper .nav-tabs>li.active>a span.read{
    color: #F7941E;
}
.tab-wrpper .nav-tabs li.active a h3:before{
    background: #F7941E;
    left:0;
    right: 0;
}
.nav-tabs .read {
    cursor: pointer;
    color: #000;
}
.nav-tabs > .active {
    cursor: pointer;
}
/* **** End tab-wrpper **** */


/* **** service-wrp **** */
.service-wrp{
    padding: 120px 0;
    background:#000;
    position: relative;
}
.service-wrp h1{
    font-weight: bold;
    text-align: left;
    font-size: 80px;
    color: #f7941e;
    margin:0 0 40px;
}
.service-wrp h3{
    font-weight: 300;
    font-size: 60px;
    text-align: left;
    color: #fff;
    margin:0 0 60px;
}
.service-wrp .botoom-block:before{
    position: absolute;
    content: "";
    height:1px;
    width: 65%;
    background:#fff;
    right: 0;
    bottom: 22%;
    transform: translate(0, -50%);
}
/* **** End service-wrp **** */


/* **** Footer **** */
footer{
    padding: 100px 0 40px;
    width: 100%;
    background: #fff;
}
.fot-logo{
    position: relative;
    margin: 0 0 60px;
}
.fot-logo:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background:#000;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    z-index: -1;
}
.fot-logo img{
    max-width: 100%;
    background:#fff;
    margin:0 auto;
    padding: 0 60px;
}
footer ul li a{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #000;
    letter-spacing: 2px;
}
footer .fright{
    border-left: 1px solid #000;
    padding-left: 50px;
    padding-bottom: 60px;
}
footer .fright p{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #000;
    letter-spacing: 2px;
}
.fright-1 span{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #000;
    letter-spacing: 2px;
}
.fright-1 p{
    font-weight: bold;
    font-size: 20px;
    /* line-height: 30px; */
    text-align: left;
    color: #000;
    /* letter-spacing: 2px; */
}
footer .fright ul{
    text-align: left;
}
footer .fright ul li a{
    font-size: 30px;
    text-decoration: underline;
    text-align: left;
    margin: 0 0 20px;
    display: block;
}


.copyright{
    padding: 30px 0;
    background:#000;
}
.copyright p{
    font-family: Metropolis;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin:0;
}
/* **** End Footer **** */

/* **** Menu **** */
.menu-blocker-wrp{
    position: fixed;
    top:35px;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 999;
    transition: 0.6s linear;
    -webkit-transition: 0.6s linear;
    overflow: hidden;
}
.menu-center-bx{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.menu-blocker-wrp .close-menu{
    position: absolute;
    right:25px;
    top: 80px;
    font-size: 22px;
    font-weight: normal;
    color: #F7941E;
    text-transform: uppercase;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 9;
}
.menu-blocker-wrp .close-menu i{margin-right: 5px;}
.menu-blocker-wrp.expand-menu-open{
    top: 0;
    height: 100vh;
}

.modal-header {
    display: flex;
    align-items: center;
}
.modal-header .close {
    margin-left: auto;
}

.menu-row{
    padding: 80px;
}
.menu-links h6{
    font-size:18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #717171;
}
.menu-links li{
    display: block;
    margin: 0 0 15px;
}
.menu-links li a{
    padding: 0 5px;
    position: relative;
    font-size: 38px;
    font-weight: 800;
    color: #292929;
    display: table;
    transition: 0.6s linear;
    -webkit-transition: 0.6s linear;
}
.menu-links li a:before{
    position: absolute;
    content:'';
    width: 0%;
    height: 20px;
    background: rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    transition: 0.6s linear;
    -webkit-transition: 0.6s linear;
}
.menu-links li.active a:before,
.menu-links li a:hover:before{
    width: 50%;
}
.menu-links li a:after{
    font-size:30px;
    content: '+';
    position: absolute;
    left: 0;
    bottom: 0;
    -ms-transform: translate(0px, 0px) rotate(20deg) scale(0) skewX(15deg);
    transform: translate(0px, 0px) rotate(20deg) scale(0) skewX(15deg);
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: all .6s;
    transition-delay: 0s;
    transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045);
    color: #F7941E;
    font-weight: 500;
}
.menu-links li.active a:after,
.menu-links li a:hover:after{
    transition: all 0.3s;
    -ms-transform: translate(-1vw, 1vw) rotate(0deg) scale(1) skewX(0deg);
    transform: translate(-1vw, 1vw) rotate(0deg) scale(1) skewX(0deg);
    transition-delay: 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/* **** End Menu **** */




/* **** Export Page **** */
.inner-masthead{
    background-color: #13A89E;
    padding: 35px 30px;
}
.inner-masthead .menu-toggle-bx span{
    top: 70px;
}

.export-wrp{
    padding: 190px 150px 0;
}
.export-wrp h2{
    font-size: 111px;
    font-weight: bold;
    color: #000;
    margin: 50px 0 500px;
}
.export-wrp p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    width: 80%;
    margin: 0 0 40px;
}
.export-wrp .big-text h1{
    font-size: 290px;
    color: #f7f7f7;
    white-space: nowrap;
    font-weight: 800;
    position: absolute;
    right: 100%;
    top: 270px;
    text-transform: uppercase;
    width: 100%;
    z-index: 9;
    transition: .4s linear;
}

.export-img{
    background-color: #F7941E;
    width: 100%;
    padding: 50px;
}
.export-img img{
    height: 100%;
    width: 100%;
}
.plus-img img{
    max-width:40%;
    margin-left: auto;
    margin-right:40px;
    display: table;
    margin-top: -35px;
}


/* **** map-block **** */
.map-wrp{
    padding: 60px 0;
    overflow: hidden;
}
.map-wrp .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.map-block{
    height: 600px;
}
.map-block iframe{
    height: 100%;
    width: 100%;
}
.inner-page-manufacturing .slider-wrp{
    left: auto;
    right: 100px;
}
.top-text{
    position: absolute;
    right: 0;
    top: 15%;
}
.top-text h2{
    margin: 0;
    text-transform: uppercase;
    font-size: 129px;
    font-weight: 700;
    color: #f7f7f7;
}
.inner-page-manufacturing .slider-wrp{ 
    top: auto;
    bottom: 110px;
}
.inner-page-manufacturing .left-side{
    padding: 50px;
}
.inner-page-manufacturing .left-side h2 span{
    display: table;
    font-size: 22px;
    font-weight:600;
    color: #000;
    margin: 0 0 15px;
}
.inner-page-manufacturing .left-side h2{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px;
    display: table;
    position: relative;
    border-bottom: 4px solid #F7941E;
    padding-bottom: 10px;
}
.inner-page-manufacturing .left-side p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 30px;
    color: #fff;
}
.inner-page-manufacturing .left-side h3{
    font-size: 45px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
.inner-page-manufacturing .left-side h3 strong{
    font-weight: 700;
}
.inner-page-manufacturing{
    height: 1360px;
}
.inner-page-manufacturing .left-side{
    height: 1100px;
}
.inner-page-manufacturing .left-side .new-store-left p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.inner-page-manufacturing .top-img{
    max-width: 75%;
    position: absolute;
    top: 30%;
    right: auto;
    left: 25%;
}
/* **** End map-block **** */




/* **** Product Page **** */
.product-banner{
    background: #fff;
    padding: 200px 0 50px;
}
.product-banner h2{
    font-family: Metropolis;
    font-weight: 300;
    font-size: 70px;
    text-align: left;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 9;
}
.product-banner h2 strong{
    font-weight: bold;
    display: block;
}
.product-banner h1{
    font-family: Metropolis;
    font-weight: bold;
    font-size: 180px;
    text-align: left;
    color: #f7f7f7;
    position: absolute;
    left: 0;
    /* -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */
    top: 180px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 4;
    transition: .4s linear;
}
.product-banner .nav-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    border: none;
}
.product-banner .nav-tabs>li {
    margin: 0 0 0 0;
}
.product-banner .nav-tabs>li:last-child{
    margin: 0;
}
.product-banner .nav-tabs>li>a{
    padding: 10px;
    font-family: Metropolis;
    font-weight: 900;
    font-size: 50px;
    text-align: left;
    color: #000;
    background: transparent;
    opacity: 0.33;
    box-shadow: none;
    border: none;
    border-top: 1px solid #000;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
}
.product-banner .nav-tabs>li.active>a, 
.product-banner .nav-tabs>li.active>a:focus, 
.product-banner .nav-tabs>li.active>a:hover{
    border: none;
    border-top: 1px solid #000;
    color: #000;
    opacity: 1;
}
.product-page-slider .products-slider{
    position: relative;
}


/* ****  About Product **** */
.about-product{
    padding: 180px 0 100px;
    position: relative;
}
.about-product .container-fluid{
    padding: 0 200px;
}
.about-product h1{
   font-family: Metropolis;
    font-weight: bold;
    font-size: 292px;
    line-height: 254px;
    text-align: left;
    color: #f7f7f7;   

    position: absolute;
    left: 10%;
    top: 0px;
    text-transform: uppercase;
    width: 100%;
    z-index: 4;
    transition: .4s linear;
}
.about-product h2{
    font-size: 70px;
    font-weight: 300;
    color: #000000;
    margin: 0 0 70px;
    position: relative;
    z-index: 9;
}
.about-product p{
    width: 60%;
    font-family: Metropolis;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin: 0 0 40px;
}
/* **** End About Product **** */

/* **** Product Image **** */
.product-image{
    padding: 50px 0;
}
.product-image .product-image-block{
    position: relative;
}
.product-image .product-image-block .main-img{
    width: 100%;
}
.product-image .product-image-block .plus-img{
    position: absolute;
    right: -4%;
    top: -25%;
    max-width: 30%;
}
/* **** End  Product Image **** */
/* **** End Product Page **** */



/* **** Contact Page **** */
.dot-box .line{
    width: 1px;
    height: 80px;
    background: #000;
    display: table;
    margin: 0 auto;
}
.dot-box .dot{
    height: 12px;
    width: 12px;
    background: #000;
    border-radius: 100%;
    display: table;
    margin: 5px auto 0;
}
.contact-banner{
    background: #F2F2F2;
    padding: 450px 0 100px;
}
.contact-banner h1{
    color: #fff;
    font-size: 220px;
    font-weight: bold;
    white-space: nowrap;
    left: 0;
    top: 280px;
}
.contact-banner p{
    font-family: Metropolis;
    font-weight: 300;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    color: #000;
    margin: 25px auto 0;
    display: table;
}


/* **** Contact Info **** */
.contact-info{
    background: #000;
    overflow:hidden;
}
.contact-info .container-fluid{
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}
.contact-info .contact-info-contact-container .contact-info-contact-subcontainer{
    /* width: 50%; */
    padding: 60px;
    float: left;
    color: #fff;
    position: relative;
} 
.contact-info .contact-info-contact-container .contact-info-contact-subcontainer:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    opacity: 0.20;
}
.contact-info .contact-info-contact-container .contact-info-contact-subcontainer:first-child:before{
    display: none;
}
.contact-info .contact-info-contact-container .contact-info-contact-subcontainer:last-child{
    background: #050505;
}
.contact-info .contact-info-contact-container .contact-info-contact-subcontainer h4{
    font-family: Metropolis;
    font-weight: 300;
    font-size: 30px;
    text-align: left;
    color: #fff;
    padding: 10px 0 0;
    margin: 0 0 68px;
    display: table;
    border-top: 1px solid #fff;
}
.contact-info .contact-info-contact-container .contact-info-contact-subcontainer:last-child h4{
    border: none;
}
.contact-info .contact-info-contact-container .contact-info-contact-subcontainer h2{
    font-family: Metropolis;
    font-weight: 900;
    font-size: 61px;
    line-height: 68px;
    text-align: left;
    color: #fff;
    margin: 0 0 35px;
}
.contact-info .contact-info-contact-container .contact-info-contact-subcontainer p{
    font-family: Metropolis;
    font-weight: 300;
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin: 0;
}


.contact-form{
    padding: 100px 0;
}
.contact-form .form-group{
    margin: 0 0 70px;
}
.contact-form .form-group .form-control{
    font-family: Metropolis;
    font-weight: 900;
    font-size: 61px;
    line-height: 68px;
    text-align: left;
    color: #000;
    border-radius: 0;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    outline: none;
    box-shadow: none;
    height: auto;
}
.contact-form .form-group .form-control::placeholder{
    color: #000;
}
.contact-form button{
    margin: 100px auto 15px;
    display: table;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
}
.contact-form button:focus{
    box-shadow: none;
    outline: none;
}
/* **** End Contact Info **** */


/* **** Cnt info **** */
.cnt-info{
    padding: 100px 0;
}
.cnt-info .cnt-box{
    padding: 20px 0 0;
    border-top: 1px solid #000;
    width: 90%;
}
.center-cnt-box{
    margin: 0 auto;
}
.last-cnt-box{
    margin-left: auto;
    margin-right: 0;
}
.cnt-info .cnt-box h3{
    font-family: Metropolis;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    color: #000;
    margin: 0 0 25px;
}
.last-cnt-box h3{
    letter-spacing: 3px;
}
.cnt-info .cnt-box p{
    font-family: Metropolis;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    color: #000;
    margin: 0;
}
.cnt-info .cnt-box a{
    font-family: Metropolis;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    color: #000;
    margin: 0;
}
.cnt-info .cnt-box ul li{
    display: inline-block;
    margin: 0 40px 0 0;
}
.cnt-info .cnt-box ul li:last-child{
    margin: 0;
}
.cnt-info .cnt-box ul li a img{
    max-width: 100%;
}
/* **** End Cnt Info **** */
/* **** End Contact Page **** */
.products-slider{
    position: relative;
}




/* **** About Page **** */
.about-block{
    padding: 240px 150px 0;
    overflow: hidden;
    position: relative;
}
.about-block h2{
    font-size: 90px;
    font-weight: bold;
    color: #000;
    margin: 50px 0 150px;
}
.about-block p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 40px;
    text-align: right;
}
.about-block .big-text{
    position: absolute;
    left: auto;
    right: -35%;
    top: 300px;
    width: 100%;
}
.about-block .big-text h1{
    font-size: 200px;
    color: #f7f7f7;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 0;
    white-space: nowrap;
    transition: .4s linear;
}
.about-block .about-info{
    padding-left: 60px;
}

.about-info p {
    position: relative;
    z-index: 5;
}

.about-block .about-img{
    background-color: #13A89E;
    width: 100%;
    padding: 50px;
    position: relative;
    z-index: 10;
}
.about-block .about-img img{
    height: 100%;
    width: 100%;
}
.about-block .plus-img img{
    max-width:20%;
    /* margin-left: 40px; */
    display: table;
    /* margin-top: -35px; */
}
.about-block .plus-img-1 img{
    max-width:40%;
}
.plus-img-1 {
    position: absolute;
    left: -15%;
    bottom: -10%;
}
.plus-img-relative {
    position: relative;
}
/* **** End About Page **** */ 


/* **** abt-img **** */
.abt-img-1 {
    padding: 50px 0;
}
.abt-img-1 .container-fluid{
    padding: 0 180px;
    display: flex;
    justify-content: center;
}
.abt-img-1 img{
    width: 100%;
}
/* **** End abt-img **** */


/* **** Text Info **** */
.text-info{
    padding: 100px 0;
    background: #13A89E;
}
.text-info h2{
    font-family: Metropolis;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: left;
    color: rgba(255,255,255,0.4);
}
.text-info h2 span{
    color: #fff;
}
/* **** End Text Info **** */




/* **** alemonia-box **** */
.alemonia-box{
    background: #F2F2F2;
    /* padding: 300px  0 215px; */
    padding: 200px 0 200px;
    position: relative;
    margin: 0 0 100px;
    /* margin: 0 0 300px; */
}
.alemonia-box .plus-img{
    position: absolute;
    bottom: 20px;
    right: 60px;
}
.alemonia-box .plus-img img{
    width: 25%;
}
.alemonia-box .big-text h1{
    /* font-size: 340px; */
    font-size: 200px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    left: 20%;
    /* top: 150px; */
    top: 50px;
    text-transform: uppercase;
    width: 100%;
    z-index: 9;
    transition: .4s linear;
}
.alemonia-img{
    width: 75%;
    margin: 0 auto;
    display: table;
    position: relative;
    z-index: 9;
}
.alemonia-img img{
    width: 100%;
}
/* **** End alemonia-box **** */

.care-margin-top {
    /* padding-top: 250px; */
}
.bottom-border {
    border-bottom: 2px solid black;
}
.social-icon {
    width: 45px;
    display: flex;
}
.social-icon > a img {
    width: 45px;
    padding: 0 5px;
}

section.manufacturing-wrp.inner-page-manufacturing{padding: 0;}

