body {
	font-family: Cairo, arial, sans-serif;
}


.FirstSectionContainer h1 {
	font-size: 50px;
	margin-top: 15%;
	line-height: 1;
	color: #ffffff;
	font-weight: 600;

}
.FirstSectionParagraph 
{
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	margin-top: 25px !important;
	font-weight: 400;
}

.Answer
{
	color: #ffffff;
	font-size: 18px;
}
.background-div
{
	background-image: url("../PublishingImages/Artboard-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto ;
	background-position: center center;

}
.rounded-corners
{
	border-radius:  30px
}

.focus-in-contract-bck{-webkit-animation:focus-in-contract-bck 1s cubic-bezier(.25,.46,.45,.94) both;animation:focus-in-contract-bck 1s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes focus-in-contract-bck{0%{letter-spacing:1em;-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-transform:translateZ(12px);transform:translateZ(12px);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes focus-in-contract-bck{0%{letter-spacing:1em;-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-transform:translateZ(12px);transform:translateZ(12px);-webkit-filter:blur(0);filter:blur(0);opacity:1}}
.FirstSectionContainer img {
	max-width: 100%;
}

  
/* buttons */

.site-btn {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	min-width: 167px;
	padding: 19px 35px;
	text-transform: uppercase;
	color: #000000;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	border: 2px solid #e1e1e1;
	background: #ffffff;
	border-radius: 30px;
	margin-top: 10px;
}

.site-btn a {
    color: inherit !important;
}
.site-btn a:hover{

	color: #ffffff;
    text-decoration: none;	
}


.site-btn:hover {
	color: #ffffff;
	background: #002144;
}

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

.site-btn.sb-solid:hover {
	color: #0000;
}

.site-btn.sb-dark {
	border-color: #242424;
}
.gallery-btn{
	display: inline-block;
	font-size: 10x;
	font-weight: 600;
	min-width: 167px;
	padding: 10px 10px;
	margin-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	background: transparent;
	border-radius: 30px;
}

.gallery-btn:hover
{
	color: #000000;
	background: white;
	font-weight: 700;
}
.gallery-btn:hover:after {
	content: url("../PublishingImages/arrow-rightblack.png");
	height: 10px;
	float: left;
	margin: 1px 0 0 10px;
}
.gallery-btn:after {
	content: url("../PublishingImages/arrow-rightwhite.png");
	height: 10px;
	float: left;
	margin: 1px 0 0 10px;
}
.Icon{
	text-align: center;
}
.Icon img{
	margin-top: 15%;
}






.Sectiontwo .container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 10px;
	padding: 15px;
  }
  .Sectiontwo .container img {
	width: 100%;
	display: block;
  }
 .Sectiontwotitle {
	font-size: 60px;
	margin-top: 5%;
	margin-bottom: 1%;
	text-align: center;
 }
 .Sectiontwotitle h1 {
	font-weight: 600;

 }
 .Sectiontwo .container:before, .container:after { 

	content: none  !important;
    
}
 

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	
}
@media (max-width: 1750px) and (min-width: 1600px)
 {
	 .Sectiontwo .container{

		max-width : 1140px !important;
 	}

}

.content {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
	overflow: hidden;
	border-radius: 10px;;

  }
  
  .content .content-overlay {
	background: rgba(0,0,0,0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	
  }
  
  .content .content-overlay{
	opacity: 1;
	
  }
  
  .content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
  }
  
  .content .content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
	
	
  }
  
  .content-details h3{
	color: #fff;
	font-weight: 600;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-family: cairoRegular;
	
  }
  
  .content-details p{
	color: #fff;
	font-size: 0.8em;
  }
  
  .fadeIn-top{
	top: 10%;
  }



@media (min-width: 1200px) { 
.background-div
{
	background-image: url("../PublishingImages/Artboard-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	background-position: center center;

}

}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 

.background-div
{
	background-image: url("../PublishingImages/Artboard-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 90vh;
	background-position: center center;

}

}

@media (min-width: 576px) and (max-width: 767.98px) { 
.FirstSectionButton
{
 text-align: center ;
}

}
@media (max-width: 575.98px) { 

.FirstSectionButton
{
 text-align: center ;
}

}

