

body {
    font-family: 'Ubuntu';
}

a,
a:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
    outline: none
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/fonts/Ubuntu.eot');
    src: url('/fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu.woff2') format('woff2'),
        url('/fonts/Ubuntu.woff') format('woff'),
        url('/fonts/Ubuntu.ttf') format('truetype'),
        url('/fonts/Ubuntu.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu-bold';
    src: url('/fonts/Ubuntu-Bold.eot');
    src: url('/fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('/fonts/Ubuntu-Bold.woff') format('woff'),
        url('/fonts/Ubuntu-Bold.ttf') format('truetype'),
        url('/fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*
nav.navbar {
    background: #fff;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all ease-in-out 0.5s
}

nav.navbar .nav-link span {

    display: block;
    text-align: center;

}

nav.navbar .nav-link span img {

    width: 24px;
}

nav.fixed {

    background: #fff;
    box-shadow: 0 8px 6px -6px #00000017;
    -webkit-animation: navbar-animation .6s;
    animation: navbar-animation .6s
}

@-webkit-keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.navbar-nav .nav-item .nav-link {

    color: #212529;
    position: relative;
    padding: 0px;
    font-size: 13px;
}

nav.navbar .wit-btn-blue {
    padding: 6px 8px;
    height: auto;
    margin-left: 5px;
}

nav.navbar li.nav-item {

    margin-right: 5px;
    margin-right: 20px;
}

.mobile-menu-icon {
    display: none;
}

.profile-img {
    display: none;
}

.navbar-nav .nav-item .nav-link:hover .mobile-menu-icon {

    display: block;
}

.navbar-nav .nav-item .nav-link:hover .desktop-menu-icon {

    display: none;
}

.whitelogo {

    width: 140px;
}

.top_right {

    margin-right: 0;
}

.top_right a {
    font-size: 13px;
}


.top_right .login {

    color: #212529;
    border-bottom:1px solid;
    margin-right: 5px;
}

.navbar-nav {
    margin-left: 40px;
}

nav.navbar .nav-link::after {
    content: "";
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #2e3192;
    transition: all 0.5s ease;
}

nav.navbar .nav-link:hover::after {
    left: 0;
    width: 100%;
}

*/
.d-br{
    display: block;
}
.mid_area .banner_home .h4 {
    font-size: 45px;
    margin-bottom: 25px;
    line-height: 1 !important;
}
.mid_area .banner_home .font-weight-bolder{
    font-size: 22px;
    color: #2a2e7a;
}
.mid_area .banner_home p {font-size: 17px}
.mid_area .banner_home .wit-btn-blue {
    margin-right: 5px;
    margin-top:  25px;
    transition: all 0.5s ease;
     border: 2px solid #2a2e7a;
}
.mid_area .banner_home .wit-btn-blue.wit-btn-blue-outline{
    background: #fff;
   border: 2px solid #2a2e7a;
    color: #2a2e7a;
    transition: all 0.5s ease;
}
.mid_area .banner_home .wit-btn-blue:hover{
    background: #fff;
    color: #2a2e7a;
}
.mid_area .banner_home .wit-btn-blue.wit-btn-blue-outline:hover{
    background: #2a2e7a;
    color: #fff;
}


.mid_area .banner_home .h100,
.mid_area .banner_home .b_img {height: 412px;}
/*
.mid_area .banner_home .b_img {

    height: calc(100vh - 77px)
}
*/

.mid_area .b_img {
    object-fit: cover;
}

.mid_area .carrer-intent h3 {font-size: 16px;color: #2a2e7a;line-height: 1.6;font-family: 'Ubuntu';font-weight: 100;margin-bottom: 19px;}
.mid_area .carrer-intent h3 span {font-family: 'Ubuntu-bold'}
.mid_area .banner_home .col-md-6:last-child {
    position: absolute;
    right: 0;
    top: 70px;
    padding-right: 0;
    /*height: 90vh;*/
    overflow: hidden;
}
.mid_area .banner_home .col-md-6 video{
    transform: scaleX(1.01);
    height: 412px;
    object-fit: cover;
    /*border-left: 1px solid #0000001c;*/
}

.mid_area .banner_home .col-md-6 iframe{
    transform: scaleX(1.01);
    height: 100%;
    position: relative;
    z-index: 1;
    object-fit: cover;
    /*border-left: 1px solid #0000001c;*/
}

.jobs-ban .col-md-6 img{
    height: 100%;
    position: relative;
    z-index: 1;
    object-fit: cover;
    /*border-left: 1px solid #0000001c;*/
}



.mid_area .banner_home .container {
    /*height: 100vh;*/
}

.wit-btn-blue {
    height: 42px;
    padding: 8px 24px;
    background-color: #2e3192;
    color: #ffffff;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius:5px !important
}


.wit-btn-blue:hover {
    background: #c41217;
    color: #fff;
    border: 1px solid transparent;
}

.wit-btn-blue-outline {
    background-color: transparent;
    border: solid 1px #000;
    color: #000;
}

.grey {
    background-color: #eaeaea;
}

.pad80 {
    padding: 45px 0;
}
.pad40 {
    padding: 25px 0;
}

.padt80 {
    padding-top: 45px;
}

.padb80 {

    padding-bottom: 45px;
}
/*
.job_company_follow{
    padding: 60px 0px;
}
*/

.mid_area .counter-list {

    /* background: #c41217; */
    background: #2e3192;
    padding: 40px 0;
    position:relative;

}

.mid_area .counter-list span {
    font-size: 36px;
    color: #fff;
    font-family: 'Ubuntu-bold';
}

.mid_area .counter-list p {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
    opacity: 0.7;
    font-family: 'Ubuntu-bold';
}
.mid_area .counter-list .counter-list-data{
   justify-content: space-between;

}
/*.mid_area .counter-list .counter-list-data-last{
    display: flex;
    flex-direction: column;
    align-items: end;
}*/

.mid_area .carrer-intent .row {
    margin: -10px;
}

.mid_area .carrer-intent .col-md-6 {
    padding: 0;
    padding: 0 6px 12px 6px;
}

.mid_area .carrer-intent ul li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e7e7e7;
}


.mid_area .carrer-intent ul li h4 {
    margin-bottom: 0;
    color: #464646;
    font-size: 18px;
}

.mid_area .carrer-intent ul li h4 img {
    width: 20px;
    margin: 0 5px 0 0;
}

/*.mid_area .carrer-intent ul li a {
    padding: 10px 20px;
}
*/

.mid_area .carrer-intent .nav-pills .nav-link.active,
.mid_area .carrer-intent .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fafafa;
    /*border: solid 1px #e6e6e6;*/
    border-radius: 0;
    border-bottom: none;
}




.mid_area .data-active {
    padding: 13px 15px 3px;
    /*  visibility: hidden;
    opacity: 0;*/
    display: none;
    /*transition: all ease-in-out 0.5s;*/
}

.mid_area .nav-pills .nav-link.active~.data-active {
    /*opacity: 1;
    visibility: visible;
    display: block;*/
   /* border: solid 1px #e6e6e6;*/
    border-top: none;
}

.mid_area .data-active p {
    font-size: 14px;
    padding-left: 30px;
}

.mid_area .data-active .tab-btns {
    padding: 0;
    color: #2e3192;
    text-decoration: none;
    font-size: 13px !important;
    border-bottom: solid 1px #c41217;
    font-weight: normal;
}

.mid_area .tab-img h3 {
    color: #464646;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    margin-top: 14px;
    padding: 0 8px;
}

.mid_area .tab-img p {
    font-size: 14px;
    color: #464646;
    padding: 0 8px;
}

.mid_area .tab-img {
    border: solid 1px #e6e6e6;
    padding: 5px;
    background: #fafafa;
    height: 100%;
}

.mid_area .tab-img img {
    transition: all ease-in-out 0.5s;
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.mid_area .tab-img:hover img {
    transform: scale(1.4);
}

.mid_area .carrer-intent .nav-pills {
    margin-top: 20px;
}

.mid_area .carrer-intent h2 {
    padding-top: 0px;
    margin-bottom: 14px;
}

.mid_area .tab-img a:hover {
    text-decoration: none;
}

.overflow {
    overflow: hidden;
    height: 150px;
}

.mid_area .courses-box {
    background: #2a2e7a;
    padding: 28px;
}

.mid_area .courses-box span {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff;
}

.mid_area .courses-box .couses-tags a {
    border: solid 1px #fff;
    color: #fff !important;
    border-radius: 50px;
    display: inline-block;
    padding: 7px 14px;
    font-size: 14px;
    margin-bottom: 9px;
    text-transform: capitalize;
    transition: all ease-in-out 0.3s;

}

.mid_area .courses-box .showMore1 {color: #fff !important}

.mid_area .full_courses {display:none;}

.mid_area .courses-box .couses-tags a:hover {
    text-decoration: none;
    background: #fff;
    color: #000 !important;
    border: 1px solid #fff;
}

.mid_area #showMore1 {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.mid_area #showMore1:hover {
    text-decoration: none;
}

.mid_area .showMore1 i{

    position:relative;
    top:2px;

}

.mid_area .tab-btns {
    padding: 0;
    color: #464646;
    text-decoration: none;
    font-size: 16px !important;
   /* border-bottom: solid 1px #464646;*/
    font-weight: 600;
     display: inline-block;
    position: relative;
}
.mid_area .tab-btns::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #464646;
    right: 0;
    left: 0;
    bottom: 0;
    transition: transform .5s;
    transform: scaleX(1);
    transform-origin: left;
}
.mid_area .tab-btns:hover::after {
  transform: scaleX(0);
  transform-origin: right;

}


.mid_area .jobs {
    border: solid 1px #ffffff52;

}

.mid_area .jobs .job-list {
    border-top: solid 1px #ffffff52;
    padding: 39px;
}

.mid_area .jobs .job-list h2,
.mid_area .jobs .job-list a {
    color: #464646;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Ubuntu-bold';
}

.mid_area .jobs .tab-btns {

    color: #2e3192 !important;
}


.mid_area .testimonials-sliders {

    padding-bottom: 100px;
}

.mid_area .mission {

    background: #2e3192;
    display:none;
}

.mid_area .mission h2,
.mid_area .mission h3,
.mid_area .mission li,
.mid_area .mission a,
.mid_area .mission p {

    color: #fff;
}



.mid_area .mission .tab-btns {
   /* border-bottom: 1px solid #fff;*/
    font-weight: normal;
    display: inline-block;
    position: relative;
}
.mid_area .mission .tab-btns::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    transition: transform .5s;
    transform: scaleX(1);
    transform-origin: left;
}
.mid_area .mission .tab-btns:hover::after {
  transform: scaleX(0);
  transform-origin: right;

}

.mid_area .mission .mission-list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.mid_area .mission .mission-list {
    text-align: center;
    padding: 0;
}

.mid_area .mission .mission-list li {
    margin: 0 10px;
}

.mid_area .mission .mission-list img {
    width: 40px;
}

.mid_area .mission .mission-list h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}

.mid_area .mission .mission-list p {
    font-size: 13px;

}

.mid_area .quiz-data {
    padding: 0 120px;
}
.mid_area .quiz .quziBox .col-md-6:nth-child(2){
overflow: hidden;
  /*border: 1px solid #0000001a;*/
}
.mid_area .quiz .quziBox .col-md-6 video{
    transform: scaleX(1.08);


}
.mid_area .quiz-data p {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu-bold';
    font-weight: 600;
}

.h4 {font-size: 30px; }


.mid_area .companies-wrapper .h4 {
    margin-bottom: 15px;
}

.mid_area .companies-wrapper .companies-support {
    padding-left: 30px;
}

.mid_area .companies-wrapper .companies-support li {
    font-size: 14px;
    margin-bottom: 5px;
}


.mid_area .companies-logo ul {margin-bottom:0px;}

.mid_area .companies-logo li {
    width: 93px;
    margin: 0 35px 35px 0;
    width: 93px;
    margin: 0 35px 35px 0;
    height: 93px;
    overflow: hidden;
    box-shadow: 0px 0px 8px #c8c4c4ab ;
    /*background: #eaeaea;*/
    padding: 3px;
    display: flex;
    align-items: center;
}

.mid_area .companies-logo li:nth-child(9) {margin-bottom: 0px}
.mid_area .companies-logo li:nth-child(10) {margin-bottom: 0px}
.mid_area .companies-logo li:nth-child(11) {margin-bottom: 0px}
.mid_area .companies-logo li:nth-child(12) {margin-bottom: 0px}

.mid_area .companies-logo li img {

    /*height:90px;
    object-fit: cover;*/
}


.mid_area .reviewStar {
    margin-bottom: 8px;
}

.mid_area .reviewbox {

    background: #fff;
    padding: 35px 25px;
}

.mid_area .reviewbox p {

    min-height:130px;
}

.mid_area .reviewbox h4 {

    font-size: 18px;
}

.mid_area .reviewbox i.fa-star,
.mid_area .reviewbox i.fa-star-o {

    color: #f7cd00;

}

.mid_area .reviewbox img {

    max-width: 150px;
    max-height: 120px;
    object-fit:cover;
    margin-left: 15px;
}

.mid_area .reviewbox h4 span {

    display: block;
    font-family: 'Ubuntu';
    font-size: 14px;
}

.mid_area .blog_item {

    border: 1px solid #ccc;
    height: 100%;
}

.mid_area .blog_item img {

    margin-bottom: 5px;
}

.mid_area .blog_item p {

    font-size: 13px;
    padding: 10px;
    margin: 0;
}

.mid_area .blog_item p:first-child {

    margin: 0px;
}

.mid_area .signup {

    /* background: #c41217; */
    background: linear-gradient(90deg, rgba(110,190,246,1) 34%, rgba(146,159,252,1) 84%);
}

.mid_area .signup .row {

    align-items: center;
}

.mid_area .signup .wit-btn-blue:hover {

    background: #fff;
    color: #131761;

}

.mid_area .signup h4 {

    color: #fff;
    margin: 0;
    font-family: 'Ubuntu';
    font-weight: normal;
}

.mid_area .signup .wit-subscription-input {background: #fff !important}
.mid_area .signup .newsLettersBtn { height:100% ; border-radius: 0px 5px 5px 0px !important; border: 2px solid #2e3192;}

.mid_area .signup.pad80 {

    padding: 40px 0px;
}

.mid_area .owl-dots {

    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
}



/*inner pages*/

.form-fill {
    width: 78%;
    margin-left: 0;
}

.agree-text {
    font-size: 0.9rem;
}

.get-in-touch {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

.skill-text {
    font-size: 1.2rem;
    line-height: initial;
}

.nice-select {
    border: solid 1px #ced4da;
}

/* select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #6a7076 50%), linear-gradient(135deg, #6a7076 50%, transparent 50%), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
} */
.custom-select-icon select+i.fa-sort-desc {
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    pointer-events: none;
    background-color: transparent;
    color: #8d8d8d !important;
    padding-right: 0px;
    font-size: 18px;
}

#gender {
    appearance: none;
    /* padding: 5px;
    background-color: #4834d4;
    color: white;
    border: none;
    font-family: inherit;
    outline: none; */
}

.login-img {
    position: relative;
}

.login-img img {
    min-height: 100%;
    object-fit: cover;
}

.login-img-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 130px;
    background-color: #fff;
    padding: 40px;
    width: 350px;
}

.login-img-content span {

    margin-top: 5px;
    display: block;
}

.form-control:focus {
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.signup-text {
    margin-bottom: 5px;
}

.forget-password {
    font-size: 10px;
    text-align: end;
    padding-top: 2px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    color: #000;
}

.reset-pass-text-info {
    padding: 10px 40px 0px 3px;
}



.mobile-course {
    display: none;
}

.mid_area .quiz{

   /* padding-bottom:70px;*/
}

.mid_area .nav-item.open {

   /* border: 0px;*/
}

.mid_area .nav-pills .nav-item.open,
.mid_area .nav-pills .nav-item.open .nav-link {

    /*background: #844a92 !important;*/
}
.mid_area .nav-pills .nav-item.open{
    box-shadow:0px 24px 35px 0px rgb(107 105 105 / 43%);
}

.mid_area .nav-item.open p,
.mid_area .nav-item.open a {
    color: #000;

}
.mid_area .nav-item .nav-link.active h4
{
    color: #2a2e7a;
}

.mid_area .nav-item .nav-link:hover h4 {

color: #2a2e7a;

}

.mid_area .nav-item .nav-link:hover h4 svg {

    fill: #2a2e7a ;
}
.mid_area .nav-item .nav-link:hover h4 svg .cls-3,

.mid_area .nav-item .nav-link:hover h4 svg .cls-2 {

    fill: #2a2e7a ;
}

.mid_area .nav-item .nav-link:hover h4 svg .cls-1 {

fill: #999fde !important;

}

.mid_area .nav-item .nav-link h4 svg{
    width: 20px;
    margin: 0 5px 0 0;
}
.mid_area .nav-item .nav-link.active h4 svg{
    fill: #2a2e7a;
}
.mid_area  .nav-item .nav-link.active h4 svg .cls-2{
    fill: #2a2e7a;
}
.mid_area  .nav-item .nav-link.active h4 svg .cls-3{
    fill: #2a2e7a;
}
.mid_area  .nav-item .nav-link.active h4 svg .cls-1{
    fill: #999fde !important;
}

.mid_area .nav-item.open .data-active .tab-btns {

    border-bottom: none;
    color:  #000 !important;
}

.mid_area .fade {
    transition: opacity .10s linear;
}

.no-scroll {

    overflow: hidden;
}

.mid_area .third_tabs .nav-pills .nav-item.open{
box-shadow: none !important;
margin-bottom: 0;
}
.mid_area .third_tabs .nav-pills .nav-item{

    margin-bottom: 0;
}
.mid_area .third_tabs .nav-pills .nav-item.open {


    box-shadow: 0px 24px 35px 0px rgb(107 105 105 / 43%) !important;
}
.mid_area .third_tabs .data-active p{
    padding-left: 0;
}

.mid_area .third_tabs.carrer-intent h2 {
    margin-bottom:15px;
    position:relative;
    display:inline-block;

}

.mid_area .third_tabs.carrer-intent h2::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #2a2e7a;
    position: absolute;
    left: 104%;
    top: 37px;
    transition:all 0.3s ease 0s;
}

.mid_area .third_tabs .nav-item.open h2::after {
    width:0px;
}

.mid_area .third_tabs .nav-link {
    padding-left:0px;
}


/*
footer {

    background: #f7f7f7;
}

footer .pad80 {

    padding: 40px 0;
}

footer li {

    list-style: none;
    margin-left: 0px;
    font-size: 15px;
    margin-top: 7px;


}

footer h5 {

    font-size: 15px;
    margin-bottom: 15px;
}

footer h5::before {

    float: right !important;
    font-family: FontAwesome;
    content: "\f067";
    padding-right: 5px;
    font-size: 14px;
    font-weight: normal !important;
    display: none;
}

footer h5.open::before {

    content: "\f068";
}

footer li a {

    color: #212529;
}

.footer_icons {

    float: right;
}

.footer_icons i {

    display: inline-flex;
    cursor: pointer;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #21262b;
    margin-left: 2px;
}

.footer_icons .fa-facebook:hover {
    background-color: rgb(24, 119, 242);
    color: #ffffff;
}

.footer_icons .fa-linkedin:hover {
    background-color: #0A66C2;
    color: #ffffff;
}

.footer_icons .fa-twitter:hover {
    background-color: rgb(29, 161, 242);
    color: #ffffff;
}

.footer_icons .fa-instagram:hover {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    color: #ffffff;
}

.footer_icons .fa-youtube-play:hover {
    background-color: #f00;
    color: #ffffff;
}

.footer_icons .wit-whatsapp-link:hover {
    background-color: #05e676;
    color: #ffffff;
}

.br_t {

    border-top: 1px solid #ccc;
    padding-top: 40px;
}


.footer_btm {

    align-items: center;
}

.footer_btm p {

    font-size: 13px;
    margin-left: 0;
    line-height: 25px;
}

.footer_btm a {
    color: #464646;

}
*/

.pr_cont {

    margin-left: 30px !important;
}

.pr_cont a {

    text-decoration: underline;
    color: #464646;
    padding-left: 15px;
    font-size: 14px;
}

.need_help a {

    color: #464646;
    font-family: 'Ubuntu-bold';
    text-decoration: underline;
}



.searchBox {
    background-color: #ffffff;
    border-color: #eaeced;
    border-radius: 8px;
    width: 250px;
    padding: 0 16px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    position: relative;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
    transition: 0.4s;
    line-height: 42px;
    width: 100%;
    color: #8d8d8d;
}

.notify-count-icon {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #6a4e90;
    width: 18px;
    height: 18px;
    font-size: 10px;
    color: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-img1 {

    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.mid_area .iti--allow-dropdown {width:100%;}

.error {

  color:#c41217;
}


#genderInput {appearance:none}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
    background: url("../../images/pinkloader.gif") 50% 50% no-repeat rgba(0, 0, 0, 0.1);
    background-size: 8%;
}




.mid_area .mobile-tabs .tab-img p {

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-form-main label {

    font-weight: bold;
}

 @-webkit-keyframes slideInDown {
    from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }

    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideInDown {
    from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }

    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }


div.couses-tags {

    transition: all 0.5s ease 0s;
    height: 180px;
    overflow: hidden;
}

div.couses-tags.text_change {

    height: 230px;
}

div.couses-tags.text_change .d-none {

    display:inline-block !important;
    animation:fadeInUp 0.5s forwards

}


.showMore1 {display:inline-block; margin-top:15px;}


/*new page css*/


    .mid_area .carrer-intent ul li h4::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    float: right;
    cursor: pointer;
}

.mid_area .carrer-intent ul li.open h4::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Pro';
    float: right;

}

.wit-header a.nav-link {color: #21262b9c}

/*
.wit-header a.nav-link {font-size: 13px}
.navbar-expand-xl .navbar-nav .nav-item .nav-link {

    padding: 12px 9px;
}
*/
.wit-header .navbar {padding: 0px; box-shadow: none;}
.width-set {max-width: 1140px;}
.wit-footer-pdTB60 {padding: 50px 15px}

.header-cont {

    width: 100%;
    display: contents;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;

}

.wit-footer-pdTB40 {
    padding: 30px 15px;
}

.mid_area .quiz {
/*    padding-bottom:90px;*/
    background:#2a2e7a;
}

.mid_area .quiz p,
.mid_area .quiz a,
.mid_area .quiz h2
 {
    color:#fff;

}

.mid_area .quiz a::after {
    background-color: #fff;
}

.mid_area .quiz .owl-dot.active span {
    background-color:#fff !important;
}
.mid_area .quiz .quziBox img {
    max-height:380px
}
/*woacademy page */

/* new pages css */
.description--sent{
    width: 650px;
    margin: 0;
    margin-bottom: 15px !important;
}

.woac_page .counter-list {

    background: #2e3192;
    overflow: hidden;
    padding: 0;

}

.test--now-btn{
    text-align: end;
}
.mid_area .counter-list .test--now-btn a.wit-btn-blue{
    background: #fff;
    color: #2e3192;
    border: 0px;
    height: 100%;
    transition: all 0.5s ease;
    font-family:'Ubuntu-bold' ;
    font-size: 18px !important;
}

.woac_page .curve_mid {

    position: relative;
}
.woac_page .curve_mid {

    background: #c41217;
    padding: 50px 100px 50px 120px;
}
.woac_page .counter-list .h4 {
        position: relative;
        z-index: 1;
}

.woac_page .curve_mid::before {
    content: '';
    position: absolute;
    left: -160px;
    top: -80px;
    width: 200px;
    height: 420px;
    border-radius: 70%;
    background: #2e3192;
    transform: rotate(25deg);
}


.woac_page .curve_mid::after {
    content: '';
    position: absolute;
    right: -160px;
    top: -110px;
    width: 200px;
    height: 420px;
    border-radius: 70%;
    background: #2e3192;
    transform: rotate(-15deg);
}

.mid_area .counter-list .test--now-btn a.wit-btn-blue:hover{
    background: #2e3192;
    color: #fff;

}
/* trend */
.mid_area .carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
  }

  /* fix blank or flashing items on carousel */
  .trend-slider .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
  }

  /* end fix */
 .woac_page .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }

  .owl-nav i {
    font-size: 52px;
  }

  .woac_page .owl-nav .owl-prev {
    left: -30px;
  }

  .woac_page .owl-nav .owl-next {
    right: -30px;
  }

  .browse-content{
    /* text-align: center; */
    margin: 40px 0px;
  }
  .mid_area .trending--fe-d .browse a{
    display: inline-block;
    position: relative;
    color: #212529;
  }
  .mid_area .trending--fe-d .browse a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #464646;
    right: 0;
    left: 0;
    bottom: 0;
    transition: transform .5s;
    transform: scaleX(1);
    transform-origin: left;
}
.mid_area .trending--fe-d .browse a:hover::after {
  transform: scaleX(0);
  transform-origin: right;

}
  #carousel06 .owl-prev img{
    width: 14px;
    transform: rotate(90deg);
  }
  #carousel06 .owl-next img{
    width: 14px;
    transform: rotate(-90deg);
  }
  #carousel07 .owl-prev img{
   width: 14px;
    transform: rotate(90deg);
  }
  #carousel07 .owl-next img{
    width: 14px;
    transform: rotate(-90deg);
  }
  #carousel08 .owl-prev img{
    width: 14px;
    transform: rotate(90deg);
  }
  #carousel08 .owl-next img{
    width: 14px;
    transform: rotate(-90deg);
  }
  #carousel09 .owl-prev img{
    width: 14px;
    transform: rotate(90deg);
  }
  #carousel09 .owl-next img{
    width: 14px;
    transform: rotate(-90deg);
  }

  /* slider */
 .woac_page .owl-nav button {
    position: absolute;
top: 50%;
transform: translateY(-50%);
height: 50px;
width: 50px;
border-radius: 25px;
color: inherit;
background-color: #fff!important;
border: none!important;
z-index: 100;
box-shadow: 0 6px 42px 0 rgb(0 0 0 / 20%);
}
.woac_page .owl-nav button.owl-prev {
left: -25px;
}
.woac_page .owl-nav button.owl-next {
right: -25px;
}

.browse-content .fa-chevron-left, .browse-content .fa-chevron-right {font-size: 14px}
.browse-content .owl-prev, .browse-content .owl-next {display: flex;align-items: center;justify-content: center; position: relative;}
.browse-content .owl-prev::before, .browse-content .owl-next::before {content: ''; position: absolute; background: #2a2e7a; transition:all 0.3s ease 0s; border-radius: 50%; width: 0px ; height: 0px;}
.browse-content .owl-prev:hover::before, .browse-content .owl-next:hover::before {width: 100%; height: 100%; }
.browse-content .owl-prev:hover span, .browse-content .owl-next:hover span {color: #fff; position: relative;}

.browse-content .owl-stage {
    display: flex;
    margin-left: 2px;
}

.woac_page .owl-nav button:focus {
outline: none;
}

/* post */
.mid_area .banner_home .res-call{
    color: #000;
    margin-left: 20px;
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
}
  .mid_area .banner_home .res-call::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #464646;
    right: 0;
    left: 0;
    bottom: 0;
    transition: transform .5s;
    transform: scaleX(1);
    transform-origin: left;
}
.mid_area .banner_home .res-call:hover::after {
  transform: scaleX(0);
  transform-origin: right;

}


.my-learing{
    background: #c41217;
    padding: 40px 0;
    cursor: pointer;
}

/* all courses */
.course-data{
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 4px 10px;
    /*padding-left: 23px;*/
    color: #fff;
    border: 1px solid #fff;
    background: #c41217;
    font-size: 13px;
    text-transform: uppercase;
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 13% 50%);*/
}



.trend_af {
    content: '';
    background: #222672;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: -1;
    top: 17px;
}


.star-rating {align-items: center;}
.star-rating img {height: 15px; margin-left: 5px}
.star-rating .fa:first-child {margin-left: 4px}
.star-rating .fa-star{color: #c41217;  font-size: 12px;}
.star-rating .fa {margin-right: 2px;}
.star-rating .fa-star-o {color: #aeacac; font-size: 12px;}

.rat-pricing{
    justify-content: space-between;
    padding: 10px 5px 10px 8px;

}

.cu_fsrow .rat-pricing {padding-left: 0px; padding-top: 0px;}
.mid_area .tab-img .rat-pricing div span, .mid_area .tab-img .rat-pricing div h3{
    padding: 0px;
    margin: 0px;
}
.rating-number{
    font-size: 12px; padding: 0px 5px; color: #000;
}
.mid_area .course-time-period img{
    width: 20px !important;
    height: 20px !important;
    margin-right: 7px;
}


/* car */
.work--involve{
  border-bottom: 1px solid #bdb8b8;
  padding-bottom: 1rem;
  font-size: 12px;
  margin-bottom: 7px;
}
.work--involve li {
    padding: 5px 6px;
    color: #2a2e7a;
    margin: 2px 0px;
    width: 45%;
    text-align: center;
    border: 2px solid #2a2e7a;
    border-radius: 45px;
    transition: all 0.5s ease 0s
}

.work--involve li:hover {

    background: #2a2e7a;
    color: #fff;
}

.mid_area .allcourses .card-img, .trending--fe-d .card-img{
    background: #f2f2f2;
}
.mid_area .allcourses .card-img h3, .trending--fe-d .card-img h3{
    font-size: 14px;
}
.mid_area .allcourses .card-img p, .trending--fe-d .card-img p{
  padding: 0px;

}



.time-fs{

    padding: 0px 0px 2px 2px;
    color: #464646;
    font-size: 14px;
    line-height: 14px;
}
.mid_area .counter-list .data-container-one .form-group{
  margin-left: 35px;
}
/* .counter-list .data-container-one .form-group .form-control{padding: 0.375rem 1.5rem;} */
.mid_area .counter-list .sort-by a.wit-btn-blue{border-radius: unset !important;}

.mid_area .allcourses .card-img .work--involve li{
    font-size: 12px;
}
.mid_area .allcourses .card-img .card-img p {
    font-size: 12px;
    padding: 0px;
}
.mid_area .allcourses .card-img .course-time-period .list-unstyled{
    margin-left: 4px;
    color: #000;
    font-size: 12px;
}
.mid_area select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
    text-align-last: center;
    border: 1px solid black;

}


.wo_banner { padding-bottom: 25px;}
.mid_area .wo_banner .col-md-6:last-child {position: relative;top: 0; padding-right: 15px;}
#wo_slider {position: relative; padding-top: 30px}
.wo_banner .font-weight-bolder {margin-bottom: 15px !important}
.woac_page .description--sent {font-family: 'Ubuntu' !important; opacity: 1 !important;}


#wo_slider .owl-stage {

    display: flex;

}

#wo_slider .owl-stage-outer {

    overflow: hidden;
}

.mid_area #wo_slider .owl-dots {
    bottom: 0;

}
.mid_area .owl-dot {

    background: none;
    padding: 0px;
    border: 0px;
}

.mid_area .owl-dot.active span{
    background-color: #2a2e7a !important;
}

.woac_page .test--now-btn {text-align: left}

.mid_area .wo_img {text-align: right ; padding-right: 60px; padding-top: 15px;}

.mid_area #wo_slider .b_img {

    max-height: 550px;
}

.mid_area .slidepd {

    padding-left: 20px;
    border-left: 1px solid #959595;
    margin-left: 5px;
}

.mid_area .slidepd h4 {

    font-size: 18px;
    color: #c41217
}

.mid_area .wo_banner .owl-prev,
.mid_area .wo_banner .owl-next {

    display:none;
}

.mid_area .wo_banner .h100, .mid_area .wo_banner .b_img {

    height: auto;
}

/*
.mid_area option{
    direction: ltr;
    padding:20px 10px;
  border: 1px solid black;

}
*/

.mid_area .prefer .contact-us-btn{
    border: 2px solid #2e3192;
    transition: all 0.5s ease;
}

.mid_area .prefer p {

    font-size: 17px;
}

.mid_area .prefer .contact-us-btn:hover{
    background: #fff;
    color: #2e3192;

}

.woac_page .counter-list .row{align-items: center;}
.woac_page .counter-list .h4  {
    color: #fff;
}

.eventmore .row{
    flex-direction: row;
}


.woac_page .card-img {
    /*border: solid 1px #2a2e7a;*/
    background: #fff;
    height: 100%;
    border-radius: 0px;
    box-shadow: 0px 3px 6px rgb(73 73 73 / 45%);
    margin-bottom: 10px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;

}

.woac_page .card-img .overflow {
    height: 200px;
    /*border: 5px solid #2a2e7a;
    margin: -5px;*/

}


.card-img .overflow img {transition: all 0.5s ease 0s; height: 100%; object-fit: cover;}
.card-img:hover .overflow img {
    transform: scale(1.1);
}


.woac_page .card-img p{color: #464646; padding: 0 8px; margin-bottom: 10px}
.mid_area .card-img h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 14px;
    padding: 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woac_page .sec_tabs .card-img {

    background: #fff;
}

.woac_page .mid_area .carrer-intent ul li {font-size: 14px;}



.woac_page .blue {

     background:#2a2e7a url("../../images/weace-frontend/we-bg.svg") no-repeat center center;
     background-size: cover;

}





.woac_page .blue .browse a {color:#fff}
.woac_page .blue .browse a::after {background-color: #fff;}

.animeline {

    background: #844991;
    height: 6px;
    max-width: 85%;
    transition: all 0.5s ease 0s;
    margin-bottom: 15px;
}

.color1 {background: #844991;}
.color2 {background: #e9652c;}
.color3 {background: #e35073;}
.color4 {background: #1a895b;}
.color5 {background: #7a2d34;}
.color6 {background: #f7cd00;}
.color7 {background: #ffafbf;}
.color8 {background: #f3a69a;}

.color9 {background: #9c85c3}
.color10 {background: #ff974e}


.course_box:hover .animeline {max-width: 100%}

.cat_new5 {padding: 100px 0}
.featuredtop.cat_new5{padding: 0px 0px 80px 0px;}
.cat_new5 .h4 {color: #fff; margin-bottom: 40px}
.cat_new5 ul{display: flex; padding: 0; justify-content: space-around;     flex-wrap: wrap;}
.cat_new5 li {

    background: #fff;
    width: 19%;
    display: flex;
    padding: 15px 10px;
    cursor: pointer;
    align-items: flex-start;
    /* flex-basis: min-content; */
}
.cat_new5 li a {color: #212529; display: flex; align-items: flex-start;}

.cat_new5 li:hover {

   box-shadow: 6px 6px 6px rgb(27 30 86);
}

.cat_new5 li:hover {

    transform: translateY(-10px);
}

.cat_new5 li h5 {

    font-size: 18px;
}

.cat_new5 .cat-rt {padding-left: 15px}

.cat_new5 li p {

    margin-bottom: 0px;
}
.cat_new5 li {transition: all 0.5s ease 0s}
.cat_new5 li img {width: 60px; transition: all 0.5s ease 0s}

.browser-div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* flex-direction: row; */
}

.browser-div-item{
    /* flex-grow: 1; */
    /* flex-basis: 200; */
    /* flex-direction: column; */
    background: #fff;
    padding: 15px 10px;
    width: 24%;
    cursor: pointer;
    align-items: flex-start;
    transition: all 0.5s ease 0s
}

.browser-div-item a{
    color: #212529; display: flex; align-items: flex-start;
}

.browser-div-item:hover {

    box-shadow: 6px 6px 6px rgb(27 30 86);
 }

 .browser-div-item:hover {

     transform: translateY(-10px);
 }

 .browser-div-item h5 {

     font-size: 18px;
 }

 .browser-div-item p {

    margin-bottom: 0px;
}
.browser-div-item img {width: 60px; transition: all 0.5s ease 0s}

/*
.color-box1 {
    background: #f3a69a;
}

.color-box2 {
    background: #844991;
}

.color-box3 {
    background: #b8ca4b;
}

.color-box4 {
    background: #809eaa;
}

.color-box5 {
    background: #5e8e79;
}

.cat_new5 {min-height: 562px; position: relative;}

.color-group {
    width: 1050px;
    position: absolute;
    top: 0;
    right: 0;
}

.group-2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.group-4 {
    width: 100%;
    display: flex;
}

.color-box {
    padding: 30px;
    min-height: 281px;
    display: inline-block;
    margin: 0;
    width: 40%;
    position: relative;
}

.color-box img {
    width: 80px;
    margin-bottom: 80px;
}

a.arrow {
    position: absolute;
    color: #fff;
    font-size: 20px;
    bottom: 27px;
    font-weight: 600;
    left: 30px;
    right: 30px;
}

a.arrow img {
    width: 18px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    position: absolute;
    margin-bottom: 0;
    bottom: 7px;
    right: 0;
}
a.arrow:hover img {
    right: -10px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}

/*
.woac_page .course_box {

    background: #fff;
    display: flex;
    margin-bottom:30px ;
    box-shadow: 6px 6px 6px rgb(27 30 86);
    transition: all 0.5s ease 0s;
    top: 0px;
}
*/
.woac_page .course_box {

    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom:40px ;
    transition: all 0.5s ease 0s;
    top: 0px;
    padding-right: 25px;

}



.woac_page .blue .browse-content {
    margin-bottom: 0;
}

.woac_page .course_cont {

    padding: 15px 0;
    position: relative;

}

.woac_page .course_cont a{

    color: initial;
}

/*
.woac_page .course_cont a {

    position: absolute;
    right: 2px;
    bottom: 2px;
    background: #eaeaea;
    color: #000;
    padding:2px 10px;
    opacity:0;
    transition: all 0.5s ease 0s;

}
*/

.woac_page .course_cont p {
    margin-bottom: 5px;
}

.woac_page .course_box img {

    width: 60px;
    object-fit: cover;
}

.woac_page .course_box h3 {

    color: #464646;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.woac_page .cat_dgn {display: flex; justify-content: space-between;}
.woac_page .cat_dgn li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 230px;
    border-radius: 30px;
    box-shadow: 3px 5px 8px #ccc;
    padding: 0px 40px;
    width: 18%;

}

.woac_page .cat_dgn li img {

    margin-bottom: 15px;
}
.woac_page .cat_dgn li h4 {

    font-size: 18px;
    font-family: 'Ubuntu';
    min-height: 40px;
}


/*
.woac_page .course_slide .card-img {

    border: 0px;
    background: #eaeaea;
}

.woac_page .course_slide .card-img .overflow {

    border: 0px;
    margin: 0px;
}
*/

.woac_page .testimonials-sliders {

    padding-bottom: 50px;
}

.woac_page .reviewbox {

    background: #eaeaea;
    padding:0px 25px 25px 25px;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
}

.woac_page .reviewbox svg {
    margin-top: 0px;
    max-width: 45px;
    margin-bottom: 25px;
    margin-left: 0px;
}

.reviewSlider1 .owl-stage-outer, .reviewSlider1 .owl-stage {display: flex}
.reviewSlider1 .reviewbox {height: 100%}


.woac_page .reviewbox::before {
    content: '';
    width: 0;
    height: 0;
    background: #2a2e7a;
    position: absolute;
    top: -90px;
    left: -90px;
    transition: all 0.4s ease 0s;
    border-radius: 50%;
}

.woac_page .reviewbox:hover::before {

    width: 170%;
    height: 170%;

}

.woac_page .reviewbox h4, .woac_page .reviewbox svg, .woac_page .reviewbox p {

    position: relative;
    z-index: 1;
}

.woac_page .reviewbox:hover p, .woac_page .reviewbox:hover h4 {color: #fff;}
.woac_page .reviewbox:hover .st0 {fill: #fff}

.woac_page .reviewbox h4 {

    margin-bottom: 25px;
}

.woac_page .reviewbox p {
    line-height: 1.8rem;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2a2e7a;
}
.woac_page .first_tabs .card-img .discount {

    position: absolute;
    top: 135px;
    background: #fff;
    padding: 4px 8px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-family: 'Ubuntu-bold';
    font-size: 20px;
    transition: all 0.5s ease 0s;
}
.woac_page .first_tabs .card-img .discount::before {
    position: absolute;
    width: 0;
    height: 0;
    background: red;
    content: '';
    border-radius: 100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.woac_page .first_tabs .card-img:hover .discount{
    color: #fff;
    top: 125px;
}
.woac_page .first_tabs .card-img:hover .discount::before {

    width: 100%;
    height: 100%;

}
.woac_page .first_tabs .card-img .discount span {

    line-height: 11px;
    font-size: 14px;
    font-family: 'Ubuntu';
}
.woac_page .first_tabs .card-img .fees_n {
    color: #464646;
    padding: 4px;
    padding-left: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.woac_page .first_tabs .card-img .fees_n span {
     text-decoration: line-through; font-size: 14px; padding-right: 5px; position: relative;
     top: 1px;
}

.woac_page .first_tabs .card-img .fees_n h3{margin: 0px; font-size:19px; padding:0 5px 0px 0; color:#2e3192 }
.woac_page .card-img .tag_course {font-family: 'Ubuntu-bold'; color: #c41217; display: inline-block; position: relative;}

.woac_page .card-img .tag_course::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background: #c41217;
    bottom: -1px;
    transition: all 0.5s ease 0s;
}

.woac_page .card-img .tag_course:hover::before {

    width: 50px;
}

.woac_page .course-time-period {margin-bottom: 7px; align-items: center;}
.woac_page .course-time-period i {margin-right: 5px}
.woac_page .course-time-period .time-fs, .woac_page .course-time-period .hr-time {margin-bottom: 0px;}
.woac_page .course-time-period p {padding-left: 0px;}
.woac_page .btm_list ul {padding: 0; display: flex; padding-left: 7px; flex-wrap: wrap;}
.woac_page .btm_list li {list-style: none; margin-right: 8px; font-size: 14px; display: flex;
    align-items: center;
    justify-content: center;}
    .woac_page .btm_list li img {padding-right: 8px; max-width: 17px;}
.ownled {font-family: 'Ubuntu-bold'; font-size: 16px;}
.woac_page .skills {
   /* background: #2a2e7a;
    clip-path: polygon(100% 0, 84% 50%, 100% 100%, 0 100%, 0 0);
     max-width: 180px;
    color: #fff;*/
    font-size: 14px;
    font-family: 'Ubuntu-bold';
    color: #2a2e7a;
    padding-left: 8px;
    margin-left: -1px;
}

.woac_page img.ledby {
    max-width: 13px;
    margin-top: -3px;
    margin-right: 5px;
}

.woac_page .crd_btm {
    margin-top: 10px;
}

.woac_page .crd_btm ul {
    padding:0; margin-bottom: 0px; margin-left: 8px;

}
.woac_page .crd_btm li {

    list-style: none;
    font-size: 13px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    position: relative;
    cursor: pointer;


}
.woac_page .crd_btm li a {color: #212529}

.woac_page .crd_btm li::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background: #c41217;
    bottom: -2px;
    transition: all 0.5s ease 0s;
}

.woac_page .crd_btm li:hover::before {

    width: 100%;
}

.woac_page .crd_btm li::after {
    content: '';
    position: absolute;
    right: -10px;
    width: 0.5px;
    height: 15px;
    background: #2a2e7a;
    top: 5px;
}

.woac_page .crd_btm li:last-child::after {
    display: none;
}

.woac_page .cat_n {padding-bottom: 50px}


/*course detail page*/
/*
.course_video::before {
    content: '';
    background: #cecccc;
    width: 300px;
    height: 370px;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 30px;
}
*/
.breadc_bg {background: #c41217;}
.breadc_bg .container { max-width : 1920px;}
.cu_detail .price {font-size: 22px; }
.cu_detail .price b {color: #c41217}
.cu_detail .price span {text-decoration: line-through; color:#979797; font-size: 16px; }
.cu_detail .banner_home .wit-btn-blue {margin-top: 13px}
.cu_detail .banner_home .col-md-6:last-child {top: 0px; overflow: initial; height: 100%;}
.cu_detail .course_video {height: 100%; }
.cu_detail .video_cont {height: 100%;}
.cu_detail .course_video iframe {background: #000;}
.cu_detail .banner_home .col-md-6 video {height: 100%}
.cu_detail .dt_vid {height: 320px; object-fit: cover; position: relative; z-index: 1;}
.cu_detail .banner_home {padding-left: 20px;}
.cu_detail .cb_dt {font-family: 'Ubuntu'; font-size: 14px; margin-top: 20px; padding-left: 20px;}
.cu_detail .cb_dt.event-detail-no-view{display: flex;}
.cu_detail .cb_dt.event-detail-no-view p{
    margin-left: 15px;
    font-size: 14px;
    margin-top: 5px;
}
.event-detail-no-view .x-views{
    color: #2a2e7a;
    display: flex;
    white-space: nowrap;
}
.event-detail-no-view .x-views img{
    width: 20px;
    margin-right: 5px;
}
.cu_detail .cb_dt span {display: block; font-family: 'Ubuntu-bold'; font-size: 18px; margin-bottom: 10px; }
.cu_detail .cb_dt a {color: #2a2e7a; text-decoration: underline;}
.cu_detail .cb_dt a:hover {color: #c41217}
.right_tabs {background: #2a2e7a; position: sticky; top: 85px; padding-top: 7px;}

.cu_detail .ov_tavs {
    border: 0px;
    border: 1px solid #ffffff8a;
    margin: 0 15px;
    padding: 6PX;
    border-radius: 40px;
    margin-top: 4px;
}

.limitedseats {color: #2a2e7a; text-decoration: none; position: relative; top: 9px; margin-right: 8px; transition: all 0.5s ease 0s;}
.limitedseats i {font-size: 12px}
.limitedseats:hover {color: #c41217}
.limitedseats.clearfix {display: block}

.cu_detail .ov_tavs li {
width: auto !important;
margin: 0px !important;
padding: 0px !important;
border-bottom: 0px !important;

}

.cu_detail .ov_tavs .nav-item a {

    padding: 7px 14px;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 50px;
    margin-right: 8px;
    transition: all 0.5s ease 0s;

}

.cu_detail .ov_tavs .nav-link.active  {

    color: #000;

}

.cu_detail .ov_tavs .nav-link:hover {

    background: #fff;
    color: #000;
}

.cu_detail .right_tabs {padding: 20px 30px}
.cu_detail .cd_right {margin-bottom: 20px; transition:all 0.5s ease 0s; }
.cu_detail .cd_right.last {margin-bottom: 0px}
.cu_detail .cd_right.last ul {border-bottom: 0px}
.cu_detail .cd_right h4 {font-size: 18px; }
.cu_detail .cd_right li {color: #fff;display: flex ;margin-bottom: 0px !important; padding-bottom: 0px !important; margin-top: 15px; border: 0px !important}
.cu_detail .cd_right li svg {max-width: 20px; margin-right: 10px}
.cu_detail .cd_right li img {max-width: 20px; margin-right: 10px}
.cu_detail .cd_right li svg .cls-5 {fill: #999 ;max-width: 25px; margin-right: 10px}
.cu_detail .cd_right ul {padding: 0px; border-bottom: 1px solid #ffffff8c; padding-bottom: 20px; margin-bottom: 0px;}
.cu_detail .cd_right li strong {font-family: 'Ubuntu-bold'; width: 320px; display: flex; align-items: flex-start;}
.cu_detail .cd_right li span {width: 100%}
.cu_detail .sub_cs {padding-left: 40px;}
.cu_detail .sub_cs li {border: 0px !important; padding-bottom: 0px ; margin-bottom: 0px !important; list-style: disc;}
.cu_detail .certifc {margin-top: 0px ; }

.cu_detail .knowtrainer {padding-bottom: 40px !important}
.cu_detail .knowtrainer .tab-accodrin {display: flex}
.cu_detail .knowtrainer .tab-accodrin .tab_img {max-width: 100px; margin-right: 15px}
.cu_detail .knowtrainer .tab-accodrin .tab_content {width: 100%}
.cu_detail .knowtrainer .tab-accodrin .tab_content p {margin-bottom: 0px; color: #000}
.cu_detail .cu_fsrow .h4 {font-size: 40px}
.cu_detail .knowtrainer .tab-accodrin h4 {width: 100%}
.cu_detail .knowtrainer .tab-accodrin .tab_linsk {position: absolute; right: 50px}
.cu_detail .knowtrainer .tab-accodrin .tab_linsk p {margin-bottom: 5px; text-align: center;}
.cu_detail .knowtrainer .tab-accodrin .tab_linsk a {color: #000 ; position: relative; padding: 0px 2px}
.cu_detail .knowtrainer .tab-accodrin .tab_linsk a::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background: #c41217;
    bottom: -8px;
    transition: all 0.5s ease 0s;
}
.cu_detail .knowtrainer .tab-accodrin .tab_linsk a:hover::before {

    width: 100%;
}
.cu_detail .knowtrainer p strong {font-family: 'Ubuntu-bold';}
.cu_detail .knowtrainer .data-active p {padding-left: 0px;}
.cu_detail .knowtrainer .nav-link {color:#000 ; position: relative;}
.preferimage img {height: 300px; object-fit: cover;}
.cu_detail .carrer-intent li.nav-item svg .cls-1 {fill: #d1d1d1 !important; stroke: grey !important}
.cu_detail .carrer-intent li.nav-item svg .cls-3, .cu_detail .carrer-intent li svg .cls-2  {fill: #999 ; stroke: grey}
.cu_fsrow .col-md-5 h4{font-size: 18px; color: #2a2e7a}
.course_video .course-data {top: 65px; right: auto; left: 2px; padding: 4px 10px; font-size: 12px; z-index: 2; /*clip-path: polygon(100% 0, 84% 50%, 100% 100%, 0 100%, 0 0)*/}
.course_video .trend_af {right: auto; left: -5px;}
.course_video .course-data::after {display: none}
.cu_detail .dt_vidbefore {
    content: '';
    background: #2a2e7a;
    position: absolute;
    left: 8px;
    top: 84px;
    width: 22px;
    height: 20px;
    transform: rotate(45deg);
    z-index: 1;
}

.c-link {position: relative;  display: inline-block; padding-top: 15px; color: #2a2e7a !important}
/*.c-link::before {content: '';background: #c41217; left: 0px; position: absolute; bottom: -5px; z-index: 1; width: 0px; transition: all 0.5s ease 0s; height:2px }
.c-link:hover::before {width: 60%}
.c-link::after {height: 2px; background: #464646; content: ''; position: absolute; bottom:-5px; width:100% ; left:0; }
*/
.c-link img {width: 16px !important; position: relative; top: -1px}
.course_video h4 {font-size: 20px}
.mid_area .breadcrumb {background-color: #c41217 !important; padding: 10px 0px !important; margin: 0 !important; border-bottom: 0 !important; }
.mid_area .breadcrumb-item+.breadcrumb-item::before {color: #fff !important; opacity: 0.8;}
.mid_area .breadcrumb a {color: #fff !important; opacity: 0.8;}
.mid_area .breadcrumb-item.active  {color: #fff !important; opacity: 1;}
.cu_detail .knowtrainer .tab-accodrin .tab_content img {width: 23px; padding-top: 3px;}
.cu_detail .knowtrainer .tab-accodrin .tab_content .g_con {margin-left: -3px;}
.n1slide {max-height: 525px !important}
 img.wo_logo {
    max-width: 170px;
    margin-bottom: 15px;
}
.cu_detail .work_w {margin-top: 15px;}
.cu_detail .join_com {display: flex; margin-bottom: 40px; box-shadow: 0px 24px 35px 0px rgb(107 105 105 / 43%)}
.cu_detail .join_com h4 {flex: 1; font-size: 18px; color: #464646; padding-top: 17px;}
.cu_detail .join_com img {max-width: 70px; margin-right: 20px; }
.cu_detail .join_com div {padding: 17px 17px 0px 0px}
.cu_detail .join_com a {color: #000; position: relative; font-size:13px ;}
.cu_detail .join_com a::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background: #c41217;
    bottom: -8px;
    transition: all 0.5s ease 0s;
}
.cu_detail .join_com a:hover::before {

    width: 100%;
}


.cu_detail .join .h4 {padding-top: 0px}


.course-rt_img {
    height:100%;
}
.course-rt_img img {
    width:100%;
    height:100%;
    object-fit: cover;
}


.owl-dots .active.owl-dot span {background: #2a2e7a}
.mid_area .test-head {margin-bottom: 40px}
.dialCodePicker .dropdown-toggle {
    border: solid 1px #cdd2d8!important;
    background-color: #fff!important;
    border-radius: 0;
    border-right: none;
    height: 40px;
    padding: 10px 12px;
    font-size: 14px;
}

.search_cont {

    background: #2a2e7a;
}

.search_cont .dropdown-toggle {
    background: #fff;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    min-height: 48px;
}

.search_cont .dropdown-toggle::after {

    float: right;
    position: relative;
    top: 8px;
}

.search_cont .dropdown .dropdown-menu {

    width: 100%;
    padding: 18px;
    margin-top: 8px;
}

.search_cont input.form-control {

    background: #fff;
    border-radius: 0px;
    width: 100%;
    color: #000;
    text-align: left;
    min-height: 48px;

}

.search_cont input.form-control::placeholder {

    color: #000;
}

.search_cont button[type="submit"] {
   height: 100%;
   background: #c41217;
   border-radius: 0 !important;
}

.search_cont button[type="submit"]:hover {
    background: #c41217;
}

.search_cont input[type="submit"] {
    height: 100%;
    background: #c41217;
    border-radius: 0 !important;
    border-radius: 5px !important;
 }

 .search_cont input[type="submit"]:hover {
     background: #c41217;
 }

.search_new {

    flex-wrap: initial;
}

.search_cont .dropdown li a{

color: #212529;
}

.wocademy-filter-d .filter {
    margin-right: 8px;
    width: 25%;
}

.events-filter-d .filter {
    margin-right: 8px;
    width: 25%;
}

#events-filter-btn {margin-left: 10px;}
#events-filter-btn:hover {background: #c41217 !important; color: #fff !important}


.mid_area .eventpage .h100, .mid_area .eventpage .b_img  {height: 480px}
.event_search {margin-top: 30px}
.event_search .wit-btn-blue {margin-top: 0px !important; height: 100%}
.event_search .form-control {min-height: 45px;}

.pop_search {display: flex; align-items: center;}
.pop_search ul {display: flex; padding-left: 6px}
.pop_search li {list-style: none; margin-left: 6px;}
.pop_search li a {transition:all 0.5s ease 0s;display: inline-block; padding: 7px 14px; border-radius: 50px; color: #212529; border: 1px solid #464646}
.pop_search li a:hover {background: #2a2e7a; color: #fff;}

.card-flex {display: flex; align-items: center; padding-bottom: 0px !important; margin-bottom: 0px !important; justify-content: space-between;
flex-direction: row-reverse;}
.card-cont {
    padding: 25px;
}
.card-flex .overflow {height: 270px !important; width: 600px;}
.card-flex .fees_n {color: #2e3192; font-family: 'Ubuntu-bold';}
.eventcards .star-rating {font-size: 14px}
.eventcards .star-rating span {color: #2e3192;}
.card-flex .skills {font-size: 18px;}
.card-flex .crd_btm li {font-size: 14px;}
.cardflex_ic ul {display: flex; padding-left: 8px; margin-top: 15px;}
.cardflex_ic li {list-style: none; margin-right: 25px;font-size: 14px;}
.cardflex_ic li img {width: 20px; position: relative; top: -1px;}

.mid_area .card-img.card-flex h3 {font-size: 30px; margin-bottom: 15px;}
.mid_area .card-img.card-flex .fees_n {font-size: 19px;}


.cat_new4 li {width: 23%}
.cat_new4 li .c-link1 {color: #2a2e7a !important; padding-top: 10px;}
.cat_new4 li .c-link1 img {width: 16px; position: relative;top: -2px;}

.search_head {margin-right: -10px; top: 1px; color: #212529; position: relative;}

.spotlight .spot_slide {overflow: hidden; }
.spotlight .owl-item {padding: 5px;}
.spotlight .owl-prev, .spotlight .owl-next {display: none;}
.spotlight .owl-stage {display: flex; }

.an_cont {float: right; position: relative;}
.vert-move {position: absolute !important ; top: 15px; width: 81%; height: auto !important;}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.c_top {position: absolute; top: 65px; left: 10px; background: #2a2e7a; padding: 5px; border-radius: 5px; min-width: 85px;}
.c_top h5 {font-size: 16px; text-align: left; color: #fff; margin-bottom: 0px;}
.c_top h5 span {display: block; }

.c_right {min-width: 130px; position: absolute; padding: 5px; top: 35px; right: 0; background:#c41217; display: flex; border-radius: 5px; }
.c_right-img {
    width: 39px;
    background: #fff;
    margin-right: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_right-img img {
    width: 24px;
}
.c_right h5 {color: #fff; font-size: 17px; text-align: left; padding-right: 10px; margin-bottom: 0px;}
.c_right h5 span {display: block; font-size: 16px; font-family: 'Ubuntu'}

.eventcards .card-img .overflow {margin-bottom: 15px}
.eventcards .cardflex_ic ul {margin-bottom: 0px}
.eventpage .cat_new5 ul {width: 100%}
.eventcards .card-img h3 {margin-bottom: 13px}
.eventcards .rat-pricing {padding-bottom: 0px;}

.jobcards .card-img .overflow {margin-bottom: 15px}
.jobcards .cardflex_ic li {margin-right: 16px}
.jobcards .card-img h3 {margin-bottom: 8px}
.jobcards .btm_list ul {margin-bottom: 5px}
.jobcards .crd_btm {margin-bottom: 8px}

.rt_en {position:fixed; right:0px; top:40%; z-index:2;  cursor:pointer; transform: translateX(104px); transition: all 0.5s ease 0s; z-index: 999; box-shadow: 0px 0px 8px #000;}
.rt_en:hover {transform: translateX(0px);}
.rt_en i {transform:rotate(90deg); margin-right: 8px}
.rt_en a {padding:10px 15px; background:#c41217; display:block; color: #fff;}

.multiselect-container>li label {font-size: 14px; margin-bottom: 0px;}

.event-detail .evnt-ban {min-height: 400px}
.event-detail .evnt-ban .cardflex_ic ul {padding-left: 0px;}
.event-overview {min-height: 500px;}
.event-overview .h4 {color: #fff}
.event-overview .cd_right ul {border-bottom: 0px ; margin-top: 30px}
.ev-con {padding-top: 5px;}
.ev-con a {color: #000; transition: all 0.5s ease 0s}
.ev-con a:hover { color:#c41217 !important }
.ev-con svg {width: 20px}
.ev-con a:hover svg .cls-2 {fill:#c41217}

.dashboard-bar .curve_mid {padding: 20px}
.dashboard-bar .curve_mid::before {
    content: '';
    position: absolute;
    left: -142px;
    top: -63px;
    width: 180px;
    height: 150px;
    border-radius: 70%;
    background: #2e3192;
    transform: rotate(45deg);
}

.dashboard-bar .curve_mid::after {
    content: '';
    position: absolute;
    right: -160px;
    top: -40px;
    width: 180px;
    height: 150px;
    border-radius: 70%;
    background: #2e3192;
    transform: rotate(-15deg);
}

.jobcards .c-link1 {color: #2a2e7a !important; padding-top: 10px;}
.jobcards .c-link1 img {width: 16px; position: relative;top: -2px;}

.job-search .mobile-slide .col-lg-4 {margin-bottom: 30px}
.job-search .browse-content {margin-top: 0px}
.job-search .card-img {height: auto}
.job-search .card-img:hover .overflow img {transform: scale(1);}
.job-search .h4 {background: #2a2e7a; color: #fff; text-align: center; padding: 8px ;font-size: 18px}
.jobcard_flex {display: flex; padding-left: 8px; padding-top: 8px}
.jb_vw .jobcard_flex{justify-content: space-between;}
.jobcard_flex .overflow {width: 110px; height: auto !important; margin-right: 10px;}
.jobcard_flex .overflow img {border: 1px solid #ccc; height: auto}
.b_jb h4 {color: #fff; margin-bottom: 20px;}
.job-search .btm_list ul {justify-content: space-between;}
.job-search .btm_list li i {color: #2a2e7a; margin-right: 5px}
.job-search .card-img .btm_list ul {margin-bottom: 0px; margin-top: 7px; margin-left: 10px;}
.jobs-ban .slidepd h4 {color: #2a2e7a}
.jobs-ban .slidepd h4 img {width: 30px}
.jobs-ban .cardflex_ic ul{padding-left: 0px;}
.jobs-ban .cardflex_ic ul li{font-size: 16px;}
.cd_right .wit-btn-blue {margin-left: 0px !important}
.cd_right .wit-btn-blue:hover {background: #c41217 !important;}

.trending_jobs .cardflex_ic li {font-size: 14px; margin-right: 8px}
.bot-down-arrow-container[_ngcontent-mly-c32], .bot-up-arrow-container[_ngcontent-mly-c32] {box-shadow: 0px 0px 6px #000 !important;}

.bot-up-arrow {box-shadow:0px 0px 8px #000 !important; border-radius: 50%;}

form .input-group-prepend .dropdown-toggle {height: 100%;}

.dy-cont div h4 {font-size: 18px; margin: 20px 0;}
.dy-cont div ul li {border-bottom: 0px !important; padding-bottom: 0px !important}



.mid_area .breadc_bg .container {max-width: 1370px;}




/*New Event Page*/

.event-btm { padding: 40px; height: 100%; }
.event-btm .btn {color: #fff; background: #2a2e7a; margin: 20px 0}
.event-btm .btn:hover {border: 2px solid #2a2e7a; color: #000 !important; background: none;}
.event-video img {width: 100%; height: 100%; object-fit: cover;}

.event_card {
    box-shadow: 0px 1px 7px #ccc;
    background: #fff;
    border-bottom:3px solid #c41217;
    height:100%;

}

.eventcards .event_card {

padding-bottom:50px;
}

.event_card  .overflow  {height: 178px;}
.event_card  .overflow img {transition: all 0.5s ease 0s; object-fit: cover;}
.event_card:hover .overflow img {
    transform: scale(1.1);
}

.event-detail p {font-size: 16px}

 .event_card .btn {
    position: absolute;
    bottom: 20px;
}

.event-video {height: 450px; width: 100%; }
.event-video video {object-fit: cover; width: 100%; height: 100%}
.whitebg {background: #fff; padding: 20px}
.ev-img img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin-right: 15px;
    border:1px solid #ccc;
    padding:25px;
    object-fit: cover;

}

.sp-pad {padding-top: 60px; position: relative;}
.ds-bg {background: url("../../images/weace-frontend/dgbg.svg") no-repeat center center; background-size: 150%; background-repeat: repeat}
.ev-spbg {background: #2a2e7a; overflow: hidden;}
.ev-spbg .sp-pad::before {
    background: #c41217;
    content: '';
    position: absolute;
    width: 80%;
    height: 649px;
    border-radius: 50%;
    transform: rotate(175deg);
    left: -641px;
    bottom: -320px;
}
.ev-spbg.speaker .sp-pad::before{
background: #c41217;
    content: '';
    position: absolute;
    width: 95%;
    height: 450px;
    border-radius: 60%;
    transform: rotate(192deg);
    left: -648px;
    bottom: -280px;
}
.ev-spbg h2.h4 {color:#fff;}
.ev-sp {  padding: 25px;background: #fff; margin-top: 30px; position: relative; overflow: hidden; transition: all 0.5s ease 0s}
.ev-sp:hover {transform: translate(-15px,-15px);}
.ev-img {
    position: absolute;
    right: -65px;
    bottom:-65px;
}
.ev_spk {
    display: flex; padding: 15px 0; height:150px;border-bottom: 1px solid #cdcdcd;
}


.ev-fees {color: #2e3192 !important; font-size: 20px !important; font-family: 'Ubuntu-bold';}
.ev_spk:last-child {border-bottom: 0px}
.ev-cont h4 {
    font-size: 18px;
    font-family: 'ubuntu';
    font-weight: normal;
}

.eb_btm {display: flex; padding: 0px; margin-bottom: 0px}
.eb_btm img {height: 20px; margin-right: 5px;}
.eb_btm li {margin-right: 25px; list-style: none; display: flex; align-items: center;}

.e-o {padding: 0; display: flex; margin-top: 30px}
.e-o li {list-style: none; width: 25%}
.e-o h5 {font-size: 18px}
.sharelinks a {color: #2e3192; position: relative;}
.sharelinks a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: .5px;
    background-color: #2e3192;
    right: 0;
    left: 0;
    bottom: 0;
    transition: transform .5s;
    transform: scaleX(1);
    transform-origin: left;
}

.sharelinks a:hover::after {
    transform: scaleX(0);
    transform-origin: right;
}

.browse_event {justify-content: space-between; padding: 0px; margin-bottom: 0px;}
.browse_event .b_ct {padding: 20px; height: 100%;}
.browse_event .b_ct h5 {font-size: 28px; min-height: 73px; color: #2a2e7a; font-weight: 500;}
.browse_event .b_ct img {width: 180px; transition:all 0.5s ease 0s; transform: translateY(0px); }
.browse_event li {width: 23.3%; list-style: none; display: flex; flex-direction: column; min-height: 210px; background: #2a2e7a; background-size: cover !important; position: relative;}
.browse_event li a {height: 100%}
.browse_event li .eventlinks  {display: flex; align-items: center; transition: all 0.3s ease 0s}
.browse_event li .eventlinks img {margin-left: 5px}
.browse_event li:first-child {background: url("../../images/weace-frontend/Employer-Connect.jpg") no-repeat center center;}
.browse_event li:nth-child(2) {background: url("../../images/weace-frontend/Spotlight.jpg") no-repeat center center;}
.browse_event li:nth-child(3) {background: url("../../images/weace-frontend/Leadership-&-Communities.jpg") no-repeat center center;}
.browse_event li:last-child {background: url("../../images/weace-frontend/Live-events.jpg") no-repeat center center;}
.browse_event li:hover .eventlinks {transform: translateY(-5px);}


/*.browse_event a {display: block; width: 100%; color: #fff; padding: 8px 20px; background: #2a2e7a;}
.browse_event a i {font-size: 13px;}*/


.spotbox {

    display: flex;
    background: #2a2e7a;
    margin-top: 30px;
    /*border: 1px solid #8e8e8e;
    box-shadow:0px 1px 7px #ccc;*/
    align-items: center;
    margin-left:40px;
}

/*.spot_slide .owl-stage .owl-item:nth-child(2) .spotbox {background: #9496bc;}*/

.spotlight_img {width: 40%;}
.spotlight_img img {
/*    height: 280px;*/
    width: 100%;
    object-fit: cover;
   border: 1px solid #2a2e7a;

}
.spotlight_cont{
    width:  60%;
    padding-left: 150px;
    position: relative;
}

.spotlight_cont .h4, .spotlight_cont p {color:#fff; }

.spotlight_cont .h4 {margin-left: -100px}

.spotlight_cont .h4 span {font-size:22px; font-family:'Ubuntu'}

.spotlight_cont .ev-fees {color:#fff !important; }

.spotlight_cont .eb_btm li {margin-right: 20px !important; color:#fff;}

.spotlight_cont .eb_btm li:first-child, .spotlight_cont .eb_btm li:nth-child(2)  {opacity:0.6}

.spotlight_cont .eb_btm li span {padding-left: 10px; font-size:22px; position:relative; top:2px}

.spotlight_cont .jb_btns a {background: #fff; color:#000}
.spotlight_cont .jb_btns a:hover {background: none; color:#fff; border:2px solid #fff}

.spot_slide .owl-dots {bottom: -35px; }

.spot-date {
    position: absolute;
    width: 170px;
    height: 90px;
    background: #c41217;
    left: -40px;
    bottom: 30px;
    box-shadow:0 5px 5px rgb(0 0 0 / 12%);
}

.spot-date::before {
    content: '';
    position: absolute;
    left: 5px;
    width: 58px;
    height: 30px;
    background: #c41217;
    bottom: -20px;
    transform: rotate(35deg);
    z-index: -1;
}

.spot-date div {display:flex; color:#fff; align-items: center; padding-left:15px; height:100%}
.spot-date div span {font-family: 'Ubuntu-bold'; font-size:40px; padding-right: 10px}

.spotlight_cont .h4 {


    margin-bottom: 10px;
    margin-top:10px;

}

.spotlight_cont p {

    font-size: 16px;
/*    margin-bottom: 60px;*/
    margin-left: -100px;

}

.spotlight_cont p span {

    font-family: 'Ubuntu-bold';
}

.spotlight_cont .eb_btm {

   margin-bottom: 20px;
    margin-top:  0px;
}

.spotlight_cont .eb_btm li {margin-right: 60px; }
.spotlight_cont .jb_btns{
    margin-right: 60px;
}

.spotbox .ev-fees {  }

.event_banner {
   /* background: url("../../images/weace-frontend/eventbannerbg.jpg") no-repeat center center;*/
    background-size: cover;
    height: 550px
}

.eventlinks img {
    width:16px !important;
}

.eventlinks {
    color: #212529;
}
.event_banner .h4 {font-size: 38px}
.event_banner h4 {color: #2e3192 !important; font-size: 22px !important;}
.event_banner .font-weight-bolder {font-size: 22px !important; color: #2a2e7a}
.event_banner p {font-size: 17px;}
.event_banner .container, .event_banner .row {height: 100%}
.event_banner .row {align-items: center;}
.event_banner .input-group {padding: 0px 25px}
.event_banner .slidepd {border-left: 1px solid #000 !important; margin-top: 25px;}
.event_banner .input-group .form-control {background: none; border-radius:8px !important }


.eban-l {width: 380px; float: right; position: relative;}
.eban-r {width: 380px; float: left; position: relative;}
.eban-l img {width: 100%}
.eban-r img {width: 100%}

.e_animeL {

width: 330px !important; position: absolute; top: -10px;
animation: ev-move 1s infinite  alternate;

}

.e_animeR {

width: 155px !important; position: absolute; top: -20px; right: -10px;
animation: ev-move 1s infinite  alternate;

}


@-webkit-keyframes ev-move {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes ev-move {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.event_card h4 {

    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:235px;
}

.event_card h4 a {color: #212529; transition:all 0.5s ease 0s ;}

.event_card h4 a:hover {color: #2a2e7a}



.evpd {padding: 10px 15px}

.event_card p {font-size: 16px; margin-bottom: 19px; color: #6f6e6e}

.event_dt {display: flex; justify-content: space-between; align-items: center; }
.event_dt p span {font-family: ubuntu-bold;}
.event_dt .ev-fees {font-size: 19px}
.ev_share {
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    font-size: 13px;
    right: 40px;
    top: 160px;
    border: 1px solid #c1c1c1;
    z-index: 1;
}

.ev_share::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    background: #2a2e7a;
     border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.ev_share i {color: #2a2e7a; position: relative; z-index: 1;}

.ev_share a {display: flex; }

.event_card:hover .ev_share::before {width: 100%; height: 100%;}
.event_card:hover .ev_share i {color: #fff}
.event_card:hover .ev_share {border: 1px solid #2a2e7a;}

.ev-date {color: #c41217 !important; display: flex; align-items: center;}
.ev-date img {width: 18px; margin-right: 5px;}

.event-detail-mob .ev-date {color: #2a2e7a !important;}

.ev-type {display: flex; align-items: center;}
.ev-type img {width: 18px; margin-right: 5px;}
.x-views {/*font-family: 'Ubuntu-bold'; color: #2e3192 !important;*/ padding-top:3px }
.x-views i {color:#2a2e7a96; position: relative; top:1px}
.call-out {
    /*background: url("../../images/weace-frontend/callbg.jpg") no-repeat 0px -20px;*/
    height: 100%;
    padding: 35px 30px;
    background:#2a2e7a;
    background-size: cover;
}
.call-out h5, .call-out p {color: #fff}
.call-out p {font-size: 16px;}
.call-out a {background: #c41217; border: 0px !important; line-height: 27px}

.join-com .event_card .overflow {width:50%; height:260px;}
.join-com .event_card .overflow img {height:100%}
.join-com .evpd {width:50%; padding: 30px 35px}
.join-com .event_card {display:flex; box-shadow: none}
/*.join-com .eventcards {padding-right:100px; padding-left: 100px}*/
/*.join-com a.tab-btns {margin-top:44px}*/
.join-com .call-out .btn{margin-top:45px !important; background: none; color:#fff; border:2px solid #fff !important}
.join-com .call-out .btn:hover {background: #fff; color: #000}
.join-com .event_card .evpd{
    position:relative;
    border-bottom: 3px solid #c41217;
}
.join-com .event_card {border-bottom:0px; padding-bottom: 0px}
.join-com .markarow::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    right: -14px;
    top: 40px;
    z-index: 1;
}

.join-com .markarow.rev::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    right: auto;
    left: -14px;
    top: 40px;
    z-index: 1;
    transform: rotate(-180deg);
}

.join-com .rect {
    position: absolute;
    right: -85px;
    background: #e5e5e5;
    width: 100px;
    height: 100px;
    bottom: 128px;
}

.join-com .rect.tw {
    background: #f3f3f3;
    bottom: 228px;
    right:-182px;
}



/*New jobs page*/



.job-cta {

    background: #2a2e7a;
    margin: 25px 0;
    padding: 20px;
}

.jobs_btm {
margin-bottom: 30px;
   /* display: flex;
    justify-content: space-between;
    align-items: flex-end;*/

}

.jobs_btm ul {display: flex; margin: 0;}
.jobs_btm li { margin-right: 25px;}
.job-cta h5 {
    color: #fff;
    margin-bottom: 25px;
}
.job-cta .btn {border: 0px !important ; background: #fff; color: #000; height: auto;}
.job-cta .btn:hover {background: #c41217; color: #fff}
.jb_detail {display: flex; padding: 0; margin: 20px 0 15px}

.jb_detail li {list-style: none; margin-right: 20px; color: #212529;}

.jb_detail li img, .jb_detail li svg {width: 22px}


.jb_banner .jbshare {color: #2a2e7a}
.jb_banner .jbshare:hover {color: #c41217}

.jb_over ul {padding: 0}
.jb_over li {list-style: none; margin-top: 15px; display: flex; align-items: flex-start; transition: all 0.5s ease 0s;}
.jb_over li div strong {text-transform: uppercase;}
.jb_over li img {
    width: 22px;
    margin-right: 8px;
    margin-top: 4px;
}
.jb_content h5 {font-size: 18px}
.jb_content ul {padding-left: 17px;}
.job-company {color: #2a2e7a; font-weight: 600; font-size: 18px;display: flex; align-items: center;margin-bottom: 1rem;}
.job-company img {width: 20px; margin-right: 6px;}
.jb_bt_dt {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    padding-bottom: 10px;
}
.jb_bt_dt li {
    margin-bottom: 5px;
}

.r_jfixed {position: sticky; top: 100px}
.related_jb {margin-top: 20px; margin-bottom: 10px;box-shadow: 0px 0px 7px #ccc; position: relative;}
.related_jb::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 0%;
    background: #2a2e7a;
    margin: auto;
    transition: all 0.5s ease 0s;
}
.related_jb:hover::after{
     width: 100%;
    height: 100%;
}

.related_jb:hover .jb_detail svg .cls-1 {
    fill:#fff;


}

.related_jb h5 {font-size: 16px; font-family: 'Ubuntu'; font-weight: normal; transition: all 0.5s ease 0s;}
.related_jb:hover h5 {transform: translateY(-5px);}
.related_jb a {display: block; padding: 20px 35px;z-index: 1;
    position: relative;}
.related_jb a h5 {color: #212529; transition: all 0.5s ease 0s;}
.related_jb h5 span { transition: all 0.5s ease 0s; font-family: 'Ubuntu-bold'; color: #212529; font-size: 18px; padding-bottom: 5px; display: inline-block; text-transform: uppercase;}
.related_jb .jb_detail {margin: 10px 0; margin-top: 30px}

.related_jb:hover  a h5 {
    color: #fff;
}
.related_jb:hover  a h5 span{
    color: #fff;
}
.related_jb:hover .jb_detail li{
    color: #fff;
}
.white-shadow {box-shadow: 0px 0px 7px #ccc}

.whitebg .related_jb:last-child {border-bottom: 0;}

.apply-now {
    background: #2a2e7a !important;
    padding: 10px;
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    /*transition: all 0.5s ease 0s;*/
}

.apply-now .whitebg {padding:10px 25px; border-radius: 4px; box-shadow: none !important;}

.apply-now p {
    margin-bottom: 4px;
}
.apply-now .btn {float: right;}

.aplyfx .apply-now {

    transform: translateY(0px);
    opacity: 1;
}

.catnew {background: #2a2e7a; overflow: hidden;}
.catnew .col-sm-12::before {
    background: #c41217;
    content: '';
    position: absolute;
    width: 100%;
    height: 1000px;
    border-radius: 50%;
    transform: rotate(175deg);
    right: -760px;
    top: -130px;
}
.cta_ev {background: #c41217;}
.cta_ev .h4, .cta_ev p {color: #fff}

.missing-skill {background: #2e3192; position: relative; overflow: hidden;}
.missing-skill .col-sm-12::before {
    background: #c41217;
    width: 790px;
    height: 610px;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: -220px;
    left: 22%;
    transform: rotate(136deg);
}
.missing-skill .h4 {color: #fff; position: relative;}
.missing-skill .btn {color: #2e3192; background: #fff; margin-top: 20px; border: 0px; position: relative;}
.missing-skill .btn:hover {background: #2e3192; color: #fff}

.jobs-banner {

    overflow: hidden;
}

.jobs-banner .font-weight-bolder {
    font-size: 22px;
    color: #2a2e7a;
    margin-bottom:15px;
}

.jobs-banner p {

    font-size:17px;
}

.jobs-banner .slidepd {

    margin-bottom:35px;
}

.jobs-banner .job-banner-dt .btn {min-width:125px }

.job-banner-dt {margin-top: 30px}

.job_gr {
    margin-left: 30px;
    float:left;
    position:relative;
}


.jobs-c-left {
    background: #fff;
    position: absolute;
    left: -120px;
    top: 200px;
    z-index: 1;
    width:225px;
    display: flex;
    align-items: center;
    box-shadow: 2px 7px 5px #1b1b1b2e;
    border-radius: 4px;
    padding:8px;
    /*animation-name:bounceIn ;
    animation-duration: 1s;*/

}

.jobs-c-left::after {

    position:absolute;
    bottom:-9px;
    right:25px;
  content:'';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.jobs-c-left img {
    width:30px !important ;
    height: auto !important;

}

.brief {
    background: #2a2e7a;
    padding: 8px;
    border-radius: 4px;
    margin-right:25px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.jobs-c-left .j-n {
    font-family: 'Ubuntu-bold';
    font-size:35px;
    color:#c41217;
}

.jobs-c-left .j-n {
    display: flex;
    align-items: center;
}

.jobs-c-left .j-n span {

    font-family: 'Ubuntu';
    color:#000;
    font-size:14px;
    opacity: 0.7;
    padding-left: 10px;
}

.job_gr img {

    height: 450px;
    width: auto;
}

.jobs-c-right {
    background: #fff;
    position: absolute;
    right: -80px;
    bottom: 95px;
    text-align: center;
    box-shadow: 2px 7px 5px #1b1b1b2e;
    border-radius: 10px;
    padding: 8px;
   /* animation-name:bounceIn ;
    animation-duration: 1s;*/
}

.jobs-c-right .j-n {

    font-family: 'ubuntu-bold';
    color:#2a2e7a;
    font-size:24px;

}
.jobs-c-right img{

width:100px !important;
height: auto !important;
margin:10px 0;

}

.jobs-c-right p {margin:0px; font-size:12px; color:#2a2e7a; opacity: 0.8}

.job-banner-dt h1 {font-size: 45px; margin-bottom: 30px}
.job-banner-dt .wit-btn-blue-outline {border: 2px solid #2a2e7a; background: #fff; color: #2a2e7a; margin-left: 5px;}

.jobsearchbg {

    background: #2a2e7a;;

    padding: 30px;
}

.jobsearchbg .frm_ctrl {
 display: flex;
}

.jobsearchbg .form-control {

    margin-right: 15px;
    border-radius:0px;
    padding:25px;

}

.jobsearchbg .btn {
    background: #c41217;
    height:auto;
    padding:5px 45px;
    border:2px solid transparent;
}

.jobsearchbg .btn:hover {

background: none;
border:2px solid #fff;


}

.jobcircle {
    position: absolute;
    width: 140% !important;
    height: auto !important;
    left: -230px;
    top: -200px;
}

.jobbnimg {position: relative;}

.discover_jobs {


}



.disc_text {

 text-align: center;

}
.disc_text .h4 {

    margin-bottom: 15px;
}
.disc_jobs {
   background: #fff;
    box-shadow: 0px 1px 7px #ccc;
    border-radius: 10px;
    height: calc(100% + 88px);
    width: 80%;
    margin-left: 40px;
    margin-top: -74px;
    padding: 10px 30px;
}

.feature-link{
    /*display: flex;*/
    margin-bottom:0px;
    justify-content: space-between;
}
.feature-link p{
    color: #2a2e7a;
}
/*
.feature-link a{
    color: #000;
    position: relative;
}
.feature-link a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    right: 0;
    left: 0;
    bottom: 8px;
    transition: transform .5s;
    transform: scaleX(1);
    transform-origin: left;
}
.feature-link a:hover::after{
    transform: scaleX(0);
    transform-origin: right;
}

.spotlight_main .event_card{
    border-radius: 15px;
}

.spotlight_main .event_card .overflow{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
*/
.join-communities-btn a::after{
    bottom: 3px;
}

.join-communities-btn p {


}
.discover-jobs-wrap{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.jobs-banner-img1{
    left: -120px;
    width: 70px !important;
}
.jobs-banner-img2{
    width: 70px !important;
    top: -115px;
}

/*jobs comapany*/

.jobs-company{
    display: flex;
    margin-top: 22px;
    flex-wrap: wrap;
}
.inner-jobs-company{
   width: 25%;
    border: 1px solid #ced4da;
    text-align: center;
    padding: 20px;
    background: #f1f4f1;
}
.inner-jobs-company:nth-child(1),.inner-jobs-company:nth-child(2),.inner-jobs-company:nth-child(3){
    border-right: unset;
}
.inner-jobs-company:nth-child(5),.inner-jobs-company:nth-child(6),.inner-jobs-company:nth-child(7){
    border-right: unset;
    border-top: unset;
}
.inner-jobs-company:nth-child(8){
 border-top: unset;
}
.inner-jobs-company h2{
   font-family: 'Ubuntu-bold';
    color: #212529;
    font-size: 18px;
    text-transform: uppercase;
}
.inner-jobs-company .candidate-img {
   width: 80px;
    height: 45px;
    border: 1px solid #ced4da;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
    margin: 15px auto;
}
.inner-jobs-company img{
   max-width: 100%;
   max-height: 100%;
}
.inner-jobs-company p{
   color: #000;
   font-size: 16px;
    font-family: 'Ubuntu';
    font-weight: normal;
    transition: all 0.5s ease 0s;
    padding: 0px 10px;
}

.trending-jobs-main{
    display: flex;
    padding: 10px;
    box-shadow: 0px 3px 6px rgb(73 73 73 / 45%);
    justify-content: center;
}
.trending-img-jobs{
     width: 150px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
     height: 150px;
    border: 1px solid #ced4da;
    padding: 4px;
    line-height: 2;
}
.trending-content-details{
    padding: 14px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 250px;
}
.trending-img-jobs img{
    max-width: 100%;
/*  height: 120px;*/
max-height: 100%;
}
.trending-content-details h5{
    color: #212529;
    font-size: 18px;
    transition: all 0.5s ease;
}
.trending-jobs-main:hover h5 {
    transform: translateY(-5px);
}
.trend-jobs-sp{
    margin-top: 30px;
}
.top-jb{
    margin-top: 30px;
}
.trending-content-details p{
    color: #000;
     transition: all 0.5s ease;
     margin-bottom: 12px;
}
.trending-jobs-main:hover p {
    transform: translateY(-5px);
}
.trending-content-details  p img{
    margin-right: 2px;
}
.featured-img h5{
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.featured-img{

    height: 80px;
    display: block;
    padding: 4px;
    box-sizing: border-box;
   /* box-shadow:0px 0px 4px #ccc; */
    align-items: center;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;

}
.popular-topic-slider {margin-top:20px}
.popular-topic-slider .owl-item {padding:2px;}

.owl-carousel .owl-item .featured-img img{
    max-width: 110px !important;
    max-height: 100% !important;
    width: auto;
}
.popular-topic-slider .owl-dot.active span {
    background-color: #f1f4f1 !important;
}
.popular-topic-slider .owl-dots{
    bottom: -40px;
}

.upskill-img{
    text-align: center;
    /* box-shadow: 0px 3px 6px rgb(73 73 73 / 45%); */
    padding: 5px;
    height: 100%;
    position: relative;
}

.upskill-img .h4{
    margin-bottom: 12px;
}
.upskill-img img{
width: 140px;
    position: absolute;
    bottom: 9px;
    left: -44px;
    right: 0;
    margin: auto;
}
.upskill-slider .owl-item .upskill-img-slide{
     box-shadow: 0px 3px 6px rgb(73 73 73 / 45%);
     display: block;
}
.upskill-slider .owl-item .upskill-img-slide .inner-upskill-content{
 display: flex;
    justify-content: space-between;
    align-items: center;
    padding: -1px;
    margin: 15px 12px;
    padding-bottom: 12px;}
/*.upskill-img-slide{
    padding: 5px;
}*/
.upskill-slider .owl-item .upskill-img-slide .inner-upskill-content h5, .upskill-slider .owl-item .upskill-img-slide .inner-upskill-content p{
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
}
.upskill-slider  .owl-dots{
    bottom: -30px;
}

.upskill-section{
    background: #f1f4f1;
    padding: 80px 0px;
}
.feature-hd{
    display: flex;
    height: 100%;
}
.cat_new5 .feature-hd h2{
    margin-bottom: 0px;
color: #000;
display: flex;
    align-items: center;

}
.discover_jobs .related_jb h5 span{
color: #2a2e7a;
}
.jobcard_flex_d{
    width: 200px;
}
.jobcard_description{
    width: auto;
}
.trending-img-search-box{
    width: 110px !important;
    height: 45px !important;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    line-height: 2;

}
.trending-img-search-box img{
   height: 45px !important;
   object-fit: contain !important;

}

.des-text {
    padding: 25px;
    margin-top: 40px;
    box-shadow: 0px 1px 7px #ccc;
}

.des-text h5 {

    color:#2a2e7a;
    margin-bottom:0px;
    font-size: 18px;
    cursor: pointer;
    font-weight: normal;
}

.des-text h5::after {

    content:"\f107";
    font-family: 'font awesome 5 pro';
    float:right;
    position: relative;
    top:4px;
}

.des-text.open h5::after {

    content:"\f106";

}

.all-desc {
    display: none;
/*    margin-top: 20px;*/
}
.all-desc p{
    margin-bottom: 0px;
}

/*speaker*/
.speaker-div{
/*    border-bottom: 0.75px solid #dadada8a;*/
/*    border-radius: 10px;*/
    position: relative;
/*    box-shadow: 5px 0px 0px 0px inset #c41217;*/
/*    border-left: unset;*/
    transition: all 0.5s ease;
/*    background: #fff;*/
padding: 20px 0px 40px;

}

.disc-jb {

    background: #fff;
    box-shadow:0px 0px 4px #ccc;
    border-radius: 10px;
    border-left: 5px solid blue;
    padding:20px 20px 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top:30px;
    transition:all 0.5s ease 0s;
}

.disc-jb:hover {transform:translateY(-5px);}

.disc-jb h5 {

    font-family: 'Ubuntu';
    color:#747474;
    font-size:17px;
    min-height: 40px;
}

.disc-jb .openings {margin-top:20px; font-size:17px; }

.disc-jb .openings a {color:#2a2e7a}

.disc-jb .openings img {width:16px; margin-left:20px}

.jb-1 {border-left: 5px solid #804989}
.jb-2 {border-left: 5px solid #e1652c}
.jb-3 {border-left: 5px solid #4ccdff}
.jb-4 {border-left: 5px solid #db5073}
.jb-5 {border-left: 5px solid #19c282}
.jb-6 {border-left: 5px solid #804989}
.jb-7 {border-left: 5px solid #eb9e92}
.jb-8 {border-left: 5px solid #ffa7b7}


.featured-jobs {

     background:#2a2e7a url("../../images/weace-frontend/we-bg.svg") no-repeat center center;
     background-size: cover;

}

.featured-jobs .h4 {color:#fff}

/*
.featured-jobs .h4 {

    color:#fff;
    margin-bottom:75px;
}

.recom-jobs .h4 {

    margin-bottom: 75px;
}
*/
.featured-jobs .jobs-card {

    box-shadow: none;
}

.discover_jobs .browse-content {

    margin:0px;
}

.featured-jobs .browse-content {

    margin-bottom:0px;
}

.j_if {padding-top: 20px}

.j_if .browse-content {margin:0px}

.j_if .h4 {

    margin-bottom: 40px;
    line-height: 1.5rem;
}

.j_if ul {
    display:flex;
    justify-content: flex-start;
    margin:0px;
    padding: 0;
}

.j_if li {
    box-shadow:0px 0px 7px #cccccc94;
    width:18%; list-style: none;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition:all 0.5s ease 0s;
    margin-right: 3%;
}
.j_if ul li:last-child{
    margin-right: 0;
}

.j_if li:hover {

    box-shadow: 0px 0px 7px #ccc;
}

.j_if .i-logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}

.j_if .i-logo img {

   max-width:100%;
   max-height: 100%;
}


.j_if .i-dt {
    background: #eaeaea;
    display: inline-block;
    padding:8px 30px 17px;
    margin-top:20px;
    margin-bottom:30px;
    text-align: center;
    font-size:14px;
    line-height: 150%;
    color:#656565;
}

.j_if .i-dt span.ciname {color:#000; font-family: 'Ubuntu-bold';
 width: 75px;
    display: inline-block;
    text-overflow: ellipsis;
}

.j_if .i-dt .fa-star {

    font-size:8px;
    color:#c41217;
    position:relative;
    top:-2px;
}

.j_if li .btn {

    width:100%;
    border-radius: 0px !important;


}

.j_if li .btn:hover {


}


.recom-jobs .browse-content, .recom-jobs .jobs-card { margin-bottom:0px }

.speaker-div.speaker2 {

    padding-bottom:20px;
}

/*.speaker-div:hover{transform: translateY(-10px);}*/
.speaker-img{
   /* position: absolute;
    top: -35px;*/
/*    padding: 0px 20px; */
    display: flex;
    align-items: flex-start;
   /* justify-content: center;*/
}
.speaker-img .spImg{
   width: 100px;
   height: 100px;
   border-radius: 100%;
   border: 2px solid #dadada;
   object-fit: cover;
}

.sp-con {
    position: absolute;
    bottom: -7px;
    margin: 0;
    left: 22px;
}

.sp-con img {
    width: 20px;
    background: #fff;
    border-radius: 50%;
    height: 20px;
    padding: 2px;
}

.mid_area .speaker-div span{
     padding: 0px 20px 0px;
     font-size: 14px;
     margin-bottom: 0px;
     color: #fff;
     font-family: 'Ubuntu-bold';
     display:inline-block;
}
.speaker-div p{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: 5px;
}
.speaker-positon{
     padding: 0px 20px 0px;
     display: flex;
     justify-content: space-between;
}
.speaker-positon span{
    padding-left: 10px;
    adding-top: 5px;
}
.speaker .speaker-para{
 text-align: center;
 font-size: 16px;
 width: 500px;
    margin: auto;
}

 .speaker1{
   border-bottom: 0.75px solid #dadada8a;
}
/*.speaker2{
     box-shadow: 7px 0px 0px 0px inset #e06630;
     margin-bottom: 80px;
}
.speaker3{
     box-shadow: 7px 0px 0px 0px inset #52ccf7;
     margin-bottom: 80px;
}
.speaker4{
     box-shadow: 7px 0px 0px 0px inset #de5173;
     margin-bottom: 80px;
}
.speaker5{
     box-shadow: 7px 0px 0px 0px inset #24bf86;
}
.speaker6{
     box-shadow: 7px 0px 0px 0px inset #adadad;
}
.speaker7{
     box-shadow: 7px 0px 0px 0px inset #e6a094;
}
.speaker8{
     box-shadow: 7px 0px 0px 0px inset #ffa7b5;
}*/

.event-speaker-inner{
    position: relative;
}
/*.event-speaker-inner span{
    position: absolute;
    right: 0px;
    bottom: -5px;
}*/
.event-speaker-detail a{
    padding: 0px 20px;
    color: #fff;
    text-decoration: underline #fff 1px;
    font-size: 14px;
}
.event-speaker-detail a img{
    width: 14px;
    margin-left: 10px;
}
.knowtrainer{
    margin-top: 30px;
}
.event-details-browse a{
    display: inline-block;
    position: relative;
    color: #212529;
  }
  .event-details-browse a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #464646;
    right: 0;
    left: 0;
    bottom: 0;
    transition: transform .5s;
    transform: scaleX(1);
    transform-origin: left;
}
.event-details-browse a:hover::after {
  transform: scaleX(0);
  transform-origin: right;

}
/* .panel{
    display: none;
    transition: all 0.5s ease 0.2s;
} */
#flip{
    text-decoration: underline;
    color: #2a2e7a;
    transition: color 0.5s ease 0.2s;
}
#flip:hover{
    color: #c41217;
}



.jobs-card {

    box-shadow: 0px 1px 7px #ccc;
    background: #fff;
    border-radius:8px;
    border-bottom: 5px solid #c41217;
    padding:15px 15px 120px 15px;
    position:relative;
    height:100%;

}

.job-com {
    background: #fff;
  /*  position:absolute;
    top:-50px;
     border-radius: 50%;
     padding:5px;
     border:1px solid #cccccc8f;
    */
    left:15px;
     justify-content: center;
    display: flex;
    align-items: center;
    width:125px;
    height:75px;
    margin-bottom:20px;


}

.job-com img {
    max-width: 100%;
    max-height:100%;

}

.jobs-card h4 {

    font-size:18px;
    color:#2a2e7a;
    margin-bottom:20px;
    display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jobs-card .company_name {

    display:block;
    font-family: 'Ubuntu';
    padding-top:3px;
    padding-bottom:3px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
font-size: 16px;
    color: #2a2e7a;
}

.jobs-card .btn {
    position:absolute;
    bottom:15px;
}

.jobs-card .wit-btn-blue-outline {

    left:145px;
    background: none;
    color: #000;
    display:inline-flex;
    align-items: center;

}
  .wit-btn-blue-outline .fa-check{
    font-size: 12px;
    margin-right: 5px;
}
.jobs-card .wit-btn-blue-outline svg {

    margin-right:2px;
}

.jobs-card .wit-btn-blue-outline:hover {

    background: #2a2e7a;
    color:#fff;
}

.jobs-card .wit-btn-blue-outline:hover svg line {

    stroke:#fff !important;

}

.jb-ic {
    margin-bottom:13px;
}

.jb-ic span {font-family: 'Ubuntu-bold'}

.jb-ic img {

    width:18px;
    height:18px;
    margin-right:10px;

}


.jb-op {

    margin-top:20px;
    margin-bottom:20px;
    border-top:1px solid #cccccc8f;
    padding-top:20px;
    position: absolute;
    bottom: 55px;
    width: 90%;
}
.jb-op span {
    font-size:27px;
    color:#2a2e7a;
    display: inline-block;
    padding:0px 7px;
    line-height: 0;
    position:relative;
    top:6px;
}

.ev-in-ban {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    object-fit: cover;

}

.i-dt .tab-btns {
    font-size: 14px !important;
    font-weight: normal;
    color:#656565;
}

.trustedSlider{
    overflow: hidden;
}
.trustedSlider .owl-stage{
    display: flex;
    align-items: center;
}
.trustedSlider h4{
    color: #2a2e7a;
    text-align: center;
    margin-bottom: 16px;
}
.trustedSlider .owl-nav button.owl-prev{
    background: transparent;
    border: unset;
    left: -1%;
    position: absolute;
    top: 43%;
}
.trustedSlider .owl-nav button svg{
    fill: #2a2e7a;
}
.trustedSlider .owl-nav button.owl-next{
    background: transparent;
    border: unset;
    right: -1%;
    position: absolute;
    top: 43%;
}
.trustedSlider .item{
/*    background: #fff;*/
    padding: 8px;
    margin: 0 5%;
    text-align: center;
}
.trustedSlider .item img{
    width: auto;
    max-height: 220px;
    margin: auto;
    padding: 10px;
}
.swiper-container {
  direction: rtl !important; /* Force LTR direction */
}

.swiper-wrapper {
  flex-direction: row !important; /* Ensure the slides flow in the correct order */
}

.OurTeamRvsd .tm{
    background: #e0e0e0;
    padding: 16px;
    margin: 0 16px;
    height: 100%;
}
.OurTeamRvsd .tm > img{
    width: 100%;
    height: auto;
    border-radius: unset;
}

.fix-height .row{
    height: auto!important;
    min-height: auto!important;
}

.newnoMatter .row{
    height: auto!important;
    min-height: auto!important;
}
.newnoMatter .bgimage{
    width: 100%;
    position: relative;
}
.newnoMatter .bgcontent{
    margin-top: -200px;
}
.newnoMatter .bgimage img{
    width: 100%;
}
.newnoMatter .bgimage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 255, 0.3);
}
.newnoMatter h2.h4{
    text-align: center;
    color: #fff!important;
}
.newnoMatter ul.nav {
    column-gap: 24px;
    flex-wrap: nowrap;
    margin-top: 5%!important;
    overflow: hidden;
}
.newnoMatter ul.nav.slide{
    display: none;
}
.newnoMatter .owl-stage{
    display: flex;
}
.newnoMatter ul.nav li ul{
    padding-left: 16px;
}
.newnoMatter ul.nav li ul li{
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 8px;
}
.newnoMatter ul.nav li.items{
    border: 1px solid #00000030;
    box-shadow: 1px 1px 5px 0px #00000045;
    padding: 16px;
    margin-bottom: 0;
    background: #fff;
}
.newnoMatter ul.nav li h4{
    text-align: center;
    margin-bottom: 16px;
    margin-top: 24px;
}
.newnoMatter ul.nav li h4:after{
    display: none;
}
.plateform-main{
    width: 100%;
    max-width: 100%;
}
.cus_platform_page{
    width: 100%;
    max-width: 100%;
}
.cus_platform_page.bg-grey{
    background: #f7f7f7;
}
.cus_platform_page.bg-lighblue{
    background: #eff0fa;
}
.cus_platform_page img{
    width: 100%;
}
.cus_platform_page .platform-padding{
    padding: 3%;
}
.cus_platform_page h2{
    margin-bottom: 24px;
    color: #2a2e7a;
}
.cus_platform_page a{
    margin-top: 24px;
}
.cus_platform_page .bgImg{
    position: relative;
    padding: 0;
}
.cus_platform_page .description--sent{
    width: auto;
}
.cus_platform_page .bgImg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 255, 0.3);
}

.cus_platform_page .accordion{
    width: 90%;
}

.cus_platform_page .accordion-item {
  background-color: #fff;
  padding: 16px 32px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cus_platform_page .accordion-desc{
    width: 80%;
}

.cus_platform_page .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chevron {
  transform: rotate(0deg);
  transition: transform 0.3s;
/*  fill: #2a2e7a;*/
  cursor: pointer;
}

.cus_platform_page .chevron.active {
  transform: rotate(180deg);
}

.cus_platform_page .accordion-content {
  max-height: 40px;
  overflow: hidden;
  transition: all 0.5s linear;
  margin-bottom: 0;
}

.cus_platform_page .accordion-content.open {
  max-height: fit-content; /* Adjust as needed for complete content */
  overflow: visible;
}


@media(max-width: 991px){
    .newnoMatter ul.nav li.items{
        height: 100%;
    }
    .newnoMatter ul.nav{
        display: none;
    }
    .newnoMatter ul.nav.slide{
        display: flex;
    }
    .cus_platform_page .platform-padding{
        text-align: center;
        padding: 48px;
    }
    .cus_platform_page .accordion{
        width: 100%;
        text-align: left;
    }
}
@media(max-width: 650px){
    .newnoMatter .bgcontent{
        margin-top: -100px;
    }
    .cus_platform_page .accordion h3{
        font-size: 22px;
    }
    .cus_platform_page .platform-padding{
        padding: 32px;
    }
    .cus_platform_page .accordion-item{
        padding: 16px 16px;
    }
    .cus_platform_page .accordion-content.open{
        text-align: justify;
    }
}
@media(max-width: 400px){
    .newnoMatter .bgcontent{
        margin-top: -50px;
    }
}


/*New job detail*/

.jobs-detail .data-active p {

    padding-left:0px;
}

.jobs-detail .cd_right li  {

    align-items: flex-start;
}

.jobs-detail .cd_right li img {

    padding-top:2px;
}

.jobs-detail .cd_right li span {

    font-family: 'ubuntu';
    font-weight: normal;
    opacity: 0.8;
/*    padding-left:34px;*/

}

.jobs-detail .cd_right .np {

    padding-left:0px;
}

.jobs-detail .cd_right li strong {

    display:initial;
    width:100%;
}

.jb-dtlogo {

    background: #fff;
    display: flex;
    height:100%;
    align-items: center;
    justify-content: center;
    padding:20px

}

.jb-dtlogo img {
    max-width: 100%;
    max-height: 100%;
}

.jb-dt_banner .h4 {

    font-size:40px;
    color:#2a2e7a;
}

.jb-dt_banner p {

    font-size:17px;
}

.jb-dt_banner .wit-btn-blue-outline {
    border: 2px solid #2a2e7a;
    background: none;
    color: #2a2e7a;
    margin-right: 5px;
}



.jb-dt_banner .jb-op {

    border-top:0px;
    padding-top:0px;
    border-top:0px;
    margin-top:0px;
    margin-bottom:30px;
}

.jb-dt_banner a img {

margin-right:5px;
width:12px;
}

.jb-dt_banner .jb-op {

    opacity:0.8;
    padding-left: 0px;
    position:initial;

}

.jb-dt_banner .jb-op li {

    font-size:17px;
    list-style: none;
    padding-right:5px;
    display:inline-block;
}

.jb-dt_banner .jb-op span {

    color:#3d3d3d ;
    top:4px;
}

.job-dt-detail {

    padding:35px 50px;
}

.newskils a {
    border:1px solid #fff;
    display: inline-block;
    padding:6px 10px;
    border-radius: 16px;
    color:#fff;
    margin-top:10px;
    margin-right:5px;
    transition:all 0.3s ease 0s;
}
.newskils a:hover {background: #fff; color:#000}


.about-com {

    padding:25px 40px;
    box-shadow:0px 0px 4px #ccc;
}

.about-com .h4 {

    margin-bottom:20px;
}

.about-com .wit-btn-blue-outline {

    background: none;
    color:#000;
    margin-left:5px;
    display:inline-flex;
    align-items: center;
}


.about-com .wit-btn-blue-outline svg {

    margin-right:2px;
}

.about-com .wit-btn-blue-outline:hover {

    background: #2a2e7a;
    color:#fff;
}

.about-com .wit-btn-blue-outline:hover svg line {

    stroke:#fff !important;

}

.logo_abcom {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    width: 150px;
    height: 50px;
    margin-right: 20px;
    padding-right:20px;
}
.logo_abcom img {

    max-width:100%;
    max-height:100%;

}

.about-com-dt {

    display:flex;

}

.about-com-dt h5 {font-size:17px}

.dt_cdt .fl-space {padding-right: 15px;}
.dt_cdt .fa-star {
    font-size: 8px;
    color: #c41217;
    position: relative;
    top: -2px;
}

.jobs-detail .data-active ul {

    padding:0px;
    padding-left:20px;
}

.jobs-detail .data-active li {

    margin-bottom:0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
    list-style:disc;

}

span.f-com {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 15px;
    position:absolute;
    top:20px;
    right:20px;
}

span.f-com a {
display: flex;
color:#000;
transition:all 0.3s ease 0s;
font-size:17px;
}

span.f-com a:hover {

    color:#2a2e7a;
}

span.f-com img {

    margin-right:5px;
}

.about-com-dt .f-com {

    position:relative;
    top:-10px;
    right:0;
    flex-grow: 1;
}

.jb-browse {margin-top: -60px}



@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.tfc .h4, .discover_jobs .h4, .featured-jobs .h4, .recom-jobs .h4, .pop-topic .h4 {margin-top:-5px}

.ace_dd {

    top:30px !important;
    left:0px !important;
    width:200px !important;
}

/*jobs*/
.jobsearchbg  .jobSelect ~ .select2-container{
    margin-right: 15px;
    border-radius: 0px;
    display: block;
    width: 50% !important;
/*    padding: 0.375rem 0.75rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.jobsearchbg  .jobsearchbg .form-control{
    width: 50%;
}
.jobsearchbg  .frm_ctrl .select2-container .select2-selection--multiple {
    height: 51.6px !important;
    border: none !important;
    border-radius: 0px !important;
   /* display: flex;
    align-items: center;
    justify-content: center;*/
}
.jobsearchbg  .frm_ctrl .select2-container--default .select2-selection--multiple::after{
    top: 15px;
}
.jobsearchbg  .frm_ctrl .select2-container .select2-search--inline .select2-search__field{
    margin-top: 12px !important;
}
.jobsearchbg  .frm_ctrl .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 10px !important;
    margin-bottom: 10px;
}

.jobsearchbg  .select2-selection--single {
  height: 100% !important;
}
.jobsearchbg  .select2-container .select2-selection--multiple .select2-selection__rendered{
  word-wrap: break-word !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  display: block !important;
    width: 540px;
    margin-bottom: 0px;
}

.jobsearchbg  .select2-container--default .select2-selection--multiple::after{
    cursor: pointer;
}


/*.searchAndfilter{
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    z-index:99;
}
.searchAndfilter a{

    width: 50%;
    border: solid 1px #cdd2d8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
}
.fiter_data{
    display: none;
}*/


.ment-banner .slidepd {
padding-left:0px;
border-left:0px !important;
text-align:center;
margin-top:15px;
}
 .mentoring_bottom {
    background:#2a2e7a;
    padding:30px 0px;
    overflow: hidden;
    position: relative;
 }

 .mentoring_bottom::after {
    background: #c41217;
    content: '';
    right: -200px;
    top: -40px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    position: absolute;
    transform: rotate(-215deg);
}

  .mentoring_bottom ul {
    display:flex;
    justify-content: space-between;
    margin:0px;
    padding:0px;
  }

.mentoring_bottom li {
/*    width:25%;*/
    list-style:none;
    display:flex;
    position:relative;
    z-index:1;
}

.mentoring_bottom li::after {
    position:absolute;
    width:1px;
    background: #ffffff7a;
    height: 70px;
    content: '';
    right: -43px;
    top: -10px;
}

.mentoring_bottom li .mn_counter {
    font-size:35px;
    font-family:ubuntu-bold;
    color:#fff;
    display:flex;
    align-items: flex-end;
}

.mentoring_bottom li .mn_counter strong {
    font-weight:normal;
}

.mentoring_bottom li .mn_counter span {
    font-size:17px;
    font-family:ubuntu;
    padding-left:5px;
    padding-bottom:7px;
}

.mentoring_bottom li:last-child::after {
    display:none;
}

 .mentoring_bottom li img {
    width:50px;
    background:#fff;
    border-radius:4px;
    padding:5px;
    margin-right:15px;
 }

 .mt_video {
    background:#efefef;
    padding:30px;
 }

  .mt_video iframe {
    width:100%;
  }

  .abt_mnt h2.h4 {
    margin-bottom:30px;
  }

#searchMove .select2-container {

    width:100% !important;
    margin-right:15px;
}

#searchMove .select2-container .select2-search__field {
    width:100% !important;
}

#searchMove .select2-selection--multiple {
    height:100%;
    border-radius: 0px !important;
}

#searchMove #designation {
    margin-right:15px;
}

#searchMove .select2-container ul,
#searchMove .select2-container li.select2-search,
#searchMove .select2-container input.select2-search__field {

    height:100%;

}

#searchMove .select2-container input {
    margin-top:0px !important;
}

#searchMove .select2-container--default .select2-selection--multiple::after {
    top:15px;
}

.job-search .browse-content .col-lg-4 {

    margin-bottom:30px;

}

.j-top .h4 {margin-bottom:15px}

.st_follow {


    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 auto;


}

.ment-banner  {
    height:auto;
}

.mtr_banner img {
    max-width: 100%;
}

.ment-banner .btn {margin-top:30px}

.abt_mnt h4 {
    font-size:20px;
    color:#2a2e7a;
    font-family:ubuntu;
    font-weight: bold;
}

.mt_pointers {
    padding-left:0px;
}

.mt_pointers li {
    margin-top: 25px;
    list-style: none;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 10px;
    padding-left:50px;
    position:relative;
    transition:all 0.5s ease 0s;
}

.mt_pointers li::before {
    border: 1px solid #c41217;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    left: 16px;
    top: 6px;
    /* transform: translateY(-50%); */
}

.mt_pointers li::after {
    background: #c41217;
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    left: 19px;
    top: 9px;
    /* transform: translateY(-50%); */
}


.mt_pointers li:hover {
    box-shadow:0px 24px 35px 0px rgb(107 105 105 / 43%);
}

.mt_pointers h5 {

font-size:18px;
font-family:ubuntu;

}

.emp_img img {width:100%;}

.mentoring_tabs .nav-pills {

margin-top:0px !important;
}

.mentoring_tabs ul li {
    border-bottom:solid 1px #d8d6d6 !important;
}


.mid_area .mentoring_tabs .nav-item .nav-link .cls-1 {
fill:#c9c9c9 !important;
}

.mid_area .mentoring_tabs .nav-item .nav-link.active .cls-2,
.mid_area .mentoring_tabs .nav-item .nav-link.active .cls-1 {
fill:#fff !important;
}

.mentoring_tabs .nav-pills .nav-item.open {
    background: #fff;
}

.mentoring_tabs .data-active p {
    padding-left:0px;
}

.mentoring_tabs .data-active h5 {
    font-size:18px;
    color:#2a2e7a;
    font-family:ubuntu;
    font-weight: bold;
}

.mentoring_tabs .data-active .wit-btn-blue {
    color:#fff !important;
    margin-top:20px;
}

.mentoring_tabs .data-active .wit-btn-blue:hover {
    color:#000 !important;
}

.mentoring_tabs .nav-link{
    padding-top:12px;
    padding-bottom:12px;
    font-family:ubuntu;
    font-weight: bold;

}

.mentoring_tabs .nav-link.active {
    background-color: #c41217 !important;
}

.mentoring_tabs .nav-link.active .tab-accodrin h4 {
    color:#fff !important;
}

.mentoring_tabs .carrer-intent .row {

    margin:0px;

}

.mentoring_tabs .carrer-intent.sec_tabs {
    padding-bottom:0px !important;
}

.mentoring-page .mid_area .nav-item.open p, .mentoring-page .mid_area .nav-item.open a {
    color:#212529 !important;
}
.mentoring-page .mid_area .nav-item.open a.wit-btn-blue {
    color:#fff !important;
}
.mentoring-page .mid_area .nav-item.open a.wit-btn-blue:hover {
    color:#000 !important;
}

.num-mob {
    display:none;
}

.brochure {
    position:relative;
    padding:20px 0 15px;
    overflow: hidden;
}

.brochure_img img {
    max-width:200px;
}
.brochure_content {
    padding-left:50px;
    position:relative;
    z-index:1;
}

.brochure h2.h4 {
    color:#2a2e7a;
}
.brochure .btn {
    margin-top:30px;
}

.brochure::after {
    background: #c41217;
    content: '';
    right: -230px;
    top: 130px;
    width: 600px;
    height: 700px;
    border-radius: 48%;
    position: absolute;
    transform: rotate(-215deg);
}

.coaches h2.h4{
    margin-bottom:30px;
}

.coaches .overflow {
    overflow: hidden;
    height: 260px;
}

.ch_box {
    text-align:center;
    box-shadow: 0px 0px 5px #cccccc94;
    border-bottom:10px solid #c41217;
    height:100%;
}

.ch_box h5 {
    font-size: 18px;
    color:#2E3680;

}

.ch_box img {
    transition:all 0.5s ease-in-out 0s;
    width:100%;
}

.ch_box:hover .overflow img {transform:scale(1.1);}

.ch_box .chdt {
    padding:20px;
}

.ch_box .chdt p {
    margin-bottom:0px;
}

.coaches .btn {
    background:#fff;
    margin-top:50px;
    color:#000;
}
.coaches .btn:hover {
    background:#2a2e7a;
    color:#fff;
}

.mentoring_testimonials .owl-dots {
    position:relative;
    bottom:0px;
    margin-top:30px !important;
}

.fm_box {
    background:#fff url("../../images/weace-frontend/find-mentor.png") no-repeat bottom right;
    padding:30px;
    min-height: 300px;
    background-size: 180px;
    box-shadow: 0px 0px 5px #cccccc94;

}

.fmbox2 {
     background:#fff url("../../images/weace-frontend/find-coach.png") no-repeat bottom right;
     background-size: 180px;
}

.fm_box .h4 {
    color: #2a2e7a;
    margin-bottom:20px;
}

.fm_box a.tab-btns {
     color:#c41217 !important;
     margin-top:15px;
}

.steps_cont {

    width:100%;
    box-shadow: 0px 0px 5px #cccccc94;
    padding:20px;
    border-bottom:8px solid #2a2e7a;
}



.containerwd{width:100%; position: relative; display: flex; align-items: center; justify-content: center;}
.spinner-wrapper {
    margin: 0 auto;
    transform: scale(0.6);
    width: 243px;
    position: relative;
    left: -65px;
    margin-bottom: -100px;
    top:-50px;
}
.spinner{width:25em;height:25em;margin:0 2em;cursor:pointer;position:relative; border: 1px solid rgba(0,0,0,.3); border-radius: 100em; }
.spinner p{position:absolute;top:0%;width:100%;text-align:center;opacity:0; -webkit-transition:all 1s; transition:all 1s;}
.inner-spin{width:25em;height:25em;transform:rotate(0deg); -webkit-transform:rotate(0deg); transition:all 1s; -webkit-transition:all 1s;-webkit-transform:translateZ(0);-moz-transform:translateZ(0); left: -3px; top: -3px;}
.inner-spin:before{display:block;margin:0 auto;position:absolute; border-radius:12.3em 0em 0 0;background:#c41217; content:"";height:13em;width:13em;z-index:1}
.inner-spin2{width:24em;height:24em;transform:rotate(0deg); -webkit-transform:rotate(0deg); transition:all 1s; -webkit-transition:all 1s;-webkit-transform:translateZ(0);-moz-transform:translateZ(0); position: absolute; top: 0; z-index: 1;}
.inner-spin2:before{content:"";height:10em;width:10em; display:block;margin:0 auto;position: absolute; top: 2.5em; left: 2.5em; z-index: -1; border-radius:12.5em 0em 0 0;background:#2a2e7a}
.spinner-content{display:block;margin:0 auto;position:absolute;width:24em;height:24em;background:#fff;border-radius:100em; z-index:2; top:50%;left:50%; margin-top:-12em;margin-left:-12em; overflow: hidden;}
.spinner-content strong{ font-size: 1.7rem;color: #ffffff; position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%); font-weight: 500;}
.centerpointc{width: 14em; height: 14em; border-radius: 100em; background: rgba(0,0,0,0.4); position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%,-50%);}
.spinner span img{width:24em;height:24em;border-radius:100em;opacity:1;-webkit-transition:all 1s;transition:all 1s; padding: 5em; position: absolute; z-index: 1;}
.soltextwrap{ width:100%; position: relative;}
.soltextwrap strong{ font-size: 20px; color: #000; margin-bottom: 20px; display: block; font-weight: bold;}
.knowbtn a{ border-color: #707070; color: #000; margin-top: 50px;}
.spinrotatesu{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
.spinrotatesm{-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.spinrotatebm{-webkit-transform:rotate(225deg);transform:rotate(225deg);}

.step {
    padding-right:15px;
    width:27%;
    transition:all 0.5s ease 0s;
}

.step h5, .step p {transition:all 0.3s ease 0s}

/*.step.activeme h5, .step.active p  {
    transform:translateY(-12px)
}

.step.activeme {
    transform: scale(1.1);
}*/
.step p {
    padding-right:15px;
}

.step3 {
    margin: 0 auto;
    width: 50%;
    text-align:center;
    padding-right:30px;
}

.steps h5 {
color:#c41217 !important;
font-family:'ubuntu';

}

.steps h5 span {
    display:block;
    color:#000;
    font-size:14px;
    padding-top:4px;
}

.individual_sec .mobile-tabs {
    right:15px;
    top:0px;
}

.mentoring_tabs .data-active ul {
    padding-left:15px;
    margin-bottom:10px !important;
}
.mentoring_tabs .data-active ul li {
    margin:0px;
    padding-top:5px;
    padding-bottom: 5px;
    border-bottom:0px !important;
    color:#212529;
}

.steps .owl-stage-outer {
    overflow:hidden;

}

.steps .owl-stage {
    display: flex;
}

.support_cont p span {

/*font-family: 'Ubuntu-bold';*/
color:#000;
font-weight:bold;
}

.mentoring_testimonials .test-head {

    margin-bottom:30px;
}
.mentoring .h4 {
    margin-bottom: 30px;
}
.men_gif {
    text-align: center;
}
.men_gif img {
    max-width:500px;
}

.men_gif video {
    height:500px;
}

.mn_numbering  {
    margin-top:10px;
}

.mn_numbering ul {
    padding:0px;
}
.mn_numbering li {
    list-style: none;
    display:flex;
/*    align-items: center;*/
    border-bottom:solid 1px #e7e7e7;
    transition:all 0.5s ease 0s;
}

.mn_numbering li h5 {
    font-size:18px;
}

.mn_numbering li p {
    margin-bottom:0px;
}

.mn_numbering li p br {
    display:none;
}
.mn_numbering .num_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 45px;
}

.mn_numbering .mn_img {
    display:flex;
    align-items: center;
    transition:all 0.5s ease 0s;
}

.mn_numbering li svg {

    transition:all 0.5s ease 0s;
    width:130px;
    height:130px;
}

.mn_numbering li img {

    transition:all 0.5s ease 0s;
    width:130px;
    height:130px;
}

.mn_numbering li:hover {
    box-shadow: 0px 24px 35px 0px rgb(107 105 105 / 43%);
}

.mn_numbering li:hover .mn_img{
    background:#2a2e7a;
}

.mn_numbering li:hover svg path{
    stroke:#fff !important;
}



.mn_numbering li:hover h5 {

    color:#2a2e7a;
}


.newhomebanner .course-rt_img {
    background: url("../../images/weace-frontend/enterprises_banner.jpg") no-repeat top center / cover;
}

.enterprises_page .cu_detail .newhomebanner .entbannerleft  .h4 {
    margin-bottom: 0px !important;
    line-height: 1 !important;
}
.newhomebanner h4 {
    color:#fff !important;
    margin-bottom:10px !important;
    margin-top:30px !important;
}

.newhomebanner p {
    color:#fff;
    font-size:17px;
}

.newhomebanner .btn{
    padding:8px 33px !important
}

.store_btns {
    display:flex;
    margin-top:40px;
}

.store_btns img {
    width:140px;
    margin-right:15px;
}


/*Enterprise page*/


.entbannerslider .course-rt_img {
    background: url("../../images/weace-frontend/HeroWeb_1440x800_mobapp .jpg") no-repeat top center / cover;
    }

.enterprises_page .cu_fsrow {
    height:calc(100vh - 68px);
    align-items: center;
}

.enterprises_page .banner_home h4 {
    font-size: 22px;
    color: #2a2e7a;
    margin-bottom: 50px;
    margin-top: 30px;
}

.returning {
    margin-top:20px;
    color:#fff;
}

.returning a {
    color:#fff;
    opacity:0.8;
    text-decoration:underline;
}

.pr_sec {
/*    border-bottom:4px solid #c41217;*/
}

.pr_sec .h4 {
    margin-bottom:30px;
}

.pr_img {
    height:100%;
}

.pr_img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.pr_right {
    background: #fff;
    height:100%;
    padding:40px 50px 40px 50px;
}

.pr_right .h4 {
    margin-bottom:20px;
    margin-top:5px;
    color:#2a2e7a;
    border-bottom:1px solid #2a2e7a;
    padding-bottom:5px;
    display:inline-block;
    font-size:20px;
}

.pr_right ul {
    padding-left:15px;
}
.pr_right li {
    margin-bottom:15px;
    font-size:14px;
}

.pr_right li:last-child {
    margin-bottom:0px;
}

.acc_sec .h4 {
    margin-bottom: 30px;
}

.acc_img img {
    width:100%;
}

.mid_area .ent-ct {
    padding:20px 0;
}

.mid_area .ent-ct ul {
    margin-bottom:5px;
}

.mid_area .ent-ct li {
    font-size:36px;
    color:#fff;
    font-weight: normal;
}

.mid_area .ent-ct p {
    font-size: 17px;
    font-family: 'ubuntu';
}

.whych_box {
    background:#eaeaea;
    min-height: 150px;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom:5px solid #c41217;
    position:relative;
    padding:0px 10px;
}
.update_whych.whych_left ul{
    display: block;
}
.update_whych.whych_left li{
    margin-bottom: 16px;
    width: auto;
}
.update_whych.whych_left li:nth-child(3){
    margin-bottom: 16px;
}
.update_whych .whych_box{
    background: unset;
    border: unset;
    display: block;
    text-align: left;
    height: auto;
    min-height: auto;
}
.update_whych .whych_box p{
    display: flex;
    column-gap: 12px;
}
.update_whych .whych_box p svg{
    padding-top: 4px;
}
.update_whych .whych_box-ic{
    display: none;
}

.whych_box p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
}

.whych_box-ic {
background:#fff;
position:absolute;
left:0;
right:0;
top:-30px;
border:1px solid #a9a9a9;
border-radius:50%;
margin:0 auto;
width:60px;
height:60px;
display:flex;
align-items: center;
justify-content: center
}

.whych_box-ic img {
    border-radius: 0;
    padding:12px;
}
.whychoose_vid {
   padding-bottom:50px;
   height:100%;
}

.whychoose_vid h5 {
    font-size:18px;
    font-family: 'Ubuntu';
    padding-top:20px;
}
.whychoose_vid iframe {
    height:100%;
}
.whychoose_vid video {

object-fit: cover;

}
.whych_left {
    margin-top:50px;
    padding-right:30px;
}

.whych_left ul {

    display:flex;
    margin:0px;
    padding:0px;
    flex-wrap: wrap;
    justify-content: space-between;

}

.whych_left li {
    list-style: none;
    width:48%;
    margin-bottom:70px;
}

.whych_left li:nth-child(3),
.whych_left li:nth-child(4) {
    margin-bottom:0px;
}

.nomatter .tab-img {
/*border-bottom:5px solid #c41217;
padding-bottom:30px;*/
position:relative;
}

.nomatter .tab-btns {
    left: 13px;
    bottom: 15px;
    position: absolute;
}

.nomatter h3 {color:#212529 !important}

.nomatter .tab-accodrin svg .cls-1 {

    fill:#d1d1d1;
}

.mid_area .first_tabs.nomatter ul li h4 {
    display: flex;
    align-items: flex-start;
}
.mid_area .first_tabs.nomatter ul li h4::after {
    margin-right:0px;
    margin-left:auto;
}

.mid_area .first_tabs.nomatter .data-active li{
border-bottom:0px;
padding-bottom:0px;
}
.woac_page.entpage .counter-list .col-lg-4 {
    position:initial;
}

.mid_area .first_tabs.nomatter .btn {
    margin-top:30px;
}

.woac_page.entpage .counter-list .col-lg-4 img {


    position: absolute;
    left: -4%;
    top: -80px;
    object-fit: cover;
    border-radius: 0% 40% 90% 0%;
    z-index: 1;
    border-right: 18px solid #2e3192;
    height: 220%;
    width: 47%;


}

.woac_page.entpage .curve_mid {
    padding:50px 100px 50px 200px;
}

.woac_page.entpage .curve_mid::before {
    content: '';
    position: absolute;
    left: -160px;
    top: -50px;
    width: 200px;
    height: 470px;
    border-radius: 70%;
    background: #2e3192;
    transform: rotate(18deg);
}

.woac_page.entpage .curve_mid::after {
    content: '';
    position: absolute;
    right: -160px;
    top: -50px;
    width: 200px;
    height: 470px;
    border-radius: 70%;
    background: #2e3192;
    transform: rotate(-15deg);
}

.woac_page.entpage .btn {
    background:#fff;
    color:#2a2e7a;
    border:0px;
    line-height: 25px;
}

.ent_career {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}


.cr_chart {
    margin-top: -100px;
}

.cr_chart ul {
    margin-top:30px;
    padding:0px;
    display:flex;
    align-items: flex-end;


}

.cr_chart li {
    list-style: none;
    width:25%;
}

.cr_chart ul li:first-child {
    margin-bottom:185px;
}

.cr_chart li:nth-child(2) .cr_bx:first-child .icon-gr,
.cr_chart li:nth-child(3) .cr_bx:first-child .icon-gr
 {

max-width:90px;

}


.cr_chart li .h4 {
    color:#c41217;
    transition:all 0.3s ease 0s;
}

.cr_chart li p {
    margin-top:0px;
    margin-bottom: 0px;
    font-size:17px;
    line-height: 1.2;
    text-align: left;
}

.cr_bx {
    border:1px solid #000;
    padding:20px;
    border-radius:6px;
    background-color:#fff;
    text-align:right;
    height:185px;
    position:relative;
}

img.icon-gr {

    width:110px;
    position:absolute;
    right:15px;
    bottom:10px;

}

.cr_bx:hover .h4 {
    transform:translateY(-10px);
}



.cr_image {
/*    background: url("../../images/weace-frontend/ch2.png") no-repeat center center;*/
    background-size:cover;
    height:370px;
    overflow: hidden;
    padding:0px;
}

.cr_image img {width:100%; height:100%; object-fit: cover; transition: all 0.5s ease-in-out 0s}
.cr_image:hover img {
    transform: scale(1.2);
}

.cr_image2 {
/*    background: url("../../images/weace-frontend/ch1.png") no-repeat center center;*/
    background-size:cover;
    height:185px;
    overflow: hidden;
    padding:0px;
}

.cr_image2 img {width:100%; height:100%; object-fit: cover; transition: all 0.5s ease-in-out 0s}
.cr_image2:hover img {
    transform: scale(1.2);
}

.info-mob-slide {
  display:none !important;
}

.enter_gif {
    text-align: center;
    margin-top: 10px;
}



.mid_area .carrer-intent.sec_tabs.mt-sec-tab {
    padding-bottom:45px;

}

.mid_area .carrer-intent.sec_tabs.mt-sec-tab ul.nav {
     margin-top:30px !important;
}

.case_studies .h4 {
    margin-bottom: 30px;
}

.whiterdbr {
    background:#fff;
    border-bottom:5px solid #c41217;
}

.whiterdbr_cont {
    padding:27px 20px;
}

.whiterdbr_cont h5 {
    font-size:18px;
    color:#2e3192;
    margin-bottom: 20px;
}
.case_left .overflow {

    height:360px;
}

.whiterdbr .overflow img {
    transition:all 0.5s ease-in-out 0s;
    width:100%;
    height: 100%;
}

.whiterdbr:hover .overflow img {
    transform:scale(1.2);
}

.whiterdbr_cont .tab-btns {
    margin-top:20px;
}

.case_right .whiterdbr {
    display:flex;
    margin-bottom:10px;
    box-shadow:0px 0px 4px #ccc
}

.case_right .whiterdbr .overflow img {
    object-fit: cover;
}

.case_left .whiterdbr {
    box-shadow:0px 0px 4px #ccc
}

.case_right .overflow{
    width:50%;
    height:199px;
    margin-bottom:-10px;
}

.case_right .whiterdbr_cont {

}

.ent_bar {
    background:#c41217;
    padding:40px 0px;
    overflow: hidden;
}

.ent_bar .h4 {
    color:#fff;
}

.ent_bar .btn {
    background:#fff;
    color:#2e3192;
    position:relative;
    z-index: 1;
    border: 2px solid transparent;
}
.ent_bar .btn:hover {
    border:2px solid #fff;
    background: none;
    color:#fff;
}

.ent_bar .container {
    position:relative;
}

.ent_bar .container::before {
    position: absolute;
    background: #2e3192;
    content: '';
    width: 108%;
    height: 500px;
    top: -180px;
    left: -96%;
    border-radius: 70%;
    transform: rotate(175deg);
}

.ent_bar .container::after {
    position: absolute;
    background: #2e3192;
    content: '';
    width: 108%;
    height: 500px;
    top: -180px;
    left: auto;
    right:-96%;
    border-radius: 70%;
    transform: rotate(175deg);
}

.form_bg {
/*    background: url("../../images/weace-frontend/ch2.png") no-repeat center left;*/
    background-size:50%;
    background-position: left 150%;
}

.ent_formbg .form-control  {

    border-radius:0px;
    height:50px;
    border:1px solid #ced4da !important;
    color:#8d8d8d;

}

.ent_formbg .form-select {
    appearance: revert;
    -webkit-appearance: revert;
    padding:0px;
    text-align-last:left;
    padding-left:0.75rem;
}



.form_bg .wit-btn-blue-outline {
    background: none;
    border:2px solid #2a2e7a;
    color:#2a2e7a;
    margin-left:6px;
}

.form_bg .wit-btn-blue-outline:hover {
    background:#2a2e7a ;
    color:#fff;
}

.ent_formbg {
    background:#fff;
   /* padding:50px;
    box-shadow:0 0 4px #ccc;*/
    padding-right:20px;

}

.ent_formbg .dropdown-toggle {
    margin-top:0px !important;
    line-height: 29px;
}

.ent_formbg .dropdown-toggle::after {
    right:5px;
}

.ent_formbg .input-group-prepend {
    width:auto !important;
}

.ent_formbg .h4 {
    margin-bottom:30px;
}

.ent_formbg .btn {
    margin-top:10px;
}

.form-row {
    margin-left:-8px;
    margin-right:-8px;
}

.form-row .col-md-6 {
    padding-left:8px;
    padding-right:8px;
}

.ent_brochure .h4 {
    margin-bottom:30px;
}

.ent_brochure h6 {
    font-size:16px;
    color:#2e3192;
    font-family: 'Ubuntu';
    font-weight:bold;
}

.entbrouhre_img {
background:#f8dec5;
padding:30px 15px;
text-align: center;
}
.entbrouhre_img img {
    width:unset;
    height:180px;
}

.ent_brochure .btn {
    margin-top:20px;
}

.ent_work .h4 {
    margin-bottom:30px;
}

.ent_work_list {
    padding:0px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ent_work_list li {
    list-style: none;
    width:32.7%;
    margin-bottom:10px;
}

.ent_work_list li .whiterdbr{
    display: flex;
    height:100%;
}

.ent_work_list .whiterdbr_cont {
    width:80%;
}

.ent_work_list .whiterdbr_cont p {

    min-height: 80px;

}

.ent_work_list li h6 {
    color:#2e3192;
    font-size:16px;
}

.ent_work_list li .overflow {
    height:auto;
    width:65%;
}

.ent_work_list li .overflow img {
    object-fit: cover;
}

.ent_work_list .tab-btns {font-size:12px !important}

.entbannerslider .owl-stage, .entbannerslider .owl-stage-outer {
    display:flex;
}

.entbannerslider .owl-stage-outer {

    overflow:hidden;

}

.enterprises_page .cu_detail .banner_home .col-md-6:last-child {
    position:relative;
}

.entbannerslider .owl-nav {
    display:none;
}

.entbannerslider .owl-dots {
    bottom:0px;
    left: 0;
    right: 0;
}

/*.entbannerslider .cu_fsrow {
    margin:1px;
}*/

.enterprises_page .cu_detail .banner_home {
    padding:0px;
}

.entbannerleft {
    /* padding-left: 18%; */
    position: absolute;
    top: 0;
    left: 55%;
    top: 50%;
    transform: translateY(-50%);
}

.enterprises_page.mid_area .entbannerleft .wit-btn-blue-outline {
    background:none;

}
.enterprises_page .cu_detail .entbannerleft .h4 {
    font-size:40px;
    margin-bottom:40px;
    line-height:1.5 !important;
    color:#fff;
    padding-right: 20px;
}

.entbannerleft .btn{
    margin-right:15px !important;
}

.mid_area.enterprises_page .entbannerleft .wit-btn-blue-outline {
    border: 2px solid #fff;
    color: #2a2e7a;
    background: #fff;
}
.mid_area.enterprises_page .entbannerleft .wit-btn-blue-outline:hover {
    border:2px solid transparent;
}

.smallh4 {
    font-size:20px;
}
.slides {
    overflow: hidden;
}

.slide_container {
    height:85vh;
    border-bottom:4px solid #c41217;
    overflow: hidden;
}

.slide_container .slideh2 {
    margin-bottom:30px;
}

.pr_sec .row {
    height:65vh;
}

.section2 {
    position:relative;
    z-index: 1;
    transform:translateY(50px);
}
.section3 {
    position:relative;
    z-index: 2;
}
.section4 {
    position:relative;
    z-index: 3;
}


/*logo grid css*/
.ri-grid{
/*    margin: 30px auto 30px;*/
    position: relative;
    height: auto;
}

.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
    content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 5px;
    padding: 10px;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    /*background: #fff;
    box-shadow:0 0 4px #ccc;
    border-radius:13px;*/
}

.ri-grid ul li a{
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 97%;
    height: 97%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-size:contain;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
    width: 80%;
    float:right;
}
.ri-grid-size-2{
    width: 100%;
}
.ri-grid-size-3{
    width: 100%;
    margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.ri-shadow:after{
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
    display: none;
}

.ri-loading-image{
    display: none;
}

.ri-grid-loading .ri-loading-image{
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 100px 0 0 -15px;
    display: block;
}


/*end logo grid css*/

.whychoose_mob {
    display:none;
}

/* .acc_sec .popular-topic-slider {
    display:none !important;
} */

.wit-header .nav-item {
    position:relative;
}

.dropdown-toggle::after {
    margin-left:auto;
    margin-right:0px;
}

.wit-header .dropdown-item {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 12px 35px;
    font-family: Inter;
    color:#21262bbf;
}


.ret-mob {
    display:none;
}

.navbar-collapse {
    left:-100% !important;
}

.navbar-collapse.menu_close {
    left:0 !important;
}

.nomatter .mobile-tabs .tab-img .overflow {

    margin-bottom:15px;

}

.wanttopartner {
    padding-left: 50px;
    border-left: 1px solid #eae8e8;
    background: #eee;
    min-height: 100%;
    top: 0;
    padding-top: 40px;
    position: relative;
}

.wanttopartner ul {
    padding:0px;
    columns:2;
    -webkit-columns:2;
    margin-top:30px;
}

.wanttopartner li {
   list-style: none;
   margin-bottom:6px;
   font-size:14px;
}

.wanttopartner li span {
    font-family: 'Ubuntu-bold';
}

.wanttopartner li img {
    width:12px;
}

.wanttopartner .form-inline {
    height: 47px;
    margin-top: 50px;
}

.wanttopartner .form-group, .wanttopartner .btn, .wanttopartner .form-group input {
    height:100%;
}


.casest_n {
    width:100%;
}

.casest_n ul {
    padding:0px;
    display:flex;
    margin-top:30px;
    margin-bottom: 50px;
}
.casest_n li {
    width:25%;
    list-style: none;
    /* height:550px; */
    height:500px;
    position:relative;
    transition:transform .5s ease-in-out,border-radius .5s ease-in-out;
}

.casest_n li:before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in-out,border-radius .5s ease-in-out;
    width: 100%;
}
.casest_n li img {
    width:100%;
    height:100%;
    object-fit: cover;

}


.casest_n li svg {
    transition: opacity .5s ease-in-out;
    width:40px;
}


.case_text {
    position: absolute;
    z-index: 2;
    bottom:50px;
    width:100%;
    text-align: center;
}

.case_text .h4  {
    color:#fff;
    font-size:25px;

}

.sucess_msg {
    background: #d4edda;
    padding: 13px 30px;
    width: auto;
    display: inline-block;
    /* margin-top: 10px; */
    text-align: center;
}
.sucess_msg p {
    margin:0px;
}
.error_msg {
    background: #d4edda;
    padding: 13px 30px;
    width: auto;
    display: inline-block;
    /* margin-top: 10px; */
    text-align: center;
}
.error_msg p {
    margin:0px;
}

.mid_area .third_tabs .nav-item.open {
    background: #fff !important;
}

.companies-wrapper p, .companies-support {
  display: none;
}


/*contact page*/

.contact-form {
    padding:25px 35px;
    margin-top:30px;
}

.blue-text {
    color:#2a2e7a;
}

.red-text {
    color:#c41217;
}

.contact-form textarea {
    height:auto !important
}

.contact_left {
    padding-top:65px;
}

.c_left_icon {
    background:#fff;
    display:flex;
    margin-top:30px;
    align-items: center;
    padding:30px 15px;
    font-size:20px;
    color:#c41217;
    box-shadow:20px 14px 25px -10px rgb(107 105 105 / 43%) !important;

}

.c_left_icon img {
    width:30px;
    margin-right:15px;
}


.offices {
    padding:0px;
}

.offices .overflow {
    height:150px;
}

.offices {
    display:flex;
    flex-wrap: wrap;
    max-width: 750px;
    margin:0 auto;
    margin-top:30px;
    justify-content: space-between;
}

.offices li {
    list-style: none;
    width:45%;
    margin-bottom:30px;
}

.offices li a {
    color:#212529;
}

.offices li .overflow img {
    width:100%;
    height:100%;
    transition:all 0.5s ease 0s;
}

.offices li:hover .overflow img {

    transform:scale(1.2);

}

.offices h3 {
    color:#c41217;
    margin-top:15px;
    font-size:20px;
}

.contact_page .newhomebanner .course-rt_img{

    background: url("../../images/weace-frontend/contact_banner.jpg") no-repeat top center / cover;
 }
.contact_page .cu_fsrow {
    height: calc(70vh - 68px);
    align-items: center;
}
.contact_page .entbannerleft {
    text-align: left;
    left:0;
    right:0;
}

.c_left_icon {
    cursor:pointer;
    transition:all 0.5s ease 0s;
}
.c_left_icon.active {
    background: #2a2e7a;
    color:#fff;
}

.ct-white {
    display:none;
}

.c_left_icon.active .ct-blue {
    display:none;
}

.c_left_icon.active .ct-white{

    display:inline-block;
}

.form-row {
    transition: all 0.5s ease 0s;
}


@keyframes fdup {
  from {opacity:0; transform:translateY(0px);}
  to {opacity:1; transform:translateY(-10px)}
}


@keyframes fdup1 {
 from {opacity:0; transform:translateY(0px);}
  to {opacity:1; transform:translateY(-10px)}
}


@keyframes fdup2 {
 from {opacity:0; transform:translateY(0px);}
  to {opacity:1; transform:translateY(-10px)}
}


.fede-in-up1 {
    animation-name: fdup;
    animation-duration: 1s;
    animation-fill-mode: forwards;
/*    transform:translateY(-10px);*/
}

.fede-in-up2 {
    animation-name: fdup1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
/*    transform:translateY(0px);*/
}

.fede-in-up3 {
    animation-name: fdup2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
/*    transform:translateY(20px);*/
}




/*About Us page*/

.about_page .newhomebanner .course-rt_img{

    background: url("../../images/weace-frontend/about_banner.png") no-repeat top center / cover;
 }
.about_page .cu_fsrow {
    height: calc(100vh - 220px);
    align-items: center;
}
.about_page .entbannerleft {
    text-align: left;
    left:0;
    right:0;
}

.mission_bg {
    background: url("../../images/weace-frontend/about_bg.svg") no-repeat top center / cover;
    padding:80px 0px;
}

.mission_cont {
    text-align: center;
    max-width:680px;
    margin:0 auto;
}

.mission_cont h4 {
    color:#2a2e7a;
    font-size:18px;
    margin-top:20px;
    margin-bottom:20px;
}

.mission_cont .h4 span{
    color:#757676;
}

.about_text {
    padding-right:90px;
}

.about_video {
    background:#fff;
    /* padding:20px; */
    padding:0px;
    box-shadow:0px 24px 35px 0px rgb(107 105 105 / 43%);
    position:relative;
    z-index: 1;
    overflow: hidden;
    border-radius:20px;
    height: 400px;
}

.about_video-inner {
    overflow: hidden;
    height: 400px;
}
.culture_page_img {
    object-fit: cover;
    width: 100%;
    object-position: 80%;
}

.about_video video {
    border-radius:20px;
    width:100%;
    margin-bottom:-6px;
    transform:scale(1.01);

}

.about_video iframe {
    border-radius:20px;
}

.team {
    background: #2a2e7a;
}

.team.core h2, .team.core p, .team.core h4 {
    color:#fff;
}

.team_slider, .adv_slider {
    margin-top:30px;
}

.team .owl-stage-outer{
    overflow: hidden;
}

.team .owl-stage{
    display:flex;

}

.tm {
    text-align: center;
}

.tm img {
    width:100%;
    /* height:235px; */
    border-radius:50%;
    object-fit: cover;
    margin-bottom:30px;
}

.tm a img {
    width:20px;
    height:auto;
    border-radius:0px;
}

.tm h4 {
    font-size:18px;
}

.tm h4 span {
    display:block;
    font-family:'ubuntu';
    font-size:16px;
    margin-top:10px;
    font-weight: normal;
}

.team .owl-nav {
    display:block !important;
}

.team  .owl-prev::before, .team  .owl-next::before {
    content: '';
    position: absolute;
    background: #c41217;
    transition: all .3s ease 0s;
    border-radius: 50%;
    width: 0;
    height: 0;
}

.team .owl-prev:hover::before, .team .owl-next:hover::before {
    width: 100%;
    height: 100%;
}

.team .owl-prev:hover span,
.team .owl-next:hover span
 {color:#fff;}

.team .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 25px;
    color: inherit;
    background-color: #fff!important;
    border: none!important;
    z-index: 100;
    box-shadow: 0 6px 42px 0 rgb(0 0 0/20%);
}



.team .owl-nav button.owl-prev {
    left: -10px
}

.team .owl-nav button.owl-next {
    right: -10px
}

.team  .fa-chevron-left,.team .fa-chevron-right {
    font-size: 14px;
    position:relative;
    z-index:1;
}

.team .owl-prev,.team .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.adv_council {
    background:#fff;
}

.adv_council .owl-nav {
    display:none !important;
}

.adv_council .owl-dots {
    position: initial;
    margin-top: 10px;
}

.ab_values .h4 {

    margin-bottom: 30px;
}

.value_left ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.value_left li {
    list-style: none;
    margin-bottom:30px;
    width:46%;
}

.value_left li p {
    font-size:14px;
}

.value_left li:nth-child(5),
.value_left li:nth-child(6) {
    margin-bottom:0px;
}

.value_left h6 {
    font-family: 'ubuntu';
    font-size:17px;
}

.value_left .animeline {
    height:3px;
}

.our_journey {
    background: #2a2e7a;
    padding-bottom:100px;
}

.our_journey h2 {
    margin-bottom:30px;
}

.our_journey h2, .our_journey p {
    color:#fff;

}

.our_journey p {
    opacity: 0.7;
}

.our_journey a {
    color:#fff;
}

.journey_bar {
    border-top:1px solid #ffffff2b;
    padding-top:30px;
    margin-top:30px;
    Padding-left:40px;
    Padding-right:40px;
    position:relative;
}

/*.journey_bar::before {
    content: '';
    position: absolute;
    top: 148px;
    width: 2px;
    height: 40px;
    background: #fff;
    background: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    left: 30px;
    transform: rotate(-90deg);
}*/

.journey_bar .owl-item div {
/*    padding:7px;*/
}

.journey_bar .owl-stage-outer{
    overflow: hidden;
/*    padding:0px 15px;*/

}


.journey_bar .owl-stage{
    display:flex;

}

.journey-para {
    opacity: 1 !important;
    color:#b4b5d0 !important;
}

.journey-para .read-more, .journey-para .read-less {
    color:#fff !important;
}


.journey_bar ul {
    padding:0px;
    display:flex;
/*    flex-wrap: wrap;*/
}

.journey_bar li {
    list-style: none;
/*    margin-left: 90px;*/
/*    margin-right: -40px;*/
/*    width: 15%;*/
    position:relative;
    min-height: 100px;
/*    min-width: 520px;*/

}


.journey_bar li::before {
    content: '';
    position: absolute;
    bottom: -52px;
    width: 30px;
    height: 30px;
    background: #2a2e7a;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 0;
    transition:all 0.5s ease 0s;
    transform:scale(0.5);
}

.journey_bar li::after {
    content: '';
    position: absolute;
    bottom: -38px;
    width: 100%;
    height: 2px;
    background: #c41217;
    left: 20px;
    transition:all 0.5s ease 0s;
}


.owl-item.active li:before{

    background: #c41217;
    border:2px solid #c41217;
    transform:scale(0.7);
    z-index: 1;
    left:-5px;

}

.animate_line li::after {
    background: #fff !important;
}

.journey_bar .owl-item.animate_line li::before {

    transform:scale(1.2) !important;

}

.journey_bar .owl-item.active .current::after,
.owl-item.active li:after {
/*    background: #c41217;*/
}

.journey_bar .owl-item {
    position:relative;
}

.owl-stage{
    transition: all ease-in-out .6s !important;
}

.journey_bar .owl-item div::after {

    content: '';
    position: absolute;
    top: 136px;
    width: 0%;
    height: 2px;
    background: #c41217;
    left: 20px;
    transition:all 1s ease 0s;


}
/*.journey_bar .owl-item.active div::after {

    width: 96%;

}*/



.journey_bar .owl-item.active.current div:after,
.journey_bar .owl-item.active.current li:after{
     background: #fff !important;
}

.journey_bar .owl-item.active.current li::before{
    background: #fff  !important;
    border: 2px solid #fff  !important;
}

/*.journey_bar .owl-item.animate_line div::after {
    width: 100% ;

}*/

.journey_bar .owl-item.active.animate_line div::after {
    width: 100%;
    animation-name: jrline;
     animation-duration: 4s;
     animation-fill-mode: forwards;

}

@keyframes jrline {
  from {width:0% !important}
  to {width:100% !important}
}


li.flip-jd::before {
    bottom: 140px;
}

li.flip-jd::after {
    bottom: 152px;
}

.bar_item li:last-child {
    margin-right:0px;
}

.journey_bar h4 {
    color:#fff;
    font-size:18px;

}

.flip-jd {
    margin-top:30px;
    margin-top:190px;
}



.journey-divider{

    width:100%;
    top:180px;
    position:absolute;
}

.journey-divider img {
    width:100%;
    height:auto;
}

.journey_bar .owl-nav {
    display:flex !important;
    margin-top:20px;
    position:absolute;
    bottom:-90px;
}

.journey_bar  .owl-prev::before, .journey_bar  .owl-next::before {
    content: '';
    position: absolute;
    background: #c41217;
    transition: all .3s ease 0s;
    border-radius: 50%;
    width: 0;
    height: 0;
}

.journey_bar .owl-prev:hover::before, .journey_bar .owl-next:hover::before {
    width: 100%;
    height: 100%;
}

.journey_bar .owl-prev span,
.journey_bar .owl-next span
 {color:#000;}


.journey_bar .owl-prev:hover span,
.journey_bar .owl-next:hover span
 {color:#fff;}


.journey_bar .owl-nav button {
    position: relative;
    bottom: 0;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 25px;
    color: inherit;
    background-color: #fff !important;
    border: none!important;
    z-index: 100;
    box-shadow: 0 6px 42px 0 rgb(0 0 0/20%)
}

.journey_bar .owl-nav button.owl-prev {
    left: 0px
}

.journey_bar .owl-nav button.owl-next {
    right: -12px
}

.journey_bar  .fa-chevron-left,.journey_bar .fa-chevron-right {
    font-size: 14px;
    position:relative;
    z-index:1;
}

.journey_bar .owl-prev,.journey_bar .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.our-culture {
    position: relative;
    overflow: hidden;
}

.our-culture .h4 {
    margin-bottom:30px;
}

.our-culture::before {
    content: '';
    background: #e0e0e0;
    position: absolute;
    left: -181px;
    bottom: -190px;
    width: 470px;
    height: 400px;
    border-radius: 50%;
    transform: rotate(45deg);
}

.our-culture::after {
    content: '';
    background: #c41217;
    position: absolute;
    right: -80px;
    top: -270px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
}


#tm_show {
    display: none;
}

.mobile_journey {
    display:none;
}

.more-journey {
    display:none;
}

.arrow-up {
    display: none;
    margin-top:20px;
    margin-bottom:40px;
    width:50%;
}

.arrow-up img {
    width:15px;
    margin-bottom:5px;
    opacity:0;
}

.para-break {
    display:block;
    margin-top:20px;
}

.read-more, .read-less {
    color:#242ccc;
}


.up-1 {
    animation: taadaa1 2s infinite;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

.up-2 {
    animation: taadaa2 2s infinite;
    animation-delay: 0.3s;
}

.up-3 {
    animation: taadaa3 2s infinite;
}


@keyframes taadaa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@keyframes taadaa2 {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}


@keyframes taadaa3 {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.mobile_journey {
    display:none;
    justify-content: space-between;
    margin-top:40px;
    position:relative;
}

.mobile_journey ul::before {
    content: '';
    position: absolute;
    top: -50px;
    width: 2px;
    height: 61px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgb(196 18 23) 0%, rgba(255,255,255,0) 100%);
    left: 50%;
    transform: translateX(-50%);
}

.mobile_journey ul {
    padding:0px;
    width: 100%;
    position:relative;
}

.progress {
  background: #c41217 ;
  content:'';
  top:10px;
  width:2px;
  min-height:50px;
  left:50%;
  transform:translateX(-50%);
  position:absolute;
  z-index:1;

}

/*.mobile_journey li {
    display:flex !important;
}*/

.mobile_journey li {
    list-style: none;
    display: flex;
/*    justify-content: space-between;*/
    width: 100%;
    margin: 0 auto;
    position: relative;

}

.mobile_journey li h4 {
    color:#fff;
    font-size:18px;
}

.mobile_journey li p {
    font-size:14px;
}


.mobile_journey li::before {
    content:'';
    position:absolute;
    top:5px;
    width:20px;
    height:20px;
    background: #2a2e7a;
    border:1px solid #fff;
    border-radius:50%;
    left:48%;
    z-index:1;
/*    display:none;*/
}

.mobile_journey li::after {
    content: '';
    position: absolute;
    top: 25px;
    width: 1px;
    height: 100%;
    background: #ac1626;
    left: 50%;
    transform:translateX(-50%);
}

.mobile_journey li:last-child::after {
    height:70%;
}

.jr-text {
    padding-right:30px;
    text-align: right;
    width:50%;
}

.arrow-up {
    padding-left: 30px;
}


.flip-jr {

    flex-direction: row-reverse;

}

.flip-jr .jr-text {
    text-align: left;
    padding-right: 0;
    padding-left:30px;
}

.flip-jr .arrow-up {
    align-items: flex-end;
    margin-left:auto;
    padding-right:30px;
}


.more-journey {
    display: none;
}


#jr_show {
    width: 100%;
    margin-top:50px;
    display:none;
 }

#jr_show a {
    width:100%;
    background: #2a2e7a;
    border:2px solid #fff;
    color:#fff;
}

.culture-head-sm {
    display:none;
}

.arrow-thin {

    width: 20px;
    position: absolute;
    left: 48%;
    background: #2a2e7a;
    height: 40px;
    z-index: 1;
    top: -8px;
    padding-top: 8px;
/*    animation: bouncethin 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);*/
    /* display: flex; */
    display:none;

}

.arrow-thin img {
    width:20px;
}

@keyframes bouncethin {
50% {
    transform: translateY(-3px);
  }
}


.moreteam {
    display:none;
}

.journey_slide .owl-next.disabled {
    opacity: 0.7;
    cursor:default;
}

.journey_slide .owl-next.disabled::before {
    display:none;
}

.journey_slide .owl-next.disabled:hover span::before {
    color:#000;
}





/*swiper slider*/


.swiper-container::before {
    content:'';
    top:48%;
    width:calc(100% - 60px);
    position:absolute;
    height:6px;
    background: #2a2e7a;
    left:30px;
}


.swiper-container {
  position: relative;

  height: 300px;
}

.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  height: 250px;
  display: flex;
  flex-direction: column;
/*  background: #eee;*/
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.7);
}
.swiper-slide.swiper-slide-active {
  transform: scale(1);
/*  background: #fc0;*/
}

.swiper-slide__content {
  height: 300px;
}


.swiper-slide::before {
  content: "";
  display: block;
  background: #fff;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  z-index: 9;
  margin-top: -8px;
  border: 3px solid #2a2e7a;
  cursor: pointer;
  transition:all 0.5s ease 0s;
  position:absolute;
}

.swiper-slide-active::before {

    background:#2a2e7a;
    transform:scale(6);
    border:1px solid #c41217;

}

.year-jr {

    opacity: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    text-align: center !important;
    display: block;
    width: 125px;
    margin: 0;
    padding: 0;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.year-jr strong {
    display:block;
    opacity:0;
    font-size:13px;
    font-family: 'ubuntu';
    font-weight: normal;
}

.swiper-slide-active .year-jr,
.swiper-slide-active .year-jr strong {
    opacity:1;
}

.swiper-slide-prev::before,
.swiper-slide-next::before {

    transform:scale(4.5);
    border:1px solid #2a2e7a;
}


.swiper-slide-prev .year-jr,
.swiper-slide-next .year-jr {
    color: #212529;
    opacity: 1;
    font-size: 18px;
    margin-top:8px;
}

.swiper-slide .jrsw-cont {

    width:400px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    opacity:0;
}

/*.swiper-slide {
    min-height:400px;
}
*/
.swiper-slide-active .jrsw-cont {
    opacity:1;
}

.galleryslider-btn {
    background: #2a2e7a;
    background-image: none !important;
    font-size: 14px;
    line-height: 0;
    position: absolute;
    top: 55% !important;
    display: block;
    width: 50px !important;
    height: 50px !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
/*    box-shadow: 0 6px 42px 0 rgb(0 0 0/20%);*/
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.galleryslider-btn::before {
    content: '';
    position: absolute;
    background: #c41217;
    transition: all .3s ease 0s;
    border-radius: 50%;
    width: 0;
    height: 0;
}

.galleryslider-btn:hover::before {
    width:100%;
    height:100%;
}
.galleryslider-btn:hover span {
    position:relative;
    z-index:1;
    color:#fff;
}

.galleryslider-btn span {
    line-height: 0px;
    margin-top:-3px;
    color:#fff;

}
.galleryslider-btn span::before {
    font-size:14px;
}

.galleryslider-btn.prev-btn {
    left: 0px;
}

.galleryslider-btn.next-btn {
    right: 0px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity:1 !important;
}

.swiper-button-prev.swiper-button-disabled span, .swiper-button-next.swiper-button-disabled span {
    opacity:0.35;
}



/* mobile slider css */

.mobile-slider.cus_mobile_slider{
    width: 45%;
    min-height: auto;
    margin-left: auto;
    margin-right: 18%;
}
.mobile-slider.cus_mobile_slider img{
    position: relative;
}
.mobile-slider.cus_mobile_slider #carouselExampleIndicators{
    width: 92%;
    top: 7px;
    height: auto;
    border-radius: 24px;
}

.mobile-slider{
    width: 365px;
    min-height: 741px;
    position: relative;
    margin: 0 auto;
    /* overflow: hidden; */
    /* background-image: url(../../images/weace-frontend/Phone-empty.webp); */

}

.mobile-slider img{
    width: 100%;
    position: absolute;
    z-index: 1;
}

.mobile-slider #carouselExampleIndicators{
    width: 350px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 0;
    overflow: hidden;
    height: 724px;
    border-radius: 33px;
}

.mobile-slider .carousel-control-prev .carousel-control-prev-icon,
.mobile-slider .carousel-control-next .carousel-control-next-icon{
    background: none;
    background-image: none !important;
}

.mobile-slider .carousel-control-prev .carousel-control-prev-icon i,
.mobile-slider .carousel-control-next .carousel-control-next-icon i{
    color: #333;
    border: 1px solid #333;
    font-size: 25px;
    padding: 10px;
    border-radius: 22px;
}

.mobile-slider .carousel-control-prev .carousel-control-prev-icon i:hover,
.mobile-slider .carousel-control-next .carousel-control-next-icon i:hover{
    background-color: #c41217;
    color: #fff;
    border: 1px solid #c41217;
}

.mobile-slider #carouselExampleIndicators .carousel-inner .carousel-item img{
    width: 100%;
    position: inherit;
}

.mobile-slider .carousel-control-prev{
    left: -80px;
}

.mobile-slider .carousel-control-next{
    right: -60px;
}
.programs-image{
    object-fit:unset !important;
}
.search_page{
    padding-top: 68px;
}


@media screen and (max-width: 1200px){
    .mobile-slider.cus_mobile_slider #carouselExampleIndicators{
        border-radius: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .browser-div-item a{
        display: block;
        text-align: center;
    }
    .cat_new5 .cat-rt{
        padding-left: 0;
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .mobile-slider.cus_mobile_slider{
        width: 50%;
        margin: auto;
        margin-top: 48px;
    }
    .mobile-slider.cus_mobile_slider #carouselExampleIndicators {
        border-radius: 30px;
        top: 6px;
    }
}

@media screen and (max-width: 768px) {
    .browser-div-item{
        width: 100%;
        margin-bottom: 10px;
    }
    .browser-div-item a{
        display: flex;
        align-items: flex-start;
        text-align: center;
    }
    .cat_new5 .cat-rt{
        padding-left: 15px;
        text-align: left;
    }
    .mobile-slider.cus_mobile_slider #carouselExampleIndicators {
        border-radius: 24px;
        top: 5px;
    }
    .banner-title {
        /* padding-top: 318px; */
        font-size: 26px !important;
    }
}

@media screen and (max-width: 510px){
    .mobile-slider .carousel-control-prev{
        left: 0 !important;
    }
    .mobile-slider .carousel-control-next{
        right: 20px !important;
    }
    .cus_mobile_slider.mobile-slider .carousel-control-prev{
        left: -70px !important;
    }
    .cus_mobile_slider.mobile-slider .carousel-control-next{
        right: -45px !important;
    }

    .mobile-slider{
        margin-top: 20px;
    }


}

@media screen and (max-width: 560px){
    .padd-15{
        padding-left: 15px;
    }
}
@media screen and (max-width: 430px){
    .mobile-slider.cus_mobile_slider #carouselExampleIndicators{
        border-radius: 18px;
        top: 5px;
    }
}
@media screen and (max-width: 370px){
    .mobile-slider.cus_mobile_slider #carouselExampleIndicators{
        border-radius: 16px;
        top: 5px;
    }
}
@media screen and (max-width: 330px){
    .mobile-slider.cus_mobile_slider #carouselExampleIndicators{
        border-radius: 14px;
        top: 3px;
    }
}
.agree-policy a {
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
}
.banner-subtitle {
    margin-right: 15px;
    font-family: 'Ubuntu';
    font-weight: 100;
    font-size: 20px;
    line-height: 1.4 !important;
}
.banner-title {
    font-family: 'Ubuntu';
    font-weight: 100;
    line-height: 1.2 !important;
}
.acc-subtitle {
    margin-left: 20px;
    margin-top: 10px;
    color: #4c4c4c !important;
    margin-bottom: 0px !important;
}

.core_team_member {
    color: #000000!important;
}
.entbannerright{
    position: absolute;
    top: 0;
    left: 10%;
    top: 60%;
    transform: translateY(-50%);
}
    /* padding-left: 18%; */

