body {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    height: 100%;
    min-height: 100vh;
    font-size: 0.9rem;
    counter-reset: my-sec-counter;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.company {
    position: relative;
    padding: 80px 0px 0px 0px;
}

.abtimg-wrap {
    position: relative;
}

.abtimg-wrap img {
    border-radius: 44px;
}

.abtimg-wrap .customer {
    border-radius: 16px;
    background: #fff;
    bottom: 30px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 20%;
    padding: 10px 30px;
    color: #07372d;
    display: flex;
    gap: 12px;
}

.abtimg-wrap .customer span {
    text-align: left;
    line-height: 22px;
    margin-top: 9px;
    font-size: 18px;
}

.abtimg-wrap .customer strong {
    font-weight: 900;
    font-family: 'Poppins-Medium';
    font-size: 22px;
}

.about {
    position: relative;
}

.about h3 {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    margin: 5px 0px 10px 0px;
    background: #c2df93;
    border-radius: 16px;
    padding: 5px 20px;
    display: inline;
    top: 5px;
}

.about h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-top: 30px;
    color: #121923;
    letter-spacing: -2px;
    font-weight: 700;
}

.about h2 span {
    font-family: 'Poppins-Regular';
}

.about p {
    margin: 20px 0px;
    width: 95%;
    font-size: 16px;
}

.box-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 30px;
    margin-bottom: 20px;
}

.box {
    width: 60%;
    flex: 0 0 auto;
}

.box-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 17px;
    padding: 29px 24px;
    border-bottom: 1px solid #e6e8ed;
}

.box-item:last-child {
    border-bottom: 0px solid #e6e8ed;
}

.box-item:hover .icon {
    transform: rotateY(180deg);
}

.box-item .icon {
    font-size: 50px;
    line-height: 0;
    color: #08372d;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.box-item .icon {
    font-size: 50px;
    line-height: 0;
}

.box-item .content .title {
    margin-bottom: 0;
    font-size: 17px;
    font-family: 'Poppins-Medium';
    padding: 0% 10% 0% 0%;
    color: #08372d;
}

.ryttxt {
    background: #c2df93;
    border-top: 8px solid #07372d;
    margin-bottom: 25px;
    padding: 30px;
    max-width: 170px;
    transition: all .3s ease-in-out;
}

.ryttxt:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.ryttxt p {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
}

.ryttxt a {
    color: #000;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.ryttxt a:hover {
    color: #07372d;
    font-size: 16px;
}

.about .link {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    background: #251b14;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 600;
}

.about .link:hover {
    background: #07372d;
    color: #fff;
}


/* ----------------------- */

.services {
    position: relative;
    background: #08372d;
    padding: 80px 0px;
    text-align: center;
}

.services h3 {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    margin: 0 auto;
    background: #0d5d4c;
    border-radius: 16px;
    padding: 5px 30px;
    min-width: 156px;
    max-width: 100%;
    width: fit-content;
}

.services h2 {
    font-family: 'Poppins-Bold';
    color: #fff;
    font-size: 36px;
    padding: 0% 28%;
    margin: 20px 0px 50px 0px;
}

.services-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.services-wrap .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    border: none;
}

.services-wrap .nav-item:first-child .nav-link {
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    -o-border-radius: 0 15px 0 0;
    -ms-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
}

.services-wrap .nav-item:last-child .nav-link {
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -o-border-radius: 0 0 15px 0;
    -ms-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}

.nav-tabs .nav-link:hover,
.nav-link:focus {
    background: #251b14;
    color: #fff !important;
    transition: all 0.5s ease-out 0s;
}

.services-wrap .nav-link.active {
    background: #251b14;
    border-color: #251b14;
    border-left-color: #fff;
    color: #fff;
}

.services-wrap .nav-link .clft {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 25px;
}

.services-wrap .nav-link .clft strong {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.4;
}

.services-des img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.services-txt {
    position: relative;
    z-index: 1;
    padding: 30px 70px 26px 35px;
    text-align: left;
}

.services-txt .title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #251b14;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.services-txt p {
    margin-bottom: 0;
}

.services-txt .tg-btn {
    padding: 12px 20px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #251b14;
    color: #fff;
    transition: all 0.3s ease-out 0s;
}

.services-txt .tg-btn:hover {
    background: #0f0a07;
}

.tg-btn svg {
    transition: all 0.3s ease-out 0s;
}

.services-wrap button {
    padding: .5rem 2rem;
}

.services-wrap .nav-link .clft i {
    font-size: 40px;
}

.services-img {
    width: 100%;
    object-fit: cover;
}

.services-img img {
    border-radius: 15px 15px 0px 0px;
}

.services-wrap .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0;
    text-align: left;
    gap: 10px;
    border: 1px solid #2f514a;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #2f514a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 30px 45px 30px 35px;
    border-left: 4px solid #2f514a;
    color: #fff;
}

.services-whtbg {
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}


/* ----------------------- */

.steps-content {
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 15px 15px;
    background: #fff;
    padding: 20px 20px;
}

.steps-content .title {
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    padding: 0px;
    color: #251b14;
}

.steps-content p {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
}

.steps-content a {
    padding: 12px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #251b14;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 15px 0px;
    transition: all 0.3s ease-out 0s;
    color: #fff;
}

.steps-content a:hover {
    background: #000;
}


/*End tab*/

.insights {
    position: relative;
    background: #e1f0e6;
    padding: 80px 0px;
    text-align: center;
}

.insights h3 {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    margin: 0 auto;
    background: #c2df93;
    border-radius: 16px;
    padding: 5px 30px;
    min-width: 156px;
    max-width: 100%;
    width: fit-content;
}

.insights h2 {
    font-family: 'Poppins-Bold';
    color: #111111;
    font-size: 36px;
    padding: 0% 28%;
    margin: 20px 0px 50px 0px;
}

.insights section {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 4px 23px 0 rgba(174, 191, 210, 0.3);
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.insights section h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #49595b;
    font-family: 'Poppins-Regular';
}

.insights section p {
    font-family: 'Poppins-Semibold';
    font-size: 45px;
    color: #100b07;
    margin: 20px 0px 0px 0px !important;
}

.insights section h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.insights .wrap {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    padding: 34px 34px 37px;
}

.insights .wrap h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
    color: var(--bs-white);
    font-family: 'Poppins-Semibold';
    padding: 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 4px #0d0939;
}

.insights-item {
    position: relative;
    max-width: 324px;
    width: 100%;
    -webkit-border-end: 1px solid #ced7e0;
    border-inline-end: 1px solid #ced7e0;
    padding: 50px 40px 60px 55px;
}

.insights-item::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    inset-inline-end: -6px;
    border: 3px solid #0c8753;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f7f7f7;
    z-index: 2;
}

.insights-item::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    inset-inline-end: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f7f7f7;
    z-index: -1;
}

.counter {
    /* display: block; */
}

.steps {
    position: relative;
    padding: 80px 0px;
    text-align: center;
}

.steps h3 {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    margin: 0 auto;
    background: #c2df93;
    border-radius: 16px;
    padding: 5px 30px;
    min-width: 156px;
    max-width: 100%;
    width: fit-content;
}

.steps h2 {
    font-family: 'Poppins-Bold';
    color: #111111;
    font-size: 36px;
    margin: 20px 0px 50px 0px;
}

.steps-cnt {
    position: absolute;
    left: 30px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #77bbad;
    z-index: 2;
    margin-top: 10px;
}

.steps-cnt:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    font-size: 13px;
    line-height: 35px;
    font-weight: 700;
    border-radius: 50%;
    counter-increment: my-sec-counter 1;
    content: counter(my-sec-counter) " ";
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.steps-item {
    text-align: center;
    padding: 28px 20px;
    margin-top: 30px;
}

.steps-item:last-child {
    margin-top: 0px;
}

.steps-icon {
    width: 92px;
    height: 92px;
    text-align: center;
    line-height: 92px;
    border-radius: 50%;
    background: #095646;
    color: #fff;
    font-size: 45px;
    margin: 0 auto 50px;
    position: relative;
}

.steps-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    height: 150px;
    width: 150px;
    border: 2px dashed #d0ccc9;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: iconRotate 15s linear infinite;
    animation: iconRotate 15s linear infinite;
    animation-play-state: paused;
}

@-webkit-keyframes iconRotate {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes iconRotate {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.steps-icon::after {
    content: "";
    background: #251b14;
    position: absolute;
    width: 33px;
    height: 26px;
    border-radius: 30px;
    transform: rotate(-28deg) translateX(0px);
    z-index: -1;
    top: 6px;
    right: -10px;
    transition: .3s linear;
}

.steps-item:hover .steps-icon::after {
    transform: rotate(-28deg) translateX(-20px);
}

.steps-item:hover .steps-icon::before {
    animation-play-state: running;
}

.steps-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0% 8%;
    position: relative;
    font-family: 'Poppins-Medium';
    color: #000;
    text-decoration: none;
}

.steps-content h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 45px;
    margin: 0 auto;
    right: 0;
}

.steps-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.steps-content>a.order-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background-image: linear-gradient(to right, rgb(251, 109, 98), rgb(255, 171, 107));
    background-image: -webkit-linear-gradient(to right, rgb(251, 109, 98), rgb(255, 171, 107));
    background-image: -ms-linear-gradient(to right, rgb(251, 109, 98), rgb(255, 171, 107));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.steps-icon img,
svg {
    vertical-align: text-top;
    margin-top: 6px;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .company {
        padding: 40px 0px;
    }
    .about {
        margin-top: 40px;
    }
    .about h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    .box-wrap {
        flex-wrap: wrap;
        gap: 0px 30px;
    }
    .box {
        width: 100%;
    }
    .box-item .content .title {
        padding: 0px;
    }
    .abtimg-wrap {
        margin-right: 0px;
    }
    .abimg {
        width: 350px !important;
    }
    .abtimg-wrap .customer {
        left: 8%;
    }
    .ryttxt {
        width: 100%;
        max-width: 100%;
    }
    .services {
        padding: 60px 0px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
        text-align: center;
    }
    .services p {
        padding: 0px;
    }
    .services-wrap {
        display: flex;
        align-items: flex-start;
        gap: 40px;
    }
    .services-wrap .nav-tabs {
        width: 100%;
    }
    .services-txt .title {
        font-size: 20px;
    }
    .card-body p {
        padding: 0px;
    }
    .insights {
        padding: 40px 0px;
    }
    .insights section img {
        margin-bottom: 0px;
    }
    .insights section p {
        font-size: 36px;
        margin: 10px 0px 0px 0px !important;
    }
    .steps {
        padding: 40px 0px;
    }
    .steps h3 {
        font-size: 13px;
    }
    .steps h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .steps-item:nth-child(3) {
        margin-top: 0px;
    }
    .insights-item {
        max-width: 100%;
        border-bottom: 1px solid #ced7e0;
    }
    .insights-item::before {
        top: 100%;
        left: 50%;
    }
    .insights section {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .company {
        padding: 40px 0px;
    }
    .about {
        margin-top: 40px;
    }
    .about h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    .box-wrap {
        flex-wrap: wrap;
        gap: 0px 30px;
    }
    .box {
        width: 100%;
    }
    .box-item .content .title {
        padding: 0px;
    }
    .abtimg-wrap {
        margin-right: 0px;
    }
    .abimg {
        width: 350px !important;
    }
    .ryttxt {
        width: 100%;
        max-width: 100%;
    }
    .services {
        padding: 60px 0px;
    }
    .services-wrap {
        display: flex;
        align-items: flex-start;
        gap: 40px;
    }
    .services-txt .title {
        font-size: 20px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .services-wrap .nav-tabs {
        width: 100%;
    }
    .card-body p {
        padding: 0px;
    }
    .insights {
        padding: 40px 0px;
    }
    .insights section img {
        margin-bottom: 0px;
    }
    .insights section p {
        font-size: 36px;
        margin: 10px 0px 0px 0px !important;
    }
    .steps {
        padding: 40px 0px;
    }
    .steps h3 {
        font-size: 13px;
    }
    .steps h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .steps-item:nth-child(3) {
        margin-top: 0px;
    }
    .insights-item {
        max-width: 100%;
        border-bottom: 1px solid #ced7e0;
    }
    .insights-item::before {
        top: 100%;
        left: 50%;
    }
    .insights section {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .company {
        padding: 40px 0px;
    }
    .about h2 {
        font-size: 30px;
        line-height: 1.5;
    }
    .ryttxt {
        width: 100%;
        max-width: 100%;
    }
    .services {
        padding: 60px 0px;
    }
    .services-wrap {
        flex-wrap: unset;
    }
    .services-txt .title {
        font-size: 20px;
    }
    .services-txt {
        padding: 20px 70px 20px 30px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0px;
    }
    .card-body p {
        padding: 0px;
    }
    .icn {
        width: 60px;
        height: 60px;
        font-size: 30px;
        top: 125px;
    }
    .insights {
        padding: 40px 0px;
    }
    .insights section {
        width: 100%;
    }
    .insights section img {
        margin-bottom: 0px;
    }
    .insights section p {
        font-size: 36px;
        margin: 10px 0px 0px 0px !important;
    }
    .steps {
        padding: 40px 0px;
    }
    .steps h3 {
        font-size: 13px;
    }
    .steps h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .steps-item:nth-child(3) {
        margin-top: 0px;
    }
    .insights-item {
        max-width: 100%;
        border-bottom: 1px solid #ced7e0;
    }
    .insights-item::before {
        top: 100%;
        left: 50%;
    }
    .insights section {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1320px) {}

@media (min-width: 1080px) {}