.main-wrapper{
	overflow: hidden;
}
.main-wrapper img {
    max-width: 100%;
}
/*****carouselcstaring***/

.cif-home-slide .carousel-item {
    height: 650px;
    overflow:hidden;
    display: block !important;
    position: relative;
}
.cif-home-slide .carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    background: #50b1bc;
    opacity: 0;
    bottom: 0;
    left: 60%;
    transform: skew(-30deg) translateX(200px);
    height: 100%;
    width: 100%;
    z-index: 5;
}
.cif-home-slide .slick-active .carousel-item:after {
    transform: skew(-30deg) translateX(0);
    transition: all .4s ease-in-out .6s;
    opacity: 0.80;
}
.cif-home-slide .carousel-item img {
    height: 100% !important;
    object-fit: cover;
    /*object-position: center;*/
    object-position: left;
    width: 100%;
	/*font-family: 'object-fit: cover; object-position: center;';*/
    font-family: 'object-fit: cover; object-position: left;';
}

.cif-home-slide .cif-slide-caption {
    position: absolute;
    width: 300px;
    text-align: justify;
    top: 60%;
    right: 10%;
    left: initial;
    transform: translateY(-50%);
    z-index: 20;
    text-align: left;
    opacity:0;
}
.cif-home-slide .slick-active .carousel-item .cif-slide-caption {
    top: 50%;
    opacity:1;
    transition: all .4s ease-in-out .8s;
}
.cif-home-slide .cif-slide-caption .date {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom:  15px;
}
.cif-home-slide .cif-slide-caption .carousel-desc {
    color: #ffffff;
    font-size: 31px;
    line-height: 38px;
    margin-bottom: 30px;
}
.cif-home-slide .cif-slide-caption .read-more a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}
.cif-home-slide .cif-slide-caption .read-more a:hover {
    color: #383838;
}
.cif-home-slide .cif-slide-caption .read-more a span {
    background: url(../../images/ast/home/banner/Read_more_Arrow_white.png) 0 0 no-repeat;
    height: 11px;
    width: 6px;
    display: inline-block;
    margin: 0 5px;
}
.cif-home-slide .cif-slide-caption .read-more a:hover span{
    background: url(../../images/ast/home/banner/Read_more_Arrow_Black.png) center no-repeat;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}
.cif-home-slide .slick-slider .slick-prev{
    left: 50px;
}
.cif-home-slide .slick-slider .slick-next {
    right: 50px;
}
.cif-home-slide .carousel-control-next-icon, .cif-home-slide .carousel-control-prev-icon {
    background-position: center;
    background-repeat: no-repeat;
    width: 26px;
    height: 50px;
    display: block;
}
.cif-home-slide .slick-slider .slick-next {
    background-image: url(../../images/ast/home/banner/banner-carousel_rightarrow.png);
}
.cif-home-slide .slick-slider .slick-prev {
    background-image: url(../../images/ast/home/banner/banner-carousel_leftarrow.png);
}
/****Upcoming Events*****/

/*.upc-events {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    padding: 20px 30px;
    display: block;
}*/
.upc-events:after,
.upc-events:before{
	display:none !important;
}
.upc-events-bg {
    position: relative;
    /*background: url("../../images/ast/home/upcoming-events/upcoming_events.png")no-repeat;*/
    width: 400px;
    height: 100%;
    background-size: cover;
    background-position: center;
    float: left;
    opacity:0;
	transform:translateY(40px);
	transition: all .5s linear;
}
.upc-events-bg .head {
    width: 100%;
    text-align: center;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.upc-events-bg .head h1 {
    color: #4faebc;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    text-align: left;
}
.upc-events .upc-desc {
    display: flex;
    align-items: center;
    float: left;
    width: calc(100% - 400px);
    /*padding: 0 60px 0 30px;*/
    opacity:0;
	transform:translateY(40px);
	transition: all .5s linear .2s;
}
.cbp-so-animate .upc-events-bg,
.cbp-so-animate.upc-events .upc-desc{
	opacity:1;
	transform:translate(0);
}
.upc-events .upc-content .place, .upc-events .upc-content .date {
    display: inline-block;
    color: #4faebc;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 15px;
}
.upc-events .upc-content .place {
    position: relative;
    margin-right: 5px;
}
.upc-events .upc-content .place:after {
    content: "";
    position: absolute;
    background: #4faebc;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: -5px;
    height: 10px;
}
.upc-events .upc-content .upc-text {
    color: #6d6e70;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.upc-events .upc-content .upc-text a{
	color: #6d6e70;
}
.upc-events .upc-content .upc-text a:hover{
	color: #4faebc;
}

.upc-events .upc-content:not(:last-child) {
    position: relative;
    padding-right:20px;
    margin-right: 20px;
}
.upc-events .upc-content:not(:last-child):after {
    content: "";
    background: #a6a8ab;
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
/*******/

/****Enivironment Section*****/

.common-space {
    padding: 70px 0;
}
.enivironment-section .es-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  /*  border-left: 1px solid #4faebc;*/
}
/*.enivironment-section .es-items:last-child {
    border-right: 1px solid #4faebc;
}*/
.enivironment-section .es-desc .text-one {
    color: #4faebc;
    margin-bottom: 5px;
}
.enivironment-section .es-desc .text-two a,
.enivironment-section .es-desc .text-two {
    color: #6d6e70;
}
.enivironment-section .es-desc .text-one, .enivironment-sec .es-desc .text-two {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
.enivironment-section .es-items .img-wrap {
    width: 100%;
    height: 83px;
    background-position: center center !important;
    transition: background 0.5s ease;
    margin-bottom: 10px;
    transition: all .3s linear;
}
.enivironment-section .es-items:hover .img-wrap {
    transform: scale(1.18);
}
.enivironment-section .es-items:hover .es-desc .text-two{
	color: #4faebc;
}
.enivironment-section .es-items .clean {
    background: url("../../images/ast/home/environment/CLEAN_TECHNOLOGIES.png")no-repeat;
}
.enivironment-section .es-items .climate {
    background: url("../../images/ast/home/environment/CLIMATE_RESILIENCE.png")no-repeat;
}
.enivironment-section .es-items .energy {
    background: url("../../images/ast/home/environment/ENERGY_ACCESS.png")no-repeat;
}
.enivironment-section .es-items .sustainable {
    background: url("../../images/ast/home/environment/SUSTAINABLE_FORESTS.png")no-repeat;
}
.enivironment-section .es-items:hover .clean {
    background: url("../../images/ast/home/environment/CLEAN_TECHNOLOGIES_hover.png")no-repeat;
}
.enivironment-section .es-items:hover .climate {
    background: url("../../images/ast/home/environment/CLIMATE_RESILIENCE_hover.png")no-repeat;
}
.enivironment-section .es-items:hover .energy {
    background: url("../../images/ast/home/environment/ENERGY_ACCESS_hover.png")no-repeat;
}
.enivironment-section .es-items:hover .sustainable {
    background: url("../../images/ast/home/environment/SUSTAINABLE_FORESTS_hover.png")no-repeat;
}
/*********/

/****Newsletter Section*****/

.newsletter-section {
    text-align: center;
    background: #404041;
}
.newsletter-section .subscribe-text {
    color: #88b440;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
.newsletter-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newsletter-section .subscribe-input input {
    width: 350px;
    height: 58px;
    border: 0;
    outline: none;
    box-shadow: none;
    text-align: center;
}
.newsletter-section .subscribe-button {
	height: 40px;
    padding: 6px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: #88b440;
    border: 0;
    border-radius: 0;
    display: inline-block;
    margin-left: 20px;
}
.newsletter-section .subscribe-button:hover{
 	color: #88b440;
    background: #FFF;
}
/*********/
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: rgba(0, 0, 0, 0.42);
}
/*New Upcoming Events*/
.block>.upc-events{
    padding: 72px 30px;
}
.home-page-programs-heading,
.upc-events .block-title{
    color: #4faebc;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.home-page-programs-heading:after,
.upc-events .block-title:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 150px;
    height: 3px;
    background: #4faebc;
    bottom: 0;
    margin: 0 auto;
}
.upc-events .upc-content{
    width:auto;
    float:none;
    max-width:250px;
}
.upc-events .upc-content:first-child{
    margin-right: 20px;
}
.upc-events .upc-content:last-child{
    padding-left: 0;
}
.upc-events .view-upcoming-events .view-content{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
.upc-events .date-display-single{
    display: inline-block;
    color: #4faebc;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 15px;
}
section.upc-events{
    display: none;
}
/*10-06-2021*/

.ast-program-title{
	text-align: center;
	margin-top: 10px;
}
.ast-program-title a{
font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.ast-program-logo{
	text-align: center;
}
.view-home-page-programs .views-view-grid{
	width: 100%;
}
.view-home-page-programs .views-view-grid td{
	width: 20%;
	vertical-align: top;
}
.view-home-page-programs .views-view-grid tr:not(:last-child) td{
	padding-bottom: 30px;
}

.enivironment-section > .programs-row{
	display: flex;
    margin: 0;
	margin-bottom: 25px;
}
.enivironment-section > .programs-row >  .programs-item {
    flex: 1 100px;
	max-width: 20%;
}
.img-wrap {
    width: 83px;
    height: 83px;
    margin: 0 auto 10px;
}
.img-wrap.coal {
	 background: url("../../images/ast/cif_programs/accelerating_coal_transition_0_0.png")no-repeat;
}
.img-wrap.climate {
	 background: url("../../images/ast/cif_programs/climate_resilience_0.png")no-repeat;
}
.img-wrap.renew {
	 background: url("../../images/ast/cif_programs/renewable_energy_integration_0.png")no-repeat;
}
.img-wrap.nature {
	 background: url("../../images/ast/cif_programs/sustainable_landscapes_0.png")no-repeat;
}
.img-wrap.cities {
	 background: url("../../images/ast/cif_programs/climate-smart_cities_0_0.png")no-repeat;
}
.img-wrap.sustainable {
	 background: url("../../images/ast/cif_programs/sustainable_forests_0.png")no-repeat;
}
.img-wrap.clean {
	 background: url("../../images/ast/cif_programs/clean_technologies_0.png")no-repeat;
}
.img-wrap.storage {
	 background: url("../../images/ast/cif_programs/sub_energy_storage.png")no-repeat;
}
.img-wrap.industry {
	 background: url("../../images/ast/cif_programs/industry_decarbonization_0.png")no-repeat;
}
.img-wrap.energy{
	 background: url("../../images/ast/cif_programs/energy_access_0.png")no-repeat;
}
.programs-item.main-item{
	position: relative;
}
.programs-item.sub-programs-item{
	position: absolute;
	right: -63px;
    top: 11px;
	
}
.programs-item.sub-programs-item .img-wrap{
	height: 73px;
	    background-size: 80%;
}
.programs-item.sub-programs-item:after{
	content: '';
    border-bottom: 1px solid #035261;
    width: 53px;
    height: 1px;
    display: block;
    position: absolute;
    top: 27%;
    left: -63%;
}

/*********************/

@media screen and (min-width: 992px){
	.navbar .resp-container a.navbar-brand {
		margin-left: 12px;
	}
}


@media screen and (max-width: 1199px){
 .cif-home-slide .cif-slide-caption{
    right:100px;
 }
}
@media screen and (max-width: 991px){
 .cif-home-slide .carousel-item:after{
    width:calc( 100% + 100px );
    left:calc( 50% - 100px );
 }
  .upc-events .view-upcoming-events{
    padding-left: 0;
    padding-top: 0;
 }
 .block>.upc-events{
    display: block;
 }
 .upc-events .upc-content{
    padding-left: 0 !important;
 }
}
@media screen and (max-width: 767px){


    .cif-home-slide .carousel-item{
	    height: auto;
	    padding-bottom: 0;
    }
	.cif-home-slide .slick-active .carousel-item .cif-slide-caption,
    .cif-home-slide .cif-slide-caption {
        position: absolute;
        width: 100%;
        text-align: justify;
        top: auto;
        right: auto;
        left: initial;
         transform:none;
        z-index: 20;
        text-align: left;
        background: #50b1bc;
	    padding: 20px 20px 20px;
	    bottom: 0;
	    min-height: 0;
    }
    .cif-home-slide .carousel-item img{
	    height: calc(100vh - 50px) !important;
	    min-height: 380px;
    }
    .region-slide-show .home_feature_box {
	    height: calc(100vh - 50px) !important;
	    overflow: hidden;
	}
    .cif-home-slide .carousel-control-next-icon,
     .cif-home-slide .carousel-control-prev-icon,
    .cif-home-slide .carousel-item:after{
        display:none!important;
    }
    .cif-home-slide .cif-slide-caption .date{
        margin-bottom: 10px;
    }

    .cif-home-slide .cif-slide-caption:before {
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        background: transparent;
        left: 0;
        top: -99px;
        border: 0 solid transparent;
        border-bottom-color: #50b1bc;
        border-left-width: 768px;
        border-bottom-width: 100px;
    }
    .cif-home-slide .cif-slide-caption .carousel-desc {
	    color: #ffffff;
	    font-size: 22px;
	    line-height: 28px;
	    margin-bottom: 10px;
    }

    .cif-home-slide .cif-slide-caption .date,
    .cif-home-slide .cif-slide-caption .read-more a{
    	font-size: 13px;
    }

	.cif-home-slide .cif-slide-caption,
	.cif-home-slide .slick-active .carousel-item,
	.cif-home-slide .slick-active .carousel-item:after{
		transition: all 0s linear;
		opacity: 1;
		transform: translateY(0);
	}
	.cif-home-slide .carousel-item{
		overflow: visible;
	}
	.cif-home-slide .slick-slider .slick-next {
	    right: 5px;
	}
	.cif-home-slide .slick-slider .slick-prev {
	    left: 5px;
	}
    .block>.upc-events{
        padding: 40px 30px;
    }
    .upc-events .block-title{
        font-size: 22px;
        line-height: 28px;
    }
    .block .upc-events .upc-content{
       border-bottom: 1px solid #a6a8ab;
       padding-right: 0 !important;
       padding-bottom: 10px;
       margin-bottom: 10px;
    }
    .block .upc-events .upc-content:last-child{
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
	.view-home-page-programs .views-view-grid td {
		width: 100%;
		display: block;
		padding-bottom: 30px;
	}
	.enivironment-section > .programs-row{
		display: block;
	}
	.enivironment-section > .programs-row > .programs-item{
		max-width: 100%;
	}
	
	
	.enivironment-section .es-desc a.es-items {
		padding: 0;
		border-bottom: 0;
	}
	.programs-item {
		    margin-bottom: 30px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 30px;
	}
	.enivironment-section > .programs-row{
		margin-bottom: 0;
	}
	.programs-item.sub-programs-item:after {
		content: '';
		border-left: 1px solid #4faebc;
		width: 1px;
		height: 45px;
		display: block;
		position: absolute;
		top: 40%;
		left: 49%;
	}
	.programs-item.sub-programs-item {
		position: static;
		margin-top: 47px;
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media screen and (min-width:768px) and (max-width: 991px){
    .upc-events .block-title{
        margin-bottom: 20px;
    }
    .block> .upc-events .upc-content{
        margin-bottom: 20px;
    }
    .upc-events .view-upcoming-events .view-content{
        justify-content: flex-start;
        max-width: 520px;
        margin:0 auto;
    }
    .upc-events .upc-content:nth-child(even) {
        padding-right: 0;
        margin-right: 0;
    }
    .upc-events .upc-content:nth-child(even):after{
       display: none;
    }
	.enivironment-section .es-desc .text-one,
	.enivironment-sec .es-desc .text-two,
	.ast-program-title a {
		font-size: 14px;
	}
	.programs-item.sub-programs-item {
		right: -100px;
	}
}
@media screen and (min-width:991px) and (max-width: 1200px){
    .block> .upc-events .upc-content{
        max-width: 200px;
    }
}

