@charset "utf-8";

:root {  
   /** @font family declaration **/
   --ff-body:'AnkoModerat-Regular';   
   --ff-bold:'AnkoModerat-Bold';
   --ff-light:'AnkoModerat-Light';
   --ff-bolditalic:'AnkoModerat-BoldItalic';
   --ff-regitalic:'AnkoModerat-RegularItalic';
   --ff-myriadPro-reg:'MyriadPro-Regular';

   /** common color declaration **/
    --bg-white: #ffffff;
    --bg-grey: #F5F5F7;
    --black: #000000;
    --pink: #B0116B;
    --txt-grey: #837777;
    --blue: #5D277D;
    --orange: #EA6C22;
    --red: #ff0000;
    --succes-color: #2ecc71;
    --error-color: #e74c3c; 
    --txt-dgrey: #2A2727;
    --lbrown: #F5F4EB;

}

/* CSS Document */

body { padding:0px; margin:0px;  background-color: var(--bg-white); font-size:16px; color:#303030; line-height:20px; font-family: var(--ff-body); overflow-x: hidden; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, audio, video, source { display: block; margin: 0; padding: 0; }
a, img { border: medium none; }
a { color: #303030; text-decoration: none;  outline:none;}
div { margin: 0; padding: 0; }
p { font-size:16px; line-height:24px; padding:0px; margin:0px; color:#303030;} 
h1, h2, h3, h4, h5, h6 { font-weight:normal; padding:0px; margin:0px; line-height: 30px; }
ul, li { list-style:none;}
a:focus, :focus{ outline:none; }
ul,ol { list-style-type:none; padding:0px; margin:0px; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; } 
* html .clearfix { height: 1%; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after, *, ::after, ::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clear { clear: both; line-height: 1px; padding:0px; height:0px; font-size:1px; }
.left { float:left; }
.right { float:right; }
.anim { transition:all 1s ease; -moz-transition:all 1s ease; -webkit-transition:all 1s ease; -o-transition:all 1s ease; }
.anim2 { transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; }
.row { width:1280px; margin:auto; padding:0px;}
.row1 { width:100%; margin:auto; padding:0px 35px;}

h1 { font-size: 45px; line-height: 50px; font-family: var(--ff-bold); position: relative; }
/* h2 { font-size: 45px; line-height: 50px; font-family: var(--ff-bold); position: relative; }
h6 { color: var(--txt-black); font-size: 14px; font-family: var(--ff-medium); text-transform: uppercase; letter-spacing: 0.5px;} */

.align-center { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }

header { float: left; width: 100%; position: relative; z-index: 99; background: var(--bg-white); padding: 14px 0; border-bottom: 8px solid var(--pink);}
.logo { float: left; width: 36%; padding-right: 43px;}
.logo a { float: left; width: 100%; display: flex; flex-wrap: wrap; align-items: center;}
.logo img { width: 100%; max-width: 190px; float: left; margin-right: 32px;}
.logo span { float: left; width: calc(100% - 222px); font-size: 22px; line-height: 26px; font-family: var(--ff-light); color: var(--pink);}

.hdr-rht { display: flex; width: 64%; align-items: center; justify-content: right; flex-direction: row; column-gap: 30px; }

.search { float: left; width: 240px; position: relative;}
.search input[type="text"] { transition: 0.4s ease; border: 1px solid #000; background: var(--bg-white); width: 100%; font-family: var(--ff-body); height: 50px; color: var(--txt-grey); font-size: 18px; padding: 0 45px 0 15px;}
.search button { background: url(../images/search.svg) no-repeat 0 0; width: 26px; height: 26px; display: inline-block; border: none; background-size: cover; position: absolute; top: 50%; transform: translateY(-50%); right: 15px;
cursor: pointer; transition: 0.4s ease;}
.search-in { float: left; width: 100%; position: relative;}
.is-sticky header { box-shadow: 0px 0px 3px rgba(0,0,0,0.15); }
/* .is-sticky .megamenu-sec ul li a { padding: 35px 0;} */
.search input[type="text"]:focus { border: 1px solid var(--pink);}
.search button:hover { opacity: 0.7;}

/*****menu css*******/
.megamenu-sec {  float: left; }
.megamenu-sec ul { margin: 0; padding: 0; display: flex; column-gap: 28px; flex-wrap: wrap;}
.megamenu-sec ul li { display: inline-block; margin-right: 0; /*position: relative;*/ }
.megamenu-sec ul li a { font-size: 18px; color: var(--txt-dgrey); transition: 0.4s ease; position: relative; padding: 35px 0; display: inline-block;  text-decoration: none; letter-spacing: 0.5px; position: relative;}
.megamenu-sec ul li a i { margin-left: 5px; transform: translateY(2px); transition: 0.4s; position: relative; top: 2px;}
.megamenu-sec ul li ul.submenu { transition: 0.4s ease; position: absolute; background-color: var(--bg-white); padding: 30px; width: 300px; transition: 0.3s; top: 100%; opacity: 0; visibility: hidden; display: none; /*box-shadow: 8px 8px 16px rgba(0,0,0,0.1);*/ box-shadow: 3px 10px 30px rgb(145, 39, 119,0.1);
transform: scaleZ(0);}
.megamenu-sec ul li ul.submenu li { margin: 0; margin-bottom: 0px; margin-bottom: 6px; display: block;}
.megamenu-sec ul li ul.submenu li a {line-height: 20px;transition: all 0.4s ease;font-size: 18px;color: var(--txt-dgrey);display: block;padding: 0 0 0 15px;text-transform: none;font-family: var(--ff-Regular);}
.megamenu-sec ul li ul.submenu li a::before { transition: all 0.4s ease; position: absolute; left: 0; top: 0; content: "\f054"; font-family: "FontAwesome"; color: var(--txt-dark-blue); font-size: 10px; transition: all 0.4s ease; }
.megamenu-sec ul li ul.submenu li a:hover { color: var(--pink); }
.megamenu-sec ul li ul.submenu li a:hover::before  { color: var(--txt-red); }
.megamenu-sec ul li:hover ul.submenu { opacity: 1; visibility: visible; transform: scaleZ(1);}
.megamenu-sec ul li.has-mega-menu ul.submenu {width: 100%;min-height: 300px;left: 0;max-width: 1280px;right: 0;margin: 0 auto;display: flex;flex-wrap: wrap;column-gap:2%;/* border: 1px solid #A91279; */}
.megamenu-sec ul li.has-mega-menu ul.submenu li {/*width: 33.33%;*/flex: 1 1 100%;display: flex;flex-wrap: wrap;column-gap: 5%;padding-top: 10px;}
.megamenu-sec ul li.has-mega-menu ul.submenu li:last-child {flex: 1 1 28%;padding-top: 10px;}
.megamenu-sec ul li.has-mega-menu ul.submenu li div { flex: 1 1 47.5%;}
.megamenu-sec ul li.has-mega-menu ul.submenu li div h3 { font-size: 22px; line-height: 24px; color: var(--txt-dgrey); font-family: var(--ff-bold); margin-bottom: 12px;}
.megamenu-sec ul li.has-mega-menu ul.submenu li div p { color: var(--txt-dgrey); font-family: var(--ff-body); font-size: 18px; line-height: 26px; margin-bottom: 0px; }
.megamenu-sec ul li.has-mega-menu ul.submenu li div ul li { flex: 1 1 100%; margin-bottom: 12px; padding: 0px;}
.megamenu-sec ul li.has-mega-menu ul.submenu li div ul li a { padding-left: 0px; font-size: 18px; line-height: 24px; color: var(--txt-dgrey); transition: all 0.4s ease; letter-spacing: 0px;}
.megamenu-sec ul li.has-mega-menu ul.submenu li div ul li a::before { display: none;}
.megamenu-sec ul li.has-mega-menu ul.submenu li div ul li a:hover, .megamenu-sec ul li.has-mega-menu ul.submenu li div ul li a.active { color: var(--pink);font-family: var(--ff-bold);}
.megamenu-sec ul li.has-mega-menu ul.submenu li div ul li a.title { font-size: 22px;}
.sub-menu-div { float: left; width: 100%; position: relative;}
.menu-dept-img { float: left; width: 100%;}
.menu-dept-img img { float: left; width: 100%; }
.menu-img { float: left; width: 100%; margin-bottom: 10px;}
.megamenu-sec ul li.has-mega-menu ul.submenu li div.menu-dept-img p { color: var(--txt-dgrey); font-family: var(--ff-body); font-size: 18px; line-height: 24px; margin-bottom: 12px; }
.megamenu-sec ul li ul.submenu li a.inspired-link { color: var(--pink); font-size: 16px; line-height: 18px; font-family: var(--ff-light);transition: all 0.4s ease; padding-left: 0px;
letter-spacing: 0px;}
.megamenu-sec ul li ul.submenu li a.inspired-link:hover { color: var(--blue);}
.megamenu-sec ul li ul.submenu li a.inspired-link::before { display: none;} 
.megamenu-sec ul li a:hover, .megamenu-sec ul li a.active { color: var(--pink);}

.menu-dept-img { width: 100%; height: 100%; top: 0; opacity: 0; visibility: hidden; position: absolute; left: 0px;top: 0;z-index: 1; height: 100%; z-index: 99; transition: all 0.5s ease;}
.menu-dept-img.show {  opacity: 1; visibility: visible;} 

.abt-dept-img { float: left; width: 100%; height: 100%; top: 0;opacity: 0; visibility: hidden; position: absolute; left: 0px;top: 0;z-index: 1; height: 100%; z-index: 99; transition: all 0.5s ease;}
.abt-dept-img img { float: left; width: 100%; }
.abt-dept-img.show {  opacity: 1; visibility: visible;} 


/* this CS forms the triangles */
.megamenu-sec ul li.has-dropdown a:after,
.megamenu-sec ul li.has-dropdown a:before { visibility: hidden; opacity: 0; content: '';display: block;position: absolute;left: 0px; right: 0px; margin: auto; width: 0;height: 0;border-style: solid; z-index: 9;}
/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.megamenu-sec ul li.has-dropdown a:after {bottom: 0px;border-color: transparent transparent #fff transparent ;border-width: 16px; display: none;}
/* this border color controlls the outside, thin border */
/* .megamenu-sec ul li.has-dropdown a:before {bottom: 0px;border-color: transparent transparent #A91279 transparent ;border-width: 13px;} */
/* .megamenu-sec ul li.has-dropdown:hover a::before { visibility: visible; opacity: 1; } */
.megamenu-sec ul li.has-dropdown:hover a::after { visibility: visible; opacity: 1; }

.megamenu-sec ul li.has-dropdown ul.submenu li a::before { display: none;}
.megamenu-sec ul li.has-dropdown ul.submenu li a::after { display: none;}

.inspire-btn { float: right;}
.inspire-btn a { background: var(--pink); display: block; color: var(--bg-white); font-size: 18px; padding: 14px 26px; border-radius: 35px; transition: 0.4s ease;border: 2px solid transparent;}
.inspire-btn a:hover { background: var(--bg-white);
    color: var( --black);
    border: 2px solid #5d5d5d;}

.home-banner { float: left; width: 100%; padding: 40px 0 55px;}
.home-banner .banner-right { margin: 0;}
.banner-pad {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;column-gap: 10%;padding-bottom: 40px;}
.banner-left { flex: 0 1 40%;}
.banner-left h2   { color: var(--pink); font-family: var(--ff-light); font-size: 44px; line-height: 56px; padding-bottom: 20px; transition: 0.4s ease;}
.banner-left p   { color: var(--txt-dgrey); font-family: var(--ff-light); font-size: 28px; line-height: 37px; padding-bottom: 30px; padding-right: 0px; }
.banner-left a {
    display: inline-block;
    color: var(--black);
    font-size: 16px;
    padding: 12px 36px;
    border-radius: 35px;
    transition: 0.5s ease;
    background: rgb(176,17,107);
    background: #fff;
    border: 2px solid #000;
    font-family: var(--ff-bold);
    }
.banner-left a:hover {
        background: rgb(176,17,107);
        /* background: linear-gradient(270deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%); */
        color: #fff;
        border: 2px solid rgb(176,17,107);
        }
.banner-right { margin: 50px 0 0 0; flex: 0 1 50%; -webkit-border-top-left-radius: 42% 50%; border-top-left-radius: 42% 50%; -webkit-border-bottom-left-radius: 42% 50%; border-bottom-left-radius: 42% 50%;
    overflow: hidden;} 
.banner-right img { float: left; width: 100%; position: relative; z-index: 1;}

.video-sec { position: relative; float: left; width: 100%;}
.video-sec img.dummy-img { opacity: 0; }
.video-sec iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}

.evaluate-sec { float: left; width: 100%; margin-top: 40px;}
.evaluate-sec h3 { font-size: 46px; line-height: 50px; font-family: var(--ff-bold); color: var(--pink); margin-bottom: 35px;} 
/* .evaluate-sec ul { display: flex; flex-wrap: wrap; column-gap: 4%;  } */
.evaluate-sec ul { display: grid; grid-template-columns: 320px repeat(auto-fill, 255px) 210px; column-gap: 1%;}
.evaluate-sec.counter-sec ul { /*grid-template-columns: 280px repeat(auto-fill, 280px) 170px;*/ grid-template-columns:240px repeat(auto-fill, 240px) 260px;}
.evaluate-sec.counter-sec ul li { border-right: 1px solid #272727; padding-right: 20px;}
.evaluate-sec.counter-sec ul li:last-child { border-right: none;}
.evaluate-sec.counter-sec ul li p { font-size: 25px;color: var(--txt-dgrey);line-height: 32px; font-family: var(--ff-light);}
.evaluate-sec ul li .num { font-size: 50px; color: var(--txt-dgrey); line-height: 45px; font-family: var(--ff-bold); margin-bottom: 10px; transition: 0.4s ease;} 
.evaluate-sec ul li .num span { font-size: 25px;line-height: 30px;}
.evaluate-sec.counter-sec ul li:hover .num { color: var(--pink);}

.experience-sec { float: left; width: 100%; padding: 80px 0 80px;}
.experience-sec h2 { font-size: 42px; line-height: 50px; font-family: var(--ff-light); color: var(--txt-tx--txt-dgrey); margin-bottom: 40px; text-align: center;} 
.experience-sec ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 1.6%;}
.experience-sec ul li { flex: 0 1 23.8%;transition: all 0.5s ease; font-family: var(--ff-light); color: var(--txt-dgrey);}
.experience-sec ul li:hover a { box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);}
/* .experience-sec ul li:hover{opacity: 0.6;} */
.experience-sec ul li a {transition: all 0.4s ease;float: left;width: 100%;background: var(--lbrown);border-radius: 150px 150px 0 150px;padding: 55px 35px;min-height: 785px;pointer-events: none;}
.experience-img { float: left; width: 100%; margin-bottom: 35px; text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.experience-img img { float: none; display: inline-block; width: auto; max-height: 120px;}
.experience-cont { float: left; width: 100%;}
.experience-cont h3 { font-size: 26px; line-height: 32px; font-family: var(--ff-bold); color: var(--txt-dgrey); margin-bottom: 25px; }
.experience-cont ul { row-gap: 15px;}
.experience-cont ul li { flex: 0 1 100%; font-size: 22px; line-height: 30px; position: relative; padding-left: 25px; }
.experience-cont ul li::after { position: absolute; left: 0; top: 0; font-size: 20px; content: "\e844";   font-family: "feather"; }

.anko-global { float: left; width: 100%; padding: 10px 0 10px; background: var(--lbrown);}
.anko-global ul { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; align-items: center;}
.anko-global ul li { flex: 1 1 auto; display: flex; align-items: center; }
.anko-global ul li .pdt-lft-img {
    flex: 1 1 50%;
    height: 100%;
    position: relative;
    /*border-radius: 0 50% 50% 0;*/
    border-top-right-radius: 42% 50%;
    border-bottom-right-radius: 42% 50%;
    -webkit-border-top-right-radius: 42% 50%;
    -webkit-border-bottom-right-radius: 42% 50%;
    /* clip-path: circle(560px at left); */
    }
.anko-global ul li .pdt-lft-img img { width: 100%; height: 100%; object-fit: cover; float: left;  transition: 0.4s ease; /*border-radius: 0 75% 75% 0;*/}
.anko-global ul li .pdt-lft-img::after {content: "";background: url(../images/shape-2.png) no-repeat; background-size: 95%; position: absolute;width: 120px;height: 115px;right: -35px;top: 170px;}


.anko-global ul li .pdt-rht-txt { padding-left: 120px; flex: 1 1 50%;}
.anko-global.cust-s.hm-anko ul li .pdt-rht-txt { padding-right: 50px; }
.anko-global ul li .pdt-rht-txt h3 {color: var(--txt-dgrey);font-size: 36px;line-height: 42px;font-family: var(--ff-light);transition: 0.4s ease;margin-bottom: 50px;}
/* .anko-global ul li:hover .pdt-lft-img img { -webkit-transform: scale(1.08); transform: scale(1.08);} */
.anko-global ul li .pdt-rht-txt ul.list-cnt { float: left; width: 100%; display: flex; flex-wrap: wrap; row-gap: 35px;}
.anko-global ul li .pdt-rht-txt ul.list-cnt li { flex: 0 1 100%; flex-wrap: wrap; color: var(--txt-dgrey); font-size: 24px; line-height: 38px; font-family: var(--ff-light); display: flex;align-items: flex-start;}
.anko-global ul li .pdt-rht-txt ul.list-cnt li p { color: var(--txt-dgrey); font-size: 34px; line-height: 38px; font-family: var(--ff-light);}
.anko-global ul li .pdt-rht-txt a:hover { background: var(--blue);}
.anko-global ul li:nth-child(even) .pdt-lft-img { border-right: 20px solid var(--pink); order: 2;}
.anko-global ul li:nth-child(even) .pdt-rht-txt { padding-right: 60px;}
.anko-global ul li .pdt-rht-txt p a { background: none; padding: 0; color: var(--black); font-family: var(--ff-Regular); text-decoration: underline; font-size: inherit;}
.anko-global ul li .pdt-rht-txt p a:hover { background: none; color: var(--pink);}
.anko-global ul li .pdt-rht-txt ul.list-cnt li span.num  { font-size: 50px; font-family: var(--ff-bold); margin-right: 5px;}
.anko-global ul li .pdt-rht-txt ul.list-cnt li span.sum-num { float: left; width: 100%; font-size: 16px;}
p.sm-para {font-size: 20px;}

.anko-global.brand { background: var(--bg-white); padding: 55px 0 75px;}
.anko-global.brand ul li .pdt-lft-img { order: 2; border-radius: 0; padding-right: 60px; position: relative; padding-bottom: 40px;}
.anko-global.brand ul li .pdt-lft-img img { border-radius: 0; max-height: 500px; object-fit: contain;}
.anko-global.brand ul li .pdt-lft-img  h5 { position: absolute; bottom: 0px; right: 37px; color: var(--pink); font-size: 24px; line-height: 32px; }.anko-global.brand ul li .pdt-rht-txt { padding: 0 135px 0 40px;}

.product-sec { float: left; width: 100%;}
.product-sec img { float: left; width: 100%;}
.product-sec img img { float: left; width: 100%;}

.social-sec { float: left; width: 100%; padding: 120px 0 80px;}
.social-sec h2 { font-size: 42px; line-height: 50px; font-family: var(--ff-light); color: var(--txt-black); margin-bottom: 45px; text-align: center;} 
.social-pad { float: left; width: 100%;}
.social-pad ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 1.6%; justify-content: center; padding: 0 40px;}
.social-pad ul li { flex: 0 1 42.2%; padding: 0 30px; position: relative;}
.social-pad ul li::after { position: absolute; content: ''; right: 0; top: 0; background: var(--black); width: 2px; height: 160px;}
.social-pad ul li:last-child::after { display: none;}
.social-pad ul li p { color: var(--txt-dgrey); font-size: 27px; line-height: 35px; font-family: var(--ff-light);}
.social-pad ul li p span  { font-family: var(--ff-bold); /*! margin-right: 5px; */}

.social-links { float: left; width: 100%; padding: 50px 0 0; }
.social-links ul { float: left; width: 100%; display: flex; flex-wrap: wrap; column-gap: 15px; justify-content: center; padding: 0px;}
.social-links ul li { flex: 0 1 14%; padding: 0 0px; position: relative;}
.social-links ul li a { transition: 0.5s ease; }
.social-links ul li img { float: left; width: 100%; padding: 10px; box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
/* .social-links ul li:first-child { flex: 0 1 40px;} */
/* .social-links ul li:first-child img { padding: 0; box-shadow: none;margin-top: 10px;} */
.social-links ul li a:hover {opacity: 0.6;}

.news-room { float: left; width: 100%; position: relative; }
.news-room::after {position: absolute;content: '';background: var(--lbrown);width: 48%;height: 100%;right: 0;top: 0;border-radius: 55% 0 0 55%;clip-path: circle(94% at 87% 47%);}
.news-pad   {float: left;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 150px 0;}
.news-lft { flex: 0 1 50%; position: relative; padding-right: 100px;}
.news-lft h3  { font-size: 36px; line-height: 42px; font-family: var(--ff-bold); color: var(--txt-black); margin-bottom: 25px; } 
.news-lft p  { font-size: 20px; line-height: 24px; font-family: var(--ff-light); color: var(--txt-black); margin-bottom: 5px; } 
.news-ico { float: left; width: 100%; margin-bottom: 40px; }
.news-ico img { float: left; width: 100%; max-width: 268px;}
.news-rht { flex: 0 1 50%; position: relative; padding-left: 150px;}


.invite-sec { float: left; width: 100%; padding: 110px 0 90px; text-align: center; background: rgb(176,17,107);
    background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);}
.invite-sec h2  { font-size: 42px; line-height: 52px; font-family: var(--ff-body); color: var(--bg-white); margin-bottom: 40px; padding: 0 3%; }
.invite-sec a {  display: inline-block;border: 1px solid var(--bg-white); color: var(--txt-dgrey); font-size: 18px; font-family: var(--ff-bold); padding: 12px 36px; border-radius: 35px; transition: 0.5s ease;background: var(--bg-white);}
.invite-sec a:hover {background: none; color: var(--bg-white); }

.award-video { position: relative; width: 100%; display: flex; align-items: center; justify-content: center; padding-top:0; padding-bottom: 0; z-index: 1; border-radius: 0px; border: 0px solid #fff; background: none; overflow: hidden;margin-bottom: 20px;}
.award-video iframe{width:100%;height: 200px;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.award-video img { float: left; width: 100%;border-radius: 0px;height: 300px;object-fit: cover;}
.award-video .dummy-img{position: relative;opacity: 0;}

a.play-btn { position: absolute; margin: 0 auto; left: 0; right: 0; top: 50%; transform: translateY(-50%); width: 68px; height: 68px; background: none; border-radius: 50%;
display: flex; font-size: 30px; justify-content: center; align-items: center; color: var(--txt-green);}
a.play-btn:before { content: "";position: absolute;width: 150%;height: 150%;-webkit-animation-delay: 0s;animation-delay: 0s;-webkit-animation: pulsate1 2s;
animation: pulsate1 2s;-webkit-animation-direction: forwards;animation-direction: forwards;-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;-webkit-animation-timing-function: steps;animation-timing-function: steps;opacity: 1;border-radius: 50%;
border: 5px solid #ffffff; top: -25%;left: -25%;background: rgba(198, 16, 0, 0);}
.play-btn .icon-play::before { background: url("../images/video-ico.svg") no-repeat scroll 0 0; content: ""; width: 18px; height: 22px; position: absolute; left: 0; right: 0; margin: 0 auto; top: 50%; transform: translateY(-50%);}
@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px #ffffff, 0px 0px 25px 10px #ffffff;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}
.link-pad { float: left; width: 100%; position: relative; z-index: 1; font-size: 20px; line-height: 20px; color: var(--pink);transition: 0.4s ease;}
/* .link-pad a { } */
/* .link-pad a:hover { color: var(--black);} */


/*  */
.history-pad { float: left; width: 100%; padding: 70px 0; background: var(--lbrown); background: url(../images/history-bg.png) no-repeat 0 0; background-size: cover; position: relative; }
.history-pad::after{content: "";background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);width: 100%;position: absolute;left: 0;bottom: 0;height: 20px;}
.history-pad::before{content: "";background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);width: 100%;position: absolute;left: 0;top: 0;height: 20px;}
.history-pad h2 { font-size: 42px; line-height: 50px; font-family: var(--ff-light); color: var(--txt-black); margin-bottom: 45px; text-align: center;} 
.timeline__content { min-height:90px; }
.item { text-align:center;}
.bubble-bg { float:none; display:inline-block;}
.bubble-bg h2 { font-size:24px; color:var(--bg-white); font-family: var(--ff-body);text-align:center; line-height:24px; margin-bottom: 0;}
.bubble-bg { width:93px; height:93px; border-radius: 50%; position:absolute; bottom:-45px; left:69px; background: rgb(176,17,107);
    background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%); border: 5px solid var(--bg-white);box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.bubble-bg.green { bottom: auto; top: -45px;}
.bubble-bg.blue::after,  .bubble-bg.top::before { position: absolute; content: ''; background: url(../images/history-line.png) no-repeat 0 0; width: 20px; height: 54px; top: -58px;background-size: cover;left: 40%;}
.bubble-bg.green::after,  .bubble-bg.bottom::before { position: absolute; content: ''; background: url(../images/history-line.png) no-repeat 0 0; width: 20px; height: 54px; bottom: -59px;background-size: cover;left: 40%; transform: rotate(180deg);}

.history-pad .timeline__content li { color: #444444; font-size: 14px; text-align:left; margin-bottom:8px; line-height:21px; background:url(../images/dot-bg.png) no-repeat left 8px; padding-left:18px;font-family: var(--ff-body);}
.history-pad .timeline__content li:last-child { margin-bottom:0;}
.timeline__item--bottom .bubble-bg h2, .timeline__item--bottom .bubble-bg h2, .timeline__item--bottom .bubble-bg h2 { line-height:24px; margin-bottom: 0;}
.timeline--horizontal .timeline__item:after{left:50%; display: none; right:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:100%}
.timeline--horizontal .timeline__item .timeline__content:after{ display: none; border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%}
.timeline__content::before { display: none;}

.history-pad .timeline__content p { font-size:17px; line-height:22px; padding:0px 0 0 56px; margin:0px; color:#444444;font-family: var(--ff-light); position: absolute; bottom: 0;} 
.timeline__item.green p { bottom: auto; top: 0;}
.history-pad .timeline__content p span { font-family: var(--ff-bold);}
.timeline__content h2	{ display:none;}
.timeline--horizontal .timeline-divider{ background:var(--black); width:100%; height: 3px;display:block;left:0px;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0px;z-index:1}
.history-pad .timeline-nav-button {  width:35px; height:35px;   background: url(../images/history-nav.png) no-repeat 0 0;   display: inline-block; cursor: pointer; text-indent:-999999px;  margin: 0 0px; position:absolute; border:none;}
.history-pad .timeline-nav-button--prev { background-position:0 0; }
.history-pad .timeline-nav-button--prev:hover{ background-position:0 -35px;}
.history-pad .timeline-nav-button--next { background-position:-36px 0; }
.history-pad .timeline-nav-button--next:hover{ background-position:-36px -35px;}
.timeline-nav-button{background-color:#fff;border:2px solid #ddd;border-radius:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:block;height:40px;outline:0;position:absolute;text-indent:-9999px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:40px;z-index:10}
.head-hide { display:none; }
.bg-none { background:none; }
.timeline__content.bottom { bottom: -120px; top: auto;}
.timeline__content .top-cont { bottom: auto; top: -390px;}
.timeline--horizontal .timeline__items { height: 590px !important;}
.timeline--horizontal .timeline__item.green { padding-top: 0 !important;}
.pad-rgt { padding-right: 40px !important;}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap { padding-top:115px!important; }
.top-cont { position: absolute; bottom:320px; left: 55px; padding-right: 40px;}
.bottom-cont { position: absolute; top: 380px; left: 55px;}
.top-cont p, .bottom-cont p { font-size:17px; line-height:22px; color:#444444;font-family: var(--ff-light); } 
.bottom-cont p span, .top-cont p span { font-family: var(--ff-bold);}
.mob-para { display: none; padding-top: 15px !important;}
.timeline__item.green.pad-rgt p.mob-para { padding-top: 0 !important; padding-bottom: 15px !important;}

footer {background: var(--bg-white);float: left;width: 100%;padding-top: 48px;border-top: 8px solid var(--pink);}
footer .foot-pad {float: left;width: 100%;}
.foot-pad ul {display: flex;flex-wrap: wrap; justify-content: space-between;}
.foot-pad ul li {flex: 0 1 26%;}
.foot-pad > ul > li:nth-child(2) { flex: 0 1 30%;}
.foot-pad ul li p {color: var(--txt-dgrey);font-family: var(--ff-light);font-size: 20px;font-style: normal;line-height: 30px;margin-top: 20px;}
.foot-pad ul li:last-child { align-items: flex-end;}
/* .foot-pad ul li ul {align-items: center;margin: 0 auto;width: 50%;} */
.foot-pad ul li ul { justify-content: flex-end; }
.foot-pad ul li.ftr-social ul.foot-menu { row-gap: 0;}
.foot-pad ul li ul li {flex: 1 1 100%;text-align: left;}
.foot-pad ul li ul li a {color: var(--txt-dgrey);font-family: var(--ff-light);font-size: 20px;line-height: 30px;transition: all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;}
.foot-pad > ul > li:nth-child(2) h3 { color: var(--pink); font-size: 43px; line-height: 40px; font-family: var(--ff-light); padding-bottom: 15px;}
.foot-pad ul li a.contact-btn { background: var(--pink); display: inline-block; color: var(--bg-white); font-size: 15px; padding: 12px 36px; margin-bottom: 30px; border-radius: 35px; transition: 0.4s ease;border: 2px solid transparent;}
.foot-pad ul li a.contact-btn:hover { background: var(--bg-white);color: var( --black);border: 2px solid #5d5d5d;}

.foot-pad ul li.ftr-social { flex: 0 1 29%;}
.foot-pad ul li.ftr-social ul li { flex: 0 1 auto;}
.copy {float: left;width: 100%;margin-top: 60px; background: var(--pink); padding: 20px 0 20px 0;}
.copy p {color: var(--bg-white);text-align: center;font-family: var(--ff-light);font-size: 16px;font-style: normal;line-height: 28px;}
.copy p a{color: var(--bg-white);text-align: center;font-family: var(--ff-light);font-style: normal;transition: all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-o-transition:all .5s ease;}
.copy p a:hover, .foot-pad ul li ul li a:hover{opacity: 0.6;}

.foot-pad ul li.ftr-social ul { display: flex; flex-wrap: wrap; flex-direction: column; row-gap: 40px;}
.foot-pad ul li.ftr-social ul li { flex: 1 1 auto;}
.foot-pad ul li.ftr-social ul li p { margin: 0 0 5px 0;}
.foot-pad ul li.ftr-social ul li .newsletter { float: none; width: 100%; position: relative;}
.foot-pad ul li.ftr-social ul li .newsletter input[type="email"] { background: var(--bg-white); color: var(--txt-grey); font-size: 16px; font-family: var(--ff-Regular); padding: 14px 45px 14px 15px; border: none; width: 100%; border: 1px solid #2A2727;}
.foot-pad ul li.ftr-social ul li .newsletter button { position: absolute; background: none; border: none; right: 11px; top: 50%; padding: 0; transform: translateY(-50%); cursor: pointer; transition: 0.4s ease;}
.foot-pad ul li.ftr-social ul li .newsletter button img { width: 30px; transition: 0.4s ease; float: left;}
.foot-pad ul li.ftr-social ul li .newsletter button:hover img { opacity: 0.7;}
.foot-pad ul li.ftr-social ul li img { width: 40px;}
.foot-pad ul li.ftr-social ul li .newsletter .email_err { position: absolute; bottom: -20px; color: #ffbf00;}
.foot-pad ul li.ftr-social ul.social-link { flex-direction: inherit; justify-content: left; margin-top: 30px; row-gap: 10px;}
.foot-pad ul li.ftr-social ul.social-link li { flex: 0 1 15%;}
.foot-pad ul li.ftr-social ul.social-link li:last-child { flex: 0 1 100%;}


/**************   mobilemenu css  **************/
.m-menu { position: relative;  left:auto; top: 1px; display: none; z-index:999999; } 
.m-menu img { width: 20px;}
.mobile-menu{ padding: 20px 15px; position:fixed; top:110px; bottom: 0; width:100%; height: calc(100vh - 69px); z-index: 99999; overflow-y:auto; overflow-x:hidden; opacity: 0; visibility: hidden; transition: all 0.4s ease; background: #ffffff; border-top: 1px solid #e8e8e8;}
.mobile-menu.slow { opacity: 1; visibility: visible; }
body.over { overflow: hidden;}
.mobile-menu .nav { width: 100%;  background: var(--bg-white); float: left;  padding: 0px 0;}

.m-menu { width: 27px; height: 22px;  margin: 0px 0px 0 0;  -webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; float: right;  }
.m-menu a { display: block;}
.m-menu span { display: block; position: absolute; height: 2px; width: 100%; background: var(--black); border-radius: 0px; opacity: 1;
left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }  

/* Icon 4 */
.m-menu span:nth-child(1) { top: 0px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu span:nth-child(2) { top: 8px; width: 18px; right: 0; left: auto; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu span:nth-child(3) { top: 16px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.m-menu.open span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: -1px; left: 4px;  background: #A91279;}
.m-menu.open span:nth-child(2) { width: 0%; opacity: 0;}
.m-menu.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 18px; left: 4px; background: #A91279; }
.m-menu:hover span { background:var(--pink);}

.mobile-social { float: left; width: 100%; margin-top: 35px; }
.mobile-social ul { float: left; width: 100%; display: flex; justify-content: center; column-gap: 20px; } 
.mobile-social ul li { float: left; }
.mobile-social ul li:last-child { margin-right: 0px; }
.mobile-social ul li a { font-size: 30px; color: #272727; transition: all .5s ease;}
.mobile-social ul li a img { width: 30px;}
.mobile-social ul li a:hover { opacity: 0.6; }

/*mbl menu css*/
.ec-menu .ec-icon { float: right; font-size: 20px; position: absolute; top: 0px; right: 0px; z-index: 99; color: var(--bg-white); width: 45px;height: 48px;background:var(--pink);
display: flex; align-items: center; justify-content: center; cursor: pointer;}
.ec-menu ul { margin: 0; padding: 0; list-style: none; }
.ec-menu ul > li { border-bottom: 1px solid #E0D2D3; position: relative; margin-bottom: 5px;}
.ec-menu ul li a { display: block; text-decoration: none; border-left: 0px solid #ddd; }
.ec-menu ul > li a.active {/* color: var(--pink); */}
.ec-menu ul li a:hover, .ec-menu ul li.open > a { color: var(--pink); }
.ec-menu ul li a:hover,
.ec-menu ul li.open a { border-color: var(--pink); }
.ec-menu .ec-list > li > a { padding: 14px 0px; color: var(--black); font-size: 18px; font-family: var(--ff-Regular); width: calc(100% - 44px); }
.ec-menu .sub-menu ul{ display: none;}
.ec-menu .sub-menu > li > a { padding: 10px 0px; color: var(--txt-grey);font-size: 16px; font-family: var(--ff-body); }
.ec-menu .sub-menu > li:last-child { border: none;}
.ec-menu .sub-menu .sub-menu > li > a { padding-left: 10px; font-family: var(--ff-body); color: var(--txt-grey);font-size: 14px;}
.ec-menu .open > .ec-icon { transform: rotate(180deg);}
.ec-menu ul li a { transition: all 0.24s ease-in-out; }
/* .ec-menu ul > li.expanded > a{position: relative; } */
/* .ec-menu ul > li.expanded > a:after {content: "";position: absolute;right: 0px;top: 0px;width: 44px;height: 44px;background: #F4742A;} */
.ec-menu .sub-menu {display: none; border-top: 1px solid #E0D2D3;}

.search-ico { display: none;}
.search-ico i { font-size: 22px; color: var(--black); transition: all .5s ease;}
.search-ico:hover i { color: var(--pink);}



/* our-products */
.home-banner.inner-ban.cata-ban{/*padding: 0px 0 0 0;*/ padding: 0;}
.home-banner.inner-ban .banner-right { margin: 50px 0 0 0;}
.home-banner.inner-ban .banner-left p { padding-bottom: 0;}
.product-list-sec { float: left; width: 100%; padding: 50px 0;border-bottom: 15px solid var(--pink);}
.product-list-sec.cat-pdt-list {padding: 0px 0 90px 0;}
.product-list-sec p { font-size: 20px; text-align: center; line-height: 30px;  margin-bottom: 50px;}
.product-list-sec ul { display: flex; flex-wrap: wrap; background: var(--bg-white); flex-direction: row; width: 100%; align-items: center;row-gap: 20px;}
.product-list-sec ul li { flex: 1 1 auto; display: flex; align-items: center;position: relative;z-index:9;}
.product-list-sec ul li:nth-child(even)::after{position:absolute;width:50%;height: 103%;content:"";top: 0%;right: 0;background:#f5f4eb;/*border-radius: 0 75% 75% 0;*/z-index:0;border-top-left-radius: 42% 50%;border-bottom-left-radius: 42% 50%;-webkit-border-top-left-radius: 42% 50%;-webkit-border-bottom-left-radius: 42% 50%;}
.product-list-sec ul li:nth-child(odd)::after{position:absolute;width:50%;height:100%;content:"";top:3%;left:0;background:#f5f4eb; /*border-radius: 0 75% 75% 0;*/ z-index:0; 
-webkit-border-top-right-radius: 42% 50%; border-top-right-radius: 42% 50%;  -webkit-border-bottom-right-radius: 42% 50%; border-bottom-right-radius: 42% 50%;}
.product-list-sec ul li .pdt-lft-img { flex: 1 1 50%;overflow: hidden;position: relative;}
.product-list-sec ul li .pdt-lft-img img {width: 100%; height: 100%; object-fit: cover; float: left;  transition: 0.4s ease;}
.product-list-sec ul li .pdt-rht-txt { padding-left: 60px; flex: 1 1 50%;}
.product-list-sec ul li .pdt-rht-txt h3 { color: var(--txt-dgrey); font-size: 36px; line-height: 46px; font-family: var(--ff-light);  transition: 0.4s ease; margin-bottom: 20px;}
.product-list-sec ul li .pdt-rht-txt p { color: var(--txt-dgrey); font-size: 25px; line-height: 33px; margin-bottom: 20px; text-align: left;font-family: var(--ff-light);}
.product-list-sec ul li .pdt-rht-txt p:last-child {margin-bottom: 30px;}
.product-list-sec ul li:hover .pdt-lft-img img { -webkit-transform: scale(1.08); transform: scale(1.08);}
.product-list-sec ul li:nth-child(odd) .pdt-lft-img { /*border-radius: 0 75% 75% 0;*/ order: 1;z-index: 9; border-top-right-radius: 42% 50%; border-bottom-right-radius: 42% 50%;
    -webkit-border-top-right-radius: 42% 50%;  -webkit-border-bottom-right-radius: 42% 50%;}
.product-list-sec ul li:nth-child(even) .pdt-lft-img {border-radius: 75% 0 0 75%; order: 2;z-index: 9; border-top-left-radius: 42% 50%; border-bottom-left-radius: 42% 50%;
    -webkit-border-top-left-radius: 42% 50%; -webkit-border-bottom-left-radius: 42% 50%;}
.product-list-sec ul li:nth-child(odd) .pdt-rht-txt { padding-left:60px !important; order:2;}
.product-list-sec ul li:nth-child(even) .pdt-rht-txt { padding-right:60px !important; order: 1;}


/* Contact-us */
.f-ceo {float: left;width: 100%;padding: 50px 0;border-top: 3px solid #000;border-bottom: 3px solid #000;}
.f-ceo h2 {font-family: var(--ff-bold);font-size: 30px;line-height: 30px;margin-bottom: 25px;}
.f-ceo p {font-size: 20px;line-height: 32px;max-width: 930px;padding-left: 30px;border-left: 2px solid #000;float: left;width: 100%;margin-bottom: 40px;/*! font-family: 'AnkoModerat-RegularItalic'; */}
.f-ceo .ceo-img {float: left;width: 100%;}
.f-ceo .ceo-img ul {display: flex;align-items: center;column-gap: 30px;}
.f-ceo .ceo-img ul li img {width: 100px;}
.f-ceo .ceo-img ul li h3 {font-family: var(--ff-bold);font-size: 26px;line-height: 30px;}
.f-ceo .ceo-img ul li p {padding: 0;border: none;margin: 0;font-family: 'AnkoModerat-RegularItalic';}
.consult-workshop {float: left;width: 100%;background: var(--lbrown);padding: 60px 0 100px 0;}
.consult-workshop .con-lft {float: left;width: 50%;}
.consult-workshop .con-lft p {font-size: 30px;line-height: 40px;padding-top: 40px;color: var(--pink);padding-right: 100px;position: relative;}
.consult-workshop .con-rgt {float: left;position: relative;width: 50%;}
.consult-workshop .con-rgt img {width: 140px;margin-bottom: 30px;}
.consult-workshop .con-rgt h3 {font-size: 42px;line-height: 50px;margin-bottom: 20px;}
.consult-workshop .con-rgt p {font-size: 24px;line-height: 26px;font-family: var(--ff-light);margin-bottom: 20px;}
.consult-workshop .con-rgt a {border: 1px solid #000;border-radius: 100px;padding: 10px 30px;float: left;font-family: var(--ff-bold);}
.home-banner.inner-ban{position: relative;padding: 35px 0 100px 0;}
.experience-sec.c-ex-sec .experience-img{width: 50px;height: 50px;float: left;background: var(--pink);border-radius: 100px;margin-top: 40px;}
.anko-global.an-gl-new{background: var(--bg-white);}
.anko-global.an-gl-new h2{font-family: var(--ff-light);font-size: 40px;line-height: 50px;float: left;width: 100%;margin-bottom: 50px;}
.anko-global.an-gl-new ul li .pdt-rht-txt p{font-family: var(--ff-light);font-size: 24px;line-height: 32px;margin-bottom: 25px;}
.experience-sec.bu-ex-sec {text-align: center;}
.experience-sec.bu-ex-sec img.ch{margin: 0 auto 35px;width: 280px;}
.experience-sec.bu-ex-sec p.cn{font-size: 26px;line-height: 36px;font-family: var(--ff-light);margin-bottom: 50px;}
.experience-sec.bu-ex-sec .experience-img{font-size: 100px;font-family: var(--ff-bold);position: absolute;left: 40px;width: auto;top: 0px;background-image: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;-moz-background-clip: text;-moz-text-fill-color: transparent;background-size: 100%;background-repeat: repeat;height: 80px;}
.experience-sec.bu-ex-sec ul li a{position: relative;min-height: 540px;}
.home-banner.inner-ban::after{content: "";background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);width: 100%; position: relative; left: 0; bottom: 0; height: 22px; float: left;}
.experience-sec.c-ex-sec .experience-cont h3{font-size: 28px;line-height: 34px;}
.experience-sec.c-ex-sec ul li a{min-height: 550px;}
.anko-global.an-gl-new ul li .pdt-lft-img img{border-radius: inherit;height: auto;}
.anko-global.an-gl-new ul li .pdt-lft-img {overflow: inherit;position: relative;}
.anko-global.an-gl-new ul li .pdt-rht-txt{padding-right: 0!important;padding-left: 70px;}
.anko-global.an-gl-new ul{align-items: normal;}
.anko-global.an-gl-new ul li .pdt-lft-img::after{content: "";background: url(../images/shape.png) no-repeat;width: 170px;height: 130px;position: absolute;left: -82px;top: 220px;}
.experience-sec.bu-ex-sec h2{margin-bottom: 10px;}
.experience-sec.bu-ex-sec .experience-cont h3{text-align: left;margin-top: 60px;}
.experience-sec.bu-ex-sec .experience-cont ul li{text-align: left;}
.anko-global.an-gl-new ul li{align-items: normal;}
.consult-workshop .con-lft p::before{content: "";width: 100px;height: 12px;position: absolute;background: var(--pink);top: 0;left: 0;}
.consult-workshop .con-rgt::after{content: "";width: 100%;height: 12px;position: absolute;background: var(--pink);bottom: -50px;left: 0;}

/* about-us */
.map-sec{float: left;width:100%;padding: 40px 0 0px;position: relative;}
.map-sec.abt-map-sec .map-cont { margin-bottom: 50px;}
.map-sec::after{content: "";
    background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    height: 22px;
    float: left;}
.map-sec h2{float: left;width: 100%;color: var(--pink); font-size: 50px; line-height: 70px; font-family: var(--ff-light);text-align: center;padding-bottom: 20px;}
.map-sec img{float: left;width:100%;}
.map-cont{float: left;width:100%;background: #f5f4eb;padding: 40px 60px 40px 60px;}
.map-cont ul{float: left;width:100%;display: flex;flex-wrap: wrap;column-gap: 5%;}
.map-cont ul li{flex: 0 1 30%;}
.map-cont ul li img{width: 100%;max-width: 50px;float: left;margin-bottom: 10px;}
.map-cont ul li h3{float: left;width: 100%;color: var(--txt-dgrey); font-size: 20px; line-height: 25px; font-family: var(--ff-bold); margin-bottom: 10px;}
.map-cont ul li p{float: left;width: 100%;color: var(--txt-dgrey); font-size: 20px; line-height: 25px; font-family: var(--ff-light); margin-bottom: 20px;}
.anko-story{float: left;width:100%;background: var(--lbrown);padding: 130px 0;border-bottom: 8px solid var(--pink);}
.anko-imge{float: left;width:100%;display: flex;justify-content: center;position: relative;padding-bottom: 12px;margin-bottom: 25px;}
.anko-imge::after{content:"";position: absolute;width:250px;height: 1px;bottom: -10px;background: #080808;left: 0;right: 0;margin: 0 auto;display: none;}
.anko-imge img{width: 100%;max-width: 150px;float: left;}
.anko-content-pad{float: left;width:100%;}
.anko-content-pad h3{color: var(--pink); font-size: 36px; line-height: 42px; font-family: var(--ff-light);margin-bottom: 20px;text-align: center;}
.anko-content-pad p{color:var(--txt-dgrey); font-size: 27px; line-height: 37px; font-family: var(--ff-light);margin-bottom: 20px;text-align: center;}
.anko-content-pad p:last-child{margin-bottom: 0;}
.anko-content-pad h4{color: var(--txt-dgrey); font-size: 22px; line-height: 30px; font-family: var(--ff-light); margin-bottom: 20px;text-align: center;}
.australia-kmart{float: left;width:100%;padding:30px 0 50px;}
.circle-img{float: left;width:100%;display: flex;justify-content:center;margin-bottom: 40px;}
.circle-img img{float: left;width:70px}
.kmart-cont{float: left;width:100%;padding: 0 12%;}
.kmart-cont h2{float: left;width: 100%;color: var(--txt-dgrey);font-size: 40px;line-height: 40px;font-family: var(--ff-light);text-align: center;margin-bottom: 55px;}
.kmart-cont p{float: left;width: 100%;color: var(--txt-dgrey); font-size: 22px; line-height: 33px; font-family: var(--ff-light);text-align: center;padding-bottom: 30px;}
.kmart-cont h3{float: left;width: 100%;color: var(--pink); font-size: 30px; line-height: 40px; font-family: var(--ff-light);text-align: center;margin-bottom: 80px;}
.australia-kmart ul{float: left;width: 100%; display: flex;flex-wrap: wrap;column-gap: 1.6%;row-gap: 25px;justify-content: center;align-items: center;}
.australia-kmart ul li{flex: 0 1 24%;}
.australia-kmart ul li:hover a { box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
.australia-kmart ul li a {transition: all 0.4s ease;pointer-events: none;float: left;width: 100%;background: var(--lbrown);border-radius: 35px 35px 0 50px;padding: 55px 35px 25px;min-height: 355px;border: 1px solid #000;}
.australia-kmart ul li a .list-content{float: left;width:100%;}
.australia-kmart ul li a .list-content h3{font-size: 24px;line-height: 30px; font-family: var(--ff-bold); color:var(--pink);margin-bottom: 25px;}
.australia-kmart ul li a .list-content h4{font-size: 24px;line-height: 30px;font-family: var(--ff-bold);color: var(--black);margin-bottom: 10px;}   
.australia-kmart ul li a .list-content ul{row-gap: 15px;}
.australia-kmart ul li a .list-content ul li{flex: 0 1 100%;font-size: 18px; line-height: 26px;position: relative;padding-left: 25px;}
.australia-kmart ul li a .list-content ul li::after {position: absolute;left: 0;top: 0;font-size: 20px;content: "\e844";font-family: "feather";}

/* product-page-1 */
.product-list-sec.prdt-lst-fst{border-bottom:none;}
.prdt-lst-fst h2{float: left;width: 100%;color: var(--txt-dgrey); font-size: 40px; line-height: 50px; font-family: var(--ff-light);text-align: center;padding: 0 20px 20px;}
.prdt-lst-fst p{float: left;width: 100%;color: var(--txt-dgrey); font-size: 22px; line-height: 28px; font-family: var(--ff-light);text-align: center;padding: 0;}


/* our customer  */
.diff-audie {float: left;width: 100%;padding: 60px 0;}
.diff-audie h2 {text-align: center;font-size: 42px;line-height: 50px;font-family: var(--ff-light);color: var(--txt-black);margin-bottom: 45px;}
.diff-audie .aud-lft, .aud-rgt {float: left;width: 50%;padding: 0 10px;}
.diff-audie .aud-lft ul, .aud-rgt ul {display: flex;flex-wrap: wrap;column-gap: 20px;align-items: center;justify-content: center;}
.diff-audie .aud-lft ul li, .aud-rgt ul li {flex: 0 1 48%;position: relative;/*padding-bottom: 80px;*/text-align: center;}
.diff-audie .aud-lft ul li img, .aud-rgt ul li img {float: left;width: 100%;object-fit: cover;height: 100%;z-index: 9;position: relative;}
.diff-audie .aud-lft ul li p, .aud-rgt ul li p {font-size: 26px;line-height: 32px; position: relative; text-align: left; display: inline-block; margin-top: 65px; /*position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;width: 100px;*/}
.more-priase {float: left;width: 100%;padding: 50px 0 80px;}
.more-priase .more-sec {display: flex;flex-wrap: wrap;column-gap: 0;}
.more-priase .more-sec .morelft {flex: 0 1 50%;padding-right: 10px;}
.more-priase .more-sec .morelft ul {display: flex;flex-wrap: wrap;column-gap: 2%;}
.more-priase .more-sec .morelft ul li {flex: 0 1 49%;}
.more-priase .more-sec .morelft ul li img {float: left;width: 100%;height: 100%;}
.more-priase .more-sec .morelft ul li ul {align-items: center;justify-content: center;row-gap: 18px;}
.more-priase .more-sec .morelft ul li ul li.mo-1 {flex: 0 1 100%;padding: 35px 15px;min-height: 253px;background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);}
.more-priase .more-sec .morelft ul li ul li.mo-1 p {font-size: 34px;line-height: 40px;color: var(--bg-white);font-family: var(--ff-light);}
.more-priase .more-sec .morelft ul li ul li.mo-2 {background: linear-gradient(90deg, #E18A1E 31%, #F0B007 81%, #F6BE00 97%);flex: 0 1 100%;padding: 35px 15px;min-height: 254px;}
.more-priase .more-sec .morelft ul li ul li.mo-2 p {font-size: 34px;line-height: 40px;color: var(--bg-white);font-family: var(--ff-light);}
.more-priase .more-sec .morergt {flex: 0 1 50%;padding-left: 5px;}
.more-priase .more-sec .morergt ul {display: flex;flex-wrap: wrap;column-gap: 2%;row-gap: 15px;}
.more-priase .more-sec .morergt ul li {flex: 0 1 49%;}
.more-priase .more-sec .morergt ul li img {float: left;width: 100%;}
.more-priase .more-sec .morergt ul li.mo-3 {background: #E18A1E;border-radius: 0 100px 0px 0px;padding: 35px 15px;}
.more-priase .more-sec .morergt ul li.mo-3 p {font-size: 34px;line-height: 40px;color: var(--bg-white);font-family: var(--ff-light);}
.more-priase .more-sec .morergt ul li.mo-4 {background: linear-gradient(90deg, #B7127E 31%, #BC388D 61%, #C46AA1 97%);padding: 35px 15px; min-height: 255px;}
.more-priase .more-sec .morergt ul li.mo-4 p {font-size: 34px;line-height: 40px;color: var(--bg-white);font-family: var(--ff-light);}
.clients {float: left;position: relative;width: 100%;padding: 20px 0 90px 0;}
.clients .owl-carousel .item .cli-cnt {float: left;width: 100%;padding: 130px 0;}
.clients .owl-carousel .item .cli-cnt h3 {font-size: 40px;line-height: 50px; font-family: var(--ff-Regular); color:var(--txt-dgrey);margin-bottom: 30px;}
.clients .owl-carousel .item .cli-cnt p {font-size: 32px;line-height: 40px;max-width: 950px;margin: 0 auto;font-family: var(--ff-light);}
.clients .owl-carousel .item .cli-cnt .cli-img {float: left;width: 100%;margin-top: 50px;}
.clients .owl-carousel .item .cli-cnt .cli-img ul {display: flex;align-items: center;justify-content: center;column-gap: 25px;}
.clients .owl-carousel .item .cli-cnt .cli-img ul li img {width: 100px;}
.clients .owl-carousel .item .cli-cnt .cli-img ul li p {color: var(--pink);}
.testi-quote {float: left;width: 100%;padding: 80px 0;}
.testi-quote .owl-carousel .item .quo-cnt {float: left;width: 100%;margin-bottom: 30px;}
.testi-quote .owl-carousel .item .quo-cnt p {text-align: left;font-size: 24px;line-height: 32px;font-family: var(--ff-light);}
.testi-quote .owl-carousel .item .quo-cnt p span {font-family: var(--ff-bold);}
ul.star {display: flex;flex-wrap: nowrap;column-gap: 0;width: auto;margin: 15px 0;width: 100%;float: left;}
.anko-global ul li .pdt-rht-txt ul.list-cnt ul.star li {flex-wrap: nowrap; flex: 0 1 auto;}
ul.star li img {width: 50px;}
.more-priase h2{text-align: center;font-size: 42px;line-height: 50px;font-family: var(--ff-light);color: var(--txt-black);margin-bottom: 45px;}
.anko-global.cust-s {padding: 80px 0;}
.anko-global.cust-s .pdt-lft-img{overflow: visible;border-radius: inherit;}
/* .anko-global.cust-s .pdt-lft-img img{border-radius: 0 50% 50% 0;} */
.anko-global.cust-s .pdt-lft-img::after {content: "";background: url(../images/shape-2.png) no-repeat;position: absolute;width: 120px;height: 120px;right: -50px;top: 160px;}

#clien::before{content: "";background: url(../images/shape-3.png) no-repeat;width: 140px;height: 110px;position: absolute;left: 0;top: 40px;background-size: cover;}
#clien::after{content: "";background: url(../images/shape-3.png) no-repeat;width: 140px;height: 110px;position: absolute;right: 0;bottom: 40px;background-size: cover;transform: rotate(180deg);} */

/* .clients .owl-carousel .item .cli-cnt::before{content: "";background: url(../images/shape-3.png) no-repeat;width: 140px;height: 110px;position: absolute;left: 0;top: 40px;background-size: cover;}
.clients .owl-carousel .item .cli-cnt::after{content: "";background: url(../images/shape-3.png) no-repeat;width: 140px;height: 110px;position: absolute;right: 0;bottom: 40px;background-size: cover;transform: rotate(180deg);} */
.clients::after{ content: "";background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);width: 100%;position: absolute;left: 0;bottom: 0;height: 32px;}
.owl-nav.disabled {display: none;}
.clients.client-pdt::after { display: none;}

.aud-lft ul li .diff-img, .aud-rgt ul li .diff-img {position: relative;float: left;width: 100%;padding: 40px 0;}
.aud-lft ul li .diff-img::after{position: absolute;width: 100%;height: 85%;content: "";top: 0;left: 0;background: #f5f4eb;border-radius: 75% 0 0 75%;z-index: 0;}
.aud-rgt ul li:last-child:after, .aud-lft ul li:last-child:after{border-radius:0 75% 75% 0;}
.home-banner.inner-ban.cata-ban.cust-bann{padding: 0;}
.home-banner.inner-ban.cata-ban.cust-bann .banner-right{clip-path: ellipse(65% 78% at 68.69% 49.07%);padding: 100px 0 100px 120px;/* background: var(--lbrown); */border-radius: 0;margin: 0;clip-path: circle(750px at right);padding-right: 90px;position: relative;}
.diff-audie.stock-cnt{padding: 0;padding-bottom: 70px;margin-top: 50px;}


.anko-global.cust-s ul li .rating-img {float: left; overflow: hidden; border-top-right-radius: 42% 50%; -webkit-border-top-right-radius: 42% 50%; -webkit-border-bottom-right-radius: 42% 50%; border-bottom-right-radius: 42% 50%;}


/* 29/12/23 */
/* sustainability */
/* .banner-right.cata-img img {border-radius: 100% 0 0 100%;} */
.home-banner.inner-ban.sustain-ban {padding: 60px 0 0 0;}
.sustain-sec p{float: left;width: 100%;color: var(--txt-dgrey); font-size: 20px; line-height: 30px; font-family: var(--ff-light);text-align: center;padding-bottom: 20px;}
.sustain-sec h4{float: left;width: 100%;color: var(--txt-dgrey); font-size: 25px; line-height: 35px; font-family: var(--ff-body);text-align: center;padding-bottom: 60px;}
.sustain-sec ul  {display: flex;justify-content: center;padding-bottom: 70px;}
.sustain-sec .experience-img{display: flex;justify-content: left;}
.experience-sec.sustain-sec{float: left;position: relative; padding-bottom: 0;}
.experience-sec.sustain-sec::after{content: "";
    background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    height: 22px;
    float: left;}
.experience-sec.sustain-sec ul li { flex: 0 1 30%;}
.experience-sec.sustain-sec ul li a { min-height: 845px;}
.experience-sec.sustain-sec ul li ul li { flex: 0 1 100%;}
.sustain-multi-img{float: left;width: 100%;display: flex;justify-content: center;position: relative;margin-bottom: 70px;}
.sustain-multi-img img{width: 100%;max-width: 600px;float: left;}
.sustain-prducts{padding: 90px 0 20px;}
.sustain-prducts ul {margin-bottom: 60px;}
.rep-sec {float: left;width: 100%;padding: 0 30px;}
.rep-sec h3{float: left;width: 100%;color:var(--txt-dgrey); font-size: 40px; line-height: 50px; font-family: var(--ff-light);text-align: center;margin-bottom: 30px;}
.sustain-prdts-cnt {float: left;width: 100%;padding: 0 20px;margin-bottom: 70px;}
.sustain-prdts-cnt p{float: left;width: 100%;color: var(--txt-dgrey); font-size: 22px; line-height: 30px; font-family: var(--ff-light);text-align: center;padding-bottom: 20px;margin-bottom: 50px;}
.sustain-prdts-cnt p:last-child{margin: 0;padding:0;}
.sustain-prducts .pdt-rht-txt h3{text-align: left;}
.sustain-baner{flex:0 1 100%}
.purchase-stock{float: left;width:100%;background: var(--lbrown);padding: 130px 0 30px 0;position: relative;}
.purchase-stock::before{content: "";background: url(../images/qoutes-img.png) no-repeat;width: 155px;height: 7px;position: absolute;left: 0;top: 75px;background-size: cover;background: #b0116b;right: 0;margin: 0 auto;}
.stock-cont{float: left;width:100%;/*! padding: 0 70px; */}
.stock-cont p{float: left;width: 100%;color: var(--txt-dgrey); font-size: 30px; line-height: 40px; font-family: var(--ff-light);text-align: center;padding-bottom: 40px;}
.stock-cont p:last-child{padding-bottom: 0;}

/* .banner-right.sustain-baner img{border-radius: 0;} */

.exrt-prdt-sec{float: left;width:100%;}
.exrt-prdt-sec p{position: relative;padding-left: 20px;}
.exrt-prdt-sec p::after{position: absolute;left: 0;top: 0;font-size: 20px;content: "\e844";font-family: "feather";}

.more-priase .more-sec .morergt ul li img{height: 100%; }
.more-priase .more-sec .morelft ul li img{border-radius: 0 0 0 150px;}


.home-banner.inner-ban.partner-ban .banner-left p { margin-bottom: 20px;}
.home-banner.inner-ban.partner-ban .banner-left p:last-child { margin-bottom: 0;}
.home-banner.inner-ban.partner-ban .banner-right { border-radius: 0; margin: 0;}
.home-banner.inner-ban.partner-ban::after { position: absolute; bottom: 0; }

.home-banner.inner-ban.sustain-banner { padding: 0;} 
.home-banner.inner-ban.sustain-banner .banner-right { margin: 20px 0 0 0; border-radius: 0;}

.home-banner.inner-ban.partner-ban.bt-no-pad.tp-no-pad.product-bn::after { position: relative; bottom: 0; }

/* leadership */

.aud-lft ul li .diff-img::before, .aud-rgt ul li .diff-img::before{content: "";position: absolute;width: 100%;height: 93%;content: "";top: 30px;left: -40px;background: #f5f4eb;border-radius: 0 75% 75% 0;z-index: 0;}
.aud-lft ul li .diff-img::after, .aud-rgt ul li .diff-img::after{position: absolute;width: 100%;height: 90%;content: "";top: 0;left: 0;background: #f5f4eb;border-radius: 75% 0 75% 75%;z-index: 0;}
.aud-lft ul li .diff-img::after, .aud-rgt ul li .diff-img::after{left: 22px;top: -30px;}
.aud-lft ul li:nth-child(2) .diff-img::before{left: -50px;top: 46px;}
.aud-lft ul li:nth-child(2) .diff-img::after{border-radius: 0 75% 75% 0;left: 60px;top: 0;}
.aud-rgt ul li:nth-child(1) .diff-img::before{left: 0px;height: 72%;top: inherit;bottom: 0;}
.aud-rgt ul li:nth-child(2) .diff-img::before{left: -40px;top: 126px;height: 75%;}
.aud-lft ul li:nth-child(1) .diff-img, .aud-rgt ul li:nth-child(1) .diff-img{margin-top: 30px;}
.aud-lft ul li .diff-img .black-line{position: absolute;left: -2px;top: 0;height: 104%;background: #000;width: 2px;}
.aud-rgt ul li .diff-img .black-line{position: absolute;left: -1px;top: -20px;height: 104%;background: #000;width: 2px;}
.personal-invitation {float: left;background: #F5F4EB;padding: 80px 0 90px 0;width: 100%;text-align: center;}
/* .personal-invitation h2 {font-size: 42px;line-height: 50px;font-family: var(--ff-light);color: var(--txt-black);margin-bottom: 40px;text-align: center;position: relative;} */
.personal-invitation p {font-size: 26px;line-height: 36px;font-family: var(--ff-light);margin-bottom: 50px;padding: 0 7%;}
.personal-invitation p span {font-family: var(--ff-bold);}
.personal-invitation .ceo-img {display: inline-block;position: relative;margin-top: 50px;}
.personal-invitation .ceo-img img {border-radius: 250px;z-index: 9;position: relative;width: 460px;height: 460px;object-fit: cover;}
/* .personal-invitation h2::before {content: "";background: #B0116B;width: 200px;height: 8px;position: absolute;left: 0;right: 0;margin: 0 auto;top: -60px;} */
.personal-invitation .ceo-img::after {content: "";background: #fff;position: absolute;height: 100%;width: 100%;left: 35px;right: 0;z-index: 0;border-radius: 250px;}
.personal-invitation .ceo-img::before{position: absolute;
    width: 100%;
    height: 645px;
    content: "";
    top: -85px;
    right: -115px;
    background: url(../images/Leadership-element.png) no-repeat center;
    z-index: 0;
    background-size: cover;
}
.personal-invitation p.top-shape {position: relative;}
/* .personal-invitation p.top-shape::before {content: "";background: #B0116B;width: 200px;height: 8px;position: absolute;left: 0;right: 0;margin: 0 auto;top: -60px;} */
.personal-invitation h3 {font-size: 42px;line-height: 50px;font-family: var(--ff-light);color: var(--txt-black);margin: 60px 0 40px;text-align: center;position: relative;}
.personal-invitation ul {display: flex;align-items: center;justify-content: center;column-gap: 20px;}
.personal-invitation ul li {flex: 0 1 auto;}
.leader-pad {float: left;width: 100%;padding: 120px 0 0px 0;}
.leader-pad .lead-pad {display: flex;flex-wrap: wrap;}
.leader-pad .lead-pad .lead-lft {flex: 0 1 50%;}
.leader-pad .lead-pad .lead-lft h2 { padding-top: 25px; font-size: 42px;line-height: 42px;font-family: var(--ff-bold);color: var(--txt-black);margin-bottom: 5px;text-align: left;position: relative;}
.leader-pad .lead-pad .lead-lft h3 {font-family: var(--ff-light);font-size: 22px;line-height: 24px;margin-bottom: 20px;}
.leader-pad .lead-pad .lead-lft p {font-size: 18px;line-height: 26px;margin-bottom: 20px; font-family: var(--ff-light);}
.leader-pad .lead-pad .lead-lft ul {display: flex;column-gap: 20px;}
.leader-pad .lead-pad .lead-lft ul li {flex: 0 1 auto;}
.leader-pad .lead-pad .lead-lft ul li a {float: left;}
.leader-pad .lead-pad .lead-rgt {flex: 0 1 50%;text-align: center;}
.leader-pad .lead-pad .lead-rgt .ceo-img {position: relative;width: 460px;margin: 0 auto;}
.leader-pad .lead-pad .lead-rgt .ceo-img img { box-shadow: -3px -3px 0px #F5F4EB; border-radius: 250px;z-index: 9;position: relative;width: 460px;height: 460px;object-fit: cover;}
.personal-invitation ul li a {float: left;}
.leader-pad .lead-pad .lead-lft h2::before {content: "";content: "";background: #B0116B;width: 150px;height: 8px;position: absolute;left: 0;top: 0px;}
.leader-pad .lead-pad .lead-rgt .ceo-img::after {content: "";background: #F5F4EB;position: absolute;height: 100%;width: 100%;left: 35px;right: 0;z-index: 0;border-radius: 250px;}
.leader-pad.y-bg {background: #F5F4EB;}
.leader-pad.y-bg .lead-pad .lead-rgt .ceo-img::after {background: #fff;}

.timeline__item.green.tim-none{display: none;}
.insta-pad {float: left;width: 100%;margin-bottom: 40px;}
.insta-pad a {display: flex;justify-content: center;justify-content: center;column-gap: 20px;align-items: center;}
.insta-pad img {width: 40px;}
.insta-pad span {font-size: 30px;line-height: 30px;color: #b21964;}
.anko-content-pad h3.m-tit{font-size: 46px;line-height: 46px;margin-bottom: 60px;}
.stock-cont p span{font-family: var(--ff-bold);}
.ti-par{text-align: center;font-size: 18px;line-height: 20px;margin-top: 20px;}
.clients .owl-carousel .item .cli-cnt p span{font-family: var(--ff-bold);}
.le-img{float: left;width: 100%;margin-bottom: 35px;}
.leader-pad .lead-pad .lead-lft ul li a img{width: 40px;}
.home-banner.inner-ban.le-ban{padding-bottom: 0;}
.home-banner.inner-ban.le-ban .banner-right { margin-top: 30px;}
.home-banner.inner-ban.cata-ban.cust-bann .banner-pad{padding-bottom: 0;}
.bt-no-pad{padding-bottom: 0!important;}
.diff-audie.stock-cnt .aud-rgt ul::before{content: "";position: absolute;width: 80%;height: 100%;background: #fff;border-radius: 40% 0% 0% 50%;top: -20px;left: -290px;}
.diff-audie.stock-cnt .aud-rgt ul::after{content: "";position: absolute;width: 80%;height: 100%;background: #fff;border-radius: 0% 54% 47% 0%;bottom: -21px;right: -11px;}
.diff-audie.stock-cnt .aud-rgt ul{position: relative;}

.megamenu-sec ul li.has-mega-menu ul.submenu.wid-30 {width: 280px;padding: 20px 28px;min-height: auto;}
.megamenu-sec.menu-nav ul li {    position: relative;}
.tp-no-pad{padding-top: 0!important;}
.aud-rgt ul li:last-child .diff-img::after{    border-radius: 0 75% 75% 0;    left: 30px;   top: 0;}
.aud-lft ul li:nth-child(2) p, .aud-rgt ul li:nth-child(2) p{margin-top: 70px;}
.aud-rgt ul li:nth-child(2) .diff-img .black-line{    top: 0;    left: -20px;}
.anko-global ul li .pdt-rht-txt h3.t-bld{font-family: var(--ff-bold);}
.banner-right.no-curve{    border-radius: 0;}
.home-banner.inner-ban .banner-right.cata-img{margin-top: 0;}

.home-banner.inner-ban.cata-ban.cust-bann .banner-right::after{content: "";clip-path: ellipse(65% 78% at 68.69% 49.07%);padding: 100px 0 100px 120px;background: var(--lbrown);border-radius: 0;margin: 0;clip-path: circle(750px at right);padding-right: 90px;position: absolute;right: 0;height: 100%;width: 100%;top: 0;}
.abt-sc{float: left;width: 100%;margin-top: 20px;}


/* newsroom */
.newsroom-sec { float: left; width: 100%; padding: 50px 0 0px;position: relative;}
.newsroom-sec::after{ content: "";
    background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    height: 22px;
    float: left;}
    .newsrm-cat{float: left;width:100%;padding: 60px 0;}
.newsroom-cat { float: left; width: 100%; padding-bottom: 50px;}
.newsroom-cat h1 { font-size: 50px; line-height: 60px; font-family: var(--ff-bold); color: var(--txt-dgrey); margin-bottom: 30px; display: inline-block; transition: all .2s; display: inline-block; background: linear-gradient(43deg, #A91279 0%, #EA6C22 46%, #5D277D 100%);
    background-clip: border-box; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;}

.newsroom-cat ul { display: flex; flex-wrap: wrap;  column-gap: 3%; row-gap: 40px; float: left; width: 100%;}
.newsroom-cat ul li { flex: 0 1 31%;  background: var(--bg-white); border: 1px solid rgb(198, 198, 198);}
/* .newsroom-cat ul li a {  width: 100%; display: inline-flex; flex-wrap: wrap; position: relative; } */
.newsroom-cat ul li a { margin-top: 20px; background: var(--bg-white); transition: 0.4s ease;     color: var( --txt-dgrey); font-size: 18px; padding: 10px 25px; display: inline-block; border: 1px solid transparent;    border: 2px solid #5d5d5d;border-radius: 35px;}
.newsroom-cat ul li a:hover { background: var(--pink);
    color: var(--bg-white);
    border: 2px solid var(--pink)}

.newsroom-cat ul li .newsroom-img { flex: 1 1 100%; position: relative; overflow: hidden;}
/* .newsroom-cat ul li span { float: left; width: 100%; font-size: 14px; position: absolute; bottom: 30px;} */
.newsroom-cat ul li span { float: left; width: 100%; font-size: 18px; position: relative; bottom: auto; margin-bottom: 5px;font-family: var(--ff-body);}
.newsroom-cat ul li .newsroom-img img { float: left; width: 100%; transition: 0.4s ease;}
.newsroom-cat ul li .newsroom-img p { background: var(--pink); color: var(--bg-white); padding: 8px 20px; font-size: 16px; position: absolute; top: 30px; right: 30px;}
.newsroom-cat ul li .newsroom-txt { flex: 1 1 100%; padding: 30px; height: 100%;}
.newsroom-cat ul li .newsroom-txt h3 { color: var(--txt-dgrey); font-size: 26px; line-height: 34px; font-family: var(--ff-bold); margin-bottom: 10px; transition: 0.4s ease;}
.newsroom-cat ul li .newsroom-txt h4 { text-transform: capitalize; font-size: 20px; line-height: 25px; margin-bottom: 10px; color: #000;}
.newsroom-cat ul li .newsroom-txt h5 {  font-size: 15px; line-height: 20px; margin-bottom: 5px; font-family: var(--ff-regitalic);}
.newsroom-cat ul li .newsroom-txt h6 {  font-size: 18px; line-height: 20px; font-family: var(--ff-body); color: var(--pink); margin-bottom: 0px;}
.newsroom-cat ul li .newsroom-txt .date { float: left; width: 100%; margin-bottom: 20px; min-height: 50px;}

.newsroom-cat.single-col ul li { flex: 0 1 100%; display: flex; flex-wrap: wrap;border: none;}
.newsroom-cat.single-col ul li .newsroom-img { flex: 1 1 50%;}
/* .newsroom-cat.single-col ul li span { position: absolute; bottom: 50px; font-size: 14px; line-height: 20px;} */
.newsroom-cat.single-col ul li span { position: relative; bottom: auto; font-size: 20px; line-height: 25px; margin-bottom: 20px;color: #b0116b; font-family: var(--ff-body);}

.newsroom-cat.single-col ul li .newsroom-txt { padding: 0; flex: 1 1 50%;}
.newsroom-cat.single-col ul li .newsroom-txt h3 { font-size: 40px; line-height: 45px;}

.newsroom-cat ul li:hover .newsroom-img img { transform: scale(1.05)}
/* .newsroom-cat ul li:hover .newsroom-txt h3 { text-decoration: underline; color: var(--pink);} */
.newsroom-sec.press-release { background: rgba(169,18,121,0.04);}

/* contact-us */
.banner-right.contact-us{border-top-left-radius: 0;border-bottom-left-radius: 0;}
.contact-form {float: left;width: 100%;padding: 70px 10%;}
.contact-form h2 { text-align: center; font-size: 50px; line-height: 60px; margin-bottom: 50px; font-family: var(--ff-bold);}
.contact-form ul { display: flex;flex-wrap: wrap;column-gap: 2%;row-gap: 5px;}
.contact-form ul li {flex: 0 1 32%; position: relative;}
.contact-form ul li input[type="text"], .contact-form ul li input[type="email"], .leader-sec.contact-sec ul li textarea {color: var(--txt-dgrey);font-family: var(--ff-body);font-size: 20px;line-height: normal;border: 1px solid rgb(0, 0, 0, 1);float: left;width: 100%;padding:20px;}
.contact-form ul li.sub-btn {flex: 0 1 100%; margin-top: 20px;}
.contact-form ul li.sub-btn input[type="submit"] {color:  var(--bg-white);text-align: center;font-family: var(--ff-light);font-size: 25px;line-height: normal;border: none;background:  var(--pink);padding: 16px 117px;cursor: pointer;margin-top: 30px;}
/* .contact-form ul li:nth-child(4) {flex: 0 1 48%;}
.contact-form ul li:nth-child(5) {flex: 0 1 48%;} */
.contact-form ul li .nice-select{border: 1px solid  rgb(0, 0, 0,1);float: left;width: 100%;border-radius: 0;color:  var(--txt-dgrey);font-family: var(--ff-body);font-size: 20px; padding: 20px 20px;line-height: normal;}
.contact-form ul li .nice-select .list li{flex: 0 1 100%;}
.contact-form ul li.sub-btn button { transition: 0.4s ease; color: var(--txt-dgrey);text-align: center;font-family: var(--ff-bold); font-size: 20px;line-height: normal;border: 1px solid #000;background: var(--bg-white); padding: 16px 117px;cursor: pointer;margin-top: 30px;}
.contact-form ul li input[type="text"]:focus, .contact-form ul li input[type="email"]:focus { border: 1px solid var(--pink);}
.contact-form ul li.sub-btn button:hover { background: var(--pink); border: 1px solid var(--pink); color: var(--bg-white);}
.contact-form ul li:nth-child(7) {flex: 1 1 100%;}

.contact-form ul li input::placeholder, .contact-form ul li textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: var(--txt-dgrey); opacity: 1; /* Firefox */ }
.contact-form ul li input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: var(--txt-dgrey);}
.contact-form ul li input::-ms-input-placeholder { /* Microsoft Edge */ color: var(--txt-dgrey); }

.contact-form ul li small { color: var(--red); position: relative; bottom: auto; left: 0; visibility: hidden;}
.contact-form ul li.error small { visibility: visible; }
.contact-form ul li.error input, .contact-form ul li.error .nice-select { border-color: var(--error-color); }
.contact-form ul li.success input {border-color: var(--pink);}

.contact-form ul li .nice-select .list { row-gap: inherit; margin: 0; border-radius: 0; border: 1px solid #000}
.contact-form ul li .nice-select .list li { font-size: 18px;}
.contact-form ul li .nice-select .list li::after { display: none;}
.contact-form ul li .nice-select .option { border-bottom: 1px solid #000000;}
.leader-sec.contact-sec ul li {flex: 1 1 100%;}
.leader-sec.contact-sec ul li.sub-btn button {margin-top: 0; width: 168px;height: 46px;border-radius: 100px;font-size: 18px;line-height: 0px; padding: 16px 16px;}

.brand-seeking{float: left;width: 100%;}
.brand-seeking-inner{float: left;width: 100%; padding: 0 5%;}
.brand-seeking h2{float: left;width: 100%; text-align: center; font-size: 46px;line-height: 46px;margin-bottom: 60px; color: var(--txt-dgrey); font-family: var(--ff-light);}
.brand-seeking ul{width: 100%; float: left; text-align: center; display: flex; flex-wrap: wrap; column-gap: 0; row-gap: 20px; margin-bottom: 50px;}
.brand-seeking ul li{flex: 0 1 100%; background: #f5f4eb; padding: 20px 30px; border-radius: 100px; font-size: 26px;line-height: 48px; color: var(--txt-dgrey); font-family: var(--ff-light);}

.brand-cnt{float: left;width: 100%; padding: 0 5%;}
.brand-cnt p{float: left;width: 100%; text-align: center; font-size: 26px;line-height: 36px;margin-bottom: 60px; color: var(--txt-dgrey); font-family: var(--ff-light); position: relative; }
/* .brand-cnt p:after{position: absolute; content: ""; left: 0; right: 0; bottom: 0; width: 210px; height: 13px; background: #b0116b; margin: 0 auto;} */

.our-story{float: left;width: 100%; background: #f5f4eb; padding: 70px 0;}
.our-story h1{float: left;width:auto;text-align: left; padding-bottom: 5px;
	font-size: 50px;
	line-height: 60px;
	font-family: var(--ff-bold);
	color: var(--black);
	margin-bottom: 30px;
	display: inline-block;
	transition: all .2s;
	display: inline-block;
	background: linear-gradient(43deg, #A91279 0%, #EA6C22 46%, #5D277D 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
     border-bottom: 8px solid var(--pink);;
}
.our-story h1::after{}
.our-story h2{float: left;width: 100%; text-align: left; font-size: 46px;line-height: 52px;margin-bottom: 20px; color: var(--txt-dgrey); font-family: var(--ff-light);}
.our-story p{float: left;width: 100%; text-align: left;font-size: 26px;line-height: 52px; color: var(--txt-dgrey); font-family: var(--ff-light);}
.our-story ul.list {row-gap: 8px;margin-bottom: 0;display: flex;flex-wrap: wrap;width: 100%;float: left;justify-content: center;}
.our-story ul.list li {font-size: 20px;position: relative;padding-left: 25px;flex: 0 1 100%;text-align: left; font-family: var(--ff-light);}
.our-story ul.list li span{position: relative;}
.our-story ul.list li span::after {position: absolute;left: -25px;top: 3px;font-size: 20px;content: "\e844";font-family: "feather";}


.anko-global.cust-s.hm-anko { padding: 0;}
.learn-btn {float: left;width: 100%; margin-top: 25px;}
.learn-btn a { display: inline-block; color: var(--black); font-size: 16px; padding: 12px 36px; border-radius: 35px; transition: 0.5s ease; background: none; border: 2px solid #000; font-family: var(--ff-bold); }
.learn-btn a:hover { background: rgb(176,17,107); color: #fff; border: 2px solid rgb(176,17,107);}
.anko-global ul li .pdt-rht-txt .learn-btn a:hover {background: rgb(176,17,107);}



.home-banner.inner-ban.le-ban.leader-ban::after { display: none;}
.team-title { float: left; width: 100%; padding: 15px 0; background: linear-gradient(80deg, rgba(176,17,107,1) 0%, rgba(202,100,34,1) 100%);}
.team-title h2 { color: #ffffff; text-align: center; font-size: 50px; line-height: 50px;}

.mb-100 { margin-bottom: 100px;}
.personal-invitation h2 { font-size: 26px; line-height: 42px; font-family: var(--ff-light); padding-top: 30px; position: relative;}
.personal-invitation h2 span{ display: block; font-family: var(--ff-bold); font-size: 40px; }
.personal-invitation h2::before {content: "";background: #B0116B;width: 180px;height: 8px;position: absolute;left: 0;right: 0;margin: 0 auto;top: 0px;}
.personal-invitation p.para { font-size: 18px; line-height: 26px; margin-bottom: 30px;}

.team-title.org-bg { background: rgba(202,100,34,1);
background: -moz-linear-gradient(left, rgba(202,100,34,1) 0%, rgba(225,137,30,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(202,100,34,1)), color-stop(100%, rgba(225,137,30,1)));
background: -webkit-linear-gradient(left, rgba(202,100,34,1) 0%, rgba(225,137,30,1) 100%);
background: -o-linear-gradient(left, rgba(202,100,34,1) 0%, rgba(225,137,30,1) 100%);
background: -ms-linear-gradient(left, rgba(202,100,34,1) 0%, rgba(225,137,30,1) 100%);
background: linear-gradient(to right, rgba(202,100,34,1) 0%, rgba(225,137,30,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca6422', endColorstr='#e1891e', GradientType=1 );}
.business-teams, .executive-teams { float: left; width: 100%;}
.business-teams .leader-pad .lead-pad .lead-lft h2::before {background: #e18a1e;}
