* {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.89;
  font-family: Arial, sans-serif;
  letter-spacing: 0em;
  text-align: left;
  color: #888888;
  width: 100%;
}

 body,
 body p,
 body span,
 body a,
 body li,
 body div,
 body h1,
 body h2,
 body h3,
 body h4,
 body h5,
 body h6,
 body input,
 body button,
 body textarea,
 body select,
 body label {
  font-family: Arial, sans-serif !important;
 }

body::-webkit-scrollbar {
  display: none !important;
}
.header1 {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgb(4 4 4 / 72%) !important;
}
.header2 {
  position: relative;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}
/* .header1 .top-header{
  background-color: #48484845;
} */
.top-header {
  background-color: rgba(4, 4, 4, 0.73);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px 0 10px;
}
@media screen and (max-width: 991px) {
  .top-header {
    padding: 0 10px 10px 10px;
  }
}
.top-header ul {
  display: flex;
  justify-content: space-around;
  gap: 5px;
  list-style-type: none;
  align-items: center;
  padding: 5px;
  flex-wrap: wrap;
}
.top-header ul li {
  color: #ffffff;
  margin: 0 10px;
  padding-top: 15px;
  font-size: 12px;
}
.top-header ul li i {
  margin-right: 2px;
}

.main-header {
  /* background-color: #48484845; */
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0 0px;
  align-items: center;
}
.main-header .logo h5 a {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-family: "Arial Regular";
  text-decoration: none;
}

.main-header .menu-bar {
  cursor: pointer;
  color: white;
  font-size: 25px;
}
.main-header-2,
.mobile-header {
  background-color: #ffffff00;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  align-items: center;
}
.main-header-2 .logo h5 a,
.mobile-header .logo h5 a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-family: "Arial Regular";
  color: white;
  text-decoration: none;
}
.main-header-2 .menu-bar,
.mobile-header .menu-bar { 
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-size: 25px;
}
.mobile-header {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-header {
    display: flex;
  }
  .main-header-2 {
    display: none;
  }
  /* .breadcrumbs {
    margin-top: 13rem !important;
  } */
}
@media screen and (max-width: 576px) {
  .header-free-space {
    display: none;
  }
  .mobile-header .logo h5 {
    font-size: 16px;
  }
  .mobile-header {
    padding: 20px;
  }
}

.offcanvas {
  /* background: #eefaff; */
  background-color: rgb(4 4 4 / 72%) !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 315px !important;
}
.offcanvas .close-button {
  position: relative;
  /* bottom: 25px; */
  left: 8px;
  text-align: center;
  font-size: 20px;
}
.offcanvas .close-button .btn-clos {
  background-color: #00000000;
  border: none;
}
.offcanvas .close-button .btn-clos i {
  color: rgb(255, 255, 255) !important;
}
.offcanvas .back-button {
  display: none;
}
.offcanvas .back-button h3 {
  position: relative;
  /* bottom: 50px; */
  left: 8px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.offcanvas .back-button h3:hover,
.offcanvas .close-button .btn-close:hover {
  color: #49b6ff !important;
}
.offcanvas .back-button h3 i {
  font-size: 30px;
  padding-right: 3px;
}
.offcanvas .sidebar-body-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  animation: faderight 1s;
  display: none;
}
.offcanvas .sidebar-body-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  animation: faderight 1s;
  display: none;
}
.offcanvas .sidebar-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.offcanvas .sidebar-body ul,
.offcanvas .sidebar-body-1 ul,
.offcanvas .sidebar-body-2 ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  /* min-height: 300px; */
}
.offcanvas .sidebar-body ul li,
.offcanvas .sidebar-body-1 ul li,
.offcanvas .sidebar-body-2 ul li {
  margin: 5px;
}
.offcanvas .sidebar-body ul li a,
.offcanvas .sidebar-body-1 ul li a,
.offcanvas .sidebar-body-2 ul li a {
  width: auto;
  border: none;
  display: inline-block;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  font-style: normal;
  font-weight: 300;
  font-family: "Arial Regular";
}
.offcanvas .sidebar-body ul li a:hover,
.offcanvas .sidebar-body-1 ul li a:hover,
.offcanvas .sidebar-body-2 ul li a:hover {
  color: #026b83;
  font-weight: 600;
}
/* 
.carousel-inner {
  height: 100vh;

  > .item > img {
    width: 100%;
    height: 100%;
  }
  .carousel-caption {
    text-shadow: 0;
    padding-top: 0;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.carousel-caption h1 {
    font-size: 400px;
    font-weight: 900;
    position: relative;
    top: 2%;
    bottom: 50px;
    letter-spacing: 10px;
    animation: fadeup 1s ease-in both;
    animation-delay: 1s;
    font-family: "Roboto Slab", serif;

  }
  
  .carousel-caption h3 {
    font-size: 150px;
    position: relative;
    top: 5%;
    font-weight: 900;
    letter-spacing: 10px;
    animation: fadeup 1s ease-in both;
    animation-delay: 1s;
  }

  @media screen and (max-width:991px){
    .carousel-caption h3 {
        font-size: 76px;
    }
    .carousel-caption h1 {
        font-size: 200px;
    }
  }

  @media screen and (max-width:576px){
    .carousel-caption h3 {
        font-size: 50px;
    }
    .carousel-caption h1 {
        font-size: 150px;
    }
  }

.carousel-indicators {
  bottom: 5px;
}

.carousel-control {
  &:hover,
  &:focus {
    color: darken(#129797, 10%);
  }
} */
.carousel-inner {
  height: 100vh;
}

/* .carousel-inner .item {
  opacity: 0;
  animation: faderight 1s ease-in both;
  transition: opacity 1s ease;
}

.carousel-inner .item.active {
  animation: faderight 1s ease-in both;
  opacity: 1;
} */

.carousel-inner .item {
  opacity: 0;
  transform: translateX(30px); /* Initial translation */
  animation: slideInRight 1s ease-in both;
}

.carousel-inner .item.active {
  opacity: 1;
  transform: translateX(0);
  animation: slideInright 1s ease-in both;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-slide {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.carousel-inner > .item > img {
  width: 100%;
  height: auto;
}

.carousel-caption {
  text-shadow: 0;
  padding-top: 0;
  padding-bottom: 10px;
  top: 30%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel {
  height: 100vh;
  overflow: hidden;
}

.carousel-inner .item {
  height: 100%;
  opacity: 0;
  /* transition: opacity 0.5s ease-in-out; */
}

.carousel-caption h1 {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.18em;
  animation: fadeup 1s ease-in both;
  animation-delay: 1s;
  font-family: "Oswald", sans-serif;
  font-family: "Roboto", sans-serif;
}

.carousel-caption h3 {
  font-size: 110px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.18em;
  animation: fadeup 1s ease-in both;
  animation-delay: 1s;
  font-family: "Oswald", sans-serif;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 991px) {
  .carousel-caption {
    top: 20%;
  }
  .carousel-caption h3 {
    font-size: 76px;
  }

  .carousel-caption h1 {
    font-size: 66px;
  }
}
@media screen and (max-width: 667px) {
  .carousel-caption {
    top: 10%;
  }
  .carousel-caption h3 {
    font-size: 56px;
  }

  .carousel-caption h1 {
    font-size: 46px;
  }
}

@media screen and (max-width: 576px) {
  .carousel-caption h3 {
    font-size: 50px;
  }

  .carousel-caption h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  .carousel-caption h3 {
    font-size: 45px;
  }

  .carousel-caption h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 375px) {
  .carousel-caption h3 {
    font-size: 35px;
  }

  .carousel-caption h1 {
    font-size: 30px;
  }
}

/*Make it Full screen*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* animations */
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes faderight {
  from {
    opacity: 0;
    -webkit-transform: translatex(30px);
    -moz-transform: translatex(30px);
    -o-transform: translatex(30px);
    transform: translatex(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeleft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-30px);
    -moz-transform: translatex(-30px);
    -o-transform: translatex(-30px);
    transform: translatex(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

/* site-content */

.site-content {
  position: relative;
  background-color: #eefaff;
}
.breadcrumbs {
  background-color: #1f536e;
  color: white;
  padding-top: 10.5rem;
  text-align: center;
  position: relative;
  /* background: url(images/bread-crumbs.jpg); */
  background-size: cover;
  background-position: center;
  min-height: 40vh;
  /* z-index: 101; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 991px) and (min-height: 550px) {
  .breadcrumbs {
    min-height: 35vh !important;
  }
}
.breadcrumbs i {
  font-size: 2rem;
  position: relative;
}
/* .breadcrumbs::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: .5;
} */
.breadcrumbs a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 2.83;
  font-family: 'Arial Regular' !important;
  letter-spacing: 0.2em;
  transition: all 0.3s;
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumbs-home {
  color: #ffffff;
  text-transform: uppercase;
}
.breadcrumbs a:hover {
  color: #ffffff;
  font-weight: 300;
}

/* @media (min-width: 992px){ */
.site-main {
  margin-bottom: 30px;
}
/* } */

.site-content_wrap {
  padding-top: 3em;
  /* margin-top: 2rem; */
}

.luxcontent {
  width: 70%;
  margin: auto;
  /* text-align: justify; */
  color: black !important;
}
@media (max-width: 1000px) {
  .luxcontent {
    width: 100%;
    margin: auto;
    /* text-align: justify; */
    color: black !important;
  }
}
.luxcontent h4,
.luxcontent.h4-style {
  font-style: normal;
  /* font-weight: 300; */
  font-size: 31px;
  line-height: 1.77;
  /* font-family: "Oswald", sans-serif; */
  font-family: "Arial Bold" !important;
  letter-spacing: 0.2em;
  text-align: inherit;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .luxcontent h4,
  .luxcontent .h4-style,.events>h2,.contact-area .contact-heading h4  {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 992px) {
  .contact-area .contact-heading h4  {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .luxcontent h4,
  .luxcontent .h4-style,.events>h2,.contact-area .contact-heading h4  {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .site-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .luxcontent h4,
  .luxcontent .h4-style,.events>h2 ,.contact-area .contact-heading h4 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .site-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  /* .luxcontent h4,
  .luxcontent .h4-style,.events>h2,.contact-area .contact-heading h4  {
    font-size: 17px;
    letter-spacing: 2px;
  } */
  .site-content p {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .luxcontent h4,
  .luxcontent .h4-style,.events>h2,.contact-area .contact-heading h4  {
    font-size: 22px !important;
    letter-spacing: 2px;
  }
  .site-content p {
    font-size: 15px;
  }
}
.site-content p {
  margin: 0 0 10px 0;
  font-weight: 300 !important;
  /* font-family: "Oswald", sans-serif; */
  font-family: "Arial Regular" !important;
  letter-spacing: 1px;
}
.site-content p:last-child {
  margin-bottom: 0;
}

.entry-content p > img {
  margin-bottom: 15px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.aligncenter {
  clear: both;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

@media (max-width: 1440px) {
  #tm_builder_outer_content .tm_pb_section_parallax .tm_pb_parallax_css {
    background-attachment: scroll;
  }
}

#tm_builder_outer_content .tm_pb_section_parallax .tm_pb_parallax_css {
  background-attachment: fixed;
}
#tm_builder_outer_content .tm_parallax_bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tm_builder_outer_content * {
  box-sizing: border-box;
}

/* blog */
.blog-area h5 a,
.h5-style {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  font-family: "Arial Regular" !important;
  letter-spacing: 2px;
  text-align: inherit;
  color: #000000;
  text-decoration: none;
  margin: 0;
}
.blog-area .entry-meta {
  display: flex;
  gap: 20px;
  color: #3c3c3c;
  margin: 10px 5px;
}
.blog-area .img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.blog-area .blog-box {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.183);
  min-height: 580px;
  margin-bottom: 1.5rem;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .blog-area .blog-box {
    min-height: 630px;
  }
}

.blog-area .readmore-btn a {
  font-size: 2rem;
  text-decoration: none;
  color: #026b83;
}
.blog-area .readmore-btn a i {
  transition: all 0.3s;
}
.blog-area .readmore-btn a:hover i {
  transform: translateX(5px);
}

/* blog-details */
.blog-detail-area h4{
  color: black;
  font-size: 16px;
}
.blog-detail-area .blog-inner-area {
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.183);
  margin-bottom: 2rem;
}
.blog-detail-area .blog-inner-area .img img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.blog-detail-area .blog-inner-area .entry-meta {
  display: flex;
  gap: 20px;
  color: #3c3c3c;
  margin: 10px 5px;
}
.blog-detail-area .entry-meta {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 2.83;
  font-family: "Arial Regular";
  letter-spacing: 0.2em;
  color: #888888;
}

.blog-detail-area .blog-inner-area h5 a,
.h5-style {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  font-family: "Arial Regular";
  letter-spacing: 2px;
  text-align: inherit;
  color: #000000;
  text-decoration: none;
  margin: 0;
}
.blog-detail-area .blog-inner-area p {
  color: black;
  /* text-align: justify; */
  padding: 10px;
}
.blog-detail-area .blog-inner-area blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #036075;
  background-color: #eefaff;
  border-radius: 5px;
}
.blog-detail-area .blog-inner-area .blog-bottom {
  display: flex;
  justify-content: space-between;
}
.blog-detail-area .blog-inner-area .blog-bottom .tags p {
  padding: 0;
}
.blog-detail-area .blog-inner-area .blog-bottom .social-icons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-left: 5px;
}
.blog-detail-area .blog-inner-area .blog-bottom .social-icons a {
  color: black;
  font-size: 2rem;
  transition: all 0.3s;
}
.blog-detail-area .blog-inner-area .blog-bottom .social-icons a:hover {
  transform: translateY(-5px);
}
.blog-detail-area .comments-section {
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.183);
  margin-bottom: 2rem;
}
.blog-detail-area .comments-section .comment {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid;
  padding: 20px 0;
  color: black;
  margin-bottom: 2rem;
}
.blog-detail-area
  .comments-section
  .comment
  .comment-detail
  .comment-upper-section {
  display: flex;
  justify-content: space-between;
}
.blog-detail-area
  .comments-section
  .comment
  .comment-detail
  .comment-upper-section
  .reply {
  text-decoration: none;
  color: #036075;
  margin-left: 10px;
}
.blog-detail-area
  .comments-section
  .comment
  .comment-detail
  .comment-upper-section
  .reply
  i {
  margin-right: 5px;
}
.blog-detail-area
  .comments-section
  .comment
  .comment-detail
  .comment-upper-section
  .comment-date {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #888888;
}
.blog-detail-area
  .comments-section .comment-form{
    padding: 10px;
  }
.blog-detail-area .comments-section input,
.blog-detail-area .comments-section textarea {
  /* background-color: #f7f7f7; */
  box-shadow: 0 0 5px 1px rgba(20, 20, 20, 0.183);
  color: black;
  border: none;
}

/* .blog-detail-area .comments-section input,
.blog-detail-area .comments-section textarea {
  transition: placeholder-opacity 0.3s ease;
} */
.form-control{
  transition: placeholder-opacity 0.3s ease;

}
.form-control:focus::placeholder{
  opacity: 0;

}

/* .blog-detail-area .comments-section input:focus::placeholder,
.blog-detail-area .comments-section textarea:focus::placeholder {
  opacity: 0;
} */

/* .blog-detail-area .comments-section input::placeholder,
.blog-detail-area .comments-section textarea::placeholder {
  color: black;
} */
.blog-detail-area .comments-section input {
  height: 40px;
}
.blog-detail-area .comments-section input[type="submit"] {
  height: 50px;
  background-color: #036075;
  color: white;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3px;
}

.blog-detail-area .comments-section input[type="submit"]:hover {
  background-color: #034d5e;
}

.blog-detail-area .search-section {
  background-color: white;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border-radius: 5px;
}
.blog-detail-area .search-section .search {
  position: relative;
  color: #aaa;
  font-size: 16px;
}

.blog-detail-area .search-section .search {
  display: inline-block;
}

.blog-detail-area .search-section .search input {
  width: 300px;
  height: 50px;

  box-shadow: 0 0 5px 1px rgba(20, 20, 20, 0.183);
  color: black;
  border: none;
  border-radius: 5px;
  /* box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset; */
}

.blog-detail-area .search-section .search input {
  text-indent: 32px;
}
.blog-detail-area .search-section .search .fa-search {
  font-size: 2rem;
  position: absolute;
  top: 15px;
  left: 10px;
}

.blog-detail-area .search-section .search .fa-search {
  left: auto;
  right: 10px;
}
.blog-detail-area .categories{
  background-color: white;
  padding:10px 50px;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.blog-detail-area .categories ul{
  list-style: none;
}
.blog-detail-area .categories ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.blog-detail-area .categories ul li a{
  text-decoration: none;
  color: #036e85;
}
.blog-detail-area .categories ul li a:hover{
  color: #034d5e;
}


.blog-detail-area .recents-posts{
  background-color: white;
  padding:10px 20px;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.blog-detail-area .recents-posts .post{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid;
  padding: 20px 0;
}
.blog-detail-area .recents-posts .post:last-child{
  border-bottom: none;
}
.blog-detail-area .recents-posts .post-profile img{
  width: 200px;
  height: 100%;
  object-fit: cover;
}
.blog-detail-area .recents-posts .post .post-detail h3{
  font-size: 1.6rem;
  margin: 0;
  margin-bottom: 1rem;
  color: black;
  font-weight: bold;
}

/* move-in-homes-area */

.move-in-homes-area img {
  width: 800px;
}

@media screen and (max-width: 991px) {
  .move-in-homes-area img {
    width: 80%;
  }
}

/* contact-area */
.contact-area {
  padding: 40px 0;
}
.contact-area .contact-section-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Arial Regular";
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #036075;
  display: inline-block;
}
.contact-area .contact-info-section {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.contact-area .contact-intro {
  color: #555;
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "Arial Regular";
  margin-bottom: 30px;
}
.contact-area .contact-info-list {
  margin-bottom: 20px;
}
.contact-area .contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.contact-area .contact-info-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: #036075;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all 0.3s;
}
.contact-area .contact-info-icon:hover {
  background-color: #025062;
  transform: translateY(-3px);
}
.contact-area .contact-info-icon i {
  font-size: 1.8rem;
  color: white;
}
.contact-area .contact-info-detail h5 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #036075;
  margin-bottom: 3px;
  font-family: "Arial Regular";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-area .contact-info-detail p,
.contact-area .contact-info-detail a {
  font-size: 1.4rem;
  color: #555;
  text-decoration: none;
  font-family: "Arial Regular";
  transition: all 0.3s;
}
.contact-area .contact-info-detail a:hover {
  color: #036075;
}
.contact-area .contact-info-detail p {
  font-size: 1.4rem;
  color: #555;
  font-family: "Arial Regular";
  margin-bottom: 5px;
  line-height: 1.6;
}
.contact-area .contact-info-detail .office-region {
  color: #036075;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 10px;
  margin-bottom: 2px;
}
.contact-area .social-media {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  padding: 10px 0;
}
.contact-area .social-media div {
  background-color: #036075;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-area .social-media div img {
  width: 30px !important;
}
.contact-area .social-media div i {
  font-size: 2rem;
  color: white;
}
.contact-area .social-media div:hover {
  background-color: #025062;
  transform: translateY(-3px);
}
.contact-area .contact-form-section {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
.contact-area .contact-form-box label {
  color: rgb(52, 52, 52);
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Arial Regular";
  margin-bottom: 5px;
  display: block;
}
.contact-form-box .input-div {
  margin-bottom: 18px;
}
.contact-form-box input,
.contact-form-box select {
  width: 100%;
  border: none;
  height: 45px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  box-shadow: none;
  color: #555;
  transition: all 0.3s;
  font-size: 1.3rem;
  padding: 0 12px;
}
.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus {
  border-color: #036075;
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 96, 117, 0.15);
}
.contact-form-box input,
.contact-form-box textarea {
  transition: placeholder-opacity 0.3s ease;
}
.contact-form-box input:focus::placeholder,
.contact-form-box textarea:focus::placeholder {
  opacity: 0;
}
.contact-form-box textarea {
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  font-size: 1.3rem;
  padding: 10px 12px;
  color: #555;
  transition: all 0.3s;
}
.contact-form-box .send-message-btn {
  background: #036075;
  border: 0;
  color: #ffffff;
  transition: all 0.3s;
  padding: 12px 30px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}
.contact-form-box .send-message-btn:hover {
  background: #034d5e;
  box-shadow: 0 3px 10px rgba(3, 96, 117, 0.3);
}
@media screen and (max-width: 991px) {
  .contact-area .contact-info-section {
    margin-bottom: 30px;
  }
  .contact-area .contact-section-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .contact-area {
    padding: 20px 0;
  }
  .contact-area .contact-info-section,
  .contact-area .contact-form-section {
    padding: 20px;
  }
  .contact-area .contact-section-title {
    font-size: 20px;
  }
}

/* gallery-area */
.gallery-area img {
  height: 85% !important;
  width: 100%;
  vertical-align: top;
}
.gallery-area p {
  color: black;
  font-weight: 300 !important;
  font-family: 'Arial Regular';
}
.gallery-area .gallery-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-area .gallery-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
}

.gallery-area .gallery-box:hover .description {
  transform: translateY(0%);
}
.gallery-area .gallery-box:hover img{
  transition: all 0.3s;
}
.gallery-area .gallery-box:hover img{
  transform: scale(1.2);
}

.gallery-area .gallery-box .description {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #025062e2;
  transform: translateY(100%);
  transition: all 0.3s;
}

.gallery-area .gallery-box .description p {
  color: white;
  text-align: center;
  padding: 10px;
}

/* onscroll animation */
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}
