body{
	font-family: 'PT Serif', serif;
}
#wrapper{
	min-height: calc(100vh - 57px);
    overflow-x: hidden;
}
header a.logo{
	height: 40px;
}
header a.logo img{
	height: 100%;
}
header ul.nav{
	justify-content: center;
}
header ul li a.nav-link{
	color: black;
	padding: 0.5rem 0.6rem;
}
header ul li a.nav-link.active{
	border-bottom: 2px solid gray;
}
header .dropdown-item{
	padding: 0.75rem 1rem
}
a{
	text-decoration: none;
	color: firebrick;
}
a:hover{
	color: red;
}
.home-stage{
	background: url('../../img/homeimg.jpg') no-repeat center;
    background-size: cover;
	height: calc(100vh - 73px);
	min-height: 355px;
	position: relative;
}
.home-img{
	position: relative;
	z-index:-1;
}
.home-img img{
	width: 100%;
	height: 100%;
}
.home-text{
	/*margin-top: calc(-100vh + 97px);*/
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-top: 40px;
}
.home-big-text, .home-small-text, .home-contact .box p{
	font-family: 'Oswald', sans-serif;
}
.home-big-text{
	font-size: 2.5vw;
	font-weight: bold;
	width: 400px;
	letter-spacing: 12px;
	opacity: 0;
}
.home-small-text{
    font-weight: bold;
    letter-spacing: 4px;
    width: 562px;
	text-align:justify;
	opacity: 0;
}
.artist-sign{
	position: absolute;
    padding-right: 10px;
    bottom: 0;
    right: 0;
    font-size: 12px;
	color: gray;
}
.home-services{
	padding-top: 73px;
}
.title-wrapper{
	text-align: center;
	margin-bottom: 30px;
}
.title-wrapper p{
	margin-bottom: 10px;
}
.title-wrapper .title{
	font-size: 28px;
    letter-spacing: 8px;
    color: #404040;
    border-bottom: 2px solid #404040;
    padding-bottom: 20px;
	display: inline-block;
}
.service-boxes{
	display: flex;
    padding: 30px 0;
    justify-content: space-around;
    flex-wrap: wrap;
	font-size: 13px;
}
/*
.service .service-boxes{
	font-size: 14px;
}
*/
.service-boxes .box {
    width: 130px;
    height: 130px;
    background-color: #404040;
    color: white;
    margin: 0 10px 40px 10px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px black;
    transition: all 0.3s;
}
/*
.service .service-boxes .box{
	width: 145px;
	height: 145px;
}
*/
.service-boxes .box a{
	text-decoration: none;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
	padding: 10px;
}
.service-boxes .box:hover{
	transform: scale(110%);
}
.service-boxes .box .title{
	text-align: center;
	width: 100%;
}
.home-pics{
	margin-bottom: 100px;
}
.home-pics a{
	display: block;
	text-align: right;
	font-size: 22px;
    text-decoration: none;
    color: firebrick;
}
.home-pics .pic-text a{
	font-size: 16px;
}
.home-pics .carousel-wrapper{
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin-bottom: 30px;
	/*padding-top: 30px;*/
}
.home-pics .carousel-wrapper .pic-text{
    width: 37%;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
.home-pics .carousel p{
	display: none;
}
#slideshow{
	width: 60%;
	aspect-ratio: 3 / 2;
	box-shadow: 0px 0px 25px grey;;
}

#slideshow-prj{
}

.modal-title{
}

.page-wrapper{
	background: url('../../img/bg11.jpg') no-repeat center;
	background-size: 100% 100%;
	font-size: 16px;
	padding-top: 25px;
	/*margin-top: 73px;*/
}
.page-wrapper.projects{
	background: none;
}
.service-title{
	text-align: center;
    /*font-size: 2.6em;*/
	font-size: 28px;
	letter-spacing: 8px;
	color: #404040;
	border-bottom: 2px solid #404040;
	padding-bottom: 20px;
	/*margin-bottom: 40px;*/
	display: inline-block;
}
.service-subtitle{
	font-size: 18px;
	font-weight: bold;
}
.projects .service-title{
	/*margin-bottom: 10px;*/
}
.text-section{
	display: flex;
    justify-content: space-evenly;
	margin-bottom: 40px;
	border-bottom: 2px solid gray;
}
.aboutus .text-section {
    justify-content: center;
}
.aboutus .top-section {
    display: flex;
    justify-content: space-between;
}
.aboutus .top-section .top-box {
    width: 30%;
    background-color: rgba(255,255,255,0.3);
	box-shadow: -2px -2px 5px grey;
	margin-bottom: 40px;
}
.aboutus .top-section .top-box .title {
    margin-bottom: 0px;
    padding-left: 7px;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 22px;
}
.aboutus .top-section .top-box img {
    width: 100%;
    aspect-ratio: 3 / 2;
}
.aboutus .top-section .top-box .caption {
    padding: 12px 7px;
    margin-bottom: 0;
    font-weight: bold;
}
form.contact-form {
    max-width: 600px;
    margin: 60px auto 0 auto;
}
form.contact-form>p{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.text-section .title{
    width: 30%;
    font-size: 1.6em;
	margin-bottom: 40px;
}
/*
.aboutus .text-section .title {
    width: 25%;
    font-size: 1.6em;
    margin-top: -6px;
    font-style: italic;
}
*/
.text-section .text{
	width: 50%;
	font-size: 1em;
	margin-bottom: 40px;
}
.aboutus .text-section .text {
    /*width: 39%;*/
}
.home-contact{
    display: flex;
    justify-content: space-between;
	/*margin-bottom: 140px;*/
	padding: 6px 0;
	background-color: lightgray;
}
.home-contact .box{
    width: 32%;
    text-align: center;
}
.home-contact .box a{
	text-decoration: none;
    color: black;
    display: block;
}
.home-contact .box i{
	font-size: 1.4em;
}
.home-contact .box p{
	margin-top: 1px;
	margin-bottom: 0;
	font-size: 1em;
    letter-spacing: 2px;
}
.overlay{
	margin-bottom: 50px;
	
}
.overlay img{
	/*width: 80%;*/
	/*margin: 0 5px 5px 0;*/
    border: 1px solid white;
	aspect-ratio: 223 / 223;
	width: 32.3%;
}
/*
.construction .overlay img, .realestate .overlay img{
	width: 32.3%;
}
.realestate .overlay img, .construction .overlay img{
	aspect-ratio: 223 / 223;
}
*/
.overlay p{
	font-size: 53px;
    width: 40%;
    border: 7px solid cornflowerblue;
    background-color: rgba(128,128,128,0.8);
    margin-left: auto;
    margin-top: -21%;
    position: relative;
	padding: 10px;
}
.architechture .overlay p, .consultancy .overlay p{
	width: 45%;
}
.realestate .overlay p{
	width: 32%;	
}

.contactus{
	padding: 0 25px;
}

.contactus .text-section{
	border: none;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-box{
    width: 45%;
	border: 1px solid black;
    padding: 15px;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 0 10px grey;
    border-radius: 15px;
}
.contact-box img{
	position: absolute;
	top: 4px;
}
.contact-box.greece img, .contact-box.dubai img{
	height: 36px;
	right: 8px;
}
.contact-box.lebanon img, .contact-box.saudi img{
	height: 60px;
	right: 2px;
}
.contactus .meet-text{
	margin-bottom: 0;
}
.country-name{
	font-size: 1.2em;
    font-weight: bold;
    color: darkslategray;
}
.data-section{
	display: flex;
}
.data-section .label{
	width: 27%;
}
.data-section .data{
	width: 72%;
}

.roundnum{
	line-height: 2em;
    background-color: dimgray;
    border-radius: 50%;
    color: lightgray;
    width: 50px;
    display: inline-block;
    text-align: center;
    width: 2em;
    height: 2em;
    font-weight: bold;
    font-size: 1.2em;
	margin-bottom: 10px;
}

.projects-front {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.projects-front .project-frame{
	width: 49%;
}
.projects-front .project-frame a{
	text-decoration: none;
    color: darkslategray;
}
.projects-front .img-frame {
    overflow: hidden;
    border-radius: 5px;
    aspect-ratio: 12 / 4;
    position: relative;
	box-shadow: 0px 0px 10px dimgrey;
	transition: all 0.3s;
}
.projects-front .img-frame:hover {
	transform: scale(105%);
}
.projects-front .project-frame p {
    line-height: 16px;
    font-size: 16px;
    padding-left: 4px;
	margin-top: 7px;
}
.projects-front .img-frame img {
    width: 100%;
    position: absolute;
    top: -100%;
    bottom: -100%;
    margin: auto;
}

.project-front{
}
.project-front .img-frame{
}
.project-front .img-frame img{
}
.sticky-up {
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 10;
}
.sticky-spacer-up{
	height: 73px;
}
.sticky-down {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer{
    background-color: #404040;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0 15px;
}
.footer .copyright{
	color: lightgray;
    font-size: 16px;
}
.footer .socials{
	font-size: 38px;
}
.footer .socials a{
	padding: 0 10px;
    color: lightgray;
    text-decoration: none;
}
.footer .socials i{
}

/* arrow scroll start */
.arrow-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.arrow-container{
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.arrow-1{
  width: 120px;
  height: 120px;
  background: #939393;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-2{
  width: 70px;
  height: 70px;
  background: #c7c7c7;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
  display: table;
}

.arrow-2:before{
  width: 70px;
  height: 70px;
  content: "";
  border: 2px solid #6e6e6e;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.arrow-2 i.fa-solid{
  font-size: 42px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #656565;
}

/* Custom Animate.css */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

/* arrow scroll end */


@media (max-width:1399px){
	.overlay p{
		font-size: 47px;
	}
}
@media (max-width:1199px){
	.home-big-text{
		width: 340px;
	}
	.overlay p{
		font-size: 40px;
	}
}
@media (max-width: 991px){
	.home-big-text{
		font-size: 20px;
		letter-spacing: 10px;
		width: 240px;
	}
	.home-small-text{
		font-size: 12px;
		width: 400px;
	}
	.home-pics .carousel-wrapper .pic-text{
		font-size: 24px;
	}	
	.home-contact .box{
		font-size: 0.7em;
	}
	.overlay p{
		font-size: 29px;
	}
}
@media (max-width:767px){
	header a img{
		padding: 0 20px;
	}
	.home-stage{
		height: calc(100vh - 129px);
		background-position: top;
	}
	.home-big-text{
		width: 38%;
	}
	.home-small-text{
		width: 50%;
	}
	.home-text{
		max-width:100%;
	}
	.home-services {
		padding-top: 129px;
	}
	.home-pics a{
		font-size: 18px;
	}
	.home-pics .carousel-wrapper{
		/*&flex-direction: column;*/
		display: block;
	}
	.home-pics .carousel-wrapper .pic-text{
		font-size: 16px;
		width: 90%;
		padding-left: 20px;
	}
	#slideshow{
		width: 100%;
		margin-bottom: 20px;
	}
	.text-section{
		flex-direction: column;
	}
	.text-section .title, .text-section .text, .text-section .contact-box{
		width: 100%;
	}
	.text-section .contact-box{
		margin-bottom: 20px;
	}
	.home-contact{
		flex-direction: column;
	}
	.home-contact .box{
		width: 100%;
		font-size: 0.6em;
		margin-bottom: 10px;
	}
	.overlay p{
		font-size: 21px;
	}
	.sticky-spacer-up{
		height: 129px;
	}
	.aboutus .top-section {
		flex-direction: column;
		align-items: center;
	}
	.aboutus .top-section .top-box {
		width: 90%;
	}
}
@media (max-width:493px){
	header ul.nav{
		font-size: 12px;
	}
	.home-text{
		flex-direction: column;
	}
	.home-big-text, .home-small-text{
		width: 100%;
	}
	.artist-sign{
		font-size: 14px;
	}
	.home-services .title-wrapper .title, .home-pics .title-wrapper .title{
		font-size: 24px;
	}
	.page-wrapper{
		font-size: 12px;
	}
	.footer .copyright{
		font-size: 10px;
	}
	.overlay p{
		font-size: 4vw;
	}
	.projects-front .project-frame {
		width: 100%;
	}
}