@charset "utf-8";
/* CSS Document */

/*Reset*/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}


/******************************
*******************************
GENERAL DESIGN
*******************************
******************************/

html{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin: auto;
	max-width: 1170px;
	color: #666;
	padding-top: 1em;
}

h1, h2{
	font-family: 'Volkhov', serif;
	margin-bottom: 1em;
}

h1{
	font-size: 3em;
	color:#222;
}

h2{
	color:#F19C79;
	font-size: 2em;
}

h1 span, h2 span{
	color:#004C52;
}
h3{
	margin-bottom: 1em;
	font-family: 'Volkhov', serif;
	color: #004C52;
	font-size: 1.3em;
}
p{
	margin-bottom: 1em;
}
a{
	color:#666;
	text-decoration: none;
}
a:hover{
	color:#004C52;
	text-decoration: underline;
}
/******************************
*******************************
Buttons section
*******************************
******************************/
#upperMenu{
	display: flex;
	justify-content: center;
}
#upperLogo{
	width: 10%;
	height: auto;
	margin: 0 50px 0 0;
}
#upperLogo img{
	width: 100%;
	height: auto;
}
#mainNav li{
	display: inline-block;
	font-size: 16px;
	margin: 0 10px 0 10px;
}

/******************************
*******************************
Home content
*******************************
******************************/

#homeContent{
	display: flex;
	justify-content: center;
}
#homeContent1{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#homeContent button{
	color:#004C52;
	border:1px solid #004C52;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 0.8em;
	padding: 14px 28px;
	cursor: pointer;
	max-width: 50%
}
#homeContent2{
	width: 40%;
	text-align: right;
}
#homeContent2 img{
	width: 100%;
	height: auto;
}

/******************************
*******************************
ABOUT US
*******************************
******************************/

#aboutUsContent{
	background-color: #F7F8FC;
	padding: 75px 0;
}
#aboutUsContent h2{
	text-align: center;
}
#aboutUsFlex{
	display: flex;
	justify-content: center;
}
#aboutUs1{
	margin-right: 15px;
	width: 30%;
}
#aboutUs1 img{
	width:100%;
}
#aboutUs2{
	width: 40%;
}

/******************************
*******************************
WHAT WE DO
*******************************
******************************/

#whatWeDoContent{
	padding: 75px 0;
	width: 100%;
	margin: auto;
	background-color: #FEFCFB;
}
#whatWeDo1{
	text-align: center;
	margin-bottom: 1em;
	width:50%;
	margin: auto;
	margin-bottom:50px;
}
#whatWeDoIcons{
	font-weight: 600;
	width: 60%;
	margin: auto;
	color:#004C52;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:15px;
}
#whatWeDoIcons .item{
	border: 1px solid #666;
	background-color: #FFF;
	border-radius: 5px;
	flex: 0 0 auto ;
    width: 25% ;
	height:auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	padding: 10px;
}
#whatWeDoIcons .item img{
	width:20%;
	height: auto;
}

/******************************
*******************************
WHY CHOOSE US
*******************************
******************************/

#whyChooseUsContent{
	background-color: #F7F8FC;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}
#whyChooseUs1{
	flex: 0 0 auto ;
	width:35%;
	min-width: 30%;
}
#whyChooseUs2{
	flex: 0 0 auto ;
	width:25%;
	min-width: 25%;
}
#whyChooseUs2{
	background-color: #FFF;
	border-radius:10px;
	box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0151852), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0121481), 0px 20px 13px rgba(0, 0, 0, 0.01), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.00785185), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00481481);
	padding: 10px;
}
.testimonialText{
	font-size:12px;
	color:#444;
}
.testimonialName{
	color:#F19C79;
	font-size: 14px;
	margin-bottom: 0;
}
.testimonialCountry{
	color:#666;
	font-size: 10px;
}

/******************************
*******************************
CONTACT
*******************************
******************************/
#contactContent{
	max-width: 600px;
	padding: 30px;
	background-color: #004C52;
	color:#FFF;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 20px;
}
#contactContent h2{
	color:#FFF;
	margin-bottom: 0;
}

#contactForm{
	background-color: #FFF;
	border-radius: 10px;
	max-width: 400px;
	min-height: 40px;
	margin: auto;
}
#contactForm form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	padding: 5px;
}
#contactForm input{
	border: none;
	color: #999;
	margin: 0 10px;
	
}
#contactForm button{
	background-color: #004C52;
	text-align: center;
	color: #FFF;
	border: none;
	padding: 10px;
	border-radius: 10px;
}

/******************************
*******************************
COPYRIGHT
*******************************
******************************/


