.parent-submenu {
    position: absolute;
    max-width: 430px;
    background: #fff;
    padding: 25px 30px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 120%;
    right: 0;
    z-index: 1;
    transition: opacity .35s ease-in-out, visibility .35s ease-in-out, top .35s ease-in-out;
}

.parent-submenu-outer:hover .parent-submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.parent-submenu-inner {
    display: flex;
}

.parent-submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.parent-submenu-right {
    padding-left: 20px;
}

.parent-submenu ul a {
    font-size: 12px;
    font-weight: 400;
    transition: color ease-in-out var(--transition-time);
}

.parent-submenu li {
    line-height: 1;
}

.parent-submenu li+li {
    margin-top: 12px;
}

.parent-submenu li:hover a {
    color: var(--color-primary);
}

.parent-submenu .arrow-sm {
    left: 0;
    right: 0;
    margin: auto;
}

/* ------------------------------------------------------------------------ */
.hm-second-outer {
    position: relative;
    z-index: 0;
}

.hm-second-shape1,
.hm-second-shape2,
.hm-second-shape3 {
    position: absolute;
    z-index: -1;
}

.hm-second-shape1 {
    left: 0;
    bottom: 10%;
}

.hm-second-shape2 {
    left: 20%;
    bottom: 37%;
}

.hm-second-shape3 {
    right: 0;
    bottom: 20px;
}


/* ------------------------------------------------------------------------ */

.new-counter-sec {
    padding: 100px 0;
    width: 100%;
}

.new-counter-sec .container {
    position: relative;
}

.new-counter-sec h2 {
    text-align: center;
    margin-bottom: 80px;
    font-size: 42px;
    line-height: 1;
}

.new-counter-sec .line {
    width: 100%;
    height: 5px;
    background: #10a36f;
    position: absolute;
    bottom: 36%;
}

.new-counter-sec .line::after,
.new-counter-sec .line::before {
    content: "";
    width: 33.33%;
    position: absolute;
    height: 5px;
}

.new-counter-sec .line::after {
    left: 0;
    background: #7d288e;
}

.new-counter-sec .line::before {
    right: 0;
    background: #a2d211;
}

.new-counter-sec ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    row-gap: 70px;
    justify-content: center;
}

.new-counter-sec li {
    text-align: center;
    padding: 22px 5px;
    width: 33.33%;
}

.new-counter-sec li span {
    display: block;
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    color: #0e0e0e;
}

.new-counter-sec li p {
    margin: 0;
    font-size: 20px;
    color: #0e0e0e;
}

.new-counter-sec li:first-child,
.new-counter-sec li:nth-child(2),
.new-counter-sec li:nth-child(4) {
    border-right: 1px solid #ececec;
}

/* ------------------------------------------------------------------------ */

.with-parents {
    padding: 100px 0;
}

.with-parents .container {
    display: flex;
    flex-wrap: wrap;
}

.with-parents h2 {
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    color: #0e0e0e;
    margin-bottom: 75px !important;
    line-height: 1;
    text-align: center;
}

.with-parents h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 30px 0;
}

.with-parents .left-side {
    padding-right: 80px;
    width: 62.5%;
}

.with-parents .right-side {
    width: 37.5%;
}

.with-parents .right-side img {
    width: 100%;
}

/* ------------------------------------------------------------------------ */

.with-parents-green {
    padding: 110px 0;
    background: #10a36f;
}

.with-parents-green .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.with-parents-green .left-side {
    width: 37.5%;
}

.with-parents-green .left-side img {
    width: 100%;
}

.with-parents-green .right-side {
    width: 62.5%;
    padding-left: 100px;
}

.with-parents-green h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.with-parents-green ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.with-parents-green li+li {
    margin-top: 20px;
}

.with-parents-green li {
    background: url(../images/list-style-img-w.png) no-repeat left top 5px !important;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-left: 35px;
}

/* ------------------------------------------------------------------------ */

.with-social-media {
    padding: 120px 0;
}

.with-social-media .content {
    margin: 0 auto;
    text-align: center;
}

.with-social-media h2 {
    font-size: 42px;
    font-weight: bold;
    color: #0e0e0e;
    line-height: 1;
    margin-bottom: 40px;
}

.with-social-media p {
    font-size: 24px;
    color: #000;
    line-height: 28px;
}

.with-social-media .link {
    color: #7d288e;
    font-size: 18px;
    display: block;
    text-decoration: underline;
    margin: 30px 0 25px 0;
}

.with-social-media ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding: 0;
}

.with-social-media li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    border: 1px solid #10a36f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: background .35s ease-in-out;
}

.with-social-media li a {
    line-height: 1;
}

.with-social-media li span {
    font-size: 30px;
    color: #7d288e;
    transition: color .35s ease-in-out;
}

.with-social-media li:hover {
    background: #10a36f;
}

.with-social-media li:hover span {
    color: #fff;
}

.with-social-media li+li {
    margin-left: 18px;
}

/* ------------------------------------------------------------------------ */

.academic-section-gray {
    padding-bottom: 125px;
}

.academic-section-gray .academiclist-item .div1 p {
    color: #0e0e0e;
}

.academic-section-gray .academiclist-item li:nth-child(odd) {
    background: #c2c2c2;
}

.academic-section-gray .academiclist-item li:nth-child(even) {
    background: #e3e3e3;
}