html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}


/* COMMON STYLE :START */

/* ---- keyframes :start ---- */
@keyframes crotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
/* ---- keyframes :start ---- */

/* ----- custom container :start ----- */
.mxcontainer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
/* ----- custom container :end ----- */

/* ----- Colour :start ----- */
.color-1 {
    color: #F199E4 !important;
}
.color-2 {
    color: #0E8FCF !important;
}
/* ----- Colour :start ----- */

/* ----- hd-style :start ----- */
.hd-style-1 {
    margin-bottom: 30px;
}
.hd-style-1 h1, 
.hd-style-1 h2, 
.hd-style-1 h3, 
.hd-style-1 h4, 
.hd-style-1 h5, 
.hd-style-1 h6 {
    font-size: 82px;
    font-weight: 700;
    letter-spacing: -3%;
    line-height: 1;
    color: #002055;
    margin-bottom: 0;
}

.hd-style-2 {
    margin-bottom: 30px;
}
.hd-style-2 h1, 
.hd-style-2 h2, 
.hd-style-2 h3, 
.hd-style-2 h4, 
.hd-style-2 h5, 
.hd-style-2 h6 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -3%;
    line-height: 1;
    color: #002055;
    margin-bottom: 0;
}
/* ----- hd-style :end ----- */

/* ----- subhd-style :start ----- */
.subhd-style-1 {
    margin-bottom: 30px;
}
.subhd-style-1 h1, 
.subhd-style-1 h2, 
.subhd-style-1 h3, 
.subhd-style-1 h4, 
.subhd-style-1 h5, 
.subhd-style-1 h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-bottom: 0;
}
/* ----- subhd-style :end ----- */

/* ---- btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #002055;
    border: 2px solid #002055;
    border-radius: 100px;
    padding: 3px 3px 3px 30px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: 0.5s;
}
.btn-style-1 span {
    width: 54px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-1 span img, 
.btn-style-1 span svg {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.btn-style-1 span svg path {
    transition: 0.5s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #064dc1;
    border-color: #064dc1;
}
.btn-style-1:hover span img {
    filter: brightness(0) invert(0);
}
.btn-style-1:hover span svg path {
    fill: #064dc1;
}
/* ---- btn-style-1 :end ---- */

/* ---- btn-style-2 :start ---- */
.btn-style-2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #4A99FF;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 3px 3px 3px 30px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: 0.5s;
}
.btn-style-2 span {
    width: 54px;
    height: 38px;
    background-color: #4A99FF;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-2 span img, 
.btn-style-2 span svg {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.btn-style-2 span svg path {
    fill: #ffffff;
    transition: 0.5s;
}
.btn-style-2:hover {
    color: #ffffff;
    background-color: #064dc1;
    border-color: #064dc1;
}
.btn-style-2:hover span {
    background-color: #ffffff;
}
.btn-style-2:hover span img {
    filter: brightness(0) invert(0);
}
.btn-style-2:hover span svg path {
    fill: #064dc1;
}
/* ---- btn-style-2 :end ---- */

/* ---- btn-style-3 :start ---- */
.btn-style-3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #002055;
    background-color: #D2E923;
    border: 2px solid #D2E923;
    border-radius: 100px;
    padding: 3px 3px 3px 30px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: 0.5s;
}
.btn-style-3 span {
    width: 54px;
    height: 38px;
    background-color: #002055;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-3 span img, 
.btn-style-3 span svg {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.btn-style-3 span svg path {
    fill: #D2E923;
    transition: 0.5s;
}
.btn-style-3:hover {
    color: #ffffff;
    background-color: #05378b;
    border-color: #05378b;
}
.btn-style-3:hover span {
    background-color: #ffffff;
}
.btn-style-3:hover span img {
    filter: brightness(0) invert(0);
}
.btn-style-3:hover span svg path {
    fill: #05378b;
}
/* ---- btn-style-3 :end ---- */

/* ---- btn-style-4 :start ---- */
.btn-style-4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #002055;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 3px 3px 3px 30px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: 0.5s;
}
.btn-style-4 span {
    width: 54px;
    height: 38px;
    background-color: #002055;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.btn-style-4 span img, 
.btn-style-4 span svg {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.btn-style-4 span svg path {
    fill: #D2E923;
    transition: 0.5s;
}
.btn-style-4:hover {
    color: #002055;
    background-color: #D2E923;
    border-color: #D2E923;
}
.btn-style-4:hover span {
    background-color: #ffffff;
}
.btn-style-4:hover span img {
    filter: brightness(0) invert(0);
}
.btn-style-4:hover span svg path {
    fill: #002055;
}
/* ---- btn-style-4 :end ---- */

/* ----- .block-style-1 :start ----- */
.block-style-1 {
    width: 100%;
    height: auto;
    aspect-ratio: 380/355;
    margin-top: 80px;
    position: relative;
}
.block-style-1 .bs1-shape {
    position: absolute;
    top: -75px;
    right: 38px;
    width: 125px;
    height: auto;
    aspect-ratio: 1/1;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
/* .block-style-1 .bs1-shape::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 175/57;
    background-image: url('../images/curve-shape-1.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
} */
.block-style-1 .bs1-shape .bshape-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    animation: crotate 20s linear infinite;
}
/* @keyframes crotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
} */
.block-style-1 .bs1-shape .bshape-circle {
    width: 50px;
    height: 50px;
    background-color: #F199E4;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.block-style-1 .bs1-shape .bshape-circle img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}
.block-style-1 .bs1-shape .bshape-circle svg {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.block-style-1 .bs1-shape .bshape-circle svg path {
    transition: 0.5s;
}

.block-style-1 .bs1-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.block-style-1 .bs1-image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%);
}
.block-style-1 .bs1-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-1 .bs1-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 20px 20px;
}
.block-style-1 .bs1-text h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.block-style-1 .bs1-text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}

.block-style-1:hover .bs1-image img {
    transform: scale(1.1);
}
.block-style-1:hover .bs1-shape .bshape-circle {
    background-color: #013287;
    transform: rotate(45deg);
}
.block-style-1:hover .bs1-shape .bshape-circle img {
    filter: brightness(0) invert(1);
}
.block-style-1:hover .bs1-shape .bshape-circle svg path {
    fill: #ffffff;
}
/* ----- .block-style-1 :end ----- */

/* ----- .block-style-2 :start ----- */
.block-style-2 {
    width: 100%;
    height: auto;
    position: relative;
}
.block-style-2 .bs2-image {
    width: 100%;
    height: auto;
    aspect-ratio: 276/184;
    border: 1px solid rgba(0, 0, 0, 0.149);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}
.block-style-2 .bs2-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-2 .bs2-text {
    width: 100%;
    height: auto;
}
.block-style-2 .bs2-text h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -4%;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s;
}
.block-style-2 .bs2-text time {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #636363;
    margin-bottom: 0px;
    display: block;
}
.block-style-2 .bs2-text .txt-para {
    width: 100%;
    border-top: 1px solid rgba(89, 89, 89, 0.2);
    padding-top: 8px;
    margin-top: 8px;
}
.block-style-2 .bs2-text .txt-para p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #252525;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s;
}
.block-style-2:hover .bs2-image img {
    transform: scale(1.1);
}
.block-style-2:hover .bs2-text h3 {
    color: #0E8FCF;
}
/* ----- .block-style-2 :end ----- */

/* ---- owldots-1 :start ---- */
.owldots-1 .owl-dots {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 7px;
    margin: 40px 0px 0px 0px;
}
.owldots-1 .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #C9E1ED;
    border: 0;
    border-radius: 10px;
    display: flex;
    transition: 0.5s;
}
.owldots-1 .owl-dots .owl-dot:hover span {
    background-color: #0E8FCF;
}
.owldots-1 .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background-color: #0E8FCF;
}
/* ---- owldots-1 :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
    font-family: "DM Sans", sans-serif;
}
.form-style-1 .form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #1F3B69;
    border: 2px solid #1F3B69;
    border-radius: 100px;
    overflow: hidden;
    padding: 8px 16px;
    transition: 0.5s;
}
.form-style-1 textarea.form-control {
    border-radius: 16px;
    overflow-y: auto;
}
.form-style-1 .form-control:focus {
    border-color: #0E8FCF;
    box-shadow: none;
}
.form-style-1 .form-control:disabled {
    background-color: #e8e8e8;
}
.form-style-1 .form-control::placeholder {
    color: #C4C4C4;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 47px;
    line-height: 1;
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 15px;
    background-image: url('../images/select-arrow.webp');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
/* .form-style-1 .form-group {
    margin-bottom: 20px;
} */
/* ---- form-style-1 :end ---- */

/* ---- .content-wrap-1 :start ---- */
.content-wrap-1 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
}
.content-wrap-1 h3 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -3%;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.content-wrap-1 ul {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0px 0px 15px;
    padding: 0px;
}
.content-wrap-1 ul:last-child {
    margin-bottom: 0;
}
.content-wrap-1 ul li {
    position: relative;
    padding: 0px 0 0px 20px;
    margin: 0px 0px 2px 0px;
    overflow: hidden;
}
.content-wrap-1 ul li:last-child {
    margin-bottom: 0;
}
.content-wrap-1 ul li::before {
    content: '\f45c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4px;
    color: #ffffff;
    position: absolute;
    top: 9px;
    left: 3px;
}
/* ---- .content-wrap-1 :end ---- */

/* ---- .box-style-1 :start ---- */
.box-style-1 {
    width: 100%;
    padding: 0px 15px;
}
.box-style-1 .bxs1-inner {
    width: 100%;
    color: #ffffff;
    background-color: #002055;
    background-image: url('../images/line-bg-1.webp');
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 64px;
    padding: 100px;
    overflow: hidden;
}
/* ---- .box-style-1 :end ---- */

/* ---- imgtxt-style-1 :start ---- */
.imgtxt-style-1 {
    width: 100%;
    height: auto;
}
.imgtxt-style-1 .its1-image {
    width: 100%;
    height: 100%;
}
.imgtxt-style-1 .its1-image .imagebx {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.251);
    overflow: hidden;
}
.imgtxt-style-1 .its1-image .imagebx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.imgtxt-style-1 .its1-text {
    width: 100%;
    height: 100%;
}
/* ---- imgtxt-style-1 :end ---- */

/* ---- box-content-wrap :start ---- */
.box-content-outer {
    width: 100%;
    height: auto;
    margin-top: 80px;
    position: relative;
}
.box-content-outer::before, 
.box-content-outer::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.box-content-outer::before {
    top: -10px;
    right: -10px;
    width: 61px;
    height: 61px;
    background-image: url('../images/box-content-dots-1.webp');
}
.box-content-outer::after {
    bottom: -40px;
    left: -50px;
    width: 68px;
    height: 46px;
    background-image: url('../images/box-content-dots-2.webp');
}
.box-content-outer.bxco-s1::before {
    top: -40px;
    right: -40px;
    background-image: url('../images/box-content-dots-1.webp');
}
.box-content-outer .bcouter-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.box-content-outer .bcouter-item {
    width: 100%;
    margin-bottom: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    /* align-items: stretch; */
}
.box-content-outer .bcouter-item:last-child {
    margin-bottom: 0px;
}
.box-content-outer .bcouter-item .bcow-title {
    width: 100%;
}
.box-content-outer .bcouter-item .bcow-title h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -3%;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.box-content-outer .bcouter-item .bcow-box {
    width: 100%;
    height: auto;
    color: #002055;
    background-color: #E8F491;
    border-radius: 32px;
    padding: 30px 20px;
    overflow: hidden;
    flex: 1;
    display: flex;
    align-items: center;
}
.box-content-outer .bcouter-item .bcow-box.bxc1 {
    background-color: #E8F491;
}
.box-content-outer .bcouter-item .bcow-box.bxc2 {
    background-color: #F199E4;
}
.box-content-outer .bcouter-item .bcow-box.bxc3 {
    background-color: #80AEFF;
}
.box-content-outer .bcouter-item .bcow-box.bxc4 {
    background-color: #FFCA80;
}
.box-content-outer .bcouter-item .bcow-box h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -3%;
    line-height: 1;
    margin-bottom: 12px;
}
.box-content-outer .bcouter-item .bcow-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.box-content-outer .bcouter-item .bcow-box ul {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0px;
    padding: 0px;
}
.box-content-outer .bcouter-item .bcow-box ul:first-child {
    margin-top: 0;
}
.box-content-outer .bcouter-item .bcow-box ul:last-child {
    margin-bottom: 0;
}
.box-content-outer .bcouter-item .bcow-box ul li {
    position: relative;
    padding: 0px 0 0px 20px;
    margin: 0px 0px 3px 0px;
    overflow: hidden;
}
.box-content-outer .bcouter-item .bcow-box ul li:last-child {
    margin-bottom: 0;
}
.box-content-outer .bcouter-item .bcow-box ul li::before {
    content: '\f45c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4px;
    color: #002055;
    position: absolute;
    top: 8px;
    left: 6px;
}

.box-content-outer .bcouter-item .bcow-box.bbx-s2 {
    padding: 30px 20px 34px;
}
.box-content-outer .bcouter-item .bcow-box.bbx-s2 p {
    color: #000000;
    margin-bottom: 15px;
}
/* ---- box-content-wrap :end ---- */

/* COMMON STYLE :END */


/* Header section :start */
.home-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.home-header .breakpoint-off.classy-nav-container .classynav > ul > li > a {
    color: #ffffff;
} 
.home-header .breakpoint-off .classynav>ul>li:hover>a {
    color: #002055 !important;
}
.home-header .breakpoint-off .classynav>ul>li>.active {
    color: #ffffff !important;
}
.home-header .classy-navbar-toggler .navbarToggler span {
    background-color: #ffffff;
}
/* Header section :end */


.hsection-wrap {
    width: calc(100% - 30px);
    height: auto;
    margin: 0px 15px;
    background: url('../images/hero-banner-2.webp') rgba(0, 111, 255, 0.71);
    background-size: cover;
    background-position: center top;
    border-radius: 0px 0px 128px 128px;
}

/* hero section :start */
.hero-section {
    width: 100%;
    height: auto;
    padding: 140px 50px 0px;
    position: relative;
}
.hero-section .hline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hero-line.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center -20px;
}
/* .hero-section .hline img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
} */

.hero-section::before,
.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0px;
    --curve-size: 120px;
    width: var(--curve-size);
    height: var(--curve-size);
    background: radial-gradient(var(--curve-size) at 0 0, transparent 100%, #ffffff 100%) 100% 100% / var(--curve-size) var(--curve-size) no-repeat;
    transform: rotate(90deg);
    z-index: 1;
    /* width: 16px;
    height: 16px;
    background: radial-gradient(16px at 0 0, transparent 100%, #ffffff 100%) 100% 100% / 16px 16px no-repeat; */
}
.hero-section::before {
    left: 0px;
}
.hero-section::after {
    right: 0px;
    transform: rotate(90deg) scaleY(-1);
}



.hero-section .hsec-caption {
    width: 100%;
    height: 100%;
}
.hero-section .hsec-caption h1 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -3%;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 11px;
}
.hero-section .hsec-caption p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 15px;
}
.hero-section .hsec-right {
    width: 100%;
    height: 100%;
}
.hero-section .hsec-right .hsrinner {
    width: 100%;
    height: auto;
    margin-bottom: -140px;
}
.hero-section .hsec-right .hsrinner img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
/* hero section :end */


/* Features section :start */
.features-section {
    position: relative;
    z-index: 1;
}
.features-section::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 70%;
    height: 70%;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    z-index: -1;
}

.feature-block {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 40px 40px;
}
.feature-block .fblk-icon {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.feature-block .fblk-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.feature-block .fblk-text {
    width: 100%;
    height: auto;
    text-align: center;
}
.feature-block .fblk-text p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}
/* Features section :end */

/* About Us section :start */
.aboutus-section {
    width: calc(100% - 30px);
    height: auto;
    min-height: 536px;
    background: #4998FF;
    background: linear-gradient(140deg, rgba(73, 152, 255, 1) 0%, rgba(95, 145, 244, 1) 100%);
    border-radius: 128px;
    padding: 45px 78px 130px;
    margin: 0px 15px;
    position: relative;
    overflow: hidden;
}
.aboutus-section::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1385/557;
    background-image: url('../images/about-us-bg-2.webp');
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: auto clamp(0px, 100%, 557px);
    /* background-size: auto 100%; */
    background-position: right bottom;
}
.aboutus-section .abtsec-left {
    width: 100%;
    max-width: 460px;
    height: 100%;
}
.aboutus-section .abtsec-left .asl-head {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 26px;
}

.aboutus-section .abtsec-left .asl-head .alhead-shape {
    width: 120px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}
.aboutus-section .abtsec-left .asl-head .alhead-shape .circle-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    animation: abtrotate 20s linear infinite;
}
@keyframes abtrotate {
    from {
        rotate: 0deg;
    }
    to {
        rotate: 360deg;
    }
}
.aboutus-section .abtsec-left .asl-head .alhead-shape .circle-arrow {
    width: 50px;
    height: 50px;
    background-color: #D2E923;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutus-section .abtsec-left .asl-head .alhead-shape .circle-arrow img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.aboutus-section .abtsec-left .asl-head h2 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -3%;
    line-height: 1;
    color: #ffffff;
    margin: 0;
}
.aboutus-section .abtsec-left .asl-body {
    width: 100%;
}
.aboutus-section .abtsec-left .asl-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 20px;
}
/* About Us section :end */

/* Leadership section :start */
.leadership-section {
    padding: 120px 0px;
    position: relative;
    overflow-x: clip;
}
.leadership-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 832px;
    height: auto;
    aspect-ratio: 832/492;
    background-image: url('../images/leadership-line-2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.leadership-section [class^="hd-style-"] h1, 
.leadership-section [class^="hd-style-"] h2, 
.leadership-section [class^="hd-style-"] h3, 
.leadership-section [class^="hd-style-"] h4, 
.leadership-section [class^="hd-style-"] h5, 
.leadership-section [class^="hd-style-"] h6 {
    color: #013287;
}
/* Leadership section :end */

/* Lilac college section :start */
.lilac-college-section {
    width: 100%;
    height: auto;
    padding: 0px 15px;
    margin: 0px 0px 80px;
    overflow-x: clip;
    position: relative;
}
.lilac-college-section .lcsection-inner {
    width: 100%;
    color: #ffffff;
    background-color: #002055;
    border-radius: 64px 64px 0px 0px;
}

.lilac-college-section .lcsec-row-1 {
    padding: 80px 80px 100px;
    /* position: relative; */
}
.lilac-college-section .lcsec-row-1 .lcs-r1-line {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../images/lilac-college-section-line.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 210px;
}

.lilac-college-section .lcsec-row-1 .lr1-left {
    width: 100%;
    height: 100%;
}
.lilac-college-section .lcsec-row-1 .lr1-left .lleft-head {
    width: 100%;
    margin-bottom: 170px;
}
.lilac-college-section .lcsec-row-1 .lr1-left .lleft-head h2 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -3%;
    line-height: 1;
    color: #ffffff;
    margin: 0;
}

.lilac-college-section .lcsec-row-1 .lr1-left .lleft-body {
    width: 100%;
}
.lilac-college-section .lcsec-row-1 .lr1-left .lleft-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 30px;
}
/* .lilac-college-section .lcsec-row-1 .lr1-left .lleft-body .detailsbtn:not(:hover) {
    background-color: #ffffff;
    border-color: #ffffff;
} */

.lilac-college-section .lcsec-row-1 .lr1-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.card-list-1 {
    list-style: none;
    padding: 15px 0px 0px 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 527px;
    height: auto;
}
.card-list-1 li {
    position: relative;
    z-index: 2;
}
.card-list-1 .cl-block {
    width: 100%;
    background-color: #E8F491;
    border: 3px solid #002055;
    border-radius: 32px;
    padding: 30px 25px;
}
.card-list-1 .cl-block h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #002055;
    margin-bottom: 15px;
}
.card-list-1 .cl-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #002055;
    margin-bottom: 0;
}

.card-list-1 .cl-block.c1 {
    background-color: #E8F491;
}
.card-list-1 .cl-block.c2 {
    background-color: #F199E4;
}
.card-list-1 .cl-block.c3 {
    background-color: #80AEFF;
}
.card-list-1 .cl-block.c4 {
    background-color: #FFCA80;
}


.card-list-1 li:nth-child(1) {
    /* width: 428px; */
    width: 81.5%;
    transform: rotate(3.6deg);
    margin-left: 60px;
}
.card-list-1 li:nth-child(2) {
    width: 100%;
    transform: rotate(-1.7deg);
    top: -10px;
}
.card-list-1 li:nth-child(3) {
    /* width: 502px; */
    width: 96%;
    transform: rotate(2.39deg);
    margin: 0 auto;
    top: -10px;
}
.card-list-1 li:nth-child(4) {
    /* width: 410px; */
    width: 78%;
    transform: rotate(-2.53deg);
    margin-left: 80px;
    z-index: 1;
    top: -12px;
}

.card-list-1 li:first-child {
    position: relative;
}
.card-list-1 li:first-child::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 47px;
    height: 37px;
    background-image: url('../images/card-list-dots-1.webp');
    background-repeat: no-repeat;
    background-position: center;
}
.card-list-1 li:last-child {
    position: relative;
}
.card-list-1 li:last-child::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 26px;
    height: 38px;
    background-image: url('../images/card-list-dots-2.webp');
    background-repeat: no-repeat;
    background-position: center;
}


.lilac-college-section .lcsec-row-2 {
    padding: 0px 0px 80px;
    position: relative;
}

.lilac-college-section .lcs-box-row {
    display: flex;
    gap: 6px;
}
.lilac-college-section .lcs-box-row .lcsbox-col {
    flex: 1;
}
.lilac-college-section .lcs-box-row .lcsbox-col.c2 {
    flex: none;
    width: 268px;
}

.lilac-college-section .lcsec-box {
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: rgba(71, 123, 255, 0.149);
    border-radius: 32px;
    padding: 30px 20px;
    overflow: hidden;
}
.lilac-college-section .lcsec-box h3 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -3%;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 30px;
}

.lilac-college-section .lcsec-box .ls-list-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.lilac-college-section .lcsec-box .ls-list-1 li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lilac-college-section .lcsec-box .ls-list-1 li .lbicon {
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lilac-college-section .lcsec-box .ls-list-1 li .lbtext h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 5px;
}
.lilac-college-section .lcsec-box .ls-list-1 li .lbtext p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 10px;
}

.lilac-college-section .lcsec-box .ls-list-2 {
    list-style: none;
    padding: 0px;
    margin: 15px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lilac-college-section .lcsec-box .ls-list-2:first-child {
    margin-top: 0;
}
.lilac-college-section .lcsec-box .ls-list-2:last-child {
    margin-bottom: 0;
}
.lilac-college-section .lcsec-box .ls-list-2 li {
    position: relative;
    padding: 0px 0px 0px 24px;
    margin: 0px;
    overflow: hidden;
}
.lilac-college-section .lcsec-box .ls-list-2 li::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url('../images/lc-list-icon.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.lilac-college-section .lcsec-box .ls-list-2 > li > a {
    color: inherit;
    text-decoration: none;
}
.lilac-college-section .lcsec-box .ls-list-2 > li > a:hover {
    color: inherit;
    text-decoration: underline;
}

.lilac-college-section .lcsec-image {
    width: 100%;
    height: auto;
    background-color: #002055;
    border-radius: 0px 0px 64px 64px;
    overflow: hidden;
}
.lilac-college-section .lcsec-image img {
    width: 100%;
    height: auto;
}
/* Lilac college section :end */

/* Footer section :start */
footer {
    width: 100%;
    border-top: 1px solid #E3E3E3;
}
footer .ftop {
    padding: 20px 2.4%;
}
footer .ftop .ft-block {
    width: 100%;
}
footer .ftop .ft-block h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: #0E8FCF;
    margin-bottom: 22px;
}
footer .ftop .ft-block h2 sup {
    display: block;
    top: 0;
    font-size: 32px;
    line-height: 1;
    color: #002055;
    margin-bottom: 5px;
}
footer .ftop .ft-block address {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #002055;
    margin-bottom: 35px;
}
footer .ftop .ft-block address a {
    color: inherit;
}
footer .ftop .ft-block address a:hover {
    text-decoration: underline;
}

footer .ftop .ftlink-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .ftop .ftlink-1 li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #002055;
    text-align: right;
}
footer .ftop .ftlink-1 li a {
    color: inherit;
}
footer .ftop .ftlink-1 li a:hover {
    text-decoration: underline;
}

footer .fbottom {
    width: 100%;
    height: auto;
    padding: 15px 0px 20px;
    overflow: hidden;
}
footer .fbottom h2 {
    font-family: helvetica-neue-lt-pro, sans-serif;
    /* font-size: 162.81px; */
    font-size: clamp(1rem, 11.60vw, 250px);
    font-weight: 500;
    letter-spacing: -3%;
    line-height: 0.75;
    color: rgba(14, 143, 207, 0.341);
    margin-bottom: 0px;
    text-align: center;
    user-select: none;
}
/* Footer section :end */

/* inner-page :start */
.inner-page {
    padding-top: 45px;
    padding-bottom: 85px;
}
.innerpg-title {
    padding: 0px 65px;
    margin-bottom: 24px;
}
/* inner-page :end */

/* Contact Page :start */
.contactpg-block {
    width: 100%;
    padding: 0px 15px;
}
.contactpg-block .cpblock-inner {
    width: 100%;
    color: #ffffff;
    background-color: #002055;
    background-image: url('../images/line-bg-1.webp');
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 64px;
    padding: 100px;
    overflow: hidden;
}
.contactpg-block .cpb-left {
    width: 100%;
    height: 100%;
}
.contactpg-block .cpb-left h1 {
    font-size: 64px;
    font-weight: 500;
    letter-spacing: -4%;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
}
.contactpg-block .cpb-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 20px;
}
.contactpg-block .cpb-left address {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 10px;
    display: block;
}
.contactpg-block .cpb-left address a {
    color: inherit;
}
.contactpg-block .cpb-left address a:hover {
    text-decoration: underline;
}
.contactpg-block .cpb-left h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}
/* Contact Page :end */

/* News list page :start */
.newslp-top-section {
    width: 100%;
    padding: 0px 15px;
}
.newslp-top-section .nltopsec-inner {
    width: 100%;
    color: #ffffff;
    background-color: #002055;
    background-image: url('../images/line-bg-1.webp');
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 64px;
    padding: 100px;
    overflow: hidden;
}
.newslp-top-section .nltsec-left {
    width: 100%;
    height: 100%;
}
.newslp-top-section .nltsec-right {
    width: 100%;
    height: 100%;
}
.newslp-top-section .nltsec-right .hshead {
    margin-bottom: 22px;
}
.newslp-top-section .nltsec-right .hshead h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}

.nlhighlights-main {
    width: 100%;
    height: auto;
    min-height: 100%;
    aspect-ratio: 666/442;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.nlhighlights-main .hmb-image {
    width: 100%;
    height: 100%;
    position: relative;
}
.nlhighlights-main .hmb-image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.nlhighlights-main .hmb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.nlhighlights-main .hmb-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    background-color: rgba(190, 218, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); /* Safari support */
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    padding: 14px 24px 24px 24px;
}
.nlhighlights-main .hmb-text .txt-top {
    display: flex;
    gap: 15px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nlhighlights-main .hmb-text .txt-top .ttleft h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: 0.5s;
}
.nlhighlights-main .hmb-text .txt-top .ttright {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right;
}
.nlhighlights-main .hmb-text .txt-top .ttright time {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 14px;
    margin-bottom: 0px;
    display: block;
}
.nlhighlights-main .hmb-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}
.nlhighlights-main:hover .hmb-image img {
    transform: scale(1.1);
}
/* .nlhighlights-main:hover .hmb-text .txt-top .ttleft h2 {
    color: #000000;
} */


.nlhighlights-sub {
    width: 100%;
    height: auto;
}
.nlhighlights-sub .hsub {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
.nlhighlights-sub .hsub li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.251);
    padding: 12px 0px;
}
.nlhighlights-sub .hsub li:first-child {
    padding-top: 0;
}
.nlhighlights-sub .hsub li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.nlhighlights-sub .hsub li .hsblock {
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
}
.nlhighlights-sub .hsub li .hsblock .hsb-image {
    width: 91px;
    height: 58px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
}
.nlhighlights-sub .hsub li .hsblock .hsb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.nlhighlights-sub .hsub li .hsblock .hsb-text {}
.nlhighlights-sub .hsub li .hsblock .hsb-text h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -6%;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: 0.5s;
}
.nlhighlights-sub .hsub li .hsblock .hsb-text time {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #9E9E9E;
    margin-bottom: 0px;
    display: block;
}
.nlhighlights-sub .hsub li .hsblock:hover .hsb-image img {
    transform: scale(1.1);
}
.nlhighlights-sub .hsub li .hsblock:hover .hsb-text h3 {
    color: #0E8FCF
}


.news-recent-section {
    width: 100%;
    padding: 80px 0px 0px;
}
.news-recent-section .nrecent-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.news-recent-section .nrecent-head .nrs-slider-nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 4px;
}
.news-recent-section .nrecent-head .nrs-slider-nav a {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #000000;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 100px;
}
.news-recent-section .nrecent-head .nrs-slider-nav a img, 
.news-recent-section .nrecent-head .nrs-slider-nav a svg {
    width: 14px;
}
.news-recent-section .nrecent-head .nrs-slider-nav a:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
/* News list page :end */

/* News detail page :start */
.newsdetail-page {
    width: 100%;
}

.newsdetail-page .ndetail-top {
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 65px;
}
.newsdetail-page .ndetail-top .ndtop-inner {
    width: 100%;
    color: #ffffff;
    background-color: #002055;
    background-image: url('../images/line-bg-1.webp');
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 64px;
    padding: 100px;
    overflow: hidden;
}
.newsdetail-page .ndetail-top .ndtsec-btns {
    margin-bottom: 16px;
}
.newsdetail-page .ndetail-top .back-btn {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.newsdetail-page .ndetail-top .back-btn:hover svg rect,
.newsdetail-page .ndetail-top .back-btn:hover svg path {
    transition: 0.5s;
}
.newsdetail-page .ndetail-top .back-btn:hover svg rect {
    fill: #ffffff;
}
.newsdetail-page .ndetail-top .back-btn:hover svg path {
    fill: #002055;
}
.newsdetail-page .ndetail-top .ndtsec-left {}
.newsdetail-page .ndetail-top .ndtsec-left h1 {
    font-size: 56px;
    font-weight: 500;
    letter-spacing: -4%;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 34px;
}
.newsdetail-page .ndetail-top .ndtsec-left time {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
    display: block;
}
.newsdetail-page .ndetail-top .ndtsec-right {}
.newsdetail-page .ndetail-top .ndtsec-right .mdtop-image {
    width: 100%;
    aspect-ratio: 512/340;
    position: relative;
}
.newsdetail-page .ndetail-top .ndtsec-right .mdtop-image::before, 
.newsdetail-page .ndetail-top .ndtsec-right .mdtop-image::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.newsdetail-page .ndetail-top .ndtsec-right .mdtop-image::before {
    top: -40px;
    left: -30px;
    width: 61px;
    height: 61px;
    background-image: url('../images/mdtop-dots-1.webp');
}
.newsdetail-page .ndetail-top .ndtsec-right .mdtop-image::after {
    bottom: -40px;
    right: -50px;
    width: 68px;
    height: 46px;
    background-image: url('../images/mdtop-dots-2.webp');
}

.newsdetail-page .ndetail-top .ndtsec-right .mdtop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    overflow: hidden;
}


.newsdetail-page .ndetail-body {
    width: 100%;
    height: auto;
}
.newsdetail-page .ndetail-body .ndbody-left {
    width: 100%;
    height: 100%;
}
.newsdetail-page .ndetail-body .ndbody-right {
    width: 100%;
    background-color: #F3F3F3;
    border-radius: 16px;
    padding: 24px 20px;
    overflow: hidden;
}
.newsdetail-page .ndetail-body .ndbody-right .block-style-2 .bs2-image {
    max-height: 170px;
}



.ndetail-content-wrap {
    width: 100%;
}
.ndetail-content-wrap > :last-child {
    margin-bottom: 0;
}
.ndetail-content-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 48px;
}
.ndetail-content-wrap h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(0, 34, 78, 0.8);
    margin-bottom: 48px;
}
.ndetail-content-wrap .ndc-imgtxt {
    width: 100%;
    margin-bottom: 48px;
}
.ndetail-content-wrap .ndc-imgtxt .cit-image {
    width: 100%;
    height: auto;
    aspect-ratio: 345/194;
    border-radius: 16px;
    overflow: hidden;
}
.ndetail-content-wrap .ndc-imgtxt .cit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ndetail-content-wrap .ndc-imgtxt .cit-text p {
    margin-bottom: 20px;
}
/* News detail page :end */

/* About page :start */
.about-page {
    padding-bottom: 160px;
}
.about-page .abtpg-title sup {
    top: 0;
    font-size: 0.75em;
    line-height: 1;
    vertical-align: initial;
}

.abtpg-top .aptop-left {
    width: 100%;
    height: 100%;
}
.abtpg-top .aptop-left h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 40px;
}

.abtpg-top .aptop-right {
    width: 100%;
    height: 100%;
}
.abtpg-top .aptop-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 15px;
}
.abtpg-top .aptop-right .tright-block {
    width: 100%;
    padding-left: 30px;
    margin-top: 70px;
    display: flex;
    gap: 34px;
}
.abtpg-top .aptop-right .tright-block .bs1-shape {
    position: relative;
    width: 108px;
    height: auto;
    aspect-ratio: 1/1;
    /* background-color: #ffffff; */
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.abtpg-top .aptop-right .tright-block .bs1-shape .bshape-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    animation: crotate 20s linear infinite;
}
/* @keyframes crotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
} */
.abtpg-top .aptop-right .tright-block .bs1-shape .bshape-circle {
    width: 50px;
    height: 50px;
    background-color: #D2E923;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.abtpg-top .aptop-right .tright-block .bs1-shape .bshape-circle img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}


.aptop-image-box {
    width: 100%;
    height: auto;
    aspect-ratio: 534/356;
    background-color: #ffffff;
    border: 4px solid #ffffff;
    border-radius: 32px;
    overflow: hidden;
}
.aptop-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.abtpg-messages {
    width: 100%;
    margin-top: 60px;
}
.abtpg-messages .apmessage-item {
    margin-bottom: 50px;
}
.abtpg-messages .apmessage-item:last-child {
    margin-bottom: 0;
}

.abtpg-messages .apmsg-head {
    width: 100%;
    margin-bottom: 55px;
}
.abtpg-messages .apmsg-head h2 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -3%;
    line-height: 1;
    color: #002055;
    padding-top: 25px;
    margin-bottom: 0;
    position: relative;
}
.abtpg-messages .apmsg-head h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: auto;
    aspect-ratio: 50/10;
    background-color: #D2E923;
    border-radius: 100px;
}
.abtpg-messages .apmsg-head h2 sup {
    top: 0;
    display: block;
    font-size: 0.75em;
    line-height: 1;
    color: #80AEFF;
    vertical-align: initial;
}

.abtpg-messages .apmsg-left {
    width: 100%;
    height: 100%;
}
.abtpg-messages .apmsg-left p {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin-bottom: 15px;
}

.abtpg-messages .apmsg-right {
    width: 100%;
}
.abtpg-messages .apmsg-right .mright-image {
    width: 100%;
    height: auto;
    aspect-ratio: 600/400;
    background-color: #002055;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}
.abtpg-messages .apmsg-right .mright-image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
    z-index: 2;
}
.abtpg-messages .apmsg-right .mright-image .author-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
.abtpg-messages .apmsg-right .mright-image .author-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: right;
    padding: 18px 20px;
    z-index: 3;
}
.abtpg-messages .apmsg-right .mright-image .author-detail h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 5px;
}
.abtpg-messages .apmsg-right .mright-image .author-detail p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 0px;
}
/* About page :end */