.Box1.container-md {
    margin: 0 auto;
    padding-top: 70px;
}

.Box1 .right {
    padding-left: 40px;
}

.Box1 .right img {
    width: 100%;
}

.Box1 .left {
    padding-right: 40px; 
    position: relative;
}

.Box1 .left div{
    position: absolute;
    width: 100%;
    height: 100%;
}

.Box1 .left .t1 {
    padding-left: 20px;
    position: relative;
}

.Box1 .left .t1::before {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #428ccc71;
    content: '';
    border-radius: 999px;
}

.Box1 .left .t2 {
    font-size: 44px;
    font-weight: bold;
    font-family: 'Public Sans';
    margin-bottom: 25px;
}

.Box1 .left p {
    color: #192929bd;
    font-size: 18px;
    height: calc(100% - 78px);
    overflow-y: auto;
    padding-right: 10px;
    text-align: justify;
}


.Box1 .left p::-webkit-scrollbar {
    width: 6px;
}
.Box1 .left p::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
}
.Box1 .left p::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}
.Box1 .left p::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
} 


@media screen and (max-width:1200px) { 
    .Box1 .left p{
        height: auto;
    }
    .Box1 .left div{
        position: relative;
        margin-bottom: 20px;
    }

}










.Box2.row {
    margin: 0 auto;
    padding: 100px 0;
}

.Box2 .sumBox:not(:last-child) {
    border-right: 1px solid #428ccc;
}

.Box2 .sumBox {
    text-align: center;
}

.Box2 .sumBox h1 {
    font-size: 100px;
    font-family: 'Signika';
    margin: 0;
}

.Box2 .sumBox span {
    font-size: 18px;
    color: #777777;
}

.Sums {
    position: relative;
    margin-top: 50px;
} 
.Sums::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url('https://img.freepik.com/premium-vector/elegant-abstract-white-banner-background-with-shiny-lines_249611-16096.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.4;
}


.Box3 {
    position: relative;
    padding-bottom: 50px;
}

.Box3 .left {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.Box3 .right {
    position: relative;
    padding: 0;
}

.Box3 .right::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(25, 41, 41, 0.7);
    content: '';
}

.Box3 .right img {
    position: relative;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.Box3 .right .text {
    position: absolute;
    color: white;
    z-index: 2;
    top: 110px;
    left: 110px;
}

.Box3 .right .text span {
    background-color: #428ccc;
    padding: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Public Sans';
}

.Box3 .right .text h6 {
    font-size: 46px;
    max-width: 65%;
    font-family: 'Public Sans';
}
.Box3 .right .text p i{
    font-size: 20px;
}
.Box3 .right .text p {
    font-size: 15px;
    font-family: 'Public Sans';
    max-width: 65%;
}

.Box3 .lb .slick-prev,
.Box3 .lb .slick-next {
    display: none !important;
}

.Box3 .lb .slick-list {
    height: fit-content;
}

.Box3 .lb {
    position: absolute;
    bottom: 5%;
    right: 0;
    z-index: 5;

}

.Box3 .lb .box .text {
    backdrop-filter: blur(7.5px);
    background-color: rgba(30, 38, 49, 0.9);
    color: white;
    margin: 20px;
    padding: 50px 30px;

}

.Box3 .lb .box .text i {
    font-size: 60px;
    color: #428ccc;
}

.Box3 .lb .box .text h6 {
    font-size: 22px;
}

.Box3 .lb .box .text p {
    color: #ffffffbd;
}

.Box3 .lb .slick-list .slick-track {
    display: flex !important;
}

.Box3 .lb .slick-list .slick-track .box {
    float: none !important;
    height: auto !important;
}

.Box3 .lb .slick-list .slick-track .box .text {
    height: calc(100% - 50px);
}


.Box5 h6{
    font-size: 40px;
    font-family: 'Public Sans';
    width: fit-content;
    position: relative;
    color: #111;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}
.Box5 span {
    font-size: 16px;
    color: #00000099;
    max-width: 60%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.Box5 .container-md.row{
    margin: 40px auto; 
}
.Box5 .lb .slick-list{
    height: fit-content;
}
.Box5 .lb .slick-prev,
.Box5 .lb .slick-next{ 
    position: absolute;
    z-index: 4;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #64646446;
    border-radius: 99px;    
    background-color: #fff;
    transition: 0.4s;
}
.Box5 .lb .slick-prev{
    left: 0;
}
.Box5 .lb .slick-next{
    right: 0;
}

.Box5 .lb .slick-prev:hover,
.Box5 .lb .slick-next:hover{
    background-color: #428ccc;
    color: #fff;
}




.Box5 .lb .img{
    padding-top: 350px;
    height: 0;
    position: relative;
    overflow: hidden;
}
.Box5 .lb .img img{
    position: absolute;
    width: 94%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





@media screen and (max-width:1400px) {
    .Box2 .sumBox h1 {
        font-size: 80px;
    }

    .Box3 .right .text h6 {
        font-size: 40px;
        max-width: 90%;
    }

    .Box3 .lb .box .text {
        padding: 40px 30px;
    }

    .Box3 .right .text p {
        max-width: 80%;
    }

}

@media screen and (max-width:1200px) {
    .Box1 .left {
        padding-right: 12px;
    }

    .Box1 .right {
        padding-left: 12px;
    }

    .Box1 .right img {
        height: 300px;
        object-fit: cover;
    }

    .Box2.row {
        padding: 70px 0;
    }

    .Box2 .sumBox h1 {
        font-size: 70px;
    }

    .Box3 .right .text p {
        max-width: 90%;
    }

}

@media screen and (max-width:991px) {
    .Box2 .sumBox:nth-child(2) {
        border-right: none;
    }

    .Box2 .sumBox:nth-child(1),
    .Box2 .sumBox:nth-child(2) {
        margin-bottom: 30px;
    }

    .Box3 .left img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .Box3 .right img {
        width: auto;
        height: auto;
    }

    .Box3 .right .text {
        left: 50%;
        transform: translateX(-50%);
        top: 15%;
        width: 90%;
    }

    .Box3 .right .text h6,
    .Box3 .right .text p {
        max-width: 100%;
    }

    .Box3 .lb {
        bottom: -7%;
    }

    .Box3 {
        margin-bottom: 70px;
    }



}

@media screen and (max-width:768px) {
    .Box1.container-md {
        padding-top: 40px;
    }

    .Box1 .left .t2 {
        font-size: 32px;
    }

    .Box1 .left p {
        font-size: 16px;
    }

    .Box2 .sumBox h1 {
        font-size: 60px;
    }

    .Box2 .sumBox span {
        font-size: 16px;
    }

    .Box3 .right .text h6 {
        font-size: 33px;
    }

    .Box3 .right .text p {
        font-size: 16px;
    }

    .Box5 .text h6 {
        max-width: 85%;
    }

    .Box2.row {
        padding: 30px 0;
    }

    .Box3 .right .text span {
        font-size: 16px;
    }
}

@media screen and (max-width:576px) {
    .Box1 .left .t2 {
        font-size: 25px;
    }

    .Box2 .sumBox h1 {
        font-size: 40px;
    }

    .Box3 .lb .box .text i {
        font-size: 45px;
    }

    .Box3 .right .text {
        top: 10%;
    }

    .Box3 .lb .box .text {
        border: 1px solid #ffffff33;
    }

}

@media screen and (max-width:390px) {
    .Box3 {
        margin: 0;
        padding-bottom: 0;
    }

    .Box3 .right {
        overflow: hidden;
        padding: 50px 0;
    }

    .Box3 .right .text {
        position: relative;
        top: 0;
    }

    .Box3 .right img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .Box3 .lb {
        position: relative;
    }
}