body{
  margin-left: 5%;
  margin-right: 5%;
  padding: 0;
  font-family: "montserrat",sans-serif;
}
@media screen and (max-width: 600px) {
  .navbar a:not(:first-child){
  	display: none;
    width: 100%;
  }
  .navbar a.icon {
  	float: right;
  	display: block;
  }
}
.navbar{
	background-color:#333;
	overflow: hidden; 
}
.navbar a{
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
.navbar a:hover {
	background-color: #ddd;
	color: black;
}
.navbar a.active {
	background-color: #4CAF50;
	color: white;
}
.navbar .icon {
	display: none;
}
@media screen and (max-width: 600px) {
  .navbar.responsive{
	position: relative;
  }
  .navbar.responsive a.icon {
  	position: absolute;
  	right: 0;
  	top: 0;
  }
  .navbar.responsive a {
  	float: none;
  	display: block;
  	text-align: left;
  }
}
#logo img {
  width: 25%;
}
#logo h1 {
  color: #ed1c24;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.services{
  background: #f1f1f1;
  text-align: center;
}
.services h1{
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 4px solid #ed1c24;
  font-size: 20px;
  padding-bottom: 10px;
  margin-top: 40px;
}
.cen{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 20px;
}
.service{
  display: inline-block;
  width: calc(100% / 3);
  margin: 0 -2px;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.4s;
}
.service:hover{
  background: #ddd;
}
.service i{
  color: #3498db;
  font-size: 34px;
  margin-bottom: 30px;
}
.service h2{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.service p{
  color: gray;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .service{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .service{
    width: 100%;
  }
}
.about-section{
  width: 100%;
  background: #ffffff;
  padding: 40px 0;
}
.inner-width{
  max-width: 1000px;
  overflow: hidden;
  padding: 0 20px;
  margin: auto;
}
.about-section h1{
  text-align: center;
}
.border{
  width: 100px;
  height: 3px;
  background: #ed1c24;
  margin: 40px auto;
}
.about-section-row{
  display: flex;
  flex-wrap: wrap;
}
.about-section-col{
  flex: 50%;
}
.about{
  padding-right: 30px;
}
.about p{
  text-align: justify;
  margin-bottom: 20px;
}
.about a{
  display: inline-block;
  color: #ed1c24;
  text-decoration: none;
  border: 2px solid #ed1c24;
  border-radius: 24px;
  padding: 8px 40px;
  transition: 0.4s linear;
}
.about a:hover{
  color: #fff;
  background: #ed1c24;
}
.skills{
  padding-left: 30px;
}
.skill{
  margin-bottom: 10px;
}
.progress{
  width: 100%;
  height: 12px;
  background: #ddd;
  border-radius: 12px;
}
.progress-bar{
  height: 12px;
  background: #ed1c24;
  border-radius: 12px;
}
.p1{
  width: 90%;
}
.p2{
  width: 70%;
}
.p3{
  width: 50%;
}
.progress-bar span{
  float: right;
  margin-right: 6px;
  line-height: 13px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width:700px) {
  .about-section-col{
    flex: 100%;
    margin: 10px 0;
  }
  .about,.skills{
    padding: 0;
  }
  .about{
    text-align: center;
  }
}
