@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');



/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    cursor: pointer;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}
button{
	font-family: "Assistant", sans-serif;
}
body {
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
}
.main-wrpper {
    overflow: hidden;
    height:100%;
    width: 100%;
    padding: 85px 0 0;
}
.container{
    max-width: 1455px;
    padding: 0 15px;
    margin: 0 auto;
}

.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.col-md-6{
    width: 50%;
    padding: 0 15px;
}
/* ***** End Common Css **** */


.fix-icons{
    position: fixed;
    left: 0;
    bottom: 40px;
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 7px;
    z-index: 99;
}
.fix-icons a{
    height: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}
.fix-icons a img{
    max-width: 100%;
}


/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    padding: 22px 0 16px;
    background: #D2B493;
    background: -webkit-linear-gradient(90deg, #EEE6DE 0%, #D2B493 100%);
    background: linear-gradient(90deg, #EEE6DE 0%, #D2B493 100%);
    border: none;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    
}
.home header { background: linear-gradient(90deg, #EEE6DE 0%, #D2B493 100%);}
header {background:#F6F4F2;}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar .navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    margin: 0;
    mix-blend-mode: luminosity;
}
.navbar .navbar-brand img {
    max-width: 100%;
    height: 47px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .menu-right{
    display: none;
    align-items: center;
}
.navbar .navbar-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    gap: 52px;
}
.navbar .navbar-nav .nav-link{
    padding: 12px 0;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    display: block;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav .contact-btn .nav-link{
    border-radius: 12px;
    padding: 12px 22px;
    border: 1px solid #fff;
    background-color: #F6F4F2;
    border-color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    display: table;
}
.navbar .navbar-nav .contact-btn .nav-link:hover{
    background-color: #000;
    color: #fff;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;padding: 0;cursor: pointer;}
.navbar .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar .navbar-toggler-icon {width: 21px;height: 16px;background-image: none;position: relative;border-bottom: 2px solid #42280A;transition: all 300ms linear;display: block;}
.navbar .navbar-toggler-icon:after,
.navbar .navbar-toggler-icon:before {width: 21px;position: absolute;height: 2px;background-color: #42280A;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar .navbar-toggler-icon:after {top: 7px;}
.navbar-toggler.show .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler.show .navbar-toggler-icon:before {transform: translateY(7px) rotate(-45deg);}
.navbar-toggler.show .navbar-toggler-icon {border-color: transparent;}
/* **** End Header **** */


.btn-primary{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    background: #F6F4F2;
    border: 0.8px solid #000000;
    border-radius: 12px;
    display: table;
    padding:12px 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-primary:hover{
    background-color: #000;
    color: #fff;
}

.btn-primary.black{
    background-color: #000;
    color: #fff;
}
.btn-primary.black:hover{
    background-color: #fff;
    color: #000;
}


/* **** Hero **** */
.hero-wrp {
    position: relative;
}
.hero-wrp .banner-img-mobile{
    display: none;
}
.hero-wrp .banner-img-mobile img{
    width: 100%;
}
.hero-wrp .banner-img img {
    width: 100%;
}
.hero-wrp .hero-detail {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.hero-wrp .hero-detail .description {
    max-width: 480px;
}
.hero-wrp .hero-detail .description h1 {
    font-weight: 300;
    font-size: 55px;
    line-height: 63px;
    text-align: right;
    color: #fffbf8;
    margin: 0 0 10px;
}
.hero-wrp .hero-detail .description h1 b {
    font-weight: bold;
    display: block;
}
.hero-wrp .hero-detail .description p {
    font-weight: 400;
    font-size: 30px;
    text-align: right;
    color: #fffbf8;
    margin: 0 0 30px;
	line-height: 49px;
}
.hero-wrp .hero-detail .description .btn-group {
    display: flex;
    align-items: center;
    gap: 34px;
}
.hero-description {
    padding: 25px 0;
}
.hero-description p {
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.hero-description p b {
    font-weight: 700 !important;
	font-size:23px;
	line-height:36px;
}
/* **** End Hero **** */




/* **** Master Robot **** */
.master-robot-wrp{
    background: #D2C1AC;
}
.master_slider{
    height: 100%;
    width: 100%;
}
.master_slider .slider-box{
    position: relative;
}
.master_slider .slider-box::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #D2C1AC;
    z-index: 8;
}
.master_slider .slider-box .box-image{
    height: 578px;
    width: 50%;
    margin-right: auto;
    margin-left: 0;
}
.master_slider .slider-box .box-image:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    width: 10%;
    background: linear-gradient(90deg, #eae2d900 0%, #d2c0ac79 40%, #D2C0AC 60%);
    z-index: 8;
}
.master_slider .slider-box .box-image img{
    width: 100%;
    height: 100%;
}
.master_slider .slider-box .detail{
    position: absolute;
    right: 0;
    top: 56%;
    left: 0;
    z-index: 10;
    -webkit-transform: translate(0, -56%);
    transform: translate(0, -56%);
}
.master_slider .slider-box .detail h3{
    font-weight: 700;
    font-size: 45px;
    line-height: 63px;
    text-align: right;
    color: #000000; 
    margin: 0;
}
.master_slider .slider-box .detail h4{
    font-weight: 300;
    font-size: 30px;
    color: #000000;
    margin: 0 0 10px;
	line-height:58px;
}
.master_slider .slider-box .detail p{
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin: 0;
    min-height: 155px;
    max-width: 366px;
    margin: 0 0 40px;
}
/* **** End Master Robot **** */



/* **** Training Center **** */
.training-center-wrp{
    background-color: #F6F4F2;
    padding: 125px 0;
    position: relative;
}
.training-center-wrp .training-detail{
    width: 50%;
    margin-right: auto;
}
.training-center-wrp .training-detail .description{
    display: table;
    margin-left: 0;
    margin-right: auto;
}
.training-center-wrp .training-detail .description h2{
    font-weight: 400;
    font-size: 35px;
    text-align: right;
    color: #000000; 
    margin: 0 0 30px;
}
.training-center-wrp .training-detail .description p{
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 40px;
}
.training-center-wrp .training-video{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.training-center-wrp .training-video:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    inset: 0;
    background-color: #000000;
    opacity: 33%;
}
.training-center-wrp .training-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.training-center-wrp .training-video .play-button{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #212121;
    height: 95px;
    width: 95px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.training-center-wrp .training-video .play-button img{
    height: auto;
    width: auto;
    max-width: 100%;
	position: relative;
    left: 6px;
}
/* **** End Training Center **** */



/* **** Counter **** */
.counter-wrp{
    padding: 187px 0 135px;
}
.counter-wrp ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.counter-wrp ul li{
    width: 25%;
    padding: 0 10px;
}
.counter-wrp .counter-box{
    width: 268px;
    border: 1px solid #000000;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    cursor: pointer;
}
.counter-wrp .counter-box::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 100%;
    inset: 0;
    background-color: #D2B493;
    z-index: -1;
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.counter-wrp .counter-box:hover::before{
    transform: scale(1);
}
.counter-wrp .counter-box h2{
    font-weight: 275;
    font-size: 55px;
    text-align: center;
    color: #000000;
    margin: 0 0 30px;
}
.counter-wrp .counter-box h4{
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #000000;
    margin: 0;
	line-height: 37.025px;
}
.counter-wrp .counter-box p{
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin: 0;
}
/* **** End Counter **** */



/* **** Technologies **** */
.technologie-wrp{
    padding: 0 0 75px;
}
.technologie-wrp .titlebar h2{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin: 0 0 70px;
}
.technologie-wrp .technologie_slider{
    height: 100%;
    width: 100%;
}
.technologie-wrp .technologie_slider .swiper-slide{
    padding: 8.5px;
}
.technologie-wrp .technologie_slider .slider-box{
    position: relative;
    border-radius: 12px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.technologie-wrp .technologie_slider .slider-box:hover{
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.32);
}
.technologie-wrp .technologie_slider .slider-box .box-img{
    border-radius: 12px 12px 0 0;
    height: 335px;
    position: relative;
}
.technologie-wrp .technologie_slider .slider-box .box-img::before{
    position: absolute;
    content: "";
    background: #ffffff;
    background: linear-gradient(180deg, #ffffff00 0%, #000000 100%);
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
}
.technologie-wrp .technologie_slider .slider-box .box-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 12px 12px 0 0;
}
.technologie-wrp .technologie_slider .slider-box .box-detail{
    padding: 25px 16px; 
    background-color: #000000;
    border-radius: 0 0 12px 12px;
    min-height: 137px;
}
.technologie-wrp .technologie_slider .slider-box .box-detail h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.technologie-wrp .technologie_slider .slider-box .box-detail p{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
	min-height: 40px;
}
.technologie-wrp .technologie_slider .slider-box .box-detail h6{
	font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.technologie-wrp .technologie_slider .technologie_slider_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 56px auto 0;
}
.technologie-wrp .technologie_slider .technologie_slider_nav .swiper-button-prev,
.technologie-wrp .technologie_slider .technologie_slider_nav .swiper-button-next,
.technologie-wrp .technologie_slider .technologie_slider_nav .button-prev,
.technologie-wrp .technologie_slider .technologie_slider_nav .button-next
{
    position: relative;
    height: auto;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
.technologie-wrp .technologie_slider .technologie_slider_nav .swiper-button-prev img,
.technologie-wrp .technologie_slider .technologie_slider_nav .swiper-button-next img,
.technologie-wrp .technologie_slider .technologie_slider_nav .button-prev img,
.technologie-wrp .technologie_slider .technologie_slider_nav .button-next img{
    max-width: 100%;
}
/* **** End Technologies **** */



/* **** Success Stories **** */
.success-stories-wrp{
    padding: 105px 0 185px;
    background-color: #F6F4F2;
}
.success-stories-wrp .titlebar h2{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin: 0 0 45px;
}
.success-stories-wrp .stories_slider{
    margin: 0 -40px;
    padding: 0 40px;
}
.success-stories-wrp .swiper-slide{
    padding: 13.14px;
}
.success-stories-wrp .slider-box{
    border: 1px solid #000000;
    border-radius: 12px;
    padding: 85px 85px 25px 25px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.success-stories-wrp .slider-box:hover{
    box-shadow: 1px 1px 14px 4px rgba(0, 0, 0, 0.36);
}
.success-stories-wrp .slider-box .quote-icon{
    position: absolute;
    top: 25px;
    right: 25px;
    max-width: 100%;
}
.success-stories-wrp .slider-box p{
    min-height: 115px;
    left: 286px;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: right;
    color: #000000;
    margin: 0;
}
.success-stories-wrp .slider-box h6{
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    text-align: right;
    color: #000000;
    margin: 0;
}
.success-stories-wrp .stories_slider_nav .button-prev,
.success-stories-wrp .stories_slider_nav .button-next{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    cursor: pointer;
}
.success-stories-wrp .stories_slider_nav .button-prev{
    left: auto;
    right: 0;
}
.success-stories-wrp .btn-primary{
    margin: 40px auto 0;
}
/* **** End Success Stories **** */




/* **** Our technology **** */
.technology-wrp{
    padding: 0;
    background-color: #F6F4F2;
}
.technology-wrp .titlebar h2{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin: 0 0 70px;
}
.technology-wrp .nav-tabs{
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #000;
    border-radius: 12px 12px 0 0;
    width: fit-content;
    margin: 0 auto;
    box-sizing: border-box;
}
.technology-wrp .nav-tabs li{
    margin: 0;
    padding: 0;
}
.technology-wrp .nav-tabs li .nav-link{
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #F6F4F2;
    width: 337px;
    text-align: center;
    background-color: #000000;
    border-radius: 12px;
    border: 1px solid #000;
    border-bottom: none;
    padding: 18.5px 20px;
    cursor: pointer;
    position: relative;
}
.technology-wrp .nav-tabs li .nav-link:hover{
    background-color: #F6F4F2;
    color: #000000;
	border-radius: 12px 12px 0 0;
}
.technology-wrp .nav-tabs li .nav-link.active{
    background-color: #F6F4F2;
    color: #000000;
    font-weight: bold;
    padding-top: 26px;
	padding-bottom:17px;
    margin-top: -7px;
	width:322px;
	border-radius: 20px 20px 0 0;
}
.technology-wrp .technology-block{
    position: relative;
}
.technology-wrp .technology-block::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    inset: 0;
    background: #000000;
    background: linear-gradient(89.99deg, #000000 21%, #D9D4D1 37.33%, #000000 47.05%, #403D3A 78.96%, #020202 90.91%);
    mix-blend-mode: multiply;
}
.technology-wrp .technology-block .box-detail{
    position: relative;
    z-index: 5;
	padding:20px 0;
}
.technology-wrp .technology-block .box-detail h6{
    font-weight: 600;
    font-size: 19px;
    line-height: 36px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 30px;
    max-width: 602px;
}
.technology-wrp .technology-block .box-detail p{
    font-weight: 400;
    font-size: 19px;
    line-height: 33px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 75px;
	margin:0 0 20px;
    max-width: 602px;
}
.technology-wrp .technology-block .box-img img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:647px;
	object-fit:cover;
}

.technology-wrp .tab-content .tab-pane {
    display: none;
}

.technology-wrp .tab-content .tab-pane.active {
    display: block;
}
/* **** End Our technology **** */



/* **** FAQ **** */
.faq-wrp{
    padding: 85px 0;
}
.faq-wrp .titlebar h2{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin: 0 0 70px;
}

.faq-wrp .faq-block{
    max-width: 1157px;
    margin: 0 auto;
}
.faq-wrp .faq-block .accordion-item{
    border-top: 1px solid #817278;
}
.faq-wrp .faq-block .accordion-item:last-child{
    border-bottom: 1px solid #817278;
}
.faq-wrp .faq-block .accordion-item button,.faq-wrp .faq-block .accordion-item div.btn{
    font-weight: 700;
    font-size: 20px;
    line-height: 65px;
    text-align: right;
    color: #000000;
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    border: 0;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
	font-family: "Assistant", sans-serif;
	cursor:pointer;
}
.faq-wrp .faq-block .accordion-item button:before,.faq-wrp .faq-block .accordion-item div.btn:before{
    position: absolute;
    content: "+ ";
    right:auto;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 700;
    font-size: 41px;
    line-height: 54px;
    text-align: center;
    color: #D2B493;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-wrp .faq-block .accordion-item button.active:before,.faq-wrp .faq-block .accordion-item.active div.btn:before{
    content: "-";
}
.faq-wrp .faq-block .accordion-item .collapse.show{
    display: block;
}
.faq-wrp .faq-block .accordion-item .accordion-body{
    padding: 0 0 20px;
}
.faq-wrp .faq-block .accordion-item .accordion-body p{
    font-weight: 400;
    font-size: 19px;
    line-height: 33px;
    text-align: right;
    color: #000000;
    margin: 0;
	max-width: 88%;
}
/* **** End FAQ **** */




/* **** End Contact **** */
.contact-image-mobile{display: none;}
.contact-wrp{
    background: linear-gradient(90deg, #F6F4F2 0%, #D2B493 100%);
    padding: 168px 0 172px;
    position: relative;
}
.contact-wrp .row{
    margin: 0 -5px;
    row-gap: 12px;
}
.contact-wrp .row .col-md-6{
    padding: 0 5px;
}
.contact-wrp .row .col-md-2{
    width: 16.45%;
    padding: 0 6.5px;
}
.contact-wrp .row .col-md-10{
    width: 83.55%;
    padding: 0 6.5px;
}
.contact-wrp .contact-block{
    max-width: 847px;
}
.contact-wrp .contact-block h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 51px;
    text-align: right;
    color: #000000;
    margin: 0 0 8px;
}
.contact-wrp .contact-block p{
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    margin: 0 0 19px;
}
.contact-wrp .contact-block form p{margin:0px;}
.contact-wrp .contact-block h6{
    font-weight: 400;
    font-size: 27px;
    text-align: right;
    color: #000000;
    margin: 25px 0 0;
}
.contact-wrp .contact-block .form-group .form-control{
    font-weight: 600;
    font-size: 17px;
    text-align: right;
    color: #000000;
    background: #F1F1F1;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 18px;
	font-family: "Assistant", sans-serif;
}
.contact-wrp .contact-block .form-group .form-control::placeholder{
    color: #000;
}
.contact-wrp .contact-block .btn-primary{
    padding: 17px 0;
    display: block;
    width: 100%;
    line-height: 22px;
    border-radius: 8px;
	font-family: "Assistant", sans-serif;
	cursor:pointer;
	font-size:21px;
	font-weight:700;
}
.contact-wrp .contact-image img{
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    pointer-events: none;
}
/* **** Contact **** */



/* **** Footer **** */
footer{
    background-color: #000000;
    padding: 40px 0 30px;
}
footer .row{
    align-items: flex-start;
}
footer .col-md-3{
    width: 25%;
    padding: 0 15px;
}
footer .foot-logo a{
    display: table;
    margin: 0 auto 0 0;
}
footer .foot-logo a img{
    max-width: 100%;
}
footer .quicklinks h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 15px;
}
footer .quicklinks ul li a,footer .quicklinks ul li{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 43px;
    text-align: right;
    color: #FFFFFF;
}
footer .quicklinks.last_one ul li a,footer .quicklinks.last_one ul li{font-size:15px;}
footer .foot-block{
    padding: 60px 0 16px;
    margin: 0 0 15px;
    border-bottom: 1px solid #FFFFFF;
}
footer .foot-block .row{
    align-items: center;
}
footer .foot-block .foot-icon img{
    max-width: 100%;
}
footer .foot-block .social-icon ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}
footer .foot-block .social-icon ul li a{
    max-width: 100%;
}
footer .copyright p{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0;
}
footer .copyright h6,footer .copyright h6 a{
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0;
}
/* **** End Footer **** */



/* **** Product Banner **** */
.product-banner-wrp{
    background-color: #000000;
    position: relative;
	max-height: 662px;
    overflow: hidden;
}

.product-banner-wrp .product-img{
    display: table;
    margin-left: 0;
    margin-right: auto;
    width: 50%;
	/*background-attachment: fixed !important;
	background-repeat: no-repeat !important;*/
	background: none !important;
}
.product-banner-wrp .product-img img{
    width: 100%;
	opacity: 1;
    visibility: visible;
    max-width: 100%;
    object-fit: cover;
    height: auto;
    width: 100%;
}
.product-banner-wrp .product-detail{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.product-banner-wrp .product-detail .detail{
    max-width: 452px;
}
.product-banner-wrp .product-detail h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 68px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 13.42px 16px;
    margin: 0 auto 16px;
    border-bottom: 1px solid #D2B493;
	width: max-content;
}
.product-banner-wrp .product-detail p{
    font-weight: 300;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 32px;
}
.product-banner-wrp .product-detail .btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
/* **** End Product Banner **** */



/* **** About Technology **** */
.about-technology-wrp{
    background: linear-gradient(90deg, #F6F4F2 0%, #DBC4AB 100%);
    mix-blend-mode: multiply;
    padding: 197px 0;
    position: relative;
}
.about-technology-wrp .about-technology-img img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    pointer-events: none;
    object-fit: contain;
}
.about-technology-wrp .description{
    max-width: 520px;
}
.about-technology-wrp .description h2{
    font-weight: 400;
    font-size: 35px;
    line-height: 52px;
    text-align: right;
    color: #000000;
    margin: 0 0 10px;
}
.about-technology-wrp .description h3{
    font-weight: 700;
    font-size: 23px;
    line-height: 36px;
    text-align: right;
    color: #000000;
    margin: 0 0 10px;
}
.about-technology-wrp .description p{
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: right;
    color: #000000;
    margin: 0;
}
/* **** End About Technology **** */



/* **** Advantages **** */
.advantages-wrp{
    padding: 40px 0 0;
}
.advantages-wrp .titlebar h2{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin: 0 0 10px;
	line-height: 148.1%;
}
.advantages-wrp .titlebar p{
    max-width: 581px;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
.advantages-wrp .advantage-block .advantage-detail{
    padding: 70px 0 0;
}
.advantages-wrp .advantage-block .advantage-detail ul li{
    padding: 10px 0;
    border-bottom: 1px solid #D2B493;
}
.advantages-wrp .advantage-block .advantage-detail ul li a{
    display: block;
    padding: 12px 30px;
    margin: 0 -30px 0 0;
    border-radius: 22px;
}
.advantages-wrp .advantage-block .advantage-detail ul li a:hover{
    background: #ECEAE8;
    border-radius: 22px;
    box-shadow: 1px 1px 14px 4px rgba(0, 0, 0, 0.36);
}
.advantages-wrp .advantage-block .advantage-detail ul li a h3{
    font-weight: 400;
    font-size: 35px;
    text-align: right;
    color: #000000;
    margin: 0 0 5px;
}
.advantages-wrp .advantage-block .advantage-detail ul li a p{
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: right;
    color: #000000;
    margin: 0;
}
.advantages-wrp .advantage-block{
    margin: -140px 0 0;
	margin:0 0 100px;
}
.advantages-wrp .advantage-block .advantage_slider{
    height: 100%;
    width: 100%;
    padding-right: 40px;
}
.advantages-wrp .advantage-block .advantage_slider .slider-box img{
    max-width: 100%;
}
/* **** End Advantages **** */



/* **** Before After Technology **** */
.before-after-technology{
    padding: 164px 0 205px;
    background: url('../images/technology-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    background-color: #696666;

}
.before-after-technology .titlebar h2{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #fff;
    margin: 0 0 70px;
}
.before-after-technology .technology-block{
    padding: 0 109.5px;
    position: relative;
}
.before-after-technology .technology_slider .slider-box .box-img{
    position: relative;
	min-height: 190px;
    display: grid;
    align-items: center;
}
/*.before-after-technology .technology_slider .slider-box .box-img img{
    width: 100%;
    border-radius: 18px;
}*/
.before-after-technology .technology_slider .slider-box .box-img img{
   width: auto;
    border-radius: 18px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.tech_single img{
	width: auto;
    border-radius: 18px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.before-after-technology .technology_slider .slider-box .box-img ul{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    display: flex;
    align-items: center;
}
.before-after-technology .technology_slider .slider-box .box-img ul li{
    width: 50%;
}
.before-after-technology .technology_slider .slider-box .box-img ul li span{
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    color: #000000;
    display: table;
    margin: 0 auto;
    width: 84px;
    background: rgba(210, 180, 147, 0.82);
    border-radius: 6px;
    padding: 4px;
}
.before-after-technology .technology_slider .slider-box h3{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    margin: 40px 0 0;
}
.before-after-technology .technology_slider_nav .button-prev,
.before-after-technology .technology_slider_nav .button-next{
    position: absolute;
    left: 0;
    top: 41%;
    -webkit-transform: translate(0, -41%);
    transform: translate(0, -41%);
    z-index: 9;
    cursor: pointer;
}
.before-after-technology .technology_slider_nav .button-prev img,
.before-after-technology .technology_slider_nav .button-next img{
    filter: brightness(1) invert(1);
}
.before-after-technology .technology_slider_nav .button-prev{
    left: auto;
    right: 0;
}
/* **** End Before After Technology **** */


/* **** Reviews ***** */
.review-wrp{
    background-color: #F6F4F2;
    padding: 100px 0 190px;
}
.review-wrp .titlebar h2{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #000;
    margin: 0 0 50px;
}
.review-wrp .review-block{
    padding: 0 100px;
    position: relative;
}
.review-wrp .review_slider{
    height: 100%;
    width: 100%;
}
.review-wrp .review_slider .slider-box{
    display: flex;
    align-items: center;
    background: #F6F4F2;
    border: 1px solid #000000;
    border-radius: 12px;
    padding: 28px 28px 28px 48px;
    gap: 25px;
    margin: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.review-wrp .review_slider .slider-box:hover{
    background: #F6F4F2;
    border: 1px solid #000000;
    box-shadow: 1px 1px 14px 4px rgba(0, 0, 0, 0.36);
    border-radius: 12px;
}
.review-wrp .review_slider .slider-box .box-img{
    height: 135px;
    min-width: 135px;
    width: 135px;
    border-radius: 100%;
}
.review-wrp .review_slider .slider-box .box-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.review-wrp .review_slider .slider-box .detail p{
    font-weight: 400;
    font-size: 21px;
	line-height:28.581px;
    text-align: right;
    color: #000000;
    margin: 0 0 15px;
}
.review-wrp .review_slider .slider-box .detail h6{
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    text-align: right;
    color: #000000;
}
.review-wrp .review-block .button-prev,
.review-wrp .review-block .button-next{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    cursor: pointer;
}
.review-wrp .review-block .button-prev img,
.review-wrp .review-block .button-next img{
    max-width: 100%;
}
.review-wrp .review-block .button-prev{
    left: auto;
    right: 0;
}
/* **** End Reviews ***** */



/* **** About Technology **** */
.about-wrp{
    background-color: #000000;
    padding: 80px 0 150px;
    position: relative;
}
.about-wrp::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    inset: 0;
    background: linear-gradient(90.32deg, #000000 0.27%, #55555580 0.27%, #66666688 13.45%, #262626f5 23.52%, #000000 63.49%);
    background-blend-mode: multiply;
    z-index: 9;
}
.page-template-robots .about-wrp::before{
	background: linear-gradient(90deg, #000 0.27%, #555 0.27%, #666 13.45%, #262626 23.52%, #000 63.49%);
	mix-blend-mode:multiply;
}
.page-template-robots.page-id-421 .about-wrp::before{
	background: linear-gradient(90deg, #000 -4.34%, #555 -4.34%, #666 9.45%, #262626 19.98%, #000 61.8%);
    background-blend-mode: multiply;
}

.about-wrp .about-image{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
}
.about-wrp .about-image video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-wrp .about-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-wrp .titlebar h2{
    font-weight: 400;
    font-size: 35px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 110px;
    position: relative;
    z-index: 9;
}
.about-wrp .about-block{
    max-width: 1140px;
    position: relative;
    z-index: 9;
}
.about-wrp .about-block .about-detail h3{
    font-weight: 700;
    font-size: 27px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 25px;
    max-width: 360px;
	line-height: 136.1%;
}
.about-wrp .about-block .about-detail p{
    min-height: 165px;
    max-width: 448px;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 46px;
}
.about-wrp .about-block .about-detail a{
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    color: #D2B493;
}


.about-wrp .about-block .about-detail h2{
    font-weight: 400;
    font-size: 35px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.about-wrp .about-block .about-detail h4{
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: right;
    color: #F6F4F2;
    min-height: 106px;
    margin: 0 0 15px;
}
.about-wrp .about-block .about-detail ul li{
    font-weight: 400;
    font-size: 19px;
    line-height: 50px;
    text-align: right;
    color: #F6F4F2;
    padding-right: 24px;
    position: relative;
}
.about-wrp .about-block .about-detail ul li:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #D2B493;
    border-radius: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.cosmetics-about-block .row{
    align-items: flex-start;
    margin: 0 -150px;
}
.cosmetics-about-block .row .col-md-6{
    padding: 0 150px;
    border-left: 1px solid #D2B493;
}
.cosmetics-about-block .row .col-md-6:last-child{
    border: none;
}
/* **** End About Technology **** */



/* ***** About Banner **** */
.about-banner-wrp{
    background: linear-gradient(76.84deg, #DFCBB5 32.91%, #796E62 81.25%);
    padding: 270px 0 235px;
    position: relative;
}
.about-banner-wrp .hero-img .desktop-img{display: block;}
.about-banner-wrp .hero-img .mobile-img{display: none;}
.about-banner-wrp .hero-img img{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
}
.about-banner-wrp .detail{
    max-width: 478px;
}
.about-banner-wrp .detail h1{
    font-weight: 400;
    font-size: 35px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 6px;
	line-height: 51.835px;
}
.about-banner-wrp .detail p{
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
}
/* ***** End About Banner **** */


/* **** Our products **** */
.our_product_wrp{
    position: relative;
    padding: 130px 0;
}
.our_product_wrp .products-image{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.our_product_wrp .products-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.our_product_wrp .detail{
    max-width: 534px;
}
.our_product_wrp .detail h2{
    font-weight: 400;
    font-size: 35px;
    text-align: right;
    color: #000000;
    margin: 0 0 20px;
    line-height: 148.1%;
}
.our_product_wrp .detail p{
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: right;
    color: #000000;
    margin: 0 0 45px;
}
.our_product_wrp .btn-primary.black{width:156.842px; padding:12px 0;}
/* **** End Our products **** */


/* **** Quality **** */
.quality-wrp{
    background: linear-gradient(90deg, #F6F4F2 0%, #DBC3AA 100%);
    padding: 224.40px 0;
    position: relative;
}
.quality-wrp .quality-girl-img{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.quality-wrp .quality-girl-img img{
    max-width: 100%;
}
.quality-wrp .detail{
    width: 50%;
    padding-right: 58px;
    margin-left: 0;
    margin-right: auto;
}
.quality-wrp .detail p{
    max-width: 608px;
    font-weight: 400;
    font-size: 30px;
    text-align: right;
    color: #000000;
    margin: 0;
	line-height: 148.1%;
}
/* **** End Quality **** */



/* **** Service **** */
.service-wrp{
    padding: 145px 0 95px;
}
.service-wrp .service-box{
    padding: 35px 105px 45px;
    position: relative;
}
.service-wrp .service-box::before{
    position: absolute;
    content: "";
    height: 25%;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    border-radius: 20px;
    background-color: #D2B493;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: -1;
}
.service-wrp .service-box:hover::before{
    height: 100%;
    opacity: 1;
}
.service-wrp .service-box:hover h2{
    border-color: #fff;
}
.service-wrp hr{
    display: none;
    border-bottom: 1px solid #D2B493;
    margin: 15px 0;
}
.service-wrp .service-box .mbl-icon{display: none;margin: 0 0 10px;}
.service-wrp .service-box .mbl-icon img{max-width: 50px;filter: brightness(0) invert(0);transition: all 0.3s linear;}
.service-wrp .service-box h2{
    font-weight: 400;
    font-size: 35px;
    line-height: 148.1%;
    text-align: right;
    color: #000000;
    padding: 0 0 23px;
    border-bottom: 1px solid #D2B493;
    margin: 0 0 35px;
}
.service-wrp .service-box .box-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: flex-end;
}
.service-wrp .service-box .box-grid .box-icon{
    height: 94px;
    width: 94px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-wrp .service-box .box-grid .box-icon img{
    max-width: 100%;
}
.service-wrp .service-box .box-grid .info{
    max-width: 531px;
    margin-left: 0;
    margin-right: auto;
}
.service-wrp .service-box .box-grid .info p{
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: right;
    color: #000000;
    margin: 0;
}
/* **** End Service **** */



/* **** Our Team **** */
.team-wrp{
    background-color: #000000;
    padding: 85px 0 180px;
}
.team-wrp .titlebar h2{
    font-weight: 400;
    font-size: 35px;
	line-height: 148.1%;
    text-align: center;
    color: #F6F4F2;
    margin: 0 0 90px;
}
.team-wrp .team_slider{
    width: 100%;
    height: 100%;
}
.team-wrp .team_slider .slider-box{
    display: table;
    margin: 0 auto;
    position: relative;
}
.team-wrp .team_slider .slider-box img{
    width: 100%;
    border-radius: 20px;
}
.team-wrp .team_slider .slider-box .detail{
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.team-wrp .team_slider .slider-box .detail h3{
    font-weight: 400;
    font-size: 35px;
    line-height: 148.1%;
    text-align: right;
    color: #F6F4F2;
    margin: 0;
    padding: 0 24px 5px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.team-wrp .team_slider .slider-box .detail h3::before{
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #D2B493;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.team-wrp .team_slider .slider-box .detail p{
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    color: #F6F4F2;
    padding: 5px 24px 0;
    margin: 0;
	line-height: 148.1%;
}
.team-wrp .team_slider .slider-box:hover .detail{
    transform: translate(0, -122px);
}
.team-wrp .team_slider .slider-box:hover .detail h3:before{
    right: 20px;
    width: 31.24%;
}
/* **** End Our Team **** */


/* ***** About Banner **** */
.cosmetics-banner-wrp{
    background: linear-gradient(76.84deg, #DFCBB5 32.91%, #796E62 81.25%);
    padding: 220px 0 100px;
    position: relative;
}
.cosmetics-banner-wrp .hero-img img{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
}
.cosmetics-banner-wrp .detail{
    max-width: 739px;
}
.cosmetics-banner-wrp .detail h1{
    font-weight: 700;
    font-size: 55px;
    line-height: 148.1%;
    text-align: right;
    color: #F6F4F2;
    margin: 0 0 15px;
}
.cosmetics-banner-wrp .detail h5{
    font-weight: 400;
    font-size: 35px;
    line-height: 148.1%;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 24px;
}
.cosmetics-banner-wrp .detail p{
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: right;
    color: #FFFFFF;
    margin: 0 0 24px;
}
.cosmetics-banner-wrp .detail h6{
    font-weight: 600;
    font-size: 24px;
    line-height: 148.1%;
    color: #FFFFFF;
    margin: 0;
}
/* ***** End About Banner **** */


/* **** Our products **** */
.our-products-wrp{
    padding: 55px 0 25px;
}
.our-products-wrp .titlebar h2{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #000;
    margin: 0 0 50px;
}
.our-products-wrp .products_slider{
    width: 100%;
    height: 100%;
	direction: rtl;
}
.our-products-wrp .products_slider .swiper-slide{
    padding: 18px 0;
	display:flex;
  justify-content:center;
  align-items:center;
}
.our-products-wrp .products_slider .slider-box{
    padding: 0;
    border-radius: 26px;
    display: flex;
    align-items: center;
    background: #F6F4F2;
    border-radius: 26px;
    gap: 14px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	padding: 0 20px;
}
.our-products-wrp .products_slider .slider-box:hover{
    box-shadow: 1px 1px 14px 4px rgba(0, 0, 0, 0.36);
}
.our-products-wrp .products_slider .slider-box .detail p{
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #000000; 
    padding: 0 0 10px;
    margin: 0 0 10px;
    position: relative;
}
.our-products-wrp .products_slider .slider-box .detail p::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 125px;
    border-bottom: 1px solid #D2B493;
    margin: 0 auto;

}
.our-products-wrp .products_slider .slider-box .detail h6{
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.our-products-wrp .products_slider .slider-box .box-img img{
    max-width: 100%;
	max-width:290px;
}
/* **** End Our products **** */




/* *** Skin **** */
.skin-wrp{
    background: linear-gradient(90deg, #F6F4F2 0%, #D2B493 100%);
    mix-blend-mode: multiply;
    padding: 170px 0;
    position: relative;
}
.skin-wrp .skin-shape{
    position: absolute;
    left: 0;
    bottom: -40px;
    max-width: 100%;
    pointer-events: none;
}
.skin-wrp .skin-girl{
    position: absolute;
    left: 5%;
    bottom: 0;
    max-width: 100%;
}
.skin-wrp .detail{
    max-width: 628px;
}
.skin-wrp .detail h2{
    font-weight: 400;
    font-size: 35px;
    text-align: right;
    color: #000000;
    margin: 0 0 24px;
	line-height: 148.1%;
}
.skin-wrp .detail h3{
	line-height: 148.1%;
	font-size: 23px;
font-style: normal;
font-weight: 700;
margin: 0 0 24px;
}
.skin-wrp .detail p{
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: right;
    color: #000000;
    margin: 0;
}
/* *** End Skin **** */



/* **** benefits **** */
.benefits-wrp{
    padding: 60px 0 0;
}
.benefits-wrp .titlebar h2{
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin:0;
}
.benefits-detail{
    max-width: 720px;
}
.benefits-detail ul li{
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #D2B493;
}
.benefits-detail ul li:last-child{
    padding: 0;
    margin: 0;
    border: none;
}
.benefits-detail ul li a{
    border-radius: 22px;
    display: block;
    padding: 13px 26px;
}
.benefits-detail ul li a:hover{
    box-shadow: 1px 1px 14px 4px rgba(0, 0, 0, 0.36);
    background: #ECEAE8;    
}
.benefits-detail ul li a h3{
    font-weight: 400;
    font-size: 35px;
    line-height: 148.1%;
    text-align: right;
    color: #000000;
    margin: 0 0 5px;
}
.benefits-detail ul li a p{
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    text-align: right;
    color: #000000;
    margin: 0;
}
/* **** End benefits **** */


.mblshow{display: none;}


.mobile-footer{
    display: none;
}
.mobile-footer .accordion-item{
    border-top: 1px solid #fff;
}
.mobile-footer .accordion-item:last-child{
    border-bottom: 1px solid #fff;
}
.mobile-footer .accordion-item .btn{
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    padding: 14px 0;
    color: #fff;
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    border: 0;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
.mobile-footer .accordion-item .btn:before{
    position: absolute;
    content: "";
    right:auto;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 18px;
    width: 18px;
    background-image: url('../images/down-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mobile-footer .accordion-item.active .btn:before{
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
/*.mobile-footer .accordion-item .collapse{
    display: none;
}*/
.mobile-footer .accordion-item .collapse.show{
    display: block;
}
.mobile-footer .accordion-item .accordion-body{
    padding: 0 0 20px;
}
.mobile-footer .accordion-item .accordion-body ul li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 43px;
    text-align: right;
    color: #FFFFFF;
}
.mobile-footer .accordion-item .accordion-body ul li{
	font-weight: 400;
    font-size: 15px;
    line-height: 43px;
    text-align: right;
    color: #FFFFFF;
}