﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i);
@import url('https://fonts.googleapis.com/css2?family=Courgette&amp;display=swap');


/* CSS Document */

header.menu-part {
      border-top: 9px solid #2b4263;
      /* background: #ffffff url(../img/bg.png); */
      background: #ffffff;
}
.top-menu {
    background: #712b8e;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    padding: 6px 15px;
    /* border-radius: 0px 0px 17px 17px; */
}
/* .black-bg {
    background: #000;
} */
.top-links {
    padding: 3px 0;
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.top-links li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration:none;
}
.top-menu ul.list-inline {
    margin-bottom: 0;
	margin-left:0;
}
.top-social {
    padding: 5px;
    float: right;
    COLOR: WHITE;
}
.top-social a{color:white}
.top-social ul.list-inline li {
	border-right: 1px solid #adadad;
}
.top-social ul.list-inline li:last-child {
	border-right:none;
}
a.donate-now {
    background: rgb(52 50 175);
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 3px;
    text-decoration:none;
}
.bottom-menu {
    margin-top: 32px;
    float: right;
}
.ul-yellow-check{
	 list-style-image: url('../img/check_1.png');
}
.inner-page-head{
	margin-top: 172px;
}
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 82vh;
}
.fade-carousel .carousel-inner .item {
    height: 82vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 95%;
    left: 50%;
    z-index: 3;
    background-color: rgba(255, 248, 45, 0.8);
    color: #000;
    text-align: center;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 0 rgba(0,0,0,.75); */
    /* -webkit-transform: translate3d(-50%,-50%,0); */
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}


.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hero h3 {
	margin-bottom:20px;
	font-size: 22px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/slider/slider-1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slider/slider-2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/slider/slider-3.jpg);
}
.testi-carousel .carousel-indicators {
    bottom: 10px;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 100%; max-width:100%; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
section.padding-section {
    padding: 60px 0;
}
.heading {
    margin-bottom: 30px;
}
.black-text {
	color:#212121;
}
.heading h1, .heading h2 {
	font-weight:600;
	font-size: 100px;
	COLOR: #712b8e;
	font-family: "Dancing Script", cursive;
}
.heading h1 span, .heading h2 span {
	font-weight:400;
	/* font-size:28px; */
	/* color: #fbda00; */
}
.under-line {
    background: #fbda00;
    width: 247px;
    height: 3px;
    margin: 0 auto;
}
.bg-gray {
	background: #ffffff;
}
.img-padding-box {
    padding: 8px;
    /* background: #fff; */
    /* border: 1px solid #efefef; */
}
a.read-more-btn {
    background: #712b8e;
    padding: 8px 35px;
    color: #fbda00;
    font-size: 13px;
    text-decoration:
    none;
    font-weight: 600;
}

a.read-more-btn:hover {
    background: #002279;
    color: #fff;
    font-size: 13px;
    font-weight:600;
    text-decoration:none;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
}

section.success-stories {
    background: #ffffff url(../img/bg-2.png);
}
section.bg-gray {
    background-size: cover;
}
.left-part-image {
    width: 50%;
    height: auto;
    float: left;
}
.right-part-content {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 25px 15px;
}
.left-part-wriglecs {
    width: 50%;
    float: left;
	padding: 25px 5px;
	box-sizing: border-box;
}
.right-part-wriglecs {
    float: right;
    width: 50%;
	height: auto;
}
.check-mark-list li {
    margin-bottom: 15px;
	padding-left:30px;
}
.check-mark-list li:before {
	content: '';
    width: 20px;
    height: 20px;
    background: url(../images/logo/verified.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    margin-top: 1px;
    margin-left: -30px;	
}
a.read-more-btn-white {
    background: #fff;
    padding: 8px 35px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

a.read-more-btn-white:hover {
    background: #000;
    color: #fff;
	font-weight:600;
	text-decoration:none;
	transition: all .7s ease;
	-webkit-transition: all .7s ease;
}

.impact-icon {
    /* max-width: 80px; */
    margin: 0 auto;
}
.impact-box {
    /* border: 1px solid #ddd; */
    text-align: center;
    /* box-shadow: 5px 5px 5px #efefef; */
    padding: 20px 10px;
    /*height: 170px;*/
}
.impact-title h3 a {
    color: #212121;
    font-size: 16px;
    text-decoration: none;
}
.owl-carousel-1 button.owl-prev {
    background: #fff82d !important;
    width: 25px;
    height: 25px;
    /* border-radius: 50% !important; */
    color: #212121 !important;
    font-size: 14px !important;
    line-height: 2px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
	margin-right:5px !important;
}
.owl-carousel-1 .owl-nav {
    position: absolute;
    z-index: 999;
    top: -50px;
    right: 0;
}
.owl-carousel-1 .owl-stage-outer {
    margin-top: 50px;
}
.owl-carousel-1 button.owl-next {
    background: #fff82d !important;
    width: 25px;
    height: 25px;
    /* border-radius: 50% !important; */
    color: #212121 !important;
    font-size: 14px !important;
    line-height: 2px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}
.owl-carousel-1 .owl-dots .owl-dot.active span, .owl-carousel-1 .owl-dots .owl-dot:hover span {
    background: #fff82d !important;
}
.owl-carousel-1 .owl-dots {
	margin-top:20px !important;
}
.bg-testi {
	background:url(../images/home-page/bg-testimonial.jpg);
	background-image: url(../IMG/bg_about-b.png);
}
.bg-parrlex {
	background-size:cover !important;;
	background-attachment:fixed !important;;
	background-repeat:no-repeat !important;;
	background-position:center !important;;
}
.video-block iframe {
	width:100%;
	height:400px;
	min-height:400px;
}


.testi-carousel {
	margin: 0 auto;
	padding-bottom: 50px;
}
.testi-carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 300px;
}
.testi-carousel .item a {
	color: #eb7245;
}
.testi-carousel .img-box {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 50%;
}
.testi-carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.testi-carousel .testimonial {	
	padding: 30px 0 10px;
	color:#212121;
}
.testi-carousel .overview {	
	text-align: center;
	padding-bottom: 5px;
	color: #444;
}
.testi-carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.testi-carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
.testi-carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
    background: #999;
    text-shadow: none;
	top: 4px;
}
.testi-carousel .carousel-control i {
	font-size: 20px;
	margin-right: 2px;
}
.testi-carousel .carousel-control.left {
	left: auto;
	right: 40px;
}
.testi-carousel .carousel-control.right i {
	margin-right: -2px;
}
.testi-carousel .carousel .carousel-indicators {
	bottom: 15px;
}
.testi-carousel .carousel-indicators li, .testi-carousel .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.testi-carousel .carousel-indicators li {	
	background: #e2e2e2;
	border-color: transparent;
}
.testi-carousel .carousel-indicators li.active {
	border: none;
	background: #888;		
}
input.read-more-btn {
    background: #fff82d;
    padding: 8px 35px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
	border:none;
	border-radius:0;
	text-transform:uppercase;
}
input.read-more-btn:hover {
    background: #000;
    color: #fff;
	font-weight:600;
	text-decoration:none;
	transition: all .7s ease;
	-webkit-transition: all .7s ease;
}

.cover-card {
	background: silver;
	padding: 0px;
	margin: 0px;
	height:218px;
}
.cover-card > p {
	text-align: center;
	background-color: rgba(255,180,0,0.0);
	color: rgba(6,6,6,0.0);
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 20px;
	padding-top:25%;
}
.cover-card:hover > p {
	background-color: rgba(255,180,0,0.8);
	color: white;
	text-shadow: 3px 3px 10px #000;
}

.cover-card > a {
	text-align: center;
	background-color: rgba(255,180,0,0.0);
	color: rgba(6,6,6,0.0);
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 20px;
	padding-top:25%;
	display:block;
}
.cover-card:hover > a {
	background-color: rgba(255,180,0,0.8);
	color: white;
	text-shadow: 3px 3px 10px #000;
}
.fb-page {
    width: 100%;
}
.fb-page iframe {
    width: 100% !important;
}
.top-up-news-letter {
        background: #fbda00;
        position: relative;
        margin-top: -21px;
        z-index: 1;
        padding: 15px 0;
        border-radius: 4px;
}
.top-up-news-letter h3 {
    margin: 4px 23px 0;
    color: black;
}
.form-news-letter .form-control {
    border-radius: 0;
    background: none;
    border: 2px solid #212121;
    color: #212121;
}
input.black-news-letter-btn {
    width: 100%;
    background: #3432af;
    border: none;
    color: #fff;
    text-align: center;
    padding: 7px;
    text-transform: uppercase;
}
input.black-news-letter-btn:hover {
    background: #fff;
    color: #000;
	font-weight:600;
	text-decoration:none;
	transition: all .7s ease;
	-webkit-transition: all .7s ease;
}

footer.footer-part {
    background: #712b8e;
    position: relative;
    margin-top: -40px;
    padding-top: 90px;
    padding-bottom: 40px;
}
img.footer-logo {
    margin-bottom: 20px;
}
.footer-widget-content p{
	margin-bottom:25px;
	color: white;
}
.footer-widget-content ul{
	margin-bottom:20px !important;
}
.footer-widget-content ul li a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-widget-content ul li {
    /*margin-bottom: 15px;*/
    border-bottom: 1px #ccc solid;
    padding: 10px 0px 5px 2px;
    color: white;
}
.footer-widget-content ul li a {
    display:block;
	font-weight:600;
}
.footer-widget-content ul li:hover {
    display:block;
	background:#ccc;
	border-bottom: 1px #fff82d solid;
}
.footer-widget-title {
    margin-bottom: 25px;
}
.footer-widget-title h3 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-widget-content ul.list-unstyled {
    margin: 0;
    padding: 0;
}
.under-line-left {
    background: #002279;
    width: 50px;
    height: 3px;
}
.footer-post p {
	margin-bottom:0;
	margin-top:0;
	font-size:12px;
}
.footer-post p a {
	color:#212121;
}
.footer-post {
	margin-bottom:5px;
}
.footer-bottom {
	padding:10px;
	color: #000000;
	font-size:13px;
	background: #ffffff;
}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #fff82d;
    color: #212121;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    /* opacity: 0.8; */
    position: fixed;
    bottom: 0px;
    right: 28px;
    width: 280px;
    text-transform: uppercase;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
._2p3a {
    width: 100% !important;
}
.fb-page span iframe {
    width: 100% !important;
}
.fb-page {
    width: 100% !important;
}
.fb-page span {
    width: 100% !important;
}
#u_0_0 .uiScaledImageContainer._2zfr {
    width: 100% !important;
}
#u_0_0 ._2p3a {
    width: 100% !important;
}
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    max-width: 100% !important;
}
a.sponsor {
    background: #fff82d;
    padding: 5px 10px;
    color: #000 !important;
    border-radius: 3px;
    text-decoration: none;
}

/*======= CSS RAKESH ====================*/

.bg-1 {
	background:url(../images/about/bg-1.jpg);
}
.about-us-page {
	min-height:500px;
}

.info-article__image {
    margin-bottom: 0;
    padding: 15px 0 0 15px;
	    position: relative;
}
.info-article__image img {
    position: relative;
    z-index: 5;
}
.info-article__image:after {
    background: #002279;
    content: "";
    display: block;
    max-width: 476px;
    max-height: 476px;
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 85%;
    z-index: 1;
}
.cover-card-2 {
    padding: 0px;
    margin: 0px;
    height: 300px;
}
.about-us-sec-2 {
	display:table-cell;
	height:300px;
	vertical-align:middle;
	width:100%;
}
.about-us-sec-2 h4 {
	font-weight:500;
	font-size:14px;
}
.about-us-sec-2 p {
	font-weight:300;
	font-size:12px;
}

.info-article__image-2:after {
    background: #d02032;
    content: "";
    display: block;
    max-width: 476px;
    max-height: 476px;
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 85%;
    z-index: 1;
}
.info-article__image-2 {
    margin-bottom: 0;
    padding: 15px 15px 0px 0px;
    position: relative;
}
.info-article__image-2 img {
    position: relative;
    z-index: 5;
}

.top-links .list-inline > li {
    font-size: 14px;
}
.top-social ul.list-inline li img {
	width:24px;
}
#bs-carousel .carousel-control
{
  background: none;
  color: #fff82d;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#bs-carousel .carousel-control.left 
{ top: 30%;
  left: -12px;
}
/* Next button  */
#bs-carousel .carousel-control.right 
{ top: 30%;
  right: -12px !important;
}
#bs-carousel .carousel-control {
    opacity: 1.0;
}
@media (max-width: 768px) {
	.top-menu {
		background:none;
	}
	.black-bg {
    background: none;
}
.hero {
    top: 50%;
}
.left-part-image {
    width: 100%;
    height: auto;
    float: none;
}
.right-part-content {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 5px;
}

.left-part-wriglecs {
    width: 100%;
    
    float: none;
	padding: 25px 5px;
	box-sizing: border-box;
}
.right-part-wriglecs {
    float: none;
    width: 100%;
	height: auto;
}

}

@media (max-width: 1200px) {
	.top-links li a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
.top-links .list-inline > li {
    font-size: 11px;
}
.top-social ul.list-inline li img {
	width:17px;
}
}

@media (min-width: 1031px){
	.menu-wrapper{
	/* background: #fffae9; */
	border-radius:17px 17px 0px 0px;
	/*border-top: #fff82d 3px solid;*/
	}

}


.bg-donate {
	background-image:url(../images/donate-bg.html);
	background-repeat:no-repeat;
	background-position:left center;
}
.donate-form-box {
	background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 15px;
	margin-top:30px;
	margin-bottom:30px;
}
.white-bg {
	/*background: #fff;*/
}
input.total-amt {
    border-radius: 0 !important;
    border: 1px solid #212121;
    color: #212121;
    font-weight: bold;
}



@media (max-width: 575.98px) {
 .maps iframe{
    width: 100%;
    height: 450px;
  }
 }


@media (min-width: 576px) {

   .maps iframe{
     width: 100%;
     height: 450px;
   }
 }

@media (min-width: 768px) {
.maps iframe{
    width: 100%;
    height: 850px;
  }
}

@media (min-width: 992px) {
.maps iframe{
     width: 100%;
     height: 250px;
   }
}
section.slider {
    margin-top: 157px;
    height: 80vh;
}
section.slider  .carousel-caption {
    right: 0 !important;
    left: 0 !important;
    padding-bottom: 10px;
    bottom: 0 !important;
    background-color: rgba(255, 248, 45, 0.79) !important;
	color:#000 !important;
	text-shadow:none;
}
section.slider  .carousel-caption h3 {
	margin:0;
}
.counter-Txt{text-align:center; font-size:15px; font-weight:bold; text-transform:uppercase; margin-top:20px;}
.counter-Txt span{/*display:block;*/font-size: 18px;}
@media (max-width: 990px) {
body {
    margin-top: 161px;
}
}
@media (max-width: 1030px){
	.menu-wrapper{
	/*background: #000000;*/
	/*border-top: #fff82d 3px solid;*/
	}
	body {
		margin-top:131px;
	}
}

@media screen and (max-width: 767px) {
	.bottom-menu {
    margin-top: 0;
    float: none;
}
body {
		/* margin-top:204px; */
	}
.logo {
    /*position: absolute;*/
    top: -23px !important; 
    left: 0;
    width: 100%;
    /* height: 46px; */
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
}
.top-links li.pull-right {
    float: none !important;
}
.top-menu {
    background: #fff82d;
    margin-top: 0;
    z-index: 1;
    position: relative;
    padding: 0 15px;
}
a.sponsor {
    background: #000;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 3px;
    text-decoration: none;
}
a.donate-now {
    background: #000;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 3px;
    text-decoration: none;
}
}

.gallery
{
}

.container .box {
    position:relative;    
    box-sizing:border-box;
    overflow:hidden;
    box-shadow:0 5px 10px rgba(0,0,0,.24);
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom:10px;
}
.container .box:before {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    box-sizing:border-box;
    transition:0.5s;
    transform: scaleX(0);
    opacity:0;
}
.container .box:hover:before {
    transform:scaleX(1);
    opacity:1;
}
.container .box:after {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    box-sizing:border-box;
    transition:0.5s;
    transform: scaleY(0);
    opacity:0;
}
.container .box:hover:after {
    transform:scaleY(1);
    opacity:1;
}
.container .box .imgBox {
position: relative;
    min-height: 315px;
    max-height: 215px;
    height: 315px;
}
.container .box .imgBox img {
    width:100%;
    transition:0.5s;
	height:100%;
}
.container .box:hover .imgBox img {
    opacity:.2;
    transform:scale(1.2);
}
.container .box .content {
    position:absolute;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
	
}
.container .box .content h2 {
    margin: 0 0 10px;
    padding:0;
    color:#fff;
    transition:0.5s;
    transform:translateY(-50px);
    opacity:0;
    visibility:hidden;
}
.container .box .content p {
    margin:0;
    padding:0;
    color:#fff;
    transform:translateY(50px);
    opacity:0;
    visibility:hidden;
}
.container .box:hover .content h2,
.container .box:hover .content P {
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}

.breadcrumdiv1{
	background: rgb(113 43 142);
	height:100%;
	min-height: 266px;
	padding-top:15px;
}
.breadcrumdiv2{
	margin-top: 68px;
	margin-bottom:30px;
	color: #fbda00;
}
.breadcrum-text-yellow{
	color: #fffae9;
	font-weight:700;
	font-size: 54px;
	margin:0px;
	z-index: 99999;
}

.rowsame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.rowsame > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
	.rowsame > [class*='col-'] {
		width:100%;
	}
}

@media (min-width: 992px) {
	.pr-big-0{
		padding-right:0px !important;
	}
	.pl-big-0{
		padding-left:0px !important;
	}
}

.galdiv{
	background:#fff;
	padding-bottom:15px;
	padding-top:15px;
}
.galdiv_text{
	background: #fff82d;
	padding: 15px 0px 15px 0px;
	margin: 0px !important;
}
.galheading{
	margin-top: 0;
	margin-bottom: 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 0px;
}
.gal_text{
	padding: 0px;
	margin: 0px;
	color: #000;
	font-weight: 600;
}

.img_gal_div{
	margin-bottom:20px;
}
.img_gal_text{
	background: #fff82d;
	padding: 10px 0px;
}
.contact_icon{
	    color: #fff;
	    background: #b35000;
	    font-size: 40px !important;
	    padding: 20px;
	    border-radius: 50%;
	    width: 80px;
	    height: 80px;
	    border: #d60000 solid 1px;
}
.contact_link{
color: #000;
font-size: 20px;
font-weight: 600;
}

.font-21{
	font-size:21px !important;
}
.mb-20{
	margin-bottom:20px !important;
}
.mb-30{
	margin-bottom:30px !important;
}
.mb-60{
	margin-bottom:60px !important;
}

.hovernow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
}

.hovernow:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}
/* /////////////////// Color CSS ////////////////////////////////////////////////////////////// */
.bg-light-gray{
	background:#f8f8f8 !important;
}
.bg-orange{
	background:#f16612 !important;
}
.border-orange{
	border-color:#f16612 !important;
}
.bg-pink{
	background:#e666d8 !important;
}
.border-pink{
	border-color:#e666d8 !important;
}
.bg-dark-blue{
	background:#1825f1 !important;
}
.border-dark-blue{
	border-color:#1825f1 !important;
}
.bg-purple{
	background:#ad2bf6 !important;
}
.border-purple{
	border-color:#ad2bf6 !important;
}
.bg-light-blue{
	background:#1bd0ed !important;
}
.border-light-blue{
	border-color:#1bd0ed !important;
}
.bg-green{
	background:#1faa1d !important;
}
.border-green{
	border-color:#1faa1d !important;
}
.bg-peach{
	background:#e6666f !important;
}
.border-peach{
	border-color:#e6666f !important;
}
.bg-MediumTurquoise{
	background:#66e6e1 !important;
}
.border-MediumTurquoise{
	border-color:#66e6e1 !important;
} 
.bg-light-green{
	background:#93d848 !important;
}
.border-light-green{
	border-color:#93d848 !important;
}
.graphsection{
	background: #fdf27e url(../img/bg.png);
	padding-top: 30px;
	padding-bottom: 60px;
	background-size: cover;
}
.pt-0{
	padding-top: 0px;
}
.pt-35{
	padding-top: 35px;
}
.mb-5{
	margin-bottom:5px;
}
.image-responsive{
	max-width:100%;
}
.imgbox1{
	background:#f8f8f8;
	padding:0px 0px 20px 0px;
	height:100%;
	border-bottom:#fff82d solid 2px;
}
.mb-25{
	margin-bottom:25px;
}
.plr-15{
	padding-left:15px;
	padding-right:15px;
}

/* Slider CSS //////////////////////////////////// */
.high_title2 {font-size: 48px;font-family: 'Lato',sans-serif;font-weight: normal !important;letter-spacing: 0;line-height: 120% !important;padding: 0 0 10px;position: relative;color: #002279;text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;font-family: 'Roboto', sans-serif;}
.light_title {

    color: #ffffff;
    font-family: 'Lato',sans-serif;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 0 0 10px;
    position: relative;
    line-height: 140% !important;

}
.small_title2, .small_title {

    color: #ffffff;
    font-family: 'Lato',sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    padding: 0 0 10px;
    font-weight: lighter;
    position: relative;
    line-height: 140% !important;

}
@media (max-width: 767px) {
.slider_title_a, .tp-caption .btn {

    display: none !important;

}
}
.yellow-btn{
	background: #fff82d;
	padding: 9px 20px;
	color: #000 !important;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #000;
}
.yellow-btn:hover{
	background:#000;
	color:#fff82d !important;
}
.tab-content-wr{
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
	padding: 20px;
}

.text-italics{
	font-style:italic;
}
.font-weight-600{
	font-weight:600 !important;
}

.display-none{
	display:none !important;
}

.razorpay-payment-button{
	background: #fff82d;
	border: #000 solid 1px;
	padding: 10px 30px;
	font-size: 21px;
	font-weight: 600;
	border-radius: 10px;
}

.razorpay-payment-button:hover{
	background: #414141;
	color: #fff82d;
}


.stripedtable table {
  border-collapse: collapse;
  width: 100%;
}

.stripedtable th, td {
  padding: 15px;
}

.stripedtable tr:nth-child(even){background-color: #fdf63030}

.stripedtable th {
  background-color: #FFF82D;
  color: #000;
}

.mce_inline_error{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}.btn-primary {
    color: #fff !important;
    background-color: #c09f38;
    border-color: #ffffff;
}

.height-100-perc{
	height:100% !important;
}

.dd{
	    width: 108px;
	    margin: 0 auto;
	    padding: 15px;
	    background: #712b8e;
	    border-radius: 50%;
	    margin: -64px 0 15px 0;
	    border-bottom: 2px solid;
}

.hj{
	    transform: translateY(50px);
	    animation: moveVertical 0.65s ease forwards;
	    text-align:
	    center;
	    list-style: none;
	    border: 2px solid #3432af;
	    margin: 0px;
	    padding: 1px 17px 54px;
	    background: #ffffff;
	    border-radius: 34px;
}

.hj h3{
	    font-size: 24px;
	    color: #000000;
	    font-weight: 900;
	    margin: 0 0 12px;
}.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #002279;
    border-color: #000;
}p {
    margin: 0 0 10px;
    FONT-SIZE: 16PX;
    COLOR: BLACK;
    /* min-height: 75px; */
}

.footer-bottom P{COLOR: black;margin: 0;}

.logo h2{
	    font-family: 'Courgette', cursive;
    font-size: 46px;
    margin: 14px 0 15px;
    color: #b35000;
    font-weight: 700;
}

.logo:hover{list-style:none;    text-decoration: none;}
.heading1  h1{
    text-align: center;
    color: #712b8e;
    line-height: 65px;
    margin: 22px 0 250px;
    font-family: "Dancing Script", cursive;
    font-size: 58px;
    }
	
	
	
	
	
	
	
.section-left-background {
    background-image: url(../images/section-background.svg);
    background-position: 110px 0;
    background-repeat: no-repeat;
    background-size: 50%;
	    padding-top: 80px;
    padding-bottom: 80px;
}

.section-dark {
    background-color: #f0ccff;
    border-bottom: 2px solid rgba(232,229,221,.54);
    border-top: 2px solid rgba(232,229,221,.54);
}
.pmd-card {
    display: block;
    padding: 16px 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    MIN-HEIGHT: 334PX;
}
.pmd-card:hover {
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 16%);
    box-shadow: 0 0 30px rgb(0 0 0 / 16%);
    transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out;
}

.pmd-card-icon IMG{width:80px}
.headding113{
	
font-size: 40px;
	
font-family: poppins;
}

.rt{
    margin: 0 0 23px;
}

@media only screen and (max-width:768px){
    .abt_comp_list ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    float: left;
    width: 24%;
}

.abt_icon figure {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}.abt_icon {
    width: 64px;
    height: 64px;
    background: #e2ebf4;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}.abt_comp_inr {
    padding: 10px 5px;
}
 .abt_comp_w {
    width: 80px;
    border-radius: 0 30px 0 30px;
    background: #fff;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    margin: 10px auto;
    box-shadow: 0px 4px 11px #c7c7c7;
    transition: all linear .6s;
}

 .abt_ttl {
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
    color: #083d5f;
    height: 62px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}
}
 
	
	
	
	
.pmd-card	p {
    margin: 0 0 10px;
    FONT-SIZE: 16PX;
    COLOR: BLACK;
    min-height: 75px;
}
	
	
	.pmd-card {
    display: block;
    padding: 15px 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    min-height: 364px;
}.card-title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 400;
    text-transform: capitalize;
    font-weight: bold;
}
	
	
	.sml-heading {
    font-weight: 400;
    font-size: 27px;
    padding: 10px 12px;
    background: #f3f3f3;
    margin: 12px 0px 14px 0px;
}
 .c-c-text {
    display: block;
    font-size: 14px;
    background: #ffedf0;
    padding: 8px 12px;
    border-bottom: 1px solid silver;
}
	
	
	.pmd-card img{width:100%;height: 73px;}

    .logo{
            /* position: absolute; */
            /* width: 156px; */
            /* background: white; */
            padding: 14px;
    }
	


/*** 

====================================================================
  Fact Counter two Section
====================================================================

***/



.fact-counter-1{
  position:relative;
  padding: 70px 0px 40px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  overflow:hidden;
  color:#ffffff;
  margin-bottom: 3px;
}

.fact-counter-1:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.85);
  z-index:0;
}

.fact-counter-1 .section-title h2 {
  color: #fff;
}
.fact-counter-1 .section-title:before {
  display: none;
}




.fact-counter-1 .auto-container{
  position:relative;
  z-index:1;
}

.fact-counter-1 .column{
  position:relative;
  margin-bottom:40px;
  text-align:center;
  z-index:5;  
}
.fact-counter-1 .item {
  position: relative;
  color: #fff;
  padding: 17px 0 25px;
}

.fact-counter-1 .column .icon {
  font-size: 40px;
  position: relative;
  right: 5px;
  margin-bottom: 5px;
  color: #ff5722;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fact-counter-1 .count-outer{
  position:relative;
  font-size: 40px;
  font-weight: 400;
  padding: 0px 10px 5px;
  font-family: 'Roboto Slab', Sans-serif;
}
.fact-counter-1 .count-outer:before {
}

.fact-counter-1 .column .counter-title{
  position:relative;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}




.fact-counter-2{
  position:relative;
  padding: 70px 0px 40px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  overflow:hidden;
  color:#ffffff;
  background-attachment: fixed;
}

.fact-counter-2:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:0;
}

.fact-counter-2 .section-title h2 {
  color: #fff;
}
.fact-counter-2 .section-title:before {
  display: none;
}




.fact-counter-2 .auto-container{
  position:relative;
  z-index:1;
}

.fact-counter-2 .column{
  position:relative;
  margin-bottom: 30px;
  z-index:5;
}
.fact-counter-2 .item {
  position: relative;
  background: rgb(113 43 142 / 79%);
  border: 2px solid #fbda00;
  color: #fff;
  padding: 28px 0 32px;
  border-radius: 20px;
}

.fact-counter-2 .column .icon {
  font-size: 36px;
  position: relative;
  width: 70px;
  margin-top: 13px;
  right: 0;
  float: left;
  text-align: center;
  margin-bottom: 5px;
  color: #ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.fact-counter-2 .column .count-area {
  float: left;

}

.fact-counter-2 .count-outer{
  position:relative;
  font-size: 40px;
  font-weight: 800;
  padding: 0px 0px 5px;
  color: #fbda00;
  text-align: center;
}
.fact-counter-2 .count-outer:before {
}

.fact-counter-2 .column .counter-title{
  position:relative;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}


.fact-counter-2 .content {
  background: #fff;
  padding: 71px 40px;
  border-radius: 20px;
}

.fact-counter-2 .content p.thm-color {
  font-size: 24px;
}

.fact-counter-2 .content h2 {
  font-weight: 700;
  margin: 15px 0;
  color: #712b8e;
  font-family: "Dancing Script", cursive;
  font-size: 50px;
}

.fact-counter-2 .link {
  margin-top: 25px;
}







.vertical-text {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}





.vertical-text {
    transform: rotate(-90deg);
    transform-origin: LEFT top 0;
    z-index: 99999;
    float: right;
    right: -157px;
    bottom: 150px;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    background-color: #10b3c7;
    position: fixed;
    letter-spacing: 1.5px;
    width: 201px;
    text-align: center;
}











	

@media only screen and (max-width:768px){
	
	.logo h2 {
    font-family: 'Courgette', cursive;
    font-size: 33px;
    margin: 14px 0 15px;
    color: #b35000;
    font-weight: 700;
}
	#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #ffffff ! important;
    border-bottom: 4px solid #002279;
}
	
	section.slider {
    margin-top: 10px;
}.logo {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
	
	.logo IMG{
		height: 48PX;
	}
}





.magnific-img img {
    width: 100%;
    height: 381px;
    border: 2px solid silver;
    margin: 0 0 40px;
}
.mfp-bottom-bar{
   font-family: 'Abel', sans-serif;
   padding: 60px 0;
}
.magnific-img {
    display: inline-block;
    width: 29.3%;
    margin: 0 18px;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}
.img-gallery-magnific{
	padding: 60px 0px;
	margin: 0;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

.top-social li a i{
	color: #ffffff;
	font-size: 24px;
	margin: 0 6px;
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



.tp-fullwidth-forcer{
    height:auto !important
}


.footer-bottom a{
    color: black;
    font-weight: bold;
}





/* --Counter Area-- */
#counter_area {
    z-index: 9999;
    position: relative;
}

.counter_area_wrapper {
    background: #712b8ef0;
    box-shadow: -4px -6px 24px rgba(0, 0, 0, 0.08), 8px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 30px 20px;
    margin-top: -30px;
}

.counter_item {
    text-align: center;
    border-right: 1px solid #eeeeee69;
    color: white;
}

.row .col-lg-3:last-child .counter_item {
    border-right: none;
}

.counter_item h2 {
    line-height: 50px;
    padding-top: 10px;
    color: yellow;
    font-size: 67px;
}

.counter_item p {
    font-size: 18px;
    padding-top: 10px;
    color: white;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99999;
}

.mhh{
	font-size: 54px;
	font-weight: bolder;
	margin: 45px 0 28px;
	color: #fff;
	text-align: center;
	color: #14131300;
	background-repeat: no-repeat;
	background-size: cover;
	BACKGROUND-POSITION: right;
	background-clip: text;
	-webkit-background-clip: text;
	opacity: 1;
	background-attachment: fixed;
	background-image: url(https://give.do/blog/wp-content/uploads/2019/11/10-cancer-care-NGOs-in-India-helping-the-poor-banner.jpg);
	text-transform: uppercase;
	line-height: 70px;
}

 








.r4 p{
	margin: 50px 0 0;
	font-size: 15px;
	color: grey;
}



.set1 img{
	    filter: invert(1);
}





.contact-ful {
    width: 100%;
    padding-bottom: 60px;
}

.contact-addrs {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.contact-addrs h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 35px;
    color: black;
    margin-bottom: 23px;
}

.contact-addrs p {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
}

.contact-location {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.contact-location-img {
    float: left;
    width: 70px;
    height: 70px;
    background: #efa355;
    padding-top: 13px;
    border-radius: 9px;
}

.contact-location-img img {
    float: none;
    width: 44px;
    margin: auto;
    display: block;
}

.contact-location-txt {
    float: left;
    width: auto;
    margin-left: 25px;
    margin-top: 7px;
}

.contact-location-txt h3 {
    float: left;
    width: 100%;
    color: #577434;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
}

.contact-location-txt p {
    float: left;
    width: 100%;
    color: black;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
}

.contact-mail {
    float: left;
    width: 57%;
    margin-top: 50px;
}

.contact-mail-txt {
    float: left;
    width: 68%;
    padding-left: 11px;
    margin-top: -10px;
}

.contact-mail-txt h3 {
    float: left;
    width: 100%;
    color: #577434;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
}

.contact-mail-txt a {
    float: left;
    width: 100%;
    color: black;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-mail-txt a:hover {
    text-decoration: none;
    color: #577434;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-call {
    float: left;
    width: 43%;
    margin-top: 50px;
}

.contact-form {
    float: left;
    width: 100%;
    padding-right: 47px;
    margin-top: -138px;
}

.contact-form-hed {
    float: left;
    width: 100%;
    padding: 35px 30px;
    background: #f5f4f7;
    border-radius: 15px 15px 0px 0px;
}

.contact-form-hed-img {
    float: left;
    width: 68px;
    height: 68px;
    background: #efa355;
    padding-top: 10px;
    border-radius: 9px;
    margin-right: 20px;
}

.contact-form-hed-img img {
    float: none;
    width: 44px;
    margin: auto;
    display: block;
}

.contact-form-hed p {
    float: none;
    font-weight: 400;
    font-size: 19px;
    color: black;
    margin-bottom: 0px;
    margin-top: 8px;
}

.contact-form-hed p span {
    font-weight: 700;
    font-size: 19px;
}

.contact-forms {
    float: left;
    width: 100%;
    background: white;
    padding: 35px 25px;
    box-shadow: 3px 25px 42px 8px #f6f6f6;
    border-radius: 0px 0px 15px 15px;
}

.h-form {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 70px;
    margin-bottom: 30px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(118 118 118 / 22%);
    /* margin-top: 3px;*/
    width: 100%;
    float: left;
    padding: 10px;
    /* margin-top: 17px;*/
    border-radius: 10px;
}

/*.mct_form:hover {
    border-bottom: 1px solid #72593c;
}*/
.contact-form-snd {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.contact-form-snd a {
    float: left;
    width: 180px;
    height: 54px;
    background: #60863b;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    padding: 17px 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-form-snd a .in-rond2 {
    width: 14px;
    height: 14px;
    background: #bfd52f;
    float: none;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: -3px;
    margin-left: 20px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-form-snd a:hover {
    background: #bfd52f;
    text-decoration: none;
    color: black;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-form-snd a:hover .in-rond2 {
    background: #60863b;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-form-snd button {
    cursor: pointer;
    float: left;
    width: 180px;
    height: 54px;
    background: #efa355;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    padding: 17px 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border: none;
}

.contact-form-snd button .in-rond2 {
    width: 14px;
    height: 14px;
    background: #fff;
    float: none;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: -3px;
    margin-left: 20px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-form-snd button:hover {
    background: #000000;
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-form-snd button:hover .in-rond2 {
    background: #ffffff;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.map {
    float: left;
    width: 100%;
    border-radius: 15px;
    margin-top: 70px;
    background-image: url(../images/map.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 404px;
}




.impact  img{

    height: 300px; object-fit:cover;width:100%
}


.footert-top {padding-bottom:50px}

.impact-title{

border: 1px solid silver;

height: 121px;
}


@media only screen and (max-width:768px){

    .about-us {

        padding: 180px 0 40px !important

    }
     p{
    margin: 0 0 10px ! important;
    FONT-SIZE: 16PX ! important;
    COLOR: BLACK;
    /* min-height: 75px; */
}

     .mhh {
    font-size: 23px;
    
    line-height: 36px;
}
     .counter_item {
    text-align: center;
    border-right: 0PX;
    color: white;
    MARGIN: 0 0 65px;
}

     .under-line {
    background: #fbda00;
    width: 247px;
    height: 3px;
    margin: 0 auto 20PX;
}
 
     .heading h1, .heading h2 {
    font-weight: 600;
    font-size: 55px;
    COLOR: #3432af;
    font-family: "Dancing Script", cursive;
}
.fact-counter-2 .content h2 {
    font-weight: 700;
    margin: 15px 0;
    color: #3432af;
    font-family: "Dancing Script", cursive;
    font-size: 47px;
}.heading1 h1 {
    text-align: center;
    color: #060606;
    line-height: 22px;
    margin: -10px 0 80px;
    font-family: "Dancing Script", cursive;
    font-size: 18px;
}section.slider {
    margin-top: 120px;
    height: 7vh;
}.contact-addrs h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 28px;
    color: black;
    margin-bottom: 23px;
}.contact-location-txt {
    float: left;
    width: 60%;
    margin-left: 25px;
    margin-top: -10px;
}.contact-form {
    float: left;
    width: 100%;
    padding-right: 0;
    margin-top: 44px;
}.contact-mail {
    float: left;
    width: 100%;
    margin-top: 50px;
}.contact-mail-txt {
    float: left;
    width: 68%;
    padding-left: 25px;
    margin-top: 0px;
}.contact-call {
    float: left;
    width: 100%;
    margin-top: 50px;
}

}