@media (min-width:992px) {

    /* Main menu*/
    .main-menu>ul .link {
        transform: none !important;
    }

    .main-menu {
        clip-path: none !important;
        width: auto !important;
    }
    /* Main menu ends*/
}

@media (max-width:1400px) {
    .main-menu ul {
        gap: 27px;
    }
    .project-box::after {
    height: 222px;
}
}

@media (max-width:1200px) {

    /* Main menu*/
    .main-menu>ul {
        gap: 23px;
    }

    .main-menu ul li a {
        padding: 33px 0;
    }
    .main-menu ul li a {
        font-size: 13px;
    }
    .admission-button {
        margin-top: 15px;
    }
    /* Main menu ends*/
    header.sticky.sticky-active .logo {
        width: 153px;
    }
    
}

@media (max-width:992px) {

    /*Header items*/
    .main-menu ul .link {
        transform: none !important;
    }


    .main-menu>ul {
        gap: 17px;
        padding: 0 30px;
        height: 100vh;
        overflow-y: scroll;
        display: block;
        overflow-x: hidden;
        width: 100%;
        padding-bottom: 100px;
    }

    .nav-button {
        display: block;
    }

    nav {
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--color-primary);
        transform: translate3d(-100%, 0, 0);
        height: 100vh;
        overflow-y: scroll;
        /* Enable vertical scrolling */
        overflow-x: hidden;
        /* Hide horizontal scrolling if not needed */
        /* Smooth scrolling for iOS */
        padding-top: 80px;
        z-index: 99999;
    }

    nav>ul {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        /* align-content: center; */
        /* align-items: center; */
        position: fixed;
        list-style: none;

        li {
            margin-bottom: 10px;
            visibility: hidden;
        }
    }

    .main-menu>ul li a,
    header.sticky.sticky-active .main-menu>li a {
        color: #FFF;
        padding: 7px 0;
        font-size: 16px;
    }

    header.sticky.sticky-active .main-menu ul li a {
        padding: 7px 0;
        color: #ffffff;
    }

    header.sticky.sticky-active .has-sub-menu .sub-menu li a {
        padding: 12px 13px;
    }

    .has-sub-menu .sub-menu {
        position: inherit;
        background: no-repeat;
        width: 100%;
    }

    .has-sub-menu .sub-menu>li {
        visibility: inherit;
    }

    .has-sub-menu .sub-menu>li>a {
        color: #FFF;

    }

    .sub-menu.active {
        visibility: inherit;
        ;
    }

    .menu-button {
        display: block;
    }

    .main-menu>ul {
        transform: translate(0px, 0px);
        padding-bottom: 200px;
    }

    .skew {
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }

    .header-top-row {
        display: none;
    }

    header.sticky .main-logo img {
        width: 130px;
    }

    header.sticky.sticky-active .logo {
        width: 130px;
    }

    header.sticky .menu-button svg {
    fill: #000;
    }
    header.sticky .main-menu .menu-button svg {
    fill: #ffffff;
    }
    header.sticky {
        /* -webkit-transform: translateY(0%); */
        /* transform: translateY(0%); */
        /* position: fixed; */
    }
    .menu-side-button
    {
        display: none;
    }
    /*Header items ends*/


.logo {
    width: 129px;
    margin: 19px 0;
}
header.sticky.sticky-active .logo.dark{
    width: 129px;
}
.hz-m-c3 {
    gap: 11px;
}
.swiper-title {
    top: 28%;
    padding: 0 0 0 30px;
    width: 70%;
}
.swiper-title h2 {
    font-size: 6vw;
}
.swiper-title p {
    font-size: 15px;
}
.btn-s1 {
    padding: 8px 17px;
}
.base-padding {
    padding: 30px 0;
}
.title-s1 {
    font-size: 26px;
}
.service-carousel-thumbnail {
    color: #FFF;
    margin: 5px 0px 12px;
    border-radius: 6px;
    padding: 0 16px 7px;
}
    .service-carousel-icon {
    width: 40px;
    height: 70px;
}
    .service-carousel-thumbnail h3 {
    font-size: 16px;
    font-weight: 300;
    min-height: 39px;
}
    .service-carousel-thumbnail button {
    float: none;
    position: absolute;
    right: 0;
    bottom: 0;
}
    .service-carousel-thumbnail button svg {
    width: 15px;
    height: 15px;
}
.why-choose-thumbnail {
    padding: 12px 15px;
}
.why-choose-thumbnail h3 {
    font-size: 15px;
}
.title-s2 {
    font-size: 29px;
    padding: 0 30px;
}
.text-center-sm
{
    text-align: center;
}
.image50-left {
    width: 100%;
    position: static;
    height: 200px;
}
.image50-right {
    width: 100%;
    position: static;
    height: 200px;
}
.vision-mission-content {
    padding: 50px 0;
}
.counter-section {
    background-size: 200%;
    background-repeat: no-repeat;
    background-attachment: inherit;
    padding: 50px 0;
}
.counter-box .counter {
    font-size: 30px;
}
.counter-box svg {
    width: 60px;
    height: 49px;
}
.counter-box {
    gap: 13px;
    margin: 0 0 24px;
}
.counter-box p {
    margin: 0px 0 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.counter-number sup {
    font-size: 30px;
}
.quick-contact-form {
    padding: 40px 20px;
    background-color: #eaeaea;
}
    .quick-contact-form::after {
    background-color: #eaeaea;
}
footer {
    background-size: 210%;
    padding-top: 40px;
}
.quick-links
{
    margin-bottom: 30px;
}
.socialmedia-links {
    justify-content: center;
}
.footer-base {
    margin: 40px 0 0;
    text-align: center;
}
.footer-base-links
{
    justify-content: center;
    margin: 10px 0 0;
}
.page-header {
    padding: 121px 0 50px;
}


.service-carousel-thumbnail::before {
    height: 240px;
    width: 30px;
    transform: rotate(30deg);
}
.service-carousel-thumbnail:hover:before {
  transform: rotate(30deg) scale(1.1);
}
.project-box h3 {
    font-size: 16px;
    line-height: 23px;
    gap: 7px;
}
.project-box::after {
    height: 188px;
}
.project-box button svg {
    width: 14px;
    height: 14px;
}

.project-box button {
    width: 34px;
    height: 34px;
}
.cursor-anim
{
    display: none;
}

	.notfoundpage
{
	padding: 20px;
	border-width: 4px;
}
.notfoundpage h1
{
	font-size: 90px;
	line-height: 60px;
	margin: 0px 0 4px;
}
.notfoundpage h2
{
	font-size: 50px;
}
.notfoundpage h3
{
	font-weight: 200;
	font-size: 18px;
}
.team-box img {
    width: 100%;
    margin: 0 auto 15px auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
	.team-box h3 {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin-bottom: 6px;
}
	.team-box p {
		font-size:14px;
}
.team-box {
    padding: 14px 14px 14px;
}
/**/
.choose-list {
  display: flex;
  flex-wrap: wrap; /* allow wrapping into multiple rows */
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.choose-list li {
  flex: 0 0 calc(50% - 14px); /* 50% minus gap for two columns */
  box-sizing: border-box;
}
.software-box {
    height: auto;
    min-height: auto;
    margin: 0 0 0px;
}
/**/
}