﻿.logo_caption {
    font-size: 32px;
    /* padding: 15px 15px 15px 15px;*/
    font-weight: 600;
    color: #fff !important;
    border: none;
}

.section-head .title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 54px;
    font-weight: 600;
}

body {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--it-ff-heading);
    color: var(--it-heading-primary);
    margin-top: 0;
    font-weight: 700;
    line-height: 1.1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

img {
    max-width: 100%
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

@media (max-width: 767px) {
    .logo_caption {
        font-size: 15px !important;
        padding: 5px !important;
        line-height: 1.2;
    }
}

.it-section-title-3 {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: var(--it-ff-poppins);
    margin-bottom: 0
}

    .it-section-title-3 span {
        color: var(--it-theme-2)
    }

@media only screen and (min-width: 1400px) and (max-width:1599px) {
    .it-section-title-3 {
        font-size: 42px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .it-section-title-3 {
        font-size: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .it-section-title-3 {
        font-size: 34px
    }

        .it-section-title-3 br {
            display: none
        }
}

@media (max-width: 767px) {
    .it-section-title-3 {
        font-size: 20px
    }

        .it-section-title-3 br {
            display: none
        }
}

.inner-about-style .it-section-title-3 span {
    color: var(--it-theme-1)
}

.it-category-4-content span {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #674df0;
    text-transform: uppercase
}

.mb-25 {
    margin-bottom: 25px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}
.mb-30 {
    margin-bottom: 30px
}

.pt-120 {
    padding-top: 12px;
}

.pb-90 {
    padding-top: 90px;
}

.it-section-subtitle-5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #674df0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    display: inline-block
}

    .it-section-subtitle-5 img {
        margin-right: 5px
    }

    .it-section-subtitle-5.yellow {
        color: var(--it-common-yellow)
    }

    .it-section-subtitle-5.sky {
        color: var(--it-theme-3)
    }

    .it-section-subtitle-5.purple {
        color: var(--it-theme-4)
    }

    .it-section-subtitle-5.orange {
        color: var(--it-theme-7)
    }

    .it-section-subtitle-5.teal {
        color: #22a3d1
    }

    .it-section-subtitle-5 i {
        margin-right: 5px;
        margin-left: 5px
    }

.it-btn-white.purple-2 {
    background-color: var(--it-theme-4);
    color: var(--it-common-white)
}

.ed-btn-square.purple-2 {
    background-color: var(--it-theme-4);
    color: var(--it-common-white)
}

.ed-btn-square:hover.purple-2 {
    color: var(--it-common-white);
    background-color: var(--it-theme-3)
}

.ed-about-style-2 .it-about-right-box {
    margin-left: -28px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .ed-about-style-2 .it-about-right-box {
        margin-left: 0
    }
}

.ed-about-shape-1 {
    position: absolute;
    right: 4%;
    top: 1%;
    z-index: -1;
    animation: zoom2 4s infinite
}

.ed-about-experience {
    position: absolute;
    top: 30%;
    left: 27%;
    height: 244px;
    width: 244px;
    border-radius: 50%;
    text-align: center;
    padding-top: 60px;
    background-color: var(--it-common-yellow);
    border: 5px solid var(--it-common-white)
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .ed-about-experience {
        transform: scale(.8);
        left: 20%;
        top: 25%
    }
}

.d-md-block {
    display: block !important
}

.pb-185 {
    padding-bottom: 185px;
}

.pt-185 {
    padding-top: 185px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.align-items-center {
    align-items: center !important
}

.ed-about-thumb-box {
    margin-right: 75px;
    padding-top: 300px;
}

.p-relative {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .ed-about-thumb-box {
        margin-bottom: 70px
    }
}

@media (max-width: 767px) {
    .ed-about-thumb-box {
        margin-right: 0;
        padding-top: 0;
        margin-bottom: 70px
    }
}

.ed-about-thumb-1 {
    text-align: end;
}

    .ed-about-thumb-1 img {
        border-radius: 10px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-about-thumb-2 {
        top: 2%;
        transform: scale(.7);
    }
}

.ed-about-thumb-2 {
    position: absolute;
    top: 0;
    left: -10%;
}

    .ed-about-thumb-2 img {
        border-radius: 10px;
    }

.ed-about-thumb-3 {
    position: absolute;
    left: 46%;
    top: 8.3%;
}

    .ed-about-thumb-3 img {
        border-radius: 10px;
    }

.ed-about-shape-1 {
    position: absolute;
    right: 4%;
    top: 1%;
    z-index: -1;
    animation: zoom2 4s infinite;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-about-experience {
        transform: scale(.8);
        left: 20%;
        top: 25%;
    }
}

.ed-about-experience {
    position: absolute;
    top: 27%;
    left: 20%;
    height: 244px;
    width: 244px;
    border-radius: 50%;
    text-align: center;
    padding-top: 40px;
    background-color: #ffb71c;
    border: 5px solid #fff;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.ed-about-experience span {
    font-weight: 500;
    font-size: 25px;
}

    .ed-about-experience span b {
        font-size: 50px;
        color: #000;
    }

@media (min-width: 1200px) {
    .ed-about-thumb-1 {
        text-align: left;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1899px) {
    .ed-about-thumb-3 {
        position: absolute;
        left: 56%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-about-thumb-3 {
        position: absolute;
        left: 46%;
    }
}

.ed-btn-yellow {
    display: inline-block;
    padding: 0 25px;
    padding-right: 80px;
    height: 40px;
    line-height: 40px;
    position: relative;
    transition: 0.3s;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #000 !important;
    background-color: #ffb71c;
    border-radius: 200px;
}

    .ed-btn-yellow i {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        transition: 0.3s;
        color: #000;
        background-color: #ffb71c;
    }

    .ed-btn-yellow:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #383741;
    }

        .ed-btn-yellow:hover i {
            color: #fff;
            background-color: #FEB65C;
        }

a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ed-section-title {
        font-size: 38px;
    }
}

.ed-section-title {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1.3;
}

.ed-about-style-2 .it-about-right-box {
    margin-left: -28px;
}

.pb-15 {
    padding-bottom: 15px;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.it-about-content h5 {
    font-size: 17px;
    text-transform: uppercase;
}

.it-about-content p {
    font-size: 17px;
    line-height: 32px;
    color: #000;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-about-content p {
        font-size: 14px;
        line-height: 26px;
    }

    .ed-section-title {
        font-size: 30px;
    }
    it-about-text p {
        font-size: 16px;
    }
}

.it-funfact-4-area {
   /* background-color: #ffb71c;*/
    /*background-image: url("~/images/testimonial-bg.jpg");*/
}

.fix {
    overflow: hidden;
}

.pb-45 {
    padding-bottom: 45px;
}

.pt-75 {
    padding-top: 75px;
}

.it-funfact-4-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.it-funfact-4-shape-2 {
    position: absolute;
    bottom: 10%;
    left: 2%;
}

.it-funfact-4-wrap {
    height: 250px;
    width: 250px;
    line-height: 250px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

.it-funfact-4-item h4 {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    font-family: var(--it-ff-poppins);
}

.it-funfact-4-item p {
    font-size: 16px;
    font-weight: 500;
    color: #2fc7a1;
    margin-bottom: 0;
}

.it-funfact-4-wrap {
    height: 200px;
    width: 200px;
    line-height: 250px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .it-funfact-4-wrap {
        height: 220px;
        line-height: 220px
    }
}

.ed-about-thumb-box {
    margin-right: 75px;
    /*padding-top: 50px*/
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .ed-about-thumb-box {
        margin-bottom: 70px
    }
}

@media (max-width: 767px) {
    .ed-about-thumb-box {
        margin-right: 0;
        padding-top: 0;
        margin-bottom: 70px
    }
}

.ed-about-thumb-1 {
    text-align: end
}

    .ed-about-thumb-1 img {
        border-radius: 10px
    }

@media (max-width: 767px) {
    .ed-about-thumb-1 img {
        width: 100%
    }
}

.ed-about-thumb-2 {
    position: absolute;
    top: 0;
    left: -10%
}

    .ed-about-thumb-2 img {
        border-radius: 10px
    }

@media (max-width: 767px) {
    .ed-about-thumb-2 img {
        width: 100%
    }
}

@media only screen and (min-width: 1400px) and (max-width:1599px) {
    .ed-about-thumb-2 {
        left: 0
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .ed-about-thumb-2 {
        top: 2%;
        transform: scale(.7)
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .ed-about-thumb-2 {
        transform: scale(.8)
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .ed-about-thumb-2 {
        left: 0
    }
}

@media (max-width: 767px) {
    .ed-about-thumb-2 {
        position: static;
        margin: 20px 0
    }
}

.ed-about-thumb-3 {
    position: absolute;
    left: 46%;
    top: 8.3%
}

@media only screen and (min-width: 1400px) and (max-width:1599px) {
    .ed-about-thumb-3 {
        left: 55%
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .ed-about-thumb-3 {
        left: 55%
    }
}

@media (max-width: 767px) {
    .ed-about-thumb-3 {
        position: static
    }
}

.ed-about-thumb-3 img {
    border-radius: 10px
}

@media (max-width: 767px) {
    .ed-about-thumb-3 img {
        width: 100%
    }

    .d-none {
        display: none !important;
    }

    .it-about-content-wrapper {
        flex-wrap: wrap;
    }

    .ed-section-title {
        font-size: 27px;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .it-category-4-area {
        margin: 30px 0;
    }
    
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .ed-about-style-2 .it-about-right-box {
        margin-left: 0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-text p {
        font-size: 16px;
    }
}

.mb-20 {
    margin-bottom: 20px;
}
/*counter*/

ul.counter_bar {
    width: 100%;
    padding: 0;
    margin: 0px 0px;
    color: #545454;
}

    ul.counter_bar li {
        list-style: none;
        display: block;
        padding: 10px 20px;
        margin: 0px 15px 10px;
        vertical-align: middle;
        font-size: 16px;
        color: #000;
        background: transparent;
        float: left;
        width: 100%;
        position: relative;
        width: 22%;
    }

        ul.counter_bar li:nth-child(3) {
            border-right: 0px !important;
        }

        ul.counter_bar li .fa {
            font-size: 62px;
            color: #fff;
            /*float: left;*/
            display: inline-block;
            bottom: 20px;
            right: 10px;
            margin-left: 3px;
        }

        ul.counter_bar li .plus {
            float: right;
            font-size: 32px;
            color: #fff;
            position: relative;
            bottom: 0px;
            top: 8px;
            margin-left: 15px;
        }

        ul.counter_bar li h2 {
            font-size: 32px;
            color: #000;
            position: relative;
            display: inline-block;
        }

            ul.counter_bar li h2 span {
                padding-top: 5px;
                width: 100%;
                display: block;
                text-transform: none;
                color: #000;
                font-size: 22px;
                font-weight: 600;
            }

        ul.counter_bar li i.numscroller {
            display: inline-block;
            font-style: normal;
            font-weight: bolder;
            font-size: 40px;
            font-weight: 700;
            padding: 0;
            /*font-family: cursive;*/
        }

@media(max-width:767px) {
    h1 {
        font-size: 1.5rem;
    }

    h2, .h2 {
        font-size: 1.48rem !important;
    }

    h3, .h3 {
        font-size: 1.3rem !important;
    }

    h4, .h4 {
        font-size: 1.2rem !important;
    }

    ul.counter_bar li {
        margin: 0 0px 10px !important;
        width: 100% !important;
        padding: 10px 1px !important;
        border-right: 0 !important;
    }

    .it-funfact-4-wrap {
        margin: 0 65px;
    }
    .ed-funfact-wrap .it-funfact-item.border-style-1::after {
        height:0!important;
        border: 0px dashed #0e2a46 !important;
    }
}

.it-category-4-area {
    margin: 70px 0;
}
@media (max-width: 991px) {
    .header {
        margin-bottom: 4px;
    }
}

/*
=====================================================================================================================================================
Gallery
=====================================================================================================================================================
*/

.card-activities {
    border: 1px solid #ddd;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    margin-bottom: 5px;
}

    .card-activities .activities-pic {
        display: block;
        overflow: hidden;
    }

        .card-activities .activities-pic img {
            max-width: 100%;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .3s ease-in-out;
            transition: .5s ease-in-out;
        }

    .card-activities:hover .activities-pic img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .card-activities .activities-data {
        padding: 10px;
        background: #ffb71c;
    }

        .card-activities .activities-data h2 {
            color: #000;
            font-size: 14px;
            padding: 0;
            margin: 0;
            font-weight: 600;
        }

    .card-activities a {
        text-decoration: none;
    }
.p-2 {
    padding: 0.5rem !important;
}
.magzine-box {
    background: #000;
}
.it-category-4-icon span img{
    border-radius: 50%;
}

.ed-funfact-wrap .it-funfact-item.border-style-1 {
    position: relative
}

    .ed-funfact-wrap .it-funfact-item.border-style-1::after {
        position: absolute;
        content: "";
        top: 50%;
        right: -15%;
        width: 1px;
        height: 162px;
        transform: translateY(-50%);
        border: 1px dashed #0e2a46
    }

.ed-funfact-wrap .it-funfact-icon span {
    background-color: #fc9f0b;
    position: relative;
    margin: 10px;
    margin-bottom: 0
}

    .ed-funfact-wrap .it-funfact-icon span::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        border: 1px dashed #0e2a46;
        transform: scale(1.25)
    }

.ed-funfact-wrap .it-funfact-content h6 {
    margin-bottom: 10px
}

.ed-funfact-wrap .it-funfact-content span {
    font-size: 21px;
    font-weight: 500;
    color: var(--it-common-black)
}
.it-funfact-icon span {
    height: 78px;
    width: 78px;
    line-height: 89px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    background-color: var(--it-common-white);
    color: var(--it-common-black);
    font-size: 38px;
    border-radius: 50%
}
@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .it-funfact-bg-wrap {
        border-radius: 0
    }

    .it-funfact-item {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .it-funfact-content h6 {
        font-size: 35px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .it-funfact-content h6 {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .it-funfact-content h6 {
        font-size: 35px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .it-funfact-content h6 {
        font-size: 29px;
        margin-bottom: 5px
    }
   
}
.nav > li.dropdown > a {
    padding-right: 6px !important;
    
}
.text-white{
    color:#fff;
}
.back-to-Institute-title  {
    background: #1e1e1e;
}
    .back-to-Institute-title h5 {
    background: #1e1e1e;
    margin-bottom: 0px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    padding: 0px;
    margin: 0;
    color: #fff;
}
.TeachingStaff{
    width:188px;
}
    .TeachingStaff img {
        width: 185px;
        height:245px
    }
    .TeachingStaff strong {
        border-bottom: solid #000 1px;
    }
.TeachingStaff p{
    margin: 0;
    font-size:14px;
}
.card-activities .activities-pic img {
    max-width: 320px;
    max-height: 230px;
}
.card-rounded-img {
    /* height: 279px;
    width: 298px;*/
    /* border: 1px solid #ddd; */
    /* box-shadow: 0px 2px 3px rgb(158 158 158 / 39%); */
    /* margin-bottom: 5px; */
    border-radius: 50%;
}

    .card-rounded-img .activities-pic {
        display: block;
        overflow: hidden;
    }

        .card-rounded-img .activities-pic img {
            max-width: 100%;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .3s ease-in-out;
            transition: .5s ease-in-out;
        }

    .card-rounded-img:hover .activities-pic img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .card-rounded-img .activities-data {
        padding: 10px 10px;
        /* background: #005f9b;*/
    }
.rounded-img img {
    width: 200px;
    height: auto;
    border-radius: 50%;
}
.topper-name {
    font-size: 20px;
    color: black;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.topper-year {
    font-size: 20px;
    color: darkblue;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.topper-marks {
    font-size: 20px;
    color: forestgreen;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.tbl-btn-yellow {
    display: inline-block;
    padding: 2px 10px;
    padding-right: 35px;
    height: 30px;
    line-height: 25px;
    position: relative;
    transition: 0.3s;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #000 !important;
    background-color: #ffb71c;
    border-radius: 200px;
}

    .tbl-btn-yellow:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #383741;
    }

    .tbl-btn-yellow i {
        position: absolute;
        top: 0;
        right: -2px;
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 25px;
        border-radius: 50%;
        text-align: center;
        transition: 0.3s;
        color: #000;
        background-color: #ffb71c;
    }

    .tbl-btn-yellow:hover i {
        color: #fff;
        background-color: #FEB65C;
    }
@media(max-width:767px) {
    .section_heading h2, .section_heading h1 {
        font-size: 16px !important
    }
    .TeachingStaff {
        padding: 10px 66px;
        width: 315px;
    }
    .spacer3-hidden-sm {
        clear: both;
        width: 100%;
        height: 0px!important;
    }
    .img-fluid img {
        padding: 0 70px !important
    }
    .logo-inline h2 small {
        font-size: 12px!important;
    }
    .timeline__event__content_75-h  {
        height: auto!important;
    }
    .timeline__event__content_130-h {
        height: auto !important;
    }
    .timeline__event__icon img{
        padding:50px 0;
    }
    .magzine-box .magzine-icon, .magzine-box .magzine-data {
        padding: 0px 10px 15px!important;
    }

}
.spacer3-hidden-sm {
    clear: both;
    width: 100%;
    height: 30px;
}
.img-fluid strong {
    border-bottom: solid #000 1px;
}
.breadcrumb li.active {
    font-weight: 700;
}
#offcanvas-subtoggle {
    border-radius: 5px;
}
.navbar-subtoggle .fa {
    margin: 2px;
}
/******************* Timeline(15-NOV-2024) *****************/

.main-timeline {
    position: relative
}

    .main-timeline:before {
        content: "";
        width: 5px;
        height: 100%;
        border-radius: 20px;
        margin: 0 auto;
        background: #242922;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .main-timeline .timeline {
        display: inline-block;
        margin-bottom: 50px;
        position: relative
    }

        .main-timeline .timeline:before {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 4px solid #fff;
            background: #ec496e;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            transform: translate(-50%,-50%)
        }

    .main-timeline .timeline-icon {
        display: inline-block;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        border: 3px solid #ec496e;
        padding: 13px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translateY(-50%)
    }

        .main-timeline .timeline-icon i {
            display: block;
            border-radius: 50%;
            background: #ec496e;
            font-size: 64px;
            color: #fff;
            line-height: 100px;
            z-index: 1;
            position: relative
        }

        .main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
            content: "";
            width: 100px;
            height: 4px;
            background: #ec496e;
            position: absolute;
            top: 50%;
            right: -100px;
            transform: translateY(-50%)
        }

        .main-timeline .timeline-icon:after {
            width: 70px;
            height: 50px;
            background: #fff;
            top: 89px;
            right: -30px
        }

    .main-timeline .timeline-content {
        width: 50%;
        padding: 0 50px;
        margin: 52px 0 0;
        float: right;
        position: relative
    }

        .main-timeline .timeline-content:before {
            content: "";
            width: 70%;
            height: 100%;
            border: 3px solid #ec496e;
            border-top: none;
            border-right: none;
            position: absolute;
            bottom: -13px;
            left: 35px
        }

        .main-timeline .timeline-content:after {
            content: "";
            width: 37px;
            height: 3px;
            background: #ec496e;
            position: absolute;
            top: 13px;
            left: 0
        }

    .main-timeline .title {
        font-size: 20px;
        font-weight: 600;
        color: #ec496e;
        text-transform: uppercase;
        margin: 0 0 5px
    }

    .main-timeline .description {
        display: inline-block;
        font-size: 16px;
        color: #404040;
        line-height: 20px;
        letter-spacing: 1px;
        margin: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: auto;
        right: 30%
    }

        .main-timeline .timeline:nth-child(even) .timeline-icon:before {
            right: auto;
            left: -100px
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon:after {
            right: auto;
            left: -30px
        }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: left
    }

        .main-timeline .timeline:nth-child(even) .timeline-content:before {
            left: auto;
            right: 35px;
            transform: rotateY(180deg)
        }

        .main-timeline .timeline:nth-child(even) .timeline-content:after {
            left: auto;
            right: 0
        }

    .main-timeline .timeline:nth-child(2n) .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-icon i, .main-timeline .timeline:nth-child(2n) .timeline-icon:before, .main-timeline .timeline:nth-child(2n):before {
        background: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        border-color: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .title {
        color: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        border-left-color: #f9850f;
        border-bottom-color: #f9850f
    }

    .main-timeline .timeline:nth-child(3n) .timeline-content:after, .main-timeline .timeline:nth-child(3n) .timeline-icon i, .main-timeline .timeline:nth-child(3n) .timeline-icon:before, .main-timeline .timeline:nth-child(3n):before {
        background: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .timeline-icon {
        border-color: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .title {
        color: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .timeline-content:before {
        border-left-color: #8fb800;
        border-bottom-color: #8fb800
    }

    .main-timeline .timeline:nth-child(4n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
        background: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .timeline-icon {
        border-color: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .title {
        color: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .timeline-content:before {
        border-left-color: #2fcea5;
        border-bottom-color: #2fcea5
    }

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }

        .main-timeline:before {
            left: 80px;
            right: 0;
            margin: 0
        }

        .main-timeline .timeline {
            margin-bottom: 70px
        }

            .main-timeline .timeline:before {
                top: 0;
                left: 83px;
                right: 0;
                margin: 0
            }

        .main-timeline .timeline-icon {
            width: 60px;
            height: 60px;
            line-height: 40px;
            padding: 5px;
            top: 0;
            left: 0
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon {
            left: 0;
            right: auto
        }

            .main-timeline .timeline-icon:before, .main-timeline .timeline:nth-child(even) .timeline-icon:before {
                width: 25px;
                left: auto;
                right: -25px
            }

            .main-timeline .timeline-icon:after, .main-timeline .timeline:nth-child(even) .timeline-icon:after {
                width: 25px;
                height: 30px;
                top: 44px;
                left: auto;
                right: -5px
            }

        .main-timeline .timeline-icon i {
            font-size: 30px;
            line-height: 45px
        }

        .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
            width: 100%;
            margin-top: -15px;
            padding-left: 130px;
            padding-right: 5px
        }

        .main-timeline .timeline:nth-child(even) .timeline-content {
            float: right
        }

            .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
                width: 50%;
                left: 120px
            }

            .main-timeline .timeline:nth-child(even) .timeline-content:before {
                right: auto;
                transform: rotateY(0)
            }

            .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(even) .timeline-content:after {
                left: 85px
            }
}

@media only screen and (max-width:479px) {
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

        .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
            left: 99px
        }

        .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after {
            left: 65px
        }
}



/******************* Timeline Demo - 4 *****************/
a {
    text-decoration: none
}

h4 {
    text-align: center;
    margin: 30px 0;
    color: #444
}
.main-timeline4 {
    overflow: hidden;
    position: relative
}

    .main-timeline4:before {
        content: "";
        width: 5px;
        height: 81%;
        background: #333;
        position: absolute;
        top: 70px;
        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: 13px;
        padding-top:30px;
        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: 110px;
        position: relative
    }

       /* .main-timeline4 .timeline-content:before {
            width: 90px;
            height: 10px;
            border-top: 7px dotted #333;
            position: absolute;
            left: -92px
        }*/

    .main-timeline4 .year {
        font-weight: 600;
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 75px;
        border-radius: 50%;
        border: 10px solid #f54957;
        font-size: 30px;
        color: #f54957;
        text-align: center;
        box-shadow: inset 0 0 10px rgba(0,0,0,.4);
        position: absolute;
        top: 0;
        left: 0
    }

        .main-timeline4 .year:before {
            content: "";
            border-left: 20px solid #f54957;
            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: 19px;
        font-weight: 600;
        color: #f54957;
        text-transform: uppercase;
        margin: 0 0 5px
    }

    .main-timeline4 .description {
        font-size: 15px;
        font-weight: 600;
        color: #6f6f6f;
        margin: 0 0 5px
    }

    .main-timeline4 .timeline:nth-child(2n) {
        padding: 30px 13px 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 110px 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 #f54957;
                transform: rotate(-45deg)
            }

    .main-timeline4 .timeline:nth-child(2) {
        margin-top: 110px
    }

    .main-timeline4 .timeline:nth-child(odd) {
        margin: -120px 0 0
    }

    .main-timeline4 .timeline:nth-child(even) {
        margin-bottom: 70px
    }

    .main-timeline4 .timeline:first-child, .main-timeline4 .timeline:last-child:nth-child(even) {
        margin: 0
    }

    .main-timeline4 .timeline:nth-child(2n) .year {
        border-color: #1ebad0;
        color: #1ebad0
    }

    .main-timeline4 .timeline:nth-child(2) .year:before {
        border-right-color: #1ebad0
    }

    .main-timeline4 .timeline:nth-child(2n) .title {
        color: #1ebad0
    }

    .main-timeline4 .timeline:nth-child(3n) .year {
        border-color: #7cba01;
        color: #7cba01
    }

    .main-timeline4 .timeline:nth-child(3) .year:before {
        border-left-color: #7cba01
    }

    .main-timeline4 .timeline:nth-child(3n) .title {
        color: #7cba01
    }

    .main-timeline4 .timeline:nth-child(4n) .year {
        border-color: #f8781f;
        color: #f8781f
    }

    .main-timeline4 .timeline:nth-child(4) .year:before {
        border-right-color: #f8781f
    }

    .main-timeline4 .timeline:nth-child(4n) .title {
        color: #f8781f
    }

@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 .timeline:nth-child(5n) .year:before {
                border-right-color: #9c27b0a3
            }
            .main-timeline4 .timeline:nth-child(6n) .year:before {
                border-right-color: #9c27b0a3
            }
            .main-timeline4 .timeline:nth-child(7n) .year:before {
                border-right-color: #009688
            }
        .main-timeline4 .inner-content {
            padding: 10px
        }
}
.main-timeline .timeline:nth-child(5n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}

.main-timeline .timeline:nth-child(5n) .timeline-icon {
    border-color: #2fcea5
}

.main-timeline .timeline:nth-child(5n) .title {
    color: #2fcea5
}

.main-timeline .timeline:nth-child(5n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}


.main-timeline4 .timeline:nth-child(5n) .year {
    border-color: #9c27b0a3;
    color: #9c27b0a3
}

.main-timeline4 .timeline:nth-child(5) .year:before {
    border-left-color: #9c27b0a3!important;
}

.main-timeline4 .timeline:nth-child(5n) .title {
    color: #9c27b0a3
}
.main-timeline .timeline:nth-child(6n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
    background: #009688
}

.main-timeline .timeline:nth-child(6n) .timeline-icon {
    border-color: #009688
}

.main-timeline .timeline:nth-child(6n) .title {
    color: #009688
}

.main-timeline .timeline:nth-child(6n) .timeline-content:before {
    border-left-color: #009688;
    border-bottom-color: #009688
}


.main-timeline4 .timeline:nth-child(6n) .year {
    border-color: #009688;
    color: #009688
}

.main-timeline4 .timeline:nth-child(6) .year:before {
    border-right-color: #009688
}

.main-timeline4 .timeline:nth-child(6n) .title {
    color: #009688
}

.main-timeline .timeline:nth-child(7n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
    background: #ffae00
}

.main-timeline .timeline:nth-child(7n) .timeline-icon {
    border-color: #ffae00
}

.main-timeline .timeline:nth-child(7n) .title {
    color: #ffae00
}

.main-timeline .timeline:nth-child(7n) .timeline-content:before {
    border-left-color: #ffae00;
    border-bottom-color: #ffae00
}


.main-timeline4 .timeline:nth-child(7n) .year {
    border-color: #ffae00;
    color: #ffae00
}

.main-timeline4 .timeline:nth-child(7) .year:before {
    border-left-color: #ffae00
}

.main-timeline4 .timeline:nth-child(7n) .title {
    color: #ffae00
}




/*top 10*/
/*.timeline_top10:before {
    content: "";
    width: 6px;
    height: 125%;
    background: #e6dede;
    position: absolute;
    top: -26px;
    left: -1%;
    transform: translateX(-50%);
}*/
.timeline_top10{
    padding:10px
}

.timeline__event {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgb(0 0 0 / 16%);
}
    .timeline__event:before {
        width: 5rem;
        height: 5rem;
        position: absolute;
        background: #f6a4ec;
        border-radius: 100%;
        left: 2rem;
        top: 50%;
        transform: translateY(-50%);
        border: 2px solid #9251ac;
    }

.timeline__event__icon {
    border-radius: 8px 0 0 8px;
    background: #0becd7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 10%;
    font-size: 2rem;
    color: #0becd7;
    padding: 10px ;
}
.timeline__event__date {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
}
.timeline__event__content {
    padding: 10px;
}
.timeline__event__description {
    flex-basis: 60%;
}

/*.timeline__event__title :after {
    content: "";
    width: 2px;
    height: 100%;
    background: #9251ac;
    position: absolute;
    top: 52%;
    left: -3.5rem;
    z-index: -1;
}*/

.timeline__event__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #00766b;
    letter-spacing: 1.5px;
}


@media (min-width: 1200px) {
    .container {
        width: 1270px;
    }
}
@media (min-width: 1500px) {
    .container {
        width: 1540px;
    }
}

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
    position: relative;
}

.dlab-tilte-inner {
    display: inline-block;
}

    .dlab-tilte-inner.skew-title:after {
        content: "";
        position: absolute;
        right: -15px;
        top: 0;
        width: 50px;
        height: 100%;
        z-index: -1;
        background-color: var(--color-primary);
        -moz-transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
    }

.dlab-box[class*="border-"],
.dlab-info[class*="border-"] {
    border-color: #eee;
}

.dlab-info.border-1,
.dlab-info.border-2,
.dlab-info.border-3,
.dlab-info.border-4,
.dlab-info.border-5 {
    border-top: none;
}
/*== before & after for line css ==*/

.left-border,
.right-border {
    position: relative;
}

    .left-border:before,
    .right-border:before {
        content: "";
        position: absolute;
        top: 5px;
        width: 1px;
        height: 90%;
        background: #CCC;
    }

    .right-border:before {
        right: 0;
    }
.dlab-info :hover {
    height: 210px;
    padding: 16px 5px;
    line-height: 1.5;
    color: #fff !important;
    background: #555;
}

.h-175 {
    height: 175px;
}

.dlab-info p {
    font-size: 16px;
}

    .dlab-info p b {
        font-size: 18px;
    }
.p-t20 {
    padding-top: 20px;
}
ul.leftmenu > li.active a {
    background: #ffb71c;
    font-weight:600;
}
.logo-inline h2 small {
    font-size: 20px;
}
.timeline__event__content_75-h{
height:80px;
}
.timeline__event__content_130-h {
    height: 130px;
}
.nav > li > a.active, .nav > li > a:hover {
    background: #1e1e1e!important;
    color: #fff!important;
}
.footer h3, .footer h4 {
color:#fff;
}
.heading h2, .heading h1 {
    font-size: 30px;
}
p, ul.leftmenu a  {
    font-size: 16px;
}
/*strong {
    font-size: 20px;
    color: #383741;
}*/
.sub-heading {
    font-size: 20px;
    color: #383741;
}

@media (min-width: 1200px) {
    .tp-caption {
        left: 300px;
    }
}

@media (min-width: 1500px) {
    .tp-caption {
        left: 570px;
    }
}
body {
    padding-top: 130px;
}
@media (min-width: 992px) {
    .nav > li > a {
        padding: 5px 10px !important;
    }
}
.navbar-nav li a:hover, .navbar-nav li a.active {
    color: #fff;
}
.th {
    background: #727272;
}