@charset "utf-8";

@font-face {
	font-family: top1;
	src: url("../_fonts/shabnam.ttf");
	}
@font-face {
	font-family: top2;
	src: url("../_fonts/titrbold.ttf");
	}

* {
	padding: 0;
	margin: 0;
	}


/*Clearfix class to fix float problem*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}


/*Top logos*/
.container {
	max-width: 96%;
	margin: 0 auto;
	padding: 0;

	}

/*best bransd1*/
.best-brands-up {
	max-width: 100%;
	height: 30px;

	}

.best-brands-up a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: top1;
	padding: 0 20px;
	line-height: 30px;
	color: #222;;
	background-color: #ccc;
	}

.pro-text {
	background-color: #eee;
	border: 1px solid transparent;
	border-radius: 5px;
	}

/*Main Text*/
.main-text{
	margin: 0 auto;
	padding: 5px;

	}

.matn p {
	font-family: top1;
	font-size: 18px;
	padding: 5px;
	text-align: justify;
	}


	/*main items*/
	.sec-links {
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: center;
	  background-color: #ddd;
		border: 1px solid transparent;
		border-radius: 5px;
	}

	.activity-links-divs {
		width: 300px;
		height: auto;
		margin: 10px;
		padding: 0;
		flex-basis: 300px;
		background-color: #eee;
		border: 1px solid transparent;
		border-radius: 5px;
	}

	.activity-links {
		margin: 0;
		text-decoration: none;
		align-items: center;
	}

	.activity-links h3 {
	  font-family: top1;
	  font-size: 15px;
	  font-weight: 600;
	  color: #333;
	  text-align: center;
	}

	.activity-links img{
		margin: 0 auto;
		width: 280px;
		height: auto;
		display: block;
	}

	.activity-links ul {
		margin: 5px 0;
		list-style-type: none;
	}

	.activity-links li {
		font-family: top1;
		font-size: 15px;
		font-weight: 200;
		color: #111;
		text-align: right;
		margin: 0 3px;
	}

	.activity-links li span {
		font-size: 15px;
		font-family: arial;
		font-weight: bold;
	}
	.activity-links ul p {
		font-size: 15px;
		font-family: arial;
		font-weight: bold;
		color: #111;
		margin-left: 5px;
	}


/*best bransd2*/
.best-brands-down {
	max-width: 100%;
	height: 30px;

	}


.best-brands-down p {
	text-align: center;
	font-size: 20px;
	font-family: top1;
	padding: 0 20px;
	line-height: 30px;
	color: #222;;
	background-color: #ccc;
	}

/*logo*/
.sec-logos {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;

}

.pro-logo {
	background-color: #ccc;
	border: 1px solid transparent;
	border-radius: 0 0 5px 5px;
	}

.logo-all {
	flex-basis: 70px;
	width: 70px;
	height: 35px;
	margin: 3px;
	padding: 0;

	}
#dev-image {
		margin: 0 auto;
		padding: 0;
		max-width: 300px;
		height: auto;

		}
	#dev-image img {
		max-width: 300px;

		}

	#dev-image p {
		font-family: top1;
		font-size: 14px;
		text-align: center;

		}

