.navigation {
    background-image: linear-gradient(to right, #6610f2, #6f42c1);
}
.header .navigation .menu > li > a {
   color: white;
    opacity: 0.5;
}
.header .navigation .menu>.current-menu-item>a {
   opacity: 1;
}
.header .ps-block__left i {
    color: white;
}
.ps-panel--sidebar .ps-panel__header {
    padding: 15px 20px;
    background-image: linear-gradient(to right, #6610f2, #6f42c1);
}
h1 {
	font-size: 40px;
	color: black;
}
h2 {
	font-size: 34px;
	color: black;
	font-weight: 700;
}
h6 {
    font-size: 15px;
}
.hero-section h4 {
  color: #004AAD;
    text-decoration: underline;
}
.hero-section p {
	font-size: 18px;
	font-weight: 500;
	line-height: 200%;
}
.hero-section img {
	border-radius: 12px;
	height: 650px;
}
.whatsapp-gif {
  max-width: 360px;
}
.menu a {
 font-size: 20px !important;
}
#back2top {
    background-image: linear-gradient(to right, #6610f2, #6f42c1);
}
#back2top i {
    color: white;
    font-size: 18px;
}

.qrcode {
  max-width: 240px;
}
.scale h1 span {
	color: #0657ae;
    font-weight: 700;
}
.scale h1 {
	font-weight: 700;
}
.scale p{
	font-size: 18px;
	color: black;
    font-weight: 500;
}
.hero-section{
	background-image: url("https://funel.educateharyana.com/storage/new.png");
	padding: 150px 0;
}
.why-choose-card {
	box-shadow: 0px 0px 8px 0px #21252936;
    padding: 10px 8px;
    height: 100%;
    border-radius: 10px;
}
.offers img{
  transition: all 0.4s ease-in-out;
}
.offers img:hover {
  transform: scale(1.1);
}
.logo img{
	max-width: 340px;
}
.logo {
	margin: 11px 0 -75px;
}
/* .why-choose-card h3 {

} */
.learn img{
	width: 5%;
	margin-right: 8px;
	transform: translateY(10px);
}
.learn {
	display: flex;
	align-items: baseline;
	padding: 0px 7px 13px;
    margin-bottom: 20px;
    background: #f6f6ff;
	border-radius: 8px;
	border: 1px solid #00000038;
	background-image: linear-gradient(to right, #004AAD, black);
}
.learn p{
	margin-bottom: 0;
	font-size: 18px;
    color: white;
}
.learn p span {
	font-weight: 700;
  color: #fcb800;
}
.events-cards img{
	width: 18%;
	margin-right: 10px;
}
.events-cards {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	background: #f6f6ff;
    padding: 10px 16px;
    border-radius: 8px;
	border: 1px solid #00000038;
}
.events-cards p{
	margin-bottom: 0;
	font-size: 18px;
    color: #0d6efd;
}
iframe {
    border: 0;
    width: 100%;
}
.location-p{
	font-size: 18px;
}
.location-p span {
	color: #0657ae;
    font-weight: 700;
}
.over span {
	color: #0657ae;
    font-weight: 700;
}
.over {
	font-size: 18px;
}
.what-you {
	font-size: 36px;
    font-weight: 600;
}
.event-btn {
	background-image: linear-gradient(to right, #004AAD, black);
	color: white;
	text-decoration: none;
	padding: 25px 40px;
    font-size: 25px;
	font-weight: 700;
	border-radius: 10px;
	display: inline-block;
	animation: btn 1.1s infinite alternate ease-in-out;
}
.event-btn:hover{
  color: white;
}
@keyframes btn {
	0% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1.02);
	}
}
.grow-business {
	background-color: #f6f6ff;
}
.grow-business h2{
	font-size: 34px;
	font-weight: 700;
	color: black;
	max-width: 500px;
}
.business {
	font-size: 18px;
	color: black;
	font-weight: 700;
}
.build-section{
	background: #f6f6ff;
}

.build-card{
	background-color: white;
	border-radius: 40px;
}
.business-automation {
	background-color: #f6f6ff;
	border-radius: 40px;
}
.business-automation span{
	color: #0d6efd;
}
.build-card span{
	color: #0d6efd;
}
.zoom-p {
	font-size: 18px;
    color: black;
}
.zoom-p span {
  font-weight: 700; 
}
.meet {
	background-image: url("https://funel.educateharyana.com/storage/mildnew.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  margin-bottom: 70px;
}
.meet h2{
	color: white;
}
.meet p{
	font-size: 18px;
	color: white;
}
.if-we{
	background-image: url("https://mildnew.educateharyana.com/storage/new.png");
}
.if-we p{
	font-size: 18px;
	font-weight: 400;
}
.footer-position {
	background-image: linear-gradient(to left, #fff, #00429c);
	border-radius: 10px;
    bottom: 0;
    width: 100%;
  z-index: 1000;
  height: 120px;
}
.widget_footer {
 width: 25%; 
}
.why-choose-section .why-choose-cards:hover {
	transition: all 0.5s ease-in-out;
}
.checkout-logo {
 display: none !important;
}
.shipping-method-wrapper {
 display: none !important;
}
.ps-contact-form {
    background-color: #f6f6ff;
    padding: 100px 0;
}
.ps-btn, button.ps-btn {
    color: white !important;
    background-image: linear-gradient(to right, #6610f2, #6f42c1);
    background-color: var(--color-1st);
    border: none;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 45px;
    transition: all .4s ease;
}
.ps-footer__copyright {
    border-top: 1px solid #6a27db80;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 35px 0;
}
.ps-footer__copyright p {
    color: #000;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 18px;
}
.widget_footer .widget-title {
  color: #000;
    font-weight: 700;
    font-size: 24px;
      margin-bottom: 10px !important;
}
.panel-default {
 width: 25%; 
  padding-right: 64px;
}
.header--mobile {
    background-image: linear-gradient(to right, #6610f2, #6f42c1);
}
.header--mobile.header--sticky .navigation--mobile {
    background-image: linear-gradient(to right, #6610f2, #6f42c1);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.header .header__extra {
  color: white;
}
.bootem-text p{
  font-size: 16px;
  font-weight: 500;
}
/* media query start */
@media (max-width:474.99px) {
  .business-automation {
    border-radius: 6px;
}
  .build-card {
    border-radius: 6px;
}
  .hero-section p {
    font-size: 18px;
    line-height: 170%;
}
  .hero-section img {
    height: 470px;
}
  .hero-section {
    padding: 80px 0;
}
  .ps-contact-info h3 {
    margin-bottom: 30px;
}
  .ps-block--contact-info {
    margin: 0 auto 0px;
    max-width: 530px;
}
  .ps-footer__widgets {
    padding-bottom: 0px;
}
  .ps-footer {
    padding-top: 40px;
}
  .ps-footer__copyright {
    padding: 35px 0 100px;
}
  .widget_footer {
    width: 49%;
}
  .panel-default {
    width: 49%;
    padding-right: 12px;
}
  .form-group {
    margin-bottom: 0;
}
  .ps-contact-form {
    padding: 40px 0;
}
  .ps-contact-form h3 {
    color: #000;
    font-size: 36px;
    margin-bottom: 30px;
}
  .hero {
    padding: 40px 0;
}
  .zoom-p span {
    font-size: 16px;
}
  .learn p {
    font-size: 16px;
    text-align: justify;
}
  .meet p {
    font-size: 16px;
    text-align: justify;
}
	h1 {
		font-size: 34px;
	}
	 h2 {
		font-size: 28px !important;
	}
	.event-btn {
		padding: 15px 20px;
		font-size: 16px;
	}
	.events-cards {
		padding: 10px 8px;
	}
	.learn img {
		width: 8%;
	}
}
/* media query end */