    html {
        scroll-behavior: smooth;
    }
    
    body {
        margin: 0;
        padding: 0;
        font-family: 'Quicksand', sans-serif;
        color: #9DA09C;
    }
    
    h1 {
        font-family: 'Quicksand', sans-serif;
        font-weight: 500;
        font-size: 32px;
        color: #fff;
        line-height: 39px;
        margin-bottom: 5px;
    }
    
    h2 {
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        font-size: 34px;
        color: #4661AE;
        margin-bottom: 15px;
    }
    
    h3 {
        font-family: 'Quicksand', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #C0272C;
        margin-bottom: 0;
    }
    
    h4 {
        font-family: 'Quicksand', sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #212529;
        line-height: 1.5;
    }
    
    h5 {
        font-family: 'Quicksand', sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        margin-bottom: 5px;
    }
    
    h6 {
        font-family: 'Quicksand', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #11308b;
    }
    
    p {
        font-family: 'Quicksand', sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #000;
    }
    
    a {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }
    
    section {
        padding: 60px 0px;
    }
    
    @media(max-width: 480px) {
        section {
            padding: 40px 15px;
        }
    }
    
    .bg-light-panel {
        background: #F0F0F0;
    }
    /*Button CSS BEGINS*/
    
    .btn-cta {
        background: #C0272C;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        border: 1px solid #C0272C;
        padding: 12px 80px;
        border-radius: 0;
        /*margin-bottom: 40px;*/
    }
    
    .btn-cta:hover {
        background: #fff;
        color: #C0272C;
    }
    /*Button CSS ENDS*/
    /*Header CSS BEGINS*/
    
    header {
        padding: 10px 0px;
    }
    
    .ilm-logo {
        width: 200px;
        float: right;
        margin-top: 15px;
    }
    
    @media(max-width: 480px) {
        .ilm-logo {
            margin-top: 5px;
        }
    }
    
    .phone-numbers {
        float: right;
        text-align: center;
        margin-top: 10px;
    }
    
    .header-admission-text {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 20px;
        color: #4661AE;
    }
    
    .call-numbers a {
        font-weight: 600;
    }
    
    @media(max-width: 480px) {
        .header-admission-text{
            font-size: 16px;
        }
        .phone-numbers {
            margin-top: 0;
        }
        .mobile-blk {
            display: block;
        }
        .hidden-xs {
            display: none;
        }
    }
    /*Header CSS ENDS*/
    /*Sidebar CSS BEGINS*/
    
    .sidebar {
        position: fixed;
        z-index: 1030;
        width: 70px;
        height: 100vh;
        background-color: #f0f0f0;
        top: 0px;
        left: 0px;
        padding: 10px;
        padding-left: 15px;
    }
    
    .sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .sidebar li {
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        list-style-type: none;
        margin-top: 10px;
    }
    
    .sidebar li a i.icon-small {
        float: left;
        line-height: 35px;
    }
    
    .sidebar li a span {
        margin: 15px 8px;
        float: left;
    }
    
    .sidebar li a i.icon-small>svg {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        fill: #bf272d;
        width: 24px;
        height: 24px;
    }
    
    @media(max-width: 1024px) {
        .hidden-xs {
            display: none;
        }
    }
    /*Sidebar CSS ENDS*/
    /*Banner CSS BEGINS*/
    
    @media(min-width: 1900px) {
        .header-content {
            bottom: 155px !important;
            padding-left: 0px !important;
        }
        .header-content-div {
            padding: 20px !important;
            padding-right: 110px !important;
            padding-left: 305px !important;
        }
    }
    /* .header-content {
        position: absolute;
        bottom: 75px;
        background: url(../img/blue-bg.svg) center right no-repeat;      
        left: 0px;
    }
    
    .header-content-div {
        padding: 20px;
        padding-left: 105px;
        padding-right: 100px;
    } */
    /*.header-content:before{
      content: '';
      position: absolute;
      right: -25px;
      top: 0;
      height: 100%;
      border-right: 50px solid rgb(72 99 170 / 100%);
      transform: skew(-15deg);
  }*/
    
    @media(max-width: 768px) {
        .header-content {
            width: 100%;
            bottom: 20px;
        }
        .header-content-div {
            padding-left: 20px;
            padding-right: 20px;
        }
        .header-content-sm-12 {
            max-width: 100%;
            flex: initial;
        }
    }
    
    .sub-copy {
        color: #fff;
        font-size: 32px;
        font-weight: 600;
    }
    
    @media(max-width: 480px) {
        .hero {
            min-height: 50vh !important;
        }
        .header-content {
            position: initial;
            padding: 40px 20px;
            background: #4661AE;
        }
        .header-content-div {
            padding: 0px 0px;
        }
        h1 {
            font-size: 30px;
            color: #fff;
            line-height: 38px;
        }
        .sub-copy {
            color: #fff;
            font-size: 22px;
        }
    }
    /*Banner CSS ENDS*/
    /*Family Card CSS BEGINS*/
    
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    @media(min-width: 1900px){
        .one-second-screen {
            height: 840px !important;
        }
    }
    .one-second-screen {
        height: 650px;
    }
    
    .padding-five-lr {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .padding-fifteen-top {
        padding-top: 15%;
    }
    
    @media (max-width: 767px) {
        .one-second-screen {
            height: 300px;
        }
    }
    /*Family Card CSS ENDS*/
    /*Footer CSS BEGINS*/
    
    footer {
        background: #4661AE;
        padding: 10px 15px;
    }
    
    ul.social-links {
        padding-left: 0;
        display: inline;
        list-style-type: none;
        float: right;
    }
    
    ul.social-links li {
        display: inline;
        padding: 0 5px;
    }
    
    ul.social-links li .social-icon {
        color: #fff;
        font-size: 22px;
        margin-top: 10px;
    }
    
    footer p {
        color: #fff;
    }
    
    @media(max-width: 480px) {
        footer {
            text-align: center;
        }
        ul.social-links {
            float: initial;
        }
    }
    /*Footer CSS ENDS*/
    /*Form CSS BEGINS*/
    
    .text-black {
        color: #000;
    }
    
    @media(min-width: 1920px) {
        .form-wrapper {
            bottom: 100px !important;
            right: 30% !important;
            width: 100% !important;
            padding: 70px 30px !important;
        }
    }
    
    .form-wrapper {
        width: 100%;
        height: 100%;
        background: rgb(105 129 187 / 50%);
        padding: 4%;
    }
    
    @media(max-width: 1024px) {
        .form-wrapper {
            bottom: 5px;
            right: 10px;
            width: 100%;
            padding: 20px 30px;
        }
        .form-wrapper .form-group {
            margin-bottom: 5px !important;
        }
    }
    
    @media(max-width: 768px) {
        .form-sm-12 {
            max-width: 100%;
            flex: initial;
        }
        .form-wrapper {
            position: initial;
            width: 100%;
            padding: 40px 30px;
        }
    }
    
    .form-wrapper label {
        color: #000;
        font-weight: 500;
        margin-bottom: 2px;
    }
    
    .form-wrapper h3 {
        margin-bottom: 24px;
    }
    
    .form-wrapper .form-group {
        margin-bottom: 10px;
    }
    
    .form-wrapper .form-control {
        border-radius: 0;
    }
    
    .form-wrapper .btn-cta {
        padding: 8px 30px;
        margin-top: 10px;
    }
    
    .hidden-field {
        display: none;
    }
    
    @media(max-width: 480px) {
        .form-wrapper {
            position: initial;
            width: 100%;
            margin-top: -20px;
        }
    }
    /*Form CSS ENDS*/
    /*Testimonial CSS BEGINS*/
    
    #content {
        max-width: 600px;
        margin: auto;
    }
    
    .testimonial blockquote {
        margin: 10px 10px 0;
        background: #efefef;
        padding: 20px 60px;
        position: relative;
        border: none;
        border-radius: 8px;
        font-style: italic;
        min-height: 180px;
        color: #000;
    }
    
    .testimonial blockquote:before,
    .testimonial blockquote:after {
        content: "\201C";
        position: absolute;
        font-size: 100px;
        line-height: 1;
        color: #757f9a;
        font-style: normal;
    }
    
    .testimonial blockquote:before {
        top: 0;
        left: 10px;
    }
    
    .testimonial blockquote:after {
        content: "\201D";
        right: 10px;
        bottom: -0.5em;
    }
    
    .testimonial div {
        width: 0;
        height: 0;
        border-left: 0 solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #efefef;
        margin: 0 0 0 60px;
    }
    
    .testimonial p {
        margin: 8px 0 0 20px;
        text-align: left;
        color: #000;
        font-size: 18px;
    }
    
    .testimonial-slider .slick-list {
        padding: 0px 0px !important;
    }
    
    .testimonial .img-circle {
        border-radius: 50%;
        max-width: 120px !important;
        display: inline-block !important;
    }
    
    @media(min-width: 480px) {
        .testimonial .img-circle {
            border-radius: 50%;
            max-width: 300px !important;
            display: initial;
            position: absolute;
            top: -35px;
            bottom: 0;
            margin: auto;
            width: 18%;
            left: 0;
            padding-right: 15px;
        }
    }
    
    @media(max-width: 480px) {
        .testimonial-slider {
            width: 100% !important;
        }
        .testimonial blockquote {
            padding: 20px 40px;
        }
        .testimonial .img-circle {
            display: block !important;
            margin: auto;
            margin-bottom: 10px;
        }
    }
    /*Testimonial CSS ENDS*/
    /*Slick Slider CSS BEGINS*/
    
    .slick-dots {
        text-align: center;
        padding: 0;
        margin-bottom: 15px
    }
    
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 2px;
        padding: 0;
        cursor: pointer
    }
    
    .slick-dots li:only-child {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0
    }
    
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 12px;
        height: 12px;
        padding: 0px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent
    }
    
    .slick-dots li button:before,
    .slick-dots li button::before {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0;
        right: 0px;
        left: 0px;
        margin: auto auto;
        width: 6px;
        height: 6px;
        background: none;
        background: #333434;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
    
    .slick-dots li.slick-active button:before,
    .slick-dots li.slick-active button::before {
        background: #0F4478;
        width: 12px;
        height: 12px
    }
    /*Slick Slider CSS ENDS*/
    
    .width-80 {
        width: 80%;
        margin: auto;
    }
    
    @media(max-width: 480px) {
        .width-80 {
            width: 100%;
        }
    }
    
    .partner-img {
        width: 100px;
        margin: auto;
    }
    
    .partners-grid .card {
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 15px;
        margin-bottom: 30px;
    }
    
    .partners-grid .card .card-body {
        padding: 0px !important;
    }
    
    .partners-grid .card .card-title {
        margin-bottom: 15px;
        font-size: 24px;
        min-height: 55px;
        text-align: center;
    }
    
    .partners-grid .card .card-text {
        min-height: 330px;
        overflow: hidden;
        font-size: 16px;
    }
    
    .section-nofify {
        padding: 0px;
    }
    
    .section-nofify .panel {
        padding: 10px 5px;
    }
    
    .section-nofify .panel .list {
        width: 65%;
    }
    
    .section-nofify .col:nth-child(1) {
        background: url(../img/wdu-1.png) no-repeat right bottom #3e65ac;
    }
    
    .section-nofify .col:nth-child(2) {
        background: url(../img/wdu-2.png) no-repeat right bottom #bf272d;
    }
    
    .section-nofify .col:nth-child(3) {
        background: url(../img/wdu-3.png) no-repeat right bottom #3e65ac;
        background-size: 38%;
    }
    
    .partner.r-partner .panel-heading {
        display: grid !important;
    }
    
    .section-nofify h5 {
        display: table;
        color: #fff;
    }
    
    .section-nofify h5 span {
        float: left;
        position: relative;
        padding: 0 50px 5px 0;
    }
    
    .section-nofify h5 span:after {
        content: " ";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 1px;
        background: #fff;
    }
    
    .section-nofify p {
        color: #fff;
        white-space: pre-line;
        padding-top: 10px !important;
    }
    
    .section-nofify ul.list li {
        color: #fff;
        padding: 0px 0 10px 0px;
        font-size: 16px;
    }
    
    .section-nofify ul.list li::before {
        background: #fff;
        width: 8px;
        height: 8px;
    }
    
    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    
    .section-nofify .panel {
        padding: 10px 5px;
    }
    
    ul {
        /*list-style-type: none;*/
        margin: 0;
        /*padding: 0;*/
        padding-left: 15px;
    }
    /*ul.list li::before {
    content: " ";
    background: #fff;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
}*/
    /*.heading-spacer h1{
    color: #3e65ac !important;
    }*/
    
    .img-academy {
        width: 20%;
        float: left;
        padding: 0 10px;
    }