.ms-about-bg {
    /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/event/about3.jpg); */
    padding: 120px 0;
    position: relative;
    background-color: #f1f2f3;
}
/* .ms-about-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    top: 0;
    bottom: 0;
    z-index: 0;
} */

.d-video.hight_img {
    height: 600px;
}
.d-video.hight_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon_text_wrapper {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-2 {
    padding: 40px 0;
}
.ms-about-bg h2 {
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ms-about-bg p {
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 30px;
}
img.play_video {
    width: 60px !important;
    height: 60px !important;
}
.ms-about-content {
    
    position: relative;
    z-index: 9;
}
.ms-choose-area {
    padding: 70px 0 60px;
    position: relative;
    background: #f1f2f3;
}
.d-video {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.d-video:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background: rgb(0 0 0 / 57%);
}
.video_play {
    z-index: 9;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .ms-choose-item:hover{
     background-color: #333;
     border-color: #333;
} */
/* .ms-choose-item:hover .ms-choose-icon {
    background: #c39a6b;
} */
.ms-choose-item {
    padding: 20px;    
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 100%;
}
/* .ms-choose-item:hover .ms-choose-title{
    color: #fff;
} */
.ms-choose-icon {
    background: #333;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}
.ms-choose-icon span {
    position: absolute;
    top: 10px;
    inset-inline-end: -9px;
    font-weight: 600;
    font-size: 12px;
    background: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    color: #000;
    border: 1px solid #fff;
}

.ms-choose-title {
    font-weight: 500;
    font-size: 18px;
    color: var(--clr-text-3);
    line-height: 1.5;
}
.section__title-wrapper{
    margin: 20px 0;
}
.section__title-wrapper .section__title {
    text-align: center;
    font-size: 45px;
    margin-bottom: 10px;
}
.section__title-wrapper p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin-bottom: 25px;
}
.work__area {
    padding: 60px 0;
}

.ms-work3-thumb .ms-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
}
.ms-work3-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* .ms-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
} */
.app_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ms-team-area {
    padding: 90px 0;
    position: relative;
    /* background-color: #f4f4f4; */
}
.ms-team-item-wrap {
    margin-bottom: 0px;
}
.ms-team-inner div:nth-child(2) .ms-team-item-wrap, .ms-team-inner div:nth-child(5) .ms-team-item-wrap {
    margin-top: 125px;
}
.ms-team-img {
    width: 306px;
    height: 306px;
    position: relative;
    margin-top: 20px;
}
.ms-team-img img {
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.ms-team-img::before {
    content: "";
    position: absolute;
    top: -20px;
    inset-inline-end: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid #ffc107;
    border-radius: 172px;
    z-index: 2;
}
.ms-team-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 153px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ms-team-title a {
    font-size: 20px;
    color: #181818;
    background: #c39a6b;
    border-radius: 41px;
    transform: rotate(-15deg);
    padding: 12px 25px;
    line-height: 1;
    bottom: 41px;
    inset-inline-start: 62px;
    display: block;
    position: absolute;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ms-team-item:hover .ms-team-img::after {
    opacity: 0.4;
    visibility: visible;
}
.ms-team-social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 0 43px;
    z-index: 5;
}

.ms-team-item:hover .ms-team-img::before {
    border: 1px solid #000;
}

.wd-feature-map {
    background-image: url(../images/contact.jpg);
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: inherit;
    background-position: center;
}

.conatact_us {
    text-align: center;
}
.conatact_us h3 {
    color: #000;
    font-size: 65px;
    text-shadow: 4px 3px 1px white;
}
.title-partner_contact{
        text-transform: capitalize;
        font-weight: 700;
        font-size: 34px !important;
        line-height: 34px !important;
        text-align: center;
        color: #ffffff;
        padding-bottom: 25px;
    
}
.form-candidate h4 {
    margin-bottom: 30px;
}
.bg-black{
    background-color: #000000 !important;
}

.faq_new {
    background-image: url(../images/event/faq_2.jpg) !important;
}
section.download_appp {
    background: #f4f4f4;
    padding: 60px 0;
}
.app_final {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: 0 auto;
}
.app_final h4 {
    font-size: 32px;
    margin-bottom: 15px;
}
.app_final p {
    color: rgba(34,34,34,.65);
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.app_btn img {
    width: 190px;
}
.app_btn a:first-child {
    margin-right: 10px;
}



@media(max-width:991px){
    .app_final {
      
        width: 90%;
        margin: 0 auto;
    }
}
@media(max-width:767px){
    .wd-feature-map{
        padding: 30px 0;
        height: inherit;
    }
    .conatact_us h3 {        
        font-size: 49px;       
    }
    .form-candidate h4 {        
        font-size: 24px;
    }
}

@media(max-width:575px){
    .wd-feature-map{
        padding: 30px 0;
        height: inherit;
    }
    .conatact_us h3 {        
        font-size: 49px;       
    }
    .form-candidate h4 {        
        font-size: 24px;
    }
    .ms-about-bg h2{
        font-size: 26px;
    }
    .ms-about-bg p {       
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .ms-about-bg{
        padding: 40px 0;
    }
    .ms-team-img {
      
        margin: 0 auto;
    }
    .ms-team-item-wrap{
        margin:20px 0 !important 
    }
}