* {
	font-family: 'Cairo', sans-serif;
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
	scroll-behavior: smooth; 
}
/* Portrait */


/* Slideshow container */
.slideshow-container {
	width: 50%;
	position: relative;
	margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
	display: none;
  }

  
/* Caption text */
.text h4 {
	color: #fff;
	font-weight: 700;
	font-size: 1.8em;
	padding: 16px 24px;
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: right;
  }

  
/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }

body {
	font-size: 16px;
	background-color: #fffbf8;
}

/* @media only screeen and (orientation: landscaps) { */
	
header {
	background-color: #f0f0f0;
	width: 100%;
	position: fixed;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 200px;
}

.logo {
	text-decoration: none;
	color: #3a6cf4;
	text-transform: uppercase;
	 font-weight: bold; 
	font-size: 1.8em;
}

.navigation a {
	color: #3a6cf4;
	text-decoration: none;
	font-size: 1.1em;
	/* font-weight: 500; */
	padding-left: 30px;
}

.navigation a:hover {
	color: #601cfc;
}

section {
	padding: 150px 0px;	
}

mnusection {
	padding: 1px 1px;
	/* margin-top: 80px;	 */
}

.main {
	/* margin-top: 40px; */
	width: 100%;
	height: 1000px;
	display: flex;
	align-items: center;
	padding: 100px 200px;

/* new added code */
	background: url(../images/WA39.jpg);
	background-size: cover;
	 background-position: cover; 
	background-attachment: fixed;
	animation-name: chgbg;
	animation-duration: 5s;
	animation-iteration-count: infinite;	
}


@keyframes chgbg {
0% {
		background: url(../images/WA39.jpg) ;
		background-size: cover;
		background-attachment: fixed;
		background-position: center;
		}
		50% {
			background: url(../images/WA24.jpg);
			background-size: cover;
			background-attachment: fixed;
			background-position: center;
		}
	100% {
		background: url(../images/WA39.jpg);
		background-size: cover;
		background-attachment: fixed;
		background-position: center;
		}
	}


.main h2 .text h4 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}

.main h2 span {
	display: inline-block;
	margin-top: 10px;
	color: #a31f1f; /* #4e9cff */
	font-size: 3em;
	font-weight: bold;
}

.main h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 30px;
}

h5 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.main-btn {
	color: #000;
	background-color: #3a6cf4;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
	padding: 0.9375em 2.1875em;
	letter-spacing: 1px;
	border-radius: 15px;
	margin-bottom: 40px;
	transition: 0.7s ease;
}


.main-btn:hover {
	background-color: #0a49f6;
	transform: scale(1.1);
}

.social-icons a {
	color: #fff;
	font-size: 1.7em;
	padding-right: 30px;
}

.title {
	display: flex;
	justify-content: center;
	color: #3a6cf4;
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 30px;
}

.content {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.card {
	background-color: #fff;
	width: 18.25em;
	box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
	border-radius: 10px;
	padding: 25px;
	margin: 15px;
	transition: 0.7s ease;
}

.card:hover {
	transform: scale(1.1);
}

.card a {
	text-decoration: none;
} 
.icon {
	color: #3a6cf4;
	font-size: 8em;
	text-align: center;
}

.card .icon {
	color:#3a6cf4;
	font-size: 8em;
	text-align: center;
}

.info {
	text-align: center;
}

.info h3 {
	color: #3a6cf4;
	font-size: 1.2em;
	font-weight: 700;
	margin: 10px;
}

.news {
	background-color: #fff;
}

.news .content {
	margin: 50px;
}

.project-card {
	background-color: #fff;
	border: 1px solid #fff;
	min-height: 10em;
	width: 17em;
	overflow: hidden;
	border-radius: 10px;
	margin: 20px;
	transition: 0.7s ease;
}

.dcontener {
	background-color: #fffbf8;
	min-height: 10em;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin: 0px;
}


.dcontener h2 {
	color: brown;
	font-size: 2.5em;
	font-weight: 700;
}

.dcontener p {
	font-size: 1.2em;
	font-weight: 200;
	padding: 0 15px;
	color: #000;
	align-content: flex-start;
	
}


.project-card:hover {
	transform: scale(1.1);
}

.project-card:hover .project-image {
	opacity: 0.9;
}

.project-image img {
	width: 100%;
}

.project-info{
	padding: 1em;
}

.project-category {
	font-size: 1em;
	color: #601cfc;
}

.project-title {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 10px;
}

.more-details {
	text-decoration: none;
	color: #3a6cf4;
}

.more-details:hover {
	color: #601cfc;
}

.contact .icon {
	font-size: 4.5em;
}

.contact .info h3 {
	color: #000;
}

.contact .info p {
	font-size: 1.5em;
}

.footer {
	background-color: silver;
	color: #000;
	padding: 2em;
	display: flex;
	justify-content: center;
}

.menu {

	background-color: transparent; /* #fff; */
	width: 100%;
	position: fixed;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin-top: 65px; /* 45px; */
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.menu ul li {
    display: inline-block;
}

.menu a {
	text-decoration: none;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 15px;
	color: #000;
	line-height: 45px;
	border-radius: 10px;
	background-color: #fff;   
}

.menu a:hover { 
    background-color: silver; 
}

.menu ul ul {
    display: none;
    position: absolute;
    top: 45px;     
}

.menu ul li:hover > ul {
    display: inherit;
}

.menu ul li:hover > a {
    background-color: silver; 
}

.menu ul ul li {
    width: 235px;
    float: none;
    display: list-item;
    position: relative;
    border-radius: 10px;
}

.menu ul ul ul li {
    position: relative;
    top: -40px; 
    right: 235px;
}
.box
{
border: 1;
}

.text {
	color:#f2f2f2;
	font-size:15px;
	padding:8px 12px;
	position:absolute;
	bottom:8px;
	width:100%;
	text-align:center;
}

.numbertext {
	color:#f2f2f2;
	font-size:12px;
	padding:8px 12px;
}

.viewer {
	display: flex;
	background-color: #efc09d;/* ##fffbf8; */
}

.viewer h2 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}