@font-face {
  font-family: IRANSans;
  src: url("../../fonts/IRANSansWeb-Medium.eot");
  src: url("../../fonts/IRANSansWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/IRANSansWeb-Medium.woff2") format("woff2"), url("../../fonts/IRANSansWeb-Medium.woff") format("woff"), url("../../fonts/IRANSansWeb-Medium.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: Titr;
  src: url("../../fonts/TitrBold.eot");
  src: url("../../fonts/TitrBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/TitrBold.woff") format("woff"), url("../../fonts/TitrBold.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}

.bg-66666610 {
  background: #66666610;
}

.text-truncate-5 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.max-h-400 {
  max-height: 400px;
}

@media (max-width: 767px) {
  .max-h-400 {
    max-height: 250px;
  }
}

.swal2-container.swal2-center {
  z-index: 9999;
}

.filter-card-item .feature-thumb {
  height: 260px;
}

.captcha_img {
  position: absolute;
  left: 3px;
  bottom: 15px;
}

.captcha_input {
  padding-left: 70px;
}

.filter-card-item .feature-thumb img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
}

.filter-card-item .feature-thumb img.img-fluid2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swal2-header {
  padding: 0 10px !important;
}

.swal2-popup {
  width: 350px !important;
}

.swal2-icon {
  width: 3em !important;
  height: 3em !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  height: 5px !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 30px !important;
  left: 5px !important;
  width: 15px !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  width: 35px !important;
  top: 25px !important;
  right: 2px !important;
}

.swal2-icon .swal2-icon-content {
  font-size: 2.75em !important;
}

.swal2-title {
  font-size: 1.5rem !important;
}

.swal2-html-container {
  font-size: 15px !important;
}

.swal2-styled.swal2-confirm {
  font-size: 15px !important;
}

.swal2-content {
  padding: 0 0 !important;
}

.logo-wrapper img,
.footer-logo img {
  width: 120px;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.menu_lang {
  min-width: 70px !important;
}

.option_card {
  position: relative;
  height: 100%;
  display: flex;
  margin-top: 5px;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 0 2px 0 #6d6d6d75;
}

.option_card .img {
  position: relative;
  width: 80px;
  height: 100%;
  background: var(--orginal_rgb_2);
  overflow: hidden;
  display: inline-table;
}

.option_card .img img {
  width: 80px;
  height: 100%;
  object-fit: contain;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.option_card .img:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 75%;
  background: #6d6d6d75;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.option_card .img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
  background: -moz-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s, visibility 0.6s;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
}

.option_card:hover .img:after {
  opacity: 1;
  visibility: visible;
}

.option_card .content {
  width: calc(100% - 80px);
  padding-left: 10px;
}

.option_card .content h5 {
  color: #000;
  font-size: 15px;
}

.option_card .content h5 {
  color: #666;
  font-size: 14px;
}

.option_card .btn-md {
  padding: 7px 10px;
}

.option_card .cart-count {
  padding: 0;
}

.option_card .cart-count .btn-md {
  width: 35%;
}

.option_card .cart-count .btn-md i {
  color: #fff;
}

.option_card .cart-count .cart-input {
  width: 30%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

article .feature-img {
  position: relative;
  width: 100%;
  height: 175px;
}

article .new-img-fluid {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
}

article .img-fluid2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

article .service-img-fluid {
  width: 100%;
  height: 130px;
  object-fit: contain;
}

article .text_card_service {
  min-height: 140px;
}

article .text_card_blog {
  min-height: 185px;
}

.blog-card .blog-title {
  font-size: 18px;
}

article .text_card_service p {
  font-size: 14px;
  margin-bottom: 0;
}

.blog-card-bottom .blog-title {
  font-size: 18px;
}

.blog-card-bottom .text-secondary {
  font-size: 15px;
}

.blog-card .small-btn-meta {
  font-size: 13px;
}

.lang_menu {
  width: 30px;
}

.lang_menu1:after {
  display: none;
}

form select.error,
form input.error,
form textarea.error {
  border-color: #9b0606 !important;
}

form label.error,
#frm_l label.error {
  color: #9b0606 !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 100%;
}

.w-200px {
  width: 200px !important;
}

.h-200px {
  height: 200px !important;
}

.obj-fit-contain {
  object-fit: contain !important;
}

.iframe_footer {
  width: 100% !important;
  height: 200px !important;
}

form .input-field {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.pay_check_level {
  width: 100%;
  height: 100px;
  text-align: center;
  padding: 10px;
}

.pay_check_level img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 0 2px 0 #66666660;
  padding: 10px;
  border-radius: 3px;
}

.pay_check_level.checked img {
  box-shadow: 0 0 2px 0 #00ab28;
  background: #00ff3c30;
}

.gallery_card_index {
  position: relative;
  width: 100%;
  height: 200px;
}

.gallery_card_index img {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.gallery_card_index img.img-fluid {
  object-fit: contain;
  z-index: 9;
}

.gallery_card_index img.img-fluid2 {
  object-fit: cover;
  filter: blur(5px);
}

.gallery_card_index h5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
  background: #00000050;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.fancybox__caption {
  width: 100%;
}

.fancybox__caption * {
  color: #fff !important;
  text-align: justify !important;
  text-align-last: left !important;
}

.receipt {
  overflow-x: auto;
}

.receipt .container {
  box-shadow: 0 0 2px 0;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  min-width: 1200px;
}

.receipt .header {
  padding: 15px 10px;
  background: #f5f5f5;
  border-radius: 5px 5px 0 0;
}

.receipt .footer {
  padding: 15px 10px;
  background: #f5f5f5;
  border-radius: 0 0 5px 5px;
}

.receipt .img_receipt {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 5px;
  filter: drop-shadow(0 0 2px #00000050);
}

.receipt p.in_p {
  background: #f6f6f6;
  font-size: 12px;
}

.receipt p.in_p span {
  font-size: 12px;
}

.wat_sapp {
  position: fixed;
  text-align: center;
  bottom: -15px;
  left: 25px;
  transform: translateY(-50%);
  z-index: 999;
  animation-name: text-focus-in;
  animation-duration: 2.2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: backwards;
}

.wat_sapp.wat_sapp2 {
  bottom: 35px;
}

.wat_sapp img {
  width: 45px;
  border-radius: 50px !important;
  box-shadow: 0 0 50px 11px #ffa500;
  margin-bottom: 5px;
  animation: pulse 2s infinite;
}

.wat_sapp p {
  animation: pulse2 2s infinite;
  color: ;
}

.tbl_price th,
.tbl_price td {
  font-size: 15px !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
  }
  90% {
    -webkit-box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
    box-shadow: 0 0 0 0 rgba(255, 165, 0, 1);
  }
  90% {
    -moz-box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
    box-shadow: 0 0 35px 20px rgba(255, 165, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    text-shadow: 0 0 0 rgba(255, 165, 0, 1);
  }
  90% {
    text-shadow: 0 0px 50px rgba(255, 165, 0, 0);
  }
  100% {
    text-shadow: 0 0 0 rgba(255, 165, 0, 0);
  }
}

@keyframes pulse2 {
  0% {
    text-shadow: 0 0 0 rgba(255, 165, 0, 1);
  }
  90% {
    text-shadow: 0 0px 50px rgba(255, 165, 0, 0);
  }
  100% {
    text-shadow: 0 0 0 rgba(255, 165, 0, 0);
  }
}

.shopping-cart-left table th,
.shopping-cart-left table td {
  padding: 12px 15px;
}

.meta-checkbox label {
  position: relative;
}

.meta-checkbox label input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.meta-checkbox label .input-circle {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.meta-checkbox label .input-circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: #111010;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.meta-checkbox label input:checked ~ .input-circle::before {
  background: #fc0012;
}

.meta-checkbox label input:checked ~ .input-circle {
  border-color: #fc0012;
}

.meta-checkbox label {
  color: #7a7a7a;
  font-weight: 400;
  position: relative;
}

.meta-checkbox label input {
  width: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.swiper.banner {
  background: url("https://bestalarm.ir/assets/front/bg-body_3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-menu-logo {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.mobile-menu-logo img {
  height: 70px;
}
.logo-text img {
  max-height: 40px;
  visibility: visible !important;
}
.meta-checkbox label .toggle-switch {
  width: 28px;
  height: 16px;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  display: inline-block;
  border-radius: 30px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 6px;
  position: relative;
}

.meta-checkbox label .toggle-switch::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #7a7a7a;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.meta-checkbox label input:checked ~ .toggle-switch {
  border-color: #f4a717;
}

.meta-checkbox label input:checked ~ .toggle-switch::before {
  background: #f4a717;
  left: auto;
  right: 3px;
}

.listing-btn1 {
  font-weight: 500;
  background: transparent;
  border: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  font-size: 14px;
}

.listing-btn1 span {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  font-size: 16px;
}

@media print {
  @page {
    size: landscape;
    margin: 10px;
  }

  body {
    background: #fff !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .d-none-print {
    display: none !important;
  }

  .receipt {
    padding: 5px !important;
    margin: 5px !important;
    overflow-x: unset !important;
  }

  .receipt .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: unset !important;
  }

  .receipt .header {
    background: #f5f5f5 !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .receipt .footer {
    background: #f5f5f5 !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .receipt p.in_p {
    background: #f6f6f6 !important;
    font-size: 12px !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .receipt p.in_p span {
    font-size: 12px !important;
  }

  .text-success {
    color: green !important;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .text-danger {
    color: red !important;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}

.ov-hidden {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .at_nav_menu ul li a {
    font-size: 13px;
    width: 75px !important;
  }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  table img {
    width: 100px;
    height: 100px !important;
    max-width: 100px !important;
    object-fit: contain;
  }

  .lang_menu {
    width: 25px;
  }

  .listing-btn1 span {
    width: 25px;
    height: 25px;
  }

  .listing-btn1 span i {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .max-h-400 {
    max-height: 150px;
  }

  .h1 {
    font-size: calc(0.7rem + 1.5vw);
  }
  .img_payment {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .at-hero-title .at-subtitle {
    font-size: 15px;
  }

  .at-hero-title h1 {
    font-size: 20px;
  }

  .dl-hero-single {
    padding: 180px 0;
  }

  .at-search-box {
    padding: 0;
    margin-top: -20px;
  }

  .dealership-hero .swiper-pagination {
    bottom: 15px;
  }

  .pt-mobile-15px {
    padding-top: 15px !important;
  }

  .w-mobile-100 {
    width: 100% !important;
  }

  .iframe_footer {
    height: 150px !important;
  }

  .lang_menu {
    width: 21px;
  }

  .listing-btn1 span {
    width: 21px;
    height: 21px;
  }

  .listing-btn1 span i {
    font-size: 14px;
  }
}

.orderdatabtn {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  background: #111010;
  padding: 5px;
}

.modal .at-search-box {
  margin: unset;
}

.modal .at-search-box-filter {
  padding: 15px 15px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  margin-top: 0 !important;
}

.orderdatabtn p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.orderdatabtn .btn {
  border-radius: 50%;
  padding: 10px 15px;
}

.modal form .input-field {
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: 5px;
}

.modal form {
  display: block !important;
}

.hovereffect {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-radius: 5px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75, 75, 75, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img.img-responsive {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
}

.hovereffect img.img-responsive2 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  margin-bottom: 0;
  right: 0;
  width: 100%;
  top: 50%;
  font-size: 14px;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  top: 2px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 2px;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 5px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.blog-single-area img,
.about-left img {
  max-width: 100%;
  height: auto !important;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
}

.right-50 {
  right: 50px;
}

.left-50 {
  left: 10% !important;
}

.width-80 {
  width: 80% !important;
}

.i.fa-solid.fa-search {
  font-size: 20px !important;
}

.btn-lang {
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  margin: 0 10px;
}

.w-40 {
  width: 40rem;
}

.close_search_box {
  cursor: pointer;
  transition: all 0.5s;
}

.close_search_box:hover {
  cursor: pointer;
}

.saerch-box-div {
  background: white;
  width: 600px;
  height: 71px;
  position: absolute;
  top: 40%;
  border-radius: 10px;
  z-index: 9999;
  left: 26%;
  transition: all 0.3s;
  position: fixed;
}

div#close_search_box {
  width: 16px;
  height: 16px;
}

.search_input {
  width: 100%;
}

.search_box_container {
  padding: 0 20px;
  height: 100%;
}

.about-us__boxes {
  display: flex;
  width: 35rem;
  align-items: center;
  justify-content: center;
}

.about-us__box {
  margin: 2rem;
}

.about-as__info {
  background: red;
  height: auto;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 2px;
}

.service_boxes {
  display: flex;
  margin: 1rem 2rem;
}

.service_box {
  padding: 1rem;
  border-radius: 1rem;
  margin: 0 0.5rem;
  color: #fff;
  cursor: pointer;
  max-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.service_box h5 {
  font-size: 16px;
}

.service_box p {
  font-size: 14px;
}

.service_box__red {
  background-color: #ce1a1c !important;
}

.service_box__red:hover {
  opacity: 0.8;
}

.service_box__dark {
  background-color: #222 !important;
}

.service_box__dark:hover {
  opacity: 0.8;
}

.p-bottom {
  margin-bottom: 3rem;
}

.about-us__btn {
  border: 1px solid red;
  justify-content: center;
  width: 13rem;
  display: flex;
  text-align: center;
  padding: 0.5rem 0;
  margin-top: 3rem;
  border-radius: 0.5rem;
  transition: all 0.3s;
  color: #000;
}

.about-us__btn1 {
  border: 1px solid #fff;
  justify-content: center;
  width: 13rem;
  display: flex;
  text-align: center;
  padding: 0.5rem 0;
  margin-top: 3rem;
  border-radius: 0.5rem;
  transition: all 0.3s;
  color: #fff;
}

.about-us__btn:hover {
  background-color: #ce1a1c;
  color: #fff;
}

.about-us__btn1:hover {
  background-color: #fff;
  color: #ce1a1c;
}

@media screen and(max-width: 1200px) {
  .service_box {
    max-width: 14rem;
  }
}

@media screen and(max-width: 992px) {
  .col-6__responsive {
    width: 100%;
  }

  .img-fluid {
    max-width: 0;
  }
}

.width-50 {
  width: 50%;
  height: auto;
}

.width-100 {
  width: 100%;
  height: 100%;
}

.article-card {
  display: flex;
  align-items: center;
  color: white;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 0.5rem;
}

.wrapper_blog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #000);
  display: flex;
  align-items: flex-end;
  color: white;
  padding: 2rem;
  z-index: 2;
}

.h-250 {
  height: 250px;
}

.h-350 {
  height: 350px;
}

.article-card__content,
h5 {
}

.logo-wrapper img,
.footer-logo img {
  width: 80px !important;
}

.logo-wrapper {
  position: relative;
  display: inline-block;
  transform: rotate(-10deg);
  z-index: 9;
}

.logo-wrapper img {
  position: absolute;
  top: -32px;
  left: -5px;
  width: 110px !important;
}

.header-style-one .at_topbar {
  z-index: 99;
  position: inherit;
  background-color: #3c3b3b;
}

.zoom-img:hover {
  transform: scale(1.2);
  transition: all 0.5s ease;
  height: 100%;
}

.product_card {
  border-radius: 0.5rem;
  transition: all 0.3s;
}

.product_card:hover {
  border-radius: 0.5rem;
}

.product_card_image {
  height: 170px;
  width: 100%;
}

.img-product {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product_card_detail {
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.product_card_detail h5 {
  color: #000 !important;
  font-size: 18px !important;
}

.overlay_product {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
}

.product_card:hover .overlay_product {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.product_card:hover .product_card_detail {
  background: red;
  cursor: pointer;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: #fff !important;
}

.product_card:hover .border_box {
  background-color: rgba(0, 0, 0, 0.3);
  height: 0;
}

.border_box {
  height: 15px;
  background: rgba(210, 36, 22, 0.9);
  color: #fff;
  width: 100%;
  opacity: 0.2;
}

.text-red-800 {
  color: #ffa200;
}

.service_boximg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text_card_service {
  height: 150px;
}

.text-card_boxing-cover {
  width: 100%;
  height: 200px;
}

.text-card_boxing-cover {
  width: 100%;
  height: 200px;
}

.service_boximg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#custom-href-logo-style {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 110px;
  z-index: 999;
  top: 40px;
  display: inline-block;
}

#custom-href-logo-style img {
  width: 100%;
}

.search-span {
  width: 32px;
  height: 25px;
  cursor: pointer;
  border-radius: 25px;
  background: #959292;
  border: 1px solid !important;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  text-align: center;
  padding: 0 5px;
}

.search-span i {
  line-height: 25px;
}

.search-span:hover {
  text-align: left;
  width: 140px;
  background-color: #ffffff;
  color: #000000 !important;
}

.bg-red-600 {
  background-color: rgba(210, 36, 22, 0.9) !important;
}

.tp-info .icon-wrapper {
  color: rgba(210, 36, 22, 0.9) !important;
}

.theme-scrolltop-btn {
  background-color: rgba(210, 36, 22, 0.9) !important;
}

.text-footer-color {
  color: rgba(210, 36, 22, 0.9) !important;
}

.map-area {
  min-height: 350px;
}

.contact-info li + li {
  margin: 0 !important;
}

.contact-info li .icon-wrapper {
  width: 50px;
  height: 50px;
  background: transparent !important;
  color: #ffa200 !important;
  font-size: 20px;
}

.info-icon {
  display: block;
  color: #ffa200 !important;
}

.title-contact {
  color: rgba(210, 36, 22, 0.9) !important;
}

.btn-contact {
  background-color: #fff !important;
  border: 3px solid #ffa200;
  border-radius: 5px;
  color: #ffa200;
}

@media screen and (max-width: 992px) {
  .saerch-box-div {
    left: 23%;
    top: 32%;
    width: 500px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .saerch-box-div {
    width: 400px;
  }
}

@media screen and (max-width: 576px) {
  .saerch-box-div {
    left: 17%;
    top: 26%;
    height: 53px;
    width: 300px;
  }
}

.custom-shape-divider-bottom-1687681654 {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 192px;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1687681654 svg {
  position: relative;
  display: block;
  width: calc(161% + 1.3px);
  height: 150px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1687681654 .shape-fill {
  fill: #ffffff;
}

.banner_bg {
  padding-top: 100px;
  background: #ce0000;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#banner {
  margin-top: 145px;
}

#custom_home_page_image {
  position: absolute;
  width: 100%;
  background-attachment: fixed;
  opacity: 36%;
  height: 700px;
  object-fit: cover;
}

#banner a {
  width: 110px;
  height: 40px;
  background-color: #dc3545d4;
}

#banner a:hover {
  background-color: black;
}

#banner h1 {
  margin-bottom: 42px;
}

#custom-category-box-style {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 50px;
  align-items: center;
}

#custom-services-box-style {
  background: #3c3b3b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  border-radius: 65px;
  align-items: center !important;
  min-height: 155px;
}

#custom-bi-icon {
  border: 2px solid #fff;
  padding: 3px;
  border-radius: 50%;
  transition: 0.2s;
}

.at_nav_menu ul li a {
  transition: 0.3s;
  padding: 5px;
  border-radius: 25px;
  margin: 0 2px;
}

.at_nav_menu ul li a:hover {
  color: #b81515;
  background-color: #fff;
}

.at_nav_menu ul li a {
  padding: 6px 0;
  width: 85px;
  text-align: center;
}

.custom-btn-10-style-active {
  margin: 5px;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 19px;
  color: #b81515;
  opacity: 1 !important;
  transition: 0.3s;
}

#custom-btn-10-style-deactive {
  margin: 5px;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 19px;
  color: #b81515;
  opacity: 0.6;
  transition: 0.3s;
}

.custom-btn-11-style-active {
  margin: 5px !important;
  padding: 8px 30px !important;
  border-radius: 10px !important;
  font-size: 19px !important;
  color: #fff !important;
  opacity: 1 !important;
  background-color: #b81515 !important;
}

#custom-btn-11-style-active {
  margin: 5px !important;
  padding: 8px 30px !important;
  border-radius: 10px !important;
  font-size: 19px !important;
  color: #fff !important;
  opacity: 1 !important;
  background-color: #b81515 !important;
}

#custom-btn-11-style-deactive {
  margin: 5px;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 19px;
  color: #fff;
  opacity: 0.6;
  background-color: #b81515;
  transition: 0.3s;
  height: fit-content;
}

.custom-btn-11-style-deactive {
  margin: 5px;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 19px;
  color: #fff;
  opacity: 0.6;
  background-color: #b81515;
  transition: 0.3s;
}

.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #b81515 !important;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

#custom_font_h1 {
  font-size: 50px !important;
  letter-spacing: 3px;
}

#custom_about_div p {
  color: #b81515 !important;
}

.mcb-wrap-background-overlay span {
  font-size: 18px !important;
}

.mcb-column-inner * {
  font-size: 18px !important;
}

#custom_strong_1_style {
  font-size: 15px;
  color: #000;
}

#custom_span_1_style {
  font-size: 14px;
  color: #8a8a8a;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
.wrapper {
  width: 100%;
  position: relative;
}

.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
  left: -22px;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .card {
  scroll-snap-align: start;
  height: 140px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 18px;
  width: 90px;
}

.carousel .card .img {
  height: 70px;
  width: 148px;
  border-radius: 50%;
}

.card .img img {
  width: 90px;
  border-radius: 25%;
  object-fit: cover;
  border: 4px solid #fff;
  margin-top: 17px;
}

.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}

.carousel .card span {
  color: #000;
  font-size: 10px;
  height: 50px;
  text-align: center;
}

.fa-angle-left {
  z-index: 1;
}

#custom-swiper-slide {
  width: 90px !important;
  margin-left: 0px !important;
  height: 90px !important;
  transition: 0.2s;
}

#custom-swiper-slide:hover {
  background: #ebebeb;
}

#custom-swiper-slide svg {
  width: 100px !important;
  height: 60px !important;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.mySwiper {
  display: contents !important;
}

#custom_lang_icon_style {
  border: 1px solid !important;
  border-radius: 50%;
  color: #fff;
  background-color: #ad0e1a !important;
}

#custom_style_nav_div {
  margin: auto !important;
  justify-content: center !important;
}

#custom_svg_2_style {
  margin-top: -160px;
  z-index: -1;
  /* margin-bottom: - 75 px; */
  height: auto;
  transform: rotate(-0.5deg);
}

#custom_svg_2_style path {
  fill: #3c3b3b !important;
}

.at_nav_menu li {
  padding: 0 4px;
}

@media screen and (min-width: 1422.22px) {
  #custom_svg_2_style {
    margin-top: -180px;
  }

  .at_nav_menu li {
    padding: 0px 14px;
  }
}

@media screen and (min-width: 1600px) {
  #custom_svg_2_style {
    margin-top: -180px;
  }

  .at_nav_menu li {
    padding: 0px 20px;
  }
}

@media screen and (min-width: 1706.67px) {
  #custom_svg_2_style {
    margin-top: -200px;
  }

  .at_nav_menu li {
    padding: 0px 22px;
  }
}

@media screen and (min-width: 1920px) {
  #custom_svg_2_style {
    margin-top: -230px;
  }

  .at_nav_menu li {
    padding: 0px 38px;
  }
}

@media screen and (min-width: 2560px) {
  #custom_svg_2_style {
    margin-top: -300px;
  }

  .at_nav_menu li {
    padding: 0px 70px;
  }
}

#custom_svg_3_style {
  position: relative;
  display: block;
  width: calc(100% + 1500px);
  height: 281px;
  transform: rotateY(0deg);
  right: 50%;
}

.h-130px {
  height: 105px;
  margin-top: -20px !important;
  overflow: hidden;
  position: relative;
}

#custom-about-left {
  background-color: #3c3b3b;
  padding: 10px;
  height: 100%;
  width: 120%;
  left: -10%;
  z-index: 9;
}

.img_bottom_slider {
  display: none;
  position: absolute;
  bottom: 10px;
  z-index: 9;
  height: 70px;
  object-fit: cover;
  width: 100%;
}

.carousel-indicators [data-bs-target] {
  background-color: #e7e7e7 !important;
}

.img_bottom_slider2 {
  position: absolute;
  bottom: -140px;
  z-index: 9;
  height: 70px;
  object-fit: cover;
  width: 100%;
}

#custom_span_2_style {
  font-size: 15px;
}

.slider {
  overflow: hidden;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-item {
  width: 90px;
  background: #fff;
  padding: 10px 5px;
  border-radius: 25px;
}

.slider-item img {
  width: 75px;
}

.slider-controls {
  margin-top: 10px;
}

.slider-controls i {
  cursor: pointer;
  margin-right: 5px;
}

#custom_img_3_style {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

#custom-swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-radius: 30px;
  padding: 50px 0px;
}

#custom-swiper-slide-2 {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 17px;
}

#custom-swiper-slide-2 img {
  width: 100%;
  height: 75px;
  object-fit: contain;
}

.swiper {
  width: 100%;
  height: 100%;
}

#custom_brand_style {
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(1);
}

#custom_btn_project_style {
  background-color: #f9a96a;
  color: #fff;
  border-radius: 20px;
  margin: auto;
  position: absolute;
  right: 50%;
  transform: translate(50%);
  white-space: pre;
  transition: 0.2s;
}

#custom_btn_gallery_style {
  background-color: #f9a96a;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  margin: auto;
  position: absolute;
  transition: 0.2s;
}

.text-red-default {
  color: #c91a1c !important;
}

.mt-n-75px {
  margin-top: 0 !important;
}

.mt-n-1px {
  margin-top: -1px !important;
}

@media (max-width: 1199px) {
  .mt-n-75px {
    margin-top: -25px !important;
  }

  .title_service_index {
    margin-top: -80px;
    z-index: 9999;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .mt-n-75px {
    margin-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .mt-n-75px {
    margin-top: 75px !important;
    text-align: center;
  }

  .title_service_index {
    text-align: center;
  }
}

.title_service_index {
  margin-top: 30px;
  z-index: 9999;
  margin-bottom: 20px;
}

.text-shadow-fff {
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.fs-30px {
  font-size: 30px !important;
}

#custom-href-about-style {
  transition: 0.2s;
  padding: 1px 8px;
  font-size: 12px;
}

#custom-href-about-style {
  background-color: #ad0e1a;
}

#custom_btn_gallery_style:hover,
#custom_btn_project_style:hover,
#custom-href-about-style:hover {
  background-color: #aa1d1a !important;
  color: #ff8000 !important;
}

#custom_user_icon_hover_style {
  color: #fff;
  background-color: #ad0e1a !important;
}

#custom_user_icon_hover_style:hover,
#custom_lang_icon_style:hover {
  background-color: #ffffff !important;
  color: #ad0e1a !important;
}

#custom-bi-bi-whatsapp-style,
.social_head {
  transition: 0.2s;
}

#custom-bi-bi-whatsapp-style:hover,
.social_head:hover {
  color: #ff0000 !important;
}

#custom-bi-icon:hover {
  border: 2px solid red;
  color: red !important;
}

#custom_href_threads_style {
  background-color: #ffa200 !important;
  border: 1px solid !important;
  border-radius: 25px !important;
  color: #fff;
}

#custom_href_threads_style:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

#custom_big_box_style {
  box-shadow: 2px -4px 10px -1px;
  background-color: #2e2e2e;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: inline-block;
}

.all_why#custom_big_box_style {
  position: absolute;
  right: 130px;
  top: 50px;
  text-align: center;
  background-color: #3c3b3b !important;
  width: 145px !important;
  height: 145px !important;
}

.all_why#custom_big_box_style p {
  margin-top: 20px !important;
}

.all_why#custom_big_box_style * {
  color: #fff !important;
  font-family: "Titr" !important;
  font-size: 27px !important;
}

.all_project_link#custom_big_box_style {
  /* position: absolute;
    right: 0;
    left: unset;
    top: 0; */
}

#custom_big_box_style p {
  margin-top: 25px;
  font-size: 19px;
}

#custom_big_box_style span {
  font-size: 19px;
}

#custom_big_box_style:hover {
  background-color: #ffffff !important;
}

#custom_big_box_style {
  transition: 0.2s;
}

#custom_big_box_style:hover p,
#custom_big_box_style:hover span {
  color: #2e2e2e !important;
}

#custom-svg-icon-style {
  cursor: pointer;
  transition: 0.2s;
}

#custom-svg-icon-style:hover {
  opacity: 0.6;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 20px !important;
}

#custom-swiper-button-next,
#custom-swiper-button-prev {
  background: #fff;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 60px 0px;
  opacity: 61%;
  color: #000;
  transition: 0.2s;
}

#custom-swiper-button-next:hover,
#custom-swiper-button-prev:hover {
  opacity: 1 !important;
}

#custom-div-brands-style {
  position: absolute;
  top: 100px;
  margin: auto;
}

.foreground-image {
  width: 101% !important;
  height: 330px !important;
  margin: auto !important;
  display: block;
}

#daste_bandi_mahsoolat {
  background: url("../../images/category_product_1.png");
  background-size: 100% 330px;
  padding: 2px;
  background-repeat: no-repeat;
  filter: saturate(1);
  height: 330px;
}

.custom-standard-box-image {
  position: absolute;
  height: 280px;
  width: 100%;
}

.custom-title-approval-style {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 25px;
  color: #fff !important;
  z-index: 1;
}

.title_text_border {
  border-bottom: 3px solid #fff !important;
  padding: 0 10px 5px;
}

.titr_best_alarm {
  height: 32px;
}

#custom-drop-down-bg {
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}

.custom-drop-down-bg_1 {
  min-width: unset !important;
  width: 100px;
  margin-right: calc(-50px + 42px) !important;
}

.custom-drop-down-bg_2 {
  width: 200px;
  margin-right: calc(-100px + 42px) !important;
}

.custom-drop-down-bg_3 {
  width: 300px;
  margin-right: calc(-150px + 42px) !important;
}

.custom-drop-down-bg_4 {
  width: 400px;
}

#custom-drop-down-bg::-webkit-scrollbar {
  width: 0.5em;
  background-color: transparent;
}

#custom-drop-down-bg::-webkit-scrollbar-thumb {
  background-color: transparent;
}

#custom-drop-down-bg::-moz-scrollbar {
  width: 0.5em;
  background-color: transparent;
}

#custom-drop-down-bg::-moz-scrollbar-thumb {
  background-color: transparent;
}

#custom-swiper-button-next-2 {
  background: #fff !important;
  border-radius: 50px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  padding: 60px 0px !important;
  opacity: 61% !important;
  color: #000 !important;
  transition: 0.2s !important;
  right: 0;
  height: 100%;
}

#custom-swiper-button-prev-2 {
  background: #fff !important;
  border-radius: 50px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  padding: 60px 0px !important;
  opacity: 61% !important;
  color: #000 !important;
  transition: 0.2s !important;
  left: 0;
  height: 100%;
}

.ul_li_a {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#custom-menu-href-btn {
  display: inline-block;
  background-color: #fff;
  transition: 0.2s;
  width: 100%;
  border-radius: 22px;
  text-align: center;
}

#custom-menu-href-btn:hover {
  background-color: #ffa200;
  color: #fff !important;
}

#custom-menu-href-btn img {
  width: 80% !important;
  height: 88px !important;
  object-fit: contain;
  filter: brightness(0%);
}

#custom-menu-href-btn:hover img {
  filter: invert(90%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(100%) !important;
}

#custom-style-text-contact-us {
  text-shadow: 0px 0px 10px #000;
}

#custom-project-svg-style {
  width: 500px;
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 900px) {
  #custom-project-svg-style {
    margin-top: -140px;
    padding-bottom: 60vh;
  }
}

#custom-project-div-style {
  background-color: #2e2e2e;
  padding: 10px;
  width: 50%;
  margin: auto;
  border-radius: 20px;
}

#custom-project-div-style h1 {
  color: #ffa200 !important;
}

#custom-project-div-style a {
  color: white !important;
}

#custom-services-svg-style {
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
}

#custom-services-href-style {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 10px;
  border-radius: 12px;
}

#custom-media-href-style {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 10px;
  border-radius: 12px;
  border: 2px solid #fff;
}

#custom-img-services-style {
  border-radius: 70px;
  border: 3px solid #fff;
  height: 450px;
  width: 100%;
  object-fit: cover;
}

#custom-box-description-services-style {
  z-index: 1;
  background-color: #cecece;
  border-radius: 80px;
}

#custom-blogs-image-style {
  height: 250px;
  border-radius: 20px;
  width: 90%;
  object-fit: cover;
}

@media screen and (max-width: 991.5px) {
  #custom-blogs-image-style {
    width: 100% !important;
  }
}

#custom-title-services-style {
  border-right: 3.4px solid #ce0000;
  padding-right: 15px;
}

#custom-text-box-services-style {
  background-color: #fff;
  padding: 35px;
  border-radius: 50px;
  border: 1px solid;
  width: 1050px;
  margin: 35px;
}

#custom-text-box-approach-style {
  padding: 20px 35px;
}

#custom-approach-box-style {
  width: 1050px;
}

.categories-blog {
  border-radius: 35px;
  height: 260px !important;
  overflow: hidden;
}

.categories-media {
  border-radius: 10px !important;
  height: 210px !important;
  overflow: hidden;
}

.padding-for-education {
  word-spacing: normal;
  white-space: normal;
  padding: 5px;
}

@media screen and (max-width: 767.5px) {
  .padding-for-education {
    padding: 10px 20px;
  }
}

#custom-plus-training-file-style p {
  margin: auto !important;
  color: #000;
}

#custom-valed-plus-training-file-style {
  border: 2px solid #e99504;
  padding: 5px;
  transition: all 0.3s ease;
  border-radius: 15px;
}

#custom-valed-plus-training-file-style:hover {
  background-color: #e99504;
}

#custom-valed-plus-training-file-style:hover p,
#custom-valed-plus-training-file-style:hover svg {
  color: white;
}

#custom-article-btn-style {
  color: #bf0000 !important;
  width: 100px;
  margin-right: auto;
  float: left;
}

#custom-article-btn-style span {
  transition: 0.2s;
}

#custom-article-btn-style:hover span {
  background-color: #bf0000;
  color: #fff;
}

#custom-article-btn-style span {
  border: 1px solid #707070;
  padding: 5px 10px;
  border-radius: 15px;
}

#custom-col-article-style {
  display: flex;
  border: 1px solid #707070;
  padding: 20px 40px;
  border-radius: 30px;
}

#custom-back-to-media-style {
  border: 1px solid #707070;
  padding: 5px 17px;
  border-radius: 30px;
  color: #000;
  width: 140px;
  display: block;
  text-align: center;
  margin: -8px;
  transition: 0.2s;
}

#custom-back-to-media-style:hover {
  color: #ffa200;
  background-color: #343434;
}

#custom-first-img-gallery-page-style {
  height: 700px;
  object-fit: cover;
}

@media screen and (max-width: 991.5px) {
  #custom-col-article-style {
    display: block;
  }

  #custom-responsive-col-blog-texts {
    margin-top: 1rem !important;
  }

  #custom-first-img-gallery-page-style {
    height: auto;
    object-fit: cover;
  }
}

#custom-responsive-col-blog-texts p {
  color: #000;
}

#custom-gallery-box-style {
  border-radius: 30px;
  position: relative;
  background-color: #d9d9d9;
  transition: 0.2s;
}

#custom-gallery-box-style:hover {
  background-color: #ffa200;
}

#custom-gallery-box-style:hover p,
#custom-gallery-box-style:hover svg,
#custom-gallery-box-style:hover h5 {
  color: white;
}

#custom-before-text-gallery {
  padding: 0px 20px;
}

#custom-gallery-image-style {
  /*margin-top: -55px;*/
  border-radius: 22px;
  padding: 13px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991.5px) {
  #custom-gallery-image-style {
    margin-top: 0px;
  }
}

#custom-svg-contact-style {
  transition: 0.2s;
}

#custom-span-sidebar-about-us {
  margin: 0px 15px;
  font-size: 14px;
  text-align: right;
}

.custom-svg-sidebar-about-us {
  width: 40px;
  height: 30px;
}

#custom-li-sidebar-about-us {
  display: flex;
  align-items: center;
  transition: 0.2s;
}

#custom-li-sidebar-about-us:hover {
  background-color: #ffa200;
  color: #fff;
}

.custom-city-style-btn {
  padding: 0.7rem 0rem;
  background: none;
  border: 1.5px solid #ffa915;
  color: #ffa200;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#custom-career-div-style {
  background: #d9d9d9;
  text-align: center;
  border-radius: 50px;
  margin-top: 140px !important;
}

#custom-career-div-style img {
  width: 500px !important;
  height: 309.45px !important;
  object-fit: cover !important;
  margin-top: -100px;
  border-radius: 12px;
}

#custom-career-div-style h3 {
  font-weight: 100;
  color: #ad0e1a;
}

#custom-career-div-style p {
  padding: 0px 50px;
}

#custom-career-div-style a {
  background: #fff;
  padding: 5px 15px;
  margin-bottom: 12px;
  border-radius: 10px;
  border: 1px solid #707070;
  color: #ad0e1a;
}

#custom-container-style {
  padding: 0px 100px;
}

@media (min-width: 1000px) {
  .top-1000-n-100 {
    top: -100px;
  }
}

.text-style {
  float: left;
  letter-spacing: 3px;
  font-weight: 100;
}

.category_swiper {
  margin-top: 35px;
}

.title_service_bestalarm h1 {
  color: #c8393a;
  font-size: 50px;
  text-align: center;
}

.float-left {
  float: left !important;
}

.project-title span {
  font-weight: 100;
  color: #b81515;
  font-size: 40px;
  text-align: left;
}

.project-title_1 h4 span {
  font-weight: 100;
  color: #b81515;
  font-size: 25px;
  text-align: left;
}

.project-title span span {
  color: #b81515;
  font-weight: bold;
  font-size: 45px;
}

.all_project_link {
  /* position: absolute;
    left: 0; */
}
.blogs2_swiper .swiper-slide {
  -ms-flex-negative: unset;
  flex-shrink: unset;
}
.card_project_top,
.card_blog_top {
  padding: 0 25px;
}

.card_project {
  border-top-left-radius: 180px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.card_blog {
  border-bottom-left-radius: 180px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.card_project img {
  border-top-left-radius: 180px;
  height: 450px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
}

.card_blog img {
  border-bottom-left-radius: 180px;
  height: 450px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
}

.card_project div {
  box-shadow: inset 0px -170px 90px -91px #b81515;
  padding-top: 100px;
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
}

.card_blog div {
  border-bottom-left-radius: 180px;
  padding-left: 40px;
  box-shadow: inset 0px -170px 90px -91px #b81515;
  padding-top: 100px;
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
}

.card_project div p {
  font-size: 25px;
  margin-bottom: 0;
}

.card_blog div p {
  font-size: 25px;
  margin-bottom: 0;
  text-shadow: 0 4px 5px BLACK;
}

#custom_brand_style #custom-swiper-button-next {
  right: 0;
  height: 100%;
  width: 28px;
  top: 0;
}

#custom_brand_style #custom-swiper-button-prev {
  left: 0;
  height: 100%;
  width: 28px;
  top: 0;
}

#representations,
#brands {
  padding: 0 40px;
}

#representations .row,
#brands .row {
  overflow-x: hidden;
}

.title_article {
  font-weight: 100;
  color: #b81515;
  font-size: 60px;
  text-align: left;
}

#custom-services-box-style span {
  font-size: 14px;
}

#custom-services-box-style strong {
  font-size: 17px !important;
}

.header_1_bg {
  position: absolute;
  right: 0;
  left: 0;
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
  object-fit: cover;
  top: 0;
  z-index: 99;
}

.header_2_bg {
  position: absolute;
  right: 0;
  left: 0;
  max-width: 1200px;
  margin: 0 auto;
  height: 119px;
  top: 38px;
}

.at_header_nav {
  position: inherit;
  z-index: 99;
  padding-top: 8px;
  padding-bottom: 7px;
}

.at_header_nav:after {
  content: "";
  background-color: #ad0e1a;
  position: absolute;
  left: 0;
  width: calc(100% - 1200px);
  top: 0;
  height: calc(100% - 2px);
  z-index: -2;
}

.at_header_nav:before {
  content: "";
  background-color: #ad0e1a;
  position: absolute;
  right: 0;
  width: calc(100% - 1200px);
  top: 0;
  height: calc(100% - 2px);
  z-index: -2;
}

.sticky-on .at_header_nav:before,
.sticky-on .at_header_nav:after {
  top: 3px;
  height: calc(100% - 2px);
}

.info_color {
  background: #2e2e2e !important;
  color: #ffa200 !important;
}

.info_color :hover {
  background: #111111 !important;
}

.btn-consultation {
  background: #009f24;
  color: #fff;
  position: fixed;
  right: -65px;
  padding: 8px 20px;
  bottom: 70px;
  z-index: 9999;
  border-radius: 35px 35px 0 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transform: rotate(-90deg);
}

.d-ltr {
  direction: ltr !important;
  text-align: left !important;
}

.btn-consultation:hover {
  background: #005816;
  color: #fff;
}

#consultationModal .modal-content {
  border-radius: 50px;
  box-shadow: 0 0 2px 1px #0000ff;
}

#consultationModal .top_text {
  color: #c000ef;
}

#consultationModal button {
  padding: 5px 15px;
  border-radius: 30px;
  min-width: 100px;
  text-align: center;
}

#consultationModal input {
  border-radius: 35px !important;
}

@media (max-width: 1200px) {
  #why_best_alarm {
    padding-top: 275px !important;
  }

  .text-style {
    margin: -30px 0;
  }

  .header_1_bg {
    width: 100%;
  }

  .header_2_bg {
    height: 115px;
    width: 100%;
  }

  .sticky-on .header_2_bg {
    height: 105px;
  }

  .at_header_nav {
    padding-top: 5px;
  }

  .sticky-on .at_header_nav:before,
  .sticky-on .at_header_nav:after {
    display: none;
  }

  #custom-href-logo-style {
    width: 100px;
    top: 45px;
  }

  .at_nav_menu li {
    padding: 0 !important;
  }
}

@media (max-width: 1100px) {
  .at_nav_menu li {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .col-md-3 .list-group .list-group-item {
    padding: 0.625rem !important;
  }
  #why_best_alarm {
    padding-top: 150px !important;
    padding-bottom: 0 !important;
    min-height: unset;
  }

  #custom_svg_2_style {
    display: none;
  }

  .at_header_nav {
    background: #ad0e1a;
  }

  .header-sticky.sticky-on .at_header_nav {
    top: 0 !important;
  }

  body {
    background-position-y: 30px;
  }

  .text-style {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .category_swiper_title {
    position: relative;
    top: 20px;
  }

  .title_service_bestalarm h1 {
    font-size: 50px;
  }

  .card_project_top,
  .card_blog_top {
    padding: 0 10px;
  }

  .card_project img,
  .card_blog img {
    height: 350px;
  }

  .card_project div p,
  .card_blog div p {
    font-size: 20px;
  }

  .title_article {
    font-size: 35px;
  }

  #custom-btn-11-style-deactive {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  body {
    background-size: cover;
  }
  .col-md-3 .list-group .list-group-item {
    padding: 0.5rem !important;
  }
  #why_best_alarm {
    padding-top: 0 !important;
    /*padding-bottom: 350px !important;*/
  }

  .text-style {
    margin-top: 130px;
    margin-bottom: 10px;
  }

  .title_service_bestalarm h1 {
    font-size: 35px;
  }

  .project-title span {
    font-size: 30px;
  }

  .project-title span span {
    font-size: 35px;
  }

  #custom_big_box_style {
    width: 90px;
    height: 90px;
  }

  #custom_big_box_style p {
    font-size: 14px;
    margin-top: 18px;
  }

  #custom_big_box_style span {
    font-size: 14px;
  }

  #custom-btn-10-style-deactive {
    font-size: 15px;
  }

  .foreground-image {
    height: 425px;
  }

  .title_article {
    font-size: 25px;
  }

  #custom-btn-11-style-deactive {
    font-size: 15px;
  }

  #custom_font_h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 575px) {
  .col-md-3 .list-group .list-group-item {
    padding: 0.375rem !important;
  }
  #why_best_alarm {
    padding-top: 50px !important;
  }

  .text-style {
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  .at-section-title .at-subtitle {
    font-size: 20px;
  }

  .category_swiper_title {
    position: relative;
    top: 40px;
  }

  .category_swiper {
    margin-top: 50px;
  }

  #custom-services-box-style span,
  #custom_span_1_style {
    font-size: 13px;
  }

  .title_service_bestalarm h1 {
    text-align: center;
    font-size: 25px;
  }

  #custom-about-left {
    width: 110%;
    left: -5%;
  }

  #custom_span_2_style {
    font-size: 14px;
  }

  #custom-href-about-style {
    margin-top: 10px;
  }

  #banner h1 {
    font-size: 22px;
  }

  #banner h5 {
    font-size: 14px;
  }

  .title_h3_del {
    font-size: 20px;
  }

  .project-title span {
    font-size: 20px;
  }

  .project-title span span {
    font-size: 23px;
  }

  #custom_big_box_style {
    width: 75px;
    height: 75px;
  }

  #custom_big_box_style p {
    font-size: 14px;
    margin-top: 13px;
  }

  #custom_big_box_style span {
    font-size: 13px;
  }

  .card_project div p,
  .card_blog div p {
    font-size: 17px;
  }

  .card_project,
  .card_blog {
    width: 300px;
    max-width: 100%;
  }

  #custom-btn-10-style-deactive {
    font-size: 13px;
    padding: 6px 10px;
    margin: 0;
  }

  .foreground-image {
    height: 400px;
  }

  .title_article {
    font-size: 25px;
    margin-bottom: 20px;
  }

  #custom-btn-11-style-deactive {
    font-size: 14px;
    margin: 2px;
    padding: 6px 13px;
  }

  .blog-section {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  body {
    background: #f5f5f5 !important;
  }
  .title_service_index {
    margin-top: 1rem !important;
  }
  .at-section-title .title_text_border.text-white {
    color: #1a1a1a !important;
    border-color: #1a1a1a !important;
  }
}
.project-logo {
  width: 100px;
  height: 40px;
  object-fit: contain;
}

.collapse-panel {
  display: block;
  width: 100%;
  border: 1px solid #66666650;
  border-radius: 5px;
  margin-top: 5px;
}

.collapse-panel h6 {
  width: 100%;
  cursor: pointer;
  padding: 15px 10px;
  margin-bottom: 0;
}

.collapse-panel.active h6 {
  background: #e7f1ff;
  color: #0c63e4;
}

.collapse-panel h6 a {
  display: block;
}

.collapse-panel .panel-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  padding: 10px;
}

.collapse-panel.active .panel-content {
  max-height: 1000px;
}

.collapse-panel .panel-content {
  display: none;
}

.collapse-panel.active .panel-content {
  display: block;
}

.editor-text * {
  line-height: 2.2;
  font-size: 16px;
}

.editor-text img {
  max-width: 100%;
  border-radius: 5px;
  /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);*/
  margin: 20px 0px 20px 0px;
}

.editor-text p {
  line-height: 2.2;
  font-size: 16px;
  text-align: justify;
}

.editor-text li {
  line-height: 2.2;
  font-size: 16px;
  text-align: justify;
}

.editor-text h1 {
  line-height: 2.2;
  font-size: 20px;
  text-align: justify;
}

.editor-text h2 {
  line-height: 2.2;
  font-size: 20px;
  text-align: justify;
}

.editor-text h3 {
  line-height: 2.2;
  font-size: 18px;
  text-align: justify;
}

.editor-text h4 {
  line-height: 2.2;
  font-size: 18px;
  text-align: justify;
}

.editor-text h5 {
  line-height: 2.2;
  font-size: 18px;
  text-align: justify;
}

.editor-text h6 {
  line-height: 2.2;
  font-size: 18px;
}

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.pagination {
  justify-content: center;
}
.page-link {
  margin: 0px 10px 0px 0px;
  border-radius: 50%;
  width: 10px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}

span[aria-hidden="true"] {
  display: none !important;
}

a[rel="next"] {
  display: none !important;
}

a[rel="prev"] {
  display: none !important;
}

a[aria-label="بعدی »"] {
  display: none !important;
}

a[aria-label="« قبلی"] {
  display: none !important;
}

.list-group-item {
  transition: 0.2s;
}

.list-active {
  background-color: #ffa200;
  color: #fff;
}

.list-group-item:hover {
  background-color: #ffa200;
  color: #fff;
}
#custom-product-box-style #container {
  aspect-ratio: 16/9;
  padding: 1rem;
  width: 100%;
}
#custom-product-image-style {
  border-radius: 2rem;
  object-fit: contain;
  z-index: 1;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.col-md-3 .list-group .list-group-item {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  padding: 0.75rem;
}
.col-md-3 .list-group .list-group-item span {
  font-size: clamp(0.75rem, 1vw, 1rem) !important;
  text-align: center !important;
}
#custom-product-box-style {
  /*background-color: #282828;*/
  border-radius: 30px;
  position: relative;
  max-width: 100%;
  transition: 0.2s;
  background: white;
  border: 1px solid;
}

#custom-product-box-style:hover {
  background-color: #fff;
  border: 1px solid;
}

#custom-product-box-style:hover h6 {
  color: #ad0e1a;
}

#custom-product-box-style:hover #custom-before-text-product {
  color: #8a8a8a;
  text-align: center;
}

#custom-product-box-style:hover #custom-product-image-style {
  filter: brightness(0.8);
  background-color: #fff;
}

#custom-before-text-product p {
  text-align: center;
}

#custom-product-title {
  color: #ffa200;
  font-weight: 100;
}

#custom-before-text-product {
  padding: 0px 20px 70px 20px;
  color: black;
  font-size: 11px;
  position: relative;
  /*width: 350px;*/
  text-align: center;
}

#custom-after-text-btn-product {
  position: absolute;
  width: 60%;
  right: 0;
  display: block;
  background-color: #b51d2a;
  margin: auto;
  left: 0;
  color: #fff;
  border-radius: 10px;
  padding: 7px;
  font-size: 11px;
  bottom: -15px;
  transition: 0.2s;
}

#custom-after-text-btn-product:hover {
  background-color: #ffa200;
  color: #fff;
}

#custom-svg-image-product {
  display: none;
  position: absolute;
  z-index: 0;
  width: 365px;
  height: 250px;
}

#custom-div-product-item {
  transition: 0.2s;
}

/*#custom-product-box-style:hover #custom-svg-image-product {*/
/*    display: block;*/
/*}*/

#custom-product-box-style:hover #custom-div-product-item {
  transform: translate(0px, -40px);
}

.custom-img-services-style {
  border-radius: 70px;
  height: 450px;
  width: 100%;
  object-fit: cover;
}
#custom-about-div-style-1 {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 15px 40px;
}

.title {
  font-weight: bold;
}

.footer-copyright p span {
  color: #f4a717;
}
.footer-copyright p a {
  color: #fff;
  font-size: 0.75rem;
}
.footer-back {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  filter: brightness(25%);
}
@media screen and (min-width: 1024px) {
  .blogs2_swiper #custom-product-box-style {
    min-height: 391px;
  }
}

.collapse-panel {
  display: block;
  width: 100%;
  border: 1px solid #66666650;
  border-radius: 5px;
  margin-top: 5px;
}

.collapse-panel h6 {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 7px 10px;
  padding-right: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.collapse-panel h6:before {
  content: "+";
  position: absolute;
  right: 7px;
}
.collapse-panel.active h6 {
  background: #e7f1ff;
  color: #0c63e4;
}
.collapse-panel.active h6:before {
  content: "_";
  position: absolute;
  right: 7px;
  top: 6%;
}

.collapse-panel h6 a {
  display: block;
}

.collapse-panel .panel-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  padding: 10px;
  font-size: 13px;
}

.collapse-panel.active .panel-content {
  max-height: 1000px;
}
.collapse-panel .panel-content {
  display: none;
}

.collapse-panel.active .panel-content {
  display: block;
}

.new-blog-card {
  padding: 1.25rem 1.25rem 0 1.25rem;
  margin-block: 2rem 1rem;
  justify-content: center;
  flex-direction: column;
  background: white;
  align-items: center;
  border-radius: 30px;
  text-align: center;
  border: 1px solid;
  transition: 0.2s;
  max-width: 100%;
  display: flex;
  height: 100%;
}
.new-blog-card.gallery-card {
  margin-block: 0;
}
.new-blog-card .card-thumbnail {
  transition: all ease-in-out 300ms;
  object-fit: contain;
  border-radius: 2rem;
  aspect-ratio: 16/9;
  position: relative;
  width: 100%;
  z-index: 1;
}
.new-blog-card.gallery-card .card-thumbnail {
  object-fit: cover;
}
.new-blog-card:hover .card-thumbnail {
  filter: brightness(0.8);
  margin-block: -3rem 3rem;
}
.new-blog-card .card-title {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  transition: all ease-in-out 300ms;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.125rem;
  display: -webkit-box;
  margin-top: 1rem;
  font-weight: 500;
  overflow: hidden;
  color: #ffa200;
  height: 2.25rem;
}
.new-blog-card.gallery-card .card-title {
  margin-bottom: 0.5rem;
  line-height: 1.25rem;
  height: 2.5rem;
}
.new-blog-card:hover .card-title {
  color: #1d1d1d;
}

.new-blog-card .card-abstract {
  transition: all ease-in-out 300ms;
  -webkit-box-orient: vertical;
  text-align-last: center;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-align: justify;
  margin-block: 1rem;
  line-height: 1rem;
  overflow: hidden;
  font-size: 12px;
  color: black;
  height: 3rem;
}
.new-blog-card:hover .card-abstract {
  color: #8a8a8a;
}
.new-blog-card .card-link-button {
  transition: all ease-in-out 300ms;
  background-color: #b51d2a;
  justify-content: center;
  margin-bottom: -1rem;
  padding: 0.5rem 1.5rem;
  align-items: center;
  border-radius: 10px;
  width: fit-content;
  font-size: 14px;
  display: flex;
  color: #fff;
}

.new-blog-card .card-link-button:hover {
  background-color: #ffa200;
}
#custom-product-box-style:hover {
  box-shadow: 0 0 10px 1px #b51d2a;
  border-radius: 25px;
}

.obj-contain {
  object-fit: contain;
}

.modal-body .at-search-box {
  padding: 0;
}

.modal-body .pt-mobile-15px {
  padding-top: 15px;
}

.modal-body .w-mobile-100 {
  width: 100%;
}

.modal-body .ms-2 {
  margin-left: 0 !important;
}

/* new */
iframe {
  width: 100%;
  height: 260px;
}

.saerch-box-div {
  width: 100%;
  height: 100%;
  left: 0px;
  background: #00000059;
  top: 0px;
}

.saerch-box-div .search_box_container {
  max-width: 600px;
  margin: auto;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 10px 46px 0px rgb(1 7 39 / 31%);
  margin-top: 18%;
  height: 62px;
}

.saerch-box-div .search_box_container .search_input:focus {
  color: brown;
}

.article-card:hover .article-card__info span {
  font-size: 16px;
  transition: 0.3s;
}

.article-card:hover .article-card__info h5 {
  font-size: 1.5rem;
  transition: 0.3s;
}

.article-card:hover .img-fluid {
  transition: 0.3s;
  transform: scale(1.1);
  filter: blur(2px);
}

.hover_img_darker:hover img {
  filter: brightness(80%);
}

.project-card .banner {
  width: 60%;
  margin-right: auto;
  height: 260px;
  overflow: hidden;
}

.project-card .banner img {
  object-fit: cover;
  position: unset;
  height: 100%;
  width: 100%;
}

.project-card:hover .banner img {
  transition: 0.2s;
  filter: brightness(75%);
}

.project-card .text-box {
  position: relative;
  top: -220px;
  height: 180px;
  overflow: hidden;
  width: 60%;
}

.project-card .text-box .title {
  color: var(--bs-accordion-active-color);
  font-weight: bold;
  font-size: 16px;
}

.project-card .short_text {
  height: 86px;
  overflow: hidden;
}

.project-card .btn-danger {
  background: rgb(236, 41, 56) !important;
}

.approach-card .title {
  height: 80px;
  overflow: hidden;
}

.approach-card:hover img {
  transition: 0.3s;
  filter: brightness(75%);
}

.approach-card:hover .title {
  transition: 0.3s;
  color: black;
}

.categories {
  border-radius: 35px;
  height: 160px;
  overflow: hidden;
}

.categories img {
  height: 100%;
}

.categories .box {
  position: relative;
  background: #00000085;
  height: 260px;
  top: -260px;
}

.categories:hover .box {
  transition: 0.3s;
  background: #000000b8;
}

.categories .box span {
  font-weight: bold;
}

.categories .btn {
  color: white;
  border: 1px solid white;
  border-radius: 8px;
}

.categories .btn:hover {
  transition: 0.3s;
  color: black;
  background: white;
}

.service h5 {
  border-right: 3px solid rgba(210, 36, 22, 0.9);
  color: black;
  padding: 5px 10px;
}

.border-red {
  border-top: 2px solid rgba(210, 36, 22, 0.9);
  width: 90%;
  margin: 20px auto 0px;
}

.product-card h4 {
  color: rgba(210, 36, 22, 0.9);
  font-size: 18px;
}

.product-card .short_text2 {
  height: 72px;
  overflow: hidden;
}

.text_card_service {
  display: grid;
  align-items: center;
}

.service_box__dark:hover {
  opacity: 0.8;
}

.project_card_image {
  height: 360px;
  overflow: hidden;
}

.project_card_image:hover .img-product {
  transition: 0.2s;
  transform: scale(1.1);
}

.product_card:hover .overlay_product {
  z-index: 9;
}

.lorem-img:hover {
  transition: 0.2s;
  transform: rotate(-3deg);
  filter: brightness(85%);
}

.boxOnSlider {
  position: absolute;
  top: 20%;
  width: 60%;
  height: 120px;
  overflow: hidden;
  padding: 1%;
  margin: 2%;
  background: #1a010140;
  clip-path: polygon(15% -7%, 150% -7%, 14% 228%, -47% 104%);
  box-shadow: 2px 2px 6px 0px #3c000030;
}

.boxOnSlider .title {
  color: black;
  font-weight: bold;
}

.boxOnSlider .title:hover {
  transition: 0.2s;
  color: rgba(210, 36, 22, 0.9);
}

.boxOnSlider .description {
  font-size: 12px;
}

.dl-hero-single {
  padding: 150px 0 0 0;
}

.pointer {
  cursor: pointer;
}

.dl-hero-single::before {
  display: none;
}

@media (min-width: 992px) {
  .boxOnSlider {
    top: 180px;
    margin: 5%;
    width: 32%;
    height: 340px;
    padding: 20px;
    clip-path: polygon(15% -7%, 150% -7%, 14% 228%, -47% 104%);
  }

  .boxOnSlider .title {
    font-size: 28px;
  }

  .boxOnSlider .description {
    font-size: 18px;
  }

  .product-card:hover img {
    transition: 0.3s;
    filter: brightness(66%);
  }

  .product-card:hover .bg-light {
    transition: 0.3s;
    background: darkgray !important;
  }

  .product-card:hover .short_text2 {
    transition: 0.3s;
    color: white;
  }

  .product-card .short_text2 {
    height: 86px;
  }

  .product-card .banner2 {
    height: 200px;
    overflow: hidden;
  }

  .product-card h4 {
    font-size: 22px;
  }

  .service h5 {
    /*font-size: 32px;*/
  }

  .categories .box span {
    font-size: 36px;
  }

  .project-card {
    height: 280px;
  }

  .list-group-item-action:hover {
    transition: 0.3s;
    font-weight: bold;
  }

  .h-350 {
    overflow: hidden;
  }

  .contact-info li .icon-wrapper {
    font-size: 18px;
  }

  h4,
  .h4 {
    font-size: 1.4rem;
    font-weight: inherit;
  }

  .dropdown-hover:hover > .dropdown-menu {
    left: 0px;
    right: 0px;
  }
}

.standard_box {
  position: relative;
  height: 130px;
  background: white;
  border-radius: 30px;
}

.standard_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.createdTooltip_standard {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 20px;
  border: 2px solid #f90;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.2em 0.5em;
  border-radius: 0.75em;
  cursor: pointer;
  font-size: 15px;
}

.standard_box:hover .createdTooltip_standard {
  display: block;
  position: absolute;
}
