@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900');

/* General Styles */
body{font-family: 'Lato', sans-serif; font-size:16px; line-height: 1.4; color:#202731 ; background:#fff}
*::-moz-placeholder{font-family: 'Lato', sans-serif;}
#page{margin:0;}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #202731; 
}
h1, .h1 {
    font-size: 52px;
}
h2, .h2 {
  font-size: 48px;
	font-weight: 300;
}
h3, .h3 {
    font-size: 1.5rem;
}
h4, .h4 {
    font-size: 1.25rem;
}
h5, .h5 {
    font-size: 18px;
    font-weight: 700;
}
h6, .h6 {
    font-size: 16px;
    font-weight: 700;
    color: rgba(32,39,49,0.54);
}
p{margin-bottom:24px;}

@media (max-width: 1199px){
  h2, .h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px){
  h2, .h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px){
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  p{margin-bottom:16px;}
	h2, .h2 {
		font-size: 24px;
    font-weight: 400;
	}
	h3, .h3 {
		font-size: 1.25rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
}

.text-primary {color: #0296e1 !important;}
.text-secondary {color: #1988c5 !important;}
.text-muted {color: #5a5f66 !important;}

.section-title-circles{margin-bottom: 30px;}
.section-title {
    position: relative;
    margin:0 auto 34px;
}
.section-title.text-center:after {
    margin: 15px auto 24px;
}
.section-title + .section-subtitle{margin-top: -16px; margin-bottom: 80px;}
.section-subtitle{font-size: 16px; color: rgba(32,39,49, 0.74);}
.section-text {margin-bottom: 50px;}
.section-about-lead {
    font-size: 1.5rem;
    font-weight: 300;
}
.section-padding{padding: 100px 0;}
strong {
    font-weight: 700;
}
@media (max-width: 767px){
  .section-title {margin-bottom: 24px;}
  .section-title + .section-subtitle{margin-bottom: 30px;}
  .section-text {margin-bottom: 46px;}
}

/*h1, h2, h3, h4, h5, h6{font-family: 'Lato', sans-serif;color:#222;}*/

/*b, strong{font-weight:500;}*/
.pmd-card{border-radius:4px;transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;overflow:hidden;padding:0;box-shadow:0 30px 120px rgba(32,39,49,0.20)}
/*.pmd-card a{color:#222;}
.pmd-card a.btn-primary{color:#fff;}
.pmd-card a:hover, .pmd-card a:focus, .pmd-card a:active{color:#28b87d;}*/
a, a.btn-link{color:#28b87d;transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
a:hover, a:focus, a:active, a.btn-link:hover, a.btn-link:focus, a.btn-link:active{color:#222;text-decoration:none;}
a.btn-link{font-weight:700;padding-left:0;padding-right:0;font-size:14px;}
h5 a.btn-link{font-size:18px;}
.form-control{transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.pmd-card.pmd-z-depth:hover{box-shadow:0 2px 12px rgba(0, 0, 0, 0.34)}
/*p{margin-bottom:24px;}*/
p.lead{margin-bottom:48px;letter-spacing:0.75px;color:#49566a; line-height: 1.4;font-size: 1.5rem;}
.section-title-lead {
    max-width: 750px;
    margin: 0 auto;
}
/*
h1{font-size:38px;font-weight:700;margin:0 0 48px;}
h2{font-size:32px; font-weight:400; margin:8px 0 24px;}
h3{font-size:24px;font-weight: 600;margin:4px 0 20px;}
h4{font-size:20px;font-weight: 700;margin:32px 0 8px;}
h5{font-size:16px;font-weight: 700;margin:24px 0 8px;}
*/

.page-content input[type="search"], input[type="text"], input[type="email"]{border-radius:40px;height: 48px;border:2px solid rgba(126, 136, 153, 0.16);box-shadow:0 1px 2px rgba(0, 0, 0, 0.06), inset 0 0 0 rgba(0,0,0,0);-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.06), inset 0 0 0 rgba(0,0,0,0);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.06), inset 0 0 0 rgba(0,0,0,0);font-size:14px;padding:8px 20px;font-family: 'Lato', sans-serif;background:#fff;transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;border-radius:40px;font-weight:400;font-size:16px;}
.page-content input[type="search"]:focus, .page-content input[type="text"]:focus, .page-content input[type="email"]:focus{border-color:rgba(126, 136, 153, 0.34);box-shadow:0 1px 2px rgba(0, 0, 0, 0.12);}
.pmd-display5, .pmd-display4, .pmd-display3, .pmd-display2, .pmd-display1{opacity:1;}
/*.sitename{text-transform:uppercase;}*/
.sitename strong{font-weight:700;}
/*.btn-primary{background-color:#28b87d; background-image: linear-gradient(to right,#32e37f,#19b97b); color:#fff;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{background-color:#222222;color:#fff;}
.btn-primary:hover i, .btn-primary:focus i, .btn-primary:active i{color:#fff;}
.btn-primary .ink.animate{background-color:rgba(255,255,255,0.54);}*/
/*.lato18{ font-size:18px;}
.lato24{ font-size:24px;}
.lato32{ font-size:32px;}
.lato40{ font-size:40px;}*/
/*.section{border-bottom:1px solid rgba(0,0,0,0.16)}*/
/*.section:last-child{border:none;}*/
/*.fp-controlArrow{display:none;}*/
/*.section-title{margin:0 auto 34px;}*/
/*.section-text {margin-bottom: 50px;}*/
.section-info{margin-top:-48px;margin-bottom:48px;font-size:18px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.3;}
.theme-dark .section-info{color:rgba(255,255,255,0.64)}
.fp-slidesNav.bottom{display:none;}
#fp-nav.right{right:24px;}
#fp-nav ul li .fp-tooltip{color:#999;font-family: 'Lato', sans-serif;line-height:1.2;display:none;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background-color:#c6e6db;}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{background-color:#43c194;}
	@media screen and (max-width: 767px){
	.slide .close-btn{display:none;}
	/*h2{font-size:24px;line-height:1.3;font-weight:700;}
	h3{font-size:20px;line-height:1.3}
	h4{font-size:18px;line-height:1.3}*/
	/*a{word-break:break-all;}*/
	a{word-break: break-word;white-space: normal;}
	}

.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative;  z-index: 1;}
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {  cursor: pointer; cursor: hand;  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;  -ms-user-select: none; user-select: none;}
.owl-carousel.owl-loaded { display: block;}
.owl-carousel.owl-loading { opacity: 0; display: block;}
.owl-carousel.owl-hidden { opacity: 0;}
.owl-carousel .owl-refresh .owl-item { display: none;}
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto;  user-select: auto;}
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab;}
.owl-carousel.owl-rtl { direction: rtl;}
.owl-carousel.owl-rtl .owl-item { float: right;}
.owl-controls .owl-dots{-moz-user-select: none;bottom: -60px;min-height: 50px;position: absolute;width: 100%;text-align:center;}
.owl-controls .owl-dot{height:12px;width:12px;display:inline-block;margin:0 4px;}
.owl-controls .owl-dot span{height:4px;width:4px;background-color:#28b87d;display:block;border-radius:50%;margin:4px 8px;transition: all 0.1s ease-in-out 0s;-moz-transition: all 0.1s ease-in-out 0s;-webkit-transition: all 0.1s ease-in-out 0s;}
.owl-controls .owl-dot:hover span, .owl-controls .owl-dot.active span{height:12px;width:12px;margin:0px 4px;}

/* Loader
.pace-overlay{background:rgba(255,255,255,0.5);height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 10000;}
.pace-running #fullpage .section{opacity:0 !important;}*/
.pace-running { margin-right:17px; overflow:hidden;}
.pace-overlay { position:fixed; top:0; left:0; width:100%; height:100%; background:#222; z-index:10000;}
/*.pace-done .pace-overlay  { display:none;}*/
.pace-running .pace  { right:17px;}
.pace:before { position:absolute; content:"This might take a while to load but it's  worth the wait."; left:-10%; top:110%; width:120%; text-align:center; font-size:24px; color:rgba(255,255,255,0.34);font-style:italic;line-height:1.2}
.pace {  -webkit-pointer-events: none;  pointer-events: none;  -webkit-user-select: none; -moz-user-select: none;  user-select: none; position: fixed; z-index: 100000; top: 0;	left: 0;	bottom: 0;
right:0;	margin:auto;	height:294px;	max-width:350px;	background:url(../images/digi-loader-1.png) 0 0 no-repeat;}
.pace .pace-progress { 	background:url(../images/digi-loader-2.png) 0 0 no-repeat; position: absolute;	z-index: 10; top: 0;	left: 0;  margin:auto; max-width:350px;	width:100%; height:294px;
 -webkit-transition: height 1s; -moz-transition: height 1s; -o-transition: height 1s; transition: height 1s; }

/* Section - Banner */
.banner-caption {padding: 80px 80px 50px; position: relative;margin-bottom: 60px;}
.banner-caption .banner-top-line, .banner-caption .banner-left-line, .banner-caption .banner-right-line { position: absolute;border-radius: 50px;background: #fff;opacity: 0.5;}
.banner-caption .banner-top-line { height: 3px;width: 100%;left: 0;top: 30px;}
.banner-caption .banner-left-line {height: 100%;width: 3px;left: 30px;top: 0;}
.banner-caption .banner-right-line {height: 100%;width: 3px;right: 30px;top: 0;}
.banner-caption .digi-logo{ padding: 0;display:inline-block;line-height:1;font-size:32px;font-weight:300;margin:0 0 16px;color:#fff;position: relative; z-index: 9;}
.banner-caption .digi-logo strong{font-weight:700;}
.banner-caption .digi-logo a{ color: #fff;}
.theme-banner-title { font-size: 32px;color: #fff;margin: 0; }
.theme-banner-title span { font-size: 40px;font-weight: 300;text-transform: uppercase;display: block;line-height: 1; }
.theme-bottom-line {position: absolute;left: 0;right: 0;margin: auto;bottom: 0;border-radius: 50px;width: 1px;height: 100px;}
.theme-bottom-line.theme-white-line {background: #fff;opacity: 0.2;}
.theme-bottom-line.theme-black-line {background: #202731;opacity: 0.2;}
@media (max-width: 991px) {
  .theme-banner-img {margin-bottom: 16px;}
}
@media (max-width: 767px) {
  #section-banner { width: 100%;}
  .banner-caption {padding: 40px 40px 25px; }
  .banner-caption .banner-top-line {top: 15px;}
  .banner-caption .banner-left-line {left: 15px;}
  .banner-caption .banner-right-line {right: 15px;}
  .banner-caption .digi-logo, .theme-banner-title { font-size: 24px;}
  .theme-banner-title span {font-size: 30px;}
  .theme-bottom-line {height: 50px;}
}


/* Section - About */
#section-about-digicorp h1{max-width:750px; margin:auto; line-height:1.3; font-weight:400;}
#section-about-digicorp h1 strong{font-weight:700;}

/* Section - Products We worked on */
.section-number-field { position: absolute;left: -170px;top:500px;transform: translateY(-50%);-webkit-transform: translateY(-50%); width: 500px;height: 500px; opacity: 0.5;}
.section-number-field.top {top: 8%;transform: translateY(0);-webkit-transform: translateY(0);}
.section-number-field .section-number { position: absolute;left: 0;top: 50%;width: 100%;text-align: center;transform: translateY(-60%);line-height: 1;}
.section-number-field .outer-circle { position: absolute;left: 0;top: 0;width: 100%;}
.section-number-field .inner-circle { position: absolute;left: 0;top: 0;width: 100%;}
@media(max-width: 1399px){
  .section-number-field.top {top: 2%;}
}
@media(max-width: 1199px){
  .section-number-field{width: 400px; height: 400px; left: -90px; top: 2%; transform: translateY(0);-webkit-transform: translateY(0);}
}


/* Section - Candidate Interview */
#candidates-screened h1{margin-bottom:8px;margin-top:0;font-size:64px;max-width:600px;}
.section .pmd-display4{font-weight:700;opacity:1;display:block;font-size:110px;}
.pmd-display2{display:block;opacity:1;font-weight:400;font-size:40px;line-height:1.1}
#candidates-screened p{font-size:20px;line-height:1.3;}
.candidates {padding-left:40px;margin-left:10px;border-left:1px solid rgba(34,34,34,0.14);}
.candidates .avatar-img{display:inline-block;vertical-align:middle;margin:16px 40px 0px 0;text-align:center;}
.candidates .avatar-list-img{height:110px;width:110px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.12);}
.candidates h5{margin:8px 0;}
#section-interview .img-responsive{margin:auto;}
.section-title .pmd-display1{font-size:20px;display:block; margin-top: 15px;}
#section-joined .pmd-display2{font-size:48px;font-weight:700;padding-top:20px;}
#section-top-search .section-title .pmd-display1{display:inline-block;vertical-align:middle;}

/* Section - Total DIGICORPians */
.shade-right-bottom, .shade-left-top{position:relative;}
.shade-left-top:after{background:url(../images/grey-shade.png) no-repeat right bottom;display:block;content:"";height:100%;width:100%;position:absolute;top:0;right:0;transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.shade-right-bottom:after{background:url(../images/grey-shade.png) no-repeat right bottom;display:block;content:"";height:100%;width:100%;position:absolute;bottom:0;left:0;}
.male-employee .pmd-display4{background:url(../images/ic_male.png) no-repeat 94% top;background-size:80px;padding:80px 32px 32px 32px;margin:0;border-bottom:1px solid rgba(34, 34, 34, 0.12);}
.female-employee .pmd-display4{background:url(../images/ic_female.png) no-repeat 32px top;background-size:80px;padding:80px 32px 32px;margin:0;border-bottom:1px solid rgba(34, 34, 34, 0.12);}
#total-employees .row > div{padding:0;}
.total-female-icons, .total-male-icons{padding:24px;}
.pmd-display4 .subtitle-text{font-size:16px;font-weight:700;text-transform:uppercase;display:block;}
.total-male-icons .ic-male{background:url(../images/ic_male.svg) no-repeat center center;height:18px;width:18px;display:inline-block;opacity:0.87;background-size:cover;}
.total-female-icons .ic-female{background:url(../images/ic_female.svg) no-repeat center center;background-size:cover;height:18px;width:18px;display:inline-block;opacity:0.87}
.total-male-icons .ic-male.disabled, .total-female-icons .ic-female.disabled{opacity:0.24}
.male-employee{border-right:1px solid rgba(0, 0, 0, 0.08);}

/* Section - Married DIGICORPians */
#parents-employees .pmd-display4, #married-employees .pmd-display4{line-height:1;padding:0;margin-top:-40px;}
#parents-employees .pmd-display1, #married-employees .pmd-display1{display:block;font-size:40px;}
#parents-employees .pmd-display1 b, #married-employees .pmd-display1 b{text-transform:none;}
#parents-employees p.pmd-display1, #married-employees p.pmd-display1{font-size:22px;line-height:1.3}
#parents-employees .pmd-display1 strong, #married-employees .pmd-display1 strong{color:#222;font-weight:700;}
#parents-employees .pmd-display2, #married-employees .pmd-display2{font-weight:700;}
#parents-employees .media-left, #parents-employees .media-body, #married-employees .media-left, #married-employees .media-body{min-width:50%;}
#parents-employees .media-left, #married-employees .media-left{padding-right:60px;}
.employees-card{max-width:200px;display:inline-block;margin:0 0 10px 30px;}
.employees-card .pmd-card{position:relative;}
.employees-card .pmd-card-media:after{position:absolute;content:"";left:0;right:0;bottom:0;top:auto;background-image:linear-gradient(180deg, transparent, #000);height:50%;width:100%;margin:auto;opacity:0.64}
.employees-card h5{position:absolute;bottom:8px;left:0;right:0;color:#fff;text-align:center;z-index:10;font-size:18px;}

/* Section - Health Initiatives @ DIGICORP */
#section-health-initiative .slide, .section-gatherings .slide{position:relative;}
.event-card{max-width:280px;display:inline-block;margin:0 16px;position:relative;}
.event-card .pmd-card-media{position:relative;transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.event-card img{max-height:320px;}
.event-card .pmd-card-media .pmd-caption{font-weight:700;position:absolute;bottom:40px;left:20px;color:#fff;z-index:1;line-height:1;text-align:left;font-size:22px;transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.event-card .pmd-card-media .pmd-caption .bg-count{font-size:80px;font-weight:900;opacity:0.34;display:block;color:#fff;}
.event-card .pmd-card-media:after{position:absolute;content:"";left:0;right:0;bottom:0;top:auto;background-image:linear-gradient(230deg, transparent, #000);height:100%;width:100%;margin:auto;opacity:0.74;transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
#section-top-search .event-card .pmd-card-media::after{display:none;}
#section-health-initiative .event-card .pmd-card-actions,
.section-gatherings .event-card .pmd-card-actions{position:absolute;bottom:4px;left:8px;padding:0;}

#section-health-initiative .event-card:hover .pmd-card-media:after,
.section-gatherings .event-card:hover .pmd-card-media:after{opacity:0.34;}
#section-health-initiative .event-card:hover .pmd-card-media:before,
.section-gatherings .event-card:hover .pmd-card-media:before{position:absolute;content:"";left:20px;top:20px;right:20px;bottom:20px;border:1px solid rgba(255,255,255,0.34);}
#section-health-initiative .event-card:hover .pmd-caption,
.section-gatherings .event-card:hover .pmd-caption{transform:translate(20px, 0px);}
#section-health-initiative .event-card:hover .pmd-caption .bg-count,
.section-gatherings .event-card:hover .pmd-caption .bg-count{opacity:0.54;}

	/* Sub Section */
	.inner-header{padding:0;position:absolute;top:110%;left:0;right:0;}
	.inner-header .section-title{display:none;}
	.inner-header .section-title{font-size:14px;color:#222;font-weight:700;}
	.close-btn{font-size:14px;text-transform:uppercase;font-weight:700;color:rgba(34,34,34,0.64);top:20px;right:20px;position:absolute;}
	.close-btn i{display:inline-block;vertical-align:middle;font-size: 20px;margin-right: 4px;margin-top: -4px;color:rgba(34,34,34,0.64);}
	.close-btn:hover, .close-btn:focus, .close-btn:active, .close-btn:hover i, .close-btn:focus i, .close-btn:active i{color:#222;}
	.next-btn{font-size:14px;text-transform:uppercase;font-weight:700;color:#222;}
	.next-btn i{display:inline-block;vertical-align:middle;font-size: 20px;margin-left: 4px;margin-top: -4px;color:#28b87d;}
	.next-btn:hover, .next-btn:focus, .next-btn:active, .next-btn:hover i, .next-btn:focus i, .next-btn:active i{color:#222;}
	.bg-count{font-size:120px;color:#222;opacity:0.12;font-weight:900;display:block;line-height:1}
	#section-health-initiative .owl-carousel .owl-stage-outer, .section-gatherings .owl-carousel .owl-stage-outer{border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,0.12);position:relative}
	#section-health-initiative .owl-carousel .owl-item h3, .section-gatherings .owl-carousel .owl-item h3{font-size:24px;color:#ffffff;position:absolute;left:0;right:0;bottom:20px;z-index:1;margin:0;}
	#section-health-initiative .owl-carousel .owl-item h3:before, .section-gatherings .owl-carousel .owl-item h3:before{background-image: linear-gradient(180deg, transparent, #000);bottom:-20px;content: "";height:150px;left: 0;margin: auto;opacity: 0.64;position: absolute;right: 0;top: auto;width: 100%;z-index:-1;}
	.event-detail-content{padding-right:20px;}

/* Section - Google Search */

.event-card{max-width:250px;}
.event-card h5{font-size:18px;margin:12px 0;}
.product-logo{max-width:220px;display:inline-block;vertical-align:middle;border:1px solid #dbdbdb;border-left:none;border-top:none;margin:0 -1px;transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.product-logo.show{
	display: inline-block !important;
}
.product-logo img{/*filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);opacity:0.7;*/transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.product-logo:hover a{filter: grayscale(0);opacity:1;box-shadow:0 0 24px rgba(0,0,0,0.16);position:relative;z-index:10;}
.top-noborder:first-child{border-left:none;}
.right-noborder{border-right:none;}
.bottom-noborder{border-bottom:none;}

.theme-dark{background-color:#222222;color:#fff;}
.theme-dark .pmd-card p{color:#222222;}
.theme-green{background-color:#07A56B;color:#fff;}
.theme-grey{background-color:#F6F7FB;}
.theme-dark .section-title, .theme-green .section-title{color:#fff;}

/* Section - Things We Improved */
#section-things-improved .thing-item .pmd-card{min-height:80px;padding:16px;}
#section-things-improved .thing-item .pmd-card .list-group-item-heading{font-size:18px;font-weight:700;}
#section-things-improved .thing-item .pmd-card .pmd-card-subtitle-text{opacity:0.87;color:#222;}
#section-things-improved .thing-item .material-icons{color:#07A56B;font-size:30px;border:2px solid #07A56B;border-radius:50%;height:40px;width:40px;display:inline-block;text-align:center;line-height:36px;padding:0;}

/* Section - Products Launched */
#section-product-launched .pmd-card{margin:16px;min-height:350px;}
.product-item .pmd-card-media{background-color:#fafbfb;text-align:center;border-bottom:1px solid rgba(34,34,34,0.12)}
.product-item .pmd-card-media img{width:240px;margin:auto;padding:24px;}
.product-item .pmd-card-title-text{font-size:24px;font-weight:700;color:#222;}
.product-item .pmd-card-subtitle-text{font-size:16px;opacity:0.87}

/* Section - Interesting numbers */
.title-sm{font-size:20px;font-weight:400;text-transform:uppercase;}
.number-item {padding:0 0 20px;}
.number-item .custom_icon{height:140px;width:140px;opacity:0.24;display:block;margin:auto;}
.custom_icon.meeting{background:url(../images/ic_meeting.svg) no-repeat center center;background-size:65%;}
.custom_icon.standup{background:url(../images/ic_standup.svg) no-repeat center center;background-size:65%;}
.custom_icon.bugs{background:url(../images/ic_bugs.svg) no-repeat center center;background-size:65%;}
.custom_icon.network{background:url(../images/ic_network.svg) no-repeat center center;background-size:65%;}
.number-item .pmd-display1{font-size:80px;font-weight:700;line-height:1;margin:-20px 0 0 0;}
#section-interesting-numbers .row > div{padding:0;}
#section-interesting-numbers .row:first-child > div{border-bottom:1px solid rgba(34,34,34,0.12);}
#section-interesting-numbers .row > div:first-child{border-right:1px solid rgba(34,34,34,0.12);}
.number-item .subtitle-text{font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;line-height:1.2;}

/* Section - Stories Stuck Us */
.featured-publications .row > div ul{background:transparent}
.featured-publications .list-group li{list-style:none;padding:15px 0;}
.featured-publications .list-group li .avatar-list-img {width:48px;height:48px;}
.featured-publications .list-group li:last-child{border:none;}
.featured-publications .list-group li a{border-radius:4px;}
.featured-publications .list-group-item-heading{font-size:18px;font-weight:700;line-height:1.1}

/* thanks you */
#section-thank-you{background-image:url(../images/thank-you.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;}
.section-thank-you .section-content:after{border: 1px solid rgba(255, 255, 255, 0.34);bottom: 0;content: "";display: block;left: 0;margin: 20px;position: absolute;right: 0;top: 0;}
.section-thank-you .section-content:before{background-image:linear-gradient(180deg, transparent, rgba(0,0,0,0.3));bottom: 0;content: "";display: block;left: 0;margin: 0px;position: absolute;right: 0;top:auto;height:70%;}
.section-thank-you h2{ font-size:60px; text-transform:uppercase; padding-bottom: 10px; font-weight:bold; margin:0;color:#fff;}
.section-thank-you .digi-logo{ border:none; color:#fff; margin-top: 0; margin-bottom: 40px;}
.thank-caption{ position:relative; left:0; right:0; z-index:9;padding:0 60px;}
.thank-caption h1{
	line-height: 1.1;
}
.thank-caption a{
	color: rgba(255,255,255,0.87);
}
.thank-caption a:hover {
	border-bottom: solid 1px  rgba(255,255,255,0.87);
}
.social-icon{
	margin-top: 40px;
}
.social-icon li a{border-radius:50%; width:48px; height:48px; display:inline-block; line-height:44px; border: solid 1px #f1f2f2;}
.social-icon li a img{ height: 36px;}
.social-icon li a svg{ height: 26px; fill:#fff; display: inline-block; vertical-align: middle; -webkit-transition: all ease-in-out 0.3s;}
.social-icon li a svg path {fill:#fff; -webkit-transition: all ease-in-out 0.3s;}
.social-icon li a:hover{ background-color: #fff; }
.social-icon li a:hover svg,
.social-icon li a:hover svg path {
	fill:#49566a;
}

/* Books We Read */
.books-we-read .owl-carousel .owl-stage-outer{box-shadow:none;}
.books-we-read .pmd-card{ margin:15px;}
.books-we-read .pmd-card .pmd-card-title{ line-height:1;}
.books-we-read .pmd-card .pmd-card-title-text{ color:#222; font-weight:bold;}
.books-we-read .pmd-card .pmd-card-subtitle-text{ color:rgba(34,34,34,0.87); font-size:16px; opacity:1; line-height: 1.1;}
.owl-controls .owl-prev{position:absolute;left:-56px;top:40%;direction: ltr;display: inline-block;font-family: "Material Icons";font-feature-settings: "liga";font-style: normal;font-weight: normal;letter-spacing: normal;line-height: 1;overflow-wrap: normal;text-transform: none;white-space: nowrap;width:48px;height:48px;border-radius:50%;border:2px solid rgba(25, 56, 138, 0.2);transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.owl-controls .owl-next{position:absolute;right:-56px;top:40%;direction: ltr;display: inline-block;font-family: "Material Icons";font-feature-settings: "liga";font-style: normal;font-weight: normal;letter-spacing: normal;line-height: 1;overflow-wrap: normal;text-transform: none;white-space: nowrap;width:48px;height:48px;border-radius:50%;border:2px solid rgba(25, 56, 138, 0.2);transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.owl-controls .owl-next:after{content:"\E315";font-family: "Material icons";left:6px;right:4px;top:6px;position:absolute;font-size:34px;color:rgba(34, 34, 34, 0.24);transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.owl-controls .owl-prev:after{content:"\E314"; font-family: "Material icons";left:4px;right:6px;top:6px;position:absolute;font-size:34px;color:rgba(34, 34, 34, 0.24);transition:all ease-in-out 0.3s; -moz-transition:all ease-in-out 0.3s; -ms-transition:all ease-in-out 0.3s; -o-transition:all ease-in-out 0.3s; -webkit-transition:all ease-in-out 0.3s;}
.owl-controls .owl-prev:hover, .owl-controls .owl-prev:focus, .owl-controls .owl-next:hover, .owl-controls .owl-next:focus, .owl-controls .owl-next:hover:after, .owl-controls .owl-prev:hover:after{border-color:#222; color:#222;}

.slide .owl-controls .owl-prev:after, .slide .owl-controls .owl-next:after{color:#fff;}
.slide .owl-controls .owl-prev{left:8px;top:45%;border-color:rgba(255,255,255,0.74);background-color:rgba(0,0,0,0.54);opacity:0.54}
.slide .owl-controls .owl-next{right:8px;top:45%;border-color:rgba(255,255,255,0.74);background-color:rgba(0,0,0,0.54);opacity:0.54}
.slide .owl-carousel:hover .owl-controls .owl-prev, .slide .owl-carousel:hover .owl-controls .owl-next{opacity:0.87;}

/* Books We Read */
.card-facebook .pmd-card{background:#4968B8;text-align:center;}
.card-twitter .pmd-card{background:#1DA1F2;text-align:center;}
.card-digicorp .pmd-card{background:#333333;text-align:center;}
.social-stats .pmd-card .pmd-card{background-color:#fff;margin-bottom:0;}
.social-stats .pmd-card .pmd-card .media-left{padding:0 16px 16px 0;}
.social-stats .pmd-card .pmd-card .pmd-card-subtitle-text{line-height:1.4;display:block;opacity:0.87;margin-top:2px;}
.social-stats .pmd-card h4{font-size:14px;font-weight:700;color:rgba(255,255,255,0.87);text-transform:uppercase;margin:0 0 12px;}
.social-stats .pmd-card .pmd-card h3, .social-stats .pmd-card .pmd-card h3 a{font-size:18px;font-weight:700;color:#222;}
.social-stats h2{text-align:center;margin-top:16px;margin-bottom:32px;}
.social-stats h2 img{display:inline-block;vertical-align:middle;border:2px solid rgba(255,255,255,0.24);border-radius:50%;padding:16px;}
.social-stats .media .media-left, .social-stats .card-digicorp .media .media-body{font-size:14px;font-weight:700;color:rgba(255,255,255,0.54);line-height:1;width:34%;text-transform:uppercase;letter-spacing:1px;border-left:1px solid rgba(255,255,255,0.24);padding:0 12px;}
.social-stats .card-digicorp > .pmd-card .media .media-body{display:block;border:none;margin:auto;width:100%;}
.social-stats .media{border-bottom:1px solid rgba(255,255,255,0.12);padding-bottom:16px;margin-bottom:16px;}
.social-stats .media-left:first-child{border-left:0;}
.social-stats .media-left .count, .social-stats .card-digicorp > .pmd-card .media-body .count{display:block;font-size:24px;font-weight:900;color:#fff;margin-top:4px;}

/* talks we delivered */
#section-meetups .container,
.talks-we-delivered .container{max-width:1000px;}
.pmd-card .pmd-card-title-text.lato18{font-size:18px; }
.pmd-card .pmd-card-title-text.lato24{ font-size:24px; }

.owl-carousel .pmd-card{margin:0 15px 18px 15px;}

#meetups_slider img,
#section-talks-we-delivered img{width:100%;}
/*most downloaded app*/
.most-downloaded-app{ background-image:url(../images/most-downloaded-app.jpg); background-size:cover;}
.pokemon-card{ max-width:800px; margin:0 auto; padding:30px;}
.pokemon-card .pmd-card-media .media-right{ padding:0 30px 0 0;}
.pokemon-btn{ margin:4px;}
.pokemon-btn .btn{ padding:0; line-height:32px; padding:2px 18px 3px; display:inline-block; min-width:inherit; border-right:#cacaca solid 1px; border-top:#cacaca solid 1px; border-bottom:#cacaca solid 1px;}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-left:#cacaca solid 1px;}
.thank-caption p{font-size:22px; font-size:22px; color: rgba(255,255,255,0.87); max-width:720px;margin:0 auto 24px}

/* Media Queries Starts Here */
.modal .card-media-heading{margin:0;}
.section-content.details-section{position:relative;}

.fp-slides .fp-tableCell{
	height: auto !important;
}

.fp-section.our-ventures{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-section.our-ventures .section-inner {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.fp-controlArrow.fp-prev {
	border-color: transparent #ececec transparent transparent;
	display: none;
}
.fp-controlArrow.fp-next{
	border-color: transparent transparent transparent #ececec;
	display: none;
}

.our-ventures-content h4{
	margin: 24px 0 16px;
}
.our-ventures-content h2{
	margin-top: 15px;
	margin-bottom: 20px;
}
.our-ventures-content p a{
	color: #49566a;
}
.our-ventures-content p a:hover{
	color: #28b87d;
}
.our-ventures-cricheroes .section-content {
	
}
.pmd-list-divider{
	display: block;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}
.pmd-list.pmd-list-divider li {
	padding-top: 15px;
    padding-bottom: 15px;
	text-align: center;
	border:none;
	line-height: 1.2;
	display: table-cell;
    width: 1%;
	border-right:1px solid #dbdbdb;
	background-color: transparent;
}
.pmd-list-divider li:last-child {
	border-right:none;
}
.pmd-list-divider .list-group-item-heading{
	font-size: 28px;
	font-weight: 800;
	line-height: 1.4;
}
.pmd-list-divider .list-group-item-subtitle{
	font-size: 14px;
	font-weight: 600;
}
.pmd-list-divider .list-group-item-text{
	font-size: 14px;
}
.pmd-list-divider li p{
	margin-bottom: 0;
}
.our-ventures-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 0;
}
.our-ventures-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about-lead-content {
	max-width: 700px;
	margin: 0 auto;
}
.our-ventures .product-logo{
	max-width: 204px;
}

.pmd-icon-circle.pmd-icon-xl {
    height: 100px;
    width: 100px;
}
.pmd-icon-circle {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    background-color: #f4f9fc;
    border: solid 1px rgba(255,255,255,0.3);
}
.section-dark .pmd-icon-circle {
	background-color: rgba(255,255,255,0.1);
    border: solid 1px rgba(255,255,255,0.3);
}
.pmd-icon-circle img, .pmd-icon-circle svg {
    height: 55%;
	fill:#88919c !important;
}
.pmd-icon-circle svg path,
.pmd-icon-circle svg rect,
.pmd-icon-circle svg polygon{
	fill:#88919c !important;
	stroke:#88919c !important;
	opacity: 1;
}
.section-dark .pmd-icon-circle img, 
.section-dark .pmd-icon-circle svg {
	fill:rgba(255,255,255,0.87) !important;
}
.section-dark .pmd-icon-circle svg path,
.section-dark .pmd-icon-circle svg rect,
.section-dark .pmd-icon-circle svg polygon{
	fill:rgba(255,255,255,0.87) !important;
	stroke:rgba(255,255,255,0.87) !important;
	opacity: 1;
}
.learnt-list {
	margin: 0 auto;
}
.learnt-list li {
	padding-left: 15px;
	padding-right: 15px;
	min-width: 150px;
	vertical-align: top;
}
.learnt-list .pmd-card-icon p{
	color: #49566a;
	font-size: 16px;
	margin-top: 4px;
	line-height: 1.4;
}
.section-dark .learnt-list .pmd-card-icon p{
	color: rgba(255,255,255,0.87);
}
.bg-secondary-light {
    background-color: rgba(32,81,152,0.08);
}
.bg-secondary-dark {
    background-color: rgba(25,136,197,.15);
}

.column {
    display: none;
}
.section-filter {
	margin-bottom: 30px;
	padding-left: 0;
}
.section-filter li{
	display: inline-block;
}
.section-filter li.active a{
	background-image: linear-gradient(to right, #32e37f, #19b97b);
	color: #fff;
	border: 1px solid #19b97b;
}
.section-filter li a:hover {
	background-image: linear-gradient(to right, #32e37f, #19b97b);
	color: #fff;
	border: 1px solid #19b97b;
}
.section-filter.btn-group .btn{
	border: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 8px 20px;
    margin: 0 4px;
    border-radius: 20px !important;
}
.logo-wrapper{
	 overflow: hidden;
}
.logo-wrapper .product-logo{
	max-width: 19.9%;
	border: 1px solid #d1eeff;
	margin: 10px 8px;
	background-color: #f4f9fc;
    box-shadow: 0 1px 0px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.06);
}
.logo-wrapper .product-logo:before{
	border:none;
}
.logo-wrapper .product-logo:last-child{
/*	border-right:none;*/
}

.logo-wrapper-border-hide {
	margin: -1px;
}
.section-web-and-mobile-applications .logo-wrapper-border-hide {
/*	min-height: 217px;*/
}
.logo-wrapper-border-hide .product-logo a{
	display: block;
	padding:15px 0;
}
.down-arrow{
	position: absolute;
	bottom: 60px;
	z-index: 999;
	left: 0;
    right: 0;
}
.down-arrow-dark{
	fill:#49566a;
}
.down-arrow-dark path{
		fill:#49566a;
	}

.logo-wrapper-client .product-logo img{
	height: 68px;
    padding: 15px 20px;
}
.small-lead-container{
	margin: 0 auto;
	max-width: 650px;
	font-size: 22px;
}
.vlogo svg{
	width: 100%;
}
.talks-we-delivered .pmd-card-media {
	border-bottom: 1px solid #daecf6;
}
.talks-we-delivered .pmd-card-subtitle-text{
	color: rgba(34,34,34,0.87);
    font-size: 16px;
    opacity: 1;
    line-height: 1.1;
}
#books-we-read-slider .pmd-card-media {
	border-bottom: 1px solid #daecf6;
}
@media screen and (max-width: 767px){
	/*body {
		font-size: 16px;
	}*/
	.our-ventures-content,
	.our-ventures-cricheroes{
		text-align: center;
	}
	.owl-carousel .pmd-card{
		margin: 4px;
	}
	#section-banner .section-content:after {
		background-size: contain;
	}
	.about-lead-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.our-ventures-content h2 br{
		display: none;
	}
	.section-gatherings .pmd-card-actions{
		display: none;
		
	}
	#section-our-ventures-cricHeroes .down-arrow,
	#section-our-ventures-vastra .down-arrow{
		display: none;
	}
	.logo-wrapper-client .product-logo{
		width: 50%;
		min-height: 66px;
	}
	.logo-wrapper-client .product-logo img{
		height: auto;
		border: none;
	}
	.small-lead-container{
		font-size: 18px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.pmd-list.pmd-list-divider{
		border: none;
		margin-bottom: 0;
	}
	
	.pmd-list.pmd-list-divider li{
		line-height: 1.2;
		display: block;
		width: 100%;
		border-top: 1px solid #dbdbdb;
		padding-left: 15px;
		padding-right: 15px;
		background-color: transparent;
		border-right: none;
	}
	.pmd-list.pmd-list-divider li:first-child {
		border-top:none;
	}
	.down-arrow{
		bottom: 40px;
	}
	.books-we-read .pmd-card{
		margin: 10px 40px;
	}
.logo-wrapper .product-logo{
	max-width: 46%;
	margin: 6px 4px;
}
	.section { position: relative;}
#fullpage{width:100%;}
body.pace-running{margin:0;}
#fullpage .slide .details-section, .media .material-icons{display:none;}
.pace::before{font-size:18px;top:80%;}
.owl-carousel{margin-bottom:50px;}
#section-about-digicorp h1{font-size:22px;}
.pace, .pace .pace-progress{background-size:250px;max-width:250px;margin:auto;}
.banner-caption{position:relative;}
#section-banner p{font-size:18px;padding:0 16px;}
	#section-banner p br { display: none;}
.media-right, .media > .pull-right{display:block;margin:auto;}
#section-joined .pmd-display2, #candidates-screened h1{font-weight:900;font-size:24px;text-align:center;}
h1{margin-bottom:20px;font-size:28px;}
.section .section-content{padding:60px 0 30px;}
/* .section-title{padding:0 16px; font-size:24px; margin-bottom:20px; margin-top:10px;} */
.section-info{padding:0 16px;text-align:center;}
#section-interview .img-responsive{max-width:80%;margin:auto;}
.section-title .pmd-display1{font-size:16px; margin-top: 4px;}
.section-title .pmd-display1 br {
	display: none;
}
.section-title .pmd-display1 br + br{display:none;}
#section-banner .section-content::after{margin:8px;}
.digi-logo{font-size:28px;}
.year{font-size:80px;text-align:center;padding:0;border:none;}
.theme-title{font-size:32px;text-align:center;padding:0;}
.section .pmd-display4{font-size:64px;}
.pmd-display2{font-size:24px;font-weight:700;}
#section-joined .pmd-display2 br{display:none;}
#candidates-screened p{font-size:16px;line-height:1.3;}
#candidates-screened p br{display:none;}
.candidates .avatar-list-img{height:80px;width:80px;}
.male-employee, #new-joinees .pmd-display4{text-align:center;}
.candidates{padding:0;border:none;margin:0;text-align:center;}
.candidates h5{font-size:14px;}
.candidates .avatar-img{margin:8px;}
.male-employee .pmd-display4, .female-employee .pmd-display4{background-position:center top;padding:64px 32px 24px;background-size:60px;line-height:1;}
.pmd-display4 .subtitle-text{font-size:14px;}
.total-female-icons, .total-male-icons{display:none;}
.female-employee .pmd-display4{border:none;text-align:center;margin-top:32px;}
#parents-employees .pmd-display4, #married-employees .pmd-display4, #parents-employees .media-left, #parents-employees .media-body, #married-employees .media-left, #married-employees .media-body{display:block;text-align:center;padding:0;line-height:1.2;margin:0 0 12px 0px;}
#parents-employees p.pmd-display1, #married-employees p.pmd-display1{text-align:center;font-size:16px;}
#parents-employees .pmd-display1, #married-employees .pmd-display1, #parents-employees .pmd-display2, #married-employees .pmd-display2{font-size:24px;}
.employee-cards{text-align:center;}
.employees-card{margin:0 8px;max-width:80%;}
.media-right, .media > .pull-right{padding:0}
.employees-card .pmd-card-media::after{opacity:0.87}
.employees-card h5{font-size:14px;}
#parents-employees .media-right{position:absolute;top:-12px;left:0;right:0;}
#parents-employees .media-left{margin-top:230px;}
/*.product-logo{margin:-1px -2px;max-width:130px;border:1px solid #dbdbdb;background-color:#fff;}*/
#section-things-improved .thing-item .pmd-card{padding:16px;min-height: inherit;margin-bottom:16px;}
#section-things-improved .thing-item .media-left{vertical-align:top;}
#section-things-improved .thing-item .material-icons{font-size:18px;height:30px;width:30px;line-height:24px;}
.section-gatherings .event-card, #section-health-initiative .event-card{margin-bottom:20px;max-width:90%;}
.number-item .pmd-display1{font-size:56px;}
.featured-publications .row > div:last-child ul{margin:0;}
#section-most-downloaded-app .media-right, #section-most-downloaded-app .media-body{display:block;width:auto;}
.pokemon-card{margin:0 16px;padding:16px;}
#books-we-read-slider.owl-carousel .pmd-card-media{max-height:380px;overflow:hidden;}

#books-we-read-slider.owl-carousel .pmd-card-media img{width:100%;}
.section-thank-you .section-content::before{height:80%;}
.section-thank-you .section-content::after{margin:8px;}
.section-thank-you h2{font-size:40px;font-weight:900;}
.social-icon{margin:0 32px;}
.featured-publications .row > div ul{padding:0;}
.featured-publications .list-group li{padding:8px 0;}
.social-stats .media-left .count, .social-stats .card-digicorp > .pmd-card .media-body .count{font-size:20px;}
#section-banner, #section-thank-you{position:relative;min-height:640px; display: table;}
#section-banner .section-inner,
.section-thank-you	.section-inner{ display: table-cell; vertical-align: middle;height: 100vh;}
	
.thank-caption{font-size:16px;padding:0 24px;}
.thank-caption p{font-size:16px;line-height:1.3}
.social-icon{margin:0;}
	.social-icon li{padding-right: 0;
    padding-left: 0;}
.social-icon li a{height:44px;width:44px;line-height:44px;margin:2px}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.slide .close-btn{display:none;}
#section-about-digicorp h1{font-size:26px;}
.section .section-content{padding:80px 0;}
.year{font-size:100px;padding-top:12px;}
/* .section-title, #section-joined .pmd-display2{padding:0 24px;font-size:32px;} */
#candidates-screened h1{font-size:56px;}
.candidates .avatar-img{margin-right:30px;}
#section-joined .pmd-display2{text-align:center;}
#candidates-screened h1 br, .event-card + br, #section-joined .pmd-display2 br:last-child, #fp-nav.right{display:none;}
.candidates{padding:0;border:none;margin:0 auto;text-align:center;max-width:600px;}
#married-employees .media-right, #married-employees .media-left, #married-employees .media-body, #parents-employees .media-right, #parents-employees .media-left, #parents-employees .media-body{width:50%;padding:0;float:left;}
#parents-employees .pmd-display4, #parents-employees .pmd-display1{margin-top:0px;}
#married-employees .pmd-display4, #married-employees .pmd-display1{margin-top:0px;}
#parents-employees .pmd-display2, #married-employees .pmd-display2{font-size:2.6rem;}
#parents-employees .pmd-display1, #married-employees .pmd-display1{font-size:32px;}
.event-card{max-width:300px;margin-bottom:16px;}
.section-title .pmd-display1, #section-top-search .section-title .pmd-display1{max-width:650px;margin:auto;font-size:22px;}
#section-meetups .container{max-width:500px;}
.employee-cards{text-align:left}
.employees-card{max-width:160px;margin:0 8px -12px;}
#section-health-initiative .owl-carousel .owl-stage-outer, .section-gatherings .owl-carousel .owl-stage-outer{max-height:400px;}
.product-logo{border:1px solid #dbdbdb;margin:-1px -2px;}
.featured-publications .row > div:first-child{border:none;}
.featured-publications .row > div:first-child ul, .featured-publications .row > div:last-child ul{margin:0;padding:0;}
.featured-publications .list-group li{padding:15px 0}
.talks-we-delivered .container{max-width:450px;}
.pokemon-card{margin:0 40px;}
.social-stats .pmd-card-title{display:table;padding:0;margin:0;}
.social-stats h2{display:table-cell;width:150px;height:100%;background-color:rgba(0,0,0,0.12);vertical-align:middle;}
.social-stats .media{text-align:left;padding-left:0;}
.social-stats .media .media-left, .social-stats .card-digicorp .media .media-body{width:auto;padding:8px 20px;}
.social-stats .pmd-card h4{text-align:left;padding-left:16px;}
.social-stats .pmd-card .pmd-card{margin:16px;}
#books-we-read-slider{max-width:560px;margin:auto;}
/*#fullpage .section + .section, #fullpage .section + .section .fp-tableCell {height: auto !important;}*/
#fullpage #section-thank-you, #fullpage #section-thank-you .fp-tableCell {height:1024 !important;position:relative}
/* #section-banner, #section-thank-you{min-height:1024px;} */
#fullpage .slide .details-section, .event-card .pmd-btn-fab.hidden-xs{display:none;}
.event-card .pmd-btn-fab.visible-xs{display:block !important;}
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
#parents-employees .media-left, #parents-employees .media-body{min-width:50%;padding:0;}
#parents-employees .media-right{padding-left:40px;}
#married-employees .media-left, #married-employees .media-body{min-width:40%;padding:0;}
.section-title .pmd-display1{font-weight:700;font-size:18px;opacity:0.87}
#fp-nav.right{display:none !important;}
.event-card{max-width:216px;margin:0 8px;}
#products_launched{max-width:800px;margin:auto;}
}
/*@media only screen and (min-width:1200px) and (max-width:1499px) {
.section-title, h1{margin-bottom:20px;}
.section-title .pmd-display1{font-size:20px;}
}*/

/* ----------------------------
	Loader
---------------------------- */ 
.loadie { z-index: 9999; background-color:#4acc8e;}

.showbox { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 99999999999999999999; 
background-color: #1bbc7b;
  background-image: radial-gradient(at 0% bottom, rgba(27, 128, 123, 0.7) 0%, rgba(27, 128, 123, 0) 60%), radial-gradient(at right top, #1988c5 0%, rgba(25, 136, 197, 0) 50%);
  background-size: auto, auto, 100% 1000px, 100% 1000px;
  background-repeat: no-repeat;
}

.loading-text{ color:#B4B4B4; font-size: 16px;}
.loader { position: relative; margin: 0 auto; width: 148px; top:50%; margin-top: -240px;}
.loader:before { content: ''; display: block; padding-top: 100%;}

.d-spinner {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 0.3, 1);
          animation-timing-function: cubic-bezier(0, 1, 0.3, 1);
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.d-spinner.d-spinner__one {
  -webkit-animation-name: dSpinnerOne;
          animation-name: dSpinnerOne;
  fill: #1988c5;
}
.d-spinner.d-spinner__two {
  -webkit-animation-name: dSpinnerTwo;
          animation-name: dSpinnerTwo;
  fill: #389ad0;
}
.d-spinner.d-spinner__three {
  -webkit-animation-name: dSpinnerThree;
          animation-name: dSpinnerThree;
  fill: #4cace1;
}
.d-spinner.d-spinner__four {
  -webkit-animation-name: dSpinnerFour;
          animation-name: dSpinnerFour;
  fill: #71c4f2;
}
@-webkit-keyframes dSpinnerOne {
  0% {
    opacity: 0;
    fill: #b9b6d4;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  7% {
    opacity: 1;
    fill: #b9b6d4;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
  }
  57% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
    fill: #1988c5;
  }
  74% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
            animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  83% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
}
@keyframes dSpinnerOne {
  0% {
    opacity: 0;
    fill: #b9b6d4;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  7% {
    opacity: 1;
    fill: #b9b6d4;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
  }
  57% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
    fill: #1988c5;
  }
  74% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
            animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  83% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
}
@-webkit-keyframes dSpinnerTwo {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  3% {
    opacity: 0;
    fill: #e6e4f0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  10% {
    opacity: 1;
    fill: #e6e4f0;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
    fill: #389ad0;
  }
  71% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
            animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  79% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
}
@keyframes dSpinnerTwo {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  3% {
    opacity: 0;
    fill: #e6e4f0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  10% {
    opacity: 1;
    fill: #e6e4f0;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
    fill: #389ad0;
  }
  71% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
            animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  79% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
}
@-webkit-keyframes dSpinnerThree {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  6% {
    opacity: 0;
    fill: white;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  13% {
    opacity: 1;
    fill: white;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
  }
  63% {
    fill: #4cace1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  68% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
            animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  76% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
}
@keyframes dSpinnerThree {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  6% {
    opacity: 0;
    fill: white;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  13% {
    opacity: 1;
    fill: white;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
  }
  63% {
    fill: #4cace1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  68% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
            animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  76% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
}
@-webkit-keyframes dSpinnerFour {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  9% {
    opacity: 0;
    fill: white;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  16% {
    opacity: 1;
    fill: white;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
  }
  64% {
    fill: #71c4f2;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  65% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
            animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  73% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
}
@keyframes dSpinnerFour {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  9% {
    opacity: 0;
    fill: white;
    -webkit-transform: rotateZ(-65deg) scale(0.6);
            transform: rotateZ(-65deg) scale(0.6);
  }
  16% {
    opacity: 1;
    fill: white;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
  }
  64% {
    fill: #71c4f2;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  65% {
    opacity: 1;
    -webkit-transform: rotateZ(0) scale(1);
            transform: rotateZ(0) scale(1);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
            animation-timing-function: cubic-bezier(0, 0, 1, 0);
  }
  73% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(45deg) scale(0.61);
            transform: rotateZ(45deg) scale(0.61);
  }
}
.gradient-primary {
  background-color: #3b2f63;
  background-image: radial-gradient(at 0% bottom, rgba(118, 72, 160, 0.7) 0%, rgba(118, 72, 160, 0) 60%), radial-gradient(at 90% bottom, #523f8c 0%, rgba(82, 63, 140, 0) 40%), radial-gradient(at 50% top, rgba(84, 90, 182, 0.6) 0%, rgba(84, 90, 182, 0) 75%), radial-gradient(at right top, #794aa2 0%, rgba(121, 74, 162, 0) 57%);
  background-size: auto, auto, 100% 1000px, 100% 1000px;
  background-repeat: no-repeat;
}
.bg-green{
	background-image: url(../images/thank-you.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark .h1, .section-dark .h2, .section-dark .h3, .section-dark .h4, .section-dark .h5, .section-dark .h6 {
	color: #fff;
}
.section-dark .lead {
    color: rgba(255,255,255,0.87);
}
.section-dark .section-title .pmd-display1{
	color: rgba(255,255,255,0.87);
}
.section-dark p {
	 color: rgba(255,255,255,0.87);
}
.product-logo svg {}
.nolink {cursor: default;}
.loader-text {
	text-align: left;
    color: rgba(255,255,255,0.87);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/* Background Gradient */
.bg-gradient{
	background: #0094e5; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #0094e5 0%, #32e37f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #0094e5 0%,#32e37f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #0094e5 0%,#32e37f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094e5', endColorstr='#32e37f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Buttons */
.btn{font-size: 14px; font-weight: 700; min-width: 100px; padding: 10px 16px; border-radius: 20px;}

/* Button Primary */
.btn-primary{background-color: #0296e1;}
/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active{background-color:#222222;color:#fff;}
.btn-primary:hover i, .btn-primary:focus i, .btn-primary:active i{color:#fff;}
.btn-primary .ink.animate{background-color:rgba(255,255,255,0.54);}*/

/* Button Primary Outline */
.btn-outline-primary{color: #0296e1; border-color: #0296e1;}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active{color: #ffffff; border-color: #0296e1; background-color: #0296e1;}

/* Button Light Outline */
.btn-outline-light{color: #ffffff; border-color: #ffffff;}
.btn-outline-light:hover, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active{color: #0296e1; border-color: #ffffff; background-color: #ffffff;}

/* Button Large */
.btn-lg{padding: padding: 14px 24px; min-width: 180px; border-radius: 30px; font-size: 16px;}


/* Card */
.pmd-card{margin-bottom: 30px;}

/* Card Body */
.pmd-card .card-body {padding: 0 30px;margin-top: 30px;margin-bottom: 30px;}
.pmd-card .card-img-top{height: 240px;}
.card-text{color: rgba(32,39,49,0.74); font-size: 16px;}
@media (max-width: 991px) {
  .pmd-card .card-body {padding: 0 16px;margin-top: 16px;margin-bottom: 16px;}
  .pmd-card .card-img-top{height: auto;}
}
@media (max-width: 767px) {
  .pmd-card{margin-bottom: 16px;}
  .card-text{font-size: 15px;}
}

/* Card Header */
.pmd-card .card-header {padding: 30px 30px 0 30px; margin-bottom: 30px;}
.pmd-card .card-header.pmd-card-border {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .pmd-card .card-header {padding: 16px 16px 0 16px; margin-bottom: 16px;}
}

/* Card Footer */
.pmd-card .card-footer {padding: 0 24px 24px 24px; margin-top: 24px;}
.pmd-card .card-footer.pmd-card-border {padding-top: 24px;}
@media (max-width: 991px) {
  .pmd-card .card-footer {padding: 0 16px 16px 16px; margin-top: 16px;}
}

/* Section Numbers */
.section-number{font-size: 200px; font-weight: 300; color: rgba(32,39,49, 0.16);}

/* Time-Line */
.pmd-stepper.pmd-stepper-vertical .nav-item{align-items: center;}
.pmd-stepper.pmd-stepper-vertical .nav-item .pmd-stepper-item{padding: 10px; width: auto;}
.pmd-stepper.pmd-stepper-vertical .nav-item .pmd-stepper-media{margin-right: 0; background-color: #0296e1;position: relative;z-index: 1;}

.bg-gradient .pmd-stepper.pmd-stepper-vertical .nav-item .pmd-stepper-media{background-color:rgba(0,0,0,0.16);}

.bg-gradient .gradient-border .pmd-stepper.pmd-stepper-vertical .nav-item .pmd-stepper-media{background-color: #0296e1;}

.pmd-stepper.pmd-stepper-vertical .pmd-stepper-content{margin: -20px 0 0;}
.pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card{width: 410px; margin-bottom: 0; position: relative; z-index: 2;min-height: 470px;}
.pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card.left-card{ -moz-transform: translate3d(-50%, 0, 0px);-webkit-transform: translate3d(-50%, 50px, 0px);-o-transform: translate(-50%, 50px);-ms-transform: translate(-50%, 50px);transform: translate3d(-50%, 50px, 0px); margin-right: 80px;}

.pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card.left-card.in-view{-moz-transform: translate3d(-50%, 0, 0px);-webkit-transform: translate3d(-50%, 0, 0px);-o-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);transform: translate3d(-50%, 0, 0px);opacity: 1;}

.pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card.right-card{-moz-transform: translate3d(50%, 0, 0px);-webkit-transform: translate3d(50%, 50px, 0px);-o-transform: translate(50%, 50px);-ms-transform: translate(50%, 50px);transform: translate3d(50%, 50px, 0px); margin-left: 80px;}

.pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card.right-card.in-view{-moz-transform: translate3d(50%, 0, 0px);-webkit-transform: translate3d(50%, 0, 0px);-o-transform: translate(50%, 0);-ms-transform: translate(50%, 0);transform: translate3d(50%, 0, 0px);opacity: 1;}

.pmd-icon-circle.pmd-icon-xs{width: 9px; height: 9px; background-color: #0296e1;}
.pmd-stepper.pmd-stepper-vertical .nav-item:not(:last-child):after{left: auto; height: 210px; top: 28px;}
.pmd-stepper .nav-item:not(:first-child):before, .pmd-stepper .nav-item:not(:last-child):after{background-color: rgba(32,39,49, 0.12);}

.pmd-stepper.pmd-stepper-vertical .nav-item:nth-child(2n){margin-top: -246px;}
.pmd-stepper.pmd-stepper-vertical .nav-item:nth-child(2n):after{height: calc(100% - 1.5rem);}

.pmd-floating-content-wrapper .pmd-floating-content-tl{left: 24px;}
.pmd-floating-content-wrapper.card-body .pmd-floating-content-tl{top: -30px;}
.pmd-floating-content-wrapper .pmd-icon-circle{border: 7px solid #ffffff; background-color: #ffffff;}
.pmd-floating-content-wrapper .pmd-icon-circle img, .pmd-floating-content-wrapper .pmd-icon-circle svg{height: 40px;}
.card-content-group{min-height: 110px; margin-bottom: 24px;}
.card-content-group .card-title{padding-top: 8px;}
@media(max-width: 991px){
  .pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card{width: 320px;}
  .pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card.right-card{margin-left: 60px;}
  .pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card.left-card{margin-right: 60px;}
  .pmd-floating-content-wrapper.card-body .pmd-floating-content-tl{top: -16px;}
  .pmd-floating-content-wrapper .pmd-floating-content-tl{left: 8px;}
  .pmd-stepper.pmd-stepper-vertical .nav-item:nth-child(2n){margin-top: -216px;}
  .pmd-stepper.pmd-stepper-vertical .nav-item:not(:last-child):after{height: 170px;}
}
@media(max-width: 767px){
  .pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card{width: 100%; max-width: 360px;min-height: auto;}
  .pmd-stepper.pmd-stepper-vertical .nav-item:nth-child(2n){margin-top: 0;}
  .pmd-stepper.pmd-stepper-vertical .nav-item:not(:last-child):after, .pmd-stepper.pmd-stepper-vertical .nav-item:not(:last-child):after{height: calc(100% - 22px);top: 17px;}
  .pmd-stepper.pmd-stepper-vertical .pmd-stepper-content{margin: 36px 0;}
  .pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card.right-card, .pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card.left-card{margin: 0;-moz-transform: translate3d(0, 50px, 50pxpx);-webkit-transform: translate3d(0, 50px, 50pxpx);-o-transform: translate(0, 50px);-ms-transform: translate(0, 50px);transform: translate3d(0, 50px, 0px);}
  .pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card.right-card.in-view, .pmd-stepper.pmd-stepper-vertical .pmd-stepper-content .pmd-card.left-card.in-view{margin: 0;-moz-transform: translate3d(0, 0, 0px);-webkit-transform: translate3d(0, 0, 0px);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate3d(0, 0, 0px);}
  .pmd-stepper.pmd-stepper-vertical .nav-item:last-child:after{ top: 17px;height: calc(100% - 100px); position: absolute; content: ""; width: 1px; left: auto; right: auto; background-color: rgba(32,39,49, 0.12);}
  .pmd-stepper.pmd-stepper-vertical .nav-item .pmd-stepper-item{padding: 0px;}
}

/* Icon Card */
.pmd-card.icon-card{text-align: center;}
.pmd-card.icon-card img{box-shadow: 0 8px 20px rgba(32,39,49,0.20); margin-bottom: 20px; border-radius: 50%;}
.pmd-card.icon-card h5{margin-bottom: 20px; min-height: 50px;}

@media(max-width: 991px){
  .pmd-card.icon-card h5{min-height: 1px;}
}

/* Icon Listing */
.icon-listing .list-inline-item{border-radius: 50%; width: 32px; height: 32px; background-color: rgba(32,39,49,0.20); display: inline-flex; align-items: center; justify-content: center;}
.icon-listing .list-inline-item:not(:last-child){margin-right: 10px;}
.icon-listing .list-inline-item .pmd-icon-xs{font-size: 16px;}

/* Technologies Card */
.technologies-card-wrapper, .books-card-wrapper{margin: 0 -15px;}
.technologies-card, .books-card{margin: 15px; text-align: center; width: 110px;}
.technologies-card img, .books-card img{box-shadow: 0 8px 20px rgba(32,39,49,0.16); margin-bottom: 20px; border-radius: 20px;}
.books-card-wrapper{flex-wrap: nowrap;}
.books-card{width: 310px;}
.books-card img{border-radius: 0;}
.books-card h6{max-width: 230px; margin-left: auto; margin-right: auto;}
@media(max-width: 1599px){
  .books-card-wrapper{flex-wrap: wrap;}
  .books-card{width: 210px;}
}
@media(max-width: 767px){
  .books-card{margin-bottom: 24px;}
}


.tags span {
  background: rgba(255,255,255,0.74);
  display: inline-block;
  border-radius: 20px;
  padding: 8px 16px;
  margin: 0 8px 8px 0;
  font-size: 14px;
  font-weight: 700;
}

/* Ventures Card */
.ventures-card {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ventures-card .lead {
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.ventures-card .statistics .statistic-item-title{
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
.ventures-card .statistics .statistic-item-subtitle, .ventures-card .features .feature-item-subtitle {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.ventures-card .statistics .statistic-item, .ventures-card .features .feature-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ventures-card-even .image-column {
  z-index: -1;
}

.ventures-card-even .image-column img {
  margin-left: -60px;
}

/* CricHeroes */
ul.points{margin-left: 32px;}
ul.points li::before {
  content: "\2022";
  color: #ad2112;
  font-weight: bold;
  display: inline-block; 
  width: 1.5em;
  margin-left: -22px;
}
ul.points li.list-group-item {
  padding-top: .25rem;
  padding-bottom: .25rem;
}
.ventures-card.cricheroes .statistic-item-title {
  color: #a62114;
}

/* Vastra */
.vastra .badge-primary {
  background-color: #0191d0;
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  font-weight: 600;
}
.ventures-card.vastra .statistic-item-title {
  color:  #0191d0;
}
.ventures-card.vastra .statistic-item
{
  margin-bottom: 30px;
}
/* Propeller */
.ventures-card.propeller .statistic-item-title {
  color:  #3573e0;
}

.propeller .propeller-users .list-inline-item img {
  box-shadow: 0 8px 20px rgba(32,39,49,0.16);
  border: 1px solid rgba(32, 39, 49, 0.2);
  border-radius: 8px;
}

.propeller .propeller-users .list-inline-item {
  margin-right: 1rem;
}


/* People Cards */
.people-cards .pmd-card .card-img-top{
  height: auto;
}
.people-cards .pmd-card .card-subtitle{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
}

/* Social Media Links */
.social-media-links{margin-bottom: 30px;}
.social-media-links:before{
  background-color: rgba(32,39,49,0.12);
  height: 2px;
  width: 60px;
  content: "";
  display: block;
  margin: 60px auto 50px;
}
.social-media-links a{
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-media-links a.linkedin{
  background-color:rgba(0,116,178,0.2);
}
.social-media-links a.linkedin:hover, .social-media-links a.linkedin:focus, .social-media-links a.linkedin:active{
  background-color:rgba(0,116,178,1);
}
.social-media-links a.linkedin svg{
  fill:rgba(0,116,178,1);
}

.social-media-links a.slideshare{
  background-color:rgba(238,140,28,0.2);
}
.social-media-links a.slideshare:hover, .social-media-links a.slideshare:focus, .social-media-links a.slideshare:active{
  background-color:rgba(238,140,28,1);
}
.social-media-links a.slideshare svg{
  fill:rgba(238,140,28,1);
}

.social-media-links a.behance{
  background-color:rgba(22,102,248,0.2);
}
.social-media-links a.behance:hover, .social-media-links a.behance:focus, .social-media-links a.behance:active{
  background-color:rgba(22,102,248,1);
}
.social-media-links a.behance svg{
  fill:rgba(22,102,248,1);
}

.social-media-links a.dribbble{
  background-color:rgba(234,100,147,0.2);
}
.social-media-links a.dribbble:hover, .social-media-links a.dribbble:focus, .social-media-links a.dribbble:active{
  background-color:rgba(234,100,147,1);
}
.social-media-links a.dribbble svg{
  fill:rgba(234,100,147,1);
}

.social-media-links a.medium{
  background-color:rgba(1,166,105,0.2);
}
.social-media-links a.medium:hover, .social-media-links a.medium:focus, .social-media-links a.medium:active{
  background-color:rgba(1,166,105,1);
}
.social-media-links a.medium svg{
  fill:rgba(1,166,105,1);
}

.social-media-links a.facebook{
  background-color:rgba(23,116,235,0.2);
}
.social-media-links a.facebook:hover, .social-media-links a.facebook:focus, .social-media-links a.facebook:active{
  background-color:rgba(23,116,235,1);
}
.social-media-links a.facebook svg{
  fill:rgba(23,116,235,1);
}

.social-media-links a.twitter{
  background-color:rgba(28,157,235,0.2);
}
.social-media-links a.twitter:hover, .social-media-links a.twitter:focus, .social-media-links a.twitter:active{
  background-color:rgba(28,157,235,1);
}
.social-media-links a.twitter svg{
  fill:rgba(28,157,235,1);
}
.social-media-links a:hover{
  box-shadow: 0 20px 50px rgba(0,0,0,0.20);
}
.social-media-links a:hover svg{
  fill:#fff;
}
.social-media-links svg{
  height: 24px;
  width: 24px;
}

@media(max-width: 767px){
  .social-media-links a{
    height: 40px;
    width: 40px;
  }
  .social-media-links svg{
    height: 20px;
    width: 20px;
  }
  .ventures-card{padding-bottom: 16px;padding-top: 0;}
  .ventures-card.vastra .pmd-card-media img{height: 70px;}
  .ventures-card .statistics .statistic-item-title{display: inline-block;font-size: 24px;font-weight: 700;margin-right: 8px;}
  .ventures-card .statistics .statistic-item-subtitle, .ventures-card .features .feature-item-subtitle{display: inline-block;font-size: 14px;}
  .ventures-card .statistics .statistic-item-subtitle br{display: none;}
  .ventures-card .statistics .statistic-item, .ventures-card .features .feature-item{padding-bottom: 16px;margin-bottom:0;}
  .ventures-card.vastra .statistic-item{margin-bottom: 0;}
  .btn-download-app img{height: 40px;}
}

.btn-download-app{display: inline-block;}

/* Section Common */
.section {
  min-height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

/* Section Thank You */
.section-thankyou .section-title{
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
}
.section-thankyou .section-subtitle{
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  color: rgba(255,255,2550.87);
}
.section-thankyou .section-inner{
  border:20px solid rgba(255,255,255,0.87);
  width: 100%;
}
.section-thankyou .pmd-card{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -20px;
}
.section-thankyou .section-inner .container{
  min-height:calc( 100vh - 40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.copyright{
  font-size: 14px;
  color: rgba(32,39,49,0.74);
  font-weight: 700;
}
.copyright a{
  color: rgba(32,39,49,0.74);
  text-decoration: underline;
}
.copyright a:hover{
  color: rgba(32,39,49,1);
  text-decoration: none;
}

.gradient-border{
  background-color: rgba(255,255,255, 0.87);
  margin: 20px;
  width: 100%;
}


/* Animation CSS */
/animation element/
.animated.infinite{
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.animated, 
.in-view, 
.animation-element{
    animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -moz-transition:all 700ms ease-out;
    -webkit-transition:all 700ms ease-out;
    -o-transition:all 700ms ease-out;
    transition:all 700ms ease-out;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
}
/* Fade In Transition */
.fadein{
    opacity:0;
}
.fadein.in-view{
    opacity:1;
}
/* Fade In Up Transition */
.fadeinup{
    -moz-transform:translate3d(0px, 50px, 0px);
    -webkit-transform:translate3d(0px, 50px, 0px);
    -o-transform:translate(0px, 50px);
    -ms-transform:translate(0px, 50px);
    transform:translate3d(0px, 50px, 0px);opacity:0;
}
.fadeinup.in-view{
    -moz-transform:translate3d(0px, 0, 0px);
    -webkit-transform:translate3d(0px, 0, 0px);
    -o-transform:translate(0px, 0);
    -ms-transform:translate(0px, 0);
    transform:translate3d(0px, 0, 0px);
    opacity:1;
}
/* Fade In Down Transition */
.fadeindown{
    -moz-transform:translate3d(0px, -50px, 0px);
    -webkit-transform:translate3d(0px, -50px, 0px);
    -o-transform:translate(0px, -50px);
    -ms-transform:translate(0px, -50px);
    transform:translate3d(0px, -50px, 0px);
    opacity:0;
}
.fadeindown.in-view{
    -moz-transform:translate3d(0px, 0, 0px);
    -webkit-transform:translate3d(0px, 0, 0px);
    -o-transform:translate(0px, 0);
    -ms-transform:translate(0px, 0);
    transform:translate3d(0px, 0, 0px);
    opacity:1;
}
/* Fade In Left Transition */
.fadeinleft{
    -moz-transform:translate3d(-50px, 0, 0);
    -webkit-transform:translate3d(-50px, 0, 0);
    -o-transform:translate(-50px, 0, 0);
    -ms-transform:translate(-50px, 0, 0);
    transform:translate3d(-50px, 0, 0);
    opacity:0;
}
.fadeinleft.in-view{
    -moz-transform:translate3d(0px, 0, 0px);
    -webkit-transform:translate3d(0px, 0, 0px);
    -o-transform:translate(0px, 0);
    -ms-transform:translate(0px, 0);
    transform:translate3d(0px, 0, 0px);
    opacity:1;
}
/* Fade In Right Transition */
.fadeinright{
    -moz-transform:translate3d(50px, 0, 0);
    -webkit-transform:translate3d(50px, 0, 0);
    -o-transform:translate(50px, 0, 0);
    -ms-transform:translate(50px, 0, 0);
    transform:translate3d(50px, 0, 0);
    opacity:0;
}
.fadeinright.in-view{
    -moz-transform:translate3d(0px, 0, 0px);
    -webkit-transform:translate3d(0px, 0, 0px);
    -o-transform:translate(0px, 0);
    -ms-transform:translate(0px, 0);
    transform:translate3d(0px, 0, 0px);
    opacity:1;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateIn.in-view {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn.in-view {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}


@media(max-width: 767px){
  .section-thankyou .section-inner{padding: 30px 10px;border-width: 10px;}
  .section-thankyou .section-title{ font-size:40px;}
  .section-thankyou .section-subtitle{font-size: 16px;}
  .section-thankyou .pmd-card{margin-bottom: -40px;}
  p.lead{font-size: 20px;}
  .gradient-border{margin: 10px;}
}


.btn.pmd-ripple-effect:not(:disabled):not(.disabled).active:focus, .btn.pmd-ripple-effect:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active{
  box-shadow: 0 20px 50px rgba(0,0,0,0.20);
}

.section:focus{outline: none;}
.section-celebration .section-title{line-height: 1.3;}
.section-celebration .section-subtitle{
  font-weight: 700;
  opacity: 0.54;
  display: block;
  font-size: 18px;
}