/* 
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 */
span.elementor-counter-number-suffix {
    color: #A81417;
}
.table_list span.elementor-button-icon.elementor-align-icon-right svg.e-font-icon-svg.e-fas-arrow-right {
    fill: #FFC20E !important;
}

.accordion-header {
    border: 1px solid #E0E0E0;
	    border-radius: 10px;
}
.accordion-button {
    border-radius: 10px !important;
}
.accordion-item {
    margin-bottom: 15px;
}
.accordion-body {
    border: 1px solid #A81417;
}
.accordion-button::after {
    background: #A81417;
    color: #fff;
	    border-radius: 100%;
}
.accordion-button:not(.collapsed) {
    background: #24272C !important;
    color: #fff !important;
	    border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.accordion-button:focus {
    box-shadow: unset !important;
}
.border-bottom {
    display: flex;
    justify-content: space-between;
	    padding: 20px 0px;
}
.second-col {
    display: flex;
    gap: 16px;
	    align-items: center;
    justify-content: center;
}
.border-bottom:last-child {
    border: unset !important;
}
.tilte-of {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: capitalize;
}
.second-col i.fas.fa-file-pdf {
    font-size: 30px;
	    color: #000;
}
.text-bg-warning, .second-col .badge.text-bg-danger {
    padding: 10px !important;
}
.accordion-flush>.accordion-item{
	border:0;
}
.file-type_Pdf {
    border-left: 1px solid #dee2e6;
    padding-left: 15px;
}
.badge.text-bg-danger {
    background: #A81417 !important;
}
ul.list_OfPkgs {
    list-style-type: none;
    padding: 0;
}
.accordion-body > div:nth-child(1) {
    margin: unset !important;
}
.accordion-body {
    display: block !important;
}
.inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.accordion-button {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
}
.innercol h4 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 0 !important;
}
.innercol-2 {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.Pdf_Btn {
    border-left: 1px solid;
    padding-left: 12px;
}
button.btn.btn-custom_img {
    color: #fff;
    background: #A81417;
    border: 0px solid;
}

.nav-fill::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.nav-fill::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.nav-fill::-webkit-scrollbar-thumb {
  background: #a81417; 
}

/* Handle on hover */
.nav-fill::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.Subscription table tr {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.Subscription table tr td {
    padding: 5px 0!important;
}
.Subscription button {
    width: 100%;
    border-radius: 30px!important;
}

.myModal {
/* 	display: flex!important; */
	justify-content: center;
	align-items: center;
}
.myModal .modal-content {
	position: absolute;
    width: 26% !important;
    gap: 10px !important;
    color: black;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
        padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .myModal .modal-content {
    width: 95% !important;
}
}

.modal-content h4 a {
	color: black;
	    line-height: 32px;
    letter-spacing: -0.02em;
}
.get_uni-Box {
    border: 1px solid #D6D6D6;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}
.right_Dir_arrow {
    flex: 26%;
    text-align: center;
}
.modal-content p {
    margin: 0;
    color: #A81417;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.liveClassBtn {
	display: flex!important;
}
.liveClassBtn a {
	margin-top: 15px;
	width: 100%;
	padding: 7px 30px!important;
	background-color: white;
	color: green;
	text-align: center;
	font-weight: 500;
	border-radius: 30px
}
.recorded_Box .liveClassBtn a {
    color: #A81417;
}
.live_Box .liveClassBtn a {
    color: green;
}
.Practice_Box .liveClassBtn a {
    color: #000;
}

 
.accordion-header {
	border: 0;
}


.accordion-header {
	border: 0!important;
	border-radius: 0!important;
}

.accordion-button::after {
	min-width: 25px!important;
	height: 25px!important;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: 50%!important;
}
.accordion-header .accordion-button {
	background: white!important;
	color: black!important;
	border-top: 1px solid #dee2e6!important;
	border-right: 1px solid transparent!important;
	border-left: 1px solid transparent!important;
	border-radius: 0px!important;
}

.accordion-header .accordion-button:hover {
	border-top: 1px solid #a81417!important;
	border-right: 1px solid #a81417!important;
	border-left: 1px solid #a81417!important;
	border-radius: 0px!important;
	background: #24272c!important;
	color: white!important;
}

.accordion-collapse.show .accordion-body {
	border-top: 0!important;	
	border-bottom-left-radius: 10px!important;
	border-bottom-right-radius: 10px!important;
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
}

.accordion-button[aria-expanded="true"] {
	background: #24272c!important;
	color: white!important;
	border-top: 1px solid #a81417!important;
	border-right: 1px solid #a81417!important;
	border-left: 1px solid #a81417!important;
}

.accordion-button:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")!important;
	background-size: 60%!important;
}


.accordion-item {
	border-radius: 10px!important;
	overflow: hidden!important;
}

.accordion-body {
	display: flex;
	flex-wrap: wrap;
}
.accordion-body > div:nth-child(1) {
	padding: 6px 10px;
	margin-left: auto;
	margin-right: 15px!important;
}

.accordion-body.accordion-body > div {
	padding: 20px 0!important;
	margin-right: 0!important;
	border-bottom: 1px solid #E0E0E0
!important;
	border-top: 1px solid transparent!important;
}
.accordion-body.accordion-body > div.inner_content:last-child {
    border: unset !important;
}
.innercol-2 {
	width: initial!important;
    gap: 20px;
}
.accordion-body.accordion-body > div h4 {
	font-size: 16px;
	margin-bottom: 0!important;
}
.nav-pills {
	margin-bottom: 10px!important;
}
.accordion-header button {
	font-size: 16px!important;
	font-weight: 600!important;
}
.accordion-body.accordion-body > div .innercol-1 {
	width: 60%!important;
}
a.Pdf_Btn {
	border: none!important;
	padding-left: 0!important
}
.accordion-body.accordion-body > div button.btn.btn-custom_img {
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	margin-right: 0px!important;
	position: relative;
}

.accordion-body.accordion-body > div button.btn.btn-custom_img:after  {
	content: '';
	position: absolute;
	right: -10px;
	top: 1px;
	width: 1px;
	height: 26px;
	background-color: #E0E0E0
;
}


.accordion-body.accordion-body > div a svg{ 
	width: 24px;
	height: 24px;
}


.file-type_Pdf {
	width: 24px;
	height: 24px;
	padding-left: 0;
}
.fa-file-pdf {
	font-size: 25px;
}

.mycustomtabs > span a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: white !important;
    color: black !important;
    font-weight: 500;
    gap: 10px;
    border-bottom: 4px solid transparent;
    border-radius: 0 !important;
    white-space: nowrap;
    font-family: Poppins;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.mycustomtabs > span a.nav-link.active {
/*     text-decoration: underline;
    text-underline-offset: 20px;
    text-decoration-color: #a81417;
    text-decoration-thickness: 4px; */
	border-bottom: 4px solid #a81417;
}



.accordion-body .inner_content {
	padding: 20px 0!important; 
}

.accordion-collapse.show + .accordion-header .accordion-button{
border-top: 1px solid #a81417!important;
	border-right: 1px solid #a81417!important;
	border-left: 1px solid #a81417!important;
	border-radius: 0px!important;
	background: #24272c!important;
	color: white!important;
}

.nav-fill {
	width: 100%;
	overflow: auto;
	display: flex;
	flex-wrap: nowrap!important;
	    padding: 10px 0;
	        gap: 13%;
}
.nav-fill li {
	flex-grow: 1;
	min-width: 260px!important;
}
.nav-fill li a {
	    border-radius: 0 !important;
    font-weight: 600;
    color: black !important;
    background-color: transparent !important;
}
.nav-fill li a.active {
text-decoration: underline;
    text-underline-offset: 20px;
    text-decoration-color: #a81417;
    text-decoration-thickness: 4px;
}
li.nav-item span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_class .elementor-tabs-content-wrapper {
    padding-top: 20px;
}
/*course page*/

.CourseCard .university-list {
    display: flex;
    flex-wrap: wrap!important;
    gap: 60px 20px;
}
.CourseCard .university-item {
    flex-basis: calc(100% / 4 - 20px);
    border: 2px solid #00000014;
    border-radius: 10px;
    overflow: hidden;
}
.CourseCard .university-item  > span {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0!important;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.CourseCard .university-item img.post_uni_img {
    border-bottom: 3px solid #A81417;
    height: 200px;
    object-fit: cover;
}
.CourseCard .university-item   {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.CourseCard .university-item  > div {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    color: black;
}
.eae-popup-btn-text {
    color: black!important;
}
.CourseCard .openmodal, 
.CourseCard .university-item  > a {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: auto;
    display: block;
    padding: 8px 24px;
    background-color: #A81417;
    color: white;
    text-align: center;
    border-radius: 30px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
     border-radius: 10px;
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 60px 20px;
  border: 1px solid #888;
  width: 490px; /* Could be more or less, depending on screen size */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.modal-content img.modal_Logo_uni {
    width: 90px;
    object-fit: cover;
    border-radius: 100%;
    height: 80px;
}

/* The Close Button */
.modal-content .close {
    color: #000;
    position: absolute;
    font-size: 32px;
    font-weight: bold;
    right: 3%;
    top: 0%;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
h3.default_namer {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
        margin-top: 14px;
}


@media only screen and (max-device-width: 480px) {
    .CourseCard .university-item {
    flex-basis: calc(100% / 1 - 20px)!important;
    max-width: calc(100% / 1 - 20px)!important;
}
.elementor-tabs-wrapper {
    display: flex!important;
}
}
/* 
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 */
span.elementor-counter-number-suffix {
    color: #A81417;
}
.table_list span.elementor-button-icon.elementor-align-icon-right svg.e-font-icon-svg.e-fas-arrow-right {
    fill: #FFC20E !important;
}
.carousel_repeater .slick-slide{
padding:10px;
}
.swiper-container.carousel_repeater {
    width: 100%;
    height: auto;
}
.header_Title {
	margin-bottom: 30px;
}
.header_Title h2 {
    text-align: center;
}
.custom_breif {
    height: 30px;
    width: 30px;
    line-height: 30px;
    fill: #A81417;
    background-color: #A8141724;
    padding: 5px;
    border-radius: 5px;
}
.accordion-button::after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E") !important;
}
.accordion-button:not(.collapsed)::after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E") !important;
}
div#job_post_accordion {
    width: 80%;
    margin: 0 auto;
}
div#job_post_accordion .accordion-item {
    border-left: 3px solid #A81417 !important;
    margin-bottom: 10px;
}
div#job_post_accordion button.accordion-button {
    gap: 10px;
    background: #fff;
    color: #000;
	box-shadow: unset;
	
}

.Job_categoriesr {
    display: flex;
    gap: 10px;
}
.category_option {
    background: #F1F4FB;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
}

.accordion-body {
	position: relative;
}
.shape-accordion-btn {
    position: absolute;
    right: 20px;
    top: 0;
}
.shape-accordion-btn a{
	border-radius: 30px;
    background-color: #A81417;
    padding: 10px 30px;
	border: none;
	font-weight: 500;
}
.shape-accordion-btn a:hover {
	background-color: #A81417;
}
.customList li {
	position: relative;
	list-style-type: none;
}

.customList li:before {
	content: '';
    display: inline-block;
    width: 8px;
    height: 15px;
    border: 2px solid #A81417;
    border-top: none;
    border-right: none;
    transform: rotate(45deg) rotateY(180deg);
    margin-right: 15px;
}







 

.product-template-default .accordion-header {
	border: 0;
}


.product-template-default .accordion-header {
	border: 0!important;
	border-radius: 0!important;
}

.product-template-default .accordion-button::after {
	min-width: 25px!important;
	height: 25px!important;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: 50%!important;
	    background-color: #A81417;
    color: #fff;
    border-radius: 100%;
}
.product-template-default .accordion-header .accordion-button {
	background: white!important;
	color: black!important;
	border-top: 1px solid #dee2e6!important;
	border-right: 1px solid transparent!important;
	border-left: 1px solid transparent!important;
	border-radius: 0px!important;
}

.product-template-default .accordion-header .accordion-button:hover {
	border-top: 1px solid #a81417!important;
	border-right: 1px solid #a81417!important;
	border-left: 1px solid #a81417!important;
	border-radius: 0px!important;
	background: #24272c!important;
	color: white!important;
}

.product-template-default .accordion-collapse.show .accordion-body {
	border-top: 0!important;	
	border-bottom-left-radius: 10px!important;
	border-bottom-right-radius: 10px!important;
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
}

.product-template-default .accordion-button[aria-expanded="true"] {
	background: #24272c!important;
	color: white!important;
	border-top: 1px solid #a81417!important;
	border-right: 1px solid #a81417!important;
	border-left: 1px solid #a81417!important;
}

.product-template-default .accordion-button:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")!important;
	background-size: 60%!important;
}


.product-template-default .accordion-item {
	border-radius: 10px!important;
	overflow: hidden!important;
}

.product-template-default .accordion-body {
	display: flex;
	flex-wrap: wrap;
}
.product-template-default .accordion-body > div:nth-child(1) {
	padding: 6px 10px;
	margin-left: auto;
	margin-right: 15px!important;
}

.product-template-default .accordion-body.accordion-body > div {
	padding: 20px 0!important;
	margin-right: 0!important;
	border-bottom: 1px solid #E0E0E0
!important;
	border-top: 1px solid transparent!important;
	width: 100%;
    display: flex;
	justify-content: space-between;
}

.product-template-default .accordion-body.accordion-body > div.inner_content:last-child {
    border: unset !important;
}

.product-template-default .innercol-2 {
	width: initial!important;
    gap: 20px;
}
.product-template-default .accordion-body.accordion-body > div h4 {
	font-size: 16px;
	margin-bottom: 0!important;
}
.product-template-default .nav-pills {
	margin-bottom: 10px!important;
}
.product-template-default .accordion {
	gap: 10px;
    display: flex;
    flex-direction: column;
}
.product-template-default .accordion-header button {
	font-size: 16px!important;
	font-weight: 600!important;
}
.product-template-default .accordion-body.accordion-body > div .innercol-1 {
	width: 60%!important;
}
a.Pdf_Btn {
	border: none!important;
	padding-left: 0!important;
}
.product-template-default .accordion-body.accordion-body > div button.btn.btn-custom_img {
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	margin-right: 0px!important;
	position: relative;
}

.product-template-default .accordion-body.accordion-body > div button.btn.btn-custom_img:after  {
	content: '';
	position: absolute;
	right: -10px;
	top: 1px;
	width: 1px;
	height: 26px;
	background-color: #E0E0E0
;
}


.product-template-default .accordion-body.accordion-body > div a svg{ 
	width: 24px;
	height: 24px;
}


.file-type_Pdf {
	width: 24px;
	height: 24px;
	padding-left: 0;
}
.fa-file-pdf {
	font-size: 25px;
}
.product-template-default .tab-content {
	/*height: 640px;*/
	overflow: auto;
}

.BundleCardWrapper.empty {
    display: none;
}

.uniBoxWrapper::-webkit-scrollbar-track,
.product-template-default .tab-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border: 3px solid white;
}

.uniBoxWrapper::-webkit-scrollbar,
.product-template-default .tab-content::-webkit-scrollbar
{
	
	width: 13px;
	background-color: #F5F5F5;
	border: 3px solid white;
}


.uniBoxWrapper::-webkit-scrollbar-thumb,
.product-template-default .tab-content::-webkit-scrollbar-thumb
{
	background-color: #A81417!important;	
	border: 3px solid white;
}



.modal.show .modal-dialog .modal-title {
	padding-top: 0!important;
}
.modal.show .modal-dialog .modal-title:after {
	content: none!important;
}

.lockedContent .modal-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lockedContent .modal-footer {
	justify-content: center!important;
	padding-bottom: 30px!important;
}

.mycustomtabs > span a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: white !important;
    color: black !important;
    font-weight: 500;
    gap: 10px;
    border-bottom: 4px solid transparent;
    border-radius: 0 !important;
    white-space: nowrap;
    font-family: Poppins;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.mycustomtabs > span a.nav-link.active {
	border-bottom: 4px solid #a81417;
}


.accordion-body .inner_content {
	padding: 20px 0!important; 
}

.accordion-collapse.show + .accordion-header .accordion-button{
border-top: 1px solid #a81417!important;
	border-right: 1px solid #a81417!important;
	border-left: 1px solid #a81417!important;
	border-radius: 0px!important;
	background: #24272c!important;
	color: white!important;
}

.nav-fill {
	width: 100%;
	overflow: auto;
	display: flex;
	flex-wrap: nowrap!important;
	    padding: 10px 0;
	        gap: 13%;
}
.nav-fill li {
	flex-grow: 1;
	min-width: 260px!important;
}
.nav-fill li a {
	    border-radius: 0 !important;
    font-weight: 600;
    color: black !important;
    background-color: transparent !important;
}
.nav-fill li a.active {
text-decoration: underline;
    text-underline-offset: 20px;
    text-decoration-color: #a81417;
    text-decoration-thickness: 4px;
}
li.nav-item span {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 	width: 100%;
	overflow: auto;
	display: flex;
	flex-wrap: nowrap!important;
	    padding: 10px 0;
	        gap: 13%;
} */
