.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}

.fs-30 {
  font-size: 30px;
}

.text-yellow {
  color: #f4c310;
}

.text-red {
  color: #8d1115;
}

.text-lightred {
  color: #f40008;
}

.text-justify {
  text-align: justify;
}

.projecttopclass {
  margin-top: -120px;
}

.fs-30 {
  font-size: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.new-slider-swip .swiper-slide {
  padding-right: 0px !important;
}

.new-item {
  padding: 200px 0px 150px 0px !important;
}

.prjctmtclass {
  margin-top: 15px;
}

.bg-gradient {
  background: rgb(244, 195, 16) !important;
  background: linear-gradient(
    90deg,
    rgba(244, 195, 16, 1) 0%,
    rgba(244, 0, 8, 1) 100%
  ) !important;
}

.gradient-text {
  background: linear-gradient(
    90deg,
    rgba(244, 195, 16, 1) 0%,
    rgba(244, 0, 8, 1) 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.backgroundnone {
  background: none !important;
}

.slider-top-class {
  margin-top: 20px !important;
  padding: 190px 0px 150px 0px !important;
  border-radius: 40px !important;
}

.slider-p0-class {
  padding-right: 0px !important;
}
.slidertexttop {
  margin-top: 20px;
}

.scndtopclass {
  margin-top: 20px !important;
}

.wptb-list1 .wptb--item {
  display: flex;
  flex-wrap: nowrap;
}

.wptb-item--icon {
  font-size: 24px;
  background-color: #b90808;
  color: #fff !important;
  margin-right: 10px;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wptb-item--icon-check {
  font-size: 24px;
  background-color: #b90808;
  color: #fff !important;
  margin-right: 10px;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-none{
  background: none;
}

.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-50 {
  padding-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-100 {
  margin-top: 100px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pb-50 {
  padding-bottom: 50px !important;
}
.font-weight-700 {
  font-weight: 700;
}
.workpbclass {
  padding-bottom: 50px;
}

.b-radius-20 {
  border-radius: 20px;
}

.box-shadow {
  box-shadow: rgb(245 195 20 / 20%) 0px 50px 100px -20px,
    rgb(245 195 20 / 20%) 0px 30px 60px -30px;
}
.wptb-item .wptb-item--image {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 0px;
  text-align: center;
  background: rgba(var(--color-black-rgb), 0.5);
}

.iframe_section .iframe_box iframe {
  width: 100%;
  height: 500px;
  border-radius: 30px;
}
.wptb-item:hover .wptb-item--image img {
  transform: scale(1.3);
  /* transform: translateY(-10px); */
  -webkit-transition: all 0.3s ease-in-out;
}

.latestblogbtn{
  outline: none !important;
  border: none !important;
  border-radius: 5px;
  padding: 5px;
}

a.blogbtn:hover {
  color: #000000 !important;
}

.pb-30{
  padding-bottom: 30px;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.mt-20{
  margin-top: 20px;
}

.new-wptb-item--icon{
  font-size: 24px;
    /* background-color: var(--color-one); */
    color: #fff !important;
    margin-right: 10px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}