@media (min-width: 1400px) {

    /*Home Page*/
    .section-homslider {
        height: 100%
    }
}

@media (min-width: 1200px) {

    /*Home Page*/
    .section-homslider {
        height: 100%
    }

    .card-committee.two .image {
        max-width: 150px;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {

    /*Home Page*/
    .section-homslider {
        height: 100%
    }

    .section-homslider-content {
        padding: 100px 0 0
    }

    .hero__persons {
        width: 400px;
        margin: 0 auto 20px;
        padding-top: 0;
    }

    .hero__persons-item {
        margin-bottom: 20px;
    }

    .hero__persons-item:before {
        width: 150px;
        height: 150px
    }

    .hero__persons-img {
        width: 120px;
        height: 120px;
    }

    .hero__persons-img img {
        width: 100% !important;
        height: 100% !important;
    }

    #cd-timeline::before {
        top: 130px;
        left: 70px
    }

    .AANSIM-100 {
        position: relative;
        right: 120px;
        bottom: 50px;

    }


}

@media (max-width: 991px) {
    .navigation {
        background-color: #027d97;
		    margin-top: 0px;
    }
	
	 .navigation1 {
        background-color: #ffffff;
	/* 	margin-top: -112px; */
	  position: fixed;
    }
	
	.fixed-top1 {
    position: fixed; 
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #132856;
    border-top: 1px solid #132856;
    margin-top: 0px;
	  margin-left: 0px;
    width: 100%;
    /* height: 42px; */
}

    .navbar {
        height: inherit;
    }

    .navbar-collapse {
        /* height: 85vh; */
      /*   overflow: scroll; */
    }

    .navbar-brand {
        width: 32%;
        margin-top: 0;
	margin-left: 1px;
    }

    .navbar-toggler {
        background-color: #ffffff;
    }

    .dropdown-toggle::after {
        float: right;
        margin-top: 5px
    }

    /*.navbar-nav .dropdown-menu{position: relative;}*/
    header.sticky .navigation .navbar-brand {
        margin-top: 0;
        /* width: 50px; */
    }

    .dropdown-menu:before {
        position: relative;
        display: none
    }

    /*Page Header*/
    .page-header > .overlay {
        padding: 120px 0 30px;
    }

    .page-header > .overlay .page-title {
        font-size: 30px;
        margin-bottom: 0
    }

    /*Home Page*/
    .section-homslider {
        height: 100%
    }

    .section-homslider-content {
        padding: 80px 0 0
    }

    .hero__persons {
        width: 100%;
        margin: 0 0px 15px;
        padding-top: 0;
    }

    .hero__persons-item {
        margin-bottom: 10px;
    }

    .hero__persons-item:before {
        width: 110px;
        height: 110px
    }

    .hero__persons-img {
        width: 90px;
        height: 90px;
    }

    .hero__persons-img img {
        width: 100% !important;
        height: 100% !important;
    }

    .countdown-timer {
        width: 95%;
        padding: 9px 20px 5px;
    }

    #cd-timeline::before {
        left: 60px
    }
    
    .AANSIM-100 {
    position: relative;
    right: 80px;
    bottom: 0;
    display: block;
    margin: 0 auto;
}
}

/*@media (min-width: 768px & max-width: 1024px ) {*/
@media screen and (min-device-width: 768px) and (max-device-width: 980px) {
    .committee-title h4.remove-margin {
        margin: 10px 0 15px;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 51px 0;
    }

    .section-striped > .container {
        padding: 0 30px
    }

    .card-committee.two .image {
        max-width: 250px;
        margin: 0 auto;
    }

    /*Home Page*/
    .section-homslider {
        height: 100%
    }

    .section-homslider-content {
        padding: 70px 0 0;
    }

    .section-homslider-content h2 {
        font-size: 20px
    }

    .section-homslider-content p {
        font-size: 18px;
        margin-bottom: 2px
    }

    .section-homslider-content .joint-block h2 + h2 {
        font-size: 40px
    }

    .section-homslider-content .btn {
        font-size: 14px
    }

    .section-welcome h2 {
        font-size: 30px
    }

    .title-span {
        font-size: 30px
    }

    .hero__persons {
        width: 100%;
        margin: 0 0px 15px;
        padding-top: 0;
    }

    .hero__persons-item {
        margin-bottom: 10px;
    }

    .hero__persons-item:before {
        width: 110px;
        height: 110px
    }

    .hero__persons-img {
        width: 90px;
        height: 90px;
    }

    .hero__persons-img img {
        width: 100% !important;
        height: 100% !important;
    }

    .countdown-timer {
        width: 95%;
        padding: 9px 20px 5px;
    }

    .countdown-timer b {
        font-size: 30px
    }

    .countdown-timer > div {
        font-size: 15px
    }

    .section__title {
        white-space: normal;
        font-size: 24px;
        margin-bottom: 30px
    }

    #cd-timeline::before {
        left: 35px;
        top: 80px;
    }

    .card-faculty {
        padding: 5px
    }

    .card-faculty .faculty-content .name {
        font-size: 16px
    }


    .card-package.two:before {
        transform: skewY(-3deg);
    }

    .card-package.two:after {
        background: repeating-linear-gradient(-40deg, #f3f3f3, #f3f3f3 1px, transparent 1px, transparent 4px);
        background-color: #fff;
        transform: skewY(-3deg);
    }

    .card-package > .card-body > .card-title {
        font-size: 24px
    }

    .card-package > .card-body ul li .row {
        height: auto
    }

    .card-package > .card-body ul li .category {
        font-size: 12px
    }

    .card-package.two > .card-body ul li .row h4 {
        font-size: 18px
    }

    .card-package.two > .card-body ul li .row {
        height: auto;
    }

    .card-package.two > .card-body ul li .row .col-6 .row p + span {
        font-size: 14px
    }

    .supported-row {
        justify-content: center
    }

    .supported-row > div {
        flex-basis: auto;
        width: 100%;
        margin-bottom: 10px
    }

    /*Page Header*/
    .page-header > .overlay {
        padding: 120px 0 20px
    }

    .page-header > .overlay .page-title {
        font-size: 24px;
        text-transform: uppercase;
    }

    /*Messgae Page*/
    .faculty-message {
        margin-top: 20px
    }

    .faculty-message:before {
        position: absolute;
        content: '';
        border-top: 10px solid transparent;
        border-bottom: 10px solid rgb(255, 255, 255, 1);
        border-right: 10px solid rgba(255, 255, 255, 0.02);
        border-left: 10px solid transparent;
        left: 50%;
        margin-left: -10px;
        top: -20px;
    }

    /*Highlishts Page*/
    .highlights-box {
        border-bottom: 0;
        box-shadow: none;
        padding: 0px
    }

    .res-tab-content .tab-pane {
        margin-top: 10px
    }

    .res-tab-content .tab-pane:first-child {
        margin-top: 0
    }

    footer > .overlay {
        padding-top: 30px
    }

    .foo-widget {
        padding: 35px 0 15px 10px;
    }

    .foo-title h4 {
        font-size: 20px
    }

    /*Datalabel-table*/
    table.datalabel-table {
        background-color: transparent !important;
        border: 0
    }

    table.datalabel-table thead {
        display: none
    }

    table.datalabel-table tbody > tr {
        margin-bottom: 10px;
        display: inline-block;
        border: 0px;
        border-collapse: collapse;
        padding: 0;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        width: 100%;
    }

    table.datalabel-table tbody > tr > td {
        display: block;
        position: relative;
        background-color: #ffffff;
        padding-left: 140px;
        height: auto;
        border-top: 0px;
        font-size: 12px;
		line-height: 19px;
		border-top: 1px solid #ffc142;
    }

    table.datalabel-table tbody > tr > td.mid-title {
        padding: 5px 10px;
        text-align: center;
        height: auto;
        color: #169e9f;
    }

    table.datalabel-table tbody > tr > td:last-child {
        border-bottom: 1px solid #ffc142;
		
    }

    table.datalabel-table tbody > tr > td:before {
        position: absolute;
        content: attr(data-label);
        text-align: left;
        float: left;
        font-weight: 700;
        line-height: 20px;
        margin-right: 20px;
        text-transform: uppercase;
        width: 120px;
        left: 10px;
        top: 12px;
        word-wrap: break-word;
        font-size: 10px
    }

    .AANSIM-100 {
        right: 0;
        bottom: 0;
        display: block;
        margin: 0 auto;
    }
	.committee-title h4.remove-margin {
        margin: 10px 0 15px;
    }
	.colmsggrid{
		margin-top: 10px;
		padding: 6px 6px 20px 6px;
		border-right: 1px dotted transparent;
		border-bottom: 1px dotted #666;
	}
	.colmsggrid1{
		padding: 6px 6px 20px 6px;
		border-right: 1px solid transparent;
		border-bottom: 1px dotted transparent;
	}
	.colmsggrid p, .colmsggrid1 p{
		padding-bottom: 6px;
	}

}

@media (max-width: 480px) {

    .card-committee.two .image {
        max-width: 250px;
        margin: 0 auto;
    }

    .AANSIM-100 {
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        margin: 0 auto;
    }
	.committee-title h4.remove-margin {
        margin: 10px 0 15px;
    }
	.colmsggrid{
		margin-top: 10px;
		padding: 6px 6px 20px 6px;
		border-right: 1px dotted transparent;
		border-bottom: 1px dotted #666;
	}
	.colmsggrid1{
		padding: 6px 6px 20px 6px;
		border-right: 1px solid transparent;
		border-bottom: 1px dotted transparent;
	}
	.colmsggrid p, .colmsggrid1 p{
		padding-bottom: 6px;
	}
}


@media (max-width: 320px) {
    .AANSIM-100 {
        right: 0;
        bottom: 0;
    }
	.committee-title h4.remove-margin {
        margin: 10px 0 15px;
    }
	.colmsggrid{
		margin-top: 10px;
		padding: 6px 6px 20px 6px;
		border-right: 1px dotted transparent;
		border-bottom: 1px dotted #666;
	}
	.colmsggrid1{
		padding: 6px 6px 20px 6px;
		border-right: 1px solid transparent;
		border-bottom: 1px dotted transparent;
	}
	.colmsggrid p, .colmsggrid1 p{
		padding-bottom: 6px;
	}
}

.img-fluid-2 {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-left: 0px;
}
