@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
:root {
    --primary: #d95490;
    --secondary:#06587c;
    --white: #fff;
    --black: #000;
    --gradient: linear-gradient(#f87217, #000) ;
}


body {
    margin: 0;
    padding: 0 !important;
	font-family: "Work Sans", 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: 15px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Work Sans", 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: "Work Sans", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 110px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family: "Work Sans", 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: "Work Sans", sans-serif;
    color: #464d58;
    font-size: 15.5px;
    line-height: 28px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
    font-family: "Work Sans", 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: 42px;
    position: relative;
    text-align: center;
    width: fit-content;
    letter-spacing: .5px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
}
.heading {
    display: block;
    margin: 0 auto 65px;
}
.heading:after {
    position: absolute;
    bottom: -19px;
    left: 50%;
    content: '';
    height: 2px;
    width: 80px;
    background: var(--primary);
    transform: translate(-50%,-50%);
}
.heading:before {
    position: absolute;
    bottom: -25px;
    left: 50%;
    content: '';
    height: 2px;
    width: 60px;
    background: var(--secondary);
    transform: translate(-50%,-50%);
}
.leftheading {
    text-align: start;
    position: relative;
    font-size: 38px;
    margin-bottom: 10px;
}
.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 17px;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Work Sans", sans-serif;
}
.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: var(--secondary);
    padding: 10px 0;
}
.top-contact {
    column-gap: 20px;
}
.top-contact p, .top-contact p a {
    color: var(--white);
    font-size: 15px;
}
.topcontact {
    align-items: center;
    position: relative;
    z-index: 99;
}

.smoicons {
    column-gap: 3px;
}
.smoicons li a {
    background: #ffffff21;
    color: var(--white);
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
}
.smoicons svg path {
    fill: var(--white);
}

.topcontact ul {
    column-gap: 20px;
}
.topcontact i {
    color: var(--white);
    background: #ffffff29;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
}
.topcontact li {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.topcontact a {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}
.topbar:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 53%;
    background: var(--primary);
    clip-path: polygon(0 0, 100% 0%, 93% 99%, 0% 100%);
    z-index: 9;
}
/* Header */
header .row {align-items: center;}
.logo img {
    position: absolute;
    top: -2px;
    width: 160px;
}
.logo span{
    color: var(--primary);
}
/* Menubar */
.navmenus {
    padding: 16px 0;
    position: relative;
}
.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
}
.mainmenu .btn-primary {margin-left: 10px;}

.navmenus .btn-secondary {
    border-radius: 50px;
    padding: 12px 14px!important;
    margin: 0 !important;
}
.menubar .btn:before {
    border-radius: 10px 10px 0 10px !important;
}

/* Main Slider */

.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    height: 586px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7);
}
.mainslider figure:after {
    background: linear-gradient(45deg, #00000057, #0000004d);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mainslider .carousel-caption {
    top: 53%;
    left: 45%;
    width: 100%;
    transform: translate(-65%,-50%);
    text-align: left;
}
.mainslider .carousel-content {
    width: 44%;
    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: 21px;
    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: 60px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    position: relative;
    padding-bottom: 0 !important;
}

.mainslider .carousel-caption h2 span {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.mainslider .carousel-content a.btn.btn-primary {
    margin-top: 27px;
    font-size: 15px;
    font-weight: 600;
}

@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);}   
}


/* HOME ABOUT SECTION CSS */

 .about {
    padding: 20px 0;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
    font-size: 40px;
    font-weight: 600;
    line-height: 53px;
    color: #182220;
}
.about-content span {
 color:var(--primary);
}
.about-content .subheading:after {
    position: absolute;
    content: '';
    top: 12px;
    left: 20px;
    height: 10px;
    width: 10px;
    background: var(--secondary);
    border-radius: 50%;
}
.about-content .subheading {
    background: #06587c2e;
    display: block;
    width: fit-content;
    padding: 5px 40px;
    border-radius: 50px;
    margin-bottom: 12px;
}
.about-content .top-heading {
    text-transform: uppercase;
    color: #1087bd;
    font-size: 14px;
    padding: 5px 31px;
    letter-spacing: 2px;
    font-family: "Barlow", sans-serif;
    background: #01477f3d;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
.about-content .top-heading:after {
    position: absolute;
    top: 11px;
    left: 15px;
    height: 8px;
    width: 8px;
    background: #1087bd;
    content: '';
    border-radius: 50%;
}
.about img {
    width: 100%;
    height: 100%;
}
.about figure{
overflow: hidden;
position: relative;
}
.aboutlogo {
    position: absolute;
    top: 45%;
    left: 42%;
    transform: translate(-50%,-50%);
}
.aboutlogo img {
    width: 110px;
    height: 110px;
}

/*About Team */
.about-team {
    padding: 40px !important;
}
 .sec-bubble {
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.sec-bubble .bubble1 {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--yellow);
    border-radius: 50%;
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-infinite {
  animation: rotateInfinite 5s linear infinite;
}
.aboutlist ul , .whowearelist  ul{
    display: flex;
	flex-direction:column;
    row-gap: 10px;
	margin-top:20px;
}
.about-content {
    border-right: 2px solid var(--secondary);
    padding: 20px 14px;
	border-radius:20px
}
.about-content .btn {
    margin-top: 10px;
}
.our-work {
    padding: 26px 10px;
}
/* CAUSE SECTION CSS */
.cause {
    background: #f788ba1f;
    padding: 50px 0 60px;
    margin-bottom: 60px;
}
.cause-item {
    background: var(--white);
    padding: 30px 20px;
    box-shadow: 0 0 40px 5px #0000000d;
    border-radius: 20px 0 20px 0;
    transition: .4s;
    height: 100%;
    border: 1px solid #1faceb;
    text-align: center;
}
.cause-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;
}
.cause-item img {
    width: 60px !important;
}
.cause-info h3 {
    font-weight: 600;
    color: #182220;
    margin: 18px 0 13px;
    font-size: 25px;
}
.cause-info a {
    color: var(--primary);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    margin-top: 13px;
    display: inline-block;
    border-radius: 6px;
    border-bottom: 2px solid var(--primary);
}
.cause .row {
    row-gap: 20px;
}

/* servicse section  */
.services {
    padding: 60px 0;
}

.aboutservices figure {
    height: 500px;
    width: 400px;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutservices figure img {
    height: 100%;
    width: 100% !important;
    background-size: cover !important;
    object-fit: cover;
}
/* .whychoose-slider .slick-slide {
  opacity: 0.5;
  filter: blur(4px);
  transition: all 0.3s ease;
}

.whychoose-slider .slick-center {
  opacity: 1;
  filter: none;
} */
.whychoose-slider .slick-slide {
  filter: blur(4px);
  transition: filter 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
}

.whychoose-slider .slick-center {
  filter: none;
  opacity: 1;
}
.gallery-slider .slick-slide {
  opacity: 0.4;
  filter: blur(5px);
  transition: all 0.4s ease;
  transform: scale(0.9);
}

.gallery-slider .slick-center {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}



/* .aboutservices {
    background: var(--white);
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    text-align: center;
    padding: 25px 0 10px;
    border-radius: 8px;
    border: 1px dashed #f872175e;
} */
/* .servicesinfo figure {
    height: 80px;
    width: 80px;
    background: linear-gradient(90deg, #000000, var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 auto 15px;
    transition: transform 0.3s ease-in-out;
} */
/* .servicesinfo img {
    width: 55px !important;
    height: auto;
    filter: brightness(1) !important;
    transition: filter 0.3s ease, transform 0.3s ease-in-out;
} */
.servicesinfo h3 {
    color: var(--white);
    margin: 0;
    font-size: 23px;
    transition: color 0.3s ease;
    font-weight: 600;
}
.services .row {
    row-gap: 20px;
}
/* TESTIMONIAL*/
.testimonial {
    padding: 45px 0 55px;
    background: #f9f9f9;
    margin-top: 60px;
}
.testimonial .slick-track {
    margin-top: 60px;
}
.testimonial .rating {
    text-align: center;
    color: #ff6809;
    column-gap: 4px;
    font-size: 12px;
    margin-bottom: 15px;
    justify-content: center;
}
.testimonial-cnt {
    position: relative;
    background: url(../images/feature-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 10px 60px 0px #00000005;
    text-align: center;
    padding: 75px 25px 15px;
    z-index: 1;
    border: 1px solid #1faceb;
}
.testimonial-cnt:before {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
    content: '';
    background: url(
    ../images/review-shape.webp);
    height: 26px;
    width: 75px;
}
.testimonial-cnt:after {
    position: absolute;
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    -webkit-text-stroke: 1px #f2f2f2;
    color: transparent;
    font-size: 45px;
    bottom: 0;
    right: 28px;
}
.testimonial-item figure {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,-50%);
}
.testimonial-item img {
    border-radius: 50% !important;
    height: 120px;
    width: 120px !important;
    object-fit: cover;
}
.testimonial h3 {
    margin: 18px 0 5px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}

/*Program */
.programs-slider {
  display: flex;
  gap: 20px;
}

.program-cnt {
    border: 3px solid var(--primary);
    padding: 9px 13px;
    border-radius: 20px;
    /* position: relative; */
}


/* .program-cnt1 {
    border: 3px solid var(--primary);
    padding: 20px 30px;
    border-radius: 20px;
    margin-top: -38px;
} */

.program-cnt1 {
  position: relative;
  overflow: hidden;
  border: 3px solid var(--primary);
  padding: 20px 30px;
  border-radius: 20px;
  margin-top: -38px;
  background-color: #fff;
  z-index: 1;
}

/* Pseudo-element for the sliding background */
.program-cnt1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #089adb;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}


.program-cnt1:hover::before {
  transform: translateY(0);
}
.program-cnt1 p:hover::before {
	color:white !important;
}


.program-item {
  background: #fff;
  border-radius: 16px;
/*   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); */
  padding: 30px;
  min-height: 200px;
  flex: 1 0 300px;
  transition: transform 0.3s ease;
}

.program-item:hover {
  transform: translateY(-5px);
}

.program-cnt h3 {
    margin-top: 15px;
    font-size: 32PX;
    color: #020244;
    margin-bottom: 16px;
}

.program-cnt p {
    font-size: 16px;
    font-weight: 500;
    color: #020202;
    margin: 0;
    transition: color 0.4s ease-in-out;
}

/* Change paragraph color during transition */
.program-cnt1:hover .program-cnt p {
  color: #fff;
}

/* product section  */
.products {
    background: #f7f7f7;
    padding: 45px 0;
}
.aboutprdcts {
    background: #76c64114;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.aboutprdcts h3 {
    margin: 0;
    padding: 15px;
    font-size: 21px;
}
.products .row {
    row-gap: 20px;
}
.aboutprdcts img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: #fff;
}


/* CLIENT SECTION CSS */

.client {
    padding: 50px 0;
}
.client-logo img {
    width: 180px !important;
}
.client-logo {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 30px;
    background: #f8721705;
}

/* accordion section  */
.accordion-item {
    border-radius: 3px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.8rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #bc91c721;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: #2eaae8;
}

.accordion-button:focus {
    border-color: unset !important;
    box-shadow: unset !important;
}
.industrial-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}





/* HOME CONTACT SECTION CSS */
.homecontact {
    padding: 50px 0 60px;
    background: linear-gradient(45deg, #040f2ab5, #040f2ab5), 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: linear-gradient(45deg, #000000fa, #000000e6), url(https://algopagedev.com/work/rainbowriders.com/wp-content/uploads/2025/05/footer-bg.jpg);
    padding-top: 111px;
    position: relative;
    z-index: 9;
}
footer .logo {
    text-decoration: none !important;
    font-size: 38px !important;
    font-family: unset !important;
    margin-bottom: 20px;
}
footer .container {
    z-index: 9;
    position: relative;
}
footer:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 8px;
    height: 408px;
    width: 465px;
    background: #2196f338;
    border-radius: 0 0 37% 29%;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
/* footer a.footer-logo img {
    width: 130px;
    border-radius: 50%;
} */
.ftr-about a {
    text-decoration: underline;
    text-underline-offset: 5px;
    letter-spacing: 1px;
    margin-top: 5px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}

footer h3 {
    color: #efefeff0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .5px;
	position:relative;
}
footer h3:before {
    position: absolute;
    bottom: -10px;
    left: 3px;
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, var(--secondary), transparent);
    content: '';
    border-radius: 50px;
}

footer .menu-products-container {
    margin-top: 27px;
}
footer .ftrlinks {
    margin-top: -24px;
    margin-left: 47px;
}
footer .ftrcnt {
    margin-top: -24px;
    margin-left: -27px;
}
ul.ftrcontact {
    margin-top: 27px;
}
footer .row a {
    display: block;
    font-size: 15px;
}
footer a, footer ul li {
    color: #efefeff0;
    font-size: 14.5px;
    transition: 0.5s ease-in-out;
}
/* .ftr-about {
    margin-top: -16%;
} */
/* .footer-logo {
    height: 130px;
    width: 135px;
    background: var(--white);
    display: flex !important;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-bottom: 10px;
} */
.footer-logo {
    height: 142px;
    width: 141px;
    background: var(--white);
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 6px;
}

footer a.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Shows full image without stretching */
    border-radius: 50%;
}

footer a:hover {
    color: var(--primary);
}
footer .row {
    margin-bottom: 35px;
}
.ftrcontact li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.ftrlinks li {
    position: relative;
    padding-left:25px;
}
.ftrlinks li:before {
    position: absolute;
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
    color: var(--primary);
}
footer ul.menu li a {
    line-height: 35px;
    display:inline-block;
}

footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefeff0;
    font-size: 15px;
    font-weight: 400;
}
.ftrcontact i {
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff17;
    border-radius: 50%;
}
.ftr-smoicons {
    column-gap: 8px;
    margin-top: 18px;
}
.ftr-smoicons li {
    color: var(--white);
    font-size: 16px;
}
.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;
}
.copyright {
    text-align: center;
    padding: 12px 0;
    background: #0000000f;
    margin-top: 70px;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}
.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);
}
.ftr-about a {
    color: var(--white);
}
#GoToTop img {
    height: 34px;
    /* width: 50px; */
    object-fit: cover;
}
.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: 4%;
    left: 20px;
    z-index: 9;
    padding: 8px 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: var(--white);
   
}

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


.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;
}
.breadcrumb {
    background: linear-gradient(#f788ba, #1faceb);
    padding: 60px 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);
}

/*ABOUT US PAGE*/
.about-team {
    background: #f0f6fa;
    /* padding: 43px; */
    padding-bottom: 69px !important;
}

.col-5.section-team {
    padding: 20px 23px;
    background: #fff;
    /* clip-path: polygon(-3% 0%, 85% 0%, 100% 47%, 93% 77%, 86% 100%, 24% 101%, 0 100%, 0 38%, 0% 0); */
    border-radius: 16px;
    border-bottom-right-radius: 166px;
}
/* .section-team img {
    width: 67%;
    height: 299px;
    border-radius: 20px;
} */
.col-6.section-text {
    margin-left: 20px;
}
.section-text h3 {
    font-size: 38px;
    font-weight: 800;
    color: var(--primary);
}
.team-img {
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    height: 269px;
    border-radius: 20px;
}
.team-slider .swiper-slide {
  padding: 10px;
}
.team-member img.mb-2 {
    width: 220px;
    height: 214px;
    object-fit: cover;
    border-radius: 20px !important;
}
p.cnt {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary);
}
.team-img:hover {
  transform: scale(1.05);
  border: 1px solid var(--primary); /* Change to any border color you prefer */
  box-sizing: border-box;
}


/* 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: 15px 20px 15px;
    border-radius: 6px;
    background: var(--primary);
}
.contactus form span.wpcf7-spinner {
    display: none;
}
.google-map iframe {
    width: 100%;
    border-radius: 10px;
}
footer .gglmap {
    margin: 35px 0 25px;
}

footer .gglmap iframe {
    height: 300px;
}


.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;
}
/* WHY US */
/* .ourprocess-img img {
    width: 262px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    /* border: 2px solid var(--primary); */
} */
.ourprocess {
  padding: 60px 0;
  background: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ourprocess .heading {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 2.5rem;
  color: #333;
  position: relative;
}

.ourprocess .heading .subheading {
  display: block;
  font-size: 1.2rem;
  color: #007bff;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ourprocess .row {
    /* gap: 30px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 51px;
}

.ourprocess-item {
  background: #fff;
  padding: 30px 20px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: default;
  height: 100%;
	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ourprocess-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgb(0 0 0 / 0.15);
}

.ourprocess-img {
  width: 269px;
  height: 269px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9f2ff;
}

.ourprocess-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 2px 3px rgb(0 132 246 / 0.3));
  transition: transform 0.3s ease;
}


.ourprocess-item:hover .ourprocess-img img {
  transform: scale(1.1);
}

.ourprocess-item > span {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #007bff;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.2);
}

.ourprocess-item h3 {
    font-size: 25px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ourprocess-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 280px;
}

/* Responsive */
@media (max-width: 991px) {
  .ourprocess-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .ourprocess .heading {
    font-size: 2rem;
  }

  .ourprocess-item > span {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.1rem;
  }

  .ourprocess-item h3 {
    font-size: 1.2rem;
  }

  .ourprocess-item p {
    max-width: 100%;
  }
}


/* gallery page  */
.gallerylightboxlist {
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.gallery .row {
 row-gap:15px;
}


/* MISSION */
.missions {
    background-attachment: fixed !important;
    /* background: linear-gradient(90deg, #000000bd, #000000bf), url(../images/msnvsn.jpg) no-repeat center center / cover; */
    padding: -9px 0;
    margin-top: 50px;
    padding-bottom: 23px;
}
.movingX {
   animation: movingX 8s linear infinite;
    display: inline-block;
}
@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px); /* or any desired distance */
  }
}
.missions-item {
    background: #00000057;
    padding: 13px;
    border: 2px solid var(--primary);
    border-radius: 20px 0 20px 20px;
    height: 100%;
    border-left: 10px solid var(--primary);
/* 	clip-path: polygon(0% 15%, 27% 22%, 15% 0%, 85% 0%, 78% 21%, 100% 15%, 100% 85%, 78% 80%, 85% 100%, 15% 100%, 22% 80%, 0% 85%); */
}

.missions-item p {
    color: #fff !important;
    line-height: 28px;
}
.missions-item figure {
    background: #e3f5fd;
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 15px 15px;
    margin-bottom: 10px;
}
.missions-item img {
    width: 60px;
}
.missions-item h3 {
    margin: 10px 0 5px;
    color: var(--secondary);
    font-size: 25px;
    font-weight: 700;
}
.contactus .startproject {
    display: none;
}

.description a {
    position: absolute;
    font-size: 16px;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(max-width:991px){
.hdrlogo {
    height: 95px;
    width: 95px;
}
	.col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
    justify-items: end;
}
header img {
    width: 65px;
}
header .col-sm-10 {
    text-align: -webkit-right;
}
	#rmp_menu_trigger-573 {
    display: flex;
    justify-content: flex-end;  /* horizontal alignment */
    align-items: flex-end;      /* vertical alignment */
}
.menubar {
    display: none !important;
}
#rmp_menu_trigger-573 {
    top: 0 !important;
}
	.about-content {
    text-align: start;
}
	.mainslider .carousel-caption {
    transform: translate(-57%,-50%);
}
.mainslider .carousel-content {
    width: 70%;
}
.mainslider .carousel-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 60px;
    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;
}

.cause {
    padding: 30px 0 45px;
}
.cause .row {
    row-gap: 22px;
}
.heading {
    margin: 0 auto 42px;
    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;
}
	.missions .row .col-lg-6 {
    width: 100%;
}
	.missions .row {
    row-gap: 22px;
    display: grid !important;
    
}
	.topbar:after {
    width: 64%;
}

	.gallery-slider .slick-slide {
    transition: all 0.4s ease;
    opacity: 0.4;
    filter: blur(3px);
    transform: scale(0.85);
    z-index: 1;
    margin: 0 20px; /* space between slides */
}

/* Center (Active) Slide */
.gallery-slider .slick-center {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: scale(1) !important;
    z-index: 5 !important;
    position: relative;
}
footer .row {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	footer .ftrcnt {
    margin-top: 36px;
    margin-left: -12px;
}
	.ftr-about {
    margin-top: -38px;
}
footer:after {
    height: 375px;
   
}
	#rmp_menu_trigger-573:hover, #rmp_menu_trigger-573:focus {
    background: #34a8e6 !important;
   
}
	#rmp_menu_trigger-573 {
    display: block;
    background: #2fa9e7 !important;
}
/* About us	 */
	.col-5.section-team {
    width: 100%;
}
	.team-member img.mb-2 {
    width: 255px;
    height: 285px;
    object-fit: cover;
    border-radius: 20px !important;
    /* margin-left: 13px; */
}
	.col-7 {
    width: 100% !important;
}
/* Why Us	 */
	.ourprocess .col-lg-4.col-md-4.wow.animate__fadeInUp {
    width: 100% !important;
}
	.ourprocess .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 51px;
    row-gap: 7px;
    align-items: center;
    justify-content: center;
}
	.contactus_details {
    padding: 30px;
    margin-bottom: 50px;
    padding-left: 70px;
}
	.contactus .col-lg-4.col-md-6.col-sm-12 {
    width: 40%;
}
	.contactus .col-lg-8.col-md-6.col-sm-12 {
    width: 60% !important;
}
}


@media(max-width:767px){
.mainslider .carousel-content {
    width: 100%;
    text-align: center;
}
	.mainslider .carousel-caption {
    transform: translate(-45%,-50%);
}
	.cause .row {
    row-gap: 22px;
    margin-top: 42px;
}
	.testimonial-slider {
    margin-top: 40px;
}
	.ftr-about {
    margin-top: -33%;
}
	footer:after {
    height: 363px;
    width: 413px;
}
	footer .row > .col-lg-4.ps-lg-4:last-child {
    grid-column: span 2; /* span 2 columns */
}
	.topbar:after {
    width: 68%;
}
	.team-member.text-center.p-2.slick-slide.slick-current.slick-active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
}
	.contactus .col-lg-4.col-md-6.col-sm-12 {
    width: 100%;
}
	.contactus .col-lg-8.col-md-6.col-sm-12 {
    width: 100% !important;
}
	.contactus_details {
    padding: 39px;
    margin-bottom: 26px;
    padding-left: 70px;
}
.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%;
}
}

@media(max-width:667px){
	.smoicons {
    column-gap: 3px;
    margin-top: -30px;
}
	.topbar {
    background: var(--secondary);
    padding: 10px 0;
    height: 55px;
}
	.topbar:after {
    width: 78%;
}
	footer .ftrlinks {
    margin-top: 62px;
    margin-left: -5px;
}
	.ftr-about {
    margin-top: -9%;
}
	footer p {
    width: 68%;
}
	footer .row {
    margin-bottom: 35px;
    display: flex !important;
    flex-direction: column !important;
}
	.ourprocess .row {
    display: grid;
    grid-template-columns: 1fr !important;
    
}
}

@media(max-width:568px){
.breadcrumb {
    padding: 50px 0;
}
	.topbar {
    display: none !important;
}
	#rmp_menu_trigger-573 {
    display: block;
    left: 30% !important;
}
	footer:after {
    border-radius: 0 0 20% 20%;
}
	.teams {
    margin-top: 45px;
}
	.team-img {
    height: 252px;
    border-radius: 16px;
}
	.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
}
	.carousel-control-prev {
    left: 5px;
}
	.carousel-control-next {
    right: 12px;
}
header .col-sm-2, header .col-sm-10 {
    width: 50%;
}
.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: 300px;
}
.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;
}
}

@media(max-width:479px){
.ftr-about {
    margin-top: -19%;
}
	footer p {
    width: 100%;
}
	footer:after {
    height: 350px;
    width: 413px;
}
	.mainslider .carousel-content p {
    line-height: 25px;
}
	.about-content .leftheading {
    text-align: left;
}
	.section-text h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary);
}
	.team-img {
    height: 218px;
    border-radius: 16px;
}
}
@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: 22px;
    line-height: 30px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, -0.25rem) !important;
    padding-left: var(--bs-gutter-x, -0.25rem) !important;
}
	.ftr-about {
    margin-top: -19%;
    margin-left: 22px;
}
	footer .ftrlinks {
    margin-top: 30px;
    margin-left: 20px;
}
	footer .ftrcnt {
    margin-top: 30px;
    margin-left: 14px;
}
	footer:after {
    height: 334px;
    width: 96%;
}
	html {
    overflow-x: hidden;
}
	.cause {
    padding: 30px 14px 45px;
}
	.ourprocess {
    padding: 0px 14px;
}
	.secondary-container {
    padding: 40px 14px;
}
	.about {
    padding: 20px 14px;
}
	.missions {
    padding: 45px 14px;
    margin-top: 30px;
}
}

@media(max-width:375px){
.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: 22px;
    line-height: 30px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, -0.25rem) !important;
    padding-left: var(--bs-gutter-x, -0.25rem) !important;
}
	.mainslider .carousel-content p {
    line-height: 20px;
    font-size: 14px;
}
	.carousel-control-prev {
    left: 5px;
    top: 49%;
}
	.carousel-control-next {
    right: 12px;
    top: 49%;
}
	p {
    font-size: 14.5px;
    line-height: 24px;
    
}
	.missions-item p {
    color: #fff !important;
    line-height: 24px;
}
	.services {
    padding: 60px 14px;
}
	.aboutservices figure {
    height: 462px;
    width: 100%;
    
}
	.aboutservices figure img {
    height: 100%;
    width: 100% !important;
    background-size: cover !important;
    object-fit: cover;
}
	.gallery-slider{
    margin-top: 40px;
}
	footer:after {
    height: 330px;
    width: 98%;
}
	footer .ftrlinks {
    margin-top: 41px;
    margin-left: 20px;
}
	.team-img {
    height: 195px;
    border-radius: 16px;
}
	.section-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
}
}

