@charset "utf-8";

/* CSS Document */
body,
html {
  font-family: "Open Sans", sans-serif;
  height: 100%;
  color: #292929 !important;
}

body {
  margin-top: 60px;
}

.home-page-body {
  margin-top: 0;
}

.navbar {
  min-height: 60px;
  border: none;
  border-radius: 0;
  background: #f7f7f7;
  margin-bottom: 0;
}

.navbar-nav>li>a {
  padding: 15px 25px;
  font-size: 18px;
  line-height: 16px;
  vertical-align: middle;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555;
  background-color: transparent;
}

.navbar .container-fluid {
  vertical-align: middle;
  line-height: 75px;
  padding: 15px;
}

.navbar-brand img {
  width: 300px;
}

.navbar-brand {
  padding: 0;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: 75px;
}

.navbar-right {
  margin-right: 25px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 5px;
  z-index: 1;
}

.dropdown-menu:hover {
  border-radius: 5px;
}

.dropdown-menu>li>a {
  padding: 15px 10px;
  font-size: 18px;
}

.dropdown-menu>li>a:hover {
  border-radius: 5px;
  background: #d7d7d7;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: transparent;
  color: #333;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent !important;
}

.btn-primary {
  border-radius: 15px;
  color: white !important;
  background-color: #868382;
  border: none;
  padding: 15px 15px !important;
  transition: 0.3s;
}

.btn-primary:hover {
  color: #555 !important;
  background: #d7d7d7 !important;
}

#main-slider {
  padding: 0;
}

/*.carousel-control.right{
	background-image:none;}
.carousel-control.left{
	background-image:none;}
	
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	margin-left:0;
	top:85%;
	z-index:10000;
	}
	
	
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	margin-right:450%;
	top:85%;
	right:100%;
	z-index:10000;
	}
	
.carousel-control .icon-prev:before {
    content: '\2039';
    font-size: 100px;
	z-index:10000;
}

.carousel-control .icon-next:before {
    content: '\203a';
	 font-size: 100px;
	 z-index:10000;
}
*/
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 3%;
  padding: 0;
  z-index: 10;
  height: 175px;
}

.carousel-caption .button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 10px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button5 {
  background-color: #000;
  color: black;
  border: 2px solid #555555;
  border-radius: 10px;
}

.button5:hover {
  background-color: #777;
  color: #000;
}

/*.carousel-inner img{
	width:100%;
	height:768px !important;
	 object-fit:cover;}
*/

.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  #main-slider {
    margin-top: 80px;
  }
}

/*#banner img{
	padding:80px 0 0 0;
	width:100%;
	margin:0;
	height:auto;
	position:fixed;}
#banner{
	padding:0;}*/
p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

#banner-about {
  /* The image used */
  background-image: url(../images/Office-pictures/_MG_2287.webp);

  /* Full height */
  height: 60%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner-contact {
  /* The image used */
  background-image: url(../images/Office-pictures/_MG_5459.jpg);

  /* Full height */
  height: 50%;

  /* Create the parallax scrolling effect */

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#about-page #project-gallery p {
  padding: 0 100px;
  font-size: 18px;
  line-height: 36px;
}

.about-content {
  padding: 75px 0;
}

.about-content span {
  font-size: 20px;
  font-weight: bold;
}

.partner p {
  font-size: 16px;
  line-height: 30px;
}

.partner h3,
.partner h4,
.partner h2 {
  font-weight: bolder;
}

.partner h2,
team h2 {
  margin: 0;
}

.partner {
  padding: 75px 0;
  background-color: #f5f5f5;
}

.partner img {
  width: 100%;
  padding: 10px;
}

.partner .row {
  padding: 15px 0;
}

.team h2 {
  font-weight: bolder;
  padding: 0 0 50px 0;
  background-color: #fff;
}

.team {
  padding: 50px 0;
}

.team img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.3s ease;
}

.team .sec-row {
  padding-top: 30px;
}

.overlay p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 25% 25px;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  content: "";
  display: block;
  color: black !important;
  background: white;
  opacity: 0.8;
  padding: 5px 20px;
  width: 100%;
}

/* team custom starts here */

.long-cont {
  padding: 20px 25px !important;
}

.team .bottom-left h3 {
  margin-top: 5px;
}

.team .bottom-left h5 {
  font-style: italic;
}

.partner p {
  font-size: 14px;
  line-height: 22px;
}

.bottom-left h2 {
  padding: 0;
  margin: 10px 0;
}

.bottom-left p {
  line-height: 24px;
  font-size: 14px;
}

.content:hover .overlay p {
  opacity: 0.95;
}

i {
  padding: 0px 10px;
}

i {
  color: #868382;
  cursor: pointer;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}

i:hover {
  color: #292929;
  text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}

#media {
  padding: 50px 0;
  background-color: #f5f5f5;
}

#media h2 {
  padding: 5px 0 25px 0;
  font-weight: 600;
  margin-top: 0;
  line-height: 32px;
  font-size: 24px;
}

.in-media-cont {
  padding-bottom: 15px;
  border-bottom: #d4d4d4 solid 1px;
  padding-top: 50px;
}

.in-media-cont p {
  line-height: 26px;
}

footer {
  padding: 25px 0;
  background-color: #f2f2f2;
}

.footer-content {
  text-align: right;
  line-height: 52px;
}

#architecture-portfolio img {
  width: 100%;
}

#architecture-portfolio h4 {
  font-weight: 600;
}

.project-thumbnail-box:hover span {
  text-decoration: underline;
  cursor: pointer;
}

.project-thumbnail-box {
  cursor: pointer;
  overflow: hidden;
}

.project-thumbnail-box img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}

/*#architecture-portfolio .container-fluid{
	padding:0;}*/
.center-cont {
  margin: 25px 10px;
}

.bottom-left-center {
  bottom: 32px;
}

.project-thumbnail-box:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.project-thumbnail-box p {
  font-size: 16px;
}

.project-section img {
  width: 100%;
}

.project-section .container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#tech-list {
  padding: 75px 0;
  text-align: center;
}

#tech-list img {
  width: 100%;
  padding: 10px 0 20px 0;
}

#tech-list p {
  font-size: 14px;
  line-height: 24px;
}

#architecture-portfolio .row {
  padding: 25px 0 0 0;
}

.project-content {
  padding: 25px;
}

.project-content p,
h4 {
  text-align: left;
  margin: 5px 0;

  display: inline-block;
}

.project-content p {
  font-size: 14px;
  line-height: 26px;
}

.project-section span {
  font-size: 18px;
}

#columns {
  column-count: 4;
  column-gap: 15px;
  margin: 50px auto;
  padding: 0 5%;
}

#columns a {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

#columns img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#columns a:hover img {
  transform: scale(1.08);
}

.interiors-portforlio,
#architecture-portfolio {
  padding: 0 0 75px 0;
}

@media screen and (max-width: 1200px) {
  #columns {
    column-count: 3;
  }
}

@media screen and (max-width: 992px) {
  #columns {
    column-count: 2;
  }
}

@media screen and (max-width: 750px) {
  #columns {
    column-count: 2;
    column-gap: 8px;
  }
}

#project-gallery .row {
  padding: 25px 0 0 0;
}

#project-gallery {
  background: #f7f9f8;
}

#project-gallery h2 {
  font-weight: 600;
}

.drewberrys-column {
  column-width: 500px !important;
}

#plans .container-fluid {
  padding: 25px 5%;
}

#plans img {
  width: 100%;
  -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}

#plans img:hover {
  transform: scale(1.1);
}

#plans .row {
  padding: 15px 0;
}

[title] {
  padding: 15px;
  font-size: 25px;
}

.tech-portfolio h3,
.tech-portfolio h4 {
  color: #373737;
}

.tech-portfolio a:hover h3 {
  text-decoration: none !important;
}

.tech-portfolio .project-thumbnail-box:hover h4 {
  text-decoration: underline;
}

.techniques-section p {
  font-size: 18px;
  line-height: 36px;
}

.techniques-section .project-content {
  padding-top: 100px;
}

.carousel-caption img,
.carousel-caption h1 {
  display: inline-block;
}

.carousel-caption h1 {
  vertical-align: middle;
  line-height: 75px;
  margin: 0;
  text-align: center;
}

.delay-1 {
  animation-delay: 0.25s;
}

.delay-2 {
  animation-delay: 0.5s;
}

.delay-3 {
  animation-delay: 0.75s;
}

.delay-4 {
  animation-delay: 1s;
}

/*animation arrow css*/

.arrow {
  text-align: center;
  top: 80%;
  left: 45%;
  color: #fff;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
  position: absolute;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    color: transparent !important;
  }

  60% {
    transform: translateY(-15px);
    color: transparent;
  }
}

.blinking {
  animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
  0% {
    color: #fff;
  }

  50% {
    color: transparent;
  }

  75% {
    color: transparent;
  }

  100% {
    color: #fff;
  }
}

#home-intro img,
#home-intro h1 {
  display: inline-block;
}

#home-intro h1 {
  vertical-align: middle;
  line-height: 75px;
  margin: 0;
  text-align: center;
  font-weight: 600;
}

#home-intro {
  padding: 75px 0;
}

#home-intro .button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 10px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.d-block {
  display: block;
}

.last-row-in-media {
  padding-bottom: 50px;
}

/*mobile-css starts here*/

@media only screen and (max-width: 600px) {

  #banner-about {
    background-position: bottom left;
  }

  .in-media-cont-mob {
    padding-top: 0 !important;
  }

  .overlay p {
    padding: 10% 25px;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .team.our-stars .overlay p {
    padding: 25% 25px;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .team .sec-row {
    padding-top: 0;
  }

  .team .col-md-6,
  .team .col-md-4 {
    margin-bottom: 25px;
  }

  .in-media-cont.rev-column {
    flex-direction: column-reverse;
    display: flex;
  }

  .in-media-cont h2 {
    padding-top: 5px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
  }

  .in-media-cont.rev-column img {
    padding: 0 !important;
  }

  #media iframe {
    width: 100%;
    height: auto;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-brand img {
    width: 250px;
  }

  .blinking {
    font-size: 14px;
  }

  .fa-3x {
    font-size: 36px !important;
  }

  .arrow {
    display: none;
  }

  #main-slider {
    padding: 0;
    height: 60%;
  }

  p {
    line-height: 26px !important;
    font-size: 16px !important;
  }

  section {
    padding: 35px 0 !important;
  }

  #home-intro .vanakam {
    width: 125px !important;
    display: block;
    margin: 0 auto;
  }

  #home-intro h1 {
    font-size: 26px;
    line-height: 36px !important;
  }

  #home-intro .logo-home-intro {
    width: 175px;
  }

  #home-intro .home-intro-content {
    padding: 25px 0;
  }

  h2 {
    font-size: 24px;
  }

  .partner h2 {
    text-align: center;
    padding-bottom: 50px;
  }

  .project-thumbnail-box {
    margin-bottom: 25px;
  }

  .project-thumbnail-box h3 {
    margin-top: 10px;
  }

  #architecture-portfolio .row {
    padding: 0;
  }

  #project-gallery {
    padding: 0 !important;
  }

  #project-gallery .row {
    padding: 0;
  }

  .project-content {
    padding: 10px;
  }

  .techniques-section .project-content {
    padding-top: 10px;
  }

  #columns {
    margin: 25px auto;
  }

  #plans {
    padding: 0 !important;
  }

  #plans .container-fluid img {
    margin: 25px 0;
  }

  .footer-content {
    text-align: left;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .footer-icons .fa {
    padding: 0 5px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  .overlay p {
    padding: 5% 25px;
    font-size: 13px !important;
    line-height: 18px !important;
  }
}

.med-incl-gal {
  padding-top: 50px;
}

.no-border-bottom {
  border: none !important;
}

.no-bg {
  background-color: transparent !important;
}

/* ===== Grid pages (Portfolio, Workshops, Techniques) ===== */

body.grid-page {
  height: auto;
  min-height: calc(100vh - 60px);
}

.grid-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
}

.grid-page-content {
  flex: 1;
}

.portfolio-title,
.page-title {
  text-align: center;
  padding: 40px 0 20px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
}

.filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 15px 30px;
  margin-bottom: 10px;
}

.filter-dropdown {
  position: relative;
  display: inline-block;
}

.filter-dropdown .filter-btn {
  padding: 9px 40px 9px 18px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff;
  color: #333;
  cursor: pointer;
  min-width: 170px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  position: relative;
  white-space: nowrap;
  line-height: 1.4;
}

.filter-dropdown .filter-btn:hover,
.filter-dropdown .filter-btn:focus {
  border-color: #888;
  outline: none;
}

.filter-dropdown .filter-btn .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #555;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.filter-dropdown .dropdown-menu {
  min-width: 100%;
  border-radius: 10px;
  margin-top: 4px;
  padding: 5px 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow-y: auto;
}

.filter-dropdown .dropdown-menu>li>a {
  padding: 8px 18px;
  font-size: 14px;
  color: #333;
}

.filter-dropdown .dropdown-menu>li>a:hover {
  background: #f0f0f0;
  color: #111;
  border-radius: 0;
}

.filter-dropdown .dropdown-menu>li.active>a,
.filter-dropdown .dropdown-menu>li.active>a:hover,
.filter-dropdown .dropdown-menu>li.active>a:focus {
  background: #e8e8e8;
  color: #111;
  font-weight: 600;
}

.search-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0 15px;
  background: #fff;
}

.search-box:focus-within {
  border-color: #888;
}

.search-box i.fa-search {
  color: #888;
  font-size: 14px;
  padding: 0;
  text-shadow: none;
}

.search-box input {
  border: none;
  outline: none;
  padding: 9px 10px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  width: 140px;
  background: transparent;
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 0 30px;
  padding-bottom: 40px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  width: calc((100% - 72px) / 5);
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.portfolio-item:hover img {
  transform: scale(1.05);
}

.portfolio-item .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 10px;
}

.portfolio-item:hover .hover-overlay {
  opacity: 1;
}

.portfolio-item .hover-overlay h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.portfolio-item.hidden {
  display: none;
}

.no-results {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
  color: #888;
  display: none;
  width: 100%;
}

.no-results.visible {
  display: block;
}

@media (max-width: 1200px) {
  .portfolio-item {
    width: calc((100% - 54px) / 4);
  }
}

@media (max-width: 992px) {
  .portfolio-item {
    width: calc((100% - 36px) / 3);
  }

  .portfolio-item .hover-overlay h3 {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .portfolio-item {
    width: calc((100% - 18px) / 2);
  }

  .portfolio-grid {
    gap: 12px;
    padding: 0 20px;
    padding-bottom: 30px;
  }

  .filter-bar {
    padding: 15px 20px;
    gap: 8px;
  }

  .filter-dropdown .filter-btn {
    min-width: 140px;
    font-size: 13px;
  }

  .search-box input {
    width: 110px;
  }
}

@media (max-width: 480px) {
  .portfolio-item {
    width: calc((100% - 10px) / 2);
  }

  .portfolio-grid {
    gap: 10px;
    padding: 0 15px;
    padding-bottom: 25px;
  }

  .filter-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-dropdown,
  .filter-dropdown .filter-btn {
    width: 100%;
    min-width: 100%;
  }

  .search-box {
    width: 100%;
  }

  .search-box input {
    width: 100%;
  }

  .portfolio-title,
  .page-title {
    font-size: 26px;
    padding: 30px 0 15px;
  }
}