@font-face {
  font-family: "limous";
  src: url("../fonts/Champagne & Limousines.ttf");
}

@font-face {
  font-family: "limousbold";
  src: url("../fonts/Champagne & Limousines Bold.ttf");
}

body,
html {
  height: 100%;
  margin: 0;
  font-family: "limous";
}

.site-content {
  position: relative;
  height: 100%;
}
/* .lightcase-icon-close {
    display: none!important;
} */

/*** menu css ****/
.sidebar-menu {
  position: fixed;
  right: 0;
  top: 30px;
  z-index: 9;
  width: 30%;
}

.logo img {
  width: 250px;
}

ul.main-menu {
  display: block;
  padding-left: 10px;
  width: 100px;
}

ul.main-menu li {
  list-style-type: none;
  position: relative;
}

ul.main-menu li a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #000;
  padding: 6px 10px;
  font-family: "limousbold";
  font-weight: 900;
}

ul.main-menu li a:hover,
ul.main-menu li a.hover,
ul.main-menu li a.active {
  background-color: #000;
  color: #fff;
}

ul.main-menu li a:hover ~ ul.sub-menu,
ul.main-menu li ul.sub-menu:hover {
  display: block;
}

ul.main-menu li ul.sub-menu {
  position: absolute;
  top: 0;
  left: 70px;
  display: none;
  width: 340px;
}

ul.main-menu li ul.sub-menu::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #000000;
  left: 10px;
  top: 16px;
}

ul.main-menu li ul.sub-menu::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 34px);
  background-color: #000;
  left: 60px;
  top: 16px;
}

ul.main-menu li ul.sub-menu li {
  position: relative;
  padding-left: 56px;
}

ul.main-menu li ul.sub-menu li .line {
  height: 2px;
  width: 28px;
  background-color: #000000;
  position: absolute;
  left: 28px;
  top: 16px;
}

ul.main-menu li ul.sub-menu li a {
  display: inline-block;
  color: #000;
}

ul.main-menu li ul.sub-menu li a:hover {
  background-color: #5b9bd5;
  font-weight: 600;
}

/*** menu css ****/

/*** main content *****/
.main-content {
  width: 58%;
  left: 8%;
  position: relative;
  top: 100px;
}

/*** main content *****/

/*** home page ***/
.home-page .owl-carousel .item {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** home page ***/

/*** about page ***/
.about-page .text-content,
.about-page .img-content {
  display: flex;
  flex-wrap: wrap;
}

.about-page .text-content p {
  text-align: justify;
}

.about-page .text-content .column1 {
  flex: 30%;
}

.about-page .text-content .column1 h3 {
  font-family: "limousbold";
}

.about-page .text-content .column2 {
  flex: 20%;
}

.about-page .text-content .column3 {
  flex: 50%;
}

/*** about page ***/

/*** whyus page ****/
.whyus-page p {
  text-align: justify;
}

.whyus-page .text-content,
.whyus-page .img-content {
  display: flex;
  flex-wrap: wrap;
}

.whyus-page .text-content .column {
  flex: 25%;
}

.whyus-page .first-para {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

.whyus-page .second-para {
  padding-top: 30px;
}

.whyus-page .img-content .column {
  flex: 20%;
}

.whyus-page .img-content .column p,
.whyus-page .img-content .column div {
  text-align: center;
  /*font-weight: 800;*/
  font-family: "limousbold";
}

.whyus-page .img-content .column div span {
  display: block;
}

.whyus-page .img-content .column div span:nth-child(2) {
  letter-spacing: 5px;
}

.whyus-page .first-img-content {
  margin-top: 80px;
}

.whyus-page .certainp {
  text-align: center;
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  letter-spacing: 4px;
}

/*** whyus page ****/

/**** team page ****/
.team-page .team-content {
  display: flex;
  flex-wrap: wrap;
}

.team-page .team-content .column {
  flex: 0 0 calc(25% - 20px);
  padding: 15px;
  background: #cecece;
  margin: 0 10px 20px 10px;
  position: relative;
}

.team-page .team-content .column p {
  margin: 0;
}

.team-page .team-content .column img {
  filter: grayscale(100%);
  transition: 0.5s ease;
}

.team-page .team-content .column .description {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  text-align: center;
  background-color: rgb(0 0 0 / 75%);
  width: 100%;
}

.team-page .team-content .column:hover .description {
  opacity: 1;
}

.team-page .team-content .column:hover img {
  filter: grayscale(0);
}

.team-page .team-content .column .description p {
  color: #fff;
  text-decoration: none;
  margin: 0;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*** team-page *****/

/**** work all ***/
.workall-page .img-content {
  display: flex;
  flex-wrap: wrap;
}

.workall-page .img-content .column {
  flex: 0 0 calc(33.33% - 20px);
  margin: 0 10px 20px 10px;
  position: relative;
}

.workall-page .img-content .column img {
  filter: grayscale(100%);
  transition: 0.5s ease;
}

.workall-page .img-content .column .description {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  text-align: center;
  background-color: rgb(0 0 0 / 75%);
  width: 100%;
}

.workall-page .img-content .column:hover .description {
  opacity: 1;
}

.workall-page .img-content .column:hover img {
  filter: grayscale(0);
}

.workall-page .img-content .column .description p {
  color: #fff;
  text-decoration: none;
  margin: 0;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**** work all ***/

/**** architect page ****/
.architecture-page .archthumb-carousel {
  margin-top: 30px;
}

/**** architect page ****/

/**** events page *****/
.events-page .img-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.events-page .img-content .column {
  flex: 0 0 calc(33.33% - 20px);
  margin: 0 10px 20px 10px;
}

.events-page .img-content .column p {
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}
.events-page .img-content .column a {
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #212529;
}
/**** events page *****/

/**** lectures page ****/
.lectures-page .img-content {
  display: flex;
  flex-wrap: wrap;
}

.lectures-page .img-content .column1 {
  width: 25%;
  text-align: center;
  margin-top: 20px;
}

.lectures-page .img-content .column1 p {
  font-weight: 700;
  text-transform: uppercase;
}

.lectures-page .img-content .column2 {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}

.lectures-page .img-content .column2 .column {
  flex: 0 0 calc(33.33% - 40px);
  margin: 0 20px 20px 20px;
}

.lectures-page .img-content .column2 .column .lecture {
  height: 180px;
  width: 100%;
  border: 1px solid #000;
}

.lectures-page .img-content .column2 .column p {
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
}

/**** lectures page ****/

/**** conatact page ****/
.contact-page .text-content {
  display: flex;
  justify-content: space-between;
}

.contact-page .text-content .social-icon {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 60px;
}

.contact-page .text-content .social-icon li {
  display: inline-block;
  margin-right: 6px;
}

/**** conatact page ****/
.architecture-page {
  padding-bottom: 20px;
}

.workfeatureimg {
  width: 100%;
  height: 275px;
}

.workfeatureimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.owlimg {
  width: 100%;
  height: calc(100vh - 150px);
}

.owlimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.thumbnailimg {
  height: 100px;
  width: 100%;
}

.thumbnailimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .lightcase-icon-next,
  .lightcase-icon-prev,
  .lightcase-icon-pause {
    display: block !important;
    top: 75%;
  }
  .thumbnailimg {
    height: 64px;
  }
  .owlimg {
    height: 254px;
  }
  .workfeatureimg {
    height: 180px;
  }
}

.back-arrow {
  position: fixed;
  color: #808080;
  top: 60px;
  left: 60px;
  font-size: 24px;
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  /* CSS styles for desktop view */
  .architecture-carousel .owlimg {
    max-height: 500px;
    /* Adjust this value to your desired maximum height */
    overflow: hidden;
    /* This ensures content exceeding the max-height is hidden */
  }
}
  /* Custom styles for Owl Carousel navigation arrows with dark background and no hover effect */
  .archthumb-carousel .owl-nav button,.architecture-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333 !important; /* Dark background */
    border-radius: 50%; /* Makes the background round */
    width: 20px; /* Width of the round background */
    height: 20px; /* Height of the round background */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer; /* Changes the cursor to a pointer when hovering over the buttons */
  }

  .archthumb-carousel .owl-nav button.owl-prev,.architecture-carousel .owl-nav button.owl-prev {
    left: 10px; /* Adjust as necessary for the left/prev button */
  }

  .archthumb-carousel .owl-nav button.owl-next,.architecture-carousel .owl-nav button.owl-next {
    right: 10px; /* Adjust as necessary for the right/next button */
  }

  .archthumb-carousel .owl-nav button i,.architecture-carousel .owl-nav button i {
    color: #fff; /* Light color for the icons */
    font-size: 20px; /* Adjust size of the icons */
  }


@media screen and (max-width: 767px) {
  .back-arrow {
    top: 460px;
    left: 30px;
  }
  .archthumb-carousel .thumbnailimg {
    display: none !important;
  }
  .archthumb-carousel .owl-nav button {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .map-area iframe {
    width: 100%;
  }


}

/*whatsapp chat*/

.floating_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
  text-decoration: none;
 
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #000;
  font-size: 13px;
}