.banner-wrapper {
    position: relative;
}

.banner-wrapper h1 {
    color: #fff;
}

.banner-wrapper p {
    color: #fff;
    max-width: 75%;
}

.banner-content {
    position: absolute;
    top: 17%;
    left: 10%;
}
.banner-content p{
    text-align: justify;
}

.service-button {
    padding-left: 20px;
}

.service-button button {
    background: transparent;
    border: 1px solid #fff;
}

.banner-button {
    padding-top: 20px;
}
.main-content p {
    padding-top: 15px;
    max-width: 70%;
    text-align: justify;
}

.main-content ul li {
    list-style: none;
    padding-top: 15px;
}

.main-content ul {
    padding: 0;
}

.main-content ul li img {
    padding-right: 10px;
    max-width: 30px;
}

.service-wrapper {
    background-color: #F0F0F0;
}

.service-layout {
    border: 1px solid #1A4C69;
    background: #FFF;
    padding: 20px;
    margin: 20px;
}

.service-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-details a {
    color: #1A4C69;
    display: flex;
    align-items: center;
}
.two-item .service-details p {
    max-width: inherit;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    overflow: inherit;
    text-overflow: inherit;
}
.service-details h6{
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    margin-top:10px;
}
.service-details p {
    display: -webkit-box;
    max-width: 225px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-details a:hover{
    color: #1A4C69;
}

.service-details img {
    padding-left: 10px;
}

.service-details h3 {
    padding-top: 15px;
    font-family: 'Syne', sans-serif;
}

.service-details h3 {
    color: #323232;
}

.service-box img {
    text-align: center;
    max-width: 65%;
}

.talks-wrapper {
    background-image: url(../images/home/tolk-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.talks-wrapper .firm {
    color: #fff;
}

.talks-wrapper .main-content h2 {
    color: #fff;
    max-width: 70%;
}

.talks-wrapper .main-content p {
    color: #fff;
    max-width: 55%;
}

.talks-wrapper .main-content button {
    padding-top: 15px;
}

.talk-box {
    border: 1px solid #1A4C69;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    padding: 15px;
    margin-bottom:1rem;
}

.talk-box span {
    color: #FFF;
    font-weight: 500;
}

.talk-box h4 {
    color: #FFF;
    font-family: Syne;
    font-weight: 500;
}

.project-wrapper {
    background-color: #F8F8F8;
}

.project-main {
    position: relative;
}

.project-box {
    background: #FFF;
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
    height: 250px;
    max-width: 100%;
    padding: 20px;
}

.project-box h2,
.project-box span {
    font-size: 30px;
}

.discover-link a {
    color: #000;
    font-family: Syne;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
    float: right;
}

.discover-link a:hover {
    color: #1A4C69;
}

.value-wrapper {
    background: #F0F0F0;
}

.core-box {
    background: #fff;
    height: 250px;
    padding: 15px;
    margin-bottom: 1rem;
}

.core-box img {
    padding-bottom: 10px;
    padding-top: 10px;
}

.blog-area {
    position: relative;
}

.blog-box {
    background: #FFF;
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
    height: 125px;
    width: 325px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -12%;
    padding: 15px;
}
.blog-area img{
    margin-bottom:1rem;
    margin-top:1rem;
}
.blog-box a {
    color: #000;
    font-family: Syne;
    font-size: 14px;
    font-weight: 500;
}

.blog-box a:hover {
    color: #1A4C69;
}

.testimonial-wrapper{
    background: #F0F0F0;
}
@media(max-width:1680px){
    .blog-box {
        width: 100%;
    }
}
@media(max-width:1440px){
    .main-content p {
        max-width: 100%;
    }
    .project-box h2, .project-box span {
        font-size: 20px;
    }
    .discover-link a {
        font-size: 16px;
    }
    .blog-box {
        width: 100%;
    }
    
}
@media(max-width:1200px){
    .banner-content {
        top: 15%;
        left: 5%;
    }
    .banner-wrapper p {
        max-width: 100%;
    }
    .blog-box {
        width: 100%;
    }
}
@media(max-width:992px){
    .banner-content {
        top: 20%;
    }
    .talk-box{
        margin-bottom:1rem;
    }
    .about-content{
        justify-content: center;
    }
    .talks-wrapper .main-content h2 {
        max-width: 100%;
        text-align: center;
    }
    .talks-wrapper .main-content p {
        max-width: 100%;
        text-align: center;
    }
    .main-content{
        text-align: center;
    }
    .main-content button{
        margin-top:10px;
        margin-bottom:10px;
    }
    .blog-box {
        position:inherit;
        margin-top:1rem;
    }
    .blog-area{
        text-align: center!important;
        margin-bottom:1rem;
    }
}

@media(max-width:768px){
    .project-box {
        height: 275px;
        margin-bottom:1rem;
    }
    .banner-wrapper .img-set {
        height: 350px;
    }
    .value-wrapper{
        text-align: center;
    }
    .blog-box h4{
        margin: 0 auto!important;
    }
    .blog-box a{
        margin: 0 auto;
    }
    .core-box p{
        margin: 0 auto;
        width: 60%;
    }
}
@media(max-width:577px){
    .testimonial-wrapper .service-details img{
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1rem;
        padding-top: 40px;
    }
    .testimonial-wrapper .service-layout{
        text-align: center;
    }
    .testimonial-wrapper .service-box img{
        margin-left: auto;
        margin-right: auto;
    }
    .banner-wrapper .img-set{
        height: 430px;
    }
}
