/* Slide homepage */

.tp-caption strong {
    color: rgb(237, 28, 36);
}

.tp-caption.whiteborderflat-button {
    background-color: rgb(237, 28, 36);
}

.ttm-row.intro-section .intro-content {
    margin-top: -116px;
    background-color: #fff;
    z-index: 1;
    padding: 60px 15px 34px 15px;
}

.ttm-row.intro-section .intro-content .section-title h2.title {
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 51px;
    margin-bottom: 0px;
}

.ttm-row.intro-section .intro-content .section-title .info {
    font-size: 15px;
    line-height: 28px;
    color: #5d6576;
}

.ttm-row.intro-section .intro-content .section-title .ttm-btn.btn-inline {
    color: rgb(237, 28, 36);
    vertical-align: text-bottom;
}

.services-block {
    position: relative;
}

.services-block .row {
    margin: 0;
}

.services-block .services-item {
    padding: 0;
    margin: 0;
    transition: width 2s;
}

.services-block .services-item .title,
.swiper-slide .title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    font-size: 40px;
    text-align: center;
    color: white;
    z-index: 5;
}

.services-block .services-item .overlay,
.swiper-slide .overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}


/* .services-block .services-item:not(:hover) {
display: block; 
flex: 0 0 15%;
} */

.inVideo {
    flex: 0 0 40%;
    max-width: 50%;
}

.outVideo {
    flex: 0 0 20%;
}

.services-block .services-item:hover {
    display: block;
}

.services-block .services-item:hover .overlay {
    display: block;
    background-color: #bf3d3d80;
}

.services-block .services-item:hover .title {
    top: 70%;
    display: block;
    transition: all ease-out 0.4s;
    color: #fff;
    z-index: 5;
}

.services-block .services-item img,
.services-block .services-item video,
.swiper-slide img,
.swiper-slide video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


/* start service section */

.homepage .ttm-row.service-section {
    background-color: rgb(14.9, 14.9, 14.9);
}

.homepage .ttm-row.service-section .section-title,
.swiper-slide .section-title {
    margin-bottom: 0;
}

.homepage .ttm-row.service-section .section-title .title,
.swiper-slide .title {
    color: #fff;
}

.homepage .ttm-row.service-section .section-title .info,
.swiper-slide .info {
    color: #fff;
}

.homepage .featured-box .featured-icon i {
    color: rgb(237, 28, 36);
}

.homepage .featured-content .featured-title {
    color: #fff;
}

.homepage .featured-content .featured-desc {
    color: #fff;
}

.homepage .featured-content .featured-desc .ttm-btn {
    color: rgb(237, 28, 36);
    text-decoration: none;
}

.homepage .ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 1px solid transparent;
    text-decoration: none;
}

.homepage .ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background: transparent;
    text-decoration: none;
}


/* end service section */


/* client section */

.homepage .client-section .ttm-client.clients-logo .owl-stage {
    margin: auto;
}

.homepage .client-section .ttm-client.clients-logo .client img {
    width: 150px;
}

.homepage .client-section .section-title-client .title {
    font-size: 50px;
    line-height: 58px;
    font-weight: normal;
}

.homepage .client-section .section-title-client .title .title-red {
    color: rgb(237, 28, 36);
}

.homepage .client-section .section-title-client .info {
    max-width: 500px;
    margin: auto;
    color: #5d6576;
    margin-top: 10px;
    font-size: 15px;
}

.homepage .client-section .section-title-client .ttm-btn.contactUs {
    background-color: rgb(237, 28, 36);
    color: #fff;
    text-transform: initial;
}

.homepage .client-section .section-title-client .ttm-btn.contactUs:hover {
    background-color: #fff0;
    color: rgb(237, 28, 36);
    border: 1px solid rgb(237, 28, 36);
    text-transform: initial;
}


/* end client section */


/* event section */

.event-section .ttm-btn.more-info {
    border: 1px solid black;
    color: black;
    text-decoration: none;
}

.homepage .event-section .section-title p {
    color: #5d6576;
}

.homepage .event-section .post-desc .post-title a {
    color: black;
    text-decoration: none;
}

.homepage .event-section .post-desc p {
    color: #5d6576;
}

.homepage .event-section .post-desc .ttm-btn.read-more {
    color: rgb(237, 28, 36);
    text-decoration: none;
}


/* end event section */