.head-sec h2{
    font-size: var(--f32);
    line-height: 1.3;
    font-weight: 600;
    color: var(--heading-color);
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: var(--secondary-font);
    width: auto;
    display: inline-block;
}
.screening-content h2{
    /* font-size: 36px; */
    line-height: 1.2;
    font-family: var(--heading-font);
    margin-bottom: 20px;
 }
  .screening-content h3{
    color: var(--black-color);
    font-weight: 400;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 15px;
 }
 .screening-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.screening-content{
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.screening-content h3 {
    font-size: 28px;
}
section.about-guest {
    background-color: #fff;
}
section.about-guest.rev{
    background-color: #f7f7f7;
}
section.about-guest.rev .screening-content{
    padding-left: 12px;
    padding-right: 5%;
}
section.experience-section {
    padding: 0
}

section.experience-section .experience-image {
    background-image: url("../images/choose.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

section.experience-section .experience-content {
    padding-top: 100px;
    padding-bottom: 100px
}

section.experience-section .experience-details {
    padding: 50px;
    box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    max-width: 700px;
    margin-left: -100px;
    background-color: #06406fe3;
    background-image: url(../images/frame.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    color:#fff;
}
section.experience-section .experience-details h2{
    color:#fff;
}
section.experience-section .experience-details p {
    margin-bottom: 35px;
    color:#fff;
}
section.experience-section .container-fluid {
    padding: 0;
}
section.cta{
    background: url('../images/cta.jpg');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
section.cta .head-sec{
    margin-bottom:30px;
}
section.cta .shape img{
    width: 350px;
object-fit: cover;
}
section.cta .head-sec h2 span{
    color: var(--secondary-color);
}
section.cta .shape{
    position: absolute;
    top: -365px;
    z-index: 2;
}
section.cta .container{
    display: flex;
    justify-content: center;
    position: relative;
}
section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 50%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255,255,255,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.cta .head-sec h2{
    text-align: center;
    color: var(--white-color);
}
section.cta .content p{
    color: var(--white-color);
    text-align:center;
}
section.cta .content .main-btn{
    color: var(--white-color);
    border: 1px solid var(--white-color);
}
section.cta  .man-img {
    position: relative;
}
section.cta .man-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
section.cta .main-btn{
    display: inline-block;
    width: 150px;
    text-align: center;
}



section.about-home img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    object-position: top;
    height: 460px;
    transition: 0.5s all;
    border-radius: 10px;
}
.img {
    overflow: hidden;
    border-radius: 10px;
}
section.about-home img:hover {
    transform: scale(1.14);
}

.about-home .head-sec h2{
    margin-bottom: 30px;
}

.head-sec h2 {
  text-align: center;
}
.about-home {
    padding-top: 100px;
}
.about-home .name {
    margin-top: var(--m20);
    text-align: center;
}
.about-home .name h6{
    color:var(--white-color);
}


  section.about-home .toggle-button {
        color: var(--btn-color);
        border: none;
        padding: 5px 10px;
        margin-top: 5px;
        cursor: pointer;
        border-radius: 3px;
        transition: 0.3s ease;
    }

     
section.about-home .head-sec{
  text-align:center;
}

   
.screening-content h1 {
  color:var(--heading-color);
}






















