@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary: #257830;
    --secondary: #f29620;
    --white: #fff;
    --black: #000;
}


body {
    margin: 0;
    padding: 0 !important;
	font-family: "Chivo", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #e5e5e5;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 13px;
    padding: 10px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Chivo", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
	font-family: "Chivo", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family: "Chivo", sans-serif;
    color: var(--black);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Chivo", sans-serif;
    color: #464d58;
    font-size: 15.5px;
    line-height: 28px;
    font-weight: 400;
}
ul, li, a{
   list-style-type: none;
   font-family: "Chivo", sans-serif;
   color: #4d5765;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 30px;
    font-size: 40px;
    position: relative;
    text-align: center;
    width: fit-content;
    letter-spacing: .5px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
}
span {
 font-family: "Chivo", sans-serif;
}
.heading {
    display: block;
    margin: 0 auto 30px;
}
.leftheading {
    text-align: start;
    position: relative;
    font-size: 38px;
    margin-bottom: 10px;
}
.subheading {
    display: inline-block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #2578301c;
    border-radius: 50px;
    padding: 6px 33px 6px 19px;
    margin-bottom: 8px;
}
.heading .subheading {
    width: fit-content;
    margin: auto;
    position: relative;
}
.heading .subheading:before, 
.heading .subheading:after {
    left: 50%;
    transform: translateX(-26px);
}
.heading .subheading:after {
    transform: translateX(-18px);
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
.btn-secondary span {
    z-index: 2;
    position: relative;
}
/* TOP CONTACT CSS */
.topbar {
    background: #182822;
    padding: 10px 0;
	position:relative;
	

}
.topbar::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    background: var(--primary);
    clip-path: polygon(-1% -17%, 100% 0%, 100% 100%, 8% 100%);
    z-index: 9;
}
.topbar:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: var(--primary);
    clip-path: polygon(0 0, 100% 0%, 93% 99%, 0% 100%);
    z-index: 9;
}

.topbar ul {
    display: flex;
    align-items: center;
}
/* .topdesc {
    column-gap: 20px;
} */
.topdesc {
    display: flex;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 99;
}
.topdesc li {
    display: flex;
    align-items: center;
    gap: 13px;
    color: white;
    font-size: 13px;
}

 
.topdesc li:last-child {
  border-right: none;
}
.topbar h5 {
    color: var(--white);
    margin: 0;
    text-align: center;
    font-size: 15px;
}
.top-smoicons a {
    height: 25px;
    width: 25px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
}
.top-smoicons {
    column-gap: 10px;
    position: relative;
    z-index: 9;
}
.top-smoicons i {
    font-size: 12px;
}
.top-smoicons li {
    display: flex;
    align-items: baseline;
    column-gap: 6px;
}
.top-smoicons li span {
   color:var(--white);
   font-size:13px;
}
/* Header */

header .row {align-items: center;}
header img {
    width: 150px;
}

/* Menubar */

.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
}
.mainmenu .btn-primary {margin-left: 10px;}


.menubar .btn-secondary {
    border-radius: 10px 10px 0 10px;
    padding: 10px 20px !important;
    margin: 0 !important;
    margin-left: 9px !important;
}
.menubar .btn:before {
    border-radius: 10px 10px 0 10px !important;
}
 {     display: flex;     align-items: center;     justify-content: end; }
/* Main Slider */

.mainslider figure{
	margin:0;
	position: relative;
}
/* .mainslider figure:before{
position:absolute;
top:0;
content:'';
background-image:url(../images/slider-gradient.png);
background-size: 100% 100%;
background-repeat:no-repeat;
height:100%;
width:100%;
} */

.mainslider figure img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
/*     filter: brightness(0.7); */
}
/* .mainslider .carousel-caption {
    top: 50%;
    left: 20px;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
} */
.mainslider .carousel-caption {
    top: 50%;
    position: absolute;
    width: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.carousel-content .btn i {
    font-size: 16px;
}
.mainslider .carousel-content {
    width: 77%;
    margin: 0 auto;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-content h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 3px;
    border-bottom: 2px solid #fff;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Caveat", cursive;
}
.mainslider .carousel-caption h2 {
    font-size: 41px;
    line-height: 63px;
    font-weight: 600;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin-bottom: 15px;
}
.mainslider .carousel-caption h2 span {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: var(--white);
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}
.discover {
    bottom: 70px;
    left: 70px;
    z-index: 1;
}
.discover img {
    width: 160px !important;
	animation: spin 12s infinite linear;
}
@keyframes spin {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}   
}


/* BENEFITS SECTION CSS */

.benefits {
    background: #569f2a14;
    padding: 60px 0;
}
.benefits-item {
    background: #283734;
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    height: 100%;
    column-gap: 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
}
.benefits-item:hover {
    transform: translateY(-10px);
}
.benefits-item:before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    content: '';
    background: url(../images/benefitbg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.benefits-item img {
    width: 55px !important;
}
.benefits-item h3 {
    color: var(--white);
    font-weight: 700;
    font-size: 30px;
}
.benefits-item h3 span {
    display: block;
    font-family: "Caveat", cursive;
    color: var(--secondary);
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 25px;
}
.benefits-content a {
    color: var(--secondary);
    font-weight: 400;
    letter-spacing: .5px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-family: "Caveat", cursive;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
    transition: .5s;
}
.benefits-item:hover a {
    letter-spacing: 2px;
}

/* HOME ABOUT SECTION CSS */

.about-content .leftheading {
    margin-bottom: 11px !important;
    font-size: 35px;
    font-weight: 600;
    line-height: 39px;
    color: var(--primary);
}

.about-content p{
	line-height:25px !important;
}
.about-content {
    padding-left: 20px;
}
.aboutlist {
    margin: 17px 0 17px;
}
.aboutlist li {
    margin-bottom: 15px;
}
.aboutlist li {
    padding-bottom: 14px;
    border-bottom: 1px solid #25783087;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000000d6;
    width: 90%;
}
.aboutlist li i {
    background: #2578301c;
    color: var(--primary);
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}
.aboutlist li:last-child {
    border: unset;
    padding: 0;
}
.about img {
    width: 100%;
    height: 432px;
    object-fit: cover;
    border-radius: 24px;
}
.about figure{
overflow: hidden;
position: relative;
}


.aboutlist ul , .whowearelist  ul{
    display: flex;
	flex-direction:column;
    row-gap: 10px;
	margin-top:20px;
}

.missions-item p {
    color: #ffffff;
}

/* services section  */
.services {
    background: #2578300a;
    padding: 45px 0;
    margin-bottom: 60px;
}
/* .services .row .justify-content-center {
    row-gap: 20px !important;
} */
.row.justify-content-center {
    row-gap: 20px;
}
.aboutasrvcs img {
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition:.5s;
}

.aboutasrvcs figure {
    width: 300px;
    height: 300px;
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
}
.aboutasrvcs {
    text-align: center;
    background: var(--white);
    padding: 25px 0 30px;
    border-radius: 8px;
    border: 1px solid #2578302b;
    transition: .5s;
	height:100%;
}
.aboutasrvcs h3 {
 transition: .5s;
}
.aboutasrvcs:hover h3{
 color:var(--white);
}
.aboutasrvcs:hover {
    background: var(--primary);
}
.aboutasrvcs:hover img {
 filter:brightness(0.8);
}
.linkicon i {
    height: 40px;
    width: 40px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 18px;
    opacity:0;  
    transition:all .5s ease-in-out;
}
.linkicon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-decoration: none;
}
.aboutasrvcs:hover .linkicon i {
    transform: scale(1.5);
    opacity: 1;
    transition: all .5s ease-in-out;
}

/* reviews section  */

.reviews {
    margin-bottom: 10px;
    margin-top: 60px;
    background: #2578300a;
    padding: 35px 0;
}
.reviews .heading {
    margin-bottom: 22px !important;
}
.reviews-info {
    background: var(--white);
    padding: 64px 25px 25px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    height: 150px;
}

.reviews-info p {
    margin: 5px 0;
    color: var(--primary);
}
.reviews-info span.starreviews i {
    color: #a07a40;
    font-size: 15px;
    letter-spacing: 5px;
}
.reviews-info figure img {
    width: 80px;
    border-radius: 50px;
}
.reviews-info figure {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-40px);
    box-shadow: 0 21px 10px rgba(4,4,4,.05);
    border-radius: 50%;
    outline: 2px solid #173f47;
    overflow: hidden;
    outline-offset: 10px;
    margin-bottom: 30px;
    z-index: 1;
}
.slick-track {
    margin-top: 50px;
    margin-bottom: 50px;
}
.reviews-info h3 {
    font-size: 18px;
    color: var(--black);
    margin-bottom: 25px;
}
/* Work section*/
.services-item {
    padding: 26px 10px;
    border: 2px dotted var(--primary);
    background: #92bb9730;
    border-radius: 20px;
    border-left: 6px solid var(--primary);
    height: 100%;
}
.servicescptn {
    margin-top: 37px;
}

.services-item  figure {
    background: #76c64126;
    height: 85px;
    width: 85px;
    border-radius: 50px;
    margin: 0 auto 15px;
    outline: 2px solid #fff;
    box-shadow: 0 0 10px #adadad;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-item:hover {
    background: linear-gradient(to top left, #92bb9745 0%, #ffcd64 100%);
}

/* .services-item img{
	position: relative;
    margin: 0 auto;
	 z-index: 1;
}
.services-item img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1c40f;
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 10px; 
} */
/* .services-item figure {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    z-index: 1;
}

.services-item figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1c40f;
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 10px; 
}
 */
/* Make sure image fits inside the rotated container */
/* .services-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */

/* Where we work */
/* .map-section {
  background-color: #f9f9f9;
} */

.section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
}




p.map-para {
    font-size: 19px !important;
    width: 50% !important;
    line-height: 35px !important;
}

.community-focus {
  background: #fff;
  font-family: 'Georgia', serif;
}

.community-focus h2 {
  font-size: 24px;
  color: #444;
}

.community-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--primary);
}

.community-desc {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

/* ✅ Set paragraph font size *



/* BLOG SECTION CSS */

.homeblog {
    background: #f9f9f9;
    padding: 50px 0 60px;
    margin-top: 20px;
}
.homeblog .row, .blogpost .row {
    row-gap: 25px;
}
.homebloglist {
    border-radius: 10px;
    transition: .5s;
    box-shadow: 0 0 40px 5px #0000000d;
    padding: 8px;
}
.homebloglist:hover {
    transform: translateY(-2px);
    background: var(--white);
}
.homebloglist:hover img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}
.homeblogbox h3 {
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homeblogbox span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 12px;
    display: block;
}
.homebloglist figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.user {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
}
.homebloglist img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s;
}
.homeblogbox {
    padding: 20px;
    position: relative;
}
.homebloglist p {
    margin: 10px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homebloglist ul {
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 0 0 12px;
    margin-bottom: 15px;
}
.homebloglist ul li, .homebloglist ul li a {
    font-size: 15px;
}
.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}
.homebloglist .btn-primary {
    padding: 9px 15px !important;
    font-weight: 300;
    margin-top: 12px;
}
.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.blogpost .homeblog {
    background: none;
    padding: 0;
}

.homebloglist figure:before, .whychoose-thumb:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
	z-index:-3;
}
.homebloglist:hover figure:before, .whychoose-thumb:hover:before {
    animation: shine 1s;
	z-index: 1;

}
/* Contact */
.homecontact {
    padding: 50px 0 60px;
    background: linear-gradient(45deg, #040f2ac9, #040f2a), url(../images/home-contact.webp) no-repeat center center / cover;
    overflow: hidden;
    background-attachment: fixed;
}
.homecontact .heading {
    color: #fff;
}
.homecontact-form {
    width: 100%;
}
.homecontact-form .subheading:before, .homecontact-form .subheading:after {
    background: var(--white);
}
form.wpcf7-form.init {
    background: #f9f9f908;
    padding: 23px;
    border-radius: 10px;
}
/* Footer */

footer {
    background: #111d19;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer a.footer-logo img {
    width: 150px;
    margin-bottom: 15px;
}
.ftr-about a {
    text-decoration: underline;
    text-underline-offset: 5px;
    letter-spacing: 1px;
    margin-top: 5px;
}
.ftr-about {
    border-bottom: 1px solid #ffffff1c;
    padding-bottom: 25px;
    padding-right: 25px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer .col-lg-3 {
    padding: 50px 30px;
}
footer .col-lg-2 {
    padding: 50px 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}
footer .col-lg-4 {
    border-right: 1px solid #ffffff1c;
    padding: 50px 0 35px;
}
footer h3 {
    color: #efefeff0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .5px;
	position: relative;
}
footer h3:after {
    background: var(--secondary);
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    bottom: -10px;
    left: 6px;
   
}
.menu {
    margin-top: 29px;
}
footer .row a {
    display: inline-flex;
    font-size: 15px;
    align-items: center;
    column-gap: 10px;
}
footer i.fas.fa-map-marker-alt {
    margin-right: 13px;
}
i.fas.fa-map-marker-alt {
    width: 39%;
    margin-left: 9px;
}
footer a, footer ul li {
    color: #efefeff0;
    font-size: 14.5px;
    transition: 0.5s ease-in-out;
    margin-bottom: 7px;
    position: relative;
    left: 9px;
}
 footer .menu li:before {
    position: absolute;
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    left: -15px;
    font-weight: 600;
    font-size: 15px;
    color: var(--secondary);
}
.ftr-about a {
    font-size: 18px !important;
    color: var(--secondary);
    display: inline-block !important;
}
ul.ftrcontact {
    margin-top: 30px;
}
footer a:hover{
	color:var(--primary);
}
.ftrcontact li {
    margin-bottom: 10px;
    display: inline-flex;
}
footer ul.menu li a {
    line-height: 23px;
}

.ftrcontact i,
.ftr-address i {
    height: 34px;
    width: 35px;
    background: #f2962017;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

footer p {
    margin-bottom: 5px;
    color: #efefeff0;
    font-size: 15px;
    font-weight: 400;
}
.ftr-smoicons {
    column-gap: 8px;
    margin-top: 18px;
}
.ftr-smoicons li {
    color: var(--white);
    font-size: 16px;
}
/* .ftrlinks li:before {
    position: absolute;
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
    color: var(--primary);
} */
.ftr-smoicons li a {
    color: var(--white);
    font-size: 14px;
    background: #ffffff17;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.ftr-smoicons svg path{
fill: var(--white);	
}
.ftr-smoicons li a i {
    margin: 0;
}
.ftr-address {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.copyright {
    text-align: center;
    border-top: 1px solid #ffffff1a;
    padding: 15px 0;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
    margin: 0;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
	transition:0.5s ease-in-out;
}
.copyright p a:hover{
	color:var(--primary);
}
.newsletter {
    background: var(--primary);
    margin-top: 30px;
    border-radius: 6px;
    padding: 14px;
}
.newsletter-cnt {
    column-gap: 20px;
    align-items: center;
}
.newsletter-cnt h3, .newsletter-cnt h3 span{
	color:var(--white);
}
.newsletter-cnt h3 span {
    font-size: 17px;
    padding-top: 6px;
}
.newsletter-cnt img{
	transition:0.5s ease-in-out;
}
.newsletter-cnt:hover img{
	transform: rotateY(180deg);
}
.newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000;
    font-size: 20px;
    font-family: 'Font Awesome 5 Brands';
    width: 100%;
    height: 100%;
    padding: 12px 20px;
}
.newsletter  .wpcf7-spinner{
	display:none;
}
.newsletter  input {
    margin: 0;
    padding: 12px 20px;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 30px;
    border-radius: 6px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid #ffffff78;
    background: var(
    --primary);
    width: 50px;
    color: var(--white);
    height: 55px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 13px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 20%;
    right: 25px;
    z-index: 99999999;
    padding: 7px 11px;
    background: #056a62;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    display: flex !important;
    align-items: center;
    column-gap: 5px;
}


.qrcode {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 11;
    background: #f4f7fc;
    padding: 5px;
    border-radius: 4px;
    overflow: hidden;
}
.qrcode img {
    width: 80px;
}

/* #whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
} */

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 25px;
}
#whatsappbtn span {
    font-size: 17px;
    font-weight: 400;
}
.secondary-container {
	padding: 60px 0;
}
section.map-section img {
    position: relative;
    top: -3px !important;
    right: -30% !important;
}
.breadcrumb {
    background: linear-gradient(45deg, #257830, #da800ddb);
    padding: 80px 0;
    text-align: center;
}

.breadcrumb h1 {
    font-weight: 700;
    font-size: 30px;
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}

.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* WHAT WE ARE PAGE CSS */
.ourmission{
	padding:60px 0;
	margin-top:60px;
	background:#eff2ff;
}
.whatwedo{
    padding: 60px 0 ;
}
.whatwedo .row{
	row-gap:22px;
}
.whatwedo-item {
    background: white;
    box-shadow: 0 0 14px #e1e1e1;
    border-radius: 3px;
    overflow: hidden;
	border: 1px solid #6878d738;
	height:100%;
	position:relative;
}
.whatwedo-item  h3 {
    text-decoration: underline;
    text-underline-offset: 8px;
    margin: 15px 0 60px;
    color: var(--primary);
    font-size: 19px;
}
figure.whatwedo-icon {
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto -43px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 14px #e1e1e194;
    border-bottom: 5px solid #6878d7;
    border-left: 6px solid var(--primary);
    left: 50%;
    top: 0;
    transform: translate(-50%, 55px);
}
.whatwedo-icon img{
    vertical-align: middle;
    width: 50px;
    object-fit: cover;
}
figure.whatwedo-img {
    border-top: 6px solid var(--primary);
    height: 195px;
}
.whatwedo-img img{
	height:100%;
	object-fit:cover;
}
.ourprocess{
	padding:60px 0;
	background: url(../images/servicebg.jpg) no-repeat bottom center / cover;
    background-attachment: fixed;
}
.ourprocess .row{
	row-gap:22px;
}
.ourprocess-item {
    padding: 25px;
    background: white;
    border-radius: 6px;
    height: 100%;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.why-choose {
    padding: 80px 0 68px;
    position: relative;
    z-index: 0;
    background: #eff2ff73;
}
.why-choose:after{
	width:34%;
	background:#083962;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:"";
	z-index:-1;
}
.why-choose-info {
    border-radius: 6px;
    border: 1px solid #6878d754;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    text-align: center;
	background:#fff;
}
.why-choose-info figure {
    width: 80px;
    height: 80px;
    background: var(--primary);
    border-radius: 50%;
    margin: 20px auto 0;
}
.why-choose-info img{
	width:50px !important;
}
.why-choose-info h3 {
    background: var(--primary);
    color: white;
    padding: 5px;
    margin-top: 17px;
    font-size: 20px;
}
.why-choose-info p {
    margin: 0 13px 25px;
    height: 160px;
    overflow-y: scroll;
    padding: 2px  15px 0 0px;
}
        .why-choose-info p::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
            border-radius: 10px;
            background-color:#444;
        }
       .why-choose-info p::-webkit-scrollbar {
            width: 2px;
            background-color: #444;
        }
        .why-choose-info p::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
            background: #777;
        }
.why-choose .whychoosecont {
    padding: 60px 0 10px;
}
.why-choose .whychoose-item {
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.ourprocess-item figure {
    width: 95px;
    height: 95px;
    border-radius: 6px;
    border: 1px solid #6878d738;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    margin: 10px auto 15px;
    position: relative;
	
}
.ourprocess-item span {
    font-size: 102px;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-text-stroke: 1px #6878d738;
    color: transparent;
}
.ourprocess-item h3 {
    font-size: 25px;
    margin: 20px 0 12px;
}
.ourprocess-item img {
    width: 50px;
}
.ourprocess-item{
	border:1px solid #6878d738;
}
.homebloglist ul {
    column-gap: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.startproject {
    padding: 100px 0;
    background: linear-gradient(#00000042, #00000042), url(../images/getstarted-bg.jpg);
    background-attachment: fixed;
    text-align: center;
}
.startproject-cnt{
	width:75%;
	margin:auto;
}
.startproject-cnt .heading {
    margin-bottom: 5px;
}
/*Reviews*/

.reviews p.text-center {
    width: 100%;
    margin-bottom: 44px;
}
/* SERVICE DETAILS PAGE CSS */

.service-dtl {
    padding: 50px 0;
    background: linear-gradient(120deg, #6878d70f 45%, #6878d71a 65%, #6878d726 10%);
}
.service-dtl .heading {
    margin-bottom: 10px;
}
.service-dtl .servicedtl-img img{
	width:100%;
	height:auto;
}
.servicedtl-content {
    background: #ffffff8c;
    padding: 25px;
    border-left: 3px solid #6878d775;
    border-radius: 15px;
}

/* CAREERS PAGE CSS */

.career img {
    border: solid 1px var(--primary);
    padding: 5px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.career form {
    box-shadow: 0 0 14px #efefef;
    padding: 28px;
    border: 1px solid #6878d726;
    border-radius: 6px;
}
.career div#wpcf7-f156-o1{
    padding: 25px;
    background: #6878d729;
    border-radius: 10px;
    border: 1px dashed #6878d7a6;
    box-shadow: 0 0 10px #e1e1e1;
}
.career div#wpcf7-f156-o1 .wpcf7-spinner{
	display:none;
}
.career .startproject{
	margin-top:60px;
}
.career input, .career textarea{
    margin: 0 0 16px;
}
.career textarea {
    height: 110px;
}
.career input[type="submit"] {
    margin: 0;
}
.career form p {
    margin: 0;
    line-height: normal;
}
.career form label, .career .wpcf7-form-control-wrap{
    display: block;
}
.career form br {
    display: none;
}
.career form label {
    padding-bottom: 10px;
    font-weight: 500;
}


/* CONTACT US PAGE CSS */

.contactus form {
    padding: 35px 30px 25px;
    border-radius: 10px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    background: #f2ecf0;
}
.contactus_details {
    padding: 28px;
    background: #ae7d9d1f;
    border-left: none;
    margin-bottom: 14px;
    padding-left: 85px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border-right: 3px solid var(--primary);
}
.contactus_details p {
    margin: 0;
}
.contactus_details i.fas, .contactus_details i.fab {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--primary);
    color: transparent;
    height: 100%;
    width: 60px;
    border-radius: 0 60px 60px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 0 0 #0000001f;
    border-right: 2px solid var(
    --white);
    font-size: 22px;
    -webkit-text-stroke: 1px var(--white);
}
.contactus_details h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.contactus_details p a {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 400;
}
.contactus_details:last-child {
    margin: 0;
}
.contactus form input[type="submit"] {
    width: 100%;
    padding: 10px 20px 8px;
    border-radius: 6px;
    background: var(--primary);
}
.contactus form span.wpcf7-spinner {
    display: none;
}
.google-map {
    padding: 29px 10px;
    margin-top: 0;
}
.google-map iframe {
    width: 100%;
    height: 369px;
    border-radius: 10px;
}

footer .gglmap {
    margin: 35px 0 25px;
}

footer .gglmap iframe {
    height: 300px;
}

.col-lg-6.mt-lg-0.wow.animate__fadeInRight {
    margin-top: -29px !important;
}
.featuers-box {
    background-color: #f6fafb;
    padding: 30px;
    border-radius: 5px;
    border: 1px dotted #03a7f1;
}

.featuers-box .icon {
    width: 84px;
    border-radius: 41px;
    margin: 0 auto;
    /* height: 46%; */
    background: white;
    padding: 11px;
    border: 1px solid #03a7f1;
}

/* -----end about-us------ */
/* Lagal Status */

section.legal_status {
    padding: 60px 0px;
}
/* MISSION */

.missions {
    background-attachment: fixed !important;
    background: linear-gradient(90deg, #00000029, #00000029), url(../images/Screenshot_3.png) no-repeat bottom center / cover;
    padding: 65px 0;
    margin-top: 50px;
}
.missions-item {
    background: #00000057;
    padding: 25px;
    border: 1px solid #ffffff17;
    border-radius: 20px 0 20px 20px;
    height: 100% !important;
}
.missions-item figure {
    background: #e3f5fd;
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 15px 15px;
}
.missions-item img {
    width: 70px;
}
.missions-item h3 {
    margin: 10px 0 5px;
    color: #ffff;
    font-size: 22px;
    font-weight: 700;
}
.missions-item h4 {
    font-size: 26px;
    font-weight: 700;
    color: var(--primary);
}
.missions-item h4::after {
    content: "+";
    font-size: 22px;
    color: var(--primary);
    margin-left: 4px;
}
.contactus .startproject {
    display: none;
}

/* mission section */
.vision-mission-values {
  background-color: #f8f9fa;
}

.info-box {
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
	position:relative;
}
.info-box:hover::after {
  content: "";
  position: absolute;
  width: 100px;  
  height: 100px; 
  border-top: 4px solid var(--primary);   
  border-left: 4px solid var(--primary);  
  top: 0;
  left: 0;
  border-top-left-radius: 12px; 
} 

.info-box:hover::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-bottom: 4px solid var(--primary);
    border-right: 4px solid var(--primary);
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 12px;
}

.info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.info-box h3 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--black) !important;
}

.info-box p {
  font-size: 15px;
  color: #555;
}
.info-box img {
    height: auto;
    display: inline-block;
    width: 166px;
    height: 162px;
}

/* Team section */
.our-team {
/*   background-color: #f8f9fa; */
}
 .our-team  p.text-center {
    margin: 0 auto;
    width: 80%;
}
section.our-team h2 {
    font-size: 28px;
    font-weight: 700;
}

.leadership-section {
    padding: 64px 0;
    font-family: Arial, sans-serif;
}

.leader-card {
  background: #fff;
  padding: 30px;
  margin: auto;
  text-align: center; /* Center everything */
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.leader-card img {
  max-width: 200px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #007b5e;
  text-transform: uppercase;
}

.leader-name {
  font-weight: 700;
  font-size: 28px;
  color: #333;
  margin: 5px 0;
}

.leader-role {
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 20px;
}
.leader-description {
    font-size: 15px;
    line-height: 23px;
    color: #444;
    margin-bottom: 15px;
    text-align: center;
}




.team-member img {
  object-fit: cover;
  border: 4px solid var(--primary);
}

.team-info {
    color: #333;
    background: #00000029;
    margin-top: 0px;
    padding: 34px 5px 7px;
    border-radius: 20px;
    height: 100%;
}

.team-info h4 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
    font-weight: 300;
}

/* .team-info p.text-muted {
  font-style: italic;
  color: #777;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
} */

.team-info p {
    font-size: 16px !important;
    line-height: 1.4;
    color: var(--primary) !important;
}

/* Our work */

.operational_strategy h2 {
    color: var(--primary) !important;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    text-align: center; 
}

.operational_strategy h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;   
    height: 3px;   
    background-color: var(--primary);
    border-radius: 2px; 
}


img.work_img {
    width: 88%;
    height: 295px !important;
    border-radius: 26px;
    object-fit: cover;
    object-position: top;
}
.work-section p {
    font-size: 17px;
    width: 100%;
}


.work-section .row {
    row-gap: 22px;
}
h2.section-heading {
    font-size: 34px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: var(--primary);
}
hr {
    /* margin: -23px 27px; */
    margin-top: -12px;
    margin-bottom: 40px;
}


/* Event */
.event-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.event-box img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.event-box:hover img {
  transform: scale(1.1);
}

.event-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.event-box:hover .event-title {
  opacity: 1;
  transform: translateY(0);
}

/* Network */
.network-tabs-section {
  padding: 60px 20px;
  background-color: #f4f7fa;
}
.section-title {
    text-align: center;
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 36px;
}
.section-desc {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}
.tabs-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.tab-buttons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin-bottom: 30px;
}
.tab-buttons li {
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  font-weight: 600;
  color: #1a237e;
  transition: all 0.3s ease;
}
.tab-buttons li.active, .tab-buttons li:hover {
    background-color: var(--primary);
    color: #fff;
}
.tab-contents {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tab-image img {
    width: 100%;
    height: 380px;
    border-radius: 10px;
}
.tab-text {
 
}
.tab-text {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* Desktop layout: side-by-side */
@media (min-width: 768px) {
  .tab-inner {
    flex-direction: row;
/*     align-items: flex-start; */
  }
  .tab-image, .tab-text {
    width: 50%;
  }
}


/* Side-by-side layout on larger screens */
@media (min-width: 768px) {
  .tab-content {
    flex-direction: row;
    align-items: flex-start;
  }
  .tab-image,
  .tab-text {
    width: 50%;
  }
}


/* donor */

.donor-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f0f4ff 0%, #d9e2ff 100%);
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
}

.donor-title {
  font-size: 38px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.donor-columns {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.donor-card {
  background: #fff;
  padding: 40px 35px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(30, 60, 120, 0.12);
  width: 420px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  text-align: left;
  border: 2px solid transparent;
}

.donor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 50px rgba(30, 60, 120, 0.2);
  border-color: var(--primary);
}

.donor-heading {
  font-size: 26px;
  font-weight: 700;
  color: #344767;
  margin-bottom: 28px;
  border-left: 6px solid #4a67ff;
  padding-left: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.donor-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.donor-card li {
  font-size: 19px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #444b69;
  font-weight: 500;
  line-height: 1.3;
}

.donor-card li i {
  color: var(--primary);
  font-size: 20px;
  min-width: 24px;
  transition: color 0.3s ease;
}

.donor-card:hover li i {
  color: #2c3e50;
}

/* Responsive */
@media (max-width: 960px) {
  .donor-columns {
    flex-direction: column;
    align-items: center;
  }
  .donor-card {
    width: 90%;
    max-width: 500px;
  }
}


/* COURSE LIST SECTION CSS */

.course {
    background: #0282bc1c;
    padding: 45px 0 60px;
}
.course .heading, .highlights .heading{
    font-size: 33px;
}
.course .row {
    row-gap: 22px;
}
.course-list {
    background: var(--white);
    padding: 25px 20px;
    border-radius: 20px 0 20px 20px;
    border: 1px solid #03a7f133;
    transition: .5s;
	height:100%;
}
.course-list:hover {
    border: 1px dashed var(--primary);
    border-radius: 0 20px 20px 20px;
}
.course-list:hover figure{
 	transform: rotate3d(1, 1, 1, 360deg);
}
.course-list figure {
    background: #03a7f11c;
    height: 85px;
    width: 85px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 20px 20px;
    border: 1px dashed var(--primary);
    margin-bottom: 10px;
	transition:1s;
}
.course-list figure img {
    width: 60px;
}
.course-info h3 {
    margin-bottom: 5px;
}

/* TOOLS SECTION CSS */

.tools {
    padding-top: 50px;
}
.tools .heading, .question .heading {
    font-size: 33px;
    margin-bottom: 20px;
}
.tools-item {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
    column-gap: 14px;
}
.tools-item li {
    width: 19%;
}
.tools-item li figure {
    box-shadow: 0 0 14px #03a7f112;
    border: 1px solid #03a7f12e;
    border-radius: 6px;
    overflow: hidden;
    transition: .5s;
}
.tools-item li figure:hover {
    transform: translateY(-10px);
    border: 1px solid var(--primary);
}


/* Policies Section */
section.policies-section.py-5 {
    background: #0000002e;
}
.card {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary) !important;
    border-radius: 20px;
    text-align: center;
}
 .card a.btn.btn-primary.mt-3.align-self-start {
    margin: auto;
}



/* APPROACH SECTION CSS */

.approach {
    background: linear-gradient(45deg, #050020de, #050020de), url(../images/course_bg.jpg) no-repeat bottom center / cover;
    padding: 45px 0 60px;
}
.approach .row {
    row-gap: 22px;
}
.approach .heading {
    font-size: 35px;
}
.approach-item {
    height: 100%;
    padding: 10px;
    border-radius: 20px 20px 0 20px;
    background: var(--white);
}
.approach-item figure {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}
.approach-item img {
    border-radius: 20px 20px 0 20px;
    height: 250px;
    object-fit: cover;
    transition: transform 0.8s ease-in-out;
}
.approach-item:hover img {
    transform: scale(1.1);
    filter: hue-rotate(45deg);
}
.approach-item h3 {
    margin: 10px 0 5px;
}

/* INSTITUTE SECTION CSS */

.institute {
    background: #0282bc0f;
    padding: 55px 0 60px;
    margin-top: 55px;
}
.institute img {
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.institute-content h2 {
    font-size: 28px;
}
.institute-content p {
    line-height: 30px;
    margin-bottom: 0;
}


/* AUTO POPUP MODAL SECTION CSS */

.modal-description {
    background: #fff0ea;
    padding: 30px;
}
.modal-description h2 {
    font-size: 25px;
}
.modal-description h2 span {
    color: var(--primary);
}
.modal-description h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.modal-description li {
    line-height: 40px;
    position: relative;
    padding-left: 20px;
}
.modal-description li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
}
.modal-description img {
    width: 120px;
    margin-top: 15px;
}
.automodal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}
.modal-form {
    padding: 25px 25px 20px;
    background: var(--white);
    border: 1px solid #569f2a2e;
    border-radius: 6px;
}
.modal-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 6px;
}
.modal-form input[type="text"], input[type="email"], input[type="tel"] {
    padding: 10px 15px;
    border-radius: 4px;
}
.modal-form .wpcf7-spinner {
    display: none;
}
.dontaion {
	position:relative;
    height: 400px;
    object-fit: cover;
    background-color: #f9f9f9;
    background: url(../images/call-to-action-1.jpg) no-repeat bottom center / cover;
    background-attachment: fixed;
}
.description h2 {
    text-align: center;
    /* align-items: center; */
    width: 70%;
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.description a {
    position: absolute;
    font-size: 16px;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(max-width:991px){
.hdrlogo {
    height: 95px;
    width: 95px;
}
header img {
    width: 65px;
}
header .col-sm-10 {
    text-align: -webkit-right;
}
#rmp_menu_trigger-573 {
    width: 42px;
    height: 42px;
    position: relative;
    top: 15px;
    border-radius: 2px;
    display: none;
    text-decoration: none;
    right: 0;
    background: var(--primary) !important;
    transition: transform 0.5s, background-color 0.5s;
}
	.about-content {
    text-align: center;
    margin-top: 20px;
}
	.container, .container-md, .container-sm {
    max-width: 100%;
}
	.homecontact .row {
    row-gap: 20px;
}
	.ftr-about {
    border-bottom: none !important;
    padding-bottom: 25px;
    padding-right: 25px;
}
	footer .col-lg-4 {
    border-right: none !important; 
    padding: 50px 0 35px;
}
	footer .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	.ftrcontact li {
    margin-bottom: 10px;
    display: flex;
}
	i.fas.fa-map-marker-alt {
    width: 13%;
    margin-left: 9px;
}
	.about p {
    text-align: center;
    margin: 12px 0px 0px;
}
	.vision-mission-values .row {
    display: flex;
    flex-wrap: wrap;
  }

  .vision-mission-values .col-md-4 {
    flex: 0 0 50%; /* 2 columns */
    max-width: 50%;
  }

  /* Make the last card full width */
  .vision-mission-values .col-md-4:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
	section.legal_status {
    padding: 0px 0px 38px;
}
	.legal_status .row.justify-content-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.policies-section .col-md-6 {
    flex-grow: 1;
}
	.operational_strategy .row.justify-content-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	.donor-columns {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}
	p.map-para {
    width: 64% !important;
}
.mainslider .carousel-content {
    width: 70%;
}
.mainslider .carousel-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.mainslider .carousel-caption h2 {
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 10px;
}
.mainslider figure img {
    height: 450px;
}
.benefits .row {
    row-gap: 22px;
}
.about-content .leftheading {
    margin-bottom: 5px !important;
    font-size: 35px;
    text-align: center;
    line-height: 45px;
}
.about-content {
    text-align: center;
}
.cause {
    padding: 30px 0 45px;
}
.cause .row {
    row-gap: 22px;
}
.heading {
    margin: 0 auto 25px;
    font-size: 35px;
    line-height: 40px;
}
.subheading {
    font-size: 20px;
}
.benefits {
    padding: 45px 0;
}
.join {
    padding: 40px 0 70px;
}
.join h2 {
    font-size: 40px;
    width: 100%;
    margin: 0 auto 10px;
    line-height: 50px;
}
.event {
    padding: 40px 0;
}
.testimonial {
    padding: 30px 0;
}
.client {
    padding: 40px 0;
}
.client-logo img {
    width: 80px !important;
}
.missions-item {
    padding: 20px;
}
.missions .row {
    row-gap: 22px;
}
.founder .row {
    row-gap: 22px;
}
}


@media(max-width:767px){
.mainslider .carousel-content {
    width: 100%;
    text-align: center;
}
.mainslider figure img {
    height: 400px;
}
.mainslider .carousel-caption h2 {
    font-size: 40px;
    line-height: 50px;
}
.benefits-item:before {
    background-size: cover;
}
.about-content .leftheading {
    font-size: 27px;
    line-height: 40px;
}
.join h2 {
    font-size: 35px;
    margin: 0 auto 10px;
    line-height: 45px;
}
.event {
    padding: 20px 0 30px;
}
.heading {
    margin: 0 auto 20px;
    font-size: 30px;
}
.client {
    padding: 30px 0;
}
.missions {
    padding: 45px 0;
    margin-top: 30px;
}
.founder-content h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
.founder {
    padding: 40px 0;
}
.secondary-container.contactus .row {
    row-gap: 22px;
}
.donate-content img {
    width: 100%;
}
	
	.services .row.justify-content-center {
    row-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	.aboutasrvcs figure {
    width: 268px;
    height: 253px;
}
	.we_do .row.justify-content-center {
    row-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	i.fas.fa-map-marker-alt {
    width: 27%;
    margin-left: 9px;
}
	.about p {
    text-align: center;
    margin: 2px 0px 0px;
    line-height: 21px;
}
	.about-content p {
    line-height: 23px !important;
}
	.servicescptn h3 {
    font-size: 18px;
}
	.policies-section .row.g-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
/* 	.policies-section .row .col-md-6:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  } */
	.policies-section .row.g-4 > div:last-child {
  grid-column: span 2;
}
	.missions  .row > div:last-child {
  grid-column: span 2;
}
	p.map-para {
    font-size: 17px !important;
    line-height: 32px !important;
}
	
	.founder {
    /* padding: 40px 0; */
    display: none !important;
}
	.donor-columns {
    display: grid !important;
    grid-template-columns: 1fr !important;
}
.missions .row {
    row-gap: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	p.map-para {
    width: 100% !important;
}
	.vision-mission-values .col-md-4 {
    max-width: 100% !important;
}
	.vision-mission-values .row {
    display: inline-block !important;
    flex-wrap: wrap;
}
}


@media(max-width:568px){
.breadcrumb {
    padding: 50px 0;
}
header .col-sm-2, header .col-sm-10 {
    width: 50%;
}
	header img {
    width: 183px;
}
	#rmp_menu_trigger-573 {
    top: 4px !important;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}
.mainslider .carousel-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.btn {
    padding: 8px 20px;
}
.mainslider figure img {
    height: 386px;
}
.benefits-item {
    justify-content: space-between;
}
.benefits-item h3 {
    font-size: 25px;
}
.join h2 {
    font-size: 27px;
    margin: 0 auto 5px;
    line-height: 36px;
}
.leftheading {
    font-size: 28px;
    margin-bottom: 5px;
}
.copyright {
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.contactus_details {
    padding: 20px;
    padding-left: 75px;
    border-radius: 10px;
}
.contactus form {
    padding: 25px 25px 20px;
}
.google-map iframe {
    height: 300px;
}
.secondary-container {
    padding: 40px 0;
}
.donate-content h2 {
    font-size: 22px;
    margin-top: 15px;
}
	.services .row.justify-content-center {
    row-gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
}
	.heading {
    margin: 0 auto 20px;
    font-size: 40px;
}
	.we_do .row.justify-content-center {
    row-gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
}
	footer .row {
    display: grid;
    grid-template-columns: 1fr;
}
	.ftr-smoicons {
    margin-top: 0px;
}
	footer .col-lg-2 {
    padding: 0px 16px;
}
	footer .col-lg-3 {
    padding: 0px 16px;
}
	i.fas.fa-map-marker-alt {
    width: 9%;
    margin-left: 9px;
}
	.our-team  p.text-center {
    /* margin: 0 auto; */
    width: 100%;
}
	.legal_status .row.justify-content-center {
    display: grid;
    grid-template-columns: 1fr;
}
	.policies-section .row.g-4 > div:last-child {
    grid-column: span 1;
}
	.policies-section .row.g-4 {
    display: grid;
    grid-template-columns: 1fr;
}
	.operational_strategy .row.justify-content-center {
    display: grid;
    grid-template-columns: 1fr;
}
	.missions .row {
    row-gap: 22px;
    display: grid;
    grid-template-columns: 1fr;
}
	.missions  .row > div:last-child {
    grid-column: span 1;
}
	h2.section-heading {
    font-size: 29px;
}
	p.map-para {
    font-size: 15px !important;
    line-height: 30px !important;
}
	section.map-section img {
    position: relative;
    top: -3px !important;
    right: -10% !important;
}
	.community-desc {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    text-align: justify;
}
	.donor-title {
    font-size: 29px;
   margin-bottom: 30px;
}
	.donor-section {
    padding: 60px 20px;
}
	
}

@media(max-width:414px){
.hdrlogo {
    height: 85px;
    width: 85px;
}
header img {
    width: 60px;
}
.mainslider figure img {
    object-position: right;
}
.container{
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.about-content .leftheading {
    font-size: 20px;
    line-height: 30px;
}
.join h2 {
    font-size: 22px;
    margin: 0 auto 5px;
    line-height: 30px;
}
.leftheading {
    font-size: 23px;
    margin-bottom: 5px;
}
.heading {
    margin: 0 auto 20px;
    font-size: 31px;
    line-height: 30px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  
}
	#rmp_menu_trigger-573 {
    right: 31px !important; 
}
	.about img {
    height: 354px;
}
	button.slick-next.slick-arrow {
    right: 0px !important;
}
	button.slick-prev.slick-arrow {
    left: 0px !important;
}
	footer .container {
    padding: 0px 23px !important ;
}
	i.fas.fa-map-marker-alt {
    width: 17%;
    margin-left: 9px;
}
	figure.hdrlogo {
    margin-left: -46% !important;
}
	#rmp_menu_trigger-573 {
    right: -16px !important;
		top:11px !important;
}
}


@media(max-width:360px){
.mainslider .carousel-caption h2 {
    font-size: 21px;
    line-height: 27px;
}
	.carousel-control-next, .carousel-control-prev {
    width: 40px !important;
    height: 40px !important;
    bottom: 36%;
}
.homecontact {
    padding: 50px 0 0px;
}
i.fas.fa-map-marker-alt {
    width: 24%;
    margin-left: 9px;
}
	#GoToTop {
    bottom: 13px;
    right: 11px;
}
	img.work_img {
    width: 100%;
}
	.work-section p {
    font-size: 15px;
    width: 100%;
    line-height: 24px;
}
	p.map-para {
    font-size: 15px !important;
    line-height: 27px !important;
}
	.community-desc {
    font-size: 15px;
    line-height: 24px;
}
	.tab-contents {
    padding: 16px;
}
	.tab-image img {
    width: 100%;
    height: 300px !important;
    border-radius: 10px;
}
	.donor-card {
    width: 100% !important;
}
	.donor-heading {
    font-size: 20px;
    margin-bottom: 24px;
}
	ul.ftrcontact {
    margin-top: 30px;
    margin-left: -20px !important;
}
	.heading {
    font-size: 26px !important;
}
	.contactus .container-fluid  {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
}
