/*social*/

.top-social {
    display: flex;
    align-items: center;
    gap: 10px;
    /* space between icons */
}

.social {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.social.fb {
    background-color: #3b5998;
    /* Facebook blue */
}

.social.yt {
    background-color: #ff0000;
    /* YouTube red */
}

.social.ig {
    background-color: #e1306c;
    /* Instagram pink */
}

.social:hover {
    opacity: 0.8;
}

/*footer*/

@media (max-width: 767px) {
    .single-footer-widget img {
        max-width: 70%;
    }
}

/*coontact hide at heade*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

 .header-main .header-right .mymenu-cart {
        display: none;
    }
    
    
}



@media only screen and (max-width: 767px) {


 .header-main .header-right .mymenu-cart {
        display: none;
    }
}
/***
=============================================
    Best Logistics One
=============================================
***/
.best-logistics-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.best-logistics-one .shapeone {
  position: absolute;
  bottom: 175px;
  right: 50px;
  z-index: 1;
}

.best-logistics-one__img {
  position: absolute;
  top: 120px;
  left: 56%;
  bottom: 120px;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.best-logistics-one__img .overlay-content {
  position: absolute;
  left: 100px;
  bottom: 70px;
}

.best-logistics-one__img .overlay-content h2 {
  position: relative;
  color: #ffffff;
  font-size: 28px;
  line-height: 38px;
}

.best-logistics-one__img .overlay-content__bg {
  position: absolute;
  left: -125px;
  bottom: -95px;
}

.best-logistics-one__content {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
}

.best-logistics-one__content .sec-title {
  margin-bottom: 58px;
}

.best-logistics-one__content-counter {
  position: relative;
  display: block;
}

.best-logistics-one__content-counter li {
  position: relative;
  display: inline-block;
  max-width: 245px;
  width: 100%;
  padding: 35px 0px 29px;
  padding-left: 30px;
  padding-right: 20px;
  background: #ffffff;
  box-shadow: 7.5px 12.99px 38px 0px rgb(197, 198, 208, 0.35);
  border-radius: 5px;
  margin-right: 70px;
  z-index: 1;
}

.best-logistics-one__content-counter li:last-child {
  margin-right: 0;
}

.best-logistics-one__content-counter li::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 5px;
  z-index: -1;
  content: "";
}

.best-logistics-one__content-counter li::after {
  position: absolute;
  top: -7px;
  left: -7px;
  bottom: 20px;
  right: -7px;
  background: #f6eadf;
  z-index: -2;
  content: "";
}

.best-logistics-one__content-counter li.bg2 {
  position: relative;
  display: inline-block;
}

.best-logistics-one__content-counter li.bg2::after {
  position: absolute;
  top: -7px;
  left: -7px;
  bottom: 20px;
  right: -7px;
  background: #dae4d2;
  z-index: -2;
  content: "";
}

.best-logistics-one__content-counter li h2 {
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 10px;
}

.best-logistics-one__content-counter li h2 .plus-icon {
  position: relative;
  display: inline-block;
  bottom: 3px;
  padding-left: 2px;
  color: var(--thm-black);
  font-size: 12px;
  font-weight: 700;
}

.best-logistics-one__content-counter-title {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 7px;
}

.best-logistics-one__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fdf9f5;
  padding: 32px 0px 34px;
  padding-left: 30px;
  padding-right: 15px;
  margin-top: 40px;
  overflow: hidden;
  z-index: 1;
}

.best-logistics-one__content-bottom .shape1 {
  position: absolute;
  top: -40px;
  right: -85px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #f8ece1;
  z-index: -1;
}

.best-logistics-one__content-bottom .shape2 {
  position: absolute;
  bottom: -20px;
  right: -120px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #dde7d4;
  z-index: -1;
}

.best-logistics-one__content-bottom-text {
  position: relative;
  display: block;
  width: 260px;
}

.best-logistics-one__content-bottom-text h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}

.best-logistics-one__content-bottom-text p {
  font-size: 20px;
  line-height: 34px;
}

.best-logistics-one__content-bottom-btn {
  position: relative;
  display: block;
}

/***
=============================================
    About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  background: #f5f5f7;
  padding: 120px 0px 193px;
  z-index: 1;
}

.about-one .sec-title__title {
  font-size: 48px;
}

.about-one .shape5 {
  position: absolute;
  bottom: 200px;
  right: -150px;
  z-index: -1;
}

.about-one__img {
  position: relative;
  display: block;
  max-width: 480px;
  width: 100%;
  z-index: 1;
}

.about-one__img .shape1 {
  position: absolute;
  left: -130px;
  bottom: -200px;
  z-index: -1;
}

.about-one__img .shape2 {
  position: absolute;
  left: -67px;
  bottom: -50px;
  z-index: -1;
}

.about-one__img .shape3 {
  position: absolute;
  top: 215px;
  right: -35px;
  width: 210px;
  height: 210px;
  background: #ffffff;
  z-index: -1;
}

.about-one__img .shape4 {
  position: absolute;
  bottom: -200px;
  right: -60px;
  z-index: -1;
}

.about-one__img1 {
  position: relative;
  display: block;
  margin-left: -270px;
}

.about-one__img2 {
  position: absolute;
  left: 73px;
  bottom: -130px;
  z-index: 1;
}

.about-one__img2::before {
  position: absolute;
  top: -14px;
  left: -14px;
  bottom: -14px;
  right: -14px;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.about-one__img2 .video-icon {
  position: absolute;
  left: -95px;
  bottom: 70px;
}

.about-one__img2 .video-icon .video-popup {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 130px;
  line-height: 130px;
  background: var(--thm-base);
  border-radius: 10px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.about-one__img2 .video-icon .video-popup:hover {
  background: var(--thm-primary);
}

.about-one__content {
  position: relative;
  display: block;
  margin-left: 25px;
}

.about-one__content .sec-title {
  margin-bottom: 38px;
}

.about-one__content-title {
  position: relative;
  display: block;
  padding-bottom: 35px;
}

.about-one__content-title h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
}

.about-one__content-list {
  position: relative;
  display: block;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 30px;
  padding-bottom: 31px;
}

.about-one__content-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.about-one__content-list li:last-child {
  margin-bottom: 0;
}

.about-one__content-list li .icon {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 40px;
  line-height: 40px;
}

.about-one__content-list li .title {
  position: relative;
  display: block;
  padding-left: 20px;
}

.about-one__content-list li .title h3 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.about-one__content-text {
  position: relative;
  display: block;
  padding-top: 21px;
}
    
/***
=============================================
    Artisans
=============================================
***/
.project-single {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.project-single .shape1 {
  position: absolute;
  top: 140px;
  left: 100px;
  z-index: -1;
}

.project-single .shape2 {
  position: absolute;
  top: 470px;
  right: 70px;
  z-index: -1;
}

.project-single .shape3 {
  position: absolute;
  left: 70px;
  bottom: 750px;
  z-index: -1;
}

.project-single .shape4 {
  position: absolute;
  bottom: 370px;
  right: 140px;
  z-index: -1;
}

.project-single__wrapper {
  position: relative;
  display: block;
}

.project-single__img1 {
  position: relative;
  display: block;
}

.project-single__img1 img {
  width: 100%;
}

.solution-method {
  position: relative;
  display: block;
  margin-top: 75px;
}

.solution-method__content {
  position: relative;
  display: block;
  max-width: 700px;
}

.solution-method__content-text-box1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.solution-method__content-text-box1 h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 22px;
}

.solution-method__content-text-box1 p {
  margin: 0;
}

.solution-method__content-text-box2 {
  position: relative;
  display: block;
}

.solution-method__content-text-box2 h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 31px;
}

.solution-method__content-text-box2 p {
  margin: 0;
}

.solution-method__project-info {
  position: relative;
  display: block;
  background: var(--thm-base);
  padding: 44px 45px 39px;
}

.solution-method__project-info ul {
  position: relative;
  display: block;
}

.solution-method__project-info ul li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.solution-method__project-info ul li:last-child {
  margin-bottom: 0;
}

.solution-method__project-info ul li h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 2px;
}

.solution-method__project-info ul li p {
  color: rgba(255, 0255, 255, 0.8);
  margin: 0;
}

.project-single__img2 {
  position: relative;
  display: block;
  margin-top: 57px;
}

.project-single__img2 img {
  width: 100%;
}

.costs-plan {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  margin-top: -220px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 50px 65px 59px;
}

.costs-plan .title {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.costs-plan .title h2 {
  font-size: 43px;
  line-height: 53px;
  margin-bottom: 20px;
}

.costs-plan .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.costs-plan__single {
  position: relative;
  display: block;
  /*max-width: 370px;*/
  width: 100%;
}

.costs-plan__single p {
  color: rgba(var(--thm-black-rgb), 0.9);
}

.costs-plan__single-list {
  position: relative;
  display: block;
  margin-top: 30px;
}

.costs-plan__single-list-item {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 11px;
}

.costs-plan__single-list-item:last-child {
  margin-bottom: 0;
}

.costs-plan__single-list-item .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--thm-base);
  font-size: 15px;
}

.costs-plan__single-list-item .text {
  position: relative;
  display: block;
}

.costs-plan__single-list-item .text p {
  margin: 0;
}

.project-single__industrial-boiler {
  position: relative;
  display: block;
}

.project-single__industrial-boiler-single {
  position: relative;
  display: block;
}

.project-single__industrial-boiler-single-img {
  position: relative;
  display: block;
}

.project-single__industrial-boiler-single-img img {
  width: 100%;
}



            /*
<!-- =====================================-->
<!-- Scroll Text  -->
<!-- =====================================-->*/
.echofy-text-section {
    position: relative;
    background: #49AF45;
    z-index: 1;
    padding: 40px 0 44px;
}

.echofy-text-section .inner-container {
    max-width: 1812px;
    margin: 0 auto;
}

.echofy-text-section .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0px;
}

.echofy-text-section .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 87%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.echofy-text-section .marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.echofy-text-section .marquee-block .content-box:last-child {
    margin-right:0px;
}

.echofy-text-section .marquee-block .content-box:last-child::before {
    display: none;
}

.echofy-text-section .marquee-block .content-box .title{
    margin:0;
}

.echofy-text-section .marquee-block .content-box h6.title {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding: 0 48px;
}

.echofy-text-section .marquee-block .content-box h6.title img {
    position: relative;
    left: -49px;
}

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }



/***
=============================================
    Achievement
=============================================
***/

.services-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  overflow: hidden;
  z-index: 1;
}

.services-one .shape1 {
  position: absolute;
  top: -280px;
  left: -715px;
  z-index: -1;
}

.services-one .shape2 {
  position: absolute;
  top: 325px;
  left: 105px;
  z-index: -1;
}

.services-one .shape3 {
  position: absolute;
  left: 260px;
  bottom: 40px;
  z-index: -1;
}

.services-one .shape4 {
  position: absolute;
  top: -10px;
  right: 50px;
  z-index: -1;
}

.services-one .shape5 {
  position: absolute;
  bottom: 220px;
  right: -30px;
  z-index: -1;
}

.services-one .shape6 {
  position: absolute;
  left: 562px;
  bottom: 20px;
  width: 770px;
  height: 770px;
  border-radius: 50%;
  background: #fdf9f5;
  z-index: -1;
}

.services-one__single {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 26px 0px rgb(215, 212, 212, 0.35);
  padding: 65px 35px 55px;
  border-radius: 5px;
  margin-bottom: 30px;
  z-index: 1;
}

.services-one__single::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: transparent;
  border: 1px solid var(--thm-black);
  border-radius: 5px;
  transition: all 500ms ease;
  transform: scaleY(0);
  z-index: -1;
}

.services-one__single:hover:before {
  transform: scaleY(1);
}

.services-one__single-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:hover .services-one__single-icon {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.services-one__single-icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ebf2e4;
  z-index: -1;
}

.bg2.services-one__single-icon::before {
  background: #ffe9e0;
}

.bg3.services-one__single-icon::before {
  background: #f7ebed;
}

.bg4.services-one__single-icon::before {
  background: #e0f2ff;
}

.bg5.services-one__single-icon::before {
  background: #e5fbf3;
}

.services-one__single-icon span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 85px;
  line-height: 85px;
}

.services-one__single h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.services-one__single h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-one__single h2 a:hover {
  color: var(--thm-base);
}

.services-one__single .text {
  position: relative;
  display: block;
  margin-top: 21px;
}

.services-one__single .text p {
  font-size: 18px;
}
        
        


      