.slideshow .landing,
.slideshow .landing {
    background: #000;
    position: relative;
}

.slideshow .landing .item,
.slideshow .landing .item .image {
    position: relative;
    height: calc(100vh - 166px);
    min-height: 930px;
    max-height: 930px;
}

.slideshow .landing .item .image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/source/2148bf71402c613a0024281cdb28f926/abstract-background-with-red-lines.jpg") no-repeat;
    background-size: 100% 100%;
    opacity: .23;
}

.slideshow .landing .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow .landing .details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.slideshow .landing .details .icon {
    max-width: 140px;
    margin-bottom: 20px;
}

.slideshow .landing .details .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slideshow .landing .details .title {
    font-size: 76px;
    font-weight: 700;
}

.slideshow .landing .details p {
    width: 95%;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 60px;
    margin-top: 10px;

}

.slideshow .landing .details a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    padding: 0 70px;
    font-size: 19px;
    font-weight: 400;
    background: var(--white-color);
    color: var(--main-color);
    border-radius: 5px;
    overflow: hidden;
}

.slideshow .landing .details a:hover {
    background: var(--primary-color);
    color: var(--white-color);
    -webkit-box-shadow: 0px 0px 40px 6px rgb(0 0 0 / 44%);
    -moz-box-shadow: 0px 0px 40px 6px rgb(0 0 0 / 44%);
    -ms-box-shadow: 0px 0px 40px 6px rgb(0 0 0 / 44%);
    -o-box-shadow: 0px 0px 40px 6px rgb(0 0 0 / 44%);
    box-shadow: 0px 0px 40px 6px rgb(0 0 0 / 44%);
}

.slideshow .gallery-thumbs .slidenav-item a {
    display: inline-block;
    height: 100%;
}

.certified-members {
    background-color: #ffffff;
}

.single-details .main-details,
.main__content {
    width: 100%;
}
b, strong{
    color: var(--primary-color);
}
.blog-single{
    padding-top:0 !important ;
}

.blog-single .main-details .image img{
    border-bottom: 2px;
}

@media (max-width: 760px) {
.slideshow .landing .item, .slideshow .landing .item .image {
    min-height: 360px;
    max-height: 360px;
}

.slideshow .landing .details .title {
    font-size: 18px;
   
}

.slideshow .landing .details p {
    width: 95%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.slideshow .landing .details a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 70px;
    font-size: 14px;
    font-weight: 400;
    background: var(--white-color);
    color: var(--main-color);
    border-radius: 5px;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.slideshow .landing .details .icon {
    max-width: 50px;
    margin-bottom: 15px;
}

.slideshow .landing .item .image::before {
 
    opacity: .35;
}

}

.content.single-post-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #b01216;
    margin-bottom: 15px;
}

.content.single-post-content h2 *{
    font-size: 20px;
    font-weight: bold;
    color: #b01216;
    margin-bottom: 15px;
}

  h2.title {
    font-size: 20px !important;
    color: #b01216 !important;
    font-weight: bold!important;
}

.content.single-post-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #b01216;
    margin-bottom: 15px;
}

.content.single-post-content h3 *{
    font-size: 18px;
    font-weight: bold;
    color: #b01216;
    margin-bottom: 15px;
}