/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*
body{
    overflow:hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body * {
    font-family: "Hind Madurai", Sans-serif;
    color: #0A1841;
}
*/

body {
    word-break: break-word;
}

.header_sticky.header_scrolled{
    background: linear-gradient(90deg, #072159, #2f5bea);
    box-shadow: 0px 0px 15px #405ce4c2;
    transiton: all ease-in-out 0.3s;
}
.header_sticky.header_scrolled .elementor-nav-menu .menu-item a.elementor-item{
    /* color:#0A1841;*/
}
.header_sticky.header_scrolled .elementor-nav-menu .menu-item a.elementor-item:hover{
    color:#3147D5;
}

/*  Custom css for program accordions  */
.program_container_row h2 {
    font-size: 20px;
    font-weight: 700;
}

.program_container_row input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Accordion styles */
.program_container_row .tabs {
    border-radius: 8px;
    overflow: hidden;
    margin: 10px auto;
    border-radius: 0.5rem;
}

.program_container_row .tab {
    width: 100%;
    color: #707070;
    overflow: hidden;
    margin: 15px auto;
}
.program_container_row .tab-label {
    width: 100%;
    padding: 1em;
    display: flex;
    font-weight: bold;
}
.pipeline_col_1 {
    width: 20%;
    display: flex;
    align-items: center;
}
.pipeline_col_2 {
    width: 79%;
}
.program_target{
    width:15%;
    display: inline-block;
    padding: 0px 1em;
}

.stage_progress_titles {
    width: 100%;
    display: inline-block;
}
.pipeline_col_2 .stage_progress_titles span {
    width: 20%;
    display: inline-block;
    margin: 2%;
    text-align: left;
}
.pipeline_head .titles {
    padding: 15px 1em;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pipeline_head .titles span {
    text-transform: uppercase;
    font-weight: 500;
}
.pipeline_col_1, .pipeline_col_2{
    display: inline-block;
}
.row_pipeline_titles{
    display:none;
}
.row_pipeline_content {
    display: flex;
    align-items: center;
}
.program_container_row span {
    font-size: 1.2rem;
}
.progress_bar_container {
    width: 100%;
    display: inline-block;
    padding: 0px 2%;
}
span.program_title {
    color: #000000;
    font-weight: 500;
}
.program_container_row .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
    border: 1px solid #ffffff;
    border-top: 0px;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.45s;
}
.program_container_row .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.program_container_row .tab-close:hover {
  background: #c0c0c059;
}

.program_container_row .stage_progress {
    width: 100%;
    background: #8080803d;
    /* border-radius: 1rem;*/
    height: fit-content;
    /*position: absolute;
    right: 50px;*/
}
.program_container_row .stage_progress_inner {
    background: linear-gradient(90deg, #2F5BEA, #022B76);
    height: 1.2rem;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1rem;
    color:  #fff;
}
.program_container_row .program_img {
    display: inline-block;
    text-align: center;
    display: inline-block;
    height: 0px;
    opacity: 0;
    transition: all ease-in-out 0.25s;
}
.program_container_row .program_img img {
    border-radius: 50%;
    opacity: 0;
    transition: all ease-in-out 0.25s;
    height: 0px;

}
.program_container_row .program_description {
    vertical-align: middle;
    opacity: 0;
    display: inline-block;
    transition: all ease-in-out 0.25s;
    height: 0px;
    width: 100%;
    text-align: justify;
}
.program_container_row .has_featured_image .program_description{
    width: 70%;         
}
.program_container_row .has_featured_image .program_img{
    width: 29%;         
}


.program_container_row .active .tab-label {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: all ease-in-out 0.25s;
}
.program_container_row .active .tab-label::after {
  transform: rotate(90deg);
  transition: all ease-in-out 0.25s;
}
.program_container_row .active .tab-content {
    max-height: 100vh;
    padding: 1em;
    border: 1px solid #d9d9d9;
    border-top: 0px;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    transition: all ease-in-out 0.45s;
}
.program_container_row .active .tab-content .program_img img{
    opacity: 1;
    height: auto;
    transition: all ease-in-out 0.25s;
}
.program_container_row .active .tab-content .program_img{
    opacity: 1;
    height: auto;
    transition: all ease-in-out 0.25s;
}
.program_container_row .active .program_description {
    opacity: 1;
    height: auto;
    transition: all ease-in-out 0.25s;
}


html{
    overflow-x:hidden;
}


/* Pipeline css*/
.text_blue, .text_blue p, .text_blue b{
    color :#3147D5;    
}
.text_white,.text_white p,.text_white b{
    color:#fff;
}

.width_75 {
    width: 75% !important;
    margin: auto;
}
.box_shadow_light img {
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%) !important;
}
.header_sticky.header_single_new {
    background: linear-gradient(90deg, #072159, #2f5bea);
}
.post_info_category {
    margin-bottom: 0px !important;
}

.post_info_category span a {
    font-size: 2em !important;
    color: #437DFF !important;
}
.post_info_date a span {
    font-size: 1.2em !important;
    color: #437DFF !important;
}
.post_title_single {
	bottom: 0;
    position: absolute;
}
.post_content_container .elementor-widget-wrap.elementor-element-populated {
    padding: 60px 0px;
}
.single_item_category_links {
    margin-bottom: 20px;
}
.single_item_category_links a.category_link {
    color: #2F5BEA;
}
.post_content_single h3 {
    font-size: 1.5rem;
}
.post_content_single p {
    line-height: 2rem;
    color: #000;
}
.post_grid_news .elementor-post .elementor-post__text
, .post_grid_custom .elementor-post .elementor-post__text {
    min-height: 120px;
    position: relative;
}
.post_grid_news .elementor-post .elementor-post__text .elementor-post__read-more
, .post_grid_custom .elementor-post .elementor-post__text .elementor-post__read-more {
    bottom: 0;
    position: absolute;
}
.post_grid_news .elementor-post .elementor-post__text .elementor-post__title a
, .post_grid_custom .elementor-post .elementor-post__text .elementor-post__title a{
	color: #000;
}
.half_gradient{
	background: linear-gradient(90deg, #77a1ff, #77a1ff 50.1%, transparent 49%);
}
.elementor-menu-toggle {
    color: #fff !important;
    margin-right: 0px !important;
}
.post_grid_news article.elementor-post.elementor-grid-item.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-press-release {
    border-bottom: 1px solid #80808052;
    padding-bottom: 20px;
}
.header_banner{
	margin-top: -120px !important;
}
.header_banner h1 .blue_text{
    color: #7EE1FF;
}
.tmm .tmm_3_columns .tmm_container .tmm_member {
    background: transparent;
}
.full_img_section  .img_left img, .full_img_section  .img_right img {
    object-fit: cover;
    min-height: 430px;
    width: 100%;
    max-height: 430px;
}
.full_img_section .col_right{
	width: 40% !important;
    margin-left: 2%;
}
.full_img_section .col_left{
	width: 60% !important;
}

.publication_heading {
    padding: 80px 0px 0px !important;
    word-break: break-word;
}
.publication_col {
    margin: 25px 0px;
    padding-left: 80px;
}
.publication_col .publication_cog, .publication_col .publication_link {
    position: absolute;
    bottom: 0;
}
.publication_col .publication_link {
    left: 30px;
}
.margin_bottom_80 {
    padding-bottom: 80px !important;
}
.science_behind {
    padding-top: 80px;
}
.calcium_heading {
    padding-top: 80px;
}
.sceince_references {
    padding: 70px 0px;
}
.full_width_image {
    padding: 0px !important;
}
span#reference_1:target::before,span#reference_2:target::before,span#reference_3:target::before,span#reference_4:target::before,span#reference_5:target::before {
    content: "";
    display: block;
    height: 130px;
    margin: -130px 0 0;
}
span.tmm_university {
    margin-top: 12px;
    display: block;
}
@media only screen and (min-width: 1200px){
    .full_width_image .fwi_left {
        width: 40.5% !important;
    }
    .full_width_image .fwi_right {
        width: 59.5% !important;
    }
}
@media only screen and (min-width: 1400px){
    .full_width_image .fwi_left {
        width: 42% !important;
    }
    .full_width_image .fwi_right {
        width: 58% !important;
    }
}
@media only screen and (min-width: 1600px){
    .full_width_image .fwi_left {
        width: 43% !important;
    }
    .full_width_image .fwi_right {
        width: 57% !important;
    }
}


@media only screen and (max-width: 1199px){
    .full_width_image .fwi_left {
        width: 40% !important;
    }
    .full_width_image .fwi_right {
        width: 60% !important;
    }
}

@media only screen and (max-width: 1140px){
    .full_img_section.elementor-top-section{
        padding:0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .elementor-top-section {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media only screen and (max-width: 1080px){

}

@media only screen and (max-width: 1024px){
    .full_img_section .col_left {
        width: 58% !important;
    }
   .tmm .tmm_3_columns .tmm_container .tmm_member {
        width: 30% !important;
        margin-right: 5% !important;
    }
    .tmm_two_containers_tablet {
        display: initial !important;
    }
    .tmm .tmm_3_columns .tmm_container > .tmm_member:nth-child(4) {
        margin-right: 0px !important;
    }
    .tmm .tmm_member .tmm_photo {
        width: 100% !important;
    }
    .post_title_single {
        position: initial;
    }
    .single_post_image .elementor-widget-wrap.elementor-element-populated {
        padding: 40px 0px 0px !important;
    }
}
@media only screen and (min-width: 962px){

}

@media only screen and (max-width: 767px){
    .full_width_image .fwi_right {
        width: 100% !important;
    }
    .full_img_section .col_left, .full_img_section .col_right {
        width: 100% !important;
    }
    .pipeline_head{
        display:none;
    }
    .row_pipeline_titles{
        display: block;
        padding: 15px 0px;
        text-transform: uppercase;
        font-size: 12px;
    }
    .program_target{
        font-size: 12px;
    }
    span.program_title {
        font-size: 22px;
        font-weight: 400;
    }
    .row_pipeline_titles .program_target {
        padding: 0px;
    }
    .pipeline_col_1{
        width:100%;
    }
    .pipeline_col_2 {
        width: 100%;
        display: block;
        margin-top: 15px;
    }
    .program_container_row .tab-label{
        display: block;
    }
    .program_target {
        padding: 0px;
    }
    .progress_bar_container {
        padding: 0px 0.8em;
    }
    .compressed_width_pip {
        margin: auto 0px;
    }
    .width_75 {
        width:100% !important;
    }
    .tmm .tmm_member .tmm_photo {
        min-height: 260px !important;
    }
	/* Contact page css END */
    .program_container_row .tab-content{
        display: block;
    }
    .program_container_row .has_featured_image .program_description{
        width: 100%;
    }
    .program_container_row .has_featured_image .program_img{
        width: 100%;         
    }
    .footer_section .elementor-column:nth-child(2), .footer_section .elementor-column:nth-child(3) {
        width: 25%;
    }
    .footer_section .elementor-column:nth-child(1){
        width: 40%;
    }
    .footer_section .elementor-column:nth-child(4){
        width: 10%;
    }

	/*  Custom css for program accordions  END*/
    
    .header_banner_text .elementor-widget-container {
    	margin-top: 0px !important;
    }
    .home_video_section .home_video {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: -60px;
    }
    .home_video_section .elementor-widget-wrap.elementor-element-populated {
        padding: 0px;
    }
    .home_video_section {
        margin-bottom: -70px !important;
    }
    .home_after_video {
        padding-top: 150px !important;
    }
    .half_gradient {
        background: transparent;
        /* background: linear-gradient(0deg, #77a1ff, #77a1ff 53.1%, transparent 49%);*/
    }
    .padding_0{
        padding: 0px !important;
    }
    .home_left_blue{
    	background: linear-gradient(90deg, #77a1ff, #77a1ff 100%, transparent 49%);
    }
    .whyn_whyu .elementor-widget-container{
        margin-top: 0px !important;
    }
    .why_now_text_center .elementor-widget-wrap.elementor-element-populated, .why_now_text_right .elementor-widget-wrap.elementor-element-populated{
        padding: 0px !important;
    }
    .elementor-section-full_width.elementor-top-section {
        padding: 0px !important;
    }
    .home_right_grey .elementor-widget-wrap.elementor-element-populated {
        padding: 50px 30px !important;
    }
    .client_logo_grid .elementor-widget-container {
        padding: 20px 0px !important;
    }
    .client_logo_grid .gallery-item {
        max-width: 50% !important;
    }
    .contact_address .elementor-widget-wrap.elementor-element-populated {
        margin: 0px !important;
        padding-bottom: 30px !important;
    }
    .contact_form section, .contact_form section .elementor-widget-wrap.elementor-element-populated {
        padding: 0px !important;
    }
    .single_news_title .elementor-widget-wrap.elementor-element-populated {
	    padding: 0px !important;
    }
    .program_container_row .tab-label {
        padding: 1em 0px;
    }
    .margin_0 .elementor-widget-container {
        margin: 0px !important;
    }
    
    .science_how_it_works .elementor-widget-wrap.elementor-element-populated {
        padding: 0px;
    }
    .science_how_it_works {
        padding-bottom: 30px;
    }
    .science_behind {
        padding: 30px !important;
    }
    .science_behind .elementor-widget-wrap.elementor-element-populated {
        padding: 0px;
    }
    .science_behind h2 {
        margin-bottom: 30px;
    }
    .img_col_left .elementor-widget-wrap.elementor-element-populated {
        margin: 0px !important;
    }
    .calcium_heading .elementor-widget-wrap.elementor-element-populated {
        padding: 0px;
    }
    .calcium_heading {
        padding: 30px;
    }
    .sceince_references {
        padding: 30px 0px;
        word-break: break-word;
    }
    .publication_col {
        padding-left: 0px;
    }
    
    .header_banner .elementor-container.elementor-column-gap-default {
        align-items: end;
        padding-bottom: 80px;
    }
    .header_banner_home.header_banner .elementor-container.elementor-column-gap-default {
        align-items: center;
        padding-bottom: 0px;
    }
    .full_img_section .col_right {
        margin-left: 0px;
    }
    .mb_width_80{
    	width: 80% !important;
        max-width: 80% !important;
    }
    .full_img_section .img_left img, .full_img_section .img_right img{
    	min-height: auto;
    }

}
@media only screen and (max-width: 580px){
    .footer_section .menu-item a.elementor-item {
        padding-left: 0px;
    }
    .footer_section .elementor-column:nth-child(2), .footer_section .elementor-column:nth-child(3) {
        width: 45%;
    }
    .footer_section .elementor-column:nth-child(1){
        width: 100%;
    }
    .mbl_text_center{
    	text-align: center;
    }
    .header_banner_home.header_banner h1{
    	font-size: 2.8rem !important;
    }
    .header_banner h1{
        font-size: 3rem !important;
    }
    .header_banner .elementor-container.elementor-column-gap-default {
        min-height: 600px !important;
    }
    .header_banner_home.header_banner .elementor-container.elementor-column-gap-default{
        min-height: 650px !important;
    }
    .progress_bar_container {
        padding: 0px;
    }
}
@media only screen and (max-width: 520px){
    .scientific_advisory .tmm .tmm_container:last-child .tmm_member:nth-last-child(2) {
        margin-bottom: 0px;
    }
    .scientific_advisory .tmm .tmm_container .tmm_member {
        margin-bottom: calc(5vw + 70px);
    }
    .pipeline_col_2 .stage_progress_titles span {
        font-size: 1em;
        margin: 0px;
        width: 24.4%;
    }
    .stage_progress_titles {
        width: 100%;
    }
    .program_target {
        width: 20%;
    }
    /*
    .progress_bar_container {
        padding: 0px 0.7em !important;
    }
    */
    .tmm .tmm_member .tmm_photo {
        min-height: 96vw!important;
    }
    .tmm .tmm_3_columns .tmm_container .tmm_member {
        width: 100% !important;
        margin-top: 110px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .tmm .tmm_3_columns .tmm_container > .tmm_member:nth-child(4) {
        margin-right: 15% !important;
    }
}
@media only screen and (max-width: 480px){
    .pipeline_col_2 .stage_progress_titles span {
        font-size: .7em;
        width: 24%;
    }
}
@media only screen and (max-width: 320px){
    .pipeline_col_2 .stage_progress_titles span {
        font-size: .6em;
        width: 23.8%;
    }
}