@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/times new roman bold italic.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/times new roman bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/times new roman italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/times new roman.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


body {
    font-family: 'Times New Roman', serif;
    margin: 0;
    padding: 0
}

.MembershipBtn {
    background: #2e7ea0;
    color: #fff !important;
    border-radius: 10px;
    padding: 7px 6px;
    font-weight: bold;
    font-size: 18px;
}


a {
    text-decoration: none !important;
}

p {
    margin: 0;
    padding: 0;
    text-align: justify;
    font-size: 15px;
    color: #434343;
    line-height: 1.6;
}
 
.head {
    background: #eee;
    padding: 5px 0
}
.logo img{
    width:100px;
}
marquee {
    color: #d94148;
}

.marblinkon {
    color: #0000b0;
}

.marblinkoff {
    color: red;
}

.btn-sign {
    position: absolute;
    right: 15%;
    margin: auto;
    text-align: center;
    top: 45px;
}

/*------------menu-------------*/

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(0 123 255);
    background-color: rgb(0 123 255);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 15px;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    display: block;
    font-weight: normal;
    transition: 0.3s;
}

    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    font-weight: normal;
}

.nav {
    margin: 0;
    padding: 0;
    display: block;
}

    .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav ul li {
            margin: 0;
            padding: 10px 0;
            text-align: left;
            border-bottom: 1px dashed #d3d3d3 !important;
        }

            .nav ul li a {
                margin: 0;
                padding: 0;
                font-size: 18px;
                color: #fff;
                position: relative;
                padding-left: 20px;
                transition: padding 0.2s linear;
                display: block;
            }

                .nav ul li a:hover {
                    color: #ffda0a;
                    margin-left: 8px;
                    transition: all 0.3s ease;
                }

                .nav ul li a::before {
                    content: "\f105";
                    font-family: FontAwesome;
                    position: absolute;
                    left: 0;
                }

                .nav ul li a::after {
                    display: block;
                    position: absolute;
                    top: 50%;
                    content: '';
                    height: 2px;
                    margin-top: 1vh;
                    width: 0;
                    left: 15px;
                    background-color: #ffc107;
                    transition: width 250ms linear;
                }

.toggle .fa {
    font-size: 35px;
    text-align: center;
    color: #fff;
    padding: 22px;
    font-weight: 100;
}

.toggle {
    position: fixed;
    top: 33px;
    right: 50px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0px;
    margin: 0;
    z-index: 9;
    cursor: pointer;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
    background-color: #007bff;
    animation: border-transform 7s linear infinite;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes border-transform {

    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

/*========and=============*/
.slider-tst {
    margin: 0;
    padding: 15px;
}

.slider {
    padding: 0;
}

/*slider*/
#main-slider {
    position: relative;
    margin: 0;
    padding: 0;
}

    #main-slider:after {
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        width: 100%;
        height: 99%;
        background: #000000bd;
        z-index: 1;
    }

    #main-slider .slider-content {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        z-index: 2;
    }

        #main-slider .slider-content h3 {
            font-size: 35px;
            font-weight: bold;
            color: #fff;
            padding: 15px 0;
        }

        #main-slider .slider-content .pra {
            font-size: 18px;
            color: #fff;
            padding: 10px 0px;
            margin-bottom: 15px;
        }

.pra span {
    display: block;
}

#main-slider .slider-content h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

#main-slider .slider-content h3 span {
    color: #4cafd7;
}

#myVideo {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.read-more {
    border: 2px solid #fff;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 5px 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
}

    .read-more:hover {
        color: #2e7ea0;
        border: 2px solid #2e7ea0;
        transition: 0.1s;
    }

.btn-sign {
    position: absolute;
    right: 15%;
    z-index: 9;
}

    .btn-sign .read {
        border: 2px solid #fff;
        color: #fff;
        margin: 0 4px;
    }

a.read.orang {
    background: #fcb131;
    border: 2px solid #fcb131;
    color: #000;
}

.scrolling-down {
    border: 3px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    height: 50px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    bottom: 20%;
    width: 30px;
    z-index: 9;
}

    .scrolling-down:before {
        animation: 2s ease 0s normal none infinite running scrolling;
        background-color: #fff;
        border-radius: 100%;
        box-sizing: border-box;
        content: "";
        height: 6px;
        left: 50%;
        margin-left: -3px;
        position: absolute;
        top: 10px;
        width: 6px
    }

@keyframes scrolling {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}


.user-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

    .user-box:hover {
        box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    }

    .user-box a {
        color: #000;
    }

    .user-box h6 {
        font-size: 18px;
        padding: 15px 0 0;
        color: #333;
    }


/*=======video-box=========*/
.video-box {
    position: relative;
    background: #e5e5e5
}

    .video-box img {
        padding: 15px 0
    }

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#4cafd7 50%, rgb(18 18 18 / 20%) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
    z-index: 9;
}

    .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all .4s cubic-bezier(.55, .055, .675, .19)
    }

    .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(253, 253, 253, .4);
        top: -15%;
        left: -15%;
        background: rgba(253, 253, 253, 0)
    }

    .play-btn:hover::after {
        border-left: 15px solid #428bca;
        transform: scale(20)
    }

    .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}










.new-sec {
    padding: 70px 0;
}

.btn-gray {
    color: #666;
    font-size: 13px;
}




.job-skill {
    background: #355fa8;
    padding: 70px 0px;
}

    .job-skill h2 {
        color: #fff;
    }

    .job-skill a {
        color: #fff;
    }

.read {
    color: #2e7ea0;
    border: 2px solid #2e7ea0;
    padding: 5px 20px;
    border-radius: 50px;
}

    .read:hover {
        border: 2px solid #4cafd7;
        color: #4cafd7;
        transition: 0.1s;
    }

footer {
    background: url(../images/footer.jpg);
    padding: 50px 0 15px;
    background-color: #2e7ea0;
}

.footer-tst h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
}

    .footer-tst h4:after {
        content: "";
        position: absolute;
        border: 0;
        width: 50px;
        height: 2px;
        background: #4cafd7;
        z-index: 1;
        left: 0px;
        top: 30px;
    }

.footer-tst p {
    font-size: 13px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-tst li {
    position: relative;
    padding: 5px 0;
}

.footer-tst ul li a {
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
}

    .footer-tst ul li a::before {
        content: "\f105";
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        left: 0;
    }

    .footer-tst ul li a:hover {
        color: #4cafd7;
        margin-left: 8px;
        transition: all 0.3s ease;
    }

.footer-tst ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-back-to-top {
    position: fixed;
    bottom: 65px;
    right: 20px;
    opacity: 9;
    z-index: 9;
    box-shadow: 0 0 15px 0 rgb(50 50 50 / 20%);
    cursor: pointer;
}

.footer-img img {
    width: 180px;
}

.footer-img p {
    color: #fff;
    font-size: 14px;
    margin: 15px 0;
}

/*====site-buttom secondry====*/

ul.social-network {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.social-network li {
        display: inline-block;
        line-height: 25px !important
    }

.social-network a.icoFacebook {
    background-color: #4cafd7;
    transition: all .5s ease-in
}

    .social-network a.icoFacebook:hover {
        background-color: #3b5998;
        transition: all .5s ease-in
    }

.social-network a.icoTwitter {
    background-color: #4cafd7;
    transition: all .5s ease-in
}

    .social-network a.icoTwitter:hover {
        background-color: #3cf;
        transition: all .5s ease-in
    }

.social-network a.icoGoogle {
    background-color: #bd3518;
    transition: all .5s ease-in
}

.social-network a.icoVimeo {
    background-color: #0590b8;
    transition: all .5s ease-in
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
    transition: all .5s ease-in
}

.social-network a.icoLinkedin {
    background-color: #4cafd7;
    transition: all .5s ease-in
}

.social-network a.icytube:hover {
    background-color: #FF0000;
    transition: all .5s ease-in
}

.social-network a.icytube {
    background-color: #4cafd7;
    transition: all .5s ease-in
}

.social-network a.icotripadvisor {
    background-color: #666;
    transition: all .5s ease-in
}

.social-network a.icoyoutube {
    background-color: #555;
    transition: all .5s ease-in
}

    .social-network a.icoyoutube:hover {
        background-color: #b00;
        transition: all .5s ease-in
    }

.social-network a.icopinterest {
    background-color: #d53633;
    transition: all .5s ease-in
}

.social-network a.icoinstagram {
    background: #4cafd7;
}

    .social-network a.icoinstagram:hover {
        background: #d82564;
        background: -moz-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
        background: -webkit-linear-gradient(top, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
        background: linear-gradient(to bottom, #d82564 0, #d82564 0, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
        transition: all .5s ease-in
    }

.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i {
    color: #fff
}

.socialHoverClass,
a.socialIcon:hover {
    color: #44bcdd
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%
}

.social-circle li:before {
    display: none
}

.social-circle li i {
    margin: 0;
    line-height: 25px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .3s;
    transition: all .3s ease-in;
    color: #fff
}

.social-circle i {
    color: #fff
}

.social-network a {
    background-color: #fff
}

.disclaimer {
    margin: 0;
    padding: 0;
    text-align: right;
}

    .disclaimer ul {
        margin: 0;
        padding: 0;
    }

        .disclaimer ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
            color: #fff;
            font-size: 14px;
        }

            .disclaimer ul li a {
                margin: 0 0 0 10px;
                padding: 0;
                color: #fff;
                font-size: 13px;
                text-transform: uppercase;
            }

                .disclaimer ul li a:hover {
                    color: #fcb131;
                    transition: all 0.3s ease;
                }

.copy-right {
    color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: 0.2px;
}

.subscribe {
    background: url(../images/bg-newletter.png) no-repeat top right;
    max-width: 753px;
    margin: auto;
    text-align: center;
    padding: 0 15px;
    padding-top: 120px;
    padding-bottom: 50px;
}

.bbb-wrapper .subcribe-form p {
    color: #333;
    font-size: 14px;
}

.bbb-wrapper .subcribe-form form {
    max-width: 450px;
    margin: 15px auto;
    position: relative;
}

.bbb-wrapper .subcribe-form #subscribe input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 0;
    padding: 0 15px;
    box-shadow: 0px 0px 0px 7px rgb(255 255 255 / 20%);
}

.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
    height: 38px;
    padding: 0 30px;
    border-radius: 3px;
    border: none;
    font-weight: bold;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.subscribe-message {
    color: #000;
    float: left;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    line-height: 19px;
}


#subscribe-button:hover {
    background: #e9a605;
    color: #000;
}

.color-bg {
    background: #2e7ea0;
}

.about-sec {
    padding: 70px 0;
    margin: 0;
}

.about p {
    margin-bottom: 20px;
}

.about h6 {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 2px;
}

/*==============timeline==============*/
.timeline-sec {
    background-color: #eef0f4;
    padding: 70px 0;
}

.main-timeline {
    padding: 0;
    position: relative;
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline:before {
        content: "";
        background: #dcdde1;
        width: 10px;
        height: 100%;
        border-radius: 50px;
        transform: translateX(-50%);
        position: absolute;
        top: 0;
        left: 50%;
    }

    .main-timeline .timeline {
        width: 50.2%;
        padding: 0 0 0 50px;
        margin: 0 0 0px;
        float: right;
        position: relative;
    }

        .main-timeline .timeline:before {
            content: "";
            width: 35px;
            height: 35px;
            border: 6px solid #01b9e6;
            border-radius: 50%;
            transform: translateY(-50%);
            position: absolute;
            top: 50%;
            left: -14px;
        }

    .main-timeline .timeline-content {
        color: #555;
        background-color: #fff;
        min-height: 120px;
        padding: 15px 15px 15px 100px;
        box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2);
        display: block;
        position: relative;
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

        .main-timeline .timeline-content:before,
        .main-timeline .timeline-content:after {
            content: '';
            background-color: #01b9e6;
            height: 100%;
            width: 80px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .main-timeline .timeline-content:after {
            height: 40px;
            width: 40px;
            transform: translateY(-50%) rotate(45deg);
            top: 50%;
            left: -13px;
        }

    .main-timeline .timeline-year {
        color: #01b9e6;
        background: #fff;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        line-height: 90px;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 10px solid #dcdde1;
        box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2);
        transform: translateY(-50%);
        position: absolute;
        left: -200px;
        top: 50%;
        display: none;
    }

    .main-timeline .timeline-icon {
        color: #fff;
        font-size: 50px;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 15px;
        z-index: 1;
    }

    .main-timeline .description {
        font-size: 16px;
        margin: 0;
        text-align: left;
        padding: 0;
        line-height: 1.6;
    }

    .main-timeline .timeline:nth-child(even) {
        padding: 0 50px 0 0;
        float: left;
    }

        .main-timeline .timeline:nth-child(even):before {
            left: auto;
            right: -16px;
        }

        .main-timeline .timeline:nth-child(even) .timeline-content {
            padding: 15px 100px 15px 15px;
        }

            .main-timeline .timeline:nth-child(even) .timeline-content:before {
                left: auto;
                right: 0;
            }

            .main-timeline .timeline:nth-child(even) .timeline-content:after {
                left: auto;
                right: -13px;
            }

        .main-timeline .timeline:nth-child(even) .timeline-year {
            left: auto;
            right: -200px;
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon {
            left: auto;
            right: 15px;
        }

    .main-timeline .timeline:nth-child(4n+2):before {
        border-color: #F4801E;
    }

    .main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
    .main-timeline .timeline:nth-child(4n+2) .timeline-content:after {
        background-color: #F4801E;
    }

    .main-timeline .timeline:nth-child(4n+2) .timeline-year,
    .main-timeline .timeline:nth-child(4n+2) .title {
        color: #F4801E;
    }

    .main-timeline .timeline:nth-child(4n+3):before {
        border-color: #84C441;
    }

    .main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
    .main-timeline .timeline:nth-child(4n+3) .timeline-content:after {
        background-color: #84C441;
    }

    .main-timeline .timeline:nth-child(4n+3) .timeline-year,
    .main-timeline .timeline:nth-child(4n+3) .title {
        color: #84C441;
    }

    .main-timeline .timeline:nth-child(4n+4):before {
        border-color: #8B7ACB;
    }

    .main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
    .main-timeline .timeline:nth-child(4n+4) .timeline-content:after {
        background-color: #8B7ACB;
    }

    .main-timeline .timeline:nth-child(4n+4) .timeline-year,
    .main-timeline .timeline:nth-child(4n+4) .title {
        color: #8B7ACB;
    }

.health {
    padding: 70px 0;
    margin: 0;
}

.post-slide {
    padding: 0 10px;
    transform: translateY(0);
    transition: all 0.30s ease 0s;
    overflow: hidden;
    margin-bottom: 30px;
}

    .post-slide:hover {
        transform: translateY(-10px);
    }

    .post-slide .post-img {
        position: relative;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
        }

        .post-slide .post-img:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to left, rgba(210, 130, 19, 0.7), rgba(170, 55, 114, 0.7));
            transform: translateY(-100%);
            transition: all 0.30s ease 0s;
        }

    .post-slide:hover .post-img:after {
        transform: translateY(0);
    }

    .post-slide .post-img:before {
        content: "\f002";
        font-family: FontAwesome;
        font-weight: 900;
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        top: -50%;
        font-size: 30px;
        color: #fff;
        transition: all 0.50s ease 0s;
        z-index: 1;
    }

    .post-slide:hover .post-img:before {
        top: 40%;
    }

    .post-slide .icons {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 45px;
        height: 45px;
        background: #fcb131;
    }

        .post-slide .icons h3 {
            color: #000;
            font-size: 20px;
            padding: 10px;
        }

    .post-slide .post-review {
        border: 1px solid #787878;
        border-top: none;
        padding: 35px 20px 25px;
        background: #fff;
        position: relative;
    }

        .post-slide .post-review:after {
            content: "";
            width: 90%;
            height: 10px;
            position: absolute;
            top: 100%;
            left: 5%;
            opacity: 0;
            background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
            transform: translateY(0);
            transition: all 0.30s ease 0s;
        }

    .post-slide:hover .post-review:after {
        opacity: 1;
        transform: translateY(5px);
    }

    .post-slide .post-title {
        margin-bottom: 5px;
        color: #333;
        font-weight: bold;
        font-size: 20px;
    }

    .post-slide .post-description {
        font-size: 16px;
        color: #808080;
        margin-bottom: 10px;
        padding: 0;
    }

    .post-slide .post-read {
        text-transform: capitalize;
        font-size: 15px;
        color: #605f5f;
        font-weight: normal;
    }

        .post-slide .post-read i {
            margin-left: 10px;
        }

        .post-slide .post-read:hover {
            text-decoration: none;
            color: #333;
        }

.Vision {
    background: url(../images/Mission-vision-banner.jpg);
    padding: 150px 0;
    margin: 0;
    /*    background: #44546a;*/
}

.pum-theme-362 .pum-title,
.pum-theme-lightbox .pum-title {
    font-size: 18px !important;
    font-weight: normal !important;
    background: rgba(0, 60, 113, 0.7) !important;
    color: #fff !important;
    text-align: center !important;
}


.heading2 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    padding: 0;
}

    .heading2 span {
        color: #2e7ea0;
        font-weight: bold;
    }

.heading {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

    .heading:before {
        content: "";
        position: relative;
        width: 87px;
        display: block;
        margin-right: 14px;
        top: 14px;
        float: left;
        border-top: 2px solid;
    }

    .heading:after {
        content: "";
        position: relative;
        width: 87px;
        display: block;
        margin-left: 14px;
        top: 14px;
        float: left;
        border-top: 2px solid;
    }

.main-div {
    padding: 50px 0;
    background: #f2f7ff;
}

.overview h3 {
    padding-bottom: 15px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid#eee;
    font-size: 20px;
    font-weight: 600;
}

.overview {
    position: sticky;
    top: 120px;
    border: 1px solid #e5e5e5;
    border-top: 5px solid #2e7ea0;
    background: #fff;
    padding: 15px;
}

    .overview ul {
        margin-top: 10px;
        padding: 0;
    }

        .overview ul li {
            padding: 8px 0;
            margin: 0;
            display: block;
        }

            .overview ul li a {
                padding-left: 15px;
                margin: 0;
                display: block;
                color: #000;
                font-size: 14px;
                font-weight: 500;
                position: relative;
            }

                .overview ul li a::before {
                    content: "\f105";
                    font-family: FontAwesome;
                    position: absolute;
                    left: 0;
                }

                .overview ul li a:hover {
                    color: #2e7ea0;
                    margin-left: 5px;
                    transition: all 0.3s ease;
                }

 
.overview-tst {
    background: #fff;
    padding: 20px;
    border: 1px solid #dadada;
}

    .overview-tst img {
        padding: 15px 0;
    }

    .overview-tst h3 {
        font-size: 25px;
        margin: 0px;
        font-weight: normal;
        color: #333;
    }

    .overview-tst p {
        font-size: 16px;
        margin: 8px 0;
        line-height: 1.6;
    }

    .overview-tst .fa {
        color: #2e7ea0;
        font-size: 30px;
        rotate: 45deg;
    }

.banner {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
 
    .banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);  
        z-index: 1;
    }

    .banner .container {
        position: relative;
        z-index: 2;
    }


.slider-content {
    text-align: center;
}

    .slider-content h2 {
        color: #fff;
        margin-bottom: 5px;
    }

    .slider-content ul {
        margin: 0;
        padding: 0;
    }

        .slider-content ul li {
            margin: 0;
            padding: 0;
            letter-spacing: 0.2px;
            display: inline-block;
            color: #fff;
            font-weight: normal;
        }

            .slider-content ul li a {
                margin: 0 0 0 3px;
                padding: 0;
                color: #fff;
                font-size: 15px;
            }

                .slider-content ul li a:hover {
                    color: #fcb131;
                    transition: all 0.3s ease;
                }

ul.list {
    margin-top: 10px;
    padding: 0;
}

.list li {
    margin-bottom: 10px;
    padding-left: 25px;
    display: block;
    font-size: 16px;
    position: relative;
    line-height: 1.6;
    text-align: justify;
    color: #333;
}

    .list li::before {
        content: "\f0a9";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        color: #2e7ea0;
    }


.list-box {
    margin-top: 15px;
    padding: 0;
    list-style: none;
}

ul.list-box li {
    margin: 4px;
    display: inline-block;
    background: #fff;
    padding: 15px;
    width: 32%;
    height: 140px;
    vertical-align: middle;
    border: 1px solid #efefef;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 5px;
}

    ul.list-box li:hover {
        box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
    }

    ul.list-box li img {
        display: block;
        padding: 5px 0;
    }
.list-box li img {
    width: 50px;
    height: 60px;
}


.widget_getintuch ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_getintuch .fa-envelope:before {
    content: "\f0e0";
    font-size: 14px;
}

.widget_getintuch .fa-group:before,
.fa-users:before {
    font-size: 14px;
}

.widget_getintuch .fa-star:before {
    font-size: 15px;
}

.widget_getintuch li {
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

.widget_getintuch p {
    margin: 3px 0;
    padding: 0;
}

.widget_getintuch li a {
    color: #666;
    padding-right: 15px;
}

    .widget_getintuch li a:hover {
        text-decoration: underline !important;
        color: #355fa8;
    }

.widget_getintuch .fa {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #333;
    font-family: FontAwesome;
    rotate: none;
}

.widget_getintuch h6 {
    margin-top: 10px;
}

.box-red {
    background: #ed4c60;
    padding: 0;
    border-radius: 5px;
    margin: 0;
}

    .box-red h3 {
        background: #bd313d;
        color: #fff;
        font-size: 25px;
        padding: 7px 0;
        text-align: center;
        border-radius: 5px;
        font-weight: 600;
    }

    .box-red p {
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 10px 15px 20px;
        line-height: 1.4;
        letter-spacing: 0.5px;
    }

.blue {
    background: #7199d7;
}

    .blue h3 {
        background: #2e7ea0;
    }



/************** New Sec Start *****************/
.news-evet {
    padding: 70px 0;
    margin: 0;
    background: url(../images/news-event.jpg);
    background-size: cover;
}

.template-details h2 {
    font-size: 25px;
    background: #2e7ea0;
    color: #fff;
    padding: 8px 15px;
    margin: 0;
    font-weight: bold;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 4px;
        width: 1px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 15px 0;
    }

        ul.timeline > li:before {
            content: ' ';
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            background: #2e7ea0;
            left: 0px;
            width: 10px;
            height: 10px;
            z-index: 400;
        }

        ul.timeline > li a {
            color: #666;
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
            border-bottom: 1px solid #eee;
            display: block;
            padding-bottom: 5px;
        }

            ul.timeline > li a span {
                display: block;
                font-weight: bold;
            }

.LatestNews {
    width: 100%;
    height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    background-color: #fff;
    border: none;
    padding: 15px;
}

    .LatestNews::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border: 1px solid #fff;
        border-radius: 5px;
    }

    .LatestNews::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
        background-color: #ddd;
        border-radius: 5px;
    }

    .LatestNews::-webkit-scrollbar {
        width: 5px;
        background-color: #fff;
        border-radius: 5px;
    }

    .LatestNews::-webkit-scrollbar {
        width: 7px;
    }

    .LatestNews .fa {
        font-size: 14px;
        font-weight: normal;
        color: #bf0200;
    }


/*=================newsEvent===========*/

.newsEvent {
    padding: 70px 0;
    background: #eee;
}

.event-slide {
    background: #fff;
    margin: 0 15px 0 0;
    box-shadow: 0px 0px 3px #c4c6c8;
}

    .event-slide p {
        padding: 15px;
    }

    .event-slide .post-img {
        position: relative;
    }

    .event-slide .over-layer {
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        cursor: pointer;
        transition: all 0.30s ease 0s;
    }

    .event-slide:hover .over-layer {
        opacity: 1;
    }

    .event-slide .over-layer:after {
        content: "+";
        font-size: 52px;
        color: #fff;
        position: absolute;
        top: 40%;
        left: 45%;
    }

    .event-slide .post-img img {
        width: 100%;
        height: auto;
    }

    .event-slide .post-title {
        color: #000;
        font-size: 18px;
        padding: 0;
        margin: 15px 10px;
        padding-bottom: 30px;
    }

        .event-slide .post-title:before {
            content: "";
            border: 2px solid #2e7ea0;
            width: 18%;
            display: block;
            margin-bottom: 10px;
        }

        .event-slide .post-title a {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            display: inline-block;
            text-transform: capitalize;
            transition: all 0.3s ease 0s;
        }

            .event-slide .post-title a:hover {
                text-decoration: none;
                color: #2e7ea0;
            }

    .event-slide .post-date {
        text-transform: capitalize;
        padding: 15px;
    }

        .event-slide .post-date:before {
            content: "\f073";
            font-family: FontAwesome;
            font-weight: 900;
            margin-right: 7px;
            color: #e67e22;
        }

.owl-theme .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}

    .owl-theme .owl-controls .owl-buttons div {
        background: transparent !important;
        opacity: 1;
        border: 2px solid #fff;
        border-radius: 50px !important;
    }

.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    line-height: 30px;
}

    .owl-prev:before,
    .owl-next:before {
        content: "\f053";
        font-family: "FontAwesome";
        font-weight: 900;
    }

    .owl-next:before {
        content: "\f054"
    }

.owl-theme .owl-controls .owl-prev {
    position: absolute;
    left: 15px;
}

.owl-theme .owl-controls .owl-next {
    position: absolute;
    right: 15px;
}


/*********** News ************/


.bg-f4f6f9 {
    background: url(../images/deprtinfobg.jpg);
    padding: 70px 0;
}

.section-title {
    margin-bottom: 50px;
}

    .section-title p {
        text-align: center;
    }

.single-news-card {
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

    .single-news-card .news-img {
        overflow: hidden
    }

        .single-news-card .news-img img {
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

    /*.single-news-card .news-content {
    padding:15px
}*/

    .single-news-card .news-content .list2 {
        margin-bottom: 15px
    }

        .single-news-card .news-content .list2 ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .single-news-card .news-content .list2 ul li {
                display: inline-block;
                margin-right: 15px;
            }

.read-more-btn {
    font-size: 15px;
    color: #666;
}

    .read-more-btn .fa {
        position: relative;
        top: 0px;
        padding-left: 7px;
    }

.single-news-card .news-content .list2 ul li i {
    padding-right: 7px;
    color: #e32845
}

.single-news-card .news-content .list2 ul li a {
    color: #555
}

.single-news-card .news-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #2e7ea0;
    font-weight: bold;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.single-news-card:hover .news-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-news-card:hover .news-content h3 {
    color: #e32845
}

.single-news-card.style2 .news-content {
    background-color: #fff;
    padding: 30px;
}

.single-news-card.style3 {
    background-color: #fff;
    padding: 15px;
}

    .single-news-card.style3 .news-content {
        background-color: #fff;
    }



ul.MisionVision {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    text-align: center;
}

.MisionVision li {
    display: inline-block;
    margin: 0;
    padding: 60px 15px;
    width: 33%;
}

.box2 h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.box2 p {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
}

.box2 img {
    width: 60px;
    margin-bottom: 10px;
}

.target {
    background: #fff;
    padding: 40px;
    border-radius: 50%;
    position: absolute;
    width: 450px;
    left: 0;
    right: 0;
    bottom: -70px;
    margin: auto;
    box-shadow: 0 0 15px -3px rgb(0 0 0 / 20%);
}




/*************** images-hover-effect *****************/
.grid {
    width: 33%;
}

    .grid figure {
        position: relative;
        overflow: hidden;
        margin: 5px;
        background: #3085a3;
        text-align: center;
        cursor: pointer
    }

        .grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: .5
        }

        .grid figure figcaption {
            padding: 10px;
            color: #fff;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::after,
            .grid figure figcaption::before {
                pointer-events: none
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0
                }

        .grid figure h2 {
            word-spacing: -.15em;
            font-weight: 300
        }

            .grid figure h2 span {
                font-weight: 800
            }

        .grid figure h2,
        .grid figure p {
            margin: 0
        }

        .grid figure p {
            font-size: 13px;
            color: #fff;
            text-transform: capitalize;
            line-height: 1.6;
        }

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, transform .6s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-sarah:hover img {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-sarah figcaption {
    text-align: left
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: .5em 0
}

    figure.effect-sarah h2::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        content: '';
        -webkit-transition: -webkit-transform .95s;
        transition: transform .95s;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

figure.effect-sarah {
    background: #000;
}

    figure.effect-sarah img {
        max-width: none;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    figure.effect-sarah:hover img {
        opacity: .4;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    figure.effect-sarah figcaption {
        text-align: left;
    }

    figure.effect-sarah h2 {
        position: relative;
        overflow: hidden;
        padding: .5em 0;
        font-size: 18px;
        color: #fff;
    }

        figure.effect-sarah h2::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform .35s;
            transition: transform .35s;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }

    figure.effect-sarah:hover h2::after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    figure.effect-sarah p {
        padding: 1em 0;
        font-size: 15px;
        opacity: 0;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    figure.effect-sarah:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }


.main-timeline4 {
    overflow: hidden;
    position: relative;
}

    .main-timeline4:before {
        content: "";
        width: 5px;
        height: 100%;
        background: #333;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
    }

    .main-timeline4 .timeline-content:before,
    .main-timeline4 .timeline:before {
        top: 50%;
        transform: translateY(-50%);
        content: "";
    }

    .main-timeline4 .timeline {
        width: 50%;
        padding-left: 100px;
        float: right;
        position: relative;
    }

        .main-timeline4 .timeline:before {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #fff;
            border: 5px solid #333;
            position: absolute;
            left: -10px;
        }

    .main-timeline4 .timeline-content {
        display: block;
        padding-left: 150px;
        position: relative;
    }

        .main-timeline4 .timeline-content:before {
            width: 90px;
            height: 10px;
            border-top: 7px dotted #333;
            position: absolute;
            left: -92px;
        }

    .main-timeline4 .year {
        display: inline-block;
        width: 120px;
        height: 120px;
        line-height: 100px;
        border-radius: 50%;
        border: 10px solid #2e7ea0;
        font-size: 30px;
        color: #2e7ea0;
        text-align: center;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
    }

        .main-timeline4 .year:before {
            content: "";
            border-left: 20px solid #2e7ea0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            position: absolute;
            bottom: -13px;
            right: 0;
            transform: rotate(45deg);
        }

    .main-timeline4 .inner-content {
        padding: 20px 0;
    }

    .main-timeline4 .title {
        font-size: 24px;
        font-weight: 600;
        color: #2e7ea0;
        text-transform: uppercase;
        margin: 0 0 5px;
    }

    .main-timeline4 .description {
        font-size: 14px;
        color: #6f6f6f;
        margin: 0;
        text-align: left;
        font-weight: bold;
    }

    .main-timeline4 .timeline:nth-child(2n) {
        padding: 0 100px 0 0;
    }

        .main-timeline4 .timeline:nth-child(2n) .timeline-content:before,
        .main-timeline4 .timeline:nth-child(2n) .year,
        .main-timeline4 .timeline:nth-child(2n):before {
            left: auto;
            right: -10px;
        }

        .main-timeline4 .timeline:nth-child(2n) .timeline-content {
            padding: 0 150px 0 0;
        }

            .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
                right: -92px;
            }

        .main-timeline4 .timeline:nth-child(2n) .year {
            right: 0;
        }

            .main-timeline4 .timeline:nth-child(2n) .year:before {
                right: auto;
                left: 0;
                border-left: none;
                border-right: 20px solid #2e7ea0;
                transform: rotate(-45deg);
            }

    .main-timeline4 .timeline:nth-child(2) {
        margin-top: 110px;
    }

    .main-timeline4 .timeline:nth-child(odd) {
        margin: -110px 0 0;
    }

    .main-timeline4 .timeline:nth-child(even) {
        margin-bottom: 80px;
    }

    .main-timeline4 .timeline:first-child,
    .main-timeline4 .timeline:last-child:nth-child(even) {
        margin: 0;
    }


@media only screen and (max-width:1200px) {
    .main-timeline4 .year {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (max-width:990px) {
    .main-timeline4 .timeline {
        padding-left: 75px
    }

        .main-timeline4 .timeline:nth-child(2n) {
            padding: 0 75px 0 0
        }

    .main-timeline4 .timeline-content {
        padding-left: 130px
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0 130px 0 0
    }

    .main-timeline4 .timeline-content:before {
        width: 68px;
        left: -68px
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        right: -68px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline4 {
        overflow: visible
    }

        .main-timeline4:before {
            height: 100%;
            top: 0;
            left: 0;
            transform: translateX(0)
        }

        .main-timeline4 .timeline:before,
        .main-timeline4 .timeline:nth-child(2n):before {
            top: 60px;
            left: -9px;
            transform: translateX(0)
        }

        .main-timeline4 .timeline,
        .main-timeline4 .timeline:nth-child(even),
        .main-timeline4 .timeline:nth-child(odd) {
            width: 100%;
            float: none;
            text-align: center;
            padding: 0;
            margin: 0 0 10px
        }

            .main-timeline4 .timeline-content,
            .main-timeline4 .timeline:nth-child(2n) .timeline-content {
                padding: 0
            }

                .main-timeline4 .timeline-content:before,
                .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
                    display: none
                }

            .main-timeline4 .timeline:nth-child(2n) .year,
            .main-timeline4 .year {
                position: relative;
                transform: translateY(0)
            }

                .main-timeline4 .timeline:nth-child(2n) .year:before,
                .main-timeline4 .year:before {
                    border: none;
                    border-right: 20px solid #f54957;
                    border-top: 10px solid transparent;
                    border-bottom: 10px solid transparent;
                    top: 50%;
                    left: -23px;
                    bottom: auto;
                    right: auto;
                    transform: rotate(0)
                }

                .main-timeline4 .timeline:nth-child(2n) .year:before {
                    border-right-color: #1ebad0
                }

            .main-timeline4 .timeline:nth-child(3n) .year:before {
                border-right-color: #7cba01
            }

            .main-timeline4 .timeline:nth-child(4n) .year:before {
                border-right-color: #f8781f
            }

        .main-timeline4 .inner-content {
            padding: 10px
        }
}

.thumb {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px #2e7ea0;
    margin: 0;
    border-radius: var(--bs-border-radius);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .thumb img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }

    .thumb:last-child {
        margin-bottom: 30px;
    }

.disktop{
    display:none;
}