/* hello */

.fa-light,
.fa-thin {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-light,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-light {
  font-weight: 300;
}
.fa-thin {
  font-weight: 100;
}
.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272535;
  opacity: 0.4;
  z-index: 2;
}
.overlay-bold {
  opacity: 0.6;
}
.fs-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.dc_dec-item_left span,
.dc_dec-item_right span {
  position: relative;
  width: 10px;
  height: 10px;
  background: var(--main-color);
  transform: rotate(45deg);
  display: inline-block;
}
.dc_dec-item_left span:before,
.dc_dec-item_right span:before {
  content: "";
  position: absolute;
  border: 1px dotted var(--main-color);
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  border-radius: 50%;
}
.section-separator {
  position: relative;
  margin-top: 20px;
}
.section-separator:before,
.section-separator:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 1px;
  background: #eee;
}
.section-separator:before {
  left: 50%;
  margin-left: 70px;
}
.section-separator:after {
  right: 50%;
  margin-right: 70px;
}
.section-separator i {
  font-size: 1.7em;
  color: var(--main-color);
}
.content-front:before,
.content-back:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  z-index: 1;
}
.content-front:before {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.dc_dec-item_left,
.dc_dec-item_right {
  position: absolute;
  top: 50%;
  z-index: 5;
}
.dc_dec-item_left {
  left: -60px;
}
.dc_dec-item_right {
  right: -60px;
}
.dc_dec-item_right:before,
.dc_dec-item_left:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100px;
  background: #eee;
}
.dc_dec-item_right:before {
  left: 30px;
}
.dc_dec-item_left:before {
  right: 30px;
}
.cards-wrap {
  z-index: 2;
  position: relative;
}
.content-inner {
  width: 100%;
  color: #fff;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner > * {
  backface-visibility: hidden;
  transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner:hover .content-front {
  transform: rotateY(-180deg);
}
.content-inner:hover .content-back {
  transform: rotateY(0deg);
}
.content-inner .content-front,
.content-inner .content-back {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 34px 0px rgba(0, 0, 0, 0.2);
}
.content-front {
  background: #272535;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}
.content-inner .content-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: rotateY(180deg);
  background: #272535;
  border-radius: 10px;
}
.content-inner .cf-inner {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  width: 100%;
  padding: 130px 40px;
  border-radius: 10px;
}
.content-inner .cf-inner .fs-wrapper {
  border-radius: 10px;
}
.content-inner .cf-inner .inner {
  align-items: stretch;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transform: translateZ(95px) scale(0.81);
  text-align: center;
  position: relative;
  z-index: 2;
}
.content-back i {
  font-size: 54px;
  position: relative;
  color: var(--main-color);
}
.dec-icon {
  position: relative;
  display: inline-table;
  width: 80px;
  height: 80px;
}

.dec-icon:before,
.dec-icon:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.dec-icon:before {
  left: -15px;
  top: 12px;
}
.dec-icon:after {
  right: -15px;
  bottom: 12px;
}
.dec-icon i {
  z-index: 3;
}
.content-back .dec-icon {
  top: -20px;
}

.dec-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  rotate: 180deg;
}
.content-inner .cf-inner .inner p {
  color: #fff;
  text-align: center;
}
.content-back:after {
  position: absolute;
  content: "\25CF\25CF\25CF";
  width: 50px;
  left: 50%;
  bottom: 30px;
  margin-left: -25px;
  font-size: 9px;
  letter-spacing: 4px;
  color: var(--main-color);
}
.serv-num {
  position: absolute;
  bottom: 40px;
  left: 50%;
  color: #ec691f !important;
  z-index: 3;
  transform: translateX(-50%);
  font-size: 1.8em;
}
.content-inner .cf-inner .inner h2 {
  position: relative;
  font-size: 2.6em;
  font-weight: 500;
  padding-bottom: 10px;
}
.content-inner .cf-inner .inner h2:after {
  content: "";
  position: absolute;
  top: -20px;
  margin-left: -25px;
  left: 50%;
  width: 50px;
  height: 1px;
  background: var(--main-color);
}
.content-inner .content-front h4 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 4px;
  font-family: var(--secondary-font);
}
.content-inner .cf-inner .inner h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 20px;
  height: 2px;
  margin-left: -10px;
}
.content-inner .content-front .section-separator:before,
.content-inner .content-front .section-separator:after {
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1268px) {
  .dc_dec-item_left,
  .dc_dec-item_right {
    display: none;
  }
}
@media only screen and (max-width: 1068px) {
  .content-inner {
    margin-bottom: 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center;
  }
}

.section-separator span img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.new_pointer {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr auto;
}

.about_img {
  border-radius: 30px;
  height: 700px;
  width: 550px;
}

.new_bg_color {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .new_pointer {
    grid-template-columns: 1fr;
  }

  .about_img {
    width: 100%;
    height: auto;
  }
}

.lora-normal {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.lora-bold {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 992px) {
  .logo_img {
    width: 200px;
  }
}

.icons_new {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  margin-top: 10px;
}

.icons_new:hover {
  background-color: #000;
}
.icons_new:hover {
  background-color: #000;
  color: #fff;
}
.icons_newx:hover a i {
  background-color: #000;
  color: #fff;
}
.icons_newx:hover a i {
  color: #fff;
}

.icons_new:hover img {
  filter: invert(1);
}

.icon_new {
  width: 20px !important;
  height: 20px !important;
}

.more-btn_new {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  color: #fff;
  background: #ec691f;
  color: #fff;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-radius: 999px;
}
.more-btn_new:hover {
  background-position: right center;
  background: #e58c59;
  color: #000;
}

.new_text_color {
  color: #ec691f !important ;
}

.color_blabk {
  color: #000 !important ;
}

.banner_text {
  font-size: 20px;
}

.min-h-300 {
  min-height: 300px;
}

.rounded-20 {
  border-radius: 20px;
}

.new_icons {
  width: 100px;
  height: 100px;
  margin-top: 10px;
}
.new_iconp img {
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

.gallery_section .owl-dot {
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 50%;
  background-color: #ccc;
  margin: 5px;
  position: relative;
}

.gallery_section .owl-dot::after {
  content: ">";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #000; 
}

.gallery_section .owl-dot:nth-child(1)::after {
  content: "<";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #000; 
}

.border_design {
  border: 1px solid #ccc; 
  border-radius:20px; 
  padding: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .ico-bg4 {
    max-width: 80vh;
  }

  .welcome-content h1 {
    font-size: 29px;
  }

  .w-text {
    font-size: 18px;
  }

  .lh-55px {
    margin-left: 0px !important;
  }
}
