/* navbar */
header .navbar {
    background: transparent;
    padding: 0;
}

header.sticky .navbar {
    padding: 0
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000000a3;
    box-shadow: 0 10px 81.8px #FFFFFF33;
}

header.sticky {
    background: #000000ba;
    position: fixed;
    /* box-shadow: 0 4px 4px #00000040; */
    backdrop-filter: blur(5px);
}

/* header.sticky .navbar-brand img {
    filter: none;
} */

.nav-wrapper {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    filter: brightness(7);
    width: 155px;
    height: auto;
}

header .nav-link {
    font-family: var(--nav-font);
    font-weight: 500;
    font-size: 16px;
    padding: 10px 25px !important;
    color: var(--white);
}

header .nav-link.active {
    border-radius: 16.4px;
    background: var(--white);
    color: var(--primary-color) !important;
}

header .nav-link:hover {
    color: var(--primary-color);
}

/* header.sticky .nav-link {
    color: var(--primary-color);
}
header.sticky .nav-link.active{
	color: var(--white)!important;
    background: var(--primary-color);
} */
.search-btn {
    background: transparent;
    border: none;
    color: var(--white);
    padding: 0;
    padding-right: 25px;
    border-right: 1px solid #fff;
    height: 30px;
}

/* 
header.sticky .search-btn {
    color: var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

header.sticky .btn-contribute {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--white);
}

header.sticky .btn-contribute img {
    filter: brightness(7);
}

header.sticky .btn-contribute:hover {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

header.sticky .btn-contribute:hover img {
    filter: none;
}
 */
header .navbar-nav {
    padding-left: 25px;
}
.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}.search-popup.active {
    z-index: 999999;
}.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../images/icon/close.png), auto;
}.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0.7;
    -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}.search-popup__form {
    position: relative;
}.search-popup__form input[type=search], .search-popup__form input[type=text]{
    width: 100%;
    height: 66px;
    border: none;
    outline: none;
    padding-left: 20px;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    transition: all 500ms ease;border-radius: 100px;
}.search-popup__form .search-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100px;
    font-size: 20px;
    color: var(--white);
    background-color: var(--primary-color);
    transition: all 0.4s ease-in-out;border: 1px solid var(--primary-color);
}.search-popup__form .search-btn:hover{
    background: var(--white);color: var(--primary-color);
}.search-popup__form input::placeholder{
        color: #99A1AF;

}
/* banner */
.hero-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 57%, rgba(0, 0, 0, 0.7) 99%);
    padding-left: 170px;
}

.hero-text h1 {
    font-size: 100px;
    font-weight: 900;
    letter-spacing: -3.2px;
    color: var(--white);
    line-height: 1;
}

.hero-text p {
    font-size: 24px;
    margin-bottom: 0;
}

.hero-img {
    height: 100dvh;
    overflow-y: hidden;
}
.hero-img img{
	height:100%;object-fit:cover
}

.new-hero-section .hero-text {
    background: transparent;
    padding: 0;
    text-align: center;
    justify-content: center;align-items: unset;padding-top: 150px;
}

.new-hero-section .hero-text .btn-group {
    justify-content: center;
}

.new-hero-section .hero-text h1,
.new-hero-section .hero-text p {
    color: #666666;
}
.new-hero-section .hero-text .btn-group .theme-btn:hover{
color: var(--primary-color);
}
.new-hero-section .hero-text .btn-group .theme-btn.border-btn{
border: 2px solid #FFFFFF4D;background: #9EB7C7;

}.new-hero-section .hero-text .btn-group .theme-btn.border-btn span{
background: #EBE6E0;transition: 0.3s ease-in-out;
color: var(--primary-color);
}.new-hero-section .hero-text .btn-group .theme-btn.border-btn:hover{
    background: transparent;color: var(--primary-color);border-color: var(--primary-color);
}.new-hero-section .hero-text .btn-group .theme-btn.border-btn:hover span{
    background: var(--primary-color);color: var(--white);
}.new-hero-section .hero-img img{
    object-position: bottom center;
}
/* feature box */
.feature-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 4px #00000040;
    margin-bottom: 25px;
}

.feature-text {
    text-align: center;
    padding: 0 35px;
}

.feature-text h3 {
    font-weight: 800;
    font-size: 24px;
}

.feature-text p {
    line-height: 1.2;
}
.move-row{
	display:flex;
	gap:50px
}.move-col{
	flex:1
}
/* why us */
.why-img {
    border-radius: 20px;
    overflow: hidden;
    height: 370px;
}

.why-img img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out
}

.why-card p {
    margin-bottom: 0;
    margin-top: 15px;
}

.why-card:hover .why-img img {
    transform: scale(1.2)
}



.why-swiper,
.journey-swiper {
    padding-bottom: 25px;
}

.why-swiper .swiper-button-next:after,
.why-swiper .swiper-button-prev:after,
.journey-swiper .swiper-button-next:after,
.journey-swiper .swiper-button-prev:after {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: var(--white);
    font-weight: 700;
    box-shadow: 0 4px 4px #00000040;
}

.why-swiper .swiper-button-next,
.why-swiper .swiper-button-prev,
.journey-swiper .swiper-button-next,
.journey-swiper .swiper-button-prev {
    position: relative;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: unset;
    margin-top: 0;
    height: auto;
    width: auto;
    margin-top: 25px;

}

.why-swiper .swiper-button-next,
.journey-swiper .swiper-button-next {
    margin-left: 10px;
}

.custom-container2 {
    padding-left: 24px;
    max-width: 1754px;
    margin-left: auto;
}

/* green mobility */
.green-mobility {
    /* padding-top: 70px; */
}

.green-mobility p {
    font-weight: 400;
    font-size: 20px;

}

.green-mobility h3 {
    font-weight: 500;
    font-size: 64px;
    margin-bottom: 0;
}

.green-mobility h2 {
    font-weight: 700;
    font-size: 96px;
    margin-bottom: 0;

}
.bg-mobility-text{
    position: absolute;top: 100px;left: 0;width: 100%;display: flex;justify-content: center;
}
/* mobility section */
.mobility-row {
    padding: 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobility-row .mobility-box {
    width: 19%;
    flex-shrink: 0;
    background: var(--white);
    box-shadow: 0px 4px 35px 0px #00000040;
    border-radius: 28px;
    padding: 25px;
    text-align: center;
    transition: 0.3s ease-in;
}

.mobility-img {
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    height: 254px;
}

.mobility-img img {
    height: 100%;
    object-fit: cover;
}

.mobility-text h3  {
    font-weight: 700;
    letter-spacing: -0.6px;
    margin-bottom: 15px;
    font-size: 24px;color:var(--primary-color)
}.mobility-text h3 :hover{
	color:#fff
}
.mobility-text h3 a{
	color:var(--primary-color)
}
.mobility-text p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.6px;
    line-height: 1.2;
    margin-bottom: 0;
color: var(--black);
}

.mobility-box.active {
    background: var(--primary-color);
    color: var(--white);
}.mobility-box.active p, .mobility-box.active h3{
    color: var(--white);
}
.mobility-box.active a{
	    color: var(--white);
}
/* usp section */
.usp-icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 4px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s ease-in;
}

.usp-icon img {
    height: 48px;
}

.usp-box p a {
    display: inline-block;
    margin-top: 25px;
    border: 1px solid var(--black);
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.31px;
    text-align: center;
    color: var(--black);
    padding: 8px 25px;
    transition: 0.3s ease-in;

}

.usp-box p a:hover {
    background: var(--primary-color);
    box-shadow: 0px 25px 50px -12px #00000040;
    border: 1px solid var(--primary-color);
    color: var(--white);
    transform: scale(1.1);
}

.usp-box:hover .usp-icon {
/*     transform: translateY(-35px); */
}

/* subscribe */
.subscribe-section {
    background: linear-gradient(127.1deg, #FFFFFF 29.69%, #7FC143 225.27%);

}

.subscribe-icon {
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 24px;
    background: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 25px 50px -12px #00000040;
    margin-bottom: 35px;
    transition: 0.3s ease-in
}

.subscribe-icon:hover {
    transform: translateY(-25px)
}

.subscribe-title h2 {
    font-weight: 900;
    font-size: 64px;
    line-height: 60px;
    letter-spacing: -1.24px;
    color: var(--primary-color);
    margin-bottom: 25px;

}

.subscribe-title p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.45px;

}

.subscribe-form {
    display: flex;
    gap: 12px;
    width: 500px;
    margin: 0 auto;
    border-top: 1px solid #FFFFFF33;
    box-shadow: 0px 25px 50px -12px #00000040;
    padding: 8px;
    border-radius: 100px;
    background: #FFFFFF1A;
    margin-bottom: 45px;

}

.subscribe-form input {
    border-radius: 100px;
    background: #fff;
    height: 56px;
    border: 2px solid var(--white);
    padding: 6px 12px;
}

.subscribe-form input::placeholder {
    color: #99A1AF;
}

.subscribe-form input[type="submit"],
.subscribe-form button {
    border-radius: 100px;
    flex-shrink: 0;
    height: 56px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.31px;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--white);
    padding: 12px 25px;
    transition: 0.3s ease-in-out
}

.subscribe-form input[type="submit"]:hover,
.subscribe-form button:hover {
    background: var(--white);
    color: var(--primary-color);
}

.why-pills .nav-link {
    background: #E5E7EB;
    border-radius: 50px;
    color: #4A5565;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.31px;
    padding: 15px 22px;

}

.why-pills .nav-link.active {
    background: var(--primary-color);
    box-shadow: 0px 4px 6px -4px #0000001A;
    color: var(--white);
    box-shadow: 0px 10px 15px -3px #0000001A;

}

.why-tab-img {
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;

    box-shadow: 0px 10px 15px -3px #0000001A;
    overflow: hidden;
}

.why-tab-img img,
.team-img img {
    transition: 0.3s ease-in
}

.why-tab-img:hover img,
.team-cards:hover img {
    transform: scale(1.2)
}

.team-img {
    overflow: hidden;height:250px
}
.team-img img{
	height:100%;object-fit:cover
}
.why-tab-panel {
    padding: 48px;
    border-radius: 24px;
    box-shadow: 0px 8px 10px -6px #0000001A;

    box-shadow: 0px 20px 25px -5px #0000001A;

}

.why-tab-panel h3 {
    color: #101828;
    font-weight: 900;
    font-size: 36px;
    letter-spacing: -0.53px;
    margin-bottom: 25px;
}

.why-tab-panel p {
    color: #364153;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.44px;
    margin-bottom: 0;
    width: 90%;
}

.journey-sm {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;

}

.journey-md {
    font-weight: 700;
    font-size: 36px;
}

.journey-icon {
/*     width: 96px;
    height: 96px; */
    border-radius: 50%;
    margin: 0 auto;
/*     margin-bottom: 10px; */
/*     box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
  
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;transition:0.3s ease-in;  */
}

.journer-year-wrap {
    position: relative;

}
.journey-icon img{
/* 	height:27px;filter:brightness(9); */ 
}
.journey-bx:hover .journey-icon{
/* 	   background:#fff */
}.journey-bx:hover .journey-icon img{
	filter:unset
}

.journey-year{
  color: var(--primary-color);
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.4px;margin-bottom:20px
}
.journer-year-wrap::before {
    content: '';
    position: absolute;
    background: #7ED3214D;
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.journey-text {
    padding: 0 51px;
}

.journey-text p {
    font-weight: 400;
    font-size: 14px;

}

.journey-swiper .swiper-slide:first-child .journer-year-wrap::before {
    left: 50%;
    width: 50%;
}

.journey-swiper .swiper-slide:last-child .journer-year-wrap::before {

    width: 50%;
}

.sub-title {
    color: #364153;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: -0.53px;


}

.ceo-tab .why-tab-panel h4 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.45px;
    margin-bottom: 15px;

}

.ceo-tab .why-tab-panel h3 {
    margin-bottom: 10px;
    font-weight: 700;
}

.ceo-tab .why-tab-panel p {
    color: #4A5565;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.31px;

}

.team-cards {
    box-shadow: 0px 4px 6px -4px #0000001A;

    box-shadow: 0px 10px 15px -3px #0000001A;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 55px;
}

.team-text {
    padding: 25px;
    min-height: 275px;
}

.team-text h4 {
    color: #101828;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.95px;
    margin-bottom: 8px;
    padding-top: 10px;

}

.team-text h5 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.31px;
    margin-bottom: 10px;
}

.team-text p {
    color: #4A5565;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    letter-spacing: -0.15px;
    margin-bottom: 0;

}

.partner-wrap {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
    justify-content: center;
    align-items: center;
}

.partner-wrap li {
    list-style: none;
    display: block;
}

.partner-wrap li img {
    width: 310px;
    height: 80px;
    object-fit: contain;
}

.bttn-sm .theme-btn.border-btn {
    border: 2px solid #66666687;
    color: #666666;

}

.bttn-sm .theme-btn:hover {
    color: var(--primary-color);
}

.bttn-sm .theme-btn.border-btn:hover {
    background: #66666687;
    color: var(--white);
}

.comp-para {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 25px 150px;

}

.comp-para h3 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.44px;
    text-align: center;
    margin-bottom: 10px;

}

.comp-para p {
    font-weight: 400;
    font-size: 16px;
    line-height: 29.25px;
    text-align: center;
    margin-bottom: 0;

}

.comp-details {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 51px;
}

.legal-pills .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.legal-pills .nav-link span {
    display: block;
    padding-bottom: 4px;
}

.legal-pills .nav-link.active img {
    filter: brightness(9);
}

.download-ul {
    padding-left: 0;
}

.download-ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #364153;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.31px;
    align-items: center;
    padding: 16px 16px;
    border-radius: 16.4px;
    background: #F9FAFB;



}

.download-ul li a {
    display: block;
    color: var(--primary-color);
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 30px;
    transition: 0.3s ease-in-out
}

.download-ul li a:hover {
    border: 1px solid var(--primary-color);
}

.download-ul li a img {
    width: 16px;
    display: inline-block;
    margin-right: 8px;
}

.download-ul li:last-child {
    margin-bottom: 0;
}

.why-tab-panel h3.legal-heading {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.53px;


}

/* what we do */
.why-text h2 a {
    color: #101828;
	    font-size: 64px;
    font-family: var(--title-font);
    font-weight: 900;
    text-transform: uppercase;

}

.why-text p {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.3;

}

.why-boxes {
    display: flex;
    width: 100%;
    align-items: end;
    position: relative;
    margin-bottom: 70px;

}

.why-boxes .why-img,
.why-boxes .why-text {
    width: 50%;
    flex-shrink: 0;
}

.why-boxes .why-text {
    padding-left: 100px;
    position: relative;
}

.why-boxes .why-img {
    height: 520px;
}

.why-boxes::before {
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #FCFFF9 31.87%, #EBFFD6 53.62%, #D2FFA0 97.2%, #A1FF3B 134.68%);
    z-index: -1;


}

.why-boxes:hover .why-img img {
    transform: scale(1.2)
}

.why-boxes:nth-child(even) {
    flex-direction: row-reverse;
}

.why-boxes:nth-child(even) .why-text {
    padding-left: 0;
    padding-right: 100px;
}

.why-boxes:nth-child(even)::before {
    left: unset;
    right: 40%;
    background: linear-gradient(90deg, #FCFFF9 31.87%, #EBFFD6 53.62%, #D2FFA0 97.2%, #A1FF3B 134.68%);
}

.breadcrumb .breadcrumb-item {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;

}

.breadcrumb .breadcrumb-item a {
    color: var(--black);
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item a i {
    background: var(--primary-color);
    color: var(--white);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 10px;

}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--black);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--primary-color);
}

.inner-banner-1 .inner-banner-left {
    padding-right: 135px;
}

.inner-banner-1 .inner-banner-left h1 {
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 30px;

}

.inner-banner-1 .inner-banner-left h1 span {
    color: var(--primary-color);
}

.inner-banner-1 .inner-banner-left p {
    color: #364153;
    margin-bottom: 0;

}

.why-inner-img {
    height: 420px;
    overflow: hidden;
    border-radius: 20px;

}

.why-inner-img img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out
}

.why-inner-img:hover img {
    transform: scale(1.2)
}

.include-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
}

.include-box {
    width: 20%;
    padding: 35px;
}

.include-box p {
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: 15px;
}

.include-box img {
    height: 38px;
    transition: 0.3s ease-in
}

.include-box:hover img {
/*     animation: bounceIcon 1s ease-in-out infinite; */
}

.internship-card:hover img,
.position-box:hover img {
    animation: bounceIcon 2s ease-in-out infinite;
}

@keyframes bounceIcon {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(0);
    }
}

.intervension-form {
    border-bottom: 0.8px solid #0000001A;
    background: #F9FAFB;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;

}

.intervension-form form {
    display: flex;
    gap: 35px;
}

.intervension-form form .intervension-col label {
    font-weight: 400;
    font-size: 14px;
    color: #4A5565;
}

.intervension-form form .intervension-col {
    display: flex;
    align-items: center;
    gap: 15px;
}

.intervension-form form .intervension-col select {
    border: 0.8px solid #D1D5DC;
    border-radius: 10px;
    height: 38px;
    width: 200px;
}

.projects-card {
    box-shadow: 0px 2px 4px -2px #0000001A;
margin-bottom:25px;
    box-shadow: 0px 4px 6px -1px #0000001A;
    border-radius: 10px;
    overflow: hidden;
}

.projects-img {
    height: 260px;
}

.projects-img img {
    height: 100%;
    object-fit: cover;
}

.projects-text {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 435px;
    background: var(--white);
}

.projects-text .post-tags ul li a {
    border-radius: 50px;color: #4A5565;background: #CCCCCC;
border-radius: 20px;
    padding: 7px 10px;
}

.projects-text .post-tags {
    margin-top: 0;
}

.projects-text .post-tags ul {
    margin-bottom: 10px;
}

.status-tag {
    border-radius: 30px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
}

.status-tag.success {
 background: #009966;
    color: #fff;
}

.status-tag.inprogress {
background: #FFD681;

color: #0A0A0A;

}
.status-tag.planned {
background: #D1D5DC;
color: #101828;


}
.projects-text h3 a {
    font-weight: 900;
    color: var(--black);
    font-size: 18px;

}

.projects-text h3 {
    margin-top: 15px;
    margin-bottom: 15px;color: #0A0A0A;
font-weight: 700;
font-size: 18px;
line-height: 27px;

}

.ul-details ul {
    padding-left: 0;
}

.ul-details ul li {
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    color: #0A0A0A;
    margin-bottom: 12px;

}

.ul-details ul li span {
    display: block;
    color: #4A5565;
    font-size: 14px;
}

.projects-text p {
    color: #364153;
    font-weight: 400;
    font-size: 14px;


}
/* 
.projects-text .theme-btn {
    background: transparent;
    padding: 0;
    color: var(--primary-color);
    border: none;
    font-size: 14px;
    font-weight: 400;
    gap: 5px;
}

.projects-text .theme-btn i {
    font-size: 12px;
}

.projects-text .theme-btn span {
    width: auto;
    height: auto;
}
 */
.projects-modal .modal-body {
    padding: 0;
}

.projects-modal .projects-text {
    display: block;
    height: auto;
    min-height: 0;
}

.projects-modal .projects-text p {
    display: block;
    font-weight: 400;
    font-size: 16px;
color: #0A0A0A;


}

.projects-modal .projects-text li {
    font-weight: 400;
    font-size: 16px;
    color: #364153;
}

.projects-modal h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--primary-color);
}

.projects-modal .projects-card {
    height: 605px;
    overflow-y: scroll;
}

.projects-modal .locate {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
}

.projects-modal .modal-content {
    background: transparent;
    border-radius: 0;
    border: none
}

.projects-modal .projects-text h3 a {
    font-size: 20px;
}

.projects-modal .projects-text h3 {
    margin-bottom: 8px;
    margin-top: 0;
    width: 100%;
}

.modal-backdrop {
    /*      opacity: 1 !important; */
    z-index: 99999;
    /*     background: #d3eebb; */
}

.projects-modal {
    z-index: 9999999;
}

/* media page */
.custom-container3 {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1700px;
}

.media-form input,
.media-form input:focus,
.media-form select {
    background-color: #F3F3F5;
    border: none;
    height: 50px;
    border-width: 0.8px;
    border-radius: 8px;
    padding-right: 12px;
    padding-left: 12px;

}

.media-form input::placeholder {
    color: #717182;
}

.media-form .input-group-text {
    background-color: #F3F3F5;
    color: #717182;
    border: none;
}

.featured-post {
    display: flex;
    border: 0.8px solid #0000001A;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
}

.post-left,
.post-right {
    width: 50%;
    flex-shrink: 0;
}

.post-left .post-left-img {
    height: 495px;
    overflow: hidden;
}

.post-left .post-left-img img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out
}

.post-left .post-left-img:hover img {
    transform: scale(1.2)
}

.post-left-icon {
    position: absolute;
    background: #FFFFFFE5;
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;

}

.post-left-icon img {
    width: 20px;
}

.post-right {
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 15px;
}

.feature-tag {
    background: var(--primary-color);
    color: var(--white);
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 15px;
}

.post-top h3 a {
    font-weight: 400;
    font-size: 25px;
    color: #0A0A0A;

}

.post-meta {
    margin-top: 25px;
}

.post-meta ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;

}

.post-meta li {
    list-style: none;
    color: #717182;
    display: inline-block;
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 8px;

}

.post-meta li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #717182;
    border-radius: 50%;
    display: inline-block;
}

.post-meta li:first-child::before {
    display: none;
}

.post-btn {
    display: block;
    text-align: center;
    width: 100%;
    background: var(--primary-color);
    color: var(--white);
    font-weight: 400;
    border-radius: 8px;
    padding: 14px;
    font-size: 14px;
    border: 2px solid var(--primary-color);
    transition: 0.3s ease-in-out;
}

.post-btn:hover {
    background: transparent;
    color: var(--primary-color);
}

.post-btn img {
    transition: 0.3s ease-in-out;
    width: 16px;
}

.post-btn:hover img {
    filter: invert(50%) sepia(126%) saturate(414%) hue-rotate(55deg) brightness(98%) contrast(96%);
}

.post-btn span {
    display: inline-block;
    margin-left: 10px;
}

.recent-posts {
    border: 0.8px solid #0000001A;
    border-radius: 14px;
    overflow: hidden;

}

.recent-post-thumb .post-left-img {
    height: 250px;
    overflow: hidden;
}

.recent-post-thumb .post-left-img img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out
}

.recent-post-thumb .post-left-img:hover img {
    transform: scale(1.2)
}

.recent-post-text {
    padding: 25px;
    padding-bottom: 15px;
}

.recent-post-text h3 a {
    font-weight: 400;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #0A0A0A;

}

.recent-post-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    color: #717182;
    margin-bottom: 0;
}

.post-tags {
    margin-top: 25px;
}

.post-tags ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post-tags ul li {
    list-style: none;
    display: block;
}

.post-tags ul li a {
    display: block;
    background: #ECEEF2;
    border-radius: 8px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    color: var(--black);
    font-weight: 400;
    font-size: 12px;


}

.recent-post-text .post-btn {
    border: 0.8px solid #0000001A;
    border-radius: 8px;
    padding: 10px;
    margin-top: 25px;
    background: transparent;
    color: var(--black);

}

.recent-post-text .post-btn:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

/* blog page */
.blog-form .input-group,
.blog-form select {
    border: 0.8px solid #D4D4D4;
    border-radius: 8px;
    overflow: hidden;

}
.blog-form select{
	 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.blog-form select option:hover, .blog-form select option:checked, .blog-form select option:focus{
/* 	    background-color:#7ED321 !important;color:#fff;box-shadow: 0 0 10px 100px #1BA1E2 inset; */

}
.blog-form .input-group .input-group-text,
.blog-form .input-group input {
    border: none;
    height: 48px;
    background: var(--white);
}

.blog-form .input-group input:focus {
    box-shadow: none;

}

.blog-form .input-group .input-group-text i,
.blog-form .input-group input::placeholder,
.blog-form select option,
.blog-form select {
    color: #A1A1A1
}

.blog-form select {
    height: 48px;
}

.blog-text {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-text .blog-tag {
    text-transform: uppercase;
    color: #737373;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    display: block;
    margin-bottom: 12px;
    transition: 0.3s ease-in-out;

}

.blog-text h3 a {
    color: #171717;
    font-weight: 400;
    font-size: 18px;

}

.blog-text h3 {
    line-height: 27px;
    margin-bottom: 12px;
}

.blog-text p {
    color: #525252;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;

}

.blog-text .blog-button {
    color: #171717;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    transition: 0.3s ease-in-out;

}

.blog-text .blog-button:hover,
.blog-text .blog-tag:hover {
    color: var(--primary-color);
}

.blog-img {
    height: 280px;
}

.blog-img img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in;
}

.blog-post:hover .blog-img img {
    transform: scale(1.2);
}

.blog-post {
    margin-bottom: 25px;
}

.blog-post-meta {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.blog-post-meta p {
    margin-bottom: 0;
    color: #717182;
}

.blog-post-meta p i {
    color: var(--primary-color);
}

.blog-post-meta p a {
    display: block;
    background: #ECEEF2;
    border-radius: 8px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    color: var(--black);
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}

.blog-detail-wrap {
    box-shadow: 0px 2px 4px -2px #0000001A;
    box-shadow: 0px 4px 6px -1px #0000001A;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 35px;
}

.blog-detail-wrap h2,
.blog-detail-wrap h3,
.blog-detail-wrap h4,
.blog-detail-wrap h5,
.blog-detail-wrap h6 {
    font-weight: 700;
    color: #101828;
    letter-spacing: -0.53px;
}

.blog-detail-wrap h1 {
    color: #101828;
    letter-spacing: -0.53px;
}

.blog-detail-wrap h2 {
    font-size: 55px;
}

.blog-detail-wrap h3 {
    font-size: 45px;
}

.blog-detail-wrap h4 {
    font-size: 35px;
}

.blog-detail-wrap h5 {
    font-size: 25px;
}

.blog-detail-wrap h6 {
    font-size: 20px;
}

.blog-detail-wrap p,
.blog-detail-wrap ul li,
.blog-detail-wrap ol li {
    color: #4A5565;
    font-weight: 400;
    letter-spacing: -0.15px;
}

.blog-detail-wrap a {
    color: #171717;
    font-weight: 400;
    text-decoration: underline;
}

.blog-detail-wrap ul li::marker,
.blog-detail-wrap ol li::marker {
    color: var(--primary-color);
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    background: #dcffb5;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.sidebar__title {
    margin: 0;
    margin-bottom: 35px;
    color: #101828;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.53px;

}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 15px 0;
    border-bottom: 1px solid var(--primary-color);
}

.sidebar__post .sidebar__post-list li:last-child {
    padding-bottom: 0;
    border: none;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 80px;
    -ms-flex: 80px 0 0px;
    flex: 80px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--primary-color);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #101828;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sidebar__tags {
    position: relative;
    display: block;

    overflow: hidden;
    z-index: 1;
}

.sidebar__single+.sidebar__single {
    margin-top: 45px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    background: #101828;
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 10px;
    line-height: 2;
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

/* Knowledge Hub */
.knowledge-filter {
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0px 4px 6px -4px #0000001A;

    box-shadow: 0px 10px 15px -3px #0000001A;
    background: #FFFFFFCC;
    padding: 35px 0;
    padding-top: 0;
}

.knowledge-filter p {
    color: #4A5565;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.15px;


}

.knowledge-filter form select {
    border: 1px solid #D1D5DC;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 9px;
    color: #364153;
    padding-left: 12px;

}

.knowledge-filter form select option {
    color: #364153;

}

.knowledge-card {
/*     box-shadow: 0px 2px 4px -2px #0000001A;

    box-shadow: 0px 4px 6px -1px #0000001A; */
    background: #FFFFFF;
/*     border-radius: 10px; */
/*     padding: 25px; */
    margin-bottom: 35px;
	 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .1);
                    border: 1px solid rgb(0 0 0 / 18%);
                    border-bottom: 4px solid rgb(0 0 0 / 18%);
                    transition: .2s;
                    border-radius: 0.5rem

}

.knowledge-card h3 {
    color: #101828;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.53px;
    margin-bottom: 0;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.knowledge-card p {
    color: #4A5565;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.15px;

}

.knowledge-location {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.knowledge-location p {
    color: #6A7282;
    font-weight: 400;
    font-size: 12px;

}

.top-meta {
    display: flex;
    gap: 15px;
 padding-right: 1rem !important;
                    padding-left: 1rem !important;
                    justify-content: space-between;
                    align-items: end;
	margin-bottom: 20px;
}
.top-meta p:last-child {
                    color: rgb(108 117 125);
                }

.top-meta p {
    font-weight: 400;
    color: #101828;
    font-size: 12px;


}

.knowledge-card .post-tags ul {
    margin-bottom: 0;
    gap: 4px;
}

.knowledge-card .post-tags ul li a {
    color: #4A5565;
    font-weight: 400;
    font-size: 12px;
    background: #F3F4F6;
    border-radius: 4px;

}
.knowledge-card .post-tags ul li{
	display:none
}.knowledge-card .post-tags ul li:first-child, .knowledge-card .post-tags ul li:nth-child(2), .knowledge-card .post-tags ul li:nth-child(3){
	display:block
}
.top-meta-tag {
    background: var(--primary-color);
    color: var(--white) !important;
    padding: 3px 20px;
    border-radius: 30px;        box-shadow: 0px 3px 3px 0px #00000017;
}
.top-meta-tag1 {
        background: #CCCCCCCC;
    }
.knowledge-img {
    overflow: hidden;
    border-radius: 20px;
/*     margin-bottom: 15px; */
	        height: 194px;

}
 .knowledge-img img {
        height: 100%;
        object-fit: cover;
    }

.bottom-meta p {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 12px;

}

.bottom-meta {
/*     margin-bottom: 15px; */ margin-bottom: 0;
}

.grey-btn {
    background: #F3F4F6;
    border-radius: 10px;
    display: inline-block;
    margin-top: 25px;
    color: #364153;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.15px;
    text-align: center;
    width: 100%;
    padding: 12px;


}

/* collaborate */
.partnership-row .internship-card {
    background: var(--white);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    min-height: 245px;
}

.partnership-row .internship-icon img {
    height: 40px;
}

.partnership-row .internship-card h3 {
    font-weight: 800;
}

.partnership-row .internship-card p {
    color: #4A5565;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;

}

.bttn-sm .theme-btn.border-btn.green-border {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.bttn-sm .theme-btn.border-btn.green-border:hover {
    background: var(--primary-color);
    color: var(--white);
}

.volunteer-modal,
.success-modal {
    z-index: 9999999;
}

.interest-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.interest-list .form-check {
    width: 50%;
    margin-bottom: 10px;
}

.volunteer-modal .modal-body {
    padding: 0;
}

.volunteer-modal .modal-body .apply-form label span.span-2 {
    color: #6A7282;

}

.volunteer-modal .modal-body .apply-form input[type="checkbox"],
.volunteer-modal .modal-body .apply-form input[type="radio"] {
    border-color: var(--primary-color);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0;
}

.apply-form .wpcf7-list-item label span {
    color: #314158;
    font-weight: 400;
    font-size: 16px;
}

.volunteer-modal .modal-body .apply-form input:checked {
    background-color: var(--primary-color);
}

.volunteer-modal .wpcf7-list-item {
    display: block;
    margin: 0;
    width: 50%;
}

.volunteer-modal .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.btn-group p {
    display: flex;
    gap: 20px;
}

.volunteer-modal .modal-header {
    display: block;
    padding: 24px 35px;
    box-shadow: 0px 4px 6px 0px #0000001A;
    border-bottom: 0.8px solid #F3F4F6
}

.volunteer-modal .modal-body .apply-form {
    border-radius: 0 0 16px 16px;
}

.volunteer-modal .modal-header button.btn-close {
    position: absolute;
    top: 35px;
    right: 35px;
}

.volunteer-modal .modal-header p {
    margin-bottom: 0;
    color: #4A5565;
    font-weight: 400;
    font-size: 16px;


}

.volunteer-modal .modal-header h5 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;

}

.success-modal .modal-content {
    box-shadow: 0px 25px 50px -12px #0000001A;
    border-radius: 16px;
}

.success-modal .modal-body {
    padding: 35px 55px;
    text-align: center;
}

.success-modal .modal-body h4 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.success-modal .modal-body h6 {
    color: #4A5565;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;

}

.success-modal .modal-body p {
    color: #6A7282;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;

}

.success-modal .modal-body button.btn-close {
    position: absolute;
    top: 35px;
    right: 35px;
}

.volunteer-modal .modal-footer {
    background: #7ED32117;
    padding: 20px 35px;
    margin: 0 -35px;
    display: block;

}

.volunteer-modal .modal-footer p {
    color: #45556C;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

}

.volunteer-modal .modal-footer p a {
    color: var(--primary-color);
    text-decoration: underline;
}

.volunteer-modal .modal-content {
    border: none;
}

/* career */
.why-work-with-us-card {
    padding: 0 35px;
    padding-top: 35px;
}

.why-work-with-us-card h3 {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.53px;
    color: #101828;
    width: 75%;
    margin: 0 auto;margin-bottom:15px

}

.why-work-with-us-card p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.31px;
    color: #4A5565;
    margin-bottom: 0;
}

.why-work-with-us-card img {
    height: 57px;
    margin-bottom: 25px;
}

.filter-button {
    background: #F3F4F6;
    padding: 10px 25px;
    border-radius: 10px;
    border: none;

}

.filter-button.active {
    background: var(--primary-color);
    color: var(--white);
}

.position-filter-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.position-filter {
    background: var(--white);
    box-shadow: 0px 4px 6px -4px #0000001A;

    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 16px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;

}

.position-filter form {
    border: 2px solid #E5E7EB;
    border-radius: 12px;
}

.position-filter form input {
    border: none;
    border-radius: 0;
    border-radius: 15px;
    height: 50px;
}

.position-filter form .input-group-text {
    background: var(--white);
    border-radius: 15px;
    border: none;
}

.position-filter p {
    color: #4A5565;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.15px;
    margin-bottom: 0;
    margin-top: 24px;

}

.career-top {
    display: flex;
    gap: 12px;
}

.career-icon {
    background: #7ED3211A;
    width: 48px;
    height: 48px;
    border-radius: 16.4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

}

.career-icon img {
    width: 24px;
}

.career-card {
    margin-top: 35px;
    border: 2px solid #F3F4F6;
    border-radius: 16px;
    padding-top: 34px;
    padding-right: 34px;
    padding-bottom: 34px;
    padding-left: 34px;
    background: var(--white);
    display: flex;
    justify-content: space-between;

}

.career-heading h3 a {
    color: #101828;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.53px;

}

.career-heading ul {
    padding-left: 0;
    display: flex;
    gap: 24px;
}

.career-left ul li {
    color: #364153;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.31px;
    margin-bottom: 5px;
}

.career-heading ul li {
    list-style: none;
    display: flex;
    gap: 5px;
    color: #4A5565;
    align-items: center;

    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.15px;


}

.career-left ul li::marker {
    color: var(--primary-color);
}

.career-heading ul li span {
    display: block;
    height: 24px;
}

.career-heading ul li a {
    background: #7ED3211A;
    color: var(--primary-color);
    display: block;
    padding: 4px 12px;
    border-radius: 32px;
}

.career-card p {
    color: #364153;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.31px;

}

.career-card h4 {
    color: #4A5565;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.5px;

}

.career-right {
    flex-shrink: 0;
}

.career-right .theme-btn:hover {
    color: var(--primary-color);
}

.internship-card {
    border: 0.8px solid #E5E5E5;
    background: #FAFAFA80;
    padding: 25px;
    border-radius: 10px;

}

.internship-icon img {
    height: 32px;
}

.internship-icon {
    margin-bottom: 25px;
}

.internship-card h3 {
    color: #0A0A0A;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.internship-card ul {
    margin-bottom: 0;
    padding-left: 1.3rem;
}

.internship-card ul li {
    color: #404040;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;

}

.internship-card ul li a {
    color: #404040;
    text-decoration: underline;
}

.int-text {
    color: #525252;
    font-weight: 400;
    font-size: 14px;

}

.culture-box {
    background: #7FC143;
    padding: 57px 98px;
    border-radius: 25px;
}

.culture-box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFFCC;
    margin-bottom: 25px;

}

.culture-box ul {
    margin-bottom: 0;
    padding-left: 0;
}

.culture-box ul li {
    color: #FFFFFFE5;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    display: block;
    position: relative;
    margin-bottom: 12px;
}

.culture-box ul li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    font-size: 24px;
    margin-right: 12px;
    vertical-align: middle;
}

.position-icon img {
    width: 70px;
}

.position-icon {
    margin-bottom: 25px;
}

.position-box h3 {
    color: #FFFFFFE5;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.45px;
    margin-bottom: 25px;
}

.position-box a {
    background: var(--white);
    border-radius: 100px;
    font-family: var(--nav-font);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.31px;
    display: inline-block;
    padding: 16px 25px;
    color: #7FC143;
    border: 2px solid var(--white);
    transition: 0.3s ease-in;
}

.position-box a:hover {
    background: transparent;
    color: var(--white);
}

.light-bg {
    background: #7ED3214D;

}

.apply-form {
    box-shadow: 0px 25px 50px -12px #00000040;
    background: var(--white);
    border-radius: 16px;
    padding: 35px;
}

.apply-form label {
    color: #314158;
    font-weight: 400;
    font-size: 16px;

}

.apply-form label span {
    color: #f11010;
    font-weight: 400;
    font-size: 16px;

}

.apply-form input,
.apply-form select,
.apply-form textarea {
    border: 0.8px solid #CAD5E2;
    height: 45px;
    border-radius: 10px;
    padding: 10px 16px;

}
.apply-form input::placeholder, .apply-form textarea::placeholder{
	color:#0A0A0A80;
}
.apply-form textarea {
    height: 100px
}

.apply-form input[type="submit"],
.apply-form button {
    background: var(--primary-color);
    color: var(--white);
    font-family: var(--nav-font);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 1px 2px -1px #0000001A;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border-radius: 50px;
    border: 2px solid var(--primary-color);
    padding: 10px 25px;
    margin-top: 35px;
    transition: 0.3s ease-in;
    height: auto;
    margin: 0;
}

.btn-group p {
    margin-bottom: 0
}

.apply-form input[type="submit"]:hover,
.apply-form button:hover {
    background: transparent;
    color: var(--primary-color);
}
.volunteer-modal .modal-body .apply-form input[type="checkbox"]{
	border-radius:4px
}
/* contribute */
.contribute-form input,
.contribute-form select,
.contribute-form textarea,
.contribute-form .list-group-item {
    background-color: #F3F4F6;
    border-radius: 16.4px;
    height: 48px;
    padding-left: 32px;
    border: none;
}

.contribute-form input[type="radio"] {
    border: 1px solid var(--primary-color);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0;
    background-color: var(--white);

}
.wpcf7-radio input[type="radio"], .wpcf7-checkbox input[type="checkbox"]{
		 -webkit-appearance: none; /* Webkit browsers (Chrome, Safari) */
    -moz-appearance: none;    /* Firefox */
    appearance: none;   
    background-image: var(--bs-form-check-bg-image);
}.wpcf7-radio input[type="radio"]:checked{
	     background-image: url("../images/download.svg");
}.wpcf7-checkbox input[type="checkbox"]:checked{
	   background-image: url("../images/tick.svg");
}
.contribute-form input:checked {
    background-color: var(--primary-color);
}

.contribute-form input::placeholder,
.contribute-form textarea::placeholder {
    color: #10182880;

}

.contribute-form label {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.15px;
    color: #364153;
    margin-bottom: 10px;

}

.contribute-form textarea {
    height: 100px;
}

.contribute-form .list-group-item input {
    margin-top: 0;
}

.support-row .include-box {
    width: auto;
    flex-wrap: 1;
}

.support-row {
    flex-wrap: nowrap;
}

.other-support .other-icon {
    box-shadow: 0px 4px 6px -4px #0000001A;
    background: var(--white);

    box-shadow: 0px 10px 15px -3px #0000001A;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;

}

.other-support .other-icon img {
    height: 28px;
}

.other-support h3 {
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    text-align: center;

}

.other-support p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 0 45px;

}

/* footer */
.footer {
    background: #7FC143;
    color: var(--white);
}

.footer-logo img {
    filter: brightness(7);
    width: 185px;
}

.footer-top h4 {
    font-weight: 700;
    letter-spacing: -0.53px;
    font-size: 24px;
    margin-bottom: 15px;
}

.newsletter-form label,
.heading-sm {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.15px;
    margin-bottom: 10px;
    color: #FFFFFFB2;
}

.email-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-wrap input,
.email-wrap input:focus,
.footer-newsletter input,
.footer-newsletter:focus {
    border: 1px solid #FFFFFF33;
    background: #FFFFFF1A;
    border-radius: 10px;
    height: 42px;
    padding: 6px 10px
}

.email-wrap input::placeholder {
    color: #FFFFFF80;
}

.footer-newsletter input[type="submit"],
.email-wrap button {
    height: 42px;
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 10px;
    color: #7FC143;
    font-size: 14px;
    letter-spacing: -0.15px;
    font-weight: 600;
    font-family: var(--nav-font);
    padding: 0 25px;
    transition: 0.3s ease-in-out
}

.footer-newsletter input[type="submit"]:hover,
.email-wrap button:hover {
    background: transparent;
    color: var(--white);
}

.footer-widget h4 {
    font-weight: 700;
    letter-spacing: -0.53px;
    font-size: 24px;
    margin-bottom: 15px;
}

.footer-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-widget ul li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
}

.footer-widget ul li a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.15px;
    line-height: 20px;
    color: var(--white);
    position: relative;
    padding-bottom: 5px;
}

.footer-widget ul li a::before {
    content: '';
    position: absolute;
    width: 0;
    background: #fff;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in;
}

.footer-widget ul li a:hover::before {
    width: 100%;
}

.footer-widget {
    margin-bottom: 25px;
}

.whatsapp-btn {
    display: inline-block;
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 10px;
    color: #7FC143;
    font-size: 14px;
    letter-spacing: -0.15px;
    font-weight: 600;
    font-family: var(--nav-font);
    padding: 12px 25px;
    transition: 0.3s ease-in-out
}

.whatsapp-btn i {
    font-size: 18px;
}

.whatsapp-btn:hover {
    transform: scale(1.1)
}

.social-ul {
    padding-left: 0;
    display: flex;
    gap: 10px;
}

.social-ul li {
    list-style: none;
}

.social-ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #FFFFFF1A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out
}

.social-ul li a img {
    height: 24px;
    transition: 0.3s ease-in-out
}

.social-ul li a:hover {
    background: #ffffff;
}

.social-ul li a:hover img {
    filter: invert(25%) sepia(79%) saturate(494%) hue-rotate(31deg) brightness(85%) contrast(94%);
}

.heading-sm {
    margin-top: 35px;
}

.footer-bottom {
    padding: 25px 0;
    border-top: 1px solid #FFFFFF1A;
}

.footer-bottom p {
    color: #FFFFFFB2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.15px;
}

.mail-address img {
    width: 16px;
}

.mail-address {
    display: flex;
    gap: 10px;
}

/* 404 */
.error-box {
    padding: 35px;    box-shadow: 0px 4px 35px 0px #00000040;    border-radius: 28px;
}


.career-form{
    padding: 0;box-shadow: none;padding-left: 25px;
}
.hero-logo-sec {
      position: absolute;
    top: 80px;
    left: 100px;
/*     display: flex;
    justify-content: center; */
    width: 100%;
    z-index: 1;
}.hero-logo-sec img{
    width: 250px;
}.service-swiper .swiper-button-next,
.service-swiper .swiper-button-prev{
	width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
}.service-swiper .swiper-button-next:after,
.service-swiper .swiper-button-prev:after{
	    color: var(--white);
    font-size: 18px;
}.contribute-form .theme-btn{
	    background: var(--primary-color);
    border: 2px solid var(--primary-color);    border-radius: 34px;
}.contribute-form .theme-btn:hover{
	   background:transparent;color: var(--primary-color);
}.projects-modal .btn-close{
	    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 1;
    filter: invert(1);background-color: #ffffff7a;
}.wpcf7-spinner{position:absolute!important}.form-control:focus{
	    border-color: #7ed321;
    box-shadow: 0 0 0 .25rem rgb(126 211 33);
}.wpcf7-not-valid{
	    outline: 1px solid #dc3232;
}.wpcf7-radio{
	    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
}.wpcf7-list-item{
	margin:0!important
}.wpcf7-list-item label{
	    display: flex;
    align-items: center;
    gap: 8px;
}/* Style the arrow */
/* Remove default select styling and arrows */
.form-select {
    position: relative;
}
.form-select.select-opened{
	background-image:url("../images/dropdown-up.svg")
}
  .flip-card {
            perspective: 1000px;    height: 500px;
        }

        .flip-card-inner {
            position: relative;
            width: 100%;

            transition: transform 0.6s;
            transform-style: preserve-3d;
        }

        .flip-card:hover .flip-card-inner {
            transform: rotateY(180deg);
        }

        .flip-card-front,
        .flip-card-back {
            position: absolute;
            width: 100%;
            backface-visibility: hidden;
            border-radius: 20px;
            overflow: hidden;
        }

        .front-img {
            height: 500px;

        }

        .flip-card-front img,
        .flip-card-back img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .flip-card-back {
            transform: rotateY(180deg);
        }

        .front-text {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 25px;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
            font-weight: 500;
            font-size: 18px;
            text-align: center;
            color: #FFFFFF;
            height: 100%;
            display: flex;
            align-items: end;


        }

        .back-text span {
            display: block;
            text-align: center;
            font-weight: 700;
            font-size: 12px;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            color: #FFFFFFE5;


        }

        .back-text h6 {
            font-weight: 400;
            font-size: 18px;
            line-height: 24.75px;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 10px;

        }

        .back-text p {
            font-weight: 400;
            font-size: 14px;
            line-height: 22.75px;
            text-align: center;
            color: #FFFFFFE5;

            margin-bottom: 15px;
        }

        .back-text a {
            font-style: Bold;
            font-size: 12px;
            line-height: 16px;
            text-align: center;
            color: #FFFFFFCC;
            padding-bottom: 10px;
            text-decoration: none;
            display: inline-block;
            position: relative;

        }

        .back-text a::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            border-bottom: 0.89px solid #FFFFFF66;
            width: 100%;
        }

        .back-text {
            background: linear-gradient(0deg, #7FC143 0%, rgba(0, 153, 102, 0.3) 50%, rgba(0, 0, 0, 0) 100%);

        }
.project-status{
	    position: absolute;
    top: 16px;
    right: 16px;
}.project-text-top h5{
	color: #0A0A0A;
font-weight: 400;
font-size: 18px;
line-height: 27px;

}.project-text-top h6{
	color: #4A5565;
font-weight: 400;
font-size: 14px;
line-height: 20px;margin-bottom:0px

}.project-text-top p{
	color: #0A0A0A;
font-weight: 400;
font-size: 14px;
line-height: 24px;

}.project-text-top p.clamp{
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}.readmore-less{
	color: var(--primary-color);border:none;background:transparent;
font-weight: 400;
font-size: 14px;
padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;background:#fff;line-height: 24px;
}.readmore-less span{
		color: #0A0A0A;
}.project-text-top p.clamp.expanded{
	 display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: none;
	    overflow: hidden;
}.projects-text .theme-btn{
	border-radius:10px;margin-top:25px
}
.service-swiper .swiper-pagination-bullet{
	width: 13px;
height: 13px;background: #D9D9D9;opacity:1

}.service-swiper .swiper-pagination-bullet-active{
	background: var(--primary-color);
}.service-swiper-img .project-status{
	top: 19px;
    right: 40px;
    z-index: 1;
}.projects-text h5{
font-weight: 400;
font-size: 32px;
line-height: 27px;

}.projects-modal .projects-text h3.modals-title{
font-weight: 700;
font-size: 24px;
line-height: 27px;color: #0A0A0A;
}.projects-modal .projects-text{
	padding:55px
}.projects-modal .projects-text h3{
font-weight: 600;
font-size: 18px;
line-height: 20px;
color: var(--primary-color);
}.service-swiper{
	border-radius: 0 0 10px 10px;overflow:hidden;
}.service-swiper-img{
	background:#fff
}.projects-modal .projects-text h6{
	color: #4A5565;
font-weight: 400;
font-size: 14px;
line-height: 20px;
    margin-bottom: 0;
}
 .knowledge-search .search-bar {
        width: 100%;
    }

    .knowledge-search .search-input {
        border-radius: 50px;
        padding: 10px 25px;
        border: 1px solid #4A5565
    }

    .knowledge-search .search-bar button {
        padding: 0;
        border: none;
        position: absolute;
        color: #4A5565;
        top: 50%;
        transform: translateY(-50%);
        right: 25px;
    }

    .knowledge-search .search-bar button:hover {
        background: transparent;
        color: var(--primary-color);
    }

    .knowledge-search .search-input::placeholder {
        color: #4A5565;

    }
 .knowledge-filter-wrap .filter-section {
        padding: 40px 20px;
        box-shadow: 0px 4px 4px 0px #00000033;
        border-radius: 20px;


    }

    .knowledge-filter-wrap .filter-title {
        font-weight: bold;
        color: var(--primary-color);
        margin-bottom: 8px;
    }

    .knowledge-filter-wrap .form-check-label {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -0.15px;

        color: #364153;

    }

    .knowledge-filter-wrap .form-check-input,
    .knowledge-filter-wrap input[type="checkbox"] {
        border: 1px solid var(--primary-color);
        width: 16px;
        height: 16px;
        border-radius: 2px;

    }

    .knowledge-filter-wrap .form-check-input:checked,
    .knowledge-filter-wrap input[type="checkbox"]:checked {
        border: 1px solid #fff;
        background-color: transparent;
        filter: invert(27%) sepia(76%) saturate(514%) hue-rotate(38deg) brightness(92%) contrast(93%);
    }

    .knowledge-filter-wrap .form-check-input:focus {
        box-shadow: 0 0 0 .25rem rgb(126 211 33);
    }

    .knowledge-filter-wrap .form-check-input:checked:focus {
        box-shadow: 0 0 0 .25rem #fff;
    }

    .knowledge-filter-wrap {
        padding-right: 24px;
        border-right: 0.5px solid #666666
    }  .knows-text {
        box-shadow: 0px 5px 4px 0px #0000001A;
        padding: 35px;
        border-radius: 0 0 20px 20px;
        overflow: hidden;
        margin-top: -25px;
        padding-top: 55px;
		    min-height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    }
.knows-text .post-tags ul li a, .knows-text .post-tags ul li {
        background: #CCCCCCCC;
        border-radius: 4px;
padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
	color: #4A5565;
    font-weight: 400;
    font-size: 12px;
    }

    .knows-text .grey-btn {
        background: var(--primary-color);
        border: 1px solid var(--primary-color);
        color: #FFFFFF;
        transition: 0.3s ease-in;
    }

    .knows-text .grey-btn:hover {
        color: var(--primary-color);
        background: transparent;
    }

    .filters-button {
        background: var(--primary-color);
        border: 1px solid var(--primary-color);
        color: #FFFFFF;
        width: 100%;
        text-align: center;
        padding: 10px;
        border-radius: 8px;
    }

    .filter-top {
        background: #cccccc59;

    }

    .filter-top button {
        color: var(--primary-color);
        border: 1px solid transparent;
        background: #ededed;
    }

    .filter-top button:hover {
        border: 1px solid var(--primary-color);

    }

    .cls-btn {
        background: var(--primary-color);
        border-radius: 10px;
        display: inline-block;
        margin-top: 25px;
        border: 1px solid var(--primary-color);
        color: #FFFFFF;

        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.15px;
        text-align: center;
        padding: 12px;
    }.chatbot {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--primary-color);
    border: none;display:flex;justify-content:center;align-items:center;
  }

  .chatbot img {
    width: 28px;
  }

  .chatbox-wrapper {
    box-shadow: 0px 4px 20px 0px #7FC14366;
    position: fixed;
    bottom: 25px;
    right: 25px;
    padding: 30px;
    border-radius: 50%;
  }
 /* Chatbot container */
        .chatbot-box {
            width: 400px;
            max-width: 100%;
            height: auto;
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0px 8px 32px 0px #00000026;
            position: fixed;
            right: 155px;
            bottom: 25px;
            display: flex;
            flex-direction: column;display:none;
        }
.chatbot-box.active {
  display: block;
}
        /* Header */
        .chatbot-box .chatbot-header {
            background: #7FC143;

            color: #fff;
            padding: 14px 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .chatbot-back {
              font-size: 18px;
    cursor: pointer;
    padding: 4px;
    width: 15px;
    height: 33px;
    font-weight: 600;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;display:none
        }

        .chat-title {
            flex: 1;
            font-weight: 600;
            font-size: 18px;
            line-height: 28px;

        }

        .chat-close {
            font-size: 18px;
            cursor: pointer;
        }

        /* Content */
        .chatbot-content {
            flex: 1;
            padding: 18px 16px;
            overflow-y: auto;
        }

        .chatbot-question {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;

            margin-bottom: 0;
            color: #364153;

        }

        .chatbot-option {
            background: #F9FAFB;
            display: flex;
            align-items: center;
            gap: 12px;
            border: 0.89px solid #E5E7EB;
            border-radius: 14px;
            padding: 14px 16px;
            margin-bottom: 12px;
            cursor: pointer;
            color: #1E2939;

            transition: background 0.2s ease;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;

        }

        .chatbot-option:hover {
            background: #eef7e7;
        }

        /* Footer */
        .chat-footer {
            padding: 14px;
            text-align: end;
        }

        .chat-cta {
            background: #7ED321;
            border-top: 0.8px solid #E5E7EB;
            color: #fff;
            padding: 10px 22px;
            font-weight: 700;
            font-size: 14px;
            line-height: 100%;
            border-radius: 14px;
            display: inline-block;

        }

        .cq-back {
            display: flex;
            gap: 10px;
            align-items: center;
            margin-bottom: 25px;
}.chats-icn img{
height: 20px

}.chats-icn{
	background: #7ED32120;
width: 40px;
height: 40px;
border-radius: 50%;
display:flex;
	justify-content:center;align-items:center;flex-shrink:0
}.reach-modal .modal-header{
	background: var(--primary-color);
padding:15px 24px;
}.reach-modal .modal-header .modal-title{
font-weight: 600;
font-size: 18px;
color: #FFFFFF;

}
.reach-modal h5, .reach-modal h6{
font-weight: 700;
font-size: 14px;
line-height: 20px;color: #4A5565;

}.reach-modal h6{
	font-weight: 400;
}
.reach-modal .modal-header button.btn-close {
    position: absolute;
     top: 17px;
    right: 24px;filter:invert(1);opacity:1
}
.reach-modal .apply-form {
    padding: 25px;
}.reach-modal .btn-group .theme-btn {
	border-radius:10px
}.reach-modal .bttn-sm .theme-btn.border-btn.green-border {
background: #F3F4F6;
color: #364153;
border-color:#F3F4F6
}.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-family: 'fontAwesome';
    content: "\f078";
    font-weight: 900;
    border: none;
    font-size: 10px;
} .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show, .navbar-nav .nav-link:focus {
        color: var(--primary-color);
    }

    .navbar-nav .dropdown-menu {
        box-shadow: 0px 8px 32px 0px #00000026;
        border: none;
        border-radius: 16px;
        padding: 17px 0;
        margin: 0;
        display: block;
        opacity: 0;
        visibility: hidden;transition:0.3s ease-in;transform:translateY(15px)

    }

    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 10px 25px;
        color: var(--black);
    }

    .navbar-nav .dropdown-menu .dropdown-item:active,
    .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: var(--primary-color);
        color: #fff
    }

    .navbar .dropdown-toggle::after {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        font-family: 'fontAwesome';
        content: "\f078";
        font-weight: 900;
        border: none;
        font-size: 10px;
    }

    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;transform:translateY(0);
        visibility: visible;
}.projects-card .post-tags ul li:not(:first-child){
	display:none;
}.projects-card .post-tags ul li:nth-child(2){
	display:block
}.modal-body .projects-card .post-tags ul li:not(:first-child){
		display:block
}  .hover-include {
/*         padding: 25px;
        background: #fff;
        border-radius: 9px; */
/*         position: absolute; */
/*         bottom: -6%;box-shadow: rgba(100, 100, 111, 0.2) 0px -5px 29px 0px; */
/*         left: 50%;transform:translateX(-50%); */
/*         z-index: 1;opacity: 0;visibility: hidden; */
/* 	transition: 0.3s ease-in; */
	   max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
    }

/*     .hover-include::before {
        content: "\A";
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -15px;
    } */

   .include-box:hover .hover-include {
    max-height: 300px; /* adjust depending on content */
    opacity: 1;
}
 .hover-include p {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        font-size: 14px;
        line-height: 1.19;
    }
.bg-color-scheme-tag-bg {
    background: rgb(126 211 33 / 12%);
    color: var(--primary-color);
    padding-top: .375rem !important;
    padding-bottom: .375rem !important;
}

.fw-600 {
    font-weight: 600;
}

.fs-12 {
    font-size: .75rem;
}

.bg-color-energy-back {
    background-color: var(--primary-color);    padding-right: .625rem !important;
    padding-left: .625rem !important;
}

.fw-500 {
    font-weight: 500;
}
.card-animate {
    border-bottom: 4px solid rgb(0 0 0 / 18%);
    transition: .2s;
}
.hover-card:hover .card-animate {
    box-shadow: 0px 3.98px 3.98px 0px rgba(0, 102, 178, .25) !important;
    border-top: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    border-bottom: 4px solid var(--primary-color);
    border-left: 1px solid var(--primary-color);
    transition: .2s;
}.hover-card h3 {
    color: #101828;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.53px;
    margin-bottom: 0;
}.shadow-5 {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .1);
}.hover-card:hover img{
transform: scale(1.2);
}.hover-card img{
transition: 0.3s ease-in;
}.hover-card .card-footer{
    background: rgb(126 211 33 / 12%);
}.hover-card:hover:hover .img-overlay-hover {
    background: rgb(126 211 33 / 12%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}

.top-meta .top-meta-tag {
                    font-size: .75rem;
                    font-weight: 600;
                    background: rgb(126 211 33 / 12%);
                    color: var(--primary-color) !important;
                    padding-top: .375rem !important;
                    padding-bottom: .375rem !important;
                    border-radius: 0 0 0.25rem 0.25rem;
                    padding-right: .5rem !important;
                    padding-left: .5rem !important;
                    box-shadow: none;
                }

                .top-meta p {
                    line-height: normal;
                }

                .knowledge-img {
                    padding-right: 1rem !important;
                    padding-left: 1rem !important;
                    border-radius: 0;
                    height: auto;
                }

                .knowledge-img img {
                    height: 194px;
                    transition: 0.3s ease-in;
                }

                .knowledge-img .position-relative::before {
                    background: rgb(126 211 33 / 12%);
                    width: 100%;
                    height: 100%;
                    top: 0;
                    transition: .2s;
                    content: '';
                    position: absolute;
                    left: 0;
                    opacity: 0;
                    z-index: 1;
                }

                .knows-text {
                    margin-top: 0;
                    padding-right: 1.5rem !important;
                    padding-left: 1.5rem !important;
                    padding-top: 1rem !important;
                    border-radius: 0;
                    box-shadow: none;
                    padding-bottom: 1rem !important;
                }

                .knowledge-card .post-tags {
                    margin-top: 0;
                    margin-bottom: .5rem !important;
                }

                .knows-text .post-tags ul li a,
                .knows-text .post-tags ul li {
                    background-color: var(--primary-color);
                    padding-right: .625rem !important;
                    padding-left: .625rem !important;
                    font-size: .75rem;
                    border-radius: 50px;
                    color: #fff;
                }

                .top-meta-tag1 {
                    background: rgb(126 211 33 / 12%);
                    padding-top: 1rem !important;
                    padding-bottom: 1rem !important;
                    padding-right: 1.5rem !important;
                    padding-left: 1.5rem !important;
                    border-radius: 0;
                    color: #000000 !important;
                    font-size: 16px !important;
                }

                .knowledge-card:hover {
                    border-color: var(--primary-color);
                    box-shadow: 0px 3.98px 3.98px 0px rgb(60 178 0 / 25%) !important;
                }

                .knowledge-card:hover img {
                    transform: scale(1.2);
                }

                .knowledge-card:hover .knowledge-img .position-relative::before {
                    opacity: 1;
                }