/*
Theme Name: Coaching Institute Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: coaching-institute-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Coaching Institute Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
Coaching Institute Pro WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

:root {
 --blue: #525FE1;
 --orange: #F86F03;
 --white: #fff;
 --black: #000;
}

/* Basic Style */

 html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  position: relative;
  font-size: 14px;
  color:var(--black);
 font-family: "Outfit", sans-serif;
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
    font-weight: bold;
    margin: 0;
}
 p {
     margin: 0 ;
     padding: 0;
     font-size: 15px;
     font-weight: normal;
}
ul li a {
     letter-spacing: 0px;
       font-family: "Outfit", sans-serif;
}
 body a {
     text-decoration: none;
     color: #277BF8;
}
 a:hover {
     text-decoration: none;
}
 a:focus, a:hover {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0 0 0 0;
     padding: 0;
}

 input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea ,  select{
     border: 1px solid #bdbdbd;
     font-size: 14px;
     padding: 10px 10px;
     margin: 0 0 0px 0;
     height: auto;
     width: 100%;
     background: #FFFFFF;
     border-radius: 5px;
}

 section{
     background-size: cover !important;
     background-repeat: no-repeat !important;
     padding: 80px 0;
     background-attachment: scroll;
}
.footer-news-main{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
}
 .screen-reader-text {
     position: absolute;
     top: -9999em;
     left: -9999em;
}

.wpcf7-list-item-label{
      padding-left: 5px;
}

/*------------------------- Headings --------------------------*/
section h1{
    font: normal normal 800 50px / 66px Outfit;
}
 section h2 {
   font: 700 30px / 44px Rubik;
}
 section h3 {
font:normal normal bold 24px/28px Outfit;
margin-bottom: 0;
}
 section h5 {

}

/*----------------- Section Title--------------*/

/* ----------- Post Content ---------------*/

 .vw-fixed{
     background-attachment: fixed !important;;
     background-size: cover ;
     background-repeat: no-repeat ;

}
 .vw-scroll{
     background-attachment: scroll ;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
     position: fixed;
     bottom: 10px;
     right: 20px;
     background:var(--blue);
     width: 65px;
    height: 65px;
    line-height: 55px;
     display: block;
     text-align: center;
     text-decoration: none;
     border-radius: 50%;
     border: 10px solid rgb(243 243 243 / 69%);
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     z-index: 2;
}
 #return-to-top i {
     position: relative;
     font-size: 25px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: #fff !important;
     font-weight: 800;
}
 #return-to-top:hover {
     background: rgba(0, 0, 0, 0.9);
}


.sticky.stickynavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background:var(--white);
  padding: 15px 0;
  box-shadow: 0px 0px 20px #0000002B;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
.sticky.stickynavbar .top-bar-contact{
  display: none;
}
/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var( --black);
   width: 100%;
}
.loader-main{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}
.loader {
    width: 40px;
    height: 40px;
    background: no-repeat linear-gradient(#F86F03 0 0), no-repeat linear-gradient(#F86F03 0 0), no-repeat linear-gradient(#F86F03 0 0), no-repeat linear-gradient(#F86F03 0 0);
    background-size: 21px 21px;
    animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@keyframes l5 {
    0%   {background-position: 0    0, 100% 0, 100% 100%, 0 100%}
    33%  {background-position: 0    0, 100% 0, 100% 100%, 0 100%; width: 60px; height: 60px;}
    66%  {background-position: 100% 0, 100% 100%, 0    100%, 0 0   ; width: 60px; height: 60px;}
    100% {background-position: 100% 0, 100% 100%, 0    100%, 0 0   }
}
/* .loader {
    width: 40px;
    height: 40px;
     --c:no-repeat linear-gradient(#F86F03 0 0);
    background: var(--c),var(--c),var(--c),var(--c);
    background-size: 21px 21px;
    animation: l5 1.5s infinite cubic-bezier(0.3,1,0,1);
}
@keyframes l5 {
   0%   {background-position: 0    0,100% 0   ,100% 100%,0 100%}
   33%  {background-position: 0    0,100% 0   ,100% 100%,0 100%;width:60px;height: 60px}
   66%  {background-position: 100% 0,100% 100%,0    100%,0 0   ;width:60px;height: 60px}
   100% {background-position: 100% 0,100% 100%,0    100%,0 0   }
} */


 /* common css */
.main-head{
  font:  700 28px / 35px Outfit;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
}
.sub-head {
  font: 800 20px / 24px Kalam;
  letter-spacing: 0px;
  color: var(--orange);
}
.main-para {
  font: 400 16px/28px Outfit;
}

.theme-btn{
display: inline-block;
  border-radius: 6px;
  padding: 10px 27px;
  font: 500 15px / 20px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  position: relative;
  z-index: 1;
}
.btn-orange{
    background:var(--orange);
}
.btn-blue{
    background:var(--blue);
}
.theme-btn:before ,.theme-btn:after {
  transition: all 0.3s;
  content: "";
  height: 50%;
  width: 0;
  position: absolute;
    z-index: -1;
    opacity: 0;
}
.theme-btn:before  {
  top: 0;
  left: 0;
  border-radius: 6px 6px 0 0;
  opacity: 1;
}
.theme-btn:after  {
  bottom: 0;
  right: 0;
  border-radius: 0 0 6px 6px;
    opacity: 1;
}
.theme-btn:hover:before ,.theme-btn:hover:after {
  background: var(--black);
  width: 100%;
}
.theme-btn:hover{
  color: #fff;
}
.shape {
  display: inline-block;
  height: 3px;
  width: 70px;
  margin-bottom: 4px;
  margin-left: 15px;
  background-color:var(--orange);
  animation: leftright 3s infinite alternate ease-in-out;
}
@keyframes leftright {
  0%, 20% {
  transform: translateX(10%);
      left: 0%;
  }
  80%, 100% {
  transform:translateX(-15%);
  left: 100%;
  }
}
.contac_form .theme-btn p input, .enroll-shortcode .theme-btn p input,.newsletter-form-box .theme-btn p input{
    background: transparent;
    border: none;
    font: 500 14px / 19px Outfit;
    color: #fff;
    padding: 0;
}
.contac_form .theme-btn, .enroll-shortcode .theme-btn,.theme-btn .theme-btn{
  width: max-content;
}

/* -------------------Blog----------------------- */
.blog-img-outer{
      height: 232px;
}
.blog-img-outer img{
  height: 100%;
  width: 100%;
  object-fit: cover;
      border-radius: 15px;
}
.blog-detail-inner{
  border-radius: 20px;
  padding: 20px;
}
.blogs-meta{
      font-weight: 600;
}
#blog-news .owl-item:nth-child(odd) .blog-detail-inner,.blog-detail-box:nth-child(odd)  .blog-detail-inner{
  background: rgba(82, 94, 225, 0.1);
}
#blog-news .owl-item:nth-child(even) .blog-detail-inner,.blog-detail-box:nth-child(even) .blog-detail-inner{
    background: rgba(248, 109, 3, 0.1);
}
.blog-category {

  padding: 5px 20px;
  margin: 10px;
  border-radius: 4px;
}
#blog-news .owl-item:nth-child(odd) .blog-detail-inner .blog-category ,.blog-detail-box:nth-child(odd) .blog-detail-inner .blog-category{
        background-color:var(--blue);
}
#blog-news .owl-item:nth-child(even) .blog-detail-inner .blog-category ,.blog-detail-box:nth-child(even) .blog-detail-inner .blog-category{
      background-color:var(--orange);
}
.blog-category a{
  font: 600 16px / 18px Outfit;
  color: #FFFFFF;
}
.blog-title a{
  font:600 20px / 28px Outfit;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-author-image{
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.blog-enroll{
  font: normal normal 600 16px / 18px Outfit;
}
#blog-news .owl-item:nth-child(odd) .blog-detail-inner  .blog-enroll,.blog-detail-box:nth-child(odd) .blog-detail-inner  .blog-enroll,.blog-detail-box:nth-child(odd)  .blog-title a:hover,
#blog-news .owl-item:nth-child(odd) .blog-title a:hover{
        color: var(--blue);
}
#blog-news .owl-item:nth-child(even) .blog-detail-inner  .blog-enroll,.blog-detail-box:nth-child(even) .blog-detail-inner  .blog-enroll,.blog-detail-box:nth-child(even) .blog-title a:hover,
#blog-news .owl-item:nth-child(even) .blog-title a:hover{
    color: var(--orange);
}
.blog-img-outer{
  position: relative;
  overflow: hidden;
}
.blog-img-outer::before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.blog-img-outer:hover::before{
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.blog-detail-inner:hover .blog-category{
    margin-left: 25px;
        transition: all 0.5s;
}
/* Gallery */
/* .pp_gallery ul,.pp_gallery ul a{
  height: 60px;
}
.pp_gallery{
      margin-top: -80px;
} */
.pp_content_container:hover .pp_gallery {
  display: none !important;
}
#gallery .vw_gallery_front,#gallery-page .vw_gallery_front{
  display: grid;
  grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(8, 60px);
  margin: 0;
  grid-gap: 10px;
}
.grid-items:nth-child(6n+1), .grid-items:nth-child(6n+2), .grid-items:nth-child(6n+5), .grid-items:nth-child(6n+6) {
  grid-column: span 4;
  grid-row: span 4;
}
.grid-items:nth-child(6n+3), .grid-items:nth-child(6n+4) {
  grid-column: span 3;
  grid-row: span 4;
}
.grid-items img,#gallery .grid-items,#gallery-page .grid-items{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  position: relative;
  text-align: center;
      object-fit: cover;
}

.grid-items .icon_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity:0;
  background: #525FE1;
  /* filter: alpha(opacity=0); */
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.grid-items img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}


.grid-items .icon_overlay i{
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  /* margin: 50px 0 0 0; */
  background-color: transparent;
  /* -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px); */
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.grid-items:hover .icon_overlay {
  opacity: 0.7 !important;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/* .grid-items:hover .icon_overlay i{
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;

} */

/* about */
.award-wining-wrap{
  background: #F86F03;
  border-radius: 15px;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
}
.award-wining-wrap h6{
  font: 500 30px / 30px Outfit;
    color: #FFFFFF;
    margin-bottom: 0;
}
.award-wining-wrap p{
  font: 500 16px / 19px Outfit;
letter-spacing: 0px;
color: #FFFFFF;
}
.award-wining-wrap img{
  width: 55px !important;
  height: 65px !important;
  border-radius: unset !important;
  animation: pulse 2s linear infinite;
}
.abt-img-wrapper{
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(12, 22px);
  margin: 0;
  grid-gap: 20px;
  width: 90%;
}
.abt-img-wrapper .abt-item {
    width: 100%;
    height: auto;
    position: relative;
}
.abt-img-wrapper .abt-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        border-radius: 15px;
}
.abt-img-wrapper  .abt-item:nth-child(1){
  grid-row-start: 3;
  grid-row-end: 7;
  grid-column-start: 3;
  grid-column-end: 7;
}
.abt-img-wrapper  .abt-item:nth-child(2){
    grid-row-start: 1;
    grid-row-end: 10;
    grid-column-start: 7;
    grid-column-end: 12;
}
.abt-img-wrapper  .abt-item:nth-child(3){
  grid-row-start: 7;
  grid-row-end: 12;
  grid-column-start: 1;
  grid-column-end: 7;
      padding-right: 15px;
}
.abt-img-wrapper  .abt-item:nth-child(4){
  grid-row-start: 10;
  grid-row-end: 13;
  grid-column-start: 7;
  grid-column-end: 12;
}
.abt-img-wrapper  .abt-item:nth-child(2)::after{
  content: '';
  position: absolute;
  inset: 0;
  top: 33px;
  width: 100%;
  height: 90%;
  background: #525FE1;
  margin: 0 auto;
  z-index: -1;
  border-radius: 20px;
}
.abt-img-wrapper .abt-item:nth-child(2) img{
  position: relative;
  right: -15px;
  top: -3px;
      animation: shake 16s ease infinite;
}
.abt-inr-heading{
  font: 600 18px / 21px Outfit;
  color: #000000;
}
.our-records-info .counter{
  font: 700 30px / 30px Outfit;
  letter-spacing: 0px;
  color: #525FE1;
  display: flex;
}
.record_title{
  font: 400 16px / 24px Outfit;
  letter-spacing: 0px;
  color: #000000;
}
.about-content-main{
      gap: 20px;
}

/* testimonial */
.item-inner{
  background: rgba(248, 109, 3, 0.12);
  padding: 35px;
  text-align: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
overflow: hidden;
  position: relative;
}
.item-inner .item-inner{
      font-size: 15px;
}
.item-inner::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  border-bottom: 7px solid #F86F03;
}
.test-content p{
      font-size: 15px;
}
#testimonial .slider.slider-nav{
  width: 100%;
  max-width: 55%;
  margin: 0 auto;
 overflow: unset !important;
     margin-top: -30px;
}
#testimonial .slider.slider-nav i{
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
line-height: 50px;
}
i.fa-solid.fa-chevron-left.slick-arrow {
      left: 20px;
}
i.fa-solid.fa-chevron-right.slick-arrow{
      right: 10px;
}
#testimonial .item.slick-slide.slick-active {
    margin-top: 25px;
}
#testimonial .slider.slider-nav .slick-track{
    display: flex;
    gap: 10px;
    padding: 10px 0 20px;
}
.testi-image{
  position: relative;
}
.testi-image img {
  transition: all 1s ease 0s;
  border-radius: 50%;
    transform: scale(1);
}
/* #testimonial .slider.slider-nav .slick-active:not(.first-active,.last-active)  .testi-image img{
    border: 3px solid transparent;
} */

#testimonial .slider.slider-nav .slick-active.slick-center .testi-image img {
    transform: scale(1.7);
    border: 3px solid #F86F03;

}
#testimonial .slick-cloned:not(.slick-active){
      position: relative;
}
/* #testimonial .slick-cloned:not(.slick-active):after{
  position: absolute;
  height: 70px;
  width: 70px;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  inset: 0;
} */
.testi-title  a{
font: 700 24px / 28px Outfit;
letter-spacing: 0px;
color: #000000;
}
.slick-arrow {
  position: absolute;
  top: 35%;
  z-index: 2;
  color: #fff;
  font-size: 22px;
}
.test-content{
  font-size: 15px;
}
/* .slider.slider-nav  .slick-arrow{
      top: 50px;
} */

.testi-image{
  width: 55px;
height: 55px;
margin: 0 auto;
}
.slider-nav .first-active .testi-image::after ,.slider-nav .last-active .testi-image::after{
  content: '';
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.6;
  background: #F86F03;
  border-radius: 50%;
}
/* Event */
.event-title  a{
  font: bold 19px / 24px Outfit;
  color: #000000;
}
.event-title a:hover{
  color: var(--blue);
}
.event-content-wrap{
  background: #FFFFFF;
  border-radius: 20px;
  padding: 15px;
  margin: 10px 0px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.event-img{
      height: 160px;
      position: relative;
      overflow: hidden;
}
.event-img::before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.event-img:hover::before{
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.event-img img{
  border-radius: 15px;
  height: 100%;
  width: 100%;
      object-fit: cover;
}
.event-content-wrap:hover .event-img img{
  transform: scale(1);
transition: all 1s ease 0s;
}




.event-content-inner i{
      color: #525FE1;
}
.event-meta-date h6,.event-location{
  font: 600 14px / 24px Outfit;
  color: #000000;
}
.event-meta-date h6{
  text-transform: uppercase;
}


/* Teacher */
.teacher-title h4{
  font:bold 20px / 22px Outfit;
  color: #000000;
  margin-bottom: 5px;
}
.teacher-desig{
  font: 500 16px / 18px Outfit;
  color: #000000;
  margin-bottom: 0;
}
#teacher .teacher-inner {
  padding: 20px;
border-radius: 20px;
}
#teacher .owl-item:nth-child(odd) .teacher-inner {
      background: rgba(82, 94, 225, 0.1);
}
#teacher .owl-item:nth-child(even) .teacher-inner {
      background: rgba(248, 109, 3, 0.1);
}
.teacher-img img{
      border-radius: 15px;
}
.team-social-icon-box-main{
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
#teacher .owl-item:nth-child(odd) .teacher-inner:hover .teacher-title h4{
  color: #525FE1;
}
#teacher .owl-item:nth-child(even) .teacher-inner:hover .teacher-title h4{
  color: #F86F03;
}
#teacher .owl-item:nth-child(odd) .team-social-icon-box i:hover{
background:#525FE1;
}
#teacher .owl-item:nth-child(even) .team-social-icon-box i:hover{
  background: #F86F03;
}
.teacher-inner:hover .team-social-icon-box-main {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  bottom: 10px;
      z-index: 1;
}
.teacher-inner:hover .team-social-icon-box  p:nth-child(1) i{
  animation-delay: .5s;

}
.teacher-inner:hover  .team-social-icon-box  p:nth-child(2) i{
  animation-delay: .6s;
}
.teacher-inner:hover  .team-social-icon-box  p:nth-child(3) i{
  animation-delay: .7s;
}
.teacher-inner:hover  .team-social-icon-box  p:nth-child(4) i{
  animation-delay: .8s;
}
.teacher-inner:hover  .team-social-icon-box  p:nth-child(5) i{
  animation-delay: .9s;
}
.teacher-img::after{
  content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #000;
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    opacity: 0.1;
        border-radius: 15px;
}
#teacher .teacher-inner:hover .teacher-img::after{
    width: 100%;
}

/* Categroy section */
.cat-description{
  -webkit-mask-image: url(assets/images/categories/cat-mask.png);
  mask-image: url(assets/images/categories/cat-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  position: relative;
  background: rgba(82, 94, 225, 0.1);
  padding:  20% 15% 15% 15%;
}
#category .owl-item:nth-child(odd) .cat-description {
  background: rgba(248, 109, 3, 0.1);
}
#category .owl-item:nth-child(even) .cat-description{
    background: rgba(82, 94, 225, 0.1);
}
.img-category-title a{
  font: bold 18px / 20px Outfit;
  margin-bottom: 0;
  color: #000;
}
.cat-img-box{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
  top: 15px;
      z-index: 1;
}
#category .owl-item:nth-child(even) .cat-img-box{
    background:rgba(82, 94, 225, 0.1);
}
#category .owl-item:nth-child(odd) .cat-img-box{
    background:rgba(248, 109, 3, 0.1);
}
.cat-img-box img{
  width: 100%;
  height: 100%;
}

#category .owl-item:nth-child(odd) .cat-main-div:hover .cat-img-box,#category .owl-item:nth-child(odd) .cat-main-div:hover .cat-description{
  background: #F86F03;
}
#category .owl-item:nth-child(even) .cat-main-div:hover .cat-img-box,#category .owl-item:nth-child(even) .cat-main-div:hover .cat-description{
background: #525FE1;
}
.cat-main-div:hover svg path{
      fill: #fff;
}
.cat-main-div:hover .img-category-title a,.cat-main-div:hover .cat-para{
  color: #fff;
}
.cat-main-div:hover .cat-img-box{
  animation: bounceIn 1s linear;
}
/* ----Courses --------- */
.courses-box-main:nth-child(even) .courses-box{
  background: rgba(82, 94, 225, 0.1);
}
.courses-box-main:nth-child(odd) .courses-box{
  background: rgba(248, 109, 3, 0.1);
}
.courses-box .course-sale-price{
  font: bold 20px / 25px Outfit;
}
.courses-box-main:nth-child(odd) .courses-box .course-sale-price,.courses-box-main:nth-child(odd) .enroll-btn,.courses-box-main:nth-child(odd) .courses-title a:hover{
  color: #F86F03;
}
.courses-box-main:nth-child(even) .courses-box .course-sale-price,.courses-box-main:nth-child(even) .enroll-btn,.courses-box-main:nth-child(even) .courses-title a:hover{
    color: #525FE1;
}
.enroll-btn{
      font: normal normal 600 15px / 19px Outfit;
}
.courses-bottom-content h5{
  font: normal normal 600 16px / 18px Outfit;
}
.course-regular-price{
  font: 600 14px / 21px Outfit;
  text-decoration: line-through;
  color: #000000;
}
.courses-box {
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.courses-title a{
  font:600 17px / 20px Outfit;
  color: #000000;
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.course-img img{
      border-radius: 15px;
      height: 100%;
      width: 100%;
}
.courses-star i{
  color: #FF9100;
}
.courses-title{
  line-height: 20px;
}
.courses-box-main .authors-image{
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.course-img{
  position: relative;
    overflow: hidden;
}

.course-img:before,
.course-img:after{
    content: "";
    opacity: 0.1;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
        border-radius: 20px;
}
.courses-box-main:nth-child(even) .courses-box .course-img:before,.courses-box-main:nth-child(even) .courses-box .course-img:after{
  background: #525FE1;
}
.courses-box-main:nth-child(odd) .courses-box .course-img:before,.courses-box-main:nth-child(odd) .courses-box .course-img:after{
  background: #F86F03;
}
.course-img:after{
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.courses-box:hover .course-img:before,
.courses-box:hover .course-img:after{
    width: 100%;
}






/* Json */
.ive-vw-education-pro-slider-btn-wrap>.wp-block-group__inner-container ,.ive-vw-education-event-meta>.wp-block-group__inner-container,.ive-vw-education-pro-time-inner-meta>.wp-block-group__inner-container{
  display: flex;
  gap: 10px;
}
.ive-vw-education-pro-slider-iner{
      padding: 9% 0 3% 0;
}
.ive-vw-education-pro-cat-box-main{
  -webkit-mask-image: url(assets/images/categories/cat-mask.png);
  mask-image: url(assets/images/categories/cat-mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  position: relative;
  padding: 20% 15% 15% 15%;
}
.ive-vw-education-pro-cat-img{
  width: 100px;
height: 100px;
border-radius: 50%;
margin: auto;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
padding: 28px;
position: relative;
top: 15px;
z-index: 1;
background-color: #edeffc;
}
#ive-vw-education-pro-category-main .owl-item:nth-child(even) .ive-vw-education-pro-cat-img {
  background: #fff0e5;
}
.ive-vw-education-pro-abt-grid>.wp-block-group__inner-container{
  display: grid;
grid-template-columns: repeat(11, 1fr);
grid-template-rows: repeat(12, 22px);
margin: 0;
grid-gap: 20px;
width: 90%;
}
.ive-vw-education-pro-abt-grid>.wp-block-group__inner-container .ive-abt-item {
    width: 100%;
    height: auto;
    position: relative;
}
.ive-vw-education-pro-abt-grid>.wp-block-group__inner-container .ive-abt-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        border-radius: 15px;
}
.ive-vw-education-pro-abt-grid>.wp-block-group__inner-container  .ive-abt-item:nth-child(1){
  grid-row-start: 3;
  grid-row-end: 7;
  grid-column-start: 3;
  grid-column-end: 7;
}
.ive-vw-education-pro-abt-grid>.wp-block-group__inner-container  .ive-abt-item:nth-child(2){
    grid-row-start: 1;
    grid-row-end: 10;
    grid-column-start: 7;
    grid-column-end: 12;
}
.ive-vw-education-pro-abt-grid>.wp-block-group__inner-container  .ive-abt-item:nth-child(3){
  grid-row-start: 7;
  grid-row-end: 12;
  grid-column-start: 1;
  grid-column-end: 7;
      padding-right: 15px;
}
.ive-vw-education-pro-abt-grid>.wp-block-group__inner-container  .ive-abt-item:nth-child(4){
  grid-row-start: 10;
  grid-row-end: 13;
  grid-column-start: 7;
  grid-column-end: 12;
}
.ive-vw-education-pro-abt-grid>.wp-block-group__inner-container .wp-block-media-text{
  padding: 20px;
    border-radius: 20px;
}
.ive-vw-education-pro-event-img-wrap,.ive-vw-education-pro-event-img-wrap img{
  height: 100%;
    object-fit: cover;
    height: 160px;
border-radius: 20px;
}
.ive-vw-education-pro-event-box{
  padding: 20px;
border-radius: 20px;
}
#ive-vw-education-pro-why-choose-us-main .wp-block-media-text>.wp-block-media-text__content{
      padding: 0 3%;
}
#ive-vw-education-pro-testimonial-main .ive-tabs-content-wrap{
  border-radius: 20px;
      border-bottom: 7px solid #F86F03;
}
#ive-vw-education-pro-testimonial-main  .ive-tabs-wrap{
  display: flex;
flex-direction: column-reverse;
}
#ive-vw-education-pro-testimonial-main .ive-tabs-title-list{
  display: flex;
  gap: 10px;
  padding: 10px 0 20px;
  justify-content: center;
}
#ive-vw-education-pro-testimonial-main .ive-title-text{
  display: none;
}
#ive-vw-education-pro-testimonial-main .wp-block-ive-tabs .ive-tabs-title-list li.ive-tab-title-active .ive-tab-title{
  transform: scale(1.5);
border: 3px solid #F86F03 !important;
padding: 0 !important;
background: transparent;
border-radius: 50% !important;
}
.ive-vw-education-pro-how-work-inner>.wp-block-group__inner-container {
  display: flex;
}
.ive-vw-education-pro-work-number{
  position: absolute;
top: 7%;
left: 10%;
}
.ive-vw-education-pro-how-work-svg{
  display: flex;
align-items: center;
}
.ive-vw-education-pro-bg-img img{
  width: 100%;
  border-radius: 20px;
}
.ive-vw-education-pro-how-it-inner{
      margin: 0 9%;
      position: relative;
}
.ive-vw-edu-pro-iner-bx{
  margin-top: 13% !important;
}
.ive-vw-education-pro-how-top {
  position: absolute;
  top: -40%;
  width: 70%;
  margin: 0 auto;
  left: 6%;
}
.ive-vw-edu-top-right-content{
  display: flex;
  height: 100%;
  align-items: center;
  padding: 30px;
  background: #FEEDE0;
      border-radius: 20px !important;
}
.ive-vw-edu-pro-how-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ive-vw-education-pro-how-girl-img{
  position: absolute;
top: -122px;
height: 500px;
right: -8rem;
}
.ive-vw-education-pro-how-girl-img img{
  height: 100%;
}
.ive-vw-edu-pro-how-content  .ive-btn-wrap a{
  width: max-content;
}
.ive-vw-edu-pro-iner-bx  .suzuki-dashboard{
  display: flex;
  gap:10px;
}
.ive-vw-edu-pro-iner-bx .suzuki-digit{
  padding: 0 !important;
  font-family:Outfit;
}
.ive-vw-edu-pro-iner-bx .wp-block-group__inner-container{
  display: flex;
  flex-direction: column;
  gap:15px;
}
#ive-vw-education-pro-get-in-touch-main{
  padding-top: 10%;
}
#ive-vw-education-pro-get-in-touch-main .wp-block-video video{
      border-radius: 20px;
}
#ive-vw-education-pro-team-main .ive-svg-icon-wrap i,.ive-vw-education-pro-slider-main .ive-svg-icon-wrap i{
  background: #000;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
}
.ive-vw-education-pro-slider-main .ive-svg-icon-wrap i{
  width: 30px;
  line-height: 30px;
}

#ive-vw-education-pro-team-main .wp-block-ive-icon {
  position: absolute;
left: 0;
right: 0;
opacity: 0;
}
#ive-vw-education-pro-team-main .ive-slide-inner-content-inner:hover .wp-block-ive-icon {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  bottom: 25%;
      z-index: 1;
}
#ive-vw-education-pro-gallery-main .ive-gallery-ul {
  display: grid;
grid-template-columns: repeat(11, 1fr);
grid-template-rows: repeat(8, 60px);
margin: 0;
grid-gap: 10px;
}
#ive-vw-education-pro-gallery-main .ibtana-blocks-gallery-item,#ive-vw-education-pro-gallery-main .ive-gal-image-radius,#ive-vw-education-pro-gallery-main .ive-gal-image-radius img,#ive-vw-education-pro-gallery-main .ive-gallery-figure, #ive-vw-education-pro-gallery-main .ive-gallery-image-contain  {
width: 100%;
height: 100%;
object-fit: cover;

}
#ive-vw-education-pro-gallery-main .ive-gallery-ul .ibtana-blocks-gallery-item .ibtana-blocks-gallery-item-inner figure .ive-gallery-image-contain.ibtana-blocks-gallery-intrinsic{
  position: unset;
}
#ive-vw-education-pro-gallery-main .ive-gal-image-radius img{
  border-radius: 20px;
}
#ive-vw-education-pro-gallery-main .ibtana-blocks-gallery-item:nth-child(6n+1), #ive-vw-education-pro-gallery-main .ibtana-blocks-gallery-item:nth-child(6n+2),#ive-vw-education-pro-gallery-main .ibtana-blocks-gallery-item:nth-child(6n+5), .ibtana-blocks-gallery-item:nth-child(6n+6) {
  grid-column: span 4;
  grid-row: span 4;
}
#ive-vw-education-pro-gallery-main .ibtana-blocks-gallery-item:nth-child(6n+3),#ive-vw-education-pro-gallery-main .ibtana-blocks-gallery-item:nth-child(6n+4) {
  grid-column: span 3;
  grid-row: span 4;
}
#ive-vw-education-pro-blog-main .blog-category{
  position: absolute;
  bottom: 40%;
  left: 30px;
}
#ive-vw-education-pro-blog-main .owl-item:nth-child(even) .blog-category{
  background: #F86F03;
}
#ive-vw-education-pro-blog-main .owl-item:nth-child(odd) .blog-category{
  background:#525FE1;
}
#ive-vw-education-pro-blog-main .owl-item:nth-child(even) .post-item,#ive-vw-education-pro-team-main .owl-item:nth-child(even) .ive-slide-inner-content-inner {
      background-color: rgba(248, 109, 3, 0.1);
      padding: 20px;
      border-radius: 20px;
}
#ive-vw-education-pro-blog-main .owl-item:nth-child(odd) .post-item ,#ive-vw-education-pro-team-main .owl-item:nth-child(odd) .ive-slide-inner-content-inner {
      background: rgba(82, 94, 225, 0.1);
      padding: 20px;
      border-radius: 20px;
}
#ive-vw-education-pro-blog-main .ive-inner-post-content{
      padding: 10px 0 !important;
}
#ive-vw-education-pro-blog-main .post-title{
      line-height: 25px;
}
#ive-vw-education-pro-blog-main  .post-image{
    border-radius: 20px;
}

/* ----Courses --------- */
.courses-box-main:nth-child(even) .courses-box{
  background: rgba(82, 94, 225, 0.1);
}
.courses-box-main:nth-child(odd) .courses-box{
  background: rgba(248, 109, 3, 0.1);
}
.courses-box .course-sale-price{
  font: bold 20px / 25px Outfit;
}
.courses-box-main:nth-child(odd) .courses-box .course-sale-price,.courses-box-main:nth-child(odd) .enroll-btn,.courses-box-main:nth-child(odd) .courses-title a:hover{
  color: #F86F03;
}
.courses-box-main:nth-child(even) .courses-box .course-sale-price,.courses-box-main:nth-child(even) .enroll-btn,.courses-box-main:nth-child(even) .courses-title a:hover{
    color: #525FE1;
}
.enroll-btn{
      font: normal normal 600 15px / 19px Outfit;
}
.courses-bottom-content h5{
  font: normal normal 600 16px / 18px Outfit;
}
.course-regular-price{
  font: 600 14px / 21px Outfit;
  text-decoration: line-through;
  color: #000000;
}
.courses-box {
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.courses-title a{
  font:600 17px / 20px Outfit;
  color: #000000;
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.course-img img{
      border-radius: 15px;
}
.courses-star i{
  color: #FF9100;
}
.courses-title{
  line-height: 20px;
}
.courses-box-main .authors-image{
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.course-img{
  position: relative;
    overflow: hidden;
}

.course-img:before,
.course-img:after{
    content: "";
    opacity: 0.1;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
        border-radius: 20px;
}
.courses-box-main:nth-child(even) .courses-box .course-img:before,.courses-box-main:nth-child(even) .courses-box .course-img:after{
  background: #525FE1;
}
.courses-box-main:nth-child(odd) .courses-box .course-img:before,.courses-box-main:nth-child(odd) .courses-box .course-img:after{
  background: #F86F03;
}
.course-img:after{
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.courses-box:hover .course-img:before,
.courses-box:hover .course-img:after{
    width: 100%;
}
.ive-vw-education-pro-submain .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ive-edu-sub-heading-before{
  height: 3px;
  width: 70px;
  display: inline-block;
  background: #F86F03;
}
.ive-vw-education-pro-slider-item-main>.wp-block-group__inner-container{
  display: grid;
    grid-template-columns: repeat(13, 1fr);
    grid-template-rows: repeat(11, 42px);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-1 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 4;
    grid-column-end: 10;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    gap: 0;
}
.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-2 {
    grid-row-start: 1;
    grid-row-end: 7;
    grid-column-start: 9;
    grid-column-end: 14;
    position: relative;
    z-index: 1;
    bottom: 12px;
}
  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-2::after{
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 20px 20px 20px 30px;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60%;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    box-shadow: 0px 3px 6px #00000029;
  }
.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-3 {
    grid-row-start: 7;
    grid-row-end: 11;
    grid-column-start: 1;
    grid-column-end: 9;
    display: flex;
    position: relative;
    z-index: 1;
    top: 10px;
    right: 16px;
    height: 100%;
    max-height: 87%;
}
.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-3::after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 20px 25px 20px 20px;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    box-shadow: 0px 3px 6px #00000029;
}
.ive-vw-education-pro-slider-item-3 .ive-vw-education-pro-ornage-gril{
  position: relative;
    top: -56px;
}
.ive-vw-education-pro-review-main .wp-block-group__inner-container {
  display: flex;
flex-direction: column;
gap: 10px;
padding-right: 10px;
}
.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-4, .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-5 {
    background: var(--orange);
    border-radius: 20px;
    padding: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}
.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-4 {
    grid-row-start: 3;
    grid-row-end: 7;
    grid-column-start: 4;
    grid-column-end: 9;
        bottom: -9px;
}
.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-5 {
  grid-row-start: 7;
  grid-row-end: 11;
  grid-column-start: 9;
  grid-column-end: 15;
  bottom: 22px;
  left: -18px;
}
.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-6 {
    grid-row-start: 11;
    grid-row-end: 13;
    grid-column-start: 3;
    grid-column-end: 14;
    background: #525FE1;
    border-radius: 20px;
    padding: 20px;
    margin-top: -15px;
}
.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-7 {
    grid-row-start: 6;
    grid-row-end: 8;
    grid-column-start: 8;
    grid-column-end: 10;
    position: relative;
    z-index: 1;
}
.ive-vw-education-pro-slider-item-7 svg{
  height: 82px;
right: -7px;
position: absolute;
z-index: -2;
width: 121px;
    top: 4px;
}
#ive-vw-education-pro-get-in-touch-main .wp-block-video{
  margin: 0;
}
#ive-vw-education-pro-about-main .ive-vw-education-pro-submain .wp-block-group__inner-container,#ive-vw-education-pro-event-main .ive-vw-education-pro-submain .wp-block-group__inner-container,#ive-vw-education-pro-how-to-work-main .ive-vw-education-pro-submain .wp-block-group__inner-container{
  justify-content: center;
}

#ive-vw-education-pro-blog-main .post-item  img{
  border-radius: 12px;
  object-fit: cover;
}
@media screen and (max-width: 1600px) and (min-width: 1201px){
  .ive-vw-education-pro-bg-img{
    height:380px;
  }
  .ive-vw-education-pro-bg-img img{
  height: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px){
  .ive-vw-education-pro-bg-img{
        height: 380px;
  }
  .ive-vw-education-pro-bg-img img{
        height: 100%;
  }
   .ive-vw-education-pro-event-col{
         flex-wrap: nowrap !important;
   }
   .ive-vw-education-pro-slider-iner{
         padding: 14% 0 3% 0;
   }
   .how-arw svg{
         width: 100px;
   }

}
@media screen and (max-width: 1199px) and (min-width: 1024px){
.ive-vw-education-pro-cat-box-main{
  padding: 20% 4% 15% 4%;

}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
  .ive-vw-education-pro-abt-grid>.wp-block-group__inner-container{
       width: 100%;
           grid-gap: 8px;
  }
    .ive-vw-education-pro-slider-item-3 .ive-vw-education-pro-ornage-gril{
        top: -30px;
    }
    .ive-vw-education-pro-slider-item-7 svg{
      width: 92px;
    }
    .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-1{
      grid-column-start: 1;
      grid-column-end: 10;
    }
    .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-2 figure{
      position: relative;
      top: 93px;
    }
    .ive-vw-education-pro-how-girl-img{
      top: 17px;
        height: 364px;
        right: -2rem;
    }
    .ive-vw-education-pro-work-number{
          left: 0%;
    }
    .ive-vw-education-pro-submain .wp-block-group__inner-container,.ive-vw-education-pro-slider-btn-wrap>.wp-block-group__inner-container, .ive-vw-education-event-meta>.wp-block-group__inner-container, .ive-vw-education-pro-time-inner-meta>.wp-block-group__inner-container{
      justify-content: start !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 781px){
  .ive-vw-education-pro-slider-col {
    display: block !important;
  }
  .ive-vw-education-pro-abt-grid>.wp-block-group__inner-container{
    grid-gap: 16px;
    width: 100%;
    grid-template-rows: repeat(12, 7px);
  }
}

@media screen and (max-width: 991px){
  #ive-vw-education-pro-how-to-work-main .ive-divider-block svg{
    width: 110px;
height: 26px;
  }
  .ive-vw-education-pro-how-top{
    top: -29%;
    left: 0%;
  }
  .ive-vw-edu-top-right-content{
    padding: 14px;
  }
  .ive-vw-education-pro-submain .wp-block-group__inner-container,.ive-vw-education-pro-slider-btn-wrap>.wp-block-group__inner-container, .ive-vw-education-event-meta>.wp-block-group__inner-container, .ive-vw-education-pro-time-inner-meta>.wp-block-group__inner-container{
    justify-content: center;
  }
  #ive-vw-education-pro-get-in-touch-main {
    padding-top: 20%;
}
  .ive-vw-education-pro-get-para p{
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  #ive-vw-education-pro-get-in-touch-main .suzuki-dash{
    height: max-content;
  }
  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-6{
  flex-wrap: nowrap !important;
  }
  .ive-vw-education-pro-slider-item-7 svg{
    right: -5px
  }
  .ive-vw-education-pro-how-girl-img img{
    display: none;
  }
  .ive-vw-education-pro-work-number{
        left: -15%;
  }
  .ive-vw-education-pro-gallery-iner-main,.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-3{
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 767px){
  .ive-vw-education-pro-get-para p{
    display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
    #ive-vw-education-pro-blog-main .post-meta>div{
    text-align: center!important;
  }


  #ive-vw-education-pro-why-choose-us-main .wp-block-media-text__media,  .ive-vw-education-pro-abt-btm .wp-block-media-text__media{
    text-align: center;
  }
  #ive-vw-education-pro-why-choose-us-main .wp-block-media-text__media img, .ive-vw-education-pro-abt-btm .wp-block-media-text__media img {
      width: auto;
  }
  .ive-vw-education-pro-how-top,.ive-vw-edu-pro-how-content{
    position: unset;
    width: 100%;
  }
  #ive-vw-education-pro-get-in-touch-main{
        background: #525FE1;
  }
  .ive-vw-education-pro-bg-img img,.ive-vw-education-pro-how-girl-img img{
    display: none;
  }
  .ive-vw-edu-pro-iner-bx .suzuki-dashboard{
        justify-content: center;
  }
  .ive-vw-education-pro-how-work-inner>.wp-block-group__inner-container{
    display: block;
  }
  .ive-vw-education-pro-how-work-svg{
    justify-content: center;
    margin: 10px 0;
  }

  .ive-vw-education-pro-slider-item-2  .wp-block-group__inner-container ,.ive-vw-education-pro-slider-item-2 .wp-block-image ,.ive-vw-education-pro-slider-item-2 img,
  .ive-vw-education-pro-ornage-gril,.ive-vw-education-pro-ornage-girl-main{
      height: 100%;
      width: 100%;
      object-fit: contain;
  }
    .ive-vw-education-pro-ornage-gril img{

    }
  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-4 figure,.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-5 figure{
    text-align: center;
  }
  .ive-vw-education-pro-slider-item-7 svg{
        width: 102px;
  }
  .ive-vw-education-pro-slider-item-3 .ive-vw-education-pro-ornage-gril{
    top: -20px;
  }
}
@media screen and (max-width: 575px){
  .ive-vw-education-pro-slider-item-main>.wp-block-group__inner-container{
    grid-gap:10px;
  }
  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-3{
      flex-wrap: wrap !important;
    }
  .ive-vw-education-pro-slider-item-3 .ive-vw-education-pro-ornage-gril{
    top: unset;
  }
  .ive-vw-education-pro-ornage-gril img{
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .ive-vw-education-event-meta>.wp-block-group__inner-container{
        justify-content: center;
  }
  .ive-vw-education-pro-abt-grid>.wp-block-group__inner-container{
    grid-template-rows: repeat(12, 15px);
    grid-gap: 8px;
  }
  .ive-vw-education-pro-abt-grid>.wp-block-group__inner-container .wp-block-media-text{
    grid-template-columns: 37% auto !important;
        padding: 0px !important;
  }
   #ive-vw-education-pro-team-main .owl-carousel .owl-item img{
        width: 100% !important;
  }


    #ive-vw-education-pro-get-in-touch-main .suzuki-dash{
    height: max-content;
  }
  .ive-vw-edu-pro-iner-bx{
    display: block !important;
  }
  #ive-vw-education-pro-gallery-main .ive-gallery-ul{
    grid-template-rows: repeat(8, 25px);
  }
  .ive-vw-education-pro-gallery-iner-main{
    flex-wrap: wrap !important;
  }
  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-2{
    grid-row-start: 3;
    grid-row-end: 7;
    grid-column-start: 8;
    grid-column-end: 14;
  }
  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-4 {
    grid-column-start: 1;
    grid-column-end: 8;
    bottom: 0;
  }
  .ive-vw-education-pro-review-main,.ive-vw-education-pro-slider-item-7 svg{
    display: none;
  }
  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-3 {
    grid-row-start: 7;
    grid-row-end: 11;
    grid-column-start: 1;
    grid-column-end: 8;
    right: 0;
    top: 0;
    max-height: 100%;
  }
  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-5{
      grid-column-start: 8;
      grid-column-end: 14;
      left: 0px;
      bottom: 0;
  }
  .ive-vw-education-pro-slider-item-3 .ive-vw-education-pro-ornage-gril{
    top: 0px;
    width: 83%;
    margin: 0 auto;
  }

  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-6{
    padding: 9px;
    margin-top: -2px;
  }
  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-1{
    grid-column-start: 1;
    grid-column-end: 12;
    position: relative;
bottom: 10px;
  }
  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-2::after{
    height: 100%;
      width: 100%;
  }

  /* .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-2>.wp-block-group ,  .ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-2>.wp-block-group ,.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-2 .wp-block-group__inner-container img,.ive-vw-education-pro-slider-item-main .ive-vw-education-pro-slider-item-2 .wp-block-group__inner-container figure{
    height: 100%;
    width: 100%;
        object-fit: contain;
  } */
}
