body {
    font-family: 'Poppins', sans-serif;
}

.text-theme {
    color: #121212;
}

.text-bl6 {
    color: #666666;
}

.header {
    background-image: url(../img/header-bg.png);
    background-size: cover;
    height: 85dvh;
    background-position: center;
    position: relative;
    top: 0;
}

.header .container {
    z-index: 2;
    position: relative;
    height: 100%;
}

.h-tl {
    font-size: 36px;
    font-weight: 700;
    color: #3B5156;
    margin-top: 80px;
}

.header-wrp {
    padding-top: 50px;
}

.header h6 {
    color: #3B5156;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 40px 0;
}

.btn-theme {
    background: #3B5156;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
}

.btn-theme:hover {
    background: #3B5156;
    color: rgb(255, 255, 255, .7);
}

.get-to-know {
    padding: 50px 0 0 0;
}

.bg-line-left {
    background: url(../img/line-left.png);
    background-repeat: no-repeat;
    padding-top: 120px;
}

.bg-line-right {
    background: url(../img/line.png);
    background-repeat: no-repeat;
}

.dots-header {
    height: 100dvh;
    background: url(../img/line.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.get-start {
    height: 143px;
    width: 143px;
    border-radius: 50%;
    position: absolute;
    bottom: -58px;
    right: 0;
    transition: .3s;
}
.get-start:hover {
    transform: rotate(45deg);
    transition: .3s;
}

.get-start img {
    width: 100%;
}

.title {
    font-size: 33px;
    font-weight: 400;
    color: #121212;
    border-right: 8px solid #DED8FB;
    width: fit-content;
    padding: 14px 20px;
    position: relative;
}

.title::before {
    position: absolute;
    content: '';
    background-image: linear-gradient(180deg, #526083 0%, #405C75 100%);
    width: 34px;
    height: 2px;
    left: -28px;
    top: 50%;
}

.p-theme {
    font-size: 14px;
    color: #555555;
    font-weight: 300;
}

.services {
    padding: 50px 0;
}

.bg-gray {
    background: #F8F8F9;
}

.nav-services {
    display: block;
    margin: 0;
    padding: 0;
}

.nav-services a {
    font-size: 22px;
    font-weight: 300;
    color: #999999 !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: none !important;
    border-bottom: 1px solid #999999 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    padding: 20px 0;
    transition: .3s all;
}

.nav-services a.active,
.nav-services a:hover,
.nav-services:focus {
    color: #3B5156 !important;
    font-weight: 500 !important;
    background: #fff !important;
    background: none !important;
    border-bottom: 1px solid #000 !important;
    transition: .3s all;
}

.nav-services a.active i {
    transform: rotate(45deg);
    transition: .3s all;
}

.services-type {
    min-width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.service {
    width: 20%;
    margin-bottom: 25px;
}

.service h6 {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

.driven {
    padding: 80px 0;
}

.driven h6 {
    color: #3B5156;
    font-size: 22px;
    font-weight: 500px;
    margin: 25px 0 20px 0;
}

.d-wrp {
    border-right: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    padding: 35px;
    height: 100%;
    width: 33.3%;
}

.shadow-row {
    box-shadow: 0px 12px 64px 2px #00000005;
    border-bottom: 6px solid #000;
}

.i-wrp {
    width: fit-content;
    padding: 5px;
    border-radius: 8px;
}

.p-none {
    padding-right: 0;
    padding-left: 0;
}

.d-border {
    width: 33.3%;
    display: flex;
    justify-content: center;
}

.dots {
    width: 4px;
    height: 34px;
    border-left: 6px dotted #CACAEB;
}

.border-sh {
    border: 1px solid #EEEEEE;
    padding: 25px;
}

.ps-none {
    padding-left: 0;
}

.pe-none {
    padding-right: 0;
}

.more-driven {
    height: 100%;
    background: #fff;
    box-shadow: 0px 12px 64px 2px #00000005;
}

.br-none {
    border-right: none !important;
}

.a-light {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.a-light i {
    font-size: 30px;
    margin-left: 10px;
}

.customer {
    background-image: url(../img/handshake.png);
}

.supplier {
    background-image: url(../img/suppiler.png);
}

.why-us-wrp {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 0 50px 35px;
    height: 600px;
}

.why-us-ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    list-style-type: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.why-us-ul li img {
    margin-right: 20px;
    width: 26px;
}

.rotate {
    transform: rotate(90deg);
}

.footer {
    margin-top: 100px;
}

.footer .text-bl6 img {
    box-shadow: 0px 8px 34px 1px #00000014;
    margin-right: 15px;
}

.footer .text-bl6 {
    font-size: 14px;
    font-weight: 400;
}

.w-fit {
    width: fit-content;
    margin-right: 53px;
}

.ul-icons {
    display: flex;
    margin: 0;
    padding: 0 0 0 10px;
}

.ul-icons li {
    list-style-type: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #3B5156;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.ul-icons li a {
    color: #fff;
}

.footer .img-wrp {
    width: 50px;
    text-align: center;
}

.footer-wrp {
    height: 100%;
    justify-content: space-around;
}

.copyright h6 {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    border-top: 1px solid #D2D2D2;
    text-align: center;
    padding: 20px 0 0 0;
}

@media(max-width: 1366px) {
    .why-us-wrp {
        height: 530px;
    }
}
@media(max-width: 1024px) {
   
    .header {
        height: 500px;
    }

    .dots-header {
        height: 600px;
    }

    .h-tl {
        font-size: 28px;
        margin-top: 40px;
    }

    .header h6 {
        font-size: 16px;
        margin: 20px 0;
    }

    .btn-theme {
        padding: 6px 24px;
    }
}

@media (max-width:991px) {
    .title {
        font-size: 24px;
        padding: 8px 14px 14px 14px !important;
        border-right: none;
        border-bottom: 4px solid #DED8EF;
        text-align: center;
        margin: 0 auto 15px auto;
    }
    .title:before {
        display: none;
    }

    .get-start {
        height: 80px;
        width: 80px;
        right: auto;
        bottom: -42px;
        left: 50%;
        transform: translate(-50%,0) !important;
    }

    .title::before {
        left: -18px;
        width: 26px;
    }

    .nav-services a {
        font-size: 16px;
    }

    .services-type {
        min-width: 60px;
        height: 60px;
    }

    .services-type img {
        width: 30px;
    }

    .service h6 {
        font-size: 12px;
    }

    .services .tab-content {
        margin-top: 30px;
    }

    .d-wrp {
        width: 100%;
        margin-top: 20px;
        border: 1px solid #EEEEEE !important;
        background: #fff;
    }

    .shadow-row {
        box-shadow: none;
    }

    .p-none {
        border: 1px solid #EEEEEE !important;
    }

    .pe-none {
        padding-right: 15px;
    }

    .ps-none {
        padding-left: 15px;
    }

    .more-driven {
        box-shadow: none;
        margin-bottom: 20px;
        height: inherit;
    }

    .br-none {
        border-right: 1px solid #EEEEEE !important;
    }

    .driven h6 {
        font-size: 18px;
        margin: 15px 0 15px 0;
    }

    .driven img {
        width: 40px;
    }

    .d-wrp {
        padding: 25px;
    }

    .driven {
        padding: 30px 0;
    }

    .a-light {
        font-size: 18px;
    }

    .w-fit {
        margin: 0;
    }

    .ul-icons {
        margin-top: 20px;
        padding: 0;
        margin-bottom: 20px;
    }

    .footer {
        margin-top: 30px;
    }

    .footer-wrp {
        align-items: center;
    }

    .services {
        padding: 30px 0;
    }

    .w-md {
        width: 70%;
    }

    .bg-line-left {
        padding-top: 40px;
    }
}

@media(max-width:768px) {
    .services .tab-content .container {
        padding: 0;
    }
    .service {
        width: 33%;
        margin-bottom: 25px;
    }
    .container {
        padding: 0 20px;
    }
    .pr-none {
        border-right: 1px solid #EEEEEE !important;
    }

    .why-us-wrp {
        height: 480px;
    }

    .header:before {
        content: '';
        position: absolute;
        background: rgb(255, 255, 255, .4);
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 0;
    }
}

@media(max-width:575px) {
    .dots-header {
        height: 551px;
    }

    .w-md {
        width: 100%;
    }

    .p-theme {
        text-align: left;
    }
    .h-tl {
        margin-top: 24px;
    }
}
@media(max-width:350px) {
    .get-start {
        bottom: -61px;
    }
}