/*
Theme Name: OceanWP Child theme of oceanwp
Theme URI: 
Description: Child theme of oceanwp theme for the OceanWP theme
Author: <a href="https://oceanwp.org/about-me/">Nick</a>
Author URI: 
Template: oceanwp
Version: 3.1.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 19 Nov 2021 07:10:49 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/


/*===========================*/
/*dropdown style */
.dropdown-wrapper .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    border: 0;
    display: flex;
    align-items: center;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 16px;
    height: 50px;
}
.dropdown-wrapper .select-styled:after {
    content: url(/wp-content/uploads/2022/04/down-arrow.png);
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 25px;
    transition: all .2s;
}
.dropdown-wrapper .select-styled:hover {
    /* background-color: #b83729;*/
}
.dropdown-wrapper .select-styled:active, .dropdown-wrapper .select-styled.active {
    z-index: 3;
}
.dropdown-wrapper .select-styled:active:after, .dropdown-wrapper .select-styled.active:after {
    transform: rotate(180deg);
    transition: all .2s;
    transform-origin: center;
    transform-box: fill-box;
    -webkit-transform: rotate(180deg);
    top: 38px;
    right: 15px;
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.dropdown-wrapper .select-options {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 16px;
    color: #000;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    z-index: 2;
	max-height: 240px;
    overflow-y: auto;
}
.dropdown-wrapper .select-options li {
     margin: 0;
     padding: 10px 12px;
}
.dropdown-wrapper .select-options li:hover, .dropdown-wrapper .select-options li.is_selected {
    background: #f5f5f5;
}
.dropdown-wrapper .select-options li[rel="hide"] {
     display: none;
}

.dropdown-wrapper .select-options::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.dropdown-wrapper .select-options::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

.dropdown-wrapper .select-options::-webkit-scrollbar-thumb {
	background-color: var(--e-global-color-primary);
}
/*dropdown style end*/


/*===========================*/
.enablefalse,
#sec_visibilityfalse{
	display:none!important;
}
.enabletrue,
#sec_visibilitytrue{
	display:block!important;
}

#sec_visibility_flextrue {
	display: flex !important;
}

#sec_visibility_flexfalse {
	display: none !important;
}
.aply_prced_tab .jet-tabs__control{
	width: 33.333%;
    text-align: center;
}

.aply_prced_tab .jet-tabs__control-wrapper{
	width: 100%;
    align-items: center!important;
    justify-content: center!important;
}
.aply_prced_tab .jet-tabs__control-inner{
	display:block!important
}

.aply_prced_tab  .jet-tabs-icon{
	width: 70px;
    height: 70px;
    background: #fff;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto;
}
.aply_prced_tab .jet-tabs__control:hover .jet-tabs-icon,
.aply_prced_tab .active-tab .jet-tabs-icon{
	background: #0c4da2;
}

.aply_prced_tab .jet-tabs__control .jet-tabs__label-text{
	position:relative;
}
.aply_prced_tab .jet-tabs__control .jet-tabs__label-text:after{
    content: 'Step 1';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: -40px;
    left: 0;
    font-size: 16px;
}
.aply_prced_tab .jet-tabs__control:nth-child(2) .jet-tabs__label-text:after{
	 content: 'Step 2';
}
.aply_prced_tab .jet-tabs__control:nth-child(3) .jet-tabs__label-text:after{
	 content: 'Step 3';
}

.annimated-bg-blue .elementor-button-link .elementor-button-content-wrapper {
    z-index: 2 !important;
    position: relative;
}
.annimated-bg-blue .elementor-button-link{
	position: relative !important;
}
.annimated-bg-blue .elementor-button-link:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: #0C4DA2;
    left: 0;
    top: 0;
    transition: .3s;
    border-radius: 5px;
    z-index: 1 !important;
}
.annimated-bg-blue .elementor-button-link:hover:before {
    width: 100%;
}
.cst_slicky-sec .cst_icon_list{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cst_slicky-sec.elementor-sticky--active .cst_icon_list{
	display:none;
}
.cst_slicky-sec .cst_icon_list.active-warp{
	display:block;
}
.cst_lnks_title > .elementor-widget-container{
	cursor:pointer;
}
.cst_lnks_title .elementor-heading-title{
	position:relative;
}
.cst_slicky-sec.elementor-sticky--active .cst_lnks_title .elementor-heading-title:after{
	font-family: 'Font Awesome 5 Free';
    content: "\f0c9";
    font-weight: 900;
    position: absolute;
    display: block;
    font-size: 20px;
    right: 0;
    top: 0;
}
.cst_slicky-sec.elementor-sticky--active .cst_lnks_title .elementor-heading-title.close:after{
	content: "\f00d"!important;
}
ul.custom_links{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
ul.custom_links li{
	display:block;
}
ul.custom_links li a {
	display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #9A9A9A;
}
ul.custom_links li a:hover{
	color:#0c4da2;
}
ul.custom_links li a span:first-child{
	margin-right:10px;
}
ul.custom_links li:last-child a {
	border-bottom: inherit;
}

.dep_cnt_list .jet-listing-grid__items,
.program-repeater .jet-listing-grid__items{
	align-items: center;
    justify-content: center;
}
.r_d_pst article.elementor-post{
	padding-bottom:20px;
}
.r_d_pst .elementor-post__text{
	background: #fff;
    box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 15%);
    margin: 0 auto;
    padding: 16px 20px;
    width: 90%!important;
    position: relative;
    margin-top: -12%;
    z-index: 1;
}
.facilities_pst .elementor-post__read-more{
	position:relative;
}
.facilities_pst .elementor-post__read-more:after{
	font-family: 'Font Awesome 5 Free';
    content: "\f061";
    font-weight: 900;
    position: absolute;
    display: block;
    font-size: 16px;
    right: -25px;
    top: -1px;

}

.syl_wrapper  #false.jet-tabs__control{
	display:none!important;
}
.syl_wrapper  #true.jet-tabs__control{
	display:block!important;;
}

.syl_list .jet-listing-grid__item:nth-child(2n-1){
	background-color:#FFFFFF80;
}

.fees-repeater .jet-listing-grid__item {
    border-bottom: 1px solid #0000004D;
    padding: 15px 0px 15px 70px !important;
}
.program-repeater .jet-listing-grid__item > .elementor {
    border-right: 2px solid #000;
}
.program-repeater .jet-listing-grid__item:last-child > .elementor {
    border: none;
}/*
.jet-listing-grid__item {
    padding: 0px !important;
}*/
.jet-listing-dynamic-field__content{
	margin-bottom: 0 !important;
}
.dep_news_wrapper .jet-slick-dots{
	 align-items: end;
    justify-content: right;
	margin-top:20px;
}
.program-outcome .elementor-widget-jet-listing-dynamic-field:first-child{
    width: 105px !important;
    float: left;
}
.program-outcome .elementor-widget-jet-listing-dynamic-field:last-child {
    width: calc(100% - 105px) !important;
}
.program-outcome .jet-listing-grid__item {
    background: #E0E8F2;
    padding: 20px !important;
}
.program-outcome .jet-listing-grid > .jet-listing-grid__items {
    column-gap: 30px;
    row-gap: 20px;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
}
.fees-area > .elementor-container {
    margin-left: 0 !important;
}
.program-fees-item .premium-dual-header-first-header{
    display: flex;
    justify-content: space-between;
}
.program-fees-item .premium-dual-header-first-span,
.program-fees-item .premium-dual-header-second-header{
    text-align: left !important;
}
.rsrch_sl_list,
.rcrch_bg{
	position:relative;
}
.rcrch_bg:before{
	content:'';
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: linear-gradient(0deg, rgba(12, 77, 162, 0.8), rgba(12, 77, 162, 0.8));
}
.center_list .rcrch_bg:before{
	background: transparent;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.center_list:hover .rcrch_bg:before {
    background: #0C4DA2;
}
.rcrch_bg{
	width:100%;
	height: 124px!important;
}
.center_list .rcrch_bg{
	border:2px solid #0C4DA2;;
}
.center_list .rsrch_innr_cntnt i,
.center_list .rsrch_innr_cntnt h3{
	color:#0C4DA2!important;
}
.center_list:hover .rsrch_innr_cntnt i,
.center_list:hover .rsrch_innr_cntnt h3{
	color:#fff!important;
}
.rcrch_bg img{
	height: 100%!important;
    width: 100%;
    object-fit: cover;
}
.rsrch_cntnt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.center_list .rsrch_cntnt{
	 background: transparent;
}
.rsrch_innr_cntnt{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: table;
    padding: 20px 20px 20px 30px;
}
.rsrch_img{
	margin-right: 20px;
    width: 70px;
    display: table-cell;
    vertical-align: middle;
}
.rsrch_img img{
	width: 50px;
    height: 50px;
    object-fit: contain;
	filter: invert(15%) sepia(98%) saturate(2599%) hue-rotate(206deg) brightness(95%) contrast(91%);
}
.rsrch_name{
	display: table-cell;
    vertical-align: middle;
}
.rsrch_name h3{
	margin: 0;
    font-family: "Source Sans Pro", Sans-serif!important;
    color: #000000;
}
.rsrch_sl_list:hover .rsrch_cntnt{
	background:transparent;
}
.rsrch_sl_list:hover .rsrch_name h3{
	color:#fff;
}
.rsrch_sl_list:hover .rsrch_img img{
	filter: brightness(0) invert(1);
}
.rsrch_img i{
	font-size:45px;
	color:#000000;
}
.rsrch_sl_list:hover .rsrch_img i{
	color:#fff;
}
.dprt_list .jet-listing-dynamic-repeater__items {
	column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(3,1fr);
    display: grid;
}
#false.dprt_list {
	display:none;
}
#true.dprt_list {
	display:block;
}
#false.cntrl_list {
	display:none;
}
#true.cntrl_list{
	display:block;
}
.bio_list .jet-listing-dynamic-repeater__items {
    grid-template-columns: repeat(2,1fr);
}

 .prgrms_sl_list:hover .jet-listing-dynamic-field__content{
	color:#fff!important;
}
.prgrms_sl_list:hover .jet-listing-dynamic-field__content img{
	filter: brightness(0) invert(1);
}
/* .mission-vision .jet-listing{
	background:#fff;
} */
.mission-vision .jet-listing-dynamic-repeater__items {
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(2,1fr);
    display: grid;
}
.mv-single-item .item-right-side-content {
    width: calc(100% - 104px) !important;
}
.mv-single-item .item-image {
    width: 104px !important;
}
.mv-single-item {
    background-color: #fff;
    padding: 35px 35px 35px 25px;
    align-items: flex-start !important;
    column-gap: 25px;
}
.mv-single-item .item-right-side-content a {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.5;
    color: #fff !important;
    background: #0C4DA2;
    padding: 12px 50px 12px 12px;
    font-family: 'Source Sans Pro';
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
}

.mv-single-item .item-right-side-content a:before {
    position: absolute;
    content: "";
    background: url('/wp-content/uploads/2022/02/Arrow-1-1.svg');
    right: 20px;
    top: 1px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
}
.mv-single-item .item-right-side-content a:hover{
	background:#e4b316;
}
.mv-single-item .item-right-side-content h3 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    color: #000 !important;
    font-family: 'Butler';
    margin-bottom: 10px !important;
}
.mv-single-item .item-right-side-content p {
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #000 !important;
    /*text-transform: capitalize;*/
    margin-bottom: 15px !important;
    font-family: Source Sans Pro !important;
}
.counter-repeater .jet-listing-dynamic-repeater__items {
    justify-content: space-around !important;
	column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(6,1fr);
    display: grid;
}
.counter-repeater .jet-listing-dynamic-repeater__item span:last-child {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding-top: 5px;
    color: #000 !important;
}
/*========button svg hover effect===========*/
.elementor-button-wrapper a:hover svg path {
    fill: #E4B316 !important;
}
/*================*/
.heading-link a {
    color: #E4B316 !important;
    text-decoration: underline !important;
}
.heading-link a:hover{
	color: #000 !important;
}
/*============Mega Menu Css========*/
.mega-menu-quick-link ul li:first-child span{
	font-weight: 700 !important; 
}
.mega-menu-quick-link ul li:first-child:hover span{
	color: inherit !important;
}
.mega-menu-banner .elementor-widget-container{
	position: relative !important;
}
.mega-menu-banner .elementor-widget-container:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	top: 0;
	left: 0;
}
/*=============Header Area Css============*/
#top-bar-nav>ul>li {
    margin-right: 40px !important;
}
.main-menu i.icon-magnifier {
    font-size: 18px !important;
    font-weight: 700 !important;
}
input.searchform-overlay-input {
    font-size: 15px !important;
    border-radius: 0 !important;
    text-transform: inherit !important;
}
#searchform-overlay label{
	font-size: 15px !important;
	color: #fff !important;
}
a.search-overlay-close {
    background: transparent !important;
}
div#top-bar-wrap {
    border: none !important;	
}
#site-header-inner.container{
	max-width:100% !important;
}
/*======top bar css=====*/
#top-bar-inner{
	max-width: 1700px;
    margin: 0px auto;
	padding:0px 20px;
}
#top-bar-nav>ul>li:last-child {
    margin-right: 0px !important;
}

/* Sticky Sliding Sidebar  ------start-----*/
.sticky-sidebar {
	position:fixed !important;
	top:50%;
	right:-350px;
	transform:translateY(-50%);
	width:350px;
	height:auto;
	box-sizing:border-box;
	transition:0.5s;
}

.sticky-sidebar.active{
	right:0;
  }

.sticky-sidebar-toggle {
	position:absolute;
	text-align:center;
	cursor:pointer;
	top:0;	
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

/* Sticky Sliding Sidebar  ------end-----*/

/*04-01-22*/
.menu-search .elementor-search-form__toggle i{
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
}
.mobile-popup-menu .sub-menu.elementor-nav-menu--dropdown {
    margin-left: 0!important;
    position: relative;
}
.mobile-popup-menu .highlighted .sub-arrow i {
    transform: rotate(90deg);
}
.mobile-popup-menu .elementor-nav-menu--main .elementor-nav-menu a {
    display: flex !important;
    justify-content: space-between !important;
}
#site-header{
	position: absolute !important;
}
.sticky-header-active .hidden-on-sticky-menu{
	display: none;
}
.sticky-header-active .sticky-top-menu{
	background: #0C4DA2 !important;
	border: none;
}
.sticky-header-active .main-header-area{
	background: rgba(255, 255, 255, 1) !important;
}
.sticky-header-active .main-header-area .elementor-nav-menu--main .elementor-item {
    color: #515357 !important;
}
.sticky-header-active .main-header-area .elementor-nav-menu--main .elementor-item:hover{
	color: #E4B316 !important;
}

.sticky-header-active .main-header-area .elementor-nav-menu--main .elementor-item:hover{
	color: #E4B316 !important;
}
.menu-open-icon svg line{
	stroke: #fff !important;
}
.sticky-header-active .menu-open-icon svg line{
	stroke: #231f20 !important;
}

/*============internal updation=========*/
.sticky-header-active .ekit-menu-nav-link {
    color: #0C4DA2 !important
}

.sticky-header-active .ekit-menu-nav-link i {
    color: #0C4DA2 !important
}

.dark-logo {
    display: none;
}

.white-logo {
    display: block;
}

.sticky-header-active .dark-logo {
    display: block;
}

.sticky-header-active .white-logo {
    display: none;
}


/*=============Home Page Css============*/

.tab-serach-bar .elementor-search-form__icon{
	display: none !important;
}
.tab-serach-bar .elementor-search-form__input{
	padding-left: calc(100px / 3) !important;
    padding-right: calc(100px / 3) !important;
}
.course-tab .elementor-tabs-wrapper .elementor-tab-title{
	border: none !important;
	text-align: center !important;
}

.course-tab .elementor-tabs-wrapper .elementor-tab-title:before,
.course-tab .elementor-tabs-wrapper .elementor-tab-title:after{
	display: none !important;
}
.course-tab .elementor-tab-title.elementor-active{
	border-bottom: 5px solid #0C4DA2 !important;
}
.course-tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    border: none !important;
}
.course-tab .elementor-tabs-wrapper {
    display: flex !important;
    justify-content: space-around !important;
}
.course-tab .elementor-tab-mobile-title{
	display: none !important;
}
.course-tab .elementor-tab-content {
    padding: 20px 20px !important;
}
/*slider css*/
.study-slider .swiper-wrapper .swiper-slide .swiper-slide-bg {
background-color: transparent !important;
} 

.study-slider .eicon-chevron-right:before,
.study-slider .eicon-chevron-left:before{
    background-color: rgb(255 255 255 / 55%);
}
/*counter*/
.study-counter span.elementor-counter-number {
    margin-bottom: 12px;
}
.home-counter .elementor-counter-number-wrapper{
    font-size: 48px !important;
    line-height: 1 !important;
    letter-spacing: -.02px !important;
    margin-bottom: 3px !important;
}
/*===========*/
.research-couple-title .elementor-icon-box-description {
    padding-left: 20px;
}
.double-heading .premium-dual-header-first-header .premium-dual-header-first-span{
	position: relative;
}
.double-heading .premium-dual-header-first-header .premium-dual-header-first-span:before{
	position: absolute;
	content: "";
	width: 0;
	height: 20px;
	background: #0c4da28c;
	left: 0;
	bottom: 0;
	transition: .5s;
}
.double-heading .premium-dual-header-first-container:hover .premium-dual-header-first-span{
    color: #0C4DA2 !important;
}
.double-heading .premium-dual-header-first-container:hover .premium-dual-header-first-span:before{
	width: 100%;
}
.double-heading .premium-dual-header-first-container:hover .premium-dual-header-second-header{
    color: #0c4da2c4 !important;
}
.club-area .premium-person-container .premium-person-info {
    height: 100%;
    width: 100%;
}
.club-area .premium-person-style1 .premium-person-container:hover .premium-person-info {
    bottom: 0 !important;
	background: #0C4DA2F2 !important;
}
.club-area .premium-person-style1 .premium-person-container:hover .premium-person-info-container{
	padding-top: 50px;
}
.club-area.dual-member .premium-person-style1 .premium-person-container:hover .premium-person-info-container{
	padding-top: 25px;
}
/*===========*/
.banner-slider ul.slick-dots {
    background: #0D0D0D;
    border-radius: 8px;
    margin: 0 !important;
    padding: 20px 0 !important;
    width: 50px !important;
}
.banner-slider ul li {
    width: inherit !important;
    height: inherit !important;
    left: -20px;
    position: relative;
}
.banner-slider ul li.slick-active i:before{
	background: #E4B316 !important;
	width: 30px !important;
}
.banner-slider ul li i:before {
    content: "" !important;
    position: absolute;
    width: 20px !important;
    height: 4px !important;
    background: #fff !important;
    border-radius: 5px;
	transition: .3s;
}
.annimated-button .elementor-button-link{
	position: relative;
}
.annimated-button .elementor-button-link .elementor-button-content-wrapper{
	z-index: 2 !important;
	position: relative;
}
.annimated-button .elementor-button-link:before{
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	background: #E4B316;
	left: 0;
	top: 0;
	transition: .3s;
	border-radius: 5px;
	z-index: 1 !important;
}
.annimated-button .elementor-button-link:hover:before{
	width: 100%;
}
.annimated-button .elementor-button-link:hover{
	color: #424242 !important;
}
.positioning-heading .elementor-widget-container{
	position: absolute;
	bottom: 0;
}
/*====testimonial-slider area css=========*/
.testimonial-slider .elementor-testimonial__text{
	position: relative;
	padding-top: 60px;
    padding-right: 40px;
}
.testimonial-slider .elementor-testimonial__text:before{
	position: absolute;
	content: "\f10d";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 	
	left: 0;
	top: -12px;
	font-size: 30px;
	
}
.testimonial-slider .elementor-testimonial__image{
	position: relative;
	display: inline-block !important;
	margin-top: 10px;
}
.testimonial-slider .elementor-testimonial__image:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 7px solid #0C4DA2;
	left: 30px;
	bottom: 30px;
	z-index: -2;
}
.testimonial-slider .elementor-testimonial__image:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	background: rgba(12, 77, 162, 0.5);
	bottom: -20px;
	left: -20px;
	z-index: -1;
}
.testimonial-slider .eicon-chevron-left, 
.testimonial-slider .eicon-chevron-right {
    background: #0c4da2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.testimonial-slider .elementor-swiper-button.swiper-button-disabled {
     opacity: .75; 
}
.testimonial-slider .elementor-swiper-button-prev {
    left: -10px !important;
}
.testimonial-slider .elementor-swiper-button-next {
    right: -10px !important;
}
.testimonial-slider .swiper-pagination{
	display: none;
}
.study-slider .swiper-pagination{
	display: none;
}


/*==================Department page css=========================*/
.info-icon-list .elementor-icon-list-item {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.info-icon-list .elementor-icon-list-item a {
    align-items: flex-start !important;
}
.info-icon-list .elementor-icon-list-icon {
    position: relative !important;
    top: 5px !important;
}
.info-icon-list .elementor-icon-list-item:hover .elementor-icon-list-icon svg path {
    fill: #E4B316 !important;
}
.research-facilities .elementor-image-box-content{
	padding: 0px 40px 40px 40px;
}
.research-facilities.reverse-faciilties .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
}
.research-facilities.reverse-faciilties .elementor-image-box-img{
	order: 1 !important;
}
/*===================*/
.overview-icon-list .elementor-icon-box-description {
    margin: 0;
    position: relative;
    left: -65px;
}
/*=========Programes tab==========*/
.program-tab .elementor-tabs-wrapper {
  	overflow: inherit !important;
	width: 30% !important;
}
.program-tab .elementor-tab-title {
  	background: #0C4DA2 !important;
	padding: 20px 30px !important;
	position: relative;
}
.program-tab .elementor-tab-desktop-title{
	display: flex !important;
	align-items: center;
}
.program-tab .elementor-tab-content {
    padding: 50px 70px !important;
    padding-bottom: 30px !important;
}

.program-tab .elementor-tab-title.elementor-active{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #0C4DA2 !important;
}
.program-tab .elementor-tab-title.elementor-active:before {
    position: absolute !important;
    content: "" !important;
    right: -35px !important;
    width: 0px !important;
    height: 0px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-left: 35px solid #062651!important;
    border-top: 30px solid transparent!important;
    border-bottom: 30px solid transparent!important;
}
/*==============*/
.header-icon .premium-title-header{
	padding: 0 !important;
}
/*large button*/
.large-buton-colg .elementor-button-wrapper a{
	text-align: left !important;
}
.large-buton-colg .elementor-button-icon svg {
	width: 2em !important;
}
.large-buton-colg .elementor-button-wrapper{
	position: relative;
}
.large-buton-colg .elementor-button-icon {
    width: 2em !important;
    position: absolute;
    top: -30px !important;
    left: 50%;
    transform: translateX(-50%);
}
.large-buton-colg .elementor-button-wrapper a:hover svg circle{
    fill: #E4B316 !important;
}
.large-buton-colg .elementor-button-wrapper a:hover svg path {
    stroke: #0C4DA2 !important;
}
/*==========*/
.annimated-button.bg-black-button .elementor-button-link:hover {
    color: #000 !important;
}
.annimated-button.bg-black-button .elementor-button-link:before{
	background: #E4B316 !important;
}
/*===========annimated heading=========*/
.animated-heading .elementor-heading-title{
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.animated-heading .elementor-heading-title::before, 
.animated-heading .elementor-heading-title::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.animated-heading.white-border .elementor-heading-title::before, 
.animated-heading.white-border .elementor-heading-title::after{
	 background: #fff !important;
}
.animated-heading .elementor-heading-title::before {
    right: 0;
    top: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.animated-heading .elementor-heading-title::after {
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.animated-heading .elementor-heading-title:hover::before, 
.animated-heading .elementor-heading-title:hover::after {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.animated-heading .elementor-heading-title:hover{
	color: #E4B316 !important;
}
/*===========toggle menu css======*/
.open-toggle-menu .toggle-menu .premium-title-icon:before{
	content: "\f00d" !important;
}
.toggle-menu .premium-title-header{
	cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
}
.slicky-sec .info-icon-list{
	transform: translateZ(0);
}
.slicky-sec.elementor-sticky--active .info-icon-list{
	transition: .3s;
	display: none; 
}
.open-toggle-menu .info-icon-list{
	display: block !important;
	transform: translateZ(0);
}

/*=======gallery effect========*/
body .e-gallery-item:hover .elementor-gallery-item__overlay {
    background-color: #e4b31636 !important;
}
/*==================Academic Page Css======================*/
.academic-acrd > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item  .elementor-accordion-icon svg {
    width: 40px !important;
    height: 40px !important;
    position: relative;
    right: 7px;
}
.academic-acrd > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item > .elementor-tab-title {
    border-bottom: 1px solid #000;
}
.academic-acrd > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item:first-child{
	border-top: 1px solid #000 !important;
}
.academic-acrd > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item > .elementor-tab-content.elementor-active {
    border-bottom: 1px solid #000 !important;
	padding-top: 0 !important;
}
.academic-acrd p{
	display: none !important;
}
/*============*/
.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper {
    background: #DCDBDB !important;
}
.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper {
    position: relative;
    background-image: url("http://3.108.208.139/wp-content/uploads/2021/12/Group-73-1.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(100% - 25%) !important;
}
.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title.elementor-active {
    background: #0C4DA2;
}
.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title {
    position: relative;
	padding: 25px 35px !important;
    border-bottom: 1px solid #000 !important;
	align-items: center;
    display: flex;
}
.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title:before {
    position: absolute;
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 15px;
}
.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    border-radius: 100%;
}
.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title.elementor-active:after {
    position: absolute !important;
    content: "" !important;
    width: 6px !important;
    height: 6px !important;
    left: 15px;
    top: 50% !important;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 100%;
}
.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title.elementor-active:before {
    position: absolute !important;
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 30px !important;
    color: #fff !important;
    top: inherit !important;
    transform: initial !important;
    height: initial !important;
}
.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper > .elementor-tab-content{
	padding: 0 !important;
}

.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #F9F9F9CC;
	left: 0;
	right: 0;
	
}
ul.academic-last-inner-content {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5%;
    grid-row-gap: 20px;
}
ul.academic-last-inner-content li{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	border-left: 7px solid #8C32FF;
	padding: 20px 10px 20px 35px;
}
ul.academic-last-inner-content li .degree-title {
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 5px;
}
.acrd-last-tab > .elementor-widget-container > .elementor-tabs{
	display: block !important;
}
.acrd-last-tab > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper {
    border: 1px solid #000;
    border-left: none;
    width: 100% !important;
    flex-direction: row !important;
    padding: 0px 20px 0px 20px;
}
.acrd-last-tab > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title {
    padding: 25px 10px !important;
	text-transform: capitalize;
}
.acrd-last-tab > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper > .elementor-tab-content {
    padding: 30px 30px 30px 30px !important;
}





/*=============Footer Area Css============*/
.footer-menu-link ul li a{
	display: inline-block !important;
}
.footer-subsc-form input {
    padding: 10px 20px !important;
}
.footer-subsc-form .elementor-button,
.footer-subsc-form input{
	position: relative;
	min-height: 60px !important;
}
body .footer-custom-link ul li a{
	display: inline-block !important;
}
.elementor-message.elementor-message-success {
    font-size: 16px !important;
    color: green !important;
    font-family: 'Gilroy' !important;
    position: absolute;
    left: 0;
    bottom: -40px;
}
.elementor-form-spinner{
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 15px;
}
.tab-search-menu ul li{
	position: relative !important;
}
.tab-search-menu ul li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 15px);
    background: #fff;
    right: -20px;
}
.tab-search-menu ul li:last-child:before{
	display: none; 
}
.footer-subsc-form input:-internal-autofill-selected {
    background-color: red !important;
}


/*New css Eyamin*/

/*Mobile menu*/
#sidr.sidr{
	width:100% !important;
}
#sidr.sidr.left{
	left:-100%;
}



.banner-slider{
	opacity:0;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
	z-index:1;
}

a{
	cursor:pointer !important;
}
/*Slider css*/
.study-slider .elementor-button:after{
	  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    padding-left: 8px;
}
.study-slider .elementor-button{
	position:relative;
}

.study-slider .elementor-button:before{
		position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: #E4B316;
    left: 0;
    top: 0;
    transition: .3s;
    border-radius: 5px;
		z-index:-1;
}
.study-slider .elementor-button:hover:before {
    width: 100%;
}
.study-slider .elementor-button:hover *{
	color:#000;
	z-index:1;
	position:relative;
}
.study-slider .elementor-button:hover{
	background:transparent !important;
	border-color:transparent;
}

/*Sticky news wrapper*/
.news-sticky-wrapper{
	position: fixed !important;
    bottom: 0;
    right: 0px;
}

.news-sticky-popup {
	bottom: -30000px !important
}

.news-sticky-wrapper .elementor-widget-posts article.elementor-post{
	visibility:hidden;
	 bottom: -500px;
    position: relative;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.news-sticky-wrapper .elementor-widget-posts article.elementor-post:nth-child(1){
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.news-sticky-wrapper.active-news-warp .elementor-widget-posts article.elementor-post{
		visibility:visible;
		bottom:0px !important;
}
.news-icon .elementor-icon{
	cursor:pointer;
}
.news-sticky-wrapper.active-news-warp{
	width: 100%;
}

.news-sticky-popup.active-news-warp {
	bottom: 0 !important
}




/*Header Sticky*/
#site-header.transparent-header{background-color: rgb(13 13 13 / 75%) !important;
}
.sidr-class-dropdown-menu li a, .sidr-class-fs-dropdown-menu li a {
    padding: 10px 20px !important;
    display: block !important;
    position: relative !important;
}

body.sticky-header-active #site-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
}
#site-navigation-wrap .dropdown-menu>li.search-toggle-li{
	display:none;
}
#top-bar-content .navigation li a i.icon{
	font-size:1.1em;
}






/*Campus life slider*/
.campus-l-slider .c-l-slide{
	padding-left:20px;
	padding-right:20px;
}
.campus-l-slider .c-l-slide a.elementor-button-link{
    background: #0D0D0D;
    color: #fff;
    font-size: 18px;
    padding: 12px 25px;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    left: 34px;
    bottom: 35px;
	 z-index:2;
}
.campus-l-slider .c-im-wrap{
	position:relative;
	overflow:hidden;
}
.campus-l-slider .c-im-wrap a{
	display:block;
	overflow:hidden;
}

.campus-l-slider .c-im-wrap a.image-link-c:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(228 179 22 / 50%);
    transform: scale(0.6);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	z-index:1;
}

.campus-l-slider .c-im-wrap:hover a.image-link-c:before{
	transform:scale(1);
	opacity:1;
}

.campus-l-slider .c-im-wrap img{
	 -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.campus-l-slider .c-im-wrap:hover img{
	transform: scale(1.1);
}


.campus-l-slider .c-text-wrap h2{
	  text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
		line-height:1.3;
}
.campus-l-slider .c-text-wrap a:hover h2{
	color:#E4B316;
}

.campus-l-slider .c-text-wrap p{
	  color: #000;
    font-size: 22px;
    line-height: 1.4;
}
.campus-l-slider .annimated-button .elementor-button-link,
.campus-l-slider .annimated-button .elementor-button-link *{
	position:relative;
}
.campus-l-slider .annimated-button .elementor-button-link:before{
	background-color:#E4B316;
}
.campus-l-slider .annimated-button .elementor-button-link:hover *{
	color:#0D0D0D;
	z-index:10;
}

.campus-l-slider .annimated-button .elementor-button-link i{
	font-size:14px;
	padding-left:5px;
}

.campus-l-slider .slide-arrow{
	  width: 40px;
    height: 40px;
    border: 0px;
    border-radius: 5px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0px;
	z-index:20;
}
.campus-l-slider .slide-arrow img{
	width:12px;
}
.campus-l-slider .slide-arrow.next-arrow{
	right:0px;
	left:inherit;
}
.campus-l-slider .slide-arrow:hover{
	background-color:#e3b416;
}

.campus-l-slider .slick-dots{
	text-align:center;
}
.campus-l-slider .slick-dots li{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    border: 0 !important;
    background: #000;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}
.campus-l-slider .slick-dots li button{
	display:none;
}
.campus-l-slider .slick-dots li.slick-active{
	 background: #E4B316;
}


/*==========Program page css*/
.program-dual-text h2.premium-dual-header-first-header {
    display: flex !important;
    justify-content: space-between !important;
}
.program-first-inner .premium-dual-header-first-span{
	width: 15% !important;
}
.program-first-inner .premium-dual-header-second-header{
	width: 85% !important;
}
.program-first-inner .program-dual-text {
    position: relative;
}
.program-first-inner .program-dual-text:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 17%;
    left: 0;
    background: linear-gradient(270deg, #6B90BF -3.32%, #0C4DA2 114.22%);
    border-radius: 8px 0px 0px 8px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.program-sec-inner .premium-dual-header-first-span{
	width: 85% !important;
}
.program-sec-inner .premium-dual-header-second-header{
	width: 15% !important;
}
.program-sec-inner .program-dual-text {
    position: relative;
}
.program-sec-inner .program-dual-text:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 17%;
    right: 0;
    background: linear-gradient(270deg, #6B90BF -3.32%, #0C4DA2 114.22%);
    border-radius: 0px 8px 8px 0px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.program-sec-inner span.premium-dual-header-second-header {
    text-align: right !important;
}
.program-first-inner .program-dual-text .premium-dual-header-first-span {
    display: flex !important;
    align-items: center !important;
}
.program-sec-inner .program-dual-text .premium-dual-header-second-header {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}
.record-area:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(13, 13, 13, 0.81) 0%, rgba(12, 77, 162, 0.81) 100%);
	left: 0;
	top: 0;
}
/*=============Apply Process Tab CSS=========*/
.apply-process-tab .elementor-tabs-wrapper {
    overflow: inherit !important;
    display: flex !important;
    justify-content: space-around;
}
.apply-process-tab .elementor-tab-title:before {
    position: absolute !important;
    content: "\f00c" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0C4DA2;
    background-color: #fff;
    padding: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    border-radius: 100%;
    font-size: 30px !important;
    width: inherit !important;
	border-left: 15px solid #E0E8F2 !important;
	border-right: 15px solid #E0E8F2 !important;
}
.apply-process-tab .elementor-tab-title:nth-child(2):before {
    content: "\f02d" !important;
}
.apply-process-tab .elementor-tab-title:nth-child(3):before {
    content: "\f4fc" !important;
}
.apply-process-tab .elementor-tab-title:after {
    position: absolute !important;
    content: "Step 1" !important;
    left: 50% !important;
    transform: translateX(-50%);
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Source Sans Pro' !important;
    text-transform: capitalize;
    width: inherit !important;
    bottom: -12px !important;
}
.apply-process-tab .elementor-tab-title:nth-child(2):after {
    content: "Step 2" !important;
}
.apply-process-tab .elementor-tab-title:nth-child(3):after {
    content: "Step 3" !important;
}
.apply-process-tab .elementor-tab-title.elementor-active:after {
    height: inherit !important;
}
.apply-process-tab .elementor-tab-title.elementor-active:before {
	background: #0C4DA2 !important;
	color: #fff !important;
    right: inherit !important;
	bottom: inherit !important;
    height: inherit !important;

}
.aply_prced_tab .jet-tabs__control-wrapper,
.apply-process-tab .elementor-tabs-wrapper{
	position: relative;
}
.aply_prced_tab .jet-tabs__control-wrapper:before,
.apply-process-tab .elementor-tabs-wrapper:before {
    position: absolute;
    content: '';
    width: 69%;
    height: 3px;
    background: rgba(0, 0, 0, 0.25);
    left: 50%;
    transform: translate(-50%);
    top: -36px;
}
.apply-process-tab .elementor-tab-content {
    padding: 40px 20px 20px 20px !important;
}
.aply_prced_tab .jet-tabs__control-wrapper:before{
	top: 45px;
    z-index: -1;
}


.elementor-custom-embed-play .eicon-play {
    position: relative;
    width: 120px;
    height: 120px;
    opacity: 1;
}
.elementor-custom-embed-play .eicon-play:hover {
    transform: scale(0.9);
}
.elementor-custom-embed-play .eicon-play:before {
    content: "";
}
.elementor-custom-embed-play .eicon-play:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 50%;
    background-image: url(http://3.108.208.139/wp-content/uploads/2022/03/play-icon.png);
    top: 0;
    bottom: 0;
    margin: auto;
}



/* Search page */

.view-container {
	text-align: right;
    margin: 0 5px 30px;
}
.view-container .btn {
	border: none;
	outline: none;
	padding: 5px 15px;
	background-color: #f1f1f1;
	cursor: pointer;
	color: var(--e-global-color-5c95dd8);
	font-size: 18px;
}
.view-container .btn:hover {
  background-color: #ddd;
}
.view-container .btn.active {
  background-color: var(--e-global-color-primary);
  color: white;
}
.search-result-container.list {
	display: block;
	margin: 0 2px;
}
.search-result-container.list .article-wrapper {
	width: 100%;
	display: grid;
    grid-template-columns: 30% 1fr;
	margin: 22px 0;
}
.search-result-container.list .article-wrapper .post-type {
	left: 18px;
	right: auto;
}

body.search-results div#content-wrap {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.search-results .site-content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}
.search-result-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    margin: 0 -11px;
	color: #313131;
}
.search-result-container .article-wrapper {
    width: calc(33.33% - 30px);
    margin: 0 15px 22px;
    position: relative;
    background: #fff;
}
.search-result-container .article-wrapper .image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.search-result-container .content-wrapper {
    text-align: left;
    padding: 20px;
}
body.search.search-results {
    background: #e8e8e8;
}
.search-result-container .article-wrapper .image {
    padding-top: 67.935%;
    position: relative;
}
.search-result-container .article-wrapper .image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    max-height: 100%;
    object-fit: cover;
    top: 0;
}
.search-result-container .post-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 5px;
    font-family: "Butler", sans-serif;
}
.search-results .content-wrapper .post-type {
    text-transform: capitalize;
    position: absolute;
    top: 7%;
    right: 5%;
    background: #e4b316;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
}
.search-entry-summary p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}
.search-result-container .read-more {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #F6F6F6;
    background-color: #0C4DA2;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 20px 15px 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.search-result-container .read-more:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #E4B316;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}
.search-result-container .read-more:after {
    content: '\f061';
    display: inline-block;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free';
    right: 0;
    margin-left: 10px;
}
.search-result-container .read-more:hover {
    color: #424242;
}
.search-result-container .read-more:hover::before {
    width: 100%;
}
.search-results ul.page-numbers {
    text-align: center;
}
.search-banner {
    padding: 210px 0 105px;
    background-image: url(/wp-content/uploads/2022/04/cover-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.search-banner h1 {
    text-align: center;
    color: #fff;
    margin: 0;
}
.search-result-container .article-wrapper .image.no-thumnail {
    background-image: url(/wp-content/uploads/2022/05/srm-placeholder.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: opacity(0.6);
}
.search-no-results .search-result-container{
    justify-content: center;
}
.search-no-results .search-result-container .page-content p{
    margin-bottom: 0;
}
/* End Search  page */

/* Home Page */

#custom-from .search-button, #custom-from .search-button:hover{
	background: none;
}
#custom-from .search-button .fa-search{
	color: #0c4da2;
    font-size: 25px;
}
.program-tabs .labels {
    display: flex;
    justify-content: center;
    align-items: center;
}
.program-tabs form .labels {
    position: relative;
    display: flex;
    align-items: center;
}
.program-tabs form .labels label {
    font-family: "Gilroy", Sans-serif;
    font-size: 28px !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    padding: 20px 45px;
    margin: 0 !important;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    border-bottom: 5px solid transparent !important;
    width: 33.33% !important;
}
.program-tabs #test-1:checked ~ .labels label#label-test-1 {
    border-bottom: 5px solid #0C4DA2 !important;
}
.program-tabs #test-2:checked ~ .labels label#label-test-2 {
    border-bottom: 5px solid #0C4DA2 !important;
}
.program-tabs #test-3:checked ~ .labels label#label-test-3 {
    border-bottom: 5px solid #0C4DA2 !important;
}
.program-tabs input.search-input {
    font-family: "Gilroy", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2em;
    background: #F6F6F6;
    color: #0C4DA2;
    padding: 6px calc(100px / 3) !important;
    min-height: 68px;
    border: 1px solid #0c4da2;
    border-radius: 0;
    margin-left: 10px;
    width: calc(100% - 33.33%);
}
.program-tabs .search-filed-wrapper lable.search-lable {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    width: 33.33% !important;
    text-align: right;
    padding-right: 10px;
    color: #0c4da2;
}
.program-tabs .search-filed-wrapper {
    max-width: 1200px;
    padding: 0 25px 50px;
    justify-content: center;
    align-items: center;
}
.program-tabs input.search-input::placeholder {
    color: #7599C7;
} 
.program-tabs input.search-input:-ms-input-placeholder {
    color: #7599C7;
}
.program-tabs input.search-input::-ms-input-placeholder {
    color: #7599C7;
}


/* #desktop  */



/*==========Media Query Css*/
@media only screen and (max-width: 1400px) {
 .study-slider .swiper-wrapper .elementor-slide-description {
    padding: 0 70px;
	}
	#site-navigation-wrap .dropdown-menu >li >a{
		font-size:13px !important;
		padding:0px 13px !important;
	}
	#site-header-inner {
		padding: 5px 0px 5px 00px !important;
	}
	#top-bar {
		padding: 8px 20px 8px 20px !important;
	}
	#top-bar-nav>ul>li{
		margin-right:25px;
	}
	#top-bar-nav>ul>li a{
		font-size:13px;
	}
	.campus-l-slider .c-text-wrap h2 {
		font-size:22px;
		margin-bottom:10px;
	}
	.campus-l-slider .c-text-wrap p {
		font-size: 18px;
	}
	#site-header.transparent-header{
		padding:0px 20px;
	}
	.academic-acrd > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item  .elementor-accordion-icon svg {
    right: 12px;
	}
	
	
	
}
@media only screen and (max-width: 1366px) {
	.program-tab .elementor-tab-content {
    padding: 50px !important;
		padding-bottom: 30px !important;
	}
	.large-buton-colg .elementor-button-icon {
    top: -23px !important;
	}
	.apply-process-tab .elementor-tab-title:before {
    top: -60px;
    font-size: 22px !important;
	}
	.apply-process-tab .elementor-tab-title:after {
    top: -100px;
    font-size: 18px !important;
	}
	.apply-process-tab .elementor-tabs-wrapper:before {
    top: -28px !important;
	}
	.research-facilities .elementor-image-box-content{
	padding: 30px 20px 30px 20px;
	}
}

@media only screen and (max-width:1200px) {
	.campus-l-slider .c-l-slide{
		padding:0px 10px;
	}
	.campus-l-slider .c-text-wrap h2{
		font-size:22px;
		margin-bottom:10px;
	}
	.campus-l-slider .c-text-wrap p{
		font-size:18px;
	}
	.campus-l-slider .slide-arrow {
			width: 40px;
			height: 40px;
	}
	.campus-l-slider .slide-arrow img{
		width:10px;
	}
	#top-bar-wrap{
		display:none !important;
	}
	.home-counter .elementor-counter-number-wrapper{
    font-size: 42px !important;
	}
}





@media only screen and (max-width: 1024px) {
	.tab-search-menu ul li:before {
		right: -15px;
	}
	.study-slider .swiper-wrapper .elementor-slide-description {
    padding: 0 70px;
	}
	.club-area.dual-member .premium-person-style1 .premium-person-container:hover .premium-person-info-container{
	padding-top: 50px;
	}
	.club-area .elementor-container {
	display: block !important;
	}
	.club-area .elementor-column.elementor-top-column.elementor-element {
    width: 100% !important;
	}
	.testimonial-slider .elementor-testimonial{
	flex-direction: column !important;
	}
	.testimonial-slider .elementor-testimonial .elementor-testimonial__content{
		order: 1 !important;
	}
	.testimonial-slider .elementor-testimonial .elementor-testimonial__footer{
	text-align: left !important;
	}
	.testimonial-slider .elementor-testimonial__text {
    padding-top: 30px;
    padding-right: 15px;
	margin-top: 50px;
	}
	.testimonial-slider .elementor-testimonial__text:before {
    font-size: 25px;
	}
	.testimonial-slider .elementor-testimonial__image:after {
    bottom: -15px;
    left: -15px;
	}
	.testimonial-slider .elementor-testimonial__image {
    margin-top: 0px;
    width: 180px;
	}
	.testimonial-slider .elementor-testimonial__image:before {
    border: 5px solid #0C4DA2;
    left: 20px;
    bottom: 20px;
	}
	.campus-l-slider .slide-arrow{
		display:none !important;
	}
	.large-buton-colg .elementor-button-icon {
    top: -19px !important;
	}
	.apply-process-tab .elementor-tab-title:before {
    padding: 15px !important;
    top: -50px;
	}
	.apply-process-tab .elementor-tab-title:after {
    top: -90px;
	} 
	.apply-process-tab .elementor-tabs-wrapper:before {
    top: -22px !important;
	}
	.academic-acrd > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item  .elementor-accordion-icon svg {
    width: 30px !important;
    height: 30px !important;
	right: 3px !important;
	}
	.acrd-last-tab > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper {
    padding: 0px 10px 0px 10px;
	}
	.acrd-last-tab > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper > .elementor-tab-content {
    padding: 30px 20px 30px 20px !important;
	}
	.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title {
    padding-left: 30px !important;
	}
	ul.academic-last-inner-content {
    grid-template-columns: repeat(2, 1fr);
	}
	ul.academic-last-inner-content li {
    padding: 15px 15px 15px 15px;
	}
	.menu-search .elementor-search-form__toggle i {
    width: 30px !important;
    height: 30px !important;
	font-size: 30px !important;
	}
	.home-counter .elementor-counter-number-wrapper{
    font-size: 32px !important;
	}
	.prgrms_sl_list {
		padding: 20px 0px 0px 0px!important;
	}
	.mission-vision .jet-listing-dynamic-repeater__items {
    	grid-template-columns: repeat(1,1fr);
	}
	.counter-repeater .jet-listing-dynamic-repeater__items {
   	 	grid-template-columns: repeat(3,1fr);
	}
	.dprt_list .jet-listing-dynamic-repeater__items {
		grid-template-columns: repeat(2,1fr);
	}
	.new-slider_loop > .elementor-container{
		min-height:300px!important;
	}
	.fees-repeater .jet-listing-grid__item {
    padding: 15px 20px 15px 20px !important;
	}
	.program-outcome .jet-listing-grid > .jet-listing-grid__items {
    column-gap: 20px;
	}
	.program-outcome .elementor-widget-jet-listing-dynamic-field:first-child {
    width: 85px !important;
	}
	.program-outcome .elementor-widget-jet-listing-dynamic-field:last-child {
    width: calc(100% - 85px) !important;
	}
	.rcrch_bg {
    height: 100px!important;
}
	.facilities_pst .elementor-post__read-more:after {
    font-size: 14px;
    right: -20px;
    top: 0px;
}
	.aply_prced_tab .jet-tabs-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
	.aply_prced_tab .jet-tabs__control-wrapper:before {
    top: 35px;
    z-index: -1;
}
	.aply_prced_tab .jet-tabs__control .jet-tabs__label-text:after {
    bottom: -27px;
    font-size: 12px;
}
	
/* Search page */
.search-result-container .article-wrapper {
    width: calc(50% - 30px);
}

/*End Search page */

/* Home page tabs design */
.program-tabs .search-filed-wrapper lable.search-lable {
    font-size: 28px;
    text-align: center;
}
.program-tabs form .labels label {
    font-size: 24px !important;
}
.program-tabs input.search-input {
    font-size: 18px;
}
/*end Home page tabs design */
}
@media only screen and (max-width: 767px) {
	.footer-subsc-form .elementor-button,
	.footer-subsc-form input{
	min-height: 50px !important;
	}
	.study-slider .swiper-wrapper .elementor-slide-description {
    padding: 0 25px;
	}
	.study-slider .elementor-swiper-button-prev {
    left: 5px;
	}
	.study-slider .elementor-swiper-button-next {
    right: 5px;
	}
	.course-tab .elementor-tabs-wrapper {
    display: none !important;
	} 
	.course-tab .elementor-tabs-wrapper .elementor-tab-title{
	display: block !important;
	text-align: center !important;
	}
	.elementor-widget-tabs .elementor-tab-mobile-title{
		display: block !important;
	}
	.tab-serach-bar .elementor-search-form__input {
    padding-left: calc(50px / 3) !important;
    padding-right: calc(50px / 3) !important;
	}
	.tab-search-menu ul li:before {
		right: -12.5px;
	}
	.course-tab .elementor-tab-content {
    padding: 30px 10px !important;
	}
	.double-heading .premium-dual-header-first-header .premium-dual-header-first-span{
	display: inline-block !important;
	}
	.double-heading .premium-dual-header-first-header .premium-dual-header-first-span:before{
	height: 12px;
	bottom: 8px;
	}
	.club-area .premium-person-style1 .premium-person-container:hover .premium-person-info-container,
	.club-area.dual-member .premium-person-style1 .premium-person-container:hover .premium-person-info-containe{
    padding-top: 25px !important;
	}
	.club-area .premium-person-image-wrap img{
		min-height: 300px;
	}
	.banner-slider ul.slick-dots {
    transform: translate(0) !important;
    top: inherit !important;
    bottom: -110px !important;
	padding: 15px 0 !important;	
    border-radius: 0;
	transform: rotate(270deg) !important;
	left: -5px;	
	}
	.testimonial-slider .elementor-testimonial__text {
	padding-top: 20px;
    padding-right: 0px;
	margin-top: 35px;
	}
	.testimonial-slider .elementor-testimonial__text:before {
    font-size: 18px;
	}
	.testimonial-slider .eicon-chevron-left, 
	.testimonial-slider .eicon-chevron-right {
    width: 30px;
    height: 30px;
    line-height: 30px;
	}
	.testimonial-slider .elementor-testimonial__image:after {
    width: 70px;
    height: 70px;
    bottom: -10px;
    left: -10px;
	}
	.testimonial-slider .elementor-testimonial__image {
  	width: 120px;
	}
	.testimonial-slider .elementor-testimonial__image:before {
    border: 5px solid #0C4DA2;
    left: 15px;
    bottom: 15px;
	}
	.testimonial-slider .elementor-swiper-button-prev {
    left: 0px !important;
	}
	.testimonial-slider .elementor-swiper-button-next {
    right: 0px !important;
	}
	.testimonial-slider .swiper-pagination-bullet {
	transition: .3s;
    width: 12px;
    height: 12px;
    background: #000;
    opacity: 1;
	}
	.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 7px;
    background: #E4B316;
    width: 24px;
	}
	.testimonial-slider .elementor-main-swiper.swiper-container{
		width: 100%;
	}
	.testimonial-slider .elementor-swiper-button{
		display: none;
	}
	.testimonial-slider .swiper-pagination{
	display: block;
	}
	.study-slider .swiper-pagination-bullet {
	background: #fff !important;
	transition: .3s;
    opacity: .75;
	}
	.study-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;	
    border-radius: 7px;
    background: #E4B316 !important;
    width: 24px !important;
	}
	.study-slider .elementor-swiper-button{
		display: none !important;
	}
	.study-slider .swiper-pagination{
	display: block;
	}
	/*================*/
	 .overview-icon-list .elementor-icon-box-description{
	left: 0;
	}
	.overview-icon-list .elementor-icon-box-wrapper{
		text-align: center !important;
	}
	.program-tab .elementor-tab-title{
    padding: 20px !important;
	}
	.program-tab .elementor-tab-title.elementor-active:before {
    right: inherit !important;
    top: inherit !important;
    border-left: 25px solid transparent !important;
    border-right: 25px solid transparent !important;
    border-top: 20px solid #062651 !important;
    border-bottom: inherit !important;
    bottom: -20px !important;
    left: 50%;
    transform: translateX(-50%) !important;
	}
	.program-tab .elementor-tab-content {
    padding: 45px 25px !important;
    padding-bottom: 20px !important;
	}
	.program-first-inner .premium-dual-header-first-span,
	.program-sec-inner .premium-dual-header-second-header{
    width: 30% !important;
	}
	.program-first-inner .program-dual-text:before,
	.program-sec-inner .program-dual-text:before{
    width: 32%;
	}
	.apply-process-tab .elementor-tab-title.elementor-tab-desktop-title{
		display: none !important;
	}
	.apply-process-tab .elementor-tab-title.elementor-active{
    background: rgba(12, 77, 162, 0.25) !important;
	}
	.apply-process-tab .elementor-tab-title:before, 
	.apply-process-tab .elementor-tab-title:after,
	.apply-process-tab .elementor-tabs-wrapper:before{
    display: none !important;
	}
	.academic-acrd > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item  .elementor-accordion-icon svg {
    width: 22px !important;
    height: 22px !important;
	}
	.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper > .elementor-tab-title.elementor-tab-mobile-title {
    background: #DCDBDB  !important;
    color: #000 !important;
	padding: 10px 15px !important;	
	}
	.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper:before {
    display: none !important;
	}
	.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper > .elementor-tab-title.elementor-tab-mobile-title.elementor-active{
	background: #0C4DA2 !important;
	color: #fff !important;
	}
	.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title:before {
    transform: rotate(90deg);
	}
	.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title.elementor-active:before {
    transform: rotate(-90deg) !important;
	right: 15px !important;	
	}
	.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title {
	padding: 15px 35px 15px 20px !important;	
	}
	.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title:after,
	.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-wrapper > .elementor-tab-title.elementor-active:after{
    left: 7px;
	}
	.tab-in-acrd > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper {
    width: calc(100% - 0%) !important;
	}
	ul.academic-last-inner-content li .degree-title {
    font-size: 20px;
	}
	ul.academic-last-inner-content {
    grid-template-columns: repeat(1, 1fr);
	}
	
	.acrd-last-tab > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper > .elementor-tab-content {
    padding: 20px 10px 25px 10px !important;
	}
	.acrd-last-tab > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper > .elementor-tab-title.elementor-tab-mobile-title {
    font-size: 14px !important;
    padding: 10px 15px !important;
	}
	.acrd-last-tab > .elementor-widget-container > .elementor-tabs > .elementor-tabs-content-wrapper > .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
    font-size: 14px !important;
    padding-left: 20px !important;
	}
	.home-counter .elementor-counter-number-wrapper{
    font-size: 48px !important;
	}
	.counter-repeater .jet-listing-dynamic-repeater__item span {
    padding: 5px !important;
	}
	.counter-repeater .jet-listing-dynamic-repeater__item {
    padding: 12px 0px !important;
	}
	.mission-vision .jet-listing-dynamic-repeater__items {
    flex-direction: column !important;
    row-gap: 20px !important;
	}
	.mv-single-item {
    display: block !important;
    text-align: center !important;
	padding: 35px 15px 35px 15px;	
	}
	.mv-single-item .item-image {
    width: 100% !important;
	}
	.mv-single-item .item-right-side-content {
    width: 100% !important;
    padding-top: 30px;
	}
	.counter-repeater .jet-listing-dynamic-repeater__items {
   	 	grid-template-columns: repeat(2,1fr);
		 column-gap: 10px;
         row-gap: 10px;
	}
	.dprt_list .jet-listing-dynamic-repeater__items {
		grid-template-columns: repeat(1,1fr);
		row-gap: 20px;
	}
	.new-slider_loop > .elementor-container{
		min-height:240px!important;
	}
	.apply-process-tab .elementor-tab-content {
    padding: 20px 20px 20px 20px !important;
	}
	.event_featured > .elementor-widget-wrap{
		margin:0!important;
	}
	.event_content > .elementor-widget-wrap{
		padding: 10px 0px 10px 0px!important;
	}
	.program-repeater .jet-listing-grid__item > .elementor {
    border: none;
	padding: 5px 0px;
	}
	.program-outcome .jet-listing-grid > .jet-listing-grid__items {
    grid-template-columns: repeat(1, 1fr);
	}
	.program-outcome .elementor-widget-jet-listing-dynamic-field:first-child {
    width: 75px !important;
	}
	.program-outcome .elementor-widget-jet-listing-dynamic-field:last-child {
    width: calc(100% - 75px) !important;
	}
	.syl_wrapper .jet-tabs__content-wrapper{
		overflow-x:scroll;
	}
	.syl_wrapper .jet-tabs__content-wrapper .jet-tabs__content{
		width:740px;
	}
	.mbl_apply_prcd .elementor-heading-title{
		font-size:16px!important;
	}
	.mbl_prcd_tb .elementor-tab-mobile-title{
		position:relative;
	}
	.mbl_prcd_tb .elementor-tab-mobile-title:after{
		font-family: 'Font Awesome 5 Free';
		content: "\f078";
		font-weight: 900;
		position: absolute;
		display: block;
		font-size: 16px;
		right: 15px;
		top: 10px;
	}
	.mbl_apply_prcd .elementor-element{
		 margin-bottom: 0px!important;
	}
	
	
    /* Search Page */
    .staff-faculty-banifit {
		padding-bottom: 30px !important;
	}
    /*End Search Page */

    /* Search result */
    .search-result-container .article-wrapper {
        width: calc(100% - 30px);
    }
    /*End Search result */

    /* Home page tabs design */
    .program-tabs .search-filed-wrapper,
    .program-tabs .labels {
        flex-direction: column;
    }
    .program-tabs form .labels label {
        font-size: 20px !important;
        padding: 10px;
        width: 100% !important;
        text-align: left;
    }
    .program-tabs .search-filed-wrapper lable.search-lable {
        width: 100% !important;
    }
    .program-tabs .search-filed-wrapper lable.search-lable {
        font-size: 20px;
        text-align: center;
        padding: 0 0 10px;
        display: table;
        margin: 0 auto;
    }
    .program-tabs .search-filed-wrapper {
        display: block !important;
    }
    .program-tabs input.search-input {
        width: calc(100% - 75px);
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    .program-tabs button.search-button {
        display: inline-block;
        vertical-align: middle;
    }

    /*End Home page tabs design */
}



/*=============Placement Process Tab CSS=========*/
@media(min-width:1024px) {
.placement-process-tab .elementor-tabs-wrapper {
    overflow: inherit !important;
    display: flex !important;
    justify-content: space-around;
}
.placement-process-tab .elementor-tab-title:before {
    position: absolute !important;
    content: "\f15b" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0C4DA2;
    background-color: #fff;
    padding: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    border-radius: 100%;
    font-size: 30px !important;
    width: inherit !important;
    border-left: 15px solid #E0E8F2 !important;
    border-right: 15px solid #E0E8F2 !important;
}
.placement-process-tab .elementor-tab-title:nth-child(2):before {
    content: "\f0c0" !important;
}
.placement-process-tab .elementor-tab-title:nth-child(3):before {
    content: "\f013" !important;
}
.placement-process-tab .elementor-tab-title:nth-child(4):before {
    content: "\f4fc" !important;
}
.placement-process-tab .elementor-tab-title:nth-child(5):before {
    content: "\f044" !important;
}
.placement-process-tab .elementor-tab-title:after {
    position: absolute !important;
    content: "Step 1" !important;
    left: 50% !important;
    transform: translateX(-50%);
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Source Sans Pro' !important;
    text-transform: capitalize;
    width: inherit !important;
    bottom: -12px !important;
}
.placement-process-tab .elementor-tab-title:nth-child(2):after {
    content: "Step 2" !important;
}
.placement-process-tab .elementor-tab-title:nth-child(3):after {
    content: "Step 3" !important;
}
.placement-process-tab .elementor-tab-title:nth-child(4):after {
    content: "Step 4" !important;
}
.placement-process-tab .elementor-tab-title:nth-child(5):after {
    content: "Step 5" !important;
}
.placement-process-tab .elementor-tab-title.elementor-active:after {
    height: inherit !important;
}
.placement-process-tab .elementor-tab-title.elementor-active:before {
    background: #0C4DA2 !important;
    color: #fff !important;
    right: inherit !important;
    bottom: inherit !important;
    height: inherit !important;

}
.aply_prced_tab .jet-tabs__control-wrapper,
.placement-process-tab .elementor-tabs-wrapper{
    position: relative;
}
.aply_prced_tab .jet-tabs__control-wrapper:before,
.placement-process-tab .elementor-tabs-wrapper:before {
    position: absolute;
    content: '';
    width: 69%;
    height: 3px;
    background: rgba(0, 0, 0, 0.25);
    left: 50%;
    transform: translate(-50%);
    top: -36px;
}
.placement-process-tab .elementor-tab-content {
    padding: 40px 20px 20px 20px !important;
}
.aply_prced_tab .jet-tabs__control-wrapper:before{
    top: 45px;
    z-index: -1;
}
}

.max-height-300 {
max-height: 300px;
}

.max-height-500 {
max-height: 500px;
}

/* Department */

.prgrms_wrapper .jet-listing-grid.jet-listing > .jet-listing-grid__items {
	justify-content: center;
}




/* Small Devices */
@media screen and (max-width: 480px) {
    
    /* Search Result */
    .search-results .content-wrapper .post-type {
        padding: 10px 13px;
        font-size: 12px;
    }
    .search-result-container .post-title{
        font-size: 15px;
    }
    .search-entry-summary p{
        font-size: 13px;    
    }
    /*End Search Result */

}





/* scrollbar */
.slimscroll {
	overflow-y: auto;
	max-height: 300px;
}
.slimscroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.slimscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.slimscroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px var(--e-global-color-secondary);
}

.slimscroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}


section.header-image-background-cover-fix {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.e-font-icon-svg {
    width: 25px;
    height: 25px;
}


//hide other elements from elementor editor
#elementor-panel-category-woocommerce-elements,
#elementor-panel-category-premium-elements,
#elementor-panel-category-premium-elements-pro,
#elementor-panel-category-essential-addons-elementor,
#elementor-panel-category-elementskit,
#elementor-panel-category-elementskit_headerfooter,
#elementor-panel-category-cherry,
#elementor-panel-category-jet-listing-elements,
#elementor-panel-category-wordpress,
#elementor-panel-category-jet-smart-filters {
    display: none !important;
}

// Ninja table Styling
table.gv-ninja-table {
  border-collapse: collapse;
  width: 100%;
}

table.gv-ninja-table td, table.gv-ninja-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table.gv-ninja-table tr:nth-child(even){
  background-color: #f2f2f2;
}

table.gv-ninja-table tr:hover {
  background-color: #ddd;
}

table.gv-ninja-table tr:hover td {
  border-right: 1px solid #bbbbbb;
}

table.gv-ninja-table thead .footable-header th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0C4DA2;
  color: white;
  font-size: 15px;
  font-weight: 600;
}

table.gv-ninja-table thead tr.footable-filtering th {
  border: none;
}

table.gv-ninja-table tbody tr td {
    display: table-cell;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: black !important;
}

table.gv-ninja-table tbody tr.footable-empty td {
  font-size: 16px;
  font-weight: 500;
}

table.gv-ninja-table tbody tr td .footable-toggle {
font-size: 14px;
}

table.gv-ninja-table tbody tr td.table-sub-title .footable-toggle {
    display: none;
}

table.gv-ninja-table .footable-filtering-search button.btn.btn-default.dropdown-toggle {
    display: none;
}

