
/* =============================================================================
   HTML5 CSS Reset Minified
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1.3}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{ 
	width:100%;
	height:100%;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- top section ----*/
.header-section {
    position: relative;
}

.header-content {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
}

a.navbar-brand {
    color: #fff;
    padding: 20px 0;
}

.contact-us-wrapper {
    float: right;
    padding: 15px 0;
}

button.contact-us {
    padding: 10px;
    background: transparent;
    color: #fff;
    opacity: 0.7;
    border-radius: 5px;
    border: 1px solid #fff;
}
button.contact-us:hover,
button.contact-us:focus{
    opacity: 1;
    outline: none;
}
.headings-container {
    width: 280px;
}

.headings-container h1 {
    margin-bottom: 80px;
}

.header-txt {
    position: relative;
}

.header-right-block {
    position: absolute;
    right: 120px;
    width: 300px;
    line-height: 1.4;
}

.header-descr {
    opacity: 0.7;
}
/* =============================================================================
   HTML5 CSS Reset Minified
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{ 
  width:100%;
  height:100%;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
}

canvas{
  display:block;
  vertical-align:bottom;
}

.section{
  margin: 80px 0;
  display: inline-block;
  width: 100%;
}

h1{
  font-size: 45px;
}

h3{
  font-size: 25px;
}
h1,
.navbar-brand,
.section-heading,
.background-card,
.element-title,
.elements-title,
.finish,
.elements-bottom-txt,
.small-heading,
.learn-more{
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 700;
}
.section-heading{
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.section-subheading{
  font-size: 20px;
  line-height: 1.3;
  color: #695971;
}
.hide {
  opacity: 0;
}
/* ---- particles.js container ---- */

#particles-bg {
  width: 100%;
  min-height: 100vh;
  background: rgb(41,2,69); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(41,2,69,1) 65%, rgba(75,7,82,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(41,2,69,1) 65%,rgba(75,7,82,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(41,2,69,1) 65%,rgba(75,7,82,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#290245', endColorstr='#4b0752',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
#particles-js{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#particles-bg canvas, #particles-js canvas{
  height: 100vh!important;
}
/* ---- top section ----*/
.header-section {
    position: relative;
}

.header-content {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
}

a.navbar-brand {
    color: #fff;
    padding: 20px 0;
}

.contact-us-wrapper {
    float: right;
    padding: 15px 0;
}

button.contact-us {
    padding: 10px;
    background: transparent;
    color: #fff;
    opacity: 0.7;
    border-radius: 5px;
    border: 1px solid #fff;
}
button.contact-us:hover{
    opacity: 1;
}
.headings-container {
    width: 280px;
}

.headings-container h1 {
    margin-bottom: 80px;
}

.header-txt {
    position: relative;
    margin-top: 80px;
}

.header-right-block {
    position: absolute;
    right: 120px;
    width: 300px;
    line-height: 1.4;
}

.header-descr {
    opacity: 0.7;
}

.learn-more-container {
    position: absolute;
    bottom: 60px;
    left: calc(50% - 39px);
}
.learn-more-container .learn-more:hover,
.learn-more-container .learn-more:hover i{
  text-decoration: none;
  opacity: 1;
}
.learn-more{
  color: #fff;
  opacity: 0.7;
}
.learn-more:hover,
.learn-more:hover i,
.learn-more:focus,
.learn-more:focus i {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}
.learn-more i{
  display: block;
  text-align: center;
  font-size: 40px;
  opacity: 0.5;
}

/* --- Process Section ---*/

.process-section{
  font-size: 18px;
  background: #f9f7fa;
  padding: 80px 0;
  margin-top: 0;
}
.process-headings {
    margin-bottom: 40px;
    width: 52%;
}
.process-cards-container {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.process-card {
    display: block;
    width: 250px;
    margin-left: -30px;
    height: 350px;
    vertical-align: text-top;
    border-radius: 10px;
    padding: 30px 60px 30px 30px;
    float: left;
}
.process-card.background-card {
    background-image: url('../img/process_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-left: 0;
    width: 350px;
    margin-top: -50px;
    height: 450px;
    -webkit-box-shadow: 0px 0px 35px 5px rgba(212,212,212,0.75);
    -moz-box-shadow: 0px 0px 35px 5px rgba(212,212,212,0.75);
    box-shadow: 0px 0px 35px 5px rgba(212,212,212,0.75);
}
.process-cards-right::before {
    content: " ";
    position: absolute;
    width: 100%;
    background: transparent;
    height: 100%;
    border-radius: 10px;
    bottom: 0;
    -webkit-box-shadow: 30px 9px 51px -11px rgba(212,212,212,1);
    -moz-box-shadow: 30px 9px 51px -11px rgba(212,212,212,1);
    box-shadow: 30px 9px 51px -11px rgba(212,212,212,1);
    left: 0;
}
.process-cards-right .process-card:nth-of-type(1){
  z-index: 2;
  background: #edeaea;
  margin-left: -60px;
}
.process-cards-right .process-card:nth-of-type(2){
  z-index: 3;
  background: #f6f5f5;
}
.process-cards-right .process-card:nth-of-type(3){
  z-index: 4;
  background: #fff;
}
.card-bottom {
    bottom: 0;
    position: absolute;
}

.card-inner {
    height: 100%;
    width: 100%;
    position: relative;
}

.card-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.card-time {
    font-size: 45px;
}

.process-card span.sm {
    font-size: 16px;
}

.process-cards-right .process-card .stage-nr {
    font-size:50px;
    opacity:0.6;
}
.process-cards-right .process-card .stage-txt{
    font-size:16px
}
.process-cards-right .process-card .card-bottom{
    line-height:1.4;
    opacity: 0.8;
}
.process-cards-right{
  position: relative;
  display: inline-block;
}
.process-cards-right::after{
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -100px;
  height: 70px;
  background-image: url(../img/itteration-arrow.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position-x: 90px;
}
/* --- Process Section End ---*/

/* --- Elements Section ---*/
.elements-headings {
  display: block;
  width: 46%;
  margin: 0 auto 60px;
}


.elements-title div {
  position: absolute;
}

.left-title {
  left: 40px;
  color: #4e195c;
}

.right-title {
  right: 40px;
  color: #3cbbc7;
}

.elements-title {
  position: relative;
  height: 30px;
  width: 80%;
  display: block;
  margin: 0 auto 40px;
}
.element-title{
  font-size: 24px;
  margin-bottom: 20px;
}
.center-title {
  left: calc(50% + 10px);
  color: #695971;
}

.elements-container {
  width: 80%;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  margin-bottom: 120px;
}

.left-element {
  display: inline-block;
  border-radius: 20px 0;
  margin-right: 10px;
  background: #4e195c;
  vertical-align: top;
  text-align: left;
  float: right;
  margin-bottom: 20px;
}

.right-element {
  float: left;
  display: inline-block;
  background: rgb(50,190,178); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(50,190,178,1) 0%, rgba(70,183,223,1) 42%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(50,190,178,1) 0%,rgba(70,183,223,1) 42%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(50,190,178,1) 0%,rgba(70,183,223,1) 42%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32beb2', endColorstr='#46b7df',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  margin-left: 20px;
  vertical-align: top;
  border-radius: 20px 0;
  text-align: left;
  margin-bottom: 20px;
}
.elements-container .left-element:nth-child(1) {
    width: 420px;
}

.elements-container .right-element:nth-child(1) {
    width: 380px;
}

.elements-container .left-element:nth-child(2){
    width: 360px;
}
.elements-container .right-element:nth-child(2){
    width: 320px;
}
.left-block {
  display: inline-block;
  width: 400px;
}

.right-block {
  display: inline-block;
  width: 360px;
}
.center-element{
  width: 360px;
  display: block;
  border-radius: 20px 0;
  margin-left: calc(50% - 155px);
  background: #4e195c;
  vertical-align: top;
  text-align: left;
}
.element-inner {
  padding: 30px 40px;
  line-height: 1.3;
}
.elements-container::after {
  content: " ";
  width: 8px;
  height: calc(100% + 40px);
  display: inline-block;
  position: absolute;
  top: 40px;
  left: calc(50% + 20px);
  border-radius: 10px;
  z-index: -1;
  background: -moz-linear-gradient(top,  rgba(42,196,163,0.65) 0%, rgba(42,195,166,1) 2%, rgba(44,170,224,1) 43%, rgba(44,170,224,1) 82%, rgba(44,170,224,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(42,196,163,0.65) 0%,rgba(42,195,166,1) 2%,rgba(44,170,224,1) 43%,rgba(44,170,224,1) 82%,rgba(44,170,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(42,196,163,0.65) 0%,rgba(42,195,166,1) 2%,rgba(44,170,224,1) 43%,rgba(44,170,224,1) 82%,rgba(44,170,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a62ac4a3', endColorstr='#2caae0',GradientType=0 ); /* IE6-9 */

}
.elements-title {
  position: relative;
  height: 30px;
  width: 80%;
  display: block;
  margin: 0 auto 40px;
}
.elements-container .finish {
  position: absolute;
  bottom: -115px;
  left: calc(50% + 5px);
  color: #46b7df;
}
.elements-bottom-txt {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  color: #585858;
  text-align: center;
  padding-left: 50px;
  font-size: 24px;
}
/* --- Elements Section End ---*/


/* --- Collaborations Section ---*/

.collab-section {
  padding: 40px 0;
  background: #f9f8f9;
  margin-bottom: 0!important;
}

.single-brand img{
  margin: 10px;
}
.canada img,
.governeur img  {
    width: 230px;
}

.banfield img, .bus img{
    width: 120px;
}
.aerial img{
  width: 100px;
}
.homeopaths img{
    width: 60px;
}
.brand-row{
  display: inline-block;
}
.single-brand {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.brand-list {
    text-align: center;
}
.colab-headings {
    font-size: 24px;
    width: 60%;
    display: block;
    margin: 0 auto;
    line-height: 1.3;
}

.small-heading {
    color: #585858;
    margin-bottom: 20px;
}

.small-subheading {
    margin-bottom: 40px;
}

/* --- Collaborations Section End ---*/


/* --- Contact Us Section ---*/

.contact-btn-wrapper{
  margin-top: 40px;
}
/*---------------------------
  White Button
---------------------------*/
a.fb-message-white,
a.email-us{
  -webkit-box-shadow: 0px 4px 26px -11px rgba(77,77,77,1);
  -moz-box-shadow: 0px 4px 26px -11px rgba(77,77,77,1);
  box-shadow: 0px 4px 26px -11px rgba(77,77,77,1);
}

a.fb-message-white {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #0084ff;
  background-color: #fff;
  border: 1px solid #ececec;
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 50px;
  line-height: 35px;
  border-radius: 5px;
  outline: none;
  padding: 8px;
  -webkit-transition: all ease .15s;
  -o-transition: all ease .15s;
  -moz-transition: all ease .15s;
  transition: all ease .15s;
  margin: 0 10px;
}
a.fb-message-white:hover {
  background-color: #fafafa;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  /* transform: scale(1.15); */ /* uncomment to add zoom effect */
}
a.fb-message-white:focus {
  background-color: #fff;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
}
img.messenger-icon {
    display: inline-block;
    margin-right: 3px;
    width: 18px;
    margin-bottom: -4px;
}
a.email-us {
  color: #5e2d6b;
  width: 200px;
  text-align: center;
  display: inline-block;
  padding: 15px 14px;
  border: 1px solid #e8dcec;
  border-radius: 5px;
  height: 50px;
  font-size: 20px;
  vertical-align: top;
  -webkit-transition: all ease .15s;
  -o-transition: all ease .15s;
  -moz-transition: all ease .15s;
  transition: all ease .15s;
  margin: 0 10px;
}
a.email-us:hover,
a.email-us:focus{
  text-decoration: none;
  background-color: #fafafa;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.contact-block {
  width: 700px;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 33px -11px rgba(77,77,77,1);
  -moz-box-shadow: 0px 4px 33px -11px rgba(77,77,77,1);
  box-shadow: 0px 4px 33px -11px rgba(77,77,77,1);
}
.connecting-word{
  color: #d3d3d3;
}

.copyright {
  background: #f9f8f9;
  padding-bottom: 40px;
  opacity: 0.7;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 15px;
  padding-right: 15px;
}
/* --- Contact Section End ---*/

/* --- Media Queries ---*/

@media screen and (max-width: 1200px){
  .header-right-block{
    right: 0;
    bottom: 0;
  }
  .process-card.background-card{
    width: 300px;
    height: 400px;
    margin-top: -25px;
  }
  .elements-container{
    width: 100%;
  }
  .brand-row {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .single-brand{
    width: 32%;
  }
  .single-brand img{
    max-width: 90%!important;
  }
}

@media screen and (min-height: 655px){
  .header-right-block {
    bottom: -300px;
  }
}

@media screen and (max-width: 992px){
  .section{
    margin: 40px 0;
  }
  .process-section{
    padding: 40px 0;
    margin-top: 0;
  }
  .process-cards-right::before{
    width: 90%;
    left: 5%;
    height: 134px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 26px 34px -4px rgba(212,212,212,0.7);
    -moz-box-shadow: 0px 26px 34px -4px rgba(212,212,212,0.7);
    box-shadow: 0px 26px 34px -4px rgba(212,212,212,0.7);
  }
  .process-cards-right .process-card:nth-of-type(3){
    border-radius: 0 0 10px 10px;
  }
  .process-card.background-card {
    width: 100%;
    height: 500px;
    margin-top: -25px;
    background-position: center;
    background-size: cover;
    border-radius: 0;
  }
  .process-card.background-card .card-bottom{
    bottom: 200px;
  }
  .process-cards-right .process-card:nth-of-type(1),
  .process-cards-right .process-card{
    width: 90%;
    height: auto;
    border-radius: 0;
    float: none;
    margin-left: auto;
    display: inline-block;
    margin-right: auto;
    text-align: left;
  }
  .process-cards-right{
    width: 100%;
    text-align: center;
    margin-top: -50px;
  }
  .process-cards-right .process-card:nth-of-type(1) {
    margin-top: -76px;
    border-radius: 10px 10px 0 0;
  }
  .process-cards-right .card-bottom {
    bottom: initial;
    position: initial;
    display: inline-block;
    float: right;
    width: 40%;
  }
  .process-cards-right .process-card .stage-nr {
    display: inline-block;
    float: left;
  }
  .process-cards-right::after{
    display: none;
  }
  .process-card{
    padding: 30px;
  }
  .right-block, 
  .left-block,
  .elements-container .left-element:nth-child(1),
  .elements-container .left-element:nth-child(2),
  .elements-container .right-element:nth-child(1),
  .elements-container .right-element:nth-child(2),
  .elements-container .center-element{
    width: 500px;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .elements-container::after{
    left: calc(50% - 4px);
  }
  .left-title,
  .right-title{
    display: none;
  }
  .elements-title .center-title{
    position: initial;
    left: initial;
  }
  .elements-container .finish{
    left: calc(50% - 20px);
  }
  .elements-headings,
  .colab-headings{
    width: 100%;
  }
  .elements-container::after{
    height: 100%;
  }
  .elements-container .finish{
    bottom: -70px;
  }
  .elements-bottom-txt{
    padding-left: 0;
    margin-top: -20px;
  }
}

@media screen and (max-width: 768px){
  .headings-container{
    width: 290px;
  }
  h1{
    font-size: 24px;
  }
  h2{
    font-size: 20px;
  }
  h3{
    font-size: 20px;
  }
  .section-heading{
    font-size: 28px;
  }
  .elements-container{
    font-size: 16px;
  }
  .element-title{
    font-size: 18px;
  }
  .small-subheading{
    font-size: 18px;
  }
  .process-headings{
    width: 100%;
  }
  .no-padding{
    padding-left: 0;
    padding-right: 0;
  }
  .headings-container h1{
    margin-bottom: 40px;
  }
  .header-right-block{
    right: 20px;
    top: -120px;
    width: 160px;
    font-size: 14px
  }
  .header-txt{
    margin-top: 200px;
  }
  .contact-block{
    width: 100%;
  }
  a.email-us,
  a.fb-message-white{
    width: 180px;
  }
  .contact-block{
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px){
  .process-cards-right .card-bottom{
    width: 60%;
  }
  a.email-us, a.fb-message-white {
    width: 250px;
    display: block;
    margin: 10px auto;
  }
}