.fa {
      padding: 8px;
        font-size: 25px !important;
        width: 40px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        margin: 5px;
        border-radius: 50%;
    }
    
    
    .fa:hover {
        opacity: 0.7;
    }
    
    .fa-facebook {
      background: #3B5998;
      color: white;
    }
    .fa-whatsapp {
      background: #25D366;
      color: white;
    }
    
    .fa-twitter {
      background: #55ACEE;
      color: white;
    }
    
    .fa-google {
      background: #dd4b39;
      color: white;
    }
    
    .fa-linkedin {
      background: #007bb5;
      color: white;
    }
    
    
    .fa-instagram {
      background: #125688;
      color: white;
    }
    .fa-pinterest {
      background: #cb2027;
      color: white;
    }
    
    #hero{
        background:unset;
    }
    
    #header.header-transparent {
    background: #fff;
}
    
    #hero .single-product h2{
        font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #f03;
    }
    
    .involved{
        padding-bottom:60px;
    }
    
    .involved .content span{
        color:#000000;
        font-weight:600;
        font-size:18px;
    }
    
    .involved .content h3{
        text-transform: capitalize;
    font-weight: bold;
    font-size: 30px !important;
    color: #f03 !important;
    padding: 0;
    margin: 3px 0 25px;
    }
    .involved figure{
        width:100%;
        height:100%;
    }
    .involved figure img{
        width:100%;
        height:100%;
    }
    
    .involved .content p{
            font-size: 15px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-bottom:15px;
    margin:0;
    }
    
    @media only screen and (max-width:1024px){
        .involved .content h3{
            font-size:18px importent;
        }
    }
    
    /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.section-title {
    padding-bottom: 50px;
    text-align: center;
}
.section-title p{
    letter-spacing: 0.2px;
    margin: 0;
    margin: 0;
    font-size: 17px;
     font-weight: 400; 
     text-transform: lowercase; 
    color: #010483;
    width: 75%;
    margin: 0 auto;
}

.section-title h2::after{
    display:none;
}

.section-title h2{
    color: #f03 !important;
    letter-spacing: 0.3px;
    padding-bottom:30px !important;
}
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 200px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #ff5821;
}
.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.services .title a {
  color: #343a40;
}
.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #ff5821;
}
.services .icon-box:hover .icon i {
  color: #ff5821;
}
.services .icon-box:hover .title a {
  color: #ff5821;
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}
    
.food-application{
        background-color: transparent;
    background-image: linear-gradient(135deg, #FF575A 0%, #44AF69 100%);
    padding:50px 0;
}

.food-application img{
    width:100%;
    height:100%;
}

.food-application h2{
    font-size:30px !important;
    color:#ffffff !important;
    margin:0 !important;
    padding-bottom:30px;
    font-weight:bold;
}

.food-application p{
    font-size:17px;
    color:#ffffff;
    line-height:30px;
    letter-spacing:0.3px;
    margin:0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100%;
    background-color:#37517e;
    
}

.single-product {
    position:relative;
}

.single-product .crop{
    position: absolute;
    top: 0;
    right: 0;
    width: 13%;
    height: auto;
}

.single-product .inner{
    text-align:center;
}



#hero h1 {
    font-size: 40px;
    font-weight: bold;
    /*color: #f03;*/
}

#hero .single-product .inner h2 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 26px;
}

#hero .single-product .inner p{
    color: #ffffff;
    padding-bottom: 20px;
    text-align: center;
    width: 70%;
    font-size:15px;
    margin: 0 auto;
}

#hero .btn-get-started {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #47b2e4;
}

#hero .btn-get-started:hover {
    background: #209dd8;
}

#hero .btn-watch-video {
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

#hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

#hero .btn-watch-video:hover i {
    color: #47b2e4;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 80px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #e03a3c;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: #111111;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

#counts h2,.section-title h2,#featured-services h2,.app-development h2{
    text-transform: none;
    font-weight: bold;
    font-size: 25px;
    color: #f03;
    padding: 0;
    margin: 3px 0 25px;
    text-align:center;
    
}

.app-development figure img{
    width:70% !important;
    margin:0 auto;
    display:block;
}

#featured-services .txt,.app-development .txt {
    letter-spacing: 0.2px;
    margin: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    color: #000000;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 30px;
}

#counts{
    text-align:center;
}

#counts  .txt{
    letter-spacing: 0.2px;
    margin: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: lowercase;
    color: #010483;
    width: 75%;
    margin: 0 auto;
    padding-bottom:100px;
}
#counts h4{
    font-size: 25px;
    color: #673ab7;
    font-weight: bold;
    padding: 15px 0 5px;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services,.involved,.food-application,#counts{
   /* box-shadow: 0px 2px 7px #000;*/
}
.involved{
    padding-top:30px;
}
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  margin-bottom: 20px;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #3fbbc0;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
    display: none;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #3fbbc0;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #f03;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description,.featured-services .icon-box:hover ul li,.featured-services .icon-box:hover ul li b {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 80px;
  bottom: 90px;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #4154f1;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 100%;
  border-radius: 2px;
  padding: 0 0 20px;
  position: relative;
  top:40px;
}

.counts h5 {
    text-align: left;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}
.counts ul li {
    text-align: left;
    font-size: 16px !important;
    padding-bottom: 15px;
    list-style: none;
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 33%;
  margin-left: -25px;
  background-color: #f03;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}


.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-clock {
  width: 25%;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  color:#000;
  font-weight:bold;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.flex-around {
      margin-left:50px;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}


.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-development{
    background-color:#f0f4f8;
    padding-top:60px;
}
.app-development figure img,.app-development figure{
    width:100%;
    height:100%;
}

.app-development .txt{
    text-align:left;
}

@media only screen and (max-width:1024px){
    #counts h2, .section-title h2, #featured-services h2, .app-development h2{
    font-size:22px;
}
.app-development figure img, .app-development figure{
    height:auto;
}
#counts .txt,#featured-services .txt, .app-development .txt {
    font-size: 15px;
    width: 100%;
    line-height: 30px;
    padding-bottom: 30px;
}
}

@media only screen and (max-width:812px){
    #featured-services .txt,.app-development .txtP{
        font-size: 16px;
        width:100%;
    } 
    
    #counts .txt {
        font-size: 15px;
        line-height: 28px;
    }
    
    .counts {
    padding-top: 30px;
    padding:30px 0 30px;
}
    
    #featured-services .mb-5 {
    margin-bottom: 1rem!important;
}
#counts .txt {
    font-size: 16px;
    width:100%;
    padding-bottom: 37px !important;
}
.featured-services .icon-box{
    margin-bottom:0;
}

.food-application img{
    width:70%;
    margin:0 auto;
    display:block;
    padding:40px 0 0;
}
#counts h2,.section-title h2,#featured-services h2,.app-development h2{
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
    color: #f03;
    padding: 0;
    margin: 3px 0 20px;
    text-align:center;
    line-height: 19px;
    
}
.section-title p{
    width:100%;
}

}



.inner p{
    color:#ffffff;
    
}
@media only screen and (max-width: 768px) {
    .inner p{
    color:#000000;
    
}
}
.inner {
    text-align:center;
padding: 20px 0px;
}
.inner-text {
padding: 0px 15px;
}

@media only screen and (max-width:480px){
    #hero h1{
        font-size:30px;
    }
    .app-development .inner-text p {
    font-size: 15px;
    line-height: 30px;
}
#counts h2, .section-title h2, #featured-services h2, .app-development h2{
    margin:3px 0 20px;
    font-size:15px;
}
#featured-services .txt, .app-development .txtP {
    font-size: 14px;
    line-height: 28px;
}
.featured-services .title {
    margin-bottom: 10px;
    font-size: 15px;
}
.featured-services .description {
    font-size: 14px;
    line-height: 27px;
}
.food-application h2 {
    font-size: 20px !important;
    padding-bottom: 20px;
}
.food-application p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1px;
}
.section-title h2{
    padding:0 !important;
}
.section-title p {
    letter-spacing: 0.1px;
    font-size: 14px;
    line-height: 26px;
}
.services .title {
    margin-bottom: 10px;
    font-size: 15px;
}
.services .icon {
    top: -30px;
    width: 65px;
    height: 65px;
}
.services .icon i{
    font-size:20px;
}
.services .icon-box{
    margin-top:15px;
}
}