/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    --font: "Roboto", Sans-serif;
    --sansFont: 'Open Sans', sans-serif;
    --white: #fff;
    --black: #000;
    --lightBlack: #333;
    --purple: #3A31A1;
    --red: #D01342;
    --yellow: #ffca0a
}

.pageLoader {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1111;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#loding1 {
    position: fixed;
    top: 34%;
    left: 45%;
    width: 150px;
}

.select2-container {
    width: 100% !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--yellow);
    color: var(--white) !important;
}

.tabs-section .nav-link {
    text-align: start;
}


/* SETTING TABS DESIGN */

.tabs-section {
    overflow: hidden;
    padding: 100px 0px;
}

.tabs-section .nav-tabs {
    border: 0;
}

.tabs-section .step-number {
    background: #ebebeb;
    padding: 0.5rem 0.794rem;
    border-radius: 50%;
}

.tabs-section .step-text {
    padding-left: 10px;
}

.tabs-section .nav-item {
    position: relative;
}

.tabs-section .nav-item:first-child::before {
    top: 50px;
}

.tabs-section .nav-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    bottom: 5px;
    left: 13%;
    border-left: 2px solid #ccc;
    transform: translate(-13%);
}

.tabs-section .nav-link {
    position: relative;
    border: 0;
    margin-top: 2rem;
    transition: 0.3s;
    color: var(--lightBlack);
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    font-family: var(--font);
}

.tabDiv {
    border-left: 2px solid var(--yellow) !important;
    padding-left: 3rem;
}

.tabs-section .nav-link:hover {
    color: var(--purple);
}

.tabs-section .nav-link.active {
    color: var(--purple);
}

.tabs-section .nav-link.active .step-number {
    background-image: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%);
    color: var(--white);
}

.tabs-section .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.tabs-section .details h3 {
    font-family: var(--font);
    font-size: 22px;
    color: var(--yellow);
    font-weight: 800;
}


/* .tabs-section label {
    font-family: var(--font);
    font-weight: 400;
    margin: 10px 0;
} */

.tabs-section p {
    font-family: var(--font);
    font-weight: 600;
    color: var(--red);
    display: block;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}


/* .tabs-section select,
.tabs-section input {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    font-family: var(--font);
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    outline: none;
} */

.tabs-section input[type="submit"] {
    max-width: 100px;
    width: 100%;
    height: 38px;
    margin-top: 1rem;
    float: right;
    background-image: linear-gradient(210deg, var(--purple) 0%, var(--red) 100%);
    border-bottom: 2px solid var(--red);
    border: none;
    border-radius: 20px;
    color: var(--white);
}

.tabs-section input[type="submit"]:hover {
    background-image: linear-gradient(210deg, var(--red) 0%, var(--purple) 100%);
}

.right {
    margin-top: 4rem;
}


/* END */


/* FOOTER STYLE */

#footer {
    background: #191f25;
    padding: 60px 0 30px 0;
}

#footer .links a {
    text-decoration: none;
    color: var(--white);
    font-family: var(--font);
    font-size: 14px;
    line-height: 2.2;
}

#page-title{
    padding: 1rem 0 !important;
}

#page-title h3{
    margin: 0 !important;
}


.table> :not(:first-child) {
    border-top: 0;
}

.tr_trash_icon {
    position: absolute;
    right: 0px;
    color: #f00;
    margin-top: -74px;
    font-size: 19px;
}

.icon-centered-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffca0a;
    padding: 6px;
    border-radius: 6px;
}

.icon-bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    transform: translate(-50%, -50%);
    background: #ffca0a;
    padding: 6px;
    border-radius: 6px;
  }

.content-wrap{
    padding: 40px 0;
}


.event .entry-image .entry-date {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 0.75rem;
}

.p-text-justify p{
    text-align: justify;
}

.p-mb-10 p{
    margin-bottom: 10px;
}


.entry{
    margin-bottom: 20px;
}

.entry-content{
    margin-top: 8px;
}

.entry-title h2{
    text-transform: inherit;
}

/* .entry-content p{
    margin-bottom: 5px;
} */

.event .grid-inner{
    border-bottom: 2px solid #EEE;
}

.mfp-close-btn-in .mfp-close{
    color: #FFF;
}

.h-max-105{
    max-height: 105px;
}

.entry-title h2 a:hover, .entry-title h3 a:hover, .entry-title h4 a:hover{
    color: #ed407f;
}


a {
    color: #ed407f;
}
/* END */


.team-title h4 {
    height: 60px;
}
.team-image {
    height: 240px;
    display: flex;
    align-items: center;
}
.team-desc {
    padding: 10px 0 0;
    margin: 10px 0 0;
    border-top: 2px solid #f2f2f2;
}
