p {
  font-size: 16px;
  line-height: 22px;
}
h1 {
  line-height: 50px;
}
h2 {
  line-height: 45px;
}
h3 {
  line-height: 40px;
}
h4 {
  line-height: 35px;
}
h5 {
  line-height: 35px;
}
ul li {
  line-height: 20px;
}
.dark-mode22 {
  width: auto !important;
}
.autism-initiatives-slide li article aside {
  padding: 14px 30px 14px 30px;
}
button.controler_buttom {
  width: inherit;
  background: #ccc;
  border: none;
  height: 4px;
}
button.controler_buttom.active {
  background: #0048ff;
}
.textcontrols span {
  display: block;
  text-align: center;
  width: 100%;
}
.all_button {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
  display: flex;
  justify-content: space-around;
  column-gap: 6px;
}
.all_button.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
}
.all_button_line_hight {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
  display: flex;
  justify-content: space-around;
  column-gap: 6px;
}
.all_button_line_hight.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
}
.tt {
  font-size: 30px;
  letter-spacing: 2px;
}
.text_aling_box span {
  display: block;
  text-align: center;
}
.all_button_text_align {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 6px;
}
.all_button_text_align.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.all_button_cursor {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
}
.all_button_cursor.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.all_button_saturation {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
}
.all_button_Dyslexia {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
  justify-content: space-around;
  display: flex;
  column-gap: 6px;
}
.all_button_Dyslexia.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.Dyslexia_fonts {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}
.legible_fonts {
  font-family: Arial, serif !important;
}
.legible_fonts {
  font-family: Arial, serif !important;
}
.module_name {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.low_saturation_css {
  transition: all 0s ease 0s;
  filter: saturate(0.5);
}
.high_saturation_css {
  transition: all 0s ease 0s;
  filter: saturate(3);
}
.desaturate_css {
  transition: all 0s ease 0s;
  filter: saturate(0);
}
.invert_colors_css {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.dark_contrast_css {
  filter: contrast(200%);
  -webkit-filter: contrast(200%);
}
.light_contrast_css {
  filter: contrast(150%);
  -webkit-filter: contrast(150%);
}
.all_button_saturation.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.main_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  height: fit-content;
  padding-top: 0px;
}

.main_box .textcontrols {
  width: 48.5%;
  background: #fff;
  border-radius: 20px;
  /* box-shadow: 0px 0px 10px rgb(0 0 0 / 15%); */
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding: 6px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: border-color 0.6s ease;
  row-gap: 10px;
  position: relative;
}
.main_box .textcontrols:hover {
  border: 2px solid #004be7;
}
.textcontrols.active {
  border: 2px solid #004be7;
}

.textcontrols.active1 .check_box {
  display: block;
  line-height: 10px;
}
.all_button_text_spacing {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
}
.all_button_text_spacing.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
}
.all_button_contrast {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
  justify-content: space-around;
  display: flex;
  column-gap: 6px;
}
.all_button_contrast.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  width: 100%;
}
a.button_color {
  transition: all 0s ease 0s;
  text-decoration: underline !important;
  color: rgb(255, 255, 0) !important;
  background-color: rgb(0, 0, 0) !important;
  display: inline-block;
}
a.button_color aside {
  transition: all 0s ease 0s;
  text-decoration: underline !important;
  color: rgb(255, 255, 0) !important;
  background-color: rgb(0, 0, 0) !important;
}
a {
  /* display:block; */
}
.cursor_image {
  cursor: url(../images/arrow_w.svg), auto;
}
.cursor_reading_guide {
  /* cursor: url(images/reading_guide.png), auto; */
  position: absolute;
  width: 627px;
  height: 38px;
  left: 0px;
  cursor: none;
  pointer-events: none;
}

.cursor {
  width: 627px;
  height: 60px;
  background: url(../images/reading_guide.png);
  background-repeat: no-repeat;
  border-radius: 100%;
  /* border: 1px solid black; */
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9999;
}
.move_hide_widget_box {
    display: none;
}
/* .cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: black;
  opacity: .3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
} */
body.black:before {
  background: rgb(0 0 0 / 50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#move {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: green;
}

.all_button_text_spacing {
  display: flex;
  justify-content: space-around;
  column-gap: 6px;
}

.all_button_cursor {
  display: flex;
  justify-content: space-around;
  column-gap: 6px;
}

.all_button_saturation {
  display: flex;
  justify-content: space-around;
  column-gap: 6px;
}
.textcontrols.active .module_name {
  color: rgb(24 70 194 / 81%);
}
.icon {
  width: 28px;
  height: 28px;
  font-size: 26px;
  text-align: center;
}
.contarst_icon {
  background: url(../images/contrast_icon.png);
}
.contarst_icon_one {
  background: url(../images/inverter_icon.png);
}
.contarst_icon_two {
  background: url(../images/dark_contrast.png);
}
.contarst_icon_three {
  background: url(../images/light_contrast.png);
}
.highlight_icon {
  background: url(../images/highlight_icon.png);
  width: 36px;
  height: 16px;
}
.highlight_icon_active {
  background: url(../images/highlight_icon_active.png);
  width: 36px;
  height: 16px;
}
.bigger_text_icon {
  background: url(../images/bigger_text_icon.png);
  width: 24px;
  height: 16px;
}
.bigger_text_icon_two {
  background: url(../images/bigger_text_two.png);
  width: 30px;
  height: 18px;
  background-size: 30px;
}
.bigger_text_icon_three {
  background: url(../images/bigger_text_two.png);
  width: 34px;
  height: 21px;
  background-size: 34px;
}
.bigger_text_icon_four {
  background: url(../images/bigger_text_two.png);
  width: 38px;
  height: 23px;
  background-size: 38px;
}
.bigger_text_icon_five {
  background: url(../images/bigger_text_two.png);
  width: 44px;
  height: 28px;
  background-size: 44px;
}
.line_hight_icon {
  background: url(../images/line_hight_icon.png);
  width: 36px;
}
.line_hight_icon_two {
  background: url(../images/line_hight_icon_two.png);
}
.line_hight_icon_three {
  background: url(../images/line_hight_icon_three.png);
  height: 26px;
}
.line_hight_icon_four {
  background: url(../images/line_hight_icon_four.png);
  height: 26px;
}
.text_align_icon {
  background: url(../images/text_align_left_icon.png);
  width: 30px;
  height: 23px;
}
.text_align_icon_active {
  background: url(../images/text_align_left_icon_active.png);
}
.text_align_icon_right {
  background: url(../images/text_align_right.png);
}
.text_align_icon_center {
  background: url(../images/text_align_center.png);
}
.text_align_icon_justify {
  background: url(../images/text_align_justify.png);
}
.cursor_icon {
  background: url(../images/cursor_icon.png);
  width: 27px;
  height: 26px;
}
.cursor_active {
  background: url(../images/cursor_icon_active.png);
}
.reading_guide {
  background: url(../images/reading_guide_icon.png);
  width: 36px;
  height: 26px;
}
.saturation_icon {
  background: url(../images/saturation_icon.png);
  width: 22px;
  height: 30px;
}
.low_saturation_icon {
  background: url(../images/low_saturation_icon.png);
}
.high_saturation_icon {
  background: url(../images/high_saturation_icon.png);
}
.desaturate_icon {
  background: url(../images/desaturated_icon.png);
}
.dyslexia_icon {
  background: url(../images/dyslexia_icon.png);
  width: 37px;
  height: 24px;
}
.dyslexia_icon_active {
  background: url(../images/dyslexia_icon_active.png);
}
.legible_icon {
  background: url(../images/legible_icon.png);
}
.text_spacing_icon {
  background: url(../images/text_spacing_icon.png);
  width: 40px;
  height: 14px;
}
.light_text_spacing_icon {
  background: url(../images/light_spacing_icon.png);
}
.modarate_text_spacing_icon {
  background: url(../images/modarate_spacing.png);
}
.heavy_text_spacing_icon {
  background: url(../images/heavy_spacing.png);
  width: 47px;
  height: 14px;
}
/*.plugin_part{position: absolute; top: 0px; height: auto; right: 0px;}*/

.plugin_part {
    position: absolute;
    top: 4px;
    height: auto;
    right: 0px;
    z-index: 9999;
}
.plugin_part {
    position: absolute;
    top: 4px;
    height: auto;
    right: 82px; z-index: 9999;
}
.rrty {
    position: absolute;
    top: 4px;
    height: auto;
    right: 0px !important; z-index: 9999;
}
/*.plugin_part {
    position: relative;
    top: -40px;
    height: 45px;
    right: -239px;
    width: 42px;
}*/


#menuToggle {
  display: block;
  position: absolute;
  top: 26px;
/*  right: -63px;*/
	right: 19px;
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
  /*background: rgb(0, 61, 104) !important;*/
  padding: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 6px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-top: 8px;
  /* border: 1px solid #fff; */
}
.inner_pages_toggle #menuToggle {
    display: block;
    position: absolute;
    top: 26px;
   right: -63px;
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none;
    /* background: rgb(0, 61, 104) !important; */
    padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 6px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-top: 8px;
    /* border: 1px solid #fff; */
}
#menuToggle input {
  display: block;
  width: 44px;
  height: 41px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0; 
  -webkit-touch-callout: none;
  z-index: 99;
}



/*
* Just a quick hamburger
*/
#menuToggle span {
  display: block;
  width: 26px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 1px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  float: right;
  display: none;
}
img.ui_w {
  position: relative;
  /* top: -13px; */
  /* left: -8px; */
}

#menuToggle input:checked ~ .ui_w {
  display: none;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
* Transform all the slices of hamburger
* into a crossmark.
*/
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #054bfd;
  display: block;
  margin-top: -4px;
}

/*
* But let's hide the middle one.
*/
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
* Ohyeah and the last one should go the other direction
*/
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
  margin-top: 3px;
}

/*
* Make this absolute positioned
* at the top left of the screen
*/
#menu {
  position: fixed;
  width: 350px;
  /* margin: -100px 0 0 0; */
  top: 0px;
  padding: 0px;
  padding-top: 0px;
  right: 0px;
  background: #f4f4f4;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: flex;
  /* justify-content: space-between; */
  height: 100vh;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 37%);
}

#menu li {
  padding: 0px 0;
  font-size: 22px;
  border-bottom: 1px solid rgb(255 255 255 / 27%);
}

/*
* And let's fade it in from the left
*/
#menuToggle input:checked ~ ul {
  transform: none;
  opacity: 1;
}

.sr_list li {
  padding: 10px 12px;
}
.corporated_srbg {
  min-height: 665px;
  height: inherit;
}
.sr_number li small {
  line-height: 86px;
}
.years_bg h3 {
  line-height: 30px;
}
.years_bg .box ul li {
  line-height: 19px;
}
.enviroment_sec ul li .wrap .thumb_info {
  line-height: 20px;
}
.initiaves_communitybg h3 {
  line-height: 32px;
}
.center-block2 .slick-list {
  overflow: inherit !important;
}
.business-overview-box3a ul li aside {
  width: 50%;
  min-height: 400px !important;
  float: left;
  display: block;
  padding: 0 3%;
  box-sizing: border-box;
  position: relative;
  height: inherit !important;
}
.next-gen-power-solutions-box1b ul li {
  width: 50%;
  height: inherit;
  float: left;
  padding-bottom: 50px;
  min-height: 459px;
}
.ckm ul li p {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 400;
  line-height: 25px;
}
.fact-sheet .ckm ul li a {
  width: auto;
  display: block;
  border-radius: 26px;
  padding: 9px 26px;
  font-size: 14px;
  font-weight: 400;
  color: #01182c;
  background: #feca27;
  margin: auto;
  background-image: linear-gradient(0, #000000, #000000);
  background-size: 0;
  transition: 0.8s;
  background-repeat: no-repeat;
  position: inherit;
  bottom: 0;
  left: 0px;
  right: 0px;
  text-align: center;
  width: auto;
}
.largest-private ul li aside p {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #585858;
  line-height: 18px;
  padding-bottom: 20px;
  line-height: 22px;
}
.largest-private ul li aside {
  width: 50%;
  height: 100%;
  float: left;
  display: block;
  padding: 0 3%;
  box-sizing: border-box;
  position: relative;
  min-height: 390px;
}
.solar-solutions-fact article .fact-right {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 375px;
  margin: 0 0 60px 0;
}
.corporate ul li aside a {
  display: block;
  border-radius: 26px;
  padding: 13px 26px;
  font-size: 14px;
  font-weight: 400;
  color: #01182c;
  background: #feca27;
  margin: auto;
  background-image: linear-gradient(0, #000000, #000000);
  background-size: 0;
  transition: 0.8s;
  background-repeat: no-repeat;
  position: inherit;
  bottom: 20px;
  left: 0px;
  right: 0px;
  text-align: center;
  width: 159px;
}

.investor-downloads-box ul li aside a {
  width: auto;
  display: block;
  border-radius: 26px;
  padding: 9px 26px;
  font-size: 14px;
  font-weight: 400;
  color: #01182c;
  background: #feca27;
  margin: auto;
  background-image: linear-gradient(0, #000000, #000000);
  background-size: 0;
  transition: 0.8s;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.tab1_blocka .sec2 ul li aside h6 {
  color: #2ab370;
  font-size: 16px;
  padding: 0 0 0px;
  line-height: 22px;
}
.tab1_blockb .sec2 ul li aside h4 {
  color: #2ab370;
  font-size: 34px;
  padding: 0 0 0px;
  line-height: 40px;
}
.sr_number li h3 {
  font-size: 36px;
  line-height: 40px;
}
.sr_number li p {
  font-size: 18px;
  line-height: 27px;
}
.footprint_wrap .left_sec h3 small {
  font-weight: 700;
  color: #000;
  font-size: 22px;
  line-height: 43px;
}
.leader-over-box2 ul li a aside span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 25px;
  width: auto;
  height: 80px;
  font-family: "ITC Avant GardeStd Bold";
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.breadcrumb span:after {
  content: "/";
  position: absolute;
  right: 4px;
  top: 0px;
  width: 7px;
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  bottom: 0px;
  line-height: 14px;
}
.milestone-year-left h2 {
  line-height: 60px;
}
.corporate ul li {
  width: 22%; /*min-height: 670px;*/
}
.hydro-power-box1 .corporate ul li {
  min-height: 670px !important;
}

.investor-downloads-box ul li aside p {
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  line-height: 25px !important;
}
.investor-downloads-box ul li aside h3 {
  padding: 0px 0 15px 0;
  color: #606060;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  min-height: 18px;
}
.investor-info ul li {
  width: 22%;
  min-height: 419px;
}
.investor-downloads-box ul li aside a {
  width: 75%;
}
.socailtab li span {
  padding: 25px 20px 0;
  font-size: 17px;
  line-height: 22px;
}
.side-management-pages .call-us .right-box2 h1 {
  color: #ffc600;
  font-weight: 400;
  font-size: 40px !important;
}
.energybg5 .left_block h3 {
  line-height: 25px !important;
}
.eis_prev {
  background: url(../images/iir-arrow-right.png) no-repeat 0 50%;
  position: absolute;
  right: 25px;
  bottom: -94px;
}
.eis_next {
  background: url(../images/iir-arrow-left.png) no-repeat 0px 50%;
  position: absolute;
  right: 0;
  bottom: -94px;
}
.iirc-pages .iirc ul li {
  padding: 0 40px 0 0;
  display: inline-block;
  text-align: left;
}
.investor_inform p:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: -14px;
  background: url(../images/new/int-icon3.png) no-repeat;
  width: 16px;
  height: 22px;
}
.events_box {
    float: left;
    width: 100%;
    height: 100%;
    /* background-color: rgba(7, 125, 228, .8); */
    background-color: rgba(0, 0, 0, .2);
    padding: 20px 30px 15px 30px;
    text-align: left;
    position: relative;
}
.center_invest .report_result {
  float: left;
  width: 33.33%;
  height: 325px;
  overflow: hidden;
  /* background: url(../images/report_resultbg.jpg) no-repeat; */
  padding: 20px 30px 0px 30px;
  position: relative;
  /* background-size: cover; */
  border-right: 1px solid #a09fa0;
  text-align: left;
}
.center_invest .investor_inform h4 {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    padding: 0 0 15px 0;
    padding: 0px 0 15px 0;
    line-height: 31px !important;
}
.center_invest .investor_inform {
  float: left;
  width: 33.33%;
  height: 325px;
  overflow: hidden;
  /* background: url(../images/investor_informbg.jpg) no-repeat; */
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px 30px 0px 30px;
  position: relative;
  /* background-size: cover; */
  border-right: 1px solid #a09fa0;
}
.evnt_shraebox {
  float: left;
  width: 33.33%;
  height: 325px;
}
a.know {
  display: inline-block;
  width: 120px;
  display: block;
  text-align: left;
  padding: 8px 18px;
  position: relative;
}
.top-news .news article h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 0 0 65px 0;
}
.top-news .news article h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 0 0 65px 0;
}
.left-box-solutions h2 {
  font-size: 37px;
  color: #719a31 !important;
  font-weight: 600;
  line-height: 45px;
  font-family: "ITC Avant GardeStd Bold";
  font-weight: 900;
}
.services h2 {
  font-size: 40px !important;
  color: #feca27;
  text-align: left;
  padding: 35px 15px 0 15px;
  font-family: "ITC Avant GardeStd Bold";
  font-weight: 900;
}
.know4 {
  display: inline-block;
  width: 126px;
  display: block;
  text-align: left;
  padding: 0px 18px 6px 18px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}
.socailtab li span {
  float: left;
  width: 100%;
  height: 100%;
  padding: 15px 10px 0 !important;
  height: 100%;
  background-color: #2f2f70;
  color: #fff;
  position: relative;
}
.socailtab li a br {
  display: none;
}
.tab1_blocka .sec2 ul li aside {
  float: left;
  width: 100%;
  background-color: #e7f3ea;
  border-radius: 6px;
  height: auto !important;
  padding: 15px 0 15px 87px !important;
  position: relative;
}
.tab1_blockb .sec2 ul li aside h4 {
  color: #2ab370;
  font-size: 26px;
  line-height: 26px;
  padding: 0 0 0px;
}
.iirc-pages .prepared .left-box2 {
  width: 48%;
  background: #3b5998;
  padding: 50px 50px;
  float: left;
  min-height: 375px;
  position: absolute;
  top: 0px;
  left: 50px;
  z-index: 9;
}
.output .year ul li {
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 41px;
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.archives h2 {
    font-size: 36px;
    color: #2157b2;
    font-weight: 600;
    position: relative;
    width: 70%;
}
.top_box_new #menuToggle {
    display: block;
    position: absolute;
    top: 26px;
    right: 10px;
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none;
    /* background: rgb(0, 61, 104) !important; */
    padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 6px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-top: 8px;
    /* border: 1px solid #fff; */
}
@media screen and (max-width: 1366px) {
  .invetsor_service3 p {
    width: 52% !important;
  }
  .values ul li {
    line-height: 20px;
  }
  .center-block2 .slick-list {
    overflow: inherit !important;
  }

  .navPanel ul.navUl > li > a {
    padding: 0 9px;
  }
  .navPanel ul.navUl > li > a {
    font-size: 13px;
    padding: 0 8px;
  }

}





@media screen and (max-width: 768px) {
  /* --------- Tanmoy ----------*/
  .services h4 {
    line-height: 20px !important;
  }
  .sr_list li {
    padding: 10px 12px;
  }
  .corporated_srbg {
    min-height: 1300px;
    height: inherit;
  }
  .sr_number {
    padding: 30px 0 0;
  }
  .sr_number li h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .center-block_business h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .visionary_bg .info_sec h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .power_value_bg h3 {
    font-size: 19px;
    line-height: 30px;
  }
  .sr_list li {
    font-size: 14px;
    line-height: 20px;
  }
  .footprint_wrap .left_sec h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .values ul li {
    line-height: 20px;
  }
  /* .center-block2 .slick-list {
    overflow: inherit !important;
  } */
  .center-block2 .slick-list {
    overflow: hidden !important;
  }

  .business-overview-box3a ul li aside {
    width: auto;
    min-height: inherit !important;
    float: left;
    display: block;
    padding: 0 0%;
    box-sizing: border-box;
    position: relative;
    height: inherit !important;
  }
  .next-gen-power-solutions-box1b ul li {
    width: auto;
    height: inherit;
    float: none;
    padding-bottom: 50px;
    min-height: inherit;
  }
  .largest-private ul li aside {
    width: auto;
    height: 100%;
    float: left;
    display: block;
    padding: 0 3%;
    box-sizing: border-box;
    position: relative;
    min-height: inherit;
  }
  .largest-private ul li aside small {
    position: inherit;
    left: 0;
    bottom: 0;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .solar-solutions-fact article .fact-right {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 375px;
    margin: 0 0 60px 0;
  }

  .service_nation_sec2 .center_service h3 {
    font-size: 30px;
    color: #719a31;
    padding: 0px;
    font-weight: 900;
    position: relative;
    margin-bottom: 15px;
    line-height: 35px;
  }

  .zone h3 {
    font-size: 50px;
    line-height: 66px;
    color: #feca27;
    padding: 25px 0 0 0;
    font-weight: 900;
    display: block;
    margin: 0px 0 11px 0;
  }

  .top-news .blogs a {
    background: #feca27;
    font-size: 11px !important;
    color: #000;
    text-transform: uppercase;
    padding: 11px 20px;
    border-radius: 25px;
    margin: 8px 0 0 0;
    display: block;
    width: auto;
    font-weight: 600;
  }
  .center_invest .report_result {
    float: none;
    width: auto !important;
    height: auto;
    overflow: inherit;
    background: none;
    background-size: auto;
    padding: 40px 30px 0px 30px;
    position: relative;
    background-size: cover;
    border-right: 1px solid #a09fa0;
    text-align: left;
  }
  .center_invest .investor_inform {
    float: none;
    width: auto !important;
    height: auto;
    overflow: inherit;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-color: inherit;
    padding: 0;
    position: relative;
    background-size: cover;
    border-right: none;
  }
  .evnt_shraebox {
    float: none;
    width: auto;
    height: auto;
  }
  .section2 ul.services li:hover h4 {
    padding: 42px 0 10px 0;
    font-size: 12px;
    color: #000;
  }
  .charge-left2-moble ul {
    width: auto;
    margin: 0 20px;
  }
  .slick-track {
    /*transform: inherit  !important;*/
    height: auto;
    overflow: hidden !important;
    width: auto;
    text-align: center;
    margin: 0 auto;
  }

  .invetsor_service3 p {
    width: 100% !important;
  }
  .did-you-know {
    background: #0064c3;
    min-height: inherit;
  }
  .gsSec4 .clientsSlider img {
    display: block;
    margin: 0 auto;
    float: none;
    padding: 3px;
  }
  .gsSec2 ul li article {
    background: #ffffff;
    height: 100%;
    padding: 5px;
  }
  .tab1_blocka .sec2 ul li aside {
    float: left;
    width: 100%;
    background-color: #e7f3ea;
    border-radius: 6px;
    height: auto !important;
    padding: 15px 0 15px 87px !important;
    position: relative;
  }
  .esg_info h3 {
    font-size: 20px;
    line-height: normal;
    padding-bottom: 20px;
    line-height: 30px !important;
  }
  .heading span {
    /* font-size: 64px; */
    color: #000000;
    font-family: "CheddarJack";
    line-height: 132px !important;
  }
  .socailtab li span {
    float: left;
    width: 100%;
    height: 100%;
    padding: 15px 10px 15px !important;
    height: 100%;
    background-color: #2f2f70;
    color: #fff;
    position: relative;
  }
  .center-block2 h2 {
    font-size: 14px;
    line-height: initial;
  }
  .unsdg-box5 h6 {
    width: auto;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    position: relative;
    text-align: center !important;
  }
  .news_prev5 {
    display: none !important;
  }
  .news_next5 {
    display: none !important;
  }
  .energybg5 .left_block h4 strong {
    color: #ffbb02;
    font-size: initial;
    line-height: normal;
    font-weight: 700;
    line-height: 25px;
  }
  .energybg5 .left_block h4 {
    color: #ffbb02;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    padding-top: 10px;
    line-height: 22px !important;
  }
  .subsidiaries article ul li {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 22px;
    font-weight: 600;
    background: url(../images/awards-list-icon.png) left 19px no-repeat;
    padding: 13px 0 13px 15px;
    text-align: left;
  }
  .subsidiaries article {
    width: auto;
    margin: 0 30px;
  }
  .grayWraper h2:after {
    content: "";
    /*background: #1c4176;*/
    /* background: url(../images/social-feeds-icon.png) no-repeat 0 0; */
   /* width: 27px;
    height: 1px;
    left: 0px;*/
    right: 0px;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
  }
  .center-block2 {
    padding: 0 15px;
    text-align: left;
  }
  .cont-part1-2017 {
    padding: 0 15px;
  }
  .awards-cont .slick-list {
    padding: 0 0 50px 0;
  }
  .cont-part1-2017 ul li {
    position: relative;
    padding-left: 16px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #585858;
    position: relative;
    padding-bottom: 12px;
    letter-spacing: inherit !important;
  }
  .gap50 {
    width: 100%;
    height: auto;
    display: block;
    float: left;
  }
  ul.slider-nav li a {
    color: #b7b7b7;
    text-align: center;
    display: block;
    font-size: 25px;
    font-weight: 400;
    padding: 19px 0;
  }
  .whr-box1a h3 span {
    font-size: 51px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .navPanel ul.navUl > li {
    width: 100%;
    float: left;
    padding: 10px;
    /* border-bottom: 1px solid #fff !important; */
  }
  .latest-report-sus ul li a {
    color: #585858;
    padding: 0 34px 0 0;
  }
  .hydro-power-box1 {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ffffff;
  }
  .latest-report-sus ul li {
    border-bottom: 1px solid #e3e3e3;
    padding: 0px 35px 0;
    width: 100%;
    position: relative;
    margin: 10px 0;
  }
  .inside-header-text h2 {
    font-size: 33px;
    line-height: 40px;
    font-weight: 300;
    color: #feca27;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "CheddarJack";
  }
  .inside-header-text h1 {
    font-size: 21px;
    font-weight: 900;
    color: #ffffff;
    text-transform: inherit;
    font-family: "ITC Avant GardeStd Bold";
    line-height: 25px;
  }
  .contTab li {
    float: inherit !important;
    width: 33.33333333333333333%;
    height: 100%;
    text-align: center;
    border-bottom: 2px solid #adb6c3;
    position: relative;
    display: inline-block !important;
  }
  .center-block2 {
    padding: 55px 15px 55px 15px;
  }
  .club_enerji-box3 {
    width: 48%;
    height: auto;
    float: left;
    padding: 0 15px;
  }

  .join_community .content a {
    background-color: #ffdc3a;
    border-radius: 25px;
    font-size: 13px;
    text-transform: 13px;
    padding: 10px 24px;
    color: #1a1100;
    margin: 0px 0 0;
    display: inline-block;
  }
  .product2 .com_prev {
    display: none !important;
  }
  .product2 .com_next {
    display: none !important;
  }
  .green_image_slider .gallery_thumb .thumb_con {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: auto;
    background-color: rgba(35, 66, 5, 0.7);
    width: 100%;
    padding: 10px 7px;
    color: #fff;
  }
  .initiativesSlider li a {
    background-color: #ffdc3a;
    border-radius: 25px;
    font-size: 13px;
    text-transform: 13px;
    padding: 10px 24px !important;
    color: #1a1100;
    margin: 10px 0 0;
    display: inline-block;
  }
  .class_slider {
    width: 187px;
    margin: 5px auto 0 !important;
  }
  .iirc-pages .prepared .left-box2 {
    width: auto;
    background: #3b5998;
    padding: 25px;
    float: left;
    min-height: 375px;
    position: inherit;
    top: 0px;
    left: 0;
    z-index: 9;
  }
  /* .slick-slide {
    display: none;
    float: inherit !important;
    height: 100%;
    min-height: 1px;
  } */
  .center-block2 {
    width: auto;
    /* max-width: inherit; */
    /* margin: 0 auto; */
    padding: 32px 0;
    /* position: relative; */
  }
  /* .slick-slide {
    display: block !important;
    float: none;
    height: 100%;
    min-height: 1px;
    margin: 0 auto;
    text-align: center;
  } */
  /* .slick-slide {
    display: block;
    float: none;
    height: 100%;
    min-height: 1px;
    margin: 0 auto;
  } */
  /* #menu {
   transform: none;
   opacity: 0;

   transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
 } */
	.archives h2 {
    font-size: 36px;
    color: #2157b2;
    font-weight: 600;
    position: relative;
    width: auto;
}
.tab1_blockb .sec2 ul li aside h4 {
    color: #2ab370;
	font-size: 27px !important;
    padding: 0 0 0px;
    line-height: 55px !important;
}
.aproach_susblock h6 {
    font-size: 18px;
    color: #666666;
    text-align: center;
    font-weight: 400;
    line-height: 25px !important;
}
}

ul#menu .first li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  text-align: center;
}

ul#menu .first li h6 {
  margin-top: 6px !important;
  display: block;
}
ul#menu .first {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}

ul#menu .second {
  padding-top: 80px;
  background: #f58220;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
ul#menu .second li a {
  color: #fff;
}

ul#menu .second li a:hover {
  color: #000;
}
header {
  /* position: fixed; */
  /* z-index: 9999; */
  /* width: 100%; */
  /* left: 0; */
  /* right: 0; */
}
.hero-img-cont.hero-img-cont_banner.first_one {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translateY(-50%);
  padding: 10px 20px;
  background: transparent;
  max-width: 820px;
  width: 85%;
  margin: initial;
  text-align: left;
}
.hero-img-cont.hero-img-cont_banner.first_one h3 {
  font-size: 54px;
}
.hero-img-cont {
  top: 38%;
}
.hero-img-cont_banner {
  top: 36%;
}
div#menuToggle samp {
  float: left;
  position: relative;
  top: -3px;
  font-size: 18px;
  color: #1968b3;
  z-index: 9;
  display: none;
}
#menuToggle input:checked ~ samp {
  color: #fff;
  opacity: 0;
}

.switch {
  position: relative;
  /* display: inline-block; */
  /* vertical-align: top; */
  width: 66px;
  height: 28px;
  /* padding: 3px; */
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

#menuToggle .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 68px;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background: #313d5c;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #fff;
  /* text-shadow: 0 1px rgba(255, 255, 255, 0.5); */
  font-size: 12px;
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  font-size: 12px;
}
.switch-input:checked ~ .switch-label {
  background: #313d5c;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
.over_widget_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  margin-top: 60px;
  background: rgb(47 47 112 / 16%);
  margin-bottom: 0px;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
#menu.big_width {
  width: 500px;
}

.oversized_text svg {
  width: 6px;
  height: 11px;
  margin-left: 10px;
  transition: 0.4s;
}
.oversized_text.move_active1 svg {
  transform: rotate(90deg);
}

.oversized_text {
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
#menuToggle .move_box input {
  width: 18px;
  height: 18px;
  opacity: 1;
  position: inherit;
}
.move_input_fild {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid rgb(204 204 204 / 86%);
}
.move_hide_widget_box {
  padding: 20px;
}

.move_box {
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 10px;
  display: none;
}
.move_box.move_active {
  display: block;
}

.check_box {
  width: 18px;
  height: 18px;
  display: flex;
  background: #bed1fe;
  padding: 4px;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 12px;
  display: none;
}
.textcontrols.active .check_box {
  display: block;
  line-height: 12px;
}

#menuToggle.position_left {
  left: 0px;
  right: inherit;
}

#menuToggle.position_left #menu {
  left: 0;
  right: initial;
  transform: translate(-100%, 0%);
}

#menuToggle.position_left input:checked ~ ul {
  transform: translate(0%, 0%) !important;
  opacity: 1;
}

#menu::-webkit-scrollbar {
  width: 0.4em;
  background: rgb(0 61 104 / 16%);
}
#menu::-webkit-scrollbar,
#menu::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
}
#menu::-webkit-scrollbar-thumb {
  background: rgb(0, 61, 104);
}
.cover-bar {
  position: absolute;
  background: #fff;
  height: 100%;
  top: 0;
  right: 0;
  width: 0.4em;
  -webkit-transition: all 0.5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
  opacity: 0;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1024px) {

.plugin_part {
    position: absolute;
    top: 0px;
    height: auto;
    right: 6px;
    width: 62px;
    height: auto;
    z-index: 99;
    border-left: 1px solid;
}
#menu {
    position: fixed;
    width: 336px;
    /* margin: -100px 0 0 0; */
    top: -32px;
    padding: 0px;
    padding-top: 0px;
    right: -20px;
    background: #f4f4f4;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    display: flex;
    /* justify-content: space-between; */
    height: 100vh;
    flex-direction: column;
    overflow-y: auto;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 37%);
}
	
}
@media screen and (max-width: 680px) {
  .over_widget_box {
    display: none;
  }
  .main_box {
    padding-top: 70px;
  }
.gsSec3 h2 {
    font-size: 22px;
    line-height: 26px;
    color: #535353;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 0px;
    margin: 0 0 48px;
}
.aproach_susblock ul {
    margin: 60px 0px 0 !important;
}
.life-tata-power-box2d2-left h2 {
    font-size: 43px;
    line-height: 45px;
}
/*.plugin_part{position: absolute; top: 0px; height: auto; right: 0px;}*/
#menuToggle {
    display: block;
    position: fixed;
	/*position: absolute;*/
    top: 18px;
    right: 16px;
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none;
    /* background: rgb(0, 61, 104) !important; */
    padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 6px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-top: 8px;
    /* border: 1px solid #fff; */
}
.autism-initiatives-left h3 {
  line-height: 46px;
}
.top_sec_nav {
    position: fixed !important;
}
}


