@font-face{
	font-family: "Opensans";
	src: url("fonts/OpenSans-Regular.ttf");
}

@font-face{
	font-family: "RobotoRegular";
	src: url("fonts/Roboto-Regular.ttf");
}

*{
	padding: 0;
	margin: 0;
	outline: none;
}

.clearfix{
	width: 100%;
	height: auto;
	clear: both;
}

.clearfix::before{
	clear:both;
	position: relative;
}

.center{	
	height: auto;
	margin: auto;
	position: relative;
}

@media screen and (min-width: 1024px){
	.center{
		width: 1024px;
	}
}

@media screen and (min-width: 930px) and (max-width: 1023px){
	.center{
		width: 900px;
	}
}

@media screen and (max-width: 929px){
	.center{
		width: 550px;
	}
}

header{
	background: #1e73be;
	width: 100%;
	height: auto;
	border-bottom: 5px solid rgba(130, 130, 130, 0.3);
}

.line-top{
	width: 100%;
	height: auto;
	padding: 15px 0;
	border-bottom: 1px solid #2684b4;
}

.line-top > div{
	display: grid;
}

@media screen and (min-width: 930px){
	.line-top > div{
		grid-template-columns: 70% 30%;
	}
}
@media screen and (max-width: 929px){
	.line-top > div{
		grid-template-columns: 100% 0;
	}
	
	.info-right{
		display: none;
	}
	
	.info-left{		
		font-size: 0.7rem !important;
	}
}


.info-left, .info-right{
	font-size: 0.8rem;
	color: #fff;
	font-family: "Opensans";
}
 
.info-right{
	text-align: right;
}

.facebook-icon{
	padding: 8px 14px;
	border-radius: 100%;
	background: #489bca;	
	height: 24px;
	color: #fff;
}

.center-navigation-top{
	display: grid;
	padding: 20px 0;
}

.logo, .logo>a>img{
	width: 100%;
	height: auto;
}

@media screen and (min-width: 930px){
	.btn-menu-response{
		display: none !important;
	}
	.center-navigation-top{
		grid-template-columns: 24% 76%;
	}
	
	.menu{
		float: right;
		width: auto;
		list-style: none;
		margin-top: 15px;
	}

	.menu > li{
		float: left;
		padding: 15px 0;
		margin-left: 25px;
		position: relative;
	}

	.menu>li>a{
		font-family: "RobotoRegular";
		font-size: 1rem;
		color: #fff;
		padding: 3px 0;
		text-decoration: none;
		border-bottom: 2px solid transparent;	
		transition: 0.5s;
		display: block;
		text-transform: uppercase;
	}

	.menu>li>a:hover{
		transition: 0.5s;	
		border-bottom: 2px solid #0c0;
	}

	.label-search{
		font-family: arial;
		color: #fff;
		font-size: 0.9rem;
		padding: 3px 0;
		display: block;
		cursor: pointer;
	}

	.Dropdown{
		width: 220px;
		height: auto;
		list-style: none;
		background: #fff;
		padding: 5px;
		position: absolute;
		top: 99%;
		display: none;
		z-index: 9999;
	}

	.menu>li:hover .Dropdown, .Dropdown:hover{
		display: block;
	}
	.Dropdown>li{
		width: 100%;
		height: auto;
		margin-top: 3px;
	}

	.Dropdown>li>a{
		display: block;
		font-family: "RobotoRegular";
		font-size: 0.9rem;
		color: #8e8e8e;
		padding: 5px;
		text-decoration: none;
	}

	.Dropdown>li>a:hover{
		background: #eee;
		color: #0c0;
	}
	
}

@media screen and (max-width: 929px){
	.center-navigation-top{
		grid-template-columns: 100%;
	}
	.line-search-menu{
		display: none;
	}
	nav{
		width: 100%;
		height: 78px;
		overflow: hidden;
	}
	.menu{
		margin: auto;
		width: 94%;
		height: auto;
		background: #fff;
		padding: 0 10px;
		border-radius: 3px;
		list-style: none;
		transition: 0.5s;
	}
	
	.menu > li{
		width: 100%;
		height: auto;
		padding: 10px 0; 
		border-bottom: 1px solid #ddd;
	}
	
	.menu > li > a{
		font-family:  "RobotoRegular";
		font-size: 1.9rem;
		text-decoration: none;
		color: #000;
		padding: 10px 5px;
		width: 100%;
		position:relative;
		display: block;
		text-transform: uppercase;
	}
	
	.Dropdown{
		width: 95%;
		height: auto;
		list-style: circle;		
		margin-left: 5%;
	}
	
	.Dropdown>li{
		width: 100%;
		height: auto;
		border-bottom: 1px solid #eee;
	}
	
	.Dropdown>li>a{
		font-family:  "RobotoRegular";
		font-size: 1.7rem;
		text-decoration: none;
		color: #888;
		padding: 10px 0 10px 0;
		width: 100%;
		position:relative;
		display: block;
		text-transform: uppercase;
	}
}



.banners, .banners>img{
	width: 100%;
	height: auto;
}

.content{
	padding: 10px 0;
}

.title-home{
	width: 100%;
	height: auto;
	padding: 20px 0;
	font-family: "RobotoRegular";
	font-size: 2rem;
	color: #1e73be;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

.text{
	font-family: "Opensans";
	color: #8e8e8e;
}

.texthome{
	font-size: 1.1rem;
}

.textpages{
	font-size: 0.9rem;
}

.textleft{
	text-align: left;
}

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

.textjust{
	text-align: justify;
}

.row{
	width: 100%;
	height: auto;
	padding: 5px 0;
	clear: both;
}

.row-1-4{
	display: grid;
}

@media screen and (min-width: 1024px){
	.row-1-4{
		grid-template-columns: 25% 25% 25% 25%;
	}
}

@media screen and (min-width: 930px) and (max-width: 1023px){
	.row-1-4{
		grid-template-columns: 50% 50%;
	}
}

@media screen and (max-width: 929px){
	.row-1-4{
		grid-template-columns: 100%;
		row-gap: 10px;		
	}
}



.content-4{
	margin-top: 10px;
}

.thumb{
	width: 95%;
	height: auto;
	margin: auto;
}

.section-home img{
	width: 100%;
	height: auto;
}

.a-inherit{
	text-decoration: none;
}

.section-home>a>h3, .section-home>h3{
	font-family:  "RobotoRegular";
	color: #1e73be;
	font-size: 1.1rem;
	text-align: center;
	width: 100%;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
}

footer{
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: #1e73be;
	margin-top: 20px;
}

.tiny-logo-footer{
	width: auto;
	height: 24px;
	vertical-align: middle;
}

.content-pages{
	min-height: 450px;
	padding: 20px 0;
}

.section-title-pages{
	width: 100%;
	height: auto;
	padding: 40px 0;
	border-bottom: 1px solid #eee;
}

.section-title-pages h1{
	font-family: "RobotoRegular";
	font-size: 2.7rem;
	color: #000;
	text-align: center;
	text-transform: Capitalize;
	font-weight: normal;
}

.text h2, .text h3, .text h4, .text h5, .text h6{
	color: #000;
	font-size: 2rem;
	font-weight: normal;
}


.content-about-us{
	display: grid;
	column-gap: 2%;
}

.content-contact-page{
	display: grid;
	column-gap: 2%;
}

@media screen and (min-width: 930px){
	.content-about-us{		
		grid-template-columns: auto 28%;
	}
	.images-certifications img{
		width: auto;
		max-width: 100%;
	}
	.content-contact-page{		
		grid-template-columns: 60% 38%;
	}
}
@media screen and (max-width: 929px){
	.images-certifications{
		margin-top: 35px;
	}
	.images-certifications img{
		max-width: 30%;
	}
	.content-about-us{		
		grid-template-columns: 100%;
	}
	.another-services{
		display: none;
	}
	.content-contact-page{		
		grid-template-columns: 100%;
		row-gap: 20px;
	}
}

.line{
	width: 100%;
	height: auto;
	line-height: 0;
}

.input{
	width: 95%;
	height: auto;
	border: 1px solid #eee;
	padding: 10px;
	background: #fafafa;
	font-family: arial;
}
.input::placeholder{
	color: #ccc;
}
.textarea{
	resize: none;
	height: 150px;
}

.btn{
	font-weight: bold;
	font-size: 0.9rem;	
	font-family: arial;
	padding: 15px;
	border-radius: 4px;
	border: 0;
}

.btn-input{
	background: #5fd45c;
	color: #fff;	
	cursor: pointer;
}

.btn-reset{	
	background: #ccc;
	color: #fff;	
	cursor: pointer;
}

.other-service{
	width: 95%;
	height: auto;
	background: #fafafa;
	padding: 5px;
	margin: auto;
	margin-bottom: 10px;
	display: grid;
	grid-template-columns: 30% 68%;
	column-gap: 2%;
}

.other-service .Text h3{
	font-size: 1rem !important;	
}

.other-service .Text a{
	color: #aaa;
	text-decoration: none;
}

.image-service{
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	max-width: 30%;
}

.form-search-tooltip{
	position: absolute;
	z-index: 10;
	top: 100%;
	right: 0;
	width: 0; /* 231px*/
	height: 0; /* 37px */
	transition: 0.5s;
	visibility: hidden;
}

.section-gal{
	width: 100%;
	height: 150px;
	overflow: hidden;
	text-align: center;
}