/*--------------------------------------------------
	[SUBSCRIBE]
----------------------------------------------------*/
.subscribe {
  padding: 42px 0;
  background: #2c3a46;
  /* Subscribe Wrapper */
  /* Input Field */
}
.subscribe .subscribe-wrap {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.subscribe .subscribe-body {
  clear: both;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.subscribe .subscribe-desc {
  padding-right: 20px;
}
.subscribe .subscribe-desc h1 {
  font-size: 30px;
  margin: 0 0 10px;
  letter-spacing: 2px;
  color: #fff;
}
.subscribe .subscribe-desc p {
  color: #5d7283;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 0;
}
.subscribe .input-field {
  float: right;
}

@media (max-width: 768px) {
  .subscribe {
    padding: 30px 0;
  }
  .subscribe .subscribe-wrap,
  .subscribe .subscribe-body {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .subscribe .input-field {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .subscribe .input-field .form-control {
    min-height: 40px;
  }
  .subscribe .input-field .btn-danger.btn-md {
    font-size: 14px;
    padding: 10px;
  }
  .subscribe .subscribe-desc h1 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .subscribe .subscribe-desc p {
    font-size: 16px;
  }
}
/*--------------------------------------------------
	[SERVICES]
----------------------------------------------------*/
.service-bg {
  padding-top: 130px;
  padding-bottom: 80px;
}
.service-bg .services {
  margin: 0 auto;
  text-align: center;
}
.service-bg .services h2 {
  font-size: 23px;
  margin: 0 0 10px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #3f5263;
}
.service-bg .services p {
  font-size: 16px;
  color: #8693a7;
}
.service-bg .services .services-wrap {
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  position: relative;
  margin: 0 auto 70px;
  vertical-align: middle;
}
.service-bg .services .services-wrap:before {
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #e8ecf1;
}
.service-bg .services .services-wrap img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
}
.service-bg .services .service-body {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/*--------------------------------------------------
	[FEATURES]
----------------------------------------------------*/
.features-bg {
  padding: 100px 0 100px 0;
  background: #f7fafd;
}
.features-bg .features {
  overflow: hidden;
}
.features-bg .features img {
  width: 300px;
  height: auto;
  float: left;
  margin-right: 15px;
}
.features-bg .features .features-in {
  overflow: hidden;
}
.features-bg .features .features-in h3 {
  font-size: 23px;
  font-weight: 500;
  text-transform: capitalize;
}
.features-bg .features .features-in h3 a {
  color: #3f5263;
}
.features-bg .features .features-in h3 a:hover {
  color: #bf5757;
  text-decoration: none;
}
.features-bg .features .features-in p {
  color: #8693a7;
}

@media (max-width: 480px) {
  .features-bg .features img {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------
	[TEAM]
----------------------------------------------------*/
.team-bg {
  z-index: 1;
  height: auto;
  overflow: hidden;
  padding: 100px 0 100px 0;
  background: url(../../../../assets/frontend/onepage2/img/bg/bg_parallax.jpg) 50% 0 fixed;
  background-size: cover;
  background-position: center center;
  /* Team Members */
  /* Team About */
}
.team-bg .team-members {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}
.team-bg .team-members .team-avatar {
  position: relative;
}
.team-bg .team-members .team-avatar:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(129, 129, 129, 0.1);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.team-bg .team-members .team-avatar img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.team-bg .team-members .team-desc {
  left: auto;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.team-bg .team-members .team-desc .team-details {
  float: left;
}
.team-bg .team-members .team-desc .team-details h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #fff;
}
.team-bg .team-members .team-desc .team-details span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.team-bg .team-members .team-desc .team-socials {
  right: 20px;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: right;
  list-style: none;
  position: absolute;
}
.team-bg .team-members .team-desc .team-socials li {
  padding: 0 3px;
  display: inline-block;
}
.team-bg .team-members .team-desc .team-socials li a {
  text-decoration: none;
}
.team-bg .team-members .team-desc .team-socials li a i {
  font-size: 20px;
  color: #fff;
}
.team-bg .team-members .team-desc .team-socials li a i:hover {
  color: #d15d5d;
}
.team-bg .team-members:hover .team-avatar:after {
  background: rgba(47, 60, 72, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.team-bg .team-members:hover .team-desc {
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
}
.team-bg .team-members:hover .team-desc {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-bg .team-about {
  padding: 30px;
  background: rgba(129, 129, 129, 0.1);
}
.team-bg .team-about h3 {
  color: #d4d9de;
  font-size: 20px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.team-bg .team-about p {
  color: #8693a7;
}

/* Stylesheet design for above 992px */
@media (min-width: 992px) {
  /* 992px */
  .team-about {
    min-height: 495px;
  }
}
/*--------------------------------------------------
	[CLIENTS]
----------------------------------------------------*/
.clients {
  /* Clients Quotes */
}
.clients .clients-bg {
  padding-top: 100px;
  background: #3194a4;
  /* Owl Carousel */
}
.clients .clients-bg .owl-carousel {
  text-align: center;
}
.clients .clients-bg .owl-carousel .item {
  cursor: pointer;
}
.clients .clients-bg .owl-carousel .item img {
  display: block;
  text-align: center;
  width: 140px !important;
  height: auto;
  margin: 0 auto 40px;
  opacity: .35;
}
.clients .clients-bg .owl-carousel .item:hover img {
  opacity: 1;
}
.clients .clients-bg .owl-carousel .active.center .item img {
  opacity: 1;
}
.clients .clients-quotes {
  text-align: center;
  position: relative;
  background: #f7fafd;
  padding: 40px 0 100px;
}
.clients .clients-quotes:before {
  top: -3px;
  left: 50%;
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  margin-left: -15px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #3194a4 transparent transparent transparent;
}
.clients .clients-quotes .client-quote {
  display: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.clients .clients-quotes .client-quote.active {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.clients .clients-quotes .client-quote p {
  padding: 0 20%;
  font-size: 19px;
  margin-bottom: 25px;
  color: #8693a7;
}
.clients .clients-quotes .client-quote h4 {
  color: #5f6f77;
  font-size: 20px;
  margin: 0 0 10px;
}
.clients .clients-quotes .client-quote span {
  font-size: 14px;
  text-transform: uppercase;
  color: #bf5757;
}

/*--------------------------------------------------
	[PORTFOLIO]
----------------------------------------------------*/
.portfolio {
  padding: 100px 0 100px 0;
}

/*--------------------------------------------------
	[PRICING]
----------------------------------------------------*/
.pricing-bg {
  padding: 100px 0 100px 0;
  background: #f7fafd;
  /* Prcing Red */
}
.pricing-bg .pricing {
  padding: 50px;
  text-align: center;
  border: 2px solid #aebcc7;
}
.pricing-bg .pricing img {
  width: 60px;
  height: auto;
  margin-bottom: 30px;
}
.pricing-bg .pricing h4 {
  font-size: 27px;
  margin: 0 0 15px;
  color: #3f5263;
}
.pricing-bg .pricing span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f5263;
}
.pricing-bg .pricing .pricing-features {
  padding: 0;
  margin: 35px 0;
  list-style: none;
}
.pricing-bg .pricing .pricing-features li {
  padding: 3px 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #8693a7;
}
.pricing-bg .pricing-red {
  border: none;
  padding: 80px 0;
  background: #d15d5d;
}
.pricing-bg .pricing-red h4,
.pricing-bg .pricing-red span {
  color: #fff;
}
.pricing-bg .pricing-red .pricing-features li {
  color: #f7a0a0;
}

/* Stylesheet design for above 992px */
@media (min-width: 992px) {
  /* 992px */
  /* Prcing Red */
  .pricing {
    margin-top: 50px;
  }

  .pricing-red {
    margin-top: 20px;
  }

  .pricing.no-right-brd {
    border-right: none;
  }

  .pricing.no-left-brd {
    border-left: none;
  }
}


.captcha { position:relative; min-height:1px; }
.captchabox {
    padding: 10px; vertical-align:top;
	width:97px;
	height: 50px;
	line-height: 40px;
	font-size: 1.08em;
	font-weight: bold;
	margin-bottom: 15px;
	}
.refreshbtn {
	background:url(../../../global/img/refreshbtn.png) no-repeat 0 0;
	width:35px; height:31px; font-size:0px; text-indent:-999px; 
	overflow:hidden; display:block; 
	position:absolute; left:118px; top:3px;
}
.refreshbtn:hover { background-position:0 -41px; }

#result{ font-size:12px;margin-left:5px;font-weight:bold;}
.short{ font-size:12px;color:#FF0000;}
.weak{font-size:12px;color:#E66C2C; }   
.good{font-size:12px;color:#2D98F3; }   
.strong{font-size:12px;color:#006400;}
.mandatory-icon { font-family: 'Open Sans', sans-serif; color:#db1717; font-size:20px; line-height:1; vertical-align:bottom; }

.form-control,.bs-select{
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.btn{
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}


