@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 600;
  height: 46px;
}
@media (min-width: 1200px) {
  .btn-lg {
    font-size: 18px;
    height: 52px;
  }
  .btn.mw-168 {
    min-width: 168px;
  }
  .btn.mw-220 {
    min-width: 220px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    height: 42px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .btn.mw-168 {
    min-width: 150px;
  }
  .btn.mw-220 {
    min-width: 180px;
  }
  .btn-lg {
    font-size: 16px;
    height: 48px;
  }
}
@media (max-width: 767.98px) {
  .btn {
    height: 40px;
    font-size: 14px;
  }
}
.btn-primary {
  color: #ffffff;
  background-color: #ea1818;
  border-color: #ea1818;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus, .btn-primary.active, .btn-primary.show, .btn-primary-check:checked + .btn-primary, .btn-primary:focus-visible, .btn-primary:not(.btn-check) + .btn-primary:hover, .btn-primary:first-child:hover, .btn-primary-check:focus-visible + .btn-primary, .btn-primary:first-child:active, .btn-primary:not(.btn-check) + .btn-primary:active {
  color: #ffffff !important;
  background-color: rgb(222.31, 20.21, 20.21) !important;
  border-color: rgb(222.31, 20.21, 20.21) !important;
  box-shadow: none !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
  background-color: #ea1818;
  border-color: #ea1818;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #ea1818;
  border-color: #ea1818;
  box-shadow: none;
}
.btn-outline-primary {
  color: #ea1818;
  border: 1px solid #ea1818;
  background-color: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: #ffffff !important;
  background-color: rgb(222.31, 20.21, 20.21) !important;
  border-color: rgb(222.31, 20.21, 20.21) !important;
  box-shadow: none !important;
}
.btn-outline-primary.disabled, .btn-outline-primary[disabled], fieldset[disabled] .btn-outline-primary {
  background-color: transparent;
  border-color: #ea1818;
  box-shadow: none;
}

.form-group {
  margin-bottom: 20px;
}
.form-group .form-label {
  font-size: 14px;
  color: #E4E4E4;
}
.form-group .form-control {
  padding: 10px 15px;
  height: 45px;
  border-radius: 0px;
  border-color: rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #E4E4E4;
  font-weight: 400;
}
.form-group .form-control:-moz-placeholder {
  color: #E4E4E4;
  font-weight: 400;
}
.form-group .form-control::-moz-placeholder {
  color: #E4E4E4;
  font-weight: 400;
}
.form-group .form-control:-ms-input-placeholder {
  color: #E4E4E4;
  font-weight: 400;
}
.form-group textarea.form-control {
  resize: none;
  height: 120px;
}
@media (max-width: 991.98px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group .form-label {
    font-size: 13px;
  }
  .form-group .form-control {
    padding: 8px 12px;
    height: 40px;
    font-size: 14px;
  }
  .form-group textarea.form-control {
    resize: none;
    height: 90px;
  }
}

@font-face {
  font-family: "priordesignstudio";
  src: url("../fonts/frontend/priordesignstudio.eot?l29ybg");
  src: url("../fonts/frontend/priordesignstudio.eot?l29ybg#iefix") format("embedded-opentype"), url("../fonts/frontend/priordesignstudio.ttf?l29ybg") format("truetype"), url("../fonts/frontend/priordesignstudio.woff?l29ybg") format("woff"), url("../fonts/frontend/priordesignstudio.svg?l29ybg#priordesignstudio") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^=pds-], [class*=" pds-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "priordesignstudio" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pds-map:before {
  content: "\e916";
}

.pds-phone:before {
  content: "\e917";
}

.pds-email:before {
  content: "\e918";
}

.pds-inner-arrow:before {
  content: "\e915";
}

.pds-linkedin:before {
  content: "\e911";
}

.pds-facebook:before {
  content: "\e912";
}

.pds-twitter:before {
  content: "\e913";
}

.pds-instagram:before {
  content: "\e914";
}

.pds-quote:before {
  content: "\e90f";
}

.pds-star:before {
  content: "\e910";
}

.pds-web:before {
  content: "\e909";
}

.pds-cloud:before {
  content: "\e90a";
}

.pds-cyber:before {
  content: "\e90b";
}

.pds-data:before {
  content: "\e90c";
}

.pds-software:before {
  content: "\e90d";
}

.pds-digital:before {
  content: "\e90e";
}

.pds-customer:before {
  content: "\e905";
}

.pds-project:before {
  content: "\e906";
}

.pds-awards:before {
  content: "\e907";
}

.pds-years:before {
  content: "\e908";
}

.pds-right-arrow:before {
  content: "\e900";
}

.pds-left-arrow:before {
  content: "\e902";
}

.pds-up-arrow:before {
  content: "\e903";
}

.pds-down-arrow:before {
  content: "\e904";
}

.pds-offer:before {
  content: "\e901";
}

.commonHead {
  margin-bottom: 40px;
}
.commonHead_subtxt {
  font-weight: 500;
  color: #ea1818;
  display: inline-block;
  margin-bottom: 10px;
}
.commonHead_title {
  color: #ffffff;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.commonHead_title span {
  color: #ea1818;
}
.commonHead p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #E4E4E4;
  margin-bottom: 0px;
}
.commonHead p + p {
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .commonHead {
    margin-bottom: 30px;
  }
  .commonHead_subtxt {
    margin-bottom: 5px;
  }
  .commonHead_title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .commonHead p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 991.98px) {
  .commonHead {
    margin-bottom: 20px;
  }
  .commonHead_title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .commonHead {
    margin-bottom: 15px;
  }
  .commonHead_title {
    font-size: 26px;
  }
}

.serviceBox {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 30px;
  transition: 0.5s;
  background-image: url("../images/frontend/services/service-bg.webp"), linear-gradient(#17181c, #17181c);
}
.serviceBox_icon {
  margin-bottom: 25px;
}
.serviceBox_icon em {
  color: #ea1818;
  font-size: 60px;
}
.serviceBox_title {
  font-weight: 600;
  font-size: 26px;
  text-transform: capitalize;
  color: #E4E4E4;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.serviceBox_top {
  margin-bottom: 30px;
}
.serviceBox_top p {
  color: #E4E4E4;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .serviceBox {
    padding: 25px;
  }
  .serviceBox_icon {
    margin-bottom: 15px;
  }
  .serviceBox_icon em {
    font-size: 50px;
  }
  .serviceBox_title {
    font-size: 22px;
  }
  .serviceBox_top {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .serviceBox {
    padding: 20px;
  }
  .serviceBox_icon {
    margin-bottom: 12px;
  }
  .serviceBox_icon em {
    font-size: 40px;
  }
  .serviceBox_title {
    font-size: 20px;
  }
  .serviceBox_top {
    margin-bottom: 20px;
  }
  .serviceBox_top p {
    font-size: 13px;
  }
}

.projectBox_title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}
.projectBox_title:hover {
  color: #ea1818;
}
.projectBox_txt {
  padding: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0) 23.76%, #1D1D1D 90.19%);
}
.projectBox_txt span {
  color: #E4E4E4;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .projectBox_title {
    font-size: 24px;
  }
  .projectBox_txt {
    padding: 20px;
  }
  .projectBox_txt span {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .projectBox_title {
    font-size: 20px;
  }
  .projectBox_txt {
    padding: 15px;
  }
  .projectBox_txt span {
    font-size: 13px;
  }
}

.commonTab .nav {
  margin-bottom: 40px;
}
.commonTab .nav-pills {
  gap: 15px;
}
.commonTab .nav-pills .nav-item .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #E4E4E4;
  padding: 10px 35px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease-in-out;
}
.commonTab .nav-pills .nav-item .nav-link.active, .commonTab .nav-pills .nav-item .nav-link:hover {
  color: #ffffff;
  background-color: #ea1818;
}
@media (max-width: 1199.98px) {
  .commonTab .nav {
    margin-bottom: 30px;
  }
  .commonTab .nav-pills {
    gap: 10px;
  }
  .commonTab .nav-pills .nav-item .nav-link {
    font-size: 15px;
    padding: 8px 25px;
  }
}
@media (max-width: 767.98px) {
  .commonTab .nav {
    margin-bottom: 20px;
  }
  .commonTab .nav-pills .nav-item .nav-link {
    font-size: 14px;
    padding: 8px 20px;
  }
}

.innerBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/frontend/inner-bg.webp"), linear-gradient(#1d1d1d, #1d1d1d);
}
.innerBanner_inner {
  padding: 60px 0px;
}
.innerBanner_tag {
  font-weight: 500;
  font-size: 13px;
  color: #E4E4E4;
  padding: 8px 40px;
  background-color: rgba(6, 216, 137, 0.2);
  margin-bottom: 10px;
  max-width: fit-content;
}
.innerBanner_tag::after, .innerBanner_tag::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.innerBanner_tag::after {
  left: 20px;
}
.innerBanner_tag::before {
  right: 20px;
}
.innerBanner_title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .innerBanner_title {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .innerBanner_inner {
    padding: 40px 0px;
  }
  .innerBanner_title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .innerBanner_tag {
    font-size: 12px;
    padding: 6px 25px;
  }
  .innerBanner_tag::after {
    left: 12px;
  }
  .innerBanner_tag::before {
    right: 12px;
  }
}
@media (max-width: 991.98px) {
  .innerBanner_inner {
    padding: 30px 0px;
  }
  .innerBanner_title {
    font-size: 26px;
  }
}

.breadcrumb-item {
  font-size: 14px;
}
.breadcrumb-item.active {
  color: #ea1818;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\e915";
  color: #ffffff;
  font-family: "priordesignstudio";
}
.breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb-item a:hover {
  color: #ea1818;
}
@media (max-width: 991.98px) {
  .breadcrumb-item {
    font-size: 13px;
  }
}

.accordion {
  background-color: transparent;
}
.accordion-item {
  background-color: transparent;
  border: none;
}
.accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion-button {
  background-color: transparent;
  background-color: transparent;
  font-weight: 600;
  font-size: 18px;
  color: #E4E4E4;
  padding: 20px 0px;
}
.accordion-button::after {
  background-image: url("../images/frontend/accordion-bg.svg");
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/frontend/accordion-bg-active.svg");
}
.accordion-body {
  padding: 0px 20px 20px;
}
.accordion-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #E4E4E4;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .accordion-button {
    font-size: 16px;
    padding: 15px 0px;
  }
  .accordion-body {
    padding: 0px 15px 15px;
  }
  .accordion-body p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.header {
  z-index: 10;
  transition: all 0.3s ease-out 0s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header.scroll {
  background-color: #161519;
}
.header .navbar-brand img, .header .navbar-brand svg {
  width: 186px;
}
.header .navbar-nav .nav-item:not(:last-child) {
  margin-right: 12px;
}
.header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 14px;
  padding: 30px 8px;
  font-weight: 500;
}
.header .navbar-nav .nav-item .nav-link.active, .header .navbar-nav .nav-item .nav-link:hover {
  color: #ea1818;
}
@media (max-width: 1199.98px) {
  .header .navbar-brand img, .header .navbar-brand svg {
    width: 150px;
  }
  .header .navbar-nav .nav-item:not(:last-child) {
    margin-right: 8px;
  }
  .header .navbar-nav .nav-item .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding: 12px 0px;
  }
  .header_icons {
    margin-left: auto;
  }
  .header .navbar-collapse {
    order: 3;
  }
  .header .navbar-toggler {
    border: none;
    order: 2;
    border-radius: 0px;
  }
  .header .navbar-toggler:focus {
    box-shadow: none;
  }
  .header .navbar-toggler-icon {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    height: 2px;
    width: 24px;
    display: block;
    margin-bottom: 4px;
    position: relative;
    display: block;
    transition: transform 0.2s ease, background-color 0.5s ease;
    background-image: none;
  }
  .header .navbar-toggler-icon:nth-child(1) {
    width: 12px;
  }
  .header .navbar-toggler-icon:nth-child(3) {
    width: 12px;
    float: right;
  }
  .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(1) {
    transform: translate(1px, 2px) rotate(45deg);
  }
  .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(2) {
    transform: translateX(0px) rotate(-45deg);
  }
  .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(3) {
    transform: translate(-2px, -1px) rotate(45deg);
  }
  .header .navbar-nav {
    background-color: #161519;
    margin-top: 10px;
    padding: 12px;
  }
  .header .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .header .navbar-nav .nav-item .nav-link {
    padding: 0px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar-brand img, .header .navbar-brand svg {
    width: 130px;
  }
}

.footer {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/frontend/layout/footer-bg.webp"), linear-gradient(#1e1c22, #1e1c22);
}
.footer_top {
  padding: 50px 0px;
}
.footer_logo {
  margin-bottom: 15px;
  display: inline-block;
  width: 200px;
}
.footer_info {
  margin-bottom: 10px;
}
.footer_info p {
  color: #E4E4E4;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.footer_links {
  gap: 10px;
}
.footer_links a {
  color: #E4E4E4;
  font-size: 14px;
}
.footer_links a:hover {
  color: #ea1818;
}
.footer_social {
  gap: 10px;
  margin-top: 20px;
}
.footer_social a {
  color: #E4E4E4;
  font-size: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.footer_social a:hover {
  color: #ea1818;
}
.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0px;
}
.footer_bottom_copy {
  color: #E4E4E4;
  font-size: 14px;
}
.footer_bottom_copy span {
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .footer_top {
    padding: 30px 0px;
  }
  .footer_logo {
    width: 160px;
    margin-bottom: 10px;
  }
  .footer_social {
    margin-top: 15px;
  }
  .footer_social a {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
  .footer_bottom {
    padding: 15px 0px;
  }
  .footer_bottom_copy {
    font-size: 13px;
  }
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Saira", sans-serif;
  background-color: #161519;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:focus-visible {
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #edf1ed;
}
::-webkit-scrollbar-thumb {
  background: #ea1818;
}
::-webkit-scrollbar-thumb:hover {
  background: #ea1818;
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .mt-40 {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .mt-40 {
    margin-top: 20px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000000;
  opacity: 0.07;
}

.viewBtn span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: -36px;
}
.viewBtn span em {
  margin-left: 5px;
  display: inline-block;
  font-size: 14px;
  transition: 0.5s;
  transform: rotate(-45deg);
}
.viewBtn_offer {
  color: #ea1818;
  font-size: 60px;
}
.viewBtn:hover span em {
  transform: rotate(0deg);
}
@media (max-width: 1199.98px) {
  .viewBtn span {
    font-size: 14px;
  }
  .viewBtn_offer {
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  .viewBtn span {
    font-size: 13px;
  }
  .viewBtn span em {
    font-size: 13px;
  }
  .viewBtn_offer {
    font-size: 48px;
  }
}

.py-100 {
  padding: 100px 0px;
}
@media (max-width: 1199.98px) {
  .py-100 {
    padding: 60px 0px;
  }
}
@media (max-width: 991.98px) {
  .py-100 {
    padding: 40px 0px;
  }
}
@media (max-width: 767.98px) {
  .py-100 {
    padding: 30px 0px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

.homePage .bannerSec {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/frontend/home/banner-bg.webp"), linear-gradient(#1e1c22, #1e1c22);
}
.homePage .bannerSec_txt p {
  font-weight: 400;
  line-height: 1.8;
  color: #E4E4E4;
  margin-bottom: 0px;
}
.homePage .bannerSec_txt p + p {
  margin-top: 12px;
}
.homePage .bannerSec_txt_links {
  gap: 35px;
  margin-top: 40px;
}
.homePage .bannerSec_title {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.homePage .bannerSec_title span {
  color: #ea1818;
  text-decoration: underline;
}
.homePage .bannerSec_img img {
  mask: url("../images/frontend/logo-icon.svg") no-repeat center;
}
@media (max-width: 1199.98px) {
  .homePage .bannerSec_txt_links {
    margin-top: 25px;
    gap: 25px;
  }
  .homePage .bannerSec_txt p {
    line-height: 1.6;
  }
  .homePage .bannerSec_title {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .homePage .bannerSec_img img {
    width: 100%;
    height: 440px;
  }
}
@media (max-width: 991.98px) {
  .homePage .bannerSec_txt_links {
    gap: 20px;
  }
  .homePage .bannerSec_title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .homePage .bannerSec_txt {
    padding-top: 30px;
  }
  .homePage .bannerSec_txt_links {
    margin-top: 20px;
  }
  .homePage .bannerSec_img {
    padding-bottom: 30px;
  }
  .homePage .bannerSec_img img {
    height: 360px;
  }
  .homePage .bannerSec_title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .homePage .bannerSec_txt {
    padding-bottom: 30px;
  }
  .homePage .bannerSec_txt_links {
    gap: 15px;
  }
}
.homePage .aboutSec_img {
  max-width: 400px;
}
.homePage .aboutSec_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: -20px;
  right: -20px;
}
@media (max-width: 1199.98px) {
  .homePage .aboutSec_img::before {
    top: -15px;
    right: -15px;
  }
}
@media (max-width: 991.98px) {
  .homePage .aboutSec_img::before {
    top: -8px;
    right: -8px;
  }
}
@media (max-width: 767.98px) {
  .homePage .aboutSec_img {
    max-width: 300px;
    margin-bottom: 15px;
  }
}
.homePage .awardSec, .homePage .projectSec {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-width: 1px 0px;
}
.homePage .awardSec_box {
  text-align: center;
}
.homePage .awardSec_box_icon {
  position: relative;
  margin-bottom: 25px;
}
.homePage .awardSec_box_icon em {
  color: #ffffff;
  font-size: 50px;
}
.homePage .awardSec_box_icon::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(234, 24, 24, 0.5) 100%);
}
.homePage .awardSec_box_title {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 5px;
}
.homePage .awardSec_box_title span {
  margin-left: 8px;
  font-weight: 500;
  font-size: 20px;
  bottom: 8px;
  display: inline-block;
  position: relative;
}
.homePage .awardSec_box_txt p {
  font-weight: 400;
  font-size: 14px;
  color: #E4E4E4;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .homePage .awardSec_box_icon {
    margin-bottom: 20px;
  }
  .homePage .awardSec_box_icon em {
    font-size: 42px;
  }
  .homePage .awardSec_box_title {
    font-size: 32px;
  }
  .homePage .awardSec_box_title span {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .homePage .awardSec_box_icon em {
    font-size: 36px;
  }
  .homePage .awardSec_box_title {
    font-size: 28px;
  }
  .homePage .awardSec_box_title span {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .homePage .awardSec_box {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
  }
}
.homePage .reviewSec_box {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px;
}
.homePage .reviewSec_box_logo {
  width: 136px;
}
.homePage .reviewSec_box_quote {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.03);
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.homePage .reviewSec_box_star {
  gap: 5px;
}
.homePage .reviewSec_box_star_items {
  width: 20px;
  height: 20px;
  font-size: 16px;
  background-color: #ea1818;
}
.homePage .reviewSec_box_head {
  margin-bottom: 22px;
}
.homePage .reviewSec_box_body {
  margin-bottom: 28px;
}
.homePage .reviewSec_box_body p {
  color: #E4E4E4;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
.homePage .reviewSec_box_name {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 0;
}
.homePage .reviewSec_box_info {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  color: #E4E4E4;
}
.homePage .reviewSec_inner::after, .homePage .reviewSec_inner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 220px;
  height: 100%;
  z-index: 1;
}
.homePage .reviewSec_inner::before {
  left: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.homePage .reviewSec_inner::after {
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
@media (max-width: 1199.98px) {
  .homePage .reviewSec_box {
    padding: 30px;
  }
  .homePage .reviewSec_box_logo {
    width: 120px;
  }
  .homePage .reviewSec_box_name {
    font-size: 20px;
  }
  .homePage .reviewSec_box_info {
    font-size: 14px;
    margin-top: 3px;
    display: inline-block;
  }
  .homePage .reviewSec_box_head {
    margin-bottom: 15px;
  }
  .homePage .reviewSec_box_star_items {
    width: 18px;
    height: 18px;
    font-size: 14px;
  }
  .homePage .reviewSec_box_body {
    margin-bottom: 20px;
  }
  .homePage .reviewSec_box_body p {
    font-size: 15px;
    line-height: 1.7;
  }
  .homePage .reviewSec_box_quote {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .homePage .reviewSec_inner::after, .homePage .reviewSec_inner::before {
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  .homePage .reviewSec_box {
    padding: 20px;
  }
  .homePage .reviewSec_box_body {
    margin-bottom: 15px;
  }
  .homePage .reviewSec_box_body p {
    font-size: 14px;
  }
  .homePage .reviewSec_box_quote {
    font-size: 60px;
  }
  .homePage .reviewSec_box_name {
    font-size: 18px;
  }
  .homePage .reviewSec_box_info {
    font-size: 13px;
  }
  .homePage .reviewSec_inner::after, .homePage .reviewSec_inner::before {
    display: none;
  }
}

.aboutPage .aboutBox_img {
  max-width: 400px;
}
.aboutPage .aboutBox_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: -20px;
  right: -20px;
}
.aboutPage .aboutBox .row + .row {
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .aboutPage .aboutBox_img::before {
    top: -15px;
    right: -15px;
  }
  .aboutPage .aboutBox .row + .row {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .aboutPage .aboutBox_img::before {
    top: -8px;
    right: -8px;
  }
  .aboutPage .aboutBox .row + .row {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .aboutPage .aboutBox_img {
    max-width: 300px;
    margin-bottom: 15px;
  }
  .aboutPage .aboutBox .row + .row {
    margin-top: 20px;
  }
}
.aboutPage .teamSec {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.aboutPage .teamSec_box_img {
  margin-bottom: 20px;
}
.aboutPage .teamSec_box_title {
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.aboutPage .teamSec_box_tag {
  color: #E4E4E4;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .aboutPage .teamSec_box_img {
    margin-bottom: 15px;
  }
  .aboutPage .teamSec_box_title {
    font-size: 20px;
  }
  .aboutPage .teamSec_box_tag {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .aboutPage .teamSec_box_img {
    margin-bottom: 10px;
  }
  .aboutPage .teamSec_box_title {
    font-size: 18px;
  }
  .aboutPage .teamSec_box_tag {
    font-size: 14px;
  }
}

.serviceDetailPage .serviceTxt_img img {
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .serviceDetailPage .serviceTxt_img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.serviceDetailPage .workSec {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.serviceDetailPage .workSec_box {
  padding: 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.serviceDetailPage .workSec_box_num {
  font-weight: 700;
  font-size: 60px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ea1818;
  line-height: 1;
  margin-bottom: 20px;
}
.serviceDetailPage .workSec_box_title {
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}
.serviceDetailPage .workSec_box p {
  color: #E4E4E4;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .serviceDetailPage .workSec_box {
    padding: 25px;
  }
  .serviceDetailPage .workSec_box_num {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .serviceDetailPage .workSec_box_title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .serviceDetailPage .workSec_box {
    padding: 20px;
  }
  .serviceDetailPage .workSec_box_num {
    font-size: 42px;
  }
  .serviceDetailPage .workSec_box_title {
    font-size: 22px;
  }
  .serviceDetailPage .workSec_box p {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .serviceDetailPage .workSec_box {
    padding: 15px;
  }
  .serviceDetailPage .workSec_box_num {
    font-size: 38px;
  }
  .serviceDetailPage .workSec_box_title {
    font-size: 18px;
  }
}

.portfolioDetailPage .contentSec_info {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.portfolioDetailPage .contentSec_info_sub {
  font-weight: 400;
  font-size: 15px;
  color: #E4E4E4;
  display: inline-block;
  margin-bottom: 5px;
}
.portfolioDetailPage .contentSec_info_title, .portfolioDetailPage .contentSec_info_link {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
}
.portfolioDetailPage .contentSec_info_link {
  word-break: break-all;
  display: block;
}
.portfolioDetailPage .contentSec_info_link:hover {
  color: #ea1818;
}
.portfolioDetailPage .contentSec_info_items {
  padding: 25px 20px;
}
.portfolioDetailPage .contentSec_info_items:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .portfolioDetailPage .contentSec_info_sub {
    font-size: 14px;
  }
  .portfolioDetailPage .contentSec_info_title, .portfolioDetailPage .contentSec_info_link {
    font-size: 18px;
  }
  .portfolioDetailPage .contentSec_info_items {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .portfolioDetailPage .contentSec_info_sub {
    font-size: 13px;
  }
  .portfolioDetailPage .contentSec_info_title, .portfolioDetailPage .contentSec_info_link {
    font-size: 16px;
  }
  .portfolioDetailPage .contentSec_info_items {
    padding: 15px;
  }
}

.contactPage .infoSec_more_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  margin-right: 15px;
  font-size: 16px;
  color: #ffffff;
}
.contactPage .infoSec_more_items p, .contactPage .infoSec_more_items a {
  color: #E4E4E4;
  font-size: 16px;
}
.contactPage .infoSec_more_items a:hover {
  color: #ea1818;
}
.contactPage .infoSec_more_items:not(:last-child) {
  margin-bottom: 15px;
}
.contactPage .infoSec_form {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .contactPage .infoSec_form {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .contactPage .infoSec_more_icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    font-size: 14px;
  }
  .contactPage .infoSec_more_items p, .contactPage .infoSec_more_items a {
    font-size: 15px;
  }
  .contactPage .infoSec_more_items:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .contactPage .infoSec_form {
    margin-top: 15px;
    padding: 15px;
  }
}

.cmsPage .cmsBox h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}
.cmsPage .cmsBox h3, .cmsPage .cmsBox h4, .cmsPage .cmsBox h5, .cmsPage .cmsBox h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}
.cmsPage .cmsBox p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #E4E4E4;
  margin-bottom: 15px;
}
.cmsPage .cmsBox ul, .cmsPage .cmsBox ol {
  margin-bottom: 15px;
}
.cmsPage .cmsBox ul li, .cmsPage .cmsBox ol li {
  color: #E4E4E4;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.cmsPage .cmsBox ul li:not(:last-child), .cmsPage .cmsBox ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .cmsPage .cmsBox h2 {
    font-size: 22px;
  }
  .cmsPage .cmsBox h3, .cmsPage .cmsBox h4, .cmsPage .cmsBox h5, .cmsPage .cmsBox h6 {
    font-size: 18px;
  }
  .cmsPage .cmsBox p {
    font-size: 14px;
  }
  .cmsPage .cmsBox ul, .cmsPage .cmsBox ol {
    margin-bottom: 10px;
  }
  .cmsPage .cmsBox ul li, .cmsPage .cmsBox ol li {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .cmsPage .cmsBox h2 {
    font-size: 20px;
  }
  .cmsPage .cmsBox h3, .cmsPage .cmsBox h4, .cmsPage .cmsBox h5, .cmsPage .cmsBox h6 {
    font-size: 16px;
  }
  .cmsPage .cmsBox p {
    font-size: 13px;
  }
  .cmsPage .cmsBox ul, .cmsPage .cmsBox ol {
    margin-bottom: 8px;
  }
  .cmsPage .cmsBox ul li, .cmsPage .cmsBox ol li {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .errorPage_img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .errorPage_img {
    max-width: 200px;
  }
  .errorPage_txt {
    margin-top: 15px;
    text-align: center;
  }
}

.feedbackPage .feedbackSec_form {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .feedbackPage .feedbackSec_form {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .feedbackPage .feedbackSec_form {
    padding: 15px;
  }
}