@charset "utf-8";
/* CSS Document */
body{font-family: var(--accent-font) !important;}
.main-menu ul li a {font-family: var(--accent-font) !important; font-weight: 600; letter-spacing: 1px;}
.img-bg{background:rgba(255,255,255,0.75); border-radius:10px;}
.about-us, .our-services, .page-contact-us, .page-service-single, .our-approach, .why-choose-us { padding: 50px 0;}    
.our-causes { padding: 50px 0 50px;}
.our-gallery {padding: 50px 0 20px;}
.contact-info-box { padding: 30px 20px;}
.how-we-help {padding: 70px 0;}
.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon-deepam.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 26px;
    height: 26px;
}
.our-services {
    background: url(../images/common-bg.jpg);/*-, var(--secondary-color);*/
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: 100% auto;*/ background-size: cover;
    padding: 50px 0;
}
/*.our-services::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(2, 13, 25, 0) 16.33%, rgba(2, 13, 25, 0.8) 100%), linear-gradient(360deg, rgba(2, 13, 25, 0) 87.52%, #020D19 101.14%);
    width: 100%;
    height: 100%;
    z-index: 1;
}*/
.hero.hero-slider-layout .hero-slide {
    position: relative;
    padding: 370px 0 160px;
}
.our-causes {
    background: url(../images/medi-bg.jpg);/*, var(--secondary-color);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 50px 0 30px;
}
p{color:#000;}
.bg-yellow{background: #FFffcc;}
.hero.hero-slider-layout .hero-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(2, 13, 25, 0) 16.33%, rgba(2, 13, 25, 0.8) 100%), linear-gradient(360deg, rgba(2, 13, 25, 0) 87.52%, #020D19 101.14%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.doll-bg{ width:100%; height:100%; background:url(../images/doll.png) right bottom; background-repeat:no-repeat; }
.main-footer {
    background: url(../images/footer-bg-1.jpg), var(--primary-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 0;
}
.main-footer { padding: 50px 0 0;}
.footer-links { width: calc(45% - 33.33px);}
.footer-logo img { background: rgba(255, 255, 255, 0.85);  border-radius: 10px;}
.contact-form-box {background: transparent;}

.blink-soft {
  animation: blinker-fade 1.5s linear infinite;
}

@keyframes blinker-fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.bg-pink {background:#ff6d00;/*#ab1c38;*/ width:100%; height:auto;}
.clr-pink{color:#fff;}
.icon-pink{color:#ab1c38;}
.ic-mr-10{margin-right:10px;}
.ser-brd-bt-1{border-bottom:1px dashed #ccc;}
.sidebar-cta-box{ background-image: url(../images/g-1.png);}
.page-sidebar-catagery-list ul { background: #fff;}
.page-sidebar-catagery-list ul li a { color: #ab1c38;}
.abt-ul{line-height:35px; color:#000;}
.mission-vision-item {width: calc(49.33% - 53.33px);}
.our-approach { background: url(../images/abt-bg.jpg), var(--secondary-color); background-position:center center; background-repeat:no-repeat; background-size:cover;}
.ft-40{font-size: 40px !important;}
.clr-org{color:#ff6d00 !important;}


