body{
    background: #010001;
    overflow-x: hidden;
    color: #FFF;
    padding-top: 81px;
}
.innerbreadcrumbs{
    margin-top: 0 !important;
}
section{
    padding: 6vh 0;
}

.title_sec{
    background: #1B1B1E;
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
}

.title-s{
    background: linear-gradient(90deg, #F01350 0%, #FF0088 27%, #B52AF0 54%, #1A1EFF 78.5%, #00D6FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 65px;
    line-height: normal;
}
p{
    font-size: 17px;
}
.cont-p{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.grey_sec{
    background: #1B1B1E;
}
.grey_sec_bg{
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/target_sec.jpg), #1B1B1E;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 35% 100%;
}
.grey_sec_bg1{
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/portrait-team.png), #1B1B1E;
    background-repeat: no-repeat;
    background-position: 95% bottom;
}
.top_img{
    position: absolute;
    top: -45%;
    left: 8%;
}
.black_cardd{
    background-image: linear-gradient(180deg, #1B1B1E 0%, #010001 100%);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    position: relative;
    transition: .2s all ease;
}
.black_cardd:before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background: linear-gradient(180deg, #30303C 0%, #010001 100%);
    border-radius: 10px;
    z-index: -1;
    transition: .2s all ease;
    opacity: 1;
}
.black_cardd:hover{
    background-image:  linear-gradient(180deg, #1A1A1D 0%, #282836 100%);
}
.black_cardd:hover:before{
    opacity: 0;
}
.grad_btn{
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 25px;
    color: #FFF;
    outline: none;
    border-image: linear-gradient(90deg, #F01350 0%, #FF0088 27%, #B52AF0 54%, #1A1EFF 78.5%, #00D6FE 100%) 3;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
}
.grad_btn:focus{
    outline: none;
}


.breadcrumbwl a::before {
    content: "";
    background: #030003;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    top: 6px;
    left: -9px;
}
.bg-white, .blue {
    background: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #5d686c;
    background-color: #0f0d0d;
    background-clip: padding-box;
    border: 1px solid #141618;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: #0f0d0d;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
label.error::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 7px;
    border-style: solid;
    border-color: #0f0d0d #0f0d0d #fff;
}
.red {
    background: 0 0;
    box-shadow: none;
    border-bottom: 1px solid #ffffff4f;
}
.red.dark {
    background: #040404;
    box-shadow: 0 0 18px #464646;
}



@media(min-width:992px){
    .pb-100{
        padding-bottom: 150px;
    }
    h3.cust-h3{
        font-weight: 600;
        font-size: 32px !important;
    }
    .min-400{
        min-height: 400px;
    }
}
@media(min-width: 1550px){
    .container{
        max-width: 1440px !important;
    }
}
@media (max-width: 768px) {
    p{
        color: #FFF !important;
    }
    .title-s{
        font-size: 36px !important;
    }
    .grey_sec_bg{
        background:  #1B1B1E;
        background-repeat: no-repeat;
        background-position: right;
        background-size: 35% 100%;
    }
    .grey_sec_bg1{
        background:  #1B1B1E;
        background-repeat: no-repeat;
        background-position: 95% bottom;
    }
    .form-group{
        padding-right: 0 !important;
        width: 100% !important;
    }
}