@charset "utf-8";
/****************************************************************

	Client: 	Quantum Leap via Spydernet Technologies
	Type: 		CSS Document
	Designer: 	Vipin Chandran
	E-mail		vipinradhalayam@gmail.com
			
*****************************************************************/



/********************************
		General Styles
*********************************/
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight:400;
	line-height:normal;
	letter-spacing:normal;
	background-color: #FFF;
	color: #141414;
}
h1, h2, h3, h4, h5, h6{
	margin-top:0;
	font-weight: 700;
	color: #141414;
}
a{color: inherit; text-decoration: none;}
a:hover, a:focus{text-decoration: none; color: #2a3485;}
h1{margin-bottom: 15px;}
p.sqlpnt{font-size: 14px;}
.img-qlp{width: 100%; height: auto;}
.mar-off{margin:0;}
.pad-off{padding: 0;}
.btn-qlp{
    font-size: 16px;
    padding: 14px 20px;
    background-color: #FFA62E;
    font-weight: 600;
    color: #141414;
    border: 1px solid #FFA62E;
	border-radius: 6px;
    display: inline-block;
    text-decoration: none;
	text-align: center;
	position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.btn-qlp.sml{font-size: 14px; padding: 15px;}
.btn-qlp + .btn-qlp{margin-left: 15px;}
.btn-qlp:hover, .btn-qlp:focus{
	background-color: #2967EC;
	border-color: #2967EC;
	color: #fff;
	text-decoration: none;
	outline: none;
}
.section, section{
	padding: 70px 0;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
ul{list-style: none; padding-left: 0; margin-bottom: 0;}




/********************************
	   Over Writing Styles
*********************************/
.fcltheme{color: #2967EC !important;}
.fclwhite{color: #FFF !important;}
.fcldark{color: #000 !important;}
.fclbody{color: #333 !important;}
.mar-off{margin: 0 !important;}
.flxbx{display: flex;}
.vcentr{align-items: center;}
.vbot{align-items: flex-end;}
.hcentr{justify-content: center;}
.hright{justify-content: flex-end;}
.hspsarnd{justify-content: space-around;}
.hspsbtw{justify-content: space-between;}
.hspsevnly{justify-content: space-evenly;}
.txtup{text-transform: uppercase;}
.fwt300{font-weight: 300;}
.fwt400{font-weight: 400;}
.fwt500{font-weight: 500;}
.fwt600{font-weight: 600;}
.fwt900{font-weight: 900;}
.mt-std{margin-top: 30px;}
.mb-std{margin-bottom: 30px;}




/********************************
		 Header Section
*********************************/
.qlp-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: transparent;
	background-color: #FFF;
    transition: 1s;
    -webkit-transition: 1s;
    transition-timing-function: ease-in-out;
}
.qlp-scroll{
    box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
}
.hd-top{
	border-bottom: 1.5px solid #A7A7A7;
	font-size: 13px;
}
.cont-det>li + li{border-left: 1.5px solid #A7A7A7; padding-left: 15px;}
.cont-det>li>a{display: block; padding: 10px 20px 10px 0; color: #575757;}
.cont-det>li>a>span{color: #2967EC; display: inline-block; margin-right: 5px;}
.qlp-soc>li + li{margin-left: 15px;}
.qlp-soc>li>a{color: #A7A7A7;}
.qlp-soc>li>a:hover{color: #2967EC;}
.hd-bottom{
	padding: 15px 0;
}
.qlp-logo{
	display: block;
	max-width: 159px;
}



/********************************
		      Home
*********************************/
.qlp-home{
	background-color: #EAEDF3;
}
.home-img::before, .qlp-home::after{
	content: '';
	position: absolute;
	left: 0;
}
.home-img::before{
	top: 0;
	width: 210px;
	height: 210px;
	background-image: url(../imgs/ellipses.svg);
	z-index: -1;
}
.qlp-home::after{
	bottom: 50px;
	width: 200px;
	height: 166px;
	transform: rotate(0deg);
	background-image: url(../imgs/arrow.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	animation: customanim 3s ease-in-out 1;
}
@keyframes customanim{
	from{width: 0; transform: rotate(-90deg);}
	to{width: 200px; transform: rotate(0deg);}
}
.home-img{
	padding-left: 100px;
	padding-top: 100px;
	padding-right: 240px;
	position: relative;
	z-index: 1;
}
.home-img>.img-qlp{border-radius: 10px;}
.hi-inner{
	position: absolute;
	right: 0;
	left: 50%;
	bottom: -30px;
}
.hiinner-top, .hiinner-bot{
	background-color: #fff;
	border-radius: 14px;
	padding: 30px;
	position: relative;
}
.hiinner-top>div{
	position: absolute;
	left: 30px;
	right: 90px;
	top: -30px;
	background-color: #fff;
	border-radius: 12px;
	padding: 10px;
}
.hiinner-top>div>.img-qlp{width: 107px;}
.hiinner-bot{
	width: calc(100% - 50px);
	margin-top: 10px;
	padding: 20px 30px;
}
.hiinner-bot .img-qlp{width: 66px;}
.hiinner-bot div + div{padding-left: 20px;}
.uline{
	display: inline-block;
	background-image: url(../imgs/uline.svg);
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: bottom;
	padding-bottom: 5px;
}



/********************************
	    Course Details
*********************************/
.qlp-course{padding-top: 20px;}
.qlp-course::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100px;
	background-color: #EAEDF3;
}
.bg-white{background-color: #fff;}
.crse-lt{
	border-radius: 15px;
	padding: 35px 60px;
}
.title{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(167, 167, 167, 0.425);
}
.ticklist>li + li, .normal-list>li + li{margin-top: 5px;}
.ticklist>li{position: relative; padding-left: 23px;}
.ticklist>li::before{
	content: '';
	background-image: url(../imgs/icon-tick.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 11px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 7px;
}
.blue-box{
	background-color: #F3F7FF;
	border-radius: 12px;
	padding: 30px;
}
.blue-box + .blue-box{margin-top: 20px;}
ul.normal-list{padding-left: 15px;}
ul.normal-list>li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #575757; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.crse-rt{
	padding: 20px; 
	border-radius: 11px;
	box-shadow: 0 5px 20px #EAEDF3;
}
.crse-rt .btn-qlp{width: 100%; margin-top: 10px;}
.vdo-box{position: relative;}
.vdo-box>a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.vdo-box>a>.img-qlp{max-width: 75px;}
.site-vdo .modal-dialog{
	width: 70%;
	height: 80vh;
	max-width: unset;
}
.site-vdo .modal-body{
	padding: 2px;
	border-radius: 0;
	height: 100%;
}
.site-vdo .modal-content{border-radius: 0; padding: 0; height: 100%;}
.site-vdo button.close{
	position: absolute;
	right: -35px;
    top: -2px;
    color: #fff;
    opacity: 1;
    font-size: 28px;
    outline: none;
}
.site-vdo button.close:hover, .site-vdo button.close:focus{color: #2967EC; outline: none; opacity: 1;}
.table-list{margin-bottom: 30px;}
.table-list>li{
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	border-bottom: 1px solid rgba(167, 167, 167, 0.425);
}
.table-list>li>div:last-child{text-align: right;}
.card{border: none;}
.card + .card{margin-top: 25px;}
.card-header{padding: 0; background-color: transparent; border: none; }
.card-link{
	display: block;
	padding: 0.75rem 1.25rem;
	border: 1px solid rgba(167, 167, 167, 0.425);
	border-radius: 3px;
	position: relative;
	font-weight: 600;
}
.collapsed.card-link{background-color: transparent; color: #4c3e24;}
.card-link:hover, .card-link{
	background-color: rgb(234 237 243);
	color: #141414;
	text-decoration: none;
	padding-right: 30px;
}
.collapsed.card-link:after, .collapsed.card-link::after,
.card-link:after, .card-link::after{
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: '';
	color: #4c3e24;
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 16px;
}
.collapsed.card-link:after, .collapsed.card-link::after{content: "\f0fe";}
.card-link:after, .card-link::after{
	content: "\f146";
	color: #141414;
}
.card-link:hover:after, .card-link:hover::after{color: #141414;}







/********************************
		 CONTACT US
*********************************/
.qlp-contact{
	background-color: #F3F7FF;
}
.form-wrapper{
	background-color: #2a3485;
	padding: 40px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 22px;
}
.form-control{
	color:#434343;
	border-color: #2967EC;
	background-color: #fff;
	border-radius: 0;
	padding: 20px;
}
input.form-control{height: 50px;}
.form-control::placeholder { 
	color: #434343;
	opacity: 1; 
}
.form-control:-ms-input-placeholder { 
	color: #434343;
}
.form-control::-ms-input-placeholder {
	color: #434343;
}
.qlp-gmap{height: 400px; filter: hue-rotate(115deg);}




/********************************
		 	FOOTER
*********************************/
.qlp-footer{
	background-color: #fff;
	padding: 40px 0;
}
.qlp-footer .qlp-soc{justify-content: flex-end;}
.qlp-footer .qlp-soc>li>a{color: #2967EC; font-size: 20px;}
.qlp-footer .qlp-soc>li + li{margin-left: 25px;}




/********************************
		 	THANK YOU
*********************************/
.thank-you{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}




/********************************
		 Media Queries
*********************************/
@media (min-width: 481px) {
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
	p{line-height: 1.6;}
	
	
}
@media (min-width: 992px) {
	.btn-qlp{padding: 18px 20px; min-width: 160px;}
}

@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}


@media (max-width: 1199.98px) {
	.home-img {
		padding-left: 60px;
		padding-top: 60px;
		padding-right: 180px;
	}
	.hi-inner{left: 45%;}
}
@media (max-width: 991.98px) {
	.home-img {
		margin-bottom: 70px;
	}
	.qlp-home::after{bottom: 50%;}
	.crse-rt{margin-top: 30px;}
	.crse-lt, .crse-rt{padding: 30px;}
	.qlp-footer .qlp-soc>li>a{font-size: 18px;}


}
@media (max-width: 767.98px) {
	.hd-top{font-size: 10px;}
	.qlp-logo{max-width: 110px;}
	.btn-qlp{padding: 10px 15px;}
	.qlp-footer .qlp-soc>li>a{font-size: 16px;}
	.moving-text {
		width: 33.333%;
	}

}
@media (max-width: 575.98px) {
	body{font-size: 14px;}
	h1{font-size:26px;}
	h2{font-size: 24px;}
	h3{font-size: 21px;}
	h4{font-size: 18px;}
	h5{font-size: 16px;}
	h6{font-size: 14px;}
	
	.mt-std {margin-top: 15px;}
	.mb-std{margin-bottom: 15px;}
	.site-vdo .modal-dialog{width: calc(100% - 20px); height: calc(100vh - 140px);}
	.site-vdo{top: 60px; padding-top: 40px;}
	.site-vdo button.close {
	    right: 0px;
	    top: -36px;
	}
	.hd-top .qlp-soc{display: none;}
	.cont-det{width: 100%; align-items: center;}
	.cont-det>li{width: 33.333%;}
	.qlp-logo {
		max-width: 100px;
	}
	.btn-qlp{font-size: 14px;}
	.home-img{padding-right: 0;}
	.hi-inner {
		left: 90px;
		right: 30px;
	}
	.hiinner-bot{width: 100%;}
	.qlp-home::after{display: none;}
	.qlp-home{padding-bottom: 15px;}
	.cont-det>li + li{padding-left: 0;}
	.cont-det>li>a{padding: 10px;}
	.cont-det>li + li{border: none;}
	.qlp-footer .qlp-soc>li>a{font-size: 14px;}
	.qlp-footer .qlp-soc>li + li{margin-left: 18px;}
	.card-link{font-size: 12px;}
	.collapsed.card-link:after, .collapsed.card-link::after, .card-link:after, .card-link::after{top: 14px;}
	


}
@media (max-width: 480px) {
	.btn-qlp + .btn-qlp{margin-left: 0; margin-top: 15px;}
	.home-img {
		padding-left: 25px;
		padding-top: 45px;
	}
	.hi-inner{left: 57px;}
}
@media (max-width: 360px) {
	.hd-top {
		font-size: 7px;
	}
	.moving-text {
		width: 24%;
	}

	

}

/* Media Query for Iphones */

	/* ----------- iPhone 4 and 4S ----------- */

	/* Portrait and Landscape */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 480px)
	  and (-webkit-min-device-pixel-ratio: 2) {
	}
	
	/* Portrait */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 480px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) {
	}
	
	/* Landscape */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 480px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: landscape) {
	}
	
	/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
	
	/* Portrait and Landscape */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 568px)
	  and (-webkit-min-device-pixel-ratio: 2) {
	}
	
	/* Portrait */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 568px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) {
	}
	
	/* Landscape */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 568px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: landscape) {
	}
	
	/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
	
	/* Portrait and Landscape */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 667px) 
	  and (-webkit-min-device-pixel-ratio: 2) { 
	}
	
	/* Portrait */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 667px) 
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) { 
	}
	
	/* Landscape */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 667px) 
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: landscape) { 
	}
	
	/* ----------- iPhone 6+, 7+ and 8+ ----------- */
	
	/* Portrait and Landscape */
	@media only screen 
	  and (min-device-width: 414px) 
	  and (max-device-width: 736px) 
	  and (-webkit-min-device-pixel-ratio: 3) { 
	}
	
	/* Portrait */
	@media only screen 
	  and (min-device-width: 414px) 
	  and (max-device-width: 736px) 
	  and (-webkit-min-device-pixel-ratio: 3)
	  and (orientation: portrait) { 
	}
	
	/* Landscape */
	@media only screen 
	  and (min-device-width: 414px) 
	  and (max-device-width: 736px) 
	  and (-webkit-min-device-pixel-ratio: 3)
	  and (orientation: landscape) { 
	}
	/* ----------- iPhone X ----------- */

	/* Portrait and Landscape */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 812px) 
	  and (-webkit-min-device-pixel-ratio: 3) { 
	}
	
	/* Portrait */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 812px) 
	  and (-webkit-min-device-pixel-ratio: 3)
	  and (orientation: portrait) { 
	}
	
	/* Landscape */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 812px) 
	  and (-webkit-min-device-pixel-ratio: 3)
	  and (orientation: landscape) { 
	}


/* ----------- VIDEO MEDIA QUERY ----------- */
/* Portrait and Landscape */
@media(min-aspect-ratio: 16/9){}
@media(max-aspect-ratio: 16/9){
	
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
   /* your css rules for ipad portrait */
   
   
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
   /* your css rules for ipad pro portrait */
  
   
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
   /* your css rules for ipad landscape */
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {
   /* your css rules for ipad landscape */
   
}




/********************************
	 Customizing Animate CSS
*********************************/
.animated.delay-50ms {-webkit-animation-delay: 50ms;animation-delay: 50ms;}
.animated.delay-100ms {-webkit-animation-delay: 100ms;animation-delay: 100ms;}
.animated.delay-150ms {-webkit-animation-delay: 150ms;animation-delay: 150ms;}
.animated.delay-200ms {-webkit-animation-delay: 200ms;animation-delay: 200ms;}
.animated.delay-250ms {-webkit-animation-delay: 250ms;animation-delay: 250ms;}
.animated.delay-300ms {-webkit-animation-delay: 300ms;animation-delay: 300ms;}
.animated.delay-350ms {-webkit-animation-delay: 350ms;animation-delay: 350ms;}
.animated.delay-400ms {-webkit-animation-delay: 400ms;animation-delay: 400ms;}
.animated.delay-450ms {-webkit-animation-delay: 450ms;animation-delay: 450ms;}
.animated.delay-500ms {-webkit-animation-delay: 500ms;animation-delay: 500ms;}
.animated.delay-550ms {-webkit-animation-delay: 550ms;animation-delay: 550ms;}
.animated.delay-600ms {-webkit-animation-delay: 600ms;animation-delay: 600ms;}
.animated.delay-650ms {-webkit-animation-delay: 650ms;animation-delay: 650ms;}
.animated.delay-700ms {-webkit-animation-delay: 700ms;animation-delay: 700ms;}
.animated.delay-750ms {-webkit-animation-delay: 750ms;animation-delay: 750ms;}
.animated.delay-800ms {-webkit-animation-delay: 800ms;animation-delay: 800ms;}
.animated.delay-850ms {-webkit-animation-delay: 850ms;animation-delay: 850ms;}
.animated.delay-900ms {-webkit-animation-delay: 900ms;animation-delay: 900ms;}
.animated.delay-950ms {-webkit-animation-delay: 950ms;animation-delay: 950ms;}
.animated.delay-1000ms {-webkit-animation-delay: 1000ms;animation-delay: 1000ms;}
.animated.delay-1050ms {-webkit-animation-delay: 1050ms;animation-delay: 1050ms;}
.animated.delay-1100ms {-webkit-animation-delay: 1100ms;animation-delay: 1100ms;}
.animated.delay-1150ms {-webkit-animation-delay: 1150ms;animation-delay: 1150ms;}
.animated.delay-1200ms {-webkit-animation-delay: 1200ms;animation-delay: 1200ms;}
.animated.delay-1250ms {-webkit-animation-delay: 1250ms;animation-delay: 1250ms;}
.animated.delay-1300ms {-webkit-animation-delay: 1300ms;animation-delay: 1300ms;}
.animated.delay-1400ms {-webkit-animation-delay: 1400ms;animation-delay: 1400ms;}
.animated.delay-1500ms {-webkit-animation-delay: 1500ms;animation-delay: 1500ms;}
.animated.delay-1600ms {-webkit-animation-delay: 1600ms;animation-delay: 1600ms;}
.animated.delay-1700ms {-webkit-animation-delay: 1700ms;animation-delay: 1700ms;}
.animated.delay-1800ms {-webkit-animation-delay: 1800ms;animation-delay: 1800ms;}
.animated.delay-1900ms {-webkit-animation-delay: 1900ms;animation-delay: 1900ms;}