.padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
.paddint-top{
    padding-top: 50px;
}
.padding-bottom{
padding-bottom: 50px;
}
.Provide-One .sec-title__tagline .left-line {
    background: #ffff;
}
.Provide-One .sec-title__tagline .left-line::before {
    background: #ffff;
}
.Provide-One .sec-title__tagline .left-line::after {
    border: 1px solid #ffff;
}
.Provide-One .sec-title__tagline .text h4 {
    color: #ffff;
}
.Provide-One .sec-title__title {
    color: #f1f1f1;
}
/* About Us & MVC */
.process {
    position: relative;
}
.pq-section-title-description {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: justify;
    line-height: 28px;
}
.pq-process-step-1-list {
    padding-right: 30px;
    height: 625px;
    overflow-y: auto;
}
.pq-process-step.pq-style-1 {
    padding: 30px;
    position: relative;
    background-color: #f5f9ff;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.pq-process-step.pq-style-1 .pq-process-hover-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition:all 0.5s ease-in-out;
    opacity: 0;
}
.pq-process-step.pq-style-1 .pq-process-hover-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.9;
}
.pq-process-step.pq-style-1 .pq-process-hover-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.pq-process-step.pq-style-1 .pq-process-content {
    z-index: 2;
    position: relative;
}
.pq-process-step.pq-style-1 .pq-process-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.pq-process-step.pq-style-1 .pq-process-top .pq-process-title {
    font-size: 25px;
    line-height: 42px;
    color: var(--secondary-color);
    transition: all 0.5s ease-in-out;
}
.pq-process-step.pq-style-1 .pq-process-top .pq-process-number {
    font-size: 30px;
    line-height: 52px;
    color: var(--secondary-color);
    transition: all 0.5s ease-in-out;
}
.pq-process-step.pq-style-1 .pq-process-description {
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
    text-align: justify;
}
.pq-process-step.pq-style-1.pq-active .pq-process-hover-img {
    left: 0;
    opacity: 1;
}
.pq-process-step.pq-style-1 .pq-process-hover-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--secondary-color); */
    background-color: #013060eb;
    opacity: 0.9;
}
.pq-process-step.pq-style-1.pq-active .pq-process-top .pq-process-title {
    color: #ffff;
}
.pq-process-step.pq-style-1.pq-active .pq-process-top .pq-process-number {
    color: #ffff;
}
.pq-process-step.pq-style-1.pq-active .pq-process-description {
    color: #ffff;
}
.pq-process-step.pq-style-1.pq-active .pq-process-hover-img{
	left: 0;
	opacity: 1;
}
.pq-process-step.pq-style-1 .pq-process-hover-img img{
	height:100%;
    width: 100%;
    object-fit: cover;
	border-radius: 10px;
}
.about-listing {
    padding-top: 10px;
}
.about-listing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-listing ul li{
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}
.about-listing ul li::before {
    content: '\f14a';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 20px;
    color: var(--secondary-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 2px;
    left: 0;
}
/* About Us & MVC */
/* Quick Link */
.quick-inquiry {
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
    width: 161px;
    height: 50px;
    overflow: hidden;
    background: var(--secondary-color);
    color: #ffffff;
    padding: 10px 0px 2px 0px;
    position: fixed;
    top: 47%;
    right: -56px;
    text-align: center;
    z-index: 100 !important;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9999999;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #fff;
}
.quick-inquiry a {
    color: #ffff;
}
/* Quick Link */
/* Whatsapp */
.sticky-icon {
    position: fixed;
    bottom: 4%;
    width: auto;
    left: 1%;
    z-index: 9999;
}
.sticky-icon a.whatsapp {
    background-color: rgb(37, 211, 102);
    font-size: 35px;
}
.sticky-icon a {
    position: relative;
    background-color: #1E1E22;
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    display: table;
    line-height: 60px;
    margin-right: 30px;
    margin-top: 2px;
    border-radius: 50px;
}
.sticky-icon a i {
    width: 60px;
    height: 60px;
    float: left;
    line-height: 60px;
}
/* Whatsapp */
/* Product */
.ch-project-area.style-3 {
    margin-top: 0;
    margin-right: -200px;
}
.ch-project-area {
    position: relative;
    margin-top: -120px;
}
.ptb-120 {
    padding: 25px 0px 0px 0px;
}
@media (max-width: 1600px) {
    .ch-project-area.style-3 .left-bg {
        width: 16%;
    }
}
.ch-project-area.style-3 .left-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: #0C0C0C;
}
.ch-project-area.style-3 .left-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/product-pattern.png);
}
@media (max-width: 1600px) {
    .ch-project-area.style-3 .project-wrap {
        padding-left: 150px;
    }
}
.ch-project-area.style-3 .project-wrap {
    /* padding-left: 312px; */
}
.ch-project-area .project-item {
    position: relative;
}
.ch-project-area .project-item .project-img {
    width: 100%;
    overflow: hidden;
}
.middle-shade {
    position: relative;
    overflow: hidden;
}
.middle-shade::before {
    background: rgb(0 47 94 / 20%);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 0.4s linear;
    z-index: 1;
}
.ch-project-area .project-item .project-img img {
    transform: scale(1);
    transition: all 0.3s;
    height: 250px;
    object-fit: cover;
}
@media (max-width: 1600px) {
    .ch-project-area .project-item .project-text {
        width: 280px;
    }
}
.ch-project-area .project-item .project-text {
    width: 335px;
    padding: 20px 15px;
    position: absolute;
    left: -2px;
    bottom: 10px;
    background: #fff;
}
.ch-project-area .project-item .project-text span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    color: var(--secondary-color);
}
.ch-project-area .project-item .project-text h2 a{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0;
    color: var(--secondary-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ch-project-area .project-item .project-text a.pro-detail {
    position: absolute;
    right: 15px;
    top: 9px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--secondary-color);
    text-align: center;
    color: #fff;
}
.ch-project-area .project-item:hover .project-img img {
    transform: scale(1.2);
}
.ch-project-area .project-item:hover .middle-shade:before {
    left: 0;
    right: 0;
    opacity: 0;
}
.ch-top-title{
    padding-left: 200px;
    margin-bottom: 20px;
}
.ch-project-area.style-3 .owl-nav {
    display: block;
    text-align: center;
    bottom: auto;
    top: -90px;
    position: absolute;
    left: 65%;
}
@media (max-width: 991px) {
    .ch-project-area.style-3 .owl-nav {
      display: none;
    }
}
.ch-project-area.style-3 .owl-nav button {
    width: 60px;
    height: 60px;
    background: #FAFBFD;
    border: 0;
    border-radius: 50%;
    margin: 0 5px;
    color: var(--secondary-color);
    transition: all 0.3s;
}
.ch-project-area.style-3 .owl-nav button:hover {
    background: var(--secondary-color);
    color: #fff;
}
/* Product */
.flat-work-process .features-box {
    margin-bottom: 27px;
    margin-left: -1.4%;
}
.features-box:nth-child(2){
    margin-bottom: 0;
}
.flat-work-process .tf-icon-wp {
    font-size: 80px;
}
.icon-farming:before {
    content: "\e901";
    color: var(--secondary-color);
}
.flat-work-process .icon-box {
    position: absolute;
    top: 43%;
    right: -44px;
}
.flat-work-process .icon {
    padding: 24px 26px;
}
.section-heading-jost-size20.icon {
    background-color: #ebebeb;
    padding: 20px 20px;
    border-radius: 50%;
    color: #000000;
    font-size: 22px;
}
.flat-work-process .icon-wp-box {
    position: relative;
    border: 7px solid #ebebeb;
    border-radius: 8px;
    /* padding: 54px 69px 53px 39px; */
    padding: 22px;
}
.flat-work-process .size-icon {
    /* padding: 54px 71px 63px 36px; */
    padding: 22px;
}
.flat-work-process .icon-box2 {
    position: absolute;
    top: 42%;
    right: -48px;
}
.flat-work-process .tf-icon-wp2 {
    font-size: 73px;
}
.flat-work-process .icon-box2 {
    position: absolute;
    top: 42%;
    right: -48px;
}
.flat-work-process .cf-2 {
    margin-left: 6px;
}
.flat-work-process .content-features {
    padding: 23px 35px 0 45px;
}
.text-pri2-color {
    /* color: var(--secondary-color); */
}
.section-heading-jost-size20{
    font-size: 20px;
}
.flat-work-process .section-desc {
    margin-top: 19px;
    font-size: 14px;
    line-height: 22px;
    /* text-align: justify; */
}
.features-box {
    display: flex;
    display: -webkit-flex;
}
/* Work Process */
/* Blog */
.blog-item {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-item::before {
        top: 72px;
    }
}
.blog-item::before {
    top: 74px;
    border: 2px solid var(--secondary-color);
    border-width: 2px 3px 0px 0px;
    transform: skew(45deg);
    transform-origin: right bottom;
}
.blog-item::after, .blog-item::before {
    position: absolute;
    content: "";
    width: calc(90% - 2px);
    left: 45px;
    z-index: -1;
}
.blog-item::after {
    height: calc(90% - 4px);
    bottom: -25px;
    border: 2px solid var(--secondary-color);
    border-width: 0px 2px 2px 0px;
}
.blog-item::after, .blog-item::before {
    position: absolute;
    content: "";
    width: calc(90% - 2px);
    left: 45px;
    z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-item .blog-inner {
        max-width: 340px;
    }
}
.blog-item .blog-inner {
    max-width: 385px;
    width: 100%;
}
.blog-item .blog-inner::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 35%;
    left: 45px;
    bottom: 30%;
    background: var(--secondary-color);
    z-index: -1;
}
.blog-item .blog-inner::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 10%;
    left: 45px;
    bottom: -25px;
    background: var(--secondary-color);
    z-index: -1;
}
.blog-item .blog-content-box {
    position: relative;
    z-index: 1;
}
.blog-item .blog-content-box:before {
    position: absolute;
    content: "";
    width: calc(25% - 2px);
    right: 82px;
    bottom: -25px;
    height: 14%;
    border: 2px solid var(--secondary-color);
    border-width: 0px 2px 0px 0px;
    transform: skew(-45deg);
    transform-origin: left bottom;
    z-index: -1;
}
.blog-item .blog-content-box::after {
    position: absolute;
    content: "";
    right: -43px;
    bottom: -25px;
    width: 0;
    height: 0;
    border-bottom: 125px solid #fff;
    border-left: 125px solid transparent;
    transition: all 0.6s ease-in-out 0s;
    z-index: -1;
}
.blog-item .blog-inner .blog-images {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0 100%, 0% 75%, 0% 25%);
    clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0 100%, 0% 75%, 0% 25%);
}
.blog-item .blog-inner .blog-images a {
    display: inline-block;
}
.blog-item .blog-inner .blog-images a img {
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    width: 340px;
    height: 227px;
    object-fit: cover;
}
.blog-item .blog-inner .blog-images .date {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 500;
    color: var(--secondary-color);
    background: #edeef4;
}
.blog-item .blog-inner .blog-content {
    background: #ffff;
    padding-left: 30px;
}
.blog-item .blog-inner .blog-content .title a {
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
}
.blog-item .blog-inner .blog-button {
    margin-top: 20px;
}
.blog-item .blog-inner .blog-button .read-more {
    padding: 11px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: var(--secondary-color);
    font-weight: 500;
    text-transform: uppercase;
    background: #edeef4;
    position: relative;
    z-index: 1;
}
.blog-item .blog-inner .blog-button .read-more i{
    font-size: 17px;
}
.blog-item .blog-inner .blog-button .read-more::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1d2a9;
    z-index: -1;
}
.blog-item .blog-inner .blog-button .read-more:hover::before {
    width: 100%;
}
.blog-item:hover .blog-inner .blog-images a img {
    transform: scale(1.1);
}
.blog-item .blog-inner .blog-meta {
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}
.blog-meta ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 15px;
}
.blog-meta ul li i {
    color: var(--secondary-color);
}
/* Blog */
/* Contact */
.contact-info {
    position: relative;
}
.contact-info__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e3e0;
    border-radius: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info__item {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
    padding: 42px 15px 37px;
    min-height: 305px;
}
.contact-info__icon {
    width: 63px;
    height: 63px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    line-height: 1;
    color: #ffffff;
    font-size: 31px;
    margin: 0 auto 17px;
    position: relative;
    z-index: 2;
}
.contact-info__icon::after {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px dashed var(--secondary-color);
    border-radius: 11px;
    z-index: -1;
}
.contact-info__title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.contact-info__text {
    margin: 0;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}
.contact-info__text a{
    margin: 0;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}
.contact-info__text a:hover{
    color: var(--secondary-color);
}
@keyframes movebounce2 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-15px);
    }
    100% {
        transform: translateX(0px);
    }
}
.contact-info__item::after {
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    background-color: var(--secondary-color);
    border-radius: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    animation: movebounce2 3s linear infinite;
}
@keyframes messageMove {
    0%, 100% {
        transform: translateX(0);
    }
    25%, 75% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px);
    }
}
.contact-info__item:hover .contact-info__icon {
    animation: messageMove 300ms ease-in-out 1;
}
.contact-info__item+.contact-info__item {
    border-left: 1px solid #e5e3e0;
}
/* Contact */
/* Why CHoose Us */
.ch-choose-area-s2 {
    overflow: hidden;
}
.ch-choose-area-s2 .ch-choose-items {
    max-width: 283px;
    margin: 0 auto;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item {
    margin-bottom: 40px;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item .icon {
    margin-bottom: 10px;
    position: relative;
    max-width: 95px;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item .icon::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: rgb(145 141 26 / 10%);
    content: "";
    border-radius: 50%;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item .icon i {
    font-size: 60px;
    color: var(--secondary-color);
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.ch-choose-area-s2 .ch-choose-items .ch-choose-item p i{
    font-size: 10px;
}
@media (min-width: 992px) {
    .order-lg-1 {
        order: 1 !important;
    }
}

.order-1 {
    order: 1 !important;
}
.icon-tools3:before {
    content: "\e912";
}
.icon-gardening-tools-2-1:before {
    content: "\e920";
}
.icon-tree-man:before {
    content: "\e919";
}
.icon-support:before {
    content: "\e909";
}
.icon-pruning-shears-1:before {
    content: "\e926";
}
.icon-tools2:before {
    content: "\e911";
}
.ch-choose-area-s2 .ch-choose-middle {
    text-align: center;
}
.ch-choose-middle img{
    width:100%;
}

/* Why CHoose Us */

/* Quick Inquiry */
.section-ptb {
    padding-top: 90px;
    padding-bottom: 90px;
}
.bg-holder {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-overlay-dark-80:before {
    background: rgb(10 10 10 / 80%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.vehicles-volution {
    color: #fff;
    position: relative;
    z-index: 1;
}
.section-title-new .main-title {
    margin-bottom: 0;
}
.section-title-new .main-title + p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-title-new p {
    letter-spacing: 0px;
    margin-bottom: 0;
    text-align: justify;
    line-height: 25px;
    color: #cacaca;
}
.any-question {
    position: relative;
}
.cdhl-infobox.style-2 {
    display: flex;
    gap: 25px;
}
.any-question .cdhl-infobox {
    padding: 20px 0px 0px 0px;
    /* border-bottom: 1px solid #e8e8e8; */
}
.cdhl-infobox.style-2 .infobox-icon {
    margin-bottom: 0;
}

.cdhl-infobox.icon-shape-round .infobox-icon i {
    border-radius: 80px;
}
.cdhl-infobox .infobox-icon.icon-type-flat i {
    width: 85px;
    height: 85px;
    font-size: 40px;
    color: #FFFFFF;
    color: #ffffff;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cdhl-infobox .infobox-icon i {
    font-size: 60px;
    color: var(--secondary-color);
    line-height: normal;
}
.any-question .cdhl-infobox .infobox-content {
    align-self: center;
}
.any-question .cdhl-infobox .infobox-title {
    margin-bottom: 5px;
}
.cdhl-infobox h5.infobox-title {
    font-size: 22px;
    line-height: 32px;
}
.cdhl-infobox .infobox-title a{
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    color: #000000;
    margin-bottom: 15px;
}
.cdhl-infobox .infobox-description {
    color: #999999;
    font-size: 18px;
    font-weight: 600;
}
.cdhl-infobox .infobox-title a:hover{
    color: var(--secondary-color);
}
.any-question .requirements-form {
    padding: 35px;
    background-color: #fff;
    margin-top: -355px;
    margin-left: 35px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.quick-inquiry-btn button{
    width: 57%;
    /* padding: 6px; */
}
.any-question .requirements-form .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 10px;
}
.any-question .requirements-form form.contact-form .form-control {
    font-size: 16px;
}
.gray-form input, .gray-form textarea {
    width: 100%;
    resize: vertical;
    background: #f6f6f6;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    padding: 7px;
}
.gray-form input:focus, .gray-form textarea:focus {
    background: transparent;
    border: 1px solid var(--secondary-color) !important;
}

/* Quick Inquiry */
/* Product Page */
.vs-services-box-style1 {
    border-radius: 15px;
    background-color: #f2f2f2;
    overflow: clip;
    position: relative;
    margin-top: 40px;
}
.vs-services-box-style1 .services-thumb {
    overflow: clip;
}
.vs-services-box-style1 .services-thumb img {
    transition: all 0.3s linear;
    height: 250px;
    object-fit: cover;
}
figure {
    display: block;
    margin: 0;
}
.vs-services-box-style1::after {
    position: absolute;
    content: "";
    left: 27px;
    bottom: 0;
    width: 50px;
    height: 8px;
    border-radius: 3px 3px 0px 0px;
    background: var(--primary-color);
    transition: all 0.3s;
}
.vs-services-box-style1 .services-icon {
    margin-top: -40px;
}
.vs-services-box-style1 .services-icon svg {
    color: var(--secondary-color);
    transition: all 0.3s;
    position: relative;
    left: calc(100% - 130px);
}
.vs-services-box-style1 .services-content-inner {
    padding: 0 27px 50px;
    margin-top: -8px;
}
.vs-services-box-style1 .services-content-inner .services-title:has(~ p) {
    margin-bottom: 10px;
}
.vs-services-box-style1 .services-content-inner .services-title a{
    transition: all 0.3s;
    font-size: 20px;
    font-weight: 500px;
    color: black;
}
.vs-services-box-style1 .services-content-inner .services-title a:hover{
    color: var(--secondary-color);
}
.services-content-inner p{
    font-size: 16px;
}
.vs-services-box-style1:hover .services-thumb img {
    transform: scale(1.05);
}
.vs-services-box-style1:hover .services-icon svg {
    color: var(--primary-color);
}
.vs-services-box-style1:hover::after {
    left: 0;
    width: 100%;
    background-color: var(--primary-color);
}
/* Product Page */
/* Second Contact */
.feature-benefit-items {
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 9;
    background-color:#fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.feature-benefit-items .icon-box-shape {
    position: absolute;
    top: -35px;
    right: -10px;
}
.feature-benefit-items .bg-button-shape {
    position: absolute;
    bottom: -68%;
    right: -31%;
    z-index: 1;
}
.feature-benefit-items .feature-content {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 10px;
}
.feature-benefit-items .feature-content h4 a{
    margin-bottom: 15px;
    color: var(--secondary-color);
    font-weight: 600;
}
.feature-benefit-items .feature-content p {
    margin: 0 0 20px 0;
}
.feature-benefit-items .feature-content p a{
    color:#000000;
}
.feature-benefit-items .feature-content p a:hover{
    color:var(--secondary-color);
}
.feature-benefit-items .feature-content .icon {
    width: 98px;
    height: 98px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--secondary-color);
    border: 9px solid #fff;
    margin: 0 0 -100px 0;
    z-index: 9;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.feature-benefit-items .feature-button {
    padding: 25px 40px;
    text-align: right;
    background-color: var(--primary-color);
    transition: all 0.4s ease-in-out;
}
.feature-benefit-items .feature-button .link-btn {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #ffffff;
    position: relative;
    z-index: 9;
}
.feature-benefit-items:hover  .link-btn {
    color: #707070;
}
.feature-benefit-items:hover .feature-button {
    background-color: #e4e7eb;
}
.feature-benefit-items:hover .feature-content .icon {
    background-color: var(--primary-color);
}
.feature-benefit-items .feature-content h4 a:hover {
    color: var(--primary-color);
}
/* Second Contact */
/* Inquiry */
form .thm-btn {
    background: #fff;
}
/* Inquiry */   
/* Footer Top */
/* .pbmit-footer-widget-col-1 {
    flex: 0 0 30%;
    max-width: 30%;
} */
.site-footer .widget.widget-last {
    background-color: #1d1d1d;
    border-radius: 0 50px 0 0;
    margin-right: 10px;
    padding: 50px 30px !important;
    color: #fff;
    margin-top: -80px;
    min-height: 410px;
}
.site-footer .widget {
    padding: 40px 0 30px;
    position: relative;
}
.site-footer .pbmit-footer-newsletter i {
    font-size: 80px;
    line-height: normal;
}
.widget.widget-last p{
    text-align: justify;
    font-size: 14px;
    margin-top: 15px;
    color: #b9b9b9;
}
/* Footer Top */
/* Adbout - Advantages */
.feature-one--two .feature-one__item {
    position: relative;
    background-color: #002f5e1a;
    flex-direction: column-reverse;
    padding: 42px 30px 52px;
    border-radius: 4px;
    overflow: hidden;
    min-height: 285px;
}
.feature-one__item {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.feature-one--two .feature-one__item__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -12px;
    z-index: 1;
    background-repeat: repeat-x;
    background-position: left bottom;
    filter: brightness(0) invert(0.8);
}
.feature-one--two .feature-one__item__content {
    padding-right: 0;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
}
.feature-one--two .feature-one__item__content, .feature-one--two .feature-one__item__iconwrap {
    position: relative;
    z-index: 2;
}
.feature-one__item__content {
    padding-right: 29px;
}
.feature-one__item__title {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    /* margin-bottom: 9px; */
}
.feature-one--two .feature-one__item__content::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-bottom: 2px dashed var(--secondary-color);
}
.feature-one__item__iconwrap {
    width: 102px;
    min-width: 102px;
    height: 102px;
    border: 1px solid var(--secondary-color);
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.feature-one--two .feature-one__item__iconwrap {
    position: relative;
    z-index: 2;
}
.feature-one--two .feature-one__item__iconwrap {
    margin-bottom: 20px;
    border: 0;
}
.feature-one__item:hover .feature-one__item__iconwrap {
    background-color: var(--secondary-color);
}
.feature-one__item__icon img{
    width: 50%;
    filter: brightness(0) invert(0.2);
}
.feature-one__item__icon {
    color: var(--secondary-color);
    font-size: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.feature-one__item:hover .feature-one__item__icon img{
    transform: scale(0.9);
    filter: brightness(0) invert(1); 
}

/* Adbout - Advantages */

/* IWS */
.feature-two {
    position: relative;
    display: block;
}
.feature-two__single {
    position: relative;
    display: block;
    margin-bottom: 80px;
}
.feature-two__img-box {
    position: relative;
    display: block;
    /* overflow: hidden; */
    border-radius: 6px;
}
.feature-two__img {
    position: relative;
    display: block;
}
.feature-two__img img {
    width: 100%;
    border-radius: 6px;
}
.feature-two__content {
    position: absolute;
    right: 0;
    bottom: -15%;
    left: 70px;
    background-color: rgb(0 36 73 / 90%);
    display: flex;
    align-items: center;
    padding: 6px 6px 6px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.feature-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    background-color: #ffffff;
    border-radius: 50%;
}
.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--secondary-color);
}
.feature-two__title {
    position: relative;
    display: block;
    margin-left: 20px;
}
.feature-two__title h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}
.icon-seeding:before {
    content: "\e91a";
}
/* IWS */
/* Form Button */
.themeht-btn.primary-btn {
    background: var(--primary-color);
    color: #FFFFFF;
}
.themeht-btn.primary-btn:before {
    background: #010101;
}
.themeht-btn:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.themeht-btn span {
    padding: 14px 70px 14px 30px;
    display: inline-block;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.themeht-btn i {
    margin-left: 7px;
}
.themeht-btn i {
    justify-content: center;
    align-items: center;
    display: flex;
    color: var(--themeht-white-color);
    font-size: 14px;
    position: absolute;
    right: -1px;
    top: -1px;
    height: 102%;
    line-height: 1;
    text-align: center;
    background: #010101;
    --r: 15px;
    padding-inline: calc(var(--r) + 15px) 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), var(--r) 50%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), var(--r) 50%, 0 0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.themeht-btn:hover i {
    background: var(--primary-color);
}
.themeht-btn:hover:before{
    width: 100%;
}
.themeht-btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 0;
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
/* Form Button */
/* Why choose us */
/* .process-section {
    position: relative;
    padding: 50px 0;
    margin-top: 100px;
}
.process-section .outer-box .icon-line {
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
}
.icon-line {
    width: 60%;
    height: 100px;
    background-image: url(../images/icon-line.92d4b90f.png);
}
.process-block {
    margin-bottom: 50px;
}
.process-block .inner-box {
    position: relative;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 35px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    transition: all .3s ease;
}
.process-block .inner-box .icon-box {
    position: relative;
    height: 160px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 29px;
    border-radius: 50%;
    box-shadow: 30px 30px 60px 0 rgba(0, 0, 1, .05);
    background-color: #fff;
    text-align: center;
}
.process-block .inner-box .icon-box:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    height: 160px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    z-index: -1;
}
.process-block .inner-box .icon-box .image {
    position: relative;
    display: block;
    margin-bottom: 0;
}
.process-block .inner-box .icon-box .image img {
    position: relative;
    display: block;
    transition: all .3s ease;
}
.process-block .inner-box .icon-box .count {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
}
.process-block .inner-box .content-box .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 9px;
}
.process-block .inner-box .content-box .text {
    line-height: 28px;
    letter-spacing: -.02em;
}
.process-block:nth-child(3n) {
    margin-top: 66px;
}
.process-block:nth-child(4n) {
    margin-top: 66px;
}
.process-block .inner-box:hover .icon-box img {
    transform: scaleX(-1);
} */
.process-section {
    position: relative;
    padding: 50px 0;
    margin-top: 100px;
}
.process-block {
    /* margin-bottom: 50px; */
}
.why-choose-us-image img{
    width: 100%;
}
.service-block-three {
    margin-bottom: 30px;
}
.service-block-three .inner-box {
    position: relative;
    overflow: hidden;
    padding: 35px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    text-align: center;
    transition: all .3s ease;
    min-height: 420px;
}
.service-block-three .inner-box .bg-line {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.bg-line {
    width: 225px;
    height: 100%;
    background-image: url(../images/bg-line.2b899ab1.png);
}
.service-block-three .inner-box .icon {
    position: relative;
    /* width: 110px;
    height: 110px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    margin: 0 auto 30px;
    border-radius: 10px;
    color: #000;
    background-color: var(--secondary-color);
    transition: all .3s ease;
    padding: 15px;
}
.service-block-three .inner-box .title {
    position: relative;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all .3s ease;
}
.service-block-three .inner-box .text {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.service-block-three .inner-box:hover {
    border-color: transparent;
    box-shadow: 0 3px 38px rgba(0, 0, 0, .16);
}
.service-block-three .inner-box:hover .icon {
    color: #fff;
    background-color: var(--primary-color);
    transform: scaleX(-1);
}
.process-block:nth-child(2n) {
    margin-top: 66px;
}
.process-block2 .inner-box:nth-child(1n) {
    margin-top: 106px;
}
/* Why choose us */
/* Product Detail */
.product-image{
    position: relative;
}
.product-image img{
    width: 100%;
}
.shop-details-wrapper .shop-details-image .shop-details-thumb {
    border-radius: 16px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    background: #F8F8F8;
    text-align: center;
    /* padding: 65px 40px; */
    position: relative;
}
.shop-details-wrapper .shop-details-image .shop-details-thumb img{
    width: 100%;
    border-radius: 16px;
}
.shop-details-wrapper .shop-details-image .nav {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}
.shop-details-wrapper .shop-details-image .nav .nav-item .nav-link img {
    width: 105px;
    border-radius: 16px;
}
.shop-details-wrapper .shop-details-image .nav .nav-item .nav-link.active {
    border: 1px solid var(--secondary-color);
}
.shop-details-wrapper .shop-details-image .nav .nav-item .nav-link {
    border-radius: 8px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    background: #F8F8F8;
    text-align: center;
    margin: 0 auto;
}
.shop-details-wrapper .shop-details-image .nav .nav-item .nav-link {
    border-radius: 18px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    background: #F8F8F8;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.shop-details-content p {
    text-align: justify;
}
.shop-details-content.pb-20{
    padding-bottom: 20px;
}
.shop-details-wrapper .shop-details-content .category-box {
    border-radius: 16px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    padding: 10px;
    margin-top: 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.shop-details-wrapper .shop-details-content .category-box .category-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-radius: 10px;
    background: rgba(248, 248, 248, 0.97);
    padding: 30px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.application{
    font-size: 20px;
    padding: 10px;
}
.shop-details-wrapper .shop-details-content .category-box .category-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.shop-details-wrapper .shop-details-content .category-box .category-list ul li:not(:last-child) {
    margin-bottom: 15px;
}
.shop-details-wrapper .shop-details-content .category-box .category-list ul li {
    /* font-weight: 500; */
}

.shop-details-wrapper .shop-details-content .category-box .category-list ul li span {
    font-size: 16px;
    /* font-weight: 700; */
    /* color: var(--secondary-color); */
    padding-right: 10px;
}
.shop-details-wrapper .shop-details-content .box-check {
    border-radius: 16px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    padding: 10px;
    margin-top: 30px;
}
.shop-details-wrapper .shop-details-content .box-check .check-list {
    display: flex;
    align-items: center;
    gap: 50px;
    border-radius: 10px;
    background: rgba(248, 248, 248, 0.97);
    padding: 30px 25px;
}
.shop-details-wrapper .shop-details-content .box-check .check-list ul li:not(:last-child) {
    margin-bottom: 15px;
}
.shop-details-wrapper .shop-details-content .box-check .check-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.shop-details-wrapper .shop-details-content .box-check .check-list ul li {
    /* font-weight: 500; */
}
.shop-details-wrapper .shop-details-content .box-check .check-list ul li i {
    color: var(--secondary-color);
    margin-right: 10px;
}
.video-one__video-link{
    position: absolute;
    top: 6px;
    left: 85%;
}
.title-wrapper h2{
    margin-bottom: 15px;
}
/* Product Detail */
/* CV Report */
.why-choose-one {
    position: relative;
}
.why-choose-one__image {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.why-choose-one__image {
    img {
        max-width: 100%;
        height: auto;
        border-radius: 24px;
    }
}
@keyframes movebounce3 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}
.why-choose-one__image__two {
    position: absolute;
    right: -99px;
    top: 25px;
    width: 130px;
    border-radius: 185px;
    background-color: #F0F0F0;
    padding: 4px;
    animation: movebounce3 4s linear infinite;
}
.why-choose-one__image__two {
    img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 185px;
    }
}
.why-choose-one__check {
    position: absolute;
    left: -50px;
    bottom: 150px;
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 16px 33px 16px 20px;
    gap: 22px;
    filter: drop-shadow(0 0 14.5px rgba(0, 0, 0, 0.1));
}
.why-choose-one__check__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    font-size: 18px;
    line-height: 1;
}
.why-choose-one__check__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    margin: 0;
}
.why-choose-one__check__title span a{
    display: block;
    color: #555555;
    font-weight: 400;
    font-size: 16px;
}
.why-choose-one__image::after {
    position: absolute;
    right: -29px;
    top: -25px;
    content: '';
    border: 1px dashed var(--secondary-color);
    border-radius: 24px;
    z-index: -1;
    width: 81%;
    height: 100%;
}
.why-choose-one__rm {
    width: 130px;
    height: 130px;
    background-color: #F0F0F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -43px;
    bottom: -5px;
    z-index: 2;
}
.why-choose-one__rm a {
    width: 95px;
    height: 95px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.why-choose-one__rm a i {
    position: relative;
    z-index: 2;
    display: inline-block;
    line-height: 1;
    backface-visibility: hidden;
}
@media (max-width: 1400px) and (min-width: 1200px) {
    .counter-one__funfact {
        grid-gap: 100px;
        padding: 30px;
    }
}
.counter-one__funfact {
    margin-bottom: 0;
    border: 1px dashed rgb(96 124 153);
    border-radius: 41px;
    padding: 30px 60px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 125px;
    position: relative;
    z-index: 1;
}
.counter-one__funfact__item {
    max-width: 186px;
    height: auto;
    width: 100%;
}
.counter-one__funfact__count {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    display: flex;
    align-items: end;
    justify-content: start;
    margin-bottom: 15px;
}
.counter-one__funfact__count-tag {
    font-weight: 600;
    font-size: 32px;
    line-height: 80%;
}
.counter-one__funfact__text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 178%;
    color: rgb(0 0 0 / 80%);
    margin-bottom: -7px;
}
.counter-one__funfact__item-two {
    width: 114.2px;
    height: 114.2px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.counter-one__funfact__item-two__count {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
}
.counter-one__funfact__item-two__count img{
    width: 70%;
    filter: brightness(0) invert(1);
}
@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.counter-one__funfact__item-two::after {
    content: "";
    border-radius: 50%;
    border: 1px dashed #fff;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 98px;
    height: 98px;
    animation: textRotate 10s ease-in infinite;
}
.cv-report{
    padding-left: 10%;
}
.counter-one__funfact__line {
    height: 1px;
    background-color: #002f5e;
    position: absolute;
    top: 50%;
    left: 60px;
    right: 60px;
    transform: translateY(-50%);
    z-index: -2;
}
.counter-one__funfact__line-two {
    width: 1px;
    background-color: #002f5e;
    position: absolute;
    left: 50%;
    top: 60px;
    bottom: 60px;
    transform: translateX(-50%);
    z-index: -2;
}
/* CV Report */
/* 404 */
.error-path {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    animation: dash 5s linear alternate infinite;
}
.error-path path {
    stroke: var(--primary-color);
}
.error-path path:nth-child(3) {
    stroke: var(--secondary-color);
}

/* 404 */