/*==========  Global  ==========*/
/*==========  Basics  ==========*/
html,
body {
  height: 100%;
}
body {
  background: #1d1d1d;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  font-size: 15px!important;
  line-height: 26px;
  color: #dbe7d0;
  font-family: 'Roboto Slab', serif;
  /*overflow-x: hidden;
  overflow-y: scroll;*/
	/*text-size-adjust: 250%;*/
	text-size-adjust:none!important;
}
a {
  color: #dbe7d0;
  text-decoration: none;
  border-bottom: 1px solid #dbe7d0;
}
a:hover{color:#67c011;text-decoration: none;
  border-bottom: 1px solid #67c011;}
h1,
h2,
h3,
h4,
h5,
h6 {font-family: 'Comfortaa', cursive;}
h3 {font-size:20px;}
.con-title {padding-top:10px}
.con-title a{color:#ffffff; text-decoration: none;font-size:18px;}.con-title a:hover{color:#67c011;}
.mid-img{padding: 15px 0px;} .mar-top{margin-top: 10px;}
/*==========  Sections  ==========*/
.header {
  text-align: center;
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67c011), to(#76bf2f));
  background-image: linear-gradient(to bottom, #67c011 0%, #76bf2f 100%);
}
.header .master-head {
  padding: 7% 30px;
}
.header .page-title {
  padding: 0 30px 0 30px;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 1px;
  color: #FFF;
}
.header .page-description {
  margin: 30px auto;
  max-width: 600px;
  font-size: 18px;
  line-height: 2em;
  color: #FFF;
}
.header .scroll-button {
  color: #FFF;
  font-size: 20px;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  background: #1d1d1d;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; border-radius: 50px;
}
.header .scroll-button:hover {
  background: #292929;
}
.header .scroll-button:active {
  background: #194c53;
}
.main-content {
  margin: 0px auto;
  position: relative;
}
.main-content .section-inner,
.main-content .post-wrapper {
  *zoom: 1;
}
.main-content .section-inner:before,
.main-content .post-wrapper:before,
.main-content .section-inner:after,
.main-content .post-wrapper:after {
  content: "";
  display: table;
}
.main-content .section-inner:after,
.main-content .post-wrapper:after {
  clear: both;
}
.entry-content p{text-align: justify; margin-bottom: 20px;}
.footer {
  background: #1d1d1d;
  padding: 100px 0px 200px 0px;
  position: relative;
  z-index: 1;
}
.footer .good-bye {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}
.footer .good-bye p {
  display: block;
  margin: 0px auto 30px auto;
  max-width: 500px;
  clear: both;
}
.section .section-inner {
  margin: 0px auto;
  width: 1024px;
}
@media only screen {
  .section .section-inner {
    width: auto;
    max-width: 1024px;
  }
}
/*==========  Stem  ==========*/
.stem-wrapper {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 50%;
}
.stem-wrapper.color-yellow .stem-background {
  background: #E9E566;
}
.stem-wrapper.color-green .stem-background {
  background: #35C189;
}
.stem-wrapper.color-white .stem-background {
  background: #FFF;
}
.stem-wrapper .stem,
.stem-wrapper .stem-background {
  position: absolute;
  top: 0px;
  left: -30px;
  width: 60px;
}
.stem-wrapper .stem {
  background: #1e4f56;
  height: 100%;
}
.stem-wrapper .stem-background {
  background: #67c011;
  height: 50%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.stem-padding,
.single-stem-icon {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  background: transparent url(../images/stem-mask.png) repeat-y top center;
}
.single-stem-icon.scroll-to-top {
  cursor: pointer;
  background-image: url(../images/scroll-to-top-icon.png);
}
/*==========  Post wrapper ==========*/
.post-wrapper {
  *zoom: 1;
}
.post-wrapper:before,
.post-wrapper:after {
  content: "";
  display: table;
}
.post-wrapper:after {
  clear: both;
}
.post-wrapper .post {
  position: relative;
  width: 432px;
  padding: 0px 0px 60px 0px;
  clear: both;
  opacity: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.post-wrapper .post.hidden .post-content {
  -webkit-transform: translateY(100px) rotateX(30deg);
  transform: translateY(100px) rotateX(30deg);
  opacity: 1;
}
.post-wrapper .post:hover .post-content,
.post-wrapper .post.active .post-content {
  opacity: 1;
}
.post-wrapper .post:hover .post-content .meta,
.post-wrapper .post.active .post-content .meta {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.post-wrapper .post:nth-child(even) {
  float: right;
}
.post-wrapper .post:nth-child(odd) {
  float: left;
}
.post-wrapper .post:nth-child(even) .stem-overlay {
  left: -110px;
}
.post-wrapper .post:nth-child(odd) .stem-overlay {
  right: -110px;
}
.post-wrapper .post.music-icon .stem-overlay .icon {
  background-image: url(../images/music-icon.png);
}
.post-wrapper .post.bitbucket-icon .stem-overlay .icon {
  background-image: url(../images/bitbucket-icon.png);
}
.post-wrapper .post.network-marketing-icon .stem-overlay .icon {
  background-image: url(../images/network-marketing-icon.png);
}
.post-wrapper .post.sankalp-icon .stem-overlay .icon {
  background-image: url(../images/sankalp-icon.png);
}
.post-wrapper .post.about-icon .stem-overlay .icon {
  background-image: url(../images/ventaforce-icon.png);
}
.post-wrapper .post.software-includes-icon .stem-overlay .icon {
  background-image: url(../images/software-includes-icon.png);
}
.post-wrapper .post.features-icon .stem-overlay .icon {
  background-image: url(../images/features-icon.png);
}
.post-wrapper .post.advantages-icon .stem-overlay .icon {
  background-image: url(../images/advantages-icon.png);
}
.post-wrapper .post.software-dev-process-icon .stem-overlay .icon {
  background-image: url(../images/software-dev-process-icon.png);
}
.post-wrapper .post.services-icon .stem-overlay .icon {
  background-image: url(../images/services-icon.png);
}
.post-wrapper .post.mobile-app-icon .stem-overlay .icon {
  background-image: url(../images/mobile-app-icon.png);
}
.post-wrapper .post.client-says-icon .stem-overlay .icon {
  background-image: url(../images/client-says-icon.png);
}
.post-wrapper .post.other-links-icon .stem-overlay .icon {
  background-image: url(../images/other-links-icon.png);
}
.post-wrapper .post.contact-icon .stem-overlay .icon {
  background-image: url(../images/contact-icon.png);
}
.post-wrapper .post.m-icon .stem-overlay .icon {
  background-image: url(../images/m-icon.png);
}
.post-wrapper .post.twitter-icon .stem-overlay .icon {
  background-image: url(../images/twitter-icon.png);
}
.post-wrapper .post.awards-icon .stem-overlay .icon {
  background-image: url("../images/awards.png");
}
.post-wrapper .post .stem-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 60px;
}
.post-wrapper .post .stem-overlay .icon {
  background: transparent no-repeat center center;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.post-wrapper .post .stem-overlay .stem-mask {
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent url(../images/stem-mask.png) repeat-y top center;
}
.post-wrapper .post .post-content {
  /*opacity: 0.8;*/
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: none;
  transform: none;
}
.post-wrapper .post .post-content .meta {
  color: rgba(103, 192, 17);
  margin: 0px 0px 15px 0px;
  letter-spacing: 1px;
  /*opacity: 0;*/
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.post-wrapper .post .post-content .post-title {
  font-size: 32px;
  line-height: 42px;
  margin: 0px 0px 15px 0px;
}
/*==========  Media queries  ==========*/
@media only screen and (max-width: 1080px) {
  .main-content,
  .main-content .section-inner {
    max-width: none;
  }
  .stem-wrapper {
    left: 80px;
  }
  .stem-padding,
  .single-stem-icon {
    margin: 0px;
    float: left;
    margin-left: 50px;
  }
  .post-wrapper .post,
  .post-wrapper .post:nth-child(even),
  .post-wrapper .post:nth-child(odd) {
    width: auto;
    margin-left: 110px;
    float: none;
  }
  .post-wrapper .post .stem-overlay,
  .post-wrapper .post:nth-child(even) .stem-overlay,
  .post-wrapper .post:nth-child(odd) .stem-overlay {
    left: -60px;
    right: auto;
  }
  .post-wrapper .post .post-content {
    padding: 0px 50px;
  }
	
}
@media only screen and (max-width: 700px) {
  .header .page-title {
    font-size: 40px;
  }
  .post-wrapper .post {
    margin-left: 90px !important;
  }
  .post-wrapper .post .post-content {
    padding: 0 25px;
  }
  .stem-wrapper {
    left: 60px;
  }
  .stem-padding,
  .single-stem-icon {
    margin-left: 30px;
  }
}
@media(max-width:1080px){body p{font-size: 35px!important; line-height: 48px!important;}
	.header .page-description{font-size: 45px!important; line-height: 57px;}
	.con-title a{font-size: 35px!important; line-height: 44px;}
	.post-title{font-size: 45px!important; line-height: 57px!important;margin: 0px 0px 50px 0px!important;}
	.post-com{font-size: 40px!important; line-height: 52px!important;margin: 0px 0px 50px 0px!important;}
	.scroll-button{font-size: 35px!important; line-height: 48px;}
	small{font-size: 25px!important; line-height: 38px!important;}
	.add-title{font-size: 35px!important;}
		.carousel-control{font-size: 35px!important; line-height: 48px!important;}
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.circle {
    position: relative;
/*     display: inline-block; */
    width: 175px;
    height: 175px;
    border-radius: 100%;
    border: 10px solid #67c011;
/*     overflow: hidden; */
    text-align: center;
/*     z-index: 1; */
    box-sizing: border-box; margin:25px 0;
}

.circleContent {
  position: absolute;
  width: 100%;
  top: 28%;
/*   z-index: 2; */
/*   font-weight: 300; 
  line-height: 34px;*/
}

.circleValue p{
    font-size: 44px;
}

.circleUnit p{
    font-size: 17px; padding-top:10px;
/*     font-weight: 400; */
}
@media (max-width:1080px){
	.circle {width: 320px; height: 320px;}
	.circleValue p{
    font-size: 60px!important;
}

.circleUnit p{
    font-size: 28px!important; padding-top:10px;
/*     font-weight: 400; */
}
}
/*.carousel-control.right {background-image: none;}
.carousel-control.left {background-image: none;}*/
.carousel a{border-bottom: none;}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #FFFFFF;
    font-size: 1.3em;
    text-shadow: none;
    margin-top: 60px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.meta-sub{color: rgba(103, 192, 17);} .readbtn{background-color:rgba(103, 192, 17); margin-top:30px; border:none;}
.vdo-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;border-radius: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.badges img{border: 1px solid #d2d2d1;
    border-radius: 15px;
    background-color: #FFF;
	margin: 5px;} .asso img{border-radius:100%; margin:8px;}
.iconbg{background-color:rgba(103, 192, 17); padding:5px; border-radius:100%; width:30px!important; height:30px!important;display: inline-block; text-align:center; vertical-align:middle;line-height: 30px; }
.contain {
  height: 30px;width:30px; 
  position: relative;background-color:rgba(103, 192, 17); padding:8px; border-radius:100%;
}

.v-center {
  margin: 0;
  position: absolute; text-align: center; 
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.iconpos{ padding-right:7px;} .pad-bot{padding-bottom:25px;} .bull{background-color: #67c011;padding: 0 3px; border-radius: 4px;color:#000;}