    /*
    Theme Name: Aventis
    Author: Criss
    Version: 1.1
    Description: Theme for Aventis School of Management

*/
body,p,li{
	font-weight: 500 !important;
	font-family: 'Karla', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Karla', serif !important;
	font-weight: bold !important;
}
.topbar-download-now {
    position: relative;
}


.download-now-content {
    padding: 12px 1rem;
    background-color: #200;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 1px 3px 5px;
}

body[data-elementor-device-mode="mobile"] #gallery-1 dl:nth-child(13){
	clear:both;


}

input#close-topbar:checked, input#close-topbar:checked ~ .download-now-content {
    display: none;
}

#close-topbar-label {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    margin: 0;
}

input#close-topbar:checked ~ #close-topbar-label {
    display: none;
}

.go-brochure {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 0);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    padding: 6px 1rem;
    border-radius: 4px;
    margin-left: 10px;
}

.go-brochure:hover {
    color: #fff;
    text-decoration: none;
}

div[data-widget_type='button.default'] .elementor-widget-container{
	margin: 5px 0 15px 0 !important;
}
main div[data-widget_type='button.default'] .elementor-widget-container{
	margin: 0px !important;
}

#referafriend {background:#0d4994;font-size:12.8px;margin-top:32px;visibility: hidden;}

#friend-desktop {background:#0d4994;font-size:12.8px;margin-top:32px;}


#brochure{background:#0d4994;}

.wizard > .steps li.current a,
.wizard > .actions a, #wizard .checkout_coupon .button, #wizard .checkout_coupon .button, #wizard form.login input.button, #wizard .woocommerce-Button{
	background: #0d4994 !important;
}

.wizard > .steps li.current a:before{
	border-bottom: 30px solid #0d4994 !important;
    border-top: 30px solid #0d4994 !important;
}

.wizard > .steps li.current a:after {
    border-left: 20px solid #0d4994 !important;
}


#apply{background:#0d4994;margin-left:40px;}

@media only screen and (min-width:985px) and (max-width: 1192px) {
	
 #apply{
	 margin-left:0px;	
}
}
    body {
        font-family: 'Roboto', sans-serif;
        margin: 0;
        padding: 0;
    }

    /* Background Colors */
    .bg-blue-light {
        background-color: #4595d1;
    }

    .bg-light {
        background-color: #f1f6f8;
    }

    .bg-blue-dark {
       background-color:#0c55d8;
      /*  background-color: #0d4994;*/
        margin-top:150px;

    }

    .bg-dark {
        background-color: #0d4994;
    }
    /* Text Colors */

    .text-blue-light {
        color: #4595d1;
    }

    .text-blue-dark {
        color: #0d4994;
    }

    .text-gray-light {
        color: #acacac;
    }

    .text-gray-dark {
        color: #555555;
    }
    /* Button Standard Style */

    .btn-text {
        text-decoration: none !important;
        font-weight: 300;
        font-size: 0.8rem;
    }
    /* Button Types */

    .lg-btn-fill {
        transition: 0.3s;
        padding: 18px 20px;
    }

    .lg-btn-fill:hover {
        background-color: #004a8f;
    }

    .lg-btn-outline {
        transition: 0.3s;
        padding: 17px 20px;
        border: 1px solid #4595d1;
    }

    .lg-btn-outline:hover {
        background-color: #012541;
        border: 1px solid #004a8f;
        color: #fff;
    }


  .sm-btn-outline {
        text-align: center;
        display: inline-block;
        min-width: 90px;
        transition: 0.3s;
        padding: 10px 15px;
        border: 1px solid #004a8f;
		color:#333;
        background:#fff;
         }

  .nav-header .nav-header-navbar ul li:nth-last-child(1) .sm-btn-outline{
	    background:#0d4994;
	    color:#fff;
	    font-weight: bold;
    }

    .sm-btn-outline:hover {
        background-color: #fff !important;
        border: 1px solid #004a8f;
        color: #000 !important;
    }

    .nav-header .nav-header-navbar ul li:nth-last-child(2) .sm-btn-outline:hover{
	    background:#ccc !important;
	      border: 1px solid #c3c3c3 !important;
    }
    /* Cards Override */

    .media-card-img {
        overflow: hidden;
     height: 360px;
    background-size: contain;
    background-repeat: no-repeat;
    }
    
   .media-card .card-body{
	    padding:10px;
	    }
    #mediaCardIMG {
	    overflow: hidden;
	    height: 200px;
	    width: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	}

    .media-card {
        width: 32%;
        display: inline-block;
        margin-right: 10px !important;
    }

    .card-title {
        transition: 0.3s;
        font-size: 1rem;
        font-weight: 400;
    }

    .card-text {
        transition: 0.3s;
        font-size: 0.9rem;
    }

    .card-link {
        border: 1px solid #cccccc;
        padding: 8px 20px;
        font-size: 1rem;
        font-weight: 300;
        transition: 0.3s;
    }

    .media-card-day {
        display: inline-block;
        font-weight: 100;
    }

    .media-card-month {
        position: relative;
        bottom: 15px;
    }

    .media-card-month:after {
        content: '';
        position: absolute;
        top: 28px;
        left: 0;
        height: 1.5px;
        width: 100%;
        background-color: #acacac;
    }
    /* Section */

    .section-title {
        font-weight: 300;
    }

    .section-title:before {

    }
    .todayNews,
    .gradWork{
	    margin-top:50px;
    }


    .todayNews h2,
    .gradWork h2{
	    color:#0d4994;
	    margin-bottom: 20px;
	    text-transform: uppercase;
	    font-size:35px;
	    font-weight: bold;
    }

     .gradWork img{
	     max-width: 100%;
     }

    /* HEADER */

    .nav-header {
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
    }

    .nav-header .logo {
        display: inline-block;
        width:100px;
    }

    .nav-header .logo img {
        width: 190px;
        height: auto;
        padding: 8px 0;
        float: left;
    }

    .nav-header .nav-header-navbar {
        background-color: #fff;
        float: right;
        margin-top:10px;

    }

    .nav-header .nav-header-navbar img {
        margin: 0 20px 10px 0;
        width: 35px;
        display: none;
    }

    .nav-header .nav-header-navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
    }

    .nav-header .nav-header-navbar ul li {
        list-style-type: none;
        transition: 0.3s;
        border-bottom: 2px solid #fff;
    }

    .nav-header .nav-header-navbar ul li:not(:nth-last-child(-n+2)):hover {
        border-bottom: 2px solid #245b97;
    }

    .nav-header .nav-header-navbar ul li:not(:nth-last-child(-n+2)) a {
        text-decoration: none;
        font-size: 16px !important; 
        display: block;
        height: 50px;
        padding: 0 12px;
        line-height: 80px;
        color: #555555;
    }

    .nav-header .nav-header-navbar ul li:nth-last-child(-n+2) a {
        margin-top: 18px;
    }

    .nav-header .nav-header-navbar ul li:nth-last-child(2) a {
        margin: 18px;
       
    }

    .menu-toggle {
        color: #555555;
        line-height: 80px;
        font-size: 2rem;
        color: #245b97;
        cursor: pointer;
        display: none;
        float: right;
    }

    .nav-element {
        display: none;
    }

    header {
        margin-top: 100px;
    }

    .header-banner {
              background-size: cover;
    }

    .header-banner-content {
        height: 500px;
    }

    .header-banner-title {
        font-weight: 300;
        font-size: 36px;
    }

    .header-banner-text {
        font-size: calc(0.6vw + 0.9rem);
        font-weight: 300;
    }

    .default-header-banner {
        height: 175px;
    }
    /* Dropdown */

    .nav-header-dropdown {
        position: relative;
    }
    .nav-header-dropdown-content {
        border: 1px solid #eee;
        position: absolute;
        background-color: #fff;
        top: calc(100%);
        border-top: 5px solid #eee;
        left: 0px;
        min-width: 300px;
        transition: 0.5s;
        transform: translateY(-100%);
        z-index: -1;
        opacity: 0;
    }
    
    .megaMenu{
	    left:-140px;
    }
    
    
@media (max-width:991px){
	.nav-header-dropdown-content {
		left:0px !important;
	}
	
	.elementor-element .elementor-button-wrapper {
		line-height: 2.5;
		
	}
	
}  


@media (max-width:767px){
	
	.menu-toggle {
    display: block;
    position: relative;
    z-index: 9999;
  
    }
    
   .menu-toggle .fa-times{
	      color:#fff;
    }
	
	.menuMiddle .elementor-element.elementor-top-column{
		    border-bottom: 1px solid #fff;
	}
	
	}

    .nav-header-dropdown-content a {
        line-height: 20px !important;
        padding: 20px !important;
        height: auto !important
    }

    .nav-header-dropdown-content a:hover {
        background-color: #f1f6f8;
    }

    .nav-header-dropdown:hover .nav-header-dropdown-content {
        transform: translateY(0);
        opacity: 1;
    }
    /* PROGRAMS */

    .program-element {
        position: absolute;
        top: 475px;
        z-index: 1;
        display: none;
        width: 150px;
        transform: scaleX(-1);
    }

    .program-card {
        transition: 0.3s;
        height: 300px;
    }

    .program-card-active:after {
        content: '';
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(./img/mba-card.svg);
        background-size: 250%;
        transform: scale(0);
        z-index: 0;
        transition: 0.5s;
    }
    #program-1.program-card-active:after{
	       background-image: url(./img/mba-card-1.svg);
	       background-color:#25880c;
	        background-size: 200%;
     }
    #program-2.program-card-active:after{
	       background-image: url(./img/mba-card-2.svg);
	       background-color:#1a7b8e;
	       background-size: 150%;

     }
      #program-3.program-card-active:after{
	      background-image: url(./img/mba-card-3.svg);
	       background-color:#e20303;
	       background-size: 250%;

     }
       #program-4.program-card-active:after{
	      background-image: url(./img/mba-card-4.svg);
	       background-color:#4e8fcc;
	       background-size: 200%;

     }
	 	#program-5.program-card-active:after{
	      background-image: url(./img/mba-card-5.svg);
	       background-color:#20983d;
	       background-size: 150%;

     }
	#program-6.program-card-active:after{
	      background-image: url(./img/mba-card-1.svg);
	       background-color:#213484;
	       background-size: 300%;

     }
	 #program-7.program-card-active:after{
	      background-image: url(./img/mba-card.svg);
	       background-color:#19a5b7;
	       background-size: 150%;

     }
      #program-8.program-card-active:after{
	      background-image: url(./img/mba-card-4.svg);
	       background-color:#610d69;
	       background-size: 150%;

     }

	 #landing-1.program-card-active:after{
	 background-image: url(./img/mba-card-1.svg);
	       background-color:#25880c;
	        background-size: 200%;
     }
    #landing-2.program-card-active:after{
	       background-image: url(./img/mba-card-2.svg);
	       background-color:#1a7b8e;
	       background-size: 150%;

     }
     #landing-3.program-card-active:after{
	      background-image: url(./img/mba-card-3.svg);
	       background-color:#e20303;
	       background-size: 250%;

     }
      #landing-4.program-card-active:after{
	      background-image: url(./img/mba-card-4.svg);
	       background-color:#4e8fcc;
	       background-size: 200%;

     }
	 	#landing-5.program-card-active:after{
	      background-image: url(./img/mba-card-5.svg);
	       background-color:#20983d;
	       background-size: 150%;

     }
     #landing-6.program-card-active:after{
	      background-image: url(./img/mba-card-1.svg);
	       background-color:#213484;
	       background-size: 300%;

     }
	 #landing-7.program-card-active:after{
	      background-image: url(./img/mba-card.svg);
	       background-color:#19a5b7;
	       background-size: 150%;

     }
      #landing-8.program-card-active:after{
	      background-image: url(./img/mba-card-4.svg);
	       background-color:#610d69;
	       background-size: 150%;

     }



    .landing-program-card {
        transition: 0.3s;
        height: 300px;
    }

    .landing-program-card-active:after {
        content: '';
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(./img/mba-card.svg);
        background-size: 250%;
        background-size: cover;
        transform: scale(0);
        z-index: 0;
        transition: 0.5s;
    }

    .program-card-body {
        overflow: hidden;
        z-index: 1;
    }

    .program-btn-link {
        position: absolute;
        left: 0;
        padding-left: 35px;
        bottom: 0;
        height: 80px;
        width: 100%;
        padding-top: 20px;
        background-color: transparent;
    }

    .program-btn-link img {
        transition: 0.3s;
    }

    .program-card.program-card-active {
        background-color: #1e557e;
    }

    .program-card.program-card-active.program-card:after {
        transform: scale(1);
    }

    .landing-program-card.program-card-active {
        background-color: #1e557e;
    }

    .landing-program-card.program-card-active.landing-program-card:after {
        transform: scale(1);
    }

    .card-title.card-title-active {
        color: #fff;
    }

    .card-text.card-text-active {
        color: #fff;
    }

    .program-btn-link.program-btn-link-active a {
        border: 1px solid #fff;
        color: #fff !important;
    }

    .program-btn-link.program-btn-link-active img {
        filter: brightness(0) invert(1);
    }

    .program-tabs li a {
        margin-right: 5px;
        background-color: #245b97;
        color: #fff;
        padding: 20px !important;
        text-decoration: none;
        border: 1px solid #245b97;
        font-size: 0.9rem;
        transition: 0.3s;
    }

    .program-tabs li a:hover {
        background-color: #f1f6f8;
        color: #555;
    }

    .program-tabs li a.active {
        background-color: #f1f6f8;
        color: #245b97;
    }

    .tab-pane.fade {
        animation: fade 0.3s;
        opacity: 1;
    }

    @keyframes fade {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /* Contact */

    .map-container-5 {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .map-container-5 iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    input[type=submit] {
        border: 0 !important;
        padding: 15px 50px;
    }

    textarea {
        height: 10rem !important;
    }
    /* PROGRAM PAGE */

    .section-title-small {
        font-size: 1.9rem;
        font-weight: 300;
    }

    .section-title-small:before {
        margin-bottom: 15px;
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        background-color: #245b97;
    }

    .section-subtitle-underlined {
        border-bottom: 1px solid #555555;
        display: inline-block;
        color: #555555;
    }

    .underline-0 {
        border-bottom: 0 !important;
    }
    /* BLOG */

    .blog-featured-img {
        height: 500px;
        background-size: cover;
        background-position: center center;
    }

    .swiper-buttons {
        position: absolute;
        width: 16%;
        right: 0;
        bottom: 80px;
    }

    .swiper-button-prev {
        filter: brightness(0) invert(0.6);
        transform: scale(0.5);
        border: 1px solid #000;
        padding: 50px !important;
    }

    .swiper-button-next {
        filter: brightness(0) invert(0.6);
        transform: scale(0.5);
        border: 1px solid #000;
        padding: 50px !important;
    }
    /* FORMS */

    #form-card {
        position: relative;
    }

    #form-image {
        position: absolute;
	 top: -5%;
    left: 60%;
    width: auto;
    height: 100%;
    /* margin: -50px -256px; */
    z-index: -1;
    }
    /* FOOTER */

    .footer {
        font-size: 0.9rem;
        background-color: #012541;
        color: #fff;
    }

    .footer-div-1-3 {
        border-right: 1px solid #003966;
    }

    .footer-div-2-3 {
        border-right: 1px solid #003966;
    }

    .footer-div-3-3 a {
        color: #fff;
        font-size: 1rem;
        margin-right: 5px;
    }

    .footer-title {
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 0.95rem;
        color: #fff;
      text-decoration: underline;
    }

    .footer a{
	    color:#fff;
    }

    .nav-footer-navbar ul {
        padding: 0;
        margin: 0;
    }

    .nav-footer-navbar ul li {
        display: inline;
        list-style-type: none;
        transition: 0.3s;
    }

    .nav-footer-navbar ul li:not(:nth-last-child(-n+3)) a {
        text-decoration: none;
        font-size: 0.9rem;
        color: #fff;
        margin: 10px;
    }

    .nav-footer-navbar ul li:nth-last-child(-n+3) a {
        color: #fff;
        background:#0d4994;
        margin-top: 18px;
    }

    .nav-footer-navbar ul li:nth-last-child(2) a {
        margin: 18px;
    }

    .rights-reserved {
        color: #acacac;
        font-size: 0.73rem;
    }


    .applyLinkBtn a{
	    background:#7c7d7c !important;
	    color:#fff;
    }

    .woocommerce-checkout-review-order-table tr:last-child th{
	    font-weight: normal !important;
    font-style: italic;
    font-size: 13px;
    }
    
      @media (min-width: 769px) { 
   .mega-mba-submenu a,
    .mega-postGrad-submenu a{
	    background:#fff !important;
	    }
	    
	     .successLink,
	     .referLink{
		      display: none !important;
		      }
	 
	    .mba-submenu li a:hover,
	    .mega-postGrad-submenu li a:hover{
		       background:#ccc !important;
		    }
	    .mega-menuHeader .mega-sub-menu li a:hover{
		      background:#ccc !important;
		    }
		    }
    
 @media only screen and (max-width: 767px) {
    
   #mega-menu-wrap-fml1{
	    top:15px;
	  
	    }
#mega-menu-wrap-fml1 .mba-submenu .mega-sub-menu{
	display: block !important
	}	    
	#mega-menu-wrap-fml1 .mba-submenu .mega-indicator{
		 display: none !important;
		 }
	
	  #mega-menu-wrap-fml1 .mega-menu-toggle.mega-menu-open + #mega-menu-fml1{
		     min-height: 100vh;

		    
		    }
	    
    #mega-menu-wrap-fml1 #mega-menu-fml1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link{
	                background: #555 !important;
	          
	                }
	                
	                 #mega-menu-wrap-fml1 #mega-menu-fml1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, 
	                #mega-menu-wrap-fml1 #mega-menu-fml1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{
		                  background: #555 !important;

		                }
		             #mega-menu-wrap-fml1 #mega-menu-fml1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
			                height:400px;
							overflow:scroll;
			                }
			                  
		       #mega-menu-wrap-fml1 #mega-menu-fml1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{
			                height:auto;
			                overflow: auto;
						}		
						#mega-menu-wrap-fml1 #mega-menu-fml1 > li.mega-menu-item.mega-whiteMenuBtn{
							margin-left:10px;
							margin-right:10px !important; 
							background:#0d4994 !important;
							position: relative;
							top:70px;
							display: block !important;
							}
							#mega-menu-wrap-fml1 #mega-menu-fml1 > li.mega-menu-item.mega-whiteMenuBtn a{
								text-align: center !important;
								font-size:16px;
								}
							
							#mega-menu-wrap-fml1 #mega-menu-fml1 > li.mega-menu-item.mega-blueMenuBtn{
							display: block !important;
							position: relative;
							top: -50px;
							background: none !important;
							border: 0px !important;
							}


						#mega-menu-wrap-fml1 #mega-menu-fml1 > li.mega-menu-item.mega-blueMenuBtn a{
							padding-left: 5px;
							
							}			


}

    @media (max-width: 991.98px) {
        .program-tabs {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .program-tabs li a {
            width: 250px;
            display: block;
        }
        .post-featured-photo {
            width: 100%;
        }
               .menu-toggle {
            display: block;
        }
                    	                
        .nav-header .nav-header-navbar.active {
            left: 0;
        }
        .nav-header .nav-header-navbar ul {
            margin: 5% 60px;
            display: block;
            text-align: left;
        }
        .nav-header .nav-header-navbar ul li {
            padding: calc(0.1vh + 1px) 0;
            border-bottom: 0 !important;
        }
        .nav-header .nav-header-navbar ul li a {
            z-index: 2;
            position: relative;
            font-weight: 300;
            font-size: 1.2rem;
         
        }
        .nav-header .nav-header-navbar ul li:nth-last-child(-n+2) a {
            margin-top: calc(0.4vh + 4%);
            border: 1px solid #fff;
            width: 100%;
        }
        .nav-header .nav-header-navbar ul li:nth-last-child(-n+2) a:hover {
            border: 1px solid #245b97;
        }
        .nav-header .nav-header-navbar ul li:nth-last-child(2) a {
            margin: auto;
            margin-top: calc(1vh + 5%);
        }
        .nav-header .nav-header-navbar img {
            display: inline-block;
        }
        .nav-element {
            width: 150px;
            display: block;
            position: absolute;
            right: -100%;
            top: 250px;
            transition: 0.4s;
        }
        .nav-element.nav-element-active {
            right: 0;
        }
        .header-banner-title {
            color: #fff;
        }
        .header-banner-content {
            color: #fff;
            transform: translateY(70%);
            width: 90% !important;
            height: 340px;
            background-color: rgba(36, 91, 151, 0.9)
        }
        /* Drop Down Mobile */
        .nav-header-dropdown {
            height: 100%;
        }
        .nav-header-dropdown-content {
            border: 0;
            position: relative;
            background-color: transparent;
            opacity: 1;
            z-index: 1;
            overflow: hidden;
            transition: 0.5s;
            transform: translateY(0);
            max-height: 1020px;
            margin-top: 10px;
        }
           .nav-header-dropdown-content p{
	           max-width: 200px;
           }

        .nav-header-dropdown-content a {
            margin-left: 55px;
            color: #fff;
        }
        .nav-header-dropdown-content a:hover {
            background-color: transparent;
        }
        /* width */
        .nav-header .nav-header-navbar::-webkit-scrollbar {
            width: 0;
        }
        .find-out-more-btn {
            display: none;
        }
        .watch-video-btn {
            color: #fff;
            border: 1px solid #fff;
        }
        .media-card {
            margin: 10px 15px !important;
            width: 100%;
        }
        .blog-featured-img {
            height: 200px;
            background-size: cover;
        }
        .nav-footer-navbar {
            display: none;
        }
        .footer-div-1-3 {
            border-right: 0;
        }
        .footer-div-2-3 {
            border-right: 0;
        }
        .footer-dot {
           margin-bottom: 10px;
        }

          .nav-header .nav-header-navbar ul li:nth-last-child(2) .sm-btn-outline{
	          color:#333 !important;
          }
         .nav-header .nav-header-navbar ul li:nth-last-child(1) .sm-btn-outline:hover{
	          color:#333 !important;
          }

    }
      @media (max-width: 768px) {  
     .nav-header .nav-header-navbar ul li a {
          
            color: #fff !important;
        }
        }

    /*** CRISS STYLE ***/
.program-attributes h3{
	font-size:36px;
	font-weight:400;
	width:100%;
	text-align: center;
}
.program-attributes p{
	font-size:15px;
	text-align: center;
}
#slide-curriculum-section{
	width:100%;
}
#slide-delivery_model table,
#slide-curriculum-section table{
	max-width: 100%;
}
#slide-curriculum-section table td{
	max-width: 100%;
}
#largescreen {
  display: block;
  background: #fff !important;
}

#smallscreen {
  display: none;
}


.readMore-btn{
	    display: flex;
      align-items: center;
    flex-direction: column;
    margin-top:20px;
}



.fa-calendar-check,
.fa-clock,
.fa-location-arrow{
	margin-right:20px;
	float:left;
	margin-bottom:20px;

}
.elementor-icon .fa-clock,
.elementor-icon .fa-location-arrow,
.elementor-icon .fa-calendar-check{
	margin:0px;
	float:none;
}




.eventTab{
	margin-bottom:20px;
}

.eventContent{
	font-size:16px;
	color:#54595f;
   }


.singleEventImg{
	width: 60%;
    display: block;
    float: left;
}
.singleEventImg img{
	max-width: 100%;
}

.singleEventContent{
	float:left;
	width:40%;
	padding:20px;
}


#headerBanner .elementor-widget-heading .elementor-widget-container,
#headerBanner .elementor-widget-text-editor .elementor-widget-container{
	 background: none !important;
 }

#headerBanner .elementor-text-editor,
#headerBanner .elementor-text-editor p,
#headerBanner .elementor-text-editor h5{
color:#54595f;
font-size: 20px;
font-weight: 500;
font-style: italic;
}
#headerBanner .elementor-element-populated{
	background: rgba(255,255,255,0.9);
}
#headerBanner .elementor-inner-section .elementor-element-populated{
	background: none;
}


#councilBanner .elementor-element-populated {
	background:none  ! important;
	}

.elementor-column-wrap  elementor-element-populated{background:none;}

.elementor-widget-spacer{
	display: none;
}



.wForm form input,
.wForm form select{
	height:auto !important;
	line-height: 12px !important;
}

.wForm .dropdown-content li>a, .dropdown-content li>span{
	color:black;
	font-size:12px;
	padding:5px;
}
.wForm .dropdown-content li{
	    min-height: 40px;
    line-height: 10px;
}




	    /*
	    .nav-header-dropdown-content{
		    max-height: 300px;
		    overflow: auto;
	    }
	    */

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 60px rgba(255, 255, 255, .5);
}

#choiceCourse{
	margin-bottom:0px;
}
#choiceCourse:hover{

}
#choiceCourse .cta{
	   background: #0d4994;
    color: #fff;
    display:inline-block;
    padding:10px 20px;
}
#choiceCourse .cta:hover{

	cursor: pointer;
}
.eael-entry-header{
	margin-top:0px;
}


#homeBlogWidth .eael-entry-title{
	font-size:20px;
	min-height: 50px;
    margin-bottom: 10px;
}

#homeBlogWidth .eael-entry-thumbnail{
	max-height: 300px;
}

#homeBlogWidth  .eael-grid-post-holder{
	min-height: 600px;
}


#clientLogo #gallery-1 img{
	border:none;
}
.wForm label, .wForm .label{
	color:#333 !important;
}


.brochureForm form,
.elementor-90572 form{
	padding-right: 13px !important;
}

.brochureForm .wFormContainer,
.elementor-90572 .wFormContainer{
	border:none !important;
}

.brochureForm  .wForm,
.elementor-90572 .wForm{
	font-family:"Roboto",Sans-serif !important;
	font-weight: 600 !important;

}
.brochureForm  .wForm input[type='text'],
.elementor-90572 .wForm input[type='text']{
	background:#fff;

}
.brochureForm .wForm .inputWrapper,
.elementor-90572 .wForm .inputWrapper{
	display:block !important;
}

.brochureForm .wForm .oneField input,
.elementor-90572 .wForm .oneField input{
	border:1px solid #cccc !important;
	padding:10px;
	width:100% !important;

}
.brochureForm .wForm div.oneField,
.elementor-90572 .wForm div.oneField{
	margin-top:0px !important;
	width:100% !important;
}
.brochureForm #tfa_5-D,
.elementor-90572 #tfa_5-D{
		width:100% !important;
}
.brochureForm .wForm,
.elementor-90572 .wForm{
	padding: 30px 15px 10px !important;
}

.brochureForm .wForm #tfa_5,
.brochureForm .wForm #tfa_7,
.brochureForm .wForm #tfa_6,
.elementor-90572 .wForm #tfa_5,
.elementor-90572 .wForm #tfa_7,
.elementor-90572 .wForm #tfa_6{
	width:100% !important;

}
.brochureForm .wForm .actions,
.elementor-90572 .wForm .actions{
	margin-top: 0px !important;
}
.brochureForm .wForm input[type=submit],
.elementor-90572 .wForm input[type=submit]{
background-color: #00498e !important;
    padding: 15px 50px !important;
    color: #fff;
    border-radius: 0px !important;
    font-size: 18px;
    width:100%;
    font-weight: bold;
}

.brochureForm #tfa_23-L,
.elementor-90572 #formBrochure #tfa_23-L{
	width: auto !important;
}
.brochureForm,
.elementor-90572 #formBrochure{
	width:80% !important;

}

.brochureForm .wForm .captchaHelp,
.elementor-90572 .wForm .captchaHelp,
.brochureForm .htmlSection,
.brochureForm .wFormTitle,
.brochureForm .wFormFooter,
.elementor-90572 .htmlSection,
.elementor-90572 .wFormTitle,
.elementor-90572 .wFormFooter{
	display: none !important;
}

.wForm .labelsLeftAligned .preField{
	font-size:15px;
}

.wForm #tfa_23{
	display: none !important;
}

#formBrochureCustom{
	width: 100% !important;
	
}
#formBrochureCustom .wFormContainer{
	background: #ecf1f7;
	padding:10px !important;
}

#formBrochureCustom .wForm{
	padding:0px !important;
	
}
#formBrochureCustom .supportInfo{
	display: none !important;
}
#formBrochureCustom .wForm input[type=submit]{
	background: #002363 !important;
	border-radius: 30px !important;
	font-weight: normal;
	font-size:16px;
	
	
}
#formBrochureCustom .wForm .oneField input{
	padding:5px !important
}
.elementor-widget-text-editor[data-id="bee2a9f"]{
	margin: 0px !important;
}

@media (max-width: 991px) {

	    .nav-header-dropdown-content{
		    max-height: none;

	    }

	    .nav-header-navbar > ul li:last-child a[href='https://www.aventis.edu.sg/apply/']{
		    margin-bottom: 50px;
	    }

}

    @media (max-width: 1199.98px) {


        .nav-footer-navbar ul li:nth-last-child(2) a {
            margin: 18px 0;
        }
        .nav-footer-navbar ul li:nth-last-child(3) a {
            margin: 18px -10px;
        }
        .swiper-button-prev {
            visibility: hidden !important;
        }
        .swiper-button-next {
            visibility: hidden !important;
        }
    }

@media only screen and (max-width: 991px){
.every-section-scroll{
	margin-top:95px !important;

}
#friend-desktop{position:relative;top:-27px;margin-left:10px;}
#referafriend{visibility:visible;margin-left:9px;position:relative;top:-27px;}
#apply{margin-left:10px;position:relative;top:-27px;}
#brochure{padding-right:0px;padding-left:0px;margin-bottom:30px;position:relative;top:-27px;}

}
  @media (max-width: 767px) {
	
		
	  #applyProg h2{
	text-align: center;
}

	  }



-->
  @media (max-width: 600px) {
	  .studenResource{
		  margin-top:50px;
	  }

	  #choiceCourse .eael-img-accordion a{
	margin-bottom:20px;
}
	  .brochureForm,
	 .elementor-90572 #formBrochure{
	width:100% !important;
}

	  #choiceCourse .eael-img-accordion{
		  height:600px;
	  }

	    #gallery-1 .gallery-item{

		  width: 50% !important;
	  }


	  .default-header-banner.pl-1{
		  padding:10px !important;
	  }


	  .singleEventImg,
	  .singleEventContent{
		  width:100%;
		  float:none;
	  }

	   .todayNews iframe{
		   max-width: 95% !important;
	   }

	 header{
		 margin-top:45px;
	 }

	  header.bg-blue-dark {

        margin-top:175px;
    }

  div[data-elementor-type='wp-page']{
	  margin-top:47px;
  }
  h3.elementor-heading-title{
	  font-size:30px !important;
	  line-height: 30px !important;
  }

  section['data-settings="{"background_background":"classic"}"']{
	  padding-bottom:40px;
  }


  img{
	  max-width: 98% !important;
	  height:auto;
  }


  

  #smallscreen {
    display: block;
    margin-top:120px;
    height:500px;
  }


    .n2-ss-slider-1,
    .n2-ss-slide{
	    height:600px !important;
    }
    .n2-ss-slider [data-mode=fill] .n2-ss-slide-background-image{
	    background-size: cover;
    background-position-x: -115px !important;
}
#n2-ss-3-arrow-previous,
#n2-ss-3-arrow-next{
	top:50% !important;
}
.header-banner-title{
	margin-top:10px !important;
}
.default-header-banner{
	height: auto !important;
}
 .program-element {
            display: block !important;
        }

.n2-ss-layer.n2-ow.n-uc-1c7941c59bed9{
	right: 0% !important;
	left: auto !important;
	width:350px !important;
	background: rgba(0,57,102,0.8);
	top:350px !important;
	height: 200px !important;
	padding:20px !important;
}
div#n2-ss-3 .n2-ss-layer .n2-font-881acea080ecde94742726ef63e49f53-hover{
	color:#fff !important;
	font-size:20px !important;
}
   div#n2-ss-3 .n2-font-0622cde44ecc32dcba4f3937841d4714-link a{
	   border:1px solid #fff !important;
	   color:#fff !important;
	   font-size:18px !important;
   }

 div#n2-ss-3 .n2-ss-layers-container{
	 margin:0 !important;
 }

   #n2-ss-3item3-frame{
	   height:600px !important;
   }

    }
    



  @media (max-width: 480px) {




#n2-ss-5-align{
	height: 500px !important;
}

 }

   @media (max-width: 450px) {


  a[href^='https://www.aventis.edu.sg/process-application/'],
    a[href^='https://aventis.edu.sg/apply/']{
	  max-width:115px;
  }

  }

.el-space-widget {
	display: block !important;
}
/*
	.parentDropdown::after{
    content: "v";
    float: right;
    display: 'block';
    font-size: 16px;
    color:#fff;
      position: absolute;
    top: 20%;
    right: 10px;
}
	*/
	


		}
@media (max-width: 760px) {
	
 	
#nav-header-dropdown .about_list_item {
font-weight: bold;
}

.nav-header-navbar  a[href='#']{
	font-weight:bold !important;
}

}


#jobCentral .elementor-widget-text-editor ul{
    padding-left: 70px;
    width: 90%;
}

.img120px img{
	height:100px !important;
	width: auto !important;
}


/**** STYLE MENU 2022 ***/
#mega-menu-fml1 .whiteMenuBtn{
	 text-align: center !important;
    display: inline-block !important;
    min-width: 90px !important;
    transition: 0.3s !important;
    padding: 5px !important;
    border: 1px solid #004a8f !important;
    color: #333 !important;
    background: #fff !important;
    font-weight: bold !important
}


#mega-menu-fml1 .blueMenuBtn{
	text-align: center !important;
    display: inline-block !important;
    min-width: 90px !important;
    transition: 0.3s !important;
    padding: 5px !important;
    border: 1px solid #004a8f !important;
    background: #0d4994 !important;
    font-weight: bold !important;
   
}
#mega-menu-fml1 .blueMenuBtn a{
	 color:#fff !important;
}

#mega-menu-fml1 .whiteMenuBtn:hover{
	background: #ccc !important;
	
}
#mega-menu-fml1 .blueMenuBtn:hover{
	background: #fff !important;
}
#mega-menu-fml1 .blueMenuBtn:hover a{
	 color:#555 !important;
}

#mega-menu-wrap-fml1 #mega-menu-fml1 > li.mega-menu-item{
	margin-right:10px !important;
}

#mega-menu-wrap-fml1 .menuHeader a{
	font-size: 16px !important;
	font-family: "Inria Serif", serif !important;
	border-bottom:1px solid #ccc !important;
	padding:5px !important;
}

#mega-menu-wrap-fml1 .menuHeader ul a {
	font-size: 14px !important;
	border:none !important;
	}
	
	.nav-header .nav-header-navbar1{
		float: right;
    margin-top: 15px;
}
	
/* 	
body[data-elementor-device-mode="mobile"] #mega-menu-wrap-fml1 .menuHeader.last{
	padding-bottom:200px !important;	
	
	}

*/
	
/* download brochure */
/* recaptcha */
.rc-anchor-normal .rc-anchor-pt {
	padding-right: 35px !important;
}
.rc-anchor-normal-footer {
	margin-left: 10px !important;
}
#rc-anchor-container {
	width: 250px !important;
}
.rc-anchor-normal-footer {
	margin-left: -35px !important
}
#formBrochureCustom div .wFormContainer {
	max-width: 330px !important;
}
@media (max-width: 767px) {
	.elementor-93367 .elementor-element.elementor-element-5e62d223 > .elementor-element-populated,
	.elementor-93367 .elementor-element.elementor-element-2a31150a > .elementor-element-populated,
	.elementor-93367 .elementor-element.elementor-element-58d00d21 > .elementor-element-populated,
	.elementor-108403 .elementor-element.elementor-element-2c467e69 > .elementor-element-populated,
	.elementor-108403 .elementor-element.elementor-element-168e6c4 > .elementor-element-populated {
		margin: 20px 0px !important;
		padding: 20px 10px 20px 10px !important;
	}
	.elementor-108403 .elementor-element.elementor-element-683b82cb > .elementor-element-populated {
		padding: 20px 14px 20px 14px !important;
	}
}
.elementor-108403 .elementor-element.elementor-element-2c467e69 > .elementor-element-populated {
	margin: 10px 0px 10px 10px !important;
}
/*
.elementor iframe {
	width: 260px !important;
}
*/


/**** TESTIMONIAL NEW SUCCESS STORIES 2023 ***/


.strong-view.wpmtst-simple .wpmtst-testimonial-image img {
	border-radius: 200px !important;
	height: 140px;
	width: auto;
}
.wpmtst-testimonial .readmore-text {
	background-color: #004a8f;
	color: #fff;
	padding: 5px 10px;
}
.readmore-excerpt, .readmore-content {
	margin-bottom: 10px;
}
.wpmtst-testimonial .testimonial-name {
	font-size: 24px;
    line-height: 30px;
/*     margin-top: 20px; */
}
.wpmtst-testimonial .testimonial-company {
	font-size: 14px !important;
	top: 55px !important;
	font-weight: 600;
}
/* re-layout the new testimonials */
.strong-view.wpmtst-simple .wpmtst-testimonial-inner {
	position: relative !important;
	height: auto !important;
}
.wpmtst-testimonial .readmore-excerpt {
	display: none !important;
}
/* @media (min-width: 1024px) { */
.wpmtst-testimonial .readmore-content {
		position: relative !important;
	float: left !important;
	margin-bottom: 40px;
	margin-top:-20px;
}
	.strong-view.wpmtst-simple .wpmtst-testimonial-image img {
		margin-bottom: 30px;
	}
.wpmtst-testimonial .readmore-text {
	position: absolute;
	bottom: 40px;
	left: 15%;
}

.wpmtst-testimonial .testimonial-heading{
	position: absolute;
	left: 15%;
	}

.strong-view.wpmtst-simple .wpmtst-testimonial-field {
	position: absolute;
	left: 15%;
	top:60px;
	font-size: 22px;
}

.wpmtst-testimonial a[aria-expanded="true"] .readmore-text{
	bottom:20px;
	}


	.testimonial-name {
		position: absolute !important;
/*     width: 550px; */
		padding-top: 35px !important;
		line-height: 25px !important;
	}
	.testimonial-company {
/* 		width: 550px; */
		line-height: 25px !important;
	}
/* } */

@media (max-width: 1000px) and (min-width: 768px) {
	.wpmtst-testimonial .readmore-text {
	
	left: 22%;
	bottom:10px;
}

.wpmtst-testimonial .testimonial-heading{

	left: 22%;
	}
	
	.strong-view.wpmtst-simple .wpmtst-testimonial-field {
		left: 22%;
	}
	.wpmtst-testimonial .testimonial-company{
		font-size:20px !important;
		}
	.wpmtst-testimonial .testimonial-name {
		margin-top: 20px !important;
	}
}


@media (max-width: 767px) {
	.strong-view.wpmtst-simple .wpmtst-testimonial-heading {
		font-size: 18px;
		height: 40px;
	}
	.wpmtst-testimonial .readmore-content {
	
	margin-top:20px;
}
	.strong-view.wpmtst-simple .wpmtst-testimonial-image img{
		height:100px;
		}
	
	.wpmtst-testimonial .readmore-text {

	left: 35%;
	
	}

.wpmtst-testimonial .testimonial-heading{

	left: 35%;
	}
	
	.strong-view.wpmtst-simple .wpmtst-testimonial-field {
		position: absolute;
    font-size: 14px !important;
    line-height: 13px !important; 
    left: 35%;
    top:85px;
	}
	.wpmtst-testimonial .testimonial-company {
		top: 55px;
		margin-top:10px;
	}
	.testimonial-name {
		top: 100px;
	}
	.wpmtst-testimonial .readmore-text {
		position: absolute;
		left: 15px;
		bottom: 10px;
	}
	.strong-view.wpmtst-simple .wpmtst-testimonial-image img {
		margin-bottom: 20px;
	}
	.wpmtst-testimonial .readmore-content {
		position: relative !important;
		float: left !important;
		margin-bottom: 40px;
	}
}



.h3Testimonials {
	font-size: 30px !important;
}

.strong-testimonials-wrap {
   display: flex;
   align-items: flex-start;
   margin-bottom: 20px;
}

.strong-testimonials-wrap img {
   max-width: 100px;
   margin-right: 20px;
}

.strong-testimonials-wrap .strong-testimonials-content {
   flex-grow: 1;
}

.strong-testimonials-wrap .strong-testimonials-name {
   font-weight: bold;
}

.strong-testimonials-wrap .strong-testimonials-position {
   color: #888;
}


.videoHeader p{
	font-family: 'Karla', sans-serif !important;
	font-weight: 800 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
	
	}
	
	.videoHeaderText p{
	font-family: 'Karla', sans-serif !important;
	font-weight: 700 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}


@media only screen and (max-width: 600px) {
	
	.videoHeader p{
	font-size:60px !important;	
	
	}
	.videoHeaderText p{
			font-size:24px !important;	
			line-height: 24px !important;
			}
			
	div#n2-ss-16 .n-uc-13b8c98f84f33-inner{
				margin-top:-130px;
		}
		#largescreen{
			min-height:350px !important;
			height:400px !important;	
}
.every-section-scroll {
        margin-top: -20px !important;
    }

}

/*** STYLE FOOTER ***/
.footerRight{
text-align: right;
font-size:16px;	
}
.footerRight a i{
	margin-left:10px;
	font-size:20px;
}	

.footerRight h5{
font-size:20px;	

}
.mainFooter {
  display: none;
}

.additional-links-toggle{
	text-align: center;
	cursor: pointer;
  user-select: none;
      padding: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.additional-links-toggle span{
border-bottom: 1px solid rgba(240, 240, 240, 0.5);

}

.additional-links-toggle .arrow {
  display: inline-block;
  width: 12px;   /* Bigger */
  height: 12px;
  border-right: 2px solid white; /* Make sure this color is visible */
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  margin-left: 8px;
  transition: transform 0.3s ease;
}


.additional-links-toggle .arrow.open {
  transform: rotate(-135deg);
}	
.footerLogo{
	margin-top:80px;
}

@media only screen and (max-width: 600px) {
.footerRight{
	text-align: left;
	
	}
	.footerRight .studenResource{
		margin-top:0px;
}
.footerLogo{
	margin-top:0px;
}

}