@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: #76c641;
    --secondary:#186b51;
    --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: 16px;
    font-weight: 500;
    color: var(--white);
}
.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: 29px;
    width: 200px;
}
.logo span{
    color: var(--primary);
}
/* Menubar */
.navmenus {
    padding: 25px 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 */
/* .mainbanner img {
    width: 100%;
    height: 380px;
    object-fit: fill;
    object-position: left;
} */
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    height: 585px;
    object-fit: cover;
}
.mainslider figure:after {
    background: linear-gradient(45deg, #00000057, #0000004d);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.mainslider .carousel-content {
    width: 75%;
    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: 45px;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin-bottom: 25px;
}
.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);}   
}


/* HOME ABOUT SECTION CSS */

 .about {
    padding: 60px 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: #f87217c4;
    border-radius: 50%;
}
.about-content .subheading {
    background: #f8721714;
    display: block;
    width: fit-content;
    padding: 5px 40px;
    border-radius: 50px;
    margin-bottom: 12px;
}
.about img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}
.about figure{
overflow: hidden;
position: relative;
}
.aboutlogo {
    position: absolute;
    top: 45%;
    left: 42%;
    transform: translate(-50%,-50%);
}
.aboutlogo img {
    width: 110px;
    height: 110px;
}
@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 {
    padding-left: 20px;
}
.about-content .btn {
    margin-top: 10px;
}
/* CAUSE SECTION CSS */

.cause {
    background: #76c6410d;
    padding: 50px 0 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 #76c64173;
    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 {
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    outline: 2px dotted var(--primary);
    outline-offset: 8px;
}
.aboutservices img {
    transition: filter 0.3s ease, transform 0.3s ease-in-out;
    width: 60px;
}
.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;
}
/* 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;
}

/* 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(../images/footer-bgs.webp);
    padding-top: 50px;
    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: 0;
    left: 10px;
    height: 435px;
    width: 465px;
    background: #76c6410d;
    border-radius: 0 0 50% 50%;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer a.footer-logo img {
    width: 102px;
    /* 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;
}
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;
}

.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 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);
}
.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;
}
.breadcrumb {
    background: linear-gradient(#000000d9, #f87217);
    padding: 121px 0 45px;
    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);
}


/* 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;
}

/* 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: 65px 0;
    margin-top: 50px;
}
.missions-item {
    background: #00000057;
    padding: 25px;
    border: 1px solid #ffffff2e;
    border-radius: 20px 0 20px 20px;
}
.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: #ffff;
    font-size: 22px;
    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;
}
	.navmenus .col-sm-7 {
    width: 53%;
     display:flex;
   justify-content:end;
}
	.navmenus {
    padding: 25px 0 35px;
}
	.navmenus .col-lg-2 {
    width: 20%;
    display: flex !important;
    justify-content: end;
}
	
header img {
    width: 65px;
}
header .col-sm-10 {
    text-align: -webkit-right;
}
#rmp_menu_trigger-573 {
    top: 0 !important;
}

.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;
}
.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;
}
	.mainslider .carousel-content {
    width: 97%;
}
	.mainslider .carousel-caption h2 {
    font-size: 36px !important;
    line-height: 60px !important;
    margin-bottom: 10px;
}
	.about {
    padding: 40px 0;
}
	.about-content {
    padding-left: 0 !important;
}
	.about-content {
    text-align: start !important;
}
	.heading {
    margin: 0 auto 25px;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px !important;
}
	.services {
    padding: 49px 0;
}
	.aboutservices {
    background: var(--white);
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    text-align: center;
    padding: 25px  6px;
    border-radius: 8px;
    border: 1px dashed #f872175e;
    height: 100%;
    width: 100%;
}
	.aboutprdcts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
}
	.aboutprdcts h3 {
    margin: 0;
    padding: 15px;
    font-size: 24px;
}
	footer {
    background: linear-gradient(45deg, #000000fa, #000000e6), url(../images/footer-bgs.webp);
    padding-top: 50px;
    position: relative;
    z-index: 9;
    overflow: hidden !important;
}
	footer:after {
    position: absolute;
    content: '';
    top: 0;
    left: 10px;
    height: 322px;
    width: 510px;
    background: #76c6410d;
    border-radius: 0 0 34% 34%;
}
	footer p {
    margin-bottom: 0;
    color: #efefeff0;
    font-size: 15px;
    font-weight: 400;
    width: 74%;
}
	footer:after {
    position: absolute;
    content: '';
    top: 0;
    left: 16px;
    height: 326px;
    width: 655px;
    background: #76c6410d;
    border-radius: 0 0 34% 34%;
}
	.ftrlinks {
    margin-top: 52px;
}
footer .row {
    row-gap: 20px;
}
.copyright {
    margin-top: 0;
}
.copyright p {
    width: 100%;
}
}


@media(max-width:767px){
.mainslider .carousel-content {
    width: 100%;
    text-align: center;
}
.navmenus .col-sm-7 {
    width: 45%;
    padding:0;
}
.navmenus .col-lg-2 {
    width: 30%;
    padding:0 !important;
}
.mainslider figure img {
    height: 400px;
}
.mainslider .carousel-caption h2 {
    font-size: 35px !important;
    line-height: 46px !important;
}
.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) {
footer:after {
    height: 345px !important;
}
.navmenus .col-lg-2 {
    width: 32%;
}
.navmenus .col-sm-7 {
    width: 40%;
}
	footer p {
    margin-bottom: 0;
    color: #efefeff0;
    font-size: 15px;
    font-weight: 400;
    width: 80%;
}
	.ftrlinks {
    margin-top: 30px;
}
	footer:after {
    position: absolute;
    content: '';
    top: 0;
    left: 10px;
    height: 368px;
    width: 514px;
    background: #76c6410d;
    border-radius: 0 0 30% 30%;
}
}

@media(max-width:568px){
.breadcrumb {
    padding: 50px 0;
}
header .col-sm-2, header .col-sm-10 {
    width: 50%;
}
.mainslider .carousel-caption h2 {
    font-size: 23px !important;
    line-height: 36px !important;
    margin-bottom: 10px;
}
.navmenus .col-sm-7 {
    width: 65%;
}
.navmenus .col-lg-2 {
    width: 32%;
}
.navmenus .btn-secondary {
    padding: 12px 12px!important;
    font-size: 13px;
}
.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;
}
	footer {
    background: linear-gradient(45deg, #000000fa, #000000e6), url(../images/footer-bgs.webp);
    padding-top: 50px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
	footer:after {
    position: absolute;
    content: '';
    top: 0;
    left: 10px;
    height: 353px;
    width: 553px;
    background: #76c6410d;
    border-radius: 0 0 30% 30%;
}
	.ftrlinks {
    margin-top: 40px;
}
	
}

@media (max-width:479px){
.navmenus .col-sm-7 {
    width: 60%;
}
.navmenus .col-lg-2 {
    width: 40%;
}
.logo img {
    top: 7px;
    width: 109px;
}
.carousel-control-prev {
    left: 2px !important;
}
.carousel-control-next {
    right: 2px !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
    height: 35px;
}
.services {
    padding: 40px 0;
}
footer:after {
    height: 379px !important;
    width: 400px;
}
}


@media(max-width:414px){
.hdrlogo {
    height: 85px;
    width: 85px;
}
.navmenus .btn-secondary {
    font-size: 12px;
}
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);
}
	.carousel-control-prev {
    left: 6px;
}
	.carousel-control-next {
    right: 6px;
}
	.mainslider .carousel-caption {
    top: 50%;
    left: 50%;
    width: 79%;
    transform: translate(-50%,-50%);
    text-align: center;
}
	.mainslider .carousel-content {
    width: 95%;
    text-align: center;
}
	.mainslider .carousel-caption h2 {
    font-size: 20px !important;
    line-height: 38px !important;
    margin-bottom: 10px;
}
	
.about-content .leftheading {
    font-size: 20px;
    line-height: 30px;
}
	.about figure {
    overflow: hidden;
    position: relative;
    padding: 17px;
}
	.about-content {
    text-align: start !important;
    margin-left: 20px;
    padding: 8px;
}
	.about-content .leftheading {
    font-size: 25px;
    line-height: 30px;
    bottom: 14px;
}
	.cause {
    padding: 30px 12px 45px;
}
	.heading {
    margin: 0 auto 20px;
    font-size: 23px;
    line-height: 30px;
}
	.services {
    padding: 49px 13px;
}
	.products {
    background: #f7f7f7;
    padding: 45px 10px;
}
	.homecontact {
    padding: 50px 13px 60px;
}
footer {
    background: linear-gradient(45deg, #000000fa, #000000e6), url(../images/footer-bgs.webp);
    padding-top: 50px;
    position: relative;
    z-index: 9;
    overflow: hidden !important;
}
	.ftrlinks {
    margin-top: 40px;
}
	footer:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    height: 391px;
    width: 374px;
    background: #76c6410d;
    border-radius: 0 0 13% 13%;
}
	.col-lg-4.pe-lg-4 {
    padding: 0 28px;
}
	.ftrlinks {
    margin-top: 40px;
    padding: 0 20px;
}
	.col-lg-4.ps-lg-4 {
    padding: 0 20px;
}
.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;
}
	.navmenus .col-lg-2 {
    width: 35%;
    display: flex !important;
    justify-content: end;
}
}

@media(max-width:375px) {
.mainslider .carousel-content {
    width: 100%;
    text-align: center;
}
.mainslider .carousel-caption h2 {
    font-size: 19px !important;
    line-height: 31px !important;
}
.about-content .leftheading {
    bottom: 5px;
}
.about {
    padding: 40px 0 20px !important;
}
footer:after {
    width: 345px !important;
}
.aboutprdcts h3 {
    font-size: 20px;
}
.navmenus .btn-secondary {
    font-size: 11px;
}
}



