.middle {
   width: 190px;
   border-bottom: 1px solid #d4d4d4;
   text-align: center;
   display: inline-block;
   position: relative;
    margin-bottom: 10px;   
}
.middle::after {
    width: 70px;
    content: '';
    border-bottom: 4px solid #bf176e;
    position: absolute;
    top: -2px;
    left: 59px;
    border-radius: 20px;
}
.middle.left::after {
    left: 0 !important;
}

.middle.right::after {
    left: unset !important;
    right: 0;
}

.hero-content h1{
    color: #fff;
    font-weight: 600;
}
.hero-content h2 span{
    color: #bf176e;
}
.hero-content h2 span + span{
    color: #dc2c1d;
    font-style: unset !important;
    font-style: unset !important;
}
.hero-content p{
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.hero-content a {
    color: #fff !important;
    background: transparent !important;
}
.quote-content {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 15px;
}
.quote-content .quote-header h6 {
    display: inline-block;
    font-weight: 700;
    color: #bf176d;
    font-size: 18px;
    letter-spacing: 2px;
}
.quote-content .quote-header h2 {
    color: #06002E;
    font-size: 29px;
    margin-top: 10px;
    font-weight: 700;
}
.quote-content .form-group {
    margin-bottom: 20px;
}
.quote-content .form-group .form-control {
    padding: 15px 22px;
    font-size: 16px;
    background: 0 0;
    border-radius: 0px;
    background-color: #F3F7FA;
    border: none;
    box-shadow: none;
}
textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}
.quote-content .form-group .form-select {
    padding: 15px 22px;
    background-color: #F3F7FA;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}
.py-120 {
    padding: 120px 0;
}
.quote-content form {
    margin-top: 10px;
}
.cta-area {
    padding-top: 70px;
    padding-bottom: 300px;
    background-image: url(../images/cta-area.jpeg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    position: relative;
    z-index: 1;
    background-color: #000;
}
.cta-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cta-text h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.cta-text p {
    color: #fff;
}
.cta-area .video-box {
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cta-area .video-box span {
    font-size: 18px;
    color: var(--white);
    font-family: "Playfair Display", sans-serif;
    font-weight: 500;
    margin-right: 20px;
}
.cta-area .video-box .video-btn {
    background: transparent;
    color: var(--white);
    display: inline-block;
    font-size: 22px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid var(--white);
}
.Photographer-wrapper {
    border-radius: 15px;
}
.Photographer-section-2 .Photographer-mentor .Photographer-img .Photographer-image-2 img {
    border-radius: 15px;
}

.secrvice-section-3 .service-box-items-right .service-contant h4::after
 {
    border-bottom: 2px solid #bf176e;
    width: 80px;
    content: '';
    position: absolute;
    bottom: 30px;
    border-radius: 10px;
    left: 0;
}

.secrvice-section-3 .service-box-items-right .service-contant h4 {
    position: relative;
}
.quote-img img {
    width: 100%;
}
.nice-select.form-control {
    display: none;
}
select.form-control {
    display: block !important;
}
h2 {
    font-weight: 600;
}

.wpo-video-section-s2 {
    margin: 70px;
}
.wpo-video-section, .wpo-video-section-s2, .wpo-video-section-s3 {
    position: relative;
    z-index: 1;
}
.wpo-video-section-s2 .video-wrap {
    padding: 40px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 5, 50, 0.15);
    box-shadow: 0px 4px 12px rgba(0, 5, 50, 0.15);
    position: relative;
    border-radius: 15px;
    background: #fff;
    margin-top: -21rem;
}
.wpo-video-section .video-btn, .wpo-video-section-s2 .video-btn, .wpo-video-section-s3 .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 150px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 11;
}
.wpo-video-section-s2 .video-btn .fa {
    position: relative;
    right: -3px;
    font-size: 46px;
    color: #fff;
    top: 12px;
}
.video-wrap img {
    border-radius: 15px;
}