
:root {
    --main-color: #08223F;
    
    --black-color: #231F20;
    --white-color: #ffffff;
    --highlight-color: #30709A;
    
    --bgblue-color: #317098;

    --color-menu-darkblue: #051529;
    --color-menu-bgblue: #072140;



    --bs-font-sans-serif: "Roboto",system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

body a,
a {
    /* color : var(--main-color); */
    color : var(--e-global-color-primary);
    
    cursor: pointer;
    text-decoration: underline;
}
body a:hover{
    color : var(--color-menu-darkblue);
}


body .elementor-heading-title{
    line-height:1.5    
}

input[type="text"] {
    padding: 8px 12px;
    font-size: 14px; 
    border: 1px solid #ccc;
    min-width: 50%;
    box-sizing: border-box;
}
input[type="checkbox"] {
    margin-right: 13px;
}

/* Custom gutter spacing overrides */
.g-1, .gx-1 {--bs-gutter-x: 1rem;}
.g-2, .gx-2 {--bs-gutter-x: 2rem;}
.g-3, .gx-3 {--bs-gutter-x: 3rem;}
.g-4, .gx-4 {--bs-gutter-x: 4rem;}
.g-5, .gx-5 {--bs-gutter-x: 5rem;}

.slick-dots li {
    margin: 0 0px;
}
.slick-dots li.slick-active button:before {
    color: #30709D;
}

.hide{
    display: none;
}


header .e-con-inner{
    --content-width: 1400px;
}

.h1,.h1 div,.h1 h1{
    color: var(--white-color);

    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 1.5;
}



/* site structure 1920px 1440px 1400px 1140px 1100px  
.main-content > .container
*/
.main-content{
    padding-bottom: 50px;
}
.tumGap{
    padding-top: 50px;
    padding-left: min(120px, 5%);
    padding-right: min(120px, 5%);
}

.widthFull{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.widthXtra{
    max-width: 1400px;  /* 1920px */
    margin-left: auto;
    margin-right: auto;
}

body .widthBig,
body .width966 {
    max-width: 1640px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    width: 100% !important;
}
body .widthSmall {
    max-width: 1140px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    width: 100% !important;
}







/* Header */
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {
    transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    min-width: auto;
    max-width: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0px 40px 0px 17px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #767676;
    text-transform: capitalize;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    outline: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    text-transform: uppercase !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px !important;
    margin: 0 18px 0 22px;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    cursor: pointer;
    display: inline;
}
#searchForm input[type="text"] {
    border: 0;
    padding: 2px;
    background: #d8d8d8;
    width: 200px;
    height: 19px;
    padding: 4px;
    font-size: 0.769em /* 10px */;
    vertical-align: middle;
}
#searchForm input[type="submit"] {
    display: none;
}


body #mega-menu-wrap-primary,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
.header{
    background-color: var(--main-color);
}

#mega-menu-wrap-primary{
    max-width: 100%;
}

.header .logo{
    width: 250px;
}
.headertop ul{
    margin-bottom: 0.5rem !important; 
}

.headertop {
    max-width: 1400px;  /* 1920px */
    padding: 0 5% 0 5% !important;
}
#headerBox{    
    margin-top: 20px;
}

#languageSelectWrap a {
    display: block;
    color: #fff;
}
#languageSelectWrap .menu-item-home a {
    padding: 0 7px 0 0 !important;
}
#languageSelectWrap a {
    display: block;
    padding: 0 8px;
    color: #fff;
}



#mainMenuWrap{
	background: none;
}
#mainMenuWrap > div{
	width: auto !important;
	margin: 0 !important;
}

#headerWrap #languageSelectWrap a {
    color: var(--white-color);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: var(--white-color);
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
}
body #mega-menu-primary li a {
    font-size: 14px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-parent > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-page-parent > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    border-bottom: 4px solid #ffffff !important;
}
#languageSelectWrap, #searchForm{
    float: right;
}
#languageSelectWrap li {
    padding-top: 1px;
    background: none;
    display: inline-block;
    float: none;
}
#languageSelectWrap li:not(:last-child) {
    border-right: 2px solid white;
    padding-right: 7px;
}

#mega-menu-primary .mega-menu-item:nth-last-child(-n+2) .mega-sub-menu,
#mega-menu-primary .mega-menu-item:last-child .mega-sub-menu {
    left: auto !important;
    right: 0 !important; 
}


/* Footer */

#footer{
    background-color: #0A2D57;
    color: var(--white-color);
}

#footerBottom{
    background-color: #062140;
}
.logo-footer{
    height: 38px;
}

.socialicons img{
    height: 32px;
    width: auto;
    margin-right: 10px;
}
#footer hr{
    background-color: white;
    margin-bottom: 20px;
    margin-top: 20px;
}

#footerBottom .tumGap{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.footerlink ul{
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.footerlink ul li{
    display: inline-block; 
    margin-right: 10px; 
}
.footerlink ul a{
    text-decoration: none;
    color:#ffffff;

    background: url("2024images/readmorewhite.png");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    padding-right: 50px;
}
.footerlink ul a:hover{
    text-decoration:underline;
}
#footerBottom ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}
#footerBottom ul li{
    display: inline-block; 
    margin-right: 10px; 
}
#footerBottom ul li a{
    text-decoration: none;
    color:#ffffff;
    padding-right: 20px;
}
#footerBottom ul li a:hover{
    text-decoration:underline;
}

#footer-middle{
    margin-bottom: 20px !important;
}
#footer-middle .col{
    line-height: 1.2;
}

#btn-footer-apply-now{
    display: none;
}




#backToTop {
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
    cursor: pointer;
    width: 50px;
    height: 50px; 
    z-index: 1000;
}



/* homepage */

.page-template-page-2024-home h2 {
    font-size: 30px !important;
    margin-bottom: 30px;
    font-weight: bold;
}

#home-events, 
#home-discover, 
#home-why,
#home-news{
    padding-top: 40px;
    padding-bottom: 40px;
}

body.page-template-page-2024-home {
    color:var(--main-color);
}
.btn-bgblue{ 
    color: var(--white-color);
    background-color: var(--bgblue-color);
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
}




.btn-borderblue {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    color: var(--main-color);
    border: 1px solid var(--highlight-color);
    color: var(--highlight-color);
    text-decoration: none;
    background-color: var(--white-color);
}


.btn-readmore{
    background: url("2024images/readmore.png");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    font-size: 15px;
    line-height: 1;
    padding: 12px 40px 12px 24px;

}

.redbtn_content{
    text-decoration: none;
    padding: 15px 60px;
    
    background-color: #bc2131;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    display: block;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    cursor: pointer;
}
.redbtn_content:hover{
    text-decoration:underline;
    color: rgb(255, 255, 255);
}

.socialicons img{
    width: 23px;
    height: auto;
}

.slick-prev:before, .slick-next:before {
    color: #247E9F;
    border: 1px solid #247E9F;
    padding: 6px 4px 4px 4px;
}
.slick-prev {
    left: -80px;
}
.slick-next {
    right: -80px;
}



/* Home Slider */

.homeslider div#n2-ss-2 .n2-ss-slider-1{
    max-height: 700px;
}



/* upcoming Event */
.upcoming-news,
.upcoming-events {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.news-wrap,
.event-wrap {
    margin: 0 2%;
    position: relative;
}
.event-news img,
.event-image img {
    width: 100%;
    height: auto;
}

.news-image img {
    object-fit: cover;
    height: 19vw;
    width: 100%;
    max-height: 255px;
}

.news-info,
.event-info {
    padding: 15px;
}


.event-date {
    text-align: center;
    align-items: center;
    margin-bottom: 10px;

    position: absolute;
    top: 8px;
    right: 8px;
    background-color: white;
}
.event-month{
    background-color: #247E9F;
    color: white;
    display: block;
    padding: 2px 10px;
    font-weight: bold;
}
.event-day{
    color: black;
    font-weight: bold;
}
.news-date{
    display: none;
}

.news-title,
.event-title {
    font-size: 1.5em;
    margin: 10px 0;
    font-weight: bold;
}

.news-description,
.event-description {
    font-size: 0.9em;
    color: #666;
}


/* Home Discover */
#home-discover .col-md-12,
.home-news-top .col-md-12{
  position:relative;
}

#home-discover img,
.home-news-top img{
  width: 55%;
}

.overlay-purple {
    background-color: #8080CF;
    color: #fff;
    padding: 30px;
    position: absolute;
    bottom: 34%;
    left: 48%;
    width: 50%;
}

.overlay-orange {
    background-color: #FF9400;
    color: #fff;
    padding: 30px;
    position: absolute;
    top: 15%;
    left: 2%;
    width: 50%;
}
.overlay-text p {
    margin-bottom: 25px;
}
.overlay-purple h2, 
.overlay-orange h2,
.overlay-orange h3,
.overlay-purple p, 
.overlay-orange p
{
    color: var(--black-color);
}
.overlay-purple h2, 
.overlay-orange h2,
.overlay-orange h3{
    margin-bottom: 10px;
    font-weight: bold;
}

.overlay-orange h3{
    font-size: 24px;
}


/* Home Why */


#home-why .statistics1{

    display: grid;
    grid-template-columns: 4fr 3fr;
    gap: 10px;
    margin-bottom: 10px;
}
#home-why .statistics2{

    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 10px;
}
#home-why .statistics-in{
    display: grid !important;
    gap: 10px;
}



/* #home-why .stat-item > div{

    display: flex;
    justify-content: left;
    align-items: center;

} */


.sizexl{
    font-size: 72px;
    font-weight: bold;
    line-height: 1.4;
}
.sizel{
    font-size: 48px;
    font-weight: bold;
}
.sizem{
    font-size: 20px;
}


/* Home Prospective */

.prospective-students {
    display: flex;
    align-items: center;
    gap: 20px;
}
.video-container {
    position: relative;
    width: 60%;    
    padding: 70px 4% 70px 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-overlay {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}
.video-overlay img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-container {
    width: 30%;
}

/* Home News & News Section frm blog  */

#newsSection {
    margin: 20px 0;
    background-color: #DBE0E5;
    padding-bottom: 5px;
}

/* Home Stay Connected  */

#home-stayconnected > div > h1{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -999;
}
#home-stayconnected h2{
    text-align: center; 
}
.juicer-feed.slider li.feed-item {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.juicer-feed.slider .slick-prev:before, .juicer-feed.slider .slick-next:before {
    font-size: 2rem;
    line-height: 1;
}
.juicer-feed.slider .slick-prev, .juicer-feed.slider .slick-next {
    padding: 6px !important;
    height: 70px;
}

.juicer-feed.slider li.feed-item {
    display: block;
    padding: 0px 40px;
    background-color: #ffffff;
}

/* Homepage Subscribe */
#home-subscribe form {
    display: flex;
}

.newsletter-section {
    background-color: #d3c9e0;
    padding: 40px 80px;
    position: relative;
}


.newsletter-section p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.newsletter-section input[type="email"] {
    padding: 10px;
    width: 70%;
    height: 40px;
    border: 0px;
    margin-right: 10px;
}

.newsletter-section input[type="submit"] {
    padding: 0 25px !important;
    background-color: #8080BF;
    color: white;
    cursor: pointer;
    width: auto;
    line-height: 40px;
    border: 0px;
}

.leaf-image {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 170px;
    height: auto;
}

/* home-chat */
#home-chat .container{
    background: url("2024images/home-chat-bg.png");
    background-size: cover;
    background-position: center;
    max-width: 1680px;
}
.chat-admission , .chat-student{
    max-width: 100%;
}
#home-chat  .chat-thumb{
    width: 150px;
    height: auto;
}
.hover-container {
    position: relative;
    width: 100%;
    height: 450px;
}


.hover-container img{
    position: absolute;

}

.hover-container img:nth-child(1) {
    top: 70%;
    left: 8%;
}

.hover-container img:nth-child(3) {
    top: 25%;
    left: 20%;
}

.hover-container img:nth-child(5) {
    top: 7%;
    left: 45%;
}

.hover-container img:nth-child(7) {
    top: 25%;
    right: 20%;
}

.hover-container img:nth-child(9) {
    top: 70%;
    right: 8%;
}




.hover-image {    
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -10%);
    opacity: 0.0;
    background-color: #FF9400;
    padding: 30px;
    text-align: left;
    width: 35%;
    transition: 0.3s;
}
.hover-image img{
    position: absolute;
    top: -80% !important;
    left: 45% !important;
    width: 60%;
    height: 225px;
    object-fit: cover;
}

@media screen and (max-width: 1680px) {
    .hover-image img{
        height: 15vw;
        width: 24vw;
        padding: 1.7vw;
        top: -12vw !important; 
    }
    .hover-image {
        font-size: 1.2vw;
        top: 85%;
        padding: 20px;
    }
    .hover-image p {
        margin-bottom: 1vw;
    }
}
@media screen and (max-width: 768px) {
    .hover-image img{
        height: 16vw;
        width: 25vw;
        padding: 1.7vw;
        top: -11vw !important;
    }
}


.chat-thumb {
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: opacity 125ms ease-in-out, transform 125ms ease-in-out;
}

.chat-thumb.selected + .hover-image,
.chat-thumb:hover + .hover-image {
    opacity: 1.0;
}

 
.chat-thumb:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
    filter: alpha(opacity = 66.6666666667);
    -moz-opacity: .6666666667;
    -khtml-opacity: .6666666667;
    opacity: .6666666667;
    transform: scale(1.1);
    filter: brightness(50%);
}



.hover-container-btm {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.hover-dialog {
    /* opacity: 0; */
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background-color: #FF9400;
    color: #fff;
    padding: 14px 20px;
    border-radius: 15px;
    white-space: nowrap;
    line-height: 1.2;
    font-weight: bold;
}

.hover-dialog.dialog-student{
    background-color: #0B659A;
    right: 100%;
    left: auto;
}
.hover-dialog.dialog-student::after{
    border-color: transparent transparent transparent #0B659A;
    transform: translate(100%, -50%);
    right: 0;
}



.hover-container-btm:hover .hover-dialog {
    opacity: 1;
}

.hover-dialog::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    border-width: 15px;
    border-style: solid;
    border-color: transparent #FF9400 transparent transparent;
}


/* Course Listing */
.results-count{    
}

#course-items .course-item{
    padding-bottom: 30px;
}
#course-items .course-item-detail{
    padding: 26px;
}
#course-items .course-item img{
    object-fit: cover;
    height: 165px;
    width: 100%;
}
#course-items .course-item-detail > div label{
    color: #9a999a;
}

#course-items .course-item-detail > div{
    color: var(--black-color);
    padding-bottom: 30px;
}

/* First div of course-item-detail */
#course-items .course-item-detail > div:first-of-type {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
}

/* Last div of course-item-detail */
#course-items .course-item-detail > div:last-of-type {
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}

/* make item equal height */
#course-items .course-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#course-items .course-item-detail {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#course-items .course-item-detail a {
    margin-top: auto; /* Ensures the button is at the bottom */
    text-align: center;
}



.filter-form h4{
    display: inline;
}
.filter-form .clearReset{
    float: right;
    text-decoration: underline;
}
.filter-form label {
    line-height: 2;
}




/* After Elementor */

/* home */

.homeslidercontainer {
    max-width: 1400px;
    width: 90% !important;
}


/* .homeslidercontainer > div{
    padding: 90px 0px 20px 0px !important;
    justify-content: flex-start !important;
} */


/* Main Menu */

div#home-mainmenu-apply {
    background-color: #B31C24;
    margin-right: 0px;
    cursor: pointer;
    display: none;
}

#home-mainmenu .e-n-menu-title {
    padding: 6px 16px;
}



body #menufloat {
    top: 50px;
    width: 270px;
    max-width: none !important;
    margin: 0px !important;
    z-index: 9;
    right: 100px;
    border: 1px solid #B8B8B9;
    position: fixed;

    opacity: 0;
    visibility: hidden; 
    transition: opacity 0.5s ease, visibility 0.5s ease; 
}
#menufloat.show {
    opacity: 1;
    visibility: visible;
}

#menufloat div{
    border: 0px !important;
}
#menufloat .elementor-toc__header{
    display: none;
}
#menufloat .elementor-button{
    width: 80%;
    margin-bottom: 10px;
}
#menufloat .elementor-toc__body {
    padding: 20px 0px 0px;
    display: block !important;
}


#menufloat .elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{
    color: #231F20;;
}


#menufloat .elementor-toc__body .elementor-toc__list-item-text.active-link{

}


#menufloat .elementor-toc__list-item-text {
    padding: 0 10px 0 50px;
    margin-bottom: 0px;
    color: #231F20 !important;
}


#menufloat .elementor-toc__list-item-text:hover {
    font-weight: bold;
}


#menufloat .elementor-toc__list-item {
    margin-bottom: 2px;
}


#menufloat ul.elementor-toc__list-wrapper {
    list-style-type: none;
    padding-left: 0px;
}




/* apply the padding for the backend and frontend */
body.course-template > .elementor-edit-area > .elementor-section-wrap > .e-parent:not(#co-top):not(#co-main) > .e-con-inner,
.course-template > div.elementor > .e-parent:not(#co-top):not(#co-main) > .e-con-inner {
    padding-right: 280px;
}


/* Course Detail Top Bg overlay */

#co-top::before {
    background-color: black;
    --background-overlay: '';
    opacity: 0.2;
}



/* to highlight the first col */
.tablesorter .col-first {
    background-color: #30709D !important;
    color: white !important; 
}


/* New Header*/
#header-tum ul.sub-menu{
    width: clamp(calc(1400px / 3 - 60px), calc(100vw / 3 - 60px), calc(1400px / 3 - 60px)) !important;
    background: none !important;
    padding: 0px 30px 30px 5vw;
    top: 1px !important;
    margin-top: 0px !important;
}

#header-tum ul.sub-menu a{
    color: #EDEDED;
    font-size: 20px;
    border: 0px;
    padding-left: 20px;
}


#header-tum .elementor-nav-menu li {
    position: initial;
    width: calc(min(1400px, 100vw) / 3 - 60px) !important;
    /* border: 1px solid white; */
}

#header-tum .elementor-nav-menu li .sub-menu{
    margin-left: calc(min(1400px, 100vw) / 3 - 30px) !important;
    padding: 0px 30px;
}


#con-mobile-menu .elementor-nav-menu--dropdown{
    background-color: #0F213D !important;
}
#con-mobile-menu .sub-menu{
    background-color: #0A2D57 !important;
}
#con-mobile-menu .sub-menu .sub-menu{
    background-color: var(--e-global-color-primary) !important;
}

#con-mobile-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    padding-top: 20px;
    padding-bottom: 50px;
}

#con-mobile-menu .elementor-nav-menu a.elementor-item,
#con-mobile-menu .elementor-nav-menu a.elementor-sub-item {
    padding: 10px 0 10px 48px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

#con-mobile-menu  svg.e-font-icon-svg.e-fas-caret-down {
    height: 16px;
    width: 16px;
}
#con-mobile-menu path{
    fill: white;
}



#header-tum .elementor-nav-menu li .sub-menu .sub-menu{
    margin-left: calc(min(1400px, 100vw) / 3 - 0px) !important;
}

/* #header-tum ul.sub-menu ul.sub-menu {
    padding-left: 30px;
} */

#home-mainmenu .e-n-menu-item > .e-n-menu-content > .elementor-element{

    --content-width: 100% !important;
    /* left: calc(-50vw + 50%) !important; */
    top: 82px !important;

    max-width: 1400px;
    left: 50% !important;
    transform: translateX(-50%);

}

#home-mainmenu .e-n-menu-item > .e-n-menu-content > .elementor-element > .e-con-inner > .elementor-element:nth-child(1){

    --width: 33.33% !important;
    --padding-top: 170px !important;

  
    /* --min-height: 80vh !important; */
    --min-height: 760px !important;
}

#home-mainmenu .e-n-menu-item > .e-n-menu-content > .elementor-element > .e-con-inner > .elementor-element:nth-child(2){

    --width: 67.66% !important;
    /* --min-height: 80vh !important; */
    --min-height: 760px !important;
    --padding-top: 170px !important;

}
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg, .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
    transform: none !important;
}




#header-tum .e-n-menu-content .e-con-inner {

    max-width: 1400px;
}

/* Course Listing */

.elementor-pagination{
    padding-top: 50px;
}
.pagination {
    padding-bottom: 50px;
}

.elementor-pagination .page-numbers,
.pagination .page-numbers{
    padding: 3px 10px;
    text-decoration: none;
    color: black;
    font-weight: 500;
    margin: 0 2px;
}




.elementor-pagination,
.paginationstyle1{
    display: flex;
    justify-content: center; /* Center-aligns the items */
    padding-left: 0;
    list-style: none;
}


.elementor-pagination .current,
.paginationstyle1 .current{
    background-color:#2166B1;
    color: white;
}



/* breadcrumbs */
#breadcrumbs a, #breadcrumbs span {
    font-size: 16px;
}

 
/* Event Button */
.event-register-btn {
    padding: 10px 10px;
    background-color: #ff9400;
    color: #ffffff;
    border: none;
}


/* General post / page */
.page-template-default #general-con div.elementor-widget-container,
.post-template-default.single-post #general-con div.elementor-widget-container{

    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    gap: var(--gap);
    width: 100%;
    /* max-width: var(--content-width); */
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%;
}

#con-contentpostpage > .elementor-widget-container:not(:has(.elementor)) {
    /* padding-top: 40px;
    padding-bottom: 40px; */
    max-width: var(--content-width);
}

#con-contentpostpage > .elementor-widget-container:not(:has(.elementor)) img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#con-contentpostpage > .elementor-widget-container:not(:has(.elementor)) div,
#con-contentpostpage > .elementor-widget-container:not(:has(.elementor)) li,
#con-contentpostpage > .elementor-widget-container:not(:has(.elementor)) p {
    text-align: justify !important;
}


#con-contentpostpage:not(:has(.elementor)){
    padding-top: var(--container-default-padding-top, 10px);
    padding-right: var(--container-default-padding-right, 10px);
    padding-bottom: var(--container-default-padding-bottom, 10px);
    padding-left: var(--container-default-padding-left, 10px);
}

#con-contentpostpage:not(:has(.elementor)), #con-contentpostpage:not(:has(.elementor)) span {
    color: var(--e-global-color-text) !important;
}

/* fix tum-asia.edu.sg/tum-asia-partners-with-sbs-transit-to-enhance-training-competencies-for-the-land-transport-industry/ */
#con-contentpostpage:not(:has(.elementor)) span[style="font-size: 10pt;"],
#con-contentpostpage:not(:has(.elementor)) span[style="font-size: 9pt;"] {
    font-size: 16px !important; 
}

#con-contentpostpage:not(:has(.elementor)) .wpb_text_column :last-child,
#con-contentpostpage:not(:has(.elementor)) .wpb_text_column p:last-child {
    margin-bottom: 1rem;
}



/* Program Detail */
#co-learning p{
    margin-bottom: 0px;
}
div#con-mobilestickmenu-con a {
    width: 50vw;
	font-size: 3.5vw;
}

body.course-template #footer-con{
    padding-bottom: 30px;
}  

#con-mobilestickmenu{
    display: none;
}

/* dropdown */
select,input[type="date"] {
    padding: 15px;
    margin: 5px 0 0px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
    box-sizing: border-box;
    font-size: 14px;
    min-width: 50%;
    max-width: 100%;
}

/* Stay small size if post = 1 for elementor loop carousel */
.left-align-carousel .swiper-container,
.left-align-carousel .swiper-wrapper {
    max-width: 433px;         /* Optional: control content width */
    margin-left: 0 !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
}

.elementor-widget-loop-carousel .swiper-slide {
    flex: 0 0 auto;
}



/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {
    body.course-template > .elementor-edit-area > .elementor-section-wrap > .e-parent:not(#co-top):not(#co-main) > .e-con-inner, .course-template > div.elementor > .e-parent:not(#co-top):not(#co-main) > .e-con-inner {
        padding-right: 210px;
    }
    
    .e-con {
        --container-default-padding-top: 20px;
        --container-default-padding-right: 20px;
        --container-default-padding-bottom: 20px;
        --container-default-padding-left: 20px;
    }

    body #menufloat {
        width: 200px; /* <- 270 */
    }
    #menufloat .elementor-toc__list-item-text {
        padding-left: 30px; 
    }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 768px) {

    /* Reset the tab order*/
    .e-n-tabs-heading .e-n-tab-title{
        --n-tabs-title-order: initial !important;
    }

    #con-mobilestickmenu{
        display: block;
    }
    #con-stickmenu{
        display: none !important;
    }

    .elementor-element {
        --widgets-spacing: 20px 20px;
    }

    /* Course Listing */
    .tumGap {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #course-items .course-item img {
        height: 48vw;
    }
    #course-items .course-item-detail > div {
        padding-bottom: 10px;
    }
    
    /* First div of course-item-detail */
    #course-items .course-item-detail > div:first-of-type {
        padding-top: 10px;
        margin-top: 10px;
    }

    /* Last div of course-item-detail */
    #course-items .course-item-detail > div:last-of-type {
        margin-bottom: 20px;
    }

    

    /* Homepage student stories */
    div#home-chat {
        min-height: 163vw;
    }

    #home-chat .chat-thumb {
        width: 40vw;
        object-fit: cover;
        height: 27vw;
    }

    div#home-chat .row {
        margin: 0px; 
    }
    .hover-container img:nth-child(1) {
        top: 64vw;
        left: 20px;
    }
    .hover-container img:nth-child(3) {
        top: 34vw;
        left: 20px;
    }
    .hover-container img:nth-child(5) {
        top: 20px;
        left: 30%;
    }
    .hover-container img:nth-child(7) {
        top: 34vw;
        right: 20px;
    }
    .hover-container img:nth-child(9) {
        top: 64vw;
        right: 20px;
    }
    .hover-image {
        width: calc(100vw - 40px); 
        top: 128vw !important;
        font-size: 3vw !important;
    }
    .hover-image img {
        height: 30vw;
        width: 45vw;
        padding: 1.7vw;
        top: -25vw !important;
        left: 50% !important;
    }

    .e-con {
        /* --container-default-padding-top: 10px;
        --container-default-padding-right: 10px;
        --container-default-padding-bottom: 10px;
        --container-default-padding-left: 10px; */
        /* --padding-top: 10px !important;
        --padding-bottom: 10px !important;
        --padding-left: 10px !important;
        --padding-right: 10px !important;

        --container-default-padding-top: 10px;
        --container-default-padding-right: 10px;
        --container-default-padding-bottom: 10px;
        --container-default-padding-left: 10px; */
    }

    /* apply the padding for the backend and frontend */
    body.course-template > .elementor-edit-area > .elementor-section-wrap > .e-parent:not(#co-top):not(#co-main) > .e-con-inner,
    .course-template > div.elementor > .e-parent:not(#co-top):not(#co-main) > .e-con-inner {
        padding-right: 0px;
    }


    body #menufloat {
        position: relative;
        top: auto;
        right: auto;
        visibility: visible;
        opacity: 1;
    }
    #menufloat .elementor-toc__body {
        display: block !important;
    }

    /* remove the table border */
    .eael-data-table-wrap {
        padding-bottom: 0px;
    }

}











/*
from backend setting


.form-tab .vc_tta-container {
    display: block !important;
  }
  
  .vc_tta.vc_general .vc_tta-tab > a {
  }
  
  #hide-from-desktop {
          display: none !important;	
  }
  
  #hide-from-mobile {
          display: block !important;
  }
  
  #contentWrap ul, #contentWrap ol, #contentWrapLeft ul, #contentWrapLeft ol {
      padding-left: 0px !important;
  }
  
  #contentWrap ul > li, #contentWrapLeft ul > li {
      margin: 0 10px 5px !important;
  }
  
  .vc_toggle {
      margin-bottom: 0px !important;
  }
  
  .postid-21850 div.vc_toggle div.vc_toggle_title h4 {
      font-size: 12pt;
  }
  
  .wpb_gallery_slides ul > li {
      margin: 0 0px 0px !important;
  }
  
  .single-post .wpb_gallery_slides.flexslider {
      margin: 0 0 10px -80px;
  }
  
  .ms-slide-info .ms-info a {
      bottom: 0 !important;
  }
  
  .rdmore a {
      margin-top: 0px !important;
  }
  
  .postid-14897 #contentWrapLeft {
      width: 100% !important;
  }
  
  #mobil-programme td {
      padding: 0px 5px !important;
  }
  
  @media only screen and (max-width: 480px) {
  
      #hide-from-desktop {
          display: block !important;
      }
      
      #hide-from-mobile {
          display: none !important;
      }
      
  }

  */