.wel {
  margin: 30px 0px 50px 0px;
}

.pointbase {
  margin-top: -4%;
  padding: 0px;
}

.posnew {
  background: #fff;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
  padding: 0px;
}

.pointdetail li .makedetail:after {
  content: "";
  height: 35%;
  width: 1px;
  background-color: rgb(0 0 0 / 15%);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  top: 50%;
  z-index: 2;
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}

.makedetail {
  background: #ebe9e9;
  padding: 35px 20px;
  text-align: center;
  position: relative;
}

.make {
  position: relative;
  z-index: 5;
}

.make .two {
  display: none;
}

.make:hover .two {
  display: block;
  margin: auto;
}

.make:hover .one {
  display: none;
}

.make h2 {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 1px;
  position: relative;
  /* display: inline-block; */
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
}

.make i {
  font-size: 50px;
  width: 100%;
  color: #c3c0c0;
}

.point1 {
  background: url("https://tdrmachine.com/public/images/site-component/amd.jpg") no-repeat;
  background-size: cover;
  background-position: center !important;
}

.point2 {
  background: url("https://tdrmachine.com/public/images/site-component/amd.jpg") no-repeat;
  background-size: cover;
  background-position: center !important;
}

.point3 {
  background: url("https://tdrmachine.com/public/images/site-component/amd.jpg") no-repeat;
  background-size: cover;
  background-position: center !important;
}

.point4 {
  background: url("https://tdrmachine.com/public/images/site-component/amd.jpg") no-repeat;
  background-size: cover;
  background-position: center !important;
}

.tm-bg-layer {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.makedetail:hover .tm-bg-layer {
  background-color: #f73036;
}

.makedetail:hover .make i,
.makedetail:hover .make h2,
.makedetail:hover .make p {
  color: #fff;
}

.makedetail:hover .make h2:before {
  border-bottom-color: #fff;
}

.category ul li {
  list-style: none;
  width: 14%;
  display: inline-block;
  text-align: center;
  margin: 0px 13px;
}

.single-food-category {
  border: 1px solid #b3b1b1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-bottom: 40px;
  margin-top: 0px;
  padding: 25px 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.single-food-category:hover,
.nav-pills > li.active.single-food-category {
  background: #edeae0 none repeat scroll 0 0;
  border-color: #ffffff;
  -webkit-box-shadow: 4px 8px 14px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px #ffffff inset;
  box-shadow: 4px 8px 14px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px #ffffff inset;
}

.single-food-category h4 {
  margin-top: 30px;

  color: #272826;
  font-size: 19px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  /* text-transform: uppercase; */
  font-family: "Roboto Slab", sans-serif;
}

.pointdetail {
  padding: 0px;
  margin: 0px;
}
.pointdetail li {
  list-style: none;
  width: 20%;
  float: left;
  background: #fff;
}

.pointdetail li:last-child .makedetail:after {
  width: 0px;
}

.pointdetail li:nth-child(4) {
  background: #ef3636;
}

.pointdetail li:nth-child(4) .make i,
.pointdetail li:nth-child(4) .make h2,
.pointdetail li:nth-child(4) .make p {
  color: #fff;
}

.productback {
  padding: 0px 0px;
}

.procat {
  display: flex;
}

.procat div {
  width: 50%;
}

.whitebg h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 27px;

  margin-bottom: 15px;
  font-weight: 700;
}

.whitebg {
  padding: 12% 5%;
  background: #fff;
  position: relative;
}

.graybg {
  position: relative;
}

.graybg:after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #000;
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
}

.graybg:hover:after {
  opacity: 0.8;
}

.graybg2 {
  position: relative;
}

.graybg2:after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #000;
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
}

.graybg2:hover:after {
  opacity: 0.8;
}

.graybg:hover .imgtoptext,
.graybg2:hover .imgtoptext {
  visibility: visible !important;
}
.graybg .imgtoptext,
.graybg2 .imgtoptext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 17px;
  border: 1px solid;
  padding: 6px;
  color: #ffffff !important;
  text-align: center;
  width: 165px;
  visibility: hidden;
  z-index: 2;
}

.graybg:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  z-index: 2;
  border-style: solid;
  border-width: 13px 0 13px 18px;
  border-color: transparent transparent transparent #fff;
}

.graybg2 {
  position: relative;
}

.graybg2:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  z-index: 2;
  border-style: solid;
  border-width: 13px 18px 13px 0px;
  border-color: #d26f6f00 #ffffff transparent #480c0c00;
}

.video {
  margin-top: 60px;
}

.video-container {
  margin: 30px 0px 0px 0px;
  height: 700px;
  overflow: hidden;
}

.media2 .item-icon {
  position: relative;
  text-align: center;
  height: 290px;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f73036;
  border: 8px solid #ffffff;
  border-radius: 50%;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(108, 108, 108, 0.4);
  box-shadow: 0px 0px 27px 0px rgba(108, 108, 108, 0.4);
  font-size: 80px;
  color: #fff;
}

.media2:hover .item-icon:before {
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
}
.media2 .item-icon:before {
  content: url("https://tdrmachine.com/public/images/site-component/amd.jpg");
  position: absolute;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -7px;

  border-radius: 50%;

  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.media-body h1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}

.media-body p {
  padding: 10px 60px 0 60px;
  /* line-height: 1.6em; */
  position: relative;
  /* width: 79%; */
  margin: auto;
  margin-bottom: 20px;
  font-weight: 600;
}

.media-body p:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10d";
  position: absolute;
  font-size: 20px;
  color: #bdbbb9;
  left: 0;
  top: 0;
}

.count {
  display: flex;
  color: #000000;
  font-family: "Oswald", sans-serif;
  padding: 10px 0px 10px 35px;
  background: #f9cc41;
  box-shadow: 0px 0px 27px 0px rgb(108 108 108 / 40%);
}

.countdown {
  margin: 0px;
  padding: 0px;
}

.countdown li {
  list-style: none;
  float: left;
  width: 25%;
  position: relative;
}

.countdown li:after {
  content: "";
  height: 35%;
  width: 1px;
  background-color: rgb(255 255 255 / 35%);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  top: 30%;
  z-index: 2;
}

.number i {
  font-size: 35px;
  line-height: 67px;
}

.number {
  position: relative;
  padding-right: 5%;
}

.count span {
  font-size: 34px;
  line-height: 50px;
  font-weight: 400;
}

.count p {
  font-weight: 400;
  font-size: 17px;
}

.heading2 {
  margin-bottom: 20px;
}
.heading2 h1 {
  font-family: "Rajdhani", sans-serif;
  margin-top: 5px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
}

.heading2 h1 span {
  font-weight: 700;
}

.applicationback {
  /* background: linear-gradient(to right, #ffbe02 , # ff8a00);*/
  background: url("https://tdrmachine.com/public/images/site-component/amd.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background: #f73036;
  position: relative;
}

.d2 {
  position: absolute;
  top: 0%;
  left: 0%;
}

.app {
}

.app p {
  font-size: 15px;
  padding: 10px 50px 0 50px;
  /* line-height: 1.6em; */
  position: relative;
  /* width: 65%; */
  margin: 30px auto 0px auto;
  margin-bottom: 10px;
  font-weight: 600;
}
.app p:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10d";
  position: absolute;
  font-size: 23px;
  color: #ef3636;
  left: 0;
  top: 0;
}

.yellow {
  background: url(https://lufttechnik.com.tr/public/images/kpi.jpg) no-repeat;

  background-attachment: fixed;
  background-size: cover;
  margin: 30px 0px;
  padding: 100px 0px;
}
.e {
  margin: 30px 0px;
}

.e a {
  font-size: 30px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;

  color: #000;
}
