@media all {
    button, form, img, label, li, ul {
        border: none;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-align: inherit;
    }

    *, ::after, ::before {
        box-sizing: inherit;
        -webkit-font-smoothing: antialiased;
        word-break: break-word;
        word-wrap: break-word;
    }

    a, path {
        transition: all 0.15s linear;
    }

    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
        word-break: normal;
    }

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
        height: auto;
        right: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

    @media (prefers-reduced-motion:reduce) {
        * {
            animation-duration: 0s !important;
            transition-duration: 0s !important;
        }

    }

    :root {
        --one-unit: 96px;
    }

    .faux-heading {
        font-feature-settings: "lnum";
        font-variant-numeric: lining-nums;
        font-weight: 700;
        letter-spacing: -0.0415625em;
        line-height: 1.25;
        margin: 3.5rem 0 2rem;
    }

    a {
        color: #cd2653;
        text-decoration: underline;
    }

    a:focus, a:hover {
        text-decoration: none;
    }

    ul {
        margin: 0 0 3rem 3rem;
    }

    ul {
        list-style: disc;
    }

    ul ul {
        list-style: circle;
    }

    li {
        line-height: 1.5;
        margin: 0.5rem 0 0 2rem;
    }

    li > ul {
        margin: 1rem 0 0 2rem;
    }

    .reset-list-style, .reset-list-style ul {
        list-style: none;
        margin: 0;
    }

    .reset-list-style li {
        margin: 0;
    }

    img, svg {
        display: block;
        height: auto;
        max-width: 100%;
    }

    label {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        margin: 0 0 0.5rem 0;
    }

    button, input {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
        line-height: 1;
    }

    input {
        border-color: #dcd7ca;
        color: #000;
    }

    input[type="search"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border-radius: 0;
        border-style: solid;
        border-width: 0.1rem;
        box-shadow: none;
        display: block;
        font-size: 1.6rem;
        letter-spacing: -0.015em;
        margin: 0;
        max-width: 100%;
        padding: 1.5rem 1.8rem;
        width: 100%;
    }

    input::-webkit-input-placeholder {
        line-height: normal;
    }

    input:-ms-input-placeholder {
        line-height: normal;
    }

    input::-moz-placeholder {
        line-height: revert;
    }

    button, input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #cd2653;
        border: none;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.0333em;
        line-height: 1.25;
        margin: 0;
        opacity: 1;
        padding: 1.1em 1.44em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: opacity 0.15s linear;
    }

    button:focus, button:hover, input[type="submit"]:focus, input[type="submit"]:hover {
        text-decoration: underline;
    }

    input[type="search"]:focus {
        outline: thin dotted;
        outline-offset: -4px;
    }

    .section-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 120rem;
        width: calc(100% - 4rem);
    }

    .toggle {
        -moz-appearance: none;
        -webkit-appearance: none;
        color: inherit;
        cursor: pointer;
        font-family: inherit;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        text-align: inherit;
        user-select: none;
    }

    button.toggle {
        background: 0 0;
        border: none;
        box-shadow: none;
        border-radius: 0;
        font-size: inherit;
        font-weight: 400;
        letter-spacing: inherit;
        padding: 0;
        text-transform: none;
    }

    .fill-children-current-color, .fill-children-current-color * {
        fill: currentColor;
    }

    .search-form {
        align-items: stretch;
        display: flex;
        flex-wrap: nowrap;
        margin: 0 0 -0.8rem -0.8rem;
    }

    .search-form .search-field, .search-form .search-submit {
        margin: 0 0 0.8rem 0.8rem;
    }

    .search-form label {
        align-items: stretch;
        display: flex;
        font-size: inherit;
        margin: 0;
        width: 100%;
    }

    .search-form .search-field {
        width: 100%;
    }

    .search-form .search-submit {
        flex-shrink: 0;
    }

    .search-form .search-submit:focus, .search-form .search-submit:hover {
        text-decoration: none;
    }

    .cover-modal {
        display: none;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

    .cover-modal::-webkit-scrollbar {
        display: none !important;
    }

    #site-header {
        background: #fff;
        position: relative;
    }

    .header-inner {
        max-width: 168rem;
        padding: 3.15rem 0;
        z-index: 100;
    }

    .header-titles-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0 4rem;
        text-align: center;
    }

    .site-logo {
        margin: 0;
    }

    .site-logo a, .site-logo img {
        display: block;
    }

    .site-logo img {
        margin: 0 auto;
        width: auto;
    }

    .header-navigation-wrapper {
        display: none;
    }

    .header-toggles {
        display: none;
    }

    .header-inner .toggle {
        align-items: center;
        display: flex;
        overflow: visible;
        padding: 0 2rem;
    }

    .header-inner .toggle svg {
        display: block;
        position: relative;
        z-index: 1;
    }

    .header-inner .toggle path {
        fill: currentColor;
    }

    .toggle-inner {
        display: flex;
        justify-content: center;
        height: 2.3rem;
        position: relative;
    }

    .toggle-icon {
        display: block;
        overflow: hidden;
    }

    .toggle-inner .toggle-text {
        color: #6d6d6d;
        font-size: 1rem;
        font-weight: 600;
        position: absolute;
        top: calc(100% + 0.5rem);
        width: auto;
        white-space: nowrap;
        word-break: break-all;
    }

    .header-inner .toggle:focus .toggle-text, .header-inner .toggle:hover .toggle-text {
        text-decoration: underline;
    }

    .search-toggle {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
    }

    .search-toggle .toggle-icon, .search-toggle svg {
        height: 2.5rem;
        max-width: 2.3rem;
        width: 2.3rem;
    }

    .nav-toggle {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        width: 6.6rem;
    }

    .nav-toggle .toggle-icon, .nav-toggle svg {
        height: auto;
        width: auto;
    }

    .nav-toggle .toggle-inner {
        padding-top: 0.8rem;
    }

    .primary-menu-wrapper {
        display: none;
    }

    ul.primary-menu {
        display: flex;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -0.0277em;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin: -0.8rem 0 0 -1.6rem;
    }

    .primary-menu .icon {
        display: block;
        height: 0.7rem;
        position: absolute;
        pointer-events: none;
        transform: rotate(-45deg);
        width: 1.3rem;
    }

    .primary-menu .icon::after, .primary-menu .icon::before {
        content: "";
        display: block;
        background-color: currentColor;
        position: absolute;
        bottom: calc(50% - 0.1rem);
        left: 0;
    }

    .primary-menu .icon::before {
        height: 0.9rem;
        width: 0.2rem;
    }

    .primary-menu .icon::after {
        height: 0.2rem;
        width: 0.9rem;
    }

    .primary-menu li {
        font-size: inherit;
        line-height: 1.25;
        position: relative;
    }

    .primary-menu > li {
        margin: 0.8rem 0 0 1.6rem;
    }

    .primary-menu > li.menu-item-has-children > a {
        padding-right: 2rem;
    }

    .primary-menu > li > .icon {
        right: -0.5rem;
        top: calc(50% - 0.4rem);
    }

    .primary-menu a {
        color: inherit;
        display: block;
        line-height: 1.2;
        text-decoration: none;
        word-break: normal;
        word-wrap: normal;
    }

    .primary-menu a:focus, .primary-menu a:hover {
        text-decoration: underline;
    }

    .primary-menu ul {
        background: #000;
        border-radius: 0.4rem;
        color: #fff;
        font-size: 1.7rem;
        opacity: 0;
        padding: 1rem 0;
        position: absolute;
        right: 9999rem;
        top: calc(100% + 2rem);
        transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
        transform: translateY(0.6rem);
        width: 20rem;
        z-index: 1;
    }

    .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children:hover > ul {
        right: 0;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.15s linear, transform 0.15s linear;
    }

    .primary-menu ul::after, .primary-menu ul::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
    }

    .primary-menu ul::before {
        height: 2rem;
        left: 0;
        right: 0;
    }

    .primary-menu ul::after {
        border: 0.8rem solid transparent;
        border-bottom-color: #000;
        right: 1.8rem;
    }

    .primary-menu ul a {
        background: 0 0;
        border: none;
        color: inherit;
        display: block;
        padding: 1rem 2rem;
        transition: background-color 0.15s linear;
        width: 100%;
    }

    @media (any-pointer:coarse) {
        .primary-menu > li.menu-item-has-children > a {
            padding-right: 0;
            margin-right: 2rem;
        }

    }

    .search-modal {
        background: rgba(0, 0, 0, 0.2);
        display: none;
        opacity: 0;
        position: fixed;
        bottom: 0;
        left: -9999rem;
        top: 0;
        transition: opacity 0.2s linear, left 0s 0.2s linear;
        width: 100%;
        z-index: 999;
    }

    .search-modal-inner {
        background: #fff;
        transform: translateY(-100%);
        transition: transform 0.15s linear, box-shadow 0.15s linear;
    }

    .search-modal-inner .section-inner {
        display: flex;
        justify-content: space-between;
        max-width: 168rem;
    }

    button.search-untoggle {
        align-items: center;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        margin-right: -2.5rem;
        padding: 0 2.5rem;
    }

    .search-modal button.search-untoggle {
        color: inherit;
    }

    .search-untoggle svg {
        height: 1.5rem;
        transition: transform 0.15s ease-in-out;
        width: 1.5rem;
    }

    .search-untoggle:focus svg, .search-untoggle:hover svg {
        transform: scale(1.15);
    }

    .search-modal form {
        margin: 0;
        position: relative;
        width: 100%;
    }

    .search-modal .search-field {
        background: 0 0;
        border: none;
        border-radius: 0;
        color: inherit;
        font-size: 2rem;
        letter-spacing: -0.0277em;
        height: 8.4rem;
        margin: 0 0 0 -2rem;
        max-width: calc(100% + 2rem);
        padding: 0 0 0 2rem;
        width: calc(100% + 2rem);
    }

    .search-modal .search-field::-webkit-input-placeholder {
        color: inherit;
    }

    .search-modal .search-field:-ms-input-placeholder {
        color: inherit;
    }

    .search-modal .search-field::-moz-placeholder {
        color: inherit;
        line-height: 4;
    }

    .search-modal .search-submit {
        position: absolute;
        right: -9999rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .search-modal .search-submit:focus {
        right: 0;
    }

    @media (max-width:479px) {
        ul {
            margin: 0 0 3rem 2rem;
        }

        li {
            margin: 0.5rem 0 0 1rem;
        }

    }

    @media (min-width:700px) {
        ul {
            margin-bottom: 4rem;
        }

        button, input[type="submit"] {
            font-size: 1.7rem;
        }

        .section-inner {
            width: calc(100% - 8rem);
        }

        .header-inner {
            padding: 3.8rem 0;
        }

        .site-logo img {
            transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
        }

        .toggle-inner .toggle-text {
            font-size: 1.2rem;
        }

        .search-toggle {
            left: 2rem;
        }

        .nav-toggle {
            right: 2rem;
        }

        .search-modal form {
            position: relative;
            width: 100%;
        }

        .search-untoggle svg {
            height: 2.5rem;
            width: 2.5rem;
        }

        .search-modal .search-field {
            border: none;
            font-size: 3.2rem;
            height: 14rem;
        }

        .search-modal .search-field::-moz-placeholder {
            line-height: 4.375;
        }

    }

    @media (min-width:1000px) {
        #site-header {
            z-index: 1;
        }

        .header-inner {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding: 2.8rem 0;
        }

        .header-titles-wrapper {
            margin-right: 4rem;
            max-width: 50%;
            padding: 0;
            text-align: left;
        }

        .header-titles {
            align-items: baseline;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            margin: -1rem 0 0 -2.4rem;
        }

        .header-titles .site-logo {
            margin: 1rem 0 0 2.4rem;
        }

        .wp-custom-logo .header-titles {
            align-items: center;
        }

        .header-navigation-wrapper {
            align-items: center;
            display: flex;
        }

        .primary-menu-wrapper {
            display: block;
            width: 100%;
        }

        .home .mobile-nav-toggle, .mobile-search-toggle {
            display: none !important;
        }

        .primary-menu-wrapper + .header-toggles {
            margin-left: 3rem;
        }

        .header-toggles {
            display: flex;
            flex-shrink: 0;
            margin-right: -3rem;
        }

        .header-inner .toggle {
            height: 4.4rem;
            padding: 0 0 0 22px;
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            top: auto;
            width: auto;
        }

        .header-inner .toggle-wrapper {
            position: relative;
        }

        .header-inner .toggle-wrapper::before {
            background: #dedfdf;
            content: "";
            display: block;
            height: 2.7rem;
            position: absolute;
            left: 0;
            top: calc(50% - 1.35rem);
            width: 0.1rem;
        }

        .header-inner .toggle-wrapper:first-child::before {
            content: none;
        }

        .header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
            content: "";
        }

        .toggle-inner {
            position: static;
        }

        .toggle-inner .toggle-text {
            left: 0;
            right: 0;
            text-align: center;
            top: calc(100% - 0.3rem);
            width: auto;
        }

    }

    @media (min-width:1220px) {
        ul.primary-menu {
            margin: -0.8rem 0 0 -2.5rem;
        }

        .primary-menu > li {
            margin: 0.8rem 0 0 2.5rem;
        }

        .primary-menu-wrapper + .header-toggles {
            margin-left: 4rem;
        }

        .header-toggles {
            margin-right: -4rem;
        }

        .header-toggles .toggle {
            padding: 0 4rem;
        }

    }

}

/*! CSS Used from: Embedded */
a {
    color: #cd2653;
}

input[type="submit"] {
    background-color: #cd2653;
}

input {
    border-color: #dcd7ca;
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon {
    color: #cd2653;
}

.header-footer-group, body:not(.overlay-header) #site-header .toggle {
    color: #000000;
}

body:not(.overlay-header) .primary-menu ul {
    background-color: #000000;
}

body:not(.overlay-header) .primary-menu > li > ul:after {
    border-bottom-color: #000000;
}

body:not(.overlay-header) .toggle-inner .toggle-text {
    color: #6d6d6d;
}

.header-footer-group input {
    border-color: #dcd7ca;
}

body:not(.overlay-header) .header-inner .toggle-wrapper::before {
    background-color: #dcd7ca;
}

/*! CSS Used from: https://www.iiad.edu.in/wp-content/themes/twentytwenty-child/style.css?ver=1.2 ; media=all */
@media all {
    *, .faux-heading {
        letter-spacing: normal;
        outline: 0;
    }

    a, button {
        outline: 0 !important;
    }

    #site-header {
        position: absolute;
        width: 100%;
        top: 0;
        max-height: 56px;
        height: 100%;
        z-index: 1111;
        -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
        transition: all ease-out 0.3s;        /* z-index: 10; */
    }

    .header-inner {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        align-items: start;
    }

    .header-titles-wrapper {
        margin-right: 15px;
    }

    .header-titles {
        background: #e13212;
        color: #fff;
        margin: 0;
    }

    .header-navigation-wrapper {
        flex-grow: 1;
        transition: all ease-out 0.3s;
        top: 0;
    }

    ul.primary-menu {
        justify-content: center;
    }

    .primary-menu > li {
        margin: 0 0 0 3.3rem;
        list-style: none;
    }

    .primary-menu > li > a {
        color: #000 !important;
        font-size: 14px;
        text-transform: uppercase;
        font-family: acumin-pro, sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height: 52px;
        padding-top: 12px;
        text-decoration: none !important;
        position: relative;
        overflow: hidden;
    }

    .primary-menu > li > a:after, .primary-menu > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 4px;
        background-color: #000;
    }

    .primary-menu > li > a:before {
        transform: translateX(-101%);
        transition: none;
    }

    .primary-menu > li > a:hover:before {
        transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transform: translateX(0);
    }

    .primary-menu > li > a:after {
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transform: translateX(101%);
        transition-delay: none;
    }

    .primary-menu > li > a:hover:after {
        transition-delay: 490ms;
        transition-duration: 10ms;
        transform: translateX(0);
    }

    .primary-menu > li.menu-item-has-children > a {
        padding-right: 0;
        margin-right: 0;
    }

    .primary-menu > li.menu-item-has-children > .icon, .primary-menu > li.menu-item-has-children > ul.sub-menu {
        display: none;
    }

    .header-titles .site-logo {
        margin: 0;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s;
    }

    .site-logo a, .site-logo img {
        max-height: unset !important;
        position: relative;
    }

    .home .site-logo img, .site-logo a {
        max-height: unset !important;
        position: relative;
    }

    /* .site-logo a:after {
        content: "";
        display: block;
        background-image: url('https://www.iiad.edu.in/wp-content/themes/twentytwenty-child/assets/images/iiad-txt-logo.png');
        width: var(--one-unit);
        height: var(--one-unit);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 100%;
        bottom: 0;
    } */
    .nav-toggle .toggle-icon {
        overflow: visible;
    }

    .nav-toggle .toggle-icon > svg {
        -webkit-animation: breath 0.5s infinite alternate;
        animation: breath 0.5s infinite alternate;
    }

    input:hover {
        text-decoration: none;
    }

    .nav-toggle .toggle-icon:hover > svg {
        transform: scaleY(1.08);
    }

    .search-toggle .toggle-icon, .search-toggle svg {
        max-width: 1.2rem;
    }

    .search-toggle .toggle-inner {
        flex-flow: row-reverse;
    }

    .search-toggle .toggle-inner .toggle-text {
        top: calc(100% - 2rem);
        position: relative;
        margin-right: 10px;
        color: #000 !important;
        font-size: 14px;
        text-transform: uppercase;
        font-family: acumin-pro, sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    .search-modal .search-field {
        font-size: 16px;
        height: 56px;
    }

    .navigation-sticky-links {
        display: none;
    }

    .navigation-sticky-links ul {
        margin: 0;
        padding: 0;
    }

    .navigation-sticky-links ul li {
        list-style: none;
        float: left;
        margin: 0 !important;
        padding: 0;
    }

    .navigation-sticky-links ul li a {
        display: block;
        width: 91px;
        height: 56px;
        text-align: center;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        font-family: acumin-pro, sans-serif !important;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        font-size: 14px;
        line-height: 56px;
        border-bottom: 4px solid #ffd815;
        border-right: 1px solid #c5c5c5;
        background: #ffd815;
    }

    .navigation-sticky-links ul li:last-child a {
        color: #fff !important;
        border-bottom: 4px solid #000;
        border-right: none;
        background: #000;
    }

    .header-toggles .toggle {
        padding: 0;
        height: 100%;
    }

    .header-toggles {
        margin-right: 0;
        height: 100%;
    }

    .header-inner .primary-menu-wrapper + .header-toggles {
        margin: 0 1.5rem 0 4rem;
    }

    .header-inner .primary-menu-wrapper + .header-toggles .search-toggle-wrapper:first-child::before {
        content: none;
    }

    a {
        background: #666;
    }

    @media screen and (max-width:767px) {
        #site-header {
            transform: translateY(0);
            transition: transform ease-out 0.3s;
        }

    }

    @media (min-width:1024px) and (max-width:1220px) {
        .navigation-sticky-links ul li a, .primary-menu > li > a, .search-toggle .toggle-inner .toggle-text {
            font-size: 13px;
        }

        .navigation-sticky-links ul li a {
            width: auto;
            padding: 0 10px;
        }

    }

    @media screen and (max-width:1366px) {
        .primary-menu > li {
            margin-left: 20px;
        }

    }

    @media only screen and (max-width:1024px) {
        .navigation-sticky-links ul li a, .primary-menu > li > a, .search-toggle .toggle-inner .toggle-text {
            font-size: 13px;
        }

        :root {
            --one-unit: 8.33vw;
        }

    }

    @media only screen and (max-width:1170px) and (min-width:1000px) {
        .primary-menu > li {
            margin: 0 0 0 1rem;
        }

    }

    @media (max-width:1023px) {
        :root {
            --one-unit: 8.35vw;
        }

        .header-titles-wrapper {
            align-items: start;
            justify-content: left;
            padding: 0;
        }

        #site-header .toggle.mobile-search-toggle {
            display: none;
        }

        #site-header .toggle.mobile-nav-toggle {
            border-left: 1px solid #c5c5c5;
            margin: 0;
            padding: 0;
            right: 0;
            max-width: var(--one-unit);
            width: 100%;
        }

        #site-header .toggle.mobile-nav-toggle .toggle-inner {
            padding: 0;
            margin: 0 auto;
            height: 100%;
            width: 24px;
            align-items: center;
        }

        #site-header .toggle.mobile-nav-toggle .toggle-inner .toggle-icon, #site-header .toggle.mobile-nav-toggle .toggle-inner svg {
            height: auto;
            width: auto;
        }

        #site-header, .home .site-logo img, .site-logo a, .site-logo img {

            /* max-height: inherit; */
            height: var(--one-unit);
        }

        .home .site-logo a:after, .site-logo a:after {
            width: var(--one-unit);
            height: var(--one-unit);
            display: none;
        }

    }

    .sub-menu .menu-item {
        padding: 0 45px;
        border: 0;
    }

    .sub-menu .menu-item a {
        color: #fff;
        font-size: 16px;
        padding: 10px 0;
        font-weight: 300;
    }

    @media (min-width:768px) {
        *, ::after, ::before {
            box-sizing: inherit;
            -webkit-font-smoothing: antialiased;
            word-break: normal;
            word-wrap: normal;
        }

        :root {
            --one-unit: 11.13vw;
        }

    }

    .deskmenu {
        display: block;
    }

    .mobmenu {
        display: none !important;
    }

    @media (max-width:991px) {
        .deskmenu {
            display: none !important;
        }

        .mobmenu {
            display: block !important;
        }

    }

}

/*! CSS Used from: https://www.iiad.edu.in/wp-content/themes/twentytwenty/print.css?ver=1.2 ; media=print */
@media print {
    @media print {
        .section-inner {
            max-width: 100%;
            width: 100%;
        }

        a {
            page-break-inside: avoid;
        }

        img {
            page-break-inside: avoid;
            page-break-after: avoid;
        }

        ul {
            page-break-before: avoid;
        }

        a:link, a:visited, a {
            background: transparent;
            font-weight: bold;
            text-decoration: underline;
        }

        a {
            page-break-inside: avoid;
        }

        a[href^="http"]:after {
            content: " < "attr(href) "> ";
        }

        a:after > img {
            content: "";
        }

        #site-header, .header-navigation-wrapper, .site-logo img {
            display: none;
        }

    }

}

/*! CSS Used from: https://www.iiad.edu.in/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.1.4 ; media=all */
@media all {
    .screen-reader-text {
        position: absolute;
        top: -10000em;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

}

/*! CSS Used from: https://www.iiad.edu.in/wp-content/plugins/carousel-slider/assets/css/frontend.css?ver=1.9.4 ; media=all */
@media all {
    button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

}

/*! CSS Used from: https://www.iiad.edu.in/wp-content/plugins/master-addons/assets/css/bootstrap.min.css?ver=5.5.3 ; media=all */
@media all {
    *, ::after, ::before {
        box-sizing: border-box;
    }

    header, nav {
        display: block;
    }

    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ul ul {
        margin-bottom: 0;
    }

    a:not([href]) {
        color: inherit;
        text-decoration: none;
    }

    a:not([href]):hover {
        color: inherit;
        text-decoration: none;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    svg {
        overflow: hidden;
        vertical-align: middle;
    }

    label {
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    button {
        border-radius: 0;
    }

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

    button, input {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    button, input {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    [type="submit"], button {
        -webkit-appearance: button;
    }

    [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

    [type="search"] {
        outline-offset: -2px;
        -webkit-appearance: none;
    }

    .d-none {
        display: none !important;
    }

    .d-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    @media print {
        *, ::after, ::before {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a:not(.btn) {
            text-decoration: underline;
        }

        img {
            page-break-inside: avoid;
        }

    }

}

/*! CSS Used from: https://www.iiad.edu.in/wp-content/plugins/master-addons/assets/css/headlines.css?ver=5.5.3 ; media=all */
@media all {
    *, *::after, *::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}

/*! CSS Used from: https://www.iiad.edu.in/wp-content/plugins/master-addons/assets/vendor/creative-links/creative-links.css?ver=5.5.3 ; media=all */
@media all {
    *, *:after, *::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}

/*! CSS Used from: https://www.iiad.edu.in/wp-content/themes/twentytwenty/assets/css/bootstrap.css?ver=5.5.3 ; media=all */
@media all {
    *, *::before, *::after {
        box-sizing: border-box;
    }

    header, nav {
        display: block;
    }

    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ul ul {
        margin-bottom: 0;
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
        color: inherit;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]):focus {
        outline: 0;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    svg {
        overflow: hidden;
        vertical-align: middle;
    }

    label {
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    button {
        border-radius: 0;
    }

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

    input, button {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    button, input {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button, [type="submit"] {
        -webkit-appearance: button;
    }

    button::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

    [type="search"] {
        outline-offset: -2px;
        -webkit-appearance: none;
    }

    .d-none {
        display: none !important;
    }

    .d-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    @media print {
        *, *::before, *::after {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a:not(.btn) {
            text-decoration: underline;
        }

        img {
            page-break-inside: avoid;
        }

    }

}

/*! CSS Used keyframes */
@keyframes breath {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }

}

@-webkit-keyframes breath {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }

}

/*! CSS Used fontfaces */
@font-face {
    font-family: "acumin-pro";
    src: url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/l?subset_id=2&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/d?subset_id=2&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/6d4bb2/00000000000000003b9acafc/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "acumin-pro";
    src: url("https://use.typekit.net/af/9871e5/00000000000000003b9acaf2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"), url("https://use.typekit.net/af/9871e5/00000000000000003b9acaf2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"), url("https://use.typekit.net/af/9871e5/00000000000000003b9acaf2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "acumin-pro";
    src: url("https://use.typekit.net/af/a2c82e/00000000000000003b9acaf4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/a2c82e/00000000000000003b9acaf4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/a2c82e/00000000000000003b9acaf4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "acumin-pro";
    src: url("https://use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/829fc1/00000000000000003b9acaf8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "acumin-pro";
    src: url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/46da36/00000000000000003b9acaf6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "acumin-pro";
    src: url("https://use.typekit.net/af/027dd4/00000000000000003b9acafa/27/l?subset_id=2&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/027dd4/00000000000000003b9acafa/27/d?subset_id=2&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/027dd4/00000000000000003b9acafa/27/a?subset_id=2&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "acumin-pro";
    src: url("https://use.typekit.net/af/b27b16/00000000000000003b9acaf0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/b27b16/00000000000000003b9acaf0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/b27b16/00000000000000003b9acaf0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 100;
}

@media screen and (max-width:1440px) {
    :root {
        --one-unit: 6.66vw;
    }

}

@media only screen and (max-width:480px) {
    :root {
        --one-unit: 12.5vw;
    }

}

.menu-modal-inner {
    background: #000 !important;
}

@media only screen and (max-width:991px) {
    .modal-menu>li>.ancestor-wrapper>a, .modal-menu>li>a {
        color: #fff;
        font-size: 22px !important;
        font-family: acumin-pro, sans-serif;
        font-weight: 300 !important;
        padding: 16px 20px 20px !important;
        text-transform: uppercase !important;
    }

    .modal-menu li.current-menu-item>.ancestor-wrapper>a {
        text-decoration: none !important;
        color: #ffd815 !important;
    }

    button.close-nav-toggle svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    button.close-nav-toggle {
        font-size: 38px !important;
        padding: 0 !important;
        height: 57px !important;
        outline: 0 !important;
        padding-right: 15px !important;
    }

    .section-inner {
        width: calc(100% - 0rem) !important;
    }

    .menu-modal .menu-wrapper .menu-item {
        border-top-width: 1px !important;
        border-color: #444 !important;
    }

}

@media (min-width:700px) {
    .section-inner {
        width: calc(100% - 4rem) !important;
    }

    .header-titles .site-logo img{
        max-height: unset !important;
    }

}