* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}


/* body, */

html {
    overflow-x: hidden !important;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans';
    font-weight: 700
}

a {
    text-decoration: none;
    color: #f7c600;
}

a:hover {
    color: #000000;
}

.yp_dot_list a {
    color: #000 !important;
}

p,
body {
    font-family: 'Nunito Sans';
}

::placeholder {
    color: #fff
}

.inner {
    width: 100%;
}


/**** header ****/

header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

header .logo {
    width: 150px;
    max-width: 100%;
}

header .navBar ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
}

header .navBar ul li {
    position: relative;
}

.forMobile {
    display: none;
    position: absolute;
    right: 18px;
    width: 18px;
    height: 18px;
    background: #000;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    top: 15px;
}

.forMobile.rotateIcon {
    transform: rotate(180deg);
}

header .navBar ul li a {
    color: #2B2B2B;
    padding: 30px 5px;
    display: inline-block;
    margin-right: 30px;
    font-size: 15px;
    position: relative;
}

header .navBar ul li:last-child a {
    margin-right: 6px;
}

a.hdrCntctBtn {
    background: #FFDE59;
    display: inline-block;
    color: #000;
    padding: 6px 25px;
    border-top-left-radius: 16px;
    font-weight: 600;
    transition: 0.5s ease;
}

a.hdrCntctBtn:hover {
    background: #000;
    color: #fff;
}

.dFlexEnd {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.about_sec {
    padding: 50px 0px 50px 0px;
    background: #FFDE59;
}

.boxed_inner {
    text-align: center;
}

.boxed_inner h2 {
    font-size: 42px;
    line-height: 58px;
    color: #2B2B2B;
    margin-bottom: 5px;
}

.boxed_inner p {
    color: #2B2B2B;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 170px;
}

.form_box form button {
    color: #FFFFFF;
    border: none;
    height: 40px;
    background: #2B2B2B;
    padding: 0px 16px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    padding: 6px 25px;
    border-top-left-radius: 16px;
    font-weight: 600;
    transition: 0.5s ease;
    border: 1px solid #2B2B2B;
}

.form_box form button:hover {
    color: #2B2B2B;
    background: #FFFFFF;
}

.form_box form input {
    border: 1px solid #2B2B2B;
    background: #FFFFFF;
    height: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #2B2B2B;
    padding: 12px 12px;
    outline: none;
    width: 670px;
    margin-right: 20px;
    max-width: 100%;
}

.form_box form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_box {
    margin: 40px 0px 40px;
}

footer {
    padding: 50px 0px 50px 0px;
}

.futr_logo img {
    max-width: 100%;
    object-fit: cover;
    width: 210px;
}

.lists {
    padding: 0px 30px;
}

.lists h5 {
    font-size: 16px;
    color: #2B2B2B;
    font-weight: 600;
    margin-bottom: 22px;
}

.lists p {
    font-size: 14px;
    line-height: 18px;
    color: #2B2B2B;
}

.lists p span {
    font-weight: 500;
}

.bottom_div {
    padding: 30px 0px 20px 0px;
    border-top: 1px solid #888888;
    margin-top: 40px;
}

.text_right {
    display: flex;
    justify-content: space-evenly;
}

.text_right p {
    font-size: 14px;
    line-height: 16px;
    color: #2B2B2B;
    margin-bottom: 0;
    background: #ffde59;
    padding: 15px 20px;
}

.text_right a {
    font-size: 14px;
    color: #2B2B2B;
    text-decoration: underline;
    padding-right: 20px;
}

.social_icons {
    text-align: right;
}

.social_icons a {
    text-decoration: none;
    color: #2B2B2B;
    font-size: 18px;
}

.social_icons a i {
    margin-right: 10px;
}


/*** sliders css home page ***/

.recognition_txt .elementor-widget-container {
    min-height: 75px;
}

.img__circle {
    position: absolute !important;
    left: 49%;
    top: -26px;
}

.img__circle img {
    /* position: absolute;
    top: -55px; */
    background-color: #fff;
    width: 55px !important;
    padding: 10px;
    border-radius: 50px !important;
}

.ten_px_margin {
    margin-bottom: 10px !important;
}


/*** Our Services ***/

.our_services_img img {
    width: 100%;
}

.our_services_heading h6 {
    min-height: 40px;
}

.our_services_desc p {
    min-height: 108px;
    margin-bottom: 0;
}


/*** Home Blog Slider ***/

.slider_section .img_box img {
    max-width: 100%;
    border-top-left-radius: 50px;
    border-bottom: 2px solid #fadf4e;
}

.slider_section .content_box {
    padding: 22px;
    background-color: #fff;
    min-height: 320px;
}

.slider_section .content_box h6,
.slider_section .content_box h6 a {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    min-height: 45px;
    font-weight: 700;
    font-family: 'Nunito Sans';
}

.slider_section .content_box span {
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    font-family: 'Nunito Sans';
}

.slider_section .content_box p {
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
    margin: 5px 0px 30px 0px;
    font-family: 'Nunito Sans';
}

.slider_section .content_box a.learnMoreBtn {
    padding: 8px 18px;
    text-decoration: none;
    background-color: #FBDF4E;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    border-top-left-radius: 20px;
    transition: 0.5s ease;
    font-family: 'Nunito Sans';
    display: inline-block;
}

.slider_section .content_box a.learnMoreBtn:hover {
    color: #fff;
    background: #000000
}

.slider_section .main_div {
    box-shadow: 0px 0px 16px #00000014;
    border-top-left-radius: 50px;
    margin: 0px 12px 30px;
}


/*** Upcoming Event Slider ***/

.col-content {
    background-color: #fff;
    border-radius: 50px 0 0;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
}

.img-wrap img {
    width: 100%;
    border-radius: 50px 0 0 !important;
    max-height: 285px;
}

.img-wrap {
    position: relative;
}

.img-content {
    position: absolute;
    bottom: 0;
    background-color: #FFDE59;
    width: 100%;
    padding: 8px 20px;
}

.img-content p {
    margin-bottom: 0;
    color: #2B2B2B;
    line-height: 17px;
    font-family: 'Nunito Sans';
}

.img-content p>a {
    color: #2B2B2B;
}

.img-content-date {
    font-size: 14px;
    font-weight: 700;
}

.img-content-des {
    font-size: 12px;
    font-weight: 400;
}

.side-content {
    padding: 0px 35px;
}

.side-content h5 {
    font-size: 24px;
    color: #000;
    line-height: 28px;
    font-family: 'Nunito Sans';
}

.side-content p {
    font-size: 14px;
    color: #5A5A5A;
    left: 20px;
    font-family: 'Nunito Sans';
}

.btn_cls {
    text-align: left;
    margin-top: 15px;
}

.side-btn {
    background: #FBDF4E;
    border-radius: 20px 0px 0px;
    padding: 8px 18px;
    font-size: 16px;
    color: #000;
    font-family: 'Nunito Sans';
    font-weight: 700;
    display: inline-block;
}

.side-btn:hover {
    background: #000;
    color: #fff;
}

.blogCarousel {
    margin-top: 30px;
}

.eventCarousel {
    margin-top: 10px;
}

.eventCarousel .col-content {
    margin: 20px 10px;
}

.form_box form input::placeholder {
    color: #2B2B2B;
}


/*** Owl Carousel ***/

#owl_post_id .owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    background: #fbdf4e;
    padding: 6px 12px !important;
    border-radius: 16px 0 0 0;
}

#owl_post_id .owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    background: #fbdf4e;
    padding: 6px 12px !important;
    border-radius: 0 16px 0 0;
}

#owl_event_id .owl-nav {
    justify-content: center;
    display: flex;
}

#owl_event_id .owl-prev {
    padding: 6px 12px !important;
    background: #fff;
    margin-right: 6px;
    border-radius: 15px 0 0;
}

#owl_event_id .owl-next {
    padding: 6px 12px !important;
    /* background: #ffde59; */
    margin-left: 6px;
    border-radius: 0 15px 0 0;
}

#our_services__id .owl-prev {
    position: absolute;
    left: -50px;
    top: 55%;
    background: #f5f5f5;
    padding: 7px 11px !important;
    border-radius: 16px 0 0;
}

#our_services__id .owl-next {
    position: absolute;
    top: 55%;
    right: -50px;
    background: #f5f5f5;
    padding: 6px 11px !important;
    border-radius: 0 16px 0 0;
}

#owl_event_id .owl-prev:hover,
#owl_event_id .owl-next:hover {
    background: #ffde59;
}

.best_slider .owl-item>div {
    width: 100% !important;
}


/* Expertise */

.what_we_do_col {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img__col {
    position: relative;
}

.img__col::before {
    content: '';
    background: transparent linear-gradient(0deg, #FFDE59 0%, #806F2D00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
}


/* Case Study */

.case_main {
    border-radius: 50px 0px 0px 0px;
    box-shadow: 0px 0px 10px #00000010;
}

.case_main img {
    width: 100%;
    max-height: 275px;
    height: 100%;
}

.inner_content h3 {
    text-align: center;
    font-family: 'Nunito Sans';
    font-size: 28px;
    line-height: 1.2;
    color: #2B2B2B;
}

.inner_content p {
    text-align: center;
    color: #5A5A5A;
    font-size: 14px;
    line-height: 20px;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}

.case_btn {
    text-align: center;
    margin-top: 15px;
}

.case_btn a {
    background-color: #FBDF4E;
    border: 1px solid #FBDF4E;
    padding: 6px 18px;
    border-radius: 20px 0 0;
    color: #000;
    font-size: 16px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.case_btn a:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

p {
    margin: 0;
}


/* Team popup section */

.section-title {
    font: normal normal 34px Nunito Sans;
    line-height: 1em;
    margin-bottom: 20px;
    font-weight: 800;
}

.teams-filter {
    padding: 50px 0 40px;
}

.filter-wrapper {
    display: flex;
    margin-bottom: 30px;
}

.filter-wrapper .img-col img {
    min-width: 400px;
    object-fit: cover;
}

.filter-wrapper select {
    min-height: 40px;
    border: 0;
    font: normal normal 600 22px Nunito Sans;
    outline: 0;
    border-bottom: 2px solid #adadad;
    padding-right: 10px;
}

.filter-wrapper .filter:first-child {
    margin-right: 132px;
}

.member-wrapper {
    margin-bottom: 10px;
    cursor: pointer;
}

.member-wrapper,
.member-wrapper figure {
    overflow: hidden;
}

.member-wrapper figure {
    /* border-radius: 45px 0 0 0; */
}

.member-wrapper img {
    transition: 2s ease;
    max-width: 100%;
    height: auto;
}

.member-wrapper figure {
    margin-bottom: 0;
}

.member-info {
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 15px 0px 15px;
    color: #000;
}

.member-info .designation {
    text-align: center;
    font: normal normal 600 18px Nunito Sans;
    letter-spacing: 0px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 5px;
}

.member-info .name {
    font: normal normal bold 24px Nunito Sans;
    line-height: 1.2;
    margin-bottom: 8px;
}

.member-info .department {
    text-align: center;
    font: normal normal normal 15px Nunito Sans;
    line-height: 1.4;
}

.team-popup-container {
    padding: 80px 150px;
    background: #fff;
    border-radius: 100px 0 0 0;
    max-width: 1600px;
	border: 3px solid #ffde59;
    margin-inline: auto;
    max-height: 95vh;
    /* overflow-y: auto; */
    position: relative;
    color: #000;
	box-shadow: 0px 0px 5px #ffde59;
}

.team-popup-container .team-meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    font-weight: 600;
}

.team-popup-outer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-popup-outer::before {
    content: '';
    background: #00000040;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.team-popup-container .team-meta>* {
    /* width: 50%; */
    padding-right: 10px;
}

.team-popup-container .text-col .member-info {
    text-align: left;
    padding: 0;
}

.team-popup-container .text-col {
    padding-left: 50px;
}

.team-popup-container .tag-meta {
    background: #ffde59 0% 0% no-repeat padding-box;
    padding: 9px 18px;
    margin-bottom: 20px;
    display: inline-flex;
}

.team-popup-container .designation {
    margin-bottom: 20px;
    display: block;
    font: normal normal bold 20px Nunito Sans;
    line-height: 1;
}

.team-popup-container .member-info {
    font: normal normal 600 18px/24px Nunito Sans;
}

.team-popup-container .name {
    font: normal normal bold 45px/65px Nunito Sans;
}

.team-popup-container .close-btn {
    width: 35px;
    height: 35px;
    background: #ffde59;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

.team-popup-container .close-btn:hover{
	background: #000;
	color: #fff;
}

.team-popup-container .know-more {
    background: #ffde59;
    color: #000;
/*     border: 1px solid #000; */
    border-radius: 20px 0 0 0;
    padding: 12px 32px;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin-top: 32px;
    transition: 0.5s ease;
}

.team-popup-container .know-more:hover {
    background: #000;
    color: #fff;
}

.team-popup-outer {
    display: none;
}

.team-popup-outer.showPopup {
    display: flex;
}

.filter-row .member {
    width: calc(100% / 5);
    padding-left: 15px;
    padding-right: 15px;
}

.filter-row {
    padding: 0;
}

.elementor-editor-active header+section.teams-filter,
.elementor-editor-active header+div>.eventCarousel,
.elementor-editor-active header+div>.slider_section {
    display: none;
}

.menu-header-menu-container .closeMenu {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 15px;
    background: #FFDE59;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
    right: -16px;
    transition: .5s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.timeline-section {
    background: #F5F5F5;
    padding: 50px 0px;
}

.timeline-section .section-title {
    margin-bottom: 24px;
}

.timeline-section .timline-box-outer {
    position: relative;
}

.timeline-section .timline-box-outer:nth-child(even) .timeline-box::before {
    left: -12px;
    right: unset;
}

.timeline-section .timeline-box {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 50px 0px 0px;
    background: #fff;
}

.timeline .timeline-header {
    background: #FFDE59 0% 0% no-repeat padding-box;
    padding: 10px 40px;
    font: normal normal 600 20px Nunito Sans;
    line-height: 1;
    border-radius: 0px 30px 0px 0px;
    position: relative;
}

.timeline .timeline-header::before {
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 20px;
    border-top-width: 20px;
    position: absolute;
    top: 0;
    border-right: 20px solid #F1D152;
    border-left: 0;
    left: -20px;
}

.timeline-nav {
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px 0 20px;
}


/* Scroll 4 */

.timeline-nav::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.timeline-nav::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
}

.timeline-nav::-webkit-scrollbar-thumb {
    background-color: #FFDE59;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .3) 20%, transparent 20%, transparent 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, .3) 60%, transparent 60%, transparent 80%, rgba(255, 255, 255, 0.3) 80%);
    border-radius: 10px;
}

.timeline-section .timeline {
    max-width: 920px;
    margin-inline: auto;
    position: relative;
    /* padding: 30px 0 20px; */
}

.timeline-section .slider-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 50px 0px 0px 0px;
}

.timeline-section .slider-content .content {
    background: #FFDE59 0% 0% no-repeat padding-box;
    border-radius: 50px 0px 0px 0px;
    padding: 12px 26px 12px;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
}

.timeline-section .timeline-body {
    padding: 14px 36px 14px 10px;
}

.timeline-section .timeline-box:nth-child(even):before {
    right: 100%;
}

.timeline-section .timline-box-outer:nth-child(even) .timeline-header::before {
    border-right: 20px solid #F1D152;
    border-left: 0;
    left: -20px;
    right: unset;
}

.timeline-section .timline-box-outer:nth-child(even) .timeline-header {
    border-radius: 0px 30px 0px 0px;
}

.timeline-section .timline-box-outer:nth-child(even) .timeline-box {
    border-radius: 0px 50px 0px 0px;
}

.timeline-section .timeline-body p {
    margin-bottom: 5px;
    padding-left: 26px;
    position: relative;
    line-height: 1.4;
}

.timeline-section .timeline-body p:last-child {
    margin-bottom: 0;
}

.timeline-section .timeline-body p:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    left: 11px;
    top: 8px;
}

.timeline-section .timeline-slider .slick-prev {
    left: 28px;
    background: #ffde59;
    z-index: 999;
    border-top-left-radius: 15px;
	top: 50%;
}

.timeline-section .timeline-slider .slick-prev:hover, .timeline-section .timeline-slider .slick-next:hover{
	background: #000;
}
.timeline-section .timeline-slider .slick-prev:hover:before, .timeline-section .timeline-slider .slick-next:hover:before{
	color: #fff;
}

.timeline-section .timeline-slider .slick-next {
    right: 28px;
    background: #ffde59;
    border-top-right-radius: 15px;
}

.timeline-section .timeline-slider .slick-next:before,
.timeline-section .slick-prev:before {
    font-size: 20px;
    color: #000;
}

.timeline-section .timeline-slider .slick-next,
.timeline-section .slick-prev {
    top: 50%;
    width: 35px;
    height: 35px;
}

.timeline {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
}


/* line */

.timeline::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}


/* columns*/


/* row gaps */

.timeline .timline-box-outer:not(:last-child) {
    margin-bottom: var(--row-gap);
}


/* card */

.timeline .timline-box-outer {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

.timeline .timeline-header::after {
    content: '';
    position: absolute;
    background: #FFDE59 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 3px solid #4D4949;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + 58px);
}

@media (min-width: 48rem) {
    .timeline {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .timeline::before {
        grid-column: 2;
        height: calc(80%);
    }

    .timeline .timline-box-outer:nth-child(odd) {
        grid-column: 1;
    }

    .timeline .timline-box-outer:nth-child(odd) .timeline-box {
        border-radius: 50px 0px 0px 0px;
    }

    .timeline .timline-box-outer:nth-child(odd) .timeline-header::before {
        border-left: 20px solid #F1D152;
        right: -20px;
        left: unset;
        border-right: 0;
    }

    .timeline .timline-box-outer:nth-child(odd) .timeline-header {
        border-radius: 30px 0px 0px 0px;
    }

    .timeline .timline-box-outer:nth-child(even) {
        grid-column: 3;
    }

    /* start second card */
    .timeline .timline-box-outer:nth-child(2) {
        grid-row: 2/4;
    }

    .timeline .timline-box-outer:nth-child(odd):nth-child(odd) .timeline-header::after {
        transform: translate(-50%, -50%);
        left: calc(100% + 46px);
    }
}

@media (min-width:992px) {
    .timeline .timline-box-outer:nth-child(odd):nth-child(odd) .timeline-header::after {
        left: calc(100% + 58px);
    }
}

.recognition-tabs .elementor-tab-title {
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    border: 0px solid transparent !important;
    border-bottom: 3px solid #2B2B2B !important;
    width: calc(100% / 9);
    padding: 15px 18px !important;
    min-width: 100px;
}

.recognition-tabs.core .elementor-tab-title {
    width: calc(100% / 5);
}

.recognition-tabs .elementor-tab-title h3 {
    text-align: center;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    font-size: 20px;
}

.recognition-tabs .elementor-tab-content h5 {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    margin-bottom: 12px;
}

.recognition-tabs .elementor-tabs-content-wrapper .elementor-tab-content p {
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.recognition-tabs .elementor-tab-title img {
    margin-bottom: 20px;
    display: block;
    margin-inline: auto;
}

.recognition-tabs .elementor-tabs-wrapper .elementor-active {
    border-bottom: 4px solid #FFDE59 !important;
    color: #000 !important;
}

.recognition-tabs .elementor-widget-tabs .elementor-tab-title:after {
    display: none !important;
}

.recognition-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    border: 0 !important;
}

.recognition-tabs .elementor-widget-tabs .elementor-tab-title:after {
    display: none !important;
    border: 0 !important;
}

.elementor-tabs-wrapper .elementor-tab-title::after {
    display: none !important;
}

.elementor-tabs-wrapper .elementor-tab-title::before {
    display: none !important;
}

.elementor-tabs-content-wrapper .elementor-tab-content p {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}

.partner_h {
    text-align: center;
}

.partner_h h5 {
    font-size: 28px;
    color: #000000;
    line-height: 1.2;
}

.partner_h p {
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
}

.partner_h a {
    font-size: 18px;
    line-height: 24px;
    color: #2B2B2B;
    padding: 7px 30px;
    background: #FFDE59;
    border-top-left-radius: 10px;
    display: inline-block;
}

.recognition-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title {
    display: none;
}

.about_bg_img {
    max-height: 620px !important;
    background-size: cover;
}

.filter span.select2 span.select2-selection.select2-selection--single {
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding-bottom: 5px;
    display: inline-block;
    height: auto;
}

.filter span.select2 span.select2-selection.select2-selection--single span {
    padding-left: 0;
    color: #000 !important;
    font-size: 24px;
    line-height: 30px;
}

.filter span.select2 span.selection {
    position: relative;
}

.filter span.select2-dropdown.select2-dropdown--below {
    background: #fff;
    border: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #fff;
    color: #000;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #fff;
}

.select2-container--default .select2-results__option {
    position: relative;
    width: auto !important;
    display: inline;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

.select2-container--default .select2-results__option:hover::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
}

.select2-container--default .select2-results>.select2-results__options {
    display: flex;
    flex-direction: column;
    max-height: 400px;
    align-items: self-start;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 8px 7px 0 7px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
    border-width: 0 7px 8px 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -12px;
    right: -3px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #000;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.testimonial__section .elementor-col-20 {
    width: 100% !important;
    position: relative;
}

.testimonial__section .owl-stage-outer {
    padding-top: 25px;
}

.testimonial__section .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    pointer-events: none;
}

.testimonial__section .owl-nav>* {
    pointer-events: all;
}

@media (min-width: 576px) {
    .container {
        max-width: 1320px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1320px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1320px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }

    .testimonial__section .owl-prev {
        margin-left: -40px;
        background: #000 !important;
        width: 30px;
        height: 30px;
        color: #fff !important;
        border-top-left-radius: 15px;
    }

    .testimonial__section .owl-next {
        margin-right: -40px;
        background: #000 !important;
        width: 30px;
        height: 30px;
        color: #fff !important;
        border-top-right-radius: 15px;
    }
}

@media (max-width:1600px) {
    .team-popup-container {
        padding: 20px 120px;
        border-radius: 60px 0 0 0;
        max-height: 85vh;
    }
}

@media (max-width:1600px) {
    .team-popup-container {
        max-width: 95vw;
    }
}

.member-wrapper {
    position: relative;
}

.hover-div {
    position: absolute;
    top: 0;
    left: -100%;
    background: #ffde59;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.hover-div span {
    /* min-height: 42px;
    padding: 13px 20px 11px;
    border: 2px solid #000;
    border-radius: 25px;
    background-color: transparent;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700; */
    background: #FFDE59;
    display: inline-block;
    color: #000;
    padding: 8px 15px;
    border-top-left-radius: 16px;
    font-weight: 600;
    transition: 0.5s ease;
}

.hover-div span:hover {
    background: #000;
    color: #fff;
}

.filter-row .member {
    transition: 0.5s ease;
}


/* .filter-row .member:hover {
    box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
} */

.filter-row .member:hover .hover-div {
    left: 0;
}

.ap_tabs_core h3 {
    font-size: 20px;
}

.ap_hover_box>div {
    position: relative;
    transition: 0.5s ease;
    cursor: pointer;
    overflow: hidden;
}

.ap_hover_box>div>div:last-child {
    position: absolute;
    top: 0;
    left: -110%;
    right: 0;
    bottom: 0;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.5s ease;
}

.ap_hover_box>div:hover>div:last-child {
    left: 0;
}

#contenedor {
    background-color: #fff;
    display: grid;
    place-content: center;
    color: #000;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden !important;
}

.cargando {
    position: relative;
    color: #FFF;
    margin-top: 2em;
    letter-spacing: 0.08em;
    text-transform: uppercase
}

.contenedor-loader {
    width: 180px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
}

.contenedor-loader div {
    width: 30px;
    height: 30px;
    background-color: #FFDE59;
    animation: salto 1s alternate infinite;
}

.contenedor-loader div:nth-child(2) {
    animation-delay: 0.20s;
}

.contenedor-loader div:nth-child(3) {
    animation-delay: 0.40s;
}

.contenedor-loader div:nth-child(4) {
    animation-delay: 0.60s;
}

.select2-results__options>li:first-child {
    display: none;
}

@keyframes salto {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


/**** customize css on 13 july ******/


/*Sub menu Css*/

.dFlexEnd ul ul.sub-menu {
    position: absolute;
    top: 80px;
    width: 220px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0px 0;
    z-index: 999;
    box-shadow: 0px 0px 16px #00000014;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transition: 0.5s ease;
    border-top: none;
}

header .navBar ul ul.sub-menu li a::before {
    position: unset;
}

.dFlexEnd ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

header .navBar ul ul.sub-menu li a {
    color: #000;
    padding: 10px 8px;
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-weight: normal;
}

header .navBar ul ul.sub-menu li a:hover {
    background: #000;
    color: #fff;
}


/*End*/

.home .menu-item-home {
    display: none;
}

.owl-dots {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: -46px;
}

.owl-dot span {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #f5f5f5;
    border-radius: 6px;
    cursor: pointer;
    transition: all 300ms ease;
}

.owl-dot {
    margin-right: 6px;
}

.owl-dot.active span {
    width: 30px;
    background: #2b2b2b;
}

.select2-dropdown {
    border: 1px solid transparent !important;
}


/* do it_section */

.doit_section {
    box-shadow: 0px 0px 10px #00000014;
    padding: 35px 18px 30px !important;
    margin-right: 30px;
    border-top-left-radius: 50px;
    background-color: #fff;
}

.dot_list ul li {
    list-style: disc !important;
}

.acco_rdian ul li {
    list-style: disc;
    padding-bottom: 7px;
}

.acco_rdian .elementor-accordion-item {
    margin-bottom: 13px;
    border: none;
    padding: 2px;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 16%);
}

.donov_a .elementor-widget-container a {
    color: #3c3c2b;
}

.acco_rdian .elementor-tab-content {
    padding: 15px 20px 0px;
    border-top: 1px solid #d4d4d4;
}

.acco_rdian .elementor-accordion-icon {
    float: right !important;
    text-align: right !important;
}

@media screen and (max-width: 767px) {
    .doit_section {
        padding: 42px 28px 30px !important;
        margin-right: 0px;
        border-top-left-radius: 50px;
        margin-bottom: 35px;
    }
}


/*** media screen ***/

@media screen and (max-width:1399.99px) {

    #owl_post_id .owl-prev,
    #our_services__id .owl-prev {
        left: 0px;
    }

    #owl_post_id .owl-next {
        right: -25px;
    }

    #our_services__id .owl-next {
        right: 0px;
    }

    .team-popup-container {
        padding: 60px;
    }
}

@media screen and (max-width:1199.98px) {
    .side-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .side-content h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .teams-filter {
        padding: 40px 0 30px;
    }

    .filter-row .member {
        width: calc(100% / 4);
    }

    .member-info .name {
        font-size: 22px;
        margin-bottom: 4px;
    }

    .member-info .designation {
        font-size: 16px;
    }

    .member-info .department {
        font-size: 14px;
    }

    .member-info {
        padding: 12px 0px 12px;
    }

    .section-title {
        font-size: 32px;
    }

    .filter-wrapper select {
        font-size: 20px;
    }

    .filter-wrapper {
        margin-bottom: 30px;
    }

    .filter-wrapper .filter:first-child {
        margin-right: 70px;
    }

    .team-popup-container .member-info {
        font-size: 16px;
        line-height: 1.4;
    }

    .team-popup-container .name {
        font-size: 38px;
        line-height: 1.2;
    }

    .team-meta {
        font-size: 14px;
    }

    .team-popup-container .tag-meta {
        font-size: 14px;
    }

    .team-popup-container .designation {
        margin-bottom: 15px;
    }

    .team-popup-container .text-col {
        padding-left: 18px;
        max-height: 72vh;
        overflow-y: auto;
    }

    .team-popup-container .know-more {
        margin-top: 10px;
    }

    .recognition-tabs .elementor-tab-title {
        font-size: 12px;
        /* padding: 15px 6px !important; */
    }

    .recognition-tabs .elementor-tab-title img {
        /* height: 60px; */
        object-fit: contain;
        min-width: 60px;
    }

    .about_bg_img {
        max-height: 400px !important;
    }

    .timeline-nav::-webkit-scrollbar {
        width: 5px;
    }
}

@media screen and (min-width:992px) {
    header .navBar ul li.current-menu-item a {
        font-weight: 700;
    }

    header .navBar ul li a::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 25px;
        width: 0;
        background: #000;
        transform: translateX(-50%);
        height: 1px;
        transition: 0.5s ease;
    }

    header .navBar ul li a:hover::before,
    header .navBar ul li.current-menu-item a::before {
        width: 90%;
    }

    .img-col img {
        width: 100%;
    }
}

@media screen and (max-width:991.98px) {
    .forMobile {
        display: flex;
    }

    .dFlexEnd ul li:hover ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        pointer-events: auto;
        position: relative;
        top: 0;
        width: 100%;
        margin: 0;
    }

    .dFlexEnd ul li ul.sub-menu {
        position: relative;
        top: 0;
        width: 100%;
        margin: 0;
        display: none;
    }

    .dFlexEnd ul li ul.sub-menu.show {
        display: flex;
        visibility: visible;
        opacity: 1;
        box-shadow: unset;
    }

    header .navBar ul ul.sub-menu li a {
        color: #000;
        padding: 10px 26px;
        font-size: 16px;
    }

    header {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*** hamburger css for nav bar ***/
    header .navbar-toggler {
        padding: 0px !important;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-right: 20px;
    }

    header .hamburger .line {
        width: 50px;
        height: 5px;
        background-color: #000000;
        display: block;
        margin: 0px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    header .hamburger .line:nth-child(2) {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    header .hamburger:hover {
        cursor: pointer;
    }

    /* ONE */
    header .navbar-nav {
        margin-top: 0px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .menu-header-menu-container {
        position: fixed;
        top: 0;
        left: -400px;
        height: 100vh;
        background: #fff;
        box-shadow: 20px 0px 45px rgb(0 0 0 / 15%);
        width: 350px;
        max-width: 80%;
        z-index: 999;
        transition: 0.5s ease;
    }

    .menu-header-menu-container.show {
        left: 0;
    }

    header .navBar ul {
        flex-direction: column;
        margin-top: 45px;
    }

    header .navBar ul li {
        width: 100%;
    }

    header .navBar ul li a {
        color: #2B2B2B;
        display: block;
        padding: 10px 25px;
        font-size: 24px;
        border-bottom: 1px solid #d9d9d9;
        width: 100%;
    }

    .boxed_inner h2 {
        font-size: 36px;
    }

    .boxed_inner p {
        padding: 0px 0px;
    }

    .form_box form input {
        width: 470px;
    }

    .futr_logo {
        margin-bottom: 40px;
    }

    .lists {
        padding: 0px 0px;
        margin-bottom: 40px;
    }

    .text_right {
        margin-bottom: 30px;
        justify-content: start;
        flex-direction: column;
        gap: 25px;
    }

    .icon_s a {
        margin-right: 20px;
    }

    .social_icons {
        text-align: center;
    }

    .bottom_div {
        text-align: center;
    }

    .side-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .side-content h5 {
        font-size: 22px;
    }

    .member-info .name {
        font-size: 18px;
    }

    .filter-row .member {
        width: calc(100% / 3);
    }

    .member-info .designation {
        font-size: 15px;
    }

    .member-info .department {
        font-size: 12px;
    }

    .filter-wrapper {
        flex-wrap: wrap;
    }

    .filter:first-child {
        margin-right: 40px;
    }

    .section-title {
        font-size: 30px;
    }

    .team-popup-container {
        padding: 40px;
    }

    .team-popup-container .member-info {
        font-size: 15px;
    }

    .team-popup-container .text-col {
        padding-left: 0;
    }

    .team-popup-container .tag-meta {
        font-size: 13px;
    }

    .team-popup-container .know-more {
        margin-top: 0;
        padding: 10px 20px;
        font-size: 16px;
    }

    .timeline {
        width: min(60rem, 100%);
    }

    .timeline-section {
        padding: 50px 0px;
    }

    .timeline .timline-box-outer {
        --inlineP: .75rem;
    }

    .timeline .timeline-header::after {
        right: calc(100% + 46px);
    }

    .timeline-section .timeline-body {
        padding: 8px 18px 8px 10px;
    }

    .timeline-section .timeline-body p {
        font-size: 15px;
    }

    .recognition-tabs .elementor-tabs-wrapper {
        display: flex !important;
        flex-wrap: wrap;
    }

    .recognition-tabs .elementor-tab-title {
        margin-bottom: 20px;
    }

    .recognition-tabs .elementor-tab-content h5 {
        font-size: 21px !important;
    }

    .recognition-tabs .elementor-tabs-content-wrapper .elementor-tab-content p {
        font-size: 18px !important;
    }

    .recognition-tabs .elementor-tab-title img {
        margin-bottom: 8px;
    }
}

@media screen and (max-width:767.98px) {
    .img__circle {
        left: 44%;
    }

    .boxed_inner h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .boxed_inner p {
        font-size: 18px;
    }

    .form_box form input {
        width: 310px;
    }

    .about_sec {
        padding: 50px 0px 50px 0px;
    }

    .side-content h5 {
        font-size: 20px;
    }

    .my__margin__class {
        margin: 0 auto;
    }

    .filter-wrapper select {
        font-size: 16px;
    }

    .member-info .name {
        font-size: 16px;
    }

    .img-col {
        text-align: center;
    }

    .img-col img {
        height: 320px !important;
        object-fit: cover;
    }

    .team-popup-container .text-col {
        max-height: 40vh;
    }

    .team-popup-container .text-col {
        margin-top: 28px;
    }

    .team-popup-container .name {
        font-size: 30px;
    }

    .team-popup-container .designation {
        font-size: 18px;
    }

    .team-popup-container .close-btn {
        right: 12px;
        top: 12px;
    }

    .team-popup-container .team-meta {
        justify-content: center;
    }

    .recognition-tabs .elementor-tab-title {
        margin-bottom: 20px;
    }

    .timeline-section .slider-content .content {
        font-size: 22px;
        padding: 10px 40px 10px;
    }

    .timeline-section .timeline-slider .slick-next,
    .timeline-section .slick-prev {
        top: 22px;
    }

    .timeline-section {
        padding: 30px 0px;
    }

    .timeline-section .timeline-body p {
        margin-bottom: 4px;
        padding-left: 24px;
        font-size: 14px;
    }

    .timeline-section .timeline-body p:before {
        width: 4px;
        height: 4px;
    }

    timeline-section .timeline-box::before {
        border: 2px solid #4D4949;
        width: 20px;
        height: 20px;
    }

    .timeline {
        width: min(60rem, 95%);
    }
}

@media screen and (max-width:575.99px) {
    header .navBar ul li a {
        font-size: 22px;
    }

    .form_box form input {
        width: 230px;
    }

    .boxed_inner h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .about_sec {
        padding: 30px 0px 30px 0px;
    }

    .text_right {
        margin-bottom: 30px;
        justify-content: start;
        flex-direction: column;
        gap: 20px;
    }

    .bottom_div {
        margin-top: 20px;
    }

    .side-content h5 {
        font-size: 18px;
    }

    .filter-wrapper .filter {
        width: 100%;
    }

    .filter-wrapper .filter:first-child {
        margin-right: 0;
    }

    .filter-row .member {
        width: calc(100% / 2);
    }

    .filter-wrapper .filter+.filter {
        margin-top: 18px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .filter-row .member {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .recognition-tabs .elementor-tab-title {
        /* width: calc(100% / 2); */
        margin-bottom: 20px;
        margin: 0 auto;
    }

    .recognition-tabs .elementor-tab-content h5 {
        font-size: 19px !important;
    }

    .recognition-tabs .elementor-tabs-content-wrapper .elementor-tab-content p {
        font-size: 16px !important;
    }

    .elementor-widget-tabs .elementor-tab-content {
        padding: 30px 20px !important;
    }

    .timeline-section .timeline-header {
        padding: 10px 20px;
    }

    .timeline-section .slider-content .content {
        font-size: 18px;
        padding: 10px 80px 10px;
        line-height: 1.2;
    }

    .timeline-section .timeline::before {
        left: 18px;
    }

    .about_bg_img {
        max-height: 320px !important;
    }
}

@media screen and (max-width:480px) {
    header .navBar ul li a {
        font-size: 20px;
    }

    header .logo {
        width: 120px;
    }

    header .navbar-toggler {
        margin-right: 10px;
        transform: scale(0.5);
    }

    a.hdrCntctBtn {
        padding: 4px 15px;
    }

    .form_box form input {
        width: 140px;
    }

    .object_img img {
        object-fit: cover;
    }
}


/***** single page for team members *****/

.profileTabsWrapper .profileTabs .elementor-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.profileTabsWrapper .profileTabs .elementor-tabs-wrapper>div {
    width: calc(100% / 4) !important;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    transition: 0.5s ease;
}

.profileTabsWrapper .profileTabs .elementor-tabs-wrapper>div:hover {
    background: #000;
    color: #fff;
}

.profileTabsWrapper .profileTabs {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.profileTabsWrapper .profileTabs .elementor-tabs-wrapper>div.elementor-active {
    font-weight: 700 !important;
    position: relative;
    background: #000;
    color: #fff;
}

.profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper {
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
    margin-top: 40px;
    padding: 25px 35px;
}

.profileTabsWrapper {
    position: relative;
}

.profileTabsWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #ffde59;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 15%);
}

.profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper blockquote p {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin: 0;
}

.profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper h5 {
    font-size: 24px;
    color: #000;
}

.profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper blockquote {
    margin-bottom: 3px;
}

.profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper p {
    font-size: 16px;
    margin-bottom: 24px;
}

.profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper h6 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}

.profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper ul li {
    list-style: disc;
    color: #000;
    font-size: 16px;
    margin: 7px 0px;
}

.profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper ul {
    margin-bottom: 30px;
}

.banner_profile {
    position: relative;
}

.banner_profile::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(https://dnh.dexsandbox.com/wp-content/uploads/2022/07/left-circle.png);
    background-repeat: no-repeat;
    background-size: 200px;
    left: 0;
    top: 0;
    z-index: 0;
}

.banner_profile::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(https://dnh.dexsandbox.com/wp-content/uploads/2022/07/right-circle.png);
    background-repeat: no-repeat;
    background-size: 200px;
    left: 0;
    background-position: right center;
    top: 0;
    z-index: 0;
}

.banner_profile>div {
    position: relative;
    z-index: 99;
}

.recognition-tabs .elementor-tab-title:hover img:nth-child(1),
.recognition-tabs .elementor-tab-title img:nth-child(2),
.recognition-tabs .elementor-tab-title.elementor-active img:nth-child(1) {
    display: none;
}

.recognition-tabs .elementor-tab-title.elementor-active img:nth-child(2),
.recognition-tabs .elementor-tab-title:hover img:nth-child(2) {
    display: block;
}

/******** Home Page Style Starts ******/
.image_back {
	border-bottom: 3px solid #ffde59;
    border-radius: 20px 20px 0 0;
}

.image_back img {
    margin: auto;
    width: 100%;
    border-radius: 60px 0 0 0;
    display: table;
    height: auto;
}

.hs_articlesmain {
    background: #fff;
    border-radius: 75px 0 0 0;
    margin-top: 1rem;
    margin-bottom: 4rem;
    box-shadow: 0 6px 15px 0 rgb(17 17 17 / 12%);
    padding-bottom: 2rem;
}

.articles_box h6 {
    margin-top: 12px;
	font-size: 16px;
    line-height: 22px;
    color: #000000;
    min-height: 45px;
    font-weight: 700;
    font-family: 'Nunito Sans';
}

.articles_box span{
	font-size: 12px;
    line-height: 16px;
    color: #888888;
    font-family: 'Nunito Sans';
}

.articles_box p {
    font-size: 14px;
    line-height: 20px;
    color: #2B2B2B;
    margin: 5px 0px 0px 0px;
    font-family: 'Nunito Sans';

}

.articles_box {

    border-radius: 20px;
}

.bottom_content {
    padding: 22px 26px;
}

.blog_btn a {
    padding: 8px 22px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background: #ffde59;
    border-radius: 25px 0 0 0;
}

.blog_btn a:hover {
    color: #fff;
    background: #000;
}

.blog_btn {
    margin-top: 1rem;
    padding: 0 0 0 26px;
    margin-bottom: 1rem;
}

/*
    Current Openings Custom Post Listing
*/

.yp_onsite {
    background-color: #D9D9D9;
    padding: 15px 20px;
    margin-bottom: 30px;
    ;
}

.Current_Openings>h2 {
    font-weight: 800;
    font-size: 34px;
    color: #2B2B2B;
}

.one,
.two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.yp_onsite p {
    padding: 0;
    margin: 0;
}

.one h6 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.two p {
    font-size: 22px;
    line-height: 34px;
}

.two button {
    background-color: #FFDE59;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    border: none;
}

.yp_teams select {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    border: none;
    margin-bottom: 20px;
    max-width: 290px;
    width: 100%;
    padding: 0;
}

.pagination_listing {
    text-align: center;
    position: relative;
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;
	display: flex;
    justify-content: center;
}

.pagination_listing .prev {
    position: absolute;
    left: 15px;
}

.pagination_listing .next {
    position: absolute;
    right: 15px;
}

.pagination_listing .page-numbers, .pagination_listing .page-numbers.dots {
    font-size: 14px;
    font-weight: 400;
    color: #667085;
    padding: 12px 15px;
}

.pagination_listing .page-numbers.current {
    color: #001F3C;
    background: #f7c600;
    border-radius: 8px;
}

.yp_dnh_video {
    height: 800px;
}

.yp_dnh_video video {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: 50% 50%;
}

.yp__banner img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.featuredImg img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.one a {
    color: #000;
}

.yp_teams {
    margin-bottom: 20px;
}

.yp_dnh_video {
  height: 800px;
}

.yp_dnh_video video {
  width: 100%;
  height: 800px!important;
  object-fit: cover;
  object-position: 50% 50%;
}

.yp__banner img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.yp_contact_form input::placeholder {
  color: rgb(0 0 0 / 50%);
}

.yp_contact_form input,
.yp_contact_form select,
.yp_contact_form textarea {
  background-color: #8f8f8f24;
  height: 55px;
  border: none;
  border-radius: 0px;
  padding: 10px 20px;
  color: #000;
  font-size: 17px;
  line-height: 25px;
}

.yp_contact_form input::placeholder {
  color: #000;
}

.yp_contact_form input:focus,
.yp_contact_form input:focus-visible,
.yp_contact_form select:focus,
.yp_contact_form select:focus-visible {
  border: 2px solid #ffce0a;
  box-shadow: unset;
  outline: none;
}

.yp_contact_form textarea {
  width: 100%;
  height: 300px;
  padding: 20px;
}

/* Ks Form Style */

.Current_Openings.yp_contact_form {
  width: 900px;
  margin: 50px auto 60px;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 7%);
  padding: 40px 40px;
}

.Current_Openings.yp_contact_form h2 {
  display: block;
  margin-bottom: 30px;
}
.yp_contact_form p.check_back {
  font-size: 20px;
  margin-top: 30px !important;
}

.yp_contact_form .check_fieldsmb-4 label.check_b {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 8px;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.yp_contact_form .check_fieldsmb-4 label.check_b input {
  margin-right: 10px;
  height: auto;
}

.yp_contact_form .check_fieldsmb-4 br {
  display: none;
}

.yp_contact_form input[type="radio"] {
  display: none;
}

.yp_contact_form input[type="radio"] ~ span {
  width: 18px;
  height: 18px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: 3px;
}

/* input[type="radio"]:checked ~ span {
  background: #000;
} */

.yp_contact_form input[type="radio"]:checked ~ span::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.yp_contact_form input.ap_submit {
  background: #000;
  color: #fff;
  width: 100%;
  margin-top: 15px;
  transition: 0.5s ease;
}

.yp_contact_form input.ap_submit:hover {
  background: #ffde59;
  color: #000;
}

/* .hs_articlesmain h6 {
    min-height: 65px;
} */

.yp_mrgn_10{
	margin-bottom: 10px !important;
}

.yp_bg_color_a a {
    background-color: #ffde59;
    padding: 5px 15px;
}

.timeline-section .slick-prev::before {
    content: '\f060';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.timeline-section .slick-next::before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#owl_post_id .owl-prev:hover, 
#owl_post_id .owl-next:hover {
    background-color: #000;
    color: #fff;
}

.testimonial__section .owl-prev:hover, .testimonial__section .owl-next:hover {
    background-color: #ffde59 !important;
    color: #000 !important;
}


/*
    Media Query
*/

@media(max-width:576px) {
    .articles_box h6 {
        color: #f0c546;
        font-size: 22px;
        margin-top: 12px;
    }

    .articles_box p {
        font-size: 15px;
        color: #fff;
        font-weight: 300;
        margin-top: 3px;
    }

    .bottom_content {
        padding: 22px 16px;
    }
}


@media screen and (max-width:768px) {
    .profileTabsWrapper .profileTabs .elementor-tabs-wrapper>div {
        width: calc(100% / 2) !important;
        font-size: 16px;
        padding: 7px 15px;
    }

    .profileTabsWrapper::before {
        height: 80px;
    }

    .profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper {
        padding: 0;
    }

    .profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper blockquote p {
        font-size: 20px;
    }

    .profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper h5,
    .profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper h6 {
        font-size: 18px;
    }

    .banner_profile::after,
    .banner_profile::before {
        background-size: 150px;
    }
}

@media screen and (max-width:480px) {
    .profileTabsWrapper .profileTabs .elementor-tabs-wrapper>div {
        width: 100% !important;
        padding: 10px 15px;
    }

    .profileTabsWrapper::before {
        height: 150px;
    }

    .profileTabsWrapper .profileTabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title {
        display: none;
    }

    .banner_profile::after,
    .banner_profile::before {
        background-size: 120px;
    }
}