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

/* Add your custom styles here */
.my-courses-table{
	padding: .5rem 1rem;
	border: 1px solid #002241!important;
}

.my-courses-table thead tr {
	border-bottom: 1px solid #002241!important;
}

.my-courses-table thead tr th{
	padding-left: 1rem!important;
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
}

.my-courses-table tbody{
	padding-left: 1rem!important;
	padding-right: 1rem!important;
}


.my-courses-table tbody tr:not(:last-child){
	border-bottom: 1px solid #002241!important;
}

.my-courses-table tbody tr td{
	padding-left: 1rem!important;
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
	text-align: left;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
}

.my-courses-table tbody tr td a{
	width: 100%;
	padding: .5rem;
	text-align: center;
	color: #FFFFFF!important;
	background-color: #002241!important;
}
/* Assets */
.borderGold-1{
	display: flex;
	align-items: center;
}

.borderGold-1:before{
	content: '';
	display: flex;
    width: 20px;
    height: 1px;
	--tw-bg-opacity: 1;
    background-color: rgb(224 178 60 / var(--tw-bg-opacity, 1));
}

/* New Header */
.NNavbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.NNavbar.elementor-sticky--effects {
  background-color: #ffffff !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.NHeader a, .NHeaderMobile a{
	width: 100%;
}

.NHeader a img{
	filter: brightness(100);
}

.NNavbar.elementor-sticky--effects .NHeader a img{
  filter: unset;
}

.NNavbar.elementor-sticky--effects .e-n-menu-title-text, .NNavbar.elementor-sticky--effects .e-n-menu-dropdown-icon svg{
	color: #0A1F47!important;
	fill: #0A1F47!important;
}

.NNavbar.elementor-sticky--effects .e-n-menu-title:hover .e-n-menu-title-text, .NNavbar.elementor-sticky--effects .e-n-menu-title:hover .e-n-menu-dropdown-icon svg{
	color: #A41E34!important;
	fill: #A41E34!important;
}

/* New Mega Menu */
#e-n-menu-content-1301, #e-n-menu-content-1321{
	width: 280px!important;
	min-height: 255px;
}

.elementor-element-47653a5, .elementor-element-73b5e51, .elementor-element-f354a9b{
	position: unset;
}

.elementor-widget-n-menu .e-n-menu[data-widget-number="748"], .elementor-widget-n-menu .e-n-menu[data-widget-number="121"], .elementor-widget-n-menu .e-n-menu[data-widget-number="255"] {
  position: unset;
}

.NMegaMenu .e-n-menu-item{
	width: 100%;
}

#menubar-748 li.e-n-menu-item{
	margin-right: 14px;
}

#menubar-748 .e-n-menu-content.e-active, #menubar-121 .e-n-menu-content.e-active, #menubar-255 .e-n-menu-content.e-active{
	width: 280px;
    left: 270px;
    top: 0;
}

#menubar-748 .e-n-menu-content.e-active .e-flex.e-con-boxed.e-con.e-child, #menubar-255 .e-n-menu-content.e-active .e-flex.e-con-boxed.e-con.e-child{
	width: 100%!important;
	min-height: 255px;
}

.NMegaMenu .e-n-menu-item .e-n-menu-title{
	width: 100%;
	justify-content: space-between;
}

/* New Header */

.NHero mark{
	background-color: transparent;
	color: #e0b23c;
	font-style: italic;
}

.HighlightText mark{
	background-color: transparent;
	color: #e0b23c;
}

.NHero .NScrollB .elementor-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	border: 1px solid rgb(255 255 255 / 0.4)
}

.NHero .NScrollB svg{
	animation: scrollDownBounce 3s ease-in-out infinite;
}

@keyframes scrollDownBounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0);
  }
}

.NMask{
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 50%, #000 50%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 50%, #000 50%, transparent);
}

/* Technical Exams */

.NTHeader a{
	width: 100%;
}

.NProductTitle{
	min-height: 65px;
    display: inline-block;
}