/* Custom css */
@media (max-width: 575.98px) {
  
.about-section .about-left img{
        width: 100%;
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .about-section .about-left img{
        width: 100%;
}
}
body{
        background-color: #f8f7f3;
}
.about-section .about-left img{
    border-radius: 10px 50px 10px 10px;
        
}



.about-section, .missionpassion-section, .aimsmission-section,.goal-section {
    background-color: #e9e8e3;
}

.about-right{
        position: relative;
}
.about-right h1:before , .featured-section h1:before, .blog-section h1:before, .missionpassion-section h3:before , .aimsmission-section h3:before, .goal-section h3:before , .testimonial-section .testimonial-head h3:before{
        content: "";
        background: #8D2479;
        width: 50px;
        height: 4px;
        position: absolute;
        top:0;
        left: 0;
}

.about-right a, .featured-section a, .blog-section a{
    border: 1px solid  #8D2479;
    padding: 12px 24px;
    cursor: pointer;
    color: black;
}
.about-right a:hover, .featured-section a:hover, .blog-section a:hover{
    background-color: #8D2479;
    color: white;
}

.counter h1 , .missionpassion-section h3 , .goal-section h3, .aimsmission-section h3 , .testimonial-section h3, .fa-quote-left-alt{
    color: #342C5F !important;
    font-weight: 700;
    
}
.counter h1{
    font-size: 60px;
}
.testimonial-section h3:before{
    left: 50% !important;
}

/*Youtube Vedio CSS*/

/* Layout for this demo */
.wrap{
  position: relative;
  
  width: 90%;
  margin: auto;
}

 /* The outer-div to move the elements */
.box-video{
  position: relative;
  width: 100%;
  margin:0 auto 20px auto;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
}

 /* Set Cover aka Background-Image */
/*.box-video .bg-video{*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*  z-index: 2;*/
/*  border-radius: 10px 10px 10px 10px;*/
/*}*/

 /* Add light shade to make play button visible*/
/*.bg-video::after{ */
/*	content:'';*/
/*	position: absolute;*/
/*  	top: 0;*/
/*  	left: 0;*/
/*  	width: 100%;*/
/*  	height: 100%;*/
/*  	z-index: 3;*/
/*  	}*/


/* The Play-Button using CSS-Only */
.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.1);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* The Play-Triangle */
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.box-video:hover .bt-play {
  transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}

/* and iframe shows up */
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
	position: relative;
	width: 100%;
	height: 0;
  margin: 0;
  z-index: 1;
	padding-bottom: 56.27198%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.Background-fixed {
    background-attachment: fixed;
    background-position: center;
}
.ImageBackgroundWrap {
    margin: 30px 0 0 0 ;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.ImageInnerWrap {
  /*  position: relative;
    z-index: 223;*/
    max-width: 100%;
        padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.TextBackground {
        color: #000000;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.ImageBackgroundWrap::before{
     content: "";
        background: #30303070;
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left: 0;
}

.newsletter{
            position: relative;
    background-color: #47286D;
}
.newsletter:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.4);        
    z-index: 0;
}

.subscribe-btn{
    background-color: transparent;
    color: white;
        border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-color: var(--ast-global-color-3);
    padding-top: 15px;
    padding-right: 19px;
    padding-bottom: 15px;
    padding-left: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.subscribe-btn:hover{
    background-color: white;
    color: black;
}

.social-media-icons a{
    color: #ffffff;
}
.menu-fixed .social-media-icons a{
    color: #9097aa;
}
.social-media-icons a:hover{
    color: #9097aa;
}

.footer p{
    font-size: 14px;
    line-height: 25px;
}



/*Vision Mission Page CSS*/

.mission-section{
    
}

.mission-right h3:after , .career-section .career-left h3:after , .career-whyjoin h3:after, .career-apply h3:after{
    content: "";
        background: #342C5F;
        width: 50px;
        height: 4px;
        position: absolute;
        bottom:0;
        left: 0;
}

.mission-section img{
    border-radius: 4px 4px 4px 4px;
}

.courses-left span{
    font-size: 3rem;
}
.courses-left{
    position: relative;
}
.courses-left span:before , .courses-item h2:before{
     content: "";
        background: #342C5F;
        width: 50px;
        height: 4px;
        position: absolute;
        top:0;
        left: 0;
}

.content-container {
      height: 82%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: #fbcc62;
    border-bottom-left-radius: 30% 10%;
    border-bottom-right-radius: 30% 10%;
}


.business-w-btn button:first-child, .review-btn button{
    font-weight: 500;
    fill: #000000;
    color: #000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    padding: 15px 45px 15px 45px;
    background-color: #521490;
}
.whatsapp-btn button{
    font-weight: 500;
    border-radius: 10px;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    padding: 15px 45px 15px 45px;
    background-color: #25d366;
}
.business-w-btn button:last-child{
    font-weight: 500;
        fill: #FFFFFF;
    color: #fff;
    background-color: rgba(2, 1, 1, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    padding: 15px 45px 15px 45px;
}
.business-w-btn button:last-child:hover{
      background-color: #342C5F;  
      border: none;
      color: #000;
}

.courses-item-section .list-unstyled li i{
        font-size: 12px;
    color: #521490;

}
.nm-section .row .list-unstyled li i{
        font-size: 7px;
    color: #521490;

}

.courses-container img{
    box-shadow: 24px 40px 80px -24px rgba(0, 0, 0, 0.4);
}
.course-content-btn button{
    font-weight: 500;
    color: #342C5F;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #342C5F;
    padding: 12px 24px;
    background-color: transparent;
}
.course-content-btn button:hover{
    color: #000000;
    background-color: #342C5F;
}

.course-item-img {
    width: 70%;
}
@media (max-width: 767px) {
 .course-item-img{
        width: 100%;
}

.course-demo-right {
    padding: 38% 0% 15% 27%;
}

.nm-right img{
    width: 174px;
    right: 0;
}
}
@media (min-width: 768px) {

.nm-right img{
    width: 420px;
    right: 80px;
}

.course-demo-right {
    padding: 38% 0% 15% 40%;
}


}

.nm-left{
    background-color: #EA2749;
}
.nm-left p{
    color: #47286D;
}

.menu-fixed .subscribe-btn{
        color: #343a40;
}

.breadcrumb-section:before{
    content: "";
    background: #30303080;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rating-left span{
        color: #8D2479;
    font-size: 115px;
    font-weight: 700;
        line-height: 100px;
}
.rating-left h6{
        color: #8D2479;
}

.rating-right h2:after{
    content: "";
    background-color: black;
    width: 55px;
    height: 3.5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.fa-star{
    color: #ffb100;
}

.review-messages span{
        font-family: 'Kokila', sans-serif !important;
}
.hr{
    width: 100%;
    height: 2px;
    background-color: black;
    margin: 20px 0;
}

.rating-bg img{
     opacity: 0.1;
     width: 100%;
}
.review-btn button , .apply-btn button{
    font-weight: 500;
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    padding: 10px 15px;
        background: linear-gradient(0deg, #D90A67, #ED4233) !important;
    border-radius: 5px;
}
.review-btn button:hover , .apply-btn button:hover{
    color: #fff;
   
    background-color: #000;
}

.joyofgiving-right{
    
    right: 100px;
}
.joyofgiving-right img{
       width: 350px;
    height: 350px;
    object-fit: cover;
    object-position: center center;
    border-radius: 500px 500px 500px 500px;
}
@media (max-width: 767px) {
 .joyofgiving-right img {
    width: 230px;
    height: 230px;
    object-fit: cover;
 }
 
.joyofgiving-right{
    
    right: 10px;
}
.jog-about .jog-img-container img{
   
    width: 100%;
}

}

.jog-about .jog-img-container img , .jog-images img{
    box-shadow: 20px 20px 60px -10px rgba(0, 0, 0, 0.4);
    width: 100%;
}
.jog-about p{
    font-size: 14px;
}

.joyofgiving-left h1:before{
    content: "";
    background-color: white;
    width: 55px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.jog-gallery .jog-heading h2{
    color: #8D2479;
}

/*.course-demo-right{*/
/*        padding: 38% 0% 15% 40%;*/
/*}*/
.play-btn{
        font-size: 18px;
    padding: 11px 21px;
    background: #8D2479;
}


.course-demo-right:after{
    content: "";
    /*background-color: white;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*Video cards*/

.videoscard-section .cards {
  position: relative;
  height: 160px;
  transition-duration: 0.5s;
  background: none;
  overflow: hidden;
}

.videoscard-section .cards:hover {
  height: 185px;
}

.videoscard-section .row .col-md-3{
    
  height: 170px;
}


.videoscard-section .cards:hover .detailPage {
  display: flex;
}

.outlinePage {
  position: relative;
  background: linear-gradient(45deg, #fffbf0, #ffdd87);
  height: 100%;
  border-radius: 10px;
  transition-duration: 0.5s;
  z-index: 2;
}
.outlinePage iframe{
  border-radius: 10px;
}



.gradesBox {
  position: relative;
  height: 75px;
  top: 10px;
  margin-right: 10px;
  margin-left: 15px;
}


/* second Video card */


.video-card .card {
  display: flex;
  flex-direction: column;
  height: 280px;
  max-height: 330px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.08),
          -4px -4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
}

.video-card .card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1),
          -4px -4px 12px rgba(0, 0, 0, 0.08);
}

.card-image-container {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgb(165, 165, 165);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-image-container iframe{
  height:230px;
}

.card-title {
  margin: 5px 0;
  font-size: 17px;
  font-weight: 600;
  color: #D80664;
  cursor: default;
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 1;*/
  /*line-clamp: 1;*/
}

.wp-image-2346{
    width: 100%;
}

.social-btn-container{
    position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:20px;
	border-radius:50px;
	text-align:center;
  z-index:100;
}

    .social-btn {
  display: grid;
  place-items: center;
  padding: 1em;
  
  border-radius: 50%;
  box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
	      -6px -6px 10px -1px rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,0);
  cursor: pointer;
  transition: transform 0.5s;
  
}

    .social-btn.whatsapp {
  background: #25d366;
}
    .social-btn.phone {
  background: #009688;
}

.social-btn:hover {
  box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
	      inset -4px -4px 6px -1px rgba(255,255,255,0.7),
	      -0.5px -0.5px 0px rgba(255,255,255,1),
	      0.5px 0.5px 0px rgba(0,0,0,0.15),
	      0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  transform: translateY(0.5em);
}

.social-btn svg {
  transition: transform 0.5s;
}

.social-btn:hover svg {
  transform: scale(0.9);
  fill: #333333;
}

