/* Helpers */
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}

/* Margins */
.mr_up_5{margin-top: 5px;}
.mr_up_10{margin-top: 10px;}
.mr_up_15{margin-top: 15px;}
.mr_up_20{margin-top: 20px;}
.mr_up_25{margin-top: 25px;}
.mr_up_30{margin-top: 30px;}
.mr_up_40{margin-top: 40px;}

/*padding*/
.pd_down_5{padding-bottom: 5px;}
.pd_down_20{padding-bottom: 20px;}
.pd_down_30{padding-bottom: 30px;}
.pd_down_40{padding-bottom: 40px;}

/* Clear fix */
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* General CSS */
*{
  margin: 0;
  padding: 0;
}

img{
  max-width: 100%;
}

body{
  font-family: 'Nunito Sans', sans-serif;
  }

.container{
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.piroll_header{
  background-color: #e9e9e9;
}

.pt{
  background-image: url("img/95cdfeef.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 60px 20px;
  margin-top: 60px;
}

.h{
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
  padding: 15px 30px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}

.nav{
  display: none;
}

.navbar{
  margin: 0;
  float: right;
}

.side-nav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.side-nav a{
  padding: 15px 10px;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
  font-size: 20px;
  color: #ccc;
  display: block;
  transition: 0.3s;
}

.side-nav a:hover{
  color: #f9c801;
}

.side-nav .btn-close{
  position: absolute;
  top: 0;
  left: 22px;
  font-size: 36px;
  margin-right: 50px;
}

.about img{
  padding: 50px 20px 0 20px;
}

.about, .professional_skills, .Work_Process
, .counters, .items, .slider, .contact_us{
  padding: 60px 20px;
}

.persentation_text h3, .about h3, .professional_skills h3,
 .Work_Process h3, .contact_us h3{
  color: #1d1d1d;
  font-size: 22px;
}

.persentation_text p, .about p, .Work_Process p, .contact_us p{
  color: #787878;
  line-height: 1.6;
  font-size: 13px;
}

.persentation_text button, .contact_form button{
  border: 0;
  padding: 10px 15px;
  /*background-color: transparent;*/
  background-color: #f9c801;
  color: #1d1d1d;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
}

.persentation_text button:hover, .contact_form button:hover{
  color: #fff;
}

.img_skills, .img2, .brand{
  display: none;
}

.skills{
  background-color: #f8f9f9;
}

.professional_skills p{
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 20px;
}

#progress_bar1, #progress_bar2, #progress_bar3{
  background-color: #d8d8d8;
  border-radius: 3px; /* (height of inner div) / 2 + padding */
  width: 250px;
  margin: 0 auto;
}

#progress_bar1 > div{
   background-color: #f9c801;
   width: 0; /* Adjust with JavaScript */
   height: 4px;
   border-radius: 1px;
}

#progress_bar2 > div{
  width: 0;
  background-color: #f9c801;
  height: 4px;
  border-radius: 1px;
}

#progress_bar3 > div{
  width: 0;
  background-color: #f9c801;
  height: 4px;
  border-radius: 1px;
}

.counters, .slider{
  background-color: #f9c801;
}

.count_text p{
  line-height: 1.6;
  font-size: 13px;
  color: #ffffff;
}

.img1 img, .img2 img{
  margin-bottom: -5px;
}

.img1, .img2{
  position: relative;
  overflow: hidden;
}

.load_work .im1, .load_work .im2, .load_work .im3, .load_work .im4
 ,.load_work .im11, .load_work .im21, .load_work .im31, .load_work .im41{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}

.im1:hover, .im2:hover, .im3:hover, .im4:hover
 ,.im11:hover, .im21:hover, .im31:hover, .im41:hover{
  background-color: #000;
  /* background-image: url("img/hover.png"); */
  opacity: 0.7;
  max-width: 100%;
  margin: 0 auto;
}

.load{
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
}

.load p{
  text-decoration: none;
  color: #8e8e8e;
  font-size: 15px;
  cursor: pointer;
}

.items, .contact_us{
  background-color: #f5f5f5;
}

.item1 h4, .item2 h4{
  color: #191919;
  margin: 10px 0;
  font-size: 13px;
}

.item1 p, .item2 p{
  color: #787878;
  font-size: 10px;
  line-height: 1.5;
}

.s p{
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 15px;
}

.s span{
  color: #ffffff;
  font-size: 11px;
}

.name input, .e input, .title input{
  border: 0;
  background-color: #ffffff;
  padding: 10px 10px;
  font-size: 11px;
  width: 80%;
  margin: 10px 10px;
}

.contact_form textarea{
  border: 0;
  background-color: #ffffff;
  padding: 10px 10px;
  font-size: 11px;
  width: 80%;
  height: 100px;
  margin: 10px 10px;
}

/*media*/

/*480px*/
@media only screen and (min-width:480px){

  .pt, .about, .professional_skills, .Work_Process
  , .counters, .items, .slider, .contact_us{
    padding: 70px 40px;
  }

  .h{
    padding: 15px 40px;
  }
}

/*768px*/
@media only screen and (min-width:768px){

  .about, .professional_skills, .Work_Process, .slider, .contact_us, .brand{
    padding: 80px 50px;
  }

  .counters, .items{
    padding: 50px 50px;
  }

  .h{
    padding: 15px 50px;
  }

  .pt{
    margin-top: 55px;
    padding: 80px 50px;
  }

  .persentation_text{
    width: 60%;
    text-align: left;
    float: right;
  }

  .navbar{
    display: none;
  }

  .nav{
    display: block;
    float: right;
  }

  .nav a{
    font-size: 13px;
    color: #191919;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 600;
  }

  .nav a:hover{
    color: #f9c801;
  }

  .img_skills{
    float: right;
    display: block;
    width: 50%;
    margin-bottom: -5px;
  }

  .professional_skills{
    float: left;
    width: 50%;
    padding: 35px 0;
  }

  .counter-item, .item1, .item2{
    float: left;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .item2{
    padding: 0;
    margin-top: -5px;
  }

  .img1, .img2{
    float: left;
    width: 50%;
  }

  .load{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .load p{
    font-size: 17px;
  }

  .s p {
    font-size: 17px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
}

  .brand{
    display: block;
  }

  .brand img:hover{
    filter: drop-shadow(0px 0px 0px blue) invert(90%);
  }

  .brand img{
    margin: 0 auto;
    margin: 10px 40px;
  }

  .name input{
    float: left;
    width: 35%;
    margin-left: 48px;
  }

  .e input{
    float: right;
    width: 35%;
    margin-right: 48px;
  }

  .f{
    width: 90%;
    margin: 0 auto;
  }
}

/*1200px*/
@media only screen and (min-width:1200px){

  .persentation_text h3, .about h3, .professional_skills h3,
   .Work_Process h3, .contact_us h3{
      font-size: 30px;
  }

  .persentation_text p, .about p, .Work_Process p, .contact_us p {
    font-size: 17px;
}

.persentation_text button, .contact_form button, .nav a {
    font-size: 15px;
  }

  .pt{
    padding: 80px 65px;
  }

  .about{
    width: 62%;
    margin: 0 auto;
  }

  .professional_skills{
    margin-top: 70px;
    text-align: left;
  }

#progress_bar1, #progress_bar2, #progress_bar3{
    width: 550px;
  }

  .professional_skills h3{
    padding-left: 60px;
  }

  .professional_skills p{
    font-size: 13px;
    padding-left: 60px;
  }

  .counter-item, .img1, .img2{
    float: left;
    width: 25%;
  }

  .item1, .item2{
    width: 100%;
  }

  .item1 h4, .item2 h4 {
    font-size: 15px;
}

.item1 p, .item2 p {
    font-size: 11px;
}

  .item1{
    margin-bottom: 50px;
  }

  .item1 .item, .item2 .item{
    float: left;
    width: 25%;
    margin: 0 auto;
  }

  .s p{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .s span {
    font-size: 13px;
  }

  .name input{
    float: left;
    width: 36%;
    margin-left: 78px;
  }

  .e input{
    float: right;
    width: 36%;
    margin-right: 78px;
  }

  .f{
    width: 70%;
    margin: 0 auto;
  }
}
