.hc-navbar ul li a:hover {
    color: var(--bright-blue);
}
.hc-navbar ul li a.active {
    color: #a82682;
    border-bottom: 3px solid #a82682;
    font-weight: 600;
}
:root {
    --bright-blue: #1E9AFE;
    --dark-blue: #00559A;
    --bright-green: #2768ac;
    --base-green: #2768ac1f;
    --base-blue: #CFEFF9;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #1f2732;
}
a {
	color: #1f2732;
	transition: 0.3s;
}
a:hover {
	text-decoration: none;
	color: linear-gradient(45deg, #1E9AFE, #60DFCD);;
}
:focus {
    outline: none;
}
p {
    margin-bottom: 1.5rem;
    font-size: 14px;
}
h2{
    font-size: 28px;
    font-weight: 600;
}
input,textarea {
    border: 1px solid #eee;
    outline: none;
    padding: 10px 15px;
    border-radius: 50px;
    width: 100%;
}
textarea {
    border-radius: 10px;
    height: 130px;
    resize: none;
}
.hc-spacer-top {
    padding-top: 40px;
}
.hc-spacer-bottom {
    padding-bottom: 40px;
}
.hc-spacer-high {
    padding-top: 170px;
}
.hc-btn {
    display: inline-block;
    min-width: 140px;
    background: #a82682;
    color: #fff;
    text-transform: capitalize;
    outline: none;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    max-width: max-content;
    line-height: normal;
    position: relative;
    border: 2px solid #Fff;
}
.hc-btn:hover {
    background: #ffe87e6e;
    color: #a82682;
    font-weight: 500;
}
.hc-btn:focus {
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
.hc-sub-heading {
    font-size: 20px;
    color: var(--bright-green);
    position: relative;
}
.hc-sub-heading:after,
.hc-heading-wrap.text-center .hc-sub-heading:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--bright-green);
    top: 0;
    bottom: 0;
    margin: auto 0 auto 15px;
}
.hc-heading-wrap.text-center .hc-sub-heading:before {
    margin-left: -65px;
}
.hc-heading {
    font-size: 33px;
    /* text-transform: capitalize; */
    font-weight: 600;
    margin-bottom: 40px;
}

/* Main Css Start */
/* arrow css left & right */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 15px rgba(75, 75, 75, 0.4);
  top: calc(50% - 25px);
  cursor: pointer;
  background-image: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
}
.swiper-button-prev:hover::after{
    border-top: 3px solid #ffffff !important;
    border-left: 3px solid #ffffff !important; 
}
.swiper-button-next:hover::after{
    border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px; 
  transform: rotate(-45deg);
  top: 20px;
  left: 20px;
  box-sizing: border-box;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.6;
  box-shadow: none;
  cursor: not-allowed;
}
.swiper-button-prev {
  left: -25px;
}
.swiper-button-prev::after {
    content: none;
    font-family: none;
    font-size: 0 !important;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
}
.swiper-button-next {
  right: -25px;
}
.swiper-button-next::after {
    content: none;
    font-family: none;
    font-size: 0 !important;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
}
/* top header start */
.hc-top-header {
    background: var(--dark-blue);
    padding: 10px 0px;
}
.hc-top-head-div {
    padding: 5px 0px;
}
.hc-top-head-div p {
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.hc-top-head-div span svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}
.hc-top-head-div span {
    margin-right: 5px;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background: #00000040;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.hc-top-head-right {
    text-align: right;
}
.hc-top-header .row,
.hc-main-header .row {
    align-items: center;
}
/* top header end */
/* main header start */
.hc-main-head-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hc-navbar>ul>li a {
    text-transform: capitalize;
}
.hc-navbar>ul>li>a {
    padding: 15px 0px;
    display: inline-block;
}
.hc-main-header {
    padding: 10px 0;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 3%);
    z-index: 5;
    background: #fff;
    top: -80px;
}
.hc-main-header .hc-logo a img{
    height: 80px;
    width: auto;

}
.hc-main-header.hc-header-sticky{
    position: sticky;
    top: 0;
    z-index: 99;
    transition: 1s;
}
.hc-has-submenu:after {
    position: absolute;
    content: '';
    right: 0;
    width: 6px;
    height: 6px;
    background: transparent;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.hc-navbar>ul>li.hc-has-submenu>a {
    padding-right: 15px;
}
.hc-head-btn {
    margin-left: 20px;
}
li.hc-home-new {
    position: relative;
}
li.hc-home-new:after {
    position: absolute;
    content: 'New';
    left: -9px;
    top: 0px;
    font-size: 8px;
    background: #ffffff;
    padding: 2px 8px;
    color: #fd9678;
    border-radius: 30px;
    transform: rotate(-40deg);
    border: 1px dashed;
    animation: 0.5s hc_home_new linear alternate infinite;
}
@keyframes hc_home_new {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
/* main header end */
/* banner start */
#main_slider {
    padding: 0px 0px;
}
/* .hero {
    overflow: hidden;
    padding: 0;
} */
.hc-banner {
    position: relative;
    overflow: hidden;
    height: 560px;
    width: 100%;
}
.banner-color {
    background: var(--dark-blue);
    background: linear-gradient(131deg, #a82682 20%, #00a0e3);
        height: 560px;
}
.banner-color2{
   
    background-image: url(../images/homebanner.jpg);
    background-position: center;
}
.banner-color .hc-banner-content{
    color: #ffffff;
}
.banner-color .hc-banner-box {
    margin-bottom: 40px;
    background: #2a62b0;
    padding: 20px;
    box-shadow: none;
    border-left: 2px solid var(--dark-blue);
    border-radius: 15px;
}
.hc-banner-content {
    padding: 150px 0;
    z-index: 2;
    position: relative;
}
.hc-banner-content h2 {
    font-size: 20px;
    color:#fff;
    position: relative;
}
.hc-banner-content h1 {
    font-size: 50px;
    /* text-transform: capitalize; */
    font-weight: 800;
    margin-bottom: 25px;
    color: #ffe26f;
}
.hc-banner-box p {
    margin: 0;
}
.hc-banner-box {
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px 0 #eee;
    border-left: 2px solid var(--dark-blue);
}
.hc-banner-content h2:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #fff6c2;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 15px;
}
.hc-banner-img {
    text-align: center;
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
    z-index: 10;
    position: absolute;
    bottom: -8%;
    right: 0;
    left: 0;
}
/* .hc-banner-img:after, .hc-banner-img:before {
    position: absolute;
    content: '';
    max-width: 400px;
    left: 20px;
    right: 20px;
    top: 20px;
    background: rgb(255 255 255 / 70%);
    z-index: 0;
    margin: auto;
    box-shadow: 0 0 20px 0 #eee;
    bottom: 20px;
    border-radius: 5px;
}
.hc-banner-img:before {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    z-index: 1;
} */
.hc-banner-img img {
    z-index: 2;
    position: relative;
}
.hc-banner:after {
    position: absolute;
    content: '';
    right: 0px;
    top: -100px;
    bottom: -200px;
    /* background: linear-gradient(12deg, #1E9AFE, #60DFCD); */
    background-image: url(../images/homebanner.jpg);
    max-width: 100%;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.hc-banner-shape {
    position: absolute;
    top: 100px;
    right: 0px;
}
.hc-banner-shape span {
    width: 235px;
    height: 235px;
    background: radial-gradient(#ffffff 2px, transparent 0px);
    z-index: 1;
    position: absolute;
    top: 100px;
    right: 100px;
    background-size: 20px 20px;
    opacity: 0.5;
    transform: rotate(-10deg);
}
.hc-banner:before {
    position: absolute;
    content: '';
    left: -150px;
    bottom: 0;
    width: 300px;
    height: 300px;
    background: #fd9678;
    border-radius: 100%;
    opacity: 0.1;
}
/* banner end */
/* services start */
.hc-service,.hc-team {
    padding-bottom: 50px;
}
.hc-service-box, .hc-benefit-box{
    padding: 30px;
    background: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    transition: 0.3s;
}
.hc-service-box:hover, .hc-benefit-box:hover {
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    /* box-shadow: 3px 3px 0 5px var(--base-blue); */
}
.hc-service-box:hover h1, .hc-service-box:hover p,.hc-benefit-box:hover h1, .hc-benefit-box:hover p{
    color: #fff !important;
}
.hc-service-box p {
    margin-bottom: 0;
}
.hc-service-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
}
.hc-service-icon, .hc-benfit-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #1E9AFE, #60DFCD) !important;
    margin: 0 auto 20px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px var(--base-blue) !important;
}
.hc-service-ico-clr1 {
    background: #4fcecd;
    box-shadow: 0 0 0 5px rgb(79 206 205 / 15%);
}
.hc-service-icon img{
    height: 70px;
    width: auto;
}
.hc-service-ico-clr2 {
    background: #5aa2ec;
    box-shadow: 0 0 0 5px rgb(90 162 236 / 15%);
}
.hc-service-ico-clr3 {
    background: #fbbb1c;
    box-shadow: 0 0 0 5px rgb(251 187 28 / 15%);
}
.hc-service-arrow svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transition: 0.3s;
    fill: #1f2732;
}
.hc-service-arrow {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px 0 #eee;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -45px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.hc-service-box:hover .hc-service-arrow {
    bottom: -25px;
    opacity: 1;
    visibility: visible;
}
.hc-service-arrow:hover {
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    box-shadow: 0 0 0 5px var(--base-blue);
}
.hc-service-arrow:hover svg {
    fill: #fff;
}
/* services end */
/* about start */
.hc-about,
.hc-blog {
    background: var(--base-green);
}
.hc-tab-list li {
    margin-right: 30px;
}
.hc-tab-list li a {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
}
.hc-tab-list li:last-child {
    margin-right: 0;
}
.hc-tab-list li a.active {
    border-bottom: 2px solid var(--bright-blue);
    color: var(--bright-blue);
}
.hc-tab-content {
    margin-top: 40px;
}
.hc-tab-content {
    margin-bottom: 30px;
}
.hc-image-style img {
    border-radius: 30px;
    border: 2px solid #ffffff;
    z-index: 2;
    position: relative;
}
.hc-image-style {
    position: relative;
}
.hc-image-style:after,.hc-image-style:before {
    width: 160px;
    height: 160px;
    background: radial-gradient( #1E9AFE 2px, transparent 0px);
    z-index: 0;
    position: absolute;
    top: 30px;
    right: 50px;
    background-size: 10px 10px;
    content: '';
    opacity: 0.5;
    transform: rotate(65deg);
}
.hc-image-style:after {
    right: auto;
    left: -40px;
    bottom: 0;
    top: auto;
    background: radial-gradient( #1E9AFE 2px, transparent 0px);
    background-size: 10px 10px;
}
/* about end */
/* team start */
.hc-team-box {
    /* box-shadow: 0 0 20px 0 #eee; */
    text-align: center;
    padding: 10px 10px 20px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin: 0 15px 30px;
    /* max-width: 332px; */
   
}
/*.hc-team-box:hover{*/
/*    background: linear-gradient(45deg, #1E9AFE, #60DFCD);*/
/*    border: 2px solid transparent;*/
/*}*/
.hc-team-box:hover h1, .hc-team-box:hover h2, .hc-team-box:hover p{
    color: #ffffff;
}
.hc-team-name {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 20px;
}
.hc-team-designation {
    font-size: 18px;
    color: #1abc9c;
    margin-bottom: 0;
    margin-top: 10px;
}
.hc-team-img img {
    width: 100%;
    height: 64px;
    display: block;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
}
.hc-dr-rating{
    display: none;
}
.hc-dr-rating {
    font-size: 14px;
    color: #FFC107;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 3px 10px;
    background: rgb(255, 248, 224);
    border-radius: 0 30px 30px 0
}
.hc-team-box p {
    margin-bottom: 0;
    margin-top: 20px;
}
.hc-team-social{
    display: none !important;
}
.hc-team-social {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.hc-team-social li {
    margin-right: 8px;
    display: inline-block;
}
.hc-team-social li:last-child,
.hc-blog-social li:last-child {
    margin-right: 0;
}
.hc-team-social li a,
.hc-blog-social li a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    font-size: 16px;
    border-radius: 100%;
}
.hc-team-social li a:hover,
.hc-blog-social li a:hover {
    box-shadow: 0 0 0 3px var(--base-blue);
}
.hc-team-box:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--bright-blue);
    width: 0;
    transition: 0.3s;
    margin: auto;
}
.hc-team-box:hover:after {
    width: 80%;
}
.hc-team-tab-list ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}
.hc-team-tab-list {
    text-align: center;
    margin-bottom: 20px;
}
.hc-team-tab-list ul li:last-child {
    margin: 0;
}
.hc-team-tab-list ul li a {
    border: 1px solid #eee;
    padding: 2px 20px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
}
.hc-team-tab-list ul li a.hc-team-tab-active {
    color: #fd9678;
    border-color: #fd9678;
}
/* team end */
/* counters start */
.hc-counter {
    background:var(--dark-blue);
}
.hc-counter-wrap {
    margin-bottom: -200px;
}
.hc-counter-box {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgb(238 238 238 / 44%);
    margin-bottom: 30px;
}
.hc-count-head h2 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
.hc-count-data {
    display: flex;
    align-items: center;
}
.hc-count-icon {
    width: 60px;
}
.hc-count-icon img{
    filter: grayscale(1);
    opacity: 0.5;
}
.hc-count-head {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.hc-counter-box p {
    margin-bottom: 0;
    margin-top: 20px;
}
.hc-count-no h2 {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 800;
    opacity: 1;
    color:var(--dark-blue);
}
.hc-counter .hc-sub-heading,
.hc-counter .hc-heading {
    color: #fff;
}
.hc-counter .hc-sub-heading:after,
.hc-counter .hc-heading-wrap .hc-sub-heading:before {
    background: #fff;
}
/* counters end */
/* contact start */
.hc-contact-box label {
    display: block;
    font-weight: 500;
}
.hc-contact-box .hc-btn {
    margin-top: 30px;
}
.hc-contact-box input {
    margin-bottom: 15px;
} 
.hc-map-box ul li {
    position: absolute;
}
.hc-map-box {
    position: relative;
    z-index: 2;
    padding-top: 50px;
}
.hc-map-box ul li span {
    /* width: 25px; */
    /* height: 25px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--base-green);
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    padding: 10px 15px;
}
.hc-map-box ul li span img{
    height: 40px ;
    width: auto;
}
.hc-map-address {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 210px;
    margin-top: 15px;
    box-shadow: 0 0 20px 0 #eee;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateY(5px);
    z-index: 1;
}
.hc-map-box ul li:hover .hc-map-address {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.hc-map-address p {
    margin-bottom: 0;
}
.hc-map-address:after {
    position: absolute;
    content: '';
    left: 20px;
    top: -10px;
    border-top: 10px solid rgb(255 255 255 / 0%);
    border-left: 10px solid #1abc9c;
}
.hc-map-box ul li:nth-child(1) {
    top: 130px;
    left: 80px;
}
.hc-map-box ul li:nth-child(2) {
    top: 210px;
    right: 220px;
}
.hc-map-box ul li:nth-child(3) {
    bottom: 100px;
    right: 260px;
}
.response {
    margin-top: 10px;
}
/* contact end */
/* blog start */
.hc-blog {
    padding-bottom: 30px;
}
.hc-blog-data {
    box-shadow: 0 8px 20px 0 #eee;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    top: -50px;
    left: 0;
    right: 0;
    width: 85%;
    background: #fff;
    margin: auto;
    transition: 0.3s;
}
.hc-blog-box:hover .hc-blog-data {
    box-shadow: 3px 3px 0 5px rgb(253 150 120 / 15%);
}
.hc-blog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hc-blog-title {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}
.hc-blog-data p {
    margin-bottom: 0;
    margin-top: 10px;
}
.hc-blog-more {
    margin-top: 15px;
    color: var(--bright-blue);
    font-weight: 500;
    display: block;
}
.hc-blog-more i {
    padding-left: 3px;
}
.hc-blog-more:hover {
    letter-spacing: 1px;
}
.hc-blog-img img {
    border-radius: 10px;
}
.hc-blog-social li {
    margin-right: 3px;
    display: inline-block;
}
/* blog end */
/* testimonial start */
.hc-testi-img img {
    width: 100px;
    height: 100px;
    margin: auto;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
    border: 1px solid #fff;
}
.hc-testi-img {
    padding-bottom: 20px;
}
.hc-testimonial .swiper-slide {
    opacity: 0;
}
.hc-testimonial .swiper-slide.swiper-slide-active,
.hc-testimonial .swiper-slide.swiper-slide-prev,
.hc-testimonial .swiper-slide.swiper-slide-next {
    opacity: 1;
}
.hc-testi-nav {
    position: absolute;
    top: 95px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 500px;
}
.hc-testi-data {
    position: relative;
}
.hc-testi-data svg {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    margin: auto;
    fill: #58495e;
    opacity: 0.07;
}
.hc-testi-data p {
    margin-top: 15px;
    margin-bottom: 0px;
}
.hc-testi-data h4 {
    font-weight: 500;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}
.hc-testi-data h5 {
    font-size: 14px;
    margin: 8px 0 0;
    color: var(--bright-blue);
}
.hc-testi-nav .swiper-button-prev,
.hc-testi-nav .swiper-button-next {
    background: transparent;
    box-shadow: none;
}
.hc-testi-nav .swiper-button-prev::before,
.hc-testi-nav .swiper-button-next::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 2px;
    background: #ccc;
    margin: auto;
    transition: 0.3s;
}
.hc-testi-nav .swiper-button-prev:after,
.hc-testi-nav .swiper-button-next:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(45deg);
    margin: auto;
    transition: 0.3s;
}
.hc-testi-nav .swiper-button-prev:hover::after,
.hc-testi-nav .swiper-button-next:hover::after{
    border-left-color: #fd9678;
    border-bottom-color: #fd9678;
}
.hc-testi-nav .swiper-button-prev:hover::before,
.hc-testi-nav .swiper-button-next:hover::before{
    background: #fd9678;
}
.hc-testi-nav .swiper-button-prev::before {
    left: 10px;
}
.hc-testi-nav .swiper-button-next::before {
    right: 10px;
}
.mt-em-testimonial .swiper-button-prev,
.mt-em-testimonial .swiper-button-next,
.hc-testimonial .swiper-slide-shadow-left,
.hc-testimonial .swiper-slide-shadow-right {
    background-image: none;
    outline: none;
}
.hc-testi-box {
    text-align: center;
}
.hc-testi-nav .swiper-button-next:after {
    transform: rotate(225deg);
    right: -10px;
}
/* testimonial end */
/* Footer css */
footer {
    background: linear-gradient(180deg, #fff9db, #ffea844a);
    padding: 40px 0 0;
}
footer a img {
    height: auto;
    width: 120px;
}
footer .logo_sec{
    display: flex;
    align-items: center;
}

Footer .tagline {
    font-size: 14px;
    margin: 0px 0px 0px 20px;
    line-height: 20px;
}   
footer .social-media {
    float: inline-end;
}
footer .social-media ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
footer .social-media ul li, .sidebar .social-media ul li {
    background: linear-gradient(45deg, #a82682, #fed24a);
    padding: 8px 14px;
    border-radius: 100px;
    transition: transform 2s;
}
footer .social-media ul .facebook, .sidebar .social-media ul .facebook {
    padding: 8px 16px;
}
footer .social-media ul li a {
    color: #fff;
}
footer .social-media ul li:hover {
    background: #fff;
    transform: rotate(360deg);
}
footer .social-media ul li:hover a {
    color: #173db9;
}
.company_profile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-top: 1px solid #00000021;
    border-bottom: 1px solid #00000021;
    margin: 20px 0;
}
.company_profile form{
    display: flex;
}
.company_profile form .hc-btn{
    box-shadow: none;
} 
.company_profile input::placeholder{
    color: #0000003f !important;
}
.company_profile input{
    border: 1px solid #00000021;
    outline: none;
    padding: 10px 15px;
    border-radius: 50px;
    width: 100%;
    background: none;
    margin-right: 15px;
    width: 350px;
    color: #000000;
}
.Blue_btn {
    background: #173db9;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.Blue_btn:hover {
    background: #ffffff;
    color: #173db9;
    box-shadow: 0 0 10px #ececec;
}

footer .Blue_btn {
    padding: 10px 30px !important;
}
footer .Blue_btn:hover{
    /* border: 2px solid #fff;
    background: #ffffff; */
    color: #173db9;
    box-shadow: none;
}
Footer h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin: 0px 30px 0px 0px;
}
footer .Navigation li:first-child {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #787878;
}
Footer ul {
    padding: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 6px;
}
Footer ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
a:hover {
    color: #a92783;
}
footer .contact li i {
    font-size: 14px;
    color: #fff;
    padding: 8px 8px;
    background: linear-gradient(45deg, #a82682, #fed24a);
    border-radius: 100px;
    margin-right: 10px;
}
footer .contact .location_sec {
    display: flex;
    align-items: center;
}
footer .contact li .location {
    padding: 8px 10px;
}
footer .last_strip {
    margin-top: 20px;
    border-top: 1px solid #00000021;
    padding: 10px 0 10px;
}
footer .last_strip p {
    text-align: center;
    font-size: 15px;
}
/* Footer css end*/

/* appointment start */
.modal-header button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 2px solid #fff;
    background: var(--bright-blue);
    opacity: 1;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    outline: none;
}
.modal-content {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}
.modal-content .hc-contact-box form {
    padding: 15px;
}
#hc-appointment .modal-header {
    background: var(--dark-blue);
    color: #fff;
}
/* appointment end */
/* go to top start */
.hc-go-top {
    width: 51px;
    height: 49px;
    line-height: 53px;
    text-align: center;
    background: linear-gradient(45deg, #a82682, #fed24a);
    color: #fff;
    font-size: 6px;
    position: fixed;
    bottom: 50%;
    border-radius: 100%;
    right: 40px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hc-go-top.hc-go-top-show {
    bottom: 35px;
    opacity: 1;
    visibility: visible;
    transition: 1s;
}
.hc-go-top svg {
    width: 15px;
    height: 17px;
    fill: #fff;
}
.hc-go-top:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    border-radius: 100%;
    z-index: -1;
    transition: 0.3s;
}
.hc-go-top:hover:after{
    animation: hc_gotop_wave 2s infinite;
}
@keyframes hc_gotop_wave {
    0%{
        box-shadow: 0px 0px 0px 0px var(--base-blue);
    }
    100%{
        box-shadow: 0px 0px 0px 12px var(--base-blue);
        opacity: 0;
    }
}
/* go to top end */
/* loader css start */
#hc-preloader {
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
}
.hc-loading {
    width: 100%;
    max-width: 550px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -90px;
}
.hc-loading svg {
	width: 100%;
	height: 100%;
}
.hc-loading #pulsar{
	stroke-dasharray:281;
	-webkit-animation: dash 2.5s infinite linear forwards;
}
@-webkit-keyframes dash{
    from {
        stroke-dashoffset:814;
    } 
    to {
        stroke-dashoffset:-814;
    }
}
/* loader css end */
/* About us page css start */
.hc-banner-inner {
    position: relative;
    overflow: hidden;
}
.web_home_banner {
    display: block !important;
}
.mobile_home_banner {
    display: none !important;
}
.hero img {
    position: relative;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.hc-about-sub-heading{
    color: #000;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    margin: 38px auto;
}
.hero .hc-banner-content {
    padding: 50px 0;
    z-index: 2;
    position: absolute;
    bottom: 20%;
    color: #ffffff;
}
.hero .hc-banner-content h2 {
    font-size: 20px;
    color: #ffffff;
    position: relative;
}
.hero .hc-banner-content img{
    height: 200px;
    width: auto;
    margin-bottom: 20px;
}
.hc-about_strip{
    background: var(--dark-blue);
}
.mission{
    display: flex;
    align-items: center;
}
.ro
.hc-about-sub-heading {
    font-size: 20px;
    color: #ffffff;
    line-height: 33px;
    width: 94%;
    margin: auto;
}
.hc-about-overview-content .hc-heading{
    margin-bottom: 20px;
    text-align: left;
}
.about-inner-img img{
    border-radius: 15px;
}
.readmore {
    position: relative;
    max-height: 60px;
    overflow: hidden;
    width: 100%;
    border: 0;
    padding: 0px;
    margin: 0 auto 20px;
    transition: max-height 0.15s ease-out;
}
.readmore.expand{
  max-height: 5000px !important;
  transition:max-height 0.35s ease-in-out;
}

.readmore-link {
    position: absolute;
    bottom: -20px;
    right: 0;
    display: block;
    width: 100%;
    height: 130px;
    /* color: blue; */
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, #e9faf8);
    cursor: pointer;
}
.readmore-link.expand {
    position: relative;
    background-image: none;
    padding-top: 80px;
    height: 20px;
}

.readmore-link:after {
    left: 10px;
    bottom: 30px;
    position: absolute;
    content: "Read more";
    display: inline-block;
    min-width: 140px;
    background: var(--bright-green);
    color: #fff;
    text-transform: capitalize;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    max-width: max-content;
    line-height: normal;
    /* position: relative; */
    box-shadow: 0px 0px 0px 4px var(--base-blue);
}
.readmore-link:after:hover {
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    color: #fff;
    box-shadow: 0px 0px 0px 4px rgb(26 188 156 / 0.15);
    transform: scale(1.05);
}
.readmore-link.expand:after{
  content:"Read less";
}
.hc-mission .head{
    margin-bottom: 20px;
}
.head{
    margin-bottom: 20px;
}
.hc-mission-content .hc-heading{
    opacity: 0.2;
    margin-bottom: 20px !important;
}
.hc-mission-content h3{
   
    font-size: 34px;
  
    font-weight: 600;
}
.extend-details {
    display: flex;
    flex-direction: column;
}
.leadership .active {
    position: relative;
}

.leadership .user_name {
    background: #ffffff ;
    margin-bottom: 38px;
    border-radius: 15px;
    border: 2px solid var(--base-blue);
    display: flex;
    align-items: center;
}
.leadership .user_name:hover {
    background: linear-gradient(137deg, #1E9AFE, var(--bright-green));
    color: #fff;
}
.leadership .user_name:hover .detail p{
    color: #ffff;
}
.leadership .user_name:hover .detail hr{
    background: #fff;
}
.second_col {
    display: flex;
    flex-direction: row-reverse !important;
}
.leadership .active .user_first, .user_name .user_first, .extend_name .user_first {
    height: 334px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    width: 426px !important;
    border-radius: 10px;
    margin: 10px;
}
.user_name.active .detail .designation {
    font-size: 18px !important;
    padding: 8px 0 ;
}
.user_name.active .detail{
    width: 100%;
    /* position: absolute; */
    padding: 45px 47px !important;
    /* transform: translate(0px, -100%); */
    display: block !important;
    /* background-color: #2e2d2ded; */
    height: 100%;
}
.user_name.active .detail .hc-heading{
    margin-bottom: 0;
}
.about_us_details {
    display: flex;
}
.leadership .detail p {
    color: #1f2732;
    font-size: 15px !important;
    line-height: 24px !important;
    margin: 5px 0px !important;
}
.leadership .user_name .detail hr {
    background: linear-gradient(45deg, #1E9AFE, #60DFCD);
    border-radius: 100px;
    height: 3px;
    width: 80%;
    margin: 10px 0;
}
/* About us page css end */
/* Service page css start */
.hc-services{
    background: var(--base-green);
}
.hc-services .hc-service-overview-content .hc-heading, .hc-service-benefit-content .hc-heading{
    margin-bottom: 20px;
}
.lead_gen .hc-contact-box{
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
}
.lead_gen .hc-contact-box .hc-heading {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.lead_gen form .hc-btn{
    margin: 30px 30% 0;
}
.margin_right_side{
    padding-right: 50px;
}
#more {display: none;}
.service-mid-banner-inner, .service-mid-banner{
    position: relative;
} 
.service-mid-banner-inner img, .service-mid-banner img{
    border-radius: 15px;
}
.service-mid-banner-inner, .service-mid-banner {
    margin-bottom: 20px;
}
.service-mid-banner-inner .banner-content{
    padding: 23px;
    position: absolute;
    bottom: 10%;
}
.service-mid-banner-inner .banner-content h1, .service-mid-banner .banner-content h1 {
    width: 50%;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}
.hc-service-benefit-content .hc-heading{
    text-align: center;
}
.hc-service-benefit-content .hc-heading-wrap p{
    text-align: center;
    width: 75%;
    margin: 0px auto 10px;
}
.hc-benefit-box .hc-benfit-icon img{ 
    height: 57px;
    width: auto;
}
.service-mid-banner .banner-content{
    padding: 23px;
    position: absolute;
    bottom: 20%;
    left: 10%;
}
.service-mid-banner .banner-content h1 {
    width: 60%;
}
/* Service page css end */
/* responsive start */
@media screen and (min-width:1200px){
    .container {
        max-width: 1180px;
    }
    .hc-submenu {
        background: #fff;
        box-shadow: 0 0px 20px 0 rgb(0 0 0 / 3%);
        border-top: 3px solid var(--bright-blue);
        border-bottom: 3px solid var(--bright-blue);
        position: absolute;
        top: 100%;
        max-width: 200px;
        width: max-content;
        min-width: 150px;
        padding: 8px 0;
        transform-origin: top;
        visibility: hidden;
        opacity: 0;
        z-index: 9;
        transition: 0.3s;
        transform: scaleY(0);
    }
    .hc-submenu li {
        display: block;
    }
    .hc-submenu li a {
        display: block;
        padding: 5px 15px;
    }
    .hc-navbar>ul>li:hover .hc-submenu {
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
    }
    .hc-navbar>ul>li {
        display: inline-block;
        margin-right: 20px;
        position: relative;
    }
    .hc-navbar>ul>li:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width:1600px){
    .container {
        max-width: 1480px;
    }
    .readmore {
        max-height: 200px;
    }
    .readmore-link.expand {
        padding-top: 70px;
        height: 0px;
    }
}
@media screen and (max-width:1199px){
    .event_left_side_wrapper{
        margin-bottom: 17px;
    }
    .hc-main-header .hc-logo a img{
        height: 51px !important;
    width: auto;
    }
    .hc-menu-toggle span {
        display: block;
        width: 32px;
        height: 3px;
        background: #1f2732;
        margin-bottom: 4px;
        transition: 0.3s;
    }
    .hc-menu-toggle span:nth-child(3) {
        margin-bottom: 0px;
    }
    .hc-menu-toggle span:nth-child(2) {
        width: 27px;
      background: #a82682;
        margin-left: auto;
        margin-right: auto;
    }
    .hc-menu-toggle {
        width: 32px;
        text-align: center;
    }
    .hc-open-menu .hc-menu-toggle span:nth-child(3) {
        transform: translate(1px, -9px) rotate(48deg);
    }
    .hc-open-menu .hc-menu-toggle span:nth-child(1) {
        transform: translate(1px, 6px) rotate(-48deg);
    }
    .hc-open-menu .hc-menu-toggle span:nth-child(2) {
        transform: translateY(9px);
        width: 0px;
        transition: 0.3s;
        height: 5px;
        background: #fd9678;
        border-radius: 5px;
    }
    .hc-main-head-flex {
        justify-content: flex-end;
    }
    .hc-navbar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -270px;
        width: 260px;
        background: #fff;
        z-index: 99;
        transition: 0.3s;
        overflow-y: auto;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
        text-align: left;
    }
    .hc-open-menu .hc-navbar {
        left: 0;
    }
    .hc-navbar>ul li {
        border-bottom: 1px solid #eee;
        position: relative;
    }
    .hc-navbar>ul li:last-child {
        border-bottom: 0;
    }
    .hc-navbar>ul li a {
        padding: 15px;
        display: inline-block;
    }
    .hc-navbar ul.hc-submenu li:first-child {
        border-top: 1px solid #eee;
    }
    ul.hc-submenu {
        display: none;
    }
    .hc-has-submenu:after {
        right: 15px;
        top: 23px;
        bottom: auto;
    }
    .hc-team-box {
        max-width: 280px;
    }
    .hc-banner-content {
        padding: 60px 0;
    }
    .hc-banner-content h1 {
        font-size: 29px;
    }
}
@media screen and (max-width:991px){
    .service-img img {
    width: 100%;
    height: 252px;
    border-radius: 10px;
    object-fit: cover;
}
    .overview h2{
   font-size: 25px;
    text-align: center;
    line-height: 30px;
}
    .service_stripe h1 br{
    display: none;
}
    .contact_detail{
        margin: 17px 0px 0px;
    }
    .contactbanner_txt p {
    width: 100%;
    color: #fff;
    text-align:center !important;
    margin:0px;
    }
    #our_mession .hc-mission-content {
    width: 100% !important;
    }
    #our_mession{
        padding: 0px;
    }
    .banner-color2{
        background-image: url(../images/homemobileview.jpg) !important;
    }
    .hc-banner-content h2 {
    font-size: 18px !important;
    font-weight: 400;
}
     .hc-banner-img{
         width:100%;
         margin:0px;
     }
    .hc-banner-img img{
        height: 295px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    }
    .hc-map-address {
        width: auto;
    }
    .hc-about-content {
        padding-top: 50px;
    }
    .hc-team-box {
        max-width: 310px;
    }
    .hc-go-top {
        right: 50px;
    }
    .hc-banner-img {
        position: unset;
    }
    .hc-banner-shape,
    .hc-banner:after {
        display: none;
    }
}
@media screen and (max-width:767px){
    .team_view_section li {
    width: 100% !important;
        margin: 0px 0px !important;
    }
    .team_view_section{
        display: flex;
    justify-content: center;
    flex-direction: column;
    }
    #about_area_two p{
        margin:10px 0px;
    }
    .contactbanner_txt h1 {
    font-size: 31px !important;
    }
    .hc-banner-content{
     text-align:center;   
    }
    Footer .contact{
        padding: 0px 10px;
    }
    #healthviewcontent{
        transform: translate(-32px, -68px);
    }
    .target_section img {
        border-radius: 10px;
        margin-bottom: 2px;
        margin-top: 9px;
        /* display: none; */
    }
    .target_section {
        padding: 34px 0px !important;
    }
    .margin_right_side {
        padding-right: 0px !important;
    }
    #educationcontent{
        transform: translate(81px, -232px);
    }
    .img_view {
        width: 100%;
        height: auto !important;
        object-fit: cover;
        margin-bottom: 15px;
        border-radius: 10px;
        margin-left: -4px;
    }
    .benefical, .volunteer_sec {
    padding: 9px 10px !important;
    }
    .how_help h1{
       transform: translate(-11px, -92px) !important;
    }
    .howtogetenvolve h1 br{
        display: none;
    }
    .get_envolve{
        width: 100% !important;
    }
    .circulaer_viewcontant{
        width: 356px !important;
        background-color: #fff;
        margin: 10px 10px;
        padding: 12px 16px;
        border-radius: 10px;
    }
    .donate_section {
        padding-bottom: 0px !important;
    }
    .donation_view {
      
        padding: 14px 0px !important;
       
    }
    .donation_internalview p{
        margin: 0px !important;
       
    }
    .donation_internalview h1{
        font-size: 21px !important;
      
    }
    .donation_internalview{
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }
    
     h1, .donation_internalview h1 {
        font-size: 25px;
        text-align: center;
        margin: 10px 0px;
    }
    .volunteer_sec {
        padding: 50px 0px !important;
    }
    .donationcontent {
        display: flex !important;
        align-items: center;
        flex-direction: column;
    }
    .benefical_view {
        background-color: #9e9e9e00;
        padding: 10px 15px;
        height: 260px;
        margin-bottom: 0px !important;
        border-radius: 10px;
        border: 1px solid #80808030;
        margin-top: 16px !important;
    }
    .join_content {
        padding: 0px !important;
    }
 
    .event_info{
        transform: translate(0px, -91px) !important;
    }
    .event_viewses h1, .career_form h6, .faq_banner h1 {
        font-size: 27px !important;
      
    }
    .event_bottom_boxed{
        margin-bottom: 10px;
    }
.Teams-section .hero .hc-banner-content {
        transform: translate(50px, -239px) !important;
    }
    .press_realseimg{
        margin-bottom: 15px;
    }
    
    .navs-tabs .nav-tabs .nav-link{
        min-width: auto !important;
        white-space: nowrap !important;
        margin: 10px !important;
    }
    .hc-service-benefit-content .hc-heading-wrap p {
        text-align: center;
        width: 99% !important;
        margin: 24px auto 20px !important;
    }
    .navs-tabs div#nav-tab {
        display: flex !important;
        gap: 30px 15px !important;
        border-bottom: none !important;
        flex-wrap: nowrap !important;
        overflow: auto !important;
    }
     #career  .hc-banner-content{
        transform: translate(54px, -318px) !important;

     }
     .hc-mission-content  .hc-heading-wrap h3{
        text-align: center;
        margin: 15px 0px 15px;
        font-size: 25px !important;
    }
    .hc-mission-content  .hc-heading-wrap p{
        text-align: center;
    }
    .hc-about-content {
        padding-top: 0px;
    }
   .hc-about-overview-content .hc-heading {
        font-size: 25px;
        margin-bottom: 13px !important;
        text-align: center !important;
    }
    .hero .hc-banner-content {
        padding: 50px 0;
        z-index: 2;
        position: absolute;
        bottom: 20%;
        color: #ffffff;
        transform: translate(108px, -186px);
        text-align: center;
    }
     .hc-banner-content h2:after {
     display: none !important;
    }
   .about_usview{
    height: 400px !important;
   }
    .hc-head-btn{
        position: absolute;
    right: -57px;
    transform: translate(264px, 10px);
    rotate: 90deg;
    top: 83%;
    z-index: 99999999;
    }
    .user_profile {
        border: 1px solid #8080804d;
        padding: 11px;
        border-radius: 10px;
        height: auto !important;
        margin-bottom: 18px;
    }
    .mobile_home_banner{
        display: block !important;
    }
    .web_home_banner{
        display: none !important;
    }
    .company_profile form .submitForm{
        margin-top: 10px;
    }
    .contact_map {
        height: 583px;
    }
    .contactbanner_txt {
        padding-bottom: 0px !important;
        text-align: center !important;
        padding-top: 34px !important;
    }
   .contact_info {
        padding: 60px 0px;
        position: relative;
        top: 252px;
    }
    .contact_head h1{
      margin-top: 0px;
    text-align: center;
    font-size: 26px !important;
    line-height: 32px !important;
    text-align: center;
    }
    .contact_form{
         z-index: 9;
        width: 100% !important;
    }
    .contact_detail ul{
    display: flex;
    flex-direction: column;
    }
  .location > .col-lg-6 > .hc-heading-wrap h2 {
    font-size: 25px !important;
}
    .contact_detail ul li{
        margin: 0px 0px 10px 0px !important;
    }
    .hc-top-head-div,.hc-top-head-right {
        text-align: center;
    }
    .hc-footer-contact-list {
        grid-template-columns: repeat(1,1fr);
    }
    .hc-footer-contact-list li {
        border-right: 0px solid #323d4c;
        border-bottom: 1px solid #323d4c;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .hc-footer-contact-list li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .hc-main-head-flex {
        justify-content: end;
    }
    .hc-logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .hc-blog-img img {
        width: 100%;
    }
    .hc-team-box {
        max-width: 100%;
        margin: 0 0px 30px;
    }
    .hc-spacer-bottom {
        padding-bottom: 60px;
    }
    .hc-spacer-top {
        padding-top: 60px;
    }
    .hc-blog {
        padding-bottom: 10px;
    }
    .hc-service, .hc-team {
        padding-bottom: 30px;
    }
    .hc-map-box {
        margin-bottom: 50px;
    }
    /* Footer css */
    footer .logo_sec {
        justify-content: center;
        flex-wrap: wrap;
    }
    footer a img {
        height: auto;
        width: 150px;
    }
    .company_profile form {
        display: block !important;
    }
    Footer .tagline {
        text-align: center;
        margin: 10px 0px 0px 0px;
    }
    footer .social-media {
        float: none;
        margin: 20px auto 0;
    }
    footer ul li {
        margin-bottom: 0px;
    }
    .social-media ul {
        justify-content: center;
        margin: 0px 0 10px;
    }
    footer .company_profile {
        display: block;
        text-align: center;
        padding: 15px 0 30px;
        margin: 20px 0 0;
    }
    Footer h1 {
        text-align: center;
        font-size: 20px;
        margin: 0px 0px 20px 0px;
    }
    .select li, .select1 li, .select2 li, .select3 li{
        display: none;
        cursor: pointer;
        padding: 10px 10px;
        border-top: none;
        min-width: 90%;
        background: #39393917;
        border-radius: 8px;
        text-align: center;
    }
    .contact li {
        display: block !important;
        margin: 0 0 10px;
    }
    .contact li:first-child {
        background: none;
        margin: 10px 0 0;
    }
    .contact li:first-child a {
        color: #ffffff !important;
    }
    .select li:first-child, .select1 li:first-child, .select2 li:first-child, .select3 li:first-child {
        display: block;
        border-top: 0px;
    }
    .select, .select1, .select2, .select3 {
        border-bottom: none;
        display: inline-block;
        padding: 0;
        border-radius: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }
    .select li:first-child, .select1 li:first-child, .select2 li:first-child, .select3 li:first-child {
        background: none;
        border-bottom: 2px solid #ffffff12;
        border-radius: 0px;
        /* width: 100%; */
        padding: 10px;
        margin-bottom: 0px;
        text-align: left;
    }
    .select li:hover, .select1 li:hover, .select2 li:hover, .select3 li:hover {
        background-color: #ddd;
    }
    .select li:first-child:hover, .select1 li:first-child:hover, .select2 li:first-child:hover, .select3 li:first-child:hover {
        background-color: transparent;
    }
    .select.open li, .select1.open li, .select2.open li, .select3.open li {
        display: block;
               margin: 0 10px 10px;
    }
    .select span:before, .select1 span:before, .select2 span:before, .select3 span:before {
        position: absolute;
        top: 0px;
        right: 15px;
        content: "+";
        color: #a82682;
        font-size: 25px;
    }
    .select.open span:before, .select1.open span:before, .select2.open span:before, .select3.open span:before {
        content: "-";
    }

    footer .last_strip {
        margin-top: 0px;
    }

    /* Footer css end */
}
@media screen and (max-width:480px){
    .hc-testi-img img {
        width: 80px;
        height: 80px;
    }
    .hc-heading {
        font-size: 26px;
        margin-bottom: 15px !important;
    }
    .hc-go-top {
        width: 50px;
        height: 50px;
    }
    .hc-go-top svg {
        width: 15px;
        height: 15px;
    }
    .hc-heading-wrap.text-center .hc-sub-heading:before {
        margin-left: -45px;
    }
    .hc-sub-heading:after,
    .hc-heading-wrap.text-center .hc-sub-heading:before {
        width: 30px;
    }
    .hc-go-top.hc-go-top-show {
        bottom: 20px;
    }
    .hc-go-top {
        right: 20px;
    }
    .hc-tab-list li {
        margin-right: 15px;
    }
    .hc-tab-content {
        margin-top: 20px;
    }
    .hc-blog-data {
        width: 95%;
    }
}
/* responsive end */

.noIcon::after , .noIcon::before{
    content: none !important;
}

.section-testmonials {
    font-family: Poppins;
    display: flex;
    gap: 20px;
    align-items: center;
}

.column-testmonials {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 20%;
}

.section-details {
    border-left: 10px solid #FFCB00;
    padding-left: 20px;
}


.name-section {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #650061 !important;
    line-height: 1.2em;
    margin: 0;
}

.title-section b {
    color: #650061;
}

.title-section {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.navigation-testmonials {
    display: flex;
    gap: 10px;
}


.swiper-testmonials {
    width: 80%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .section-testmonials {
        flex-direction: column;
        align-items: flex-start;
    }

    .swiper-testmonials {
        width: 100%;
    }
}

.swiper-testmonials .swiper-slide {
    border-radius: 10px;
    background: linear-gradient(118deg, #7C1A78 10.88%, #43044A 83.88%);
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: scale(0.9) !important;
    filter: blur(1px) grayscale(0.5);
    transition: 0.2s;
}

.swiper-testmonials .swiper-slide * {
    margin: 0;
}

.swiper-testmonials .swiper-slide-active {
    filter: blur(0px) !important;
    transform: scale(1) !important;
}

.card-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.head-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-slide {
    display: flex;
    align-items: center;
    gap: 20px
}

.title-slide h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

.title-slide h6 {
    color: #FFCB00;
    font-size: 14px;
    font-weight: 500;
}

.text-slide {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.swiper-button-testmonials-next,
.swiper-button-testmonials-prev {
    cursor: pointer;
}


@media (max-width: 768px) {
    .service_stripe{
        padding: 11px 0px 24px !important;
    }
    .header-slide svg {
        width: 50px;
    }

    .title-slide h4 {
        font-size: 14px;
    }

    .swiper-testmonials .swiper-slide {
        padding: 20px;
    }
}
.free_medical{
    border-radius: 10px;
}
.img_view{
    width: 100%;
    height: 133px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 10px;
}
.service-img img{
width: 100%;
height: 200px;
border-radius: 10px;
}
.service_info h1{
    font-size: 18px;
    margin-top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #a82682;
}
.service_info{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;

}
.service_stripe{
    background: linear-gradient(131deg, #a82682 20%, #00a0e3);
    color: #fff;
    padding: 30px;
    margin: 0px 0px 0px;
}
.target_section p,
.service_stripe p{
    margin: 0px;
    font-size: 15px;
    text-align: center;
    padding: 0px 0px;
    line-height: 25px;
}
.workshop_box{
    background-color: #ece8e369;
    padding: 9px;
    margin-bottom: 25px;
    border-radius: 10px;
    height: 143px;
}

.target_section h1,
.workshop_box h1 { 
    font-size: 20px;
    margin-top: 12px;
    line-height: 24px;
}
.target_section h1{
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}
.target_section img{
border-radius: 10px;
}
.target_section{
    background: var(--base-green);
    padding: 60px 0px;
}
.circular_view{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.circular_view .circulaer_viewcontant{
    width: 48%;
    background-color: #fff;
    margin: 10px 10px;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.circular_view  ul li{
    font-size: 13px;
    text-align: left;
    padding-left: 6px;
    margin-bottom: 10px;
}
.circular_view  h1{
font-size: 20px;
text-align: left;
}
.circular_view  h1{
    font-size: 20px;
}
.educationplan_view{
    width: 100% !important;
    margin: 0px 10px 10px auto !important;
    height: 202px;
    background-color: #e5f3ff !important;
    padding: 0px !important;
    border-radius: 10px !important;
    /* align-items: center; */
    display: flex;
    align-items: center;
    justify-content: center;
   
}


.circular_view img{
    border-radius: 100px;
    margin-bottom: 12px;
}
.press_realseimg{
    padding: 10px;
    border: 1px solid #8080801f;
    border-radius: 10px;
}
.press_realseimg p{
    margin: 0px;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    padding: 10px 0px;
}
.press_realseimg img{
    height: 305px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;

}
.press_realseimg video{
    width: 100%;
}
.modal {
    display: none;
    position: fixed;
    z-index: 999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
.gslide-image{
    height: 405px !important;
    width: 292px !important;
}
iframe{
    width: 100%;
    height: 300px;
}
.hidden { display: none; }

.donation_internalview{
    background-color: #e5edf5;
    width: 50%;
    margin: 0px 10px;
    padding: 10px;
    text-align: center;
    height: 147px;
    border-radius: 10px;
}
.hidden { display: none; }

.donation_view {
    margin-top: 20px;
    padding: 15px;
    border: 0px solid #ccc;
}
.donationcontent{
    display: flex ;
    align-items: center;
}
.toggle_btn button {
    padding: 10px 15px;
    border: none;
    background-color: #60dfcd;
    cursor: pointer;
    margin-right: -11px;
    transition: background 0.3s;
    border-radius: 100px;
    color: #fff;
}
.toggle_btn button.active {
    background: #1E9AFE;
    color: white;
    font-weight: bold;
}
.toggle_btn{
    display: flex;
    justify-content: center;
}
.volunteer_sec h1,
.donation_internalview h1{
    font-size: 25px;
}
.get_envolve{
    width: 100%;
    height: 427px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.benefical,
.volunteer_sec {
    padding: 50px;
    background: linear-gradient(180deg, #fff9db61, #ffea844a);
}

.faq-header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.faq-item {
    padding: 6px 10px;
    border: 2px solid #0501012e;
    border-radius: 10px;
    
    margin-bottom: 10px;

}
.faq-question {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a82682;
    font-weight: 500;
}
.icon .fa-solid{
    font-size: 15px;
}
.faq-container .active{
    border: 2px solid #a82682;
}
.faq-answer {
    display: none;
    padding: 5px 0px;
    color: #333;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.faq-question:hover {
    color: #007bff;
}
.icon {
    transition: transform 0.3s ease-in-out;
}
.active .icon {
    transform: rotate(180deg);
}
.active .faq-answer {
    display: block;
    background-color: #fff;
    padding: 20px;
}
.faq-answer  h1{
    font-size: 18px;
    margin: 0px;
}
.faq-answer  p{
  
    margin: 0px;
}
.howtogetenvolve{
    background-color: #00559A;
    padding: 20px;
}
.howtogetenvolve h1{
    color: #fff;
    font-size: 35px;
    text-align: left;
}
.howtogetenvolve p{
    color: #fff;
    text-align: left;
 
}
.benefical_view{
    background-color: #9e9e9e00;
    padding: 10px 15px;
    height: 260px;
    margin-bottom: 29px;
    border-radius: 10px;
    border: 1px solid #80808030;
    margin-top: 31px;
    
}
.benefical_view h1{
    font-size: 20px;
    text-align: center;
    color: #000;
}
.benefical_view p{
    text-align: center;
    color: #000;
}
.educationplan_view img{
    height: 202px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 12px;
}

.howtogetenvolve h1{
    text-align: center;
}
.howtogetenvolve p{
    text-align: center;
}
.sponser_box h1{
    font-size: 22px;
    text-align: center;
    background: linear-gradient(131deg, #a82682 20%, #00a0e3);
    color: #fff;
    padding: 11px;
    border-radius: 0px 0px 10px 10px;
}
.sponser_box:hover h1{
     background-color: #2768ac;
   
}
.sponser_box h2{
    font-size: 19px;
    margin-bottom: 0px;
    margin: 10px 0px;
    color: #000;
    font-weight: 500;
}
.sponser_box p{
    margin: 0px;
}
.sponser_box {
    background: #a8268229;
    padding: 0px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 298px;
}
.sponser_box span{ 
    background-color: #ffff;
    color: #009cdf;
    padding: 3px 7px;
    border-radius: 100px;
    font-size: 12px;
    margin-right: 10px;
    border: 1px solid #33b0ee;
}
.sponser_box  div{
    margin-bottom: 12px;
}
.join_view h2{
    text-align: center;
}
.how_help_view img{
    margin: 25px;
    width: 94%;
    border-radius: 10px;
    height: 309px;
    object-fit: cover;
    object-position: top;
}
.join_content{
    padding: 62px;
}
.solve_solution{
    display: flex;
    flex-direction: row;
}
.solve_solution input{
    width: 165px;
    margin-left: 12px;
    margin-top: 5px;
}

#about_area_two .home_joinus,
.join_view{
    background-color: #fff6c2;
    padding: 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
  }
  .event_heading h3 {

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.event_left_side_wrapper .event_programmeinfo p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.modal-backdrop.show {
    opacity: 0 !important;
}

.faq_banner {
    margin: 57px 0px !important;
}

.faq_banner .sub_heading {
    width: 800px;
    margin: auto;
}
#service 
.joinheading,
.benefical .benefical_heading,
.event_viewses h1,
.career_form h6,
.faq_banner h1{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
}
.hc-btn a{
    color: #fff;
}
.hc-btn:hover a{
    color: #000 !important;
}
.form_file_upload  input{
    border: 0px solid #eee !important; 
    /* outline: none; */
    padding: 0px 2px !important;
    border-radius: 2px;
    width: 100%;
}
.event_viewses .event_para p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service_info p{
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#about_mainsection   h1{
    color: #a82682;
}
#our_mession .hc-mission-content{
    width: 80%;
    margin: auto;
    text-align: center;
    
}
#our_mession {
    background: linear-gradient(131deg, #a82682 20%, #00a0e3);
    color: #fff;
}
.our_leadershipsection{
    background-color: aliceblue;
    margin-bottom: 21px;
    padding-bottom: 60px !important;
}
.about_logo{
    background: white;
    position: absolute;
    height: 139px;
    padding: 20px;
    border-radius: 20px;
    border: 5px solid #fce7ad;
    top: 55%;
    right: 40%;
}
.about_imge_our{
  
    border-radius: 20px;
}
.color_view{
    color:#a82682;
}
.about_inner{
    justify-content: flex-end;
    display:flex;
}
.health_view{
    background: linear-gradient(152deg, #1c4e83 40%, #00a0e3);
    color: #fff !important;
}
.health_view .hc-about-sub-heading{
    color: #fff !important;
    font-size: 17px !important;
    line-height: 29px !important;
    width: 80% !important;
    margin: 17px auto !important;
}
#service h2,
.location h2{
    font-size: 35px ;
}
.location{
    display: flex;
    align-items: center;
}
#service img{
border-radius: 10px;
}
.service_stripe h1,
.service_stripe p{
    text-align: left !important;
}
#volue_teer h1,
#volue_teer p{
    text-align: center !important;
}
.benefical .benefical_view{
    padding: 25px;
    height: 180px;
    background-color: #fff;
    border: none;
    margin-bottom: 10px;
}
.benefical .benefical_view:hover{
    background: linear-gradient(131deg, #a82682 20%, #00a0e3);
   
}
.benefical .benefical_view:hover p,
.benefical .benefical_view:hover h1{
    color: #fff;
}
.sponser_box:hover{
     background: var(--base-green);
    
}
.joinheading{
    font-weight: 600 !important;
}
.target_section  .row{
    align-items: center;
}
.navs-tabs .nav-tabs .nav-link{
    border: 2px solid #a82682;
}
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #a82682 !important;
}
.nav-tabs .hc-btn{
    background: #fff9db !important;
    color: #000 !important;
}
.clickhere_alignment{
    text-align: center;
}
.team_view_section{
    display:flex;
        justify-content: center;
  
}
.team_view_section li{
    width: 265px;
    margin: 0px 15px;
}