

@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
:root {
 
--clr-white:#ffffff;
--clr-black:#1e0a39;
--clr-black2:#202020;
--clr-yellow: #faca7b;
--clr-red:#7e1719;	
--clr-blued:#19b0ad;
	--clr-brown:#463832;
--clr-grey:#f7f8fa;
	--clr-black:#031818;	
  --clr-lightblue:#00fff8;
	--clr-lightyellow2:#fff0c4;
  --clr-lightyellow:#f1eee9;
}
 .scrolltop {
  scroll-padding-top:140px;
}
a, a:focus, a:hover, a:visited {
  text-decoration: none
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Poppins", sans-serif;
	background-color: var(--clr-white);
  font-size: 14px;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
h1 {
	font-family: "Poppins", sans-serif;
  font-weight: 400;
}
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.carousel {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel-item {
  height: 100%;
}
.carousel-inner .carousel-item > img {
  height: 100%;
}

.drk:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.3;
	z-index: 1;
}
.carousel-caption {
	z-index: 2!important;
}

.mt-10 {
	margin-top: 110px;
}
.navbar {
	background-color: rgba(255,255,255,0.1);
	top: 0;
}
.dropdown-item {
	font-size: 15px;
}
.navbar-default.scrolled{
  background-color: rgba(255,255,255,1);
	box-shadow: 0px 1px 1px 0px rgba(111,111,111,0.30);

	
}
.navbar-dark .navbar-nav  .navbar-nav .nav-link {
 
	font-size: 14px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-default.scrolled .nav-link{
	color: #000;
}
.nav-link:hover {
	color: #d4b261!important;
}

.donate{
  background: var(--clr-red);
  border-radius: 100px;
  color: var(--clr-white)!important;
  padding: 5px 15px!important;
}
.donate:hover{
  background: var(--clr-yellow);
  border-radius: 100px;
  color: var(--clr-black)!important;
  padding: 5px 15px!important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")

}
.carousel-caption h2 {
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 40px;
	padding-bottom: 20px!important;
	padding-top: 25px;
}

.btn-black:hover {
	background:var(--clr-white);
	border-radius: 5px;
	color: var(--clr-blacktxt);
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: left;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 5%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
 
  width: 10px;
  height: 10px;
background-color: var(--clr-black);
	border-radius: 100%;
	opacity: 1;
}
.carousel-indicators .active {
  opacity: 1;
	background-color: var(--clr-red);
}
@media (min-width: 200px) and (max-width: 768px) {
.navbar {
	background-color: rgba(255,255,255,1);
	top: 0;
}
	.navbar-dark .navbar-nav .nav-link {
 
	font-size: 14px;
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	font-weight: 600;
}
.navbar .logo {
  text-decoration: none;
  color: #122f48;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  width: 90%;
}
	.navbar-brand  {
		width: 80%;
	}
	
	.navbar-brand img {
		width: 80%;
	}
.carousel {
	margin-top: 0px;
	height: 400px;

}
	.carousel img {
		height: 400px;
		object-fit: cover;
	}
	
	.carousel-caption h2 {
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 20px!important;
	padding-top: 25px;
}
}

.bannerbox {

	height: 100%;
	padding: 12%;
}
.headerbg{
background:var(--clr-lightyellow);

}
.bannerbox h5 {
	padding-top: 20%;
	color: var(--clr-white);
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.bannerbox h1 {
	color: var(--clr-red);
	font-size: 38px;
	font-weight: bolder;
  text-transform: uppercase;
}
.bannerbox h2 {
	color: var(--clr-black);
	font-size: 38px;
	font-weight: bolder;
  text-transform: uppercase;
}
.bannerbox p {
	color: var(--clr-black);
  text-align: justify;
	
}
.btn_yellow {
background: var(--clr-yellow);
	border-radius: 25px;
	color: var(--clr-black);
	padding:12px 20px;
  text-decoration: none;
}

.btn_lightblue {
  background: var(--clr-lightblue);
    border-radius: 25px;
    color: var(--clr-black);
    padding:12px 20px;
    text-decoration: none;
    border:0px;
  }
  .btn_lightblue:hover {
  background: var(--clr-white);
    border-radius: 25px;
    color: var(--clr-black);
    padding:12px 20px;
    text-decoration: none;
    border:0px;
  }
.btn_yellow:hover {
background: var(--clr-white);
	border-radius: 25px;
	color: var(--clr-black);
	padding:12px 20px;
  text-decoration: none;
}
.btn_blue {
background: var(--clr-blue);
	border-radius: 30px;
	color: var(--clr-white);
	padding:16px 25px;
  text-decoration: none;
}
.btn_blue:hover {
background: var(--clr-black);
border-radius: 30px;
	color: var(--clr-white);
	padding:16px 25px;
  text-decoration: none;
}
.btn_blue_c {
background: var(--clr-blue);
	border-radius: 30px;
	color: var(--clr-white);
	padding:5px 25px;
  text-decoration: none;
}
.btn_blue_c:hover {
background: var(--clr-black);
border-radius: 30px;
	color: var(--clr-white);
	padding:5px 25px;
  text-decoration: none;
}
.btn_white {
  background: var(--clr-white);
    border-radius: 30px;
    color: var(--clr-black);
    padding:16px 25px;
    text-decoration: none;
  }
  .btn_white:hover {
  background: var(--clr-black);
  border-radius: 30px;
    color: var(--clr-white);
    padding:16px 25px;
    text-decoration: none;
  }


.btn_red{
  background: var(--clr-red);
    border-radius: 30px;
    color: var(--clr-white);
    padding:16px 25px;
    text-decoration: none;
  }
  .btn_red:hover {
  background: var(--clr-black);
  border-radius: 30px;
    color: var(--clr-white);
    padding:16px 25px;
    text-decoration: none;
  }
.txt_upp {
	text-transform: uppercase;

}


.joicehome {
  background: var(--clr-brown);
}
.joicehome h3{
  font-family: "Dancing Script", cursive;
  color: var(--clr-white);
  font-size: 40px;
 }
 .joicehome p{
  text-align: justify;
  color: var(--clr-white);
 }
.joicehome_content {
  padding: 80px 15px
}
.joicehome img {
  width: 100%;
  height: auto;
}

.porgrams_main {
  background: var(--clr-grey);
  padding-bottom: 50px;
}
.porgrams_main h2 {
  color: var(--clr-red);
  text-align: center!important;
  font-weight: 700;
}
.coursemain h2 {
	font-size: 2.3rem;
}


/*#news-slider {
  margin-top: 80px;
}*/
.post-slide {
  background:var(--clr-white);
  margin: 20px 15px 20px;
  border-radius: 30px 0px 30px 0px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px 0px 30px 0px;

}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: var(--clr-blue);
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 25px 10px 25px;
  float: right;
  font-size: 12px;
  background:var(--clr-red);
  color: var(--clr-white);
  box-shadow: 0px 10px 20px -10px #7e1719;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
.post-slide .read-more:hover {
  background:var(--clr-black);
  text-decoration: none;
  color: var(--clr-white);
  text-decoration: none;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}


  .owl-nav {
    display: none;
  }

  .owl-pagination {
    text-align: center;
}
.owl-page {
	 display: inline-block;
}
 .owl-page span {
      position: relative;
      height: 8px;
      width: 8px;
      border-radius: 100%;
      display: flex;
      background: var(--clr-brown);
      border: 0px solid ;
	 border-color: var(--clr-blue);
      margin: 0 5px;
    }
 .owl-page .active span {
      box-shadow: none;
      
 }
.owl-page.active span {
        background: var(--clr-red)!important;
        box-shadow: none;
        height: 9px;
        width: 10px;
        margin-bottom: 0px;
        border:0px;
      }
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}
.objectives {
  padding-top: 50px;
}

.objectives h2 {
 color: var(--clr-black);
 text-align: center;
 font-weight: 600;
}
.objectives img {
 width: 100%;
}
.yellowbox {
  background: var(--clr-lightyellow2);
  padding: 40px;
}
.yellowbox li {
padding-bottom: 12px;
}
.post-slide {
	padding-bottom: 35px;
}
.blogtitle {
		padding-bottom: 5px!important;
}
.donationbox {
  background: var(--clr-yellow);
  padding: 30px;
  margin: 0px auto;
  width: 85%;
  border-radius: 10px;
  background-image: url(../images/donation_bg.jpg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.donationbox h3 {
  color:var(--clr-red);
  font-weight: 600;
}
.post-title a::after {
	content:''!important;
 font-weight: 900;
font-size: 20px;
	padding-left:10px;
	
}
.title {
  display: flex;
  justify-content:space-between;
}
.btn2 {
  padding: 12px 22px!important;
}
footer {
  background:var(--clr-black2) ;

}
.color-white {
  color: var(--clr-white);
}

.footerlogo img {
  width: 70%;
  height: auto;
}
.footerlogo p {
  font-size: 14px;
}

.socilmedia {
	
	padding: 10px;
	text-align:left;
	
}
.fluidimg {
  width: 100%;
}
.socilmedia a i{
	margin: 0px;

	list-style: none;
		color: var(--clr-white);
font-size: 30px;
	font-weight: 400;
	padding: 10px;

}
.socilmedia a i:hover{
	margin: 0px;

	list-style: none;
		color: var(--clr-yellow);
font-size: 30px;
	font-weight: 400;
	padding: 10px;

}
#return-to-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: var(--clr-yellow2);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {

  background: var(--clr-black);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}
.footerlinks h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
color: var(--clr-white);
font-size: 26px!important;
}
.footerlinks ul {
  margin: 0px;
  padding:20px 0px;

}
.footerlinks ul li{
  margin: 0px;
  padding:5px 10px;
  list-style: none;
  font-size: 14px;

}
.footerlinks  a {
  color: var(--clr-white);
  text-decoration: none;
  font-size: 14px;
}
.footerlinks  a:hover {
  color: var(--clr-yellow);
  text-decoration: none;
}
.footerlinks span {
  color: var(--clr-lightblue);
  font-size: 14px;
}
.footerlinks p {
  font-size: 14px;
}
.Copyright {
  border-top: solid 1px;
  border-color: var(--clr-white);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
.Copyright a {
  color: var(--clr-lightyellow2); 
  font-size: 13px;
}
.Copyright a:hover {
  color: var(--clr-lightyellow); 
}
@media (min-width: 200px) and (max-width: 768px) {
  .joicehome h3 {
    font-size: 50px;
  }
  .donationbox {
    background: var(--clr-yellow);
    padding: 30px;
    margin: 0px auto;
    width: 85%;
    border-radius: 10px;
    background-image: none;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .searchbox-wrap input {
    flex: 1;
    padding:15px 65px 15px 15px;
    font-size: 1.1em;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: none;
    border: none;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.19);
    width: 80%;;
  }
  .searchbox-wrap button span {
    padding: 20px;
    margin-left: -67px;
  }
  .searchbox-wrap button {
    margin-top: -53px;
    margin-left: 282px;
  }
  
}
.aboutmain {
  background: var(--clr-brown);
}
.aboutmain2 {
  background: #f3e9dc;
}
.aboutshanthi img {
  width: 100%;
  height: auto;
}
.borderline {
  border:solid 1px #6b2000;
  padding: 5px;
}
.ticker_wrap{display: flex;}
.ticker__breaking{
 white-space: nowrap;
 background:var(--clr-black);
	 color: #fff;
	
	 padding: 10px 6px;
  display: inline-block; 
  font-weight: bold;
  width: 130px;
  z-index: 1;
}
.ticker__viewport {
	 background:var(--clr-bluedark);
	 color: #fff;
   overflow: hidden;
	 padding: 10px 0;
  display: inline-block;
  flex-grow: 1
}
.ticker__viewport a {
  cursor: context-menu;
  color:var(--clr-white);
  text-decoration: none;
}
.ticker__viewport a:hover {
  color:var(--clr-yellow);
  
}
 .ticker__list {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
	 display: flex;
}
 .ticker__item {
	 display: inline-block;
	 white-space: nowrap;
	 padding-right: 40px;
}
.ticker__item:before{
  content: "";
  font-weight: bold;
}
 
.text-justify {
  text-align: justify;
}
/*about_page*/



.parallax_in{

  background-size: cover;
  color: aliceblue;

position: relative;
}
.headerimg img {
	width: 18%;
	text-align: center!important;
	position: relative;
	margin-bottom: 20px;
}
.headerimg  {
padding-top: 10%!important;

	padding-bottom: 10%;
  padding-left: 5%;
}
.parallaxtxt_inner h1 {
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 45px;
	 color: var(--clr-white);	
}
.parallaxtxt_inner h2 {
	font-weight: 800;
	padding-bottom: 10px;
	font-size: 40px;
} 

.breadcrumbnew a {
	color: var(--clr-yellow);
}
.breadcrumbnew i {
	font-size: 12px;
	padding: 0px 5px
}
.abtyeras {
  display: flex;
  justify-content: space-between;
}
.years h4{
  font-family: "Poppins", sans-serif;
  color: var(--clr-blue);
}
.abtnner_bigimage2 {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: right;
}
.abtnner_bigimage2 img {
	width: 70%;
	height: auto;
	border-radius: 20px 20px 20px 20px;
}

.abtnner_bigimage {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: right;
}
.abtnner_bigimage img {
	width: 70%;
	height: auto;
	border-radius: 20px 20px 200px 20px;
}
.abtnner_smallimage {
  position: relative;
	width: 280px;
	height:380px;
	object-fit: cover;
  border-radius: 110px 110px 0px 0px;
	border:solid 10px;
	border-color:rgba(255,255,255,0.8)
}
.abtnner_smallimage img {

	width: 100%;
	height:100%;
	object-fit: cover;
	border-radius: 100px 100px 0px 0px;
}
.abtnner_smallimage {
  text-align: left;
 /* bottom: 38%;*/
	 left: 10%;
	margin-top: -80px;
}


.vision h5 span{
	font-size: 18px;
	padding-left: 0px;
  color:var(--clr-white);
  display: block;
  padding-top: 10px;
}
.vision h4{
font-size: 20px;
}
.vision p{
  font-size: 15px;
  line-height:1.5em;
  }
  .vision img {
    border-radius: 150px ;
    width: 100%;
    height: auto;
    object-fit: cover;

  }
  .visionmain {
    display: flex;
    justify-content: space-between;
  }
 
  .vimage {
    display: flex;

  }
  .vimage2 {
    padding: 15px;
    height: 100%;
  
  }
  .vimage2 img {
    height: 100%!important;
  }
  .vimage1 {
    padding: 1px;
    height: 100%;
  
  }
  .vimage1 img {
    height: 75%!important;
  }
  
.value_bigimage {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
.value_bigimage img {
	width: 80%;
	height: auto;
	border-radius: 0px 20px 0px 20px;
}

.value_smallimage {
  position: relative;
	width: 280px;
	height:300px;
	object-fit: cover;
  border-radius: 0px;
	border:solid 0px;
	border-color:rgba(255,255,255,0.8)
}
.value_smallimage img {

	width: 100%;
	height:100%;
	object-fit: cover;
	border-radius: 0px 20px 0px 20px;
}
.value_smallimage {
  text-align: right;
 /* bottom: 38%;*/
	 right: -50%;
	margin-top: -320px;
}


.mainflex{
  flex: 1;
  
  
}
.sidebar-first{
  width: 25%;
  padding-right: 10px;


}
.sidebar-second{ 
  width: 35%;
 
  padding-left: 25px;

}
.fs_30 {
  font-size:30px!important;
}
.fs_40 {
  font-size:40px!important;
}
hr.hr-1 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(25, 176, 173, 0), rgba(255, 255, 255, 1.5), rgba(255, 255, 255, 0.1));
  opacity: 100!important;
}

hr.hr-2 {
  border: 0;
  border-bottom: 2px dashed #eee;
  background: #999;
}

hr.hr-3 {
  border: 0;
  height: 0;
  border-top: 1px solid #ffffff;
}

hr.hr-4 {
  padding: 0;
  border: none;
  border-top: medium double #ffffff;
  color: #8c8c8c;
  text-align: center;
}

hr.hr-4:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: #fff;
}

hr.hr-5 {
  border: 0;
  border-top: 3px double #ffffff;
}
hr.hr-6 {
  border: 0;
  border-top: 1px dotted #fff;
  opacity: 100!important;
  background: #da521b;;
}
.sidebar-second h4 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
}
.aboutbottom {
  padding-top: 80px;
  padding-bottom: 80px;

}
.aboutbottom p {
  padding-top: 15px;
  padding-bottom: 15px;
}
.aboutbottom h5 span{
	font-size: 18px;
	padding-left: 60px;
 
  display: block;
  padding-top: 10px;
}

.aboutbottom a::after {
	content:'\2197';
 font-weight: 900;
font-size: 20px;
	padding-left:10px;
	
}
.image-fliud img {
  width: 100%;
  height: auto;
}

@media (max-width:767px){

  .parallax_in{
   
      background-size: contain;
      color: aliceblue;
 
    position: relative;
    
  }
  .visionmain {
    display: flex;
    justify-content: space-between;
    flex-direction:column;
  }
 
  .vimage {
    display: flex;

  }
  
.mainflex{
  flex: 1;
  order: 3;
  
}
.sidebar-first{
  width:100%!important;

  order: 1;
}
.sidebar-second{ 
  width: 100%;
  order: 2;
  padding-left: 0px;

}
.vision img {
  border-radius: 10px ;
  width: 100%;
  height: auto;
  object-fit: cover;

}
.vimage1 {
  padding: 15px;
  height: 100%;

}
.vimage1 img {
  height: 100%!important;
}
.vimage2 {
  padding: 15px;
  height: 100%;

}
.vimage2 img {
  height: 100%!important;
}
.abtnner_bigimage img {
	width: 100%;
	height: auto;
	border-radius: 20px 20px 20px 20px;
}
.value_bigimage img {
	width: 100%;
	height: auto;
	border-radius: 0px 20px 0px 20px;
}
}


/*staff_page*/

.parallax_staff {
  background: url('../images/staff_banner.webp') no-repeat fixed ;
  background-size: cover;
  color: aliceblue;

position: relative;
}

.parallaxtxt_inner h1 {
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 40px;
	 color: var(--clr-white);	
}
.parallaxtxt_inner h2 {
	font-weight: 800;
	padding-bottom: 10px;
	font-size: 40px;
} 

.team{
  margin:40px;
}

.team-member {
 
  padding: 0;
  text-align: center;
    border:solid 1px #6b2000;
    height: auto;
}
.team-member h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px!important;
  font-weight: 600;
  color:var(--clr-blue);
}
.team-member p {
  font-size: 14px;
  margin-bottom: 0.3em;
}
.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  max-height: 315px;
  border-radius: 0px;

}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;

}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0px 0px 5px 0px;
  color: #6b2000;
}
.team-member {
  border-radius: 0px;
 padding: 5px;height: 100%;
}

.team-member img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}
.team-member figcaption {
  padding:50px 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 120px;
}

.team-member figcaption ul {
  overflow: hidden;
  visibility: hidden;
}
.team-member figure:hover figcaption ul {
  overflow: hidden;
  visibility: visible;
}
.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
	background-image: linear-gradient(180deg, transparent 0 10%, #660101 90% 100%);
  /* Primary color, can be changed via colors.css */

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}
figcaption ul li a {
  color: var(--clr-white)!important;
}
figcaption ul li a:hover {
  color: var(--clr-black)!important;
}
.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}
.team-member .read-more {
  padding: 7px 25px 10px 25px;
display: inline-block;
  font-size: 12px;
  background: var(--clr-blue);
  color: var(--clr-white);
 
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
.team-member .read-more:hover {
  padding: 7px 25px 10px 25px;
display: inline-block;
  font-size: 12px;
  background: var(--clr-black);
  color: var(--clr-white);
 
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
.team-member a::after {
  content: '' !important;
  font-weight: 900;
  font-size: 20px;
  padding-left: 10px;
}
.team-member .read-more::after {
	content:'\2197'!important;
 font-weight: 900;
font-size: 20px;
	padding-left:10px;
	
}
.course {
  height: 100%!important;
  max-height: max-content!important;
}
.course figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  max-height: 280px!important;
  border-radius: 20px;
}
.course figure img {
  object-fit: cover!important;
  object-position: center !important;
  height: auto!important;
}
.Staffleft {
  box-shadow: 0 6px 15px #aaa;

    background-color: var(--clr-white);
    border-radius: 20px;
}
.staffmain img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.staffdetails {
  padding: 20px;
}
.staffdetails h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color:var(--clr-blue);
}
.staffdetails p {
  font-size: 15px;

}
.staffdetails .years span {
  background: var(--clr-blue);
  border-radius: 10px;
  padding: 10px 15px;
 
}
.staffdetails .years span i {
  color: var(--clr-white);
}
.staffdetails h3 {

  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color:var(--clr-blue);
}
.perinfo  {
  margin: 0px;
  padding: 0px;
}
.perinfo li {
  margin: 0px;
  padding:8px 0px;
  list-style: none;
  color: #6e6e6e;;
}
.perinfo li i{
  padding-right: 8px;
}
.staffdetails .read-more {
  padding: 7px 25px 10px 25px;
display: inline-block;
  font-size: 12px;
  background: var(--clr-blue);
  color: var(--clr-white);
 
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
.staffdetails .read-more:hover {
  padding: 7px 25px 10px 25px;
display: inline-block;
  font-size: 12px;
  background: var(--clr-black);
  color: var(--clr-white);
 
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
}

.staffdetails .read-more::after {
	content:'\2197'!important;
 font-weight: 900;
font-size: 20px;
	padding-left:10px;
	
}
.staff-right {
  padding-left: 15px;
}

.staff-right h2 {
  color: var(--clr-blue);
}
.course-right {
  padding-right: 15px;
}
.course-right h2 {
  color: var(--clr-blue);

}
.course-right h3 {
  color: var(--clr-blue);
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width:767px){
	

  .parallax_in{
 
      background-size: contain;
      color: aliceblue;
  
    position: relative;
    
  }
  .pm-5 {
    padding: 0px 30px;
  }
}
/* My Skills */
.pl-15 {
  padding-left: 18px;
}
.award {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.award li {
  list-style: none;
  margin: 0px;
  padding:5px 0px;
}
.award li i {
  padding-right: 10px;
  color: var(--clr-blue);
}

 .ce_ixelgen_progress_bar {
	 
	 margin: 0 auto;
}
 .ce_ixelgen_progress_bar .progress_bar_item {
	 margin-bottom: 1rem;
}
 .ce_ixelgen_progress_bar .item_label, .ce_ixelgen_progress_bar .item_value {
	 font-size: 14px;
	 font-weight: 500;
	 color: #333;
	 margin-bottom: 0rem;
}
 .ce_ixelgen_progress_bar .item_value {
	 font-weight: 400;
   text-align: right;
}
 .ce_ixelgen_progress_bar .item_bar {
	 position: relative;
	 height: .5rem;
	 width: 100%;
	 background-color: #b3c0c0;
	 border-radius: 4px;
}
 .ce_ixelgen_progress_bar .item_bar .progress {
	 position: absolute;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 width: 0;
	 height: .5rem;
	 margin: 0;
	 background-color: #19b0ad;
	 border-radius: 4px;
	 transition: width 100ms ease;
}
.courselink {
	padding: 10px 0px;
}
.courselink ul {
	padding:8px 0px;
	margin: 0px;
}
.courselink ul li {
	padding:10px 30px;
	margin:5px 0px;
	list-style: none;

}
.courselink ul li:hover {
	padding:10px 30px;
	margin:5px 0px;
	list-style: none;
	 background-color: var(--clr-yellow);
}
.courselink ul li a {
	
	color: var(--clr-blue);
	
}
.courselink ul li a:hover {
	  color: var(--clr-black);
padding:10px 0px;
	margin:5px 0px;
	
}
.courselink ul li a:hover {
	  color: var(--clr-black);
	
}
.courselink ul li a::after {
	content:'\2192';
 font-weight: 900;
font-size: 20px;
	padding-left:10px;
	float: right;
	
}
.bg-blue {
	 background-color: var(--clr-blue);
	background-image: url("../images/course_contact_bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.cor_contact {
  padding: 20px 20px 40px 20px;
}
.cor_contact h4 {
  color: var(--clr-white);
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 10px;
}
.form-control {
  border-radius: 8px;
  padding: 8px;
}

.parallax_course{
  background: url('../images/course_banner.webp') no-repeat fixed ;
  background-size: cover;
  color: aliceblue;

position: relative;
}
.parallax_course_main{
  background: url('../images/course.webp') no-repeat fixed ;
  background-size: cover;
  color: aliceblue;

position: relative;
}
.parallax_st_internship {
  background: url('../images/st_internship.webp') no-repeat fixed ;
  background-size: cover;
  color: aliceblue;

position: relative;
}
.parallax_gr_internship {
  background: url('../images/gr_internship.webp') no-repeat fixed ;
  background-size: cover;
  color: aliceblue;

position: relative;
}
.parallax_trainings {
  background: url('../images/trainings.webp') no-repeat fixed ;
  background-size: cover;
  color: aliceblue;

position: relative;
}
.parallax_internship {
  background: url('../images/internship.webp') no-repeat fixed ;
  background-size: cover;
  color: aliceblue;

position: relative;
}
.parallax_Services {
  background: url('../images/Services.webp') no-repeat fixed ;
  background-size: cover;
  color: aliceblue;

position: relative;
}
.parallax_womensmentalhealth {
  background: url('../images/womens_mental_health.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_RelationshipCounselling {
  background: url('../images/RelationshipCounselling2.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_SFBT {
  background: url('../images/SFBT.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_Mindfulness {
  background: url('../images/Mindfulness.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_individualcounselling {
  background: url('../images/individualcounselling.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
	.parallax_hypnotherapy {
  background: url('../images/hypnotherapy.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
	.parallax_IPT {
  background: url('../images/IPT.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
	.parallax_geriatriccounselling {
  background: url('../images/geriatriccounselling.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
	.parallax_GraduatesInternship {
  background: url('../images/GraduatesInternship.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
	.parallax_FundamentalsCounselling {
  background: url('../images/FundamentalsCounselling.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_employeeassistanceprogram {
  background: url('../images/employeeassistanceprogram.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_CareerCounselling {
  background: url('../images/CareerCounselling.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_ChildAdolescent {
  background: url('../images/ChildAdolescent.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_DialecticalBehaviorTherapy {
  background: url('../images/DialecticalBehaviorTherapy.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_CognitiveBehaviorTherapy {
  background: url('../images/CognitiveBehaviorTherapy.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_CognitiveBehaviorTherapy {
  background: url('../images/EmotionFocusedTherapy.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}
.parallax_BasicsPsychotherapy {
  background: url('../images/BasicsPsychotherapy.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}	
.parallax_BasicsPsychotherapy {
  background: url('../images/BasicsPsychotherapy.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}	
.parallax_Internship {
  background: url('../images/Internship.webp') no-repeat fixed ;
  background-size: contain;
  color: aliceblue;
position: relative;
}

.courseimg img{
  width:100%;
  height: auto;
  border-radius: 20px;
}
@media (max-width:767px){

  .parallax_course{
    background: url('../images/course_banner_m.webp') no-repeat fixed ;
      background-size: contain;
      color: aliceblue;

    position: relative;
    
  }
  .parallax_course_main{
    background: url('../images/course_m.webp') no-repeat fixed ;
      background-size: contain;
      color: aliceblue;

    position: relative;
    
  }
  .parallax_st_internship{
    background: url('../images/st_internship_m.webp') no-repeat fixed ;
      background-size: contain;
      color: aliceblue;
  
    position: relative;
    
  }
  .parallax_gr_internship{
    background: url('../images/gr_internship_m.webp') no-repeat fixed ;
      background-size: contain;
      color: aliceblue;

    position: relative;
    
  }
  .parallax_trainings{
    background: url('../images/trainings_m.webp') no-repeat fixed ;
      background-size: contain;
      color: aliceblue;

    position: relative;
    
  }
  .parallax_internship{
    background: url('../images/internship_m.webp') no-repeat fixed ;
      background-size: contain;
      color: aliceblue;

    position: relative;
    
  }
  .parallax_Services{
    background: url('../images/Services_m.webp') no-repeat fixed ;
      background-size: contain;
      color: aliceblue;

    position: relative;
    
  }
	.parallax_womensmentalhealth {
  background: url('../images/womens_mental_health_m.webp') no-repeat fixed ;
  background-size: contain;

}
	.parallax_RelationshipCounselling {
  background: url('../images/RelationshipCounselling2_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
.parallax_SFBT{
  background: url('../images/SFBT_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_staff {
  background: url('../images/staff_banner_m.webp') no-repeat fixed ;
  background-size: contain;

}
	.parallax_Mindfulness {
  background: url('../images/Mindfulness_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_individualcounselling {
  background: url('../images/individualcounselling_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_hypnotherapy {
  background: url('../images/hypnotherapy_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_IPT {
  background: url('../images/IPT_m.webp') no-repeat fixed ;
  background-size: contain;

}
	.parallax_geriatriccounselling {
  background: url('../images/geriatriccounselling_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
		.parallax_GraduatesInternship {
  background: url('../images/GraduatesInternship_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_FundamentalsCounselling {
  background: url('../images/FundamentalsCounselling_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_employeeassistanceprogram {
  background: url('../images/employeeassistanceprogram_m.webp') no-repeat fixed ;
  background-size: contain;

}
	.parallax_CareerCounselling {
  background: url('../images/CareerCounselling_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_ChildAdolescent {
  background: url('../images/ChildAdolescent_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_DialecticalBehaviorTherapy {
  background: url('../images/DialecticalBehaviorTherapy_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_CognitiveBehaviorTherapy {
  background: url('../images/CognitiveBehaviorTherapy_m.webp') no-repeat fixed ;
  background-size: contain;
  
}
	.parallax_CognitiveBehaviorTherapy {
  background: url('../images/EmotionFocusedTherapy_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_BasicsPsychotherapy {
  background: url('../images/BasicsPsychotherapy_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
	.parallax_Internship {
  background: url('../images/internship_m.webp') no-repeat fixed ;
  background-size: contain;
 
}
}
.inte_bg {
  min-height: 350px;
  vertical-align: middle;
  align-items: center;
  padding-top: 50%;
}
.txtblue {
  color: var(--clr-blue);

}
.txt2 {
  font-family: "Poppins", sans-serif;
}
.text-bold {
  font-weight: 700;
}
.bottomlinks ul  {
text-align: center;
}
.bottomlinks ul li {
  display: inline-flex;
  list-style: none;
  padding: 5px 10px;
 
}
.bottomlinks ul li a{
  color: var(--clr-blue);
 
}
.bottomlinks ul li a:hover{
  color: var(--clr-black);
}
.bottomlinks ul li a::after {
  content: '';
  font-weight: 900;
  font-size: 20px;
  padding-left: 10px;
}
.bottomlinks ul li a::after {
  content: '\2758';
  font-weight: 800;
  font-size: 18px;
  padding-right: 10px;
  padding-left: 25px;
}
.text-left {
  text-align: left;
}
.contactsec li {
	list-style: none;
}
.contactsec h4 {
	font-size: 14px;
	padding-top: 12px;
}
.contactform {
	border-radius: 5px!important;
}
.contimg img {
	width: 70%;
	height: auto;
}

.carousel-control-prev-icon {
color:#000;
}
.carousel-control-next, .carousel-control-prev {
  width: 5%!important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.about h5 {
  font-size: 17px;
  border-bottom: solid 1px #7e1719;
  color: #7e1719;;
}
.about ul {
  margin: 0px;
  padding:0px 15px;
}
.about ul li{
  margin: 0px;
  padding: 2px 0px;
}
.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}

.gallery img {
  border-radius: 0px!important;
}
.lightbox-image-wrapper img {
    border-radius: 0px!important;
}
.lightbox-btn {
  font-size: 24px!important;
}
.close {
  font-size: 24px!important;
}
.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
  position:relative;
  overflow:hidden;
  border: solid 2px #fff;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {
  width:99svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;
  font-size:50px;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }
.lightbox-enabled {
  min-height: 150px;
  object-position: center;
}
.h250{
  min-height: 250px!important;
  object-position: center;
}
@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
	
.color-red {
  color: var(--clr-red)!important;
}
.about h4 {
  font-size: 26px;
}
.class_details {

  background-color: #463832;
  color: #fff;
  border-radius: 10px;
  padding: 15px;

}
.style1 {
 border-top: 1px dashed #8c8b8b;
}

.banner_joicehome {
    background: url('../images/pr_main.jpg') no-repeat fixed ;
}

.banner_JuditProgramme {
    background: url('../images/pr_main.jpg') no-repeat fixed ;
}

.banner_yoga {
    background: url('../images/pr_main.jpg') no-repeat fixed ;
}
.about_banner {
    background: url('../images/about_banner.jpg') no-repeat fixed ;
}
.booking_banner {
    background: url('../images/booking_banner.jpg') no-repeat fixed ;
}
.contact_banner {
    background: url('../images/contact_banner.jpg') no-repeat fixed ;
}
.donate_banner {
    background: url('../images/donation_banner.jpg') no-repeat fixed ;
}
.shanthitheeram_banner {
    background: url('../images/shanthitheeram_banner.jpg') no-repeat fixed ;
}
.joicejoseph_banner {
    background: url('../images/joicejoseph_banner.jpg') no-repeat fixed ;
}
.chf_banner {
    background: url('../images/chf_banner.jpg') no-repeat fixed ;
}
.banner_MariamThresia {
    background: url('../images/banner_MariamThresia.jpg') no-repeat fixed ;
}
.banner_JosephVithayathil {
    background: url('../images/banner_JosephVithayathil.jpg') no-repeat fixed ;
}
.banner_jeevodaya {
    background: url('../images/banner_jeevodaya.jpg') no-repeat fixed ;
}
.programme .post-slide {
  margin: 0px!important;
  border:solid 0px #6e6e6e;
}
@media (max-width:767px){
	.banner_joicehome {
    background: url('../images/pr_main_m.jpg') no-repeat fixed ;
}
	.banner_yoga {
    background: url('../images/pr_main_m.jpg') no-repeat fixed ;
}
.about_banner {
    background: url('../images/about_banner.jpg') no-repeat fixed ;
}
.parallaxtxt_inner h1 {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 26px;
  color: var(--clr-white);
}
.banner-mob {
  position: absolute;
   text-align: left;
   width: 100%;
   padding-left: 25px;
}
.banner-mob h1 {
  font-size: 16px;
  font-weight: 700;
  
  padding-bottom: 10px;
}
.h-100 {
  height: 100%;
}
.banner-mob a {
  background: var(--clr-red);
  border-radius: 20px;
  color: var(--clr-white);
  padding: 8px 25px;
  text-decoration: none;
  margin-top: 15px;
}
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
  padding-bottom: 8px;
}







.res_img img{
	width: 100%;
	height: auto;
}
.news__single--b-margin {
  margin-bottom: 30px;
}
.news__single--v2 {
  transition: 0.3s box-shadow ease-out;
  margin-bottom: 20px;
}
.news__thumbnail {
  position: relative;
  overflow: hidden;
}
.gallery {
  padding-bottom: 20px;
}
.news__thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s background ease-out;
}
.news__thumbnail img {
  transition: 0.3s transform ease-out;
}
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-weight: 500;
  color: white;
  font-size: 12px;
	padding: 3px 8px;background-color: #e9242b;
}
.news__thumbnail:hover img {
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) {
.news__single--v2 {
  margin-bottom: 0;
	}
}

.news__body h3{
	font-size: 14px;
	font-weight: 600;
	padding: 0px 10px;
	color:#2c2c2c;
	line-height: 22px;
}

.news__body a h3{
	font-size: 14px;
	font-weight: 600;
	color:#2c2c2c;
}
.news__body a p {
	font-size: 13px;
	font-weight: 400;
	padding:0px 10px;
	color:#777777;
	line-height: 22px;
}
.news__body p {
	font-size: 13px;
	font-weight: 400;
	padding:0px 10px;
	color:#777777;
	line-height: 22px;
}
.news__title {
	color: #e9242b!important;
}

.news__meta-time {
 
  background-color: #e9242b;
  padding: 3px 8px 3px 8px;
  color: #FFF;
	margin: 10px!important;
}
.news__meta {
  display: inline-block;
  margin-bottom: 20px;

  font-size: 12px;
}
.news__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  min-height: 60px;
}

.news__readmore {
  display: inline-block;
  border: 1px solid #e9242b;
  padding: 7px 23px;
  color: #e9242b;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
  transition: 0.3s all ease-out;
	margin: 0px 10px 10px 10px;
}
 .btn_read-more {
  padding: 7px 25px 10px 25px;

  font-size: 12px;
  background:var(--clr-red);
  color: var(--clr-white);
  box-shadow: 0px 10px 20px -10px #7e1719;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  border: 0px;
}
.btn_read-more:hover {
  background:var(--clr-black);
  text-decoration: none;
  color: var(--clr-white);
  text-decoration: none;
   border: 0px;
}



.diff_2i {
  transition: 0.3s;

  border-bottom: 2px solid transparent;

}
.shadow_box {
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);

}
.col_green {
  color:var(--clr-red);
}
.bank {
  min-height: 518px;
}
.font_70 {
  font-size: 70px;
}
.col_red {
  color: #d53f34 !important;
}
.font_50 {
  font-size: 30px;
}


/*newgallery*/

#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;
  margin:15px 30px;}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  padding:2px;
}

#photos2 {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;
  margin:15px 30px;}

#photos2 img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  padding:2px;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  margin:15px 30px;
  }
    #photos2 {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:        2;
  margin:15px 30px;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  margin:15px 30px;
  }
    #photos2 {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  margin:15px 30px;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  margin:15px 30px;
  }
    #photos2 {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  margin:15px 30px;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  margin:15px 0px;
  }
    #photos2{
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  margin:15px 30px;
  }
  
}
.modal-title {
	text-align: left;
	position: absolute;
}
.img-responsive {
	width: 100%; height: auto;
}
.modal-dialog {
	max-width: 60%!important;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background: none;
  border: 0;
}

/*newgallery*/
.newsmain {
background: #d0a96e;	
}
.newslatest{
	
	padding-left: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	line-height: 45px;
	
	
}
.news{width: 200px}
.news-scroll a{text-decoration: none; color: #000; font-weight: 500;}
.news-scroll a:hover{text-decoration: none; color: #000;}
.dot{height: 6px;width: 6px;margin-left: 5px;margin-right: 3px;margin-top: 2px !important;background-color:#6b2000;border-radius: 50%;display: inline-block}

.event-list {
  display: block;

}

.event {
  text-decoration: none;
}

.event-container {
  color: rgb(171, 171, 171);
  transition: all 0.2s ease;
  background: rgb(253, 248, 228);
  border-left: 3px solid;
  padding-top: 10px;
  padding-bottom: 15px;
  height: 100%;
  font-size: 14px;
}

.event-container:hover {
  border-left-width: 3px;
  background:#ECEFF1;
}

.date-container {
  display:inline-block;
  width:2.3em;
  padding-left: 13px;
  padding-right: 8px;
  padding-bottom: 2px;
  margin-right: 6px;

  font-weight: 700;
  color:#8D6E63;
  width: 100%;

}

.date {
  font-size: 2.5em;
}
.date2 {
  font-size: 1.2em;
}

.icond {
	 font-size: 2em;
}
.yearnew {
  display:block;
  font-size: .6em;
  font-weight: 400;
  margin-top:-.3em;

  padding-top: 8px;
}

.detail-container {
  display:inline-block;
  vertical-align:top;
  padding-top:3px;
}

.mh200 img {
  max-height:200px;
  min-height:200px;
  object-position: center;
  object-fit: cover;
}