.banner-left{
    font-family:  'WorkSans-Light';
    color:#000;
    margin:80px 0 0 0;
}

.contpos,.chngtxt{
  display:none;
}
.ban-title{
    /* font-size:85px; 
    line-height:85px; */
    font-size: 75px;
    line-height: 70px;
    font-family: 'WorkSans-Regular';
    font-weight:600;
}
.ban-para{
    font-size:45px;
    width:78%;
    line-height:60px;
}
.scribtwoyears{
    font-size:20px;
    width:78%;
    line-height:30px;
    text-align:left;
}
.ban-img{
    width:60%;
    margin:auto;
}
.ban-img img{
    width:100%;
}
.banner{
    padding:150px 0 40px 0;
}

/* .type-writer{
    position:relative;
    width:75%;
}
.type-writer::after{
    content:"|";
    position:absolute;
    right:0%;
    color:#000;
    background-color:#fff;
    width:100%;
    animation: typing 3s steps(11) alternate infinite;
    

}
@keyframes typing{
    to{
        width:0%;
    }
} */

.dynamic-txts li{
    list-style:none;
    color:#000;
    font-size:85px;
    position:relative;
    top:0%;
    animation: slide 12s steps(2) infinite;
}
.dynamic-txts{
    margin-left:-38px;
    line-height:100px;
    height:100px;
   overflow:hidden;
   
}
.dynamic-txts li::after{
    content:"";
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    border-left:2px solid #000;
    animation:typing 3s steps(20) infinite;
}

@keyframes typing{
    40%,
    60%{
        left:calc(45% + 30%);
    }
    100%{
        left:0;
    }
}

@keyframes slide{
    100%{
        top:-240px;
        
    }
}

.who-we-are{
    padding:150px 0 40px 0;
}
.courses{
    padding:100px 0 20px 0;
}
.organization {
    padding:200px 0 200px 0;
}



.re-tit{
    font-size:55px;
    color:#000;
    font-family:'WorkSans-Medium';
}
.re-para{
    font-size:40px;
    
    color:#000;
    font-family:'WorkSans-Light';
}
.chngtxt{
    background: rgba(66, 185, 121, 0.3);
    font-family: 'WorkSans-Medium';
}
.we-are-top{
    width:60%;
    color:#000;
}
.we-are-top-title{
    font-size:35px;
   
    font-family:'WorkSans-Regular';
}
.we-are-top-para{
    font-size:25px;
    font-family:'WorkSans-Light';
    line-height:40px;
   
    
}

.course-top{
    font-family:'WorkSans-Light';
    color:#000;
}

.course-title{
    font-size:55px;
    font-family:'WorkSans-Medium';

}
.course-para{
    font-size:21px;
    line-height:33px;
    font-family:'WorkSans-Regular';
   
}
.plan-time{
    font-size:20px;
    font-family: 'WorkSans-Medium';
}
.course-box{
    padding:20px 30px;
    background: rgba(191, 45, 94, 0.08);
    border-radius:30px;
}
.fee-obj,.fee-amnt{
    font-size:18px;
    font-family:'WorkSans-Regular';
    color:#000;

}
.include-gst {
  font-size: 12px;
}
.total-cost,.total-amnt{
    font-size:18px;
    font-family: 'WorkSans-Medium';
}
.two-months{
    background: rgba(223, 143, 53, 0.08);
}
.six-months{
    background: rgba(58, 101, 176, 0.08);
}
.final-pay{
    background-color:#000;
    border-radius:33px;
    color:#fff;
    font-family:'WorkSans-Regular';
}
.course-box{
    transition: 0.3s ease-in-out;
}




.org-title{
    font-size:55px;
    font-family:'WorkSans-Medium';
    line-height:55px;
}
.org-para{
    font-size:19px;
    font-family:'WorkSans-Regular';
    line-height:34px;
    width:86%;
}
.org-img img{
    width:100%;
}
.org-img{
    width:80%;
    margin:0 auto;
}

/* .sprg-bg{
    background:url(../images/springcr-img.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    transform:rotate(90deg);
} */
.sprg-img{
    width:80%;
}
.sprg-img img{
    width:100%;
    transform:rotate(90deg);
}

.inst-name{
    font-size:40px;
    font-family:'WorkSans-Regular';

}
.inst-con{
   font-size:25px;
   font-family:'WorkSans-Regular';
}
.con{
    font-size:20px;
    font-family:'WorkSans-Regular';
    color:#959595;

}
.addres{
    font-size:19px;
    font-family:'WorkSans-Light';
    color:#000;
}
.inst-ph a{
    font-size:20px;
    font-family: 'WorkSans-Medium';
    color:#000;
}
.enquire-form{
    font-size:30px;
    font-family:'WorkSans-Regular';
}
.form-group label{
    display:block;
    font-size:16px;
    font-family:'WorkSans-Regular';
    color:#666666;
}



/* .contact-box .form-group{
    position: relative;
    margin-bottom:10px;
    width:90%;
}
.contact-box .form-control-placeholder {
    position: absolute;
    top:0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
    font-size:20px;
  }

   .form-control:focus + .form-control-placeholder,
   .form-control:valid + .form-control-placeholder {
    font-size: 95%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
  }
  .floating-input{
    color:#000;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size:20px;

  }
  
  .contact-box .form-control:focus{
    box-shadow:none;
    border-bottom:2px solid #5040C6;
  }
  .req{
    color:red;
  } */


  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) calc(100% - 18px) / 11px no-repeat;
}
/* .form-area {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 16%);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.form-area .form-inner {
    width: 100%;
}
.form-group{
    position: relative;
    margin-bottom: 12px;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 0px;
    padding-top: 21px;
    min-height: 55px;
    font-size: 1rem;
    color: #000;
    background-color: #FFF;
    border:none;
    border-bottom:1px solid #000; 
    border-radius:0;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.form-control{
    padding-top: 10px;
    transition: 0.15s;
}
.form-control:focus {
    color: #000;
    background-color: #FFF;
    /* border-color: #5040c6; */
    border-bottom:2px solid #5040c6;
    outline: 0;
    box-shadow: none;
}
.floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    opacity: 1;
    top: 16px;
    /* left: 20px; */
    left:0;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}
.floating-diff .floating-label{
    opacity: 0;
}
.floating-diff.focused .floating-label{
    opacity: 1;
}
.form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    /* left: 19px; */
    left:0;
    font-size: 12px;
}
.form-group.focused select.form-control{
    padding-top: 21px;
}
.float-checkradio{
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}
.float-checkradio.focused{
    padding-top: 21px;
}

.captcha{
    background-color:#e4cf8c;
    padding:2px;
}
input{
    font-family:'WorkSans-Regular';
}
select{
    font-family:'WorkSans-Regular';
}
.req{
    color:red;
}
.agree{
    font-size:16px;
    font-family:'WorkSans-Regular';
    line-height:30px;
    width:78%;
}
button{
    font-size:20px;
    font-family: 'WorkSans-Medium';
    color:#fff;
    background-color:#5040C6;
    display:block;
    width: 100%;
    border: none;
    outline: none;
    padding:10px;
    text-align:center;
    cursor:pointer;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
button:hover{
    background-color:#523df1;
}
.refresh img{
    width:17px;
}
.refresh {
    margin: 10px 0 0 10px;
    filter: invert(100);
    transition:transform 0.3s ease;
}
.refresh:hover{
    transform:rotate(15deg);
}
.redText {
    color: #a03146;
    font-weight: bold;
    display:block;
    text-align:center;
  }
  .greenText {
    color: #1a3815;
    font-weight: bold;
    display:block;
    text-align:center;
  }

  
  .enquiry-pop{
    padding:30px;
    background-color:#fff;
    position:fixed;
    right:0;
    top:0;
    display:none;
    z-index:1;
    height:100vh;
    width:30%;
  }
  .closed{
    position:absolute;
    top:20px;
    right:35px;

}
.closed span{
    width:15px;
    height:1.5px;
    position:fixed;
    background-color:#4e4e4e;
    cursor:pointer;
}
.closed span:first-child{
    transform:rotate(45deg);
}
.closed span:last-child{
    transform:rotate(130deg);
}

  

.gallery{
    padding:150px 0;
}
.gallery-title{
    font-size:55px;
    font-family: 'WorkSans-Medium';
}
.gallery-top{
    font-family:'WorkSans-Light';
    color:#000;
}

/* .gallery-image img{
    width:100%;
    transition: 0.5s all ease-in-out;
    overflow:hidden;
    margin:auto;
}


.gallery-image{
    overflow:hidden;
}
.gallery-image img.zoomboximg{
    
    width: 100%;
	height: 240px;
	transform: scale(1);
	-webkit-transition: 2s ease-in;
	animation-duration: 10s;
}
.gallery-image .overlay{
    position: absolute;
	right: 60px;
	left: 60px;
	top: 60px;
	bottom: 60px;
	display: block;
	background-color: transparent;
	border:1px solid #fff;
	padding: 30px;
	text-align: center;
	transform: scale(0);
	-webkit-transition: 0.5s ease-in-out;
}
.gallery-image .overlay img{
    width: 50%;
	height: auto;
}
.gallery-image:hover img.zoomboximg{
    opacity: .3;
	transform: scale(1.1);
}
.gallery-image:hover .overlay{
    transform: scale(1.1);
} */
.gallery-image{
    overflow:hidden;
    

}
.gallery-image img{
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    /* -webkit-transition: all .5s ease-in-out;   */
    
    width:100%;
    animation-duration: 10s;
    -webkit-transition: 1s ease-in;
    transform:scale(1);
    overflow:hidden;
    
}
/* .gallery-image img:hover{
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.1);
      animation-duration: 0.5s;
      overflow:hidden;
} */


.career,.getting-job{
    padding:150px 0;
}
.career-title,.getting-title{
    font-size:55px;
    font-family:'WorkSans-Medium';
}
.career-top, .getting-job-top, .student-work-top{
    
    color:#000;
}
.career-para, .getting-para{
    font-size:18px;
    line-height:30px;
    font-family:'WorkSans-Regular';
}
.career-box, .getting-box{
    font-family:'WorkSans-Regular';
}
.num{
    font-size:15px;
    
}
.carer-prog{
    width:172px;
    height:13px;
    background-color:#ecc0cf;
    display:inline-block;
   

}
.carer-sec{
    background-color:#f6dec3;
    
}
.carer-thrd{
    background-color:#c4d1e8;
    
}
.carer-four{
    background-color:#c7ead7;
    
}
.car-sup-para{
    font-size:18px;
    line-height:26px;
    width:72%;
    margin:0 0 0 30px;

}

.students-work{
    padding:150px 0;
}
.work-title{
    /* font-size:70px;
    line-height:75px; */
    font-size: 55px;
    line-height: 58px;
    font-family: 'WorkSans-Medium';
}
.work-para{
    font-size:32px;
    font-family: 'WorkSans-Regular';
}

.port-title{
    font-size:26px;
    font-family: 'WorkSans-Medium';
    display:none;
    
}

.port-para{
    font-size:15px;
    font-family:'WorkSans-Regular';
    display:none;
    
}
.portfolio-cover-img  img{
    width:100%;
}
.work-portfolio a{
    color:#000;
}
.stu-profile-img img{
    width:40px;
    height:40px;
    border-radius:50%;
    object-fit:cover;
    border:1px solid #ddd;
}
.download-img  img{
    width:100%;
    height: 25px;
    margin-left: 10px;

   
}
.resume-down p{
    color:#4050c6;
}

.download-img{
    width:5%;
    position:absolute;
    /* right:5%; */
    right:24%;
    
    top:10%;
    font-family: 'WorkSans-Medium';
    font-size:18px;
    display:none;
}
.stu-profile-detail{
    position:relative;
}
.work-portfolio:hover .download-img{
     display:block;
}


.stu-name{
    font-size:18px;
    line-height:12px;
    font-family: 'WorkSans-Medium';
}
.stu-profesion{
    font-size:13px;
    font-family:'WorkSans-Regular';
}
.work-portfolio:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.08); 
}

.portfolio-search input{

    background: transparent;
    outline: none;
    border: none;
    width: 100%;
    padding: 10px;
}

    /* outline:none;
    background-color:#fbfbfb;
    border:none;
    padding:10px 15px;
    border-radius:10px;
    font-size:14px; */

.portfolio-search{
    background-color: #f0f2f5;
    border-radius: 30px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    
    
}
.portfolio-search i{
    color:#65676b;
}
.no-result{
    font-family: 'WorkSans-Regular';
    font-size:22px;
    color:#939393;
}


.courses-box{
    padding:20px 30px;
    background-color:#f5f5f5;
    border-radius: 8px;
    
}
.cour-dur {
    font-size: 15px;
    font-family: 'WorkSans-Medium';
    display:inline-block;
}
.cour-dur span {
    background:rgba(66, 185, 121, 0.3);
}
.cour-title{
    font-family: 'WorkSans-Medium';
    font-size:25px;
    background:linear-gradient(90.08deg, #DE8D35 1.16%, #CD584B 15.39%, #C13559 26.41%, #9C3A72 44.46%, #864480 59.56%, #645395 77.37%, #3C64AD 95.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color:transparent;
}
.cour-para,.comp-list{
    font-family:'WorkSans-Regular';
    font-size:15px;
    line-height:24px;
}
.ux-design{
    font-size:25px;
    font-family: 'WorkSans-Medium';
    color:#e1af58;
}
.ui-design{
    font-size:25px;
    font-family: 'WorkSans-Medium';
    color:#d57695;
}
.visual{
    font-size:25px;
    font-family: 'WorkSans-Medium';
    color:#75b07a;
}
.front-end{
    font-size:25px;
    font-family: 'WorkSans-Medium';
    color:#5b8bc4;
}
.ribbon-v{
    position: absolute;
    width: 90px;
    height: 66px;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-direction: column;
    padding: 0;
    transform: rotate(90deg);
    right: 3%;
    top: 3%;
    border: 2px solid #fff;
	border-image-source: -webkit-linear-gradient(-45deg, rgba(23, 224, 207) 0%, rgba(159, 35, 247) 100%);
	border-image-slice: 3;
    border-right:none;
    
}
.ribbon-v::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 19px 31px 0;
    border-color: transparent #f5f5f5 transparent transparent;
   
}

.rib-text{
    transform: rotate(269deg);
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    margin: 0px 14px 0 0;
    font-family:'WorkSans-Regular';
}


.popup_content{
    background-color:#fff;
    padding:40px 20px;
    width:20%;
    text-align:center;
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    overflow:auto;
    display:none;
    
}
.popup_content h1{
    font-size:18px;
}
.suc-tik{
    margin:0 0 20px;
    font-size:25px;
}
#p1,#p2,#p3,#p4,#p5{
    color:red;
    font-size:16px;
    font-family:'WorkSans-Regular';
}
.btn-groups {
    display: flex;
    gap: 20px;
}
.btn {
    width: 160px;
    height: 50px;
    border: none;
    font-size: 20px;    
    font-family: 'WorkSans-Medium';
    /* background-color: #00b894; */
    color: #000;
    /* border-bottom: 2px solid #5040C6; */
    cursor: pointer;
    transition: 0.3s;
    /* border-radius: 3px; */
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0;
   position: relative;
}

.btn-clicked {
    border-bottom: 3px solid #5040C6;
} 
/* .btn:before {
    content:"";
    width:0;
    height:3px;
    background-color:#5040C6;
    left: 0;
    bottom: -1px;
    transition: 0.3s;
    position:absolute;
}
.btn:hover:before {
    width: 100%;
}
*/
.testimonial {
    padding: 200px 0;

}
.testi-title {
    font-size: 55px;
    font-family: 'WorkSans-Medium';  
}
.testi-para {
    font-size: 19px;
    font-family: 'WorkSans-Regular';
    line-height: 34px;
    width: 70%;
}
.testiwraper {
    display: flex;
    align-items: center;
}
.testimonial-box {
    /* position: relative; */
    cursor: pointer;
}
.testi-img {
    /* position: relative; */
    display: flex;
    justify-content: flex-start;
}
.testi-img img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ddd;
    position: relative;
}
.testi-cont-wrap {
    background-color: #fff;
    padding: 20px;
    width: 450px;
    position: absolute;
    left: 25%;
    top: 32%;    
    /* bottom: 85px;
    right: 75px; */
    box-shadow: 0px 2px 4px 1px #00000014;
    height: auto;
}  

.testi-detail {
    font-size: 18px;
    font-family: 'WorkSans-Regular';
    color: #000;
    line-height: 25px;
    text-align: left;
}
.testi-detail.last {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  /* height: 40px;
  autoprefixer: off; */
}
.place-in {
    font-size: 15px;
    font-family: 'WorkSans-Light';
    color: #000;
}
.company-logo {
    width: 65%;
}
.company-logo img {
    width: 100%;
}
.place {
    font-size: 18px;
    font-family: 'WorkSans-Regular';
    color: #000;
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  max-width:100px;
  /* height: 40px;
  autoprefixer: off; */
}
.slider {
    overflow: hidden;
}
.slider-item,
.hidden {
    padding-bottom: 40px;
    display: none;
}
.active {
    display: block;
    animation: fadeAnimation 1s;
}
@keyframes fadeAnimation {
    0% {
        opacity: 0;

    }
    100% {
       opacity: 1;
       transition: opacity linear;
    }
}
#btn-prev {
    position: relative;
    /* left: 40px;
    top: 0;     */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border : 2px solid #5040C6;
    cursor: pointer;
}
#btn-prev i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  color: #5040C6;
    font-size: 15px;
    border: none;
}
#btn-next i {
    position: absolute;
    left: 50%;
    top: 50%;
  transform:translate(-50%,-50%);
  color: #5040C6;
  font-size: 15px;
  border: none;
}
#btn-next {
    position: relative;
    /* left: 125px;
    top: 0;    
    border: none; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border : 2px solid #5040C6;
}
.slider-btns {
    /* position: absolute;
    bottom:0;
    left: 0; */
    display: flex;
    width: 150px;
    justify-content: space-around;
}
.testi-pro-details {
    /* width: fit-content; */
    width: 150px;
    padding-left: 20px;
}
.testi-detail:last-child {
    margin: 0;
}
.testimonial-left {
    margin: 100px 0 0 0;
}
.control-tabs {
    display: flex;
    justify-content: center;
}
.alumni {
    padding: 100px 0 20px 0;
}
.alumni-title {
    font-size: 55px;
    font-family: 'WorkSans-Medium';
}
.alumni-box {
    padding: 10px;
    cursor: pointer;
}
.almini-img img {
    width: 100%;
}
.classstart-wrap {
    display: flex;
    gap: 30px;
    padding: 10px;
    /* min-width: 790px; */
    align-items: center;
    
}
.classstart-right {
    position: relative;
}
.calndr-img img {
    width: 100%;
}
.calndr-img {
    width: 4%;
}
.classstartpara {
    font-size: 16px;
    font-family: 'WorkSans-Regular';
    color: #000;
   
    
}
.clssstart-date {
    font-size: 24px;
    font-family:  'WorkSans-SemiBold';
    color: #ff5c00;
}
.year {
    font-size: 16px;
    font-family:  'WorkSans-SemiBold';
    color: #ff5c00;
}
.online-txt {
    font-size: 16px;
    font-family:  'WorkSans-SemiBold';
    color: #c03160;
}
.dur-time {
    font-size: 16px;
    font-family: 'WorkSans-Medium';
    color: #000;
}
.send-img img {
    width: 100%;
    
}
.send-img {
    width: 12%;
    position: absolute;
    /* right:12%; */
    /* top: 0; */
    right: -40px;
    top: -40px;
}
.testi-name {
    font-size: 15px;
    font-family: 'WorkSans-Medium';
    color: #000;
    display: flex;
    justify-content: end;
}

.portfolio-cover-img{
    overflow:hidden;
    

}
.portfolio-cover-img img{
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    /* -webkit-transition: all .5s ease-in-out;   */
    
    width:100%;
    animation-duration: 10s;
    -webkit-transition: 1s ease-in;
    transform:scale(1);
    overflow:hidden;
    
}
.work-portfolio:hover .portfolio-cover-img img{
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.1);
      animation-duration: 0.5s;
      overflow:hidden;
}
.stu-place-banner {
    padding: 100px 0 20px 0;
}
.stu-place-banner-img img {
    width: 100%;
}
.faq {
  padding: 150px 0;
}
.faq-top {
    color: #000;
}
.faq-title {
    font-size: 50px;
    font-family: 'WorkSans-Medium';
}
.acordian-togle {
    width:100%;
    cursor: pointer;
    height: 60px;
    display: block;
    background-color: #f6f5ff;
    color: #5040c6;
    padding: 0 20px;
    transition: background 0.5s;
    font-size: 18px;
    font-family: 'WorkSans-Medium';
    display: flex;
    justify-content: space-between;
    align-items: center;

}
/* .acc-wrap input:checked + label,
.acc-wrap label:hover {
    background-color: #c6c1f3;
} */
/* .acc-wrap input[type="radio"]{
    display: none;
} */
.ac {
    background-color: #f6f5ff;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease-in-out;
    margin-bottom: 10px;
}
.ac-listwrap {
  list-style: none;
  padding: 0 20px 0 20px;
}
.ac-title {
    font-size: 18px;
    font-family: 'WorkSans-Medium';
    color: #000;
}
.ac-para {
    font-size: 16px;
    font-family: 'WorkSans-Regular';
    color: #000;
}
/* .acc-wrap input:checked ~ .ac {
    height: auto;
    transition: height 0.3s ease-in-out;
} */

.scrolls {
    position: relative;
    display: flex;
    width: 100%;
    /* width: 700px; */
    overflow: hidden;
    background: #fff;
    -webkit-mask-image: linear-gradient(90deg,transparent,#fff 20%, #fff 80%, transparent)
}
.scrolls div {
    white-space: nowrap;
    animation: animate var(--t) linear infinite;
    animation-delay: calc(var(--t) * -1);
}
.scrolls div :nth-child(2) {
    animation: animate2 var(--t) linear infinite;
    animation-delay: calc(var(--t) / -2);
}
@keyframes animate {
    
        0% {
           transform: translatex(100%);
        }
        100% {
            transform: translatex(-100%);
        }
    
}
@keyframes animate2 {
    
    0% {
       transform: translatex(0%);
    }
    100% {
        transform: translatex(-100%);
    }

}
.imgbx img {
    max-width: 150px;
    scale: 0.8;
}



@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.sliders-logo {
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
   
    /* animationSpeed: 40s; */
	
	
	
}
.slide-tracker {
    animation: scroll 25s linear infinite;
    display: flex;
    width: calc(200px * 18);
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.slide-logo {
    height: 100px;
    width: 250px;
}
.slide-logo img {
    
    width: 180px;
    height: 80px;
    object-fit:contain;
}
.hired-page {
    padding: 150px 0 40px 0;
    background-color: #f7f7f7;
}
.hired-top {
    font-family: 'WorkSans-Light';
    color: #000;
}
.hired-tit {
    font-size: 40px;
    color: #000;
    font-family: 'WorkSans-Medium';
}
.hired-para {
    font-size: 22px;
    color: #000;
    font-family: 'WorkSans-Light';
}
.hired-box {
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgb(230 224 224);
    border-radius: 6px;
}
.hired-img {
    display: flex;
    justify-content: center;
}
.hired-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;  
    border: 1px solid #ddd;  
}
.employee-name {
    font-size: 20px;
    font-family:  'WorkSans-Medium';
    color: #000;    
}
.placement-logo {
    display: flex;
    justify-content: center;
}
.placement-logo img {
    width: 50%;
    min-height: 70px;
    object-fit: contain;
}
.office-location {
    font-size: 20px;
    font-family:  'WorkSans-Medium';
    color: #000;
}
.present-role {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;    
    padding: 10px 13px;
    background-color: rgb(14 193 98);
    color: #fff;
    border-radius: 6px;
      
}
.present-role.-dev {
   background-color: rgba(222, 142, 54, 1);
}
.present-role .-now {
    font-size: 14px;
    font-family: 'WorkSans-Regular';    
}
.present-role .-present {
    font-size: 16px;  
    font-family: 'WorkSans-Medium';   
}
.before-role {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;    
    padding: 0 13px;
    color: #000;
}
.before-role .-before {
    font-family:  'WorkSans-Regular';
    font-size: 14px;
}
.before-role .-role {
    font-family: 'WorkSans-Medium';
    font-size: 16px;
}



@media(min-width:992px) and (max-width:1199px){
    .banner{
        padding:150px 0 30px 0;
    }
    .ban-title{
        font-size:55px;
        line-height:60px;
    }
    .ban-para{
        font-size:35px;
        width:90%;
        line-height:50px;
    }
    .ban-img{
        width:70%;
    }
    .organization{
        padding:150px 0 30px 0;
    }
    .org-title{
        font-size:40px;
        line-height:48px;
    }
    .org-para{
        font-size:16px;
        line-height:28px;
        width:94%;
    }
    .org-img{
        width:90%;
    }
    .who-we-are{
        padding:150px 0 30px 0;
    }
    .re-tit{
        font-size:55px;
    }
    .re-para{
        font-size:28px;
    }
    .we-are-top{
        width:70%;

    }
    .we-are-top-title{
        font-size:28px;
    }
    .we-are-top-para{
        font-size:21px;
        line-height:34px;
    }
    .courses{
        padding:95px 0 10px 0;
    }
    .course-para{
        font-size:16px;
        line-height:28px;
    }
    .course-title{
        font-size:55px;
    }
    .plan-time{
        font-size:17px;
    }
    .fee-obj, .fee-amnt{
        font-size:16px;
    }
    .include-gst {
        font-size: 12px;
    }
    .total-cost, .total-amnt{
        font-size:16px;
    }
    .gallery{
        padding:120px 0 30px 0;
    }
    .gallery-title{
        font-size:55px;
    }
    .students-work{
        padding:120px 0;
    }
    .work-title{
        font-size:55px;
        line-height:60px;
    }
    .work-para{
        font-size:28px;
    }
    .port-para{
        font-size:12px;
    }
    .port-title{
        font-size:17px;
    }
    .stu-name{
        font-size:15px;

    }
    .stu-profesion{
        font-size:12px;
    }
    .career, .getting-job{
        padding:120px 0;
    }
    .career-title, .getting-title{
        font-size:45px;
    }
    .career-para, .getting-para{
        font-size: 15px;
        line-height: 26px;
    }
    .car-sup-para{
        font-size:16px;
        line-height:24px;
        width:88%;
    }
    .inst-name{
        font-size:28px;
    }
    .inst-con{
        font-size:17px;
    }
    .addres{
        font-size:17px;
    }
    .inst-ph a{
        font-size:20px;
    }
    .phone a{
        font-size:18px !important;
    }
    .mail a{
        font-size:18px !important;
    }
    .copyright p{
        font-size:16px !important;
    }
    .enquiry-pop{
        width:45%;
    }
    .enquire-form{
        font-size:22px;
    }
    .agree{
        font-size:15px;
    }
    button{
        font-size:18px;
    }

    .cour-title{
        font-size:22px;
    }
    .ux-design{
        font-size:22px;
    }
    .ui-design{
        font-size:22px;
    }
    .visual{
        font-size:22px;
    }
    .front-end{
        font-size:22px;
    }
    .download-img  img{
        height: 20px;
        margin-left: 10px;
    }
    .download-img{
        right:24%;
        font-size:15px;
    }
    .popup_content{
        
        width:45%;
        
        top:50%;
        left:50%;
       
        
    }
    .popup_content h1{
        font-size:18px;
    }
    .suc-tik{
        margin:0 0 20px;
        font-size:25px;
    }
    .testi-title {
        font-size: 55px;
        font-family: 'WorkSans-Medium';  
    }
    .testi-para {
      font-size: 16px;
      line-height: 28px;
    }
    .testi-cont-wrap {
        width: 330px;
        left: 32%;
        /* top: 38%; */
        top: 32%;
        /* bottom: 45px;
        right: -10px; */
    }
    .testi-detail {
        font-size: 16px;
        line-height: 24px;
    }
    
    .testimonial-left {
        margin: 80px 0 0 0;
    }
    .btn {
        width: 135px;
        font-size: 18px;
    }
    .include-gst {
      font-size: 12px;
    }
    .alumni{
        padding:95px 0 10px 0;
    }
    
    .alumni-title{
        font-size:45px;
    }
    .classstart-wrap {
        min-width: 510px;
        gap: 25px;
    }
    .classstartpara {
        font-size: 16px;

    }
    .clssstart-date {
        font-size: 18px;
    }
    .online-txt {
        font-size: 16px;        
    }
    .dur-time {
        font-size: 16px;
    }
    /* .send-img {
        right: 10%;
        
    } */
    .testi-img img {
        width: 170px;
        height: 170px;
    }
    .stu-place-banner {
        padding: 20px 0 10px 0;
    }
    .stu-place-banner-img img {
        width: 100%;
    }
    .faq-title {
        font-size: 34px;
    }
    .ac-title {
      font-size: 16px;
    }
    .ac-para {
      font-size: 14px;
      line-height: 24px;
    }
    .faq {
        padding: 90px 0;
    }
    .hired-tit {
        font-size: 34px;
    }
}



@media(min-width:768px) and (max-width:991px){
    .ban-title{
        font-size:55px;
        line-height:65px;
    }
    .ban-para{
        font-size:30px;
        line-height:45px;
        width:85%;
    }
    .banner-left{
        margin:35px 0 0 0;
    }
    .ban-img{
        width:75%;
    }
    .organization{
        padding:130px 0 40px 0;
    }
    .org-title{
        font-size:35px;
        line-height:42px;
    }
    .org-para{
        font-size:16px;
        line-height:28px;
        width:100%;
    }
    .org-img{
        width:95%;
    }
    .who-we-are{
        padding:130px 0 40px 0;
    }
    .re-para{
        font-size:24px;
    }
    .re-tit{
        font-size:50px;
    }
    .we-are-top{
        width:80%;
    }
    .we-are-top-title{
        font-size:28px;
    }
    .we-are-top-para{
        font-size:17px;
        line-height:27px;
    }
    .courses{
        padding:130px 0 40px 0;
    }
    .course-title{
        font-size:55px;
    }
    .course-para{
        font-size:16px;
        line-height:26px;
    }
    .plan-time{
        font-size:18px;
    }
    .fee-obj, .fee-amnt{
        font-size:15px;
    }
    .include-gst {
        font-size: 12px;
    }
    .total-cost, .total-amnt{
        font-size:16px;
    }
    .gallery{
        padding:130px 0 40px 0;
    }
    .gallery-title{
        font-size:50px;
    }
    .students-work{
        padding:130px 0 40px 0;
    }
    .work-para{
        font-size:24px;
    }
    .work-title{
        font-size:40px;
        line-height:37px;
    }
    .port-title{
        font-size:18px;
    }
    .port-para{
        font-size:13px;
    }
    .stu-name{
        font-size:16px;
    }
    .stu-profesion{
        font-size:12px;
    }
    .career-title, .getting-title{
        font-size:50px;
    }
    .career-para, .getting-para{
        font-size:16px;
        line-height:26px;
    }
    .career, .getting-job{
        padding:130px 0 40px 0;
    }
    .car-sup-para{
        font-size:15px;
        line-height:24px;
    }
    .inst-name{
        font-size:28px;
    }
    .inst-con{
        font-size:16px;
    }
    .addres{
        font-size:17px;
    }
    .inst-ph a{
        font-size:20px;
        
    }
    .mail a{
        font-size:17px;
    }
    .phone a{
        font-size:17px;
    }
    .copyright p{
        font-size:17px;
    }
    .enquiry-pop{
        width:55%;
    }
    .enquire-form{
        font-size:22px;
    }
    button{
        font-size:16px;
    }
    .cour-title{
        font-size:18px;
    }
    .ux-design{
        font-size:18px;
    }
    .ui-design{
        font-size:18px;
    }
    .visual{
        font-size:18px;
    }
    .front-end{
        font-size:18px;
    }
    .no-result{
        font-size:20px;
    }
    .download-img  img{
        height: 23px;
        margin-left: 10px;
        object-fit:contain;
    }
    .popup_content{
        
        width:45%;
        
        top:50%;
        left:50%;
       
        
    }
    .popup_content h1{
        font-size:18px;
    }
    .suc-tik{
        margin:0 0 20px;
        font-size:25px;
    }
    .foot-main{
        flex-wrap:wrap;
        flex-direction:column;
    }
    .copyright{
        text-align:center;
    }
    .testi-title {
        font-size: 50px;
        line-height: 42px;
    }
    .testi-para {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
    .testimonial-left {
        margin-top: 0;
        margin: 0 0 30px;
    }
    .testi-cont-wrap {
        left: 20%;
        top: 40%;
        /* z-index: -1; */
    }
    .testi-pro-details {
        padding-left: 0;
    }
    .place-in {
        font-size: 20px;
        text-align: left;
    }
    .company-logo {
        width: 80%;
    }
    .slider-btns {
    margin-top: -10px;
    justify-content: space-between;
    width: 120px;
    }
    .testimonial {
        padding: 50px 0 40px 0;
    }
    .testi-detail {
        font-size: 15px;
        line-height: 22px;
    }
    .btn {
        width: 115px;
        font-size: 17px;
    }
    .include-gst {
        font-size: 12px;
      }
      .alumni{
        padding:80px 0 40px 0;
    }
    .alumni-title{
        font-size:35px;
    }
    .classstart-wrap {
        min-width: 480px;
        gap: 25px;
    }
    .classstartpara {
        font-size: 16px;

    }
    .clssstart-date {
        font-size: 16px;
    }
    .online-txt {
        font-size: 16px;        
    }
    .dur-time {
        font-size: 14px;
    }
    .send-img {
        /* right: 10%; */
        right: -35px;
        
    }
    /* .testi-img img {
        width: 150px;
        height: 150px;
        z-index: 1;
    }
    .testi-img {
        justify-content: center;
    } */
    .stu-place-banner {
        padding: 20px 0 10px 0;
    }
    .stu-place-banner-img img {
        width: 100%;
    }
    .faq-title {
        font-size: 30px;
    }
    .ac-title {
      font-size: 16px;
    }
    .ac-para {
      font-size: 14px;
      line-height: 24px;
    }
    .faq {
        padding: 60px 0;
    }
    .slide-tracker {
        width: calc(170px * 18);
    }
    .slide-logo {
        height: 100px;
        width: 195px;
    }
    .slide-logo img {
        width: 150px;
    }
    .hired-para {
        font-size: 18px;
    }
    
}

@media(min-width:600px) and (max-width:767px){
    .banner{
        padding:120px 0 40px 0;
    }
    .ban-title{
        font-size:40px;
        line-height:45px;
        
    }
    .ban-para{
        font-size:28px;
        width:100%;
        line-height:45px;
        
    }
    .banner-left{
        margin:25px 0 0 0;
        text-align:center;
    }
    .organization{
        padding:12px 0 25px 0;
    }
    .org-title{
        font-size:27px;
        line-height:34px;
        display:inline-block;
    }
    .org-para{
        font-size:17px;
        line-height:28px;
        width:100%;
    }
    .who-we-are{
        padding:12px 0 25px 0;
    }
    .re-tit{
        font-size:38px;
    }
    .re-para{
        font-size:25px;
    }
    .we-are-top{
        width:100%;
    }
    .we-are-top-title{
        font-size:25px;
    }
    .we-are-top-para{
        font-size:20px;
        line-height:35px;
    }
    .courses{
        padding:12px 0 25px 0;
    }
    .course-title{
        font-size:38px;
    }
    .course-para{
        font-size:17px;
        line-height:28px;
    }
    .plan-time{
        font-size:18px;
    }
    .fee-obj, .fee-amnt{
        font-size:14px;
    }
    .include-gst {
        font-size: 12px;
    }
    .total-cost, .total-amnt{
        font-size:14px;
    }
    .gallery{
        padding:12px 0 25px 0;
    }
    .gallery-title{
        font-size:38px;
    }
    .students-work{
        padding:12px 0 25px 0;
    }
    .work-title{
        font-size:30px;
        line-height:32px;
    }
    .work-para{
        font-size:18px;
    }
    .port-title{
        font-size:16px;
    }
    .port-para{
        font-size:13px;
    }
    .career, .getting-job{
        padding:12px 0 25px 0;
    }
    .career-title, .getting-title{
        font-size:38px;
    }
    .career-para, .getting-para{
        font-size:15px;
        line-height:28px;
    }
    .car-sup-para{
        font-size:14px;
        line-height:23px;
        width:80%;
    }
    .inst-name{
        font-size:24px;
    }
    .inst-con{
        font-size:16px;
    }
    .addres{
        font-size:15px;
    }
    .inst-ph a{
        font-size:17px;
    }
    .mail a{
        font-size:15px !important;
    }
    .phone a{
        font-size:15px !important;
    }
    .copyright p{
        font-size:15px !important;
    }
    .enquiry-pop{
        width:100%;
    }
    .enquire-form{
        font-size:20px;
    }
    button{
        font-size:17px;
    }
    .courses-box{
        padding:20px 18px;
    }
    .cour-title{
        font-size:16px;
    }
    .ux-design{
        font-size:16px;
    }
    .ui-design{
        font-size:16px;
    }
    .visual{
        font-size:16px;
    }
    .front-end{
        font-size:16px;
    }
    .cour-para, .comp-list{
        font-size:13px;
        line-height:23px;
    }
    .no-result{
        font-size:18px;
    }
    .download-img  img{
        height: 23px;
        margin-left: 10px;
        object-fit:contain;
    }
    .download-img{
        right:24%;
        font-size:15px;
    }
    .popup_content{
        
        width:45%;
        
        top:50%;
        left:50%;
       
        
    }
    .popup_content h1{
        font-size:18px;
    }
    .suc-tik{
        margin:0 0 20px;
        font-size:25px;
    }
    .foot-main{
        flex-wrap:wrap;
        flex-direction:column;
    }
    .copyright{
        text-align:center;
    }
    .testi-title {
        font-size: 38px;
    }
    .testi-para {
        font-size: 17px;
        line-height: 28px;
        width: 100%;
    }
    .testi-detail {
        font-size: 13px;
        line-height: 20px;
    }
    .testi-cont-wrap {
        width: 340px;
        /* left: 23%;
        top: 45%; */
    }
    .testi-pro-details {
        width: 125px;
        padding-left: 0;
    }
    .place-in {
        font-size: 15px;
        text-align: left;
    }
    .company-logo {
        width: 85%;
    }
    .slider-btns {
        margin-top: -10px;
        justify-content: space-between;
        width: 120px;
    }
    .testimonial-left {
        margin: 0 0 30px;
    }
    .testimonial {
        padding: 12px 0 25px 0;
    }
    .btn {
        width: 100px;
        font-size: 16px;
    }
    .include-gst {
        font-size: 12px;
      }
      .alumni{
        padding:12px 0 25px 0;
    }
    .alumni-title{
        font-size:30px;
    }
    .almini-img {
        width: 80%;
        margin: 0 auto;
    }
    .classstart-wrap {
      text-align: left;
      gap: 30px;
    }
    .classstartpara {
        font-size: 18px;

    }
    .clssstart-date {
        font-size: 18px;
    }
    .online-txt {
        font-size: 16px;        
    }
    .dur-time {
        font-size: 15px;
    }
    .send-img {
        /* right: 20%; */
        right: -30px;
        width: 12%;
        
    }
    .stu-place-banner {
        padding: 20px 0 50px 0;
    }
    .stu-place-banner-img img {
        width: 100%;
    }
    .faq-title {
        font-size: 25px;
    }
    .ac-title {
      font-size: 16px;
    }
    .ac-para {
      font-size: 14px;
      line-height: 24px;
    }
    .faq {
        padding: 15px 0 25px 0;
    }
    .acc-wrap label {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .acordian-togle {
        font-size: 16px;
    }
    .slide-tracker {
        width: calc(140px * 19);
    }
    .slide-logo{
        height: 100px;
        width: 145px;
    }
    .slide-logo img {
        width: 130px;
    }
    .stu-work a{
        display:none;
    }
    .hired-tit {
        font-size: 30px;
    }
    .hired-para {
        font-size: 18px;
    }
}

@media(min-width:360px) and (max-width:599px){
    .enquiry-pop{
        width:100%;
    }
    .enquire-form{
        font-size:18px;
    }
    .enquiry-pop{
        padding:30px 20px;
    }
    .agree{
        font-size:14px;
        width:100%;
    }
    button{
        font-size:14px;
    }
    .ban-title{
        font-size:30px;
        line-height:30px;
        text-align: left;
    }
    .ban-para{
        font-size:18px;
        line-height:38px;
        width:100%;
        font-family: 'WorkSans-Regular';
        text-align: left;
    }
    .banner{
        padding:35px 0 40px 0;
    }
    .banner-left{
        text-align:center;
    }
    .organization{
        padding:12px 0 25px 0;
    }
    .org-title{
        font-size:23px;
        line-height:28px;
        display:inline-block;
        font-family: 'WorkSans-Regular';
    }
    .org-para{
        font-size:15px;
        line-height:24px;
        width:100%;
    }
    .org-img{
        width:100%;
    }
    .who-we-are{
        padding:12px 0 25px 0;
    }
    .re-tit{
        font-size:30px;
        font-family: 'WorkSans-Regular';
    }
    .re-para{
        font-size:20px;
    }
    .we-are-top-title{
        font-size:18px;
    }
    .we-are-top-para{
        font-size:14px;
        line-height:27px;
    }
    .we-are-top{
        width:100%;
    }
    .courses{
        padding:12px 0 20px 0;
    }
    .course-title{
        font-size:30px;
        font-family: 'WorkSans-Regular';
    }
    .course-para{
        font-size:15px;
        line-height:26px;
        margin:0 0 35px;
    }
    .plan-time{
        font-size:16px;
    }
    .fee-obj, .fee-amnt{
        font-size:14px;
    }
    .include-gst {
        font-size: 12px;
    }
    .total-cost, .total-amnt{
        font-size:15px;
    }
    .gallery{
        padding:12px 0 25px 0;
    }
    .gallery-title{
        font-size:30px;
        font-family: 'WorkSans-Regular';
    }
    /* .gallery-image img {
        height: 200px;
        object-fit: cover;
    } */
    .students-work{
        padding:12px 0 25px 0;
    }
    .work-title{
        font-size:30px;
        line-height:34px;
        font-family: 'WorkSans-Regular';
    }
    .work-para{
        font-size:15px;
    }
    .port-title{
        font-size:17px;
    }
    .port-para{
        font-size:13px;
    }
    .stu-name{
        font-size:14px;
    }
    .stu-profesion{
        font-size:12px;
    }
    .download-img{
        width:7%;
    }
    .career, .getting-job{
        padding:50px 0 25px 0;
    }
    .career-title, .getting-title{
        font-size:30px;
        font-family: 'WorkSans-Regular';
    }
    .career-para, .getting-para{
        font-size:15px;
        line-height:24px;
    }
    .car-sup-para{
        font-size:14px;
        line-height:22px;
        width:90%;
    }
    .inst-name{
        font-size:20px;
    }
    .inst-con{
        font-size:10px;
    }
    .addres{
        font-size:14px;
    }
    .inst-ph a{
        font-size:18px;
    }
    .mail a{
        font-size:18px !important;
        margin:0 0 10px !important;
    }
    .phone a{
        font-size:18px !important;
    }
    .copyright {
        font-size:13px !important;
    }
    .captcha{
        font-size:26px;
    }

    .courses-box{
        padding:20px 22px;
    }
    .cour-title{
        font-size:18px;
    }
    .ux-design{
        font-size:18px;
    }
    .ui-design{
        font-size:18px;
    }
    .visual{
        font-size:18px;
    }
    .front-end{
        font-size:18px;
    }
    .cour-para, .comp-list{
        font-size:14px;
        line-height:23px;
    }
    .stu-work a{
        display:none;
    }
    .no-result{
        font-size:16px;
    }
    .popup_content{
        
        width:65%;
        
        top:50%;
        left:50%;
       
        
    }
    .popup_content h1{
        font-size:14px;
    }
    .suc-tik{
        margin:0 0 20px;
        font-size:25px;
    }
    .foot-main{
        flex-wrap:wrap;
        flex-direction:column;
    }
    .copyright{
        text-align:center;
    }
    .download-img{
        display:block;
    }
    .testi-title {
        font-size: 30px;
    }
    .testi-para {
        font-size:15px;
        line-height: 25px;
        width: 100%;
    }
    .testimonial {
        padding: 12px 0 25px 0;
    }
    .testimonial-left {
        margin-top: 0;
        margin: 0 0 30px;
    }
    .testi-img img {
        width: 125px;
        height: 125px;
    }
    .testi-cont-wrap {
        /* width: 250px;
        left: 27%;
        top: 17%; */
        width: 310px;
        left: 11%;
        /* top: 17%; */
        top: 22%;
        z-index: -1;
    }
    .testi-detail {
        font-size: 13px;
        line-height: 22px;
    }
    .testi-pro-details {
        /* margin-top: 185px; */
        margin-top: 255px;
        width: 200px;
    }
    .place-in {
        font-size: 14px;
        text-align: left;
    }
    .company-logo {
        width: 50%;
    }
    .place {
        font-size: 15px;
        text-align: left;
    }
    .slider-item {
        padding-bottom: 20px;
    }
    .slider-btns {
        display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: space-around;
    }
    .btn {
        width: 80px;
        font-size: 14px;
    }
    .include-gst {
        font-size: 12px;
      }
      .alumni{
        padding:12px 0 20px 0;
    }
    .alumni-title{
        font-size:30px;
        font-family: 'WorkSans-Regular';
    }
    .alumni-box {
        padding: 1px;
    }
    .classstart-wrap {
        text-align: left;
    gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
      }
      .calndr-img {
        width: 8%;
      }
      .classstartpara {
          font-size: 18px;
  
      }
      .clssstart-date {
          font-size: 18px;
      }
      .online-txt {
          font-size: 18px;        
      }
      .dur-time {
          font-size: 14px;
      }
      .send-img {
        /* right: 48%;
        width: 5%;
        top: unset;
        bottom: 35%; */
        width: 10%;
        right: -35px;
          
      }
      .testi-img {
        justify-content: center;
      }
      .stu-place-banner {
        padding: 20px 0 50px 0;
    }
    .stu-place-banner-img img {
        width: 100%;
    }
    .faq-title {
        font-size: 18px;
    }
    .ac-title {
      font-size: 14px;
    }
    .ac-para {
      font-size: 14px;
      line-height: 22px;
    }
    .faq {
        padding: 15px 0 25px 0;
    }
    .acc-wrap label {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .acordian-togle {
        height: 40px;
        font-size: 14px;
    }
    .slide-tracker {
        width: calc(140px * 18);
    }
    .slide-logo img {
        width: 135px;
        height: 80px;
        object-fit: contain;
    }
    .hired-tit {
        font-size: 24px;
        line-height: 35px;
    }
    .hired-para {
        font-size: 18px;
    }

}


@media(min-width:1200px) and (max-width:1365px){
    .copyright p{
        font-size:17px !important;
    }
    .include-gst {
        font-size: 12px;
      }
}
@media(min-width:1366px) and (max-width:1399px){
    .copyright p{
        font-size:17px !important;
    }
    .include-gst {
        font-size: 12px;
      }
}