@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Manrope:wght@200..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Caveat:wght@400..700&family=Manrope:wght@200..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --primary:#A07A40;
  --secondary:#173f47;
  --white:#fff;
  --black:#000;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--primary)12%, var(--secondary) 100%); 
  border-radius: 10px;
}

body {
    margin: 0;
    padding: 0 !important;
	font-family: "Manrope", serif;
    font-family: "Nunito Sans", serif;
    font-family: "Caveat", 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 #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Manrope", serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
    font-family: "Manrope", serif;
    color: var(--white);
    display: block;
    width: 100%;
}
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;
    color: var(--black);
    font-family: "Nunito Sans", serif;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:32px
}
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: "Manrope", serif;
    color: #444;
    font-size: 15.5px;
    line-height: 28px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
  font-family: "Nunito Sans", serif;
  color: #444;
  line-height: 25px;
  font-size: 15px;
font-weight: 400;	
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 20px !important;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    width: fit-content;
}
.heading {
    text-align: center;
    display: block;
    margin: auto;
    padding-left: 42px;
    position: relative;
    margin-bottom: 40px !important;
}
.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 15.25px;
    font-weight: 400;
    margin-bottom: 15px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    padding: 6px 12px;
    width: fit-content;
    letter-spacing: 0;
    background: #f6f6f6;
    line-height: normal;
	border-radius: 50px;
}
.heading .subheading {
    margin: 0 auto 15px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
span{
 font-family: "Caveat", serif;
}
/* TOP BAR CSS */
.headtop {
    background: var(--secondary);
}
.topbar {
    padding: 8px 0;
    border-bottom: 1px solid #0000001f;
    position:relative;
}
.topbar:after {
    position: absolute;
    content: '';
    right: -65px;
    height: 100%;
    width: 270px;
    background: #a07a40;
    top: 0px;
    clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
}
.toplist {
    background: #ffffff1c;
    padding: 5px 20px;
    border-radius: 50px;
    column-gap: 40px;
    position:relative;
}
.toplist:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 46%;
    height: 6px;
    width: 6px;
    background: var(--secondary);
    transform: translate(-50%, -50%);
    border-radius: 50px;
}
.toplist p {
    font-size: 14px;
}
.topbar-rgt a.topphn {
    background: var(--primary);
    color: var( --white);
    padding: 5px 15px 8px;
    border-radius: 0 0 30px;
}
.topbar-rgt a.topphn i {
    border: solid 1px #ddd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 6px;
}
.smoicons {
    column-gap: 8px;
    z-index: 9;
    position: relative;
}
.smoicons i {
    color: var(--white);
    font-size: 14px;
    height: 35px;
    width: 35px;
    background: #173f471a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.top-contact p {
    padding: 0 15px;
}
.top-contact p:first-child {
    padding-left: 0;
    border-right: 1px solid #ffffff26;
}
.top-contact i {
    color: var(--white);
    background: var(--primary);
    font-size: 14px;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.top-contact p a, .top-contact p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: var(--white);
}
.topbar-rgt {
    column-gap: 45px;
}
.topbar a.arrow-btn {
    display: inline-block;
    color: var(--white);
    transition-delay: 0.1s;
}
.topbar a.arrow-btn i {
    padding-left: 5px;
}

/* Header */

header {
    background: var(--white);
}
header .row {align-items: center;}
header img {
    width: 108px !important;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menubar {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 35px;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.mainmenu.fixed img {
    width: 200px;
}

/* Menubar */

.mainmenu.fixed {
    position: fixed;
    width: 100%;
    background: var(--white);
    top: 0;
    box-shadow: 3px 3px 13px #00000014;
    z-index: 999;
}
.mainmenu .btn-primary {margin-left: 10px;}
.menubar p{
	margin:0;
}
.menubar form .wpcf7-form-control{
	border:unset;
	padding:0;
}    
.hdrcnt a {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: var(--gradient);
    border-radius: 50px;
    padding: 4px 15px;
    color: var(
    --white);
}
.hdrcnt i {
padding-left:8px;
}
.hdrcnt {
    column-gap: 13px;
}

/* Main Slider */

.mainslider .carousel-item {
	position:relative;
	z-index:0;
	overflow:hidden;
}
.mainslider .carousel-item:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    width: 70%;
    left: 0;
    top: 0;
    filter: brightness(0);
    background-position: top;
    background: linear-gradient(90deg, #000000b8, transparent) /*, url(../images/slider-shape1.png)*/;
    background-repeat: no-repeat;
}
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    object-fit: cover;
    height: 550px;
    filter: brightness(0.9);
}
.mainslider .carousel-caption {
    top: 50%;
    left: -17%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    position: absolute;
    bottom: inherit;
    z-index: 2;
}
.carousel-content span {
    color: var(--primary);
    font-size: 25px;
    font-weight: 800;
    border-bottom: 1px solid var(--primary);
    margin-bottom: 22px !important;
    display: inline-block;
}
.menubar .btn {
    background: var(--secondary) !important;
    color: var(--white);
    margin: 0;
    border-radius: 10px 0 10px;
    padding: 7px 20px;
}
.menubar .btn i {
    height: 35px;
    width: 35px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 14px;
    margin-left: 10px;
}
a.btn.btn-primary:hover {
    background: var(--secondary) !important;
}
a.btn.btn-primary:hover.btn i {
    background: var(--primary);
}
.mainslider .carousel-content {
    width: 50%;
    text-align: left;
    margin: 0 auto;
}
.btn i {
    height: 35px;
    width: 35px;
    background: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 14px;
    margin-left: 10px;
}
.carousel-content p {
    width: 85%;
}
.mainslider .subheading {
    border-right-color: var(--white);
    border-left-color: var(--white);
    padding: 3px 20px;
    letter-spacing: 4px;
    line-height: 25px;
    margin: 0 auto 15px;
    background: var(--gradient);
    font-weight: 500;
    color: var(--white);
    font-size: 23px;
    border-radius: 5px;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 900;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    text-transform: capitalize;
    margin-bottom: 0;
}
.mainslider .carousel-caption h2 span{
    display: block;
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    margin: 8px 0 15px;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: #eee;
    font-size: 17px;
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    background: var(--primary) !important;
    color: var(--white);
}
.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;
}
#home {
    position: relative;
}

/* About Us */

.about {
    padding: 60px 0;
}

.about-content {
      height: 100%;
    padding-right: 30px;
}
.about-content p {
    line-height: 29px;
}
.about-content .leftheading {
    margin-bottom: 23px !important;
}
.about-content p:last-child {
    margin-bottom: 0;
}
.aboutimg img {
    width: 100%;
    height: 100%;
}
.abouticon {
    position: absolute;
    bottom: -35px;
}
.abouticon img {
    animation: treeMove 4s linear 0s infinite;
}
@keyframes treeMove{
0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
}
25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
}
50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
}

}
.aboutexperience h2 {
    color: var(--white);
    font-size: 50px;
    margin: 0;
}
.aboutexperience p {
    color: var(--secondary);
    line-height: 21px;
    margin-top: 5px;
}
.aboutus .about img {
    width: 100%;
    height: 100%;
}
.about-content .btn {
    background: var(--secondary) !important;
    font-weight: 500;
    margin-top: 20px;
}
.about-content span {
    color: var(--primary);
    font-weight: 800;
    display: block;
    letter-spacing: .5px;
    font-size: 25px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
}
.about-content span:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    background: var(--primary);
    top: 16px;
    left: -6px;
    transform: rotate(90deg);
}
.about-content span:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 25px;
    background: var(--primary);
    top: 16px;
    left: -12px;
    transform: rotate(90deg);
}
.aboutlist figure {
    height: 60px;
    width: 60px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.aboutlist img {
    width: 40px !important;
}
.aboutlist ul {
    margin: 30px 0 25px;
}
.aboutlist li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.aboutlist li h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
}
.about .btn {
    background: var(--primary) !important;
    color: var(--white);
    font-weight: 600;
}

/* Services */

.services {
    background: #f1f6f7;
    margin-top: 30px;
    padding:45px 0 55px;
}
.services-item {
    background: var(--white);
    padding: 20px 10px;
    transition: .3s ease-in-out;
    border-radius: 10px;
}
.services-item:hover figure img {
    filter: brightness(100);
}
.services-item:hover figure:before {
    border-color:var(--white);
}
.services-item:hover figure:after {
    opacity: 1;
    background: var(--primary);
}
.services-item figure {
    line-height: 1;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background-color: transparent;
    width: 115px;
    height: 115px;
    transition: 300ms ease;
}
.services-item figure::before {
    position: absolute;
    left: 6px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border-style: dashed;
    border-width: 1px;
    border-color: var(--accent-color);
    border-radius: 50%;
    animation-duration: 1500ms;
    animation: rotated 10s infinite linear;
    transition: 500ms all ease;
    animation-play-state: running;
}
.services-item figure::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-mask: url(../images/service-bg.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--primary);
    opacity: 0.14;
    transition: 500ms ease;
    z-index: -1;
}
@keyframes rotated {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.services-item img {
    width: 50px !important;
}
.services-item .btn {
    display: block !important;
    width: fit-content !important;
    background: unset !important;
    margin: 10px auto !important;
    position: relative;
    transition: .3s ease-in-out;
}
.services-item .btn:after {
    position: absolute;
    content: '';
    bottom: -3px;
    width: 55px;
    height: 2px;
    background: var(--secondary);
    left: 50%;
    transform: translate(-50%,-50%);
}
.servicescptn {
    text-align: center;
}
.servicescptn h3 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 8px;
    position:relative; 
    transition: .3s ease-in-out;
}

.services .btn-primary {
    display: block;
    width: fit-content;
    margin: 27px auto 0;
}
.servicescptn p {
    width: 90%;
    margin: 15px auto 15px !important;
    text-align: center;
    transition: .3s ease-in-out;
}
.servicescptn a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
    margin: 20px 0 10px;
    color: #000000d9;
    font-size: 16px;
}

/* volunteer section  */

.volunteer {
    background: linear-gradient(45deg, #0d292e99, #0d292ea1), url(../images/learning-resources.jpg);
    padding: 115px 0;
    background-position: top;
    text-align: center;
    position: relative;
}
.volunteer:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    content: '';
    background: url(../images/join-shape-1.png);
}

.volunteercnt h3 {
    color: var(--white);
    z-index: 2;
    font-family: "Caveat", serif;
    letter-spacing: 1px;
    position: relative;
}
.volunteercnt h2 {
    color: var(--white);
    position: relative;
    z-index: 2;
    font-size: 40px;
    font-weight: 800;
    margin-top: 22px;
}
.volunteercnt p {
    color: var(--white);
    position: relative;
    z-index: 2;
    width: 32%;
    margin: 20px auto 0;
}
.volunteer .btn {
    background: unset !important;
    color: var(--white);
    position: relative;
    z-index: 2;
    border: 2px solid var(--primary);
    border-radius: 50px;
    margin-top: 30px;
}

/* gallery section  */
.ourgallery {
    padding: 60px 0 0;
}
.ourgallery .row{
 row-gap:20px;
}
.gallerylightboxlist {
    height: 280px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.gallery-item figure {
    position: relative;
    overflow:hidden;
}
.gallery-item figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.gallery-item figure:after {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.gallery-item:hover figure:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.gallery-item:hover figure:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.ourgallery .btn {
    background: var(--primary) !important;
    color: var(--white);
    display: block;
    margin: 30px auto 0;
    width: fit-content;
    transition: .3s;
}
.gallery-item h3 {
    position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center;
    color: var(--white);
    padding: 15px 0;
    background: linear-gradient(180deg, transparent 29%, #070700cf 89%);
    margin-bottom: 10px;
}
.gallery-item video {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
}
/* whoweare section  */
.whoweare {
    padding-top: 60px;
}
.whoweare .row {
    align-items: center;
    background: #a07a4021;
    padding: 15px;
    border-radius: 25px 0 25px 0;
    border: 1px dotted #a07a4052;
}
.aboutwhoweare img {
    border-radius: 25px 0 25px 0;
    height: 400px;
    object-fit: cover;
}
/* reviews section  */

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

.reviews-info p {
    margin: 15px 0;
}
.reviews-info span.starreviews i {
    color: var(--primary);
    font-size: 12px;
    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;
}


/* Blog */

.homeblog {
    padding: 40px 0 55px;
    background: linear-gradient(30deg, #002768bd, #be0b31bd), url(../images/blogbg.webp) center / cover;
    background-attachment: fixed;
}
.homeblog .row, .blogpost .row {
    row-gap: 25px;
}
.homebloglist {
    background: linear-gradient(267deg, #ffffff, #a6d1ef);
    border-radius: 3px;
    transition: .5s;
    overflow: hidden;
    border: dotted 1px var(--primary);
}
.homebloglist:hover {
    transform: translateY(-2px);
    background: var(--white);
}
.homebloglist:hover img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}
.homeblogbox h3 {
    line-height: 25px;
    font-weight: 600;
    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;
}
.homebloglist img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    object-position: right;
    transition: .5s;
}
.homeblogbox {
    padding: 30px;
    position: relative;
}
.homebloglist p {
    margin: 10px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.homebloglist ul {
    display: flex;
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 10px 0 20px;
}
.homebloglist ul li, .homebloglist ul li a {
    font-size: 15px;
}
.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}

.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;

}

@keyframes shine{
	100% {
    left: 125%;
}
}
.homeblog .blogcategory {
    padding: 8px 20px 6px;
    background: #ffffffc9;
    border-radius: 30px;
    transition: all .4s;
    color: var(--primary);
    content: "";
    width: fit-content;
    height: fit-content;
    top: -20px;
    left: 10px;
    opacity: 0;
    font-weight: 600;
}
.homebloglist:hover .blogcategory{
	top:10px;
	opacity:1;
}
.blogpage .row {
    row-gap: 25px;
}

/* about deatils page  */
.msnvsn {
    background: #a07a4014;
    padding: 45px 0 50px;
}
.msnvsn-item {
    height: 100%;
    padding: 20px 20px 30px;
    text-align: center;
    background: var(--white);
    border-radius: 10px;
    border: 1px solid #a07a402b;
}
.msnvsn-item figure {
    height: 105px;
    width: 105px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.msnvsn-item figure img {
    width: 55px;
}
.about-msnvsn h3 {
    margin: 0 0 12px 0;
}

/* srvices page css  */
.page-id-2417 .services {
    background: unset;
}
.page-id-2417 .services .services-item {
    background: #a07a400d;
}



/* Footer */

footer {
    background: var(--secondary);
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}
footer:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    background: #a07a4024;
    height: 385px;
    content: '';
    border-radius: 0 0 50px 50px;
}
footer .container{
    position: relative;
    z-index: 11;	
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer a.footer-logo img {
    width: 125px;
    display: block;
    margin: 0 auto;
}
a.footer-logo {
    margin-bottom: 15px;
    height: 145px !important;
    width: 145px !important;
    background: var(--white);
    display: block;
    border-radius: 50%;
}
a.footer-logo {
    margin-bottom: 25px;
    display: block;
}
footer .col-sm-4 {
    padding: 50px 30px;
}

footer h3:after {
    background: var(--primary);
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    bottom: 0;
    left: 0;
}
footer a, footer ul li {
    color: var(--white);
    transition: 0.5s ease-in-out;
}
footer a:hover {
    color: var(--primary);
}
.ftrcontact li i {
    height: 35px;
    width: 35px;
    background: #f8c32c12;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.ftrcontact li{
	margin-bottom:10px;
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #ffffffe0;
    font-size: 13px;
    background: #ffffff12;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.ftr-link li {
    padding-left: 20px;
    position: relative;
    line-height: 35px;
}
.ftr-link h3 {
    color: var(--white);
    position: relative;
    padding-bottom: 14px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f35a";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 12px;
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
.copyright {
    padding: 15px 0 10px;
    margin-top: 40px;
    border-top: 1px dashed #ffffff59;
}
.copyright ul{
	column-gap:15px;
}
.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);
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 8px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(
    --primary);
    width: 44px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 11px;
    box-shadow: 3px 11px 12px #00000045;
    color: var(--white);
}
#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: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#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;
}

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

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 60px 0;
}
.breadcrumb {
    background: linear-gradient(90deg, var(--primary)12%, var(--secondary) 100%);
    padding: 20px 0 25px;
    text-align: center;
    border-top: solid 1px #dddddd3b;
}
.breadcrumb h1, .breadcrumb p{
 color: var(--white);	
}
.breadcrumb p {
    margin: 0;
}
.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;
}
/* donate page  */
.aboutaccount {
    background: #a07a401c;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}
.aboutaccount ul li {
    margin-bottom: 18px;
    background: #173f4712;
    padding: 15px;
    border-radius: 10px;
    color: #000;
    line-height: 29px;
}
.aboutaccount ul li strong {
    font-size: 16px;
}

/* Contact Us */

.aboutcontact li {
    background: #a07a4017;
    padding: 20px;
    margin-block-start: 15px;
    text-align: left;
    border-radius: 8px;
}
 .aboutcontact i {
    height: 60px;
    width: 60px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: var(--white) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 20px;
}
.aboutcontact li {
    background: #a07a4017;
    padding: 20px;
    margin-block-start: 15px;
    text-align: left;
    border-radius: 8px;
    border-left: 3px solid var(--primary);
}
form.wpcf7-form.init {
    background: #f9f9f9;
    padding: 18px 18px 0px;
    border-radius: 10px;
    border-bottom: 3px solid var(--primary);
    margin-top: 15px;
}
.aboutcontact li p, a {
    font-size: 16px;
    color: #000000d1;
    font-weight: 500;
}

/* Services Details */ 

.servicesdtls-sidebar {
    position: sticky;
    top: 0;
    background: var(--primary);
    padding: 15px;
    border-radius: 6px;
}
.servicesdtls-item {
    box-shadow: 3px 3px 12px #0000001a;
    padding: 15px;
    border: 2px dotted #2bb3ff;
    border-radius: 6px;
    margin-bottom: 15px;
    background: var(--white);
}
.servicesdtls-item:last-child {
    margin-bottom: 0;
}
.servicesdtls-sidebar h3 {
    font-size: 18px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.servicesdtls-sidebar h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2.8px;
    background: #d1d1d1;
    border-radius: 13px;
}
.servicesdtls-content {
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 6px;
    padding: 15px;
}
.servicesdtls-content img {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    object-fit: cover;
}
.servicesdtls-content h2 {
    color: var(--primary);
    line-height: 29px;
    background: var(--white);
    position: relative;
    width: fit-content;
    margin: -33px 0 12px;
    padding: 2px 25px;
    border-radius: 6px 6px 0 0;
    border-left: solid;
    border-right: solid;
}
.servicesdtls-item ul li.current_page_item a {
    color: var(--primary);
}
.servicesdtls-item ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 45px;
}
.servicesdtls-item ul li:before {
    content: '\f0e7';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: var(--primary);
    left: 0;
    top: 5px;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px var(--primary);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicesdtls-content h5 strong {
    color: var(--primary);
}

/* Policy */

.policy h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
.policy ul li {
    margin: 8px 0;
    list-style-type: disc;
    list-style-position: inside;
}
.policy h4 {
    margin: 20px 0 10px;
}
span.rmp-menu-title-link span {
    display: none;
}

/* project details section  */
.industrial-thumb figure img {
    border-radius: 8px;
}


@media only screen and (max-width:1199px){
.topbar {
    padding: 6px 0;
}	
.topbar-rgt, .hdrcnt{
    display: none !important;
}	
.menubar nav {
    display: none;
}
}

@media only screen and (max-width:991px){
   .topbar {
    display: none;
}
#rmp-container-573 {
    background-color: var(--primary) !important;
}
#rmp_menu_trigger-573:hover, #rmp_menu_trigger-573:focus {
    background: var(--primary) !important;
}
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--secondary) !important;
}
.services .row {
    row-gap: 20px;
}
button#rmp_menu_trigger-573 {
    top: 25px !important;
    margin: 0 !important;
    right: unset;
}
.mainslider figure img {
    height: auto;
}
.about .row {
    row-gap: 15px;
}
.volunteercnt p {
    width: 85%;
}
.whoweare .col-sm-6 {
    width: 100%;
}
.leftheading {
    margin-bottom: 10px !important;
}
.contact .col-sm-6 {
    width: 100%;
}
.contact iframe {
    width: 100%;
}
.contact .row {
   row-gap:10px;
}
div#rmp-menu-additional-content-573 {
    display: none !important;
}
input.rmp-search-box {
    display: none !important;
}
.msnvsn .row {
    justify-content: center;
    row-gap: 15px;
}
.menubar .btn {
    margin-right: 60px;
}
.reviews-info {
    height: 300px;
}
footer:after {
    width: 700px;
    height: 350px;
}
footer p {
    width: 70%;
}
.copyright p {
    width: 100%;
}
footer .row {
    row-gap: 35px !important;
}
}
@media only screen and (max-width:767px){

.mainslider .carousel-content {
    width: 85%;
}
.whoweare .row {
    row-gap: 20px;
}
.aboutwhoweare .leftheading {
    margin-bottom: 7px !important;
}
.mainslider .carousel-caption {
    left: 0;
}
.abouticon img {
    width: 100px;
}
.abouticon {
    bottom: -15px;
}
.aboutlist li h3 {
    font-size: 19px;
}
.reviews-info {
    height: 265px;
}
footer:after {
    height: 375px;
}
.carousel-control-prev {
    left: 5px;
}
.carousel-control-next {
    right: 5px;
}
.mainslider .carousel-caption h2 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 0;
}
.mainslider .carousel-content p {
    margin: 8px 0 5px;
    line-height: 26px;
    font-size: 16px;
}
.gallerylightboxlist {
    height: 300px;
}
.projectsgallery h3 {
    font-size: 17px;
}
.privategallery {
    padding: 40px 0;
    margin-bottom;40px
}
.projectsgallery {
    padding: 40px 0;
}
.services {
    padding: 40px 0;
}
footer .row {
    row-gap: 15px;
}
}
@media only screen and (max-width:667px){
 .mainslider .carousel-content p {
    display: none;
}
.mainslider .carousel-caption h2 {
    margin-bottom: 5px;
}
.heading, .leftheading {
    margin-bottom: 14px !important;
    padding-left:0;
}
footer:after {
    width: 550px;
}
.about {
    padding: 40px 0;
}
.heading, .leftheading {
    font-size: 30px;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
}
.volunteer {
    padding: 60px 0;
}
.volunteercnt h2 {
    font-size: 30px;
    margin-top: 15px;
}
.volunteercnt p {
    margin: 0px auto 0;
}
.ourgallery {
    padding: 40px 0 0;
}
.whoweare {
    padding-top: 40px;
}
.reviews {
    margin-bottom: 10px;
    margin-top: 40px;
}
.reviews {
    margin-top: 40px;
}
}
@media only screen and (max-width:568px){
.mainmenu .col-sm-2 {
    width: 20%;
}
.mainmenu .col-sm-10 {
    width: 80%;
}
.mainslider .carousel-content .btn-primary {
    padding: 6px 15px !important;
}
  .mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 38px;
}
.carousel-control-next, .carousel-control-prev {
    width: 30px;
    height: 30px;
}
.volunteercnt h2 {
    font-size: 26px;
}
.volunteer .btn {
    margin-top: 20px;
}
button.slick-prev.slick-arrow {
    left: -5px !important;
}
button.slick-next.slick-arrow {
    right: -5px !important;
}
.secondary-container {
    padding: 40px 0;
}
}
@media only screen and (max-width:479px){
footer:after {
    width: 100%;
    height: 410px;
}
.volunteercnt h2 {
    font-size: 21px;
}
.volunteercnt h3 {
    font-size: 15px;
}
.aboutwhoweare img {
    height: 100%;
}
.whoweare .row {
    margin: 5px;
}
.carousel-control-next, .carousel-control-prev {
    width: 38px;
    height: 38px;
}
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 30px;
}
.btn-primary {
    font-size: 14px;
    padding: 10px 20px;
}
.about-content .leftheading {
    margin-bottom: 10px !important;
    font-size: 25px;
}
.ourgallery .col-sm-3 {
    width: 100%;
}
.ourgallery .gallerylightboxlist {
    height: 250px !important;
}.clients {
    padding: 40px 0;
}
.breadcrumb h1 {
    color: var(--white);
    font-size: 20px;
    margin: 0 0 8px 0;
}
.breadcrumb p{
  font-size:18px;
}
p {
    margin: 0 0 5px 0;
}
}
@media only screen and (max-width:414px){
header img {
    width: 85px !important;
}
.mainslider .carousel-content {
    width: 85% !important;
}
.mainslider .carousel-caption h2 {
    font-size: 22px;
    line-height: 29px !important;
}
.carousel-content span {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px !important;
}
	.carousel-control-next, .carousel-control-prev {
    width: 30px;
    height: 30px;
}
.btn i {
    height: 30px;
    width: 30px;
    font-size: 13px;
}
button#rmp_menu_trigger-573 {
    height: 40px;
    width: 40px;
}
.mainslider .carousel-content {
    width: 100%;
}
.aboutlist ul {
    flex-wrap: wrap;
}
.aboutlist li {
    margin-bottom: 10px;
}
.about-content .btn {
    margin-top: 0px !important;
}
.btn-primary {
    font-size: 14px;
    padding: 8px 18px;
}
.heading, .leftheading {
    font-size: 25px;
}
.privategallery {
    margin-bottom: 35px;
}
h4 {
    font-size: 17px;
}
.volunteercnt p {
    width: 100%;
}
.volunteercnt h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.menubar .btn {
    padding: 5px 15px;
}
.menubar .btn i {
    height: 30px;
    width: 30px;
}
.menubar .btn {
    margin-right: 45px;
}
.reviews-info {
    height: 300px;
}
}
@media only screen and (max-width:375px){
 .about-content .leftheading {
    font-size: 20px;
}
}
