h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham-Bold', sans-serif !important;
    font-weight: 600;
    line-height: 30px;

}

h2.scheme {
    color: #516a9e;
    font-size: 1.5em;
    padding-left: 15px;
}

::placeholder {
    color: grey;
    font-size: 16px;
    font-style: normal;
    opacity: 1;
    /* Firefox */
}

span.footer-links {
    color: #666666;
}

ul.ulink {
    font-size: 0.8em;
}

hr.ideate {
    border-top: 4px solid #ef8823 !important;
}

.text-center.justify-content-center.pt-2.ideate {
    font-size: 0.9em;
}

.front-content.hbn {
    top: 85%;
}

/** 
h2::after {
     content: url(/img/border-desktop.svg);
     color: white;
     width: 40px;
     height: 50px;
     transform: scale(.3);
     padding-left: 30px;
 }
 **/
.header-text.hidden-xs {
    padding-top: 20px;
}

.about-header {
    background-color: #9A7E01;
}

li.breadcrumb-item {
    color: white !important;
}

a.bdc {
    color: white;
}

h1.ahead {
    text-transform: uppercase;
    font-size: 2em;
    color: white;
    font-family: GothamBold;
    padding: 20px;
}

hr.ahr {
    border-top: 1px solid #dfe2e4 !important;
}

h2 {
    padding: 10px 0;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

h1.history {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #ce3060;
    font-family: GothamBold;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

p.about-text {
    font-size: 0.9em;
}

.ahead {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #005b9a;
    font-family: GothamBold;
}

hr.aother {
    border-top: 4px solid #005b9a;
}

.col-sm-12.pt-5.related {
    color: #f87117;
}

p.rlcopy {
    text-decoration: none;
    color: black;
    text-transform: none;
    color: #1077bc;
    font-size: 0.8em;
    padding-top: 20px;
    font-family: none;
    font-weight: 600;
}

hr.shr {
    border-top: 4px dotted #cacccf;
}

.related-content.pt-4.rlcontent {
    border: 1px solid #d2d2d2;
    border-collapse: separate;
    border-spacing: 34px !important;
    padding: 0px 10px 40px 10px;
}

hr.rlchr {
    border: 4px solid #f87117;
    margin-top: 40px;
    margin-bottom: 40px;
}

span.blue {
    color: #1796cd;
    font-weight: 600;
}

span.green {
    color: #3d6325;
    font-weight: 600;
}

span.lblue {
    color: #516a9e;
    font-weight: 600;
}

span.teal {
    color: #179ba3;
    font-weight: 600;
}

span.brown {
    color: #c7721f;
    font-weight: 600;
}

.rounded-list a.active {
    background: #005b9a;
    color: #ffffff;
}

.rounded-list a.active:before {
    background: #005b9a;
}


/** Blog Main CSS **/
/* Included color classes.. 
    .red 
	.blue 
	.yellow
	.green
	.navy
*/
.services {
    margin: 20px auto;
}

figure.snip1174 {

    position: relative;
    float: left;
    overflow: hidden;
    color: #ffffff;
    text-align: left;
    margin: 10px;
    width: 100%;
    border-radius: 0px;
    height: 100% !important;

}

figure.snip1174 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

figure.snip1174 img {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    vertical-align: top;
    -webkit-clip-path: polygon(58% 20%, 51% 13%, 51% 0, 85% 0%, 100% 0, 100% 15%, 100% 85%, 100% 100%, 85% 100%, 51% 100%, 51% 28%);
    clip-path: polygon(58% 20%, 51% 13%, 51% 0, 85% 0%, 100% 0, 100% 15%, 100% 85%, 100% 100%, 85% 100%, 51% 100%, 51% 28%);
    width: 100%;
    height: 100%;
}

figure.snip1174 img.right {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    vertical-align: top;
    -webkit-clip-path: polygon(37% 18%, 44% 11%, 44% 0, 0 0, 0 14%, 0 73%, 0 100%, 44% 100%, 44% 26%);
    clip-path: polygon(37% 18%, 44% 11%, 44% 0, 0 0, 0 14%, 0 73%, 0 100%, 44% 100%, 44% 26%);
}

figure.snip1174 figcaption.blog-right {
    padding: 40px 25px;
    top: 0;
    left: 45%;
    width: 100%;
}

figure.snip1174 figcaption {
    position: absolute;
    padding: 40px 25px;
    top: 0;
    left: 0;
}

figure.snip1174 h2,
figure.snip1174 p {
    margin: 0;
    padding: 0;
}

figure.snip1174 h5 {
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 100;
    font-size: 1em;
    width: 45%;
}

figure.snip1174 p {
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4em;
}

figure.snip1174 a {
    bottom: 50%;
    width: 45%;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);

}

figure.snip1174.pink.col-sm-12 {
    background-color: #de3975;
}

figure.snip1174.teal.col-sm-12 {
    background-color: #199eba;
}

figure.snip1174.black.col-sm-12 {
    background-color: #000000;
}

figure.snip1174.yelli.col-sm-12 {
    background-color: #ffb945;
}

figure.snip1174.gg.col-sm-12 {
    background-color: #8dab3b;
}

figure.snip1174.ggg.col-sm-12 {
    background-color: #085a32;
}

span.date {
    font-size: 0.8em;
}

span.rmore {
    bottom: 50% !important;
    width: 80%;
    float: right;
    padding-top: 5%;
}

/** Search Filter **/
.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_input {
    padding: 0 10px;
    width: 450px;
    caret-color: red;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_icon {
    background: white;
    color: #e74c3c;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
}

body {
    padding-top: 83px;
}


i.fas.fa-search {
    font-size: 23px;
}

div#timeline .dot span {
    display: inline-block;
    margin-top: 5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

div#timeline .dot {
    z-index: 99;
    transition: 0.3s ease-in-out;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    text-align: center;
    cursor: pointer;
}

ul.fa-ul {

    line-height: 2em !important;
}

.lts.btn.col-sm-2 {
    margin-right: -50px;
}

/* div#carouselContent{
        left: -35px!important;
    } */



.solar-head {
    color: #fc8324 !important
}

ul.sub-menu {
    font-size: 12px
}

h4.about_header {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

/** Gallery CSS **/
img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.modal-header {

    border-bottom: none;
}

span.closemenu {
    font-size: 3.2rem;
}

.modal-content {
    -webkit-box-shadow: inset 0px 2px 6px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 2px 6px -4px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 2px 6px -4px rgba(0, 0, 0, 0.75);
}

button.rebt {
    background: #2EBDBD;
    color: white;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    border: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}


.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}

span.b-social {
    color: white;
}

.bbtn {
    text-transform: uppercase;
}

ul.sub-menu {
    line-height: 30px;
    text-transform: uppercase;
    margin-left: -20px;
}

.col-sm-6.sb-menu {
    text-transform: uppercase;
    line-height: 20px !important;
    padding-left: 0px;
}

ul a.sub_menu_energy,
a.sub_menu_about {
    line-height: 2em;
    font-size: 0.9em;
    text-decoration: none;
    color: white !important;
}


/** MENU **/
ul a.sub_menu_energy:hover,
ul a.sub_menu_about:hover,
ul a.introduction-menu-head {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-spacing: 2px;
    padding: 6px 0;
    background: none;
    color: white !important;
}


button.btn.btn-primary.subsbt {
    text-transform: uppercase;
    font-family: GothamBold;
}

.fancybox-content {
    background: transparent !important;
}

/* properties of the subscribe card */
.subscribe {
    background-image: linear-gradient(220deg, rgba(255, 255, 255, 0.95) 0%, rgb(194, 233, 251) 110%);

    padding: 10px 50px 50px 50px;
    margin: 3.5em auto 0 auto;
    border-radius: 20px;
    text-align: center;
    width: 350px;
    min-height: 325px;
    height: auto;
    color: #445963;

}

/* Iamge:: Email Logo  */
.subscribe img {
    width: 100px;
    height: 100px;
}

/* Title Card subscribe  */
.subscribe h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 27px;
}

/* Description of the "card subscribe" */
.subscribe p {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0;
    margin-top: 3px;
    font-size: 16px;
}

/* email input */
input[type=email] {
    font-family: 'PT Sans', sans-serif;
    background-color: transparent;
    text-align: center;
    width: 100%;
    color: #445963;
    padding: 10px;
    border: none;
    outline: none;
    margin-bottom: 30px;
    margin-top: 18px;
    font-size: 15px;
    font-style: italic;
    border-bottom: 2px solid #A1C3FE;
}

/* Button transmitter subscribe */
button.subbt {
    box-shadow: 0 0 26px 1px #a1c3fe;
    padding: 12px 45px 12px 45px;
    transition: 0.3s linear;
    background: #007bff;
    border-radius: 20px;
    margin-top: 10px;
    border: none;
    outline: none;
    font-size: 1em;
    color: #FFFFFF;
    font-weight: bold;
}

button.subbt:hover {
    cursor: pointer;
    transform: translatey(-3px);
    box-shadow: 0 0 6px #a1c3fe;
}

button.subbt:active {
    transform: translatey(3px);
    box-shadow: 0 0 0px #a1c3fe;
}

span.fsocial {
    font-size: 30px;
}

.front-content.hbn {
    color: white;
    text-transform: uppercase;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
}


.access {
    margin-top: auto;
}

.w-70 {
    width: 100%;
    height: 100%;
}

.related {
    position: fixed;
    right: 0px;
}

.wde {
    background-color: #1796cd;
    color: white;
    font-family: GothamBold;
    text-transform: uppercase;
    padding: 20px;
}

.wdet {
    text-transform: uppercase;
    padding-top: 20px;
    font-family: GothamBold;
    font-size: 30px;
}

h2.energtext.text-center {
    color: #ce3060;
    font-size: 1.5em;
    border-color: #dfe2e4;
}

.offwind{position: absolute; background-color: #1796cd; color: white; left: -30%; top: 20%; padding: 30px; height: 70%;}
.offwind p{text-align: left; font-size: 13px; line-height: 20px;}
.offwind span.visitn{left: 30px;}

h5.offhd {
    text-transform: uppercase;
}

span.visitn {
    position: absolute;
    bottom: 5%;
    left: 40%;

}

h2.polwindt {
    color: #ef8823;
    border-color: #ef8823;
    text-transform: uppercase;
    font-size: 0.9em;
}

h2.scwindt {
    color: #516a9e;
    border-color: #516a9e;
    text-transform: uppercase;
    font-size: 0.9em;
}

h2.manwindt {
    color: #007a4b;
    border-color: #007a4b;
    text-transform: uppercase;
    font-size: 0.9em;
}

hr.polwhr {
    border-top: 4px solid #ef8823;
}

hr.schwhr {
    border-top: 4px solid #516a9e;
}

hr.manwhr {
    border-top: 4px solid #007a4b;
    color: #903;

    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

h2.eneh2.text-center {
    color: #ce3060;
    font-size: 25px;
    border-color: #dfe2e4 !important;
}

nav.cener {
    position: relative;
    left: 44%;
}

span.firstcharacter {
    color: #903;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

/** NEW TIMELINE CSS **/
._timeline_main{
    width: 100%;
    display: flex;
}

._timeline_grid{
    width: 150px;
    padding: 0 0 0 10px;
}

.main-timeline {
    font-family: 'Gotham-Book', sans-serif;
    position: relative;
    height: auto;
    margin: 50px 0 0 0;
}

.main-timeline:after {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: 8px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    border: 2px solid #6c7174;
}

.main-timeline:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 8px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    border: 2px solid #6c7174;
}

.main-timeline .timeline {
    padding: 0px 0 0px 15px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 100px;
}

.main-timeline .timeline:after {
    background: #FD8F33;
    height: 18px;
    width: 200px;
    box-shadow: 0 0 10px -5px #000;
    transform: translateY(-50%);
    top: 50%;
    left: -90px;
}

.main-timeline .timeline-content {
    color: #517d82;

    padding: 0 0 0 80px;
    box-shadow: 0 0 20px -10px #000;
    border-radius: 10px;
    display: block;

}

.main-timeline .timeline-content:hover {
    color: #517d82;
    text-decoration: none;
}

.main-timeline .timeline-icon {

    background-color: #FD8F33;
    font-size: 35px;
    text-align: center;
    line-height: 62px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -100px;
    top: 50%;
    z-index: 1;
}

.main-timeline .timeline-year {
    color: #5b5b5b;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    height: 24px;
    width: 24px;
    border: 2px solid #6c7174;
    box-shadow: 0 0 10px -5px #000;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 4px;
    top: 50%;
    z-index: 1;
    text-indent: 30px;
    font-size: 12px;
}

.main-timeline .inner-content {

    padding: 10px;
}

.main-timeline .title {
    color: #FD8F33;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.main-timeline .description {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.main-timeline .timeline:nth-child(4n+2):before,
.main-timeline .timeline:nth-child(4n+2):after {
    background: #898989;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-year {
    border-color: #6c7174;
}

.main-timeline .timeline:nth-child(4n+2) .title {
    color: #0DC8AB;
}

.main-timeline .timeline:nth-child(4n+3):before,
.main-timeline .timeline:nth-child(4n+3):after {
    background: #898989;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-year {
    border-color: #6c7174;
}

.main-timeline .timeline:nth-child(4n+3) .title {
    color: #05B0DE;
}

.main-timeline .timeline:nth-child(4n+4):before,
.main-timeline .timeline:nth-child(4n+4):after {
    background: #898989;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-year {
    border-color: #6c7174;
}

.main-timeline .timeline:nth-child(4n+4) .title {
    color: #8E7CCC;
}

@media only screen and (max-width:1200px) {
    .main-timeline .timeline:before {
        left: -12.5px;
    }

    .main-timeline .timeline:nth-child(even):before {
        right: -14px;
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline:before {
        left: -12.5px;
    }
}

@media only screen and (max-width:767px) {

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 20px 0 20px 37px;
    }

    .main-timeline .timeline:before {
        left: 0;
    }

    .main-timeline .timeline:nth-child(even):before {
        right: auto;
        left: 0;
        background: #50699d;
    }

    .main-timeline .timeline:after,
    .main-timeline .timeline:nth-child(even) .timeline:after {
        display: none;

    }

    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        display: none;
    }

    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year {
        height: 75px;
        width: 75px;
        line-height: 60px;
        font-size: 25px;
        left: 1px;
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 0 0 0 40px;
    }

    .timeline-year.selected {
        background-color: #cde6fe;

    }
}

/** Timeline CSS ENDS HERE **/
.cnt {
    background-color: #e5e5e5;
}

.cnt-text {
    color: #1796cd;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
}

h4.h4-text {
    color: #ce3060;

}

.headf {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.anyClass {
    height: 80px;
    overflow-y: scroll;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

i.fab {
    font-size: 20px;
}

.main-timeline .timeline:before {
    content: '';
    background: #898989;
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
}

.sfilter {
    justify-content: center;
}

.guidelines {
    color: #516a9e;
    font-size: 1.3em;
    text-transform: uppercase;
}

.col-sm-2.viewdoc {
    border-right: 1px solid grey;
}

.pdf {
    background: #f7f7f7;
    padding: 20px;
}

h4.guideh {
    font-size: 1.2em;
}

p.card-text {
    font-size: 1.2em;
}

.card-body {
    font-size: 1rem !important;
}

h2.windh {
    font-size: 1.2em;
    color: #516a9e;
}

/** Appointment Form **/
.card {
    margin-top: 1em;
}

/* IMG displaying */
.person-card {
    margin-top: 5em;
    padding-top: 5em;
}

.person-card .card-title {
    text-align: center;
}

.person-card .person-img {
    width: 10em;
    position: absolute;
    top: -5em;
    left: 50%;
    margin-left: -5em;
    border-radius: 100%;
    overflow: hidden;
    background-color: white;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .mobile {
        display: none !important;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {

    .mobile {
        display: none !important;
    }

}

@media (min-width: 1281px) {

    .mobile {
        display: none !important;
    }

}

h2.card-title.bap {
    margin-bottom: .75rem;
    font-size: 1.5rem;
    background: #159BA4;
    color: white;
    padding: 12px;
    border: none;
}

h2.card-title.rti {
    margin-bottom: .75rem;
    font-size: 1.5rem;
    background: #52699E;
    color: white;
    padding: 12px;
    border: none;
}

button.btn.btn-primary.btn-lg.bap {
    background: #009EA6;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    justify-content: center;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.policies {
    background: #007A4C;
    color: white;
    padding: 20px;
}

#chartdiv {

    height: 600px
}

.row.filter-bc {
    width: 60%;
    margin: auto;
}

#chartdiv2 {
    width: 500px;
    height: 250px;
    top: 15px;
    font-size: 12px;
    left: -145px
}

img.image_map_right_second {
    width: 90%;
    padding-top: 25px;
}

.row.grp {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.atss {
    z-index: 999 !important;
}

p.parat {
    text-align: center;
}

.knw-reading {
    background-color: #F7F7F7;
    margin-bottom: 100px;
}

.knw-t {
    color: #E03574;
    text-transform: uppercase;
    font-family: GothamBold;
    font-size: 1.3em;
    padding-top: 20px;
}

span.largest {
    color: #E03574;
    font-weight: 800;
    font-size: 1.4em;
}

span.world {
    color: #0095CF;
    font-weight: 800;
    font-size: 1.1em;
}

p.knw-text {
    width: 65%;
    float: left;
}

span.nattext {
    color: #516a9e;
    font-weight: 800;
    font-size: 1.3em;
}

span.gwtext {
    color: #1796cd;
    font-weight: 900;
    font-size: 1.5em;
}

span.metertext {
    color: #dd7c45;
    font-weight: 900;
    font-size: 1.3em;
}

span.lidar {
    color: #1896cd;
    font-weight: 900;
    font-size: 1.2em;
}

span.gulfg {
    color: #bf2b3c;
    font-weight: 900;
}

hr.top {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 5px solid #000000;
}

img.newtimg {
    width: 35%;
}

i.fab {
    font-size: 25px;
}

a.ntd {
    text-decoration: none;
    color: white;
}

.vertical-tabs {
    font-size: 15px;
    padding: 10px;
    color: #000;
    height: 450px;
}

.gcor {
    background: #21C9A3;
    padding: 20px;
    text-transform: uppercase;
    color: white;

}

.vertical-tabs .nav-tabs .nav-link.active {
    background-color: #137861 !important;
    color: #fff;
}

.vertical-tabs .tab-content>.active {
    background: #fff;
    display: block;
}

.vertical-tabs .nav.nav-tabs {
    border-bottom: 0;
    border-right: 3px solid #000;
    display: block;
    float: left;
    margin-right: 20px;
    padding-right: 15px;
}

.vertical-tabs .sv-tab-panel {
    background: #fff;
    height: 274px;
    padding-top: 10px;
}

.navbar {
    padding: 1rem;
    -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.15);
}

a.at4-count {
    display: none !important;
}

@media only screen and (max-width: 420px) {
    .titulo {
        font-size: 22px
    }
}

@media only screen and (max-width: 325px) {
    .vertical-tabs {
        padding: 8px;
    }
}

a.pollink:hover {
    color: white;
    text-decoration: none;
}

a.pollink {
    color: white;
    text-decoration: none;
}

a.btn.btn-primary.subsbt {
    font-family: BodoniMT;
    background: none;
    color: black;
    border: none;
    padding: 0;
    margin-left: 10px;
}


.card.subset {
    background: none;
}


input.resetMe {
    border: none;
    background: none;
}

input.decrease {
    border: none;
    background: none;
}

input.increase {
    border: none;
    background: none;
}

input.en {
    border: none;
    background: none;
    margin-right: 5px;
}

input.hindi {
    border: none;
    background: none;
    margin-right: 5px;
}


/* AJAX MODAL START */
.owl-nav {
    button {
        position: absolute;
        top: 50%;
        background-color: #000;
        color: #fff;
        margin: 0;
        transition: all 0.3s ease-in-out;

        &.owl-prev {
            left: 0;
        }

        &.owl-next {
            right: 0;
        }
    }
}

.owl-stage {
    display: -webkit-inline-box;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        &.active {
            background-color: #000;
        }

        &:focus {
            outline: none;

}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.item {
    display: flex;
    flex-grow: 1;
}

.owl-nav {
    display: none;
}

.owl-dots {
    margin-bottom: 15px;
}

.fancybox-close-small {
    opacity: 1 !important;
}

.fancybox-slide--html .fancybox-close-small {
    color: white !important;
    padding: 2px !important;
}

#wow_tabs {
    display: inline-flex;
    overflow-y: -webkit-paged-y;
    text-align: center;
}

/* AJAX MODAL END */

/* Drop down start*/
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.drop {
    width: 20em;
    margin: 2em auto;
    font-family: pfs-bold;
    color: #86919a;
    text-transform: uppercase;
    position: relative;
    transition: width 0.5s;
    will-change: width;

}

.row.ctn {
    justify-content: center;
}

.drop .option {
    padding: 1em;
    cursor: pointer;
    background-color: white;
    border: 0px solid black;
    color: black;
}

.drop .option:not(.active) {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.drop.visible {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
    width: 24em;
    height: 200px !important;
    overflow-y: scroll;
}

.drop.visible:before,
.drop.visible:after {
    border-color: #86919a
}

.drop.visible:before {
    opacity: none;
}

.drop.visible:after {
    opacity: 1;
}

.drop.visible .option {
    color: grey;
    display: block;
}

.drop.opacity .option {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

.drop.opacity .option:nth-child(0) {
    transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s;
    transition: opacity 0.5s 0s, transform 0.5s 0s;
    transition: opacity 0.5s 0s, transform 0.5s 0s, -webkit-transform 0.5s 0s;
}

.drop.opacity .option:nth-child(1) {
    transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
}

.drop.opacity .option:nth-child(2) {
    transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
}

.drop.opacity .option:nth-child(3) {
    transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
}

.drop.opacity .option:nth-child(4) {
    transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
}

.drop.opacity .option:nth-child(5) {
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}

.drop.opacity .option:nth-child(6) {
    transition: opacity 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
}

.drop.opacity .option:nth-child(7) {
    transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
}

.drop.opacity .option:nth-child(8) {
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
}

.drop.opacity .option:nth-child(9) {
    transition: opacity 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
}

.drop.withBG .option {
    transition: background-color 0.1s;
}

.drop.withBG .option:not(.placeholder):hover {
    background-color: transparent;
}

.drop.withBG .option:not(.placeholder).active {
    background-color: transparent;
    color: white;
}

.drop:after,
.drop:before {
    content: "";
    position: absolute;
    top: 1.5em;
    right: 1em;
    width: 0.75em;
    height: 0.75em;
    border: 0.2em solid #86919a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: opacity 0.2s;
}

.drop:before {
    border-left: none;
    border-top: none;
    top: 1.2em;
}

.drop:after {
    border-right: none;
    border-bottom: none;
    opacity: 0;

}

.mini-hack {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Drop down ends */

input.sbstbt {
    background: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}

.service-content2 {
    top: 10% !important;
}

.span-3 .service-content2 {
    top: 30% !important;
}

.form-search>.search-form-bottom .search-option select.form-control:not([multiple=multiple]),
.search-form>.search-form-bottom .search-option select.form-control:not([multiple=multiple]) {
    background-color: #fff !important;
    padding-right: 2rem;
    -webkit-appearance: button;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 1.6rem;
    -moz-padding-end: 1.6rem;
    -webkit-padding-start: 1.6rem;
    -moz-padding-start: 1.6rem;
    font-weight: font-weight-normal !important;
    font-size: 1.25rem;
}

select#f184318d184322 {
    font-weight: 600;
    font-size: 15px;
    margin: auto;
    background-image: url('/img/arrow-down-filter.jpg') !important;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right;
    color: black;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.carousel-item.active.isa {
    background-image: url(/img/pi-banner.jpeg);
    height: 500px;
    background-position: center;
}

.rjk .front-content.hbn {
    font-size: 10px;
}

.contrast body {
    background: white !important;
    color: black !important;
}

.contrast a {
    color: black !important;
}

span.ms {
    color: black;
}

a#navbarDropdown {
    color: black;
}

.fa.fa-navicon {
    color: black;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('/img/iconfinder_menu-alt_134216.png')
}

.margin_boo {
    overflow: hidden;
	max-height: none;

height: 104px;

margin-bottom: 33px;
}

.blog-img img {
    width: 90%;
}

.blog-content p {
    text-align: center;
}

.text-justify {
    text-align: center !important;
}

a {
    text-decoration: none !important;
}

.hdtitle {
    background: #22C9A1;
    color: white;
    padding: 25px;
    text-transform: uppercase;
}

.hdtitle h3 {
    text-align: center;
}

button.btn.btn-primary.feedback {
    background-color: #009EA6;
    color: white;
    font-family: GothamBold;
    border: 0;
    padding: 10px 25px 10px 25px;
}

form.feedback {
    margin-bottom: 100px;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

.download_file:hover {
    cursor: pointer;
}

.overview__text {
    margin: 0 auto;
    text-align: center;
    padding: 25px 0px 40px 0px
}

span.ms {
    font-size: 20px;
}

#desktop_menu--trigger{
    cursor: pointer;
}

a.hico{
    text-decoration: none;
    color: black;
}
a.hico:hover{
    color: #0056b3;

}
a.fdback{
    color: black;
}
.energy_link {
    color: black;
    text-decoration: none;
}

.energy_link:hover {
    color: black;
    text-decoration: underline;
    transition: 0.9ms ease-in;
}

.summary__energy {
    height: 55px;
}
img.enerimg{
    width: 100%;
}
img.pdfscheme{
    width: 15%;
    float:right;
}
img.pdfvd{
    width: 20%;
    padding: 32px 0px 32px 11px;
}
.files__section{
    padding: 3rem 5rem;
}
.download_file--button{
    background-color: #007A4C;
    color: white;
    border-radius: none;
}
.download_file--button:hover{
    color: rgb(255, 255, 255);
    background-color: rgba(11, 150, 96, 0.904)
}
.file__description{
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.policy__section{
    padding: 5rem
}
/* select#f184318d184322{
    width: 50%;
} */
.mas{
    width: 100%;
    height: 500px;
  }
  .rmtext{
    margin:0 auto;
    text-align:center;
  }
.rehd {
    background: #2EBEBD;
    color: white;
    text-transform: uppercase;
    padding: 20px;
    margin-bottom: 20px;
}
#chartdiv7 {
    width: 100%;
    max-width: 100%;
    height: 550px;
  }

  .policyLinks {
    color: white;
  }
  .issue_date {
    width: 66px;

    display: inline-block;

    white-space: nowrap;

    overflow: hidden;
}
.rnd {
    background: #1695CE;
    padding: 15px;
}

h1.rnd {
    text-transform: uppercase;
    color: #ffffff;

}
.newhydro {
    background: #EF8722;
    padding: 15px;
  }

  h1.newhydro {
    text-transform: uppercase;
    color: #ffffff;

  }
    .newsbg {
        height: 80px;
        padding-top: 10px;
    }
.newsmtext{
    margin:0 auto;
    text-align:center;
}
.newthd{
background: #EF8722;
padding: 15px;
}

h1.newthd {
text-transform: uppercase;
color: #ffffff;

}
.vertical-tabs .nav-tabs .nav-link{
    border-radius: 0;
    background: #117e8a;
    text-align: center;
    font-size: 12px;
    border: 1px solid #37ceac;
    color: #fff;
    height: 63px;
    width: 200px;
    justify-content: center;
    padding: 20px;
}

.nav-tabs li:nth-child(2) a{
background: #37ceac!important;
}
.nav-tabs li:nth-child(2) .nav-link.active a{
background-color:#137861!important;
}
.nav-tabs li:nth-child(3) a{
    background: #37ceac!important;
    }
.nav-tabs li:nth-child(4) a{
        background: #37ceac!important;
        }
.nav-tabs li:nth-child(5) a{
      background: #37ceac!important;
            }
.nav-tabs li:nth-child(6) a{
      background: #37ceac!important;
            }
           
  .MsoTableGrid {
    margin: auto
  }

  .MsoCommentText,
  .MsoNormal {
    text-align: left
  }
  #chartdiv {
    height: 500px;
  }

  .label_map {
    display: inline-block;
    position: relative;
    width: 50%;
  }
  .rjk .front-content.hbn {
    top: 90% !important;
}

.news_ticker {
    color: black !important;
}

i.fab {
    color: white;
}

/* The Modal (background) */
.modal1 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content1 {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    width: 60%;
    /* Could be more or less, depending on screen size */
}

.wind__border{border: 19px solid #1796cd; background: #1796cd;}

/* The Close Button */
.close1 {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    bottom: 0px;
}

.close1:hover,
.close1:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.institutes__title--style {
    padding: 1rem;
    color: white;
}

.wind__background--color {
    background-color: #1796cd;
}

.institutes__description--style {
    padding: 1rem;
}

.institutes__button--style {
    margin: 1rem;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #838784;
}

.solar__background--color{background-color: #fdbf2c}
.solar__border{border: 19px solid #fdbf2c; background: #fdbf2c;}
.re__background--color{background-color: #de3975}
.re__border{border: 19px solid #de3975; background: #de3975;}
.tireda__border{border: 19px solid #ef8823; background: #ef8823;}
.tireda__background--color{background-color: #ef8823}
.seci__border{border: 19px solid #3d6325; background: #3d6325;}
.seci__background--color{background: #3d6325}
.tools_services{color: black; text-decoration: none;}
.tools_services:hover{color: #386698; text-decoration: none;}

   
     .wind_modal_content {
            background:
                
                linear-gradient(rgba(0, 0, 0, 0.45),
                rgba(255, 255, 255, 0.45)),
               
                
        }



.raj_singh_link {
    position: relative;
    bottom: -27px;
}

.effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect8:before,
.effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

a.hrdlink{
    color: rgb(255, 153, 0);
}
.d-flex.align-items-end.left-ico.desktop {
    cursor: pointer;
}
a.ftlinks{
    color: grey!important;
}
a.hico {
    color: black!important;
}
#less_readmore{
	padding-top: 20px;
	color:black;
	font-size: 17px;
}
#more_readmore{
	padding-top: 20px;
	color:black;
	font-size: 17px;
}

._organogram_tab{max-width: 1090px; width: 100%; border-radius: 3px; border: none; text-align: center; display: flex; justify-content: center; margin: 60px auto 0;}
._organogram_tab li a{opacity: .5; border: none !important; border-radius: 0 !important; transition: .5s all ease; bottom: 3px;}
._organogram_tab li:hover a{opacity: 1;}
._organogram_tab li a.active{opacity: 1 !important; color: white !important; transform: scale(1.1); border-radius: 5px 5px 0 0 !important; position: relative; bottom: 3px;}
._organogram_tab li a{font-size: 13px; padding: 10px 20px; line-height: 18px; color: white; min-height: 56px; display: flex; align-items: center;}
._organogram_tab li:nth-child(1n) a{background: #9a7e00 !important;}

._organogram_tab._pi_organo li:nth-child(1n) a{background: #00794b !important;}
._organogram_tab_content._pi_organo ._single_minister ._description ._title{color: #00794b;}
._organogram_tab_content._pi_organo ._single_minister ._description hr{border-color: #00794b;}

._organogram_tab_content{width: 1010px; margin: 0 auto;}
._organogram_tab_content ._single_minister{width: 100%; display: flex; flex-wrap: wrap; margin: 45px auto; /* background: #fafbff; border-radius: 15px; overflow: hidden; padding: 20px; */}
._organogram_tab_content ._single_minister ._img{width: 450px; box-shadow: 0 14px 17px 0 #e6e6e6; border-radius: 15px; overflow: hidden;}
._organogram_tab_content ._single_minister ._img img{width: 100%;}
._organogram_tab_content ._single_minister ._description{flex: 1; padding: 0 0 0 50px;}
._organogram_tab_content ._single_minister ._description ._title{font-size: 22px; color: #9a7e00; font-family: 'Gotham-Bold', sans-serif; margin: 0 0 10px 0;}
._organogram_tab_content ._single_minister ._description ._designation{font-size: 16px; line-height: 24px; font-family: 'Gotham-Book', sans-serif !important;}
._organogram_tab_content ._single_minister ._description hr{margin: 0 0 20px 0; border: none; border-top: 3px solid #9a7e00; width: 100px;}

._organogram_tab_content ._single_minister._multiple{flex-wrap: wrap; justify-content: flex-start;}
._organogram_tab_content ._single_minister._multiple ._description{width: 33.33%; padding: 0 15px 0 0; text-align: center; margin: 0 0 60px 0; flex: unset;}
._organogram_tab_content ._single_minister._multiple ._description ._title{font-size: 18px;}
._organogram_tab_content ._single_minister._multiple ._description .org__read--more{font-size: 12px !important; font-weight: 600; color: #386cff !important; border: none; padding: 0 !important; position: relative; display: inline-block; margin: 15px 0 0 0; background: transparent; cursor: pointer; position: relative;}
._organogram_tab_content ._single_minister._multiple ._description .org__read--more::after{content: '\203A'; width: 11px; height: 11px; background: #007bff; border-radius: 50%; display: inline-block; position: relative; top: -1px; color: white; text-align: center; line-height: 10px; left: 2px; font-size: 12px;}
._organogram_tab_content ._single_minister._multiple ._description hr{width: 60px; margin: 0 auto 15px;}
._organogram_tab_content ._single_minister._multiple ._description ._designation{font-size: 15px;}
._organogram_tab_content ._single_minister._multiple ._description:only-of-type{margin: 0 auto;}

._organogram_modal{z-index: 10000 !important; background: rgba(0,0,0,0.7)}
._organogram_modal .modal-content1{margin: 0 auto; max-height: 80vh; padding: 25px 30px 30px; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; border: 5px solid #cdbf80;}
._organogram_modal .modal-content1 ._name{border: none; font-size: 24px; padding: 0; color: #9a7e00;}
._organogram_modal .modal-content1 ._designation{font-size: 16px; font-family: 'Gotham-Bold'}
._organogram_modal .modal-content1 .content_organogram{max-height: 69vh; overflow: hidden; padding: 0; width: 100%;}
._organogram_modal .modal-content1 .content_organogram ._modal_inner{max-height: 69vh; overflow-y: scroll; width: calc(100% + 17px);}
._organogram_modal .modal-content1 .content_organogram ul{display: flex;}
._organogram_modal .modal-content1 .content_organogram ul li{width: 50%; list-style-type: none;}
._organogram_modal .modal-content1 .content_organogram ul li span{display: block; font-size: 12px;}
._organogram_modal .modal-content1 .content_organogram ul li a{font-size: 15px; font-family: 'Gotham-Bold', sans-serif;}
._organogram_modal .close1{position: absolute; font-size: 20px; bottom: unset; right: 10px; top: 6px; opacity: .4;}
._organogram_modal .close1:hover{opacity: 1;}
._organogram_modal .modal-content1 ._departments{font-size: 14px; line-height: 24px; font-weight: 600; color: #313131;}


.timeline-year.selected:after{content: ''; top: 3px; left: 4px; width: 13px; height: 13px; background: #ef8823; position: absolute; border-radius: 10px;}
._tooltip_main{width: 100%; height: 60px; padding: 5px 0;}
._tooltip_main ._heading{color: #cd0f23; font-family: "Gotham-Bold"; font-size: 14px;}
._tooltip_main ._heading{color: #cd0f23; font-family: "Gotham-Bold"; font-size: 14px;}
._tooltip_main ._text{padding-top:2px; font-family: "Gotham-Book"; font-size: 14px; color: #000;}

.modal1 ._modal_inner{background: white;}

/* For Mac Only */
._mac_os ._organogram_tab_content ._single_minister._multiple ._description .org__read--more::after{line-height: 16px; top: -2px;}
._mac_os ._organogram_tab li a{padding: 16px 20px 4px;}
/* For Mac Only */

@media screen and (max-width: 700px){
    .rjk .front-content.hbn{top: 0 !important;}
    ._organogram_tab{margin: 10px 3% 0; width: 94%; flex-wrap: nowrap; display: -webkit-inline-box; overflow-y: scroll;}
    ._organogram_tab_content{width: 100%; display: block; padding: 0 3%;}
    ._organogram_tab li a{height: 100%;}
    ._organogram_tab li a.active{transform: unset; bottom: 0; border-radius: 0 !important;}
    ._organogram_tab_content ._single_minister ._description{padding: 0; margin: 20px 0 0;}
    ._organogram_tab_content ._single_minister{margin: 20px auto 40px;}
    ._organogram_tab_content ._single_minister._multiple ._description{width: 50%; padding: 0 8px;}
    ._organogram_tab_content ._single_minister._multiple ._description ._title{line-height: 22px;}

    h2.energtext.text-center{font-size: 18px;}

    ._timeline_main{flex-wrap: wrap;}
    ._timeline_grid{width: 100%; padding: 0;}
    .main-timeline{margin: 20px 0 0 0; display: flex; width: 100% !important;}
    .main-timeline .timeline:before{width: 84%; height: 2px; top: 0;}
    .timeline-year.selected:after{width: 8px; height: 8px; top: unset; left: unset;}
    .main-timeline:before{bottom: unset; left: unset; right: 0; top: -8px; z-index: 10; background: white;}
    .main-timeline:after{display: none;}
    .no_padding{padding: 0;}

    ._offgrid_stats ul._list li{width: 48%;}

    .timeline-year span{position: absolute; left: -33px; top: 15px;}
    .main-timeline .inner-content{display: none;}

    .main-timeline .timeline{height: 80px;}
    .timeline-year{display: flex; justify-content: center; align-items: center;}
}
._organogram_tab_content ._single_minister._multiple ._description:only-of-type{margin:15px 0 !important;}