

/* 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: 40px 0px;
    position: relative;
}

.section-02 p {
    font-size: 14px;
    font-weight: 400;
}

.section-02::after{
    content: '';
    width: 85px;
    height: 88px;
    background-image: url(../images/section_02_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 15%;
    left: 4%;
    z-index: -1;
}

/* Section-03 */

.section-03{
    padding: 25px 0;
    overflow: hidden;
    
}


.section-03 .content{
    padding: 5px 0px;
    height: auto;
    position: relative;
}

.section-03 .content::before {
    content: '';
    position: absolute;
    height: 100%;
    border: 5px solid var(--color01);
    border-width: 0px 5px 0px 0px;
    right: 49.889%;
    left: 0;
    z-index: -1;
}

.section-03 .content #odd::before{
    content: '';
    position: absolute;
    top: 55%;
    width: 180px;
    border: 2px solid #008BC0;
    border-width: 2px;
}

html[dir="ltr"] .section-03 .content #odd::before{
    right: 50%;
}

html[dir="rtl"] .section-03 .content #odd::before{
    left: 50%;
}

.section-03 .content #even::before{
    content: '';
    position: absolute;
    top: 55%;
    width: 210px;
    border: 2px solid #008BC0;
    border-width: 2px;
}

html[dir="ltr"] .section-03 .content #even::before{
    left: 50%;
}

html[dir="rtl"] .section-03 .content #even::before{
    right: 50%;
}


#odd{
    position: relative;
}

#even{
    position: relative;
}

#even .month{
    display: flex;
    order: 1;
}

#odd .month{
    display: flex;
    justify-content: flex-end;
    
}

.section-03 .content #odd::after{
    content: '';
    position: absolute;
    right: 50%;
    top: 55%;
    transform: translate(46%, -50%);
    background-image: url(../images/section_03_img_b.svg);
    width: 51px;
    height: 51px;
    background-size: 70%;
    background-color: #fff;
    border: 2px solid #008BC0;
    border-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.section-03 .content #even::after{
    content: '';
    position: absolute;
    right: 50%;
    top: 55%;
    transform: translate(45%, -50%);
    background-image: url(../images/section_03_img_b.svg);
    width: 51px;
    height: 51px;
    background-size: 70%;
    background-color: #fff;
    border: 2px solid #008BC0;
    border-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
}


.section-03 .head{
    height: 130px;
    background-image: url(../images/section_03_head_bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.section-03 .head::after{
    content: '';
    width: 85px;
    height: 88px;
    background-image: url(../images/section_02_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -85px;
    right: 3%;
}

.section-03 .head h2 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.section-03 .content .col-md-6 {
    padding: 20px 60px;
}


.section-03 .content p {
    border: 2px solid #E4E4E4;
    padding: 20px;
    border-radius: 20px;
    font-size: 13px;
}

.details{
    position: relative;
}

#odd .details::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 3px solid #E4E4E4;
    border-width: 0px 0px 3px 3px;
    bottom: 65px;
    background-color: #fff;
    border-radius: 3px;

}

html[dir="rtl"] #odd .details::before{
    transform: rotate(225deg);
    right: 55px;
}

html[dir="ltr"] #odd .details::before{
    transform: rotate(45deg);
    left: 55px;
}

#even .details::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 3px solid #E4E4E4;
    border-width: 0px 0px 3px 3px;
    bottom: 70px;
    background-color: #fff;
    border-radius: 3px;
}

html[dir="rtl"] #even .details::after{
    transform: rotate(45deg);
    left: 54px;
}

html[dir="ltr"] #even .details::after{
    transform: rotate(225deg);
    right: 54px;
}


.section-03 .content small {
    font-size: 14px;
}


#row-5-sec-3{
    position: relative;
}

#row-5-sec-3::after{
    content: '';
    width: 85px;
    height: 88px;
    background-image: url(../images/section_03_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -15%;
    right: -4%;
}

#row-6-sec-3{
    position: relative;
}

#row-6-sec-3::before{
    content: '';
    width: 85px;
    height: 88px;
    background-image: url(../images/section_03_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: -4%;
}

#row-9-sec-3{
    position: relative;
}

#row-9-sec-3::before{
    content: '';
    width: 285px;
    height: 293px;
    background-image: url(../images/section_02_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -21%;
}

#row-10-sec-3{
    position: relative;
}

#row-10-sec-3::before{
    content: '';
    width: 85px;
    height: 88px;
    background-image: url(../images/section_02_icon01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 35%;
    right: -5%;
}





/* 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(min-width:768px){
    .container, .container-md, .container-sm {
        max-width: 890px;
    }
}

@media (min-width: 576px){
.container, .container-sm {
    max-width: 635px;
}
} */

@media (max-width:1200px) {

    .section-02 figure {
        width: auto;
        height: auto;
    }
    
    .section-02 figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    

    .section-03 .container {
        max-width: 1100px;
    }

    .section-03 .head::after {
        bottom: -70px;
        right: -2%;
    }
    
    #row-5-sec-3::after {
        top: -30%;
        right: 2%;
    }
    
    #row-6-sec-3::before {
        bottom: -50px;
        left: 1%;
    }
    
    #row-9-sec-3::before {
        left: -18%;
    }
    
    #row-10-sec-3::before {
        right: 2%;
    }
    

}

@media (max-width:992px) {

    .container, .container-md, .container-sm {
        max-width: 960px;
    }

    .section-03 .content .col-md-6 {
        padding: 20px 50px;
    }

    html[dir="ltr"] #odd .details::before {
        left: 44px;
    }

    html[dir="rtl"] #odd .details::before {
        right: 44px;
    }

    html[dir="ltr"] #even .details::after {
        right: 44px;
    }
    html[dir="rtl"] #even .details::after {
        left: 44px;
    }

    .section-01::after {
        right: 8%;
    }
    
    .section-03 .head::after {
        right: -4%;
    }
    
    #row-9-sec-3::before {
        left: -24%;
    }
}

@media(max-width:768px) {

    .container, .container-md, .container-sm {
        max-width: 710px;
    }


.section-03 .content p {
    background-color: #fff;
}

#odd .month{
    justify-content: center;
    text-align: center;
    padding-right: 235px;
}

#even .month{
    justify-content: center;
    text-align: center;
    padding-left: 240px;
}

html[dir="rtl"] .section-03 .content #odd::before{
    right: 50%;
}

html[dir="rtl"] .section-03 .content #even::before{
    left: 50%;
    right: unset;
}

.section-03 .content #odd::after {
    top: 20%;
}

.section-03 .content #odd::before {
    top: 20%;
}

.section-03 .content #even::after {
    top: 20%;
}

.section-03 .content #even::before {
    top: 20%;
}

#odd .details::before {
    display: none;
}

#even .details::after {
    display: none;
}

#even .month{
    order: 0;
}

#row-10-sec-3::before {
    right: -4%;
}

}

@media (max-width: 575.98px) {

    .section-03 .content .col-md-6 {
        padding: 20px;
    }

    
    .section-03 .content small {
        font-size: 12px;
    }
    
    .section-03 .content p {
        font-size: 12px;
    }
    
    .section-01::after {
        top: 40%;
    }
    
    .section-02::after {
        bottom: -2%;
        z-index: -1;
    }
    

}

@media(max-width:455px){

    .section-03 .content #odd::before {
        width: 160px;
    }
    
    .section-03 .content #even::before {
        width: 165px;
    }
    
}

@media(max-width:375px){
    
}