/**
* Main Css File
**/

body{
    font-size: 1rem;
    line-height: 1.7rem;
    color: #444444;
}

h3.step-title{
	font-size: 40px;
	color: #ee6585;
	margin-bottom: .25em;
}
h4.number-title{
	color: #00517a;
	margin-bottom: .25em;
}

.section_padding{
    padding:60px 0px;
}

.teachers-name{
    font-size: 1.25rem;
    line-height: 1.375;
    font-weight: 700;
    color: #000000;
}

.material-icons {
  font-family: Material Icons Round;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #e91e63;
  vertical-align: bottom;
}

.material-symbols-outlined {
  display: flex;
  justify-content: center;
  vertical-align: bottom;
}

h2.ev_title{
    font-size: 2.25rem;
    font-family: "Inter", sans-serif;
    letter-spacing: -.05rem;
    line-height: 1.3;
    color: #262626;
//    color: #222545;
    font-weight: 700;
    MARGIN: 0 0 .5rem;
    padding: 0;
}

h3.lead{
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
  //color: #161426;
  color: #333333;
  margin-bottom: 0.5rem;
}

p.muted{
  font-weight: 500;
  color: #555555;
}

.ev_btn_1{
    border-radius: 25px;
    background-image: linear-gradient(to right, #5b0abd 0%, #f31065 51%, #5b0abd 100%);
    border:none;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
    transition: .7s;
    background-size: 200% auto;
}
.ev_btn_2{
    border-radius: 25px;
    background-color: #5b0abe;
    border:none;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
}
.ev_btn_1:hover{
    background-position: 100%;
}
.ev_btn_2:hover{
    background: #f31065;
    transition-duration: 0.7s;
}

.btn_primary{
  box-shadow: -5px 5px #0000001a;
}

.btn_primary:hover{
  transform: translateY(-2px);
  box-shadow: -7px 7px #0000001a;
}
/*
* Header
*/
.header{
    position: absolute;
    width: 100%;
}
.header .container, section .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}


#navbar{
	border-bottom: 1px solid #dcdce5;
}
@media (min-width: 768px) {
    #navbar{
	padding: 0 10%;
    }
}



.navbar{
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 1030;
    right: 0;
    left: 0;
//    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.15);
//    max-width: 1495px;
}

.header .navbar-brand img {
  //width: 200px;
  height: 65px;
  padding: 0 40px;
}

/* Host <li> becomes "mega" without nuking other dropdowns */
.navbar .nav-item.megamenu { 
  position: static;               /* allow full-width panel */
}

.navbar .dropdown-menu.megamenu {
  left: 0;
  right: 0;
  margin-top: 0;
  padding: 1.25rem 2rem;        /* moderate spacing */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Optional: cap the width on large screens so it doesn't go wall-to-wall */
@media (min-width: 992px) {
  .navbar .dropdown-menu.megamenu {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
   .megacol { 
      width: 100%;
    }
}
.megacol { 
    padding-left: 2px;
    padding-right: 2px;
}

.megatitle {
  margin: 1rem 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

.megalink {
  display: block;
  padding: 0;
  color: #505050;
  text-decoration: none;
}
.megalink:hover,
.megalink:focus {
  text-decoration: underline;
  background: transparent;
}

/* On small screens, let it behave like a normal dropdown */
@media (max-width: 991.98px) {
  .navbar .dropdown-menu.megamenu {
    position: static;             /* avoid off-screen popper issues */
    width: 100%;
  }
}

.header .header-btn{
    background: transparent;
    border-radius: 25px;
    border: 2px solid #ffffff;
    color: #ffffff; text-transform: uppercase;
}
.header .header-btn:hover{
    background: #fff;
    color: #F41365;
    transition-duration: .7s;
}
.header .mobile_view{
    display: none;
}
.header ul.menu {
    list-style: none;
    display: flex;
}
.header ul.menu li{
    list-style: none;
}
.header ul.menu > li > ul {
    display: none;
    height: 0;
}
.header ul.menu > li > ul > li > a,
.header ul.menu > li > span,
.header ul.menu > li > a {
    font-size: 14px;
    font-family: Canva Sans,Noto Sans Variable,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    font-weight:400 !important;
    line-height: 36px;
    color: #505050;
    font-weight: bold;
    //text-transform: uppercase;
    margin-right: 1.25vw;
    margin-left: 1.25vw;
    cursor: pointer;
}
.navbar-collapse{
    justify-content: flex-end;
}
.header ul.menu > li:hover > ul {
    height: auto;
    display: block;
    position: absolute;
//    background: #7209AA;
    background: #f8f9fa;
    padding: 10px 20px;
    font-size: 14px;
    z-index: 9;
}
.header ul.menu > li.item-117{
    display: none;
}


/*
* footer
*/

.footer{
    padding: 60px 0;
    text-align: left;
    background-color: #f4f6fc;
    font-weight: 600;
}
.footer .ev_btn_1{
    text-transform: uppercase;
    font-size: 16px;
}
.footer h3,
.footer .footer-main-title,
.footer_text .separator{
    font-size: 24px;
    line-height: 36px;
   // color: #a30782;
    color: #c95595;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
}

.block-method-img img{
	width: 100%;
	height: auto;
}
.footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer ul li{
    list-style:none;
    margin: 1px 0px;
}
.footer ul li a{
    font-size: 16px;
    line-height: 30px;
    color: #444444;
}
.footer .widget_1 p{
    font-size: 16px;
    line-height: 24px;
}
.footer .widget_1 .fa{
    color: #5b0abe;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    width: 20px;
}
.copy-right{
//    background-color: #5b0abe;
    background-color: #1e4e79;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
}
.copy-right p{
    margin: 0;
    font-size: 16px;
}


/*
* Home
*/
.bg-gradient-dark {
  background-image: linear-gradient(195deg,#42424a,#191919);
}
.ev_home_1{
    //background: url('../images/Banner.png');
    //background: url('/templates/japonin2022/images/new-hero-01.jpg');
//    background: url('/images/banners/banner_mockup.png');
 //   background-size: contain;
  //  background-repeat: no-repeat;
   // width: 100%;
    height: auto;
    //background-position: top;
    padding-top: 90px;
}
.ev_home_1 .row{
    align-items: center;
}
.ev_home_1 .row .col-6:nth-child(1){
    padding-left: 10%;
    padding-right: 0;
    margin-right: -42px;
}
.ev_home_1 .banner-title{
    font-size: 2.5rem;
    line-height: 3.25rempx;
    font-weight: 800;
    letter-spacing: 0px;
    color: #333;
}
.ev_home_1 .banner-title span{
    color: #ffe814;
}
.ev_home_1 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ev_home_1 ul li{
    list-style: none;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin: 15px 0;
//    padding-left: 40px;
//    padding-left: 5vw;
    position: relative;
}
.ev_home_1 ul li:after{
    content: '';
    width: 1vw;
    height: 1vw;
    background: url('../images/ArrowWhite.png');
    background-position: center;
    background-size: 1rem;
    position: absolute;
    left: 0;
    top: 3px;
}
.ev_home_1 .container{
    //max-width: 90%;
}

//.ev_home_1 button{
//    border-radius: 25px;
//    background: #e6718d;
//    font-size: 20px;
//    color: #ffffff;
//    font-weight: bold;
//    text-align: center;
//    width: 70%;
//    margin-top: 20px;
//}
//.ev_home_1 button:hover{
//    background: #fff;
//    color: #333;
//    transition-duration: .7s;
//}

.ev_home_1 button {
  border-radius: 25px;
  background: #e6718d; /* Slightly lighter base color */
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 70%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease, background-color 0.3s ease;
  z-index: 1; /* Ensure text stays above hover effect */
}

.ev_home_1 button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #cc5972; /* Slightly darker shade for hover fill */
  transition: width 0.3s ease;
  z-index: -1; /* Place behind the button text */
  border-radius: 25px;
}

.ev_home_1 button:hover:after {
  width: 100%; /* Fill the entire button on hover */
}

.ev_home_1 button:hover {
  color: #fff; /* Ensure text color stays visible */
  background: #e6718d; /* Keep original background to avoid glitchy transition */
}


.ev_home_1 .btn-cnt p{
    width: 70%;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.ev_home_1 .btn-cnt p span{
    color: #ffe814;
}


.ev_home_1, .ev_home_2 .custom{
//      background-color: #F9F9F9;
}
@media (min-width: 768px) {
	.ev_home_2 .custom:nth-child(2){
	    //background-color: #F9F9F9;
	    padding: 0;
	    background: url(../images/content-bg.jpg);
//	    background: url(../images/content-bg-2.jpg);
	    background-repeat: no-repeat;
	    background-position: top right;
	}
}

.offer-icon{
	height: 120px;
	width: auto;
}
.ev_home_2_1{
    text-align: center;
    max-width: 100%;
}
.ev_home_2_1 .ev_title{
    margin-bottom: 20px;
}

.sub-header{
	font-size: 1.5rem;
	font-weight: 700;
}

.body-text{
	font-size: 1rem;
	font-weight: 400;
	color: #64748b;
}
.ev_home_2_2 .cnt{
    display: flex;
    box-shadow:0 0 1.5px rgba(51,51,51,0.5);
    background-color: #f4f6fc;
    padding: 30px 20px;
    margin: 15px 0px;
    align-items: center;
    position: relative;
}
.ev_home_2_2 .cnt img{
    width: 60px;
    height: 100%;
    margin-right: 20px;
}
.ev_home_2_2 .cnt h4{
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.ev_home_2_2 .cnt p{
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #444444;
}
.ev_home_2_2 .cnt:after{
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -3px;
    background-color: #a30782;
    left: 0;
    -ms-transform: rotate(.5deg); /* IE 9 */
    transform: rotate(.5deg);
    z-index: -1;
}
.ev_home_2_3{
    text-align: center;
    margin-top: 30px;
}
.ev_home_2_3 .learinng_tool{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ev_home_2_3 .learinng_tool li{
    display: inline-block;
    list-style: none;
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    font-weight: bold;
    margin: 0 20px;
}
.ev_home_2_3 .learinng_tool li:after{
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/Arrow.png);
    background-position: center;
    background-size: 25px;
    position: absolute;
    left: 0;
    top: 4px;
}
.ev_home_2_3 .learn_btn{
    margin-top: 15px;
}
.ev_home_2_3 .learn_btn button{
    margin: 10px;
    padding: 10px 40px;
}
.ev_home_2_3 .ev_title{
    margin-bottom: 20px;
}
.ev_home_3{
    background: url('../images/background1.png');
    background-size: cover;
    background-position: top;
    padding-top: 120px;
}
.ev_home_3 .ev_title + p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
}
.ev_home_3 .ev_title{
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    font-weight: 800;
}
.ev_home_3 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ev_home_3 li{
    display: block;
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    margin: 10px 0;
}
.ev_home_3 li:after{
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/Arrow.png');
    background-position: center;
    background-size: 16px 16px;
    position: absolute;
    left: 0;
    top:5px;
}
.ev_home_3 button{
    text-transform: uppercase;
    min-width: 40%;
    margin: 20px 0 10px;
}
.ev_home_3 p.mt1{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.ev_home_3 p.mt1 a{
    color: #5b0abe;
    text-decoration: underline;
}
.ev_home_4 .slid_box{
    padding: 10p;
}
.ev_home_4 .slid_box .slid_text{
    box-shadow:0 0 1.5px rgba(51,51,51,0.5);
    background-color: #f4f6fc;
    padding: 20px;
    border-radius: 20px;
}
.ev_home_4 .slid_box img{
    width: auto;
}
.ev_home_4 .author_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.ev_home_4 .slid_box p{
    font-size: 16px;
    line-height: 30px;
    color: #444444;
    text-align: center;
}
.ev_home_4 .slid_box b{
    font-size: 18px;
    line-height: 30px;
    color: #a30782;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.ev_home_4 .author_box span{
    font-size: 24px;
    line-height: 24px;
    color: #5b0abe;
    font-weight: bold;
    margin-left: 20px;
}
.ev_home_4 .author_box span small{
    color: #a30782;
}
.ev_home_5{
 //   background-color: #f1f5f9;
}

.ev_home_5 .custom{
//    max-width: 1170px;
//    margin-right: auto;
//    margin-left: auto;
}

.ev_home_5_1{
    background: url('../images/image1.png');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}
.ev_home_5_2{
    background-color: #f4f6fc;
    padding: 60px 30px;
}
.ev_home_5_2 .ev_title{
    font-size: 40px;
    color: #332798;
    font-weight: 800;
    text-transform: uppercase;
}
.ev_home_5_2 ul{
    line-height: none;
    margin: 0;
    padding: 0;
}
.ev_home_5_2 ul li{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.ev_home_5_2 ul li img{
    width: 80px;
    height: 100%;
    margin-right: 20px;
}
.ev_home_5_2 ul li h4{
    font-size: 30px;
    line-height: 36px;
    color: #332798;
    font-weight: bold;
}
.ev_home_5_2 ul li P{
    font-size: 18px;
    line-height: 24px;
    color: #444444;
    font-weight: bold;
    margin: 0;
}
.ev_home_6_2 h2{
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}
.ev_home_6_2 h2 span{
    font-size: 60px;
    line-height: 48px;
    color: #0081c1;
    font-weight: bold;
    margin-right: 10px;
}
.ev_home_6_2 h2 img{
    width: 30px;
    margin-left: auto;
}
.ev_home_6_2{
    margin-top: 30px;
}
.section_padding.ev_home_7{
    padding-top: 30px;
}
.ev_home_7_2 h4{
    font-size: 24px;
    line-height: 48px;
    color: #333333;
    font-weight: bold;
}
.ev_home_7_2 p{
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    font-family: "Helvetica Neue";
}
.ev_home_7_2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ev_home_7_2 li{
    display: block;
    list-style: none;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    margin: 10px 0;
}
.ev_home_7_2 li:after{
    content: '1';
    width: 30px;
    height: 30px;
    background-color: #5b0abe;
    background-position: center;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.ev_home_7_2 ul li:nth-child(2):after{
    content: '2';
}
.ev_home_7_2 ul li:nth-child(3):after{
    content: '3';
}
.ev_home_7_2 li strong{
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.ev_home_7_2 li p{
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.ev_home_7_2 .learn_btn button{
    padding: 10px 30px;
    margin-right: 10px;
}
.ev_home_7_1 .owl-nav{
    text-align: center;
}
.ev_home_7_1 .owl-carousel .owl-nav button{
    width: 40px;
    height: 40px;
    background-color: rgba(47,72,88,0);
    border: 2px solid #333333;
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
}
.ev_home_7_1 .owl-carousel .owl-nav button:hover{
    background-color: #f41065;
    color: #fff;
    transition-duration: 0.7s;
}
.ev_home_8{
    background-color: #f4f6fc;
}
.ev_home_8_2 .blog_content{
    box-shadow: 0 0 1.5px rgba(0,0,0,0.35);
    background-color: #f4f6fc;
    height: 100%;
}
.ev_home_8_2 .owl-item .col-md-12{
    height: 100%;
    padding: 20px 10px;
}
.ev_home_8_2 .owl-stage{
    display: flex;
}
.ev_home_8_2 .blog_desc{
    padding: 15px;
}
.ev_home_8_2 .blog_desc h4{
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}
.ev_home_8_2 .blog_desc a{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 48px;
    color: #a30782;
    font-weight: bold
}
.ev_home_8_1 h4{
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}
/* .ev_home_9 */
.background2{
    background: url('/images/background_blue.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
    margin: 0 !important;
}
.ev_home_9 .ev_title{
    color: #fff;
    margin-bottom: 20px;
}
.ev_home_9 .ev_title span{
    color: #ffe814;
}
.ev_home_9 h3{
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.ev_home_9 h3 span{
    color: #ffe814;
}
.ev_home_9 ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
}
.ev_home_9 li{
    display: block;
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 10px 0;
}
.ev_home_9 li:after{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/ArrowWhite.png);
    background-position: center;
    background-size: 20px;
    position: absolute;
    left: 0;
    top: 4px;
}
.ev_home_9 .btn{
    border-radius: 25px;
    background-color: rgba(255,188,13,0);
    border: 2px solid #ffffff;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    min-width: 50%;
    margin: 20px 0;
}
.ev_home_9 .btn:hover{
    background: #fff;
    color: #333 !important;
    transition-duration: .7s;
}
.ev_home_9 p a{
    color: #fff;
    text-decoration: underline;
}
.ev_home_10{
    background-color: #fff;
}

.ev_home_10_2 .img-fluid{
    opacity: 0.5;
}

.ev_home_10_1{
    padding: 30px 0;
}
.ev_home_10_1.row{
    align-items: center;
    justify-content: center;
}
.ev_home_10_2{
}
.ev_home_10_2 .row{
    align-items: center;
    justify-content: center;
}
.ev_home_10 .ev_title{
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
}
.ev_home_10 img{
    margin: auto;
}
.ev_home_4 .client_slider.owl-theme .owl-dots .owl-dot span{
    background-color: #333333;
    width: 15px;
    height: 15px;
}
.ev_home_4 .client_slider.owl-theme .owl-dots .owl-dot.active span,
.ev_home_4 .client_slider.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #f41065;
}
.ev_home_4 .client_slider.owl-theme .owl-dots button{
    outline: none;
}
.ev_home_7_2 .ev_title{
    margin: 0;
}
.ev_home_8_2 .blog_slider.owl-theme .owl-dots .owl-dot span{
    background-color: #333333;
    width: 15px;
    height: 15px;
}
.ev_home_8_2 .blog_slider.owl-theme .owl-dots .owl-dot.active span,
.ev_home_8_2 .blog_slider.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #f41065;
}
.ev_home_8_2 .blog_slider.owl-theme .owl-dots button{
    outline: none;
}
.ev_home_2_1 p{
    font-size: 18px;
}
.ev_home_6_2 p{
    font-size: 18px;
}



.banner{
  font-family: "Poppins", sans-serif !important;
}
.banner h1{
  font-family: "Manrope", sans-serif !important;
  font-weight: 800;
}

.mobile-banner {
    max-width: 100%;
    overflow: hidden;
}

.mobile-banner img {
    width: 100%;
    height: auto;
    max-width: 100%; /* Ensures it doesn't exceed container */
}

.headline {
  left: 130px;
} 
.clipped {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/inter-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/inter-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/inter-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/inter-v18-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/inter-v18-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


@media screen and (max-width: 768px){
  .headline {
    left: 20px;
  } 
  .clipped {
    clip-path: none;
    max-height: 300px !important;
  }
  .header .mobile_view{
      display: flex;
  }
  .col-md-2.moduletable{
      padding-left: 20px;
  }
}




.faq_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
}

.faq-accordian {
    position: relative;
    z-index: 1;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h3 {
    cursor: pointer;
    font-size: 1.25rem;
    padding: 1.75rem 2rem;
    color: #3f43fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h3 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h3.collapsed {
    color: #070a57;
}
.faq-accordian .card .card-header h3.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #2ecc71;
}
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}


@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
    transform: translateX(0);
    display: flex;
    min-height: 300px;
}

.teacher-image {
    border-radius: 50%;
    max-width: 130px !important;
    height: auto;
    object-fit: cover; 
    transition: transform 0.3s ease;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.1);
}


.teacher-image:hover {
    transform: scale(1.1);
    background-color: #d1d1e5;
    cursor: pointer;
}


.slide_hide {
    opacity: 0;
    transform: translateY(20px); /* Slide down */
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: none;
}

.slide_show {
    opacity: 1;
    transform: translateY(0); /* Reset transform */
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
}
/**/

/*javed code */


.cstm_mod h3{text-align: left !important;}
.cstm_mod li:after{
    
    content: none !important;
    
}

@media (min-width: 767px) {
	.fixed-top{position:fixed !important;top:0;right:0;left:0;z-index:1030}
}

	.classBox {
		padding: 20px;
	}

@media (max-width: 420px) {
	.classBoxes h3{
		font-size: 16px !important;
	}

	.classBoxes p{
		font-size: 12px !important;
	}

	.classBoxes img{
		width: 25px;
		height: 25px;
	}

	.classBox {
		padding: 5px !important;
	}

}



#boshuu p {
    font-size: 1.5rem;
}

footer ul.nav.menu.mod-list{
	display: block;
}
