body{
    font-family: 'Poppins', sans-serif;
}
.header{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.main{
    width: 100%;
}
.logo img{
    width: 80px;
}
ul.menu li{
    list-style: none;
    display: inline-block;
}
ul.menu{
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.menu li a{
    color: #000;
    padding: 15px;
}
.menu li a:hover{
    text-decoration: none;
    color: #6DBE48;
    border-bottom: 3px solid #6DBE48;
}
.h-contact span{
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 300;
}
.h-contact{
    font-weight: 700;
    font-size: 16px;
}

/* Banner Animation */
.content {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    height: 140px;
    overflow: hidden;
    font-family: "Lato", sans-serif;
    font-size: 80px;
    line-height: 135px;
    color: #ecf0f1;
  }
  .content__container {
    font-weight: 600;
    overflow: hidden;
    height: 135px;
    padding: 0 ;
  }
  .static-text{
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    margin-top: -40px;
  }
  .content__container:after, .content__container:before {
    position: absolute;
    top: 0;
    color: #16a085;
    font-size: 30px;
    line-height: 135px;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  .content__container__text {
    display: inline;
    float: left;
    margin: 0;
  }
  .content__container__list {
    margin-top: 0;
    padding-left: 0;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
  }
  .content__container__list__item {
    line-height: 145px;
    margin: 0;
    color: #000;
  }
  
  @-webkit-keyframes opacity {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @-webkit-keyframes change {
    0%, 12.66%, 100% {
      transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
      transform: translate3d(0, -25%, 0);
    }
    33.32%, 45.98% {
      transform: translate3d(0, -50%, 0);
    }
    49.98%, 62.64% {
      transform: translate3d(0, -75%, 0);
    }
    66.64%, 79.3% {
      transform: translate3d(0, -50%, 0);
    }
    83.3%, 95.96% {
      transform: translate3d(0, -25%, 0);
    }
  }
  @keyframes opacity {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes change {
    0%, 12.66%, 100% {
      transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
      transform: translate3d(0, -25%, 0);
    }
    33.32%, 45.98% {
      transform: translate3d(0, -50%, 0);
    }
    49.98%, 62.64% {
      transform: translate3d(0, -75%, 0);
    }
    66.64%, 79.3% {
      transform: translate3d(0, -50%, 0);
    }
    83.3%, 95.96% {
      transform: translate3d(0, -25%, 0);
    }
  }
  .red{
    color: #c5221f;
  }
  .green{
    color: #1e8e3e;
  }
  .blue{
    color: #1a73e8;
  }
  .yellow{
    color: #f29900;
  }
  .banner{
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    padding: 90px 0;
    background-size: cover;
  }
  .box{
    border: 1px solid #f1f1f1;
    padding: 15px;
    display: flex;
  }
  .award{
    margin: 50px 0 0 0;
  }
  .number{
    color: #16a085;
    font-size: 30px;
    font-weight: 700;
  }
  .box i{
    font-size: 45px;
  }
  .all-details{
    padding-left: 30px;
  }
  .icon{
    padding: 15px 0 0 0;
  }
  .about{
    margin: 50px 0 0  0;
    background: #f1f1f1;
    width: 100%;
  }
  .big-title{
    font-size: 70px !important;
    font-weight: 700;
    line-height: 76px !important;
    padding-top: 50px;
  }
  .about .col-sm-6 img{
    width: 100%;
  }
  .about .aboutus{
    padding-right: 150px;
  }
.servicebox{
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
    min-height: 390px;
    position: relative;
}
.servicebox h2{
    font-size: 20px;
    font-weight: 600;
    border-left: 4px solid #16a085;
    padding-left: 15px;
    margin-left: -15px;
}
.readmore{
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
}
.readmore:hover{
    color: #16a085;
    border: 1px solid #16a085;
    text-decoration: none;
    cursor: pointer;
}
.footer{
    background: #000;
    margin-top: 50px;
    padding: 50px 0;
}
.call{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.call span, .quick span, .social span{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    border-left: 4px solid #16a085;
    padding-left: 10px;
}
.quick{
    margin: 0 50px;
    
}
.quick a {
    width: 49%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.quick a:hover{
    color: #16a085;
    text-decoration: none;
}
.social i{
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 5px;
}
.boxinner{
   
    border-radius: 10px;
    padding: 15px;
}
.htitle{
    color: #fff;
}
.topp{
    margin-top: 0 !important;
}
.form{
    background: #f1f1f1;
    width: 70%;
    margin-top: 50px;
    padding: 20px;
    border-radius: 15px;
}
.form-group{
    
}
.formtitle{
    font-style: italic;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.fbtn{
    background: #16a085;
    color: #FFF;
    width:100%;
    padding: 8px 0;
    text-align: center;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
}
.contactdetails{
    margin-top: 20px;
    border: 1px solid #f1f1f1;
    padding: 15px;
}
.mobilenav{
  display: none;
}
ul.menu{
  display: block ;
}
@media only screen and (max-width: 600px) {
  .content{
    font-size: 45px;
    height: 55px;
  }
  .content__container__list__item{
    line-height: 54px;
  }
  .big-title {
    font-size: 35px !important;
   
    line-height: 35px !important;
    
}
.about .aboutus{
  padding: 0 15px;
}
  .static-text{
    font-size: 45px;
    margin-top: 0px;
  }
  .servicebox{
    min-height: auto;
  }
  .readmore{
    position: relative;
  }
  .quick {
    margin: 15px 0px;
    padding: 0 15px;
}
.call, .social{
  padding: 0 15px;
}
.mobilenav{
  display: block;
  border: 0;
  background: #6dbe48;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

ul.menu{
  width: 80%;
  display: none;
  background: #6dbe48;
  right: 0;
  z-index: 1;
  height: 100vh;
  position: absolute;
}
ul.menu li{
  display: block;
  padding: 10px;
    border-bottom: 1px solid #5fab3b;
}
/* .about .row{
  margin: 0;
  padding: 0;
} */
.banner{
  padding: 40px 0;
}
/* .aboutimg{
  margin: 0 -15px;
} */
.desktop{
  display: none !important;
}
.mobile{
  display: block !important;
}
.form{
  width: 100%;
}

}

.desktop{
  display: block;
}
.mobile{
  display: none;
}
.service-icon{
  text-align: center;
  margin-top: 30px;
}
.service-icon i {
  font-size: 60px;
  width: 100px;
  margin: 5px auto;
  /* border: 1px solid #f1f1f1; */
  text-align: center;
  padding: 10px 0;
}
.fa-wordpress{
  color: #21759b;
}
.fa-opencart{
  color: #229ac8;
}
.fa-angular{
  color: #c3002f;
}
.fa-react{
  color: #61DBFB;
}
.fa-magento{
  color: #f46f25;
}
.design h2{
  font-size: 22px;
}
.design h3{
  font-size: 18px;
}
.design .servicebox{
  min-height: 190px;
}