@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

*{box-sizing:border-box; outline:none;}
body{font-family:'Montserrat', sans-serif; font-size:16px;}
a{text-decoration:none!important; color:initial;}
ul{margin:0px; padding:0px;}
ul li{margin:0px; padding:0px; list-style:none;}
b, strong{font-weight: bold;}
p{font-size:16px; font-weight:300;}
p strong{font-weight:bold;}
img{max-width:100%;}
.clearfix{clear:both;}

.topbar {
    background: linear-gradient(315deg, #2cad96, #0092fb, #0047fb);
    position: relative;
    padding: 5px 0px;
}
.topbar a{color: #fff;font-size: 13px; }
.topbar a:hover{}
.topbar a i{font-size:14px; margin-right:2px;}
.topbar .left-topbar{}
.topbar .left-topbar a {
    margin-right: 12px;
    font-weight: 600;
    display: block;
    width: max-content;
    float: left;
}
.topbar .left-topbar a:nth-child(1) {
    border-right: 1px solid white;
    padding: 7px 12px;
}
.topbar .left-topbar a:nth-child(2){border-right:none; padding: 7px 0px;}
.topbar .right-topbar{text-align: right;}
.topbar .right-topbar a{margin-right:20px; font-weight:600;}
.topbar .btn-top {
    background: white;
    padding: 6px 18px;
    display: block;
    width: max-content;
    float: right;
    color: black;
}

header {
    position: relative;
    width: 100%;
    padding: 7px 0;
    z-index: 1000;
    box-shadow: 0 0 5px rgba(0,0,0,0.24);
}
header .logo{width:100px;}
header nav{float:right;}
header nav ul{}
header nav ul li{display:inline-block}
header nav ul li a {
    display: block;
    text-transform: uppercase;
    padding: 6px 15px 6px 0;
    font-size: 14px;
    color: black;
    font-weight: 600;
}
header nav ul li a.dropdown-item {
    font-weight: 600;
    color: inherit;
    padding: 6px 12px;
}
header nav ul li.active a{color:#0092fb;}

header nav ul li a:hover{color:#0092fb; transition:all ease 0.3s;}

.dropdown.show i {
    line-height: 1;
    transform-origin: unset;
}

.dropdownMenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    width: max-content;
    min-width: 150px;
    padding: 7px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.13);
}

.course{}
.course h2{color:#0092fb;}

.banner{}
.banner .item {
    background-size: cover!important;
    background-position: center center!important;
    padding: 170px 155px;
    height: 576px;
}
.banner .item h1{color:#fff;font-size:40px;position:relative;z-index:10;padding-right:40%;margin-bottom:30px;font-weight: 900;}
.banner .item a {
    position: relative;
    z-index: 10;
    background: linear-gradient(165deg, #2cad96, #0092fb, #0047fb);
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    width: max-content;
    border-radius: 50px;
}
.banner .item:after{content:''; position:absolute; top:0px; left:0px; width:100%; height:100%; display:block; background:rgb(0 0 0 / 70%);}
.banner .owl-carousel .owl-dots{display:none;}
.banner .owl-carousel .owl-nav{display:none;}
.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}
.banner .owl-carousel .owl-stage-outer {
    padding: 0;
}
.owl-stage
{
    display: flex;
}

.topbanner {
    position: relative;
    background: url('../images/bg.jpg');
    background-position: center center;
    background-size: cover;
    /* background-attachment: fixed; */
}
.topbanner::after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    z-index: 100;
}
.topbanner .container{
    z-index: 101;
    position: relative;
}

.topbanner h2 {
    color: #fff;
    padding: 60px 0px;
    font-size: 20px;
    margin: 0;
}
.feature{position:relative; z-index:1;}
.feature .owl-carousel{}
.feature .owl-carousel .item{}
.feature .item .shadow {
    margin-bottom: 10px;
    padding: 15px 25px;
    background: #fbfbfb;
    box-shadow: 0 0 7px rgb(0 0 0 / 21%) !important;
}
.feature .item .shadow img{width:75px; margin:0 auto;}
.feature .item .shadow h4{font-size:22px; font-weight:600; margin:15px 0px;}
.feature .item .shadow p{font-size:13px; color:#000; font-weight:500; line-height:24px; padding:0px 5px;}
.feature .item .shadow p span{padding-left:10px;}
.feature .item .shadow a{font-size:14px; font-weight:600;}
.feature .item .shadow a:hover{color:#e1609b;}
.feature .item .shadow i{}

.video{position:relative; padding:0px 0px 70px 0px;}
.video .container{}
.video h2{font-weight:900; margin-bottom:20px; font-size:34px;}
.video h5{font-weight:600; color:#0092fb; font-size:16px; text-transform:uppercase;}
.video .bg-light{padding:50px;}
.video .owl-carousel{}
.video .owl-carousel .item{}
.video .owl-carousel .item .bg-white{padding:20px;}
.video .shadow{box-shadow:0px 0px 0px !important;}
.video a{position:relative; margin:0 auto !important;}
.video .play-btn{font-size:30px; background:#0092fb; height:70px; width:70px; color:#fff; border-radius:50%; line-height:70px; text-align:center; position:absolute; left:215px; top:0; right:0; bottom:0;}
.video .play-btn:before, .video .play-btn:after{
	content:"";
	position:absolute;
	border:2px solid #0092fb;
	left:-20px;
	right:-20px;
	top:-20px;
	bottom:-20px;
	border-radius:50%;
	animation:animate 1.5s linear infinite;
	optacity:0;
}
.video .play-btn:after{animation-delay:0.5s;}
@keyframes animate{
	0%{transform:scale(.5);}
	50%{optacity:1;}
	100%{transform:scale(1.2);}
}
.video ul{}
.video ul li{font-size:14px; font-weight:600; margin-bottom:3px;}
.video ul li i{background:#0092fb; color:#fff; font-size:10px; padding:5px; border-radius:50%; margin-right:2px;}

/*.about{border-bottom:10px solid #f1f5f8;}*/
.about h2{font-weight:900; margin-bottom:20px; font-size:34px;}
.about .about-left{}
.about .about-left img {
    width: 100%;
    filter: drop-shadow(1px 2px 4px rgba(0,0,0,0.3));
}
.about .about-right{padding-left:30px;}
.about .about-right h5{font-weight:600; color:#0092fb; font-size:16px; text-transform:uppercase;}
.about .about-right h2{color:#000;}
.about .about-right ul{}
.about .about-right ul li{font-size:14px; font-weight:600; margin-bottom:3px;}
.about .about-right ul li i{background:#0092fb; color:#fff; font-size:10px; padding:5px; border-radius:50%; margin-right:2px;}
.about .about-right p{font-size:14px;}
.bookBtn, .bookBtn, .about .about-right a {
    background: linear-gradient(165deg, #2cad96, #0092fb, #0047fb);
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    width: max-content;
    border-radius: 50px;
}
.bookBtn:hover,
.about .about-right a:hover{
    color: white;
}
.videoBoxContainer {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
}
.videoBoxContainer video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    border: none;
    outline: none;
}
.testimonial{position:relative; padding:50px 0px;}

.testimonial .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}
.testimonial h2{text-align:center; font-weight:bold; margin-bottom:75px; font-size:34px;}
.testimonial .owl-carousel{}
.testimonial .item{
    height: 100%;
}
.testimonial .shadow{
    margin: 0 12px;
    height: 100%;
    box-shadow: 0 .2rem 1rem rgba(0,0,0,.15)!important;
}
.testimonial .shadow .side {
    display: flex;
    padding: 12px 20px;
}
.testimonial .shadow .side img {
    width: 80px;
    height: auto;
    border-radius: 60px;
    /* margin: auto; */
}
.testimonial .shadow .side p.stud-name{font-weight:600; margin-top:10px; margin-bottom:5px;}
.testimonial .shadow .side p.stud-role{font-size:11px; font-weight:600; color:grey; margin-bottom:5px;}
.testimonial .shadow .side p.star{color:#ffc800; margin: 0;}
/*.testimonial .shadow .comment{float:right; width:75%;}*/
.testimonial .shadow .comment p {
    padding: 0 20px 20px;
    font-size: 15px;
    line-height: 1.8;
    max-height: 160px;
    overflow-y: auto;
    margin: 0;
}
.testimonial .shadow .comment p::-webkit-scrollbar
{
    height: 5px;
    width: 5px;
    background: #f1f1f1;
}
.testimonial .shadow .comment p::-webkit-scrollbar-thumb
{
    background-color: #c1c1c1;
}

.subscribe{position:relative; margin-bottom:-70px;}
.subscribe .container{background:linear-gradient(315deg, #2cad96, #0092fb, #0047fb); color:#fff; padding:50px 40px;}
.subscribe .left{}
.subscribe .left h3{font-weight:900;}
.subscribe .right{}
.subscribe .right .input-group{}
.right button.btn.btn-success {
    background-color: lightgray;
    color: black;
    border: lightgray;
    padding: 10px 18px;
}
.right button.btn.btn-success:hover {
    background-color: black;
    color: white;
}
.subscribe .right .input-group input[type="text"]{font-size:12px; font-weight:600; padding:25px; box-shadow: none; border-radius: 0;}
.subscribe .right .input-group span{background:purple; border:none; color:#fff; font-weight:600; font-size:12px; min-width:100px; text-align:center; padding-left:25px}

.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 160px;
    left: 20px;
    z-index: 999999;
}
#fix-icon {-webkit-animation-duration:2.5s; animation-duration:2.5s; -webkit-animation-fill-mode:both; animation-fill-mode:both; -webkit-animation-timing-function:linear; animation-timing-function:linear; animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite;}
.fix-icon-item {animation:bounce 1s infinite alternate; -webkit-animation:bounce 1s infinite alternate;}
.fix-icon-item img {width:55px !important; height:55px !important; background:#ff7400; border-radius:50%; text-align:center; cursor:pointer; padding:10px;}
.fix-icon-whataap {display:inline-block; position:fixed; bottom:30px; left:20px; z-index:999999; transition:all 0.5s ease-in-out;}

.fix-icon-youtube {display:inline-block; position:fixed; bottom: 95px; left:20px; z-index:999999; transition:all 0.5s ease-in-out;}
.fix-icon-youtube img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgb(60 60 60 / 40%);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
    width: 55px !important;
    height: 55px !important;
    background: #f14239 !important;
}
.fix-icon-whataap-item img {border-radius:50%; box-shadow:1px 1px 4px rgb(60 60 60 / 40%); transition:box-shadow .2s; cursor:pointer; overflow:hidden; width:55px !important; height:55px !important; background:#25d366 !important;}

.field{position:relative;}
.field .field-left{float:left; position:relative;}
.field .field-left .block-top {
    background: #ffffff;
    color: #000;
    padding: 15px;
}
.field .field-left .block-bottom {
    background-color: #0097f7;
    color: #ffffff;
    padding: 15px;
}
.field .field-left .block-bottom p.big{font-size:30px; font-weight:600;}
.field .field-left .block-bottom i{
    font-size: 25px;
    border: 5px solid #fff;
    padding: 10px 15px;
    border-radius: 50%;
}
.field .field-right{float:left; position:relative;}
.field .field-right h1{}
.field .field-right h1 span{color:#0092fb; font-weight:600;}
.field .field-right input, .field .field-right textarea {
    border-radius: 0;
    border: none;
    outline: none;
    padding: 7px 12px;
    height: auto;
    box-shadow: 0 0 5px rgb(0 0 0 / 19%);
}
/*.field .field-right form input[type="text"]{background:#39165b0d; font-weight:600;}*/
/*.field .field-right form input[type="email"]{background:#39165b0d; font-weight:600;}*/
/*.field .field-right form input[type="tel"]{background:#39165b0d; font-weight:600;}*/
/*.field .field-right form textarea{background:#39165b0d; font-weight:600;}*/
.field .field-right form button {
    background: #000000;
    color: #fff;
    width: max-content;
    margin: 0;
    border: none;
    border-radius: 0;
}

.detail{position:relative;}
.detail .card{}
.detail .card a{font-size:14px; font-weight:600;}
.main-img{}
.main-img img{width:100%;}

footer {
    background-color: #f4f4f4;
    color: #000;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
    padding-top: 120px;
}
footer h6{text-transform:uppercase; font-weight:600; margin-bottom:25px; font-size:20px;}
footer ul{position:relative; left:14px;}
footer ul li{list-style-type:square;}
footer ::marker{color:#0092fb;}
footer ul li a {
    color: #000;
    font-size: 14px;
}
footer ul li a:hover{color:#0092fb;}
footer p{font-size:14px;}
footer p i{}
footer p a{color:#0092fb;}
footer p a:hover{color:#fff;}
footer .social{left:-5px;}
footer .social li{float:left; list-style-type:none; padding: 0px 5px;}
footer .social ul li a{}
footer .social ul li a:hover{}
footer .social i {
    background: linear-gradient(315deg, #2cad96, #0092fb, #0047fb);
    width: 30px;
    height: 30px;
    color: white;
    margin: 5px 0;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
footer .social i:hover{background-color:#000; color:#fff;}
footer .copyright {
    position: relative;
    margin-top: 60px;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}
footer .copyright p{font-size:12px;}
footer .copyright p a {
    color: #0083ff;
}
footer .copyright p a:hover{color:#0092fb;}


.mobileFixedFooter {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.23);
    background-image: linear-gradient(315deg, #2cad96, #0092fb, #0047fb);
}
.mobileFixedFooter a {
    width: 50%;
    font-size: 15px;
    color: white;
    text-align: center;
    padding: 5px  15px;
    transition: 0.5s;
    
    background-color: transparent;
}
.mobileFixedFooter a:hover {
    background-color: white;
    color: #0092fb;
}
.mobileFixedFooter a:not(:last-child) {
    border-right: 1px solid #fff;
}

/*** Specific styles ***/
    details {
    margin-bottom: 1rem;
    padding: 12px;
    border-radius: 0.25rem;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
    summary {
    font-size: 1.25rem;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    outline: none;
    color: black;
    list-style: none;
}
    summary::after {
        content: "\f078";
        padding: 0.5rem;
        position: absolute;
        /* right: 0.25rem; */
        top: -0.5rem;
        right: 0px;
        font-family: "fontAwesome";
        color: black;
    }
	details[open] summary{
		color: black;
	}
    details[open] summary::after{
      content: "\f077";
    }
/*** End specific styles ***/
    .p{
      color: dimgrey;
      letter-spacing: 1.5;
    }
    
    .faq li {
    list-style-type: disc;
    margin-left: 30px;
    font-size: 16px;
}


/* Donate layer */
.donate{
	position: fixed;
	bottom: 0.25rem;
	right: 0.25rem; 
	border-radius: 0.5rem;
	padding: 0 1rem;
	font-weight: bold;
	color: dimgray;
}
.donate a{
	text-decoration: none;
	color: orangered;
	border-bottom: 2px solid transparent;
	transition: 0.35s;
}
.donate a:hover{
	border-bottom-color: orangered;
}





.modal-header {
    background: linear-gradient(315deg, #2cad96, #0092fb, #0047fb);
    border: 0;
    font-size: 22px;
    font-weight: 600;
    color: white;
    padding: 9px 16px;
    border-radius: 0;
    position: relative;
}
.modal-body {
    border-radius: 0;
    background-color: white;
    padding: 16px 16px 0;
}

button.close {
    color: white;
    opacity: 1;
    font-weight: normal;
    font-size: 20px;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 4px;
    padding: 10px 12px !important;
}
.heading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 34px;
}


.about
{
    overflow-x: hidden;
}
.imageContainer {
    position: relative;
    margin-bottom: 20px;
}
.videoBoxContainer::before,
.imageContainer::before {
    content: '';
    height: 95%;
    width: 95%;
    top: 30%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: -1;
    position: absolute;
    background: linear-gradient(266deg, #2cad96, #0092fb, #0047fb);
    border-radius: 63% 37% 70% 30% / 39% 58% 42% 61%;
    animation: borderAnimate 20s linear infinite;
    animation-direction: alternate;
}
.imageContainer a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.imageContainer a::before {
}
.imageContainer a::after {
    content: '';
    height: 52px;
    width: 74px;
    z-index: 10;
    position: absolute;
    background-size: cover;
    background-position: center;
    filter: drop-shadow(2px 4px 6px black);
    background-image: url("../lightgallery/img/youtube-play.png");
}

.courses {
    background: url("../images/purple.svg");
    background-size: cover;
}
.customSectionHeading {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 34px;
    text-align: center;
    color: #000;
    margin-bottom: 30px !important;
}
.courseCardContainer {
    height: 100%;
    padding-bottom: 24px;
}
.courseCard {
    height: 100%;
    transition: 0.5s;
    padding: 18px 12px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 0 5px rgb(0 0 0 / 8%);
}
.courseCard:hover,
.ourTeamCard:hover{
    box-shadow: 2px 2px 7px rgb(0 0 0 / 38%);
}
.ourTeamCarousel .slick-track
{
    display: flex !important;
}
.ourTeamCarousel .slick-slide 
{
    height: inherit !important;
}
.ourTeamCarousel .slick-slide > div
{
    height: 100%;
}

.courseTitle {
    font-size: 20px;
    font-weight: 600;
    color: #0092fb;
    margin-bottom: 10px;
    text-align: center;
}
.courseList,
.keyFeatureList {
    font-size: 15px;
    font-weight: 400;
}
.courseListItem,
.keyFeatureListItem {
    display: flex;
    align-items: center;
}
.courseListItem,
.keyFeatureListItem {
    margin-bottom: 12px;
}
.courseListItem i,
.keyFeatureListItem i{
    width: 24px;
    height: 24px;
    display: flex;
    background: linear-gradient(165deg, #2cad96, #0092fb, #0047fb);
    padding: 6px 5px 5px;
    color: white;
    font-size: 14px;
    margin-right: 9px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}
.courseListItem span,
.keyFeatureListItem span {
    width: calc(100% - 28px);
}
.gradientBg
{
    background: linear-gradient(165deg, #2cad96, #0092fb, #0047fb);
}

.ourPartners
{
    padding: 10px 16px 50px;
}
.ourPartners .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.7;
    transition: 0.5s;
}
.ourPartners .owl-carousel .owl-item img:hover {
    filter: grayscale(0);
    opacity: 1;
}
.ourTeamCardContainer {
    height: 100%;
    padding-bottom: 24px;
}
.ourTeamCard {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background-color: white;
    height: 100%;
    transition: 0.5s;
    display: block;
    height: 100%;
}
.ourTeamImage img {
    width: 100%;
    object-fit: cover;
    height: 275px;
}
.ourTeamData {
    padding: 7px 12px;
}
.ourTeamName {
    font-size: 20px;
    font-weight: 700;
}
.ourTeamDesignation {
    font-size: 16px;
}

.aboutCards
{
    background-color: #0092fb;
}
.aboutCardContainer {
    height: 100%;
    padding-bottom: 24px;
}
.aboutCard {
    background-color: white;
    border-radius: 10px;
    padding: 25px 20px;
    height: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.23);
}
.aboutCardTitle {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.aboutCard ul li {
    list-style-type: square;
    margin-bottom: 9px;
    margin-left: 16px;
    font-size: 15px;
}
.aboutPageCourses
{
}
.getInTouchCardContainer {
    height: 100%;
    padding-bottom: 24px;
}
.getInTouchCard {
    padding: 15px 10px;
    font-size: 16px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.branchName {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}
.branchInfo {
    display: flex;
}
.branchInfo:not(:last-child) {
    margin-bottom: 7px;
}
.branchInfo i {
    width: 20px;
    color: #0092fb;
}
.branchInfo span{
    width: calc(100% - 20px);
}
.careerForm label
{
    font-size: 14px;
    display: block;
    margin: 0 0 7px;
    line-height: 1;
    font-weight: 600;
}
.customCheckBox
{
    padding: 7px 0;
    display: flex;
    flex-wrap: wrap;
}
.customCheckBox label
{
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    margin: 0 18px 12px 0;
}
.careerForm .customCheckBox label input
{
    height: 15px;
    width: 15px;
    vertical-align:middle;
}

.filterBtns
{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    margin-bottom: 32px;
    justify-content: center;
}
.filterBtn
{
    padding: 7px 20px;
}
.page-link.active,
.filterBtn.active
{
    color: white;
    background-image: linear-gradient(165deg, #2cad96, #0092fb, #0047fb);
}
.videoGalleryBox {
    position: relative;
    margin: 0;
    padding-right: 5px;
}
.videoGalleryBox a
{
    width: 100%;
    padding-bottom: 22%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.videoGalleryBox a::before {
    content: '';
    top: 15px;
    left: 15px;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
}
.videoGalleryBox a::after {
    content: '\f00e';
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    z-index: 2;
    color: #0064f6;
    display: flex;
    font-size: 23px;
    line-height: 1;
    background: white;
    border-radius: 25px;
    position: absolute;
    font-family: "FontAwesome";
    opacity: 0;
    transition: 0.5s;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}

.videoGalleryBox a:hover::before,
.videoGalleryBox a:hover::after
{
    opacity: 1;
}
.videoGalleryBox img {
    top: 15px;
    left: 15px;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
}
.englishForceImage,
.filterGalleryImg
{
    width: 100%;
    position: relative;
    padding-bottom: 65%;
    margin-bottom: 24px;
}

.englishForceImage
{
    margin: 0;
}
.englishForceImage a,
.filterGalleryImg a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.englishForceImage a::before,
.filterGalleryImg a::before
{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
}
.englishForceImage a::after,
.filterGalleryImg a::after {
    content: '\f00e';
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    z-index: 2;
    color: #0064f6;
    display: flex;
    font-size: 23px;
    line-height: 1;
    background: white;
    border-radius: 25px;
    position: absolute;
    font-family: "FontAwesome";
    opacity: 0;
    transition: 0.5s;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}
.englishForceImage a:hover::before,
.englishForceImage a:hover::after,
.filterGalleryImg a:hover::before,
.filterGalleryImg a:hover::after
{
    opacity: 1;
}

.englishForceImage a img,
.filterGalleryImg a img
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.aboutPageCourses .slick-list {
    padding: 12px 0;
}
.slickNav
{
    top: 50%;
    width: 35px;
    height: 35px;
    color: white;
    display: flex;
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    border-radius: 30px;
    align-items: center;
    transition: 0.5s;
    justify-content: center;
    background: linear-gradient(165deg, #2cad96, #0092fb, #0047fb);
    transform: translateY(-50%);
}
.slickNav:hover
{
    box-shadow: 2px 2px 7px rgba(0,0,0,0.33);
}
.slickNav i
{
    line-height: 1;
}
.slickNav.next
{
    right: 0;
}
.slickNav.prev
{
    left: 0;
}
.starSpeakerContainer {
    background-size: 100% 100%;
    background-image: url("../images/background.png");
}
.starSpeakerContainer .slick-track {
    padding: 35px 0;
}
.starSpeaker {
    width: 350px;
    max-width: 100%;
    margin: auto;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.12);
    background-color: white;
}
.starSpeaker .starImage {
    aspect-ratio: 0.75;
    overflow: hidden;
}
.starImage img {
    height: 100%;
    object-fit: cover;
}
.littleStars {
    top: -16px;
    left: -25px;
    z-index: 1;
    height: 74px;
    position: absolute;
    transform: rotate(352deg);
}
.name {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
}
.school {
    padding: 0 18px 12px;
}


.pagination {
    flex-wrap: wrap;
}
.logoBox {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}
.logoTitle {
    font-size: 28px;
    line-height: normal;
    font-weight: bold;
    max-width: 100%;
    width: max-content;
    background: linear-gradient(315deg, #2cad96, #0092fb, #0047fb);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(1.2px 1.2px 0px black);
}


@keyframes borderAnimate
{
    0%, 100%
    {
      border-radius: 63% 37% 70% 30% / 39% 58% 42% 61%;  
    }
    25%
    {
      border-radius: 32% 68% 37% 63% / 64% 43% 57% 36%;
    }
    50%
    {
        border-radius: 23% 77% 70% 30% / 65% 30% 70% 35%;
    }
    75%
    {
      border-radius: 57% 43% 55% 45% / 51% 76% 24% 49%;  
    }
}


@media (min-width: 786px)
{
    .slick-track
    {
        min-width: 100% !important;
    }
}


@media (max-width: 991px)
{
    .littleStars {
        height: 54px;
    }
    .name {
        padding: 5px 0 0;
        font-size: 18px;
    }
    .school {
        padding: 0 16px 5px;
    }
    .videoGalleryBox a {
        padding-bottom: 32%;
    }
}
@media (max-width: 786px)
{
    .videoGalleryBox a {
        padding-bottom: 62%;
    }
    .banner .item {
        height: 500px;
    }
    .banner .item {
        padding: 30px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banner .owl-item {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .testimonial .shadow .side img {
        margin: 0 !important;
    }
    .school {
        font-size: 14px;
    }
    header nav ul li.show {
        background-color: #0092fb;
    }
    .dropdown.show i
    {
        transform: rotate(180deg);
    }
    .dropdown-menu.dropdownMenu {
        position: static !important;
        width: 100%;
        background: transparent;
        transform: none !important;
    }
    .dropdown-menu.dropdownMenu a{
        padding: 5px 12px;
    }
    .dropdown > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width: 576px)
{
    .ourTeamName {
        font-size: 16px;
    }
    .ourTeamDesignation {
        font-size: 14px;
    }
    .ourTeamImage img {
        height: 230px;
    }
    .banner .item {
        height: 460px;
    }
}


.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../images/youtube-play.png") no-repeat scroll 0 0px transparent;
}












