@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap');


:root {
  --trans: 0.3s linear;
}
.container {
  max-width: 1440px;
	width: 1440px;
}
.page-header {
  padding-bottom: 0px;
  margin: 0px;
  border-bottom: 0px solid #eee;
}
.webslider .item {
  border-radius: 14px;
  padding-top: 200px;
  padding-bottom: 57px;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .webslider {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  border-radius: 14px;
}
 */

/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
.webslider p {
  color: #fff;
}
.webslider p.sow-sub-headline {
  color: #f24d11;
}
.webslider h1 {
  color: #fff;
}
.text-end {
  text-align: end;
}
.webslider .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.webslider img {
  border-radius: 14px;
}

.contactpage .iw-so-media-box {
  display: flex;
  align-items: center;
}
.contactpage .iw-so-media-box .iw-so-media-box-media {
  width: 9%;
}
.contactpage .iw-so-media-box .iw-so-media-box-text {
  width: 50% !important;
  text-align: left !important;
}
.contactpage .iw-so-media-box .iw-so-media-box-text h3 {
  text-align: left !important;
  opacity: 0.8;
	 margin-bottom: 0px;
}
.contactpage .iw-so-media-box .iw-so-media-box-text p {
  text-align: left !important;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.contactpage .panel-grid-cell:nth-child(2) {
  padding: 35px;
  border: 1px solid #2F2F2F26;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 0px #2F2F2F26;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #666;
  border: 1px solid #2F2F2F26;
  border-radius: 4px;
  padding: 12px 10px !important;
  font-size: 15px;
}
body label, body .label {
  color: #6B6B6B;
  margin-bottom: 7px;
  font-weight: 300;
}
.contactfrom h3 {
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 20px;
}
body{
	 font-family: "Stack Sans Headline", sans-serif;
	padding : 0px;
	margin : 15px !important;
	font-size: 15px;
	color : #2F2F2F;
	background-color : rgb(241, 241, 242);
}
.ourstory h5 {
  font-weight: 500;
  color: #2F2F2F;
}
.header-area {
  position: fixed;
  width: 98%;
  border-radius : 12px;
	z-index: 99;
}
.herosectionbox h2 {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
}
.herosectionbox p {
  color: #fff;
  opacity: 0.8;
  font-size: 13px;
}
.header-area.sticky {
  z-index: 99;
  transition: var(--trans);
  position: fixed;
 top: 10px;
  background-color: #16162763;
  backdrop-filter: blur(10px);
}
a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#colophon {
  background-color: #161627;
  padding: 0;
  margin-top: 0px;
	border-radius : 12px;
}
.fs46 h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px !important;
}
.about h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px !important;
	color : #161627;
}
.fs15 p {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3%;
  margin-bottom: 8px;
}
.fs46 h3 {
  font-weight: 600;
  font-size: 24px;
}
.footerthreebox .panel-grid-cell {
  position: relative;
  border: 1px solid #ffffff2b;
  padding: 25px;
}
.footerthreebox::before {
  content: "";
}
.footerthreebox {
  position: relative;
}
.footerthreebox .panel-grid-cell::after {
  content: "";
  position: absolute;
  bottom: -7px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/Subtract.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  left: -7px;
}

.footerthreebox .panel-grid-cell::before {
  content: "";
  position: absolute;
  top: -7px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/Subtract.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  left: -7px;
}

.errow::after {
  content: "";
  position: absolute;
  bottom: -7px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/Subtract.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  right: -7px;
}
.errow::before {
  content: "";
  position: absolute;
  top: -7px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/Subtract.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  right: -7px;
}
.site-info {
  color: #fff;
  font-size: 15px;
}
footer .widget-title {
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 500;
}
.footer .menu {
  padding: 0px;
  list-style: none;
}
.op8 {
  opacity: 0.8;
}
.widget ul {
  padding: 0px;
  list-style: none;
  opacity: 0.8;
}
.ow-button-base span i {
  color: #F24D11;
}
.faqtab .iw-so-acc-item {
  border: 1px solid #7772724d;
  border-radius: 12px;
}
.faqtab .iw-so-acc-item.iw-so-acc-item-active {
  border-color: #f24d11;
}
.threetable .panel-grid-cell {
  background-color: #1C1C2F;
  padding: 25px 20px;
  border-radius: 12px;
  border: 1px solid #ffffff45;
	position : relative;
}
.fs46 h4 {
  font-weight: 500;
}
.threetable .ullist {
  border-top: 2px solid #ffffff45;
  border-style: dashed;
  padding-top: 16px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.threetable .widget-title {
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.threetable .ullist li {
  position: relative;
  color: #fff;
}

.threetable .ullist li::before {
  content: "\f058";
  --_fa-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
  --_fa-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display,inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style,900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width,1.25em);
  margin-right: 6px;
}
.bgorange {
  width: fit-content;
  margin: 0 auto;
  background-color: #f24d1126;
  padding: 5px 10px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.widget-title {
  border-bottom: 0px solid #eee;
}
.FourBox .panel-grid-cell {
  padding: 25px;
  border: 1px solid #2F2F2F26;
	position : relative;
	height: 316px;
	transition: filter 0.3s ease;
	background-size: cover;
  background-repeat: no-repeat;
}
.FourBox .panel-grid-cell::after {
  content: "";
  position: absolute;
  bottom: -10px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/plus.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  left: -10px;
}


.FourBox .panel-grid-cell::before {
  content: "";
  position: absolute;
  top: -10px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/plus.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  left: -10px;
}
.ferrow::after {
  content: "";
  position: absolute;
  bottom: -10px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/plus.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  right: -10px;
}


.ferrow::before {
  content: "";
  position: absolute;
  top: -10px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/plus.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  right: -10px;
}
.FourBox h3 {
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 600;
}
.FourBox p {
  opacity: 0.8;
}
.FourBox .panel-grid-cell:nth-child(4) {
  background-color: #F24D11;
  border-color: #F24D11;
}
.FourBox.thirdsection .panel-grid-cell:nth-child(4) {
  background-color: transparent;
  border-color: #2F2F2F26;
}
.FourBox.thirdsection .panel-grid-cell:nth-child(4) h3{
	color : #2F2F2F;
}
.FourBox .panel-grid-cell:nth-child(4) h3 {
  color: #fff;
	margin-top: 40px;
}
.FourBox .panel-grid-cell:nth-child(4) p {
  opacity: 1;
}
.fourservices .panel-grid-cell {
  padding: 15px;
  border: 1px solid #2F2F2F26;
  border-radius: 8px;
  position: relative;
}
.fourservices .panel-grid-cell .sow-image-container img {
  position: relative;
  border-radius: 6px;
}
.fourservices .panel-grid-cell .sow-image-container {
  position: relative;
  
}
.fourservices .panel-grid-cell .sow-image-container::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 24px;
  width: 32px;
  z-index: 9;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/Vector.png);
  background-repeat: no-repeat;
}
.fournumber h3 {
  width: fit-content;
  margin: 0 auto;
    margin-top: 0px;
  color: #F24D11;
  border: 2px solid #F24D11;
  padding: 6px;
  border-radius: 50%;
  width: 51px;
  height: 49px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F24D1117;
  font-weight: 500;
}
.fournumber p strong {
  color: #fff;
  font-size: 20px;
  margin-top: 15px !important;
  display: block;
  font-weight: 500;
	opacity: 1;
}
.fournumber p {
  color: #fff;
  opacity: 0.8;
}
.iw-so-accordion .iw-so-acc-item .iw-so-acc-title span {
  font-size: 20px !important;
}

.FourBox.thirdsection .panel-grid-cell:nth-child(1):hover {
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/Rectangle-18750.png);
  color: #fff;
  transition : var(--trans);
}
.FourBox.thirdsection .panel-grid-cell:nth-child(2):hover{
	background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/led17.png);
  color: #fff;
	transition : var(--trans);
}
.FourBox.thirdsection .panel-grid-cell:nth-child(3):hover{
	background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/led6.png);
  color: #fff;
	transition : var(--trans);
}
.FourBox.thirdsection .panel-grid-cell:nth-child(4):hover{
	background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/led5.png);
  color: #fff;
	transition : var(--trans);
}
.FourBox.thirdsection.fifthhover .panel-grid-cell:nth-child(1):hover{
	background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/led4.png);
  color: #fff;
}
.FourBox.thirdsection.fifthhover .panel-grid-cell:nth-child(2):hover{
	background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/led3.png);
  color: #fff;
}
.FourBox.thirdsection.fifthhover .panel-grid-cell:nth-child(3):hover{
	background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/led2.png);
  color: #fff;
}
.FourBox.thirdsection.fifthhover .panel-grid-cell:nth-child(4):hover{
	background-image: url(https://theappsoul.com/led/wp-content/uploads/2026/08/led1.png);
  color: #fff;
}
.FourBox.thirdsection .panel-grid-cell:hover h3 {
  color: #fff;
}
.FourBox.thirdsection .panel-grid-cell:hover img {
 filter: brightness(0) invert(1);
}
.bgp p {
  width: fit-content;
  background-color: #F8612A26;
  position: relative;
  border: 1px solid #F8612A4D;
padding: 5px 10px 5px 20px;
	font-size: 13px;
}
.bgp p::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #f24d11;
  top: 45%;
  left: 10px;
  border-radius: 50%;
}
.fs50 h1 {
  font-size: 50px;
  font-weight: 900;
}
.ankerbutton a {
  padding: 12px 20px;
  background-color: #F24D11;
  margin-right: 7px;
  border-radius: 8px;
  color: #fff;
  border: 2px solid #F24D11;
  letter-spacing: 1px;
  text-transform: uppercase;
	transition: var(--trans);
}
.ankerbutton a:nth-child(2) {
  border-color: #fff;
  background-color: transparent;
}
.ankerbutton {
  display: block;
  margin: 25px 0px;
}
.ankerbutton a:nth-child(2) i {
  color: #F24D11;
}
.favslider .item {
  border: 1px solid #2F2F2F26;
  border-radius: 8px;
  position: relative;
  height: 427px;
  padding: 15px;
}
.favslider .item h3 {
  font-weight: 600;
  font-size: 20px;
  padding: 15px 0px;
  margin-bottom: 0px;
  color: #2F2F2F;
}
.favslider .owl-nav {
  position: absolute;
  right: 0px;
  top: -17%;
}
.favslider .owl-nav .owl-prev {
  margin-right: 12px;
}
.fourservices p {
  width: fit-content;
  background-color: #F8612A26;
  padding: 3px 9px 3px 20px;
  border: 1px solid #F8612A4D;
}
.bgp p::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #f24d11;
  top: 45%;
  left: 10px;
  border-radius: 50%;
}
.textcaps span {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0px;
}
.whitebg {
  display: flex;
  justify-content: center;
}
.whitebg a {
  background-color: #fff;
  color: #2f2f2f;
}
.whitebg a i {
  color: #f24d11;
}
.ankerbutton.borderwhite a {
  border: 1px solid #fff;
  background-color: transparent;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 0px;
}
.ankerbutton.borderwhite a i{
	color : #f24d11;
}


::-webkit-scrollbar {
  width: 10px;
}

.positionimage .iw-so-acc-item a {
  padding-left: 45px !important;
}
.positionimage .iw-so-acc-item a::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 10px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/jj.png);
  width: 24px;
  height: 24px;
}

.positionimage .iw-so-acc-item:nth-child(2) a::before{
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/jk.png);
}
.positionimage .iw-so-acc-item:nth-child(3) a::before{
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/hh.png);
}
.positionimage .iw-so-acc-item:nth-child(4) a::before{
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/jks.png);
}
.positionimage .iw-so-acc-item:nth-child(5) a::before{
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/ff.png);
}
.positionimage .iw-so-acc-item:nth-child(6) a::before{
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/fgf.png);
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fdf201;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background: #225a2b;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #225a2b;
}
.entry-title {
  display: none;
}
.ankerbutton a:hover {
  background-color: #161627;
	color: #fff;
	box-shadow: 0px 0px 11px 0px #ffffff4f;
}
.mainfaq h3 {
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.mainfaq ul li a {
  margin: 10px 0px;
  display: block;
  color: #2F2F2F;
}
.faqsubsetion .panel-grid-cell:nth-child(1) {
  position: sticky;
  top: 115px;
}
.mainfaq .panel-grid-cell:nth-child(2) h3 {
  color: #f24d11;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  padding: 12px 20px;
  background-color: #F24D11;
  margin-right: 7px;
  border-radius: 8px;
  color: #fff;
  border: 2px solid #F24D11;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: var(--trans);
  width: 100%;
}

.FourBox.boxess .panel-grid-cell:nth-child(4) {
  background-color: transparent;
  border-color: #e0e0e0;
}
.FourBox.boxess .panel-grid-cell:nth-child(4) h3 {
  color: #2f2f2f;
}
.FourBox.boxess .panel-grid-cell:nth-child(4) p {
  opacity: 0.8;
}

.FourBox.boxess .panel-grid-cell:hover {
  background-color: #F8612A26;
}
.FourBox.boxess .panel-grid-cell {
  height: 410px;
	transition : var(--trans);
}
.FourBox.boxess .panel-grid-cell a {
  color: #f24d11;
  text-transform: uppercase;
  position: absolute;
  bottom: 25px;
}
.FourBox.boxess .panel-grid-cell a:hover {
 text-decoration : underline;
}
.threetitle .panel-grid-cell {
  position: relative;
	height: 485px;
}
.threetitle .panel-grid-cell h3 {
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 600;
}
.threetitle .panel-grid-cell a {
  position: absolute;
  bottom: -44px;
}
.servicebox .panel-grid-cell {
  background-color: #fff;
  border-radius: 12px;
	padding: 12px !important;
}
.servicetable .row {
  align-items: center;
}
.servicetable span{
	color: #2F2F2F;
  text-transform: uppercase;
  font-size: 14px;
}

.servicetable h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
	color: #2F2F2F;
}
.servicetable span.bgborder {
  width: fit-content;
  background-color: #F8612A26;
  position: relative;
  border: 1px solid #F8612A4D;
  padding: 0px 7px;
  font-size: 13px;
  font-weight: 600;
  color: #f24d11;
}
.servicetable .row .col-3:nth-last-child(1) {
  display: flex;
  justify-content: end;
}
.servicetable .col-2 {
  display: flex;
  justify-content: end;
}
.servicetable .row {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
	border-bottom: 1px solid #2F2F2F26;
}
.servicebox .panel-grid-cell:nth-child(2) h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
	  opacity: 1;
}
.servicebox .panel-grid-cell:nth-child(2) {
  color: #fff;
	
}
.servicetables {
  border-bottom: 1px solid #ffffff73;
  padding-bottom: 15px;
}
.servicebox .panel-grid-cell:nth-child(2) {
  padding: 20px !important;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(242, 77, 17, 1) 50%);
	border: 1px solid #ffffff6e;
}
.whitebg.text-left {
  justify-content: start;
  margin-bottom: 9px;
}
.servicetabl span {
  width: fit-content;
  background-color: #fff3;
  position: relative;
  border: 1px solid #ffffff52;
  padding: 3px 10px;
  font-size: 13px;
  margin-bottom: 15px !important;
  display: block;
}

.blogpost .iw-so-article {
  padding: 25px;
  border: 1px solid #2F2F2F26;
  position: relative;
  transition: filter 0.3s ease;
	border-radius: 12px;
}
.blogpost .iw-so-article h3 {
  font-size: 19px;
  font-weight: 600;
}
.blogpost .iw-so-article .iw-so-article-excerpt {
  opacity: 0.8;
}

.blogpost .iw-so-article-btn i {
  margin-right: 6px;
}
.blogpost .iw-so-article::before {
  content: "";
}

.blogpost .iw-so-article::before {
  content: "";
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/Vector.png);
  width: 100%;
  height: 67px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: 57%;
}
.blogpost .iw-so-article-button a.iw-so-article-btn {
  background: #f24d11 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  border: none;
}
.herosectionbox {
  padding-top: 35px;
}

.herosectionbox .col-md-3 {
  position: relative;
}

.herosectionbox .col-md-3::before {
  content: "";
  height: 70px;
  width: 1px;
  background-color: #FFFFFF45;
  position: absolute;
  right: 4px;
   top: 4px;
}
.herosectionbox .col-md-3:nth-last-child(1)::before {
  display: none;
}

.fs18 p {
  font-size: 18px;
}
.bloglist ul {
  display: flex;
}
.bloglist ul li {
  border: 1px solid;
  margin-right: 14px;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.blogimage img {
  height: 500px !important;
  object-fit: cover;
}
.mttop {
  margin-top: 110px;
}
.single-post .header-area {
  background-color: #2f2f2f;
}
.blogshett {
  position: sticky;
  top: 112px;
}


#comments {
  display: none !important;
}

.entry-meta {
  text-transform: uppercase;
  display: none;
}

.fs46 h2 span {
  color: #f24d11;
}











@media (max-width: 1280px) {
  .ankerbutton {
  display: block;
  margin: 15px 0px;
}
	  .ankerbutton a {
    padding: 7px 10px;
    background-color: #F24D11;
    margin-right: 0px;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #F24D11;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 11px;
  }
	.header-area {
  position: fixed;
  width: 100%;
  border-radius: 0px;
  z-index: 99;
		left : 0px;
		top : 0px;
}

	.fs50 h1 {
  font-size: 30px;
  font-weight: 900;
}
	.bgp p {
  width: fit-content;
  background-color: #F8612A26;
  position: relative;
  border: 1px solid #F8612A4D;
  padding: 3px 8px 3px 19px;
  font-size: 9px;
}
	body {
  margin: 8px !important;
  font-size: 14px;
}
	.fs46 h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 35px !important;
}
	.ourstory h5 {
  font-weight: 500;
  font-size: 16px;
}
	.FourBox .panel-grid-cell {
  padding: 25px !important;
  margin-bottom: 0px !important;
}
	.FourBox .panel-grid-cell::before, .FourBox .panel-grid-cell::after, .ferrow::before ,.ferrow::after{
		display :none;
	}
	
	.favslider .item h3 {
  font-weight: 500;
  font-size: 15px;
  padding: 10px 0px;
  margin-bottom: 0px;
  color: #2F2F2F;
}
	.favslider .item {
  border: 1px solid #2F2F2F26;
  border-radius: 6px;
  position: relative;
  height: auto;
  padding: 8px;
}
	.favslider p {
  font-size: 13px !important;
  line-height: 19px;
  margin-bottom: 0px !important;
}
	.header-area.sticky {
		top: 0px;
	}
	.threetable .panel-grid-cell {
  padding: 25px 20px !important;
}
	.ankerbutton.borderwhite a {
  padding: 10px;
  font-size: 15px;
		border: 2px solid #fff;
}
	.whitebg a {
  background-color: #fff !important;
  color: #2f2f2f !important;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 15px !important;
}
	.fourservices .panel-grid-cell {
  padding: 15px !important;
}
	.fourservices .panel-grid-cell .sow-image-container img {
  position: relative;
  border-radius: 6px;
  width: 100%;
}
	
	
	.about h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px !important;
  color: #161627;
}
	.faqsubsetion .panel-grid-cell:nth-child(1) {
  position: relative;
  top: 0px;
}
	.contactpage .iw-so-media-box {
  display: flex;
  align-items: center;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
	.contactpage .iw-so-media-box .iw-so-media-box-text {
  width: 77% !important;
  text-align: left !important;
}
	.contactpage .panel-grid-cell:nth-child(2) {
  padding: 21px !important;
  border: 1px solid #2F2F2F26;
  border-radius: 7px;
  box-shadow: 0px 0px 6px 0px #2F2F2F26;
}
.fs46 h3 {
  font-weight: 600;
  font-size: 16px;
}	
	.site-info {
  color: #fff;
  font-size: 13px;
}
	.coprright p {
  font-size: 10px;
  font-weight: lighter;
		margin-bottom : 0px;
}
	.mobilecenter .sow-image-container {
  justify-content: center !important;
}
	
	.footerfour h3 {
  text-align: left;
}
	.footerfour li {
  text-align: left;
}
	

.merrow::after {
  content: "";
  position: absolute;
  bottom: -7px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/Subtract.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  right: -7px;
}
.merrow::before {
  content: "";
  position: absolute;
  top: -7px;
  background-image: url(https://theappsoul.com/led/wp-content/uploads/2026/07/Subtract.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  right: -7px;
}

	.servicetable span {
  font-size: 12px;
}
	.servicetable h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #2F2F2F;
}
	.FourBox h3 {
  color: #2F2F2F;
  font-size: 15px;
  font-weight: 600;
}
	.fs46 h4 {
  font-weight: 500;
  font-size: 16px;
}
	.FourBox p {
  opacity:1;
  font-size: 14px;
}
}








@media (max-width: 767px) {
  .ankerbutton {
  display: block;
  margin: 15px 0px;
}
	  .ankerbutton a {
    padding: 7px 10px;
    background-color: #F24D11;
    margin-right: 5px;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #F24D11;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 11px;
  }
	.header-area {
  position: fixed;
  width: 100%;
  border-radius: 0px;
  z-index: 99;
		left : 0px;
		top : 0px;
}

.site-header .site-branding {
  order: 0;
}
	.site-header .social-header {
  order: 2;
}
	.fs50 h1 {
  font-size: 30px;
  font-weight: 900;
}
	.bgp p {
  width: fit-content;
  background-color: #F8612A26;
  position: relative;
  border: 1px solid #F8612A4D;
  padding: 3px 8px 3px 19px;
  font-size: 9px;
}
	body {
  margin: 0px !important;
  font-size: 15px;
}
	.fs46 h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 35px !important;
}
	.ourstory h5 {
  font-weight: 500;
  font-size: 16px;
}
	.FourBox .panel-grid-cell {
  padding: 25px !important;
  margin-bottom: 0px !important;
}
	.FourBox .panel-grid-cell::before, .FourBox .panel-grid-cell::after, .ferrow::before ,.ferrow::after{
		display :none;
	}
	.revrce{
  flex-direction: column-reverse !important;
}
	
	.reverce{
  flex-direction: column-reverse !important;
}
	.favslider .item h3 {
  font-weight: 500;
  font-size: 15px;
  padding: 10px 0px;
  margin-bottom: 0px;
  color: #2F2F2F;
}
	.favslider .item {
  border: 1px solid #2F2F2F26;
  border-radius: 6px;
  position: relative;
  height: auto;
  padding: 8px;
}
	.favslider p {
  font-size: 13px !important;
  line-height: 19px;
  margin-bottom: 0px !important;
}
	.header-area.sticky {
		top: 0px;
	}
	.threetable .panel-grid-cell {
  padding: 25px 20px !important;
}
	.ankerbutton.borderwhite a {
  padding: 10px;
  font-size: 15px;
		border: 2px solid #fff;
}
	.whitebg a {
  background-color: #fff !important;
  color: #2f2f2f !important;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 15px !important;
}
	.fourservices .panel-grid-cell {
  padding: 15px !important;
}
	.fourservices .panel-grid-cell .sow-image-container img {
  position: relative;
  border-radius: 6px;
  width: 100%;
}
	.footerthreebox .panel-grid-cell {
  position: relative;
  border: 1px solid #ffffff2b;
  padding: 25px !important;
  margin-bottom: 19px !important;
}
	footer p.sow-headline,footer h2.sow-sub-headline,footer h3.sow-sub-headline {
  text-align: center !important;
}
	.about h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px !important;
  color: #161627;
}
	.faqsubsetion .panel-grid-cell:nth-child(1) {
  position: relative;
  top: 0px;
}
	.contactpage .iw-so-media-box {
  display: flex;
  align-items: center;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
	.contactpage .iw-so-media-box .iw-so-media-box-text {
  width: 77% !important;
  text-align: left !important;
}
	.contactpage .panel-grid-cell:nth-child(2) {
  padding: 21px !important;
  border: 1px solid #2F2F2F26;
  border-radius: 7px;
  box-shadow: 0px 0px 6px 0px #2F2F2F26;
}
.fs46 h3 {
  font-weight: 600;
  font-size: 20px;
}	
	.coprright p {
  font-size: 10px;
  font-weight: lighter;
		margin-bottom : 0px;
}
	.mobilecenter .sow-image-container {
  justify-content: center !important;
}
	.footerfour  {
    display: flex;
    flex-direction: row !important;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap !important;
  }
	 .footerfour .panel-grid-cell:nth-child(1) {
    width: 100% !important;
    text-align: left;
  }
	.footerfour  .panel-grid-cell {
    width: 48% !important;
  }
	.footerfour h3 {
  text-align: left;
}
	.footerfour li {
  text-align: left;
}
	

.merrow::after {
  content: "";
  position: absolute;
  bottom: -7px;
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/Subtract.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  right: -7px;
}
.merrow::before {
  content: "";
  position: absolute;
  top: -7px;
  background-image: url(https://theappsoul.com/led/wp-content/uploads/2026/07/Subtract.png);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  right: -7px;
}
	.mobilecenter {
  display: flex;
  justify-content: center;
  text-align: center;
}
	.w-75 {
  width: 100% !important;
}
	 .bgp p {
    margin: 0 auto;
  }
	 .bannermobile {
    background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/bg.png) !important;
    background-size: 100% !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
  }
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  width: 25px !important;
  right: 0px !important;
}
	 .herosectionbox {
    margin-top: 73% !important;
  }
	.herosectionbox h2 ,.herosectionbox p  {
  color: #2f2f2f;
}
	.fourservices.bgp p {
    margin: 6px 0px !important;
  }
	.w-50 {
  width: 100% !important;
}
	.threetitle .panel-grid-cell {
  position: relative;
  height: auto;
}
	.threetitle .panel-grid-cell a {
  position: relative;
  bottom: 0px;
}
	.servicetable span {
  font-size: 12px;
}
	.servicetable h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #2F2F2F;
}
	.container {
  max-width: 100%;
		width : 100%;
}
	.webslider .item:nth-child(1) {
  background-image: url(https://www.ledinmotion.com/wp-content/uploads/2026/09/bg.png) !important;
  background-size: contain;
		text-align: center;
}
	.webslider .item {
  padding-top: 124px;
  padding-bottom: 57px;
  background-repeat: no-repeat;
  background-color: #fff;
		  border-radius: 0px;
}
	.blogshett {
  position: relative;
  top: 0px;
}
	.bloglist ul li {
  font-size: 12px;
  font-weight: 400;
}
}