 @charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {

	margin: 0;

	padding: 0;

	box-sizing: border-box

}

body {

	font-family: 'Nunito Sans', sans-serif !important;

	font-size: 1.125rem;

	color: #000000;

	font-weight: 500 !important;

}

p {

	font-family: 'Nunito Sans', sans-serif;

	color: #222222;

	font-weight: 500;

	font-size: 1.125rem;

}

header {
    width: 100%;
	display:block;
}
header .container {
    max-width: 90% !important;
	width:100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 2px;
}
.top_menu.show {
    transform: translateY(0);
    opacity: 1;
}
.top_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f44336;
    color: white;
    z-index: 9;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.2s cubic-bezier(0.300, 0.000, 0.175, 1.000);
}
#myHeader {
    position: fixed;
}
.all-courses-btn {
    padding: 8px 17px 8px 15px !important;
}
.nav-container {
    padding: 15px 0px 0px;
}
.nav-container {
    top: 0px;
}
.nav-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    flex-wrap: wrap;
    /* position: fixed; */
    z-index: 999;
    width: 100%;
    background: #fff;
    margin: auto;
    z-index: 1000;
}
.logo-sec {
    float: left;
	padding:0 !important;
}
.logo-sec {
    float: left;
    padding-left: 0px;
}
.logo-sec img {
    max-height: 68px;
}
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.hamburger div {
    width: 25px;
    height: 3px;
    background: #000;
}
.nav-right {
    justify-content: right;
    margin-top: 10px;
}
.nav-right {
    display: flex;
    justify-content: right;
    gap: 20px;
    position: relative;
    margin-top: 10px;
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}
header .nav-item {
    margin-right: 20px !important;
}
.nav-item {
    position: relative;
}
.nav-item > a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 8px 17px 34px 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-item.has-sub > a::after {
    content: '›';
    margin-left: 8px;
    /* font-size: 1.375rem; */
    /* transform: rotate(90deg); */
    font-size: 12px;
    content: '';
    font-family: 'Font Awesome 6 Free';
}
.submenu.left-sub {
    right: inherit;
    left: 0;
}
.submenu, .mega {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all .3s ease;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 100;
    background: #fff;
}
.submenu {
    border-top-width: 0 !important;
    min-width: 280px;
    /* border: 1px solid #ddd; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    background: #e9e0d0;
}
.submenu {
    padding: 15px 15px 20px 15px;
}
.two-col-sec {
    width: 230px;
    flex-wrap: wrap;
    display: flex;
    justify-content: left;
    gap: 8px;
}
.submenu a {
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 15px;
}
.submenu a:hover {
	    background: #f5831a;
    font-weight: 600;
    color: #fff;
}
.two-col-sec a {
    width: 100%;
	padding:5px 15px;
}
.submenu.left-sub {
    right: inherit;
    left: 0;
}
.all-courses-btn {
    color: #000 !important;
    background: #c9b189;
}
.all-courses-btn {
    color: #fff !important;
}
.all-courses-btn {
    font-size: 15px;
    color: #fff;
    background: var(--topmenubtn2);
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.meg.submenu {
    padding: 0 !important;
}
.container-menu {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* border-left: 1px solid #f7f7f7; */
    /* border-right: 1px solid #f7f7f7; */
    width: 980px;
}
.tab-list {
    width: 20%;
    border-right: 1px solid #ddd;
    padding: 40px 30px 30px 30px;
    background: #e4d9c5;
}
.tab-list button.active {
    background: #f5831a;
    font-weight: 600;
    color: #fff;
}
.tab-list button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 15px;
    font-size: 16px;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0px 0 15px;
    font-weight: 500;
}
.nav-container .tab-content {
    flex: 1;
    padding: 40px 40px 40px 40px;
    width: 80%;
	display:block;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.meg .tab-pane h3 {
    pointer-events: relative;
}
.tab-pane h3 {
    display: inline-block;
    -webkit-transition: all 0.5s;
    position: relative;
    cursor: pointer;
	font-family:'Nunito Sans', sans-serif;
}
.tab-pane h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.tab-pane h3::before {
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #222222;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.tab-pane h3:hover:before {
    width: 100%;
    left: 0;
}
.meg .tab-pane h3::after {
    content: "\f062";
    font-family: 'Font Awesome 6 Free';
    font-weight: 800;
    margin-left: 0.6rem;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    display: inline-block;
    font-size: 15px;
    color: #f5831a;
}
.meg .tab-pane h3 a
 {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 18px;
}
.meg .tab-pane h3 a:hover {
    color: #000;
}
.meg.submenu a:hover {
    background: none;
}
.meg.submenu a {
    padding: 4px 20px 0px 0px;
}
.tab-pane .info {
    display: flex;
    gap: 40px;
    margin-bottom: 15px;
    font-size: 15px;
}
.tab-pane .info div {
    border-right: 1px dotted #aaa;
    padding-right: 20px;
    white-space: nowrap;
}
.info .fa-regular {
    font-weight: 100;
    font-size: 16px;
    margin-right: 12px;
}
.fa-tex {
    font-weight: 700;
    margin-top: 10px;
    display: block;
    font-size: 16px;
}
.tab-pane .info div {
    border-right: 1px dotted #aaa;
    padding-right: 20px;
    white-space: nowrap;
}
.info .l-d {
    border-right: none !important;
}
.link-sect {
    font-weight: 600;
    margin-bottom: 0;
}
.link-title {
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    /* padding-bottom: 20px; */
    margin-bottom: 0;
    margin-top: 30px;
	padding-bottom:0;
}
.tab-pane .links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    /* margin-top: 17px; */
    padding-top: 10px;
}
.tab-pane .links a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.5s;
}
.tab-pane .links a::before {
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #222222;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.tab-pane .links a::after {
    content: "\f062";
    font-family: 'Font Awesome 6 Free';
    font-weight: 800;
    margin-left: 0.6rem;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    display: inline-block;
    font-size: 15px;
    color: #f5831a;
}
.nav-item:hover > .submenu {
	    visibility: visible;
    opacity: 1;
    transform: translateY(25px);
}

.has-sub-sub {
    position: relative;
    width: 100%;
}
.has-sub-sub .main-nav {
    position: relative;
}
.has-sub-sub .main-nav::after {
    content: "\f062";
    font-family: 'Font Awesome 6 Free';
    font-weight: 800;
    margin-left: 0.6rem;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    display: inline-block;
    font-size: 15px;
    color: #f5831a;
}
.has-sub-sub > .sub-submenu {
    position: absolute;
    left: 100%;
    /* margin-left: 35px; */
    display: none;
    background: #e9e0d0;
    z-index: 9999;
    min-width: 240px;
    top: -10px;
}
.has-sub-sub > .sub-submenu-last {
    top: auto;
    bottom: 0;
}
.has-sub-sub:hover .sub-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.all-courses-btn {
    font-size: 15px;
    color: #fff;
    background: var(--topmenubtn2);
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.all-courses-btn {
    color: #fff !important;
}
.all-courses-btn {
    color: #000 !important;
    background: #c9b189;
}
@media (max-width: 1199px) {
    header .nav-item {
        margin-right: 0px !important;
    }
}
@media (max-width: 1099px) {
    .nav-item > a {
        font-size: 14px;
        padding: 8px 15px 8px 13px;
    }
}