@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&family=Jost:wght@500;600;700&display=swap');

body {
    font-family: "Rubik", sans-serif;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.fixcls-font-family-rubik{
    font-family: "Rubik", sans-serif;
}

.fixcls-font-family-jost{
    font-family: 'Jost', sans-serif;
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1, .display-2, .display-3, .display-4, .display-5{
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}
.pt-120{
    padding-top: 120px;
}
.pt-80{
    padding-top: 80px;
}
.pt-60{
    padding-top: 60px;
}
.pt-50{
    padding-top: 50px;
}
.pt-40{
    padding-top: 40px;
}
.pb-120{
    padding-bottom: 120px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-20{
    padding-bottom: 20px;
}
.mt-140{
    margin-top: 140px;
}
.mt-80{
    margin-top: 80px;
}
.mt-60{
    margin-top: 60px;
}
.mt-50{
    margin-top: 50px;
}
.mb-80{
    margin-bottom: 80px;
}
.mt-40{
    margin-top: 40px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-20{
    margin-bottom: 20px;
}








.topbg{
    background-color: #333e79;
}

.logodiv{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    padding: 5px 12px 10px 12px;
    border-radius: 0 0 12px 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: top 0.4s;
}

.logodiv a{
    display: block;
}

.logo-img{
    max-width: 130px;
    transition: max-width 0.4s;
}

.top-infobar{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 0;
    z-index: 1;
}

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

ul.social li{
    display: inline-block;
    float: left;
    padding-left: 10px;
}

ul.social li a{
    width: 28px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #333;
    font-size: 16px;
}

ul.social li a:hover{
    color: #fff;
    background-color: #85c226;
}

.top-callinfo{
    font-size: 15px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    padding-left: 24px;
    position: relative;
    margin-right: 20px;
}

.top-callinfo:first-child{
    padding-right: 10px;
}

.top-callinfo i{
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}

.top-callinfo:first-child i{
    top: 3px;
}

.top-callinfo a{
    color: #fff;
}

.top-callinfo a:hover{
    color: #85c226;
}

.hoome-blocks img{
    transition: all 0.4s ease-in;
    transform: scale(0.9);
}

.hoome-blocks:hover img{
    transform: scale(1);
}

.hoome-blocks a h4{
    font-size: 22px;
    line-height: 30px;
    color: #333e79;
    border-width: 0;
    background-image: linear-gradient(#333e79, #333e79);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s;
    position: relative;
    display: inline;
}

.hoome-blocks:hover h4{
    background-size: 100% 1px;
    border-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}

.hoome-blocks a p{
    color: #333;
}

.welcome-text h4{
    color: #85c226;
    font-size: 20px;
    line-height: 28px;
    margin: 0px auto 2px 0;
    font-weight: 500;
}

.welcome-text h1{
    color: #333e79;
    font-size: 32px;
    line-height: 42px;
    margin: 0 auto 20px 0;
    font-weight: 600;
}

.welcome-text p{
    color: #333;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

.welcome-text ul{
    list-style-type: none;
    padding: 5px 0 0 0;
    margin: 0;
}

.welcome-text ul li{
    margin-bottom: 1rem;
    position: relative;
    padding-left: 38px;
    line-height: 28px !important;
    font-size: 18px !important;
    font-family: 'Rubik', sans-serif;
    color: #232323;
}

.welcome-text ul li:before{
    font-weight: 900;
    background-color: #333e79;
    color: #fff;
    display: inline-block;
    content: "✓";
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 13px;
}

.gov-bluelink{
    --c: #00a0e3;
}
.gov-darkbluelink{
    --c: #333e79;
}

.gov-link {
    color: var(--c);
    font-size: 18px;
    line-height: 18px;
    padding: 12px 26px;
    border: 2px solid var(--c);
    border-radius: 0.5em;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    display: inline-block;
}

.gov-link span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc(var(--n) * 25%);
    transition: 0.5s;
    transition-delay: calc(var(--n) * 0.1s);
    z-index: -1;
}

.gov-link:hover {
    color: #fff;
}

.gov-link:hover span {
    transform: translateY(0) scale(2);
}

.gov-link span:nth-child(1) {
    --n: 0;
}

.gov-link span:nth-child(2) {
    --n: 1;
}

.gov-link span:nth-child(3) {
    --n: 2;
}

.gov-link span:nth-child(4) {
    --n: 3;
}

.welcome-image .image1{
    max-width: 100%;
}

.welcome-image .div1{
    position: absolute;
    left: 30px;
    top: 20px;
    animation: translate1 4s infinite alternate forwards;
}
@keyframes translate1{
    0%{
        transform:translateX(-30px)
    }
    100%{
        transform:translateX(20px)
    }
}

.welcome-image .div2{
    position: absolute;
    right: 30px;
    top: 130px;
    animation: scale1 3s infinite alternate forwards;
}
@keyframes scale1{
    0%{
        transform:scale(0.95)
    }
    100%{
        transform:scale(1.05)
    }
}

.welcome-image .div3{
    position: absolute;
    left: 40px;
    top: 320px;
    animation: translate2 4s infinite alternate forwards;
}
@keyframes translate2{
    0%{
        transform:translateY(-30px)
    }
    100%{
        transform:translateY(20px)
    }
}

.welcome-image .div1 img, .welcome-image .div2 img, .welcome-image .div3 img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
}

.home-3blockbg{
    background: url(../images/sz-bg.jpg) no-repeat bottom left;
    background-size: cover;
}

.h3block{
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.h3imageblock{
    position: relative;
    display: block;
}

.h3imageblock-image{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.h3imageblock-image img{
    width: 100%;
    transition: all 0.4s ease-in;
}

.h3block:hover .h3imageblock-image img {
    transform: scale(1.05);
}

.h3block-info{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 45px 30px 15px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in;
    z-index: 1;
}

.h3block:hover .h3block-info {
    opacity: 0;
}

.h3block-icon{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -59px;
    left: 50%;
    transform: translateX(-50%);
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background-color: #f9f9f9;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: -1;
}

.h3block-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 30px auto 10px auto;
}

.h3block-overlay{
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    background-position: bottom left;
    transform: scale(1, 0);
    transform-origin: bottom center;
    transition: all 0.4s ease-in;
    z-index: 2;
    background-color: #fff;
}

.h3block:hover .h3block-overlay{
    transform: scale(1, 1);
}

.h3block-overlay-top{
    position: relative;
    display: block;
    background-color: #85c226;
    padding: 30px;
}

.h3block-overlay-top-icon{
    position: relative;
    display: inline-block;
}

.h3block-overlay-top-icon-img{
    position: relative;
    display: inline-block;
    transition: all 0.4s ease-in;
    transition-delay: 0.1s;
}

.h3block:hover .h3block-overlay-top-icon-img {
    transform: scale(0.9);
}

.h3block-overlay-toph3{
    margin-top: 9px;
}

.h3block-overlay-toph3>a{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.h3block-overlay-bottom{
    position: relative;
    display: block;
    background-color: #fff;
    padding: 20px 10px 10px 10px;
}

.home-subtitle{
    color: #85c226;
    font-size: 20px;
    line-height: 28px;
    margin: 0px auto 2px 0;
    font-weight: 500;
}

.home-title{
    color: #333e79;
    font-size: 40px;
    line-height: 50px;
    margin: 0 auto 20px 0;
    font-weight: 600;
}

.news-div{
    padding: 10px;
}

.homenews .slick-list {
    margin: 0 -10px;
}

.news-div-content{
    position: relative;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.news-div-image{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-div-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.4s ease-in-out;
}

.news-div-content:hover .news-div-image img{
    transform: scale(1.2);
    transition-delay: 0.4s;
}

.news-div-image:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0,0,0,0.3);
    opacity: 1;
    transition: 0.5s;
    transform: perspective(400px) rotateY(-90deg) scale(0.2);
    transform-origin: center;
    z-index: 1;
    transition-delay: 0.4s;
}

.news-div-content:hover .news-div-image:before{
    transform: scale(1.5);
    transition-delay: 0s;
}

.news-div-date{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    background-color: #85c226;
    font-weight: 500;
}

.news-div-date span{
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    display: block;
}

.news-div-text{
    display: block;
    padding: 20px;
}

.news-div-text a.newstitle{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #333;
    display: block;
}

.news-div-text a.linkbtn{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #565656;
    transition: all 0.4s ease-in;
}

.news-div-text a.linkbtn i{
    padding-left: 10px;
    transition: all 0.4s ease-in;
}

.news-div-text a.linkbtn:hover{
    color: #85c226;
}

.news-div-text a.linkbtn:hover i{
    padding-left: 18px;
}

.count-bg{
    background: url('../images/counter-bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.count-bg-black{
    background-color: rgba(0,0,0,0.8);
}

.count-bg .home-subtitle, .count-bg .home-title, .count-bg p{
    color: #fff;
}

.count-bg-sep{
    width: 100%;
    height: 5px;
    background-color: rgba(255,255,255,0.4);
    margin: 0 0 20px 0;
}

.count-block{
    border-radius: 14px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    background-color: #85c226;
    margin-bottom: 20px;
}

.count-block:first-child{
    margin-top: 20px;
}

.count-block img{
    max-width: 80px;
    margin: 0 auto;
}

.count-block h3{
    color: #fff;
    font-size: 38px;
    margin: 10px auto;
}

.count-block h4{
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.count-block1{
    background-color: #85c226;
}

.count-block2{
    background-color: #00a0e3;
}

.count-block3{
    background-color: #333e79;
}

.count-slide1{
    height: 475px;
    overflow: hidden;
    position: relative;
}

.count-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    animation: counttranslate1 35s infinite alternate linear;
}

@keyframes counttranslate1{
    0%{
        transform: translateY(0);
    }
    45%{
        transform: translateY(calc(-100% + 475px));
    }
    55%{
        transform: translateY(calc(-100% + 475px));
    }
    100%{
        transform: translateY(0);
    }
}

.count-content-reverse{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(0);
    animation: counttranslate2 35s infinite alternate linear;
}

@keyframes counttranslate2{
    0%{
        transform: translateY(0);
    }
    45%{
        transform: translateY(calc(100% - 475px));
    }
    55%{
        transform: translateY(calc(100% - 475px));
    }
    100%{
        transform: translateY(0);
    }
}

.testimonial .slick-list{
    margin: 0 -20px;
}

.testimonial-div{
    padding: 20px;
}

.ts-div{
    position: relative;
    display: block;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1;
    transform: translateY(10px);
    transition: transform 500ms ease;
}

.testimonial-div:hover .ts-div{
    transform: translateY(0px);
}

.testimonial-subdiv{
    position: relative;
    display: block;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    padding: 30px 0px 23px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-backimg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 181px;
    z-index: -1;
}

.testimonial-backimg img {
    width: auto;
}

.testimonial-quote {
    position: absolute;
    right: 40px;
    bottom: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-quote i {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #dddddd;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-div:hover .testimonial-quote {
    border: 1px solid #85c226;
}

.testimonial-div:hover .testimonial-quote i {
    color: #85c226;
}

.testimonial-text{
    font-size: 16px;
    line-height: 28px;
    padding-left: 40px;
    padding-right: 60px;
}

.testimonial-person-details{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 29px;
}

.testimonial-person-imgbox{
    position: relative;
    display: block;
    width: 158px;
    height: 158px;
    border-radius: 50%;
    background-color: #85c226;
    padding: 10px;
}

.testimonial-person-img{
    position: relative;
    display: block;
    height: 138px;
    width: 138px;
    border-radius: 50%;
    background-color: #fff;
}

.testimonial-person-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
    border: 10px solid #fff;
}

.testimonial-person-info{
    padding-left: 35px;
}

.testimonial-person-info h3{
    font-size: 25px;
    line-height: 35px;
    margin: 15px auto 8px 0;
    color: #333;
}

.testimonial-person-info span{
    font-size: 14px;
    line-height: 24px;
    color: #565656;
}

.subsc-bg{
    background-color: #d0eea2;
    padding: 60px 50px;
    border-radius: 12px;
    position: relative;
}

.subsc-shape{
    width: 64px;
    height: 64px;
    border-radius: 13px;
    position: absolute;
    right: -2%;
    top: -9%;
    transform: rotate(45deg);
    /*    animation: rotating 30s linear infinite;*/
}

.subsc-shape img{
    max-width: 100%;
}

@keyframes rotating{
    from{
        transform:rotate(0)
    }
    to{
        transform:rotate(1turn)
    }
}

.subscribe-form{
    height: 70px;
    position: relative;
    text-align: left;
    box-shadow: 0 10px 20px rgba(70,40,13,.05);
    background-color: #fff;
    border-radius: 7px;
}

.subscribe-form input{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    border: none;
    padding: 0 180px 0 20px;
}

.subscribe-form input:focus{
    outline-color: #333e79;
}

.subscribe-form button{
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 160px;
    border-radius: 6px;
    background: #85c226;
    border: none;
}

.we-best{
    background: url(../images/we-bestbg.jpg) no-repeat center center;
    background-position: center center;
    background-attachment: fixed;
}

.we-best h2{
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    margin: 0 auto 30px auto;
}

.we-best p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0 auto 30px auto;
}

.we-best a{
    display: inline-block;
    padding: 16px 34px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    transition: all 0.4s ease-in-out;
}

.we-best a:hover{
    background-color: #fff;
    color: #333;
}

.footer-bg{
    margin-top: 60px;
    background-color: #130f4b;
    background-image: url(../images/foot-bg1.png);
    background-position: 0 -58px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

.footer-logo{
    max-width: 150px;
}

.footer-anc{
    color: #fff;
    margin: 20px auto;
}

.footer-sodiv{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #00a0e3;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    margin-right: 15px;
}

.footer-sodiv:hover{
    transform: scale(1.2);
    color: #fff;
}

.footer-setsf{
    max-width: 120px;
}

.footer-title, .footer-title:hover, .footer-title:focus{
    font-size: 24px;
    color: #37c0fa !important;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.footer-title:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #37c0fa;
}

.footer-p, .footer-p:hover, .footer-p:focus{
    color: #fff !important;
    font-size: 16px;
    line-height: 28px;
}

.footer-link{
    color: #fff;
    transition: all 0.4s ease-in;
}

.footer-link:hover{
    color: #85c226;
}

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

.footer-ul li{
    padding: 0 0 15px 25px;
    position: relative;
}

.footer-ul li:hover a{
    padding: 0 0 0px 5px;
}

.footer-ul li a{
    color: #fff;
    font-size: 16px;
}

.footer-ul li:before{
    font-family: "Material Icons";
    content: "\e409";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.footer-fele{
    margin-bottom: 10px;
}

.footer-fele input, .footer-fele textarea{
    width: 100%;
    padding: 12px 18px;
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    border-radius: 6px;
}

.footer-submit{
    background-color: #00a0e3;
    color: #fff;
    padding: 8px 20px;
    outline: none;
    border: 2px solid #00a0e3;
    border-radius: 6px;
    width: 100%;
    margin-top: -7px;
}

.footer-copy{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}

.footer-copy p{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}

.footer-copy a{
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}

.footer-student{
    position: absolute;
    right: 0;
    top: -164px;
    max-width: 330px;
}





/*Other Pages CSS*/
.page-title{
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #333e79;
    text-align: center;
}

.page-title h2, .page-title h2:hover, .page-title h2:focus{
    color: #fff !important;
    ;
    font-size: 34px;
    line-height: 44px;
}

.news-grid{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-grid .news-div{
    padding: 0;
}

.newstable td{
    padding: 15px 0;
}

.newsdetails-title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #333e79;
    text-align: left;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333e79;
    margin: 0 0 30px 0;
}

.news-imgdiv1{
    padding: 3px;
}

.news-imgdiv1 a{
    width: 100%;
    padding: 7px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: block;
    box-sizing: border-box;
}

.news-imgdiv1 img{
    cursor: zoom-in;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.newsimageslider-1.npd1 .slick-prev, .newsimageslider-1.npd1 .slick-prev:hover, .newsimageslider-1.npd1 .slick-prev:focus,
.newsimageslider-1.npd1 .slick-next, .newsimageslider-1.npd1 .slick-next:hover, .newsimageslider-1.npd1 .slick-next:focus{
    background-color: rgba(51,62,121,0.95);
    color: #fff;
}

.newsimageslider-1.npd1 .slick-disabled{
    background-color: rgba(51,62,121,0.6) !important;
}

.news-details span{
    display: block;
    font-size: 14px;
    color: #85c226;
    padding-bottom: 10px;
}

.news-details p{
    font-size: 15px;
    line-height: 26px;
}

.news-details a.linkbtn{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #333e79;
    transition: all 0.4s ease-in;
}

.news-details a.linkbtn i{
    padding-left: 10px;
    transition: all 0.4s ease-in;
}

.news-details a.linkbtn:hover{
    color: #85c226;
}

.news-details a.linkbtn:hover i{
    padding-left: 18px;
}

.news-share{
    border-radius: 6px;
    margin-top: 30px;
    background-color: #ffffff;
    border-top: 2px solid #00a0e3;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.news-share h3{
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.content-grid{
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-div{
    display: flex;
    align-items: stretch;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    position: relative;
}

.content-div .abs-logo{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 70px;
    transform: scale(0.8);
    opacity: 0.2;
    filter: grayscale(100%);
    transition: all 0.8s ease-in-out;
}

.content-div:hover .abs-logo{
    opacity: 0.8;
    filter: grayscale(0);
    transform: scale(0.9);
}

.content-image{
    display: block;
    padding: 10px;
}

.content-image .img-div{
    width: 100%;
    display: block;
}

.content-image .img-div img{
    max-width: 100%;
}

.content-text{
    height: 100%;
    position: relative;
    padding: 10px 10px 24px 0;
    text-align: left;
}

.content-text span{
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #85c226;
}

.content-text a.title {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #333;
    display: block;
    padding: 8px 0 0 0;
}

.content-text h4{
    font-size: 15px;
    line-height: 23px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    margin: 8px 0;
}

.content-text a.linkbtn{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #565656;
    transition: all 0.4s ease-in;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.content-text a.linkbtn i{
    padding-left: 10px;
    transition: all 0.4s ease-in;
}

.content-text a.linkbtn:hover{
    color: #85c226;
}

.content-text a.linkbtn:hover i{
    padding-left: 18px;
}

.student-div{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.student-image{
    padding: 10px;
    text-align: center;
}

.student-details{
    background-color: #333e79;
    padding: 10px;
}

.student-details ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.student-details ul li{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.student-details ul li:not(:last-child){
    padding-bottom: 6px;
}

.contact-image{
    max-width: 100%;
}

.contact-div{
    background-color: #f4f4f4;
    height: 100%;
    padding: 25px;
    position: relative;
}

.contact-div h2{
    font-size: 22px;
    line-height: 30px;
    color: #333e79;
    margin-bottom: 15px;
}

.contact-info{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.contact-info img{
    max-width: 30px;
    margin-right: 15px;
}

.contact-info a, .contact-info p{
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.map-div{
    position: absolute;
    right: 20px;
    bottom: 20px;
    top: -16px;
    width: 330px;
    border-top: 16px solid #333e79;
    border-radius: 5px 5px 0 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.download-table th:last-child, .download-table td:last-child{
    text-align: center;
}

.download-table td{
    font-size: 15px;
}

.download-maincat th{
    background-color: #333e79;
    color: #fff;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
}

.updates-content{
    position: relative;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.updates-image{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.updates-image img{
    width: 100%;
}

.updates-date{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    background-color: #85c226;
    font-weight: 500;
}

.updates-date span{
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px;
    display: block;
}

.updates-text{
    display: block;
    padding: 20px;
    text-align: center;
}

.updates-text a.updatestitle{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #333;
    display: block;
}

.highlight-icon{
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 1;
}

.highlight-close{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: -25px;
    width: 13px;
    height: 13px;
    background: url(../images/highlight-close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.highlight-div{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3eca40;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.highlight-div img{
    max-width: 45px;
}

.highlight-icon:before {
    content: '';
    background: #3eca40;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0%;
    top: 0%;
    opacity: 1;
    z-index: 0;
    -webkit-animation: 1s highlight linear infinite;
    animation: 1s highlight linear infinite;
}

@-webkit-keyframes highlight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.6);
        opacity: 0
    }
}
@keyframes highlight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.6);
        opacity: 0
    }
}















.npd1 .slick-prev, .npd1 .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: rgba(255,255,255,0.5);
    z-index: 11;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.npd1 .slick-prev:hover, .npd1 .slick-prev:focus, .npd1 .slick-next:hover, .npd1 .slick-next:focus{
    color: transparent;
    outline: none;
    background: rgba(255,255,255,0.5);
}

.npd1 .slick-prev:hover:before, .npd1 .slick-prev:focus:before, .npd1 .slick-next:hover:before, .npd1 .slick-next:focus:before{
    opacity: 1;
}

.npd1 .slick-prev:before, .npd1 .slick-next:before{
    font-family: "Material Icons";
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: #fff;
}

.npd1 .slick-prev{
    left: 10px;
}

.npd1 .slick-prev:before{
    content: "\e5e0";
    left: 12px;
    top: 8px;
    position: absolute;
}

.npd1 .slick-next{
    right: 10px;
}

.npd1 .slick-next:before{
    content: "\e5e1";
}

.tsnp3 .slick-prev:before, .tsnp3 .slick-next:before {
    font-family: "Material Icons";
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.tsnp3 .slick-prev:before{
    left: 56%;
}

.tsnp3 .slick-prev, .tsnp3 .slick-next{
    position: absolute;
    font-size: 0;
    border: 0;
    background: #333e79;
    display: block;
    outline: 0;
    width: 34px;
    height: 34px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.tsnp3 .slick-prev {
    top: 0px;
    right: 37px;
}

.tsnp3 .slick-prev:before {
    content: "\e5e0";
}

.tsnp3 .slick-next {
    top: 0px;
    right: 0px;
}

.tsnp3 .slick-next:before {
    content: "\e5e1";
}

.homenews.tsnp3 .slick-prev, .homenews.tsnp3 .slick-next{
    top: -10px;
}

.notshow{
    display: none !important;
}







.main .timeline {
    position: relative;
}

.main .timeline:before {
    background: #f1efef;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 4px;
}

.main .timeline .timeline-item {
    clear: both;
    list-style-type: none;
    position: relative;
    padding-top: 30px;
}

.main .timeline .timeline-item:before {
    background: #333e79;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 45px;
    width: 20px;
}

.main .timeline .timeline-item .timeline-content {
    background: #fff;
    padding: 15px 5px;
    width: 47%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    border-radius: 10px;
    border: 2px solid #333e79;
    text-align: center;
}

.timeline-content:before {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #333e79;
    border-right: 0;
}

.main .timeline .timeline-item:nth-child(odd) .timeline-content:before{
    left: 100%;
    top: 8px;
}

.main .timeline .timeline-item:nth-child(even) .timeline-content:before{
    right: 100%;
    top: 8px;
    transform: rotate(180deg);
}

.main .timeline .timeline-item .timeline-content h3,
.main .timeline .timeline-item .timeline-content p,
.main .timeline .timeline-item .timeline-content .tm-img{
    margin: 10px 20px;
}

.main .timeline .timeline-item .timeline-content .tm-img img{
    width: 400px;
    max-width: 100%;
}

.main h3 {
    color: #333e79;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.main p {
    color: #333;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}

.main .timeline .timeline-item .timeline-content a{
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
}

.main .timeline .timeline-item:nth-child(even) .timeline-content {
    float: right;
}










.dash-blk{
    padding-top: 40px;
    position: relative;
}

.dash-blk .shic-div{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
}

.dash-blk .shic-div span{
    font-size: 50px;
    line-height: 50px;
    color: #333e79;
    transition: transform 0.4s ease-in-out;
}

.dash-blk:hover span{
    transform: scale(1.1);
}

.dash-blk .shr-div{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    padding: 50px 10px 15px 10px;
    text-align: center;
}

.dash-blk .shr-div a{
    color: #333e79;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}