.read-more {
  font-family: "Inter";
  font-size: 16px;
  line-height: 26px;
  color: #EC6608;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.read-more:hover {
  color: #244050;
}
.btn-main {
  display: block;
  border: 1px solid #EC6608;
  background-color: #EC6608;
  padding: 18px 30px;
  color: #FFF;
  font-family: "Archivo";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-transform: none;
}
.swiper-pagination {
  width: fit-content !important;
  right: 50px;
  left: unset !important;
}
.swiper-pagination .swiper-pagination-bullet {
  margin-left: 16px !important;
  background-color: #244050;
  opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EC6608;
}
.slider-image .elementor-element {
  height: 100%;
}
.slider-image .elementor-element img {
  height: 100% !important;
  object-fit: cover;
}
.elementor-275 .elementor-element.elementor-element-6d0160c.trx-addons-ham-dropdown .trx-addons-mobile-menu,
.elementor-275 .elementor-element.elementor-element-6d0160c.trx-addons-nav-dropdown .trx-addons-mobile-menu,
.elementor-275 .elementor-element.elementor-element-6d0160c .trx-addons-mobile-menu-outer-container,
.elementor-275 .elementor-element.elementor-element-6d0160c:not(.trx-addons-nav-slide):not(.trx-addons-ham-slide) .trx-addons-mobile-menu {
  background-color: #244050 !important;
}
.cs-preloader {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.cs-preloader.is-visible {
  opacity: 1;
  pointer-events: all;
}
.cs-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ddd;
  border-top-color: #EC6608;
  border-radius: 50%;
  animation: cs-spin 1s linear infinite;
}
@keyframes cs-spin {
  to {
    transform: rotate(360deg);
  }
}
/*Width: 1680*/
/*Width: 1440*/
/*Width: 1200*/
/*Width: 992*/
/*Width: 768*/
/*Width: 576*/
@media (max-width: 767px) {
  .swiper-pagination {
    bottom: -50px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}
/*Width: 425*/
/*Width: 320*/
