/*media css*/
/*==============================================*/

@media screen and (max-width:1399px){
  .navbar a{
    font-size: 18px;
  }
}


@media screen and (min-width:991px) and (max-width: 1200px)
{

    #navbar li a {
    font-size: 15px;
  }

  #header .logo img {
    max-height: 70px;
  }

  .testimonials-slide .content {
    padding-top: 120px;
  }
  #header {
    padding: 15px 0;
  }
    
} 



@media screen and (min-width:991px){
  .navbar li {
  margin-left: 20px;
}

  .menu-icon {
  color: #fff;
  font-size: 26px;
  display: none;
}

.navbar > ul > li > a:before, .navbar > ul > li > a:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  top: 120%;
  transition: 0.5s;
/*  mix-blend-mode: multiply;*/
}
.navbar > ul > li > a:before {
  left: 0;
  background: #26247B
}
.navbar > ul > li > a:after {
  right: 0;
  background: #EE3D8A;
}

.navbar > ul > li:hover a:before {
  width: 50%;
  transform: translate(100%);
}

.navbar > ul > li:hover a:after {
  width: 50%;
  transform: translate(-100%);
}

#header {
padding-top: 30px;
}

}

@media screen and (min-width:768px)

{

  .desktop-hide
  {
    display: none !important;

  }

  .team-member-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}


.main_menu li a.scrollto
{
  position: relative;
  color: #EE3D8A;
  transition: all 0.2s ease-out;

}

.main_menu li a.scrollto {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-perspective: 400;
  -moz-perspective: 400;
  -ms-perspective: 400;
  -o-perspective: 400;
  perspective: 400;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  color:transparent;
  backface-visibility: hidden;
}

.main_menu li a.scrollto::before,
 .main_menu li a.scrollto::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform-origin: center center 0 50%;
  -moz-transform-origin: center center 0 50%;
  -ms-transform-origin: center center 0 50%;
  -o-transform-origin: center center 0 50%;
  transform-origin: center center 0 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  content: attr(data-menu-name);
  backface-visibility: hidden;
  top: 0;
  left: 0;
  color: transparent;
}
.main_menu li a.scrollto::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #fff;
}
.main_menu li a.scrollto:hover::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-top: -1em;
}
.main_menu li a.scrollto::after {
  color:#EE3D8A;
  margin-top: 1em;
}


.main_menu li a.scrollto:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  margin-top: 0;
}


}
@media screen and (max-width:1299px)

{

.list_content h3 {
  font-size: 22px;
  margin-bottom: 0;
}

}


@media screen and (max-width:991px)
{


    .sec_padd.testimonials-section {
     margin-top: 100px;
     }


.main_menu ul {

  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.navbar-mobile .main_menu ul
{

opacity: 1;
visibility:visible;


}
.navbar-mobile .dropdown ul {
    display: block;
    background: transparent;
    box-shadow: none;
}

.navbar-mobile .dropdown ul a {
    font-family: 'Arima', cursive;
    white-space: break-spaces;
}

.navbar-mobile .dropdown i {
    display: none;
}
.mobile-nav-toggle .line {
  display: block;
  background: #EE3D8A;
  height: 2px;
  width: 35px;
  margin: 10px 0;
}

.navbar-mobile ul {
  position: fixed;
  background: #fff;
  display: block;
  left: auto;
  top: 100px;
  width: 90%;
  border-radius: 15%;
  right: 30px;
  margin: auto;
  text-align: center;
  padding:20px 40px;
  max-width: 350px;
}

.navbar-mobile::after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.main_menu {
  position: relative;
  z-index: 999;
}


  .mobile-nav-toggle {
    display: block;
    z-index: 999;
  }
/*
  .navbar ul {
    display: none;
  }
*/



  .main_menu ul li a {
  text-align: center;
  display: block;
  font-size: 16px;
        font-family: 'Arima', cursive;
        color: #000;
        padding: 5px 20px;
}

/*.main_menu .nav-link.scrollto.active {
  color: #EE3D8A;
}

.main_menu ul li a:hover
{
    color: #EE3D8A;
}*/


.navbar-mobile ul::after {
  position: absolute;
  content: "";
  width: 58px;
  height: 34px;
  top: -17px;
  right: 24px;
  border-top: 20px;
  background: url("http://ckdevelopment.artemedia.co.in/public/ck-confident/public/front/img/menu_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-mobile .active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: url("http://ckdevelopment.artemedia.co.in/public/ck-confident/public/front/img/border-line.svg");
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  right: 0;
}





}


@media screen and (max-width:767px)
{

.banner_id {
    max-width: 90%;
    margin: 0 auto;
}
  #header .logo img {
  max-height: 65px;
}
.navbar-mobile ul {
    left: 0;
    right: 0;
    height: 80vh;
    overflow-y: scroll;
}
.navbar-mobile ul li.dropdown ul {
    height: auto;
    overflow-y: auto;
}
.head_title.mb-5 {
  margin-bottom: 10px !important;
}
.head_title h3 {
  font-size: 34px;
}

/*.sec_padd {
  padding: 30px 0;
}
*/
.team_list {
  margin-bottom: 20px;
}
.view-more.mt-5 {
  margin-top: 15px !important;
}
.address-block .info h4 {

  font-size: 18px;

}


.banner_content .join-link {
  font-size: 26px;
  margin-top: 20px;
}
.activities-content .read-more {
  font-size: 0;
  min-width: auto;
}
.activities-content .read-more .arrow {
  margin-left: 1px;
  font-size: 16px;
  margin-right: 15px;
}
.sec_padd {
  padding: 30px 0;
}
.mobile-banner img {
  width: 100%;
}
#Vision-mission-section {
  padding-top: 0;
}
#Vision-mission-section {
  padding-top: 0;
  padding-bottom: 0;
}

}








@media screen and (max-width:767px)
{

 .testimonials-bg {
  padding-right: 40px;
  padding-left: 40px;
}


.testimonials-bg .slick-prev {
  left: -45px;
}
.testimonials-bg .slick-next {
  right: -25px;
}

.img-order-2 {
  order: 2;
}

/*.banner_id {
  margin-top: 150px;
}*/
.banner_content {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}


.about-img {
  margin-bottom: 20px;
}

.social_icon li {

  width: 35px;

}

.footer-menu-link ul li a {
  color: #fff;
  padding: 8px 15px;
  display: block;
  font-size: 16px;
}

.banner_content h3 {
  font-size: 28px;
}

.Vision_box p {
  margin: 0;
  font-size: 16px;
}


.info_item {
  margin: 20px 0;
  width: 50%;
}

.testimonials-slide .content
{
    padding-top:70px;
    border-radius: 100% 100% 8px 8px;
    min-height: auto;
}

.testimonials-slide .content p {
  margin: 0;
  font-size: 14px;
line-height: normal;
}
.testi-img {
  width: 110px;
  height: 110px;
}
.testimonials-slide .content .star {
  font-size: 12px;
}

.mobile-hide
{
  display: none !important;

}

.testimonials-section {
  position: relative;
  overflow: hidden;
}

.testimonials-bg .head_title h3 {
  color: #fff;
  margin-top: 0;
}


.info_item .info-icon {
  position: absolute;
  left: 0;
  top: -7px;
  bottom: 0;
  border: none;
  text-align: center;
  font-size: 26px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 70px;
  color: #fff;
}
.count-text {
  font-size: 18px;

}

.img-fluid.icon3 {
  max-width: 40px;
  left: 15px;
  top: 5px;
}

.img-fluid.icon1 {
  max-width: 40px;
  right: 15px;
  left: auto;
  top: -5px;
}

#header {
  background: none;
}
.header-overlay.top-bg-color {
  background: none;
  margin-top: -70px;
}
.right-rocket svg {
  max-width: 100%;
}
.right-rocket {
  max-width: 50px;
  right: 10px;
}

.mobile-about-img {
  float: right;
  max-width: 300px;
}
#header.sticky-header {
  background: #fff;
}

.fixed_icon {
  max-width: 50px;
}

.testimonials-slide .content p {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.common-btn {
  font-size: 14px;
}

.green-dot-circle {
  bottom: 50px;
  right: 15px;
  width: 20px;
  height: 20px;
}
#activities-section .head_title h3 {
  margin-bottom: 40px;
}

.form-group.home-submit-btn {
  text-align: center;
  justify-content:center;
}
#team-member {
  padding: 0px 20px 0px;
  overflow: hidden;
}
.team-member-row .slick-track {
    display: flex;
    flex-wrap: wrap;
}
.team-member-row .team_list{
  height: inherit;
}
section#our-gallery {
    padding-top: 0;
}
.contact-form .form-group .form-control {
  padding: 10px 0;
}

.col-md-8.pe-5 {
  padding-right: 0 !important;
}
.gallery-title
{
  font-size: 14px;

}


#content-us .head_title {
  text-align: center;
}

.contact-form .form-group {
  margin-bottom: 20px;
  text-align: center;
}

.col-md-8.pe-5 {
  padding-right: 15px !important;
}
.row.reverse-row {
  flex-direction: column-reverse;
}

.benefits_list li {
  display: block;
  width: 100%;
}
.facilities-box .details {
  display: block;
}
.details_left {
  width: 100%;
  padding-right: 0;
}
.details_right {
  width: 100%;
  margin-top: 20px;
}
.facilities-box h3 {
  margin-bottom: 0;
}
.row.list-row .col-md-3 {
  margin-bottom: 30px;
}
.faqs-list-block {
  display: block;
}
.faqs-list-block .card-link {
  font-size: 16px;
  padding: 10px 35px;
  background: #EE3D8A;
border-color: #EE3D8A;
}

.faqs-list-block .card-header {
border-color: #EE3D8A;

}

.card.faq-list::after {
    top: 10px;

}

#admissionr-block {
  overflow: hidden;
}

#filters ul {
  padding: 0;
  margin-bottom: 10px;
}
#filters ul li a {
  font-size: 16px;
  margin: 10px 0;
}
#filters .filtro {
  display: inline-block;
  padding: 0 10px;
}

#filters .img-box {
  position: relative;
  padding: 10px;
  border-radius: 20px;
  border: 2px dashed #EE3D8A;
  margin: 10px 0;
}

.galery-footer img {
  max-width: 35px;
}

.yellow-dots {
  display: none;
}
.contact-us {
  margin-top: 50px;
}
.dropdown.dropdown-active ul {
  display: block;
  width: 100%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
}
.navbar-mobile .dropdown ul a {
  padding: 5px 20px;
}

.col-md-3.admission-step.top-arrow::after, .col-md-3.admission-step.bottom-arrow::after {
  display: none;
}

.faqs-list-block .card-link::after {
  position: absolute;
  content: "";
  height: 33px;
  border-top: 10px solid #FBAF5B;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.student-flow {
    position: relative;
    bottom: 0;
}
.education_step {
    position: relative;
}
.education_step.step-1{
    left:0;
    right:0;
    margin: 2rem auto;
    top: 0;
}
.education_step.step-2{
    left:0;
    right:0;
    margin: 2rem auto;
    top: 0;
}
.education_step.step-3{
    left:0;
    right:0;
    margin: 2rem auto;
    top: 0;
}
.education_step.step-4{
    left:0;
    right:0;
    margin: 2rem auto;
    top: 0;
}
.education_step.step-5{
    left:0;
    right:0;
    margin: 2rem auto;
    top: 0;
}
.education_step .line {
    display: none;
}
#kids_sec {
    padding-bottom: 10px;
    margin-bottom: 0 !important;
}
#top-banner {
    display: block !important;
    padding-bottom: 50px;
    padding-top: 100px;
}
section.mobile-banner.desktop-hide {
    display: none !important;
}

}


@media screen and (max-width:420px)

{

    .info_item {
  width: 100%;
}

.info_item .info-icon {
  font-size: 30px;
}
.info_item .info-icon {
  height: 60px;
  width: 60px;
  line-height: 70px;
}

}