.lazy-img-parent img {
  transition: all 0.3s ease-in-out;
}

.loading-img {
  position: relative;
  overflow: hidden;
  background-color: #fafafa !important;
}
.loading-img img {
  opacity: 0 !important;
  filter: blur(40px);
}

.loaded-img img {
  opacity: 1;
  filter: blur(0);
}

body {
  position: relative;
  font-family: "Bukra";
  font-weight: normal;
  background-color: #fff;
}
body::-webkit-scrollbar {
  background-color: #fff;
  width: 7px;
  height: 0px;
}
body::-webkit-scrollbar-thumb {
  background-color: #d9001b;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #d9001b #fff;
}

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

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

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.overflow {
  overflow: hidden !important;
}

* {
  outline: none !important;
}

.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@font-face {
  font-family: "Bukra";
  src: url("../fonts/29LTBukra/29LTBukra-Light.ttf") format("woff2"), url("../fonts/29LTBukra/29LTBukra-Light.woff") format("woff"), url("../fonts/29LTBukra/29LTBukra-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bukra";
  src: url("../fonts/29LTBukra/29LTBukra-Regular.woff2") format("woff2"), url("../fonts/29LTBukra/29LTBukra-Regular.woff") format("woff"), url("../fonts/29LTBukra/29LTBukra-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bukra";
  src: url("../fonts/29LTBukra/29LTBukra-Bold.woff2") format("woff2"), url("../fonts/29LTBukra/29LTBukra-Bold.woff") format("woff"), url("../fonts/29LTBukra/29LTBukra-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bukra";
  src: url("../fonts/29LTBukra/29LTBukra-BoldItalic.woff2") format("woff2"), url("../fonts/29LTBukra/29LTBukra-BoldItalic.woff") format("woff"), url("../fonts/29LTBukra/29LTBukra-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
.header-list {
  display: flex;
  align-items: center;
  margin: 0;
}
.header-list li ~ li {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
.header-list a {
  font-size: 15px;
  color: #1a1818;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.header-list a:hover {
  color: #d9001b;
}
.header-list a.active {
  position: relative;
  color: #d9001b;
}
.header-list a.active::after {
  content: url(../images/pattern/border.svg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  pointer-events: none;
}
.header-list .lang {
  color: #1a1818;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.header-list .lang span {
  display: none;
}
.header-list .lang:hover {
  color: #d9001b;
}
.header-list .header-req {
  width: 136px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1818;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.header-list .header-req:hover {
  color: #fff;
  background-color: #d9001b;
}

.custom-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  width: 100%;
  left: auto;
  right: auto;
  transform: none;
  transition: none;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}
.custom-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: auto;
  height: auto;
  margin: 0 2.5px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(87%) sepia(12%) saturate(126%) hue-rotate(176deg) brightness(105%) contrast(82%);
}
.custom-slider .swiper-pagination .swiper-pagination-bullet::before {
  content: url(../images/pattern/pagination.svg);
}
.custom-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(14%) sepia(43%) saturate(7070%) hue-rotate(342deg) brightness(106%) contrast(120%);
}
@media (max-width: 991px) {
  .custom-slider .swiper-pagination {
    display: flex;
  }
}
.custom-slider.main-slider .swiper-pagination, .custom-slider.single-project-slider .swiper-pagination {
  position: absolute;
  bottom: 11px;
  left: 0;
  margin: 0;
  display: flex;
}
.custom-slider.main-slider .swiper-pagination .swiper-pagination-bullet, .custom-slider.single-project-slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(76deg) brightness(109%) contrast(103%);
}
.custom-slider.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .custom-slider.single-project-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: brightness(0) saturate(100%) invert(14%) sepia(43%) saturate(7070%) hue-rotate(342deg) brightness(106%) contrast(120%);
}
.custom-slider.partners-slider .swiper-pagination {
  display: flex;
}

.slider-navs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider-navs .swiper-btn {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  position: relative;
  margin: 0;
  inset: unset;
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.slider-navs .swiper-btn:after {
  display: none;
}
.slider-navs .swiper-btn:hover {
  background-color: #162838;
  border-color: #162838;
}
.slider-navs .swiper-btn ~ .swiper-btn {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
html[dir=ltr] .slider-navs .swiper-btn svg {
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  .slider-navs {
    display: none;
  }
}

@media (max-width: 991px) {
  .cat-item {
    max-width: 316px;
    margin: auto;
  }
}
.cat-item .cat-img {
  position: relative;
  padding-top: 95.253164557%;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.cat-item .cat-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cat-item .cat-img:hover img {
  transform: scale(1.05);
}
.cat-item .cat-info {
  padding: 20px 10px 16px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cat-item .cat-info {
    border: 1px solid rgba(0, 0, 0, 0.0784313725);
    border-top: none;
    box-shadow: none;
  }
}
.cat-item .cat-name {
  font-size: 18px;
  font-weight: 700;
  color: #162838;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.278;
  margin: 0 0 25px;
  padding: 0 5px;
}
.cat-item .name-link {
  font-size: 18px;
  font-weight: 700;
  color: #1a1818;
  text-decoration: none;
  line-height: 1.278;
  transition: color 0.3s ease-in-out;
}
.cat-item .name-link:hover {
  color: #d9001b;
}
.cat-item .cat-summary {
  font-size: 16px;
  color: #1a1818;
  overflow: hidden;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  margin: 0 0 12px;
}
.cat-item .cat-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5px;
}
.cat-item .more-link {
  display: flex;
  align-items: center;
  color: #d9001b;
  fill: #d9001b;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cat-item .more-link svg {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
html[dir=ltr] .cat-item .more-link svg {
  transform: scaleX(-1);
}
.cat-item .more-link:hover {
  color: #162838;
  fill: #162838;
}

.service-item {
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 320px;
}
@media (max-width: 991px) {
  .service-item {
    max-width: 370px;
    margin: auto;
  }
}
.service-item::after {
  content: "";
  position: absolute;
  inset: 0px;
  top: 20px;
  inset-inline-end: 15px;
  background-color: #d9001b;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.service-item::before {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  content: "";
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1215686275);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .service-item::before {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1215686275);
  }
}
.service-item .service-info {
  position: relative;
  z-index: 3;
  padding: 30px;
  padding-top: 35px;
  transition: all 0.3s ease-in-out;
}
.service-item .service-ico {
  position: relative;
  margin-bottom: 27px;
}
.service-item .service-ico:after {
  content: "";
  width: 56px;
  height: 56px;
  background-color: #d9001b;
  border-radius: 50%;
  opacity: 0.08;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 23px;
}
.service-item .ico-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  position: relative;
  z-index: 2;
}
.service-item .service-name {
  font-size: 18px;
  font-weight: 700;
  color: #162838;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.112;
  margin: 0 0 30px;
}
.service-item .name-link {
  font-size: 18px;
  font-weight: 700;
  color: #1a1818;
  text-decoration: none;
  line-height: 1.112;
  transition: color 0.3s ease-in-out;
}
.service-item .service-summary {
  font-size: 16px;
  color: #1a1818;
  overflow: hidden;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 96px;
  margin: 0 0 5px;
}
.service-item .service-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.service-item .more-link {
  display: flex;
  align-items: center;
  color: #d9001b;
  fill: #d9001b;
  font-size: 15px;
  text-decoration: none;
}
.service-item .more-link svg {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
html[dir=ltr] .service-item .more-link svg {
  transform: scaleX(-1);
}
.service-item:hover::after {
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 991px) {
  .service-item:hover::after {
    box-shadow: none;
  }
}
.service-item:hover::before {
  inset-inline-start: 15px;
  bottom: 20px;
}
.service-item:hover .service-info {
  padding-top: 27px;
}
.service-item:hover .ico-link {
  filter: brightness(0) saturate(100%) invert(14%) sepia(43%) saturate(7070%) hue-rotate(342deg) brightness(106%) contrast(120%);
}
.service-item:hover .service-name {
  color: #d9001b;
}
.service-item:hover .name-link {
  color: #d9001b;
}

.blog-item {
  position: relative;
}
@media (max-width: 991px) {
  .blog-item {
    max-width: 370px;
    margin: auto;
  }
}
.blog-item .blog-img {
  position: relative;
  padding-top: 72.972972973%;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.blog-item .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item .blog-img:hover img {
  transform: scale(1.05);
}
.blog-item .blog-date {
  position: absolute;
  top: 15px;
  inset-inline-start: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  height: 48px;
  background-color: #d9001b;
  color: #fff;
  fill: #fff;
  font-size: 16px;
  padding: 0 18px;
}
.blog-item .blog-date svg {
  -webkit-margin-end: 8.5px;
          margin-inline-end: 8.5px;
}
.blog-item .blog-info {
  padding: 12px 10px 16px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .blog-item .blog-info {
    border: 1px solid rgba(0, 0, 0, 0.0784313725);
    border-top: none;
    box-shadow: none;
  }
}
.blog-item .blog-cat {
  font-size: 16px;
  font-weight: 400;
  color: #d9001b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 5px;
  margin: 0 0 15px;
  line-height: 1.25;
}
.blog-item .cat-link {
  font-size: 16px;
  font-weight: 400;
  color: #d9001b;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.blog-item .cat-link:hover {
  color: #162838;
}
.blog-item .blog-name {
  font-size: 18px;
  font-weight: 700;
  color: #162838;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.778;
  margin: 0 0 15px;
  padding: 0 5px;
  height: 63px;
  overflow: hidden;
}
.blog-item .name-link {
  font-size: 18px;
  font-weight: 700;
  color: #1a1818;
  text-decoration: none;
  line-height: 1.778;
  transition: color 0.3s ease-in-out;
}
.blog-item .name-link:hover {
  color: #d9001b;
}
.blog-item .blog-summary {
  font-size: 16px;
  color: #1a1818;
  overflow: hidden;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  margin: 0 0 4px;
}
.blog-item .blog-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5px;
}
.blog-item .more-link {
  display: flex;
  align-items: center;
  color: #d9001b;
  fill: #d9001b;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.blog-item .more-link svg {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
html[dir=ltr] .blog-item .more-link svg {
  transform: scaleX(-1);
}
.blog-item .more-link:hover {
  color: #162838;
  fill: #162838;
}

.project-item {
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .project-item {
    max-width: 370px;
    margin: auto;
  }
}
.project-item::after {
  content: "";
  position: absolute;
  inset: 0px;
  top: 15px;
  inset-inline-end: 15px;
  background-color: #d9001b;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.project-item .project-cont {
  transition: all 0.3s ease-in-out;
}
.project-item .project-img {
  position: relative;
  height: 270px;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.project-item .project-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-item .project-img:hover img {
  transform: scale(1.05);
}
.project-item .project-info {
  padding: 20px 10px 16px;
  background-color: #fff;
  box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.0784313725);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .project-item .project-info {
    border: 1px solid rgba(0, 0, 0, 0.0784313725);
    border-top: none;
    box-shadow: none;
  }
}
.project-item .project-name {
  font-size: 18px;
  font-weight: 700;
  color: #162838;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.278;
  margin: 0 0 25px;
  padding: 0 5px;
}
.project-item .name-link {
  font-size: 18px;
  font-weight: 700;
  color: #1a1818;
  text-decoration: none;
  line-height: 1.278;
  transition: color 0.3s ease-in-out;
}
.project-item .name-link:hover {
  color: #d9001b;
}
.project-item .project-summary {
  font-size: 16px;
  color: #1a1818;
  overflow: hidden;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  margin: 0 0 12px;
}
.project-item .project-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5px;
}
.project-item .more-link {
  display: flex;
  align-items: center;
  color: #d9001b;
  fill: #d9001b;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.project-item .more-link svg {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
html[dir=ltr] .project-item .more-link svg {
  transform: scaleX(-1);
}
.project-item .more-link:hover {
  color: #162838;
  fill: #162838;
}
.project-item:hover::after {
  bottom: -15px;
  box-shadow: 7px 7px 26px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 991px) {
  .project-item:hover::after {
    box-shadow: none;
  }
}
.project-item:hover .project-cont {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}
@media (max-width: 991px) {
  .project-item:hover .project-cont {
    padding: 0;
  }
}

.partners-sec {
  padding: 60px 0 50px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .partners-sec {
    padding: 40px 0;
  }
}

.partner-item {
  margin: 25px;
}
@media (max-width: 991px) {
  .partner-item {
    margin: 0;
  }
}
.partner-item .partner-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.0784313725);
  padding-bottom: 44.4444444444%;
  position: relative;
  background-color: #fff;
}
@media (max-width: 991px) {
  .partner-item .partner-link {
    border: 1px solid rgba(0, 0, 0, 0.0784313725);
    box-shadow: none;
  }
}
.partner-item .partner-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.banner-sec {
  padding: 70px 15px 64px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .banner-sec {
    padding: 40px 15px;
  }
}
.banner-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9001b;
  opacity: 75%;
}
.banner-sec h4 {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 991px) {
  .banner-sec h4 {
    font-size: 24px;
  }
}
.banner-sec h2 {
  position: relative;
  z-index: 2;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .banner-sec h2 {
    font-size: 32px;
  }
}
.banner-sec h3 {
  position: relative;
  z-index: 2;
  color: #fffcf1;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .banner-sec h3 {
    font-size: 16px;
  }
}
.banner-sec .banner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  font-size: 15px;
  color: #fff;
  background-color: #1a1818;
  text-decoration: none;
  width: 126px;
  height: 51px;
  position: relative;
  z-index: 2;
  transition: background-color 0.3s ease-in-out;
}
.banner-sec .banner-link:hover {
  background-color: #d9001b;
  color: #fff;
}

.form-title {
  font-size: 24px;
  color: #1a1818;
  font-weight: 700;
  margin: 0 0 20px;
}
.form-title::after {
  display: block;
  line-height: 20px;
  content: url(../images/pattern/border.svg);
}
@media (max-width: 991px) {
  .form-title {
    text-align: center;
  }
}

.form-group {
  margin-bottom: 20px;
}

.input-cont {
  position: relative;
}
.input-cont .input-icon {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 48px;
  inset-inline-start: 15px;
}
html[dir=rtl] .input-cont .input-icon ~ .custom-input {
  padding-right: 55px;
}
html[dir=ltr] .input-cont .input-icon ~ .custom-input {
  padding-left: 55px;
}

.custom-input {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 0 15px;
  font-size: 15px;
  color: #1a1818;
  line-height: 1.214;
  transition: border-color 0.3s ease-in-out;
}
.custom-input::-moz-placeholder {
  color: #666666;
}
.custom-input::placeholder {
  color: #666666;
}
html[dir=rtl] .custom-input::-moz-placeholder {
  text-align: right;
}
html[dir=rtl] .custom-input::placeholder {
  text-align: right;
}
html[dir=ltr] .custom-input::-moz-placeholder {
  text-align: left;
}
html[dir=ltr] .custom-input::placeholder {
  text-align: left;
}
.custom-input:focus {
  border-color: #d9001b;
}

textarea.custom-input {
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none;
  height: 116px;
}

select.custom-input {
  background-image: url(../images/pattern/arrow.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html[dir=rtl] select.custom-input {
  background-position: left 15px top 50%;
}
html[dir=ltr] select.custom-input {
  background-position: right 15px top 50%;
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  background-color: #d9001b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  transition: background-color 0.3s ease-in-out;
}
.form-btn:hover {
  background-color: #1a1818;
}

.has_error .custom-input {
  border-color: #f00;
}
.has_error .error-hint {
  font-size: 12px;
  color: #f00;
}

header {
  background-color: #fff;
}

.top-header-sec {
  background-color: #d9001b;
  color: #fff;
}
@media (max-width: 767px) {
  .top-header-sec {
    display: none;
  }
}
.top-header-sec .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
.top-header-sec .top-header-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.top-header-sec .top-contact,
.top-header-sec .top-socials {
  display: flex;
  align-items: center;
}
.top-header-sec .top-contact-method {
  display: flex;
  align-items: center;
  color: #fff;
  fill: #fff;
  font-size: 14px;
  text-decoration: none;
  direction: ltr;
  transition: opacity 0.3s ease-in-out;
}
html[dir=rtl] .top-header-sec .top-contact-method {
  margin-right: 15px;
}
html[dir=ltr] .top-header-sec .top-contact-method {
  margin-left: 15px;
}
.top-header-sec .top-contact-method svg {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.top-header-sec .top-contact-method:hover {
  color: #fff;
  opacity: 0.8;
}
.top-header-sec .top-social {
  display: flex;
  align-items: center;
  fill: #fff;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.top-header-sec .top-social:hover {
  opacity: 0.8;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}

.logo {
  display: flex;
  align-items: center;
  width: 182px;
}
@media (max-width: 767px) {
  .logo {
    width: 125px;
  }
}

.header-nav {
  display: flex;
  align-items: center;
}

.menu-btn {
  display: none;
  border: none;
  background-color: transparent;
  padding: 0;
}
.menu-btn .hamburger-lines {
  height: 14px;
  width: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-btn .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #1a1818;
  transition: all 0.4s ease-in-out;
}
.menu-btn:hover .hamburger-lines .line {
  background-color: #d9001b;
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}

.header-contacts {
  display: none;
}

.breadcrumb-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 12.4vh 0;
}
@media (max-width: 991px) {
  .breadcrumb-sec {
    padding: 20px 0;
  }
}
.breadcrumb-sec:after {
  content: "";
  background-image: url(../images/pattern/breadcrumb.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 15, 31, 0.8509803922);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcrumb-sec .page-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 19px;
}

.custom-breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.custom-breadcrumb li ~ li::before {
  content: "/";
  margin: 0 5px;
}
.custom-breadcrumb a {
  display: flex;
  align-items: center;
  color: #fff;
  stroke: #fff;
  line-height: 1.2143;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.custom-breadcrumb a svg {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.custom-breadcrumb a:hover {
  color: #d9001b;
  stroke: #d9001b;
}
.custom-breadcrumb a.active {
  font-weight: 700;
  color: #d9001b;
}

.sec-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.285;
  margin: 0 0 20px;
}
.sec-title::after {
  display: block;
  line-height: 10px;
  margin: auto;
  content: url(../images/pattern/border.svg);
}
.cats-sec .sec-title {
  color: #fff;
  text-align: start;
  margin: 0;
}
@media (max-width: 991px) {
  .cats-sec .sec-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cats-sec .sec-title:after {
  margin: 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(76deg) brightness(109%) contrast(103%);
}
@media (max-width: 991px) {
  .cats-sec .sec-title:after {
    margin: auto;
  }
}
.blogs-sec .sec-title {
  color: #fff;
}
.blogs-sec .sec-title:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(76deg) brightness(109%) contrast(103%);
}
@media (max-width: 991px) {
  .sec-title {
    font-size: 24px;
  }
}

.sec-desc {
  line-height: 1.75;
  font-size: 16px;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 755px;
  text-align: center;
}
.cats-sec .sec-desc {
  color: #fff;
  text-align: start;
  margin-inline: 0;
  max-width: 525px;
}
@media (max-width: 991px) {
  .cats-sec .sec-desc {
    text-align: center;
    margin-inline: auto;
    max-width: 755px;
  }
}
.blogs-sec .sec-desc {
  color: #fff;
}
@media (max-width: 991px) {
  .sec-desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.sec-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 44px auto 0;
  font-size: 15px;
  color: #fff;
  background-color: #1a1818;
  text-decoration: none;
  width: 166px;
  height: 49px;
  transition: background-color 0.3s ease-in-out;
}
.sec-more:hover {
  background-color: #d9001b;
  color: #fff;
}

.main-slider {
  position: relative;
}

.main-slide {
  min-height: calc(100vh - 150px);
  padding: 40px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .main-slide {
    min-height: calc(100vh - 53px);
    padding: 40px 0 70px;
  }
}
.main-slide:after {
  content: "";
  background-image: url(../images/pattern/main.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 15, 31, 0.631);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-slide .slide-text {
  position: relative;
  z-index: 2;
}
.main-slide .slide-title {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1.286;
}
.main-slide .slide-title span {
  color: #d9001b;
}
.main-slide .slide-title ~ .slide-title {
  margin-top: 11px;
  transition-delay: 0.15s;
}
@media (max-width: 991px) {
  .main-slide .slide-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .main-slide .slide-title {
    font-size: 28px;
  }
}
.main-slide .slide-desc {
  font-size: 16px;
  color: #f1e3e3;
  font-weight: 700;
  width: 100%;
  max-width: 1086px;
  margin: auto;
  line-height: 1.8125;
  margin-top: 29px;
  transition-delay: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .main-slide .slide-desc {
    font-size: 14px;
    max-width: none;
    padding: 0 15px;
    text-align: center;
  }
}
.main-slide .slide-link {
  width: 136px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9001b;
  margin: auto;
  margin-top: 30px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.main-slide .slide-link:hover {
  background-color: #162838;
  color: #fff;
}
.main-slide .animated-text {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform: translateY(-25px);
  opacity: 0;
}
.swiper-slide-active .main-slide .animated-text {
  transform: translateY(0px);
  opacity: 1;
}

.cats-sec {
  position: relative;
  overflow: hidden;
  padding: 77px 0 67px;
  background-color: #f7f9fc;
}
.cats-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 460px;
  background-color: #d9001b;
}
@media (max-width: 991px) {
  .cats-sec {
    padding: 60px 0 55px;
  }
}

.cats-cont {
  position: relative;
  z-index: 2;
}

.cats-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cats-head {
    margin: 0;
    justify-content: center;
  }
}

.cats-slider .swiper {
  overflow: unset;
}
@media (max-width: 991px) {
  .cats-slider .swiper {
    overflow: hidden;
  }
}

.services-sec {
  padding: 80px 0;
  background-image: url(../images/pattern/services.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}
@media (max-width: 991px) {
  .services-sec {
    padding: 60px 0;
  }
}
.services-sec .swiper {
  overflow: hidden;
  overflow: clip;
  overflow-clip-margin: 30px;
}
@media (max-width: 991px) {
  .services-sec .swiper {
    overflow: hidden;
  }
}

.blogs-sec {
  padding: 77px 0 44px;
  position: relative;
  overflow: hidden;
  background-color: #f7f9fc;
}
.blogs-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 460px;
  background-color: #d9001b;
}
@media (max-width: 991px) {
  .blogs-sec {
    padding: 60px 0 35px;
  }
}

.blogs-cont {
  position: relative;
  z-index: 1;
}
.blogs-cont .swiper {
  overflow: unset;
}
@media (max-width: 991px) {
  .blogs-cont .swiper {
    overflow: hidden;
  }
}

.projects-sec {
  padding: 74px 0 57px;
  background-image: url(../images/pattern/services.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}
@media (max-width: 991px) {
  .projects-sec {
    padding: 60px 0 45px;
  }
}
.projects-sec .swiper {
  overflow: hidden;
  overflow: clip;
  overflow-clip-margin: 30px;
}
@media (max-width: 991px) {
  .projects-sec .swiper {
    overflow: hidden;
  }
}

.about-sec {
  overflow: hidden;
}

.about-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  padding: 114px 0 100px;
}
.about-cont::after {
  position: absolute;
  bottom: -10px;
  inset-inline-end: -100px;
  content: url(../images/pattern/about.png);
  z-index: 1;
  opacity: 0.05;
}
@media (max-width: 991px) {
  .about-cont {
    display: block;
    padding: 60px 0;
  }
}

.about-imgs {
  -webkit-padding-end: 85px;
          padding-inline-end: 85px;
  -moz-columns: 2;
       columns: 2;
  -webkit-columns: 2;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .about-imgs {
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .about-imgs {
    padding: 0;
    margin-bottom: 30px;
  }
}
.about-imgs a {
  display: block;
  width: 100%;
  position: relative;
}
.about-imgs a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-imgs a:first-of-type {
  padding-top: 82.9787234043%;
}
.about-imgs a:nth-of-type(2) {
  padding-top: 83.4042553191%;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-imgs a:nth-of-type(2) {
    margin-top: 15px;
  }
}
.about-imgs a:nth-of-type(3) {
  padding-top: 102.978723404%;
}

.about-imgs-hint {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1098039216);
  margin-top: 30px;
  position: relative;
  padding-top: 63.4042553191%;
  background-color: #d9001b;
}
@media (max-width: 1199px) {
  .about-imgs-hint {
    margin-top: 15px;
  }
}
.about-imgs-hint strong {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.542;
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .about-imgs-hint strong {
    font-size: 16px;
  }
}
.about-imgs-hint span {
  font-size: 41px;
  line-height: 1.2683;
}
@media (max-width: 767px) {
  .about-imgs-hint span {
    font-size: 26px;
  }
}

.about-text {
  position: relative;
  z-index: 2;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
}
@media (max-width: 991px) {
  .about-text {
    padding: 0;
  }
}

.about-title {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #d9001b;
  margin: 0 0 20px;
}
.about-title::before {
  content: url(../images/pattern/title.svg);
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.about-title.hidden-title {
  display: none;
}
@media (max-width: 991px) {
  .about-title {
    display: none;
    font-size: 24px;
    margin: 0 0 15px;
  }
  .about-title.hidden-title {
    display: flex;
  }
}

.about-subtitle {
  font-size: 36px;
  font-weight: 700;
  color: #162838;
  line-height: 1.2778;
  margin: 0;
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.about-subtitle.hidden-title {
  display: none;
}
@media (max-width: 991px) {
  .about-subtitle {
    font-size: 28px;
    display: none;
  }
  .about-subtitle.hidden-title {
    display: flex;
  }
}
.about-subtitle.about-page-title {
  margin-bottom: 15px;
}
.about-subtitle.about-page-title span {
  color: #d9001b;
}
.about-subtitle.about-page-title::before {
  content: url(../images/pattern/title.svg);
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.about-summary {
  color: #1a1818;
  font-size: 16px;
  line-height: 2.063;
}

.about-link {
  background-color: #1a1818;
  width: 98px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.about-link:hover {
  background-color: #d9001b;
  color: #fff;
}

.culture-sec {
  background-color: #f7f9fc;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .culture-sec {
    padding: 50px 0;
  }
}

.culture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .culture-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.culture-item {
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 285px;
}
@media (max-width: 991px) {
  .culture-item {
    max-width: 370px;
    margin: auto;
  }
}
.culture-item::after {
  content: "";
  position: absolute;
  inset: 0px;
  top: 20px;
  inset-inline-end: 15px;
  background-color: #d9001b;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.culture-item::before {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  content: "";
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1215686275);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.culture-item .culture-info {
  position: relative;
  z-index: 3;
  padding: 35px 30px;
  transition: all 0.3s ease-in-out;
}
.culture-item .culture-ico {
  position: relative;
  margin-bottom: 27px;
}
.culture-item .culture-ico:after {
  content: "";
  width: 56px;
  height: 56px;
  background-color: #d9001b;
  border-radius: 50%;
  opacity: 0.08;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 23px;
}
.culture-item .ico-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  position: relative;
  z-index: 2;
}
.culture-item .culture-name {
  font-size: 18px;
  font-weight: 700;
  color: #162838;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.27777;
  margin: 0 0 30px;
}
.culture-item .culture-summary {
  font-size: 16px;
  color: #1a1818;
  overflow: hidden;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
  margin: 0 0;
}
.culture-item:hover::after {
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1607843137);
}
.culture-item:hover::before {
  inset-inline-start: 15px;
  bottom: 20px;
}
.culture-item:hover .culture-info {
  padding-top: 27px;
}
.culture-item:hover .ico-link {
  filter: brightness(0) saturate(100%) invert(14%) sepia(43%) saturate(7070%) hue-rotate(342deg) brightness(106%) contrast(120%);
}

.certificates-sec {
  padding: 80px 0 90px;
  background-image: url(../images/pattern/services.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}
@media (max-width: 991px) {
  .certificates-sec {
    padding: 50px 0;
  }
}

.certificates-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .certificates-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.certificates-item {
  position: relative;
}
.certificates-item:after {
  position: absolute;
  content: "";
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 10px;
  top: 10px;
  background-color: #d9001b;
  transition: all 0.3s ease-in-out;
}
.certificates-item .certificates-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
  padding: 43px 0 25px;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.certificates-item .certificate-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 175px;
}
.certificates-item img {
  max-width: 100%;
  max-height: 100%;
}
.certificates-item span {
  font-size: 14px;
  font-weight: 400;
  color: #1a1818;
  text-decoration: none;
  margin-top: 20px;
  transition: color 0.3s ease-in-out;
}
.certificates-item:hover:after {
  inset-inline-start: -10px;
  bottom: -10px;
}
.certificates-item:hover span {
  color: #d9001b;
}

.request-sec {
  padding: 60px 0;
  background-image: url(../images/pattern/form.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #f7f9fc;
}
@media (max-width: 991px) {
  .request-sec {
    padding: 40px 0;
  }
}

.request-cont {
  width: 100%;
  padding: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  max-width: 470px;
  margin: auto;
}
@media (max-width: 991px) {
  .request-cont {
    padding: 20px 15px;
  }
}

.cats-grid-sec {
  position: relative;
  overflow: hidden;
  padding: 85px 0 80px;
  background-color: #f7f9fc;
}
.cats-grid-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 330px;
  background-color: #d9001b;
}
@media (max-width: 991px) {
  .cats-grid-sec {
    padding: 60px 0 55px;
  }
}
.cats-grid-sec .sec-desc {
  color: #fff;
}

.cats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .cats-grid {
    gap: 30px 15px;
  }
}
@media (max-width: 991px) {
  .cats-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.services-grid-sec {
  padding: 70px 0;
  background-image: url(../images/pattern/services.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}
@media (max-width: 991px) {
  .services-grid-sec {
    padding: 60px 0;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .services-grid {
    gap: 30px 15px;
  }
}
@media (max-width: 991px) {
  .services-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.blogs-grid-sec {
  padding: 70px 0 80px;
  background-image: url(../images/pattern/services.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}
@media (max-width: 991px) {
  .blogs-grid-sec {
    padding: 60px 0;
  }
}

.blogs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .blogs-grid {
    gap: 30px 15px;
  }
}
@media (max-width: 991px) {
  .blogs-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blogs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.projects-grid-sec {
  padding: 70px 0 80px;
  background-image: url(../images/pattern/services.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}
@media (max-width: 991px) {
  .projects-grid-sec {
    padding: 60px 0;
  }
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .projects-grid {
    gap: 30px 15px;
  }
}
@media (max-width: 991px) {
  .projects-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.media-grid-sec {
  background-color: #f7f9fc;
  padding: 50px 0 64px;
}

.media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .media-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.media-item {
  position: relative;
  max-width: 100%;
  padding-top: 108.108108108%;
}
.media-item:first-of-type, .media-item:nth-of-type(4n + 1) {
  padding-top: 51.9480519481%;
  grid-column: 1/span 2;
}
@media (max-width: 991px) {
  .media-item:first-of-type, .media-item:nth-of-type(4n + 1) {
    padding-top: 108.108108108%;
    grid-column: unset;
  }
}
.media-item:nth-of-type(4n) {
  padding-top: 51.9480519481%;
  grid-column: 2/span 2;
}
@media (max-width: 991px) {
  .media-item:nth-of-type(4n) {
    padding-top: 108.108108108%;
    grid-column: unset;
  }
}
.media-item .gallery-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media-item .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.media-item .gallery-img:after {
  content: url(../images/pattern/play.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 30px;
  background-color: rgba(217, 0, 27, 0.72);
  border-radius: 100%;
  transform-origin: center;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .media-item .gallery-img:after {
    top: 20px;
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
}
.media-item .gallery-img:hover img {
  transform: scale(1.05);
}
.media-item .gallery-img:hover:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  border-radius: 0;
}

.contact-sec {
  padding: 70px 0 0;
  background-image: url(../images/pattern/form.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contact-sec {
    padding: 50px 0 0;
  }
}

.contact-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .contact-flex {
    grid-template-columns: 1fr;
  }
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.contact-item .item-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1019607843);
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}
.contact-item .item-title {
  font-size: 18px;
  color: #1a1818;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.contact-item .item-title::after {
  display: block;
  content: url(../images/pattern/border.svg);
}
.contact-item .item-value {
  font-size: 16px;
  color: #666666;
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  margin-bottom: 16px;
}
.contact-item .item-link {
  min-width: 118px;
  height: 55px;
  background-color: #fff;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0588235294);
  font-size: 15px;
  color: #d9001b;
  fill: #d9001b;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.contact-item .item-link svg {
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
}
html[dir=ltr] .contact-item .item-link svg {
  transform: scaleX(-1);
}
.contact-item .item-link:hover {
  background-color: #d9001b;
  color: #fff;
  fill: #fff;
}

.contact-form-cont {
  padding: 30px 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  width: calc(100% - 30px);
  max-width: 910px;
  background-color: #fff;
  margin: auto;
  transform: translateY(100px);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .contact-form-cont {
    padding: 20px 15px;
    transform: translateY(50px);
  }
}

.contact-form .flex-cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 215px;
  margin: 0 -15px;
}
.contact-form .flex-cont.form_has_error {
  height: 280px;
}
@media (max-width: 991px) {
  .contact-form .flex-cont {
    height: auto;
    display: block;
    margin: 0;
  }
  .contact-form .flex-cont.form_has_error {
    height: auto;
  }
}
.contact-form .form-group {
  padding: 0 15px;
  width: 50%;
}
@media (max-width: 991px) {
  .contact-form .form-group {
    padding: 0;
    width: 100%;
  }
}
.contact-form .form-btn {
  width: calc(50% - 15px);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media (max-width: 991px) {
  .contact-form .form-btn {
    margin: 0;
    width: 100%;
  }
}

.map-cont {
  height: 481px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.map-cont .gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 481px;
}
.map-cont .gmap_iframe {
  height: 481px !important;
}

.single-cat-sec {
  position: relative;
  overflow: hidden;
  padding: 60px 0 70px;
  background-color: #fff;
}
.single-cat-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 395px;
  background-color: #f7f9fc;
}
@media (max-width: 991px) {
  .single-cat-sec {
    padding: 0 0 45px;
  }
}

.single-cat-cont {
  position: relative;
  z-index: 2;
}

.single-cat-main {
  position: relative;
}
@media (max-width: 991px) {
  .single-cat-main {
    margin: 0 -15px;
  }
}

.single-cat-main-img {
  padding-top: 57.1794871795%;
  position: relative;
  width: 100%;
}
.single-cat-main-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-cat-main-info {
  position: absolute;
  inset-inline-start: 40px;
  bottom: 30px;
  background-color: #fff;
  padding: 33px;
  width: 100%;
  max-width: 685px;
}
@media (max-width: 991px) {
  .single-cat-main-info {
    padding: 15px;
    bottom: 10px;
    inset-inline-end: 40px;
    width: auto;
  }
}

.single-cat-main-title {
  font-size: 24px;
  color: #1a1818;
  font-weight: 700;
  margin: 0 0 20px;
}
.single-cat-main-title::after {
  display: block;
  line-height: 10px;
  content: url(../images/pattern/border.svg);
}
@media (max-width: 991px) {
  .single-cat-main-title::after {
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  .single-cat-main-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.single-cat-main-summary {
  font-size: 20px;
  color: #1a1818;
  margin: 0;
  line-height: 1.85;
}
@media (max-width: 991px) {
  .single-cat-main-summary {
    font-size: 12px;
    line-height: 1.4;
  }
}

.single-cat-desc {
  padding: 50px 0 0;
}
.single-cat-desc p {
  font-size: 16px;
  color: #1a1818;
  line-height: 2;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .single-cat-desc p {
    font-size: 14px;
  }
}
.single-cat-desc blockquote {
  padding: 30px 30px 20px;
  border-radius: 15px;
  background-color: #f7f9fc;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.875;
}
.single-cat-desc blockquote p {
  margin: 0;
  line-height: 1.875;
}
@media (max-width: 991px) {
  .single-cat-desc blockquote {
    padding: 15px 15px 10px;
  }
}

.subcats-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .subcats-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .subcats-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .subcats-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.subcat-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  max-width: 100%;
}
.subcat-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .subcat-item {
    display: block;
  }
}
.subcat-item .subcat-img {
  width: 230px;
  height: 210px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .subcat-item .subcat-img {
    width: 100%;
    padding-top: 91.3043478261%;
  }
}
.subcat-item .img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subcat-item .img-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subcat-item .subcat-info {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  -webkit-padding-end: 22px;
          padding-inline-end: 22px;
  height: 100%;
}
@media (max-width: 1199px) {
  .subcat-item .subcat-info {
    padding: 20px 10px 16px;
    height: auto;
  }
}
.subcat-item .subcat-name {
  font-size: 18px;
  font-weight: 700;
  color: #162838;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  height: 58px;
  margin: 0 0 12px;
}
.subcat-item .name-link {
  font-size: 18px;
  font-weight: 700;
  color: #1a1818;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.subcat-item .name-link:hover {
  color: #d9001b;
}
.subcat-item .subcat-summary {
  font-size: 16px;
  color: #1a1818;
  overflow: hidden;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  margin: 0 0 14px;
}
.subcat-item .subcat-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.subcat-item .more-link {
  display: flex;
  align-items: center;
  color: #d9001b;
  fill: #d9001b;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.subcat-item .more-link svg {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
html[dir=ltr] .subcat-item .more-link svg {
  transform: scaleX(-1);
}
.subcat-item .more-link:hover {
  color: #162838;
  fill: #162838;
}

.sub-cat-sec {
  background-color: #f7f9fc;
  padding: 75px 0 60px;
}
@media (max-width: 991px) {
  .sub-cat-sec {
    padding: 50px 0 40px;
  }
}

.sub-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .sub-cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .sub-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .sub-cat-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.subsubcat-item {
  background-color: #fff;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .subsubcat-item {
    max-width: 270px;
    margin: auto;
  }
}
.subsubcat-item .subsubcat-img {
  position: relative;
  width: 100%;
  padding-top: 86.6666666667%;
  background-color: #fff;
  z-index: 2;
}
.subsubcat-item .img-here {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
}
.subsubcat-item .img-here img {
  max-width: 100%;
}
.subsubcat-item .subsubcat-info {
  padding: 20px 15px 17px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
}
.subsubcat-item .subsubcat-title {
  font-size: 16px;
  color: #1a1818;
  font-weight: 700;
  padding: 0 0 10px;
  margin: 0 0 16px;
}
.subsubcat-item .subsubcat-desc {
  font-size: 16px;
  color: #1a1818;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  overflow: hidden;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.subsubcat-item .subsubcat-desc.active {
  display: block;
}
.subsubcat-item .more-cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.subsubcat-item .desc-toggle-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  border: none;
  color: #d9001b;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.subsubcat-item .desc-toggle-btn .more {
  display: block;
}
.subsubcat-item .desc-toggle-btn .less {
  display: none;
}
.subsubcat-item .desc-toggle-btn svg {
  -webkit-margin-start: 7px;
          margin-inline-start: 7px;
  fill: #d9001b;
  transition: all 0.3s ease-in-out;
}
.subsubcat-item .desc-toggle-btn.active .more {
  display: none;
}
.subsubcat-item .desc-toggle-btn.active .less {
  display: block;
}
.subsubcat-item .desc-toggle-btn.active svg {
  transform: rotate(180deg);
}

.single-desc p {
  font-size: 16px;
  color: #1a1818;
  line-height: 2.179;
  margin: 0 0 20px;
}
.single-desc p:last-child {
  margin: 0;
}
.single-desc blockquote {
  padding: 19px 30px 21px;
  background-color: #f7f9fc;
  background: #f7f9fc 0% 0% no-repeat padding-box;
  border-radius: 15px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .single-desc blockquote {
    padding: 15px;
  }
}
.single-desc blockquote p {
  color: #5c5c5c;
  line-height: 1.84;
}
.single-desc blockquote p::before {
  display: block;
  content: url(../images/pattern/quote.svg);
}
.single-desc blockquote p::after {
  content: url(../images/pattern/quote.svg);
}
.single-desc blockquote strong {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 700;
  color: #1a1818;
  line-height: 1.3125;
  margin-top: 15px;
}
.single-desc blockquote strong::before {
  content: "";
  height: 1.5px;
  width: 45px;
  background-color: #d9001b;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.single-desc h2 {
  font-size: 22px;
  color: #1a1818;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .single-desc h2 {
    font-size: 20px;
  }
}
.single-desc h5 {
  font-size: 20px;
  color: #1a1818;
  font-weight: 700;
  margin: 0 0 19px;
}
.single-desc h5::after {
  display: block;
  line-height: 15px;
  content: url(../images/pattern/border.svg);
}
.single-desc h6 {
  font-size: 18px;
  color: #1a1818;
  font-weight: 700;
  margin: 0 0 19px;
}
.single-desc article {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .single-desc article {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-desc article img {
  width: 277px;
  height: 222px;
  border-radius: 5px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .single-desc article img {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .single-desc article img {
    width: 100%;
    height: 320px;
  }
}
.single-desc article p {
  line-height: 2.1;
}

.single-side-title {
  font-size: 18px;
  padding: 0 20px;
  color: #1a1818;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-side-title::after {
  display: block;
  line-height: 20px;
  content: url(../images/pattern/border.svg);
}

.single-form {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  padding-top: 23px;
}
@media (max-width: 991px) {
  .single-form {
    padding-top: 15px;
  }
}
.single-form .form-group {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .single-form .form-group {
    padding: 0 15px;
  }
}

.single-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding: 12px 19px 10px;
}

.single-views {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1a1818;
}
.single-views img {
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
}

.single-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-share .share-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1818;
  margin: 0;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}
@media (max-width: 767px) {
  .single-share .share-title {
    display: none;
  }
}
.single-share .share {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #efefef;
  background-color: #fff;
  border-radius: 50%;
  fill: #9f9f9f;
  color: #9f9f9f;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.single-share .share ~ .share {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.single-share .share:hover {
  border-color: #d9001b;
  fill: #d9001b;
  color: #d9001b;
}

.single-service-sec {
  padding: 60px 0;
  background-image: url(../images/pattern/services.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #f7f9fc;
}
@media (max-width: 991px) {
  .single-service-sec {
    padding: 15px 0 40px;
  }
}

.single-service-grid {
  display: grid;
  grid-template-columns: 2fr 0.961fr;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 991px) {
  .single-service-grid {
    grid-template-columns: 1fr;
  }
}

.single-service-cont {
  padding: 30px 30px 37px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 991px) {
  .single-service-cont {
    padding: 15px 15px 17px;
  }
}

.single-service-ico {
  position: relative;
  margin: 0 0 22px;
}
.single-service-ico:after {
  content: "";
  width: 56px;
  height: 56px;
  background-color: #d9001b;
  border-radius: 50%;
  opacity: 0.08;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 23px;
}
.single-service-ico img {
  position: relative;
  z-index: 2;
  max-width: 55px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(43%) saturate(7070%) hue-rotate(342deg) brightness(106%) contrast(120%);
}

.single-service-title {
  font-size: 18px;
  color: #1a1818;
  font-weight: 700;
  line-height: 1.278;
  margin: 0 0 20px;
}

.related-title {
  font-size: 20px;
  color: #1a1818;
  font-weight: 700;
  margin: 0 0 29px;
}
.related-title::after {
  display: block;
  line-height: 15px;
  content: url(../images/pattern/border.svg);
}

.related-cont {
  padding-top: 42px;
}
.related-cont .swiper {
  overflow: unset;
}
@media (max-width: 991px) {
  .related-cont .swiper {
    overflow: hidden;
  }
}

.single-blog-sec {
  padding: 50px 0 60px;
  background-color: #f7f9fc;
}
@media (max-width: 991px) {
  .single-blog-sec {
    padding: 15px 0 40px;
  }
}

.single-blog-grid {
  display: grid;
  grid-template-columns: 2fr 0.961fr;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 991px) {
  .single-blog-grid {
    display: block;
  }
}

.single-blog-cont {
  background-color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .single-blog-cont {
    margin-bottom: 30px;
  }
}

.single-blog-img {
  max-width: 100%;
  overflow: hidden;
  padding-top: 71.4285714286%;
  position: relative;
}
.single-blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog-date {
  position: absolute;
  top: 15px;
  inset-inline-start: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  height: 48px;
  background-color: #d9001b;
  color: #fff;
  fill: #fff;
  font-size: 16px;
  padding: 0 18px;
}
.single-blog-date svg {
  -webkit-margin-end: 8.5px;
          margin-inline-end: 8.5px;
}
@media (max-width: 991px) {
  .single-blog-date {
    inset-inline-start: 15px;
  }
}

.single-blog-text {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
}

.single-blog-body {
  padding: 30px;
}
@media (max-width: 991px) {
  .single-blog-body {
    padding: 15px;
  }
}

.single-blog-cat {
  font-size: 16px;
  font-weight: 400;
  color: #d9001b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.25;
  margin-bottom: 15px;
}
.single-blog-cat .cat-link {
  font-size: 16px;
  font-weight: 400;
  color: #d9001b;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.single-blog-cat .cat-link:hover {
  color: #162838;
}

.single-blog-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1818;
  line-height: 1.55;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .single-blog-title {
    font-size: 20px;
  }
}

.tags-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.tags-title {
  font-size: 18px;
  color: #1a1818;
  font-weight: 700;
  margin: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
@media (max-width: 767px) {
  .tags-title {
    width: 100%;
    margin: 0 0 15px;
    font-size: 16px;
  }
}

.tag {
  min-width: 80px;
  padding: 0 15px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.tag:hover {
  background-color: #d9001b;
  border-color: #d9001b;
  color: #fff;
}
@media (max-width: 767px) {
  .tag {
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
    min-width: auto;
  }
}

.side-cont {
  padding-top: 18px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .side-cont {
    padding-top: 15px;
  }
}

.single-blog-search {
  padding-bottom: 23px;
}
@media (max-width: 991px) {
  .single-blog-search {
    padding-bottom: 15px;
  }
}
.single-blog-search .search-body {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .single-blog-search .search-body {
    padding: 0 15px;
  }
}
.single-blog-search .search-input {
  -webkit-padding-end: 80px;
          padding-inline-end: 80px;
}
.single-blog-search .search-cont {
  position: relative;
}
.single-blog-search .search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: #fff;
  background-color: #d9001b;
  border: none;
  transition: all 0.3s ease-in-out;
}
.single-blog-search .search-btn:hover {
  background-color: #162838;
}

.single-blog-cats {
  padding-bottom: 38px;
}
@media (max-width: 991px) {
  .single-blog-cats {
    padding-bottom: 20px;
  }
}
.single-blog-cats .cats-list {
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .single-blog-cats .cats-list {
    padding: 0 15px;
  }
}
.single-blog-cats .cats-list li {
  margin-bottom: 30px;
}
.single-blog-cats .cats-list li:last-of-type {
  margin: 0;
}
.single-blog-cats .cats-list a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #1a1818;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.single-blog-cats .cats-list a::before {
  content: url(../images/pattern/arrow.svg);
  filter: brightness(0) saturate(100%) invert(2%) sepia(8%) saturate(1437%) hue-rotate(314deg) brightness(97%) contrast(84%);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  transition: all 0.3s ease-in-out;
}
html[dir=rtl] .single-blog-cats .cats-list a::before {
  transform: rotate(90deg);
}
html[dir=ltr] .single-blog-cats .cats-list a::before {
  transform: rotate(-90deg);
}
.single-blog-cats .cats-list a:hover {
  color: #d9001b;
}
.single-blog-cats .cats-list a:hover::before {
  filter: brightness(0) saturate(100%) invert(14%) sepia(43%) saturate(7070%) hue-rotate(342deg) brightness(106%) contrast(120%);
}
html[dir=rtl] .single-blog-cats .cats-list a:hover {
  transform: translateX(-5px);
}
html[dir=ltr] .single-blog-cats .cats-list a:hover {
  transform: translateX(5px);
}

.single-blog-lattest {
  padding-bottom: 29px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .single-blog-lattest {
    padding-bottom: 20px;
  }
}
.single-blog-lattest .lattest-slider {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .single-blog-lattest .lattest-slider {
    padding: 0 15px;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 991px) {
  .single-blog-lattest .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.lattest-item {
  display: flex;
  align-items: flex-start;
}
.lattest-item .lattest-img {
  width: 120px;
  height: 110px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  flex-shrink: 0;
}
.lattest-item .lattest-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lattest-item .lattest-info {
  margin-inline: 20px;
  padding: 5px 0 0;
}
@media (max-width: 991px) {
  .lattest-item .lattest-info {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
.lattest-item .lattest-name {
  font-size: 14px;
  font-weight: 700;
  color: #162838;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.75;
  margin: 0 0 15px;
  height: 50px;
  overflow: hidden;
}
.lattest-item .name-link {
  font-size: 14px;
  font-weight: 700;
  color: #1a1818;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.lattest-item .name-link:hover {
  color: #d9001b;
}
.lattest-item .lattest-date {
  color: #666666;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.lattest-item .lattest-date svg {
  fill: #d9001b;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.single-project-sec {
  padding: 50px 0 36px;
  background-color: #f7f9fc;
}
@media (max-width: 991px) {
  .single-project-sec {
    padding: 15px 0 30px;
  }
}

.single-project-grid {
  display: grid;
  grid-template-columns: 2fr 0.961fr;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 991px) {
  .single-project-grid {
    display: block;
  }
}

.single-project-cont {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .single-project-cont {
    margin-bottom: 30px;
  }
}

.single-project-body {
  padding: 30px 20px 23px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .single-project-body {
    padding: 15px 15px 17px;
  }
}

.single-project-main {
  padding: 0 10px;
  -webkit-padding-end: 7px;
          padding-inline-end: 7px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .single-project-main {
    padding: 0;
  }
}

.single-project-slider {
  position: relative;
  margin-bottom: 31px;
}

.single-project-img {
  position: relative;
  width: 100%;
  padding-top: 63.4246575342%;
  display: block;
}
.single-project-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-project-desc p {
  font-size: 14px;
}
.single-project-desc h6 {
  font-size: 16px;
}

.project-side-cont {
  padding-top: 23px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .project-side-cont {
    padding-top: 15px;
  }
}
.project-side-cont::last-of-type {
  margin: 0;
}

.single-project-details {
  padding-bottom: 20px;
}
.single-project-details .project-details-items {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .single-project-details .project-details-items {
    padding: 0 15px;
  }
}
.single-project-details .item {
  display: flex;
  align-items: center;
}
.single-project-details .item ~ .item {
  margin-top: 20px;
}
.single-project-details strong {
  font-size: 14px;
  font-weight: 700;
  color: #1a1818;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.single-project-details a,
.single-project-details span {
  color: #666666;
  font-size: 16px;
}
.single-project-details a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.single-project-details a:hover {
  color: #d9001b;
}
.single-project-details svg {
  fill: #d9001b;
}
.single-project-details .project-details-download {
  width: 210px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  background-color: #1a1818;
  color: #fff;
  font-size: 15px;
  transition: background-color 0.3s ease-in-out;
  margin: 30px 20px 0;
}
@media (max-width: 991px) {
  .single-project-details .project-details-download {
    margin: 20px 15px 0;
  }
}
.single-project-details .project-details-download:hover {
  background-color: #d9001b;
  color: #fff;
}

.single-project-related {
  padding-bottom: 16px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .single-project-related {
    padding-bottom: 20px;
  }
}
.single-project-related .related-slider {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .single-project-related .related-slider {
    padding: 0 15px;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 991px) {
  .single-project-related .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.related-item {
  display: flex;
  align-items: flex-start;
}
.related-item .related-img {
  width: 120px;
  height: 110px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  flex-shrink: 0;
}
.related-item .related-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-item .related-info {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}
@media (max-width: 991px) {
  .related-item .related-info {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
.related-item .related-name {
  font-size: 14px;
  font-weight: 700;
  color: #162838;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.75;
  margin: 0 0 10px;
  height: 50px;
  overflow: hidden;
}
.related-item .name-link {
  font-size: 14px;
  font-weight: 700;
  color: #1a1818;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.related-item .name-link:hover {
  color: #d9001b;
}
.related-item .related-summary {
  font-size: 13px;
  color: #1a1818;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 6px;
}
.related-item .related-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.related-item .more-link {
  display: flex;
  align-items: center;
  color: #d9001b;
  fill: #d9001b;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.related-item .more-link svg {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
html[dir=ltr] .related-item .more-link svg {
  transform: scaleX(-1);
}
.related-item .more-link:hover {
  color: #162838;
  fill: #162838;
}

footer {
  background-color: #1a1818;
  position: relative;
  overflow: hidden;
  background-image: url(../images/pattern/footer.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 100px 0 95px;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0;
  }
}

.footer-logo {
  width: 182px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .footer-logo {
    margin: 0 auto 35px;
  }
}

.footer-desc {
  font-size: 14px;
  color: #989898;
  margin: 0;
  line-height: 2.285;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 991px) {
  .footer-desc {
    text-align: center;
    margin: 0 auto 35px;
  }
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-bottom: 19px;
}
.footer-title::after {
  display: block;
  margin: auto;
  content: url(../images/pattern/border.svg);
}
@media (max-width: 767px) {
  .footer-contacts .footer-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-list .footer-title {
    margin: 0;
  }
  .footer-list .footer-title::before {
    content: url(../images/pattern/arrow.svg);
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    transition: transform 0.3s ease-in-out;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7429%) hue-rotate(123deg) brightness(106%) contrast(103%);
  }
  .footer-list .footer-title.active::before {
    transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .footer-list {
    margin-bottom: 35px;
  }
}
.footer-list ul {
  margin: 0;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .footer-list ul {
    display: none;
    padding: 0 25px;
  }
}
.footer-list li ~ li {
  margin-top: 18px;
}
.footer-list a {
  display: inline-flex;
  font-size: 14px;
  color: #989898;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer-list a:hover {
  color: #d9001b;
}
html[dir=rtl] .footer-list a:hover {
  transform: translateX(-5px);
}
html[dir=ltr] .footer-list a:hover {
  transform: translateX(5px);
}

.contacts-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contacts-list {
    justify-content: center;
    align-items: center;
  }
}

.footer-contact-method {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  fill: #fff;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-bottom: 17px;
}
.footer-contact-method:hover {
  color: #d9001b;
}
.footer-contact-method svg {
  -webkit-margin-end: 11px;
          margin-inline-end: 11px;
  width: 18px;
}
.footer-contact-method span {
  direction: ltr;
}

.footer-socials {
  display: flex;
  align-items: flex-start;
  padding-top: 21px;
}
@media (max-width: 767px) {
  .footer-socials {
    align-items: center;
  }
}

.footer-social {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  background-color: transparent;
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-social ~ .footer-social {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.footer-social:hover {
  background-color: #d9001b;
  border-color: #d9001b;
}

.last-footer {
  background-color: #d9001b;
}

.copyrights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
}
@media (max-width: 767px) {
  .copyrights {
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
  }
}

.isco-copyrights,
.tahaqom-copyrights {
  margin: 0;
  font-size: 15px;
  color: #fff;
}

.tahaqom-copyrights {
  display: flex;
  align-items: center;
}
.tahaqom-copyrights a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #00cccc;
  transition: all 0.3s ease-in-out;
}
.tahaqom-copyrights a:hover {
  color: #fff;
}
.tahaqom-copyrights img {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
@media (max-width: 767px) {
  .tahaqom-copyrights {
    margin-top: 10px;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.9;
  z-index: 998;
  display: none;
}

.header-nav-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
}
.header-nav-head .nav-logo {
  height: 40px;
}
.header-nav-head .nav-logo img {
  max-height: 100%;
}
.header-nav-head .menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #1a1818;
  text-decoration: none;
  transform: rotate(45deg);
  transition: clor 0.3s ease-in-out;
}
.header-nav-head .menu-close svg {
  width: 18px;
  height: 15px;
}
.header-nav-head .menu-close:hover {
  fill: #d9001b;
}

@media (max-width: 1199px) {
  .header-nav {
    display: block;
    position: fixed;
    top: 0;
    inset-inline-start: -300px;
    bottom: 0;
    background-color: #f7f9fc;
    border: none;
    z-index: 999;
    width: 280px;
    max-width: 90%;
    overflow-y: auto;
    height: auto;
    transition: all 0.5s ease-in-out;
  }
  .header-nav.active {
    inset-inline-start: 0;
  }
  .header-nav::-webkit-scrollbar {
    background-color: #f7f9fc;
    width: 5px;
  }
  .header-nav::-webkit-scrollbar-thumb {
    background-color: #d9001b;
  }
  .header-nav-head {
    display: flex;
  }
  .header-list {
    display: block;
    padding: 20px 0;
    margin: 15px 10px;
    min-height: calc(100% - 100px);
    background-color: #fff;
  }
  .header-list li {
    margin: 0;
    padding: 15px 20px;
  }
  .header-list li ~ li {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .header-list li.header-contacts {
    display: block;
    padding-bottom: 0;
  }
  .header-list li.header-contacts .header-contact-method {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background-color: #d9001b;
    color: #fff;
    fill: #fff;
  }
  .header-list li.header-contacts .header-contact-method span {
    direction: ltr;
  }
  .header-list li.header-contacts .header-contact-method svg {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  .header-list li.header-contacts .header-contact-method ~ .header-contact-method {
    margin-top: 15px;
  }
  .header-list a {
    display: flex;
    color: #1a1818;
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
  }
  .header-list a.active:after {
    transform: none;
    left: auto;
    inset-inline-start: 0;
  }
  .header-list a:hover {
    color: #d9001b;
  }
  .header-list .lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-list .lang span {
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  .header-list .lang:hover span {
    color: #1a1818;
  }
  .header-list .header-req {
    margin: auto;
    width: 100%;
    height: 40px;
  }
}

section.copyrights a {
  text-decoration: none!important;
}

section.copyrights {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

@media (max-width: 993px) {
  section.copyrights {
    justify-self: center;
  }
}

.badge {
  position: absolute;
  top: -26px; /* space above logo */
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 4px;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

section.copyrights:hover .badge {
  opacity: 1;
  visibility: visible;
  
}

/* triangle */
section.copyrights:hover .badge::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
