
html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	background-color: whitesmoke;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

/*------------------------
  Helper css
--------------------------*/
.sp-title {
	font-size: 50px;
	margin-bottom: 40px;
}

.sp-title span {
	background: #000000;
	padding: 0 10px;
	color: #ffffff;
	display: inline-block;
}

.experience-title {
	background: #fff;
	padding: 0 5px;
	color: #000;
	display: inline-block;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.spad {
	padding: 100px 0;
}

.section-title {
	margin-bottom: 0;
}

.contact-info p{
	color: #ffffff;
}

.section-title h1,
.section-title h2 {
	display: inline-block;
	background: #000000;
	padding: 0 20px;
	margin-bottom: 40px;
	font-size: 60px;
	color: #fff;
}

.section-title h4 {
	display: inline-block;
	background: #dbb48b;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 28px;
}

.set-bg {
	background-size: cover;
	background-repeat: no-repeat;
}

/*------------------------
  Common element css
--------------------------*/

.site-btn {
	display: inline-block;
	font-weight: 700;
	border: 4px solid;
	min-width: 200px;
	text-align: center;
	padding: 19px;
	position: relative;
	background-color: transparent;
	margin-right: 15px;
	z-index: 1;
	cursor: pointer;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 4px;
	right: -15px;
}

.site-btn:after {
	bottom: 8px;
}

.site-btn:before {
	bottom: 18px;
}

.site-btn.sb-light {
	color: #fff;
}

.site-btn.sb-light:after,
.site-btn.sb-light:before {
	background: #fff;
}

.site-btn.sb-dark {
	color: #222222;
}

.site-btn.sb-dark:after,
.site-btn.sb-dark:before {
	background: #222222;
}

.site-btn.sb-solid-color {
	background: #dbb48b;
	border-color: #dbb48b;
}

.site-btn.sb-solid-color:after,
.site-btn.sb-solid-color:before {
	background: #222222;
}

.site-btn.sb-solid-dark {
	background: #222;
	border-color: #222;
	color: #dbb48b;
}

.site-btn.sb-solid-dark:after,
.site-btn.sb-solid-dark:before {
	background: #dbb48b;
}

.element {
	margin-bottom: 100px;
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.header-area {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 50;
}

.logo-area {
	float: left;
	display: inline-block;
	background: #121212;
	padding: 40px 60px 40px;
}

.logo-area img{
	width: 120px;
}

.phone-number {
	float: right;
	display: inline-block;
	padding: 5px 10px;
	background: #000000;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-right: 50px;
}

.nav-switch {
	display: none;
}

.nav-menu {
	display: inline-block;
	float: right;
}

.nav-menu ul {
	list-style: none;
}

.nav-menu ul li {
	display: inline;
}

.nav-menu ul li a {
	display: inline-block;
	padding: 40px 10px 5px;
	text-transform: uppercase;
	margin-right: 30px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	position: relative;
}

.nav-menu ul li a:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 0;
	left: 50%;
	margin-left: 1px;
	top: 0;
	background: #fff;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.nav-menu ul li a:hover:after {
	height: 25px;
}

.nav-menu ul li.active>a:after {
	height: 25px;
}

/*----------------------------------------*/
/*  Intro Section CSS
/*----------------------------------------*/
.intro{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: black;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.intro-sub{
	width: 100%;
	padding: 150px 0 110px 0;
	background-color: black;
	background-size: cover;
	background-position: center;
}

.page-header-section {
	height: 445px;
	padding-top: 200px;
}

.header-title {
	font-size: 70px;
	font-weight: 600;
	color: #fff;
	width: 70%;
}

.intro-text {
	font-size: 25px;
	line-height: 1.3;
	font-weight: 400;
	color: white;
	margin: 0;
	width: 60%;
	margin-bottom: 40px;
	margin-top: 20px;
}

.text-shadow{
	text-shadow: #00000073 1px 0 10px;
}

.header-title span{
	background-color: black;
	color: #fff;
	padding: 0 10px;
}

.promo-section {
	padding-top: 90px;
	padding-bottom: 150px;
}

.promo-text h1 {
	margin-bottom: 20px;
}

.promo-text {
	font-size: 16px;
	font-weight: 500;
	color: white;
	margin-bottom: 0;
}

/******** fly */

#marquee-container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	height: 140px; /* Adjust as needed based on font size */
	background-color: #000000;
	bottom: 0;
}

#running-text, #running-text2 {
	display: inline-block;
	white-space: nowrap;
	animation: marquee 30s linear infinite;
	font-size: 100px;
	line-height: 1.4;
	margin: 0;
	letter-spacing: 35px;
	text-transform: uppercase;
	color: white;
	font-weight: 400;
}

@keyframes marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

@media (max-width: 700px) {
	#running-text, #running-text2 {
		font-size: 45px;
		letter-spacing: 10px;
		padding: 10px 0;
	}
	#marquee-container {
		height: 5.5em;
	}
}

/*Fadein*/
.fadein {
	opacity: 0;
}

.appear {
	opacity: 0;
	transform: translateY(50px);
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(300px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/*----------------------------------------*/
/*  CTA Section CSS
/*----------------------------------------*/

.intro-section{
	padding: 150px 0;
}

/*----------------------------------------*/
/*  CTA Section CSS
/*----------------------------------------*/
.cta-section {
	position: relative;
	margin-bottom: 100px;
	background-color: #eeeeee;
}

.cta-section:after {
	content: "";
	position: absolute;
	width: 67%;
	height: 100%;
	right: 0;
	top: 0;
	background: #222222;
	z-index: 2;
}

.cta-section .cta-image-box {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	background-image: url("../img/marble.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cta-section .container {
	position: relative;
	z-index: 9;
}

.cta-section .cta-content h2 {
	color: #fff;
}

.cta-section .cta-content p {
	color: #fff;
	margin-bottom: 20px;
}

.cta-section .cta-content .cta-img-icon {
	display: inline-block;
	height: 80px;
	position: relative;
	width: 60px;
	margin-right: 40px;
	margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon:last-child {
	margin-right: 0;
}

.cta-section .cta-content .cta-img-icon img {
	max-height: 100%;
	margin-bottom: 20px;
	margin-top: 30px;
}

/*----------------------------------------*/
/*  Footer Section CSS
/*----------------------------------------*/
.footer-section {
	padding-top: 110px;
	padding-bottom: 110px;
	border-top: 1px solid #c8c8c8;
	position: relative;
}

.footer-section .copyright {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 60px;
	color: #737373;
}

.footer-section .footer-social {
	width: 75px;
	text-align: center;
	position: absolute;
	right: 60px;
	top: -55px;
	padding-top: 20px;
	background: #222;
}

.footer-item ul {
	list-style: none;
}

.footer-item ul li {
	display: block;
	margin-bottom: 10px;
}

.footer-item ul li a {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	padding: 0 5px;
}

.footer-item ul li a:hover {
	background: #dbb48b;
}

.footer-logo{
	width: 200px;
	height: auto;
	margin: 50px 0;
}

/*----------------------------------------*/
/*  Service page CSS
/*----------------------------------------*/
.service-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.service-text h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
.service-text p {
	margin-bottom: 20px;
}
.service-text p:last-of-type {
	margin-bottom: 50px;
}
.promo-box {
	width: 90%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 40px 40px 20px 40px;
}
.sb-icon img{
	width: 60px;
	height: auto;
	margin-bottom: 10px;
}

.promo-box .promo-text h1,
.promo-box .promo-text p {
	color: #fff;
}

/*----------------------------------------*/
/*  Contact page CSS
/*----------------------------------------*/

.contact-form {
	padding-top: 10px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	font-size: 13px;
	border: none;
	background: #f0f0f0;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.contact-form textarea {
	height: 200px;
	margin-bottom: 30px;
	margin-top: 20px;
}

#error-msg{
	color: #8eff91;
}

.contact-form ::-webkit-input-placeholder {
	font-style: italic;
}

.contact-form :-ms-input-placeholder {
	font-style: italic;
}

.contact-form ::-ms-input-placeholder {
	font-style: italic;
}

.contact-form ::placeholder {
	font-style: italic;
}

/* ===========================
  Portfolio
==============================*/
.portfolio-section{
	padding: 120px 50px;
	background-color: #eeeeee;
}

.portfolio {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

.portfolio-item {
	display: flex;
	flex-direction: column;
	width: 49%;
	padding: 20px;
	margin: 0.5%;
	background: white;
}

.card-content-link {
	height: 500px;
	width: 100%;
	overflow: hidden;
}

.card-content-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.card-content {
	padding: 20px 0;
}

.fp-title {
	font-size: 22px;
	font-weight: 600;
	color: black;
	line-height: 1.3;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fp-box{
	padding-left: 30px;
	width: 70%;
}

.fp-item{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #0000004f;
	padding-bottom: 5px;
}

.fp-desc{
	display: block;
	width: 50%;
	font-size: 16px;
	font-weight: 300;
	color: black;
	line-height: 1.3;
	margin: 0;
}

/*slider*/
.slider {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.slide {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.slide.active {
	opacity: 1;
}

.slider-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	z-index: 1000;
}

.slider-nav span {
	font-size: 1.5em;
	color: #000000;
	cursor: pointer;
	padding: 8px;
	background-color: #ffffff;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: -10px;
}

.slider-nav span:hover {
	color: #ccc;
}

@media (max-width: 1600px) {
	.card-content-link {
		height: 430px;
	}
	.fp-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.fp-desc {
		font-size: 15px;
	}
}

@media (max-width: 1400px) {
	.card-content-link {
		height: 380px;
	}
	.fp-box {
		width: 90%;
	}
	.fp-title {
		font-size: 20px;
	}
	.fp-desc {
		font-size: 14px;
	}
}

@media (max-width: 1200px) {
	.portfolio-section {
		padding: 80px 20px;
	}
	.card-content-link {
		height: 320px;
	}
	.slider-nav span {
		font-size: 1.2em;
		padding: 6px;
		width: 35px;
		height: 40px;
		margin: -10px;
	}
}

@media (max-width: 1100px) {
	.card-content {
		padding: 20px 0;
	}
	.card-content-link {
		height: 280px;
	}
	.fp-title {
		font-size: 18px;
	}
}

@media (max-width: 900px) {
	.card-content {
		padding: 20px 0;
	}
	.card-content-link {
		height: 230px;
	}
}

@media (max-width: 800px) {
	.card-content-link {
		height: 200px;
	}
	.fp-desc {
		font-size: 13px;
	}
}

@media (max-width: 700px){
	.portfolio{
		padding: 0 15px;
	}
	.portfolio-item {
		width: 100%;
		margin-bottom: 20px;
		padding: 10px;
		border-radius: 4px;
	}
	.portfolio-item:last-child {
		margin-bottom: 0;
	}
	.card-content-link {
		height: 250px;
	}
	.fp-title {
		font-size: 18px;
	}
	.card-content {
		padding: 15px 20px 10px 10px;
	}
	.portfolio-item:last-child .card-content {
		padding-bottom: 0;
	}
	.slider-nav span {
		font-size: 1.2em;
		padding: 6px;
		width: 40px;
		height: 40px;
		margin: -10px;
	}
	.fp-box {
		padding-left: 0;
		width: 100%;
	}

}


/* ===========================
  Responsive
==============================*/

@media (max-width: 1400px) {
	.header-title {
		font-size: 60px;
	}
	.intro-text {
		font-size: 20px;
		width: 70%;
	}
}

@media (max-width: 1200px) {
	.header-title {
		font-size: 50px;
	}
	.intro-text {
		font-size: 18px;
		width: 60%;
	}
	.phone-number {
		margin-right: 30px;
	}
	.nav-menu ul li a {
		margin-right: 20px;
	}
	.section-title h1, .section-title h2 {
		font-size: 50px;
	}
	.h3, h3 {
		font-size: 1.5rem;
	}
	.spad {
		padding: 80px 0;
	}
	h1,
	.sp-title {
		font-size: 45px;
	}
}

@media (max-width: 991px) {
	.intro-section {
		padding: 120px 0;
	}
	.header-area {
		position: fixed;
		background: #121212;
		padding-right: 66px;
	}
	.logo-area {
		padding: 20px 20px 20px;
	}
	.logo-area img {
		width: 100px;
	}
	.nav-switch {
		position: absolute;
		right: 20px;
		font-size: 30px;
		color: #fff;
		top: 18px;
		display: block;
		cursor: pointer;
	}
	.nav-menu {
		position: absolute;
		left: 0;
		background: #121212;
		top: 100%;
		display: none;

		width: 100%;
		margin-top: 0;
		border-top: 2px solid;
	}
	.nav-menu ul li a {
		display: block;
		padding: 20px 21px;
		border-bottom: 1px solid #202020;
		margin-right: 0;
	}
	.nav-menu ul li a:after {
		left: 20px;
	}
	.nav-menu ul li.active>a:after,
	.nav-menu ul li a:hover:after {
		height: 10px;
	}
	.phone-number {
		display: none;
	}
	.cta-section {
		background: #222;
		margin-bottom: 0;
	}
	.cta-section:after {
		content: none;
	}
	.cta-section .cta-image-box {
		position: relative;
		height: 300px;
		width: calc(100% - 120px);
		margin: 0 auto 50px auto;
	}
	.footer-section .footer-social {
		width: auto;
		top: -25px;
		right: 50%;
		padding: 10px;
		margin-right: -133px;
	}
	.footer-section .social-links a {
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.projects-filter-nav {
		text-align: left;
	}
	.projects-filter-nav li {
		margin-left: 0;
		margin-right: 15px;
	}
	.footer-section .copyright {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
		left: 0;
		top: 0;
		margin-bottom: -50px;
		padding-left: 15px;
	}
}

/* Large Mobile :480px. */
@media (max-width: 700px) {
	.intro-section {
		padding: 70px 0;
	}
	.portfolio-section {
		padding: 60px 0;
	}
	.intro {
		margin-top: 50px;
		height: 60vh;
		background-attachment: scroll;
		background-position: 20% 50%;
	}
	.intro-sub {
		padding: 100px 0 70px 0;
	}
	.intro-text {
		font-size: 15px;
		width: 90%;
		margin-bottom: 30px;
	}
	h1,
	.sp-title {
		font-size: 35px;
	}
	.logo-area img {
		width: 80px;
	}
	.logo-area {
		padding: 15px 20px 15px;
	}
	.nav-switch {
		top: 10px;
	}
	.header-title {
		font-size: 30px;
	}
	.spad {
		padding: 60px 0 0 0;
	}
	.pt100 {
		padding-top: 60px;
	}
	.pb-5, .py-5 {
		padding-bottom: 0!important;
	}
	.pb100 {
		padding-bottom: 10px;
	}
	.cta-section {
		background: #222;
		padding: 70px 0 50px 0;
	}
	.cta-section:after {
		content: none;
	}
	.cta-section .cta-image-box {
		position: relative;
		height: 200px;
		width: calc(100% - 40px);
		margin: 0 auto 50px auto;
	}
	.projects-filter-nav {
		text-align: left;
	}
	.section-title h1, .section-title h2 {
		font-size: 30px;
	}
	.footer-section .footer-social {
		width: auto;
		top: -25px;
		right: 50%;
		padding: 10px;
		margin-right: -133px;
	}
	.footer-section .social-links a {
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.footer-section .copyright {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
		left: 0;
		top: 0;
		margin-bottom: -50px;
		padding-left: 15px;
		text-align: center;
	}
	.footer-item {
		margin-bottom: 40px;
	}
	.site-btn {
		min-width: 160px;
		padding: 10px;
	}
	body{
		font-size: 15px;
	}
	.h3, h3 {
		font-size: 1.3rem;
	}
	.service-box {
		height: auto;
		padding: 10px 20px;
	}
	.footer-logo {
		width: 150px;
		height: auto;
		margin: 0 0 50px 0;
	}
	.footer-section .copyright {
		margin: 0;
		padding: 0 20px;
	}
	.sb-icon img{
		width: 50px;
		margin-bottom: 5px;
	}
	.promo-box {
		padding: 40px 5px 20px 5px;
	}
}