﻿@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  background-color: #ffffff !important;
	min-height: 700px;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
html
{
	scroll-padding-top: 90px;
	min-height: 100%;
}

.topbar {
  padding: 5px 0px 5px;
  display: block;

	
    background: rgb(70, 40, 186);
    background: linear-gradient(34deg, rgba(70, 40, 186, 1) 0%, rgba(70, 40, 186, 1) 46%, rgba(171, 0, 255, 1) 100%);
    padding: 20px 0 20px;	
	
}
.banner-bg {
	background-image: url(../images/banner-bg.jpg) !important;
	max-width: 100%;
	overflow: auto;
	z-index: -1 ;

}

.white-clr {
	background: rgba(70, 40, 186, 0.9);
    background: linear-gradient(34deg, rgba(70, 40, 186, 0.9) 0%, rgba(70, 40, 186, 0.9) 46%, rgba(171, 0, 255, 0.9) 100%);
	padding: 150px 0 100px;
	
}
.banner-bg .white-clr {
	padding: 50px 0 50px;
}
.logo {
  float: left;
  transition: 0.2s;
}
.logo img {
  transition: 0.2s;
}
.float-panel {
  z-index: 999 !important;
  position: fixed !important;
  width: 100%;
  animation: slide-down 0.7s;
}
.faith-main-menu .sticky {
  top: 0px !important;
  background: #000 !important;
  position: relative !important;
}
.faith-main-menu {
  position: relative !important
}
.sticky-wrapper .sticky {
  position: relative !important;
  background-color: #000 !important
}
.banner-img
{
	text-align: center;
}
.banner-text
{
	text-align: left;
	position: relative;
	/*z-index: 999999;*/
}

.banner-text h2
{
	font-size: 44px;
	color: #fff;
	padding-bottom: 20px;
}


.banner-text h2 span
{
	color: #FCD21C;
}

.banner-text h3 {
	font-size: 32px;
	color: #fff;
	padding-bottom: 20px;
}


.banner-text h3 span {
	color: #FCD21C;
}

.banner-text ul
{
	margin: 0px;
	padding: 0px;
}
.banner-text ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 24px;
	color: #fff;
	padding-bottom: 30px;
}
.banner-text ul li:before
{
	content: url(../images/check.png);
	display: inline-block;
	padding-right: 20px;
}
.banner-text a
{
	background: #fff;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #4628BA;
    text-decoration: none;
    text-align: center;
    padding: 12px 25px;
    margin-top: 25px;
    display: inline-block;

}
.banner-text a:hover
{
	background: #e6537f;
	color: #000
}
.purple-heading
{
	margin-bottom: 50px;
	
}
.purple-heading.purple-mrgn
{
	margin-bottom: 20px;
	
}
.purple-heading1 h5
{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	
}
.purple-heading span {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background: #4628ba;
	display: inline-block;
	height: 46px;
	padding: 9px 22px 0px;
	position: relative;
	top: -18px;
}
.purple-heading::before
{
	content: url(../images/left-painting.png);
	display: inline-block;
}
.purple-heading::after
{
	content: url(../images/right-painting.png);
	display: inline-block;
}



.white-heading
{
	margin-bottom: 50px;
	
}
.white-heading span
{
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #000;
    font-weight: bold;
    background: #fff;
    display: inline-block;
    height: 46px;
       padding: 7px 70px 0px 20px;
    position: relative;
    top: -17px;
	
}
.white-heading::before
{
	content: url(../images/left-painting-white.png);
	display: inline-block;
}
.white-heading::after
{
	content: url(../images/right-painting-white.png);
	display: inline-block;
}





.comon-cnt
{
	text-align: left;
}

.comon-cnt p
{
	    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 60px;

}

.comon-icon p
{
	font-size: 17px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
}
.comon-icon-img
{
	text-align: center;
}
.comon-icon-img img
{
	text-align: center;
	width: 60px;
	background: #a602fb
}
.img-hover:hover img
{
	background: transparent;
}
.text-right
{
	text-align: right !important;
	padding-left: 5px;
}
.text-left
{
	text-align: left !important;
	padding-right: 5px;
}
.hr
{
	border-bottom: 1px dashed #333;
	margin-top: 40px;
	margin-bottom: 50px;
}

.purple-bg
{
	background: #4628BA;
	padding: 100px 0px;
}

.other-purple-bg
{
	background: #4628BA;
	padding: 100px 0px 50px;
}

.footer-purple-bg {
	background: #4628BA;
	padding: 20px 0px;
	border-top: 1px dashed #fff;
/*	margin-bottom: 2500px;*/
}
.footer-purple-bg p {
	font-size: 14px;
	color: #fff;
	margin: 0px;
	margin-top: 5px;
}
.footer-purple-bg p a {
	text-decoration: none
}

.comon-cnt-white
{
	text-align: left;
}

.comon-cnt-white p
{
	    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 60px;

}



.comon-cnt-white p.mrgn-btm
{
	margin-bottom: 30px;

}
.comon-cnt-white p.mrgn-btm-none
{
	margin-bottom: 0px;

}
.comon-cnt-white h3
{
	    font-size: 25px;
    color: #fff;
	margin: 0;
	padding: 20px 0px;
	font-weight: bold;

}
.comon-cnt-white ul
{
	margin: 0;
	padding: 0;
}
.comon-cnt-white ul li
{
	    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 33%;
}
.comon-cnt-white ul li svg
{
filter: brightness(200%);
}



.comon-cnt-white ul li:hover img
{
	
	
	    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.7));
}
.comon-cnt-white ul li h3
{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.comon-cnt-white ul li p
{
	font-size: 16px;
	font-weight: normal;
	color: #fff;	
	text-align: center;
	margin: 0px;
}

.comon-cnt-white ul li img
{
	margin: 0 auto;
}


.comon-cnt-white a
{
	    background: #fff;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #4628BA;
    text-decoration: none;
    text-align: center;
    padding: 12px 25px;
    margin-top: 25px;
    display: inline-block;
}
.comon-cnt-white a:hover
{
background: #e6537f;
    color: #000;
}
.img-pick
{
	background: #fff;
	padding: 7px;
	    border-radius: 10px;
    box-shadow: 0px 10px 16px 0px #230e72;
	text-align: center;
	position: relative;
	z-index: 9999999;
}
.img-pick:hover
{
    box-shadow: 0px 0px 0px 7px #230e72;
}
.img-pick img
{
    border-radius: 10px;
}
.img-pick h5
{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
}
.img-pick p
{
	font-size: 16px;
	font-weight: normal;
	color: #979797;
	margin: 0px;
}

.img-pick:hover h5
{
    color: #4628BA;
}

.logo-slider {
  margin-bottom: 20px;
}

.logo-slider .owl-carousel .owl-carousel.owl-loaded {
  display: block;
  max-height: 129px;
  overflow: hidden;
  height: 100%;
}
.logo-slider .donate-slides .owl-prev {
  background-color: #e26600;
  width: 36px;
  height: 25px;
  line-height: 14px;
  color: #ffffff;
  top: 135%;
  left: 36%;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
	background: url(../images/left.png)
}

.logo-slider .donate-slides .owl-prev:after {
	content: url(../images/carousel-decor.png);
	display: block;
	margin-left: 20px;
	
}

.logo-slider .donate-slides .owl-prev i {
	display: none;
}






.logo-slider .donate-slides .owl-next {
  background-color: #e26600;
  width: 36px;
  height: 25px;
  line-height: 14px;
  color: #ffffff;
	top: 135%;
  right: 36%;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
	background: url(../images/right.png);
	bottom: 0;
		
}

.logo-slider .donate-slides .owl-next i {
 display: none;
}





.testi-slider {
  margin-bottom: 20px;
}

.testi-slider .owl-carousel .owl-carousel.owl-loaded {
  display: block;
  max-height: 129px;
  overflow: hidden;
  height: 100%;
}
.testi-slider .testimonial-slides .owl-prev {
  background-color: #e26600;
  width: 36px;
  height: 25px;
  line-height: 14px;
  color: #ffffff;
  top: -14px;
  left: -17px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
	background: url(../images/black-right.webp);
		    transform: scaleX(-1);
}

.testi-slider .testimonial-slides .owl-prev:after {
	content: url(../images/carousel-decor.png);
	display: block;
	margin-left: 20px;
	
}

.testi-slider .testimonial-slides .owl-prev i {
	display: none;
}






.testi-slider .testimonial-slides .owl-next {
  background-color: #e26600;
  width: 36px;
  height: 25px;
  line-height: 14px;
  color: #ffffff;
	top: -15px;
  right: -16px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
	background: url(../images/black-right.webp);
	bottom: 0;
		
}

.testi-slider .testimonial-slides .owl-next i {
 display: none;
}

.testimonial-text {
	text-align: center;
}
.testimonial-text p {
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	padding: 0 190px;
}



.logo-slider {
  margin-bottom: 20px;
}

.logo-slider .owl-carousel .owl-carousel.owl-loaded {
  display: block;
  max-height: 129px;
  overflow: hidden;
  height: 100%;
}
.logo-slider .instructors-slides .owl-prev {
  background-color: #e26600;
  width: 36px;
  height: 25px;
  line-height: 14px;
  color: #ffffff;
  left: 4%;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
	background: url(../images/left.png);
	bottom: 0;
}

.logo-slider .instructors-slides .owl-prev:after {
	content: url(../images/carousel-decor.png);
	display: block;
	margin-left: 20px;
	
}

.logo-slider .instructors-slides .owl-prev i {
	display: none;
}






.logo-slider .instructors-slides .owl-next {
  background-color: #e26600;
  width: 36px;
  height: 25px;
  line-height: 14px;
  color: #ffffff;
  right: 0;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
	background: url(../images/right.png);
	bottom: 0;
		left: 13%;
}

.logo-slider .instructors-slides .owl-next i {
 display: none;
}






.ranked-text
{
	text-align: center;
	color: #fff;
}
	.ranked-text h4 {
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		width: 57%;
		display: inline-block;
	}
.ranked-text h4 p
{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 50px;
}
.ranked-text:before
{
	content: url(../images/1.png);
	float: left;
}
.ranked-text:after
{
	content: url(../images/2.png);
	float: right;
}

.course-flow {
	
	text-align: center;
	position: relative;
	z-index: 999999999;
}
.course-flow h4
{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 15px 0;
}
.course-flow p
{
	text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #000;
    padding: 0 30px;
}
.dotted-line
{
	width: 145px;
	height: 145px;
	border: 7px solid #000;
	border-radius: 100px;
	background: #FCD21C;
	font-size: 55px;
	font-weight: bold;
	text-align: center;
	line-height: 145px;
	animation: none !important;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 10px;
	margin: 0 auto;
	 transition: 0.5s;
}

	

.dotted-line1
{
	width: 165px;
	height: 165px;
	border: 1px dashed #000;
	border-radius: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	 animation: rotation 20s infinite linear;
	position: relative;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}	
		


.object {
  animation: MoveUpDown 8s linear infinite;
  position: relative;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 40px;
  }
}
.object1 {
  animation: MoveDownUp 8s linear infinite;
  position: relative;
}

@keyframes MoveDownUp {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 40px;
  }
}


.object:hover .dotted-line {
    border: 7px solid #FCD21C;
    background: #4628BA;
	color: #fff;
	 transition: 0.5s;
}



.btn-work
{
	text-align: center;
	margin-top: 60px;
}
.btn-work a
{
	border: 2px solid #000;
	color: #000;
	font-size: 20px;
	border-radius: 20px;
	padding: 15px 25px;
	text-decoration: none;
	
	
}
.btn-work a:hover
{
	background: #e6537f;
	color: #fff;
	border: 2px solid #e6537f;
	
}
.shape
{
	text-align: center;
}
.shape ul
{
	margin: 0;
	padding: 0;
}
.shape ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	   margin: 0;
      padding: 0;
	position: relative;
	transition: 0.5s;
}



   .shape ul li .pentagon{
    background: url(../images/pentagon.png) no-repeat center;
	   display: block;
	   width: 110px;
	   height: 110px;
	   background-size: contain;
	   margin: 0 7px;		   
	   position: relative;
	   transition: 0.5s;
	   
  }


 .shape ul li .pentagon:after{
	     content: url(../images/dotted-pentagon.png);
    width: 100px;
    height: 100px;
    position: relative;
    top: 7px;
	 transition: 0.5s;
}

   .shape ul li:hover .pentagon{
    background: url(../images/pingpentagon.png) no-repeat center;
	      display: block;
	   width: 110px;
	   height: 110px;
	   background-size: contain;
	   margin: 0 7px;		   
	   position: relative;
	   transition: 0.5s;
	   
  }
 .shape ul li:hover .pentagon:after{
	     content: url(../images/whitedotted-pentagon.png);
    width: 100px;
    height: 100px;
    position: relative;
    top: 7px;
	 transition: 0.5s;
}



 .shape ul li i{
	    font-size: 40px;
    color: #000;
    position: absolute;
    top: 13%;
    text-align: center;
    left: 0;
    right: 0;

}
 .shape ul li h5{
	 
	    font-size: 18px;
    color: #fff;
	 padding: 20px 0 50px;
}
 .shape p{
	 
	    font-size: 18px;
    color: #fff;
	 line-height: 30px;
	 text-align: left;
}

 .testi-monial
{
	    border-radius: 10px;
    margin: -35px 40px 30px 40px;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    position: relative;
    cursor: pointer;
}
 .testi-monial img
{
	  border-radius: 10px;
    margin: 0;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    box-shadow: 0 28px 16px -26px rgba(0, 0, 0, .5);

}

 



.solid-border
{
	border-top: 2px solid #000;
}


.testimonial-slides h5
{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
}
.testimonial-slides p
{
	font-size: 16px;
	font-weight: normal;
	color: #979797;
	margin: 0px;
}

.testimonial-slides:hover h5
{
    color: #4628BA;
}

   .shape1
{
	text-align: center
}




.pentagon1 {

  background-image: url(../images/testi.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  mask-image: url(../images/pentagon.png);
  mask-size: 205px;
  mask-repeat: no-repeat;
  mask-position: center;
}






.pentagon1{
	     content: url(../images/dotted-pentagon1.png);
    position: relative;

}

.shape1:after{
content: url(../images/dotted-pentagon1.png);
    position: absolute;
    top: 0px;
    left: 16px;


}
 .shape1 i{
	    font-size: 40px;
    color: #000;
    position: absolute;
    top: 13%;
    text-align: center;
    left: 0;
    right: 0;

}


.adres 
{
	display: flex;
	text-align: left;
}
.adres p
{
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}
.adres i
{
	font-size: 35px;
	color: #fff;
	margin-right: 20px;
}
.social
{
	text-align: right;
	position: relative;
	z-index: 99999;
}
.social i
{
	border: 4px solid #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	border-radius: 100px;
	color: #fff;
	font-size: 20px
}
.social i:hover
{
	border: 4px solid #e6537f;
	color: #e6537f;
}

.mrgn-top
{
	margin-top: 70px;
}






.owl-stage .owl-item::nth-child(2){
 background-color: #F5070B;
}

.owl-stage .active::nth-child(2) {
 background-color: #000DFF;
}
.owl-stage .active::nth-child(2) {
   background-color: #0AFF00;
}

.white-bg {
	padding: 80px 0px;
}


/*
.white-bg::before {
    bottom: 100%;
	content: url(../images/curvy-top.png);
	position: absolute;
	bottom: -7px;
	right: 0

}*/
	.white-bg::before {
		bottom: 100%;
		content: url(../images/curvy-top.png);
		position: absolute;
		bottom: -7px;
		right: 0;
		z-index: 9999;
	}
	.white-bg::after {
		width: 100%;
		display: block;
		height: 10px;
		content: '';
		background: #4628ba;
		position: absolute;
		bottom: -12px;
	}

.lady-bg
{
	background: url(../images/watching-girl.png) no-repeat top center
}
.card {
	border: 2px solid rgba(66, 42, 179, 1) !important; 
	border-radius: 0.5rem;
}

.card-header h4 {
	color: #4229b3;
	margin-left:35px;
	text-align:left;
}


.classynav ul li {
	margin: 0 0 0 30px;
}
.topbar .container {
	padding-bottom:0px;
}
.custloginbox {
	margin-bottom:20px;
}
.login-part {
	border-top:0px;
}
.login-detail {
	text-align: right;
	padding-top: 20px;
}
	.login-detail ul {
		margin: 0;
		padding: 0;
	}
		.login-detail ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			display: inline-block;
			margin-left: 25px;
		}
			.login-detail ul li a {
				font-size: 16px;
				text-decoration: none;
				color: #fff;
			}
.container-fluid {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	width: 100%;
	background-color: #fafafa;
}
#iphone {
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
	text-align: right;
}

#book {
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
	text-align: right;
	top: 30%;
}


#camera {
	position: absolute;
	left: -7%;
	top: 0;
}

.owl-item.active.center .testi-monial::before {
	content: url(../images/testimonial-quote-icon.webp);
	display: inline-block;
	text-align: left;
	position: relative;
	left: -45px;
	float: left;
	height: 22px;
	width: 30px;
	transform: scaleX(-1);
	top: -40px;
}

.testimonials .owl-item::before {
	content: url(../images/testimonial-clip-icon.webp);
	display: inline-block;
	margin: 0 auto;
	position: relative;
	z-index: 999999;
	padding-bottom:20px;
}

.owl-item.active.center .testi-monial {
	background: #fcd21c;
	margin-top:-40px;
}
.testimonials .owl-carousel .owl-nav .owl-prev {
	background-color: #e26600;
	width: 36px;
	height: 25px;
	line-height: 14px;
	color: #ffffff;
	top: -14px;
	left: -52px;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	text-align: center;
	font-size: 0px;
	font-weight: bold;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background: url(../images/black-right.webp);
	transform: scaleX(-1);
}
.testimonials .owl-carousel .owl-nav .owl-next {
	background-color: #e26600;
	width: 36px;
	height: 25px;
	line-height: 14px;
	color: #ffffff;
	top: -15px;
	right: -52px;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	text-align: center;
	font-size: 0px;
	font-weight: bold;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background: url(../images/black-right.webp);
	bottom: 0;
}
.owl-item.active.center .testi-monial::after {
	content: url(../images/testimonial-quote-icon.webp);
	display: inline-block;
	text-align: left;
	position: relative;
	right: -45px;
	float: right;
	height: 22px;
	width: 30px;
	bottom: 0px
}
.footerdotted-line {
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}

	.footerdotted-line::after {
		content: "........................................................................................................................................................................";
		letter-spacing: 6px;
		font-size: 10px;
		color: #FFF;
		display: inline-block;
		vertical-align: 3px;
		padding-left: 100px;
		padding-right: 100px;
		overflow: hidden;
		text-align: center;
	}

/*
.menusection {
	padding-bottom:8rem;
}*/
.LoginMainSection {
	padding: 0px 80px 30px 80px;
	min-height:490px;
}


/*
    Below Css Added By: Mo Nadeem
    for: Dashboard Icons
*/
.dashboard-icon-custom {
	--tblr-icon-size: 4.25rem;
	width: var(--tblr-icon-size);
	height: var(--tblr-icon-size);
	font-size: var(--tblr-icon-size);
	vertical-align: bottom;
	stroke-width: 1.5;
}

.avatar-custom {
	
	--tblr-avatar-bg: var(--tblr-bg-surface-secondary);
	--tblr-avatar-shadow: inset rgba(var(--tblr-body-color-rgb), 0.04) 0 0 0 1px;
	position: relative;
	width: var(--tblr-avatar-size);
	height: var(--tblr-avatar-size);
	font-size: calc(var(--tblr-avatar-size)/ 2.8571428572);
	font-weight: var(--tblr-font-weight-medium);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--tblr-muted);
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: var(--tblr-avatar-bg) no-repeat center/cover;
	border-radius: var(--tblr-border-radius);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
	border: none !important;
}

.subheader-custom {
	font-size: 0.95rem;
	font-weight: var(--tblr-font-weight-bold);
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 1rem;
	color: var(--tblr-muted);
}

.dashboard-row {
	text-align: center !important;
}

.bg-upcoming {
	background: #2032c066 !important;
}
.bg-nay {
	background: #20c997 !important;
}

.bg-purple {
	background: #d64b7c !important;
}

.row.dashboard-justify-content-center .col-12:last-child,
.row.dashboard-justify-content-center .col-sm-6:last-child,
.row.dashboard-justify-content-center .col-lg-3:last-child {
}





.purple-circle {
	width: 600px;
	height: 600px;
	background: #4628bae0;
	overflow: hidden;
	border-radius: 100%;
}

	.purple-circle:before {
		content: "";
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		background-image: url(../images/icon-box-set-bg.png);
		background-size: 50%;
		left: 20px;
		top: 0;
		background-position: center center;
		-moz-transition: all 30s linear;
		-o-transition: all 30s linear;
		-ms-transition: all 30s linear;
		transition: all 30s linear;
		-moz-animation: spinoffPulse 60s infinite linear;
		-webkit-animation: spinoffPulse 60s infinite linear;
		overflow: hidden;
		animation: rotation 20s infinite linear;
		border-radius: 100%;
	}

.purple-link {
	text-align: left;
	padding-left: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}

	.purple-link ul {
		margin: 0;
		padding: 0;
	}

		.purple-link ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			position: relative;
			display: flex;
			align-items: center;
			margin-bottom: 27px;
		}






			.purple-link ul li .icon-thin {
				background: url(../images/pentagon.png) no-repeat center;
				display: block;
				width: 65px;
				height: 65px;
				background-size: contain;
				margin: 0 7px;
				position: relative;
				transition: 0.5s;
				padding: 6px;
				margin-right: 20px
			}






				.purple-link ul li .icon-thin:after {
					background: url(../images/dotted-pentagon.png) no-repeat center;
					content: '';
					width: 54px;
					height: 54px;
					position: relative;
					/* top: 49px; */
					transition: 0.5s;
					/* background: #ccc; */
					display: block;
					background-size: contain;
				}






			.purple-link ul li:hover .icon-thin {
				background: url(../images/pingpentagon.png) no-repeat center;
				display: block;
				width: 65px;
				height: 65px;
				background-size: contain;
				margin: 0 7px;
				position: relative;
				transition: 0.5s;
				padding: 6px;
			}

				.purple-link ul li:hover .icon-thin:after {
					background: url(../images/whitedotted-pentagon.png) no-repeat center;
					content: '';
					width: 54px;
					height: 54px;
					position: relative;
					/* top: 49px; */
					transition: 0.5s;
					/* background: #ccc; */
					display: block;
					background-size: contain;
				}

			.purple-link ul li i {
				font-size: 40px;
				color: #000;
				position: absolute;
				top: 12%;
				text-align: center;
				left: 23px;
			}

			.purple-link ul li .purple-cnt {
				font-size: 22px;
				color: #fff;
				font-weight: bold;
				float: left
			}


			.purple-link ul li .icon-thin:before {
				width: 50px;
				height: 2px;
				background: #fff;
				display: block;
				float: left;
				content: '';
				position: relative;
				top: 37px;
				left: -75px;
				transition: 0.9s;
			}





			.purple-link ul li:nth-child(odd) {
				margin-left: 0;
				transition: 0.9s;
			}

			.purple-link ul li:nth-child(even) {
				margin-left: -70px;
				transition: 0.9s;
			}

				.purple-link ul li:nth-child(even) .icon-thin:before {
					content: none;
					transition: 0.9s;
				}


.purple-circle:hover .purple-link ul li:nth-child(even) {
	margin-left: 0px;
	transition: 0.9s;
}

	.purple-circle:hover .purple-link ul li:nth-child(even) .icon-thin:before {
		content: '';
		transition: 0.9s;
	}


.purple-circle:hover .purple-link ul li:nth-child(odd) {
	margin-left: -70px;
	transition: 0.9s;
}

	.purple-circle:hover .purple-link ul li:nth-child(odd) .icon-thin:before {
		content: none;
		transition: 0.9s;
	}

/*
	Created By : Anjali Singh
	Created date : 19-06-2024
*/

.testimonial-item {
	height: 320px;
	border-radius: 3px;
	/*margin: -35px 40px 30px 40px;*/
	padding: 30px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	cursor: pointer;
}

.testimonial-item .comment-content p {
	text-align: justify;
}
.icon-content {
	position: static;
	padding: 3px;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 4px;
	color: aqua;
}
.footerrow {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 0 50px 0 50px;
	display: flex;
	flex-wrap: nowrap;
}
.BannerRow {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 0 50px 0 50px;
}
.ContainerRow {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 0 100px 0 100px;
	display: flex;
	margin-bottom:40px;
	flex-wrap: wrap;
}
.bio-details {
	display:flex;
}
.profile-imageContainer {
	width: 60px;
	text-align:left;
}
.profile-image {
	border-radius: 50%;
	max-width: 100%;
	width: 60px;
	border:1px solid #e4eefa;
}
.profile-imageDetails {
	max-width: 100%;
	border: 1px solid #e4eefa;
}
.profile-info {
	text-align:right;
	padding-top:10px;
	width:95%;
}
.readmore-btn {
	text-align:right;
	padding-bottom:10px;
}
.comment-content {
	height: 170px;
	position: relative;
	z-index: 2;
}
.comment-bio {
	text-align: center;
	margin-bottom: 10px;
	width:100%;
}
.TestimonialContactDetails {
	width:100%;
	text-align:left;
	margin-left:20px;
}
/*.logincontainer {
	min-height:500px;
}
*/
.dropdown-toggle::after {
	display:none !important;
}

.navbar {

    padding: 0px !important;
}
.hr-none
{
	display: none;
}
.btn {
	background-color:#1072bb; 
}
.text-bg-azure {
	background-color: #316294;
	color:#FFF;
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}
