﻿
/*-------------------------------------
        11. Blog
--------------------------------------*/

.blog {
    background: #fff;
    padding: 115px 0 92px;
}

/*blog-content*/

.blog-content {
    margin-top: 66px;
}

    .blog-content .thumbnail {
        background: transparent;
        border: transparent;
        box-shadow: 0 0 15px rgba(0, 0, 0, .3);
        margin-bottom: 30px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        border-radius:10px;
    }

        .blog-content .thumbnail:hover {
            box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        }

.thumbnail h2 {
    padding: 25px 0 25px 20px;
    color: #565a5c;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.thumbnail span {
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
    padding-left: 25px;
    font-family: 'Poppins', sans-serif;
}

/*.thumbnail-img*/

.thumbnail-img {
    position: relative;
}

.blog-content .thumbnail .thumbnail-img img {
    max-width: 102%;
    margin-left: -4px;
}

.thumbnail-img-overlay {
    position: absolute;
    top: 0;
    left: -4px;
    width: 102%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-content .thumbnail:hover .thumbnail-img-overlay {
    opacity: 1;
}

/*.thumbnail-img*/

/*.caption*/

.blog-content .caption {
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-content .thumbnail:hover .caption {
    border: transparent;
}

.blog-txt {
    margin-top: 8px;
    margin-left: 12px;
}

.blog-content .caption .blog-txt h3 a {
    color: #565a5c;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    padding-bottom: 3px;
    min-height: 63px;
    line-height: 2;
}

.blog-content .caption .blog-txt p {
    color: #aaaaaa;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    min-height: 105px
}

.blog-content .caption .blog-txt a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #64cbfa;
    padding-bottom: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*.caption*/

/*blog-content*/

/*-------------------------------------
        12.  Subscribe
--------------------------------------*/

.subscribe {
    position: relative;
    padding: 120px 0;
    background: url(../../assets/images/home/subscribe-banner.jpg)no-repeat center fixed;
    background-size: cover;
    z-index: 1;
}

    /*subscribe-title*/

    .subscribe .subscribe-title {
        margin-bottom: 45px;
    }

.subscribe-title h2 {
    color: #fff;
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

.subscribe-title p {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    margin-top: 10px;
}


.thumbnail-img img {
    width: 100%;
    height: auto;
    max-width: 102%;
    margin-left: -4px;
    object-fit: cover;
}

.thumbnail-img-overlay {
    position: absolute;
    top: 0;
    left: -4px;
    width: 102%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .5s;
}

.thumbnail:hover .thumbnail-img-overlay {
    opacity: 1;
}
.thumbnail-video {
    position: relative;
    padding: 15px;
}

.embed-responsive {
    border-radius: 8px;
    overflow: hidden;
}

.caption {
    padding: 15px;
}

.blog-txt h3 a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .blog-txt h3 a:hover {
        color: #007bff;
    }

.blog-txt p {
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

    .btn-primary:hover {
        background-color: #0056b3;
        border-color: #004085;
    }

iframe {
    width: 100%;
    height:206px;
    border: 0;
}.watch-video-btn {
    margin-top: 15px;
}

.btn-watch-video {
    display: inline-flex;
    align-items: center;
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-watch-video i {
    font-size: 20px;
    margin-right: 10px;
}

.btn-watch-video:hover {
    background-color: #cc0000;
    transform: scale(1.05);
}

.btn-watch-video:active {
    transform: scale(0.95);
}


.themeColor {
    color: #ff4500;
}

.btn-watch-video:hover {
    background-color: #e63900;
    color: #fff;
    text-decoration: none;
}

.sectionHeader h3 {
    animation: fadeInDown 1s ease;
}

.sectionHeader h1 {
    animation: fadeInUp 1s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pagination .page-item a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .pagination .page-item a:hover {
        background-color: #ff4500;
        color: #fff;
    }

.logoAbc {
    width: 300px;
    float: inline-end;
}

@media (max-width: 992px) {
    .homeBanner h1 {
        font-size: 2.5rem;
    }

    .logoAbc {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .homeBanner {
        text-align: center;
    }

        .homeBanner h1 {
            font-size: 2rem;
        }
}

.serviceInfo{
    height:70px;
}

@media (max-width:1200px) {
    .textColorDark {
        font-size:1.8rem !important;
    }
}