/*
CTC Separate Stylesheet
Updated: 2026-05-06 13:41:40
*/

li {
    font-family: 'Poppins';
}

h3.elementor-icon-box-title 
{
    margin: 0;
}

h1, h2, h3, h4, h5, h6, span, p {
    line-height: 1.7 !important;
}


/*Banner Counter Section*/

.elementor-counter-number-wrapper
{
    align-items: center;
}

.elementor-counter-title
{
    flex: none !important;
}

.elementor-counter
{
    gap: 15px;
}


/*Button arrow icon css*/

.btn-icon-size span.elementor-button-icon {
    font-size: 30px;
}

.btn-icon-size .elementor-button-content-wrapper
{
    align-items: center;
}

/*Key Objectives of the Initiative SVG icon*/

.key-objectives-icon-box-icon span.elementor-icon {
    box-shadow: 0px 4px 4px 0px #00000036;
    border-radius: 10px;
}

/*Progressbar secton*/

.custom-progress-bar .elementor-icon-box-content {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*GT translate*/

a.glink
{
    color: #fff;
}

a.glink.gt-current-lang {
    font-weight: bold;
    padding: 5px;
    background: white;
    color: #CD5D15;
    border-radius: 10px;
}

.gtranslate_wrapper
{
    display: flex;
    gap: 10px;
    align-items: center;
padding: 10px;
    background: #2B4508;
    border-radius: 10px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}

/*Beneficries carousel*/

.beneficiaries-carousel .swiper-slide {
    padding: 5px !important;
}

/* --------------------------------Customize CSS-------------------------------------------- */
span.yellow-text {
    color: #f48c25;
}

.stage-1 .card:before,.stage-3 .card:before {
	content: "";
    height: 100%;
    width: 3px;
    top: 50%;
    background-repeat: no-repeat;
		left: -4%;
}
.stage-1 .card:before{
background: #CD5D15;
}
.stage-3 .card:before {
    background: #008007;
}
.stage-2 .card:after {
    content: "";
    height: 100%;
    width: 3px;
    top: 50%;
    background: #560A0A;
    right: -4.6%;
    position: absolute;
}
@media (min-width:1300px){
.banner-bottom-text {
    margin-top: 6%;
}
}

@media (min-width:1400px){
	.stage-1 .card .stage-icon,.stage-3 .card .stage-icon {
    left: -13% !important;
}
	.banner-bottom-text {
        margin-top: 7%;
    }
}
@media (min-width:1500px){
	.banner-bottom-text {
        margin-top: 8%;
    }	
}

@media (min-width:1600px){
	.stage-1 .card .stage-icon,.stage-3 .card .stage-icon {
    left: -12% !important;
}
		.stage-2 .card .stage-icon,.stage-4 .card .stage-icon {
        right: -13% !important;
}
	.banner-bottom-text {
        margin-top: 8.5%;
    }
}
@media (min-width:1800px){
	.stage-1 .card .stage-icon,.stage-3 .card .stage-icon {
    left: -11% !important;
}
		.stage-2 .card .stage-icon,.stage-4 .card .stage-icon {
        right: -11% !important;
}
	.banner-bottom-text {
        margin-top: 11%;
    }
}
@media (min-width:2000px){
	.stage-1 .card .stage-icon,.stage-3 .card .stage-icon {
    left: -9% !important;
}
		.stage-2 .card .stage-icon,.stage-4 .card .stage-icon {
        right: -9% !important;
}
	.banner-bottom-text {
        margin-top: 14%;
    }
}

@media (max-width:1200px){
	.stage-1 .card:before, .stage-3 .card:before {
    height: 20%;
    top: 100%;
    left: 47%;
}
	.stage-2 .card:after {
    height: 20%;
    top: 100%;
    right: 52%;
}
}
@media (max-width:600px){
	.stage-1 .card:before, .stage-3 .card:before {
    height: 20%;
    top: 100%;
    left: 48%;
}
	.stage-2 .card:after {
    height: 20%;
    top: 100%;
    right: 50%;
}

.gtranslate_wrapper
{
    font-size: 13px;
}

}