.special {
    text-align: center;
    color: #fff;
}

.special p {
    text-align: center !important;
}

.whatspp {
    position: fixed;
    z-index: 999999;
    right: 20px;
    bottom: 30px;
    display: inline;
    font-size: 30px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
  
    line-height: 60px;
    border-radius: 50%;
}

.one {

    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0 0 4px 1px #bbb5b5;
    padding: 10px;
    text-align: center !important;
    border-radius: 8px;
    
    
}
.img img{
    width:100%;
    height:200px !important;
}


.bio {
    padding: 16px;
}

.bio h5 {
    margin: 0px 0px 0.35em;
    font-size: 20px;
    line-height: 24px;
    color: rgb(23, 43, 77);
    font-family: Outfit, sans-serif;
    font-weight: 500;
}

.special-offer-section {
    padding: 60px 0;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.special-offer-content p {
    text-align: center !important;
}


.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumb-section .overlay-black {
    padding: 80px 0;
}

.overlay-black {
    background: rgba(51, 51, 51, 0.5);
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.breadcrumb-section .breadcrumb-title .sub-title {
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 8px;
    font-size: 18px;
    text-transform: uppercase;
}

.breadcrumb-section .breadcrumb-title .big-title {
    margin: 0;
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
}

.breadcrumb-section .breadcrumb-title .big-title strong {
    font-weight: 900;
    color: #00bfb0;
}


.breadcrumb-section .breadcrumb-list ul {
    padding: 0;
    margin: 0 auto;
    display: table;
}

.breadcrumb-section .breadcrumb-list ul .breadcrumb-item {

    list-style: none;
    position: relative;
    margin-right: 30px;
    padding-right: 30px;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
}

.breadcrumb-section .breadcrumb-list ul .breadcrumb-item .breadcrumb-link {
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.add-img img {
    box-shadow: 0 0 60px 3px rgba(0, 0, 0, 0.2);

}

h3 strong:hover {
    color: #030e4e;


}
.vijju h1{
    margin-top: 2%;
}

H3 Strong {
    color: #00bfb0;
}

.points i {
    color: #00bfb0;

}

h1 {
    color: #030e4e;
    text-align: center;
    font-size:30px;
}

@media screen and (max-width: 320px) {
    .special-offer-section .special-offer-content h2 {
        font-size: 18px;
    }
}

.special-offer-section .event-makeing-btn a {
    font-weight: 600;
    padding: 15px 45px;
    text-align: center;
    border-radius: 30px;
    color: #00bfb0;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
}