h1, h2, h3, h4, h5{
 font-family: "Roboto", sans-serif;
  font-weight: 700;
}
/* Navbar */
nav.navbar {
    background: none;
    position:relative;
    background-size: cover;
    background-position: 0 10%;
}
nav.navbar:before {
    content:"";
    top: 0;
    right: 5px;
    position: absolute;
    width: 70%;
    height: 5%;
    background: #573784;
    transform: skew(50deg, 0deg);
	
	}
nav.navbar:after {
    content:"";	
    bottom: 0;
    left: -50px;
    position: absolute;
    width: 30%;
    height: 5%;
    background: #573784;
    transform: skew(50deg, 0deg);
}
.navbar-toggler { border: 2px solid #573784;}
.navbar-expand-lg .navbar-collapse{z-index:9;}
.navbar-nav  li.nav-item { padding: 0 9px;}
.navbar-nav .nav-item .nav-link{
    font-family: "Roboto", sans-serif;
	color: #311B50;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .9rem;	
}
.offcanvas.show .navbar-nav .nav-item .nav-link{
	font-family: "Roboto", sans-serif;
    color: #311B50;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    font-style: italic;
}
.navbar-nav .nav-item .nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #573784;
    transition: width .5s;
}
.navbar-nav .nav-item .nav-link:hover:after { width: 100%;}
.navbar-nav .nav-item.my-account .nav-link:hover{
	border-bottom: transparent;
}

.navbar-nav .nav-item.my-account a.nav-link:hover .bi{
	color: #7b51b6;
}


.carousel.slide:before {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #f00;
}
.carousel-inner { position: relative;}
.carousel-inner:before {
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    background: rgb(2 0 26 / 20%);    
    background-size: cover;
    z-index:1;
}
.carousel-captions {
    position: absolute;
    right: 15%;
    top: 30%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-captions h5,.carousel-captions p{ position:relative;}
.carousel-captions h5{
    font-size: 54px;
    font-weight: 800;
    z-index: 999;
    color: #efe5ff;
	color:#FFF;
    letter-spacing: -1px;
    max-width: 560px;
    text-shadow: 0 0 20px #000000;	
	}
.carousel-item{ min-height: 300px;}
#carouselExampleCaptions {
  border-top: 1px solid #371a61;
  animation: mymove 5s infinite;
}
@keyframes mymove {
  50% {border-color: #371a61;}
}




.bg-gradient-primary-to-secondary {
    background: #1e30f3;
    background: linear-gradient(135deg, #1e30f3 0%, #e21e80 100%);
}
.apply-now{
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	z-index:9;
}
/*Button theme*/
.button-theme-primary{
	background: #573784;
	background-color: transparent;
    border: 1px solid #573784;
    border-radius: .375em;
    box-shadow: none;
    box-sizing: border-box;
    color: #573784;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    text-align: center;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
}
.button-theme-primary:hover{
	background: #2A1549;
	color: #fff;
}

/*About Section */
.home-wrapper .about-photo, .about-us-main .about-photo {	position:relative;}

/*About Sections */
.about-card-box{
	margin-top:-90px;
	position:relative;
	z-index:99;
}
.about-card-box .about-card-text  .icon{
    background: #1b1f50;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding-left: 13.5px;
    margin-bottom: 15px;
    line-height: 1.55;
}
.about-card-box .about-card-text  .icon .bi{ color: white;}
.line-style{position: relative;}
.line-style::before {
    right: 0.5em;
    margin-left: -50%;
}
.line-style::after {
    left: 0.5em;
    margin-right: -50%;
}
.line-style::before, .line-style::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 5%;
}
.ls-02::before, .ls-02::after {
    background-color: #4fabf7;
}


.about .about-photo img{
	position:relative;
	z-index:10;
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.about-caption{
position: absolute;
    z-index: 99;
    margin-top: -64px;
    padding: 20px;
    text-align: center;
    color: white;
    background: rgb(0 0 0 / 52%);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 100%;
	}
.about .about-photo:before {
    content: "";
    top: -10px;
    left: -10px;
    position: absolute;
    width: 70%;
    height: 50%;
	border-top:5px solid #9e9e9e;
	border-left:5px solid #9e9e9e;
	border-radius:10px;
	}
.about .about-photo:after {
    content: "";
    bottom: -10px;
    right: -10px;
    position: absolute;
    width: 70%;
    height: 50%;
	border-bottom:5px solid #9e9e9e;
	border-right:5px solid #9e9e9e;
	border-radius:10px;
}

.about	h2{
    color: #3a3344;
    font-weight: 900 !important;
    font-size: 1.5rem;
	}
.about	h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #CCC;
    bottom: 0;
    left: 0;
}
.about	p{
	color: #363636;
}
/*Why Us*/
.home-wrapper .about-why-us{
/*		
background-color: #21287B;
background-color: #6c33a3;*/
background-image: linear-gradient(146deg, #333b98 0%, #8241b8 74%);
background-image: linear-gradient(146deg, #333b98 0%, #3d238a 74%);
	background-image: url(../assets/img/005.jpg);
    background-size: cover;
	background-position: 100%;
	background-attachment: fixed;
	position:relative;

}
section.about-why-us:before {
    content: "";
    background: rgb(47 25 132 / 10%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
/*Services Offered Section */
.services{
    background-image: url(../assets/img/IMG_6788.jpg);
    background-color: #21287B;
    background-size: cover;
	background-attachment: fixed;
	position:relative;
}
.services:before {
    content: "";
    background: rgb(47, 25, 132, 68%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.services-offered-list{
	list-style:none;
	position: relative;
	color: white;
	height:60px;
	line-height:2;
}

.services-offered-list::before {
    content: "";
    background-color: rgba(152, 80, 255);
    display: inline-block;
    height: 2px;
    left: 0px;
    bottom: 15px;
    position: absolute;
    vertical-align: middle;
    width: 10%;
}
.services-offered-list::after {
    content: "";
    background-color: rgba(237, 231, 246, 48%);
    display: inline-block;
    height: 2px;
    left: 60px;
    bottom: 15px;
    position: absolute;
    vertical-align: middle;
    width: 70%;
}
.card-testimonials{
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.card-testimonials:hover  {
  top: -25px;
}


.tlm-btn{
	position:relative;
}
/*Services-2 */

.services-offered-wrapper{
	position: relative;
	margin-top:30px;
}
.services-offered-wrapper p {
    font-weight: 500;
    color: #575757;
}
.service-box{
    cursor: pointer;
    background: white;
    padding: 20px;
    min-height: 320px;
    border-radius: 10px;
	text-align: center;
	}
.service-icon{
	position:relative;
	text-align: center;
	padding-top:20px;
}
.service-icon span{
    display: inline-block;
    width: 4.3em;
    height: 4.3em;
    background: #1b1f50;
    border: 2px solid #7155a0;
    border-radius: 50%;
    line-height: 1.55;
    vertical-align: middle;
    position: relative;
    outline: none;
	box-shadow:0px 0px 3px #1b1f50;
}
.service-icon .bi{
	color: #ffffff;
	position: relative;
	z-index:1;
}
.service-box h2{color: #311b50; text-transform: uppercase; font-weight: 600; text-align: center;}
.line-style::before, .line-style::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 5%;
}
.line-style::before {
    right: 0.5em;
    margin-left: -50%;
}
.line-style::before, .line-style::after {
    background-color: #4fabf7;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 5%;
}

.line-style::after {
    left: 0.5em;
    margin-right: -50%;
}
.services p.services-text{ font-size: 24px; position:relative; color:#c9c9c9;}
.service-box:hover .service-icon span{background: #FFF;box-shadow: 0px 0px 7px #1b1f50;}
.service-box:hover .bi{color: #1b1f50;}
.service-box:hover{background: #7c00ff;transition: all ease 1s;}
.service-box:hover h2{color: #FFFFFF;}
.service-box:hover  p {
    font-weight: 500;
    color: #ffffff;
}



/*For Coaches */
.coaches h2, .services-offered h2, .faq-main h2 {
	color: #3a3344;
    font-weight: 900 !important;
    font-size: 2.5rem;
}
.coaches h5.meet-atheletes{
	color:#2a1549;	
	font-weight: 900;
}
.coaches .athelet {
    position: relative;
}
.coaches .athelet .pic {
	max-height: 500px;
    overflow: hidden;
	height: 490px;
    overflow: hidden;
    background: #2b282f;
    display: flex;
    align-items: center;
    justify-content: center;

}
.coaches .athelet h4{
	font-size: 1rem;
	padding-bottom: 7px;
	position: relative;
}
.coaches .athelet h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #CCC;    
	bottom: 0;
    left: 0;
}
.coaches .card-flip .card .front-card-image{
    height: 410px;
    overflow: hidden;
    background: #2b282f;
    display: flex;
    align-items: start;
    justify-content: center;
}
.atheletes-main{
	font-family: "Roboto", sans-serif;
}
.card-flip {
  perspective: 1000px;
}

.card-flip:hover .flip,  .card-flip .hover .flip {
    transform: rotateY(180deg);
}


.card-flip,
.front,
.back {
  width: 100%;
  height:415px;
}
.atheletes-main .back .card {background: #7c00ff}

.flip {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  z-index: 2;
  transform: rotateY(0deg);
}

.back {
  transform: rotateY(180deg);
}
section.atheletes-main {
    position:relative;
}

section.atheletes-main:before {
    content: "";
    background: rgb(255 255 255 / 90%);	
	background-image: url(https://kingssportsgroup.com/public/assets/img/sp-bg.jpg);
    background-size: cover;
	background-position-y: center;
    background-attachment: fixed;
    opacity: 0.1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 3px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}





.athelet img {
    transition: 0.3s;
}
.athelet img:hover {
    transform: scale(1.03);
}
.coaches .athelet .athelet-info {
    background-color: #fff;
    color: #363636;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -50px;
    left: 20px;
    right: 20px;
    padding: 20px 15px;
    overflow: hidden;
    transition: 0.5s;
}

/*About us page*/
.about-us-main {
	padding: 50px 0;
	background-image: linear-gradient(to right top, #f0e6ff, #ffffff);
}
.about-us-main .about-photo img {
    position: relative;
    z-index: 10;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.about-us-main .trusted-partner{
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.about-us-main .trusted-partner-title{
    font-size: 3.6rem;
    text-transform: uppercase;
    color: #311d4f;
}
.about-why-us h2,.about-why-us h5{
	    color: #311d4f;

}
.about-why-us p{
	font-size: 1.1rem;
}
/*Atheletes View*/
.atheletes-main .athelet .athelet-info{
    background-color: #fff;
    color: #363636;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
	left:0;
    bottom: 0;
    width: 100%;
    padding: 20px 15px;
    overflow: hidden;
    transition: 0.5s;
}


.back-face {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    transform: rotateY(180deg);
}

.athelet:hover>.back-face {
    transform: rotateY(0deg);
}

.athelet .back-face img {
    height: 150px;
    width: 150px;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(375deg, #1cc7d0, #2ede98);
}

 .back-face .info {
    text-align: center;
}

.back-face .info .title {
    font-size: 30px;
    font-weight: 500;
}

.back-face ul {
    display: flex;
}

.back-face ul a {
    display: block;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    margin: 0 5px;
    line-height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(375deg, #1cc7d0, #2ede98);
    transition: all 0.5s ease;
}

.back-face ul a:hover {
    color: #1cc7d0;
    border-color: #1cc7d0;
    background: linear-gradient(375deg, transparent, transparent);
}



	
/*Contact us*/
.contact-main{
	background-image: linear-gradient(to right top, #ffffff,#f0e6ff);
	font-family: "Roboto", sans-serif;
}
.contact-main p{
	font-size: .9rem;
}
.contact-main span{
	font-size: 1rem;
}
.bg-dark-blue{
	background-color: #311B50;
}
.contact-main .contact-feature .contact-box{
	margin-right:20px;
}
.contact-main .title-main, .contact-main .title-main .text-color{
	color:#311B50;
	font-size: 3rem;
}
.contact-main .contact-feature .contact-box .contact-icons{
	padding-right:10px;
}
.contact-main .contact-feature .contact-box .contact-icons .bi{
font-size:1.7rem;
}
.contact-main .contact-feature .contact-box .contact-title{
	font-weight:700;
	display:  block;
}
	
/*Footer*/
.questionnaire p{ color: #CCC; font-size: 20px;}
footer .footer-below a{ 
	color: #f2f2f2;
	text-decoration: none;
	outline: none;
}
footer p, footer a{ font-size: .9rem;} 

footer .footer-social .footer-social-icons{ margin-top:-15px;}
footer .footer-social .footer-social-icons span{ padding-right: 12px;}

.footer-above .container .col-4{
    position: relative;
    background: #282c30;
    max-width:25%;
    padding:10px 7px;
    border-radius: 5px;
}

.footer-above h5{
    color: #d3b4ff;
    font-size: 1rem;
    font-style: italic;	
}
.footer-above span{
	color: #f2f2f2;
}
.footer-above a{ text-decoration: none;}
.social-footer-links .bi{ 
	width: 22px;
	color: #f2f2f2;
}
footer .footer-menu-title{
	color:#F2f2f2;
	font-weight:700;
	text-decoration: none;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size: 1.2rem;
}
footer .footer-below{
	padding: 40px 0;
	border-top: 1px solid #5b4d6f;
	border-bottom: 1px solid #5b4d6f;
}
footer .container{
	max-width: 1240px;
}
.whats-connect {
    position:relative;
}
a.whats-app-connect {
    position: absolute;
    width:55px;
    height:55px;
    border:0;
    outline:0;
    right: 5%;
    bottom:5%;
    z-index: 1;
    background-image: url("../assets/img/WhatsApp.svg.png");
    background-size: 60px;
    background-repeat: no-repeat;
    transition: all 0.4s;
    color: transparent;
    text-indent: -1000px;
}

section.faq-main {
    position:relative;
	background-image: url(../assets/img/IMG_7450.JPG);
    background-size: cover;
	background-position-y: top;
    background-attachment: fixed;
}
section.faq-main:before {
	content: "";
    background: rgb(0 0 0 / 63%);
    background-size: cover;
    background-position-y: center;
    display: block;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
}

.faq-text{
    position: relative;
}
section.faq-main .faq-wrapper{
	background-color: #311b50;
	background-color:#4a0097;
	border-radius: 30px;
	padding: 50px;
	margin-bottom:100px;
	box-shadow: rgb(113 0 255) 0px 20px 25px -5px, rgb(99 0 255) 0px 10px 10px -5px;
	box-shadow: rgb(66 48 88) 0px 20px 53px -5px, rgb(0 0 0) 0px 1px 1px -24px}
.faq-main .accordion-button{
    box-shadow: none;
    background: none;
	color: white;
	font-size: 1.4rem;
	font-weight: 500;
	padding-bottom: 0;
}

section.faq-main .accordion-item{
	background: transparent;
	color: white;
	padding-bottom:15px;
	border-bottom: 3px solid #5e4e76 ! Important;
}
.faq-main .accordion-body{
	font-size: 1.2rem;
	color:#ddc4ff;
}

.faq-main .accordion-button:focus{
    box-shadow: none;
    background: none;
}
.accordion-button::after {
    content: "\F282";
    display: inline-block;
    font-family: bootstrap-icons !important;
}



/*Theme BG*/
.text-bg-main.show{
background-image: linear-gradient(to left top, #221b50, #311B50);
		color:white;
}
.offcanvas.show .navbar-nav .nav-item .nav-link{
	color:  white;
}
.offcanvas-title{
	border-bottom: 1px solid #f2f2f2;
	width: 50%;
}

.glow-btn:hover {
	color:white;
	background: #311b50;
	border-color: rgb(145 92 182);
  box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
}


/*Modal Scrollbar*/
.modal-dialog.modal-lg.modal-dialog-scrollable ::-webkit-scrollbar {
  width: 10px;
}
.modal-dialog.modal-lg.modal-dialog-scrollable ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.modal-dialog.modal-lg.modal-dialog-scrollable ::-webkit-scrollbar-thumb {
  background: #514764; 
}
.modal-dialog.modal-lg.modal-dialog-scrollable ::-webkit-scrollbar-thumb:hover {
  background: #514764; 
}


.main-timeline {
  position: relative;
}
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #88828f;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.card{
	font-size:  17px;
}
.card-body{
/*	box-shadow: inset 0 0 147px rgb(49 27 80 / 17%)*/
}

.main-timeline .timeline h2 {
    color: #3b2366;
    font-size: 1.8rem;
}
.timeline .card{
    font-weight: 500;
    color: #363636;
	border-color: #dcdfff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.timeline .card.first{
	background: #7c00ff;
    color: #FFF;
	box-shadow: rgb(124 0 255) 0px 20px 25px -5px, rgb(124 0 255) 0px 10px 10px -5px;
}
.timeline .card.first h2{
    color: #FFF;
}
.main-timeline .timeline.left:hover h2, .main-timeline .timeline.right:hover h2 {
    color: #FFF;
}
.timeline.left:hover .card, .timeline.right:hover .card{
	background: #7c00ff;
    color: #FFF;
	cursor:pointer;
	box-shadow: rgb(124 0 255) 0px 20px 25px -5px, rgb(124 0 255) 0px 10px 10px -5px;
	 transition: background 1s ease;
}
.timeline.left:hover .service-icon, .timeline.right:hover .service-icon {
	top:-70px;
	transition: top .5s ease;
}
/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.bi-quote{
    color: #1c1732;
}
.timeline::after {
	content: "\F586";
	content: "\F2E4";
    position: absolute;
    width: 40px;
    height: 40px;
    right: -21px;
    background-color: #ffffff;
    border: 5px solid #88828f;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
	
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-size: 22px;
    font-weight: 400!important;
    color: #2a1549;
	line-height: 31px;
    padding-left: 4px;
	
  -webkit-animation: spin 2s linear infinite;
  animation: spin 5s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.timeline .card .service-icon{
	color: #334855;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -2px;
	padding:0;
	}
.timeline .card .service-icon span{
    top: -17px;
    width: 2.7em;
    height: 2.7em;
    line-height: 1.25;
    background: none;
    border: 0;
    box-shadow: none;
	}


.timeline.left .service-icon{
	display:inline-block;width:90px;height:90px;line-height:100px;border-radius:50%;
	border: 10px solid #5b4d6f;
	background: #5b4d6f;
	font-size:20px;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);
	position:absolute;top:-80px;left:0;
	transition: top .5s ease;
}
.timeline.left .service-icon:before{content:"";border-left:20px solid #5b4d6f;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}

.timeline.right .service-icon{
	display:inline-block;width:90px;height:90px;line-height:100px;border-radius:50%;
	border: 10px solid #5b4d6f;
	background: #5b4d6f;
	font-size:20px;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);
	position:absolute;top:-80px;right:0;
	transition: top .5s ease;
}

.timeline.right .service-icon:before{content:"";border-left:20px solid #5b4d6f;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;left:0;transform:rotate(130deg)}



/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #88828f;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #88828f transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -20px;
}

@media screen and (max-width: 767px) {
    .timeline {
        width: 100%;
        padding-left: 20px;
        padding-right: 25px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .timeline::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    .timeline.right {
        left: 0%;
    }
    .main-timeline::after,
    .timeline.left:before,
    .timeline.right:before {
        display: none;
    }
    .timeline::after{ display: none}
	.timeline .bi.fs-1, .about-card-box .bi.fs-1{font-size: 2.5rem !important;}
}


.col.bg-light-box {
	background: rgb(255 255 255 / 14%);
	border: 20px solid rgb(14 7 65 / 3%);
	background: #28164291;
	border: 20px solid rgb(22 28 24 / 35%);
	border-radius: 5px;
	margin-bottom: 20px !important;
	background: #372757bd;
	border: 20px solid rgb(22 28 24 / 35%);
	border-radius: 5px;
	margin-bottom: 20px !important;
}



/* Loader Styles start here */
.loader-wrapper {
--line-width: 5px;
--curtain-color: #e1d6f4;
--outer-line-color: #b199db;
--middle-line-color: #5b2e9f;
--inner-line-color: #341c57;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
}

.loader {
  display:block;
  position: relative;
  top:50%;
  left:50%;
/*   transform: translate(-50%, -50%); */
  width:150px;
  height:150px;
  margin:-75px 0 0 -75px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--outer-line-color);
  border-radius:100%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  z-index:1001;
}

.loader:before {
  content:"";
  position: absolute;
  top:4px;
  left:4px;
  right:4px;
  bottom:4px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--inner-line-color);
  border-radius:100%;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

.loader:after {
  content:"";
  position: absolute;
  top:14px;
  left:14px;
  right:14px;
  bottom:14px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--middle-line-color);
  border-radius:100%;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
      -ms-transform: rotate(0deg); 
          transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
      -ms-transform: rotate(0deg); 
          transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg);
  }
}

.loader-wrapper .loader-section {
  position:fixed;
  top:0;
  background:#311B50;
  background:radial-gradient(circle at 52.1% -29.6%, rgb(144, 17, 105) 0%, rgb(51, 0, 131) 100.2%);
  background:white;

  width:51%;
  height:100%;
  z-index:1000;
}

.loader-wrapper .loader-section.section-left {
  left:0
}
.loader-wrapper .loader-section.section-right {
  right:0;
}

/* Loaded Styles */ 
.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded .loader-wrapper {
  visibility: hidden;
  transform:translateY(-100%);
  transition: all .3s 1s ease-out;
}



