	.subscribe {
	    font-size: 14px;
	    font-weight: 700;
	    height: auto;
	    line-height: 1;
	    padding: 14px 20px;
	    text-transform: uppercase;
	    width: auto;
	    margin-right: 0px;
	    border: 1px solid #004264;
	    border-radius: 0;
	    background: #004264;
	    color: #fff;
	    cursor: pointer;
	}

	.my_batch_view {
	    border: none;
	    background: #08b3e7;
	    color: #fff !important;
	    padding: 4px 7px;
	    border-radius: 0;
	    margin-top: 5px;
	}

	#custom_popup_modal .popup_imp_views {
	    position: absolute;
	    left: 15px;
	    bottom: 15px;
	    background: #fff;
	    font-size: 14px;
	    font-weight: 600;
	    color: #333;
	    border-radius: 2px;
	    padding: 4px 10px;
	}

	.popup_imp_views #custom_popup_modal .modal-dialog {
	    display: flex;
	    justify-content: center;
	    height: 95vh;
	    align-items: center;
	}

	.popupadver .modal-content {
	    border: 0;
	    /* width: 70%; */
	}

	.popupadver .modal-content .modal-header {
	    border: 0;
	    padding: 0px;
	}

	.popupadver .modal-header .close {
	    background: yellow;
	    border-radius: 100px;
	    height: 24px;
	    width: 24px;
	    opacity: 1;
	    position: absolute;
	    right: -11px;
	    top: -11px;
	    z-index: 100;
	}

	.popupadver .modal-header .close:hover {
	    opacity: 1;
	}

	.popupadver .modal-body {
	    background: rgb(32, 81, 137);
	    background: linear-gradient(10deg, rgba(32, 81, 137, 1) 0%, rgba(64, 126, 224, 1) 51%, rgba(32, 81, 137, 1) 100%);
	    color: #fff;
	    padding: 0px;
	}

	.popupadver .modal-body>p {
	    display: none;
	}

	.popupadver .modal-body>p:first-child {
	    display: none;
	}

	.popupadver>.modal-dialog>.modal-content>.modal-body>.popupcontaint>p {
	    display: none;
	}

	.popupadver .modal-body .popupcontaint p {
	    font-size: 15px;
	    line-height: 20px;
	    padding: 10px 20px;
	}

	.popupadver .modal-body .popupcontaint {
	    text-align: center;
	    position: relative;
	}

	.popupadver .modal-body .popupcontaint .pop_event_details a {
	    border-radius: 100px;
	    background: #ffee3e;
	    letter-spacing: normal;
	    font-size: 13px;
	    text-transform: capitalize;
	    padding: 6px 6px;
	    font-weight: 600;
	    color: #000000;
	    /* transition: 1s; */
	    width: 125px;
	    margin-bottom: 0;
	    margin-top: 0;
	    opacity: 1;
	    line-height: unset;
	    margin-left: 15px;
	    margin-right: 15px;
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	    justify-content: center;
	}

	.popupadver .modal-body .popupcontaint .pop_event_details a i {
	    -webkit-animation: arrow-animation 1.5s;
	    -moz-animation: arrow-animation 1.5s;
	    -webkit-animation-iteration-count: 3;
	    animation-iteration-count: infinite;
	    font-size: 14px;

	}

	.popupadver .modal-body .popupcontaint .pop_event_details a i:first-child {
	    -webkit-animation-delay: 0.2s;
	    -moz-animation-delay: 0.2s;
	    margin-left: 5px;
	    opacity: 0.15;
	}

	.popupadver .modal-body .popupcontaint .pop_event_details a i+i {
	    -webkit-animation-delay: 0.4s;
	    -moz-animation-delay: 0.4s;
	    opacity: 0.5;
	}

	.popupadver .modal-body .popupcontaint .pop_event_details a i+i+i {
	    -webkit-animation-delay: 0.6s;
	    -moz-animation-delay: 0.6s;
	    opacity: 1;
	}

	.popupadver .modal-body .popupcontaint .pop_event_details a:hover {
	    background: #000;
	    color: #fff;
	}

	@-webkit-keyframes arrow-animation {
	    0% {
	        opacity: 0.15;
	    }

	    50% {
	        opacity: 0.5;
	    }

	    100% {
	        opacity: 1;
	    }
	}

	@keyframes arrow-animation {
	    0% {
	        opacity: 0.15;
	    }

	    50% {
	        opacity: 0.5;
	    }

	    100% {
	        opacity: 1;
	    }
	}

	.popup_bottom_close {
	    background-color: #4673fd !important;
	    color: #ffffff !important;
	    font-weight: 500 !important;
	    letter-spacing: 0.3px !important;
	}

	.popupadver .modal-body .popupcontaint p span {
	    color: #ffe500;
	    text-transform: uppercase;
	    font-size: 20px;
	    font-weight: 500;
	    position: relative;
	    bottom: 5px;
	}

	.popupadver .modal-body .popupcontaint .pop_event_details .location {
	    font-size: 15px;
	    line-height: 20px;
	    padding: 0px 20px;
	    margin-top: 20px;
	}

	.main_article {
	    height: 460px;
	    position: relative;
	}

	.main_article>.article_intro>.name {
	    margin-top: 10px;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    padding-left: 0px;
	    margin-left: 0px;
	    width: 100%;
	}

	.main_article>.view_more>a {
	    font-size: 12px;
	    color: #fff;
	    font-weight: 600;
	    background-color: #004475;
	    padding: 6px 10px;
	    display: inline-block;
	    margin: 10px 0 5px 0;
	    border-radius: 3px;
	    text-transform: capitalize;
	    line-height: normal;
	}

	.social-share-btns-container {
	    position: relative;
	}

	.main_article>.article_intro>.article_head>h4 {
	    font-weight: 600;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    height: 70px;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    line-height: normal;
	}

	#owl_publication .item .main_publication {
	    box-shadow: inset -1px 3px 20px 11px #b9efff;

	}

	#owl_publication .item .main_publication .buk_date {
	    padding: 10px 15px 15px 15px;
	}

	#owl_publication .item .main_publication .buk_title p {
	    max-height: unset;
	    min-height: unset;
	    padding: 0 10px;
	    margin: 0;
	}

	.buk_img>img {
	    max-height: unset;
	    min-height: unset;
	}

	.main_publication .buk_type {
	    margin: 15px 0px;
	}

	.main_publication .buk_title {
	    height: 85px;
	}

	.bottom_button {
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	    margin-bottom: 25px;
	    margin-top: 15px;
	    justify-content: center;
	}

	.social-share-btns {
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	}

	.social-share-btns .share-btn {
	    margin: 0 2px;
	    color: #fff;
	    font-size: 14px;
	    -moz-transition: background 0.2s ease-in-out;
	    -o-transition: background 0.2s ease-in-out;
	    -webkit-transition: background 0.2s ease-in-out;
	    transition: background 0.2s ease-in-out;
	    height: 20px;
	    width: 20px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 50%;
	}

	.social-share-btns .share-btn i {
	    font-size: 12px;
	}

	.share-btn {
	    background-color: #95a5a6;
	}

	.share-btn:hover {
	    background-color: #798d8f;
	}

	.share-btn-twitter {
	    background-color: #00aced;
	}

	.share-btn-twitter:hover {
	    background-color: #0087ba;
	}

	.share-btn-facebook {
	    background-color: #3b5998;
	}

	.share-btn-facebook:hover {
	    background-color: #2d4373;
	}

	.share-btn-linkedin {
	    background-color: #007bb6;
	}

	.share-btn-whatsapp:hover {
	    background-color: #15ae4e;
	}

	.share-btn-linkedin:hover {
	    background-color: #005983;
	}

	.share-btn-whatsapp {
	    background-color: #25D366;
	}

	.fellow_main_new {
	    border-radius: 4px;
	    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(243 243 243) 100%);
	    height: 100%;
	    margin: 0 20px;
	    display: table-cell;
	    box-shadow: inset 0px 0px 0px 0px #b9efff;
	    cursor: pointer;
	    border: #cbcbcb solid 1px;
	    border-bottom: #cbcbcb solid 4px;
	    padding: 25px 10px;
	    height: 460px;
	    position: relative;
	}

	.fellow_main_new a .img img {
	    width: 80%;
	    border-radius: 50%;
	    box-shadow: 0px 0px 24px -5px #1111119e;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 20px;
	    margin-bottom: 10px;
	}

	.fellow_main_new a .about_fellow .fellow_name {
	    font-size: 17px;
	    font-weight: 700;
	    text-transform: uppercase;
	    padding: 10px 00px;
	    color: #0f1b46;
	}

	.fellow_main_new a .about_fellow {
	    width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    text-align: center;
	    margin-top: 15px;
	}

	.fellow_main_new a .about_fellow .department {
	    margin: 0px auto;
	    width: 100%;
	    font-weight: 500;
	    padding: 3px 5px;
	    color: #0f1b46;
	    font-size: 14px;
	    min-height: 60px;
	    line-height: 20px;
	    max-height: 20px;
	    margin-bottom: 10px;
	    font-weight: normal;
	}

	.fellow_main_new a span {
	    position: absolute;
	    top: 0;
	    padding: 3px 15px;
	    right: unset;
	    background: rgb(20, 29, 255, .8);
	    color: #fff;
	    border-top-left-radius: 0;
	    left: 0;
	}

	@media only screen and (max-width: 450px) {
	    #custom_popup_modal .popup_imp_views {
	        position: absolute;
	        left: unset;
	        bottom: -8px;
	        font-size: 12px;
	    }

	    .popupadver .modal-header .close {
	        right: -8px;
	        top: -3px;
	        z-index: 100;
	    }

	    /* .main_article{
			height: 400;
		} */
	    .bottom_button {
	        margin-bottom: 58px;
	    }
	}

	@media only screen and (max-width: 400px) {
	    .quicklink_form {
	        width: 85%;
	    }
	}

	.slideshow-container {
	    max-width: 100%;
	    position: relative;
	    margin: auto;
	}

	.slideshow-container img {
	    border-bottom-left-radius: 0px;
	    border-top-right-radius: 0px;
	}

	/* .gpalogonew {
			border-bottom-left-radius: 0px;
			border-top-right-radius: 100px;
		} */
	/* Number text (1/3 etc) */
	.numbertext {
	    color: #f2f2f2;
	    font-size: 12px;
	    padding: 8px 12px;
	    position: absolute;
	    top: 0;
	}

	/* The dots/bullets/indicators */
	.dot {
	    height: 15px;
	    width: 15px;
	    margin: 0 2px;
	    background-color: #bbb;
	    border-radius: 50%;
	    display: inline-block;
	    transition: background-color 0.6s ease;
	    display: none;
	}

	#owl_22 .owl-item.active {
	    background-color: #717171;
	}

	/* Fading animation */
	.fadegpa {
	    animation-name: fadegpa;
	    animation-duration: 1.5s;
	}

	@keyframes fadegpa {
	    from {
	        opacity: 0.4;
	    }

	    to {
	        opacity: 1;
	    }
	}

	.newbtngpa {
	    transition: 0.3s !important;
	    font-size: 14px;
	    padding-top: 6px !important;
	    padding-bottom: 6px !important;
	    border-radius: 3px !important;
	    width: 200px;
	    display: inline-block;
	}

	.newbtngpa:hover {
	    background: #004475;
	    color: #fff;
	}

	.disnewslide {
	    border-bottom-left-radius: 0px;
	    border-top-right-radius: 0px;
	    padding: 40px 0 50px 0;
	    background: rgb(0, 159, 255);
	    background: linear-gradient(-140deg,
	            rgb(7 184 130) 0%,
	            rgb(86 0 255) 100%);
	}

	#owl_22 .owl-item.active {
	    background: rgb(150, 210, 255);
	    background: linear-gradient(0deg,
	            rgba(255, 255, 255, 0) 0%,
	            rgba(191, 216, 255, 0.9) 100%);
	    border-bottom-left-radius: 0px;
	    border-top-right-radius: 0px;
	}

	.disnewslide h3 {
	    color: #fff;
	    font-size: 22px;
	}

	.disnewslide h5 {
	    color: #fff;
	    line-height: 24px;
	    font-size: 18px;
	    font-weight: 200;
	}

	.gpaaward h5 {
	    line-height: 24px;
	    font-size: 18px;
	    font-weight: 400;
	}

	.gpaaward ul {
	    display: block;
	    padding: 0;
	    margin: 0;
	}

	.gpaaward ul li {
	    display: inline-block;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    vertical-align: top;
	}

	.gpaaward ul li:nth-child(1) {
	    width: 69%;
	}

	.gpaaward ul li:nth-child(2) {
	    width: 30%;
	}

	.gpaaward .item:hover {
	    background: rgb(150, 210, 255);
	    background: linear-gradient(0deg,
	            rgba(150, 210, 255, 0) 0%,
	            rgba(255, 255, 255, 0.7791491596638656) 100%);
	    border-bottom-left-radius: 50px;
	    border-top-right-radius: 50px;
	}

	.fellow_main:hover a .department {
	    color: #0f1b46;
	    font-weight: 500;
	    text-shadow: 0 0 0px #050e6e;
	}

	.fellow_main:hover a .fellow_name {
	    color: #0f1b46;
	    text-shadow: 0 0 0px #050e6e;
	}

	.fellow_main:hover a .img img {
	    -ms-transform: scale(1.2);
	    /* IE 9 */
	    -webkit-transform: scale(1.2);
	    /* Safari 3-8 */
	    transform: scale(1.2);
	}

	.past_date {
	    height: 80px;
	}

	.past_date>.day {
	    height: inherit;
	    display: inline-flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	}

	.schedule_dates>p {
	    font-size: 14px;
	    margin-bottom: 10px;
	    padding-left: 10px;
	    padding-right: 10px;

	}

	.members_tabs .tab-content::-webkit-scrollbar,
	.schedule_dates::-webkit-scrollbar {
	    background-color: #fff;
	    width: 16px
	}

	/* background of the scrollbar except button or resizer */
	.members_tabs .tab-content::-webkit-scrollbar-track,
	.schedule_dates::-webkit-scrollbar-track {
	    background-color: #fff
	}

	.members_tabs .tab-content::-webkit-scrollbar-track:hover,
	.schedule_dates::-webkit-scrollbar-track:hover {
	    background-color: #f4f4f4
	}

	/* scrollbar itself */
	.members_tabs .tab-content::-webkit-scrollbar-thumb,
	.schedule_dates::-webkit-scrollbar-thumb {
	    background-color: #babac0;
	    border-radius: 16px;
	    border: 5px solid #fff
	}

	.members_tabs .tab-content::-webkit-scrollbar-thumb:hover,
	.schedule_dates::-webkit-scrollbar-thumb:hover {
	    background-color: #a0a0a5;
	    border: 4px solid #f4f4f4
	}

	/* set button(top and bottom of the scrollbar) */
	.members_tabs .tab-content::-webkit-scrollbar-button,
	.schedule_dates::-webkit-scrollbar-button {
	    display: none
	}



	@media (max-width: 767px) {
	    .gpaslidepp {
	        width: 80%;
	        margin: auto;
	    }

	    .gpaaward ul li:nth-child(2) {
	        width: 100%;
	        text-align: center;
	    }

	    .gpaaward ul li:nth-child(1) {
	        width: 100%;
	    }

	    .gpalogonew {
	        border-bottom-left-radius: 0px;
	        width: 100%;
	        margin: auto;
	        border-top-right-radius: 0;
	    }

	    .slideshow-container img {
	        border-bottom-left-radius: 0px;
	        border-bottom-right-radius: 0px;
	    }

	    .schedule_dates>p {
	        padding-left: 10px;
	        padding-right: 10px;
	    }
	}

	</style><style>.slideshow-container {
	    max-width: 100%;
	    position: relative;
	    margin: auto;
	}

	.slideshow-container img {
	    border-bottom-left-radius: 0px;
	    border-top-right-radius: 0px;
	}

	.gpalogonew {
	    border-bottom-left-radius: 0px;
	    border-top-right-radius: 0px;
	}

	.gpalogonewmobile {
	    display: none;
	}

	/* Number text (1/3 etc) */
	.numbertext {
	    color: #f2f2f2;
	    font-size: 12px;
	    padding: 8px 12px;
	    position: absolute;
	    top: 0;
	}

	/* The dots/bullets/indicators */
	.dot {
	    height: 15px;
	    width: 15px;
	    margin: 0 2px;
	    background-color: #bbb;
	    border-radius: 50%;
	    display: inline-block;
	    transition: background-color 0.6s ease;
	    display: none;
	}

	/* .active {background-color:#717171;} */
	/* Fading animation */
	.fadegpa {
	    animation-name: fadegpa;
	    animation-duration: 1.5s;
	}

	@keyframes fadegpa {
	    from {
	        opacity: .4
	    }

	    to {
	        opacity: 1
	    }
	}

	.newbtngpa {
	    background: #00aff0;
	    border-radius: 50px;
	    padding: 10px 45px;
	    color: #fff;
	    transition: 0.3s;
	}

	.newbtngpa:hover {
	    background: #004475;
	    color: #fff;
	}

	.disnewslide {
	    border-bottom-left-radius: 0px;
	    border-top-right-radius: 0px;
	    padding: 40px 0 50px 0;
	    background: rgb(0, 159, 255);
	    background: linear-gradient(-140deg, rgb(7 184 130) 0%, rgb(86 0 255) 100%);
	}

	.disnewslide.active {
	    background: rgb(150, 210, 255);
	    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(191, 216, 255, .9) 100%);
	    border-bottom-left-radius: 50px;
	    border-top-right-radius: 50px;
	}

	*/ .disnewslide h1 {
	    color: #fff;
	}

	.disnewslide h5 {
	    color: #fff;
	    line-height: 24px;
	    font-size: 18px;
	    font-weight: 200;
	}

	.gpaaward h5 {
	    line-height: 24px;
	    font-size: 18px;
	    font-weight: 400;
	}

	.gpaaward ul {
	    display: block;
	    padding: 0;
	    margin: 0;
	}

	.gpaaward ul li {
	    display: inline-block;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    vertical-align: top;
	}

	.gpaaward ul li:nth-child(1) {
	    width: 69%;
	}

	.gpaaward ul li:nth-child(2) {
	    width: 30%;
	}

	.gpaaward .item:hover {
	    background: rgb(150, 210, 255);
	    background: linear-gradient(0deg, rgba(150, 210, 255, 0) 0%, rgba(255, 255, 255, 0.7791491596638656) 100%);
	    border-bottom-left-radius: 50px;
	    border-top-right-radius: 50px;
	}

	.fellow_main:hover a .department {
	    color: #0f1b46;
	    font-weight: 600;
	    text-shadow: 0 0 0px #050e6e;
	}

	.fellow_main:hover a .fellow_name {
	    color: #0f1b46;
	    text-shadow: 0 0 0px #050e6e;
	}

	.fellow_main:hover a .img img {
	    -ms-transform: scale(1.2);
	    /* IE 9 */
	    -webkit-transform: scale(1.2);
	    /* Safari 3-8 */
	    transform: scale(1.2);
	}

	.heading_content {
	    padding-top: 20px;
	}

	.home_heading {
	    padding: 50px 0;
	    margin: 0;
	}

	.home_heading_p0 {
	    padding: 50px 0 0px 0;
	    margin: 0;
	}

	.home_head {
	    font-weight: 700 !important;
	    font-size: 26px !important;
	    margin: 0 !important;
	    text-transform: uppercase !important;
	    margin-bottom: 5px !important;
	    padding: 0px !important;
	}

	.home_heading_pb {
	    padding-bottom: 50px;
	    margin: 0;
	}

	.home_subhead {
	    margin: 0;
	    font-size: 18px;
	    margin-bottom: 20px;
	    /* margin-top: 12px; */
	}

	.home_subhead_m0 {
	    margin: 0;
	    font-size: 18px;
	    margin-bottom: 0px;
	    /* margin-top: 12px; */
	}

	.mar-b-0 {
	    margin-bottom: 0px !important;
	}

	.pt-0 {
	    padding-top: 0px !important;
	}

	#owl3,
	#owl_past_reg {
	    padding: 10px 0;
	}

	/*#gallery1 {
		display: block !important;
	}
	 #mobilegallery1 {
		display: none !important;
	} */

	.custom_new_heading {
	    position: relative;
	    color: #000000;
	    -webkit-transition: all 0.4s ease 0s;
	    -o-transition: all 0.4s ease 0s;
	    transition: all 0.4s ease 0s;
	    line-height: normal;
	    display: inline-block;
	    text-align: center;
	    white-space: nowrap;
	    margin-left: auto !important;
	    margin-right: auto !important;
	    margin-bottom: 12px !important;
	}

	.custom_new_heading::before {
	    background-color: #004475;
	    content: '';
	    display: block;
	    height: 4px;
	    width: 65px;
	    margin-bottom: 4px;
	    margin-left: -5px;
	}

	.custom_new_heading::after {
	    background-color: #004475;
	    content: '';
	    display: block;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    height: 4px;
	    width: 65px;
	    margin-bottom: -6px;
	    margin-right: -5px;
	}

	.width_110::after,
	.width_110::before {
	    width: 110px;
	}

	.width_165::after,
	.width_165::before {
	    width: 165px;
	}

	.white-col {
	    color: #ffffff !important;
	}

	.cards .main_card>.card_head>h1 {
	    font-size: 20px;
	}

	@media (max-width: 767px) {
	    .gpaslidepp {
	        width: 80%;
	        margin: auto;
	    }

	    .gpaaward ul li:nth-child(1) {
	        width: 100%;
	        border-bottom-left-radius: 0px;
	        border-top-right-radius: 26px;
	    }

	    .gpaaward ul li:nth-child(2) {
	        width: 100%;
	    }

	    .gpalogonew {
	        display: none;
	    }

	    .slideshow-container img {
	        border-top-left-radius: 0px;
	        border-bottom-left-radius: 0px;
	        border-bottom-right-radius: 0;
	    }

	    .gpalogonewmobile {
	        display: block;
	        border-top-left-radius: 0px;
	        border-top-right-radius: 0px;
	        border-bottom-right-radius: 0px;
	        border-bottom-left-radius: 0px;
	    }
	}

	.sssssstyle::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	    border-radius: 10px;
	    background-color: #F5F5F5;
	}

	.sssssstyle::-webkit-scrollbar {
	    width: 10px !important;
	    background-color: #F5F5F5;
	}

	.sssssstyle::-webkit-scrollbar-thumb {
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	    background-color: #ccc;
	    width: 5px;
	}

	.close.distclosebtn {
	    border-radius: 50px;
	    background: #FF0004;
	    color: #fff;
	    font-size: 20px;
	    text-align: center;
	    height: 40px;
	    width: 40px;
	    position: absolute;
	    top: -20px;
	    right: -15px;
	    opacity: 1;
	}

	.modal-dialog.distipopup {
	    width: 60%;
	    margin: 30px auto;
	    border-radius: 4px;
	}

	.modal-dialog.distipopup .modal-body {
	    padding: 1px;
	    margin-top: -1px;
	}

	.distipopup h5 {
	    font-size: 20px;
	    text-transform: uppercase;
	    text-align: center;
	    padding: 6px 0 14px 0;
	    margin: 0;
	    border-bottom: #badbff solid 1px;
	    color: #073f7b;
	}

	.distipopup ul {
	    display: table;
	    margin: 0;
	    padding: 0;
	}

	.distipopup ul li {
	    display: table-cell;
	    list-style: none;
	    vertical-align: top;
	}

	.distipopup ul li:nth-child(1) {
	    background: rgb(17, 226, 160);
	    background: linear-gradient(2deg, rgb(17 183 226) 0%, rgba(6, 60, 121, 1) 100%);
	    width: 250px;
	    border-bottom-left-radius: 4px;
	}

	.distipopup ul li:nth-child(2) {
	    background: #fff;
	}

	.sthyunp {
	    max-height: 410px;
	    overflow-y: scroll;
	}

	.distpic {
	    width: 230px;
	    border-radius: 4px;
	    display: block;
	    margin: 10px auto 15px auto;
	}

	.distipopup ul li h3 {
	    color: #fff;
	    font-size: 20px;
	    text-transform: capitalize;
	    padding: 0 10px 10px 10px;
	    text-shadow: 0 0 7px #04323a;
	}

	.distipopup ul li h4 {
	    color: #fff;
	    font-size: 15px;
	    padding: 0 10px 10px 10px;
	    font-weight: normal;
	    text-transform: capitalize;
	    text-shadow: 0 0 7px #04323a;
	}

	.distipopup ul li h4 span {
	    color: #fff;
	    font-size: 15px;
	}

	.distipopup ul li:nth-child(2) p {
	    color: #2f3d40;
	    font-size: 15px;
	    line-height: 22px;
	    padding: 10px;
	    font-weight: 500;
	}

	.next_event .head h2 {
	    font-size: 18px;
	}

	#home_mobile_galley {
	    display: none !important;
	}

	#gallery1 {
	    display: block !important;
	}

	/* #gallery1 .ug-arrow-left.ug-skin-default, #gallery1 .ug-arrow-right.ug-skin-default{
		display: block !important;
	} */


	.masterclass_tab_items {
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	    justify-content: space-around;
	    flex-wrap: wrap;
	}

	.masterclass_tab_items .master_tab_img {
	    width: 62px;
	}

	.master_tab_batch_details {
	    width: 170px;
	}

	.master_tab_batch_details p:nth-child(1) {
	    margin-bottom: 0;
	    font-weight: 700;
	    border: 1px solid #004475;
	    padding: 5px;
	    line-height: normal;
	    margin-top: 13px;
	    font-size: 16px;
	    color: #000;
	}

	.master_tab_batch_details p:nth-child(2) {
	    font-size: 14px;
	    line-height: normal;
	    margin-top: 8px;
	    font-weight: 700;
	}

	.popup_register_btn {
	    background-color: #08b3e7;
	    padding: 6px 10px;
	    display: inline-block;
	    color: #fff;
	    box-shadow: 0px 2px 14px 0px #00000047;
	    animation: blink 2s infinite;
	    margin-top: 13px;
	}

	.popup_register_btn:hover,
	.popup_register_btn:active,
	.popup_register_btn:focus {
	    color: #fff;
	}

	@keyframes blink {
	    0% {
	        background-color: blue;
	    }

	    100% {
	        background-color: red;
	    }
	}

	#gallery1 .owl-dots {
	    text-align: center;
	    margin-top: -30px;
	    z-index: 100000;
	    display: block;
	    position: relative;
	}

	#gallery1 .owl-dots .owl-dot {
	    background: transparent;
	    color: inherit;
	    padding: 0;
	    font: inherit;
	    height: 15px;
	    width: 15px;
	    margin-left: 5px;
	    margin-right: 5px;
	    border-radius: 50%;
	    border: 2px solid #ffffff;
	    margin-bottom: 9px;
	}

	#gallery1 .owl-dots .owl-dot.active {
	    background-color: #ffffff;
	}

	.popup_countdown {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    gap: 10px;
	    background-image: linear-gradient(to right, #0f046c, #4674fe);
	    padding: 15px 0;
	}

	.popup_countdown .popup_countdown_d,
	.popup_countdown .popup_countdown_h,
	.popup_countdown .popup_countdown_m,
	.popup_countdown .popup_countdown_s {
	    display: flex;
	    flex-direction: column;
	    color: #ffffff;
	    padding: 15px !important;
	    width: 78px;
	    font-weight: 600;
	    font-size: 28px !important;
	    line-height: normal !important;
	    background-image: linear-gradient(to bottom, #0b4ee4, #06b8f7);
	    box-shadow: 1px 1px 12px 2px #10101073;
	    align-items: center;
	}

	.popup_countdown>p>p {
	    font-weight: 500 !important;
	    font-size: 14px !important;
	    color: #ffffff !important;
	    text-transform: none !important;
	    line-height: normal !important;
	    padding: 0px !important;
	    margin-bottom: 0px !important;
	}

	.btngistfixed .handbtn {
	    width: 70px;
	    position: absolute;
	    left: 95px;
	    bottom: 60px;
	}

	.btngistfixed {
	    position: fixed;
	    right: 15px;
	    z-index: 999;
	    bottom: 3%;
	}

	.AClass {
	    padding: 4px !important;
	    background: transparent;
	    border: 0;
	    opacity: 1;
	    position: absolute;
	    right: 0px;
	    top: -3px;
	    font-size: 18px;
	}

	.blog_date_time_sec p {
	    margin-bottom: 0px;
	    font-size: 12px;
	}

	.post_datetime_section {
	    display: flex;
	    justify-content: space-between;
	    margin-bottom: 10px;
	    align-items: center;
	}

	.blog_date_time_sec p {
	    margin-bottom: 0px;
	    font-size: 12px;
	}

	.social-share-btns-container {
	    position: relative;
	}

	.mob_share_btn_sec {
	    display: none;
	}

	.mob_share_btn {
	    display: none;
	}

	.social-share-btns {
	    display: flex;
	    flex-direction: row;
	    margin-top: 0px;
	}

	.social-share-btns .share-btn {
	    margin: 0;
	    color: #fff;
	    font-size: 14px;
	    -moz-transition: background 0.2s ease-in-out;
	    -o-transition: background 0.2s ease-in-out;
	    -webkit-transition: background 0.2s ease-in-out;
	    transition: background 0.2s ease-in-out;
	    height: 22px;
	    width: 22px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 3px;
	    padding: 5px 5px;
	    cursor: pointer;
	    margin-left: 8px;
	}

	.share-btn {
	    background-color: #95a5a6;
	}

	.share-btn:hover {
	    background-color: #798d8f;
	}

	.share-btn-twitter {
	    background-color: #ffffff !important;
	    color: #111 !important;
	    border: 1px solid;
	}

	.share-btn-twitter:hover {
	    background-color: #0087ba;
	}

	.share-btn-facebook {
	    background-color: #3b5998;
	}

	.share-btn-facebook:hover {
	    background-color: #2d4373;
	}

	.share-btn-linkedin {
	    background-color: #007bb6;
	}

	.share-btn-whatsapp:hover {
	    background-color: #15ae4e;
	}

	.share-btn-linkedin:hover {
	    background-color: #005983;
	}

	.share-btn-whatsapp {
	    background-color: #25D366;
	}

	.blog_date_time_sec hr {
	    margin-top: 5px;
	    margin-bottom: 5px;
	    border: 1px solid darkgray;
	}

	.main_article>.article_intro>.name>p {
	    font-size: 14px;
	    margin-bottom: 0px;
	}

	.past_img>img {
	    height: 140px;
	    border-radius: unset;
	    border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
	}

	.gpalogonewmobile_hover {
	    z-index: 100;
	    display: block;
	    position: relative;
	}

	.gpalogonewmobile_hover:hover {
	    scale: 1.3;
	    transition: 1s;
	}


	@media (max-width: 767px) {

	    .past_img>img {
	        height: auto !important;
	    }

	    .modal-dialog.distipopup {
	        width: 94%;
	    }

	    .distipopup ul {
	        display: block;
	    }

	    .distipopup ul li {
	        display: inline-block;
	    }

	    .distipopup ul li:nth-child(1) {
	        width: 100%;
	    }

	    .sthyunp {
	        max-height: 160px;
	    }

	    .distpic {
	        width: 150px;
	        margin: 10px auto 5px auto;
	    }

	    .distipopup ul li h3 {
	        padding: 0 10px 0px 10px;
	        margin-top: 10px;
	    }

	    .close.distclosebtn {
	        width: 24px;
	        height: 24px;
	        top: -10px;
	        right: -10px;
	    }

	    /* #gallery1 {
			display: none !important;
		}
		#mobilegallery1 {
			display: block !important;
		} */
	    .popup_countdown .popup_countdown_d,
	    .popup_countdown .popup_countdown_h,
	    .popup_countdown .popup_countdown_m,
	    .popup_countdown .popup_countdown_s {
	        padding: 12px;
	        width: 65px;
	        font-size: 20px;
	    }

	    .popup_countdown span span {
	        font-size: 12px;
	    }

	    .custom_new_heading {
	        white-space: unset !important;
	        line-height: 25px !important;
	        font-size: 22px !important;
	    }

	    .masterclass_tab_items {
	        margin-bottom: 10px;
	    }

	    #home_mobile_galley .owl-dots {
	        text-align: center;
	        margin-top: -24px;
	        z-index: 100000;
	        display: block;
	        position: relative;
	    }

	    #home_mobile_galley .owl-dots .owl-dot {
	        background: transparent;
	        color: inherit;
	        padding: 0;
	        font: inherit;
	        height: 15px;
	        width: 15px;
	        margin-left: 5px;
	        margin-right: 5px;
	        border-radius: 50%;
	        border: 2px solid #ffffff;
	        margin-bottom: 9px;
	    }

	    #home_mobile_galley .owl-dots .owl-dot.active {
	        background-color: #ffffff;
	    }

	    .blog_date_time_sec p {
	        font-size: 14px;
	    }

	    .mob_share_btn_sec {
	        display: flex;
	        align-items: center;
	        justify-content: flex-end;
	    }

	    .mob_share_btn {
	        display: block !important;
	        width: 20px !important;
	    }

	    .social-share-btns {
	        display: none;
	        position: absolute;
	        z-index: 1000;
	        width: 100%;
	        background-color: antiquewhite;
	        padding: 15px 0;
	        text-align: center;
	        top: 35px;
	    }

	    .social-share-btns a:nth-child(1) {
	        display: none;
	    }

	    .social-share-btns .share-btn {
	        padding: 7px 10px;
	        display: inline-flex;
	        margin-left: 1px;
	        margin-top: 0;
	    }

	    .post_share_box {
	        width: 53%;
	    }

	    .social-share-btns-container {
	        width: 100%;
	    }
	}

	@media (max-width: 480px) {
	    .cards .main_card>.card_head>h3 {
	        margin: 10px;
	    }

	    .pr-5 {
	        padding-right: 15px !important;
	    }

	    .pl-5 {
	        padding-left: 15px !important;
	    }

	    .home_heading {
	        padding: 40px 0;
	    }

	    .all_upcoming>button {
	        margin-bottom: 15px;
	    }

	    .cards .main_card>.card_content>p {
	        margin: 0px;
	    }

	    #owl3 div.item {
	        padding: 0;
	    }

	    #gallery1 {
	        display: none !important;
	    }

	    #home_mobile_galley {
	        display: block !important;
	    }
	}

	</style><style>.training_type_tabs_main {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    gap: 20px;
	}

	.training_type_tabs_main .training_type_tabs {
	    width: 25%;
	    /* padding: 15px; */
	    border-radius: 5px;
	    box-shadow: 0px 0px 10px 6px #dddddd;
	    background-size: cover;
	    background-position: center center;
	}

	.training_type_tabs_main .training_type_tabs .training_tab_content {
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    height: 465px;
	}

	.training_tab_content h3 {
	    color: #000000;
	    font-weight: 600;
	    padding-left: 15px;
	    padding-right: 15px;
	    font-size: 18px;
	    height: 60px;
	}

	.training_tab_content_mid {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.training_tab_content p {
	    color: #000000;
	    height: 125px;
	}

	.mc_query_modal_btn {
	    background: linear-gradient(to right, #004475 50%, #ffb000 50%);
	    background-size: 200% 100%;
	    background-position: right bottom;
	    transition: all .5s ease-out;
	    color: #000000;
	    font-weight: 600;
	    border: 0px;
	    padding: 10px;
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    border-radius: 0px;
	}

	.mc_query_modal_btn:hover {
	    background-position: left bottom;
	    color: #fff;
	}

	.mc_query_modal_btn:focus. .mc_query_modal_btn:active {
	    outline: unset;
	    color: #fff;
	}

	.mc_view_more_details {
	    position: relative;
	    margin-top: auto;
	    font-weight: 600;
	    line-height: 20px;
	    background-color: antiquewhite;
	    padding: 4px 8px;
	    color: #000000;
	    font-size: 12px;
	    text-decoration: unset;
	    border-radius: 3px;
	    text-transform: capitalize;
	}

	.mc_view_more_details:hover,
	.mc_view_more_details:active,
	.mc_view_more_details:focus {
	    color: #2c40d0;
	}

	.mc_view_more_details,
	.mfd_npage_card p,
	.mc_training_content p {
	    font-size: 12px;
	}

	#homegpa_carousel .owl-nav .owl-prev {
	    position: absolute;
	    bottom: 50%;
	    height: 31px;
	    width: 30px;
	    background-color: #ffffff;
	    left: 0;
	    font-size: 23px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    line-height: normal;
	}

	#homegpa_carousel .owl-nav .owl-next {
	    right: 0;
	    position: absolute;
	    bottom: 50%;
	    height: 31px;
	    width: 30px;
	    background-color: #ffffff;
	    font-size: 23px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    line-height: normal;
	}

	.growing_member h3 {
	    font-weight: bold;
	}

	@media screen and (max-width: 767px) {
	    .training_type_tabs_main .training_type_tabs {
	        width: 83%;
	        margin: auto;
	    }

	    .training_type_tabs_main {
	        flex-direction: column;
	    }

	    .training_type_tabs_main .training_type_tabs .training_tab_content {
	        height: auto;
	    }

	    .training_tab_content p {
	        color: #000000;
	        height: auto;
	        font-size: 14px;
	    }

	    .mc_query_modal_btn {
	        font-size: 16px;
	        position: relative;
	        margin-top: 20px;
	    }

	    .training_tab_content h3 {
	        font-size: 20px;
	    }
	}