@font-face {
    font-family: 'Muli-Regular';
    src: url('fonts/Muli-Regular.eot');
    src: url('fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Muli-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldBold';
    src: url('fonts/OswaldBold.ttf');
    src: url('fonts/OswaldBold.ttf?#iefix') format('embedded-opentype'),
        url('fonts/OswaldBold.woff') format('woff'),
        url('fonts/OswaldBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/MyriadProRegular.ttf');
    src: url('fonts/MyriadProRegular.ttf?#iefix') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Light';
    src: url('fonts/Muli-Light.eot');
    src: url('fonts/Muli-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Muli-Light.ttf') format('ttf'),
        url('fonts/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

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

/* new project 20-02-2020 */

*{box-sizing: border-box;}

.header-new{
	width: 100%;
    float: left;
    position: relative;
}

.header-inner{
	    width: 100%;
    float: left;
    padding: 0px 20px;
}

.header-logo-n{
	    width: 280px;
    float: left;
}

.header-logo-n img{
	width: 100%;
}

.header-menu-n{
	    width: calc(100% - 280px);
    float: left;
    text-align: right;
}

.header-menu-n ul{}

.header-menu-n ul li{
	display: inline-block;
    padding: 0px 15px;
}

.header-menu-n ul li a{
	font-family: 'Muli';
    font-size: 21px;
    color: #fff;
}

.main-new{}

.home-banner-n{
	height: 880px;
    width: 100%;
    float: left;
    margin-top: -160px;
}



/* END::; new project 20-02-2020 */




/*22-2-t*/
.opportunities-page-main{
    width: 100%;
    float: left;
}
.container {
    max-width: 1140px;
    margin: auto;
}
.header-main {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 40px 0px;
}
.header-sub-main {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.header-logo-new {
    width: 280px;
    float: left;
}
.header-menu-new {
    width: calc(100% - 280px);
    float: right;
}
.header-logo-new img {
    width: 100%;
    max-width: 100%;
}
a.respon-logo {
    display: none;
}
.header-menu-new ul{
    padding: 0;
    margin: 0;
    text-align: right;
}
.header-menu-new ul li{
    display: inline-block;
    list-style: none;
    padding: 0px 20px;
}
.header-menu-new ul li:first-child{
    padding-left: 0;
}
.header-menu-new ul li:last-child{
    padding-right: 0;
}
.header-menu-new ul li a{
    font-family: 'Muli-Regular';
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: capitalize;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    text-decoration: none;
}
.header-menu-new ul li a:hover{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #8b0932;
}
li.menu-item-has-children{
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
li.menu-item-has-children ul{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    position: absolute;
    content: '';
    top: 55px;
    left: 0;
    width: 145px;
    height: auto;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
}
li.menu-item-has-children ul li {
    padding: 14px 20px;
    width: 100%;
    text-align: left;
}
.header-menu-new ul li.menu-item-has-children ul li:first-child{
    padding-left: 20px;
}
.header-menu-new ul li.menu-item-has-children ul li:last-child{
    padding-right: 20px;
}

li.menu-item-has-children ul li a{
    font-family: 'Muli-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #8b0932;
    text-transform: capitalize;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.home-page-main-new{
    width: 100%;
    float: left;
}
.home-banner-new{
    width: 100%;
    float: left;
    min-height: 880px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
footer {
    width: 100%;
    float: left;
    padding: 36px 0px;
    background-color: #e4e4e4;
}
.ftr-main-sec {
    width: 100%;
    float: left;
}
.cpy-main-sec {
    width: 100%;
    float: left;
}
.cpy-main-sec p{
    font-size: 18px;
    font-family: 'Muli-Regular';
    color: #8e304e;
    line-height: 18px;
    text-transform: initial;
    margin: 0;
}
.ftr-main-link{
    width: 100%;
    float: left;
}
.ftr-main-link ul{
    padding: 0;
    margin: 0;
}
.ftr-main-link ul li{
    display: inline-block;
    list-style: none;
    padding: 0px 14px;
}
.ftr-main-link ul li:first-child{
    padding-left: 0;
}
.ftr-main-link ul li:last-child{
    padding-right: 0;
}
.ftr-main-link ul li a{
    font-size: 18px;
    line-height: 18px;
    font-family: 'Muli-Regular';
    color: #8e304e;
    text-transform: uppercase;
    text-decoration: none;
}
.ftr-main-social-bf{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.ftr-main-social{
    width: calc(100% - 75px);
    float: left;
}
.ftr-main-social ul{
    padding: 0;
    margin: 0;
    text-align: right;
    padding-right: 50px;
}
.ftr-main-social ul li{
    display: inline-block;
    list-style: none;
}
.ftr-main-social ul li a{
    width: 36px;
    height: 36px;
    border: 2px solid #ab6d82;
    color: #ab6d82;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 8px;
}
.ftr-main-social ul li a:first-child{
    margin-left: 0;
}
.ftr-main-social ul li a:last-child{
    margin-right: 0;
}
.ftr-main-bf{
    width: 75px;
    float: right;
}
.ftr-main-bf img{
    max-width: 100%;
}
.ftr-main-sec .row{
    align-items: center;
}


/* START:: ; Creer Page */

.container2_new{
    max-width: 1080px;
    margin: auto;
    padding: 0px 15px;
}

.career-page-main-tab-sec {
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 90px;
    position: relative;
}

.career-page-main-tab-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .50);
}
.career-tab-main {
    width: 100%;
    float: left;
    position: relative;
}
.career-lft-rit-main-sec {
    width: 100%;
    float: left;
    padding-top: 100px;
}
.career-lft-rit-main-cnt {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.career-rit-main-cnt {
    width: 100%;
    float: left;
    height: 100%;
}
.career-rit-main-cnt img {
    max-width: 100%;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.explore-career-main-sec{
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    padding: 72px 0px;
    text-align: center;
    margin-bottom: 70px;
}

.career-tab-main ul.nav.nav-tabs{
    background: rgba(158, 158, 158, .70);
    border: 0;
    padding-left: 20px;
    /*position: relative;
    z-index: 9999;*/
}

.career-tab-main ul.nav.nav-tabs li{}

.career-tab-main ul.nav.nav-tabs li a{
    font-size: 18px;
    color: #000;
    font-family: 'Muli-Regular';
    padding: 9px 15px 13px 15px;
    display: inline-block;
    transition: all 400ms ease;
    border: 0;
}

.career-tab-main ul.nav.nav-tabs li a:hover{
    border: 0;
    border-radius: 0;
    outline: none;
    background: #fff;
}

.career-tab-main ul.nav.nav-tabs li a.active {
    background: #fff;
    border-radius: 0;
    border: 0;
}

.career-page-main-tab-sec .tab-content{}

.career-page-main-tab-sec .tab-pane{}

.career-tab-main-cnt{
    text-align: center;
    margin-top: 80px;
}

.career-tab-main-cnt h1{
    font-family: 'OswaldBold';
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.career-tab-main-cnt p{
    font-size: 24px;
    color: #fff;
    font-family: 'OswaldBold';
    letter-spacing: 1px;
    max-width: 860px;
    margin: auto;
    line-height: 31px;
    margin-top: 17px;
}

.career-lft-rit-main-cnt .career-lft-2 {
    padding-left: 50px !important;
}

.career-lft-rit-main-cnt .career-lft-1 {
    padding-right: 100px !important;
    text-align: right;
}

.career-lft-rit-main-cnt .col-lg-6 {
    padding: 0;
}

.career-lft-main-cnt{}

.career-lft-main-cnt h1{
        font-size: 30px;
    color: #000;
}

.career-lft-main-cnt p{
    font-size: 20px;
    color: #000;
    font-family: 'Muli-Regular';
    padding-top: 25px;
}

.career-lft-rit-main-cnt .col-lg-6:last-child {
    padding-left: 25px;
}

.career-lft-rit-main-cnt .col-lg-6:first-child {
    padding-right: 25px;
}

.career-main-right .col-lg-6:first-child {
    text-align: right;
    padding-right: 75px;
}

.career-lft-main-cnt.career-main-left {
    max-width: 476px;
}

.career-lft-main-cnt.career-main-right {
    max-width: 476px;
    float: right;
}

.explore-career-main-cnt p {
    font-size: 18px;
    color: #000;
    font-family: 'Muli-Regular';
    padding-top: 10px;
}

.explore-career-main-cnt h1 {
    font-family: 'Muli-Light';
    font-size: 30px;
}

.explore-career-main-cnt a {
    background: #ab6d82;
    color: #fff;
    font-family: 'OswaldBold';
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 19px 48px;
    margin-top: 10px;
}


/*jay css*/

.opportunities .career-page-main-tab-sec:before{
    display: none;
}
.opportunities .header-menu-new ul li a{
    color: #000000;
}
.opportunities .header-menu-new ul li{
        padding: 20px 20px;
        border-bottom: 2px solid transparent;
        transition: all .3s;
}

.opportunities .header-menu-new ul li:hover{
    border-bottom: 2px solid #000;
}

.opportunities .career-tab-main ul.nav.nav-tabs{
    background: transparent;
}

.opportunities .career-tab-main ul.nav.nav-tabs li a{
    border-bottom: 1px solid transparent;
    font-size: 18px;

}

.opportunities .career-tab-main ul.nav.nav-tabs li a:hover{
    border-bottom: 1px solid #000;
}

.opportunities .career-tab-main ul.nav.nav-tabs{padding-left: 0px;}

.opportunities .career-tab-main ul.nav.nav-tabs li:first-child a{padding-left: 0px;}

.opportunities .career-tab-main{padding-top: 0px;}

.opportunities .career-tab-main-cnt h1{color: #000; margin-bottom: 30px;}

.opportunities .career-tab-main-cnt p{color: #000;font-family: 'Muli-Regular';width: 100%;max-width: 100%;font-size: 20px;    line-height: 24px;}

.location-dropdown-main {
    width: 100%;
    float: left;
}

.all-location-n {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.opportunities .career-page-main-tab-sec {
    padding-bottom: 40px;
}

.opportunities .wrap-drop {
    cursor: pointer;
    margin: 0 auto;
    max-width: 250px;
    padding: 5px 10px;
    position: relative;
    width: 250px;
    z-index: 3;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.opportunities .wrap-drop::after {
    content: "";
    height: 35px;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 20px;
    background-image: url(../images/drop-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 400ms ease;
}

.opportunities .wrap-drop .drop {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
    display:none;
    left:0;
    list-style:none;
    margin-top:0;
    opacity:0;
    padding-left:0;
    pointer-events:none;
    position:absolute;
    right:0;
    top:100%;
    z-index:2;
}

.opportunities .wrap-drop .drop li a {
color:#000;
display:block;
padding:1rem;
text-decoration:none;
}

.opportunities .wrap-drop span {
    color: #000;
    font-size: 16px;
    font-family: 'Muli-Regular';
}

.opportunities .wrap-drop .drop li:hover a {
color:#8e304e;
}

.opportunities .wrap-drop.active::after {
    transform: rotate(180deg);
}

.opportunities .wrap-drop.active .drop {
display:block;
opacity:1;
pointer-events:auto;
}

.location-detail-new{
    padding-top: 45px;
}

.detail-loc-main{
    width: 100%;
    display: inline-block;
}

.detail-loc-left{
    width: calc(100% - 150px);
    float: left;
}

.detail-loc-left p{
    margin-bottom: 0;
    font-size: 20px;
    color: #ab6d82;
    font-family: 'Muli-Regular';
    line-height: 28px;
}

.detail-loc-right{
    width: 150px;
    float: left;
    text-align: right;
}

.detail-loc-right p{
    margin-bottom: 0;
    font-size: 20px;
    margin-right: -13px;
    color: #000;
    font-family: 'Muli-Bold';
}

.loc-bottom-line {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
}

.loc-bottom-line p {
    font-size: 20px;
    color: #000;
    font-family: 'Muli-Regular';
    line-height: 24px;
    margin: 0;
}

.loc-bottom-line p a {
    color: #ab6d82;
    font-family: 'Muli-Bold';
}

.career-tab-main-cnt h3{
    font-size: 30px;
    color: #000;
    font-family: 'Muli-Light';
}

.individual-box{
    padding-bottom: 30px;
}

.individual-box h4{
    margin: 0;
    font-size: 18px;
    color: #000;
    font-family: 'Muli-Bold';
    padding-bottom: 20px;
}

.individual-box p{
    font-size: 20px !important;
    color: #000 !important;
    font-family: 'Muli-Regular' !important;
    /*margin-top: 0 !important;*/
}
.new-content-align .individual-box li{
    font-size: 20px !important;
    color: #000 !important;
    font-family: 'Muli-Regular' !important;
    list-style: disc;
    line-height: 26px;
}
.new-content-align .individual-box ul{
    padding-left: 40px;
}
.opportunities .career-page-main-tab-sec .new-content-align .individual-box ul {
    /*padding-left: 25px;*/
    margin: 10px 0px 20px;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}
.opportunities .career-page-main-tab-sec .new-content-align .individual-box ul li,
.internship-mavs-sec .mavs-inner .mavs-listing-sec ul li {
    margin: 10px 0px;
}
.internship-mavs-sec .mavs-inner .mavs-listing-sec ul li:first-child {
    margin-top: 0px;
}
.blog-main .sin_post_title.consectr h6{
    font-size:36px;
}
.opportunities .career-page-main-tab-sec .career-tab-main-cnt.new-content-align .individual-box.individual-first p b {
    font-size: 20px;
    line-height: normal;
}
.new-content-align .individual-box p{
    line-height: 26px;
}
.individual-box.individual-first {
    padding-top: 22px;
    padding-bottom: 65px;
}

.opportunities .career-tab-main ul.nav.nav-tabs li a.active {
    border-bottom: 1px solid #000;
}

.apply-btn-n{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    float: left;
    letter-spacing: 1px;
}

.apply-btn-n .apply-a{
        background: #ab6d82;
    display: inline-block;
    color: #fff;
    font-family: 'OswaldBold';
    font-size: 21px;
    text-transform: uppercase;
    padding: 20px 43px;
    min-width: 300px;
}

.apply-btn-n .go-job-n{
        font-size: 18px;
    color: #ab6d82;
    font-family: 'Muli-Regular';
    margin-top: 30px;
    display: inline-block;
}

.job-apply-sec{
    width: 100%;
    float: left;
    padding-top: 27px;
}

.job-apply-sec form{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.job-apply-sec .form-group{
    margin-bottom: 30px;
}

.job-apply-sec .form-control{
    font-size: 18px;
    color: #404040;
    font-family: 'Muli-Regular';
    border-radius: 0;
    border: 1px solid #bfbfbf;
    padding: 5px 30px;
    height: 50px;
}

.job-apply-sec .form-control::placeholder{
    color: #404040; 
}

.file-upload-job{
    background: #f2f2f2;
    text-align: center;
    width: 100%;
    float: left;
    padding: 40px 10px;
    position: relative;
}

.file-upload-job img{
    margin-bottom: 15px;
}

.file-upload-job h3{
    font-size: 18px;
    font-family: 'Muli-Bold';
    margin-bottom: 0;
    color: #ab6d82;
}

.file-upload-job p{
    margin-bottom: 0;
    font-family: 'Muli-Regular';
    font-size: 18px;
    color: #404040;
}

.file-upload-job input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.internship-mavs-sec {
    width: 100%;
    float: left;
}

.mavs-inner {
    width: 100%;
    float: left;
}

.mavs-logo {
    text-align: center;
    width: 100%;
    float: left;
}

.mavs-listing-sec{
    float: left;
    width: 100%;
}

.mavs-listing-sec p{
    font-size: 20px;
    color: #000;
    font-family: 'Muli-Regular';
    line-height: 24px;
}

.mavs-listing-sec ul{}

.mavs-listing-sec ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.mavs-listing-sec ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    /*top: 14px;*/
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ab6d82;
}

.mavs-listing-sec ul li a{
    font-size: 18px;
    color: #ab6d82;
    line-height: 32px;
    font-family: 'Muli-Regular';
}

.internship-slider-sec{
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 40px 0px 30px 0px;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 22px;
}

.internship-member{
    float: left;
    width: 100%;
}

.internship-member-box{
    float: left;
    width: 100%;
}

.member-int-img{
    float: left;
    width: 100%;
}

.member-int-img img{
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
    margin: auto;
    float: unset !important;
}

.internship-member-box p{
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-family: 'Muli-Regular';
    padding-top: 25px;
    max-width: 900px;
    margin: auto;
    display: inline-block;
}

.internship-member-box h6{
    float: left;
    width: 100%;
    font-size: 24px;
    font-family: 'Muli-Bold';
    padding-top: 15px;
    margin-bottom: 0;
}

.internship-member-box h6 span{
    font-family: 'Muli-Light';
}

.internship-member button.slick-arrow{
    top: 210px;
}

.internship-member button.slick-prev.slick-arrow{
    left: 0;
}

.internship-member button.slick-prev.slick-arrow:before{
    content: "\f104";
    font-family: fontawesome;
    color: #ab6d82;
    font-size: 70px;
    top: -22px;
    position: absolute;
    left: 0;
}

.internship-member button.slick-next.slick-arrow{
    right: 0;
}

.internship-member button.slick-next.slick-arrow:before{
    content: "\f105";
    font-family: fontawesome;
    color: #ab6d82;
    font-size: 70px;
    position: absolute;
    top: -22px;
    right: 0;
}

.hard-work-sec{
   
    width: 100%;
    background: #f2f2f2;
    padding: 60px 0px 80px 0px;
    text-align: center;
}

.hard-work-inner{
   
    width: 100%;
}

.hard-work-inner h3{
    font-size: 30px;
    color: #000;
    font-family: 'Muli-Light';
    margin-bottom: 20px;
}

.hard-work-inner p{
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
    font-family: 'Muli-Regular';
    line-height: 24px;
}

.benefits-sec{
    float: left;
    width: 100%;
    padding-top: 75px;
}

.benefits-inner{
    float: left;
    width: 100%;
}

.benefits-inner .row{
    margin: 0;
}

.benefits-inner .col-lg-6{
    padding: 0;
}

.bnft-img{
    float: left;
    width: 100%;
}

.bnft-img img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.bnft-point{
    float: left;
    width: 100%;
    padding-left: 50px;
}

.bnft-point h2{
    font-size: 30px;
    color: #000;
    font-family: 'Muli-Light';
    margin-bottom: 30px;
}

.bnft-point ul{
    padding-left: 0;
}

.bnft-point ul li{
    font-size: 20px;
    color: #000;
    font-family: 'Muli-Regular';
    line-height: 23px;
    padding-bottom: 20px;
    padding-left: 25px;
    position: relative;
    list-style: none;
}

.bnft-point ul li:before{
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ab6d82;
}

.explore-open-sec{
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding-top: 64px;
    margin-top: 40px;
}

.explore-open-btn{
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 65px;
}

.explore-open-btn a{
    background: #ab6d82;
    display: inline-block;
    color: #fff;
    font-family: 'OswaldBold';
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 19px 54px;
}

.explore-open-img{
    float: left;
    width: 100%;
}

.explore-open-img img{
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.opportunities.culture .career-tab-main-cnt h1{
    margin-bottom: 10px;
}

.opportunities.culture .career-tab-main-cnt p{
    margin-bottom: 20px;
}

.culture-img-sec {
    width: 100%;
    float: left;
}

.culture-img-sec img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.opportunities.culture .individual-box.individual-first{
    padding-bottom: 0;
}

.opportunities.culture .career-page-main-tab-sec {
    padding-bottom: 30px;
}

.best-firm-work{
    float: left;
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    padding-top: 35px;
    margin-top: 60px;
    padding-bottom: 60px;
}

.best-firm-img{
    float: left;
    width: 100%;
}

.best-firm-work h2{
    width: 100%;
    font-size: 30px;
    color: #000;
    font-family: 'Muli-Light';
    margin-bottom: 0;
    padding-top: 20px;
}

.menu-toggle {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

.menu-toggle span {
        width: 100%;
    height: 5px;
    background: #7f7f7f;
    display: block;
    transition: all 400ms ease;
    border-radius: 20px;
}

.menu-toggle span:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #7f7f7f;
    position: absolute;
    top: 0;
    transition: all 400ms ease;
    border-radius: 20px;
}

.menu-toggle span:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #7f7f7f;
    position: absolute;
    bottom: 0;
    transition: all 400ms ease;
    border-radius: 20px;
}

.menu-toggle.active span {
    background: transparent;
}

.menu-toggle.active span:before {
    top: 9px;
    transform: rotate(-45deg);
}

.menu-toggle.active span:after {
    bottom: 10px;
    transform: rotate(45deg);
}


.career-rit-res {
    display: none;
}

.ftr-main-sec.responsive {
    display: none;
}

ul.nav.nav-tabs.nav-tabs-res {
    display: none;
}
.header-main.opportunities_page{
    background-color: #fff;
    z-index: 999999999999999;
}
.best-firm-img img{
    width: auto;
}




.header-new-site li.rm-parent:hover .sub-menu.rm-menu{
    overflow: visible !important;
    visibility: visible;
    opacity: 1;
    max-height: unset !important;
}

.header-new-site li.rm-parent .sub-menu.rm-menu li{
    padding: 0;
}

.header-new-site li.rm-parent .sub-menu.rm-menu li a:hover{
    background: rgba(159, 26, 64, .5);
    color: #fff !important;
}

.hed.career-menu.header-new-site {
    position: absolute;
    z-index: 999999;
}

.logo.des{
    z-index: 9;
}



.best-firm-center img{
    margin: auto;
}
.mav-logo-center img{
    margin: auto;
}


/*02/05/2020*/
.new-content-align{
    text-align: left;
}
.header.career li.menu-item-has-children ul li a:hover{
        background-color: rgba(0,0,0,0.2);
}
.location-detail-new .detail-loc-left a{
    text-decoration-line: none;
}
.landscape-btm-form{
    width: 100%;
    float: left;
    display: none;
}
.landscape-btm-form-box{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
.landscape-btm-form-small-box{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.l-btm-inp{
    width: 100%;
    box-shadow: none;
    border: 1px solid #bfbfbf;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-family: 'Muli-Regular';
    color: #bfbfbf;
    border-radius: 0px !important;
    /* text-transform: capitalize; */
}
.form-control.l-btm-inp:focus{
    border-color:transparent;
    border: 1px solid #bfbfbf;
    box-shadow:none;
}
/* Chrome, Safari, Edge, Opera */
input.l-btm-inp::-webkit-outer-spin-button,
input.l-btm-inp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.landscape-btm-form-upload{
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    padding: 35px 0px;
    text-align: center;
    position: relative;
}
.upload-btn-pic{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
.landscape-btm-form-upload h3{
    font-size: 18px;
    font-family: 'Muli-Regular';
    color: #ab6d82;
    line-height: 30px;
}
.landscape-btm-form-upload h6{
    font-size: 18px;
    font-family: 'Muli-Regular';
    color: #000;
    line-height: 30px;
}
.upload-btn-pic img{
    margin: auto;
}
.landscape-btm-form-upload .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}
#landscape_btm_more_form{
        background: #ab6d82;
    display: inline-block;
    color: #fff;
    font-family: 'OswaldBold';
    font-size: 21px;
    text-transform: uppercase;
    padding: 20px 43px;
    min-width: 300px;
    text-decoration-line: none;
}
.internship-tp-pic-center p img{
    margin: auto;
}


.new-top-width{
    width: 1261px; 
}
/*.new-top-width .logo{
    margin-left: 0px !important;
}*/
.header-new-site-careers-page{
    height: 110px;
}
.career-page-tab-part-wd .career-tab-main{
    width: 70%;
    margin: auto;
}
.loc-bottom-line.apply-a{
    width: 100%;
    float: left;
}
.loc-bottom-line.apply-a p a.apply-a{
    background: #ab6d82;
    display: inline-block;
    color: #fff;
    font-family: 'OswaldBold';
    font-size: 21px;
    text-transform: uppercase;
    padding: 20px 43px;
    min-width: 300px;
    text-decoration-line: none;
}
.landscape-btm-form.opportunities-form{
    padding-top: 40px;
}
.Upload-Profile .file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.Upload-Profile .file-upload .file-select .file-select-button {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Upload-Profile .file-upload .file-select .file-select-name {
    display: inline-block;
    font-size: 18px;
    font-family: 'Muli-Regular';
    color: #ab6d82;
    line-height: 30px;
    width: 100%;
    float: left;
        text-align: center;
}
.Upload-Profile .file-upload .file-select {
    display: flex;
    align-items: center;
    color: #535353;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}
.Upload-Profile-dtl .file-upload{
    width: 100%;
}
.career-new-page.career-page-tab-part-wd .career-tab-main{
    width: 100%;
}
/*.opportunities .wrap-drop {
    cursor: pointer;
    margin: 0 auto;
    max-width: 250px;
    padding: 5px 10px;
    position: relative;
    width: 250px;
    z-index: 3;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.opportunities .wrap-drop span {
    color: #000;
    font-size: 16px;
    font-family: 'Muli-Regular';
}
.opportunities .wrap-drop.active .drop {
    display: block;
    opacity: 1;
    pointer-events: auto;
}
.opportunities .wrap-drop .drop {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
}
.opportunities .wrap-drop .drop li a {
    color: #000;
    display: block;
    padding: 1rem;
    text-decoration: none;
}
.opportunities .wrap-drop.active::after {
    transform: rotate(180deg);
}
.opportunities .wrap-drop.active::after {
    transform: rotate(180deg);
}*/


/*28/09/2020*/
li.menu-item-has-children ul li a{
    color: #617fbf;
}
.opportunities .career-tab-main ul.nav.nav-tabs li:first-child a{
    padding-left: 15px;
}

/*05/10/2020*/
.new-head-menubar ul li .sub-menu li a{
    text-transform: uppercase;
}
.new-head-menubar ul li .sub-menu li a{
    color: #fff;
}
.new-head-menubar li.menu-item-has-children ul.sub-menu {
    width: auto;
}

.new-content-align .individual-box ul{
    padding-left: 50px;
}
.opportunities .career-tab-main-cnt p{
    line-height: 26px;
}
.mavs-listing-sec ul li{
    font-size: 20px;
}



.main-career-sec
{
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.best-award-main
{
    width:100%;
    margin-top:45px;
}
.best-award
{
    width:100%;
    background-color:#2a92d4;
    text-align:center;
    position:relative;
    padding-top:110px;
}
.best-award-img
{
    width:110px;
    height:130px;
    position:absolute;
    content:"";
    top:-30px;
    left:0;
    right:0;
    margin:0 auto;
}
.best-award-title
{
    width:100%;
    padding:15px 0px;
}
.best-award-title h6
{
    color:#fff;
    font-family:'OswaldBold';
    font-size:36px;
}
.career-lft-rit-main-sec.anniversary-lft-main-cnt{
    padding-bottom: 50px;
    padding-top: 50px;
}