:root {
    --color-brown: #c3784b;
    --color-blue: #3c96be;
    --color-black: #001e37;
    --color-teal-blue: #005a78;
}
/* Custom css */
 .table-responsive + p{
    margin-top: 15px;
 }
 .d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-items-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.projects-page .projects-title{
    margin-top: 30px;
}
.projects-page .projects-item + .projects-item{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(14, 72, 123, 0.15);
}
.projects-page .image-section{ 
    width: 100%;
}
.projects-page  .content{
    width: 100%;
    padding: 15px 0 0 0;
}
.projects-page  .content .loaction{        
    font-size: 24px;
}
.projects-page  .content i{
    position: absolute;
    left: 0;
}
.projects-page  .content .loaction span{
    position: relative;
    padding-left: 24px;
}
.projects-page  .content .counter-data{
    margin-top: 30px;
}
.projects-page  .content .num-counter{
    font-size: 36px;
}
.projects-page  .content .name{
    font-size: 16px;
    padding-top: 10px;
}
.fact-box{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 15px;
    margin: 20px 0;
    justify-content: center;   
}
.fact-box .box{
    width: 100%;
    padding: 10px;
 }
 .fact-box .box img{
    margin: 0 0 10px 0;
 }
 .fileinput-remove,
    .fileinput-upload{
        display: none;
    }
    button.kv-file-upload.btn.btn-kv.btn-default.btn-outline-secondary {
        display: none;
    }
    input#secondarysigndevice {
        display: none;
    }
    .form-group.ac-form-group-upload {
        margin-bottom: 30px;
        display: inline-block;
        position: relative;
        width: 90%;
    }
    .form-group.ac-form-group-upload span.hidden-xs{
        line-height: 0%;
        margin: 0;
        text-align: center;
        font-size: 1px;
    }
    .form-group.ac-form-group-upload .input-group-btn.input-group-append {
        display: block;
    }
    .form-group.ac-form-group-upload .btn.btn-primary.btn-file {
        top: 5px;
    }
    .form-group.ac-form-group-upload i.fa.fa-folder-open {
        font-size: 15px;
    }
    .form-group.ac-form-group-upload .btn.btn-primary.btn-file {
        background-color: #ffc937;
        border: 1px #ffc937;
    }
@media (min-width: 576px) {
    .projects-page .image-section{ 
        width: 250px;
    }
    .projects-page  .content{
        width: calc(100% - 250px);
        padding: 0 0 0 15px;
    }
    .projects-page .projects-list .projects-item:nth-child(even) .image-section{
        order: 2;
    }
    .projects-page .projects-list .projects-item:nth-child(even) .content{
        order: 1;
        padding: 0 15px 0 0;
    }
    .fact-box .box{
        width: 50%;
     }
     .fact-box .box img{
        margin-bottom: 0;
     }
    
}
@media (min-width: 768px) {
    .projects-page .image-section{ 
        width: 230px;
    }
    .projects-page  .content{
        width: calc(100% - 230px);
    }
}
@media (min-width: 1200px) {
    .projects-page .projects-item + .projects-item{
        margin-top: 30px;
        padding-top: 30px;
    }
}
@media (min-width: 1600px) {
    .projects-page .image-section{ 
        width: 300px;
    }
    .projects-page  .content{
        width: calc(100% - 300px);
        padding: 0 0 0 30px;
    }
    .projects-page .projects-item:nth-child(even) .content{
        order: 1;
        padding: 0 30px 0 0;
    }
    .projects-page  .content .name{
        font-size: 20px;
    }
    .projects-page  .content .loaction{        
        font-size: 34px;
    }
    .projects-page  .content .loaction span{
        padding-left: 35px;
    }
}

/* 09-nov-2022 */
.flyer-section .section-gap{
    margin-top: 30px;
}
.flyer-section img{
    float: none;
}
.flyer-section .col-sm-6 + .col-sm-6,.flyer-section .col-lg-6 + .col-lg-6{
    margin-top: 15px;
}
.flyer-section .sub-title{
    font-size: 16px;
    position: relative;
    padding-left: 50px;
    color: var(--color-black);
    margin-bottom: 15px;
}
.flyer-section .sub-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 40px;
    height: 2px;
    background: var(--color-black);
}
.flyer-section .main-title span{
    color: var(--color-black);
}
.green-bg{
    background: var(--color-black);
    padding: 50px 0;
}
.green-bg.row-section{
    padding: 50px 30px;
}
.blue-bg{
    background: #131b2d;
    padding: 50px 0;
}
.ftci-blue-bg{
    background: var(--color-blue);
    padding: 50px 0;
}
.green-bg .text-white,
.blue-bg .text-white,
.ftci-blue-bg .text-white{
    color: #fff;
}
.green-bg .text-white a{
    color: #fff;
}
.green-bg .text-white a:hover{
    color: #131a2d;
}
.way-proesse {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.way-proesse .way-data {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.way-proesse .way-data:first-child .way-details{
    border-radius: 15px 15px 0 0;
}
.way-proesse .way-data:last-child .way-details{
    border-radius: 0 0 15px 15px;
}

.way-proesse .way-data .way-details {
    background: #fff;
    height: 100%;
    padding: 30px;
    position: relative;
}
.way-proesse .way-data .way-details:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: #fff transparent transparent transparent;
    bottom: -30px;
}
.way-proesse .way-data .way-details:before {
    content: '';
    position: absolute;
    bottom: -10px;
    border: 5px solid;
    border-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.way-proesse .way-data:last-child .way-details:after,
.way-proesse .way-data:last-child .way-details:before{
    display: none;
}
.part-section {
    display: flex;
    flex-wrap: wrap;    
    margin-bottom: 20px;
}
.part-section .part-details {
    width: 50%;
    padding: 0 15px;
    text-align: center;
    margin-top: 25px;
}
.part-section .part-details:nth-child(odd) {
    border-right: 1px solid #484957;    
}
.part-section .part-details .image img {
    float: none;
    margin: 0 auto 15px auto;
}
.blue-bg .part-section .part-details .title,
.blue-bg .part-section .part-details p{
    color: #fff;
}
.multi-title span{
    font-size: 18px;
    font-weight: normal;
}
.earn-credit{
    background: #fff;
    border-radius: 30px;
    padding: 25px;
    margin-bottom: 30px;
}
.plan-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.plan-section .plan-data {
    width: 100%;
    padding: 0 15px;
    margin-top: 25px;
}
.row-section .plan-section .plan-data{
    width: 100%;
}
.plan-section .plan-data .plan-details {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
}
.row-section .plan-section .plan-data .plan-details{
    border-radius: 0px;
}
.row-section .plan-section .plan-data .plan-details h6{
    margin-bottom: 0;
}
.row-section .plan-section .plan-data:first-child .plan-details{
    border-radius: 50px 50px 0 0;
}
.row-section .plan-section .plan-data:last-child .plan-details{
    border-radius: 0 0 50px 50px;
}
.plan-section .plan-data .plan-details img{
    margin: 0 0 10px 0;
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.projects-page .uore-projects-list .projects-item{
    border: 1px solid var(--color-black);
    margin-top: 25px;
    border-radius: 15px;
    padding: 15px;    
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
}
.projects-page .uore-projects-list .thumbnail-container{
    border-radius: 15px;
}
.uore-projects-list .content .loaction{
    font-size: 20px;
    color: var(--color-blue);
}
.uore-projects-list .content .loaction .icon-location{
    margin-right: 10px;
}
.uore-projects-list .content .num-counter{
    font-size: 26px;
}
.uore-projects-list .content .name{
    font-size: 15px;
    line-height: 130%;
    margin-top: 5px;
}
.uore-projects-list .content .counter-list{
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 15px; */
}
.uore-projects-list .content .loaction-name{
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 10px;
}
.uore-projects-list .content .counter-item{
    width: 50%;
    border: 1px solid #e5e5e5;
}
.uore-projects-list .content .counter-data{
    padding: 15px 5px;
    margin: 0;
}
.w-100{
    width: 100%;
}
/* .uore-projects-list .content .counter-item:nth-child(even){
    border-right: 1px solid #e5e5e5;
}
.uore-projects-list .content .counter-item:nth-last-child(-n+2){
    border-top: 1px solid #e5e5e5;
} */
.flyer-section .renewable_page .desc_box{
    margin-top: 30px;
}
.flyer-section .size-limits{
    margin: 15px 0;
}
.sub-banner{
    position: relative;
    margin-bottom: 30px;
}
.sub-banner img{
    border-radius: 30px 30px 0 0;
}
.why-join-section h6 img{
    margin: 0 0 10px 0;
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle; 
}
.solar-project-page .group-btn .ac-btn-secondary{
    margin: 0 10px 15px 0;
    letter-spacing: 0;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 7px;
}
.solar-project-page .group-btn .ac-btn-secondary.green-btn{
    background-color: var(--color-brown);
    color: var(--color-white);
    border-color: var(--color-brown);  
    padding-top: 15px;
    padding-bottom: 13px;
}
.solar-project-page .group-btn .ac-btn-secondary.green-btn span,
.solar-project-page .group-btn .ac-btn-secondary.green-border-btn span{
    position: relative;
    z-index: 3;
}
.solar-project-page .group-btn .ac-btn-secondary.green-btn:after,
.solar-project-page .group-btn .ac-btn-secondary.green-border-btn:after{
    content: '';
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 0px;
    transition: all .5s ease-in-out;
    border-radius: 7px;
}
.solar-project-page .group-btn .ac-btn-secondary.green-border-btn:after{
    background-color: var(--color-brown);
}
.solar-project-page .group-btn .ac-btn-secondary.green-border-btn{
    background-color: #fff;
    color: var(--color-blue);
    border-color: #fff;       
    padding-top: 15px;
    padding-bottom: 13px;
}
.solar-project-page .group-btn .ac-btn-secondary.green-btn:before,
.solar-project-page .group-btn .ac-btn-secondary.green-border-btn:before{
    top: 8px;
    left: 7px;
    z-index: 1;
    background-image: url(../images/right-arrow-blue.svg);
    background-position: 0;
    width: 25px;
    height: 25px;
}
.solar-project-page .group-btn .ac-btn-secondary.green-btn:hover{
    background-color: #fff;
    color: var(--color-blue);
    border-color: #fff;    
}
.solar-project-page .group-btn .ac-btn-secondary.green-btn:hover:after,
.solar-project-page .group-btn .ac-btn-secondary.green-border-btn:hover:after{
    width: 100%;
}
.solar-project-page .group-btn .ac-btn-secondary.green-border-btn:hover{
   background-color: var(--color-brown);
    color: var(--color-white);
    border-color: var(--color-brown);  
}
/* .solar-project-page .group-btn .ac-btn-secondary:before {
    display: none;
} */
.solar-project-page .uore-projects-list .ac-btn-secondary{
    border: 2px solid #D3D3D3;
    background-color: #fff;
    border-radius: 7px;
    min-width: 145px;
}
.solar-project-page .uore-projects-list .ac-btn-secondary span{
    position: relative;
    z-index: 3;
}
.solar-project-page .uore-projects-list .ac-btn-secondary:after{
    content: '';
    position: absolute;
    background-color: #D3D3D3;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 0px;
    transition: all .5s ease-in-out;
}
.solar-project-page .uore-projects-list .ac-btn-secondary:before{
    left: 0;
    transition: all .5s ease-in-out;
}
.solar-project-page .uore-projects-list .ac-btn-secondary:hover:after{
    width: 100%;
}
.solar-project-page .uore-projects-list .ac-btn-secondary:hover:before{
    left: 100%;
}
.solar-project-page .uore-projects-list .ac-btn-secondary:hover{      
    background-color: transparent;
    border-color: #D3D3D3;
    color: var(--color-blue);
}
.solar-project-page .uore-projects-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.solar-project-page .uore-projects-list .col-xs-12,
.solar-project-page .uore-projects-list .col-xs-12 + .col-xs-12{
    margin-top: 25px; 
}
.solar-project-page .uore-projects-list .projects-item {    
    margin-top: 0px; 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    height: 100%;
    background-color: #fff;
}
.solar-project-page .uore-projects-list .projects-item .thumbnail-container img{ 
    transition: all 0.5s ease;
}
.solar-project-page .uore-projects-list .projects-item:hover .thumbnail-container img{ 
    transform: scale(1.1);
}
.solar-project-page .uore-projects-list .thumbnail-container:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 40px;
    width: calc(100% + 10px);
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.5s ease;
}
.solar-project-page .uore-projects-list .projects-item:hover .thumbnail-container:after{
    clip-path: polygon(0 100%, 0 100%, 100% 100%);
}
.solar-project-page .uore-projects-list .image-section{
    width: 100%;
}
.solar-project-page .uore-projects-list .thumbnail-container {
    border-radius: 15px 15px 0 0;
    padding-bottom: 66.66%;
}
.solar-project-page .uore-projects-list .content {    
    padding: 15px;
    width: 100%;
}
.solar-project-page .uore-projects-list .content .ac-btn-secondary{
    margin: 15px 0 0 0;
}
/* .solar-project-page .uore-projects-list .content .ac-btn-secondary:before{
    display: none;
} */
.flyer-section .modal-title{
    margin: 0 15px 0 0;
}
.er-capacity-section .image-section{
    width: 100%;    
}
.er-capacity-section .content{
    width: 100%;
}
.er-capacity-section  .re-item-list .item + .item{
    margin-top: 15px;
}
.er-capacity-section  .re-item-list .item .image-data{
    width: 100px;
}
.er-capacity-section  .re-item-list .item .content-data{
    width: calc(100% - 100px);
}
.er-capacity-section  .re-item-list .item .content-data h6{
    margin-bottom: 0;
}
.solar-projects-flyer{
    background-color: var(--color-teal-blue);
    margin-bottom: 40px;
}
.solar-projects-flyer .projects-data .main-title,
.solar-projects-flyer .projects-data p{
    color: #fff;
}
.flyer-section .renewable_page .desc_box .box{
    margin-bottom: 40px;
}
.flyer-section .renewable_page .desc_box .box:nth-child(1):before {
    right: -34px;
}
.flyer-section .renewable_page .desc_box .box:nth-child(2):before{
    bottom: -30px;
}
.flyer-section .renewable_page .desc_box .box:nth-child(4):before {
    left: -34px;
}
.evcharging ul li,
.flyer-section ul li{
    font-size: 15px;
}
.evcharging ul li:before,
.flyer-section ul li:before{
    top: 10px;
}
.flyer-section .projects-data .sub-title{
    color: var(--color-brown);
}
.flyer-section .projects-data .sub-title:before{
    background-color: var(--color-brown);
}
@media (min-width: 480px) {
    .flyer-section .renewable_page .desc_box .box{
        width: 170px;
        height: 170px;
    }
    .flyer-section .renewable_page .desc_box .box span.title{
        font-size: 16px;
    }
    .flyer-section .renewable_page .desc_box .box{
        margin-right: 40px;
    }
}
@media (min-width: 768px) {
    .flyer-section .col-sm-6 + .col-sm-6{
        margin-top: 0px;
    }
    .way-proesse .way-data {
        width: 33.33%;
    }
    .way-proesse .way-data:first-child .way-details{
        border-radius: 15px 0 0 15px;
    }
    .way-proesse .way-data:last-child .way-details{
        border-radius: 0 15px 15px 0;
    }
    .way-proesse .way-data .way-details:before {        
        bottom: auto;        
        top: 50%;
        transform: translateY(-50%);   
        right: -10px;   
        left: auto;          
    }
    .way-proesse .way-data .way-details:after {
        bottom: auto;        
        top: 50%;
        left: auto;
        transform: translateY(-50%);  
        right: -30px;
        border-color: transparent transparent transparent #fff;
    }
    .part-section .part-details {
        width: 25%;
    }
    .part-section .part-details:not(:last-child) {
        border-right: 1px solid #484957;
    }
    .earn-credit{        
        padding: 50px;
    }
    .plan-section .plan-data {
        width: 50%;
    }
    .projects-page .uore-projects-list .image-section{
        width: 100%;
    }
    .projects-page .uore-projects-list .content{
        width: 100%;
        padding: 15px 0 0 0;
    }
    .projects-page .uore-projects-list .col-sm-6:nth-child(even){
        margin-top: 50px;
    }
    .projects-page .uore-projects-list .col-sm-6:nth-child(even) .projects-item{
        margin-top: 0;
    }
    .sub-banner .sub-banner-content{
        position: absolute;
        bottom: 10%;
        left: 50px;
        background: #fff;
        padding: 40px 30px;
        border-radius: 30px 30px 0 0;
        max-width: 510px;
    }
    .solar-project-page .group-btn .ac-btn-secondary{        
        letter-spacing: 1px;
        padding-left: 28px;
        padding-right: 22px;
    }
    .uore-projects-list .content .counter-item{
        width: 25%;
    }
}
@media (min-width: 1024px) {
    .flyer-section .section-gap{
        margin-top: 40px;
    }
    .plan-section .plan-data {
        width: 33.33%;
    }
    .sub-banner .sub-banner-content{        
        padding: 80px 30px;
    }
    .er-capacity-section .image-section{
        width: 50%;
        position: relative;
    }
    .er-capacity-section .image-section:after {
        content: '';
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        clip-path: polygon(100% 100%, 0% 100%, 100% 0);
        height: 100%;
        width: 130px;
        background: #fff;
    }
    /* .er-capacity-section .content{
        width: 50%;
        position: relative;
    } */
    /* .er-capacity-section  .re-item-list{
        margin-left: -140px;
    } */
    .er-capacity-section .re-item-list .item .image-data{
        width: 100px;
    }
    /* .er-capacity-section .re-item-list .item .content-data{
        width: calc(100% - 100px);
    }
    .er-capacity-section .re-item-list .item:first-child{
        margin-left: 80px;
    }
    .er-capacity-section .re-item-list .item:nth-child(2){
        margin-left: 60px;
    }
    .er-capacity-section .re-item-list .item:nth-child(3){
        margin-left: 30px;
    } */
}
@media (min-width: 1200px) {
    .projects-page .uore-projects-list .image-section{
        width: 230px;
    }
    .projects-page .uore-projects-list .content{
        width: calc(100% - 230px);
        padding: 0 0 0 15px;
    }
    .flyer-section .renewable_page .desc_box{
        margin-top: 0px;
    }
    .projects-page .uore-projects-list .col-sm-6:nth-child(even){
        margin-top: 60px;
    }
    /* .er-capacity-section  .re-item-list .item + .item{
        margin-top: 30px;
    } */
    .flyer-section .col-lg-6 + .col-lg-6{
        margin-top: 0px;
    }
    .solar-project-page .uore-projects-list .ac-btn-secondary{        
        padding-left: 40px !important;
	color:var(--color-brown);
    }
    .solar-project-page .uore-projects-list .ac-btn-secondary:after{        
        width: 5px;
    }
    .solar-project-page .uore-projects-list .ac-btn-secondary:hover{        
        padding-left: 28px !important;
    }
    .solar-project-page .group-btn .ac-btn-secondary.green-border-btn,
    .solar-project-page .group-btn .ac-btn-secondary.green-btn{
        padding-left: 40px;
    }
}

/*31 July 2023*/
text.highcharts-credits {
    display: none;
}
 .tabs-left>li {
    float: none;
    background: rgb(247 246 246);
    padding: 0 !important;
  }
  .tabs-left>li.active>a,
  .tabs-left>li.active>a:hover,
  .tabs-left>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    background-color: var(--color-blue);
    color: #fff;
  }
  .tabs-left>li>a {
    border-radius: 0;
    margin-right: 0;
    display:block;
  }

  ul.tabs-left li:before{
    display: none;
  }

  .tabs-left.nav-tabs{
    border-bottom: 0;
  }
  .tabs-left.nav-tabs>li>a:hover {
    border-color: transparent;
}
.tabs-left.nav>li>a:focus, .tabs-left.nav>li>a:hover {
    text-decoration: none;
    background-color: var(--color-blue);
    color: #fff;
}
.tabs-left .tab-title{
    background: transparent;
}
.right_part_01 .tabs-left  h3 {
    margin-bottom: 0;
}
.hurricane-mian .right_part_01{
    margin-left: unset;
}
.tabs-left .tab-title{
    margin-top: 30px !important;
}
.tabs-left li:first-child{
    margin-top: 0 !important;
}
.tabs-left .tab-link{
    background: var(--color-brown);
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
}
.tabs-left .tab-link a{
    color: #fff;
}

@media only screen and (max-width: 1366px) and (min-width: 991px)  {
    .hurricane-mian .right_part_01{
        max-width: 237px;
    }
}
@media (max-width: 991px) {
    .hurricane-mian    .tabs-left{
            margin-bottom: 30px;
    }
}
.donet_section{
    margin: 50px 0;
}
.donet_section .donet_section_box .donet_section_txt{
    padding: 100px 35px 35px 0;
    position: relative;
}
.donet_section .donet_section_box{
    background: #f5f5f5;
}
.donet_title{
position: absolute;
    top: 30px;
    left: -31px;
    display: inline-block;
    align-self: flex-start;
    padding: 10px 40px 10px 20px;
    background-color: var(--color-blue);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    letter-spacing: 2PX;
}
.donet_section .donet_section_box .donet_section_img .thumbnail-container img {
    transform: scale(1);
    transition: all .5s ease-in-out;

}
.donet_section .donet_section_box:hover .thumbnail-container img {
    /* transform: scale(1.1); */
}
.donet_section .donet_section_box .donet_section_img .thumbnail-container{ 
    padding-bottom: 83%;
}
@media (max-width: 991px) {
    /* .donet_section .donet_section_box .donet_section_img .thumbnail-container{ 
        padding-bottom: 80%;
    }    */
    .donet_section .donet_section_box .donet_section_txt {
        padding: 20px;
        position: relative;
    }
    .donet_title {
        position: relative;
        padding: 10px 20px;
        border-radius: 35px;
        top: 0;
        left: 0;
        font-size: 14px;
        margin-bottom: 15px;
        
    }
}
.helpful-links{margin-top: 20px;}
.helpful-links a{padding: 15px;display: block;color: #fff;background: var(--color-brown);font-size: 18px;font-weight: 500; border-radius: 4px;}
.helpful-links a:hover{background: var(--color-blue)	; color:#fff;}
.highcharts-text-outline, tspan{ stroke: none !important;}
.inner_news_section.video_gallery .image {width: auto;float: unset;}
.cms .hurricane-mian .tab-content ul li {font-size: 15px;}
.hurricane-mian .tab-content .thumbnail-container  img{object-fit: cover; width: 100%; height: 100%;} 
.hurricane-mian .tab-content .thumbnail-container {margin-bottom: 30px;}

.cstome-title{background: var(--color-blue);color: #FFF !important;font-size: 20px !important;padding: 10px 0px 10px 55px;font-weight: 600 !important;text-align: left !important;position: relative;}
.cstome-title span{background: var(--color-brown);color: #fff;padding: 10px;position: absolute;height: 100%;left: 0;top: 0;margin-bottom: auto;display: flex;align-items: center;}
p.imp-space a {padding: 0;}
@media (max-width: 991px) {
    .cstome-title{ font-size: 15px;}
}

/*Home page changes 13-05-2024 S*/
.energy_section .thumbnail-container {
    padding-bottom: 35%;
}
.energy_section .thumbnail-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.energy_section_inner {
    position: relative;
}
.energy_section .energy_section_content {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
}
.menu ul li.is-open-a>a:after {
    content: none;
}
@media (max-width: 1200px) {
    .energy_section .thumbnail-container {
        padding-bottom: 45%;
    }
}
@media (max-width: 991px) {
    .energy_section .thumbnail-container {
        padding-bottom: 55%;
    }
}
@media (max-width: 767px) {
    .energy_section .thumbnail-container {
        padding-bottom: 65%;
    }
}
@media (max-width: 540px) {
    .energy_section .thumbnail-container {
        padding-bottom: 100%;
    }
}
/*Home page changes 13-05-2024 E*/

.thumbnail-container .thumbnail a.homebanner_slide{
    z-index: 999999;
    clear: both;
    overflow: hidden
    
}

.fileuplodclass, .fileclass{
    bottom: -30px !important;
    color: rgba(14,72,123,.79) !important;
    text-align: left !important;
    font-size: 13px;
}
.fileclass{
    margin: 10px 0;
    line-height: 160%;
}
.pdf .cms .ac-form-group-upload .help-block{
    color: red !important;
    text-transform: none;
    margin: 5px 0;
    text-align: left;
    font-size: 13px;
}