:root{
    --green: #72bf44;
    --blue: #00a1e4;
    --orange: #f68b1f;
    --yellow: #fdb913;
    --purple :#ab218e;
    --font-300: 'BentonSansLight';
    --font-400: 'BentonSansRegular';
    --font-500: 'BentonSansMedium';
    --font-book: 'BentonSansBook';
    --font-700: 'BentonSansBold';
}
@font-face {
    font-family: 'BentonSansLight';
    src: url('../fonts/BentonSansLight.eot');
    src: url('../fonts/BentonSansLight.eot') format('embedded-opentype'),
         url('../fonts/BentonSansLight.woff2') format('woff2'),
         url('../fonts/BentonSansLight.woff') format('woff'),
         url('../fonts/BentonSansLight.ttf') format('truetype'),
         url('../fonts/BentonSansLight.svg#BentonSansLight') format('svg');
}

@font-face {
    font-family: 'BentonSansRegular';
    src: url('../fonts/BentonSansRegular.eot');
    src: url('../fonts/BentonSansRegular.eot') format('embedded-opentype'),
         url('../fonts/BentonSansRegular.woff2') format('woff2'),
         url('../fonts/BentonSansRegular.woff') format('woff'),
         url('../fonts/BentonSansRegular.ttf') format('truetype'),
         url('../fonts/BentonSansRegular.svg#BentonSansRegular') format('svg');
}
@font-face {
    font-family: 'BentonSansMedium';
    src: url('../fonts/BentonSansMedium.eot');
    src: url('../fonts/BentonSansMedium.eot') format('embedded-opentype'),
         url('../fonts/BentonSansMedium.woff2') format('woff2'),
         url('../fonts/BentonSansMedium.woff') format('woff'),
         url('../fonts/BentonSansMedium.ttf') format('truetype'),
         url('../fonts/BentonSansMedium.svg#BentonSansMedium') format('svg');
}

@font-face {
    font-family: 'BentonSansBook';
    src: url('../fonts/BentonSansBook.eot');
    src: url('../fonts/BentonSansBook.eot') format('embedded-opentype'),
         url('../fonts/BentonSansBook.woff2') format('woff2'),
         url('../fonts/BentonSansBook.woff') format('woff'),
         url('../fonts/BentonSansBook.ttf') format('truetype'),
         url('../fonts/BentonSansBook.svg#BentonSansBook') format('svg');
}
@font-face {
    font-family: 'BentonSansBold';
    src: url('../fonts/BentonSansBold.eot');
    src: url('../fonts/BentonSansBold.eot') format('embedded-opentype'),
         url('../fonts/BentonSansBold.woff2') format('woff2'),
         url('../fonts/BentonSansBold.woff') format('woff'),
         url('../fonts/BentonSansBold.ttf') format('truetype'),
         url('../fonts/BentonSansBold.svg#BentonSansBold') format('svg');
}
/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/
/* =================animate css starts here================= */
/*.animated{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
@-webkit-keyframes fadeIn{from{opacity: 0;}to{opacity: 1;}}
@keyframes fadeIn{from{opacity: 0;}to{opacity: 1;}}
.fadeIn{-webkit-animation-name:fadeIn; animation-name: fadeIn;}
@-webkit-keyframes fadeInUp{from{opacity: 0;-webkit-transform: translate3d(0, 30px, 0);transform: translate3d(0, 30px, 0);} to{opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}}
@keyframes fadeInUp{from{opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);} to{opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}}
.fadeInUp{-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
*/

/*.scaling{-webkit-animation-name:scale;animation-name:scale;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:alternate;animation-direction:alternate;transition-delay: 2s; }
@keyframes scale{
    0%{transform:scale(.7);}
    50%{transform:scale(1);}
    100%{transform:scale(.7);}
}*/

.fadeInLeft{ transform: translateX(-100%); opacity: 0; transition: 2.5s ease;}
.fadeIn{ opacity: 0; transition: 1.5s ease;}
.fadeInUp{transform: translateY(75px); opacity: 0; transition: .4s ease;}
.fadeInLeft2{transition: .4s ease; opacity: 0; transform: translateX(-10px); transition: 2.5s ease;}

.delay1{transition-delay: .6s !important;}
.delay2{transition-delay: .8s !important;}
.delay3{transition-delay: 1s !important;}
.delay4{transition-delay: 1.2s !important;}
.delay5{transition-delay: 1.4s !important;}
.delay6{transition-delay: 1.6s !important;}
.delay7{transition-delay: 1.8s !important;}
.delay8{transition-delay: 2s !important;}
.delay9{transition-delay: 2.2s !important;}
.delay10{transition-delay: 2.4s !important;}
.delay11{transition-delay: 2.6s !important;}
.delay12{transition-delay: 2.8s !important;}
.delay13{transition-delay: 3s !important;}
.delay14{transition-delay: 3.2s !important;}
.delay15{transition-delay: 3.4s !important;}
.delay16{transition-delay: 3.6s !important;}
.delay17{transition-delay: 3.8s !important;}
.delay18{transition-delay: 4s !important;}
.delay20{transition-delay: 4.2s !important;}

.animated .fadeInLeft, .animated .fadeInUp, .animated .fadeInLeft2{transform: translateX(0); opacity: 1;}
.animated .fadeIn{opacity: 1;}


/* =================animate css ends here================= */
/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul {list-style: none;}
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }
/* =================reset css ends here================= */
/* =================core css starts here================= */
#main{position: relative;}
#main::before {content: '';width: 3px;height: 100%;background-image: url(../images/dott.png);position: absolute;left: 60px;top: 30px;background-size: 2px;background-repeat:repeat-y;z-index: -9;} 
#main>span.top-shadow { position: absolute; width: 30px; height: 60px; left: 50%; top: 0; margin-left: -662px; background: linear-gradient(180deg, #ffffff 20%, #ffffff00); }
#main>span.bottom-shadow { position: absolute; width: 30px; height: 80px; left: 50%; bottom: 0; margin-left: -662px; background: linear-gradient(0deg, #ffffff 20%, #ffffff00); }
body { font-size: 28px; line-height: 36px; font-weight: 400;font-family: var(--font-book);color: #4c4c4e; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container-fluid, .container { width: calc(100% - 160px); max-width: 100%; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in;  -webkit-transition: all 0.2s ease-in; }
a img {border: 0px none;}
a:hover { outline: none;  text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation.animated {opacity: 1;}
img {max-width: 100%; border:0; height: auto;}
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; margin-bottom: 24px; line-height: 1.2; font-weight: 700; color: inherit; font-family: var(--font-400);}
h1 {font-size: 58px;}
h2 {font-size: 48px;}
h3 {font-size: 40px;}
h4 {font-size: 30px;}
h5 {font-size: 26px;}
h6 {font-size: 22px;}
p {margin: 0px; padding: 0px; margin-bottom: 36px; }
strong {font-weight: 700;}
b {font-weight: 400;}
p:last-child {margin-bottom: 0;}
.btn {border-radius: 5px;font-weight: 700;padding: 10px 15px;min-width: 140px;font-size: 16px;line-height: 18px;box-shadow: none; transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;}
.btn-default,.btn-default:focus { color: #fff; background-color: var(--blue); border: solid 1px var(--blue); }
.btn-default:hover,.btn-default:active { color: var(--blue); background-color:transparent; border-color: var(--blue); }
.btn-primary,.btn-primary:focus { color: #fff; background-color: #333; border: solid 1px #333; }
.btn-primary:hover,.btn-primary:active { color: #333; background-color: transparent; border-color: #333; }
.btn.btn-block{min-width: 100%;}
.btn+.btn {margin-left: 25px;}
ul:not([class]) {list-style: none;margin-bottom: 15px;text-align:left;line-height: 22px;}
ul:not([class]) > li {padding-left: 16px;position: relative;margin-bottom: 14px;}
ul:not([class]) > li:last-child{margin-bottom: 0;}
ul:not([class]) > li:before {content: '';position: absolute;left: 2px;top:10px;background: #000;height: 5px;width: 5px; border-radius: 50%;}
.gray-bg{background: #ecedee;}
.text-yellow{color: var(--yellow) !important;}
.text-blue { color: var(--blue) !important; }
.text-green { color: var(--green) !important; }
.text-purple { color: var(--purple) !important; }
.text-orange { color: var(--orange) !important; }
.text-gold { color: var(--gold) !important; }
.bg-yellow{background-color: var(--yellow) !important;}
.bg-blue { background-color: var(--blue) !important; }
.bg-green { background-color: var(--green) !important; }
.bg-purple { background-color: var(--purple) !important; }
.bg-orange { background-color: var(--orange) !important; }
.bg-gold { background-color: var(--gold); }
.heading { margin-bottom: 20px;  }
.heading h3 { font-size: 50px; margin-bottom: 0; letter-spacing: 1.3px; position: relative;font-family: var(--font-500);}
.heading h3::before { content: ''; position: absolute; width: 26px; height: 26px; background-image: url(../images/heading-dott.png); left: -44px; top: 14px;  background-size: cover; transition-delay: 2s !important; transform: scale(0); transition: all .6s ease-in;}
.animated .heading h3::before{transform: scale(1);}
.heading_2 {margin-bottom: 30px;color: #797a7d;}
.heading_2 h4 { font-size: 35px; letter-spacing: .6px; margin-bottom: 5px; position: relative; font-family: var(--font-book); color: #333;}
.heading_2 h4::before { content: ''; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #fff; border: 3px solid #333; left: -53px; top: 15px; transform: scale(0);transition: all .6s ease-in; transition-delay: 2s !important;}
.animated .heading_2 h4::before {transform: scale(1);}
.sub_heading { margin-bottom: 30px; }
.sub_heading h4 { font-size: 43px; font-family: var(--font-400); margin-bottom: 0; position: relative; letter-spacing: .3px; }
.sub_heading h4::before { content: ''; position: absolute; width: 15px; height: 15px; border-radius: 50%; background: #333; left: -38.5px; top: 15px; background-size: 26px; background-size: cover; transform: scale(0);transition: 1s ease-in;transition-delay: 2s !important;}
.animated .sub_heading h4::before {transform: scale(1);}
.sub_heading h4 + p {color: #797a7d;}
._number h4 span {width: 50px;height: 50px;display: block;border: 2px solid #333;border-radius: 50%;position: absolute;margin: 0;left: -60px;text-align: center;font-size: 41px;transition: 1s ease-in;transition-delay: 1s !important;transform: scale(0);}
.animated ._number h4 span{transform: scale(1);}
.left-pad { padding-left: 26px; }
.left-more-pad { padding-left: 50px; }
.left-pad .sub_heading h4::before { left: -79px; }
.left-pad .heading_2 h4::before { left: -63.5px; }
.left-more-pad .sub_heading h4::before { left: -89px; }
.left-more-pad .heading_2 h4::before { left: -102px; }
.heading_2._no-dot h4::before {display: none;}
.draw_line::before {content: '';width: 12px;height: 100%; position: absolute;background: #ffffff;left: 55px;   transition: 2s ease-in;z-index: -9; transition-delay: 2.5s !important;transform-origin: top;bottom: -30px;}
.draw_line.animated::before{height: 0px;}
/* =================core css ends here================= */
.download_btn {width: 50px;height: 48px;position: fixed;top: 0;background: var(--blue);z-index: 9999999;left: 50%;transform: translateX(-50%);top: -50px;transition: .6s ease-in;transition-delay: 2.2s !important;}
.download_btn>a {width: 100%;padding: 5px 5px 8px;height: 100%;}
.download_btn>a>img {width: 100%;height: 100%;object-fit: contain; filter: brightness(0) invert(1);}
.download_btn.animated {top: 0;}
/* ================= hero Start ================= */
.hero-container {padding: 170px 0 64px;position: relative;background-repeat: no-repeat;background-size: cover;overflow: hidden;background-position: bottom;min-height: 100vh;display: flex;flex-flow: column;justify-content: center;}
.hero-container::before {content: '';position: absolute;height: 100%;width: 100%;top: 0;left: 0;background: linear-gradient(90deg, rgb(255 255 255 / 90%) 38%, transparent);z-index: 1;}
.hero-container h1 {font-size: 103px;font-family: var(--font-300);line-height: 114px;margin-top: 8px;letter-spacing: -1px;color: #333;position: relative;z-index: 9;}
.top-logo { position: absolute; left: 50%;   z-index: 99;width: calc(100% - 170px);max-width: 100%;transform: translateX(-50%);top: 76px;}
.top-logo .logo-left { width: 272px; }
.top-logo .logo-left img { width: 100%; object-fit: contain; }
.top-logo .logo { }
.top-logo .logo { width: 77px; }
.top-logo .logo img { width: 100%; object-fit: contain; }
.hero-content {position: relative;z-index: 99;}
.hero-container h1 strong { letter-spacing: 6px; font-family: var(--font-700);}
.hero-shape{position: absolute; bottom: 13px; width: auto !important; z-index: 11; height: 70% !important; right: -10%;}
.hero-shape.scale {transition: all 1s ease;transform: scale(.8);opacity: 0;transition-delay: 2.2s !important;}
.animated .hero-shape.scale {transform: scale(1);opacity: 1;}
.hero-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.hero-bg img {width: 100%;height: 100%;object-fit: cover;}
/* ================= hero End ================= */
.team-size-list { width: calc(100% + 60px); margin-left: -30px; display: flex; flex-wrap: wrap; }
.team-size-list>li { width: 25%; padding: 15px; position: relative;}
.team-size-list>li+li::before { content: ''; position: absolute; height: 100%; width: 4px; left: -2px; background: linear-gradient(#ecedee00, #ecedee, #ecedee, #ecedee00); }
.team-size-icon { height: 145px; display: flex; justify-content: center; align-items: flex-end; margin-bottom: 13px; }
.team-size-icon img { width: 100%; max-width: 196px; margin: 0 auto; }
.team-size-box { display: block; text-align: center; }
.team-size-box h4 { font-size: 27px; line-height: 31px; margin-bottom: 12px; font-family: var(--font-book);font-weight: 300;}
.team-size-box h2 { font-size: 51px; font-family: var(--font-700);line-height: 50px; margin-bottom: 0;}
.team-size-box h2 small {font-size: 28px;line-height: 40px;margin-bottom: 0;display: block;}
.team-size-box p {color: #8a8c8e;font-size: 21px;line-height: 23px;margin-top: 10px;}
/* ================= Content End ================= */

.circle-chart { width: 180px;height: 180px;; position: relative;z-index: 9;}
.circle-chart__circle {  stroke-width: 2px; stroke-linecap: square; fill: transparent; stroke: transparent; transform: rotate(-90deg); transform-origin: center; opacity: 0; }
.animated .circle-chart__circle {opacity: 1;}
.animated .circle-chart__circle {;;animation: circle-chart-fill 2s reverse;}
.circle-chart__circle--negative { transform: rotate(-90deg) scale(1, -1); }
.circle-chart__background { stroke: transparent; stroke-width: 4px; fill: none; }
.circle-chart__info, .circle-chart__percent, .circle-chart__subline{ display: none;}
.blue-stroke { stroke: var(--blue); }
.orange-stroke { stroke: var(--orange); }
.purple-stroke { stroke: var(--purple); }
@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}
@keyframes circle-chart-appear {
  to { opacity: 1; transform: translateY(0); }
}
/****************************************/
.progrees_x_3 {justify-content: space-around;padding: 24px 0;}
.progrees_x_3 .circle-chart {width: 310px; height: 310px;}
.progrees_x_3>li {padding: 20px 40px;}
.progrees_x_3>li>.circlechart { display: inline-block; }
.progrees_x_3_box { position: relative; text-align: center; }
.progress_x_3_text { position: absolute; font-size: 27px; line-height: 30px; width: calc(100% - 38px); height: calc(100% - 38px); top: 19px; left: 19px; padding: 5px 14px; display: flex; flex-flow: column; justify-content: center; background: #fff; border-radius: 50%; }
.progress_x_3_text .progress_x_3_per { font-size: 64px; font-family: var(--font-700); left: 0; margin-bottom: 5px; line-height: 55px; }
.progress_x_3_text::before { content: ''; position: absolute; width: calc(100% + 18px); height: calc(100% + 18px); top: 19px; border: 2px solid #fff; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 50%; z-index: -; }
.circle_blue .circle-chart__circle {stroke: var(--blue);}
.circle_orange .circle-chart__circle {stroke: var(--orange);}
.circle_purple .circle-chart__circle {stroke: var(--purple);}
.circle_green .circle-chart__circle {stroke: var(--green);}
.circle_yellow .circle-chart__circle {stroke: var(--yellow);}
/****************************************/
.progress_x_5 { width: calc(100% + 30px); margin-left: -15px; justify-content: center; }
.progress_x_5>li { width: 240px; padding: 0 25px; position: relative; margin-bottom: 30px; text-align: left; min-width: 20%;}
.progress_x_5 > li + li::before { content: ''; position: absolute; height: 100%; width: 4px; left: 0; background: linear-gradient(#ecedee00, #ecedee, #ecedee, #ecedee00); }
.circlechart::before { content: ""; width: calc(100% - 8px); height: calc(100% - 8px); border-radius: 50%; border: 2px solid #eee; position: absolute; top: 4px; left: 4px; }
.circlechart { position: relative; display: inline-block; }
.progress_x_5_progress { position: relative; text-align: center; }
.progress_x_5_per { font-size: 54px; font-family: var(--font-700); margin-bottom: 7px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-bottom: 0; }
.progress_x_5>li p { font-size: 24px; font-family: var(--font-400); color: #000; margin-top: 20px; line-height: 32px; }
.progress_x_5>li p>a, .progress_x_5>li p>span { display: inline; }
/* ================= Content End ================= */
.tp-list { width: calc(100% + 40px); margin-left: -20px; }
.tp-list>li { width: 33.33%; padding: 0 20px; }
.tp-box .progress { height: 26px; margin: 3px 0; border-radius: 0 !important; overflow: visible; }
.tp-box .progrees-box h2 { font-size: 60px; letter-spacing: 3px; font-family: var(--font-700); margin-bottom: 0px; }
.tp-box .progress-bar { height: calc(100% + 6px); margin-top: -3px; background: transparent !important;position: relative;}
.tp-box .progress-bar::before {content: '';position: absolute;width: 0%;height: 100%;top: 0;left: 0; transition: all 1s ease-in;transition-delay: 2s; background: transparent !important;}
.animated .tp-box .progress-bar::before{width: 100%;}
.tp-box .progress-bar.bg-blue::before{background: var(--blue) !important;}
.tp-box .progress-bar.bg-orange::before{background: var(--orange) !important;}
.tp-box .progress-bar.bg-purple::before{background: var(--purple) !important;}
.tp-box .progrees-box { margin-bottom: 23px; }
.tp-box p { font-size: 26px; padding-right: 15%; line-height: 32px; color: #333 }
/* ================= Content End ================= */
.sl-list>li+li { margin-top: 38px; }
.sl-list .progress { height: 60px; border-radius: 0 !important; margin-bottom: 7px; box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);}
.sl-list .progress-bar { position: relative;font-size: 58px; font-family: var(--font-700); text-align: left; padding: 10px 17px 5px; letter-spacing: 2px; background-color: transparent !important;}
.sl-list .progress-bar::before {content: '';position: absolute;width: 0%;height: 100%;top: 0;left: 0; transition: all 1s ease-in;transition-delay: 0s;}
.animated .sl-list .progress-bar::before{width: 100%;}
.sl-list .progress-bar>span {position: relative;}
.sl-list .progress-bar.bg-blue::before{background: var(--blue);}
.sl-list .progress-bar.bg-orange::before{background: var(--orange);}
.sl-list .progress-bar.bg-purple::before{background: var(--purple);}
.sl-list>li>p { font-size: 26px; padding-left: 16px; font-family: var(--font-400);}
.sl-list>li>p>a, .sl-list>li>p>span{font-family: var(--font-700);display: inline;}
/* ================= Content End ================= */
.hr_chalenge-list { width: calc(100% + 50px); margin-left: -25px; }
.hr_chalenge-list>li { padding: 0 25px; width: 33.33%; position: relative; }
.hr_chalenge-box h5 { font-size: 27px; margin-bottom: 13px; }
.hr_chalenge-img { width: 100%; margin-bottom: 20px; }
.hr_chalenge-img>img { width: 100%; height: auto; object-fit: cover; }
.hr_chalenge-box p { font-size: 26px; line-height: 33px; padding-right: 5%; font-family: var(--font-400);color: #000000;}
.hr_chalenge-list > li + li::before { content: ''; position: absolute; height: 100%; width: 4px; left: 0; background: linear-gradient(#ecedee00, #ecedee, #ecedee, #ecedee00); }

/* ================= Content End ================= */
.team-table thead>tr>th { width: 33.33%; border-bottom-color: #fff !important; border-bottom-width: 4px !important; background-color: var(--blue) !important; color: #fff; padding: 10px 24px !important; font-size: 24px; letter-spacing: .7px; }
.team-table .table>:not(caption)>*>* { border: 2px solid #fff; }
.team-table table { font-size: 24px; letter-spacing: .7px; line-height: 31px; }
.team-table tbody>tr>td { padding: 15.5px 24px !important; color:  #4d4d4f;}
/* ================= Content End ================= */
.block-list>li { width: 50%; padding: 0 15px; margin-bottom: 31px; }
.block-list { width: calc(100% + 50px); margin-left: -25px; margin-bottom: 20px;}
.block-box { padding-left: 98px; position: relative; padding-right: 2%; color: #797a7d;}
.block-list>li:last-child { margin-bottom: 0; }
.block-icon { position: absolute; left: 3px; top: 7px; width: 80px; height: 80px; text-align: center; }
.block-icon>img { width: auto; max-width: 80px; object-fit: contain; height: 100%; margin: 0 auto; }
.block-box > h5 { font-size: 25px; line-height: 30px; margin-bottom: 4px; }
.block-box > p { font-size: 24px; line-height: 26px; }
/* ================= Content End ================= */
.motivations-half{/*width: 50%;*/}
.motivations-list {}
.motivations-list>li { padding-left: 30px; position: relative; font-size: 24px; line-height: 33px; margin-bottom: 14px; padding-right: 4%; color: #797a7d; display: inline-block; width: 100%; }
.motivations-list>li>span { position: absolute; font-size: 25px; font-family: var(--font-500); color: var(--yellow); left: 1px; top: 1px; }
/* ================= Content End ================= */
.en-icon-list { margin-bottom: 26px; }
.en-icon-list>li +li { margin-top: 20px; }
.en-icon-list>li{text-align: center;}
.en-icon-box { padding-left: 142px; position: relative; min-height: 86px; display: inline-flex; flex-flow: column; justify-content: center; font-size: 25px; font-family: var(--font-500); line-height: 29px; text-align: left;}
.en-icon-img { position: absolute; width: 142px; left: 0; text-align: center; top: 50%; transform: translateY(-50%); height: 86px; }
.en-icon-img>img { width: auto; height: 100%; object-fit: contain; }
/* ================= Content End ================= */
.en-text-list { padding-top: 33px; /*border: 2px solid var(--blue);*/ border-right: 0; border-bottom: 0; margin: 0 15px; padding-bottom: 40px; border-color: transparent;transition: all .6s ease-in;transition-delay: 2s !important; position: relative; }
.en-text-list.blue { padding-right: 20px; }
/*.en-text-list.green {border-color: transparent;}
.animated .en-text-list.green {border-color: var(--green);}
.animated .en-text-list {border-color: var(--blue);}*/
.en-text-list::before {content: '';position: absolute;width: 0;height: 1.5px;top: 0;background: var(--blue);right: 0;transition: all 1.3s ease-in;transition-delay: 1s; z-index: -1;}
.en-text-list::after {content: '';position: absolute;width: 1.5px;height: 0px;top: 0;background: var(--blue);left: 0;transition: all 1.3s ease-in;transition-delay: 2.2s; z-index: -1;}
.en-text-list.green::before{background-color: var(--green);}
.en-text-list.green::after{background-color: var(--green);}
.animated .en-text-list::before { width: 100%;}
.animated .en-text-list::after { height: 100%;}

.en-text-list>li { position: relative; padding-left: 40px; font-size: 23px; line-height: 30px; font-family: var(--font-400);color: #4d4d4f;}
.en-text-list>li span { width: 45px; position: absolute; display: block; background: #00b9f2; height: 45px; color: #fff; border-radius: 50%; left: -24px; top: 50%; transform: translateY(-50%); text-align: center; font-size: 24px; line-height: 46px; font-family: var(--font-700); z-index: 99999;}
.en-text-list>li+li { margin-top: 22px; }
.en-text-list>li:nth-child(2) span{background-color: #00a1e4;}
.en-text-list>li:nth-child(3) span{background-color: #0070ad;}
.en-text-list>li:nth-child(4) span{background-color: #0066b3;}
.en-text-list>li:nth-child(5) span{background-color: #004990;}
.en-text-list.green>li:nth-child(1) span{background-color: #b1d34a;}
.en-text-list.green>li:nth-child(2) span{background-color: #72bf44;}
.en-text-list.green>li:nth-child(3) span{background-color: #44a13f;}
.en-text-list.green>li:nth-child(4) span{background-color: #008a3b;}
.en-text-list.green>li:nth-child(5) span{background-color: #006d31;}
/* ================= Content End ================= */
.grapg-list { padding: 15px 0 10px; width: 100%; min-height: 431px;}
.graph-box { position: relative; padding-bottom: 24px; }
.grapg-list li { display: flex; align-items: center; }
.grapg-list li + li { margin-top: 10px; }
.graph-titlte { width: 140px; font-size: 12px; font-family: var(--font-500); text-align: -webkit-right; padding: 0 14px; line-height: 12px; }
.graph-box-inner > span { width: 100%; height: 14px; display: block; position: relative; background: transparent; }
.graph-box-inner { width: calc(100% - 140px); display: flex; flex-flow: column; }
.graph-value { display: flex; font-size: 14px; line-height: 12px; color: #4d4d4f; font-family: var(--font-400); padding-left: 129px; position: absolute; width: 100%; height: 100%; top: 0; flex: 1; justify-content: space-between; }
.graph-value>li { display: flex; align-items: flex-end; position: relative; }
.graph-value>li>span{background: #fff; padding: 1px 3px;}
.graph-value>li::before { content: ''; width: 1px; height: calc(100% - 22px); background: #ecedee; left: 10px; position: absolute; z-index: -1; top: 0; }
.graph-color-used { justify-content: start; font-size: 13px; line-height: 14px; color: #4d4d4f; padding-left: 136px; margin-top: 8px;}
.graph-color-used>li { position: relative; padding: 5px 0; margin-right: 28px; padding-left: 12px; }
.graph-color-used>li:last-child { margin: 0; }
.graph-color-used>li::before { content: ''; position: absolute; width: 8px; height: 8px; background: #00a1e4; left: 0; top: 7px; }
.graph-color-used>li:nth-child(2)::before { background: #00b9f2; }
.graph-color-used>li:nth-child(3)::before { background: #0066b3; }
.graph-box-inner > span::before { content: ''; position: absolute; width: 0; height: 100%; transition: 1s ease-in;transition-delay: 1s !important;}
.animated .graph-box-inner > span::before {width: 100%;}
.graph-box-inner > span.graph_blue::before { background-color: #00a1e4 !important; }
.graph-box-inner > span.graph_blue_1::before { background-color: #00b9f2 !important; }
.graph-box-inner > span.graph_blue_2::before { background-color: #0066b3 !important; }
.graph-box-inner > span.graph_purple::before { background-color: #BE008C !important; }
.graph-box-inner > span.graph_orange::before { background-color: #FA9100 !important; }
.graph-type-2 .graph-box-inner > span {height: 18px;}
.graph-type-2 .graph-color-used>li::before{background: var(--purple);}
.graph-type-2 .graph-color-used>li:nth-child(2)::before{background: var(--orange);}
.graph-type-2 .graph-box {margin-right: -30px;}
.graph-type-2 .grapg-list li + li {margin-top: 33px;}
/* ================= Content End ================= */
.content-container.bottom-container { position: relative; padding: 76px 0; min-height: 590px; overflow: hidden; }
img.bottom-bg { position: absolute; top: 0; right: 0; width: auto; height: 100%; object-fit: cover; z-index: -11; max-width: none;}
.bottom-container .bottom-text{color: #797a7d}
.bottom-sap-logo{width:40%; position: absolute; right: 10px; bottom: 20px; max-width: 205px; z-index: 11;}
.bottom-hero-shape{position: absolute; bottom: 0; width: auto !important; z-index: 11; height: 90% !important; right: -8%;}
.bottom-hero-shape.scale {transition: all 1s ease;transform: scale(.8);opacity: 0;transition-delay: 1.2s !important;}
.animated .bottom-hero-shape.scale {transform: scale(1);opacity: 1;}
/* ================= Content End ================= */
.line-manager-inner {padding: 20px 0;position: relative;}
.lm-outer + p {font-size: 20px;text-align: center;line-height: 24px;margin-top: 10px;color: #000;}
.lm-outer {  display: flex; padding-left: 20px; position: relative;  }
.lm-value-list { width: 34px; display: flex; flex-flow: column; justify-content: space-between; }
.lm-value-list>li { font-size: 20px; line-height: 34px; font-family: var(--font-400); color: #8a8c8e; }
.lm-list>li:last-child .lm-img{margin-bottom: -20px;}
.lm-value-list>li+li { margin-top: 30px; }
.lm-list { width: calc(100% - 34px); padding-top: 50px; padding-left: 44px; border-left: 2px solid #8a8c8e; align-items: flex-end; border-bottom: 2px solid #8a8c8e; }
.lm-list>li { width: 25%; padding: 0 38px 0 50px; padding-bottom: 20px; position: relative; text-align: left;}
.lm-box { font-size: 20px; line-height: 22px; font-family: var(--font-400); color: #000000; }
.lm-img { height: 66px; margin: 0 auto; text-align: center; }
.lm-img img { width: auto; height: 100%; object-fit: contain; }
.lm-list>li::before { content: ''; position: absolute; width: 36px; background-color: var(--blue); height: 0; left: 0; bottom: 0; transition: all .5s ease-in;transition-delay: 3s !important;}
.animated .lm-list>li::before {height: 100%;}
._blue p {margin-bottom: 94px;}
.lm-list>li._orange::before{background-color: var(--orange);} 
.lm-list>li._purple::before{background-color: var(--purple);} 
.lm-list>li._green::before{background-color: var(--green);} 
.text-value {position: absolute;left: 0;font-size: 20px;color: #000;transform: rotate(-90deg) translateY(-50%);left: -15px;top: 46%;line-height: 20px;}
/* ================= Content End ================= */




/* ================= Footer Start ================= */
#footer {background: #000;padding: 10px 0;color: #fff;line-height: 16px;}
.footer-content { font-size: 13px; justify-content: space-between;}
.footer-social-media-content p { margin-bottom: 0; letter-spacing: .5px; margin-right: 19px;}
.footer-social-media li { margin-left: 5px; height: 18px; width: 18px; }
.footer-social-media li a { background: #fff; color: #000; text-align: center; line-height: 20px; font-size: 12px; border-radius: 50%; display: block; height: 100%; }
.footer-social-media li a:hover{background: var(--gold);}
.footer-nav { margin-left: 20px; }
#footer a:hover{background: var(--green);color: #fff;}
.footer-nav li + li { margin-left: 20px; letter-spacing: .5px; }
#footer .footer-nav a:hover{background: transparent; color: var(--green);}
/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container{padding: 0 0 50px;position: relative; }
/* ================= Content End ================= */

@media (min-width:1600px) {
    .lm-list>li._green .lm-box br{display: none;}
}
/*==========================================
========================================== */
@media (max-width:1599.98px) {
    .draw_line::before { bottom: -20px; }
    .hero-container h1 { font-size: 80px; line-height: 90px; }
    .team-table table { font-size: 22px; }
    .team-table thead>tr>th { font-size: 22px; }
    /*.hero-shape { width: 400px !important; margin-left: 350px; }*/
    body { font-size: 22px; line-height: 30px; }
    .heading h3 { font-size: 44px; }
    .team-size-box h2 { font-size: 44px; }
    .team-size-box h2 small { font-size: 24px; line-height: 33px; }
    .tp-box .progrees-box h2 { font-size: 50px; }
    .sub_heading h4 { font-size: 38px; }
    .heading_2 h4 { font-size: 32px; }
    .team-size-icon { height: 130px; }
    .team-size-icon img { max-width: 160px; }
    .team-size-box h4 { font-size: 23px; line-height: 27px; }
    .tp-box p { font-size: 22px; line-height: 28px; }
    .progress_x_3_text .progress_x_3_per { font-size: 56px; }
    .progress_x_3_text { font-size: 22px; }
    .progress_x_5_per { font-size: 46px; }
    .progress_x_5>li p { font-size: 22px; line-height: 28px; }
    .sl-list .progress { height: 50px; }
    .sl-list .progress-bar { font-size: 46px; padding: 8px 15px 3px; }
    .sl-list>li>p { font-size: 22px; }
    .hr_chalenge-box h5 { font-size: 24px; }
    .hr_chalenge-box p { font-size: 22px; line-height: 28px; }
    .hr_chalenge-list > li + li::before { content: ''; position: absolute; height: 100%; width: 4px; left: 0; background: linear-gradient(#ecedee00, #ecedee, #ecedee, #ecedee00); }
    .lm-value-list>li { font-size: 17px; }
    .lm-box { font-size: 18px; }
    .block-box > h5 { font-size: 23px; }
    .block-box > p { font-size: 20px; line-height: 24px; }
    .block-icon { width: 70px; height: 70px; }
    .motivations-list>li, .motivations-list>li>span { font-size: 20px; /*line-height: 28px;*/ }
    .motivations-list.left-list>li:nth-child(3) br{display: none;}
    .en-icon-img { width: 120px; height: 76px; }
    .en-icon-box { padding-left: 120px; font-size: 22px; line-height: 27px; }
    .en-text-list>li { font-size: 20px; line-height: 26px; padding-left: 36px; }
    .en-text-list>li span { width: 36px; height: 36px; font-size: 18px; line-height: 38px;left: -19px; }
}

/*==========================================
! Medium devices (tablets, less than 1399px)
========================================== */
@media (max-width:1399.98px) {
    .container-fluid, .container { width: calc(100% - 90px); max-width: 100%; }
    .top-logo {width: calc(100% - 120px);}
    #main::before { left: 25px; margin: 0; }
    .draw_line::before { left: 20px; margin-left: 0; }
    .progrees_x_3>li { padding: 20px 10px; }
    .hero-container h1 {font-size: 70px;line-height: 78px;}
    .progress_x_5>li { padding: 0px 14px; width: 215px; min-width: auto;}
    .hr_chalenge-list > li + li::before { content: ''; position: absolute; height: 100%; width: 4px; left: 0; background: linear-gradient(#ecedee00, #ecedee, #ecedee, #ecedee00); }

}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
    body { font-size: 24px; line-height: 30px; }
    .hero-container h1 { font-size: 68px; line-height: 74px; }
    /*img.hero-shape { width: 350px !important; right: -60px; margin-left: 190px;}*/
    .heading h3 { font-size: 40px; line-height: 44px; }
    .heading_2 {margin-bottom: 24px;}
    /*******************************/
    .team-size-box h4 { font-size: 24px; line-height: 27px; }
    .team-size-box h2 { font-size: 32px; }
    .team-size-box h2 small { font-size: 20px; line-height: 22px; }
    /*===============================*/
    .tp-box .progrees-box h2 { font-size: 57px; line-height: 66px; }
    .tp-box p { font-size: 20px; line-height: 27px; padding: 0; }
    /*================================*/
    .progress_x_5 > li + li::before { opacity: 0; }
    /*================================*/
    .lm-list { padding-left: 33px; }
    .lm-list>li { padding: 0 30px 0 44px; }
    .lm-box { font-size: 16px; }
    .lm-value-list>li { font-size: 16px; }
    .lm-list>li:last-child .lm-img{margin-bottom: -5px;}
    .lm-list>li:last-child p {margin-bottom: 17px;}
    
    /* ============================== */
    .hr_chalenge-list > li + li::before { content: ''; position: absolute; height: 100%; width: 4px; left: 0; background: linear-gradient(#ecedee00, #ecedee, #ecedee, #ecedee00); }
    /*==================================*/
    .graph-value { padding-left: 84px; }
    .graph-titlte { width: 94px; padding-left: 10px; font-size: 10px; }
    .graph-box-inner { width: calc(100% - 94px); }
    /*=============================*/
    .footer-social-media-content p { font-size: 7px; }
    .footer-social-media li { width: 14px; height: 14px; }
    .footer-social-media li a { font-size: 9px; line-height: 16px; }
    .footer-nav { font-size: 8px; }
    .footer-nav li + li { margin-left: 10px; }
}
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
    .container-fluid, .container { width: calc(100% - 70px); }
    .top-logo {width: calc(100% - 90px);}
    .heading h3 { font-size: 30px; line-height: 36px; }
    .heading h3 + p { font-size: 18px; }
    .sub_heading h4 { font-size: 24px; line-height: 33px; }
    .sub_heading h4 + p { font-size: 16px; }
    .sub_heading { margin-bottom: 24px; }
    .heading_2 h4 { font-size: 27px; line-height: 30px; }
    .heading h3::before { top: 5px; left: -34px;width: 24px;height: 24px;}
    .sub_heading h4::before { top: 8px; left: -28px !important;width: 13px;height: 13px;}
    .heading_2 h4::before { top: 7px; left: -50px;}
    .left-pad .heading_2 h4::before {left: -53.5px;}
    .left-more-pad .sub_heading h4::before {left: -78px !important;}
    /**************************************/
    .hero-container h1 { font-size: 60px; line-height: 66px; }
    .hero-shape {height: 50% !important;}
    /*img.hero-shape { width: 250px !important; right: -50px; }*/
    /*=========================*/
    .team-size-list>li { width: 50%; }
    .team-size-list>li:nth-child(3)::before { display: none; }
    .team-size-box h2 { font-size: 43px; }
    .team-size-box h2 small { font-size: 26px; line-height: 30px; }
    /*=============================*/
    .progrees_x_3 .circle-chart {width: 188px;height: 188px;}
    .progress_x_3_text .progress_x_3_per { font-size: 36px; line-height: 40px; margin-bottom: 0; }
    .progress_x_3_text { font-size: 16px; line-height: 18px; width: calc(100% - 22px); height: calc(100% - 22px); top: 11px; left: 11px; }
    .circle-chart { width: 130px; height: 130px; }
    .progress_x_5_per { font-size: 34px; line-height: 40px; }
    .progress_x_5>li p { font-size: 16px; line-height: 22px; }
    .progress_x_3_text::before { width: calc(100% + 14px); height: calc(100% + 14px); }
    .progress_x_5>li { padding: 0 10px; width: 162px; }
    /*=============================*/
    .hr_chalenge-list>li { padding: 0 15px; }
    .hr_chalenge-box h5 { font-size: 16px; line-height: 18px; }
    .hr_chalenge-img { margin-bottom: 10px; }
    .hr_chalenge-box p { font-size: 16px; line-height: 22px; }
    .hr_chalenge-list > li + li::before { content: ''; position: absolute; height: 100%; width: 4px; left: 0; background: linear-gradient(#ecedee00, #ecedee, #ecedee, #ecedee00); }
    /*===============================*/
    .lm-outer { flex-flow: column; padding-left: 24px; padding-top: 20px; }
    .lm-value-list { flex-flow: row; justify-content: space-between; width: 100%; height: 34px; padding-right: 45px; }
    .lm-value-list>li+li { margin-top: 0; margin-left: 30px; }
    .text-value { top: 0; left: 50%; transform: translateX(-50%) rotate(0deg); }
    .lm-outer + p { position: absolute; left: -14px; transform: rotate(-90deg) translateY(-50%); top: 50%; margin: 0; }
    .lm-list { padding-left: 0; padding-top: 30px; border-bottom: 0; border-top: 2px solid #8a8c8e; }
    .lm-list>li { width: 100%; padding: 30px 0  0; }
    .lm-list>li::before { width: 100%; height: 30px !important; top: 0; left: -1px; }
    .lm-box { display: flex; flex-flow: row-reverse; padding: 20px 0; padding-left: 20px; }
    .lm-img { width: 100px; padding-right: 15px; }
    .lm-list>li:last-child .lm-img { margin-bottom: 0; }
    .lm-box p { width: calc(100% - 100px); margin-bottom: 0; }
    .lm-list>li._blue::before { max-width: 86%; }
    .lm-list>li._blue .lm-box { max-width: 87%; }
    .lm-list>li._orange::before { max-width: 70%; }
    .lm-list>li._orange .lm-box { max-width: 87%; }
    .lm-list>li._purple::before { max-width: 57%; }
    .lm-list>li._purple .lm-box { max-width: 80%; }
    .lm-list>li._green::before { max-width: 57%; }
    .lm-list>li._green .lm-box { max-width: 87%; }
    .lm-list>li:last-child .lm-box { height:auto;}
    ._green .lm-box p br { display: none; }
    /*========================================*/
    .team-table thead>tr>th { font-size: 18px; line-height: 26px; }
    .team-table tbody>tr>td { font-size: 16px; padding: 11px 24px !important; line-height: 22px; }
    /*=======================================*/
    ._number h4 span { width: 36px; height: 36px; font-size: 20px; left: -50px; }
    .block-box { padding-left: 74px; }
    .block-icon { width: 65px; height: 65px; }
    .block-icon>img { max-width: 60px; }
    .block-box > h5 { font-size: 18px; line-height: 24px; }
    .block-box > p { font-size: 16px; line-height: 22px; }
    .motivations-list>li { padding-left: 24px; font-size: 18px; line-height: 22px; }
    .motivations-list>li>span { font-size: 18px; }
    .en-text-list>li { font-size: 20px; line-height: 24px; }
    .en-text-list>li span { width: 40px; height: 40px; line-height: 40px; font-size: 20px; }
    ul.en-text-list.blue { margin-bottom: 30px; }
    .bottom-hero-shape{height: 50% !important;}
}
/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
    #main::before {top: 22px;}
    body { font-size: 12px; line-height: 15px; }
    p { margin-bottom: 12px; }
    .content-container{padding: 0 0 30px;}
    .container { position: static; width: calc(100% - 26px); }
    .heading h3 { font-size: 17px; line-height: 24px; letter-spacing: .3px; }
    .heading h3 + p { font-size: 14px; }
    .sub_heading h4 { font-size: 13px; line-height: 16px; }
    .sub_heading h4 + p { font-size: 10px; }
    .heading h3 + p { font-size: 12px; }
    .heading h3::before {width: 16px;height: 16px;left: -20px;top:4px;}
    #main::before { left: 11px; }
    .sub_heading h4::before { left: -18px !important; width: 10px; height: 10px; top: 2px; }
    .left-pad .heading_2 h4::before { left: -32px; }
    .heading_2 h4::before { width: 10px; height: 10px; top: 0px; }
    .left-more-pad .sub_heading h4::before { left: -40px !important; }
    .heading_2._no-dot h4::before {display: block;}
    .draw_line::before {left: 7px;width: 10px;bottom: -10px;}
    .download_btn {width: 28px;height: 28px;transform: none;}
    /***********************************/
    .top-logo { width: auto; }
    .top-logo .logo {width: 40px;}
    img.hero-shape { width: auto !important; right: -25px; bottom: 60px; height: 47.37% !important; margin-left: 0;left: auto;}
    .hero-bg { position: relative; /* height: 130%; */margin-bottom: -30px;}
    .hero-container::before { opacity: 0; }
    .hero-container { padding: 0px; min-height: auto;overflow: visible;}
    .hero-container .container { position: static; width: calc(100% - 22px); }
    .top-logo { top: 12px; width: calc(100% - 50px); }
    .top-logo .logo-left { width: 136px; }
    .hero-content { bottom: 0; width: calc(100% + 46px); margin-left: -23px; padding: 15px 20px 6px;   position: relative; /* transform: translateY(-45px); */}
    .hero-content::before {content: '';position: absolute;bottom: 100%;height: 60px;width: 100%;background: linear-gradient(0deg, white 20%, transparent 100%);left: 0;margin-bottom: -30px;}
    .hero-content::after {content: '';position: absolute;bottom: 100%;height: 60px;width: 100%;background: rgba(255,255,255,0.9);left: 0;margin-bottom: -35px;}
    .hero-container h1 { font-size: 29px; line-height: 36px; text-align: center; margin: 0; letter-spacing: 0; /* margin-top: -30px; */transform: translateY(-30px) !important;margin-bottom: -50px;z-index: 9;position: relative;}
    .hero-container h1 strong br { display: none; }
    .hero-container h1 strong { letter-spacing: 0; }
    .content-container.intro-text { padding-top: 0; }
    /*********************************/
    .team-size-list { width: calc(100% + 20px); margin-left: -10px; }
    .team-size-list>li { width: 100%; position: relative; padding: 14px 15px; }
    .team-size-box { position: relative; padding-left: 112px; text-align: left; display: flex; flex-flow: column; justify-content: center; min-height: 88px; }
    .team-size-icon { position: absolute; width: 82px; text-align: center; left: 0; height: auto; top: 50%; transform: translateY(-50%); margin: 0 !important; }
    .team-size-icon img { margin: 0 auto; max-width: 90px !important; width: 90px !important; }
    .team-size-box h4 { font-size: 10px; line-height: 12px; margin-bottom: 3px; }
    .team-size-box h4 br { display: none; }
    .team-size-list>li+li::before, .team-size-list>li:nth-child(3)::before { left: 0; top: 0; width: 100%; height: 3px; display: block; background: linear-gradient(to right, #ecedee00, #ecedee, #ecedee, #ecedee00); }
    .team-size-box h2 small { display: inline; font-size: 22px; line-height: 22px; }
    .team-size-box h2 { font-size: 22px; line-height: 22px; }
    .team-size-box h2 small { display: inline; font-size: 22px; line-height: 22px; }
    .team-size-box p { font-size: 10px; line-height: 12px; }
    /*===========================================*/
    .tp-list>li { width: 100%; }
    .tp-box .progrees-box { margin-bottom: 7px; }
    .tp-box .progrees-box h2 { font-size: 29px; letter-spacing: 1px; line-height: 33px; }
    .tp-box .progress { height: 17px; }
    .tp-box .progress-bar { padding: 4px; }
    .tp-box p { font-size: 9px; line-height: 11px; }
    .tp-list>li + li { margin-top: 17px; }
    /*===========================================*/
    .progress_x_5>li { width: 100px; padding: 0px 9px; margin-bottom: 24px; }
    .circle-chart { width: 110px; height: 110px; }
    .circle-chart { width: 70px; height: 70px; }
    .progress_x_5_per { font-size: 22px; line-height: 24px; }
    .progress_x_5>li p { font-size: 9px; line-height: 12px; margin-top: 10px; }
    .progrees_x_3 .circle-chart { width: 110px; height: 110px; }
    .progress_x_3_text { font-size: 8px; line-height: 10px; width: calc(100% - 12px); height: calc(100% - 12px); top: 6px; left: 6px; }
    .progress_x_3_text .progress_x_3_per { font-size: 28px; letter-spacing: -1px; line-height: 26px; }
    .progress_x_3_text::before { width: calc(100% + 8px); height: calc(100% + 8px); border-width: 1px; }
    .progrees_x_3>li { padding: 10px; }
    .circlechart::before { width: calc(100% - 4px); height: calc(100% - 4px); border-width: 1px; top: 2px; left: 1px; }
    /*============================*/
    .sl-list .progress { height: 24px; }
    .sl-list .progress-bar { font-size: 19px; line-height: 22px; padding: 6px 5px 4px; letter-spacing: -1px; }
    .sl-list>li>p { font-size: 9px; padding: 0; line-height: 11px; }
    .sl-list li { padding: 0 11px; }
    .sl-list>li+li { margin-top: 10px; }
    /*==============================*/
    .hr_chalenge-list>li { width: 100%; padding: 7px 8px; position: relative; }
    .hr_chalenge-list>li + li::before { content: ''; width: 100%; position: absolute; height: 2px; background: linear-gradient(to right, #ecedee00, #ecedee, #ecedee, #ecedee00); top: 0px; }
    .hr_chalenge-list { width: 100%; margin: 0; }
    .hr_chalenge-box { display: flex; }
    .hr_chalenge-img { width: 90px; margin-bottom: 0; }
    .hr-chaleng-text { width: calc(100% - 90px); padding-left: 15px; }
    .hr_chalenge-box h5, .hr_chalenge-box p { font-size: 9px; line-height: 12px; margin-bottom: 0; padding: 0; }
    .hr_chalenge-list>li:nth-child(even) .hr_chalenge-box { flex-flow: row-reverse; }
    .hr_chalenge-list>li:nth-child(even) .hr_chalenge-box .hr-chaleng-text { padding-left: 0; padding-right: 15px; text-align: right; }
    /*=========================================*/
    .lm-value-list { height: 20px; padding: 0 16px; }
    .lm-value-list>li { font-size: 10px; line-height: 20px; }
    .lm-outer { padding-left: 18px; }
    ul.lm-list { padding-top: 15px; width: 100%; }
    .lm-list>li::before { height: 18px !important; width: 0;}
    .animated .lm-list>li::before{width: 100%;}
    .lm-list>li { padding: 22px 0  0; }
    .lm-list>li .lm-box { padding: 1px 0 7px 11px; align-items: center; }
    .lm-img { width: 17%; height: auto; }
    .lm-box { font-size: 9px; line-height: 11px; }
    .lm-box p { width: 83%; }
    .lm-outer + p { font-size: 10px; left: 0px; }
    .text-value { font-size: 11px; }
    ._green .lm-box p br { display: none; }
    /*===========================================*/
    .left-pad { padding-left: 14px; }
    .team-table thead>tr>th { font-size: 7px; line-height: 10px; padding: 4px 5px !important; }
    .team-table tbody>tr>td { font-size: 7px; padding: 4px 6px !important; line-height: 10px; }
    /*========================================*/
    .heading_2 h4 { font-size: 11px; line-height: 10px; }
    .heading_2 h4 + p { font-size: 9px; line-height: 10px; }
    /*================================================*/
    ._number h4 span { width: 16px; height: 16px; font-size: 9px; line-height: 14px; left: -22px; }
    .left-more-pad { padding-left: 22px; }
    .block-list>li { width: 100%; padding: 0; }
    .block-box { padding-left: 70px; min-height: 65px; }
    .block-icon { width: 55px; top: 0; }
    .block-icon>img { max-width: 55px; }
    .block-box > h5 { font-size: 12px; line-height: 16px; margin-bottom: 6px; }
    .block-box > p { font-size: 12px; line-height: 14px; }
    .motivations-list { column-count: 1; }
    .motivations-list>li br{display: none;}
    .motivations-list>li { padding-right: 0; font-size: 10px; line-height: 12px; padding-left: 16px; margin-bottom: 5px; }
    .motivations-list>li>span { font-size: 10px; top: 0px; }
    .en-icon-box { padding-left: 44px; font-size: 10px; line-height: 13px; display: inline-flex; min-height: 40px; text-align: left; }
    .en-icon-img { width: 30px; height: auto; }
    .en-icon-list li { text-align: center; }
    .en-icon-list { margin-bottom: 10px; }
    .en-text-list { margin: 0; padding-right: 0; padding-top: 14px; }
    .en-text-list>li { font-size: 10px; line-height: 12px; padding-left: 20px; }
    .en-text-list>li span { width: 18px; height: 18px; font-size: 10px; line-height: 19px; left: -8px; }
    .en-text-list::before {height: 1px;}
    .en-text-list::after {width: 1px;}
    /*============================================*/
    .content-container.bottom-container { padding: 16px 0; min-height: 270px; }
    .bottom-container .bottom-text {  max-width: 75%; font-size: 9px; line-height: 12px; }
    .content-container.bottom-container .heading { margin-bottom: 10px; }
    .content-container.bottom-container .sub_heading { margin-bottom: 16px; }
    /*======================================*/
    .footer-content { align-items: center; flex-flow: column; }
    .footer-nav { margin: 0; margin-top: 4px; }
    /*===============================*/
    .grapg-list { padding: 15px 0 10px; min-height: auto; }
    .graph-value { padding-left: 39px; font-size: 8px; }
    .graph-titlte { width: 50px; padding: 0; padding-right: 6px; font-size: 6px; line-height: 8px; }
    .graph-box-inner { width: calc(100% - 50px); }
    .graph-box-inner > span { height: 5.9px; }
    .grapg-list li + li { margin-top: 8px; }
    .graph-box { padding-bottom: 10px; }
    .graph-color-used { padding-left: 43px; }
    .graph-color-used>li { font-size: 7px; padding: 3px 0; padding-left: 8px; margin-right: 5px; line-height: 10px; }
    .graph-type-2 .graph-box { margin-right: 0; }
    .graph-type-2 .graph-box-inner > span { height: 8px; }
    .graph-type-2 .grapg-list li + li { margin-top: 12px; }
    .graph-color-used>li::before { width: 6px; height: 6px; top: 4.5px; }
    
}
/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:439.98px) {
}
.truste_cursor_pointer{display: none;}




