/*@font-face {
    font-family: 'futura';
    font-weight: 900;
    src: url("../fonts/futurastd-bold.eot");
    src: url("../fonts/futurastd-bold.eot") format("embedded-opentype"), url("../fonts/futurastd-bold.woff") format("woff"), url("../fonts/futurastd-bold.ttf") format("truetype"), url("../fonts/futurastd-bold.svg") format("svg");
}

@font-face {
    font-family: 'futura';
    font-weight: 600;
    src: url('../fonts/FuturaStd-Medium.eot');
    src: url('../fonts/FuturaStd-Medium.woff') format('woff'), url('../fonts/FuturaStd-Medium.ttf') format('truetype'), url('../fonts/FuturaStd-Medium.svg') format('svg');
}

@font-face {
    font-family: 'futura';
    font-weight: 300;
    src: url("../fonts/FuturaStd-Light.eot");
    src: url("../fonts/FuturaStd-Light.eot") format("embedded-opentype"), url("../fonts/FuturaStd-Light.woff") format("woff"), url("../fonts/FuturaStd-Light.ttf") format("truetype"), url("../fonts/FuturaStd-Light.svg") format("svg");
}

@font-face {
    font-family: 'futura';
    font-weight: 500;
    src: url("../fonts/FuturaStd-Book.eot");
    src: url("../fonts/FuturaStd-Book.eot") format("embedded-opentype"), url("../fonts/FuturaStd-Book.woff") format("woff"), url("../fonts/FuturaStd-Book.ttf") format("truetype"), url("../fonts/FuturaStd-Book.svg") format("svg");
}

@font-face {
    font-family: 'futura';
    font-weight: 700;
    src: url("../fonts/FuturaStd-Heavy.eot");
    src: url("../fonts/FuturaStd-Heavy.eot") format("embedded-opentype"), url("../fonts/FuturaStd-Heavy.woff") format("woff"), url("../fonts/FuturaStd-Heavy.ttf") format("truetype"), url("../fonts/FuturaStd-Heavy.svg") format("svg");
}*/

@font-face {
    font-family: 'Rupee_Foradian';
    src: url('../fonts/Rupee_Foradian.eot');
    src: url('../fonts/Rupee_Foradian.eot') format('embedded-opentype'),
         url('../fonts/Rupee_Foradian.woff') format('woff'),
         url('../fonts/Rupee_Foradian.ttf') format('truetype');
}

.rs{font-family: 'Rupee_Foradian';}

html,
body {
    height: 100%;
    font-family: 'futura';
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.introduction table th, .introduction table td { font-size: 15px; }
.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.km1 {
    text-decoration: none;
    background: #97144d;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    letter-spacing: 2px;
    display: inline-block;
}

.km1:hover {
    background: #f1f1f1;
    color: #97144d;
    text-decoration: none;
}

.fs-12 {
    font-size: 12px !important;
}

.km2 {
    text-decoration: none;
    background: #fff;
    color: #97144d;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    letter-spacing: 2px;
    display: inline-block;
}

.km2:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.sitewrapper {
    height: 100%;
}

.sectbox {
    padding: 100px 0;
}

.grey-clr {
    color: #666 !important;
}

.white-clr {
    color: #fff;
}
h1 {
    font-size: 48px;
    color: #97144d;
    font-weight: 700;
    margin-bottom: 30px;
}
h2 {
    font-size: 48px;
    color: #97144d;
    font-weight: 700;
    margin-bottom: 30px;
}

h3 {
    font-size: 28px;
    margin-bottom: 30px;

}
h4 {
    font-size: 22px;
}


.subtitle {
    font-size: 18px;
    font-weight: 900;
    /*text-transform: uppercase;*/
}

/* HEADER */
a.download {
    text-decoration: none;

    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 9;
}

.header {
    height: 100px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
	transition:all 0.5s ease;

}

#inner-header .header .logo img{width: 250px;}
.header .logo img { width:250px; }

.logo,
.hamburger,
.download {
    transform: translateY('30px');
    opacity: 0;
    display: inline-block;
}

/* MENU */
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {

    background-color: #fff;
}

button:focus {
    outline: 0;
}

.overlay {
    position: fixed;
    background: #97144d;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 40;
    overflow: hidden;
    transform: translateY(-100%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.overlay.active {
    transform: translateY(0%);
}

.drop-list-head {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
}

.drop-list-head2 {
    margin-bottom: 30px;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay .overlay-menu {
    position: relative;
    top:58%;
    transform: translateY(-50%);
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

.overlay a {
    text-decoration: none;
}

.overlay .overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px;
    position: relative;
    height: auto;
}

.overlay .overlay-menu ul li {
    margin: 0;
    padding: 0;
    display: block;
	line-height: 23px;
}

.overlay .overlay-menu ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}

.overlay .overlay-menu ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

/* BANNER */


.banner {
    background: #97144d;
    height: 100%;
}

.bannercontent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bannercontent h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 0px;
}

.banner .boxys {
    width: 95%;
    height: 100%;
    position: relative;
    margin: 0 auto;

}

.bw1 {
    width: 16%;
}

.bw2 {
    width: 26%;
}

.bw3 {
    width: 13%;
}

.boxy {


    left: 0;
    top: 0;
    position: absolute;
    padding: 5px;
    overflow: hidden;

}

.boxy h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.th1,
.th2 {
    opacity: 0;
    transform: translateY('30px');
}

.boxy>div {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;

}

.boxy .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 101%;
    background: #97144d;

}

.boxy div.titcontainer {
    background: transparent;

}

.boxy .titwrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.boxy1 {
    width: 26%;
    top: 20%;
    height: 25%;
}

.boxy2 {
    width: 13%;
    height: 25%;
    top: 45%;
    left: 13%;
}

.boxy3 {
    width: 16%;
    height: 60%;
    top: 10%;
    left: 26%;
}

.boxy4 {
    width: 16%;
    height: 26.5%;
    top: 70%;
    left: 26%;
}

.boxy5 {
    width: 16%;
    left: 42%;
    height: 37%;
    top: 2.5%;
}

.boxy6 {
    left: 42%;
    height: 20%;
    top: 39.5%;
    width: 16%;
}

.boxy7 {
    left: 42%;
    width: 16%;
    height: 37%;
    top: 59.5%;
}

.boxy8 {
    width: 16%;

    height: 26.5%;
    top: 2.5%;
    left: 58%;
}

.boxy9 {
    width: 16%;
    height: 60%;
    top: 29%;
    left: 58%;
}

.boxy10 {
    width: 13%;
    height: 26.5%;
    top: 29%;
    left: 74%;
}

.boxy11 {
    left: 74%;
    width: 26%;
    top: 55.5%;
    height: 25%;
}

.boxy1 .mask,
.boxy8 .mask,
.boxy11 .mask {
    transform-origin: 100% 50%;
}

.boxy2 .mask,
.boxy5 .mask {
    transform-origin: 50% 0%;
}

.boxy3 .mask,
.boxy9 .mask,
.boxy7 .mask {
    transform-origin: 50% 100%;
}

.boxy4 .mask,
.boxy10 .mask {
    transform-origin: 0% 50%;
}

/* about */

.about img {
    width: 100%;
    max-width: 100%;
}

/* performance */
.performance {
    background: url(../images/performance.jpg) fixed no-repeat right center;
    background-size: cover;
    min-height: 700px;
}

.performancebox {
    background: #97144d;
    min-height: 400px;
    padding: 15px;
}

.performancebox .infobox {
    border-bottom: 1px solid #fff;
    color: #fff;
    position: relative;
    height: 100px;
    padding: 10px 0;
}

.performancebox .infobox h5,
.performancebox .infobox h4 {
    padding: 0;
    margin: 0;
}

.performancebox .infobox h5 {
    font-size: 14px;

}

.performancebox .infobox h4 {
    font-size: 28px;
}

.performancebox .infobox h4 small {
    font-size: 18px;
}

.performancebox .infobox h5.bot {
    position: absolute;
    bottom: 10px;
}

.performancebox .infobox h5.bot img {
    vertical-align: baseline;
}

.performancebox .infobox:last-child {
    border: none;
}

/* At a glance */
.introduction {
    background: #97144d;

    min-height: 400px;
}

/* Introduction*/

.ataglance .blackbox {
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#80666666', GradientType=0);
    /* IE6-9 */

}

.ataglance .cont {
    padding: 15px;
}

.glancebox {
    color: #fff;
    margin: 25px 0;
}

.glancebox h4 {
    font-size: 32px;
    font-weight:700;
	margin-bottom:0px;
}

.ataglance .glancebox h4 {line-height: 24px;font-size: 31px;}

.glancebox h4 small {
    font-size: 24px;
}

.glancebox h5 {
    font-size: 16px;
}

/* CORE PHILO */
.philo {
    background: #fff;
}

.philobox {
    height: 200px;
    overflow: hidden;
}



.philobox div {
    width: 100%;
    height: 200px;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.philobox:hover div {
    transform: scale(1.2);
}

.philobox.height2 {
    height: 460px;
}

.philobox.height2 div {

    height: 460px;
}

.height-280 {height: 260px;}


/* ceomsg */

.ceomsg h3 {
    font-size: 24px;

}

.ceomsg h3 span {
    display: block;
    font-size: 32px;
}


/* KPI */
.kpi {
    min-height: 680px;
}

.graphmenu {
    margin-top: 15px;
    list-style: none;
    list-style-type: none;
    padding: 0;
}

.graphmenu li a {
    padding: 6px 10px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    color: #666;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

.graphmenu li:last-child a {
    border: none;
}

.graphmenu li.active a,
.graphmenu li:hover a {
    background: #97144d;
    color: #fff;
}

.graphx {
    display: none;
}

.kpi h4 {
    border-bottom: 1px solid #97144d;
    margin-top: 12px;
    font-weight:700;
    font-size: 24px;
    padding-bottom: 10px;
}

.graphbox {
    margin: 20px 0;
}

.grel {
    display: inline-block;
    padding: 0 15px;
    color: #2d2c2c;
}

.grline {
    height: 15px;
    display: inline-block;

    width: 406px;
}

.grline span {
    display: block;
    background: #a7a9ac;
    height: 15px;
}

.grline.active span {
    display: block;
    background: #97144d;
    height: 15px;
}

.grline.active {
    background: #97144d;
}

.graphfooter {
    border-bottom: 1px solid #97144d;
    padding-bottom: 4px;
}

.graphfooter .cbox {
    display: inline-block;
    font-weight: 900;
    color: #535456;
    font-size: 16px;
    line-height: 17px;
}

.graphfooter .cbox img {
    /*height: 34px;*/
    vertical-align: baseline;
}

.graphfooter .cbox span {
    display: block;
    font-weight: 500;
}

/* oneaxis */
.oneaxis {
    background: url(../images/oneaxis.jpg) no-repeat center center;
    background-size: cover;
    min-height: 800px;

}

.oneaxis .cont {
    padding-left: 50px;
    padding-right: 100px;
}

.oneaxis .onebox {
    width: 190px;
    height: 120px;
    background: #7b7d80;
    color: #fff;
    float: left;
    margin: 10px;
    padding: 15px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    line-height: 21px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}

.oneaxis .onebox:hover {
    background: #97144d;
    transform: scale(1.1);

}

.oneaxis .onebox h5 {}

.footer {
    background: #d2d2d2;
    color: #666;
    font-size: 14px;
    padding: 15px 0;
}

.light-font { font-weight:300 !important; }
.fs-14 { font-size:14px; }
.fs-20 { font-size:20px; }
.fs-24 { font-size:24px; line-height:30px;}
.pink-color { color:#97144d; }
.pink-bg { background-color:#97144d; }
.light-pink-bg { background-color:#c8909b; }
.light-grey-bg { background-color:#a7a9ac; }
.dark-grey-color { color:#535355; }
.bg-dark1 {background-color: #4d4d4d;}
.breadcrum-wrp {padding: 5px 0px;}
.white-border-right-1 { border-right:solid 1px #FFF; }
.black-color { color:#000; }
.breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb li {
    font-size: 12px;
    color: #b0b0b0;
}
.breadcrumb-item {
    float: left;
}
.breadcrumb li a {
    color: #fff;
    font-weight: 400;
}
.breadcrumb-item.active {
    color: #b0b0b0;
}
#inner-header,.fixed { position:fixed;background: #97144d; top:0px; width:100%; z-index:999; }
#inner-header .logo,#inner-header .hamburger, .download { opacity:1; }
#inner-header .header { position:relative;padding:0px; padding-top:0px; height:38px;}

.common-list {}
.common-list ul { margin:0px; padding:0px; list-style-type:none; }
.common-list ul li {}

.list-style { background-image:url(../images/grey-dots.png); background-repeat:no-repeat; background-position:left 10px; padding-left:20px; }

#our-group,#core-management { background-color:#aeafb2; }
.our-group-list {    margin-bottom: 15px;}
.our-group-list ul { display:flex; margin:0px; padding:0px; list-style-type:none; }
.our-group-list ul li { display:flex; flex-direction:column; width:50%; padding: 1rem!important;height: 282px;}
.our-group-list ul li p { color:#58595b;  line-height: 23px;margin-bottom: 9px;}
.our-group-list ul li:nth-child(1) { width:45%; background-color:#97144d;}
.our-group-list ul li:nth-child(2) { width:55%; background-color:#FFF; }

.right-side .our-group-list {}
.right-side .our-group-list ul { display:block }
.right-side .our-group-list ul li { display:block; padding: 1rem!important; height:auto; }
.right-side .our-group-list ul li:nth-child(1) { width:100%; background-color:#97144d;}
.right-side .our-group-list ul li:nth-child(2) { width:100%; background-color:#FFF; }

#milestone {background-position:center top; background-attachment:fixed; height:840px;}

.ceo-box { background-color:#7b7c7f; text-align:center; }
.coe-right p { border-bottom:solid 1px #FFF; border-top:solid 1px #FFF; padding-top:8px; padding-bottom:8px; }
.coe-right2 p { border-bottom:solid 1px #000; border-top:solid 1px #000; padding-top:8px; padding-bottom:8px; text-align:center;}

.execution-box { height:410px; }
.icon1,.icon2,.icon3 { background-repeat:no-repeat; background-position:left top; padding-left:72px;padding-top: 20px;padding-bottom: 12px;}
.icon1 { background-image:url(../images/grow-icon.png); }
.icon3 { background-image:url(../images/sustainablity-icon.png); } 

.pink-underline { border-bottom:solid 1px #97144d;  padding-bottom:3px;}
.white-underline { border-bottom:solid 1px #FFF;  padding-bottom:3px;}
.white-underline-r { border-right:solid 1px #FFF; }

#core-management { padding-top:25px; padding-bottom:30px;}
#core-management h2 { margin:0px !important; }
#core-management .col-md-8 {border-right: solid 10px #aeafb3;}
.bod-box { margin-bottom:30px; }

.awards-box { border-bottom:solid 3px #b8babc; height: 379px; margin-bottom:30px;}

.progress-inner-cover{ padding: 0px 0px 0px 52px; margin-bottom: 26px; position: relative;}
p.progress-inner-title{ font-weight: 700; font-size:20px; margin: 0px 0px 0px;  color:#545456;}
p.progress-inner-title span.light-title{ color:#97144d; font-weight: 400; font-size: 14px; position:absolute; right:0px; top:10px;}
p.progress-inner-title span.light-title .rs { color:#545456; }
.progress-inner-cover .graph-legend-txt{ font-size: 16px;}

ul.graph-list li.yrs-17-18 span.graph-numero{ color:#97144d; font-weight: 700;}
span.last-graph-right-numb{     color: #959595;
font-size: 14px;
position: absolute;
top: -22px;
right: 0px;
display: block;}

.graph-inner-purple-point{ color:#b94474; font-size: 14px; position: absolute;top:-30px; text-align: right;}
.graph-inner-purple-point::before{     content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 7.5px 10px 7.5px;
border-color: transparent transparent #b94474 transparent;
position: absolute;
top: 19px;
right: 0px;}

p.legend-txt{ font-size: 12px; font-weight: 400; color:#959595;}

.graph-pic-progress{ margin: 30px 0px;}
.graph-pic-cover{ padding: 0px 0px 0px 0px;}

/*graph css start*/
.graph-main-cover{ width: 600px; margin: 0 auto;}
.top-label { position:relative; }
/* .home-graph-main-cover{padding: 0px 0px 0px 50px; overflow: hidden;} */
p.graph-small-txt-top{ font-weight: 400; font-size: 16px; color:#7d7d7d;}
.graph-box-main{position: relative; width: 100%;}
.graph-box-main{ padding:0px 0px 0px;margin-top: 20px;}
ul.graph-list{ list-style: none; list-style-type: none; margin: 0px; padding: 0px; position:relative;}
ul.graph-list li{ width: 100%; height: 10px; position: relative; margin-bottom: 20px;}
span.left-yrs{ color:#959595; font-size: 12px; position:absolute; top:-6px; left:-52px; font-weight:400;letter-spacing: -1px;}
span.highlight-yrs{ width:50%; height: 9px; position: absolute;top:0px; left:0px; background-color: #a7a9ac;}
span.highlight-yrs:before {content: attr(rel);position: absolute;right: -54px;color: #545456;font-weight:400;width: 46px;font-size: 14px;top: -5px;}

.gross-graph { position:absolute; top:-15px; left:5px; z-index:9;}
/*span.highlight-yrs:before{ content: ""; width: 0;
height: 0;
border-style: solid;
border-width: 0 7.5px 10px 7.5px;
border-color: transparent transparent #959595 transparent; position: absolute; top:-11px; right:0px;}*/
span.graph-numero{ font-size: 14px;
    color: #959595;
    font-weight: 400;
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: right;
    right: -5%;}

/*ul.graph-list li.yrs-17-18{ border-top:1px solid #ae275f; border-bottom:1px solid #ae275f; border-right:1px solid #ae275f;}*/
ul.graph-list li.yrs-17-18 span.highlight-yrs{ background-color: #ae275f;}
/*ul.graph-list li.yrs-17-18 span.highlight-yrs:before{ border-color: transparent transparent #ae275f transparent;}*/
/*ul.graph-list li.yrs-17-18 span.left-yrs{ color:#ae275f; font-weight: 700;}*/

.graph-legend-txt{ font-size: 22px;  color:#545456; line-height: 20px;}
.pink-tringale { background-image:url(../images/graph-triangle.png); background-repeat:no-repeat; background-position:left 27px; padding-left: 32px;}
.pink-tringale-n { background-image:url(../images/graph-triangle2.png); background-repeat:no-repeat; background-position:left 27px; padding-left: 32px;}
.dots-line {background-position:left 27px; padding-left: 52px;}
.dash { background-image:url(../images/dash.png); background-repeat:no-repeat; background-position:left 27px; padding-left: 15px;}
.graph-legend-txt span{ font-weight:700;}

ul.graph-list li.last-grph-box{ margin-bottom: 30px;}

.percent-5{ width: 5% !important;}
.percent-10{ width: 10% !important;}
.percent-15{ width: 15% !important;}
.percent-20{ width: 20% !important;}
.percent-25{ width: 25% !important;}
.percent-30{ width: 30% !important;}
.percent-35{ width: 35% !important;}
.percent-40{ width: 40% !important;}
.percent-45{ width: 45% !important;}
.percent-50{ width: 50% !important;}
.percent-55{ width: 55% !important;}
.percent-60{ width: 60% !important;}
.percent-65{ width: 65% !important;}
.percent-70{ width: 70% !important;}
.percent-75{ width: 75% !important;}
.percent-80{ width: 80% !important;}
.percent-85{ width: 85% !important;}
.percent-90{ width: 90% !important;}
.percent-95{ width: 95% !important;}
.percent-100{ width: 100% !important;}

.graph-pdf-box {
    width: 65px;
    height: 30px;
    position: absolute;
    top: -31px;
    right: 0px;
	display:block;
}
.graph-pdf-circle {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 20px;
    background-color: #ed1164;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    padding: 0px 8px;
}
.graph-xlxs-circle {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 20px;
    background-color: #ebebeb;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    padding: 0px 8px;
    float: right;
}

#our-per .row .col-lg-4 { margin-bottom:60px;}

.financial-table { margin-bottom:20px; }
.financial-table table tr th,.financial-table table tr td { font-weight:300; font-size:13px; width:11%;border-bottom:solid 1px #000;border-right: solid 3px #FFF; padding: 10px 0px;}
.financial-table table tr th { font-weight:700; }
.financial-table table tr td {  line-height:15px; text-align:right; padding-right:10px;}
.financial-table table tr td:nth-child(1) { text-align:left; }
.financial-table table tr td:nth-child(6) { background-color:#e7e7e8; }
.financial-table table tr:last-child td {border-bottom:solid 2px #97144d; border-right:none}

#accordion .btn:hover {
    color: #FFF;
    text-decoration: none;
}
/*graph css end*/
.mobile-show { display:none; }
.mobile-hide { display:block; }

.accordion-header {
    padding: 10px 10px;
    width: 100%;
    background-color: #930b49;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    font-size:24px;
	text-align:left;
}

.accordion button:after {
	background-image:url(../images/down_up.png);
	background-position:98% center;
	background-repeat:no-repeat;
    content:'';
    padding-right: 5px;
	padding:10px;
	position:absolute;
	right:20px;
	top:20px;
	width:15px; height:15px;
}

.accordion button.collapsed:after {
    background-image:url(../images/arrow_up.png);
	background-position:98% center;
	background-repeat:no-repeat;
    content:'';
    padding-right: 5px;
	padding:10px;
	position:absolute;
	right:20px;
	top:20px;
	width:15px; height:15px;

}
#bod .fs-14 { color:#000; }
#our-world .p-5 {padding: 3rem 5rem!important;}

#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	font-size:12px;
	background-color:#97144d; border:none;
}

.bread-top { margin-top:84px; }

.philo_5 div { background-color:#e4e4e4; }
.philo_4 div { border:solid 1px #e4e4e4; }
#milestone h3 {padding-right: 440px;}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {.card-body img { width:100%; }#milestone { height:auto; background-size: cover;}#milestone img { width:100%; height:auto; }}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.header.p-5 {padding: 10px!important;}
	.sitewrapper {height: auto;}
	.banner {padding-top: 28px;}
	.logo img { width: 135px;}
    .grline {width: 100%;}
	.mobile-show { display:block; }
	.mobile-hide { display:none; }
	.white-border-right-1 { border-right:none; }
	#core-management .col-md-8 {border-right:none;border-bottom: solid 10px #aeafb3; }
	.bod-box img { width:100%; }
	.boxys { display:none; }
	.ataglance .blackbox {padding: 0px;}
	.glancebox.pl-4 {padding-left: 0rem!important;}
	.glancebox h4 {font-size: 28px;}
	.sectbox {padding: 30px 0;}
	.container-fluid.px-5 {padding-left: 1rem!important; padding-right:1rem!important;}
	.philo a { margin-bottom:20px; }
	.introduction img,.ceomsg img { margin-bottom:20px; }
	.ceomsg { background-image:none;padding-top: 10px; padding-bottom:30px; }
	h1{font-size: 40px;}
	h2 {font-size: 40px;}
	.ceomsg h3 span { margin-bottom:10px; }
	.kpi h4 {margin-top: 40px;}
	.mobile-block { display:block; }
	.grel {padding: 0 0px;}
	.grline {width: 76%;}
	.w-240 { width:240px !important; }
	.w-220 { width:220px !important; }
	.w-208 { width:208px !important; }
	.w-190 { width:190px !important; }
	.kpi h4 {font-size: 20px;}
	.oneaxis .cont { padding:0px; }  
	.oneaxis h3 { margin-top:10px; }	
	.col-sm-12 { width:100% !important; flex:none;max-width: 100%; }
	.graphbox {margin: 9px 0;}
	a.download { position:relative; margin-left: 640px;}
	.timeline-chart img { width:100%; }
	#our-world .p-5 {
    padding: 1rem 1rem!important;
}
.header { height:75px; }
.oneaxis {background: url(../images/oneaxis.jpg) no-repeat -640px center; background-size:cover; background-image:none; padding-top:0px;}

.card-body img { width:100%; }
.card-body .col-md-2 {max-width: 26.666667%;}
.card-body .col-md-10 {max-width: 73.333333%;}
.download img { width:80px; }
a.download { position:relative; margin-left: 290px;bottom: 24px;}
#milestone { height:auto; background-size: cover;}
#milestone h3 { font-size:24px; }
.our-group-list ul li { height:auto; }
#milestone h3 {padding-right:0px;}
	}
@media (min-width: 481px) and (max-width: 767px) {
.header.p-5 {padding: 10px!important;}
	.sitewrapper {height: auto;}
	.banner {padding-top: 28px;}
	.logo img { width: 135px;}
    .grline {width: 100%;}
	.mobile-show { display:block; }
	.mobile-hide { display:none; }
	.white-border-right-1 { border-right:none; }
	#core-management .col-md-8 {border-right:none;border-bottom: solid 10px #aeafb3; }
	.bod-box img { width:100%; }
	.boxys { display:none; }
	.ataglance .blackbox {padding: 0px;}
	.glancebox.pl-4 {padding-left: 0rem!important;}
	.glancebox h4 {font-size: 28px;}
	.sectbox {padding: 30px 0;}
	.container-fluid.px-5 {padding-left: 1rem!important; padding-right:1rem!important;}
	.philo a { margin-bottom:20px; }
	.introduction img,.ceomsg img { margin-bottom:20px; }
	.ceomsg { background-image:none;padding-top: 10px; padding-bottom:30px; }
	h1{font-size: 40px;}
	h2 {font-size: 40px;}
	.ceomsg h3 span { margin-bottom:10px; }
	.kpi h4 {margin-top: 40px;}
	.mobile-block { display:block; }
	.grel {padding: 0 0px;}
	.grline {width: 76%;}
	.w-240 { width:240px !important; }
	.w-220 { width:220px !important; }
	.w-208 { width:208px !important; }
	.w-190 { width:190px !important; }
	.kpi h4 {font-size: 20px;}
	.oneaxis .cont { padding:0px; }  
	.oneaxis .onebox {width: 90%;}
	.oneaxis h3 { margin-top:10px; }
	#one-axis .col { flex-basis: auto; margin-top:5px; }
.overlay .overlay-menu {
    top: 100px;
    transform: translateY(0%);
    height: 75vh;
    overflow: scroll;
}
.oneaxis {background: url(../images/oneaxis.jpg) no-repeat -640px center; background-size:cover; background-image:none; padding-top:0px;}
.timeline-chart img { width:100%; }
.accordion-header {padding-right: 40px; font-size: 20px;}
.card-body .pink-bg { margin-bottom:20px; }
#our-world .p-5 {
    padding: 1rem 1rem!important;
}
#our-world .p-5 {
    padding: 1rem 1rem!important;
}
.header { height:75px; }
.philo_5 div { background-color:#f1f1f1; }
.philo_4 div { border:solid 1px #e4e4e4; }
.mobile-grey { background-color:#f1f1f1 !important; }
.download img { width:80px; }
a.download { position:relative; margin-left: 293px;bottom: 24px;}
#milestone { height:auto; }
#milestone h3 { font-size:24px; }
.our-group-list ul li { height:auto; }
#milestone h3 {padding-right:0px;}
}

@media (min-width: 320px) and (max-width: 480px) {
	.header.p-5 {padding: 10px!important;}
	.sitewrapper {height: auto;}
	.banner {padding-top: 28px;}
	.logo img { width: 135px;}
    .grline {width: 100%;}
	.mobile-show { display:block; }
	.mobile-hide { display:none; }
	.white-border-right-1 { border-right:none; }
	#core-management .col-md-8 {border-right:none;border-bottom: solid 10px #aeafb3; }
	.bod-box img { width:100%; }
	.boxys { display:none; }
	.ataglance .blackbox {padding: 0px;}
	.glancebox.pl-4 {padding-left: 0rem!important;}
	.glancebox h4 {font-size: 28px;}
	.sectbox {padding: 30px 0;}
	.container-fluid.px-5 {padding-left: 1rem!important; padding-right:1rem!important;}
	.philo a { margin-bottom:20px; }
	.introduction img,.ceomsg img { margin-bottom:5px; }
	.ceomsg { background-image:none;padding-top: 10px; padding-bottom:30px; }
	h1 {font-size: 40px;}
	h2 {font-size: 40px;}
	.ceomsg h3 span { margin-bottom:10px; }
	.kpi h4 {margin-top: 7px;}
	.mobile-block { display:block; }
	.grel {padding: 0 0px;}
	.grline {width: 76%;}
	.w-240 { width:240px !important; }
	.w-220 { width:220px !important; }
	.w-208 { width:208px !important; }
	.w-190 { width:190px !important; }
	.kpi h4 {font-size: 20px;}
	.oneaxis .cont { padding:0px; }  
	.oneaxis .onebox {width: 90%;}
	.oneaxis h3 { margin-top:10px; }
	#one-axis .col { flex-basis: auto; margin-top:5px; }
.overlay .overlay-menu {
    top: 100px;
    transform: translateY(0%);
    height: 75vh;
    overflow: scroll;
}
.oneaxis {background: url(../images/oneaxis.jpg) no-repeat -640px center; background-size:cover; background-image:none; padding-top:0px;}
.timeline-chart img { width:100%; }
.accordion-header {padding-right: 40px; font-size: 20px;}
.card-body .pink-bg { margin-bottom:20px; }
#our-world .p-5 {
    padding: 1rem 1rem!important;
}
#our-world .p-5 {
    padding: 1rem 1rem!important;
}
.header { height:75px; }

.mobile-grey { background-color:#f1f1f1 !important; }
.download img { width:80px; }
a.download { position:relative; margin-left: 293px;bottom: 24px;}
#milestone { height:auto; background-size: cover;}
#milestone h3 { font-size:24px; }
.our-group-list ul li { height:auto; }
.award-pic { width:100% !important; }
.download-center-box a { margin-bottom:20px; }
#download-center .subtitle br { display:none; }
.card-body .col-md-7 { padding-left:0px; padding-right:0px; }
#milestone h3 {padding-right:0px;}
}

@media only screen and (min-width: 1700px) {
    .boxy h2 {

        font-size: 28px;

    }
}