#site-header-menu #site-navigation .menu ul > li:hover > a {
    color: #b97ebb;
}
.bottom-footer-text {
    background-color: #5f205b;
}
.second-footer p {
    color: rgba(255, 255, 255, 0.7);
}
.progress-bar-section .section-title h2.title {
    font-size: 26px;
}
.featured-title a {
    color: #103f6b;
}
.blog-section_1 .slick-prev,
.blog-section_1 .slick-next {
    background-color: #103f6b;
    color: #e664a0;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}
.blog-section_1 .slick-dots { text-align: center; bottom: -30px;}
.blog-section_1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 2px;
    padding: 0;
    cursor: pointer;
}
.blog-section_1 .slick-dots li button:before {
    content: "";
    position: absolute;
    background: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #103f6b;
    border-radius: 50%;
    left: 0px;
    opacity: 1;
}
.blog-section_1 .slick-dots li button {
    height: 10px;
    width: 10px;
    background-color: #103f6b;
}
.blog-section_1 .slick-dots li.slick-active button:before{
    background-color: #5f205b;
    border-color: #5f205b;
}
.progress-bar-section .title-header span{
    color: #5f205b;
    display: block;
}
.video-item{
    height: 315px;
}
div.pp_default .pp_social{
    display: none !important;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.fetch-img-src {
    display: none;
}
.gallery .featured-thumbnail{
    height: 200px;
}
.ttm-service-description h4{
    font-weight: 600;
    color: #5f205b;
    font-size: 30px;
}
.zero-padding-section1 .section-title h2.title{
    font-size: 24px;
}
.zero-padding-section1 .section-title .title-header{
    margin-bottom: 20px;
    text-align: center;
}
.testimonial-section_1::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(254, 236, 217) !important;
    opacity: 0.4;
}
.logo-img{
    width: 100px;
    height: 100px;    
}