*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root{
	--font-color: #4d4d4d;
	--first-color: #96b4b4;
	--second-color: #b9b9b7;
	--third-color: #9ea7ac;
	--fourth-color: #8c8988;
}
ol > li::marker {
  font-weight: bold;
}
.header-scroll{
	transition: 0.5s;
}
.activated{
	background: rgba(0, 0, 0, 1) !important;
}
.img-wrp{
	overflow: hidden;
}
.img-wrp img{
	transition: 0.5s;
}
.img-wrp-hover:hover .img-wrp img{
	transform: scale(1.2);
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.btn:focus, .page-link:focus, .form-control:focus{
  outline: none !important;
  box-shadow: none !important;
}
.font-first{
	color: var(--first-color) !important;
}
.font-grey{
	color: var(--fourth-color) !important;
}
a{
	text-decoration: none !important;
}
p, a{
	font-family: 'Mulish-light';
}
p, h1, h2{
	position: relative;
}
.mulish-light{
	font-family: 'Mulish-light';
}
.mulish-extralight{
	font-family: 'Mulish-extralight';
}
.mulish-bold{
	font-family: 'Mulish-bold';
}
.mulish-regular{
	font-family: 'Mulish-regular';
}
.letter-sp{
	letter-spacing: 3px;
}
.bg-none{
	background: transparent !important;
}
.object-fit{
	object-fit: cover;
}
.border-grey{
	border: 1px solid;
	border-color: var(--fourth-color) !important;
}
.border-blue{
	border: 1px solid;
	border-color: var(--first-color) !important;
}
.btn.border-blue{
	background: rgba(0,0,0,0.5);
}
.line-height-16{
	line-height: 16px;
}
.btn-blue-border{
	border-radius: 0px !important;
	letter-spacing: 2px;
	color: var(--first-color) !important;
}
.btn-cstm-border{
	letter-spacing: 2px;
	border-radius: 0px !important;
	transition: 0.3s;
}
.more-anim-arrow > *, .more-anim-arrow-left > *{
	position: relative;
	display:inline-block;
	transition: all .3s ease-in-out;
}
.more-anim-arrow .maa-txt{
	transform: translateX(13px);
}
.more-anim-arrow .maa-icn{
	transform: translateX(-15px);
	opacity: 0;
}
.more-anim-arrow:hover .maa-txt{
	transform: translateX(-5px);
}
.more-anim-arrow:hover .maa-icn{
	transform: translateX(0px);
	opacity: 1;
}

.more-anim-arrow-left .maa-txt{
	transform: translateX(-20px);
}
.more-anim-arrow-left .maa-icn{
	transform: translateX(0px);
	opacity: 0;
}
.more-anim-arrow-left:hover .maa-txt{
	transform: translateX(10px);
}
.more-anim-arrow-left:hover .maa-icn{
	transform: translateX(0px);
	opacity: 1;
}

/*landing-section*/
.logo{
	width: 170px;
}
.bg-nav{
	background: rgba(0, 0, 0, 0.5);	
}
.navbar-nav li{
	padding: 0px 10px;
}
.navbar-nav li:after{
	content: '';
	position: absolute;
	margin: -19px -12px;
	height: 3px;
	width: 3px;
	background: var(--first-color);
}
.social-media a{
	display: table;
	float: left;
	margin-left: 5px;
	vertical-align: middle;
    text-align: center;
	height: 35px;
	width: 35px;
	border: 1px solid var(--first-color);
	color: var(--first-color) !important;
	font-size: 17px;
	transition: .2s;
}
.social-media a:hover{
	border: 1px solid var(--first-color);
	color: var(--first-color);
}

.social-media > a > i {
	display: table-cell;
	vertical-align: middle;
}

.carousel-indicators{
	justify-content: right !important;
	padding: 40px 0;
	z-index: 10 !important;
}
.carousel-border .circle-bor{
	margin: 0 5px;
	background: transparent;
	border: 1px solid white;
	border-radius: 100%;
	height: 10px !important;
	width: 10px !important;
}
.circle-bor.active{
	background: white;
}
.overlay-img{
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}
.overlay-img h1{
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.overlay-btn{
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	transition: .5s ease;
  	background-color: rgba(255, 255, 255, 0.7);
}
.cstm-small{
	font-size: 80%;
	font-weight: 400;
}
#blog-home .text, #blog .text, #project-home .text, .filtr-container .text{
	background-color: #111111;
	color: white;
  	position: absolute;
  	top: 50%;
 	left: 50%;
  	transform: translate(-50%, -50%);
  	text-align: center;
}
#blog-home a:hover .overlay-btn, #blog a:hover .overlay-btn, #project-home a:hover .overlay-btn, .filtr-container a:hover .overlay-btn{
	opacity: 1;
}
.title-land{
	position: absolute;
	z-index: 10;
	color: white;
	text-align: center;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -10%);
}
#about-home p, #service-page p, #projects-page p{
	line-height: 30px;
}
#about-content p, #service-page p, #projects-page p{
	line-height: 35px;
}
#projectsingle .overlay-img, #about .overlay-img, #services-page .overlay-img, #projects-page .overlay-img, #blog-page .overlay-img, #career-page .overlay-img, #contact-page .overlay-img{
	z-index: 0;
}
#services-home{
	color: white;
}
#services-home .overlay-img{
	z-index: 0;
}
.project-location{
	position: relative;
	margin: 0 10px;
	padding: 0 15px; 
}
.project-location:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	width: 5px;
	height: 5px;
	background: black;
}
.img-project{
  filter: grayscale(1);
  transition: 0.5s ease-in-out;
}
.img-project:hover{
  filter: grayscale(0);
  transition: 0.5s ease-in-out;
}
.bg-blog{
	width: 100%;
	background: url('../../assets/img/homepage/blog-qubical-studio.png');
	background-size: cover;
}
.date-blog{
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 3px;
}
.bg-footer p{
	line-height: 25px;
}
.bg-footer{
	width: 100%;
	background: url('../../assets/img/homepage/footer-qubical-studio.jpg');
	background-size: cover;
}
footer .overlay-img{
	z-index: 0;
}
.ft-button{
	font-size: 11px;
}
.carousel-indicators li{
	text-indent: 0px !important;
}
.carousel-rectangle{
	justify-content: left !important;
	margin-left: 20px !important;
	padding-bottom: 5px !important;
}
.carousel-rectangle .rect-number{
	text-align: center;
	margin: 0 5px;
	background: transparent;
	border: 1px solid white;
	height: 25px !important;
	width: 25px !important;
	color: white;
}
.work-list{
	position: relative;
}
.work-list li{
	padding-bottom: 15px;
	margin-left: 13px;
	letter-spacing: 2px;
}
.work-list li:after{
	content: '';
	position: absolute;
	left: 0;
	margin-top: 12px;
	border-radius: 100%;
	width: 5px;
	height: 5px;
	background: black;
}
.bg-blogs-1{
	background: url('../../blogs/img/storage-spaces-everywhere.jpg');
}
.bg-blogs-2{
	background: url('../../blogs/img/storage-spaces-everywhere.jpg');
}
.bg-blogs-3{
	background: url('../../blogs/img/vinyl-flooring-pros-and-cons.jpg');
}
.bg-slider{
	background: url('../../assets/img/homepage/landing-qubical-studio.jpg');
}
.bg-slider-1{
	background: url('../../assets/img/homepage/landing-qubical-studio-2.jpg');
}
.bg-slider-3{
	background: url('../../assets/img/homepage/landing-qubical-studio-3.jpg');
}
.bg-services{
	background: url('../../assets/img/homepage/our-services-qubical-studio.jpg');
}
.bg-about{
	background: url('../../assets/img/aboutpage/about-us-header.jpg');
}
.bg-projects{
	background: url('../../assets/img/projectpage/projects-qubical-studio.jpg');
}
.bg-services-page{
	background: url('../../assets/img/servicepage/services-qubical-studio.jpg');
}
.bg-career-page{
	background: url('../../assets/img/careerpage/career-qubical-studio.jpg');
	background-position: center;
}
.bg-contact-page{
	background: url('../../assets/img/contactpage/contact-qubical-studio.jpg');
	background-position: center bottom;
}

#blog-page .bg-blog{
	background: url('../../assets/img/blogpage/blog-qubical-studio.jpg');
}
.line-separator{
	width: 100%;
	height: 1px;
	background: #ddd;
	margin: 33px 0;
}
.worked-list li{
	font-size: 18px;
	padding-bottom: 5px; 
}
.bg-head{
	width: 100%;
	height: 450px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-head-full{
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
}
.cat-projects li{
	position: relative;
	display: inline-block;
	padding: 0px 25px;
	cursor: pointer;
}
.cat-projects li:last-child:after{
	content: '';
	position: absolute;
	top: 50%;
	right: -4px;
	height: 3px;
	width: 3px;
	background: transparent;
}
.cat-projects li:after{
	content: '';
	position: absolute;
	top: 50%;
	right: -4px;
	height: 5px;
	width: 5px;
	background: var(--first-color);
}
.mixitup-control-active {
	color: var(--first-color);
}
.pagination a{
	border-radius: 0px !important;
}
.pagination .page-link{
	color: #111;
	border-color: #343a40; 
}
.page-link:hover{
	background: var(--first-color) !important;
	color: #333 !important;
	border-color: #343a40 !important; 
}
.pagination li{
	padding: 5px;
	border-radius: 0px; 
}
.form-control{
	border-color: #343a40 !important;
	padding: 25px 15px !important;
	border-radius: 0px !important;
}
.form-control:focus{
	border: 1px solid var(--first-color) !important;
}
.title-blog{
	width: 100%;
	position: absolute;
	z-index: 10;
	color: white;
	text-align: center;
	top: 80%;
	left: 50%;
  	transform: translate(-50%, -50%);
}
#content-project .rect-separator{
	margin-top: 1.5em;
}
#content-project .rect-separator {
	width: 100%;
	position: relative;
	left: 0;
	height: 1px;
}
#content-project .rect-separator::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #96b4b4;
	left: 0;
	right: 1195px;
	position: absolute;
}
#blog-home a:hover, #blog a:hover{
	background: #f8f9fa !important; 
}
.line-spacings{
	letter-spacing: 3px;
}
.small{
	font-size: 12px !important;
}
.ctsm-size{
	height: 720px;
	width: 100%;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 120px !important;
    z-index: 1020;
}
.floating-wa{
	position:fixed;
	bottom: 40px;
	right: 90px;
 	z-index:100;
}
.floating-wa a{
	display: table;
	float: left;
	margin-left: 5px;
	vertical-align: middle;
    text-align: center;
	height: 60px;
	width: 60px;
	background-color:#25d366;
	border-radius:50px;
	transition: .2s;
	font-size: 30px;
	color: white;
}
.floating-wa a:hover{
	color: white;
}
.floating-wa a > i{
	display: table-cell;
	vertical-align: middle;
}
#about-content img{
	height: 420px;
}
.rect-separator {
	width: 100%;
	position: relative;
	left: 0;
	margin: auto;
	height: 1px;
}
.rect-separator::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #96b4b4;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
}
@media only screen and (min-width: 1381px) {
  .font-size-cstm{
  	font-size: 4.5rem !important;
  }
   .padding-cstm-left{
		padding-left: 180px !important;
	}
	.padding-cstm-right{
		padding-right: 180px !important;
	}
	.floating-wa{
		bottom: 40px;
		right: 90px;
	}
	.bg-head{
		height: 45vh;
	}
}
@media only screen and (min-width: 991px){
	.navbar-nav li:first-child:after{
		content: '';
		position: absolute;
		top: 50%;
		height: 5px;
		width: 5px;
		background: transparent;
	}
}
@media only screen and (max-width: 991px){
	.carousel-rectangle .rect-number{
		text-align: center;
		margin: 0 5px;
		height: 0;
		background: transparent;
		border: 1px solid black !important;
		height: 25px !important;
		width: 25px !important;
		color: black !important;
	}
	.carousel-rectangle{
		width: 100% !important;
	}
}
@media only screen and (max-width: 800px){
	.ctsm-size{
		height: 400px;
		width: 100%;
	}
	.floating-wa{
		position:fixed;
		bottom: 40px;
		right: 30px;
	 	z-index:100;
	}
	.ctsm-size{
		height: 400px;
		width: 100%;
	}
	.floating-wa{
		position:fixed;
		bottom: 40px;
		right: 30px;
	 	z-index:100;
	}
}
@media only screen and (max-width: 375px){
	.floating-wa{
		position:fixed;
		bottom: 40px;
		right: 15px;
	 	z-index:100;
	}
	.font-size-cstm{
		font-size: 40px !important; 
		width: 100%;
	}
}
#service-column a:hover{
	background: rgba(0, 0, 0, 0.8);
}
#service-column a, #service-column a img, #service-column a .btn-hov{
	transition: .3s ease-in-out;
}
#service-column a:hover .btn-hov{
    transform: translateY(5px);
}
#service-column a:hover img{ 
    transform: translateY(-5px);
}
.btn-hov i{
	position: relative;
	left: -20px;
	top: 0;
	opacity: 0;
	transition: .2s ease-in-out;
}
.btn-hov span{
	position: relative;
	left: 12px;
	top: -2px;
	transition: .3s ease-in-out;
}
a:hover .btn-hov i, a:hover .btn-hov span{
	position: relative;
	left: 0px;
	opacity: 1;
}
.border-anim,
.border-anim2,
.social-media a {
	position: relative;
	line-height: 60px;
	color: white;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }
  .border-anim:before,
  .border-anim:after,
  .border-anim2:before,
  .border-anim2:after,
  .social-media a:before,
  .social-media a:after {
	content: "";
	width: 0%;
	height: 0%;
	position: absolute;
	visibility: hidden;
  }
  .border-anim:before,
  .social-media a:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
	top: 0;
	left: 0;
  }
  .border-anim:after,
  .social-media a:after{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	bottom: 0;
	right: 0;
	transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
  }
  .border-anim:hover:before,
  .border-anim:hover:after,
  .border-anim2:hover:before,
  .border-anim2:hover:after,
  .social-media a:hover:before,
  .social-media a:hover:after{
	width: 100%;
	height: 100%;
	visibility: visible;
  }
  .border-anim:hover:before, 
  .border-anim2:hover:before, 
  .social-media a:hover:before{
	transition: width 0.1s ease, height 0.1s ease 0.1s;
  }
  .border-anim:hover:after, 
  .border-anim2:hover:after, 
  .social-media a:hover:after{
	transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
  }
  .border-anim2:before{
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
	top: 0;
	left: 0;
  }
  .border-anim2:after{
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	bottom: 0;
	right: 0;
	transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
  }
  .color-white{
  	color: var(--first-color) !important;
  }
.carousel-control-prev, .carousel-control-next{
	top: 50% !important;
	height: 50px;
	width: 50px !important;
	background-color: black;
}