@font-face {
  font-family: "hoves-black";
  src: url("../fonts/hoves/TTHoves-Black.otf");
}
@font-face {
  font-family: "hoves-black-italic";
  src: url("../fonts/hoves/TTHoves-BlackItalic.otf");
}
@font-face {
  font-family: "hoves-bold";
  src: url("../fonts/hoves/TTHoves-Bold.otf");
}
@font-face {
  font-family: "hoves-bold-italic";
  src: url("../fonts/hoves/TTHoves-BoldItalic.otf");
}
@font-face {
  font-family: "hoves-italic";
  src: url("../fonts/hoves/TTHoves-Italic.otf");
}
@font-face {
  font-family: "hoves-light";
  src: url("../fonts/hoves/TTHoves-Light.otf");
}
@font-face {
  font-family: "hoves-light-italic";
  src: url("../fonts/hoves/TTHoves-LightItalic.otf");
}
@font-face {
  font-family: "hoves-medium";
  src: url("../fonts/hoves/TTHoves-Medium.otf");
}
@font-face {
  font-family: "hoves-medium-italic";
  src: url("../fonts/hoves/TTHoves-MediumItalic.otf");
}
@font-face {
  font-family: "hoves";
  src: url("../fonts/hoves/TTHoves-Regular.otf");
}
@font-face {
  font-family: "hoves-thin";
  src: url("../fonts/hoves/TTHoves-Thin.otf");
}
@font-face {
  font-family: "hoves-thin-italic";
  src: url("../fonts/hoves/TTHoves-ThinItalic.otf");
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "hoves", sans-serif;
  font-weight: 400;
  color: #001133;
  font-size: 18px;
  transition: all 0.7s ease-in-out;
}

html,
body {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

select, button, input, textarea {
  border: none;
  outline: none;
}

ul, p, button, select {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  outline: none !important;
  border: none !important;
}
ul:focus, p:focus, button:focus, select:focus {
  border-color: none !important;
  border-color: none !important;
  box-shadow: none !important;
}

.mob-show {
  display: none !important;
}
@media (max-width: 576px) {
  .mob-show {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .mob-hide {
    display: none !important;
  }
}

.tablet-hide {
  display: block;
}
@media (max-width: 769px) {
  .tablet-hide {
    display: none !important;
  }
}

.tablet-show {
  display: none;
}
@media (max-width: 769px) {
  .tablet-show {
    display: block !important;
  }
}

.laptop-hide {
  display: block;
}
@media (max-width: 992px) {
  .laptop-hide {
    display: none !important;
  }
}

.laptop-show {
  display: none;
}
@media (max-width: 992px) {
  .laptop-show {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}

.desktop-show {
  display: none;
}
@media (max-width: 1200px) {
  .desktop-show {
    display: block !important;
  }
}

.top_line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 12px 0;
}

.top_line_list {
  display: flex;
}
.top_line_list > li {
  margin-right: 37px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.top_line_list > li:last-child {
  margin-right: 0;
}

.header_button {
  padding: 10px;
  min-width: 94px;
  color: #E5EEFF;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #3377FF;
  border-radius: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header {
  width: 100%;
}

.header_with_banner {
  position: relative;
  z-index: 55;
}
.header_with_banner header {
  position: absolute;
  top: calc(100% + 45px);
  left: 0;
  padding: 0 40px;
}

.header_with_banner .sub_cat_con > i {
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .header_with_banner header {
    padding: 0;
  }
}
.header_with_banner header .navs {
  background-color: rgba(0, 28, 84, 0.2);
}
.header_with_banner header .navs li, .header_with_banner header .navs a {
  color: #FFFFFF;
}
.header_with_banner .header_buttons_con i, .header_with_banner .header_buttons_con p {
  color: #FFFFFF;
}
@media (max-width: 769px) {
  .header_with_banner {
    position: static;
  }
  .header_with_banner header {
    position: static;
    padding: 0px;
  }
  .header_with_banner .logo img {
    filter: invert(95%);
  }
}
.header_with_banner .dropdown > button {
  color: #FFFFFF;
}
.header_with_banner .dropdown .dropdown-item {
  color: #001133;
}
.header_with_banner .subs_con {
  background-color: rgba(0, 28, 84, 0.2);
}
.header_with_banner .subs_con > li {
  color: #FFFFFF;
}

.header_with_banner .count_badge {
  color: #fff;
}

.header_with_breadctumbs header {
  top: calc(100% + 110px);
}

.banner_container {
  width: 100%;
  position: relative;
  /* max-height: 50vh; */
  min-height: calc(100vh - 100px);
  z-index: 50;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  flex-direction: column;
}
.banner_container > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* .contact_banner {
  min-height: 620px;
} */

@media (max-width: 576px) {
  .banner_container  {
    height: 387px;
    min-height: unset;
  }
}

.header_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 769px) {
  .header_container {
    padding: 12px 0;
  }
}

.logo {
  max-width: 100px;
  display: inline-block;
}
.logo > img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs, .header_buttons_con {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}

.navs {
  padding: 0px 24px;
  border-radius: 59px;
}
.navs > li {
  color: #001C54;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 24px;
  height: 100%;
  padding: 18px 0;
}
.navs > li:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .navs > li {
    font-size: 14px;
    line-height: 18px;
  }
  .navs > li a, .navs > li .dropdown {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 769px) {
  .navs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 24px;
  }
  .navs > li {
    color: #001133;
    text-align: left;
    padding: 8px 16px;
    border-radius: 4px;
    background: #F8F8F8;
    width: 100%;
    margin-bottom: 8px;
  }
  .navs > li:last-child {
    margin-right: 0;
  }
  .navs .dropdown-menu {
    width: 100% !important;
    transition: none !important;
  }
}

.mobile_navs {
  display: none;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: 769px) {
  .mobile_navs {
    display: inline-block;
  }
}
.mobile_navs > li {
  width: 100%;
  margin-bottom: 8px;
}
.mobile_navs > li:last-child {
  margin-bottom: 0px;
}
.mobile_navs > li:last-child .see_more_button {
  background-color: #F8F8F8;
  color: #3377FF;
}
.mobile_navs > li .see_more_button {
  width: 100% !important;
  max-width: unset;
  background-color: #3377FF;
}
.mobile_navs ul {
  display: flex;
  width: 100%;
}
.mobile_navs ul > li {
  padding: 8px 16px;
  background-color: #F8F8F8;
  border-radius: 4px;
  min-width: 30%;
  color: #001133;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-right: 10px;
}
.mobile_navs ul > li:last-child {
  margin-right: 0;
}

.show_in_desktop .mobile_navs {
  display: inline-block;
}

.sub_cat_con {
  position: relative;
  z-index: 1;
}
.sub_cat_con > i {
  font-size: 14px;
  color: #000;
  margin-left: 5px;
}
.sub_cat_con:hover .subs_con {
  display: inline-block;
}

.subs_con {
  background-color: #FFFFFF;
  padding: 12px;
  border-radius: 0px 0px 6px 6px;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}
.subs_con:hover {
  display: inline-block;
}
.subs_con > li {
  margin-bottom: 8px;
  color: #001133;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.subs_con > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .subs_con {
    background-color: #fff;
    width: 100%;
    border: 1px solid #F8F8F8;
  }
  .subs_con li {
    color: #001133;
  }
}

.header_buttons_con {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.header_buttons_con > li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .header_buttons_con > li {
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .header_buttons_con > li {
    margin-right: 24px;
  }
}
.header_buttons_con > li:last-child {
  margin-right: 0px;
}
.header_buttons_con > li i {
  font-size: 24px;
  color: #3377FF;
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .header_buttons_con > li i {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .header_buttons_con > li i {
    font-size: 24px;
  }
}
.header_buttons_con > li a {
  text-align: center;
}
.header_buttons_con > li p {
  color: #3377FF;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 992px) {
  .header_buttons_con > li p {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 576px) {
  .header_buttons_con > li p {
    line-height: 20px;
    font-size: 16px;
  }
}
.header_buttons_con button i {
  color: #000 !important;
}
@media (max-width: 769px) {
  .header_buttons_con i {
    color: #6699FF !important;
  }
}

.count_badge_con {
  position: relative;
  z-index: 1;
}

.count_badge {
  position: absolute;
  border-radius: 50%;
  /* color: #FFFFFF; */
  color: #3377FF ;
  right: 7px;
  bottom: 90%;
  font-size: 12px;
  line-height: 16px;
}

.banner_title {
  color: #FFFFFF;
  text-align: center;
  font-family: "hoves-medium";
  font-size: 78px;
  font-weight: 500;
  line-height: 82px;
  letter-spacing: -1.95px;
  text-transform: uppercase;
  margin: auto 0;
}
@media (max-width: 576px) {
  .banner_title {
    font-size: 30px;
    line-height: 34px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.banner_big_button_container {
  height: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner_big_button_inner_con {
  padding: 10px 0 0 10px;
  background-color: #FFFFFF;
  border-top-left-radius: 20px;
}
@media (max-width: 992px) {
  .banner_big_button_inner_con {
    background-color: transparent;
    border-radius: 50%;
  }
}
@media (max-width: 576px) {
  .banner_big_button_inner_con {
    background-color: transparent;
    border-radius: 50%;
  }
}

.banner_big_button {
  height: 200px;
  width: 280px;
  height: 150px;
  width: max-content;
  padding: 10px 16px;
  background: #001C54;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .banner_big_button {
    border-radius: 50%;
    background-color: #3377FF;
    width: 80px;
    height: 80px;
    justify-content: center;
    padding: 0;
    position: fixed;
    z-index: 50;
    bottom: 36px;
    right: 12px;
    animation-name: move;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    padding: 8px;
  }
}

@media (max-width: 576px) {
  .banner_big_button {
    border-radius: 50%;
    background-color: #3377FF;
    width: 80px;
    height: 80px;
    justify-content: center;
    padding: 0;
    position: fixed;
    z-index: 50;
    bottom: 36px;
    right: 12px;
    animation-name: move;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    padding: 8px;
  }
}
.banner_big_button:hover {
  background-color: #3377FF;
}
.banner_big_button > i {
  font-size: 32px;
  color: #FFFFFF;
  transform: rotate(45deg);
  margin-left: auto;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .banner_big_button > i {
    display: none;
  }
}
@media (max-width: 576px) {
  .banner_big_button > i {
    display: none;
  }
}
.banner_big_button > p {
  color: #E5EEFF;
  text-align: center;
  font-family: "hoves-medium";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 992px) {
  .banner_big_button > p {
    line-height: 16px;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .banner_big_button > p {
    line-height: 16px;
    font-size: 12px;
  }
}

@keyframes move {
  0% {
    right: 10px;
    width: 82px;
    height: 82px;
  }
  25% {
    bottom: 30px;
    width: 80px;
    height: 80px;
  }
  50% {
    right: 14px;
    width: 82px;
    height: 82px;
  }
  75% {
    bottom: 40px;
    width: 80px;
    height: 80px;
  }
  100% {
    right: 12px;
    width: 82px;
    height: 82px;
  }
}
.sections {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .sections {
    margin-top: 0;
  }
}

.title_with_bg_con {
  padding: 8px 16px;
  min-width: 163px;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #E5EEFF;
  border-radius: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 992px) {
  .title_with_bg_con {
    min-width: unset;
  }
}
@media (max-width: 576px) {
  .title_with_bg_con {
    padding: 4px 6px;
    min-width: -moz-min-content;
    min-width: min-content;
    margin: 16px 0;
  }
}

.title_with_bg {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 576px) {
  .title_with_bg {
    font-size: 14px;
    line-height: 18px;
  }
}

.see_more_button {
  height: 60px;
  padding: 20px;
  background-color: #001133;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 181px;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.see_more_button:hover {
  background-color: #3377FF;
}
.see_more_button > i {
  transform: rotate(45deg);
  color: #FFFFFF;
  font-size: 20px;
  margin-left: 8px;
}

.text {
  color: #001133;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 100%;
}
@media (max-width: 576px) {
  .text {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
  }
}

.subtitle, .subtitle_dark {
  color: #3377FF;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-transform: capitalize;
  margin: 30px 0;
}
@media (max-width: 576px) {
  .subtitle, .subtitle_dark {
    font-size: 16px;
    line-height: 20px;
    margin: 24px 0 8px 0;
  }
}

.subtitle_dark {
  color: #001133;
}

.about_us_con {
  margin-top: auto;
}

.p_40 {
  padding: 40px;
}
@media (max-width: 576px) {
  .p_40 {
    padding: 24px;
  }
}

.about_us_image_con {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
}
.about_us_image_con > img {
  position: relative;
  bottom: 0;
  right: 0;
}

.between_con {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin: 40px 0;
}
@media (max-width: 576px) {
  .between_con {
    margin: 0 0 24px 0;
  }
  .between_con > .title_with_bg_con {
    margin: 0;
  }
}
.between_con > .text {
  max-width: 50%;
}
@media (max-width: 576px) {
  .between_con > .text {
    max-width: 100%;
  }
}

.see_more_btn_tr {
  color: #3377FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
.see_more_btn_tr:hover {
  color: #001133;
}
.see_more_btn_tr:hover i {
  color: #001133;
  transform: rotate(90deg);
  font-size: 16px;
}
.see_more_btn_tr i {
  color: #3377FF;
  font-size: 20px;
  transform: rotate(45deg);
  margin-left: 5px;
}
@media (max-width: 576px) {
  .see_more_btn_tr {
    padding: 6px;
    color: #001133;
  }
  .see_more_btn_tr i {
    color: #001133;
  }
}

.rectangle_button_con {
  padding: 0 0 8px 8px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  justify-content: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

.rectangle_button {
  width: 85px;
  height: 85px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001133;
}
.rectangle_button:hover {
  background-color: #3377FF;
}
.rectangle_button > i {
  font-size: 32px;
  color: #FFFFFF;
  transform: rotate(45deg);
}

.catalog_card {
  width: 100%;
  max-width: 628px;
}
.catalog_card > .title_with_bg_con {
  margin: 0;
}
.catalog_card .img_con {
  width: 100%;
  max-width: 628px;
  height: 443px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 16px;
  z-index: 1;
}
.catalog_card .img_con > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 992px) {
  .catalog_card .img_con {
    height: 370px;
  }
}
@media (max-width: 576px) {
  .catalog_card .img_con {
    height: 269px;
  }
}
.catalog_card .description_con {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}
.catalog_card .description_con > div {
  margin: 0;
  margin-right: 8px;
}
.catalog_card .description_con > div:last-child {
  margin-right: 0px;
}

.section_color {
  background-color: #F8F8F8;
}

.project_card {
  border-radius: 11px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  width: 100%;
  max-width: 302px;
  position: relative;
}
.project_card:hover > .abs_buttons {
  display: block;
}
.project_card > .abs_buttons {
  display: none;
}
@media (max-width: 576px) {
  .project_card > .abs_buttons {
    display: block;
  }
}
.project_card > .img_con {
  padding: 10px;
  width: 100%;
  height: 286px;
  display: inline-block;
}
.project_card > .img_con > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.project_card > .description_con {
  padding: 16px;
  background-color: #FDFDFD;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
}
.project_card > .description_con > .pr_crd_des_title {
  color: #000;
  font-family: "hoves-medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project_card > .description_con > .see_more_btn_tr > i {
  transform: rotate(0);
}

.abs_buttons {
  position: absolute;
  top: 16px;
  left: 16px;
}
.abs_buttons > .btns {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #001133;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.abs_buttons > .btns > i {
  color: #fff;
  font-size: 16px;
}

.price_con {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.price_con > span {
  color: #999999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.price_con > span i {
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
}

.new_price {
  color: #3377FF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.description {
  color: #999999;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.speciality_container {
  display: flex;
  margin: 8px 0;
  flex-wrap: wrap;
}
.speciality_container > .title_with_bg_con {
  margin: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  min-width: unset;
}
.speciality_container > .title_with_bg_con > .title_with_bg {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.speciality_container > .title_with_bg_con:last-child {
  margin-right: 0px;
}

.speciality_container_bg > .title_with_bg_con {
  background-color: #F2F2F2;
}

.bg_img_section {
  position: relative;
  min-height: 660px;
  margin-top: 0;
  z-index: 1;
}
.bg_img_section > img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}

.form-select {
  background-color: #E6E6E6;
  padding: 14px 28px;
}

.filter_container {
  background-color: #FFFFFF;
  min-height: 600px;
  max-height: 100%;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 11px 0px rgba(121, 121, 121, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  flex-direction: column;
}
.filter_container > .see_more_button {
  width: 100%;
  max-width: unset;
  margin-top: auto;
}
.filter_container > .see_more_button > i {
  transform: rotate(0);
}
@media (max-width: 576px) {
  .filter_container {
    box-shadow: none;
  }
}

@media (max-width: 576px) {
  .p_sm_0 {
    padding: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

.filter_title {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-family: "hoves-medium";
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.label_text {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  margin-top: 24px;
  text-align: left;
  width: 100%;
  display: inline-block;
  margin: 24px 0 12px 0;
}

.room_number_button_con {
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding-bottom: 10px;
}
.room_number_button_con::-webkit-scrollbar {
  background-color: transparent;
}
.room_number_button_con::-webkit-scrollbar-thumb {
  background-color: #E6E6E6;
  border-radius: 10px;
  background-clip: content-box;
  border: 3px solid transparent;
}

.room_number_buttons {
  height: 50px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background-color: #F2F2F2;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  max-width: 111px;
  min-width: 82px;
  position: relative;
  margin-right: 8px;
}
.room_number_buttons:first-child {
  background-color: #001133;
  min-width: 111px;
  color: #E5EEFF;
}
.room_number_buttons > input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.room_number_buttons > input:checked {
  background-color: #001133;
  color: #E5EEFF;
}

input {
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #F2F2F2;
  width: 100%;
  height: 50px;
  padding: 14px 28px;
}
input::-moz-placeholder {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
input::placeholder {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.filter_price_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 27px 0;
}
.filter_price_con > input {
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #F2F2F2;
  width: 49%;
  height: 50px;
  padding: 14px 28px;
}
.filter_price_con > input::-moz-placeholder {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.filter_price_con > input::placeholder {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.range_slider_con {
  width: 100%;
  margin: 18px 0;
}

.section_color_dark {
  background-color: #001133;
  margin-top: 0;
}
.section_color_dark .text {
  color: #E5EEFF;
}

.servicess_card {
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  background-color: #0E2D5C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #E5EEFF;
  min-height: 377px;
}
.servicess_card > img {
  max-width: 40px;
  margin-bottom: 24px;
}
.servicess_card .servicess_title {
  color: #E5EEFF;
  text-align: center;
  font-family: "hoves-medium";
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 24px;
}
.servicess_card .servicess_description {
  color: #E5EEFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.servicess_card:hover {
  background-color: #3377FF;
}
@media (max-width: 576px) {
  .servicess_card:hover {
    background-color: #0E2D5C;
  }
}

.blog_card {
  position: relative;
  z-index: 1;
}
.blog_card .img_con {
  width: 100%;
}
.blog_card .img_con img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
  z-index: -1;
}

footer {
  position: relative;
  z-index: 1;
  height: 80vh;
}
footer > img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
footer li, footer a {
  color: #E5EEFF;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 8px;
}
footer li:last-child, footer a:last-child {
  margin-bottom: 0;
}

.footer_links {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.footer_links li ul li {
  color: #E5EEFF;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.footer_links li ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .footer_links {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_links > li {
    margin-bottom: 24px;
  }
}

.footer_gradient {
  position: absolute;
  margin-top: auto;
  background-image: linear-gradient(180deg, rgba(11, 30, 42, 0) 0%, #0B1E2A 68.23%);
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
}
@media (max-width: 576px) {
  .footer_gradient {
    height: 100%;
  }
}

.footer_bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.align_footer {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.align_footer a:last-child {
  font-size: 16px;
}
@media (max-width: 576px) {
  .align_footer {
    align-items: flex-start;
  }
}

form > .see_more_button {
  width: 100%;
  max-width: unset;
  margin-top: auto;
  margin-top: 24px;
}

.modal-header {
  border-bottom: 0;
}

.dropdown {
  transition: none !important;
  transform: none !important;
}

.empty_con {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.empty_con > p {
  margin-bottom: 24px;
}

.breadcrumbs {
  display: flex;
  padding: 20px 0;
}
.breadcrumbs > li {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 3px;
  text-transform: capitalize;
}
.breadcrumbs > li:last-child {
  color: #001133;
}

.filter_pg_filter_con {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .filter_pg_filter_con {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .filter_pg_filter_con > div {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 24px;
  }
}
.filter_pg_filter_con > div {
  margin-right: 24px;
}
.filter_pg_filter_con > div:last-child {
  margin-right: 0;
}
.filter_pg_filter_con .location {
  width: 25%;
}
.filter_pg_filter_con .location:nth-child(2) {
  margin-top: 10px;
}
.filter_pg_filter_con .second_select {
  width: 15%;
}
.filter_pg_filter_con .area {
  width: 10%;
}
.filter_pg_filter_con .label_text {
  margin-top: 0;
}

.price_inputs {
  display: flex;
}
.price_inputs input {
  max-width: max-content;
  margin-right: 24px;
  padding: 10px;
}
.price_inputs input:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .price_inputs input {
    max-width: unset;
    width: 49%;
  }
}

.dropdown > .see_more_button {
  background-color: #3377FF;
  width: 139px;
  min-width: none;
  height: 42px;
}
@media (max-width: 992px) {
  .dropdown > .see_more_button {
    margin-left: 10px;
    height: 42px;
    padding: 12px;
  }
}
@media (max-width: 576px) {
  .dropdown > .see_more_button {
    font-size: 14px;
    line-height: 18px;
    width: 83px;
    margin-left: 10px;
  }
}

.section_title {
  color: #001133;
  font-family: "hoves-medium";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 576px) {
  .section_title {
    font-size: 16px;
    font-weight: 500;
  }
}

.filter_modal_button {
  width: 95%;
  height: 42px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background-color: #F2F2F2;
  color: #000;
  font-family: "hoves-medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.pr_details_image_con {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  width: 100%;
  height: 538px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .pr_details_image_con {
    height: 382px;
  }
}
.pr_details_image_con > img {
  width: 80%;
  height: 80%;
  max-width: 400px;
  max-height: 355px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pr_details_image_con > img:hover {
  transform: scale(1.1);
}
@media (max-width: 576px) {
  .pr_details_image_con > img:hover {
    transform: none;
  }
}

.pr_detail {
  border-radius: 10px;
  background-color: #F2F2F2;
  padding: 16px;
}
.pr_detail .new_price {
  font-size: 18px;
  line-height: 22px;
  font-family: "hoves-medium";
}

.pr_details_buttons {
  display: flex;
}
.pr_details_buttons a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr_details_buttons a i {
  font-size: 24px;
  color: #B3B3B3;
}

.table_con {
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 10px !important;
}

table {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  border-collapse: collapse;
  color: #001133;
  font-size: 14px;
  line-height: 18px;
}
table th, table td {
  padding: 10px 12px;
  border-collapse: collapse;
}
table tr {
  border-bottom: 1px solid #E6E6E6;
}
table tr:last-child {
  border-bottom: 1px solid transparent;
}
table th {
  border-right: 1px solid #E6E6E6;
  font-family: "hoves-medium";
}

.pr_detail_button_con {
  width: 100%;
  padding: 16px 0;
}
.pr_detail_button_con .see_more_button {
  width: 100%;
  min-width: unset;
  max-width: unset;
}

.details_image_con {
  width: 100%;
  max-width: 628px;
}
.details_image_con > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
}

.description_text_con {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.description_text_con div {
  width: 100%;
}
.description_text_con div:last-child {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.description_text_con div:last-child > div {
  margin: 0;
  margin-right: 10px;
}
.description_text_con div:last-child > div:last-child {
  margin-right: 0px;
}
@media (max-width: 576px) {
  .description_text_con div:last-child > div {
    margin: 10px 10px 0 0;
  }
}
.description_text_con .section_title {
  text-transform: capitalize;
  margin-bottom: 24px;
}

.about_us_con > .text {
  color: #333333;
}

.statistics_con {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 14px;
}
@media (max-width: 576px) {
  .statistics_con {
    flex-direction: column;
  }
}

.statistics_card {
  border-radius: 10px;
  border: 0.86px solid #E6E6E6;
  background-color: #F8F8F8;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 136px;
  flex-direction: column;
}
@media (max-width: 576px) {
  .statistics_card {
    width: 100%;
    margin-bottom: 24px;
  }
}
.statistics_card > p {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.statistics_card > p:last-child {
  font-family: "hoves-medium";
  font-size: 30px;
  line-height: 34px;
}

.blog_intro {
  display: flex;
}
.blog_intro > div {
  margin-right: 10px;
}

.other_blogs_con {
  border-radius: 10px;
  background-color: #F8F8F8;
  padding: 16px 24px;
  min-height: 421px;
}
.other_blogs_con p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "hoves-medium";
}
.other_blogs_con a {
  color: #3377FF;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  display: block;
}

.contact_info_con {
  position: absolute;
  bottom: 50px;
  left: 40px;
  min-width: 275px;
}
@media (max-width: 576px) {
  .contact_info_con {
    bottom: inherit;
    left: inherit;
    width: 90%;
  }
}
.contact_info_con .subtitle {
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 24px;
}
.contact_info_con > ul > li {
  padding: 8px;
  border-radius: 6px;
  background-color: rgba(0, 28, 84, 0.56);
  margin-bottom: 12px;
}
.contact_info_con > ul > li > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
}
.contact_info_con > ul > li p, .contact_info_con > ul > li a {
  color: #FDFDFD;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.contact_info_con > ul > li p {
  margin-bottom: 8px;
}
.contact_info_con > ul > li a {
  font-family: "hoves-medium";
}

.comparison_card .description_con {
  padding: 0;
}
.comparison_card .price_con {
  background-color: #E5EEFF;
  padding: 10px 12px;
  margin-bottom: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  justify-content: flex-end;
}
.comparison_card .price_con .new_price {
  font-size: 16px;
  line-height: 20px;
  color: #001133;
  font-family: "hoves-medium";
}
.comparison_card .table_con {
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: #FFFFFF;
}

.login_inputs {
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background-color: #F2F2F2;
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #001C54;
  display: flex;
}
.login_inputs::-moz-placeholder {
  color: #999999;
}
.login_inputs::placeholder {
  color: #999999;
}
.login_inputs > input {
  border: none;
  padding: 0;
  height: 100%;
}

.input_con {
  margin-bottom: 24px;
}
.input_con > .label_text {
  margin: 0;
  margin-bottom: 12px;
}/*# sourceMappingURL=style.css.map */

.category_image_button > .pr_details_image_con {
  height: auto;
  padding: 16px 0;
}

.modal-body > .pr_details_image_con {
  height: 80vh;
  padding: 16px 0;
}

.category_image_button > .pr_details_image_con >  img , .modal-body > .pr_details_image_con >  img {
  border-radius: 8px ;
}