body{
	background:#eee;
         font-family: Arial, Helvetica, sans-serif;
	
	
}

/*.main-content{
	
	padding:0%;

}
.wrapper-class{
	margin-top: 30px;
	border: 2px solid white;
	margin-left: 15%;
	padding: 0px;
	width: 70%;
	background: #cccccc;
}


.whoami{
	margin-top: -40px;
	border: 2px solid white;
	margin-left: 8.5%;
	padding: 0px;
	width: 83%;
	background: #cccccc;
}

#me{
	margin-top: 0px;
}
	 
	 
	  
  


h1{
	font-size: 55px;
	font-weight: 700;
	font-family: 'railway';
}
i.fas, i.far {
  display: inline-block;
  border-radius: 90%;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  border: 3px solid #2e2e1f;
  background:#eee;

}

*/
h2.h2s {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 40px;
}
h2.h2s::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #2e2e1f;
	left: 0;
	right: 0;
	bottom: -20px;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #2e2e1f;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 40px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
/* progress bar*/

.container {
    margin-top: 0px
}

.progress-bar-style2 .progress {
    overflow: visible
}

.progress-bar-style2 .progress-bar span {
    color: #000;
    position: absolute;
    right: 0;
    text-align: right;
    top: 21px;
    font-size: 11px
}

.progress-bar-style2 .progress-bar {
    position: relative;
    overflow: visible
}

.progress-bar-style2 .progress {
    height: 15px
}

.progress-bar-style2 .progress-name {
    font-size: 10px;
    margin: 5px 0 20px
}

.progress-bar-style3 .progress-bar-sub {
    margin-bottom: 40px
}

.progress-bar-style3 .progress {
    height: 26px
}

.progress-bar-style3 .progress-bar {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 25px;
    text-align: left;
    padding: 0 10px

}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
@media (min-width: 992px ) {
  .myflag{

	    margin-left: -60px;
    margin-top: -20px;
    

}
@media (max-width: 991px ) {
  .myflag{

	    margin-left: 30%;
    

}

}
.btn{
	margin-top: 20px;
}
.myimage{
	margin-left: 190%;
	margin-top: 30px;
}

.main-header{
margin-top: 0px;
	    margin-left: 0;
    margin-bottom: 60px;
	border: 2px solid #fff;
	text-align:center;
	padding: 40px;


}
@media(min-width: 992px){
	.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
}