@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
*, html {
    font-family: 'Roboto', sans-serif;
}
a:focus {
  outline: none;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(239, 157, 163,0.6);
}

.flyer_sec{ text-align:center; }

.flyer_sec img{ max-width:100%; }

/*header section*/
.header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.dntn{ text-align:center; }
.header nav {
  background: #fff !important;
  padding: 0 15px;
  position: relative;
  z-index: 0;
}

.header nav::after {
    content: '';
    width: 100%;
    height: 45px;
    background: #ef9da3;
    position: absolute;
    top: 0;
    z-index: -2;
    left: 0;
    right: 0;
}
.header nav .navbar-toggler {
    color: #000;
    border-color:#000;
    margin-top: 45px;
}
.header nav a.navbar-brand img{
  max-width: 70%;
}
.header nav ul li a {
  color: #000 !important;  
  transition:.5s ease;
}
.header nav ul.navbar-nav:first-child {
    margin-top: 3px;
    align-items: center;
}
.header nav ul.navbar-nav:last-child {
    margin-top: 20px;
}
.header nav ul.navbar-nav:last-child li a {
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 15px; 
}
.header nav ul.navbar-nav:first-child li a {
    font-weight: 300;
    font-size: 14px;
    transition: 0.3s;
}

.header nav ul li a:hover{ color:#fff !important; }

.header nav ul.navbar-nav:first-child li a img {
    margin-right: 10px;
}
.header nav ul.navbar-nav:first-child li a i {
    font-size: 20px;
}
.header nav ul.navbar-nav:last-child li.active a {
    color: #ef9da3 !important;
    border: 1px solid #ef9da3;
    border-radius: 30px;
    line-height: 20.5px;
    padding: 10px 22px;
}
.header nav ul.navbar-nav:last-child li a:hover {
    color: #ef9da3 !important;
}
.dropdown-item:hover {
    background: transparent !important;
}


.dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu {
    background: #fff;
    border: 0;
    top: 100%;
    border-radius: 0;
}
.dropdown-item:hover{
    background:#085ca5;
    color:#fff;
}
.dropdown-menu a{
    color:#fff;
} 

/*banner section*/
#video.section_1 {
  width: 100%;
  /*height: auto;
  margin: auto;*/
}

#video.section_1 video {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.section_1 {
    height: 100vh;
    background-size: 100% 100% !important;
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}
.section_1 video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.section_1 .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section_1 .container h1 {
    font-size: 60px;
    font-weight: 200;
    z-index: 1;
    color: #ef9da3;
}
.section_1 .container h1 span {
    color: #fff;
    font-weight: bold;
}
.section_1 .container h1 span:first-child {
    display: block;
}
.section_1::after {
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.bottomshape {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    clip-path: polygon(0px 100%, 100% 0%, 100% 100%, 0% 100%);
    height: 120px;
    background: #fff;
}
.bottomshape::after {
    content: '';
    position: absolute;
    border-bottom: 110px solid  #ef9da3;
    right: 0;
    left: 0;
    top: 20px;
    clip-path: polygon(0px 100%, 100% 0%, 100% 100%, 0% 100%);
}
.pulse {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e1e1e1;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255,255,255, 0.8);
    animation: pulse 2s infinite;
    z-index: 1;
    position: relative;
}
.pulse::after {
    content: '';
    border-top: 15px solid transparent;
    border-left: 20px solid #999;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.pulse:hover {
    animation: none;
}*/

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
  }
  50% {
      -webkit-box-shadow: 0 0 0 200px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.8);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  50% {
      -moz-box-shadow: 0 0 0 200px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}





/*Section 2*/
.section_2 {
    padding-bottom: 60px;
}
.section_2 h3 {
    color: #ef9da3;
    font-size: 2.7rem;
}
.section_2 h3 span {
    font-weight: 300;
    color: #060909;
}
.section_2 h4 {
    margin-top: 30px;
    color: #060909;
}
.section_2 p {
    color: #515151;
    font-weight: 300;
}
.readMoreBtn {
    background: #ef9da3;
    color: #fff;
    border-radius: 30px;
    padding-right: 40px;
    position: relative;
    border: 0;
    transition: 0.3s;
}
.readMoreBtn::after, .contact_area .contact_form button[type="submit"]::after {
    content: "\f105";
    position: absolute;
    right: -8px;
    font-family: FontAwesome;
    font-size: 28px;
    background: #3e3e3e;
    width: 36px;
    height: 36px;
    top: 0;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    text-indent: 4px;
    box-shadow: 0 0 0px 3px #fff;
    transition: 0.3s;
}
.readMoreBtn:hover {
    background: #3e3e3e;
    color: #fff;
}
.readMoreBtn:hover::after {
    background: #ef9da3;
}
.section_2 .img-group {
    position: relative;
    display: flex;
}
.section_2 .img-group img {
    transition: 0.3s;
}
.section_2 .img-group img:nth-child(1) {
    position: absolute;
    top: 20%;
    z-index: 1;
}
.section_2 .img-group img:nth-child(2) {
    margin: 0 0 0 auto;
    transition: z-index 0.3s;
    filter: grayscale(1);
}
.section_2 .img-group img:nth-child(2):hover {
    z-index: 2;
    filter: grayscale(0);
}
.dontn{
	padding-top:60px;
	background:url("../images/donationBg.jpg") no-repeat center center;
	background-size:cover;
}
.dontn .dntn p{
	color:#fff;
	margin-bottom: 3rem;
}

/*Section 3*/
.section_3 {
    padding-bottom: 60px;
    padding-top: 60px;
    margin-top: 100px;
    background-size: cover !important;
    position: relative;
    margin-bottom: 60px;
}
.marg_btm_0{
	margin-bottom:0;
}
.section_3 .container {
    margin-top: 60px;
}
.sectionTitle {
    color: #EF9DA3;
    position: relative;
    font-size: 2.5rem;
}
.sectionTitle span {
    font-weight: 300;
    color: #fff;
}
.sectionTitle::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}
.sectionTitle::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -62px;
    right: 0;
    bottom: 33px;
    box-shadow: 63px 0px 0 0px #fff;
    transition: 0.3s;
    margin: auto;
}
.section_3 .card {
    border: 0;
    border-radius: 8px;
}
.section_3 .card-body {
    position: relative;
    padding-top: 70px;
    transition: 0.3s;
}
.section_3 .card-body .dvdIcon {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    line-height: 100px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
    overflow: hidden;
}
.section_3 .card-body .card-title, .podcast_area .itemBox .card-title {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: 0.3s;
}

.section_3 .card-body .card-title{ font-size:18px; }

.section_3 .card-body .card-title::after, .podcast_area .itemBox .card-title::after {
    content: '';
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, #060909 40%, #ef9da3 20% 60%, #060909 60%);
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}
.section_3 .card-body .card-title::before, .podcast_area .itemBox .card-title::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #060909;
    position: absolute;
    left: -63px;
    right: 0;
    bottom: 13px;
    box-shadow: 63px 0px 0 0px #060909;
    transition: 0.3s;
    margin: auto; 
}
.section_3 .card-body .card-text {
    font-size: 14px;
    transition: 0.3s;
}
.section_3 .card:hover .card-body, .section_3 .card:hover .dvdIcon {
    background: #ef9da3;
}
.section_3 .card:hover .card-body .card-title {
    color: #fff;
}
.section_3 .card:hover .card-body .card-title::after {
    background: linear-gradient(to right, #fff 40%, #060909 20% 60%, #fff 60%);
}
.section_3 .card:hover .card-body .card-title::before {
    background: #fff;
    box-shadow: 63px 0px 0 0px #fff;
}
.section_3 .card:hover .card-body .readMoreBtn {
    background: #fff;
    color: #3e3e3e;
}
.section_3 .card:hover .card-body .readMoreBtn::after, .section_3 .card:hover .card-body .card-text {
    color: #fff;
}
.section_3 .card .card-body .dvdIcon img {
    /*filter: drop-shadow(0px 80px 0 #fff);*/
    transition: 0.3s;
}
.section_3 .card:hover .card-body .dvdIcon img {
    filter: drop-shadow(0px -85px 0#fff);
    margin-bottom: -170px;
}
.section_3 .card > img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: calc(0.55rem - 1px);
    border-top-right-radius: calc(0.55rem - 1px);
}
.section_3 .bottomshape {
    position: absolute;
    top: -1px;
    z-index: 1;
    left: 0;
    right: 0;
    clip-path: polygon(0px 0%, 100% 0%, 100% 0%, 0% 100%);
    height: 120px;
    background: #fff;
    bottom: auto;
}
.section_3 .bottomshape::after {
    content: '';
    position: absolute;
    border-bottom: 110px solid #ef9da3;
    right: 0;
    left: 0;
    bottom: 20px;
    top: auto;
    clip-path: polygon(0px 0%, 100% 0%, 100% 0%, 0% 100%);
}


/*section 4testimonial*/
#testimonial_slider .item {
    position: relative;
    padding: 0 60px 40px;
}
#testimonial_slider .item img {
    width: 128px;
    height: 128px;
    margin: auto;
    margin-bottom: 30px;
}
#testimonial_slider .item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 64px;
    background-color: #f4f4f4;
    border-radius: 10px;
    z-index: -1;
}
#testimonial_slider .item::before {
    content: '';
    width: 53px;
    height: 53px;
    background: url(../images/quote.png);
    position: absolute;
    top: 100px;
    left: 100px;
}
#testimonial_slider .item .customer-name {
    color: #ef9da3;
    font-size: 1.4rem;
    font-weight: 400;
}
#testimonial_slider .item h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
#testimonial_slider .item p {
    font-size: 14px;
    color: #525252;
    font-weight: 300;
}
#testimonial_slider .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #3f3f3f;
    margin: 2px;
}
#testimonial_slider .owl-dots .owl-dot.active span {
    width: 60px;
    background: #ef9da3;
}
.reverse .sectionTitle::after {
    background: #060909;
}
.reverse .sectionTitle::before {
    box-shadow: 63px 0px 0 0px #060909;
    background: #060909;
}


/*Section 5 events*/
.section_5 {
    position: relative;
}
.section_5 .backgroundBg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
}
.section_5 .backgroundBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_5 .container {
    padding: 50px 15px 30px;
}
.section_5 .card .eventImg {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 0;
}
.section_5 .card .eventImg::after {
    background: linear-gradient(to bottom, transparent, #000);
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.section_5 .card .card-body {
    background: #fff;
    width: 90%;
    margin: -80px auto 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 1;
    transition: 0.3s;
}
.section_5 .card {
    border: 0;
    transition: 0.3s;
}
.section_5 .card img {
    border-radius: 5px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.section_5 .card .card-body .metaInfo {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.section_5 .card:hover .card-body .metaInfo {
    color: #fff;
}
.section_5 .card .card-body .metaInfo img {
    width: auto;
    height: auto;
    margin-right: 5px;
    opacity: 0.6;
}
.section_5 .card .card-body .card-title {
    transition: 0.3s;
}
.section_5 .card .card-body .card-title a {
    color: #ef9da3;
    text-decoration: none;
    transition: 0.3s;
}
.section_5 .card:hover .card-body .card-title a {
    color: #000;
}
.section_5 .card:hover .card-body {
    background: #ef9da3;
}
.section_5 .card .card-body p {
    font-size: 14px;
    font-weight: 300;
}
.section_5 .card:hover .card-body .readMoreBtn {
    background: #fff;
    color: #3e3e3e;
}
.section_5 .card:hover .card-body .readMoreBtn::after {
    color: #fff;
}
.section_5 .card .card-body > a {
    float: right;
}

/*Section 6*/
.section_6 .container {
    padding: 50px 15px 30px;
}
.section_6 .sectionTitle span {
    color: #060909;
}
.section_6 {
    background: linear-gradient(to bottom, #f6f6f6 20% 80%, transparent);
}


/*Footer*/
.mainFooter {
    background: #272727;
    padding: 50px 0;
    position: relative;
}
.mainFooter .row {
    align-items: flex-end;
}
.mainFooter .bottomshape {
    bottom: auto;
    top: 0;
    clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 0%);
}
.mainFooter .bottomshape::after {
    top: -10px;
    bottom: auto;
    clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 0%);
}
.mainFooter [class*="col-"]:nth-child(1) img {
    opacity: 0.6;
    filter: grayscale(1);
}
.mainFooter h3.text-uppercase {
    color: #ef9da3;
    font-weight: 400;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 30px;
}
.mainFooter h3.text-uppercase::after {
    content: '';
    height: 2px;
    width: 50px;
    background: #fff;
    position: absolute;
    bottom: 6px;
    margin-left: 10px;
}
.mainFooter ul {
    padding: 0;
    list-style: none;
}
.mainFooter ul.contactDets li {
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.mainFooter ul.contactDets li img {
    margin-right: 10px;
}
.mainFooter ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.mainFooter ul.footerLinks {
    column-count: 2;
    column-gap: 10px;
}
.mainFooter ul.footerLinks li {
    margin-bottom: 10px;
}
.mainFooter ul.footerLinks li a {
    position: relative;
    padding: 10px 20px;
}
.mainFooter ul.footerLinks li.active a, .mainFooter ul li a:hover {
    color: #ef9da3;
}
.mainFooter ul.footerLinks li a::before {
    content: '';
    width: 10px;
    height: 17px;
    background: url(../images/footermenuarrow.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 12px;
}
.bottomFooter ul.footerSocial {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.bottomFooter ul.footerSocial li a {
    width: 30px;
    height: 30px;
    display: block;
    color: #7e7d7e;
    text-align: center;
    transition: 0.3s;
	margin-top:-4px;
	font-size:20px;
}
.bottomFooter ul.footerSocial li a:hover {
    color: #fff;
}
.bottomFooter {
    background: #1a1a1a;
    padding-top: 1rem;
}
.bottomFooter p {
    color: #fff;
    font-size: 13px;
    text-align: right;
}
.bottomFooter p > a {
    color: #ef9da3;
    text-decoration: none;
    transition: 0.3s;
}
.bottomFooter p > a:hover {
    color: #fff;
}

#banner_slider.owl-theme .owl-nav.disabled+.owl-dots{ margin-top:0 !important; bottom:25px; width:100%; position:absolute; }

.main_banner{ margin-bottom:60px; }

.main_banner img{ width:100%; }

#banner_slider.owl-theme .owl-dots .owl-dot:focus{ outline:none; }

#banner_slider.owl-theme .owl-dots .owl-dot span{ width:15px; height:15px; border:2px solid #fff; background:none; margin:5px; }

#banner_slider.owl-theme .owl-dots .owl-dot.active span, #banner_slider.owl-theme .owl-dots .owl-dot:hover span{ background:#fff; }


/*------------ Inner Banner Section ---------------*/
.innerBanner {
    position: relative;
    margin-bottom: 70px;
}
.innerBanner img {
    width: 100%;
}
.innerBanner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.innerBanner::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(64, 64, 64, 0.5);
    left: 0;
}
.innerBanner .container h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
}
.innerBanner .container h1 > small {
    color: #f09ea3;
    font-weight: 300;
    font-size: 45px;
}


.aboutArea img:first-child {
    margin-top: 80px;
}
.history {
    margin: 0 0;
    position: relative;
}
.history p {
    color: #fff;
    font-weight: 300;
}
.history .container::before {
    content: '';
    width: 42%;
    position: absolute;
    height: 100%;
    top: 60px;
    background: url(../images/history.png) no-repeat left center;
    left: 0;
    background-size: contain;
}
.history h2, .givesWay h2 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
}
.history h2 span, .givesWay h2 span {
    color: #ef9da3;
    font-weight: bold;
}
.give .container .row [class*="col-"]:first-child img {
    height: 100%;
    object-fit: cover;
}
.give ul.giveList {
    padding-left: 0;
}
.give ul.giveList li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.give ul.giveList li::before {
    content: '';
    width: 15px;
    position: absolute;
    height: 15px;
    top: 8px;
    background: #ef9da3;
    left: -7px;
    border: 5px solid #fff;
    box-shadow: 0 3px 2px #ccc;
    border-radius: 50%;
}
.give ul.giveList li::after {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    top: 0;
    background: #ef9da3;
    left: 0;
    z-index: -1;
}
.give ul.giveList li a {
    color: #060909;
}
a {
    text-decoration: none !important;
}
.give ul.giveList li:first-child::after {
    top: 15px;
}
.give ul.giveList li:last-child::after {
    height: 15px;
}
.givesWay {
    background: #eee !important;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.givesWay .contentSec {
    padding-top: 30px;
}
.givesWay .contentSec h2 {
    color: #060909;
}
.givesWay .contentSec p > strong {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
    color: #060909;
    font-weight: bold;
}
.givesWay .contentSec img {
    display: block;
    margin-top: 30px;
}
.givesWay .imgSec {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.givesWay .imgSec img {
    object-position: bottom center;
    margin-top: 30px;
}
.contact_area h4 {
    font-size: 22px;
}
.contact_area ul {
    margin: 30px 0 0;
    padding: 0;
}
.contact_area ul li {
    position: relative;
}
.contact_area ul li:first-child, .contact_area ul li:nth-child(2) {
    margin-bottom: 40px;
    padding-left: 60px;
}
.contact_area ul li:nth-child(3) {
    background: #f7f7f7;
    padding: 15px 15px 0;
}
.contact_area ul li:last-child {
    background: #f7f7f7;
    padding: 15px;
}
.contact_area ul li div.imgBox {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    background: #ef9da3;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(0%, -25%);
}
.contact_area ul li div.imgBox img {
    margin-right: 10px;
    -webkit-filter: drop-shadow(0px -104px 0px #fff);
    -moz-filter: drop-shadow(0px -104px 0px #fff);
    -o-filter: drop-shadow(0px -104px 0px #fff);
    padding: 115px 0 0 11px;
}
.contact_area a {
    font-size: 16px;
    font-weight: 300;
    color: #242424;
    transition: 0.3s;
}
.contact_area a:hover {
    color: #ef9da3;
}
.contact_area a > span {
    font-weight: 600;
    color: #ef9da3;
}
.links a {
    background: #f7f7f7;
    padding: 10px 15px;
    display: inline-block;
    margin: 5px;
    transition: 0.5s;
}
.links a:hover {
    color: #fff;
    background: #ef9da3;
}
.contact_area .contact_form form {
    margin-top: 30px;
    display: inline-block;
}
.contact_area .contact_form input, .contact_area .contact_form textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 15px;
    margin-bottom: 10px;
    box-shadow: none;
}
.contact_area .contact_form button[type="submit"] {
    background: #ef9da3;
    color: #fff;
    border-radius: 30px;
    padding: 7px 50px 7px 22px;
    position: relative;
    border: 0;
    transition: 0.3s;
}
.contact_area .contact_form button[type="submit"]:hover {
    background: #3e3e3e;
    color: #fff;
}
.contact_area .contact_form button[type="submit"]:hover::after {
    background: #ef9da3;
    color: #fff;
}
.contact-map {
    padding-top: 0;
}
.section_3.contact-map .bottomshape {
    height: 150px;
}
.section_3.contact-map .bottomshape::after {
    border-bottom: 150px solid #ef9da3;
}
.contact-map .map-responsive{
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
}
.contact-map .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.testimonial_area .container .row [class*="col-"], .podcast_area .container .row [class*="col-"] {
    margin-bottom: 30px;
}
#testislider .item {
    background: #f0f0f0;
    position: relative;
    margin-top: 30px;
    height: 100%;
}
#testislider .item .testiimg {
    width: 80px;
    height: 80px;
    background: #eee;
    border-radius: 50%;
    border: 3px solid #FFF;
    overflow: hidden;
}
#testislider .item .testiimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#testislider .item .testiUserdet {
    min-height: 66px;
    margin-bottom: 10px;
    background: #ef9da3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    position: relative;
}
#testislider .item .testiUserdet::after {
    content: '';
    width: 20px;
    position: absolute;
    height: 20px;
    bottom: -20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ef9da3;
    left: 0;
    right: 0;
    margin: auto;
}
#testislider .item .testiUserdet h3 {
    font-size: 24px;
    transition: 0.3s;
    color: #fff;
    margin: 0;
}
#testislider .item .testiUserdet span {
    color: #9f9f9f;
    font-weight: 300;
}
#testislider .item p {
    padding: 10px 15px 15px;
    text-align: justify;
}
#testislider .owl-stage-outer {
    margin-right: -8px;
}
#testislider .owl-nav [class*="owl-"]:hover {
    color: #000;
    background: #fff;
}
#testislider .owl-nav [class*="owl-"] {
    background: rgba(255,255,255,0.7);
    width: 30px;
    height: 30px;
    font-size: 20px;
}
#testislider .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
}
#testislider .item .testiUserDesc {
    height: 190px;
    overflow: hidden;
}
#testislider .item .testiUserDesc p {
    text-align: justify;
}
.testimonialModal {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: 9999;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.testimonialModal .container {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 1.75rem auto;
    background: #fff;
    padding: 15px !important;
}
.testimonialModal .testiimg {
    width: 150px;
}
.testimonialModal.showDiv, .testimonialModal.showDiv .close {
    display: block;
    background: rgba(0, 0, 0, 0.50);
}
.overlay {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
    height: 100vh;
}
.testimonialModal .close {
    position: fixed;
    top: 0;
    right: 18px;
    background: rgba(255,255,255,0.3);
    color: #fff;
    opacity: 1;
    padding: 8px;
    font-size: 16px;
    display: none;
    z-index: 99;
}
.podcast_area .itemBox {
    background: #ef9da3;
    position: relative;
    z-index: 0;
    padding: 15px;
    height: 100%;
}
.podcast_area .itemBox img {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.30);
}
.podcast_area .itemBox::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 71px;
    top: 0;
    background: #fff;
    left: 0;
    z-index: -1;
}
.podcast_area .itemBox .card-title {
    font-size: 22px;
    margin-top: 20px;
}
.podcast_area .itemBox .card-title::after {
    background: linear-gradient(to right, #060909 40%, #fff 20% 60%, #060909 60%);
}
.podcast_area .itemBox span {
    color: #000;
    margin: 10px 0 5px;
    display: inline-block;
}
.podcast_area .itemBox p {
    color: #fff;
}
.events_area .content span {

    font-weight: 600;
    margin: 5px 0 15px;
    display: inline-block;
}
.events_area .content p > strong {
    color: #ef9da3;
    display: block;
}
.events_area .container .row {
    margin-bottom: 30px;
}
.events_area .content .study-date p {
    margin-bottom: 6px;
}
.events_area .second .imgBox, .events_area .second .imgBox  img {
    height: 100%;
}
.events_area .second .imgBox  img {
    object-fit: cover;
}
.events-second {
    background: url(../images/additional-resource.jpg) no-repeat;
    padding: 50px;
    margin-bottom: 50px;
    background-size: 100% 100%;
}
.events-second .content a {
    color: #fff;
}
.events-second .imgBox img {
    width: 100%;
}
.events-second .content span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}


.newsLetter {
    position: relative;
}
.newsLetter form {
    margin-top: 30px;
}
.newsLetter input {
    box-shadow: none;
    border: 0;
    background: #f2f2f2;
    padding: 15px;
    margin-right: 10px;
    width: 40%;
}
.newsLetter button {
    color: #fff;
    background: #3e3e3e;
    border: 0;
    padding: 15px 30px;
    transition: 0.5s;
}
.newsLetter button:hover {
    background: #ef9da3;
}
.newsLetter span#subscribeResponse {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 300;
    font-size: 15px;
    color: #f00;
}
#contactForm span#contactResponse {
    position: absolute;
    bottom: -30px;
    left: 0;
    font-weight: 300;
    font-size: 15px;
    color: #f00;
}
p {
    font-weight: 300;
}
ul li {
    list-style: none !important;
}


.faqm{
	margin-bottom:0 !important;
}
.faq_area{
	padding-top:60px;
	background:#eaeaea;
}
.faq_area .imgBox::before {
    /* border-color: #d2232a; */
    left: auto;
    right: -40px;
}
.faq_area strong {
    font-size: 20px;
}
.faq_area ul.classListing li::before {
    background: url(../images/listStyle-2.png) no-repeat;
}
.faq_area #faq .card {
    margin-bottom: 5px;
    border: 0;
	border-radius:0;
}
.faq_area #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    padding:0;
	background-color: rgba(0,0,0,0);
}
.faq_area #faq .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    padding:15px 16px 15px 80px;
	line-height:40px;
    font-size: 24px;
    font-weight: 500;
	background:url("../images/faq_arrow.png") no-repeat 0 0 #ef9da3;
	border: none;
	border-radius: 0;
}
.faq_area #faq .card .card-header .btn-header-link span{
	padding:3px 0;
	display:inline-block;
}
.faq_area #faq .card .card-header .btn-header-link:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    font-size: 14px;
	background:url("../images/minus.png") no-repeat 0 0;
	height:40px;
	width:40px;
	padding-left:34px;
}
.faq_area #faq .card .card-header .btn-header-link.collapsed {
    background:url("../images/faq_arrow.png") no-repeat 0 0 #fff;
    color: #000;
	border: none;
	border-radius: 0;
}
.faq_area #faq .card .card-header .btn-header-link.collapsed:after {
    content: "";
	background:url("../images/plus.png") no-repeat 0 0;
}
.faq_area #faq .card .collapsing {
    background: #eeeded;
    line-height: 22px;
}
.faq_area #faq .card .collapse {
    border: 0;
}
.faq_area #faq .card {
    font-weight: 300;
    color: #6b6b6b;
    line-height: 22px;
}
.faq_area #faq .card .collapse.show {
    background: #eeeded;
	
    color: #6b6b6b;
}
.faq_area #faq .card .card-body {
    background: #fff;
    text-align: left;
	padding:33px 60px 33px 46px;
	font-size:16px;
}
.faq_area #faq .card ul li{
	font-weight:300;
	margin-top: 0;
	margin-bottom: 1rem;
	color: #6b6b6b;
	padding-left:22px;
	background:url("../images/faq_dot.png") no-repeat 0 5px;
	
}
.faq_area #faq .card ul.faqcont{
	margin-left:0px;
	padding-left:0;
}
.faq_area #faq .card ul li a{
	color: #007bff;
}






/*---------------------------------------------------
:::::Back To Top Section
--------------------------------------------------*/
.back-to-top {
    visibility: hidden;
    background: #ef9da3;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 1px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .5s;
}
.back-to-top i {
    font-size: 16px;
    color: #fff;
    transition: all .5s;
}
.back-to-top:hover {
    background: #3e3e3e;
    opacity: 1
}
.back-to-top:hover i {
    color: #ef9da3;
}
.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1;
}


.dnt{ position:absolute; }

.dnt a{ background:#ef9da3; border:2px solid #fff; border-radius:30px; padding:7px 20px; display:inline-block; color:#000; transition:.5s ease; }

.dnt a:hover{ color:#fff; }


/*responsive*/
@media screen and (max-width: 1199px) {
    .section_2 h3 {
        font-size: 2rem;
    }
    .section_3.contact-map .bottomshape {
        height: 162px;
    }
    .section_3.contact-map .bottomshape::after {
        border-bottom: 160px solid #ef9da3;
    }
    #testislider .item .testiUserdet h3 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  	.header nav ul.navbar-nav:first-child {
  		margin-top: 24px;
  	}
}

@media only screen and (min-width: 991px) {
   .header nav::before {
		content: '';
		height: 45px;
		background: #ef9da3;
		width: 37%;
		position: absolute;
		top: 23px;
		z-index: -1;
		right: 0;
		border-radius: 30px;
		border: 3px solid #fff;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
  }

}

@media only screen and (max-width: 991px) {
	.header nav #navbarCollapse ul {
	  	margin: 20px 0 !important;
	  	text-align: center;
	}
	div#navbarCollapse.show {
	  	overflow: scroll;
	  	height: 66vh;
	}
	.header nav ul.navbar-nav:first-child {
	  	margin-top: 3px;
	  	align-items: center;
	  	flex-direction: row;
	  	flex-wrap: wrap;
	  	justify-content: space-around;
	}
	.header nav ul.navbar-nav:first-child li:nth-child(1), .header nav ul.navbar-nav:first-child li:nth-child(2) {
		display: block;
		width: 100%;
	}
    .header nav::before {
        display: none;
    }
	p {
		font-size: 13px; 
	}
	.container .row [class*="col-"] {
	  	margin-bottom: 40px;
	}
	.section_2 .img-group img {
	  	transition: 0.3s;
	  	width: 60%;
	}
	.section_2 h3 {
	  	color: #ef9da3;
	  	font-size: 1.6rem;
	}
	.section_2 h4 {
	  	margin-top: 20px;
	  	font-size: 1.2rem;
	}
	.section_3 .card-body .card-title {
	  	font-size: 14px;
	  	font-weight: bold;
	}
	.mainFooter .row {
	  	align-items: baseline;
	}
	.bottomFooter .container .row [class*="col-"] {
	  	margin: 0;
	}
	.mainFooter ul li {
	  	font-size: 14px;
	}
	.mainFooter {
	  	padding: 50px 0 0;
	}
	.section_1 {
		height: 50vh;
		background-size: auto 100% !important;
	}
	.section_1 video {
	    transform: translate(-50%, -50%) scale(1.4);
	}
    .section_1 .container h1 {
        font-size: 40px;
    }
    .give .container .row [class*="col-"]:first-child {
        background: #f5f5f5;
        padding: 0;
    }
    .give .container .row [class*="col-"]:first-child img {
        object-fit: contain;
    }
    .givesWay .container .row [class*="col-"] {
        margin-bottom: 0;
    }
    .givesWay .container .row [class*="col-"]:first-child {
        padding-bottom: 30px;
    }
    .contact_form .row [class*="col-"] {
        margin-bottom: 0;
    }
    .contact_area a {
        font-size: 13px;
    }
    .contact_area a > span {
        font-size: 16px;
    }
    .section_3.contact-map .bottomshape {
        height: 186px;
    }
    .section_3.contact-map .bottomshape::after {
        border-bottom: 185px solid #ef9da3;
    }
    .events-second .container .row [class*="col-"] {
        margin-bottom: 0;
    }
    #testislider .item p {
        font-size: 16px;
    }
	.dnt{ position:relative; text-align:center; }
	.dontn {
  padding-top: 50px;
  padding-bottom: 20px;
}
}

@media only screen and (max-width: 767px) {
    .section_1 .container h1 {
        font-size: 32px;
    }
    .innerBanner .container h1 {
        font-size: 30px;
    }
    .innerBanner .container h1 > small {
        font-size: 20px;
    }
    .aboutMain {
        margin-bottom: 80px;
    }
    .history {
        margin-top: 50px;
        padding-bottom: 0;
    }
    .aboutMain .container .row [class*="col-"]:first-child {
        margin-bottom: 10px;    
    }
    .history .container::before {
        display: none;
    }
    .innerBanner {
        margin-bottom: 30px;
    }
    .give {
        padding-bottom: 0;
    }
    .givesWay .container .row [class*="col-"]:first-child {
        padding-bottom: 10px;
    }
    .section_2.contact_area {
        padding-bottom: 0;
    }
    .section_3.contact-map .bottomshape {
        display: none;
    }
    .events_area {
        padding-bottom: 50px;
    }
    .events_area .container .row:first-child {
        margin-bottom: 0;
    }
    .events_area .container .row:first-child [class*="col-"]:first-child, 
    .events_area .container .row.second [class*="col-"]:first-child {
        margin-bottom: 20px;
    }
    .events_area .container .row.second, 
    .events_area .container .row.second [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .events-second {
        padding: 30px;
        margin-bottom: 0;
    }
    .events-second .imgBox img {
        margin-bottom: 15px;
    }
    .events-second .content span {
        font-size: 20px;
    }
    .events-second .content a {
        font-size: 15px;
    }

}
@media only screen and (max-width: 575px) {
    .innerBanner {
        height: 150px;
    }
    .innerBanner img {
        height: 100%;
        object-fit: cover;
    }
    .bottomshape {
        height: 70px;
    }
    .bottomshape::after {
        border-bottom: 70px solid #ef9da3;
        top: 10px;
        clip-path: polygon(0px 100%, 100% 0%, 100% 100%, 0% 100%);
    }
    .aboutMain {
        margin-bottom: 50px;
    }
    .newsLetter input {
        padding: 10px;
        width: 170px;
        font-size: 13px;
    }
    .newsLetter button {
        padding: 10px 15px;
        width: 90px;
        font-size: 13px;
    }
    .newsLetter span#subscribeResponse {
        bottom: 20px;
        font-size: 12px;
        line-height: 15px;
    }
    #contactForm span#contactResponse {
        font-size: 12px;
        line-height: 15px;
        left: 15px;
    }
}
@media only screen and (max-width: 650px) {
	.bottomFooter ul.footerSocial {
		padding: 0;
		list-style: none;
		display: flex;
		margin-bottom: 0;
		justify-content: flex-end;
	}
	.section_1 .container h1 {
	  	font-size: 40px;
	}
	.section_1 video {
	    transform: translate(-50%, -50%) scale(2);
	}
    .section_1 .container h1 {
        font-size: 25px;
    }
}