@font-face {
  font-family: 'Avenir';
  src: url('../css/fonts/Avenir.ttc');
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../css/fonts/Roboto-Medium.ttf');
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../css/fonts/Roboto-Light.ttf');
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../css/fonts/Roboto-Bold.ttf');
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../css/fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../css/fonts/OpenSans-Bold.ttf');
}

.Roboto-Bold {
  font-family: 'Roboto-Bold';
}

.Roboto-Light {
  font-family: 'Roboto-Light';
}

.OpenSans-Bold {
  font-family: 'OpenSans-Bold';
}

.OpenSans-Regular {
  font-family: 'OpenSans-Regular';
}

body {
  color: #ffffff;
  font-family: 'OpenSans-Regular';
}

h1,h2,h3,h4,h5,h6 {
  /* font-family: 'Roboto-Light'; */
  font-family: 'OpenSans-Regular';
  letter-spacing: 3px;
}

.top-spacing {
  padding-top:90px!important;
}

.vertical-center-align {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.image-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#carouselExampleIndicators .image-overlay {
  z-index: 1;
}

.carousel-item {
  height: 65vh;
  min-height: 700px;
  background: no-repeat center center ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators {
  z-index: 2;
}

.carousel-item a {
  letter-spacing: 2px;
}

#carouselExampleIndicators h1 {
  /* font-family: 'Roboto-Medium'; */
  font-family: 'OpenSans-Bold';
}

#carousel-main-title h1 {
  font-family: 'OpenSans-Regular';
  font-size: 1.5rem;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
}

.navbar-nav .nav-item {
  margin: 0 10px;
  letter-spacing: 3px;
  /* font-family: 'Roboto-Light'; */
  font-family: 'OpenSans-Regular';
}

.custom-navbar {
  height: 80px;
  width: 100%;
  background-color: transparent;
  z-index: 5;
  padding-top: 10px;
  /* box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.22), 0 7px 10px -5px rgba(0, 0, 0, 0.25); */
  transition: height .5s ease;
}

.shrink {
  height: 65px;
  background-color: #000000;
}

.navShadow {
  /* background-color: #424242!important; */
  /* box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.22), 0 7px 10px -5px rgba(0, 0, 0, 0.25); */
  max-height: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hidden {
  /* display: none; */
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.custom-navbar-logo {
  max-height: 40px;
}

#logo {
  max-height: 20px;
}

.carousel-control-next, .carousel-control-prev {
  width: 10%;
}

.background-grey {
  background-color: #272727;
}

.background-lightgrey {
  background-color: #333333;
}

.accordion .card {
  border: 0px;
}

.accordion h2 {
  color: #ffffff;
}

.custom-spacing {
  /* font-size: 24px; */
  /* letter-spacing: 15px; */
  word-spacing: 10px;
  overflow: hidden;
  word-break: break-word;
}

.background-black {
  background-color: #000000;
}

.border-line {
  border-bottom: 1px solid;
}

/* .image-fit {
  object-fit: cover;
} */

.full-image-size {
  height: auto;
  width: auto;
  max-width: 100%;
}

.button-4{
  border:2px solid #ffffff;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
}
.button-4 a{
  color:#ffffff;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-4{
  width:100%;
  height:50px;
  left:-100%;
  background:#272727;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover a{
  color:#fff;
}

.button-4 a {
  display: block;
}

.social-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 5px;
  /* -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s; */
}

.fa-facebook-f:hover {
  background-color: #3d5b99;
}

.fa-instagram:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.fa-whatsapp:hover {
  background: #25D366;
}

.footer-left, .footer-right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

#main-about-p {
  font-size: 14px;
  max-width: 50%;
}

.animatable {

  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes moveUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}

.form-control {
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
}

.form-control:focus {
  background-color: transparent;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow:0 0 0 50px #272727 inset;
  -webkit-text-fill-color: #ffffff;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #272727 inset;
  -webkit-text-fill-color: #ffffff;
}

.form-control.message {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.btn.form-button {
  width: 100%;
  background-color: gray;
  color: #ffffff;
  letter-spacing: 2px;
  border-radius: 0;
}

.portfolio-box {
  overflow: hidden;
}

.portfolio-box .portfolio-image-box {
  display: block;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.portfolio-box:hover .portfolio-image-box {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.portfolio-box .portfolio-caption-background {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  z-index: 4;
}

.portfolio-box:hover .portfolio-caption-background {
  opacity: 1;
  visibility: visible;
}

.portfolio-box .portfolio-caption-background .portfolio-caption-text {
  /* bottom: -60px;
  left: 0;
  opacity: 0;
  padding-left: 30px;
  padding-right: 30px; */
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.5s ease-in-out 0s;
}

.portfolio-box:hover .portfolio-caption-background .portfolio-caption-text {
  /* bottom: 30px; */
  opacity: 1;
}

.portfolio-box .portfolio-caption-background .portfolio-caption-text h3 {
/* .portfolio-box:hover .portfolio-caption-background .portfolio-caption-text h3 { */
  letter-spacing: 3px;
  /* font-family: 'Roboto-Medium'; */
  font-family: 'OpenSans-Bold';
}

.portfolio-caption-title {
  color: #fff;
}

.inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  /* max-width: 500px; */
}

.works-gallery{
  margin: 0px!important;
}

.works-gallery .col-md-6,
.works-gallery .col-sm-12,
.works-gallery .col-12{
  padding: 0px!important;
}

.url-link {
  text-decoration: none;
  text-decoration-color: #ffffff;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.url-link:hover,.url-link:visited,.url-link:focus {
  text-decoration: none;
  text-decoration-color: #ffffff;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

/* Parallax */
.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}

.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;

	/* BG behaviour */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.works-section-1 {
  padding: 120px 0;
  font-size: 1.2rem;
}

.about-section-1 {
  padding: 80px 0 250px 0;
}

#myTab {
  height: 300px;
}

#myTab #tab1:not(.active),#tab2:not(.active) {
  /* color: red; */
  opacity: 0.4;
}

#myTab h2 {
  /* font-family: 'Roboto-Bold'; */
  font-family: 'OpenSans-Bold';
  font-size: 1.75rem;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  display: inline-block;
  text-decoration: none;
  pointer-events: none;
}

#selector1 .item {
  cursor: pointer;
}

.bandar-puteri-main-img {
  background-image: url('/brickhaus/image/bandar-puteri/living-3.jpg');
  background-size: cover;
  height: 75vh;
  background-position: center center;
}

.background-image-style {
  background-size: cover;
  height: 75vh;
  background-position: center center;
}

.btn {
  border: none;
}

.card-header:focus,.card-header a {
  outline: none;
}

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

.card-body ul {
  padding-left: 15px;
}

.accordion .background-lightgrey .card-header {
  background-color: #333333!important;
}

.accordion .background-grey .card-header {
  background-color: #272727!important;
}

.btn:focus.btn-accordion {
  box-shadow: none;
}

#carouselExampleIndicators .button-4 {
  max-width: 250px;
}

.btn-accordion:not(.collapsed) .fa-chevron-right::before {
  content: "\f078"
}

#work-content .project-description .content-title {
  margin-left: 20%;
}

#work-content .project-description .content-desc {
  margin-left: 20%;
}

#work-content .section-before-after h1,
#work-content .section-before-after h3 {
  letter-spacing: 3px;
  font-size: 1.5rem;
}

#work-content .section-before-after .url-link p {
  font-size: 1rem;
}

#work-content .project-description .content-title h1, #work-content .project-description .content-detail h3 {
  /* font-family: 'Roboto-Bold'; */
  font-family: 'OpenSans-Bold';
}

#work-content .project-description .content-title h1 {
  letter-spacing: 5px;
}

#work-content .project-description .content-detail h3 {
  letter-spacing: 0;
}

.content-detail {
  max-width: 45%;
}

.content-detail p {
  font-size: 0.8rem;
}

.content-desc-size {
  text-align: center;
}

#work-content .project-description .content-desc p, #work-content .project-description .content-desc-size p {
  color: #aaaaaa;
}

.content-desc-bold {
  /* font-family: 'Roboto-Bold'; */
  font-family: 'OpenSans-Bold';
  color: #ffffff;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 36px;
  margin-left: 50px;
}

#home .our-service-content-info {
  font-size: 20px;
  /* letter-spacing: 2px; */
}

#home .architecture .our-service-content-info {
  padding-top:50px;
}

#home .the-interior .our-service-content-info {
  padding-left: 53px;
  font-size: 20px;
  letter-spacing: 2px;
}

#home .the-interior .our-service-content-info div {
  font-size: 16px;
}

#home .our-service-content-title h2 {
  letter-spacing: 3px;
  /* font-family: 'Roboto-Bold'; */
  font-family: 'OpenSans-Bold';
}

#home .button-1-wrapper {
  padding-top: 15%;
}

.accordion>.card .card-header {
  margin-bottom: 0px;
}

.totop {
  height:50px;
  width:50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin:50px auto;
  /* cursor: pointer; */
}

.arrow:before , .arrow:after{
  content:"";
  width:24px;
  height:2px;
  background-color:#999;
  position:absolute;
  bottom:0px;
  left:0;
  transition: all 150ms;
  transform-origin: 23px 1px;
  -webkit-transform-origin:23px 1px;
  -webkit-transition:all 150ms;
}

.arrow:before{
  transform: rotateZ(135deg);
  -webkit-transform:rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform:rotateZ(135deg);
}
.arrow:after{
  transform: rotateZ(45deg);
  -webkit-transform:rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform:rotateZ(45deg);
}

.arrow-span{
  height:0;
  width:2px;
  display:block;
  background-color:#999;
  position:absolute;
  left:22px;
  transition: all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  opacity:0;
  bottom:0
}
.totop:hover .arrow span{
  opacity:1;
  height:50px;
}
.totop:hover .arrow:before ,.totop:hover .arrow:after{
  bottom:0;
}

.the-interior {
  padding-top: 28px;
}

/* .block-ellipsis {
  height: 40px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */

/* styles for '...' */
.block-with-text {
  width: 100%;
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.3em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.6em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
/* create the ... */
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

.background-marble {
  background-image: url('../image/marble-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.background-marble-2 {
  background-image: url('../image/marble-bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.title-wrapper h2 {
  font-size: 1.8em;
}

#our-latest-works-title h1,#about-us-title h1, #our-service-title h1 {
  font-size: 1.8em;
}

.mobile-view-only {
  display: none;
}

.content-icon {
  width: auto;
  height: 70px;
  max-width: 120px;
}

.tabs {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  background: transparent;
  padding: 15px;
  padding-bottom: 80px;
  width: 100%;
  height: 250px;
  min-width: 240px;
}

.tabs label {
  margin-bottom: 0;
}

.tabs input[name="tab-control"] {
  display: none;
}
/* .tabs .content section h2,
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #428BFF;
} */
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #7d7d7d;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}

.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
}

.tabs .tab-content-wrapper-1,
.tabs .tab-content-wrapper-2{
  margin-bottom: 20px;
  margin-top: -20px;
}

.tabs .tab-content-wrapper-3 {
  margin-bottom: 20px;
}

.tabs .content .tab-content {
  list-style-type: disc;
  padding-left: 0;
  display: block;
}

.tabs .content .tab-content-paragraph {
  max-width: 70%;
  margin: 0 auto;
}

.tabs .content .tab-content li {
  text-align: left !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 50%;
}

.tabs .content-icon {
  cursor: pointer;
}

.tabs .slider {
  position: relative;
  width: 33.33%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
  position: relative;
  width: 125px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #fff;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #fff;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #fff;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #fff;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #fff;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #fff;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #fff;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #fff;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}

.tabs ul li label {
  letter-spacing: 3px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  /* font-size: 18px; */
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container .swiper-wrapper .swiper-slide li {
  text-align: left !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }

  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }

  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }

}

@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.accordion h2 {
  font-size: 1.75rem;
}

/* @media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
} */

@media screen and (max-width: 1400px) {
  #home .button-1-wrapper {
    padding-top: 10%;
  }

  .who-we-are .title-wrapper {
    padding-right: 30px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 60px;
  }
}

@media screen and (max-width: 1350px) {
  /* #our-latest-works-title h1 {
    font-size: 2rem;
  } */
}

@media screen and (max-width: 1300px) {
  #home .button-1-wrapper {
    padding-top: 9%;
  }
}

@media screen and (max-width: 1200px) {
  #home .our-service-content-title h2 {
    font-size: 1.5rem;
    word-break: keep-all;
  }

  #home .our-service-content-info {
    font-size: 16px;
    /* letter-spacing: 3px; */
  }

  /* #home .button-1-wrapper {
    padding-top: 12%;
  } */

  #home .architecture .button-1-wrapper {
    padding-top: 6%;
  }

  #home .the-interior .button-1-wrapper {
    padding-top: 8%;
  }

  /* #our-latest-works-title h1 {
    font-size: 1.7rem;
  } */

  .who-we-are .title-wrapper {
    padding-right: 25px;
  }
}

@media screen and (max-width: 1100.98px) {
  .contact-us-wrapper h3 {
    font-size: 1.34rem;
  }

  /* #our-latest-works-title h1 {
    font-size: 1.3rem;
  } */

  /* #home .button-1-wrapper {
    padding-top: 8%;
  } */

  #home .architecture .our-service-content-info {
    padding-top: 35px;
  }

  #home .architecture .button-1-wrapper {
    padding-top: 2%;
  }

  #home .the-interior .button-1-wrapper {
    padding-top: 5%;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 45px;
  }

  .who-we-are .title-wrapper {
    padding-right: 20px;
  }
}

@media screen and (max-width: 991.98px) {
  #work-content .project-description .content-title {
    margin-left: 0;
    text-align: center;
  }

  #work-content .project-description .content-title h1 {
    font-size: 2rem;
  }

  #work-content .project-description .content-desc {
    margin-left: 0;
    text-align: center;
  }

  #work-content .project-description .content-detail {
    text-align: center;
  }

  .portfolio-box .portfolio-caption-background .portfolio-caption-text {
    text-align: center;
    width: 60%;
  }

  #our-latest-works-title h1 {
    text-align:center;
  }

  #home .button-1-wrapper {
    padding-bottom: 5%;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 60px;
  }

  .desktop-view-only {
    display: none;
  }

  .mobile-view-only {
    display: block;
  }

  .swiper-title {
    margin-top: 15px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }

  .swiper-wrapper .slider .indicator {
    position: relative;
    width: 125px;
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    height: 4px;
    background: #FFF;
    border-radius: 1px;
  }

  .swiper-content {
    font-size: 16px;
  }

  .content-icon {
    max-width: 100px;
  }

  .tab-content-paragraph {
    text-align: left;
  }

  .about-section-1 {
    padding-bottom: 80px;
  }

  .contact-us-wrapper h3 {
    font-size: 1.9rem;
  }

  .content-detail {
    max-width: 100%;
  }
}

@media screen and (max-width: 865px) {
  /* #about-us-title h1, #our-service-title h1 {
    font-size: 2rem;
  } */

  .who-we-are .title-wrapper {
    padding-right: 15px;
  }

  .contact-us-wrapper h3 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 780.98px) {
  .contact-us-wrapper h3 {
    letter-spacing: 3px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767.98px) {
  #about-us-title h1, #our-service-title h1 {
    /* font-size: 2rem; */
    text-align: center;
  }

  #main-about-p {
    margin: 0 auto;
  }

  .footer-left {
    text-align: center;
  }

  .footer-right {
    margin-top: 20px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 0px;
  }

  .who-we-are hr {
    margin-right: -23px;
  }

  #main-about-p {
    max-width: 70%;
  }

  .contact-us-wrapper h3 {
    letter-spacing: 7px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 654.98px) {
  .contact-us-wrapper h3 {
    letter-spacing: 6px;
  }

  .who-we-are hr {
    margin-right: -15px;
  }
}

@media screen and (max-width: 575.98px) {
  #our-service-title h1 {
    font-size: 2rem;
  }

  #myTab h2 {
    font-size: 1.5rem;
  }

  .accordion h2 {
    font-size: 1.5rem;
  }

  .accordion h3 {
    font-size: 1.35rem;
  }

  #work-content .project-description .content-title {
    margin-left: 0;
    text-align: center;
  }

  #work-content .project-description .content-desc {
    margin-left: 0;
    text-align: center;
  }

  #work-content .project-description .content-detail {
    text-align: center;
  }

  .portfolio-box .portfolio-caption-background .portfolio-caption-text {
    width: 80%;
  }

  .portfolio-box .portfolio-caption-background .portfolio-caption-text p {
    font-size: 14px;
  }

  .portfolio-box .portfolio-caption-background .portfolio-caption-text .button-4 a {
    line-height: 30px;
  }

  .contact-us-wrapper h3 {
    text-align: center;
    font-size: 1.75rem;
  }

  .title-wrapper h2 {
    text-align: center;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 45px;
  }

  .who-we-are hr {
    margin-right: -7px;
  }

  .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    margin-top: -9px;
  }
}

@media screen and (max-width: 554.98px) {
  .who-we-are hr {
    margin-right: -12px;
  }
}

@media screen and (max-width: 530.98px) {
  .who-we-are hr {
    margin-right: -23px;
  }
}

@media screen and (max-width: 505.98px) {
  #logo {
    max-height: 15px;
  }

  #our-service-title h1 {
    font-size: 2rem;
  }

  #myTab h2 {
    font-size: 1rem;
  }

  .accordion h2 {
    font-size: 1.25rem;
  }

  .accordion h3 {
    font-size: 1rem;
  }

  .accordion li,
  .accordion p {
    font-size: 0.75rem;
  }

  #work-content .project-description .content-title h1 {
    font-size: 1.5rem;
  }

  #home .our-service-content-title h2 {
    font-size: 1.4rem;
    letter-spacing: 14px;
  }
}

@media screen and (max-width: 475.98px) {
  .who-we-are hr {
    margin-right: -30px;
  }
}

@media screen and (max-height: 450px) {
  .sidenav a {
    font-size: 18px;
  }

  .portfolio-box .portfolio-caption-background .portfolio-caption-text h3 {
    font-size: 1.5rem;
  }

  .portfolio-box .portfolio-caption-background .portfolio-caption-text p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 450.98px) {
  #home .our-service-content-title h2 {
    font-size: 1.2rem;
    letter-spacing: 8px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 35px;
  }

  .who-we-are hr {
    margin-right: -39px;
  }

  #work-content .section-before-after h3 {
    font-size: 1.2rem;
  }

  #work-content .section-before-after p {
    font-size: .8rem;
  }
}

@media screen and (max-width: 405.98px) {
  #home .our-service-content-title h2 {
    letter-spacing: 12px;
  }

  .who-we-are hr {
    margin-right: -49px;
  }
}

@media screen and (max-width: 375.98px) {
  #logo {
    max-height: 12px;
  }

  #home .service-content h2 {
    font-size: 1.7rem;
  }

  #work-content .section-before-after h1 {
    font-size: 2rem;
  }

  #work-content .section-before-after h3 {
    font-size: 1rem;
  }

  #work-content .section-contact-us h3 {
    font-size: 1.2rem;
  }

  .portfolio-box .portfolio-caption-background .portfolio-caption-text h3 {
    font-size: 1.1rem;
    letter-spacing: 3px;
  }

  .portfolio-box .portfolio-caption-background .portfolio-caption-text p {
    font-size: 0.85rem;
  }

  #home .our-service-content-title h2 {
    font-size: 1rem;
    letter-spacing: 11px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 30px;
  }

  .who-we-are hr {
    margin-right: -55px;
  }

  .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    margin-top: -5px;
  }
}

@media screen and (max-width: 351.98px) {
  .who-we-are hr {
    margin-right: -8px;
  }
}

@media screen and (max-width: 340.98px) {
  #work-content .project-description .content-title h1 {
    font-size: 1rem;
  }

  .portfolio-box .portfolio-caption-background .portfolio-caption-text h3 {
    font-size: 1rem;
    letter-spacing: 2px;
  }

  .portfolio-box .portfolio-caption-background .portfolio-caption-text p {
    font-size: 0.65rem;
  }

  .navbar-brand {
    width: 180px;
  }

  #logo {
    max-height: 11px;
  }

  .accordion h2 {
    font-size: 1.1rem;
  }

  #home .our-service-content-title h2 {
    font-size: 1rem;
    letter-spacing: 10px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 25px;
  }

  .who-we-are hr {
    margin-right: -15px;
  }
}

@media screen and (min-width: 1400px) {
  #home .our-service-content-title h2 {
    font-size: 1.8rem;
    /* font-size: 2.2rem; */
  }

  #home .our-service-content-info {
    font-size: 16px;
  }

  #home .architecture .button-1-wrapper {
    padding-top: 8%;
  }

  #home .the-interior .button-1-wrapper {
    padding-top: 11%;
  }

  .who-we-are .title-wrapper {
    padding-right: 35px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 60px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1500px) {
  /* #home .our-service-content-title h2 {
    font-size: 2.3rem;
  } */

  #home .our-service-content-info,#home .the-interior .our-service-content-info div {
    font-size: 16px;
  }

  /* #home .button-1-wrapper {
    padding-top: 17%;
  } */

  #home .architecture .our-service-content-info {
    padding-top: 60px;
  }

  #home .the-interior .button-1-wrapper {
    padding-top: 11%;
  }

  .who-we-are .title-wrapper {
    padding-right: 35px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 65px;
  }

  .button-4 a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1700px) {
  #home .our-service-content-title h2 {
    font-size: 2.4rem;
  }

  #home .our-service-content-info, #home .the-interior .our-service-content-info div {
    font-size: 20px;
  }

  #home .button-1-wrapper {
    /* padding-top: 20%; */
    font-size: 20px;
  }

  #home .architecture .our-service-content-info {
    padding-top: 80px;
  }

  #home .architecture .button-1-wrapper {
    padding-top: 10%;
  }

  #home .the-interior .button-1-wrapper {
    padding-top: 12%;
  }

  .who-we-are .title-wrapper {
    padding-right: 40px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 70px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1900px) {
  #home .our-service-content-title h2 {
    font-size: 2.5rem;
  }

  #home .our-service-content-info, #home .the-interior .our-service-content-info div {
    font-size: 23px;
  }

  /* #home .button-1-wrapper {
    padding-top: 23%;
  } */

  #home .architecture .our-service-content-info {
    padding-top: 100px;
  }

  #home .architecture .button-1-wrapper {
    padding-top: 12%;
  }

  #home .the-interior .button-1-wrapper {
    padding-top: 17%;
  }

  .who-we-are .title-wrapper {
    padding-right: 45px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 80px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 2050px) {
  #home .our-service-content-title h2 {
    font-size: 2.7rem;
  }

  #home .our-service-content-info {
    font-size: 27px;
  }

  #home .architecture .our-service-content-info {
    padding-top: 120px;
  }

  #home .architecture .button-1-wrapper {
    padding-top: 12%;
  }

  #home .the-interior .button-1-wrapper {
    padding-top: 17%;
  }

  /* #home .button-1-wrapper {
    padding-top: 25%;
  } */

  .who-we-are .title-wrapper {
    padding-right: 48px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 88px;
  }
}

@media screen and (min-width: 2300px) {
  #home .our-service-content-title h2 {
    font-size: 2.9rem;
  }

  #home .our-service-content-info {
    font-size: 30px;
  }

  #home .button-1-wrapper {
    padding-top: 25%;
    font-size: 25px;
  }

  #home .the-interior .button-1-wrapper {
    padding-top: 16%;
  }

  .who-we-are .title-wrapper {
    padding-right: 55px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 95px;
  }
}

@media screen and (min-width: 2500px) {
  /* #home .our-service-content-title h2 {
    font-size: 3.1rem;
  } */

  /* #home .our-service-content-info {
    font-size: 35px;
  } */

  #home .button-1-wrapper {
    padding-top: 20%;
    font-size: 27px;
  }

  .who-we-are .title-wrapper {
    padding-right: 60px;
  }

  #home .the-interior .our-service-content-info {
    padding-left: 97px;
  }
}
