

/* Section-01 */

.section-01{
    background-image: url(../images/section_01_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 185px;
    padding: 25px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.section-01::after{
    content: '';
    width: 85px;
    height: 88px;
    background-image: url(../images/section_01_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 15%;
    right: 15%;
    opacity: 0.7;
}

.section-01 h2 {
    font-size: 23px;
    color: #fff;
    font-weight: 400;
}

.section-01 small {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
}


/* Section-02 */

.section-02{
    padding:50px 0px;
    position: relative;
}

.section-02::before{
    content: '';
    position: absolute;
    width: 89px;
    height: 92px;
    background-image: url(../images/section_02_icon01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 25%;
    left: 1%;
    animation-name: anim_up_down;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    z-index: -1;
}

.section-02::after{
    content: '';
    position: absolute;
    width: 89px;
    height: 92px;
    background-image: url(../images/section_02_icon01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 40%;
    right: 2%;
    animation-name: anim_up_down;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    z-index: -1;
}

.section-02 a {
    font-size: 14px;
    font-weight: 400;
    color: var(--color01);
    text-transform: uppercase;
}
.section-02 h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.section-02 .date small {
    font-size: 14px;
    font-weight: 400;
}

.section-02 .content h3 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}

.section-02 .content p {
    font-size: 14px;
    font-weight: 400;
    color: #67727B;
    margin: 0;
    margin-bottom: 5px;
}

.section-02 .date {
    margin-bottom: 5px;
}

.section-02 figure{
    width: 90%;
    height: 240px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
    border-radius:15px;

}

.section-02 figure img{
    width: 100%;
    height: 100%;
    transition: transform 0.2s;
}

.section-02 figure:hover img {
    transform: scale(1.2);
    border-radius:15px;
}

#blog-col figure {
    height: auto;
    width: auto;
    margin: 0;
}

#blog-col .item {
    margin-bottom: 40px;
}

html[dir="ltr"] #blog-col .img-sec {
    margin-right: 20px;
}
html[dir="rtl"] #blog-col .img-sec {
    margin-left: 20px;
}

.section-02 .item {
    margin-bottom: 20px;
}

#blog-col .date small {
    display: block;
    margin-bottom: 10px;
}

#blog-col .content h3 {
    margin-bottom: 10px;
}

#blog-col .content p {
    margin-bottom: 20px;
}

.section-02 .pagination .page-item .page-link {
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #F6F6F6;
    font-size: 14px;
}

.section-02 .pagination .page-item {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.section-02 .pagination p{
    margin-right: 10px;
}
.page-item.active {
    width: 40px !important;
    height: 40px !important;
}

.active>.page-link, .page-link.active {
    background-color: var(--color01) !important;
    color: #fff !important;
}

#control {
    background-color: #D3EBF4;
    color: var(--color01);
}

html[dir="rtl"] #control{
    transform: rotate(180deg);
}

.section-02 .pagination {
    margin: 0;
    display: flex;
    align-items: center;
}

#number-pages {
    font-size: 14px;
    margin: 0;
}


/* Animations */

.animate {
    animation-name: anim_up_down;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes anim_up_down {
    0% {
        transform: translateY(0);

    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}



@media (max-width:992px) {

    .container, .container-md, .container-sm {
        max-width: 960px;
    }
    .section-01::after {
        right: 8%;
    }
    
}

@media(max-width:768px) {

    .container, .container-md, .container-sm {
        max-width: 710px;
    }

#blog-col figure {
    height: 168px;
}

.section-02 figure {
    width: 100%;
    height: auto;
}

.section-02 .pagination-links {
    margin-bottom: 30px;
}

}

@media (max-width: 575.98px) {



    #blog-col .item {flex-direction: column;align-items: unset !important;}

    #blog-col figure {
        height: auto;
    }

    html[dir="ltr"] #blog-col .img-sec {
        margin: 0;
        margin-bottom: 10px;
    }
    html[dir="rtl"] #blog-col .img-sec {
        margin: 0;
        margin-bottom: 10px;
    }

    .section-02 .pagination .page-item {
        margin-right: 5px;
    }
    
    .section-02 .pagination-links {
        flex-direction: column;
    }
    
    .section-02 .pagination p {
        margin-right: 5px;
        width: 50px;
    }
    
    .section-02 .pagination .page-item .page-link {font-size: 11px;}
    
    .section-02 .pagination .page-item {
        width: 30px;
        height: 30px;
    }
    
    .page-item.active {
        width: 34px !important;
        height: 34px !important;
    }
    
    .section-02 .pagination {
        margin-bottom: 10px;
    }
 
    .section-01::after {
        top: 40%;
    }

}



@media(max-width:375px){

    .section-01::after {
        right: 5px;
        top: 50%;
    }
    
}