*{
	margin: 0;
	padding: 0;
}

@import url('https://fonts.cdnfonts.com/css/glacial-indifference-2');
                
body{
	background-color: #fcf6e1;
	font-family: "Montserrat", sans-serif;
	background-image: url(../images/doodle-bg-1.webp);
	background-position: top ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.main-bg{
	background-color: #fcf6e1e9;
}
header{
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
}
.top-navbar{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 120px;
	width: 100%;
	z-index: 999;
}
li{
	list-style: none;
}
dl, ol, ul{
	margin: 0;
}
.nav-list{
	display: flex;
	gap: 20px;
}
.nav-link{
	color: #f53760;
	font-weight: 700;
}
.nav-list li{
	padding:0 20px;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	background-color: rgb(204, 252, 236);
	border-radius: 10px;
}
.dropdown{
	position: relative;
}
.dropdown-item1{
	display: none;
	position: absolute;
	top:27px;
	left: -25px;
	width: 170px;
	z-index: 999 !important;
	border-radius: 20px !important;
	background-color: white;
}
.item{
	padding:8px 10px;
}
.dropdown:hover .dropdown-item1{
	display: block;
	transition: 1s all linear;
}
.item:hover{
	color: #f53760;
}
/* banner css */

.banner{
	height: 700px;
	/* background-image: url(../images/bg.webp);
	background-position: top ;
	background-repeat: no-repeat;
	background-size: cover; */
}
.banner h1{
	text-transform: uppercase;
	font-size: 106px;
	margin: 0;
	font-weight: 800;
	text-align: center;
}
.banner p{
	font-size: 22px;
	margin-bottom: -10px;	
	font-weight: 800;
	text-align: center;
	font-family: 'Glacial Indifference', sans-serif;
}
.banner-head{
	position: absolute;
	top: 20%;
	width: 100%;
}
.banner-imgs{
	display: flex;
	gap: 20px;
	padding-top: 10px;
}

.circle{
	justify-content:center ;
	gap: 40px;
}
.circle-img1{
	opacity: 1;
    transform: translate(-50%, -50%) translateY(18.9532px) rotate(-4.97695deg);
	margin-top: 160px;
	
}
.circle-img2{
	opacity: 1;
    transform: translate(-50%, -50%) translateY(16.1117px) rotate(9deg);
	margin-top: 160px;
	width: 280px;
}

.bud-pra{
	font-family: "ITC New Baskerville";
	font-size: 46px;
	margin-top: -30px;
	color:  rgb(0, 0, 15);
	z-index: 1;
}
.banner-imgs img{
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 1px 0 4px palevioletred;
}
.over-text{
	position: absolute;
	bottom: 30px;
	left: 90px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 20px;
	background-color: darkslategrey;
	color: aliceblue;
    padding: 10px 40px;
    text-align: center;
}
.over-text1{
	position: absolute;
	bottom: 30px;
	left: 40px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 20px;
	background-color: darkslategrey;
	color: aliceblue;
    padding: 10px 40px;
    text-align: center;
}
.over-text3{
	position: absolute;
	bottom: 30px;
	left: 79px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 20px;
	background-color: darkslategrey;
	color: aliceblue;
    padding: 10px 40px;
    text-align: center;
}
.circle-img2:hover{
    transform: translate(-50%, -50%) translateY(0) rotate(0deg);
	transition: 100ms all linear;
}
.circle-img1:hover{
		transform: translate(-50%, -50%) rotate(0deg);
		transition: 100ms all linear;
}
.circle-img1:hover .over-text{
	background-color: palevioletred;
	transition: 100ms all linear;
}
.circle-img2:hover .over-text{
	background-color: palevioletred;
	transition: 100ms all linear;
}
.line{
	border-bottom: 20px solid #ccfcec;
	width: 750px;
	margin: 0 auto;
	margin-top: -30px;
}
/* about css */

.container{
	max-width: 1140px;
	margin: 0 auto;
}
.about{
	margin: 90px auto;
	max-width: 840px;

}
.about-head{
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	top: -30px;
	left: 10%;
	text-align: center;
}
.key-points{
	display: flex; 
	gap: 10px;
}
.points-1{
	background-color: #f9e083;
	padding: 5px;
	border-radius: 10px;
	border: 4px double #f53760;
}
.about-line{
	border-bottom: 20px solid #f9e083 ;
	width: 200px;
	margin-top: -14px;
}
.about-flex{
	display: flex;
margin: 140px 0 0 0;
position: relative;
}
.about-color-box{
	background-color: #fbdfe5;
	width: 100%;
	padding: 0 30px;
	border-radius: 5px;
	border-bottom: 10px solid #f9e083;
}
.about-img{
	position: absolute;
	top:-90px;
	right:-270px;
	border: 10px solid #f9e083;
	transform: translate(-50%, -50%) rotate(-3deg);
	user-select: none;
	touch-action: none;
	will-change: transform;
	margin-top: 160px;
}
.about-img img{
	object-fit: cover;
}
.about-img1{
	position: absolute;
	top:-90px;
	left:-90px;
}
.about-img1 img{
	height: auto;
}
.ruchika-head{
	font-size: 50px;
	text-transform: uppercase;
	padding-top: 20px;
padding-left: 90px;
	letter-spacing: 2px;
	z-index: 99;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: darkslategray;
}
.ruchika-info{
	padding:0px 40px 30px 40px;
	width:74%;
	text-align: justify;
}
.layer{
	position: absolute;
	top:-40px;
	right:210px;
	z-index: -1;
}
.about-button button{
	position: absolute;
	bottom: 40%;
	right: -160px;
	padding: 10px 20px;
	background-color: #f9e083;
	border: 2px dashed orange;
	transform: translate(-50%, -50%) rotate(-3deg);
	user-select: none;
	touch-action: none;
	border:none;
	will-change: transform;
	/* background: linear-gradient(90deg, #333 50%, transparent 0) repeat-x; */
    background-size: 8px 1px;
    background-position: 0 0;
	background: 
	
        linear-gradient(90deg, orange 50%, transparent 0) repeat-x,
        linear-gradient(90deg, orange 50%, transparent 0) repeat-x,
        linear-gradient(0deg, orange 50%, transparent 0) repeat-y,
        linear-gradient(0deg, orange 50%, transparent 0) repeat-y;
    background-size: 6px 3px, 6px 3px, 3px 6px, 3px 6px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
	background-color: #f9e083;
}
.about-button button:hover{
	animation: linearGradientMove .3s infinite linear;
	border: none;
	background-color: transparent;
	transition: 500ms all linear;
}


@keyframes linearGradientMove {
    100% {
        background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
    }
}
.about-img{
	margin-left: 80px;
	animation: 1s tiktok infinite ;
}
.about-img img{
	width: 100%;
}
  
@keyframes tiktok{
	0%{
		transform: translate(-50%, -50%) rotate(-3deg);
	}
	50%{
		transform: translate(-50%, -50%) rotate(-0deg);
	}
	100%{
		transform: translate(-50%, -50%) rotate(-3deg);
	}
}


/* why-us */
#why-us{
	margin:140px 0 0 0;
	
}
.line-why-us{
	border-bottom: 20px solid #fedacc;;
	width: 470px;
	margin: 0 auto;
	margin-top: -20px;
}
.why-us{
	padding: 50px 50px 0 50px;
	margin: 0 50px;
	background-color: #fff8ee;
	border-radius: 40px;
	position: relative;
}

.why-pra{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-family: "ITC New Baskerville";
}
.why-pra p{
	font-size: 17px;
	padding-top: 10px;
	font-family: "Montserrat", sans-serif;
}
.why-row{
	padding: 60px 0 50px 0;
}
.why-box-1{
	margin-bottom: 20px;
	background-color: #ccfcec;
	padding: 20px;
	border-radius: 20px;
}
.why-box-1 b{
	font-size: 20px;
}
.design-icn{
	padding-bottom: 20px;
}


/* count */
.count{
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 40px 0 0 0;
	text-align: center;
	
}
.count-box{
	background-image: url(../images/count-2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 270px;
	height:287px;
	position: relative;
}
.count-text{
	position: absolute;
	top: 40%;
	left: 20%;
}
.count-text p{
	font-size: 16px;
	font-weight: 600;
}
.count-bold-head{
	font-size: 30px;
	font-weight: 700;
}


/* services */
#services{
	margin-top: 100px;
	padding-bottom: 100px;
}
.card-main{
	background-color:rgb(156, 156, 156);
	width: 90% !important;
	height: 280px;
	border-radius: 30px;
	position: relative;
	margin-top: 50px;
	margin-left: 20px;
}
.card-main a{
	color: rgb(0, 0, 0);
}
.card-service{
	background-color: #f792a8;
	width: 100% !important;
	height: 280px;
position: absolute;
bottom: 30px;
right: 20px;
border-radius: 30px;
text-align: center;
font-size: 20px;
font-weight: 600;
margin-top: 50px;
/* background-image: url(../images/flower-1.webp);
background-size: cover; */
}
.card-service img{
	width: 100%;
	border-radius: 30px;
	height: 100%;
	object-fit: cover;
}
.service-over{
	position: absolute;
	bottom: 40px;
left: 38%;
	background-color: #f792a8;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}
.service-over-1{
	position: absolute;
	bottom: 40px;
left: 24%;
	background-color: #f792a8;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}
.service-box{
	gap: 70px;
	padding-bottom: 40px;
	flex-wrap: wrap;
	justify-content: center;
}

.services-head{
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 40px;
}


.study-material{
	background-color: #fae9ac;
	border-radius: 50px;
	margin: 0 50px;
	padding: 50px;
}
.line-study{
	border-bottom: 20px solid #f5a7b8;
	width: 300px;
	margin: 0 auto;
	margin-top: -20px;
}


.study-box{
	padding-top: 50px;
	margin: 0 auto;
}
.study-box-2{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.material{width: 250px;
margin-bottom: 20px;
}
.material img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.study-box-1 img{
	width: 100%;

	height: 100%;
	border-radius: 20px;
}




#faq{
	margin-top: 80px;
	position: relative;
	scroll-margin: 130px;
}
.line-faq{
	width: 150px;
	margin: 0 auto;
	margin-top: -20px;
	border-bottom: 20px solid #f5a7b8;
}
.accordion{
	background-color: #f6f2ea;
	padding:70px 50px;
	color: #000 !important;
		width: 96%;
		margin: 0 auto;
		border-radius: 20px;
		margin-bottom: 100px;
}
.accordion-item{
	margin: 20px 0;
	border-radius: 20px;
	background-color: #f6f2ea;
	border: none !important;
}

.accordion-button{
	padding: 25px;
	font-size:20px;
	font-weight: 600;
	position: relative;
	background-color: #e9e1c6;
	color: #000 !important;
	border-radius: 20px 20px !important;
}
.add{
	position: absolute;
	right: 30px;
}
.accordion-button:not(.collapsed){
	color: #000 !important;
	background-color: #e9e1c6 !important;
	border-radius: 20px 20px 0 0 !important;
}
.accordion-button:focus{
	box-shadow: 0 0 0 0 rgba(13, 109, 253, 0) !important;
}
.accordion-body{
	background-color:#e9e1c6 ;
	border-radius:0 0 20px 20px;
	font-size: 18px;
}
.book-img{
	position: absolute;
	bottom: 0px;
	right: 30px;
	z-index: 99;
	animation:  8s rightleft linear infinite;
  }
@keyframes rightleft{
	0%{
transform: translate(0);
	}
	50%{
		transform: translate(50px);
	}
	100%{
		transform: translate(0px);
	}
}

.footer-section {
	background-color: #2f4f4f;
	position: relative;
	overflow: hidden;
	z-index: 9;
  }
 
  .footer-section:before {
	content: '';
	position: absolute;
	top: -146%;
	left: -18%;
	width: 44%;
	height: 257%;
	transform: rotate(54deg);
	background-color: #274545;
	-webkit-transform: rotate(54deg);
	-moz-transform: rotate(54deg);
	-ms-transform: rotate(54deg);
	-o-transform: rotate(54deg);
	z-index: -10;
  }
  .footer-section:after {
	position: absolute;
	content: '';
	background-color: #274545;
	top: -24%;
	right: 4%;
	width: 26%;
	height: 264%;
	transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-o-transform: rotate(44deg);
	z-index: -10;
  }
  .footer-top {
	padding-top: 96px;
	padding-bottom: 50px;
  }
  .footer-top p,
  .company-footer-contact-list li {
	color: #ffffff;
  }
  .company-footer-contact-list {
	margin-top: 10px;
  }
  .company-footer-contact-list li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
  }
  .company-footer-contact-list li+li {
	margin-top: 5px;
  }
  .company-footer-contact-list li i {
	margin-right: 10px;
	font-size: 20px;
	display: inline-block;
  }
  
  .footer-top .site-logo {
	  margin-bottom: 25px;
	  display: block;
	  max-width: 170px;
  }
  .widget-title {
	text-transform: capitalize;
  }
  .footer-top .widget-title {
	color: #ffffff;
	margin-bottom: 40px;
  }
  .courses-link-list li{
	margin-top: 10px;
	background-image: url(../images/books-note.webp);
	background-repeat: no-repeat;
	padding-left: 40px;
  }
  .courses-link-list li a {
	color: #ffffff;
	text-transform: capitalize;
	font-family: var(--para-font);
	font-weight: 400;
  }
  .courses-link-list li a:hover {
	color: #ffb606;
  }
  .courses-link-list li i {
	margin-right: 5px;
  }
  .footer-top .small-post-title a {
	font-family: var(--para-font);
	color: #ffffff;
	font-weight: 400;
  }
  .small-post-item .post-date {
	color: #ffb606;
	margin-bottom: 3px;
	font-family: var(--para-font);
	font-weight: 400;
  }
  .small-post-list li+li {
	margin-top: 30px;
  }
  .news-letter-form {
	margin-top: 15px;
  }
  .news-letter-form input {
	width: 100%;
	padding: 12px 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: none;
  }
  .news-letter-form input[type="submit"] {
	width: auto;
	border: none;
	background-color: #ffb606;
	padding: 9px 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #ffffff;
	margin-top: 10px;
  }
  .footer-bottom {
	padding: 13px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.149);
  }
  .icn img{
	background-color: white;
	padding: 5px;
	margin: 0 5px;
  }
  .icn img:hover{
	background-color: #ffb606;
  }
  .copy-right-text {
	color: #ffffff;
  }
  .copy-right-text a {
	color: #ffb606;
  }
  .terms-privacy li+li {
	margin-left: 30px;
  }
  .terms-privacy li a {
	color: #ffffff;
	position: relative;
  }

  .terms-privacy li+li a:after {
	display: none;
  }
  a{
	text-decoration: none !important;
}
.company-add{
	color: white;
	padding-bottom: 20px;
	gap: 10px;
}
.company-add a{
	color: white;
}
.courses-link-list img{
	width: 20px;
	margin-right: 20px;
}
ol, ul{
	padding: 0;
}
.footer-icn{
	display: flex;
	align-items: center;
}



.captions{
margin-top: 100px;
}
.caption-box{
	padding-top: 50px;
}
.captions img{
	width: 100%;
	border: 10px solid #f9e083;
}
.captions img:hover{
	scale: 1.04;
	transition: 300ms all linear;
}



.nnn{
	position: relative;
	height:100%;
	border-radius: 30px;
  }
  
  .image {
	display: block;
	width: 100%;
	height: auto;
  }
  
  .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #8c132da3;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s ease;
	transition: .3s ease;
  }
  
  .nnn:hover .overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
  }
  
  .text{
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
  }



  .icn i{
	background-color: #f6f2ea;
	margin: 0 5px;
	padding: 10px;
	color: #274545;
	font-size: 20px;
  }
  .icn i:hover{
	color: #f53760;
	transition: 200ms all linear;
  }








  .caption-box1 {
	position: relative;
  }
  
  .image {
	display: block;
	width: 100%;
	height: auto;
  }
  
  .overlay1 {
	position: absolute; 
	bottom: 20px; 
	left: 10%;
	background: rgb(0, 0, 0);
	background:#f53760; /* Black see-through */
	color: #f1f1f1;
	transition: .5s ease;
	opacity:0;
	color: white;
	width: 80%;
	font-size: 18px;
	padding: 10px 10px; 
	height: 70px;
	font-weight: 700;
	border-radius: 20px;
	text-align: center;
  }
  .overlay1 p{
	font-size: 16px;
	font-weight: 500;
  }
  .caption-box1:hover .overlay1 {
	opacity: 1;
  }



  #video{
	margin-bottom: 70px;
  }
  .video{
	padding: 50px 0 0 0;
  }
  .video iframe{
	border-radius: 30px;
	border: 10px solid #fdaebf;
	margin-top: 50px;
  }
  .video iframe:hover{
	transform: translateY(-20px);
	transition: 200ms all linear;
  }

  @keyframes up{
	0%{}
	100%{
		
	}
  }


  .video-box{
	background-color: #fae7be;
	border-radius: 50px;
	margin: 0 50px;
	padding: 50px;
  }


  .arr-prev{
	background-color: #fcc951;
	border: 1px dashed #f53760;
	border-radius: 50%;
	padding: 20px 30px;
  }
  .arr-next{
	background-color: #fcc951;
	border-radius: 50%;
	padding: 20px 30px;
	border: 1px dashed #f53760;
  }
  .video-prev{
	background-color: #fcc951;
	border: 1px dashed #f53760;
	border-radius: 50%;
	padding: 20px 30px;
  }
  .video-next{
	background-color: #fcc951;
	border-radius: 50%;
	padding: 20px 30px;
	border: 1px dashed #f53760;
  }
  .testi-prev{
	background-color: #fcc951;
	border: 1px dashed #f53760;
	border-radius: 50%;
	padding: 20px 30px;
  }
  .testi-next{
	background-color: #fcc951;
	border-radius: 50%;
	padding: 20px 30px;
	border: 1px dashed #f53760;
  }
  .slide-btn i{
	font-size: 20px;
	color: #ff1447;
  }
  .slide-btn{
	padding-top: 20px;
  }


  .prev{
	background-color: #fcc951;
	border: 1px dashed #f53760;
	border-radius: 50%;
	padding: 20px 30px;
  }
  .next{
	background-color: #fcc951;
	border-radius: 50%;
	padding: 20px 30px;
	border: 1px dashed #f53760;
  }
  .slide-btn i{
	font-size: 20px;
	color: #ff1447;
  }
  .slide-btn{
	padding-top: 20px;
  }


  .quality-1{
	background-image: url(../images/why-us-bg.webp);
	background-position: top ;
	background-repeat: no-repeat;
	background-size: contain;
	font-family: 'Glacial Indifference', sans-serif;
	font-weight: 700;
font-size: 20px;
padding: 10px 10px;
margin-bottom: 20px;
  }
  .quality-1 p{
	margin: 0;
	color: white;
	font-style: italic;
  }
  .quality-2{
	background-color: #f53760;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 80%;
	border-radius: 60px;
	padding:10px 0;
	color: white;
	font-family: 'Glacial Indifference', sans-serif;
	font-weight: 700;
  }
  .quality-2 p{
	margin: 0;
	font-size: 20px;
  }


  .large-container {
	position: static;
	max-width: 1580px;
	padding: 0px 30px;
	margin: 0 auto;
  }
  
  .testimonial-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	/* background-color: #fff8ee;
	margin: 0 50px 50px 50px;
	border-radius: 80px; */
	overflow: hidden;
	&:before {
	  position: absolute;
	  left: -200px;
	  top: 22%;
	  background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.webp);
	  background-repeat: no-repeat;
	  background-position: center;
	  width: 701px;
	  height: 756px;
	  content: "";
	  -webkit-animation: fa-spin 25s infinite alternate;
	  -moz-animation: fa-spin 25s infinite alternate;
	  -ms-animation: fa-spin 25s infinite alternate;
	  -o-animation: fa-spin 25s infinite alternate;
	  animation: fa-spin 25s infinite alternate;
	}
	.sec-title {
	  position: relative;
	  margin-bottom: 115px;
	  .title {
		margin-bottom: 20px;
	  }
	}
	.testimonial-carousel {
	  position: relative;
	  max-width: 1100px;
	  margin: 0 auto;
	}
  }
  
  .testimonial-block {
	position: relative;
	padding: 50px;
	.inner-box {
	  padding: 80px 105px;
	  background-color: #ffffff;
	  box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
	}
	.text {
	  position: relative;
	  display: block;
	  font-size: 18px;
	  line-height: 32px;
	  color: #282331;
	  font-weight: 400;
	  margin-bottom: 50px;
	  font-family: "Muli", sans-serif;
	}
	.info-box {
	  position: relative;
	  padding-left: 115px;
	  padding-top: 10px;
	  .thumb {
		position: absolute;
		left: 0;
		top: 0;
		height: 82px;
		width: 82px;
		img {
		  border: 6px solid #e5e6fa;
		  border-radius: 50%;
		  overflow: hidden;
		  display: block;
		  width: 100%;
		  box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
		}
	  }
	  .name {
		position: relative;
		display: block;
		font-size: 21px;
		line-height: 1.2em;
		color: #382c4d;
		font-weight: 700;
		margin-bottom: 10px;
		font-family: "Niramit", sans-serif;
	  }
	  .designation {
		position: relative;
		display: block;
		font-size: 16px;
		line-height: 24px;
		color: #8053f7;
		font-weight: 400;
		font-family: "Muli", sans-serif;
	  }
	}
  }
  
  .testimonial-carousel {
	.owl-nav {
	  position: absolute;
	  right: 75px;
	  bottom: 70px;
	}
	.owl-next, .owl-prev {
	  position: relative;
	  display: inline-block;
	  height: 75px;
	  width: 75px;
	  line-height: 75px;
	  text-align: center;
	  border-radius: 50%;
	  background-color: #ffffff;
	  -webkit-transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  -o-transition: all 300ms ease;
	  transition: all 300ms ease;
	}
	.owl-next:hover, .owl-prev:hover {
	  background-color: #00df97;
	  box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
	}
  }
  
  .arrow-right, .arrow-left {
	position: relative;
	display: inline-block;
	height: 9px;
	width: 43px;
	background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.webp);
	background-repeat: no-repeat;
	background-position: center;
  }
  
  .arrow-right {
	background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.webp);
  }
  
  .testimonial-section .thumb-layer {
	position: absolute;
	right: 30px;
	top: 120px;
	.image {
	  position: relative;
	  margin-right: 0;
	  img {
		display: inline-block;
		max-width: 100%;
		height: auto;
	  }
	}
  }
  
  @media only screen and (max-width: 767px) {
	.testimonial-section .sec-title {
	  margin-bottom: 50px;
	}
	.testimonial-block {
	  padding: 0;
	  .inner-box {
		box-shadow: none;
		border: 2px solid #f1f1f1;
	  }
	}
	.testimonial-carousel {
	  .owl-nav {
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 20px;
		text-align: center;
	  }
	  .owl-next, .owl-prev {
		border: 2px solid #f1f1f1;
	  }
	}
  }
  
  @media only screen and (max-width: 1366px) {
	.large-container {
	  padding-left: 20px;
	  padding-right: 20px;
	}
  }


.testimonial-1{
	color: rgb(253, 53, 53);
	padding:40px 40px 100px 40px;
	font-size: 16px;
	line-height: 20px;
	font-style:italic;
	width:99% !important;
	height: 350px;
	background-image: url(../images/testimonial-bg.webp);
	background-position: top ;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.testimonial-1 span{
	color: #2a0000;
	position: absolute;
	right: 40px;
	bottom: 110px;
	font-weight: 700;
}


.success{
	width: 90%;
	margin: 40px auto 100px auto;
}


::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }
  .success{
	display: flex;
	justify-content: center;
	gap: 20px;
  }
  .success-box-1 img{
	border-radius: 40px 40px 0 0 ;
  }
  .success-1{
	background-color: #f53760;
	color: white;
	padding: 20px;
	width: 270px;
	border-radius: 0 0 40px 40px;
	position: relative;
  }
  .success-2{
	background-color: #f53760;
	color: white;
	padding: 30px;
	width: 270px;
	border-radius: 0 0 40px 40px;
	position: relative;
  }
  .success-1 p{
	position: absolute;
	bottom: 20px;
	right: 30px;
	font-size: 18px;
	font-weight: 600;
  }
  .success-2 p{
	position: absolute;
	bottom: 20px;
	right: 30px;
	font-size: 18px;
	font-weight: 600;
  }



#testi{
	margin: 40px 0 100px 0;
}
.client-main{
	margin: 70px auto;
}
  .client-box{
	display: flex !important;
	width: 100%;
	margin-top: 45px;
	justify-content: center;
	align-items: center;
  }
 
 .main-client-text{
	background-image: url(../images/bg-dot.webp);
	background-size: cover;
	width: 60%;
	border-radius: 0 40px 40px 0;
 }
  .client-text{
	padding:40px;
	font-size: 17px;
	line-height: 30px;
	background-color: #f9df83c2;
	position: relative;
	border-radius: 0 40px 40px 0;
  }
  .client-img{
	z-index: 88;
  }
  .client-img img{
	border-radius: 40px;
	margin-right: -20px;
	
  }

  .client-line{
	position: absolute;
	top:-20px;
	font-family: "ITC New Baskerville";
	font-size: 24px;
	font-weight: 700;
  }
  .review-line{
	border-bottom: 20px solid #f5a7b8;
	margin-top: -15px;
  }



  
.success-box-1{
	position: relative;
	overflow: hidden;
  }
  .success-box-1:hover img{
	scale: 1.01;
	object-fit: cover;
  }
  .overlay-2{
	position: absolute; 
	bottom: 54%; 
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5); /* Black see-through */
	color: #f1f1f1; 
	width: 100%;
	transition: .5s ease;
	opacity:0;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: center;
  }
  
  .success-box-1:hover .overlay-2{
	opacity: 1;
  }

  .student-name{
	margin: 0;
	font-size: 16px;
  }
  .student-work{
	margin: 0;
	font-size: 16px;
  }
  .flower-img{
	position: absolute;
	right: 0;
	bottom: 0px;
  }



  /* about section */
.about-banner{
	background-image: url(../images/background-2.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
  .page-two{
	background-color: #fcf6e1;
	font-family: "Montserrat", sans-serif;
	background-image: url(../images/dot-bg-1.webp);
	background-position: top ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
  }
  .about-sec-head{
	padding: 140px 0;
  }
.about-sec-head p{
	font-size: 20px;
	font-weight: 700;
}
  .about-sec-head h1{
	font-size: 106px;
	font-weight: 800;
  }
  .about-sec-pra{
	color: rgb(255, 81, 0);
	font-size: 33px;
	font-weight: 600;
  }
  .line-black{
	border-bottom: 20px solid #fae7be;
	width: 45%;
	margin: 0 auto;
	margin-top: -20px;
  }
  .about-sec-head img{
	width: 64px;
	height: auto;
	filter: brightness(1);
	padding-top: 60px;
  }

  #about-section{
	margin: 120px 0 70px 0;
	position: relative;
	scroll-margin: 170px;
  }

  .about-section{
	justify-content: center;
  }
  .story-box{
	background-color: #fae9ac;
	width: 60%;
	height: 400px;	
  }

.story-img{
	background-image: url(../images/paper-bg-1.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 400px;
	height: 550px;
	margin-left: -120px;
	margin-top: -50px;
	z-index: 2;
}
.story-img img{
	position: absolute;
	top:30px;
}
.story-box{
	position: relative;
}
.story-text-head{
	font-size: 24px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-top: -25px;
}
.story-text-line{
	border-bottom: 20px solid #ffd0da;
	width: 45%;
	margin: 0 auto;
	margin-top: -36px;
}
.story-pra{
	padding: 50px 30px 50px 30px;
	width: 85%;
}
.story-pra p{
	align-items: start;
	gap: 10px;
	font-weight: 500;
}
.rainbow{
	position: absolute;
	bottom: -70px ;
	left: 0;
}

#vision{
	padding: 60px 0 80px 0;
}
.vision{
	display: flex;
	justify-content: center;
	width: 54%;
	background-color: rgb(254 228 123 / 80%);
	position: relative;
}
.vision-head{
    position: absolute;
    left: -91px;
}
.vision-flex{
	display: flex;
}
.vision-text-head{
	width: 230px;
	font-size: 24px;
	color: #000;
	font-family: "ITC New Baskerville";
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: -90px;
	font-weight: 600;
	text-align: center;
}
.vision-text-line{
	border-bottom: 20px solid rgb(191 217 182);
	margin-top: -30px;
}
.vision-icon{
	padding: 30px;
	width: 350px;
}
.vision-icon h4{
	font-weight: 600;
	font-family: 'Glacial Indifference', sans-serif;
}
.small-head-line{
	border-bottom: 20px solid rgb(123 203 200);
	width: 50%;
	margin: 0 auto;
	margin-top: -16px;
}
.vision-icon p{
	color: #2a0000;
	font-weight: 500;
	padding-top: 10px;
	font-size: 16px;
}
.vision-icon img{
	padding-bottom: 20px;
}
.vision-dot-img{
	position: absolute;
	left:  -90px;
	bottom: -60px;
}
.vision-layer-img{
	position: absolute;
	right: -50px;
	bottom: -30px;
}

#journey-story{
	padding: 60px 0;	
}
.frame-bg{
	background-image: url(../images/blue-bg.webp);
	background-repeat:repeat-y;
	background-position: top right;
	width: 58%;
	margin: 0 auto;
}
.frame-section{
	position: relative;
	padding: 60px 0 50px 0;
	width: 100% !important;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center ;
	gap: 40px;
}
.frame-text h4{
	color: #25278b;
    font-weight: 700;
    font-family: "ITC New Baskerville";
}
.frame-text p{
	line-height: 27px;
	font-size: 16px;
}

.about-sec-head p{
	color: white;
}


#course{
	padding: 50px 0;
	scroll-margin: 100px;
}
.item-flex{
	display: flex;
	justify-content: center;
	padding: 50px 0;
	gap: 40px;
}
.item-1{
	background-image: url(../images/goal-bg.webp);
	border-radius: 30px ;
	color: white;
	width: 33.33%;
}
.bg-item{
	background-color: #75021fe9;
	text-align: center;
	border-radius: 30px ;
	padding:20px 40px;
	height: 100%;
}
.icon img{
	padding: 20px 0;	
}



#live-classes{
	width: 80% !important;
	background-color: #ffd0da;
	margin: 0px auto 50px auto; 
	padding: 40px;
	border-radius: 40px;
}
.coaching{
	display: flex;
	gap: 30px;
	justify-content: center;
	padding: 40px;
}
.coaching-1{
	width: 33.33%;
	text-align: center;
}
.coaching-text{
	background-color: #fcc951;
	padding: 20px 0;
	border-radius: 20px 20px 0 0;
	font-size: 18px;
	font-weight: 700;
}
.coaching-1 img{
	width: 100%;
	border-radius: 0 0 20px 20px ;
}


#mentoring{
	background-image: url(../images/video-bg-2.webp);
	background-repeat: no-repeat;
	margin-top: 40px;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
}
.mentoring-flex{
	display: flex;
	justify-content: center;
	padding-top: 30px;
	gap: 20px;
}
.mentoring-img img{
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
}
.mentor-text{
	background-color:#fae9ac;
	padding: 20px 0;
	font-weight: 600;
	color: rgb(0, 0, 0);
	border-radius: 0 0 20px 20px;
}

#book-now{
	padding: 60px 0;
}
.book-button{
	padding: 10px 10px;
	width: 220px;
	margin:  40px auto 0 auto;
	border-radius: 14px;
	font-size: 18px;
	font-weight: 700;
	border: 5px double #f53760;
}
.book-button a{
	color: #000;
}
.book-button:hover{
	background-color: #f9e083;
	transition: 300ms all linear;
}
.slider-5{
	margin-top: 40px;
}
.company-logo img{
	border: 5px double pink;
	border-radius: 30px;
	width: 280px;
	margin: 0 auto;
}
.dropdown a{
	color: black;
}
.coaching-img{
	overflow: hidden;
	border-radius: 0 0  20px 20px;
}
.coaching-img img:hover{
	scale: 1.07;
	transition: 300ms all linear;
	border-radius: 0 0  20px 20px;
}
.mentoring-img{
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}
.mentoring-img img:hover{
	scale: 1.03;
	transition: 300ms all linear;
	border-radius:20px 20px 0 0;
}
.mentoring-img:hover .mentor-text{
	background-color: #f53760;
	color: white;
	transition: 400ms all linear;
}

#resource-main{
	padding: 60px 0 40px 0;
	scroll-margin: 100px;
}
.resource-img img{
	width: 340px;
	margin-bottom: 20px;
}
.resource-img{
	background-image: url(../images/resource-bg-2.webp);
	background-size: cover;
	background-position: bottom;
	height: 94%;
	border-radius: 30px;
	box-shadow: 1px 0 6px rgb(210, 209, 209);
}
.resource-text{
	text-align: center;
	padding: 80px 20px;
	font-size: 36px;
	height: 100%;
	border-radius: 30px;
	font-family: "ITC New Baskerville";
	font-weight: 800;
	background-color: #fcc951b1;
}
.btn-view a{
	font-size: 17px;
	background-color: #f53760;
padding:10px 20px;
color: white;
border-radius: 10px;
}
#nift-exam{
	padding: 50px 0;
	background-color: #fcf2e5;
	width: 80%;
	margin: 40px auto;
	border-radius: 50px;
	scroll-margin: 140px;
}
.tagline button{
	border: none;
	background-color: #f5a7b8;
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 5px double black;
}

.tagline li{
	background-image: url(../images/arrow-right-1.webp);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-weight: 500;
	margin: 6px 0;
}
.quality-box-home-bg{
	background-color: #f5a7b8;
	height: 276px;
	border-radius: 20px;
	margin-bottom: 10px;
	padding: 20px;
	box-shadow: 1px 0 5px #fcc951;
}
.quality-box-home-bg dd{
	font-size: 20px;
	font-weight: 700;
	padding: 5px 0;
}
.home-welcome-img img{
	width: 100%;
	height: 95%;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 1px 0 5px #fcc951;
}
#nift-main{
    background-image: url(../images/video-bg-2.webp);
    background-repeat: no-repeat;
    margin-top: 40px;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
 }
 .home-home-bg{
	font-size: 17px;
	line-height: 26px;
 }
 .prepration-exams{
	justify-content:center ;
	padding: 50px 0 20px 0;
	gap: 20px;
 }
 .exam1{
	border: 10px double #000;
	padding: 20px;
	background-color: white;
 }
 .home-welcome h1{
	font-weight: 700
 }
 .home-welcome h4{
	font-weight: 700;
	padding-top: 20px;
	color: #f53760;
	padding-bottom: 5px;
 }
 .exam1{
	width: 33.33%;
	text-align: left;
 }
 .exam1 h3{
	font-size: 22px;
	color: #f53760;
	font-weight: 600;
	padding-bottom: 10px;
 }
 .exam1 li{
	background-image: url(../images/arrow-right-1.webp);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin: 8px 0;
	font-size: 17px;
	font-weight: 500;
 }
 .eligibility-head{
	padding-bottom: 20px;
	font-weight: 700;
 }
 .collages-info{
	border: 1px solid #000000;
	border-radius: 20px;
	padding:0 20px 10px 20px;
	margin: 20px 0;
 }

 /* contact css */
 .contact-page-section2{
	color: #000;
	padding: 0 0 60px 0;
}
.get{
	font-size: 30px;
}
.contact-section{
	background-image: url(../imgs/banner-contact.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.contact-page-card-flex{
	display: flex;
	justify-content: center;
	background-color: #fdbecc;
	gap: 60px;
	margin: 20px;
	border-radius: 40px;
	padding: 100px;
}

.contact-head{
	font-size: 56px;
	line-height: 68px;
	padding-bottom: 50px;
	font-weight: 600;
}
.contact-left{
	border-right: 3px dashed gray;
	padding-right: 70px;
}.form-control{
	padding: 10px 0;
	margin: 20px 0;
	font-size: 20px;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #2f4f4f;
	background-color: transparent !important;
}
.contact-submit-button{
	color: rgb(255, 255, 255);
	gap: 20px;
	background-color: #2f4f4f;
	border: 2px solid #2f4f4f;
	border-radius: 20px;
	font-size: 20px;
	padding:10px 20px ;
}
.contact-page-section2 a{
	color: #000;
}
.robot{
	position: relative;
}
.robot img{
	position: absolute;
	bottom: 0;
}

.creative-img-book img{
	height: 380px;
	width: 100%;
	object-fit: cover;
}
.btn{
	background-color: #fcc951 !important;
	color: black;
	border: none;
	margin-top: 20px;
}
.modal-dialog {
	max-width: 700px !important;
	margin: 50px auto;
}
.exam-nid-img img{
	border-radius: 20px;
}


#about-mob{
	display: none;
	margin: 70px 0;
}
.about-flex-mob{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about-flex-mob{
	position: relative;
}
.about-img1-mob{
	position: absolute;
    top: -129px;
    left: -72px;
}
.about-img-mob{
	width: 280px;
	margin-top: 10px;
}
.about-img-mob img{
	width: 100%;
	border: 10px solid #f9e083;
	object-fit: cover;
}
.about-button-mob{
	width: 200px;
	margin: 10px auto;
}
.about-button-mob button{
	background-color: #f9e083;
	border: 2px dashed orange;
	padding: 10px 20px;
	font-weight: 700;
}
.book-img{
	width: 120px;
}
.book-img img{
	width: 100%;
}
.video-box-1{
	width: 98% !important;
	margin: 0 auto;
}
.has-feedback{
	padding-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	.navbar{
		display: block;
	}
	header{
		display: none;
	}
	.banner-head{
		position: static;
		padding-top: 160px;
	}
	.banner{
		height: 100%;
	}
	.banner p{
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 18px;
	}
	.banner h1{
		font-size: 55px;
		line-height: 55px;
	}
	.bud-pra{
		font-size: 18px;
		line-height: 20px;
		margin: 0;
	}
	.line{
		width: 300px;
		margin-top: -10px;
	}
	/* .circle-img1{
		margin-left: 186px;
	}
	.circle-img2{
		margin-left: 186px;
	} */
	.banner-imgs img{
		width: 270px !important;
		margin: 0 auto;
	}
	.circle-img1{
		transform: translate(-0%, -0%) translateY(0px) rotate(0deg) !important;
		margin-top: 0px;
	}
	.circle-img2{
		transform: translate(-0%, -0%) translateY(0px) rotate(0deg) !important;
		margin-top: 0px;
	}
	.over-text{
		left: 100px;
	}
	.over-text1{
		left: 60px;
	}
	.over-text3{
		left: 100px;
	}
	.text{
		margin-left: 0 !important;
	}
	.about-flex{
		display: block;
		margin: 0;
		margin: 0;
	}
	.ruchika-info{
		width: 100%;
		padding: 0;padding-left: 22px;
		font-size: 15px;
	}
	
	.about-flex{
		display: block;
		margin: 0;
	}
	.ruchika-info{
		width: 100%;
		padding: 0;padding-left: 22px;
		font-size: 15px;
	}
	.about-img{
		position: static;
		margin-left: 89px;
		width: 270px;
	}

	#about-mob{
		display: block;
	}
	#about{
		display: none;
	}

	
	.about-img{
		position: static;
		margin-left: 149px;
		width: 270px;
	}
	.about-button button{
		margin-left: 120px;
	position: static;
	margin-top: 30px;
	}
	.about-color-box{
		height: 100%;
	}
	.ruchika-head{
		font-size: 29px;
		padding-bottom: 33px;
	}
	.count{
		padding: 50px 0 0 0;
		flex-wrap: wrap;
		gap: 5px;
	}
	#why-us{
		margin: 30px 0 0 0;
	}
	.why-us{
		margin: 10px;
		padding: 10px;
	}
	.why-row{
		padding: 20px 0;
	}
	.why-pra{
		font-size: 20px;
	}
	.line-why-us{
		width:190px;
	}
	.quality-1{
		font-size: 16px;
	}
	.quality-2 p{
		font-size: 16px;
	}
	.quality-2{
		width: 100%;
	}
	.why-us-img img{
		width: 100%;
	}
	.study-box-2{
		flex-wrap: wrap;gap: 10px;
	}
	.study-material{
		padding: 0px;
		margin: 20px;
	}
	.about-img{
	width: 260px;
	}
	.about-img img{
		width: 100%;
	}
	.card-main{
		margin: 50px 26px 0 26px;
	}
	#services{
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.service-box{
		padding: 0;
	}
	.slide-btn{
		padding: 0;
		margin-bottom: 20px ;
	}
	.line-study{
		width: 220px;
		margin-top: -15px;
	}
	.study-box{
		padding:20px;
	}
	.captions{
		margin: 50px 0;
	}
	.caption-box{
		padding-top: 20px;
	}
	.caption-box1{
		margin-bottom: 20px;
	}
	#faq{
		margin: 8px;
	}
	.services-head{
		padding-bottom: 10px;
	}
	.accordion{
		padding: 20px;
		margin-bottom: 40px
	}
	.accordion-button{
		font-size: 17px;
	}
	.accordion-body{
		font-size: 16px;
	}

	.video-box{
		padding: 20px;
		margin: 0 10px;
	}
	.testimonial-section{
		padding: 0;
	}
	.client-box{
		flex-wrap: wrap;
		justify-content: center;
	}
	.client-line{
		position: static;
		text-align: center;
		line-height: 27px;
		padding-bottom: 20px;
	}
	.client-img img{
		width: 96%;
		border-radius: 10px;
		margin: 0 auto;
	}
	.main-client-text{
		width: 96%;
		margin: 0 auto;
	}
	.client-text{
		padding: 30px 20px;
		border-radius: 10px;
		font-size: 15px;
		line-height: 22px;
	}


	.footer-top{
		padding: 30px 0;
	}
	.footer-top .widget-title{
		margin: 20px 0;
	}

	/* about css */
	.about-banner{
		padding-top: 120px;
	}
	.about-sec-head h1{
		font-size: 56px;
	}
	.about-sec-head{
		padding: 80px 0;
	}
	.about-section{
		flex-wrap: wrap;
	}
	.story-box{
		height: 100%;
		width: 100%;
	}
	.story-pra{
		width: 100%;
		padding: 0 20px 20px 20px;
	}
	.story-img{
		margin: 0;
	}
	.story-img img{
		position: static;
		width: 100%;
		margin-top: 60px;
	}
	.rainbow{
		bottom: -136px;
		left: 68px;
	}
	.vision-flex{
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.vision-icon{
		width: 100%;
	}
	.vision{
		width: 90%;
	}
	.vision-text-head{
		left: 100px;
	}
	.vision-layer-img{
		right: 0;
		bottom: -55px;
	}
	.vision-dot-img{
		bottom: 30%;
	}
	.frame-section{
		flex-wrap: wrap;
	}
	.pink-text{
		width:85%;
		font-size: 15px;
		line-height: 20px;
	}
.pink-sticker{
	top: 38%;
}
.paper-bg{
	height: 600px !important;
	width: 500px !important;
}
.pink-sticker img{
	margin: 0;
	height: auto !important;
	text-align: center;
	margin-left: 70px;
}
.frame-image img{
	width: 100%;
}
/* .frame-text img{
	width: 100%;
	height: 390px;
} */
.frame-bg{
	width:100%;
	background-position: center;
}


/* course css */

.item-flex{
	flex-wrap: wrap;
}
.item-1{
	width: 90%;
	margin: 0 auto;
}
.coaching{
	flex-wrap: wrap;
	padding: 40px 0 0 0;
}
.coaching-1{
	width: 95%;
}
#live-classes{
	padding: 30px 10px;
	width: 100% !important;
}
.mentoring-flex{
	flex-wrap: wrap;
}
.robot img{
	position: static;
	width: 100%;
}

/* nift css */
.quality-box-home-bg{
	height: 95%;
}
.prepration-exams{
	flex-wrap: wrap;
}
.exam1{
	width: 300px;
}

/* uceed css */
.exam-nid-img img{
width: 100%;
}
.book-img{
	display: none;
}
.tagline-table{
	width: 100%;
	overflow-x: scroll !important;
}
.contact-page-card-flex{
	gap: 0;
	margin: 0;
flex-wrap: wrap;
}
.contact-left{
	border: none;
	padding: 0;
}
.testimonial-section {
    &::before {
		top: 5%;
	}}
	.contact-page-card-flex{
		padding: 30px 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
	.book-img{
		display: none;
	}
	.pink-text{
		width:90%;
	}
	.navbar{
		display: block;
	}
	header{
		display: none;
	}
	.about{
		height: 100%;
	}
	.banner-head{
		position: static;
		padding-top: 160px;
	}
	.banner{
		height: 100%;
	}
	.banner p{
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 18px;
	}
	.banner h1{
		font-size: 55px;
		line-height: 55px;
	}
	.bud-pra{
		font-size: 18px;
		line-height: 20px;
		margin: 0;
	}
	.line{
		width: 300px;
		margin-top: -10px;
	}
	.footer-section{
		font-size: 15px;
	}
	.banner-imgs img{
		width: 270px !important;
		margin: 0 auto;
	}
	.circle-img1{
		transform: translate(-0%, -0%) translateY(0px) rotate(0deg);
		margin-top: 0px;
	}
	.circle-img2{
		transform: translate(-0%, -0%) translateY(0px) rotate(0deg);
		margin-top: 0px;
	}
	.circle-img1:hover{
		transform: translate(-0%, -0%) translateY(0px) rotate(0deg);
	}
	.circle-img2:hover{
		transform: translate(-0%, -0%) translateY(0px) rotate(0deg);
	}
	.over-text{
		left: 70px;
	}
	.text{
		margin-left: 0 !important;
	}
	.footer-top .widget-title{
		margin: 20px 0;
	}
	.about-flex{
		flex-wrap: wrap;
		margin: 0;
		justify-content: center;
	}
	.ruchika-info{
		width: 67%;
		padding-top: 0;
	}

	.about-button button{
		right:-50px ;
	}
	.ruchika-head{
		font-size: 29px;
	}
	.count{
		padding: 50px 0 0 0;
		flex-wrap: wrap;
		gap: 5px;
	}
	#why-us{
		margin: 30px 0 0 0;
	}
	.why-us{
		margin: 10px;
		padding: 10px;
	}
	.why-row{
		padding: 20px 0;
	}
	.why-pra{
		font-size: 20px;
	}
	.line-why-us{
		width:190px;
	}
	.quality-1{
		font-size: 16px;
	}
	.quality-2 p{
		font-size: 16px;
	}
	.quality-2{
		width: 100%;
	}
	.why-us-img img{
		width: 100%;
	}
	.study-box-2{
		flex-wrap: wrap;
		gap: 20px;
	}
	.study-material{
		padding: 0px;
		margin: 20px;
	}
	.about-img{
		width: 270px;
		right: -133px;
	}
	.about-img img{
		width: 100%;
	}
	.card-main{
		margin: 50px 26px 0 26px;
	}
	#services{
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.service-box{
		padding: 0;
	}
	.slide-btn{
		padding: 0;
	}
	.line-study{
		width: 220px;
		margin-top: -15px;
	}
	.study-box{
		padding:20px;
	}
	.captions{
		margin: 50px 0;
	}
	.caption-box{
		padding-top: 20px;
	}
	.caption-box1{
		margin-bottom: 20px;
	}
	#faq{
		margin: 8px;
	}
	.services-head{
		padding-bottom: 10px;
	}
	.accordion{
		padding: 20px;
		margin-bottom: 40px
	}
	.accordion-button{
		font-size: 17px;
	}
	.accordion-body{
		font-size: 16px;
	}
	.video-box{
		padding: 20px;
		margin: 0 10px;
	}
	.testimonial-section{
		padding: 0;
	}
	.client-box{
		flex-wrap: wrap;
		justify-content: center;
	}
	.client-line{
		position: static;
		text-align: center;
		font-size: 22px;
		margin-bottom: 10px;
	}
	.review-line{
		width: 230px;
		margin: 0 auto;
		margin-top: -15px;
	}
	
	.client-img img{
		width: 96%;
		border-radius: 10px;
		margin: 0 auto;
	}
	.main-client-text{
		width: 96%;
		margin: 0 auto;
	}
	.client-text{
		padding: 30px 20px;
		border-radius: 10px;
		font-size: 16px;
		line-height: 26px;
	}
	.footer-top{
		padding: 30px 0;
	}

	.frame-section{
		flex-wrap: wrap;
		justify-content: center;
	}
	.pink-sticker{
		top: 47%;
	}

	.vision{
		width: 86%;
	}

	/* course css */

.item-flex{
	flex-wrap: wrap;
}
.item-1{
	width: 300px;
}
.coaching{
	flex-wrap: wrap;
	padding: 40px 0 0 0;
}
.coaching-1{
	width: 300px;
}
#live-classes{
	padding: 30px 10px;
	width: 90% !important;
}
.mentoring-flex{
	flex-wrap: wrap;
}
.mentoring-img{
	width: 300px;
}
.robot img{
	right: 0;
}
.quality-box-home-bg{
	height: 95%;
}
/* nift css */

.prepration-exams{
	flex-wrap: wrap;
}
.exam1{
	width: 300px;
}

/* uceed css */
.exam-nid-img img{
	width: 100%;
	}
}


@media only screen and (min-width: 567px) and (max-width: 767px) {
    .col-lg-4{
        width: 50% !important;
    }
	.col-lg-3{
		width: 100%;
	}
	.col-lg-7{
		width: 100%;
	}
	.col-lg-5{
		width: 100%;
	}
}


@media only screen and (min-width: 380px) and (max-width: 450px){
	.about-img{
		margin-left:200px
	}

}
@media only screen and (min-width: 451px) and (max-width: 767px){
	.about-img{
		margin-left:250px
	}

	.pink-sticker img{
		width: auto !important;
	}
	.frame-text img{
		height: auto;
	}
}
@media only screen and (min-width: 320px) and (max-width: 400px){
	.pink-text{
		width: 100%;
	}
	.pink-sticker{
		top:33%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 500px){
	.paper-bg{
		height: 650px !important;
		width: 100% !important;
	}
}


@media only screen and (min-width: 1200px) and (max-width:1399px){
	.frame-bg{
		width: 72%;
	}
	
}
@media only screen and (min-width: 1400px) and (max-width:1600px){
	.frame-bg{
		width: 72%;
	}
	
}
@media only screen and (min-width: 2600px) and (max-width:3100px){
	.frame-bg{
		width: 36%;
	}
	
}




.whatsapp_btn {
    position: fixed;
    bottom: 28px;
    left: 20px;
    z-index: 11;
}
.button {
  display: inline-block;
  position: relative;
}
.button.is-play {
  background-color: #24d267;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 44%;
  bottom: 40%;
}
.button.is-play .button-outer-circle {
  background: #24d267;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.button.is-play .button-icon {
  position: absolute;
  top: 48%;
  left: 47%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}
.button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.is-play .fa{
    margin: -10px -4px !important;
    padding: 0 !important;
    font-size: 50px;
    color: #fff;
}
@media (max-width:768px){
    .button.is-play{
        width: 50px;
        height:50px;
    }
    .is-play .fa{
        font-size: 30px;
        margin: -1px !important;
        padding: 0 !important;
    }
    .whatsapp_btn {
    position: fixed;
    bottom: 18px;
    left: 10px;
    z-index: 11;
}
}


.banner-imgs{
	touch-action: pan-y; /* allow vertical scroll on mobile */
	overscroll-behavior: contain; /* prevent scroll lock */
  }
  #company{
	padding: 50px 0 ;
  }

  table {
	width: 100%;
	border-collapse: collapse;
	box-shadow: 0 2px 12px rgba(0,0,0,0.1);
	margin: 20px 0;
}
thead {
	background-color: #f76786;
	color: white;
}
th, td {
	padding: 12px 15px;
	text-align: left;
	border: 1px solid #dedede;
}
tbody tr:hover {
	background-color: #ffe2e8;
}
th {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.info-company{
	font-size: 18px;
}
#info-company{
	margin: 90px 0 110px 0;
}
