/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
	--font-size-10: 10px;
	--font-size-11: 11px;
    --font-size-12: 12px;
	--font-size-14: 14px;
	--font-size-16: 16px;
	--font-size-18: 18px;
	--font-size-20: 20px;
	--font-size-22: 22px;
	--font-size-24: 24px;
	--font-size-26: 26px;
	--font-size-28: 28px;
	--font-size-32: 32px;
	--font-size-36: 36px;
	--font-size-40: 40px;
	--font-size-48: 48px;
	--font-size-56: 56px;
	--font-size-58: 58px;
	--font-size-64: 64px;
	--line-height-16:16px;
	--line-height-20:20px;
	--line-height-21:21px;
	--line-height-22:22px;
	--line-height-24:24px;
	--line-height-28:28px;
	--line-height-32:32px;
	--line-height-34:34px;
	--line-height-36:36px;
	--line-height-38:38px;
	--line-height-40:40px;
	--line-height-45:45px;
	--line-height-48:48px;
	--line-height-56:56px;
	--line-height-64:64px;
	--line-height-72:72px;
}

.big_theme {
  	
}


.small_theme {
  
}

.content-sec a {
	color: #166BCF !important;
}

.content-sec a:hover {
	text-decoration:underline;
}

.mainheader-sec {
	z-index:9;
}

.mainheader-sec .current-menu-parent .elementor-item:after {
	background-color: #FFFFFF !important;
    opacity: 1 !important;
}

.mainheader-sec .current-menu-ancestor .elementor-item:after {
	background-color: #FFFFFF !important;
    opacity: 1 !important;
}

.mainheader-sec .current-page-ancestor .elementor-item:after {
	background-color: #FFFFFF !important;
    opacity: 1 !important;
}

.mainheader-sec .sub-menu {
	padding: 10px 5px !important;
}

.mainheader-sec .sub-menu .elementor-item-active {
	text-decoration:underline;
}

.mainheader-sec .has-submenu {
	cursor:pointer;
	align-items:start;
} 

.mainheader-sec .has-submenu .sub-arrow {
	padding-top: 17px;
}

.mainheader-sec .sub-menu .has-submenu .sub-arrow {
	padding-top: 15px;
}

.sub-arrow .fas:before {
	display:inline-block;
}

.mainheader-sec .elementor-sub-item {
	border-left:0px;
}

.mainheader-sec .elementor-sub-item:hover {
	border-left:0px;
}

.header-contact-list {
	height:100%;
	min-height: 50px;
}

.header-contact-list .elementor-widget-container {
	height:100%;
}

.header-contact-list .elementor-icon-list-items {
	height:100%;
}

.header-logocont h6 {
	margin-bottom:0px;
}

.sc-each .link-span {
	display:flex;
	align-items:center;
	padding-top:15px;
}

.sc-each .link-span img {
	margin-right:10px;
}

.search-top .elementor-search-form__input {
	padding: 0px 24px;
	outline:none !important;
}

.search-top .elementor-search-form--focus .elementor-search-form__container {
	border-color: #E5E5E5 !important;
}

.search-top .elementor-search-form__input:focus-visible  {
	outline:none !important;
}

.search-top .elementor-search-form__submit {
	border-radius: 100px !important;
}

.action-box .elementor-button {
	width:100%;
}

.action-box .elementor-button-icon svg {
	width:48px;
}

.action-box .elementor-button-text {
	display:flex;
	align-items:center;
}

.admin-box-each .elementor-image-box-description a {
	color:#8492AD;
	text-decoration:underline;
	display:block;
	padding-top:10px;
}

.admin-box-each .elementor-image-box-description a:hover {
	text-decoration:none;
}

.admin-box-each .elementor-image-box-img {
	width:80px !important;
}

.admin-box-each .elementor-image-box-content {
	width:calc(100% - 80px) !important;
}

.admin-box-each .elementor-image-box-title {
	margin-top:0px !important;
}

.events-list .elementor-post__text {
	display:flex !important;
	flex-direction:column !important;
}

.events-list .elementor-post__text .elementor-post__title {
	order: 1;
}

.events-list .elementor-post__text .elementor-post__meta-data {
	order: 0;
}

.list-events .elementor-post__text {
	display:flex !important;
	flex-direction:column !important;
}

.list-events .elementor-post__text .elementor-post__title {
	order: 1;
}

.list-events .elementor-post__text .elementor-post__meta-data {
	order: 0;
}

.list-events .elementor-post:last-child {
	border-bottom:0px !important;
}

.upcoming-events {
	 background-image: linear-gradient(#0A255C 45%, #ffffff 0%);
}

.latestnews-marquee a {
	font-size:var(--font-size-16);
	font-weight:400;
	line-height:var(--line-height-24);
	color:#0A255C;
	display:block;
}

.latestnews-marquee a:hover {
	color:#1159AF;
	text-decoration:underline;
}

.latestnews span {
	font-size:var(--font-size-12);
	font-weight:500;
	line-height:var(--line-height-24)
	color:#999999;
}

.latestnews-marquee br {
	display:none;
}

.latestnews-marquee hr {
	margin-top:16px;
	margin-bottom:14px;
	border-color:#E8E8E8;
}

.icon-box-top {
	height:100%;
}

.icon-box-top .elementor-widget-container {
	height: 100%;
    display: flex;
    align-items: center;
}

.sidebar-nav .sub-menu {
	display:block !important;
	position: unset !important;
}

.sidebar-nav .sub-menu li::before {
  content: "\2022";
	position:absolute;
  color: #0A255C;
  font-weight: bold;
  display: inline-block; 
	padding-top: 8px;
    padding-bottom: 8px;
  width: 1em;
	top: -2px;
    left: -5px;
    right: 0;
}

.sidebar-nav .elementor-item-active {
	color:#166BCF !important;
	text-decoration:underline;
}

.sidebar-nav .current-page-ancestor .elementor-item {
	color:#166BCF !important;
	text-decoration:underline;
}

.sidebar-nav .current-page-ancestor.current-menu-parent .elementor-item {
	color:#0A255C !important;
	text-decoration:none !important;
}

.sidebar-nav .sub-menu {
	padding-left: 25px !important;
    width: 100% !important;
}

.sidebar-nav .sub-menu .elementor-sub-item:focus {
	background-color:transparent;
}

.sidebar-nav .sub-menu .elementor-item-active {
	color:#166BCF !important;
	text-decoration:underline;
}

.sidebar-nav-dropdown .sub-menu {
/* 	display:block !important; */
	position: unset !important;
}

.sidebar-nav-dropdown .sub-menu li::before {
  content: "\2022";
	position:absolute;
  color: #0A255C;
  font-weight: bold;
  display: inline-block; 
	padding-top: 8px;
    padding-bottom: 8px;
  width: 1em;
	top: -2px;
    left: -5px;
    right: 0;
}

.sidebar-nav-dropdown .elementor-item-active {
	color:#166BCF !important;
/* 	text-decoration:underline; */
}

.sidebar-nav-dropdown .current-page-ancestor .elementor-item {
	color:#166BCF !important;
	text-decoration:underline;
}

.sidebar-nav-dropdown .sub-menu {
	padding-left: 25px !important;
    width: 100% !important;
}

.sidebar-nav-dropdown .sub-menu .elementor-sub-item:focus {
	background-color:transparent;
}

.sidebar-nav-dropdown .sub-menu .elementor-item-active {
	color:#166BCF !important;
	text-decoration:underline;
}

.sidebar-nav-dropdown .has-submenu {
	cursor:pointer;
}

/* .custom-table table {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
} */

.wp-block-table {
	padding-top:10px;
}

.wp-block-table table {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

/* width */
.wp-block-table::-webkit-scrollbar {
  width: 6px;
	height:6px;
}

/* Track */
.wp-block-table::-webkit-scrollbar-track {
  background: #E8E8E8; 
}
 
/* Handle */
.wp-block-table::-webkit-scrollbar-thumb {
  background: #999999; 
}

/* Handle on hover */
.wp-block-table::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

.wp-block-table thead {
	background-color:#E5E5E5;
	border-bottom:0px;
}

.wp-block-table thead th {
	border:0px;
	font-weight:600;
	white-space:nowrap;
}

.wp-block-table td, .wp-block-table th {
	border-width: 0px 0px 1px 0px;
	border-color:#E8E8E8;
	padding: 8px 16px;
	font-size:14px;
}

.wp-block-table td {
	font-weight:400;
}

table thead:first-child tr:first-child th {
	-webkit-border-before: 0px;
    border-block-start: 0px;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color:transparent;
}

.wp-block-table a {
	color:#1159AF;
}

.wp-block-table a:hover {
	text-decoration:underline;
}

.rmbtn-table tr td:last-child a {
	padding:4px 16px 4px 16px;
	border:1px solid #1159AF;
	font-size:14px;
	color:#1159AF;
	display:inline-block;
	width:max-content;
	text-decoration:none;
}

.rmbtn-table tr td:last-child a:hover {
	background-color:#1159AF !important;
	color:#ffffff !important;
}

.rmbtn {
	padding:4px 16px 4px 16px;
	border:1px solid #1159AF;
	font-size:14px;
	color:#1159AF;
	display:inline-block;
	width:max-content;
	text-decoration:none;
}

.rmbtn:hover {
	background-color:#1159AF !important;
	color:#ffffff !important;
}

.content-sec .elementor-widget-container p {
	text-align:justify;
}

.content-sec p.has-text-align-left {
	text-align: left;
}

.wp-block-heading {
	color:#0A255C;
	font-family: "Vollkorn", Sans-serif;
}

h1.wp-block-heading, h2.wp-block-heading, h3.wp-block-heading, h4.wp-block-heading, h5.wp-block-heading, h5.wp-block-heading h6 {
	font-weight:400;
}

h1.wp-block-heading {
	font-size:var(--font-size-36);
	line-height:var(--line-height-48);
}

h2.wp-block-heading {
	font-size:var(--font-size-32);
	line-height:var(--line-height-48);
}

h3.wp-block-heading {
	font-size:var(--font-size-28);
	line-height:var(--line-height-40);
}

h4.wp-block-heading {
	font-size:var(--font-size-24);
	line-height:var(--line-height-32);
}

h5.wp-block-heading {
	font-size:var(--font-size-18);
	line-height:var(--line-height-32);
}

h6.wp-block-heading {
	font-size:var(--font-size-16);
	line-height:var(--line-height-24);
}

.breadcrumbs-custom .elementor-icon-list-item:last-child .elementor-icon-list-text {
	color:#999999;
}

#breadcrumbs span > span {
	display:inline-block;
	font-size:12px;
	color:#0A255C;
	font-weight:400;
	margin-bottom:5px;
}

.breadcrumbs-custom #breadcrumbs span > span:nth-of-type(2) a {
	pointer-events:none;
}

#breadcrumbs span > span.breadcrumb_last {
	color:#999999;
}

.btndownload a {
	background-color:transparent;
	border-radius:0px;
	padding:22px 0px;
	display: inline-flex;
	color:#0A255C !important;
	font-size:var(--font-size-18);
	font-weight:500;
	line-height:var(--line-height-32);
	border-bottom:1px solid #E8E8E8;
	text-align: left;
}

.btndownload a:hover {
	text-decoration:underline;
	color:#166BCF !important;
}

.btndownload a:before {
	content:'';
	background-image:url('http://coep.dev.diginnovators.site/wp-content/uploads/2023/10/icon-pdf.svg');
	background-size:contain;
	background-repeat: no-repeat;
    background-position: left center;
	min-height: 24px;
    min-width: 24px;
    height: 24px;
    width: 24px;
    display: block;
    float: left;
	margin-top: 2px;
	margin-right:14px;
}

.btndownload a:after {
	content:'';
	background-image:url('http://coep.dev.diginnovators.site/wp-content/uploads/2023/10/icon-dwnld.svg');
	background-size:contain;
	background-repeat: no-repeat;
    background-position: left center;
	min-height: 24px;
    min-width: 24px;
    height: 24px;
    width: 24px;
    display: block;
	float: right;
	margin-top: 2px;
	margin-left:30px;
}

.downloadfile {
	margin-bottom:0px;
}

.downloadfile a {
	background-color:transparent;
	border-radius:0px;
	padding:10px 0px;
	display: inline-flex;
	color:#0A255C !important;
	font-size:var(--font-size-14);
	font-weight:500;
	line-height:var(--line-height-24);
	border-bottom:1px solid #E8E8E8;
	text-align: left;
}

.downloadfile a:hover {
	text-decoration:underline;
	color:#166BCF !important;
}

.downloadfile a:focus {
	text-decoration:underline;
	color:#166BCF !important;
}

.downloadfile a:before {
	content:'';
	background-image:url('http://coep.dev.diginnovators.site/wp-content/uploads/2023/10/icon-pdf.svg');
	background-size:contain;
	background-repeat: no-repeat;
    background-position: left center;
	min-height: 18px;
    min-width: 18px;
    height: 18px;
    width: 18px;
    display: block;
    float: left;
	margin-right:10px;
	
}

.downloadfile a:after {
	content:'';
	background-image:url('http://coep.dev.diginnovators.site/wp-content/uploads/2023/10/icon-dwnld.svg');
	background-size:contain;
	background-repeat: no-repeat;
    background-position: left center;
	min-height: 18px;
    min-width: 18px;
    height: 18px;
    width: 18px;
    display: block;
	float: right;
	margin-left:16px;
}

.about-content .wp-block-gallery .wp-element-caption {
	position:unset !important;
	background:#0A255C !important;
	margin-top:0px !important;
	padding: 8px 16px !important;
	font-weight:600;
	font-size: var(--font-size-14) !important;
	font-style:normal;
	line-height:var(--line-height-24);
}

.about-content .wp-block-gallery .wp-element-caption a {
	color:#ffffff !important;
	text-decoration:none !important;
}

.about-content .wp-block-gallery {
	gap:30px !important;
}

.about-content .wp-block-gallery .wp-block-image {
	width: calc(33.33% - 30px) !important;
    min-width: calc(33.33% - 30px) !important;
    max-width: calc(33.33% - 30px) !important;
}

.btndark a{
	background-color:#0A255C;
	color:#ffffff !important;
	border-radius:0px;
	width:100%;
	min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	border:1px solid #0A255C;
	text-align:left;
	font-size: 14px;
    font-weight: 600;
	line-height:var(--line-height-24);
	text-decoration:none;
	text-align:center;
}

.btndark a:hover {
	background-color:transparent;
	color:#0A255C !important;
	text-decoration:none;
}

.btnsbox {
	gap:30px;
	align-items: start !important;
}

.btnsbox .btndark {
	width:calc(50% - 15px) !important;
}

.btnsbox-three-col {
	gap:30px;
	align-items: start !important;
}

.btnsbox-three-col .btndark {
	width:calc(32.8% - 15px) !important;
}

.about-content .wp-block-boldblocks-accordion-item {
	border-width: 0px !important;
}

/* .about-content .wp-block-boldblocks-accordion-item:first-child {
	border-top: 0px !important;
} */

.about-content .accordion-link {
	font-family: "Vollkorn", Sans-serif;
	color:#0A255C !important;
	font-size:var(--font-size-20);
	line-height:var(--line-height-24);
	border-bottom:1px solid #E8E8E8;
	padding:10px 0px !important;
	text-decoration:none !important;
}

.about-content .accordion-link:after {
	width:16px;
}

.about-content .accordion-body {
	padding-left:0px !important;
	padding-right:0px !important;
}

.foo-companycont h6 {
	margin-bottom:0px;
	color:#ffffff;
	font-family: "Roboto", Sans-serif;
}

.djacc__openbtn {
	background-color:#0A255C !important;
	border-radius: 100px;
}

.djacc__openbtn img {
	width: 20px;
    height: 20px;
    object-fit: contain;
}

.djacc-popup.djacc--top-right:hover .djacc__openbtn {
	margin:0px;
}

.box-admin-details {
	border:1px solid #E8E8E8;
	gap:0px !important;
}

.box-admin-details .wp-block-column:first-child .wp-block-image img{
	width:100%;
}

.box-admin-details .wp-block-column:first-child {
	background-color:#ffffff;
	text-align:center !important;
/* 	color:#ffffff; */
/* 	flex-basis:42% !important; */
	flex-basis:35% !important;
/* 	padding:32px 48px; */
	padding:32px 32px 10px;
	align-self: stretch;
	display: flex;
    flex-direction: column;
    justify-content: end;
}

.box-admin-details .wp-block-column:first-child .wp-block-heading {
/* 	color:#ffffff !important; */
	font-family: "Roboto", Sans-serif;
}

.box-admin-details .wp-block-column:first-child h4 {
	font-size:20px !important;
	font-weight:600;
	padding-top:5px;
	margin-bottom:5px;
}

.box-admin-details .wp-block-column:first-child p {
	text-align:center !important;
}

.box-admin-details .wp-block-column:last-child {
/* 	flex-basis:58% !important; */
	flex-basis:65% !important;
	align-self:center;
/* 	padding:32px 48px; */
	padding:32px 32px;
	font-size:14px;
}

.box-admin-details .wp-block-column:last-child p {
	margin-bottom:0px;
}

.box-admin-details .wp-block-column:last-child h6 {
	font-size:14px;
	font-weight:600;
	font-family: "Roboto", Sans-serif;
	color:#1A1A1A;
	line-height:var(--line-height-32);
	margin-top: 0px;
    margin-bottom: 20px;
}

.btnaction-list .elementor-icon-list-items {
	width:100%;
	margin:auto !important;
}

.btnaction-list .elementor-icon-list-item {
	width:calc(25% - 30px);
	margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.btnaction-list .elementor-icon-list-item a {
	background-color:#0A255C;
	border:1px solid #E9EDF6;
	padding: 24px 32px;
}

.btnaction-list .elementor-icon-list-item a:hover {
	background-color:#ffffff;
}

.events-list .elementor-post__title a:hover {
	color:#1159AF !important;
	text-decoration:underline;
}

.btnnav .elementor-heading-title a:hover {
	text-decoration:underline;
}

.foo-nav .elementor-item:hover {
	text-decoration:underline;
}

.searchbox-lg .elementor-search-form__input:focus-visible {
	outline: none !important;
}

.search-list .elementor-post {
	border-bottom:1px solid #E8E8E8;
	padding-bottom:15px !important;
}

.elementor-pagination {
	font-family: "Roboto", Sans-serif !important; 
	font-size:var(--font-size-16) !important;
	font-weight:500 !important;
	
}

.page-numbers {
	border: 1px solid #E8E8E8;
    border-radius: 8px;
    min-height: 48px;
    min-width: 42px;
    padding: 7px 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-top:4px;
	margin-bottom:4px;
	margin-left: 2px !important;
	margin-right: 2px !important;
	color:#0A255C;
	font-size:16px;
	font-weight:500;
}

.page-numbers.prev, .page-numbers.next {
	text-decoration:underline;
	padding:7px 16px !important;
}

.page-numbers.prev {
	margin-left: 0px !important;
}

.page-numbers.next {
	margin-right: 0px !important;
}

.page-numbers.current {
	background-color:#0A255C;
	border-color:#0A255C;
	color: #ffffff;
}

/* .single-post-custom .menu-item:first-child .elementor-item {
	color:#166BCF !important;
	text-decoration:underline !important;
} */

.single-event li.events .elementor-item {
	color:#166BCF !important;
	text-decoration:underline !important;
}

.single-news li.news .elementor-item {
	color:#166BCF !important;
	text-decoration:underline !important;
}

.elementor .wp-block-separator {
	border:0px;
	height:1px;
	background-color: #E8E8E8;
}

ul li::marker {
	font-size:16px;
}

ol li::marker {
	font-size:16px;
}

.banner-txt {
	top:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
}

.visitor-count .wps_text_glowing span {
	width:auto;
	height:auto;
	animation:none;
	color:#0A255C;
	font-size:var(--font-size-12);
	line-height:var(--line-height-24);
	font-weight:500;
	border:0px;
	padding: 0px 1px;
	font-family: "Roboto", sans-serif;
}

.visitor-count .elementor-heading-title {
	display:flex;
	align-items:center;
	min-width: max-content;
}

.visitor-count #mvcwid {
	width:max-content;
	padding: 0px 6px;
}

.search-count .elementor-shortcode {
	font-family: "Roboto", Sans-serif;
	font-size:var(--font-size-18);
	font-weight:600;
	line-height:var(--line-height-32);
}

.search-list-each .elementor-icon-list-text p {
	margin-bottom:0px;
}

.search-list-each {
	border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px !important;
}

.wp-block-ub-tabbed-content.vertical-holder {
	margin-top:0px !important;
}


/* .wp-block-ub-tabbed-content-tabs-title-vertical-tab {
	border:1px solid #E5E5E5 !important;
	border-left:0px !important;
} */

.wp-block-ub-tabbed-content-tab-title-vertical-wrap {
	border-color:#E5E5E5 !important;
	border-radius:0px !important;
	border-width:0px 1px 1px 0px;
	font-weight:400;
	font-weight:var(--line-height-24);
	border-right:1px solid ;
}

.wp-block-ub-tabbed-content-tab-title-vertical-wrap:first-child {
	border-top:1px solid #E5E5E5 !important;
}

.wp-block-ub-tabbed-content-tab-title-vertical-wrap.active {
	background-color: #0A255C !important;
    color: #ffffff !important;
	border-color:#0A255C !important;
}

.wp-block-ub-tabbed-content-tabs-content {
	border:0px !important;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
}

.wp-block-ub-tabbed-content-tabs-content .wp-block-ub-tabbed-content {
	margin-top:0px;
}

.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content {
	margin-left:-17px;
}

#btn-back {
	display:none;
}

#btn-back .elementor-button {
	cursor:pointer;
}

/* .parent-pageid-1284 .content_wrapper, .parent-pageid-1295 .content_wrapper {
	min-width:100%;
}

.parent-pageid-1284 .content_wrapper > .elementor-element-populated, .parent-pageid-1295 .content_wrapper > .elementor-element-populated {
	padding-right:10px !important;
}

.parent-pageid-1284 .sidemenu_wrapper, .parent-pageid-1295 .sidemenu_wrapper {
	display:none;
} */

.content_wrapper[hide] {
	min-width:100%;
}

.content_wrapper[hide] > .elementor-element-populated {
	padding-right:10px !important;
}

.sidemenu_wrapper[hide] {
	display:none;
}

.content_wrapper[hide] #btn-back {
	display:block;
}

/* .parent-pageid-1284 #btn-back, .parent-pageid-1295 #btn-back, .elementor-page-1227 #btn-back {
	display:block;
}
 */

.wp-block-ub-tabbed-content-accordion-toggle {
	border-color:#E5E5E5 !important;
	border-top:0px;
}

.wp-block-ub-tabbed-content-accordion-toggle:first-child {
	border-top:1px solid;
}

.wp-block-ub-tabbed-content-accordion-toggle.active {
	background-color:#0A255C !important;
	color:#ffffff !important;
	border-color:#0A255C !important;
}

.ub-tabbed-content-mobile-accordion>.wp-block-ub-tabbed-content-tab-content-wrap.active {
	border-color:#E5E5E5 !important;
}

.wp-block-ub-tabbed-content-tabs-content .wp-block-table {
	padding-top:0px;
}

.wp-block-ub-tabbed-content-tabs-content .wp-block-ub-tabbed-content-tabs-content {
	padding-right:0px;
} 

.cpt-table {
	margin-bottom: 76px;
}

.cpt-table table {
    overflow: hidden;
    overflow-x: auto;
    white-space: unset;
} 

.cpt-table .title-td p {
	min-width:180px;
}

.cpt-table .title-td p a {
	color:#0A255C !important;
}

.cpt-table .title-td p a:hover {
	color:#166BCF !important;
}

.cpt-table p {
	margin-bottom:0px;
	text-align:unset !important;
}

.list-events .elementor-post__title a {
	color:#0A255C !important;
	text-decoration:none !important;
}

.rht_icon_wrapper_element {
	width:max-content !important;
	top:32px !important;
	margin-top: 33px;
}

.rht_icon_wrapper {
	width: 38px !important;
    height: 38px !important;
    border-radius: 100px !important;
	opacity:1 !important;
}

.rht_icon_speaker_wrapper {
	background: #0A255C !important;
}

.ssplay_icon_bg_holder {
    background: #0A255C !important;
}

.sstemplate_1 .ssplay_icon_bg_holder::before, .sstemplate_1 .ss_title_vertical:before {
	background: #0A255C !important;
}

@media (min-width:1025px) and (max-width:1199px) {
	.mainheader-sec .elementor-nav-menu .elementor-item {
		font-size:var(--font-size-12) !important;
		-webkit-margin-start: calc(10px/2) !important;
		margin-inline-start: calc(10px/2) !important;
	}
	
	.mainheader-sec  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
		left: calc(10px/2) !important;
	}
}


@media (max-width:1199px) {
	.about-content .wp-block-gallery .wp-block-image {
		width: calc(50% - 30px) !important;
		min-width: calc(50% - 30px) !important;
		max-width: calc(50% - 30px) !important;
	}
	.about-content .wp-block-gallery .wp-element-caption {
		padding: 8px 16px !important;
    	font-size: 14px !important;
	}
	.btndark a {
		font-size:16px;
	}
	.btnsbox-three-col .btndark {
		width:calc(50% - 15px) !important;
	} 
}

@media (max-width:991px) {
	.upcoming-events {
    	background-image: linear-gradient(#0A255C 30%, #ffffff 0%);
	}
	.box-admin-details .wp-block-column:first-child {
		flex-basis:100% !important;
	}
	.box-admin-details .wp-block-column:last-child {
		flex-basis:100% !important;
	}
	.btnaction-list .elementor-icon-list-item {
		width:calc(50% - 30px);
	}
}

@media (max-width:899px) {
	.wp-block-ub-tabbed-content-tabs-content  {
		width:100% !important;
		padding-left:0px;
	}
	
	.wp-block-ub-tabbed-content-tab-holder.vertical-tab-width {
		display:none;
	}
	
	.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content {
		margin-left:0px;
	}
}

@media (max-width:767px) {
	.upcoming-events {
    	background-image: linear-gradient(#0A255C 23%, #ffffff 0%);
	}
	
}


@media (max-width:575px) {
	
	.header-logocont .elementor-widget-container {
    	line-height: var(--line-height-20) !important;
	}
	
	.header-logocont h6 {
		font-size:var(--font-size-14) !important;
    	line-height: var(--line-height-22) !important;
		margin-bottom: 5px;
	}
	
	.action-box .elementor-button-text {
		justify-content:center;
	}
	
	.action-box .elementor-button-content-wrapper {
		flex-direction:column;
		gap: 15px;
	}
	
	.action-box .elementor-align-icon-left {
		margin-right:0px !important;
	}
	
	.about-content .wp-block-gallery .wp-block-image {
		width: calc(100% - 30px) !important;
		min-width: calc(100% - 30px) !important;
		max-width: calc(100% - 30px) !important;
	}
	
	.btnsbox .btndark {
		width:100% !important;
	}
	
	.btnsbox-three-col .btndark {
		width:100% !important;
	}
	
	.btnaction-list .elementor-icon-list-item {
		width:100%;
	}
}





.coep_tabs_wrapper{
	display: flex;
	gap: 20px;
	margin: 20px 0;
}
.coep_tabs_title{
	width:20%;
}
.coep_tabs_title,
.coep_tabs_title ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display:flex;
flex-direction: column;
}
.coep_tabs_title ul{
	background:#fff;
	display: none;
	
}
.coep_tabs_title li:hover ul,
.coep_tabs_title li[active] ul{
	display:block;
}
.coep_tabs_title li{/* background: #f00; */border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5; }
.coep_tabs_title li:last-child{border-bottom: 1px solid #e5e5e5; }
.coep_tabs_title span{
	padding: 10px;
	display: flex;
	cursor: pointer;
}
.coep_tabs_title ul li span{
	padding-left:20px;
}
.coep_tabs_title li[active] > span,
.coep_tabs_title span:hover{
    background: #0a255c;
    color: #fff;
}
.coep_tabs_content{
	margin: 0;
	padding: 0;
	list-style: none;
	display:flex;
	flex-direction:column;
	width:80%;

}
.coep_tabs_content > li{
	display:none;

}
.coep_tabs_content > li:first-child{
	display:block;
}
.coep_tabs_content > li table{
	border-top: 1px solid #bfbfbf;
}



.coep_tabs_title_new{
	width:20%;
}
.coep_tabs_title_new,
.coep_tabs_title_new ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display:flex;
flex-direction: column;
}
.coep_tabs_title_new ul{
	background:#fff;
	display: none;
	
}
.coep_tabs_title_new li:hover ul,
.coep_tabs_title_new li[active] ul{
	display:block;
}
.coep_tabs_title_new li{/* background: #f00; */border-top: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5; }
.coep_tabs_title_new li:last-child{border-bottom: 1px solid #e5e5e5; }
.coep_tabs_title_new span{
	padding: 10px;
	display: flex;
	cursor: pointer;
}
.coep_tabs_title_new ul li span{
	padding-left:20px;
	cursor:pointer;
}
.coep_tabs_title_new li[active] > span,
.coep_tabs_title_new li[active] > a > span,
.coep_tabs_title_new span:hover{
    background: #0a255c;
    color: #fff;
}
.coep_tabs_title_new li a{
color: rgb(51, 51, 51) !important;

font-size : 14px;
    text-decoration:none;
}

figure.wp-block-gallery.has-nested-images.columns-default.is-cropped.gallery-custom {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-buttons {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
[data-elementor-type="single-page"]{
    display:none;
}
.banner_page_heading h2{
        color: #fff;
    font-size: 3em;
}

.coep_tabs_title_new [has_sub_menu] > a > span:after {
    
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    
    margin-left: auto;
}
.coep_tabs_title_new [has_sub_menu][active] > a > span:after,
.coep_tabs_title_new [has_sub_menu]:hover > a > span:after{
    
    transform: rotate(90deg);
    transform-origin: 5px 10px;
}


.coep_tabs_title_new [has_sub_menu] > ul> li> a > span:before {
    
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    
    margin-right:10px;
}


.coep_tabs_title_new [has_sub_menu] > ul> li> a > span {
    text-align:left;
}

.coep_bredcrumbs {}
.coep_bredcrumbs a {
    font-size:14px;
    display:inline-flex;
    padding:10px;
    color:#0a255c !important;
    text-decoration:none;
}



.marquee_wrapper{
    width: 100%;
    height: 100%;
	max-height:477px;
    overflow: hidden;
 position: relative;
}
.marquee_wrapper ul{
    margin: 0;
    padding: 0;

 transform:translateY(0%);
}

.marquee_wrapper:hover ul {
  animation-play-state: paused !important;
}

.marquee_wrapper ul{
    animation: marquee 10s infinite linear;
}
.marquee_wrapper ul li{
   padding-top: 16px;
   padding-bottom: 14px;
   border-bottom: 2px solid #E8E8E8;
}
.marquee_wrapper ul li a{
font-size: var(--font-size-16);
    font-weight: 400;
    line-height: var(--line-height-24);
    color: #0A255C;
    display: block;
}
@keyframes marquee{
    0% {transform: translateY(0%);}
    /* 100% {transform: translateY(-100%);} */
    100% {transform: translateY(-100%);}
}

.post_item_meta_wrap {
    font-size: 12px;
    display: flex;
    padding: 10px 0;
    gap: 10px;
    color: #7d7d7d;
}

.downloadfile_pdf:before {
    content: '';
    background-image: url(http://coep.dev.diginnovators.site/wp-content/uploads/2023/10/icon-pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 18px;
    min-width: 18px;
    height: 18px;
    width: 18px;
    display: block;
    float: left;
    margin-right: 10px;
}


.downloadfile_other:before {
    content: '';
    background-image: url(http://coep.dev.diginnovators.site/wp-content/uploads/2023/12/151896.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 18px;
    min-width: 18px;
    height: 18px;
    width: 18px;
    display: block;
    float: left;
    margin-right: 10px;
	opacity: 0.3;
}



.downloadfile_all:before {    content: '';
    background-image: url(http://coep.dev.diginnovators.site/wp-content/uploads/2023/10/icon-dwnld.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 18px;
    min-width: 18px;
    height: 18px;
    width: 18px;
    display: block;
}


.banner_image_container img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.table_wrap{
	    max-height: 581px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.showing .table_wrap{
    max-height: 2000px;
}
.table_view_all_wrap{
display:flex;
justify-content:center;
}
.table_view_all,
.downloadfile_all_btn,
.link_all_btn{
    /*font-family: "Roboto", Sans-serif;*/
    /*font-size: var(--font-size-16);*/
    /*font-weight: 600;*/
    /*line-height: var(--line-height-24);*/
    /*fill: #1159AF;*/
    /*color: #1159AF;*/
    /*background-color: #00000000;*/
    /*border-style: solid;*/
    /*border-width: 2px 2px 2px 2px;*/
    /*border-color: #1159AF;*/
    /*border-radius: 0px 0px 0px 0px;*/
    /*padding: 7px 30px 7px 30px;*/
    /*margin: 0px 20px;*/
    
    /*transition:background 0.3s ease-in-out;*/
    /*text-decoration:none;*/
    
    /*min-width: 140px;*/
    /*display: inline-flex;*/
    /*text-align: center;*/
    /*justify-content: center;*/
    
    
        font-family: "Roboto", Sans-serif;
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: var(--line-height-24);
    fill: #1159AF;
    color: #1159AF;
    background-color: #00000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1159AF;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    margin: 0px 20px;
    transition: background 0.3s ease-in-out;
    text-decoration: none;
    min-width: 100px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    font-weight: 400;
    font-size: var(--font-size-13);
}
.table_view_all:hover,
.downloadfile_all_btn:hover,
.content-sec a.downloadfile_all_btn:hover,

.link_all_btn:hover,
.content-sec a.link_all_btn:hover{
    
    color: #FFFFFF !important;
    background-color: #1159AF;
    text-decoration:none;
}
.table_view_all{
	cursor:pointer;
}
.table_view_all:hover{
	/*text-decoration:underline;*/
}
.showing .table_view_all{
	display:none;
}
/* .coep_tabs_content {
    width: 100%;
} */


/*.link_all_btn,*/
/*.content-sec a.link_all_btn {*/
/*    font-family: "Roboto", Sans-serif;*/
/*    font-size: var(--font-size-16);*/
/*    font-weight: 600;*/
/*    line-height: var(--line-height-24);*/
/*    fill: #000;*/
/*    color: #333 !important;*/
/*    padding: 7px 30px 7px 30px;*/
/*    margin: 30px 20px;*/
    
/*    transition:background 0.3s ease-in-out;*/
/*    text-decoration:none;*/
/*}*/

/*.link_all_btn:hover,*/
/*.content-sec a.link_all_btn:hover{*/
/*    color: #000 !important;*/
/*}*/


.accordion-body table tr th:nth-child(2) {
    width: 76%;
}

.accordion-body table tr th:nth-child(1) {
    width: 100px;
}


table td, table th{
    padding-top:5px;
    padding-bottom:5px;
}
table td, table th, table tr {
    height:auto !important;
    vertical-align: middle;
}
td p,
th p{
    margin: 5px 0;
}
.table_view_all, 
.downloadfile_all_btn, 
.link_all_btn {
    
    line-height: var(--line-height-22);
}
.coep_tabs_content{
    overflow:auto;
}
.custom_faculty_temp .coep_tabs_title_new li:has(> a[data-item="Faculty"]) {
    background: #0a255c;
    color: #fff;
}
.custom_faculty_temp .coep_tabs_title_new li>a[data-item="Faculty"] {
    color: #fff !important;
}
.custom_faculty_temp > div >.coep_tabs_wrapper {
    width: 100%;
}
.news_announcement .marquee_wrapper ul li {
    padding-top: 8px;
    padding-bottom: 8px;
}
.page-id-2321 .coep_bredcrumbs+.coep_tabs_wrapper>.coep_tabs_content {
    min-width: 100%;
}
.page-id-2321 .content-sec .elementor-widget-container p {
    text-align: unset;
}
.page-id-2321 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: unset;
}
.page-id-2321 .coep_tabs_content {
    overflow-x: hidden;
}

@media all and (max-width:786px){
    
.coep_tabs_content{
width:100%;
}
}

@media all and (max-width:480px){
	.coep_tabs_wrapper {
		flex-direction: column-reverse;
	}
	.coep_tabs_wrapper .coep_tabs_title_new{
		width: 100%;
	}
	.custom_faculty_temp, .single_faculty_temp{
		padding: 0px 10px 10px 10px;
	}
	.tax-faculty_department .coep_bredcrumbs+.coep_tabs_wrapper, .single-faculty .coep_bredcrumbs+.coep_tabs_wrapper{
		display: none;
	}   
	.custom_faculty_temp .cpt-each-list .sectwo .bgtitle, .single_faculty_temp .cpt-each-list .sectwo .bgtitle{
		text-align: center;
	}
	.custom_faculty_temp .cpt-list-main {
		flex-direction: column;
	}
	.custom_faculty_temp .cpt-each-list .secone .cpt-image, .single_faculty_temp .cpt-each-list .secone .cpt-image{
		min-width: 150px;
		max-width: 150px;
	}
	.custom_faculty_temp .cpt-each-list .secone .cpt-content{
		padding-left: 15px;
	}
	.custom_faculty_temp .cpt-list-main .cpt-each-list{
		width: auto;
	}
	.custom_faculty_temp .cpt-each-list .secone .cpt-title, .single_faculty_temp .cpt-each-list .secone .cpt-title{
		line-height: 20px;
		margin: 0px 0px 8px 0px;
	}
	.custom_faculty_temp .cpt-each-list .secone .cpt-content p, .single_faculty_temp .cpt-each-list .secone .cpt-content p{
		margin-bottom: 3px;
	}	
}

@media all and (max-width:780px){
.coep_tabs_wrapper{
    flex-direction:column-reverse;
}
.coep_tabs_title_new{
    width:100%;
}
    }