.header-area{
	height: 700px;
	overflow: hidden;
	/*display: flex;*/
	/*align-content: center;*/
	/*justify-content: center;*/
}



.contact-us li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 24px;
    color: #116934;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-us li a{
	background: #3b999f;
	font-size: 13px;
	letter-spacing: 2px !important;
	margin: 0 0 0 60px;
	padding: 10px 20px;
	color: #fff !important;
}
.move-top{
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
}

#features-two{
	background: rgb(74,194,160);
	background: linear-gradient(90deg, rgba(74,194,160,1) 0%, rgba(52,135,158,1) 100%);
	
}
#app-features.why-us{
	padding-bottom: 0 !important;
}
.why-us .show-box{
  margin-bottom: 0px !important;
}


/*Services*/
.services h2{
	color: #fff;
}
.services h4{
	font: 700 30px/40px 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#screenshots.services .screenshot-thumb {
    margin: 15px;
    text-align: center;
    background: #fff;
    padding: 10px 10px 50px;
    border-radius: 25px;
    min-height: 545px;
}
.owl-carousel .owl-wrapper-outer{
	padding: 30px 0;
}
#screenshots.services .item{
      transition: transform 0.3s ease-in-out;

}
#screenshots.services .item:hover{
	transform: scale(1.1);
}
.services p{
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}
.services .touch-slider p{
	font: 500 16px/24px 'Raleway', sans-serif;
	color: #747e80;
}

.choose-us{
	    background: rgb(74,194,160);
	    background: linear-gradient(90deg, rgba(74,194,160,1) 0%, rgba(52,135,158,1) 100%);
}
.choose-us h2{
	color: #fff;
}
.choose-us .single-team{
  background: #fff;
  border-radius: 25px;
}
.choose-us .team-thumb{
	background: rgb(74,194,160);
	background: linear-gradient(90deg, rgba(52,135,158,1) 0%, rgba(74,194,160,1) 100%);
	width: 150px;
	margin: 0 auto;
	border-radius: 100%;
	padding: 30px;
}
.choose-us .team-inner{
	text-align: center;
}
.choose-us .team-title{
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 23px;
	letter-spacing: 2px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.choose-us .single-team .team-details{
	padding: 20px 15px 20px;
}
.choose-us .team-inner p{
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	color: #686868;
}

/*#testimonial.testimonials{
	padding-bottom: 0px !important;
}
.testimonials h2{
  color: #fff;
}*/
.google-review{
	margin: 0 0 10px;
	width: 30%;
}

.google-review img{
	width: 100%;
}
.testimonials .description{
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	color: #686868;
}
.testimonials .testimonial-item{
	padding: 40px;
	border-radius: 25px;
	min-height: 260px;
}
.get-connected h2.headt{
	color: #fff;
	font-size: 44px;
	margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	position: relative;
}
.get-connected .section-title{
	    font-size: 33px;
    font-weight: 800;
    margin-bottom: 30px;
}



/*Rebranding*/
.rebranding {
	background: #ebf4fa !important;
}
.btn-mob{
	display: none;
}


/*Contact Form CSS -- start */
.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.form-group{
  position: relative;
}
.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  position: absolute;
  font-size: 12px;
  bottom: -34px;
  left: 18px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
/*Contact Form CSS -- end */

.thankyou-header{
  height: 400px;
}

.thankyou-header .overlay{
  background: rgb(74,194,160);
  opacity: 1;
  background: linear-gradient(90deg, rgba(74,194,160,1) 0%, rgba(52,135,158,1) 100%);
}
.thankyou-header.hero-area-2 .contents {
    padding: 200px 0 140px;
}
.get-back p{
      font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #686868;
    line-height: 32px;
}
/***Media queries***/
@media only screen and (max-width: 767px){
	.navbar {
	    padding: 10px 0 !important;
	}
	.navbar-expand-md .navbar-brand, .navbar-expand-md .navbar-toggler {
	    margin: 6px 5px 6px 10px !important;
	}
	.btn-mob {
	    display: block;
	    background: #3b999f;
	    font-size: 12px;
	    letter-spacing: 2px !important;
	    margin: 0 10px 0px 0px;
	    padding: 11px 15px;
	    color: #fff !important;
	    line-height: 13px;
	    border-radius: 30px;
	}
	.bg-inverse {
	    background: #fff !important;
	}
	.navbar-expand-md .navbar-toggler {
	    background: transparent;
	    border: 1px solid #000;
	    border-radius: 3px;
	    margin: 5px;
	    cursor: pointer;
	    float: right;
	}
	.navbar-expand-md .navbar-toggler i {
	    color: #000 !important;
	}
}

@media only screen and (max-width: 480px){
  .header-area .navbar-brand{
  	width: 200px;
  }

  .header-area .navbar-brand img{
  	width: 100%;
  }

  .wrapper__video{
  	top: 52px;
  	position: relative;
  }

  .hero-area-2 .move-top .contents {
      padding: 78px 0 10px;
  }
  .hero-area-2 .contents h2 {
      font-size: 25px !important;
      line-height: 32px;
      margin:0 0 10px;
  }
  .hero-area-2 .contents p {
      color: #fff;
      font-size: 16px;
      line-height: 25px;
      font-weight: 400;
  }
  .hero-area-2 .contents p br{
  	display: none;
  }
  #contact {
      background: #ffffff;
      position: relative;
      text-align: center;
      margin: 10px 0px 0;
      /* width: 750px; */
      border-radius: 35px;
  }
  .header-area {
      height: 950px;
      overflow: hidden;
      /* display: flex; */
      /* align-content: center; */
      /* justify-content: center; */
  }
  .thankyou-header.header-area {
      height: 200px !important;
  }
  .thankyou-header.hero-area-2 .move-top .contents {
      padding: 114px 0 10px;
  }
  #app-features .content-left span {
      float: left;
      margin-left: 25px;
  }
  #app-features .content-left .text {
      margin-right: 0px;
      width: 75%;
      float: left;
      margin-bottom: 25px;
  }
  #app-features .box-item .icon {
      text-align: center;
      margin: 0 15px 0 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      border-radius: 50px;
      text-align: center;
      position: relative;
      background: rgb(74,194,160);
      background: linear-gradient(90deg, rgba(52,135,158,1) 0%, rgba(74,194,160,1) 100%);
      z-index: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      padding: 10px;
  }
  #app-features .content-right .text {
      margin-left: 0px;
      float: left;
      width: 75%;
      margin-bottom: 25px;
  }
  .footer-Content img{
  width: 100%;
  }

  #app-features .box-item .text h4, .single-team .team-details .team-title {
      font-weight: 700;
      font-size: 15px;
      margin-bottom: 15px;
      margin-top: 12px;
      line-height: 20px;
      letter-spacing: 2px;
      text-transform: uppercase;
  }
  .google-review {
      margin: 0 0 10px;
      width: 60%;
  }
  .services p {
      color: #fff;
      font-size: 17px;
      line-height: 30px;
      font-weight: 400;
  }
  .get-connected h2.headt {
      color: #fff;
      font-size: 20px;
      margin-bottom: 20px;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      position: relative;
      line-height: 30px;
  }
  .hero-area-2 .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: rgb(74,194,160);
      opacity: 1;
      background: linear-gradient(90deg, rgba(74,194,160,1) 0%, rgba(52,135,158,1) 100%);
  }
  .form-outer {
      padding: 60px 0 0;
  }
}