/* Global */
* {
  font-family: "Arabic Dubai" !important;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
body{
  overflow-x: hidden;
}
body,
html {
  height: 100%;
  /* scroll-behavior: smooth; */
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Dubai Font */
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arabic Dubai";
  src: url("../fonts/dubai_fonts/DubaiW23-Light.eot") format("eot");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.ttf") format("ttf");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.woff") format("woff");
  src: url("../fonts/dubai_fonts/DubaiW23-Light.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
.ne_font {
  font-family: "Arial" !important;
}

.fas,
.fal,
.far,
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

input,
button {
  outline: none !important;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  cursor: pointer;
  color: #000;
}

ul {
  margin-bottom: 0;
}

.btn,
nav,
.icon-arrow-right:before,
.opacity-hover,
.button-default,
.mbg-card,
.dl-btn,
.ms-icon,
.ms-link,
.project-action-btn,
.selected-title .icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gradient-easing {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.00709) 10.47%,
    rgba(0, 0, 0, 0.02755) 19.56%,
    rgba(0, 0, 0, 0.06016) 27.58%,
    rgba(0, 0, 0, 0.1037) 34.81%,
    rgba(0, 0, 0, 0.15697) 41.57%,
    rgba(0, 0, 0, 0.21875) 48.13%,
    rgba(0, 0, 0, 0.28782) 54.79%,
    rgba(0, 0, 0, 0.36296) 61.85%,
    rgba(0, 0, 0, 0.44297) 69.61%,
    rgba(0, 0, 0, 0.52662) 78.36%,
    rgba(0, 0, 0, 0.6127) 88.39%,
    rgba(0, 0, 0, 0.7)
  );
  bottom: 0;
  right: 0;
  left: 0;
}
.width-fluid {
  width: 100%;
}
.height-fluid {
  height: 100%;
}
.white-color {
  color: #ffffff !important;
}
.black-color {
  color: #000000 !important;
}
.main-color {
  color: #3b79a7;
}
.gray-color {
  color: #898989;
}
.form-group {
  border: 1px solid #000;
}
.icon-search {
  display: inline-block;
  margin-right: 7px;
}
.form-control {
  display: block;
  color: #666666;
  font-size: 18px;
  background: none;
  font-weight: 400;
  padding: 10px;
  height: auto;
  border-radius: 0;
  border: none;
}
.form-control::placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}
.form-control:hover {
  outline: none;
}
.form-control:active {
  outline: none;
}
.form-control:focus {
  outline: none;
  background: none;
  border: none;
}

input[type="file"] {
  opacity: 0;
  z-index: 20;
  top: 0;
  left: 0;
}

.circle {
  border-radius: 100% !important;
}
.opacity-hover:hover {
  opacity: 0.7;
}
.opacity-hover:active {
  opacity: 0.4;
}
.title {
  font-weight: 600;
  font-size: 27px;
}
.text {
  font-size: 16px;
  line-height: 1.3;
}
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
}
small {
  color: #333;
  font-weight: 600;
}

.bg-title {
  color: #000;
  font-weight: bold;
  line-height: 1;
  font-size: 37px;
}
select {
  border: none !important;
  background: none;
  width: 100% !important;
}

/** Buttons **/
.btn {
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.nl-btn {
  font-size: 20px;
}
.nl-btn:hover {
  opacity: 0.7;
}
.nl-btn:active {
  opacity: 0.4;
}
.nl-btn .icon {
  font-weight: bold;
  margin: 0 8px;
}
.button-default {
  display: inline-block;
}
.button-default > * {
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
}
.button-default .icon {
  font-weight: 600;
  margin-left: 9px;
}
.bt-black > *,
.bt-black > *:focus {
  background: #000;
  color: #fff;
}
.bt-black > *:hover {
  background: #303030;
  color: #fff;
}
.bt-black > *:active {
  opacity: 0.6;
  background: #303030;
  color: #fff;
}

.bt-white > *,
.bt-white > *:focus {
  background: #fff;
  color: #000;
}
.bt-white > *:hover {
  background: #dbdada;
  color: #303030;
}
.bt-white > *:active {
  opacity: 0.6;
  background: #fff;
  color: #303030;
}
.read-more-btn {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
.read-more-btn:hover {
  opacity: 0.7;
}
.read-more-btn:active {
  opacity: 0.4;
}
/** Buttons **/

/* Range Slider */
.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single,
.irs-handle i {
  display: none !important;
}
.irs--flat .irs-line,
.irs--flat .irs-bar {
  height: 3px;
}
.irs--flat .irs-handle {
  background: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  top: 13px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  box-shadow: 0 3px 6px #4d4d4d50;
}
.irs--flat .irs-line,
.irs-bar {
  background-color: #000 !important;
}
/* Range Slider */

/* Scroller Bar */
.modal-tab-overview::-webkit-scrollbar,
.ss-list::-webkit-scrollbar {
  width: 11px;
}

/* Track */
.ss-list::-webkit-scrollbar-track,
.modal-tab-overview::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.ss-list::-webkit-scrollbar-thumb,
.modal-tab-overview::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 50px;
}

/* Handle on hover */
.ss-list::-webkit-scrollbar-thumb:hover,
.modal-tab-overview::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
/* Scroller Bar */

/* Checkbox */
.fake-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.input-checkbox {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  cursor: pointer;
}
.input-checkbox:checked + .fake-cb-child > span {
  opacity: 1;
}
.fake-cb-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 3px;
  border: 1px solid #333;
}
.fake-cb-child > span {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
.checkbox-text {
  margin: 0 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  width: calc(100% - 40px);
}
.checkbox-toggle-btn > div {
  font-size: 16px;
  font-weight: 600;
  color: #626262;
}
.checkbox-toggle-btn .icon {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
/* Checkbox */

/* Selectz */
.filter-slider-bar > div {
  width: 25%;
  padding: 15px 20px;
  background: #fff;
}
.filter-slider-bar .selectbox-slim {
  border-right: 1px solid #ccc;
}

.selectbox-slim .ss-main,
.selectbox-slim .ss-single-selected {
  /* height: 100%; */
  padding: 0;
  border: none;
}

.selectbox-slim .ss-content {
  width: calc(100% + 40px);
  left: -20px;
  top: calc(100% + 21px);
  border: none;
  box-shadow: 0 1px 2px #4d4d4d50;
}

.ss-option {
  border-bottom: 1px solid #aaa;
  padding: 8px 20px !important;
  font-size: 17px;
  color: #000;
  font-weight: 600;
}

.ss-main .ss-single-selected {
  height: auto !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:hover {
  background: #000;
  color: #fff;
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  background: none;
  color: #dedede;
}

.ss-option:last-of-type {
  border: none;
}

.ss-main .ss-single-selected .ss-arrow span {
  border-width: 0 3px 3px 0;
  padding: 3px;
}

.ss-main .placeholder {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.ss-label {
  line-height: 1;
  margin-bottom: 2px;
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 600;
  opacity: 0.8;
  width: 100%;
}
.ss-content .ss-list {
  max-height: 125.39px;
}

/* Contact */
.selectbox-tel-keys .placeholder {
  font-size: 16px;
}
.selectbox-tel-keys .ss-main .ss-single-selected .ss-arrow span {
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.selectbox-tel-keys .ss-content {
  width: 70px;
  left: -8px;
  top: calc(100% + 17px);
}
.selectbox-tel-keys .ss-option {
  padding: 8px 12px !important;
  text-align: center !important;
  font-size: 15px;
}
/* Contact */

/* Selectz */

/* Modal */
.modal {
  z-index: 105000;
}
/* Modal */
/* Global */

/* Navbar */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  padding: 11px 0;
}
nav.active,
nav.active-page {
  background: #000 !important;
  box-shadow: 0px 2px 2px #00000017;
}
.navbar {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  width: 230px;
}
.nav-icon-btn {
  cursor: pointer;
  padding: 0 13px;
  display: flex;
}
.nav-icon-btn:last-of-type {
  padding-right: 0;
}
.nav-icon-btn:hover {
  opacity: 1;
}
.nav-icon-btn:active {
  opacity: 0.4;
}
.nav-icon-btn .icon {
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.nav-icon-btn .icon.icon-cancel {
  font-weight: bold;
}
.menu-bar {
  display: flex;
  justify-content: space-between;
  height: 27px;
  width: 22px;
}
.menu-bar span {
  width: 2.2px;
  background: #fff;
}
.nav-icon-btn .label {
  color: #fff !important;
  font-size: 15px !important;
  margin-right: 22px !important;
}
.nav-icon-btn .select-chevron-div .icon {
  font-size: 12px;
}
.nav-icon-btn .select-chevron-div {
  right: 2px;
}
.tel-dropdown {
  background: #fff;
  position: relative;
  padding: 10px;
  display: none;
  margin-left: 10px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 600;
}
.nav-icon-btn:hover .tel-dropdown {
  display: block;
}
.nav-btn-select:hover,
.nav-btn-select:active {
  opacity: 1;
}
.selectbox-language .ss-single-selected {
  background: none;
  padding: 0;
}
.selectbox-language .placeholder {
  font-size: 15px;
  color: #fff;
}
.selectbox-language .ss-main .ss-single-selected .ss-arrow span {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.selectbox-language .ss-option {
  padding: 5px 10px !important;
  font-size: 14px;
  text-align: center !important;
}
.selectbox-language .ss-content {
  width: 100%;
  left: auto;
}
/* Navbar */

/* Menu */
.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101000;
  background: #fff;
  display: none;
}
.menu-top nav {
  position: relative;
}
.menu-body {
  padding-top: 80px;
  padding-bottom: 40px;
  overflow-y: auto;
}
.ms-link {
  width: 100%;
  padding: 16px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 27px;
}
.ms-link:hover {
  /* opacity: 0.4; */
}
.ms-link:hover .ms-icon {
  transform: translateX(21px);
}
.ms-text {
  width: 100%;
}
.menu-sidebar {
  width: 29%;
}
.ms-text .ms-sub-title {
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: #666;
}
.ms-text .title {
  font-size: 30px;
  line-height: 1;
}
.ms-icon .icon {
  font-weight: bold;
  font-size: 32px;
}
.menu-bottom .footer-bottom {
  border-top: 1px solid #000;
}
.menu-bottom .footer-b-links a {
  color: #000;
  font-weight: 600;
}
.menu-bottom .text {
  font-weight: 600;
}
.ms-icon {
  margin-left: 12px;
}
.menu-body-cards {
  width: 67%;
}
.menu-body-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 30px;
}
.mbg-card {
  width: 100%;
  border: 2px solid #707070;
  padding: 21px 30px;
  font-size: 28px;
}
.mbg-card .icon {
  font-size: 41px;
}
.mbg-card:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.mbg-card:active {
  opacity: 0.8;
}
.mbg-title {
  line-height: 1;
  padding-left: 13px;
  padding-top: 4px;
  font-size: 38px;
}
.menu-social a {
  margin-left: 15px;
  font-size: 18px;
}
/* Menu */

/* Home */
.home-swiper-container {
  height: 100vh;
  min-height: 680px;
}
.slide-home-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
}
.slide-home-video {
  height: 100%;
}
.slide-home-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-arrows {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.swiper-arrows {
  width: 100%;
}
.arrow-icon {
  display: flex;
  width: 100%;
  transform: rotateZ(-90deg);
  margin: 10px 0;
}
.arrow-icon:hover {
  opacity: 0.7;
}
.arrow-icon:active {
  opacity: 0.4;
}
.arrow-icon .icon {
  color: #fff;
  font-size: 24px;
}
.swiper-pagination-arrows .swiper-pagination {
  position: relative !important;
}
.swiper-pagination-bullet {
  display: block;
  margin: 5px 0 !important;
  width: 3px;
  height: 36px;
  border-radius: 0;
  position: static;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.search-filter {
  background: rgba(0, 0, 0, 0.48);
  max-width: 100%;
  width: 930px;
  padding: 19px 27px 14px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.search-filter-header {
  color: #fff;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 13px;
}
.search-filter-dropdowns {
  padding: 14px 18px;
  background: #fff;
}
.search-filter-advanced {
  text-align: right;
  padding-top: 14px;
}
.advanced-search-link {
  line-height: 1;
  color: #fff;
  font-size: 19px;
}
.advanced-search-link:hover,
.advanced-search-link:active {
  color: #fff;
}
.advanced-search-link .icon {
  font-size: 22px;
}
.asl-text {
  padding: 0 8px;
}
.home-grid-double {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 40px;
  padding-top: 100px;
  padding-bottom: 70px;
}
.home-grid-card {
  position: relative;
}
.home-grid-card img {
  height: 383px;
  width: 100%;
  object-fit: cover;
}
.home-grid-card-data {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 35px;
}
.home-grid-card-data .bg-title {
  color: #fff;
  line-height: 1;
  font-size: 34px;
  cursor: pointer;
}
.home-grid-card-data .bg-title .icon {
  display: inline-block;
  font-size: 30px;
  margin-left: 15px;
}
.projects-container {
  padding-bottom: 50px;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 30px;
}
.projects-title {
  font-size: 27px;
  margin-bottom: 36px;
}
.project-card {
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-card img {
  height: 177px;
  padding: 16px;
  max-width: 100%;
}
.projects-grid-button {
  padding: 40px 0;
}
.sa-grid {
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  grid-gap: 12.52rem;
  gap: 30px;
}
.services-about-container {
  padding-bottom: 80px;
}
.sa-card {
  padding: 30px;
}
.service-card {
  border: 1px solid #00000036;
  background: #f8f9fa;
  color: #838383;
  display: flex;
}
.service-card .sa-data {
  width: 100%;
  padding-right: 25px;
}
.sa-data {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.service-card .sa-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sa-sub-title {
  margin-bottom: 15px;
}
.sub-title-vline {
  width: 70px;
  height: 2px;
  background: #00000036;
  margin: 0 8px;
}
.about-card {
  background-color: #000;
}
.about-card .sa-sub-title {
  color: #d6d6d6;
}
.about-card .sub-title-vline {
  background-color: #d6d6d6;
}
.sa-card .bg-title {
  line-height: 1;
  font-size: 29px;
}
/* Home */

/* Search Filter */
.search-filter-selectbox {
  /* Remove It */
  padding-right: 15px;
  border-right: 1px solid #626262;
  line-height: 1;
}
.search-filter-selectbox:last-of-type {
  /* Remove It */
  padding: 0 !important;
  border: none !important;
}
#modalSearchFilter .modal-dialog-centered {
  height: calc(100% - 6rem) !important;
  min-height: auto !important;
  margin: 3rem auto;
}
#modalSearchFilter .modal-content {
  height: 100%;
}
#modalSearchFilter .modal-body {
  padding: 0;
  border-radius: 0;
  height: 100%;
}
.modal-dialog {
  max-width: 600px;
}
.modal-content {
  border: none;
  border-radius: 1px;
}
.filter-title .icon {
  font-size: 27px;
}
.close-filter .icon {
  font-size: 25px;
  font-weight: bold;
}
.modal-s-top,
.modal-s-bottom {
  padding: 25px 30px;
}
.modal-filter-grid-double {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 30px;
}
.filter-price-range {
  margin-top: 32px;
}
.filter-price-range .title {
  font-size: 20px;
  line-height: 1;
}
.modal-f-label {
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  color: #a5a5a5;
  display: block;
  margin-bottom: 4px;
}
.modal-filter-dropdown .ss-label {
  margin-bottom: 5px;
}
.modal-filter-dropdown {
  border-bottom: 1px solid #656565;
  padding-bottom: 10px;
}
.modal-filter-dropdown .ss-content {
  width: calc(100%);
  left: 0;
  top: calc(100% + 16px);
  border: none;
}
.mfgd-input {
  display: flex;
  border: 1px solid #797979;
  padding: 9px 18px;
  font-size: 19px;
  margin-top: 20px;
}
.modal-s-center {
  padding: 25px 30px;
  overflow-y: auto;
  border-bottom: 1px solid #d1d1d1;
  height: calc(100% - 187px);
}
.modal-s-bottom .button-default > * {
  padding: 13px 20px;
  font-size: 19px;
}
.cancel-btn {
  border: 1px solid #0d0d0d;
}
.mcb-title {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}
.mcb-title .icon {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.multiple-checkbox-container {
  display: none;
  margin-bottom: 35px;
}
.multiple-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 23px;
  padding-top: 23px;
  padding-left: 23px;
}
.modal-checkbox-row {
  margin-bottom: 20px;
}
.modal-checkbox-container {
  display: none;
}
/* Search Filter */

/* Footer */
footer {
  background: #000000;
}
.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr 0.9fr 1.6fr;
  grid-gap: 12.52rem;
  gap: 32px;
}
.footer-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.footer-link {
  margin-bottom: 15px;
  line-height: 1;
}
.footer-link a {
  color: #fff;
  font-size: 18px;
}
.footer-link a:hover {
  opacity: 0.7;
}
.footer-link a:active {
  opacity: 0.4;
}
.footer-contact-group {
  border: 1px solid #fff;
  display: flex;
}
.footer-contact-group input {
  padding: 7px 15px;
  color: #fff;
  font-weight: 600;
  border-right: 1px solid #fff;
  width: 100%;
  border-radius: 0 !important;
}
.footer-contact-group .icon {
  font-size: 14px;
}
.footer-contact-group .button-default > * {
  font-size: 16px;
}
.follow-line {
  min-width: 25%;
  height: 2px;
  background: #ffffff;
}
.social-icons a {
  color: #fff;
  margin-left: 10px;
  font-size: 21px;
}
.social-icons a:hover {
  opacity: 0.7;
}
.social-icons a:active {
  opacity: 0.4;
}
.social-icons a:first-of-type {
  margin: 0;
}
.footer-bottom {
  padding: 16px 0;
  border-top: 1px solid #fff;
}
.footer-b-links a {
  color: #fff;
  margin-left: 15px;
}
.footer-b-links a:hover {
  opacity: 0.7;
}
.footer-b-links a:active {
  opacity: 0.4;
}
/* Footer */

/* Projects Slider */
.projects-slider {
  padding-top: 30px;
  padding-bottom: 120px;
}
.projects-slider-header {
  border-top: 1px solid #000;
  padding-top: 9px;
  margin-bottom: 28px;
}
.ps-arrows button {
  margin-left: 15px;
}
.ps-arrows .icon {
  font-weight: bold;
  font-size: 25px;
}
.product-card-view {
  width: 100%;
  height: 177px;
  object-fit: cover;
  margin-bottom: 20px;
}
.product-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #00153c;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 9px;
  margin-bottom: 14px;
  line-height: 1;
}
.product-card-company {
  display: flex;
}
.pcc-logo img {
  width: 65px;
  height: 65px;
}
.pcc-data {
  padding: 10px 15px;
}
.pcc-title {
  line-height: 1;
  color: #838383;
  font-size: 17px;
  margin-bottom: 10px;
}
.pcc-price {
  line-height: 1;
  font-size: 19px;
  font-weight: 600;
}
/* Projects Slider */

/* Search No Results */
#modalSearchFilter .search-no-results {
  height: calc(100% - 187px);
}
.search-no-results {
  background: #fff;
  padding: 15px 23px;
}
.snr-title {
  margin-bottom: 5px;
}
.snr-title img {
  width: 27px;
}
.snr-title span {
  font-weight: bold;
  font-size: 20px;
  margin: 0 10px;
  color: #000;
}
.snr-text {
  font-size: 17px;
}
.snr-dropdown {
  background: #eee;
  padding: 15px;
}
.main-adv-search {
  display: none;
}
.main-adv-search.active {
  display: flex !important;
}
/* Search No Results */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Home */
  .swiper-pagination-arrows {
    display: none;
  }
  /* Home */

  /* Footer */
  .footer-contact-group .button-default > * {
    font-size: 14px;
    padding: 10px 13px;
  }
  /* Footer */

  /* Filter Search */
  .modal-filter-grid-double {
    gap: 10px;
  }
  .mfgd-input {
    padding: 9px 9px;
    font-size: 17px;
    justify-content: center;
    font-weight: 600;
  }
  .mfgd-input-val {
    font-weight: 600;
  }
  .multiple-checkbox-grid {
    padding-left: 11px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .checkbox-text {
    font-size: 18px;
  }
  .modal-s-bottom .modal-filter-grid-double {
    display: flex;
    justify-content: space-between;
  }
  .modal-s-bottom .modal-filter-grid-double > div {
    width: 48%;
  }
  #modalSearchFilter .modal-dialog-centered {
    height: calc(100% - 1rem) !important;
    margin: 0.5rem;
  }
  .modal-f-label {
    font-size: 15px;
  }
  .modal-filter-dropdown .selected-title .title,
  .mcb-title {
    font-size: 18px;
  }
  .mcb-title .icon,
  .modal-filter-dropdown .icon-chevron-rotate {
    font-size: 13px;
  }
  /* Filter Search */
}

@media (max-width: 767.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-filter-action .button-default > * {
    padding: 15px 20px;
  }

  /* Navbar */
  nav {
    padding: 15px 0;
  }
  .nav-logo {
    width: 164px;
  }
  .nav-icon-btn {
    padding: 0 6px;
    position: relative;
  }
  .nav-icon-btn:hover .tel-dropdown {
    display: block !important;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .nav-icon-btn .icon {
    font-size: 20px;
  }
  .menu-bar {
    height: 25px;
    width: 21px;
  }
  /* Navbar */

  /* Menu */
  .menu-wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-body-row {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .menu-body-row > div {
    width: 100%;
  }
  .menu-body {
    padding-top: 13px;
  }
  .menu-body-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 25px;
  }
  .mbg-card {
    padding: 17px 19px;
  }
  .mbg-title {
    font-size: 28px;
  }
  .mbg-card .icon {
    font-size: 29px;
  }
  .menu-bottom .footer-b-links,
  .menu-socialmedia .text {
    display: none !important;
  }
  .menu-bottom .footer-bottom .text {
    display: block;
    font-size: 14px;
  }
  .menu-social a {
    margin-left: 7px;
    font-size: 14px;
  }
  .ms-text .ms-sub-title {
    font-size: 14px;
  }
  .ms-text .title {
    font-size: 24px;
  }
  .ms-link {
    margin-bottom: 16px;
  }
  /* Menu */

  /* Search Filter */
  .search-filter {
    max-width: 400px;
    width: calc(100% - 70px);
    padding: 19px 20px 14px;
  }
  .search-filter-header {
    font-size: 23px;
  }
  .search-filter-selectbox {
    border: none;
    background: #fff;
    padding: 9px 15px;
    margin-bottom: 10px;
  }
  .search-filter-advanced {
    text-align: center;
  }
  .filter-slider-bar {
    flex-wrap: wrap;
  }
  .filter-slider-bar > div {
    margin-bottom: 8px;
    width: 100%;
    padding: 10px 15px;
  }
  .filter-bar-action {
    padding: 0 !important;
    background: none !important;
  }
  .filter-slider-bar .selectbox-slim .ss-content {
    width: calc(100% + 30px);
    left: -15px;
    top: calc(100% + 17px);
  }
  /* Search Filter */

  /* Home */
  .home-grid-double {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-top: 50px;
  }
  .home-grid-card-data {
    padding: 25px 25px;
  }
  .home-grid-card-data .bg-title {
    line-height: 1.1;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home-grid-card-data .bg-title .icon {
    left: auto;
    position: static;
  }
  /* Home */

  /* Projects Grid */
  .projects-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .project-card img {
    height: auto;
    padding: 7px;
  }
  /* Projects Grid */

  /* Services & About */
  .sa-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .service-card {
    flex-direction: column-reverse;
  }
  .sa-card {
    padding: 22px;
  }
  .sa-img {
    margin-bottom: 22px;
  }
  .sa-card .bg-title {
    line-height: 1.2;
    font-size: 23px;
  }
  /* Services & About */

  /* Footer */
  .footer-links {
    display: none;
  }
  .footer-logo {
    display: none;
  }
  .footer-top {
    grid-template-columns: 1fr;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-bottom .text {
    display: none;
  }
  .footer-b-links a {
    margin-left: 0;
    margin-right: 15px;
  }
  /* Footer */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 540px;
  }

  /* Home */
  .swiper-pagination-arrows {
    right: 12px;
  }
  /* Home */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 720px;
  }

  /* Filter */
  .search-filter {
    width: 690px;
  }
  .search-filter-selectbox {
    padding-right: 4px;
  }
  .swiper-pagination-arrows {
    display: none;
  }
  .filter-slider-bar {
    flex-wrap: wrap;
  }
  .filter-slider-bar > div {
    padding: 11px 13px;
    width: 50%;
  }
  .filter-slider-bar .selectbox-slim {
    border-bottom: 1px solid #ccc;
  }
  .filter-slider-bar .selectbox-slim .ss-content {
    width: calc(100% + 26px);
    left: -13px;
    top: calc(100% + 17px);
  }
  .selected-title .title {
    font-size: 17px;
  }
  .selectz-label {
    font-size: 13px;
  }
  .selected-title .icon {
    font-size: 12px;
  }

  .project-bar-actions-first-item{
    grid-column-start:2;
  }
  /* Filter */

  /* Home */
  .home-grid-double {
    padding-top: 70px;
    gap: 20px;
  }
  .home-grid-card-data .bg-title .icon {
    left: auto;
    margin-left: 6px;
  }
  .home-grid-card-data .bg-title {
    line-height: 1.2;
    font-size: 28px;
  }
  .sa-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card .sa-data {
    padding: 0;
  }
  .sa-img {
    display: none;
  }
  /* Home */

  /* Projects */
  .projects-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
  .project-card img {
    height: auto;
  }
  /* Projects */

  /* Footer */
  .footer-top {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-logo img {
    width: 236px;
  }
  /* Footer */

  /* Menu */
  .menu-body-grid {
    gap: 18px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .mbg-card .icon {
    font-size: 34px;
  }
  .mbg-title {
    font-size: 29px;
  }
  .mbg-card {
    padding: 21px 21px;
  }
  .menu-wrapper .footer-b-links {
    display: none;
  }
  .menu-body {
    padding-top: 20px;
  }
  .menu-body-row > div {
    width: 47%;
  }
  .ms-text .title {
    font-size: 26px;
  }
  /* Menu */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
  /* Home */
  .swiper-pagination-arrows {
    display: none;
  }
  .home-grid-card-data .bg-title .icon {
    position: static;
    margin-top: 5px;
  }
  .home-grid-card-data .bg-title {
    font-size: 31px;
  }
  .home-grid-double {
    padding-top: 70px;
  }
  .sa-img {
    width: 100%;
  }
  .sa-card .bg-title {
    line-height: 1.2;
  }
  /* Home */

  /* Filter */
  .search-filter {
    width: 920px;
  }
  /* Filter */

  /* Projects */
  .projects-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
  }
  .project-card img {
    height: auto;
  }
  /* Projects */

  /* Footer */
  .footer-top {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-logo img {
    width: 236px;
  }
  /* Footer */

  /* Menu */
  .menu-body {
    padding-top: 20px;
  }
  .mbg-card {
    padding: 20px 20px;
  }
  .mbg-card .icon {
    font-size: 35px;
  }
  .mbg-title {
    font-size: 27px;
  }
  .menu-body-grid {
    gap: 20px;
  }
  .ms-text .ms-sub-title {
    font-size: 14px;
  }
  .ms-text .title {
    font-size: 26px;
  }
  .ms-link {
    margin-bottom: 18px;
  }
  /* Menu */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container-fluid {
    max-width: 1140px;
  }

  /* Projects */
  .projects-grid {
    gap: 20px;
  }
  .project-card img {
    height: auto;
  }
  /* Projects */

  /* Menu */
  .mbg-title {
    font-size: 31px;
  }
  /* Menu */

  /* Footer */
  .footer-top {
    gap: 16px;
  }
  .follow-line {
    min-width: 16%;
  }
  /* Footer */
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1400px;
  }
}


/* Custom styling for pages */

/* ----------- start about page ------------------ */

.p1-about-header img {
  object-fit: cover;
  width: 100%;
}
.p1-about-container {
  padding: 70px 0 150px;
}
.p1-about-text-container {
  margin-bottom: 100px;
}
.p1-sub-title {
  font-size: 24px;
  margin-bottom: 4px;
}
.p1-bg-title {
  font-size: 40px;
  margin-bottom: 30px;
}
.p1-about-text-container .p1-text {
  font-size: 19px;
  color: #696969;
  line-height: 1.5;
}
.p1-about-data {
  width: 70%;
}
.p1-about-sidebar {
  width: 27%;
}
.p1-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 20px;
}
.p1-person-card {
  margin-bottom: 23px;
}
.p1-person-card img {
  width: 100%;
  object-fit: cover;
  min-height: 328px;
  margin-bottom: 23px;
}
.p1-person-name {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #000;
}
.p1-person-position {
  font-size: 19px;
}
.p1-dl-btn {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  border: 1px solid #707070;
}
.p1-dl-btn:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.p1-dl-btn:active {
  opacity: 0.7;
}
.p1-title {
  font-size: 31px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
}
.p1-sg-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.p1-sg-card:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p1-sg-card:last-of-type {
  margin-bottom: 0;
}
.p1-sg-card > div {
  width: 48%;
}
.p1-sg-card img {
  width: 100%;
  object-fit: cover;
}
.p1-text {
  font-size: 17px;
  line-height: 1.5;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .p1-about-flexable {
    flex-wrap: wrap;
  }
  .p1-about-flexable > div {
    width: 100%;
  }
  .p1-about-container {
    padding: 40px 0 150px;
  }
  .p1-sub-title {
    font-size: 20px;
  }
  .p1-bg-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .p1-about-text-container .p1-text {
    font-size: 18px;
  }
  .p1-dl-btn {
    display: inline-block;
    width: auto;
    padding: 16px 27px;
    font-size: 19px;
  }
  .p1-team-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p1-title {
    font-size: 29px;
  }
  .p1-about-header img {
    height: 370px;
  }
  .p1-sg-card,
  .p1-sg-card:nth-of-type(even) {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .p1-sg-card > div {
    width: 100%;
  }
  .p1-sg-card img {
    margin-bottom: 20px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .p1-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p1-person-card img {
    min-height: auto;
    height: 250px;
  }
  .p1-about-sidebar {
    width: 37%;
  }
  .p1-about-data {
    width: 60%;
  }
  .p1-dl-btn {
    padding: 13px 10px;
    font-size: 16px;
  }
  .p1-sub-title {
    font-size: 19px;
  }
  .p1-bg-title {
    font-size: 31px;
    margin-bottom: 20px;
  }
  .p1-title {
    font-size: 22px;
  }
  .p1-about-header img {
    height: 350px;
  }
  .p1-about-container {
    padding: 50px 0 150px;
  }
  .p1-person-name {
    font-size: 26px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .p1-about-data {
    width: 56%;
  }
  .p1-about-sidebar {
    width: 40%;
  }
  .p1-dl-btn {
    padding: 16px;
    font-size: 20px;
  }
  .p1-sub-title {
    font-size: 21px;
  }
  .p1-bg-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .p1-title {
    font-size: 26px;
  }
  .p1-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p1-person-card img {
    height: 250px;
    min-height: auto;
  }
  .p1-person-name {
    font-size: 23px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .p1-person-card img {
    height: 250px;
    min-height: auto;
  }
  .p1-person-name {
    font-size: 26px;
  }
  .p1-person-position {
    font-size: 19px;
  }
  .p1-dl-btn {
    padding: 16px;
    font-size: 19px;
  }
  .p1-title {
    font-size: 27px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
}


/* ----------- end about page ------------------ */



/* ----------- start application page ------------------ */


.p2-sub-title {
  font-size: 26px;
  color: #fff;
}
.p2-careers-header {
  min-height: 60vh;
  align-items: flex-start;
}
.p2-careers-data {
  padding-top: 90px;
}
.p2-careers {
  background: #178475;
}
.p2-application-row {
  margin-bottom: 45px;
}
.p2-application-title {
  color: #fff;
  line-height: 1.2;
  font-size: 27px;
}
.p2-application-range {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 3px 6px #4d4d4d50;
}
.p2-irs--flat .p2-irs-line,
.p2-irs--flat .p2-irs-bar {
  height: 11px;
}
.p2-irs--flat .p2-irs-bar--single,
.p2-irs--flat .p2-irs-line {
  border-radius: 50px;
}

.p2-irs--flat .p2-irs-handle {
  border: 3px solid #000;
  top: 14px;
  width: 32px;
  height: 32px;
}
.p2-irs--flat .p2-irs-bar--single {
  background: rgb(0, 0, 0) !important;
}
.p2-irs--flat .p2-irs-line,
.p2-irs-bar {
  background: #f8f8f9 !important;
  box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 7%);
  width: 100%;
}
.p2-application-range-count {
  font-weight: bold;
  font-size: 34px;
}
.p2-app-checkbox-card {
  display: inline-block;
  margin-right: 5px;
}
.p2-app-checkbox-card label {
  display: inline-block;
  background: #fff;
  padding: 13px 23px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 3px 6px #4d4d4d50;
  position: relative;
}
.p2-app-fake-checkbox {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 50%;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.p2-app-checkbox-card input {
  opacity: 0;
}
.p2-app-checkbox-card input:checked + span.p2-app-fake-checkbox {
  border: 5px solid #000;
}
.p2-form-group-row {
  background: #fff;
  border-radius: 8px;
  padding: 14px 23px;
  box-shadow: 0 3px 6px #4d4d4d50;
  position: relative;
  z-index: 20;
}
.p2-form-group-row input::placeholder,
.p2-form-group-row textarea::placeholder {
  color: #ccc;
}
.p2-form-group-row input,
.p2-form-group-row textarea {
  font-size: 23px;
  width: 100%;
  margin: 0;
  border: none;
  resize: none;
  outline: none;
}
.p2-form-group-row-file {
  z-index: 15;
}
.p2-form-group-row-file .p2-input-file {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  /* width: ; */
}
.p2-upload-file-card {
  border: 3px dashed rgba(238, 239, 242, 0.5);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}
.p2-upload-file-card span {
  font-size: 19px;
}
.p2-application-submit {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25),
    0 2px 27px -10px rgba(0, 0, 0, 0.18);
  background: #f9f7f6;
  border-radius: 50px;
  color: #178475;
  padding: 15px 70px;
  font-size: 20px;
}

.p2-application-submit:hover {
  background: #dddbd9;
}
.p2-application-submit:active {
  opacity: 0.7;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 767.98px) {
  .p2-careers-header {
    min-height: 73vh;
  }
  .p2-careers-data {
    padding-top: 130px;
  }
  .p2-careers-st-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p2-application-title {
    color: #fff;
    line-height: 1.2;
    font-size: 21px;
    margin-bottom: 12px !important;
    line-height: 1 !important;
  }
  .p2-application-range {
    padding: 30px;
  }
  .p2-application-range-count {
    font-size: 30px;
  }
  .p2-form-group-row input,
  .p2-form-group-row textarea {
    font-size: 19px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* ----------- end application page ------------------ */


/* ----------- start articles page ------------------ */

.p3-news {
  padding: 50px 0;
}
.p3-news-main-title {
  color: #231b18;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.3em;
  font-size: 2.5em;
  position: relative;
}
.p3-article-line {
  content: "";
  display: block;
  height: 3px;
  width: 37px;
  background: #b8b8b8;
  left: 0;
  margin-bottom: 0.5em;
}
.p3-news-socialmedia {
  padding: 18px 0 10px;
}
.p3-news-social-icon {
  display: inline-block;
}
.p3-news-social-icon .icon {
  font-size: 17px;
  margin-right: 13px;
}
.p3-news-social-icon .fa-instagram {
  color: #8a3ab9;
}
.p3-news-social-icon .fa-facebook-f {
  color: #006cb7;
}
.p3-news-social-icon .fa-youtube {
  color: #ff0000;
}
.p3-news-social-icon .fa-linkedin-in {
  color: #2867b2;
}
.p3-news-main-text {
  color: #231b18;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 35px;
  line-height: 1.85;
}
.p3-article-row {
  display: flex;
  padding: 1.5em 0;
  border-bottom: 1px solid #ebebeb;
}
.p3-article-row:last-of-type {
  border: none;
}
.p3-article-img {
  width: 180px;
  margin-right: 20px;
  object-fit: cover;
}
.p3-article-details {
  width: calc(100% - 200px);
}
.p3-article-title {
  color: #231b18;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.p3-article-text {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.p3-article-date {
  font-size: 16px;
  color: #727272;
}
.p3-articles-pagination {
  display: flex;
  justify-content: center;
  padding: 30px 0 50px;
}
.p3-page-link {
  border: none;
  color: #4f7690;
  padding: 5px 0.5em;
  margin: 0 0.5em !important;
  font-size: 18px;
}
.p3-page-link.p3-active {
  border-bottom: 2px solid #000;
  color: #000;
  border-radius: 0;
}
.p3-page-item {
  border-radius: 0;
}
.p3-view-article-header img {
  width: 100%;
  margin-bottom: 27px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .p3-news-main-title {
    font-size: 2em;
  }
  .p3-news {
    padding-top: 20px;
  }
  .p3-article-row {
    display: block;
  }
  .p3-article-img {
    margin-bottom: 22px;
  }
  .p3-article-img,
  .p3-article-details {
    width: 100%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .p3-news-main-title {
    font-size: 2em;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


/* ----------- end articles page ------------------ */
/* ----------- start careers page ------------------ */

.careers-header {
  background-image: url("https://media.cdn.teamtailor.com/images/s3/teamtailor-production/hero_picture_large_full_cover-v4/image_uploads/c64339a1-d46f-491e-84fe-685422b3bf42/original.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.careers {
  background: #f9f7f6;
}
.careers-data {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}
.careers-data .bg-title,
.career-cards .bg-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.25;
  word-wrap: break-word;
  text-align: center;
  color: #fff;
  font-family: "Playfair Display" !important;
  margin-bottom: 25px;
}
.career-btn {
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 50px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 25px;
  min-width: 220px;
  display: inline-block;
}
.career-btn:hover {
  background: #393939;
  color: #fff;
}
.career-btn:active {
  opacity: 0.7;
  color: #fff;
}
.career-btn:focus {
  color: #fff;
}
.career-down {
  border: 4px solid #fff;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  display: flex;
}
.career-down .icon {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.careers-st-container {
  max-width: 660px;
  margin: auto;
}
.careers-st-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.careers-socialmedia {
  padding-bottom: 80px;
}
.careers-socialmedia .social-icon {
  font-size: 17px;
  padding: 9px 20px;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  margin: 0 10px;
  font-weight: 600;
}
.careers-socialmedia .social-icon i {
  margin-top: 2px;
  margin-right: 5px;
}
.social-icon.linkedin {
  background: #007bb6;
}
.social-icon.facebook {
  background: #3b5998;
}
.social-icon.youtube {
  background: #ff0000;
}
.social-icon.instagram {
  background: #8a3ab9;
}
.social-icon.mail {
  background: #4e4e4e;
}

.careers-text .bg-title {
  font-size: 47px;
  font-weight: 500;
  line-height: 1.25;
  word-wrap: break-word;
  text-align: center;
  font-family: "Playfair Display" !important;
  margin-bottom: 15px;
}
.careers-text .text {
  font-size: 21px;
  color: #333333;
  font-weight: 500;
  line-height: 1.6;
}
.career-cards {
  padding-top: 80px;
  padding-bottom: 80px;
}
.careers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 20px;
}
.career-card {
  width: 100%;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 9%), 0 2px 12px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 0 0 1px rgb(0 0 0 / 9%), 0 2px 12px 0 rgb(0 0 0 / 5%);
  display: inline-block;
  height: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  cursor: pointer;
}
.career-card-img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}
.career-card-data {
  display: flex;
  justify-content: center;
  place-items: center;
  text-align: center;
  padding: 50px 10px;
}
.career-card-data-position {
  color: #c18e60;
  font-size: 24px;
}
.career-card-data-desc {
  color: #333333;
  font-size: 19px;
}
.career-card:hover {
  box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 2px 18px 0 rgb(0 0 0 / 20%);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.boldly-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
.career-list li {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .careers-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 767.98px) {
  .careers-data .bg-title,
  .career-cards .bg-title {
    font-size: 35px;
  }
  .careers-action .career-btn {
    margin-bottom: 21px;
  }
  .career-btn {
    font-size: 14px;
    margin: 0 17px;
  }
  .career-down {
    width: 45px;
    height: 45px;
  }
  .career-down .icon {
    font-size: 14px;
  }
  .careers-data {
    padding: 60px 20px 40px;
  }
  .social-icon span {
    display: none;
  }
  .careers-socialmedia {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .careers-socialmedia .social-icon i {
    margin: 0;
  }
  .careers-socialmedia .social-icon {
    padding: 0;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  .careers-text .bg-title {
    font-size: 30px;
  }
  .careers-text .text {
    font-size: 17px;
  }
  .career-list li {
    font-size: 17px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .career-btn {
    padding: 12px 24px;
    min-width: 196px;
    margin: 0 15px;
  }
  .careers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .career-card-data-position {
    font-size: 20px;
  }
  .career-card-data-desc {
    font-size: 18px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .careers-data {
    padding: 60px 30px 50px;
  }
  .careers-data .bg-title,
  .career-cards .bg-title {
    font-size: 45px;
  }
  .career-btn {
    min-width: 216px;
    padding: 12px 42px;
  }
  .careers-text .bg-title {
    font-size: 42px;
  }
  .careers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .careers-data .bg-title,
  .career-cards .bg-title {
    font-size: 55px;
  }
  .careers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .careers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* ----------- end careers page ------------------ */
/* ----------- start connect page ------------------ */
.wrapper-connect {
  min-height: 100vh;
  overflow-y: auto;
  display: flex;
}
.wrapper-connect > div {
  width: 50%;
}
.connect-left {
  background: #f8f8f9;
}
.connect-right {
  background: #000;
  display: flex;
  place-items: center;
  justify-content: center;
}
.connect-benefits {
  padding: 90px 35px;
  max-width: 615px;
  margin: auto;
}
.con-benefit-row {
  align-items: flex-start;
  display: flex;
  margin-bottom: 40px;
}
.con-benefit-row:last-of-type {
  margin: 0;
}
.cbr-img {
  width: 31px;
  margin-right: 15px;
  margin-top: 4px;
}
.cbr-title {
  line-height: 1.2;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 8px;
}
.cbr-text {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.connect-content {
  padding: 40px 40px;
}
.back-to-careers .icon {
  font-weight: bold;
  font-size: 28px;
}
.connect-content > div {
  width: 100%;
}
.connect-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.back-to-careers {
  display: inline-block;
}
.connect-title {
  font-weight: bold;
  font-size: 40px;
}
.connect-text {
  padding: 20px 32px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 27px -10px rgb(0 0 0 / 18%);
  border: none;
  font-size: 17px;
  line-height: 1.6;
}
.connect-container {
  max-width: 500px;
  margin: auto;
  display: none;
}
.connect-container.active {
  display: block !important;
}
.connect-form-group {
  background: #fff;
  box-shadow: 0 2px 27px -10px rgb(0 0 0 / 18%);
  border-radius: 8px;
  padding: 15px 22px;
}
.connect-form-group input {
  width: 100%;
  font-size: 20px;
  text-align: center;
}
.connect-form-btn {
  background: #000;
  color: #fff;
  font-size: 20px;
  width: 100%;
  padding: 12px;
  box-shadow: 0 2px 27px -10px rgb(0 0 0 / 18%);
  border-radius: 8px;
}
.connect-form-btn:hover {
  background: #3b3b3b;
}
.connect-form-btn:active {
  opacity: 0.7;
}
.connect-foot-text {
  font-size: 18px;
}
.connect-foot-text button {
  color: #cd7146;
}
.connect-footer {
  padding: 10px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 767.98px) {
  .connect-right {
    display: none;
  }
  .connect-content {
    padding: 20px 20px;
  }
  .wrapper-connect > div {
    width: 100%;
  }
  .connect-title {
    font-size: 33px;
  }
  .back-to-careers .icon {
    font-size: 24px;
  }
  .connect-body {
    max-width: 440px;
    margin: auto;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .cbr-title {
    font-size: 25px;
  }
  .cbr-text {
    font-size: 21px;
  }
  .cbr-img {
    width: 26px;
    margin-right: 15px;
    margin-top: 4px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cbr-title {
    font-size: 27px;
  }
  .cbr-text {
    font-size: 22px;
  }
  .cbr-img {
    width: 28px;
    margin-right: 15px;
    margin-top: 4px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
}


/* ----------- end connect page ------------------ */


/* ----------- start contact page ------------------ */

.contact-header img {
  width: 100%;
  object-fit: cover;
}
.contact-container {
  padding: 70px 0 150px;
}
.contact-data {
  width: 60%;
}
.contact-form {
  width: 37%;
  padding-top: 35px;
}
.contact-text-container {
  margin-bottom: 100px;
}
.contact-sub-title {
  font-size: 22px;
  margin-bottom: 4px;
}
.contact-bg-title {
  font-size: 40px;
  margin-bottom: 30px;
}
.contact-text-container .text,
.contact-text-address-tel .text {
  font-size: 21px;
  color: #333;
  line-height: 1.5;
}
.contact-text-address-tel .text {
  color: #000;
}
.contact-text-address-tel > div:first-of-type {
  padding-right: 60px;
}
.contact-direction-btn .icon {
  font-weight: 600;
  font-size: 27px;
  margin: 0 17px;
}
.contact-direction-btn {
  font-size: 22px;
  color: #055bd0;
}
.contact-direction-btn:hover {
  color: #055bd0;
  opacity: 0.7;
}
.contact-direction-btn:active {
  color: #055bd0;
  opacity: 0.4;
}
.contact-direction-btn:focus {
  color: #055bd0;
}
.cform-title {
  font-weight: 600;
  font-size: 26px;
}
.cform-sub {
  font-size: 17px;
}
.cform-group {
  margin-bottom: 15px;
  border: 1px solid #898989;
  padding: 8px 17px;
}
.cform-group input,
.cform-group textarea {
  width: 100%;
  font-size: 18px;
  resize: none;
  outline: none;
  border-radius: 0 !important;
}
.cform-group textarea {
  border: none;
}
.cform-action .button-default > * {
  width: 100%;
  padding: 15px 26px;
  text-align: center;
  justify-content: center;
  font-size: 20px;
}
.cform-selecbox {
  margin-right: 13px;
  padding-right: 8px;
  border-right: 1px solid #898989;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .contact-header img {
    height: 370px;
  }
  .contact-bg-title {
    font-size: 28px;
  }
  .contact-sub-title {
    font-size: 19px;
  }
  .contact-text-container .text,
  .contact-text-address-tel .text {
    font-size: 19px;
  }
  .contact-direction-btn {
    font-size: 20px;
  }
  .contact-direction-btn .icon {
    font-size: 22px;
  }
  .contact-flexable {
    flex-wrap: wrap;
  }
  .contact-flexable > div {
    width: 100%;
  }
  .contact-text-address-tel {
    flex-wrap: wrap;
  }
  .contact-text-address-tel > div {
    margin-bottom: 13px;
  }
  .contact-text-address-tel > div:first-of-type {
    padding-right: 20px;
  }
  .contact-container {
    padding: 50px 0 150px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-header img {
    height: 350px;
  }
  .contact-flexable {
    flex-wrap: wrap;
  }
  .contact-flexable > div {
    width: 100%;
  }
  .contact-form {
    padding-top: 50px;
  }
  .contact-sub-title {
    font-size: 20px;
  }
  .contact-bg-title {
    font-size: 31px;
  }
  .contact-direction-btn {
    font-size: 20px;
  }
  .contact-direction-btn .icon {
    font-size: 20px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-data {
    width: 54%;
  }
  .contact-form {
    width: 42%;
    padding-top: 30px;
  }
  .contact-bg-title {
    font-size: 30px;
  }
  .contact-text-address-tel > div:first-of-type {
    padding-right: 25px;
  }
  .contact-direction-btn {
    font-size: 19px;
  }
  .contact-direction-btn .icon {
    font-size: 21px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
}

/* ----------- end contact page ------------------ */
/* ----------- start login page ------------------ */
/* Auth Page */
.auth-content {
  width: 480px !important;
  max-width: 100%;
  background: #fff;
  padding: 30px;
  /* box-shadow: 0px 2px 2px #00000017; */
  margin-left: auto;
  margin-right: auto;
  border-radius: 33px;
}
.auth-content .title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.auth-box {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 50px 33px;
}
.dont-have-text {
  padding-top: 15px;
  color: #707070;
  font-size: 17px;
  font-weight: 600;
}
.dont-have-text a {
  color: #000;
  font-weight: 600;
  font-size: 17px;
}
.main-bt-primary {
  padding: 12px;
  font-weight: bold;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  font-size: 21px;
}
.main-bt-primary:hover {
  background: #333;
}
.main-bt-primary:active {
  opacity: 0.6;
}
.auth-content .input-group {
  padding-bottom: 6px;
  border-bottom: 1px solid #a8a8a8;
  position: relative;
}
.auth-content .input-group .cc-label {
  position: relative;
  top: 5px;
  font-size: 16px;
  color: #777;
  margin: 0;
}
.auth-content .form-control::placeholder {
  color: #8d8d8d;
  font-size: 17px;
}
.auth-content .form-control {
  padding: 0;
  color: #000;
  font-size: 21px;
  outline: none;
}
.center-vertically {
  padding-bottom: 75px;
  padding-top: 50px;
}
.auth-container {
  display: flex;
  place-items: center;
}
.form-control:focus {
  box-shadow: none;
}
/* Auth Page */


/* ----------- end login page ------------------ */
/* ----------- start project 1 page ------------------ */

.project-cover-img {
  height: 468px;
  width: 100%;
  object-fit: cover;
}
.project-cover {
  position: relative;
}
.project-profile-outer {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -80px;
  z-index: 10;
  background: #fff;
  padding: 12px;
  border-radius: 16px;
}
.project-profile-inner {
  width: 100%;
  height: 100%;
  border: 1px solid #d6d6d6;
  padding: 10px;
  border-radius: 12px;
}
.project-profile-outer img {
  width: 100%;
  height: 100%;
}
.project-design-structure {
  display: flex;
  justify-content: space-between;
}
.project-design-structure > div:first-of-type {
  width: 17%;
}
.project-design-structure > div:nth-of-type(2) {
  width: 54%;
}
.project-design-structure > div:last-of-type {
  width: 23%;
}
.project-design-structure > div {
  padding: 33px 0 15px;
  border-bottom: 1px solid #e0e0e0;
}
.project-design-structure:last-of-type > div {
  border: none;
}
.pbd-row {
  padding-right: 25px;
  margin-bottom: 20px;
}
.pbd-title {
  color: #747474;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 9px;
}
.pbd-data {
  line-height: 1;
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.project-bar-details {
}
.small-text {
  color: #747474;
  font-size: 14px;
  font-weight: 600;
}
.pdb-date-row .small-text {
  margin-top: -4px;
}
.project-bar-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 10px;
}
.project-action-btn {
  text-align: center;
}
.project-action-btn .icon {
  font-size: 26px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.project-action-btn .title {
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
}
.project-action-btn:hover {
  opacity: 0.7;
}
.project-action-btn:active {
  opacity: 0.4;
}
.accordion-card-header {
  padding: 0;
}
.card {
  border-bottom: 1px solid #00153c80 !important;
}
.toggle-accordion-btn {
  padding: 13px 0;
  line-height: 1;
  width: 100%;
}
.toggle-accordion-btn .title {
  font-size: 18px;
}
.toggle-accordion-btn .icon {
  font-weight: bold;
  font-size: 15px;
}
.accordion-card-header {
  background: none;
  border: none;
}
.card {
  border: none;
  border-radius: 0;
}
.list-row {
  display: flex;
}
.list-shape {
  position: relative;
  padding-left: 20px;
}
.list-circle {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}
.card-body {
  padding: 0;
}
.list-text {
  color: #000;
  font-size: 16px;
}
.design-list-container {
  background: #fafafa;
  padding: 5px;
}
.tl-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tl-text {
  font-size: 17px;
  line-height: 1.5;
}
.tl-card {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}
.tl-card:last-of-type {
  border-bottom: none;
  margin-bottom: 15px;
}
.dc-btn {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  justify-content: center;
}
.dc-btn:active {
  opacity: 0.7;
}
.dc-btn .icon {
  margin: 0 8px;
  font-size: 19px;
}
.ask-btn,
.register-btn {
  background: #02585c;
  padding: 18px;
  color: #fff;
  line-height: 1;
}
.ask-btn:hover {
  background: #024447;
  color: #fff;
}
.ask-btn:active,
.ask-btn:focus {
  color: #fff;
}
.register-btn {
  background: #000;
  position: relative;
}
.register-btn:hover {
  background: #2c2c2c;
}
.developer-widget {
  padding: 50px 0;
}
.design-contact {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.developer-widget img {
  width: 95px;
  padding: 10px;
}
.developer-widget a {
  border: 1px solid #707070;
}
.dev-widget-info {
  padding: 15px;
  border-left: 1px solid #707070;
}
.dev-widget-info .title {
  font-size: 20px;
  line-height: 1;
}
.dev-link-text {
  font-size: 17px !important;
  line-height: 1.5 !important;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}
.read-more-content {
  font-size: 17px !important;
  line-height: 1.5 !important;
}
.project-contact-form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  background: #fff;
  border: 1px solid #898989;
  padding: 19px 16px;
  display: none;
}

.contact-header img {
  width: 100%;
  object-fit: cover;
}
.contact-container {
  padding: 70px 0 150px;
}
.contact-text-container {
  margin-bottom: 100px;
}
.bg-title {
  font-size: 40px;
  margin-bottom: 30px;
}
.contact-text-container .text,
.contact-text-address-tel .text {
  font-size: 21px;
  color: #333;
  line-height: 1.5;
}
.contact-text-address-tel .text {
  color: #000;
}
.contact-text-address-tel > div:first-of-type {
  padding-right: 60px;
}
.contact-direction-btn .icon {
  font-weight: 600;
  font-size: 27px;
  margin: 0 17px;
}
.contact-direction-btn {
  font-size: 22px;
  color: #055bd0;
}
.contact-direction-btn:hover {
  color: #055bd0;
  opacity: 0.7;
}
.contact-direction-btn:active {
  color: #055bd0;
  opacity: 0.4;
}
.contact-direction-btn:focus {
  color: #055bd0;
}
.cform-title {
  margin-bottom: 12px;
}
.cform-title .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.close-contact .icon {
  font-weight: bold;
}
.cform-sub {
  font-size: 17px;
}
.cform-group {
  margin-bottom: 15px;
  border: 1px solid #898989;
  padding: 8px 17px;
}
.cform-group input,
.cform-group textarea {
  width: 100%;
  font-size: 16px;
  resize: none;
  outline: none;
  border-radius: 0 !important;
}
.cform-group textarea {
  border: none;
}
.cform-action .button-default > * {
  width: 100%;
  padding: 15px 26px;
  text-align: center;
  justify-content: center;
  font-size: 20px;
}
.cform-selecbox {
  margin-right: 13px;
  padding-right: 5px;
  border-right: 1px solid #898989;
}
.checkbox-text {
  font-size: 13px !important;
  line-height: 1.3;
  width: calc(100% - 28px);
}
.checkbox-group {
  margin-top: 13px;
}
.modal-tab-container {
  background: #f8f9fb;
  padding: 25px 25px;
  padding-right: 0;
  margin: 30px 0;
}
.modal-tab-flexable {
  display: flex;
}
.modal-tab-actions {
  width: 70px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.modal-tab-tel {
  margin: 25px 0;
}
.modal-tab-actions > div {
  width: 100%;
}
.mss-btn-black {
  background: #000 !important;
  color: #fff;
}
.mss-btn-black:hover,
.mss-btn-black:active,
.mss-btn-black:focus {
  background: #000 !important;
  color: #fff;
}
.mss-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 13px;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 9px 7px;
}
.mss-btn .icon {
  font-weight: bold;
  font-size: 23px;
}
.mss-btn .icon-sm {
  font-size: 26px !important;
}
.modal-tab-content {
  width: calc(100% - 70px);
}
.modal-tab-normal-main-image {
  width: 75%;
  height: 550px;
  padding-right: 15px;
}
.modal-tab-normal-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-tab-normal-images {
  width: 25%;
}
.modal-tab-overview {
  /* height: 550px; */
  overflow-y: auto;
  scroll-behavior: smooth;
}
.msni-row {
  height: calc(33.3% - 10px);
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
}
.msni-row:last-of-type {
  margin: 0;
}
.msni-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .msni-row.unactive {
  opacity: 0.4;
} */
.msni-row.active {
  opacity: 1;
}
.md-video-container {
  width: 100%;
  height: 550px;
  position: relative;
}
.modal-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vp-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s linear;
}
.vp-overlay button {
  width: 90px;
  height: 90px;
}
.md-video-container:hover .vp-overlay {
  opacity: 1;
}

.md-video-container .vp-overlay.active {
  opacity: 1 !important;
}
.modal-tab {
  display: none;
}
.modal-project-tab {
  display: none;
}
.modal-project-tab.active,
.modal-tab.active {
  display: block !important;
}
.wrapper-container.toggle-wrapper-active {
  display: none !important;
}
.md-tab-btn.mss-btn.active {
  background: #000 !important;
  color: #fff !important;
}
.modal-tab-arrows {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 18px 0;
}
.mss-btn-arrow {
  width: 100%;
}
.mss-btn-arrow:hover {
  color: #666;
}
.mss-btn-arrow:active {
  opacity: 0.5;
}
.mss-btn-arrow .icon {
  font-size: 25px;
  font-weight: bold;
}
.fraction-counter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fraction-counter span {
  width: 100%;
  text-align: center;
  padding: 11px 10px;
  font-size: 20px;
  line-height: 1;
  background: #fff;
}
.fraction-counter span:first-of-type {
  border-bottom: 1px solid #000;
}
.mtaf {
  display: none;
}
.mtaf.active {
  display: block !important;
}
.swiper-wrapper-modal-tab {
  height: 550px;
}

.swiper-wrapper-modal-tab-thumb img {
  height: 550px;
}

.swiper-wrapper-modal-tab .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .project-cover-img {
    height: 250px ;
  }
  .project-profile-outer {
    width: 140px !important;
    height: 140px !important;
    top: -65px !important;
  }
  .project-design-structure {
    flex-wrap: wrap !important;
  }
  .project-bar-fake-profile {
    width: 100% !important;
    height: 50px !important;
    border: none !important;
    display: none;
  }
  .pd-data-text .pbd-row:first-of-type {
    margin-left: 160px;
  }
  .project-bar-details {
    width: 100% !important;
  }
  .project-bar-details,
  .project-bar-actions {
    border: none !important;
  }
  .project-bar-actions {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 !important;
    gap: 0;
    border: 1px solid #e0e0e0 !important;
  }
  .project-action-btn {
    display: flex !important;
    align-items: center;
    /* justify-content: center; */
    border: 1px solid #e0e0e0 !important;
    padding: 11px !important;
  }
  .project-action-btn .title {
    min-width: 62px;
    width: auto;
    text-align: left;
  }
  .project-action-btn .icon {
    margin: 0 !important;
    width: auto !important;
    margin: 0 10px !important;
    min-width: 32px !important;
    font-size: 22px !important;
  }
  
 
  .pbd-title {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .pbd-data {
    font-size: 19px;
  }
  .pdb-date-row {
    margin-bottom: 0 !important;
    display: none;
  }
  .pbd-row {
    margin-bottom: 25px;
  }
  .project-bar-details {
    flex-wrap: wrap;
  }
  .sidebar-accordion,
  .text-location,
  .about-developer {
    width: 100% !important;
  }
  .project-design-structure > div {
    padding: 21px 0 13px;
  }
  .project-bar-details {
    padding-bottom: 0 !important;
  }
  .dc-btn .icon {
    display: none;
  }
  .modal-tab-container {
    padding: 0;
  }
  .modal-tab-flexable {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .modal-tab-flexable > div {
    width: 100%;
  }
  .modal-tab-actions {
    padding: 13px;
    display: flex;
    flex-wrap: wrap;
  }
  .mss-btn {
    width: auto;
    display: flex;
    align-items: center;
    padding: 9px 7px;
    margin: 0 !important;
    margin-right: 10px !important;
  }
  .modal-tab-arrows-fraction {
    display: none;
  }
  .modal-tab-actions > div {
    width: auto !important;
  }
  .modal-top-actions,
  .modal-tab-tel {
    display: flex;
  }
  .mtaf {
    display: none !important;
  }
  .modal-tab-tel {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .vp-overlay {
    height: 100% !important;
  }
  .md-video-container {
    height: auto;
  }
  .ds-modal-tab-flexable {
    flex-wrap: wrap;
  }
  .vp-overlay button {
    width: 60px;
    height: 60px;
  }

  .ds-modal-tab-flexable > div {
    width: 100%;
    height: auto;
  }
  .modal-tab-normal-main-image {
    min-height: 300px;
  }
  .msni-row {
    height: 100px;
  }
  .modal-tab-normal-main-image {
    padding: 0 !important;
  }
  .modal-tab-overview {
    padding-top: 10px;
    height: auto;
  }
  .modal-tab-normal-images {
    overflow-x: auto;
  }
  .swiper-wrapper-modal-tab {
    height: 80px;
  }
  .msni-row {
    margin-bottom: 0;
    margin-right: 15px;
    display: inline-block;
    max-width: 33.333%;
    padding: 0;
    border: 0;
    flex-basis: 33.333%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .msni-row:last-of-type {
    margin-right: 0;
  }
  .modal-project-tab {
    height: 100%;
  }
  .ds-modal-tab-flexable {
    height: 100%;
  }
}

@media (max-width: 1199.98px) {
  .design-contact {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .ask-btn {
    margin: 0;
  }
  .dc-btn {
    margin: 0;
    font-size: 14px;
  }
  .dc-contact-container {
    width: 49%;
    position: static !important;
  }
  /* .project-contact-form {
    bottom: 15px;
  } */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .design-contact {
    max-width: 530px;
    left: 50%;
    transform: translateX(-50%);
  }
  .dc-btn {
    margin: 0;
    font-size: 17px;
  }
  .project-design-structure {
    flex-wrap: wrap;
  }
  .project-bar-fake-profile {
    width: 100% !important;
    border: none !important;
    display: none;
  }
  .project-bar-details {
    width: 100% !important;
    padding-top: 23px !important;
    padding-bottom: 0 !important;
  }
  .pbd-row {
    margin-bottom: 21px;
  }
  .pbd-title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .pbd-data {
    font-size: 20px;
  }
  .project-bar-actions {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100% !important;
  }
  .project-action-btn .icon {
    font-size: 30px;
  }
  .project-bar-actions {
    padding: 20px 0;
  }
  .sidebar-accordion {
    width: 100% !important;
  }
  .text-location {
    width: 100% !important;
  }
  .about-developer {
    width: 62% !important;
  }
  .developer-widget {
    padding-top: 0;
  }
  .project-contact-form {
    max-width: 510px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .project-bar-actions {
    padding: 20px 0 !important;
  }
  .project-cover-img {
    height: 300px;
  }
  .project-profile-outer {
    width: 130px;
    height: 130px;
    top: -65px;
  }
  .pdb-date-row {
    display: none;
  }
  .pd-data-text .pbd-row:first-of-type {
    margin-left: 150px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .design-contact {
    max-width: 710px;
    left: 50%;
    transform: translateX(-50%);
  }
  .dc-btn {
    margin: 0;
    font-size: 17px;
  }
  .project-design-structure {
    flex-wrap: wrap;
  }
  .project-bar-fake-profile {
    display: none;
  }
  .project-bar-details {
    width: 100% !important;
    padding-bottom: 0 !important;
    display: block !important;
    padding-top: 24px !important;
  }
  .pd-data-text .pbd-row:first-of-type {
    margin-left: 180px;
  }
  .pbd-row {
    margin-bottom: 20px;
  }
  .pbd-title {
    margin-bottom: 10px;
  }
  .project-cover-img {
    height: 330px;
  }
  .project-bar-actions {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 100% !important;
  }
  .project-action-btn .icon {
    font-size: 30px;
  }
  .project-bar-actions {
    padding: 20px 0;
  }
  .sidebar-accordion {
    width: 40% !important;
  }
  .text-location {
    width: 56% !important;
  }
  .about-developer {
    width: 50% !important;
  }
  .developer-widget {
    padding-top: 0;
  }
  .project-contact-form {
    max-width: 510px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .project-bar-actions {
    padding: 20px 0 !important;
  }
  .modal-tab-normal-images {
    width: 100%;
  }
  .modal-tab-normal-main-image {
    padding: 0;
    width: 100%;
    padding-bottom: 15px;
  }
  .ds-modal-tab-flexable {
    flex-wrap: wrap;
  }
  .swiper-wrapper-modal-tab {
    height: 100px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-bar-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
  .project-bar-fake-profile {
    width: 23% !important;
  }
  .sidebar-accordion {
    width: 24% !important;
  }
  .project-design-structure {
    flex-wrap: wrap;
  }
  .text-location {
    width: 72% !important;
  }
  .project-bar-details {
    width: 77% !important;
  }
  .project-bar-actions {
    width: 100% !important;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .project-bar-actions-first-item{
    grid-column-start: 3;
  }
  .project-design-structure > div {
    padding: 29px 0;
  }
  .about-developer {
    width: 36% !important;
  }
  .pbd-data {
    font-size: 20px;
  }
  .design-contact,
  .d2-actions-header {
    width: 550px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .project-bar-details {
    padding-bottom: 7px !important;
  }
  .project-bar-actions {
    padding: 18px 0 !important;
  }
  .project-cover-img {
    height: 390px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .design-contact {
    position: relative;
  }
  .project-bar-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
  .project-bar-fake-profile {
    width: 23% !important;
  }
  .sidebar-accordion {
    width: 24% !important;
  }
  .project-design-structure {
    flex-wrap: wrap;
  }
  .text-location {
    width: 72% !important;
  }
  .project-bar-details {
    width: 77% !important;
  }
  .project-bar-actions {
    width: 100% !important;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-column-start: 2;
    
  }
  .project-bar-actions-first-item{
    grid-column-start: 3;
  }
  .project-action-btn{
    margin-left: -140%;
  }
  .project-design-structure > div {
    padding: 29px 0;
  }
  .about-developer {
    width: 36% !important;
  }
  .project-bar-details {
    padding-bottom: 10px !important;
  }
  .project-bar-actions {
    padding: 20px 0 !important;
  }
  .project-contact-form {
    bottom: 0;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
  .design-contact {
    position: relative;
  }
  /* .project-bar-actions-first-item{
    grid-column-start: 3;
  } */
}

/* ----------- end project 1 page ------------------ */
/* ----------- start project 2 page ------------------ */
.breadcrumb-item a {
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #b2b2b2;
}
.breadcrumb-item {
  font-weight: 600;
}
.breadcrumb {
  padding: 0.75rem 0;
  border-radius: 0;
  background: none;
  margin: 0;
}
.p2-slideshow {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.p2-slide-main-view {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p2-slides-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.p2-slides-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.d2-image-view {
  cursor: pointer;
  opacity: 0.7;
  height: 170px;
}
.d2-image-view.active {
  opacity: 1;
}
.p2-actions {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.p2-avatar {
  margin-right: 20px;
}
.p2-avatar img {
  width: 100px;
  border: 1px solid #707070;
}
.p2-profile-bar-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 30px 0;
}
.p2-info-row-title {
  color: #747474;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}
.p2-info-row-date {
  color: #747474;
  font-size: 14px;
  font-weight: 600;
}
.p2-info-row-desc {
  line-height: 1;
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.p2-profile-left {
  display: flex;
}
.p2-profile-info {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
}
.p2-info-row {
  padding-top: 25px;
  padding-right: 25px;
}
.p2-place-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-top: 25px;
}
.project-action-btn {
  text-align: center;
  display: block;
}

.p2-place-grid .project-action-btn {
  text-align: center;
  display: block !important;
}
.project-action-btn .icon {
  font-size: 26px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.p2-accordion-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.card {
  border: none !important;
}
.toggle-accordion-btn {
  border-bottom: 1px solid #0d0d0d !important;
}
.accordion-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 30px;
}
.accordion-text {
  font-size: 17px !important;
}
.card-body {
  padding: 15px 0 20px;
}
.accl-title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 6px;
}
.accl-info {
  color: #00000090;
  font-size: 17px;
}
.acc-img img {
  width: 130px;
  border: 1px solid #707070;
}
.acc-img-text {
  width: calc(100% - 130px);
  padding-left: 25px;
}
.bc-ac-btn {
  margin-left: 17px;
  font-size: 17px;
  line-height: 1;
}
.bc-ac-btn .icon {
  font-weight: normal;
  margin: 0 6px;
  font-size: 17px;
}
.bc-ac-btn .icon-heart {
  font-weight: 600;
}

#modalShare .modal-dialog {
  max-width: 380px;
}
#modalShare .modal-body {
  padding: 0;
}
.ms-header {
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 15px;
}
.ms-header .icon:before {
  font-weight: bold;
  color: #000;
}
.ms-header > * {
  line-height: 1;
}
.ms-header .title {
  font-size: 22px;
}
.ms-row {
  width: 100%;
  padding: 17px 20px;
  border-bottom: 1px solid #e4e4e4;
}
a.ms-row:last-of-type {
  border: none;
}
.ms-row-title {
  font-weight: 600;
  font-size: 17px;
}
.ms-row .icon {
  font-weight: bold;
  font-size: 24px;
}
.project-contact-form {
  bottom: 0;
}
.project-action-btn .icon {
  margin: 0;
}
.d2-image-view {
  position: relative;
}
.d2-image-view-mi {
  position: relative;
}
.more-imgs {
  background: #38383882;
  width: 100%;
  height: 100%;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .p2-slider-left,
  .p2-slides-grid {
      
    margin: 0 -15px;
  }
  .p2-place-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding-top: 5px !important;
  }
}

@media (max-width: 767.98px) {
  /* Started From Here */
  .p2-accordion-grid,
  .p2-slideshow,
  .p2-profile-bar-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .p2-avatar img {
    width: 105px;
  }
  .p2-info-row:first-of-type {
    padding-top: 0;
    width: 100%;
  }
  .p2-info-row {
    padding-top: 22px;
    padding-right: 15px;
  }
  .p2-info-row-title {
    font-size: 12px;
  }
  .p2-info-row-desc {
    font-size: 17px;
  }
  .p2-avatar {
    margin-right: 15px;
  }
  .p2-info-row-date {
    font-size: 10px;
  }
  .project-action-btn .title {
    text-align: center;
  }
  .project-action-btn {
    padding: 0;
    border: none;
  }
  
  .p2-place-grid{
    padding-top: 0px !importan;
  }
  
  .project-action-btn .title {
    font-size: 12px !important;
    
}
  .p2-place-grid .project-action-btn {
    padding: 0 !important;
    border: none !important;
    display: block !important;
  }
  #shcView {
    height: 270px;
  }
  .breadcrumb-container {
    display: none !important;
  }
  .d2-image-view {
    height: 85px;
  }
  .p2-profile-left {
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #707070;
  }
  /* Started From Here */
}

@media (max-width: 991.98px) {
  .d2-image-view {
    display: inline-block;
    max-width: calc(33% - 1.75px);
    padding: 0;
    border: 0;
    flex-basis: calc(33% - 1.75px);
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 5px;
  }
  .d2-image-view:last-of-type {
    margin: 0;
  }
  .p2-slides-grid {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 5px;
  }
  .p2-slides-grid {
    gap: 0;
  }
  .p2-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    padding: 15px;
    gap: 5px;
  }
  .p2-slideshow {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .p2-profile-left {
    padding-bottom: 25px;
    margin-bottom: 5px;
    border-bottom: 1px solid #707070;
  }
  .p2-profile-bar-grid {
    gap: 0;
  }
}

@media (max-width: 1199.98px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Started From Here */
  .p2-place-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .d2-image-view {
    height: 90px;
  }
  .p2-slideshow {
    padding-top: 20px;
  }
  /* Started From Here */

  .design-2-accordion > div {
    width: 100%;
  }
  .breadcrumb-container {
    display: none !important;
  }
  .design-2-actions-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .design-2-header {
    padding-top: 20px;
  }
  .shc-view img {
    height: 250px;
  }
  .p2-actions {
    max-width: 530px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Started From Here */
  .p2-profile-bar-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .project-action-btn .icon {
    font-size: 30px;
  }
  .project-action-btn .title {
    font-size: 15px;
  }
  .p2-place-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .d2-image-view {
    height: 125px;
  }
  .p2-avatar img {
    width: 135px;
  }
  .p2-slider-left {
    height: 335px;
  }
  .d2-image-view {
    max-width: calc(33% - 1px);
    flex-basis: calc(33% - 1px);
  }
  .p2-actions {
    max-width: 710px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* Started From Here */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .p2-place-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
}






/* ----------- end project 2 page ------------------ */
/* ----------- start project page ------------------ */

.selected-item-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projects-container {
  padding-top: 40px;
}
.projects-grid-button .button-default > * {
  padding: 15px 31px;
  font-size: 18px;
}
.projects-grid-button .button-default .icon {
  font-size: 14px;
}
.vacation-filter {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.vh-row > div {
  width: 50%;
}
.vh-bg {
  background-size: cover;
  background-position: center;
}
.vh-data {
  padding: 80px 55px;
  position: relative;
}
.vh-title {
  line-height: 1;
  font-weight: 500;
}
.vh-icon {
  position: relative;
  z-index: 15;
}
.vh-icon .icon {
  margin-right: 15px;
  filter: brightness(0) invert(1);
  width: 50px;
}
.ph-view-overlay {
  position: absolute;
  bottom: 19%;
  right: 7%;
  z-index: 10;
  width: 90px;
  filter: brightness(0) invert(1);
  opacity: 0.4;
}
.search-filter-selectbox {
  min-width: 200px;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}
.ps-group .icon {
  font-size: 21px;
  margin-right: 10px;
}
.ps-group input {
  font-size: 18px;
  line-height: 1;
  width: 100%;
}
.projects-search {
  width: 100%;
}
.projects-filter-btn {
  padding: 0 1.5rem;
  cursor: pointer;
}
.projects-filter-btn .icon {
  font-size: 21px;
}
.fil-txt {
  font-size: 21px;
  font-weight: 600;
  margin-left: 10px;
}
.projects-row-bar > div {
  border-left: 1px solid #cecece;
}
.selected-item {
  width: 100%;
}
.selected-item-logo,
.dropdown-item-logo {
  width: 28px;
}
.dropdown-shapes-container {
  min-width: 230px;
  position: relative;
}
.selected-item-header {
  cursor: pointer;
}
.selected-item-title,
.dropdown-shape-row .title {
  font-size: 19px;
  margin: 0 10px;
  font-weight: 600;
}
.selected-item-icon {
  font-weight: bold;
  font-size: 15px;
}
.selected-item-icon.active {
  transform: rotate(180deg);
}
.selected-item {
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown-shapes-list {
  position: absolute;
  top: 101%;
  left: -1px;
  width: 100%;
  background: #fff;
  z-index: 10;
  border: 1px solid #cecece;
  display: none;
}
.projects-row-bar > div {
  padding: 10px 0;
}
.dropdown-shape-row {
  padding: 10px 15px;
  line-height: 1;
  border-bottom: 1px solid #cecece;
}
.dropdown-shape-row:last-of-type {
  border: none;
}
.dropdown-shape-row:hover {
  background: #eee;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .projects-row-bar {
    flex-wrap: wrap;
  }
  .vacation-content {
    padding: 0;
  }
  .vacation-dropdown {
    width: 100%;
    padding: 9px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  .vacation-dropdown .search-filter-selectbox {
    margin: 0;
  }
  .projects-search {
    border: none;
    border-bottom: 1px solid #cecece;
  }
  .projects-filter-btn {
    padding: 10px 0;
  }
  .vh-bg {
    height: 200px;
  }
  .vh-row > div {
    width: 100%;
  }
  .vh-data {
    padding: 30px 23px;
  }
  .vh-icon .icon {
    width: 37px;
  }
  .vh-title {
    font-size: 21px;
  }
  .ph-view-overlay {
    bottom: 17%;
    right: 7%;
    width: 60px;
  }
  .projects-grid-button .button-default > * {
    padding: 13px 23px;
    font-size: 17px;
  }
  .projects-row-bar > div {
    border-bottom: 1px solid #cecece;
    border-left: none;
  }
  .dropdown-shapes-container {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
  .ps-group,
  .projects-filter-btn,
  .selected-item {
    padding: 0 !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .search-filter-selectbox {
    margin: 0;
    min-width: auto !important;
  }
  .vacation-dropdown {
    width: 40% !important;
  }
  .search-filter-selectbox {
    width: 100%;
  }
  .projects-search {
    width: 53%;
  }
  .projects-filter-btn {
    padding: 0 1rem;
  }
  .vh-data {
    padding: 53px 19px;
  }
  .vh-icon .icon {
    font-size: 40px;
  }
  .vh-title {
    font-size: 19px;
  }
  .selected-item-logo,
  .dropdown-item-logo {
    width: 22px;
  }
  .selected-item-title,
  .dropdown-shape-row .title {
    font-size: 17px;
  }
  .selected-item-icon {
    font-size: 12px;
  }
  .dropdown-shapes-container {
    min-width: 200px;
  }
  .ps-group {
    padding: 0 0.8rem !important;
  }
  .ps-group .icon {
    font-size: 19px;
  }
  .ps-group input {
    font-size: 16px;
  }
  .projects-filter-btn .icon {
    font-size: 17px;
  }
  .fil-txt {
    font-size: 18px;
  }
  .projects-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .vh-data {
    padding: 62px 35px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
}

/* ----------- end project page ------------------ */


#productsSwiper{
  overflow-x: hidden;
}


.hidden{
  display: none;
}
