/******************/
/**** GLOBALS ****/
/*****************/

 
 
 

 
 
 

.mj-hidden{
       display: none!important;
}
.home-v2,
.home-v2 p{
   font-weight: 400;  
   font-family: proxima-nova, sans-serif;

}
/***************************************/
/* ************ HEADER ****************/
/***************************************/

.home-v2 .custom-menu-primary ul li:last-child a{
    border-radius: 0px;
    background: #f9ed71;
    color: #0e2f37;
    box-shadow: none;
    padding: 0px 12px 0px 12px;
    border: 1px solid #f9ed71;
    transition: 0.3s all linear;
}
.home-v2 .custom-menu-primary ul li:last-child a:after{
    display: none;
}

.home-v2 .custom-menu-primary ul li:last-child>a:hover {
   
    padding-right: 12px;
    color: #f9ed71;
    background: transparent;
}

@media (max-width: 767px){
   .home-v2 .custom-menu-primary ul li:last-child a{
        border-radius: 0px;
        background: transparent;
        color: #fff;
        box-shadow: none;
       /* padding: 12px 0px;*/
        transition: 0.3s all linear;
        border-color: transparent;
    }
}


.home-v2 .custom-menu-primary ul li:nth-last-child(2) a{
   /* border-radius: 0px;*/
    /*background: #f9ed71;*/
   /* color: #0e2f37;*/
   /* box-shadow: none;*/
  /*  padding: 0px 12px 0px 12px;*/
    border-bottom: 2px solid #f9ed71;

   /* border: 1px solid #f9ed71;*/
    transition: 0.3s all linear;
}
/*.home-v2 .custom-menu-primary ul li:nth-last-child(2) a:after{
    display: none;
}*/

.home-v2 .custom-menu-primary ul li:nth-last-child(2)>a:hover {
   
  /*  padding-right: 12px;*/
    color : #f9ed71;
    background: transparent;
}



/***************************************/
/* ************ FOOTER ****************/
/***************************************/

/*footer top*/

.mj-footer-wrapper .footer-top {
 background: -moz-linear-gradient(-45deg, #0d2c35 0%, #226474 100%);
    background: -webkit-linear-gradient(-45deg, #0d2c35 0%,#226474 100%);
    background: linear-gradient(135deg, #0d2c35 0%,#226474 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2c35', endColorstr='#226474',GradientType=1 );
    color: #fff;
    padding: 40px 0px;
}
.mj-footer-wrapper .footer-top .footer-main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mj-footer-wrapper .footer-top .footer-main > div{
    width: 33.33%;
}
@media (max-width: 767px){
   .mj-footer-wrapper .footer-top .footer-main > div{
    width: 100%;
    margin-bottom: 30px;
}
}
.mj-footer-wrapper .footer-top .footer-main > div:last-child{
    -webkit-align-self: center; 
    align-self: center;
}

 .mj-footer-wrapper .footer-top h2{
    font-size: 19px;
    line-height: 26px;
    text-align: left;
}
.mj-footer-wrapper .footer-top h2:before{
    content: '';
    display: inline-block;
    width: 14px;
    height:14px;
    background-color: #79c59f;
    border-radius: 50%;
    margin-right: 10px;
}
/*item text*/
.footer-main .text h3{
   color: #79c59f;
   font-size:16px;
}
.footer-main .text .text-wrapper{
   margin-left: 24px;
}
.footer-main .text p{
   font-size:16px;
   margin-bottom: 0px;
}
@media (max-width: 1024px){
   .footer-main .text .text-wrapper .span6{
       float: none;
        width:100%;
        margin-left: 0px;
    margin-bottom: 25px;
    }
}
@media (max-width: 767px){
   .footer-main .text .text-wrapper .span6{
       float: left;
        width:50%;
    }
}
@media (max-width: 480px){
   .footer-main .text .text-wrapper .span6{
       float: none;
        width:100%;
    }
}
/* item social */
.footer-main .item.social{
    margin-left: 30px;
}
@media (max-width: 1024px){
   .footer-main .item.social{
    margin-left: 0px;
}
}
.footer-main .social ul{
   list-style: none;
   padding-left: 14px;
}
.footer-main .social ul li{
   display:inline-block;
   margin: 10px;
}
.footer-main .social ul li a{
   display:block;
   width:60px;
   height: 60px;
   background-color: #0c3440;
   border-radius: 50%;
   text-align:center;
   transition: 0.3s all linear;
}
.footer-main .social ul li a i{
   line-height: 60px;
   font-size: 24px;
   transition: 0.3s all linear;
}

.footer-main .social ul li a:hover{
   background-color: #fff;
}
.footer-main .social ul li a:hover i{
   color: #0c3440;
}
/*CTA WRAPPER */
.item.cta-wrapper{
    text-align:center;
}
/*footer bottom */

.mj-footer-wrapper .footer-bottom {
    background-color: #0d2e37;
    text-align: center;
}
.mj-footer-wrapper .footer-bottom span {
    color: #fff;
    padding: 37px 0px 67px 0px;
    display:block;
}

/******************/
/**** MODULES ****/
/*****************/


/* SINGLE PRODUCT */

.mj-single-product{
     display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
     -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
   
    
    max-width:815px;
    width: 100%;
    margin: 0 auto;
    min-height: 250px;
    margin-bottom: 60px;
}
@media (max-width: 675px){
    .mj-single-product{
         -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
}
.mj-single-product .text{
    max-width: 580px;
    width: 100%;
}
@media (max-width: 675px){
    .mj-single-product .text{
    max-width: 100%;
    order: 2;
    margin-top: 80px;
}
}
.mj-single-product .text h3{
   font-size: 32px;
   font-weight: 400;
   
   
}

.mj-single-product .text .desc{
    font-size: 19px;
    line-height: 29px;
    color: #545454;
    padding: 0px 0px 20px 0px
}
.mj-single-product .text .cta-wrapper{
    text-align: left;
}

.mj-single-product .right{
    min-width: 270px;
    width:100%;
}
@media (max-width: 675px){
    .mj-single-product .right{
    min-width: 100%;
}
}
.mj-single-product .icon-wrapper .icon{
    width: 175px;
    height: 175px;
}
.mj-single-product .icon-wrapper .ribon {
    width: 285px;
    height: 90px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

/*PRODUCT SINGLE IN LINE*/
.mj-single-product2{
     display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
     -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
   
    
    max-width:1515px;
    width: 100%;
    margin: 0 auto;
    min-height: 250px;
    margin-top: 100px;
    margin-bottom: 100px;
}
@media (max-width: 675px){
    .mj-single-product2{
         -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
}
.mj-single-product2 .text{
    max-width: 1000px;
    width: 100%;
}
@media (max-width: 675px){
    .mj-single-product2 .text{
    max-width: 100%;
    margin-top: 80px;
}
}
.mj-single-product2 .text h3{
   font-size: 32px;
   font-weight: 400;
   
   
}

.mj-single-product2 .text .desc{
    font-size: 19px;
    line-height: 29px;
    color: #545454;
    padding: 0px 0px 20px 0px
}
.mj-single-product2 .text .cta-wrapper{
    text-align: left;
}

.mj-single-product2 .left{
    min-width: 270px;
    max-width:270px;
   width:100%;

}
@media (max-width: 675px){
    .mj-single-product2 .left{
    min-width: 100%;
}
}
.mj-single-product2 .icon-wrapper .icon{
    width: 175px;
    height: 175px;
}
.mj-single-product2 .icon-wrapper .ribon {
    width: 285px;
    height: 90px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.mj-single-product2 .right{
    min-width: 270px;
    max-width: 270px;

   width:100%;
}
@media (max-width: 675px){
    .mj-single-product2 .right{
    min-width: 100%;
}
}

/*PARALLAX SEPARATOR*/

.mj-parallax-separator{
    min-height: 350px;
    width: 100%;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    z-index: 1;
    
    
   -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
    
      display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    
    
}
/* IE11 / EDGE FIX HEIGHT */ 

@media screen and (min-width:0\0){
    
.mj-parallax-separator{
    height: 350px;
    }
}

.mj-parallax-separator .mask{
    position:absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
}
.mj-parallax-separator .content{
    color: #fff;
    position:relative;
    z-index: 3;
    text-align: center;
    padding: 25px 20px;
    max-width: 625px;
    width: 100%;
}
.mj-parallax-separator .content h2{
    color: #79c59f;
    font-size: 48px;
    font-weight: 600;
}
.mj-parallax-separator .content .desc{
    text-align: center;
    
}
.mj-parallax-separator .content ul{
    font-size: 22px;
    font-weight: 400;
    display: block;
    padding-left: 0px;
    list-style: none;
    float: left;
    width: 50%;
   
}
@media (max-width: 625px){
   .mj-parallax-separator .content ul{
   float: none;
    width: 100%;
     margin: 0px;
}
}
.mj-parallax-separator .content ul li{
    position: relative;
    text-align: left;
    padding-left: 40px;
}

.mj-parallax-separator .content ul li:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #79c59f;;
        position: absolute;
    left: 0px;
    top: 5px;
}



/*Testimonials ---> to delete */
.mj-testimonials-wrapper > span{
      display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mj-testimonials-wrapper > span > div{
    width: 50%;
}
@media (max-width: 767px){
  .mj-testimonials-wrapper > span > div{
    width: 100%;
}
}
.mj-testimonials-wrapper > span > div:nth-child(odd) .mj-testimonials{
    border-right: 1px solid #cfeadc;
}
@media (max-width: 767px){
.mj-testimonials-wrapper > span > div:nth-child(odd) .mj-testimonials{
    border-right: none;
    
    border-bottom: 1px solid #cfeadc;
}
}
.mj-testimonials{
    margin-top: 30px;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.mj-testimonials .desc{
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.mj-testimonials .author{
   display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
    
    }
.mj-testimonials .author h5{
    margin-left: 20px;
    color: #55bd88;
    font-size: 16px;
    font-weight: 600;
}

.mj-testimonials .author h7{
    margin-left: 20px;
    color: #55bd88;
    font-size: 16px;
    font-weight: 600;
}

.mj-testimonials .avatar{
    min-width: 65px;
    height: 65px;
    border-radius:50%;
    background-size:cover;
    background-position: center center;
    
}


/* Style for slick ---> to delete */

.mj-testimonials-wrapper .slick-dots {
  display: block;
  left: 0; }

.mj-testimonials-wrapper .slick-list {
  min-width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important; }

.mj-testimonials-wrapper .slick-arrow {
  display: none !important; }

.mj-testimonials-wrapper button.slick-prev.slick-arrow + div.slick-list {
  display: block; }


.mj-testimonials-wrapper .slick-track > div{
    padding: 20px 0px;
}
.home-v2 .mj-testimonials-wrapper :focus { outline: none; }


.mj-testimonials-wrapper .slick-track > div.slick-current .mj-testimonials{
    border-right: 1px solid #cfeadc;
}

@media (max-width: 1024px){
.mj-testimonials-wrapper .slick-track > div.slick-current .mj-testimonials{
    border-right: none;
}

}


/*CASE BOX*/
.case-box-wrapper{
    margin-top: 35px;
    margin-bottom: 80px;
}


.case-box{
    max-width:345px;
    min-height:250px;
    background-color:#fff;
    border-radius:35px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
    padding: 25px 0px;
    text-align:center;

    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
.case-box img{
    margin: 0 auto;
}
@media (max-width: 867px){
   .case-box{
    margin: 0px auto 0px auto;

}
}
@media (max-width: 440px){
   .case-box{
    max-width:245px;

}
}
.case-box-wrapper >span >div:last-child .case-box{
     margin: 0px auto 0px auto;
}
}
.case-box h3{
    margin-bottom: 35px;
}
.case-box .cta-wrapper{
    margin-top: 35px;
}
.case-box .cta-wrapper a{
    font-weight: 900;
}
/*Style when slick disable*/
.case-box-wrapper >span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.case-box-wrapper >span >div{
    width: 30%;
}
@media (max-width: 867px){
   .case-box-wrapper >span >div{
    width: 100%;

}
}


/* Style for slick*/
.case-box-wrappers *:focus{
    outline: 0;
}
.case-box-wrapper .slick-dots {
  display: block;
  left: 0; }

.case-box-wrapper .slick-list {
  min-width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important; }

.case-box-wrapper .slick-arrow {
  display: none !important; }

.case-box-wrapper button.slick-prev.slick-arrow + div.slick-list {
  display: block; }


.case-box-wrapper .slick-track > div{
    padding: 20px 0px;
}
.home-v2 .case-box-wrapper :focus { outline: none; }

/*pagination*/

.home-v2 .slick-dots{
    left: 0px;
}
.home-v2 .slick-dots li{
    margin: 0;
}
.home-v2 .slick-dots li button:before {
   
    position: absolute;
    top: 50%;
    /*left: 50%;*/
  /*  transform: translate(-50%,-50%);*/
  transform: translate(0,-50%);
    width: 8px;
    height: 8px;
    display:block;
    border-radius: 50%;
    background: #79c6a1;
    content: '';
    text-align: center;
    opacity: 1;
    color: #000;
}



/* HERO BANNER */

.mj-hero-banner{
    width:100%;
    min-height: 460px;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mj-hero-banner .mask{
    position: absolute;
    z-index:2;
    
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: #0b2a32;
}
.mj-hero-banner .content{
    position:relative;
    z-index:3;
    text-align:center;
    color: #fff;
    padding: 0px 30px;
}
.mj-hero-banner .content h1{
    font-size: 48px;
   /* text-shadow: -3px 3px 4px rgba(0, 0, 0, 0.35);*/
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.mj-hero-banner .content p{
    font-size: 20px;
    text-shadow: -3px 3px 4px rgba(0, 0, 0, 0.35);
}

/* IE11 / EDGE FIX HEIGHT */ 

@media screen and (min-width:0\0){
    .mj-hero-banner{
        height:460px;
    }
}


/* HERO BANNER v2*/

.mj-hero-banner-v2{
    width:100%;
    min-height: 585px;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mj-hero-banner-v2 .mask{
    position: absolute;
    z-index:2;
    
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: #0d2c35;
    background: -moz-linear-gradient(-45deg, #0d2c35 0%, #226474 100%);
    background: -webkit-linear-gradient(-45deg, #0d2c35 0%,#226474 100%);
    background: linear-gradient(135deg, #0d2c35 0%,#226474 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2c35', endColorstr='#226474',GradientType=1 );
}
.mj-hero-banner-v2 .content{
    position:relative;
    z-index:3;
    text-align:center;
    color: #fff;
    padding: 80px 30px;
}
@media (max-width: 767px) {
    .mj-hero-banner-v2 .content{
        padding: 120px 30px 40px 30px;
    }
}
.mj-hero-banner-v2 .content h1{
    /*font-weight: 600;
    font-size: 62px;
    line-height: 1;
    color: #79c59f;
    text-transform: none;
    word-break: break-word;*/
  
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.mj-hero-banner-v2 .content p{
    font-size: 22px;
    line-height:26px;
    font-weight:200;
    margin-bottom: 25px;
    letter-spacing: 1px;

}


/* HERO BANNER DOC*/

.mj-hero-banner-doc{
    width:100%;
    min-height: 10px;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* IE11 / EDGE FIX HEIGHT */ 

@media screen and (min-width:0\0){
    .mj-hero-banner-doc{
        height:585px;
    }
}

/* HERO BANNER v3*/

.mj-hero-banner-v3{
    min-height:420px;
     background: -webkit-linear-gradient(-45deg, #0d2c35 0%,#226474 100%);
    background: linear-gradient(135deg, #0d2c35 0%,#226474 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2c35', endColorstr='#226474',GradientType=1 );
}
.mj-hero-banner-v3 .content{
   max-width: 860px;
   padding-top: 80px;
   padding-bottom:0px;
}
@media (max-width: 767px){
.mj-hero-banner-v3 .content {
    padding: 120px 30px 40px 30px;
}
}
/* IE11 / EDGE FIX HEIGHT */ 

@media screen and (min-width:0\0){
    .mj-hero-banner-v3{
        height:420px;
    }
}


/* HERO BANNER v4*/

.mj-hero-banner-v4{
    width:100%;
    min-height: 200px;

    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mj-hero-banner-v4 .mask{
    position: absolute;
    z-index:2;
    
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: #0d2c35;
background: -moz-linear-gradient(-45deg, #0d2c35 0%, #226474 100%);
background: -webkit-linear-gradient(-45deg, #0d2c35 0%,#226474 100%);
background: linear-gradient(135deg, #0d2c35 0%,#226474 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2c35', endColorstr='#226474',GradientType=1 );
}
.mj-hero-banner-v4 .content{
    position:relative;
    z-index:3;
    text-align:center;
    color: #fff;
    padding: 80px 30px;
}
@media (max-width: 767px) {
    .mj-hero-banner-v4 .content{
        padding: 120px 30px 40px 30px;
    }
}
.mj-hero-banner-v4 .content h1{
    font-weight: 600;
    font-size: 54px;
    line-height: 1;
    color: #ffffff;
    text-transform: none;
    word-break: break-word;
 
}
.mj-hero-banner-v4 .content p{
    font-size: 22px;
    line-height:26px;
    font-weight:200;
    margin-bottom: 25px;
}

/* HERO BANNER v6*/

.mj-hero-banner-v6{
    width:100%;
    min-height: 200px;

    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mj-hero-banner-v6 .mask{
    position: absolute;
    z-index:2;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: #0d2c35;
    background: -moz-linear-gradient(-45deg, #0d2c35 0%, #226474 100%);
    background: -webkit-linear-gradient(-45deg, #0d2c35 0%,#226474 100%);
    background: linear-gradient(135deg, #0d2c35 0%,#226474 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2c35', endColorstr='#226474',GradientType=1 );
}
.mj-hero-banner-v6 .content{
    position:relative;
    z-index:3;
    text-align:center;
    color: #fff;
    padding: 80px 30px;
}
@media (max-width: 767px) {
    .mj-hero-banner-v6 .content{
        padding: 120px 30px 40px 30px;
    }
}
.mj-hero-banner-v6 .content h1{
    font-weight: 600;
    font-size: 54px;
    line-height: 1;
    color: #ffffff;
    text-transform: none;
    word-break: break-word;
 
}
.mj-hero-banner-v6 .content p{
    font-size: 22px;
    line-height:26px;
    font-weight:200;
    margin-bottom: 25px;
}




.mj-hero-banner-v7-small {
    width:100%;
    min-height: 111px;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mj-hero-banner-v7-small .mask{
    position: absolute;
    z-index:2;
    
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: #0b2a32;
}


/*RECENT POST*/

.mj-recent-posts{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    
}
.mj-recent-posts .single-post{
    max-width: 400px;
    padding: 20px 30px;
    background: #fff;
    transition: 0.3s all linear;
}
@media (max-width: 1024px) {
    .mj-recent-posts .single-post{
    max-width: 48%;
    }
}
@media (max-width: 767px) {
    .mj-recent-posts .single-post{
    max-width: 100%;
    margin-bottom: 20px;
    }
}
.mj-recent-posts .single-post:hover{
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
}
.mj-recent-posts h4{
   display: block;
   margin-top:30px;
   max-width: 110px;
   line-height: 30px;
   font-weight: 400;
       
}
@media (max-width: 1024px) {
    .mj-recent-posts h4{
    width: 100%;
    max-width: 100%;
        text-align: center;
    }
    
}
.mj-recent-posts .single-post h3{
   color: #79c59f;
   font-weight: 600;
   font-size: 18px;
   line-height: 30px;
     margin-bottom: 5px;
}
.mj-recent-posts .single-post p{
     color: #545454;
   font-weight: 600;
   font-size: 16px;
   line-height: 22px;
      margin-bottom: 0px;
    
}
/*BOX BOTH*/
.mj-category-box .content a{
    display: inline-block;
    min-width: 135px;
    text-transform: uppercase;
    padding: 8px 18px;
    color: #fff;
   /* border-radius: 20px;*/  
     border-radius: 0px;

    font-size: 13px;
    text-align:center;
    
    transition: 0.3s all linear;
}
.mj-category-box .content a.color{
    background-color: #79c6a1;
    border: 1px solid #79c6a1;
}

.mj-category-box .content a:hover{
    background-color: transparent;
}
.mj-category-box .content a.transparent{
    background-color: transparent;
    border: 1px solid transparent;
}
.mj-category-box .content a.transparent:hover{
    
    border: 1px solid #79c6a1;
}
.mj-category-box.featured .content a{
    float:right;
}


/* EVENT BOX FEATURED */
.mj-category-box.featured{
    /*width: 520px;*/
    height: 250px;
    width:50%; 
}
.mj-category-box.featured .inner-box{
    position:relative;
    width:100%;
    /*width: 100%;*/
    //max-width: 555px;
    /*margin: 0 auto;*/
    padding: 15px;
    height:100%;
    padding: 15px;
     width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-size:cover;
    background-position:center center;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
    
}
.mj-category-box.featured .ribon{
    position: absolute;
    top:0;
    right: 0;
    width: 140px;
    height: 85px;
    overflow: hidden;
}
.mj-category-box.featured .ribon span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    -moz-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    -o-transform: rotate(33deg);
    transform: rotate(33deg);
    -webkit-transform: rotate(33deg);
    width: 199px;
    padding: 5px 0px;
    display: block;
    background: #03a9f4;
    position: absolute;
    top: 15px;
    right: -55px;
}
.mj-category-box.featured .content{
    position: absolute;
    top:55%;
    left:50%;
    width: 100%;
    padding: 0px 20px;
    text-align: left;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media (max-width: 480px) {
    .mj-category-box.featured .content{
        top: 50%;
    }
}
.mj-category-box.featured .content span{
    display: block;
    
}
.mj-category-box.featured .content hr{
    border: none;
    border-bottom: 2px solid #79c6a1;
    display: block;
    width: 200px;
    display: block;
    float:left;
}
.mj-category-box.featured .content p{
    display: block;
    float: left;
    width: 100%;
    font-size: 22px;
    width: 80%;
    min-height:66px;
    margin-bottom: 18px;
    
}
@media (max-width: 1024px) {
    .mj-category-box.featured .content p{
        width: 100%;
        
    }
}

@media (max-width: 1024px) {
   .mj-category-box.featured{
        
        width:100%; 
    }
    .mj-category-box.featured .inner-box{
   
     width: 98%;
     margin: 0 auto;
    
    }
}
@media (max-width: 580px) {
  
    .mj-category-box.featured .inner-box{
   
     width: 100%;
    }
}

/* EVENT BOX NORMAL */


.mj-category-box.normal {
    /*width: 260px;*/
    height: 250px;
    width:25%; 
}

.mj-category-box.normal .inner-box{
    position:relative;
    width:100%;
    /*width: 100%;*/
    /*max-width: 260px;*/
    /*margin: 0 auto;*/
    padding: 15px;
     width: calc(100% - 30px);
    height: calc(100% - 30px);
    /*height:100%;*/
    background-size:cover;
    background-position:center center;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
    
}
.mj-category-box.normal .info-cat{
    position: absolute;
    top:0;
    right: 0;
    padding:7px 15px;
    min-width: 100px;
    background-color: rgba(17,95,103,0.4);
}

.mj-category-box.normal .content{
    position: absolute;
    top:65%;
    left:50%;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mj-category-box.normal .content p{
    font-size: 18px;
    margin-bottom:5px;
}
.mj-category-box.normal .content span{
    color: #79c6a1;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
   .mj-category-box.normal{
        
        width:50%; 
    }
    .mj-category-box.normal .inner-box{
   
     width: 95%;
     margin: 0 auto;
    
    }
}
@media (max-width: 580px) {
   .mj-category-box.normal{
        
        width:100%; 
    }
    .mj-category-box.normal .inner-box{
   
     width: 100%;
    }
}
/*******************/
/**** LP EVENT ****/
/******************/
.lp-event-page{
    overflow-x:hidden;
}
.lp-event-page .hidden{
    display: none;
}
.lp-event-page{
    color: #fff;
}
.lp-event-page .content-wrapper{
    background: #115f67; /* Old browsers */
    background: -moz-linear-gradient(top, #115f67 0px, #0b2830 220px, #0b2830 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #115f67 0px,#0b2830 220px,#0b2830 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #115f67 0px,#0b2830 220px,#0b2830 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}
.lp-event-page h2{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
/* menu event */ 

.lp-event-page .event-menu-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-event-page .event-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
       max-width: 1170px;
}

/* PAGINATION x*/

ul.pagination{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style:none;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  
}
.pagination  li a{
        display: inline-block;
        width:28px;
        height:28px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align:center;
        line-height: 28px;
        margin: 0px 5px;
        border: 1px solid transparent;
         cursor:pointer;
         transition: all 0.3s linear;
    }
.pagination  li a:hover{
   
    border-color: #79c6a1;
}
.pagination  li.active a{
        border-color: #79c6a1;
        background-color: #79c6a1;
        color: #fff;
    }
.pagination  li.disabled a{
        border-color: transparent;
        opacity: 0.5;
    }
    
/* FILTER SECTION */
    
.lp-event-page .filter-section{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
    padding-bottom:0px;
    border-bottom: 1px solid #75878b;
    
        max-width: 1140px;
    margin: 0 auto 70px auto;
}
.lp-event-page .filter-section > div{
    margin: 0px 10px;
}
.lp-event-page .short-text-filter{
    margin-top: -3px;
}
.lp-event-page .filter-section select{
    /*appearance:none;*/
    /*-moz-appearance:none; */
    /*-webkit-appearance:none; */
    border-radius:0;
    margin-bottom: -2px;
    padding-left: 0px;
    padding-right: 7px;
    padding-bottom: 7px;
    border-bottom: 3px solid #79c6a1;
    color:  #79c6a1;
}

.lp-event-page .landing-bottom-text{
   background-image: url('https://2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/6Minded/banner-2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    min-height:446px;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}    
 @media screen and (min-width:0\0){
    .lp-event-page .landing-bottom-text{
        height:446px;
    }
}   

.lp-event-page .landing-bottom-text p{
    text-align:center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
}
.lp-event-page .landing-bottom-text .widget-type-cta{
  text-align: center;
  margin-top:35px;
}

.lp-event-page .landing-bottom-text .page-center{
    padding-top: 10px;
}


/* CUSOTM ICON */
.icon-wrapper{
    text-align: center;
    position: relative;
    width: 100%;
    height: 180px;
}
.icon-wrapper .ribon{
     width: 155px;
    height: 50px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    transform: rotate(305deg);
    background-color: #7fc7a3;
    background: -moz-linear-gradient(left, rgba(125,199,162,0.15) 0%, rgba(125,199,162,0) 100%);
    background: -webkit-linear-gradient(left, rgba(125,199,162,0.15) 0%,rgba(125,199,162,0) 100%);
    background: linear-gradient(to right, rgba(125,199,162,0.15) 0%,rgba(125,199,162,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a67dc7a2', endColorstr='#00000000',GradientType=1 );
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(295deg);
    z-index: 1;
   
}
.icon-wrapper .icon {
   z-index: 2;
    position: absolute;
    width: 93px;
    height: 93px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.icon-wrapper  img{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}

/*TEXT AND IMAGE*/
.mj-text-image{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;mj-single-product-wrapper
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    margin-top:-30px;
    margin-bottom: 110px;
 
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1024px){
    .mj-text-image{
      margin-top: 0px;
        
    }
}
@media (max-width: 480px){
    .mj-text-image{
      margin-bottom: 40px;
        
    }
}
.mj-text-image .text{
    width: 50%;
    padding-right:120px;
      padding-left: 20px;
      font-weight: 400;
}
.mj-text-image .text h3{
   margin-bottom: 25px;
      font-weight: 400;
}
.mj-text-image .text p{
   
      margin-bottom: 25px;
}
.mj-text-image .text a{
    text-align: left;
      font-weight: 900;
}
.mj-text-image .text .cta-wrapper{
    text-align: left;
}

@media (max-width: 1024px){
    .mj-text-image .text{
        width: 100%;
        padding-right:0px;
        margin-bottom:40px;
         padding-left: 0px;
         
    }
}
.mj-text-image .image{
    width: 50%;
    position: relative;
    text-align: center;
}
@media (max-width: 1024px){
    .mj-text-image .image{
        width: 100%;
        text-align:center;
    }
}

.mj-text-image .image:before{
  content: '';
    display: block;
    max-width: 500px;
    width:100%;
    height: 580px;
    position: absolute;
    z-index: 0;
    bottom: -60%;
    left: -30%;
    
    background-image: url('https://2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/6Minded/Home%20v2/shadow.png');
    background-size:cover;
    background-position: center center;
   display: none; /* shadow off */
}
@media (max-width: 1024px){
    .mj-text-image .image:before{
       left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        
    }
}
@media (max-width: 480px){
    .mj-text-image .image:before{
       display: none;
        
    }
}
.mj-text-image .image img{
 position: relative;
 z-index: 2;
   
}
.mj-text-image.reverse .text{
    order: 1;
}
@media (max-width: 1024px){
    .mj-text-image.reverse .text{
    order: 0;
}
}
.mj-text-image.reverse .image:before{
    
    bottom: -60%;
    left: 30%;
}

/***************************************/
/* ************ WEBSITE ****************/
/***************************************/


/* HOME V2 */
.home-v2 *{
    box-sizing: border-box;
}
.home-v2{
    background: none;
    
}
.home-v2 . h2{
    text-align:center;
    font-weight: 400;
    margin-bottom: 15px;
}
.home-v2 .cta-wrapper{
    text-align:center;
}
.home-v2 .custom-header{
    position: fixed;
    background: transparent;
   transition: all 0.3s linear;
   width:100%;
}

.home-v2 .custom-header.scroll{
   background: #0b272f;
    /*background: -moz-linear-gradient(-45deg, #0d2c35 0%, #226474 100%);*/
    /*background: -webkit-linear-gradient(-45deg, #0d2c35 0%,#226474 100%);*/
    /*background: linear-gradient(135deg, #0d2c35 0%,#226474 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2c35', endColorstr='#226474',GradientType=1 );*/
}

.home-v2 .grey-bg-dark{
    background-color: #e1e1e1;
    text-align: center;
}
.home-v2 .grey-bg{
    background-color: #fafafa;
    text-align: center;
}
.home-v2 .grey-bg .page-center{
    padding-bottom:50px;
}
.home-v2 .grey-bg .rich-text-wrapper{
    max-width: 750px;
    margin: 0 auto;
    float: none;
}

.home-v2 .white-bg{
    background-color: #fafafa;
    text-align: center;
}
.home-v2 .white-bg .page-center{
    /*padding-bottom:50px;*/
}
.home-v2 .white-bg .rich-text-wrapper{
    max-width: 750px;
    margin: 0 auto;
    float: none;
}
.home-v2 .side-image{
  background-color:#e5e5e5; 
  background-image: url('https://2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/grid-3227320_1920.jpg');
    background-position: center center;
    background-repeat: no-repeat;
   background-size:auto;
      background-position:  right; 
}
.home-v2 .side-references{
  background-color:#242424; 
/*  background-image: url('https://2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/grid-3227320_1920.jpg');*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size:auto;
    background-position:  right; 
  
  
    
}
.home-v2 .mj-footer-wrapper .footer-top h2{
 
    text-align: left;
}


/* Case Study */
.small {font-size: 14px;}
.xsmall {font-size: 12px;}

.download-con {
    background-color: #e1e1e1;
    padding: 30px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.horz-space-sm {
    display: block;
    height: 20px;
}

.horz-space-md {
    display: block;
    height: 40px;
}

.horz-space-lg {
    display: block;
    height: 60px;
}

.horz-space-xl {
    display: block;
    height: 100px;
}

/* PAGE FEATURE CSS*/

.section-padding{
    padding:50px 0;
}
.section-padding h1{
    text-align:left;
    letter-spacing:1px;
    text-transform: uppercase;
    color:blue;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0,5;
    line-height: 1.4;
    color: #2d3e50;
}

.section-padding h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5px;
}
.section-padding h6{
    text-align:left;
    font-size: 18px;
    font-weight: 500;
    letter-spacing:1px;
    color:#79C6A1;
    margin-bottom: 5px;
}

.row-fluid [class*="span"].wrapper,
.row-fluid .wrapper{
    width: 100%;
    max-width: 1190px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:15px;
    padding-right:15px;
}
body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}     
.grey-bg-widget{
    background:#f8f8f8;
}

.grey-bg-feature{
    background:#f8f8f8;
}

body .container-fluid .row-fluid .section-heading.align-center {
    max-width: 840px;
    float: none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:60px;
    text-align: center;
}

body .container-fluid .row-fluid .section-heading.align-center.product_cta {
    margin-top:60px;
    
}

.section-heading p{
    font-size: 18px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    letter-spacing: .5px;
    line-height:1.5;
}
.section-heading h2{
    text-align:center;
    letter-spacing:1px;
    text-transform: uppercase;
    color:blue;
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    color: #2d3e50;
}
.section-padding h4 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing:1px;
    color:#115f66;
}
.section-heading h5{
    text-align:center;
    font-size: 18px;
    font-weight:700;
    letter-spacing:1px;
    text-transform: uppercase;
    color:#79C6A1;
    margin-bottom: 5px;
}
.section-heading h6{
    text-align:center;
    font-size: 17px;
    font-weight:700;
    letter-spacing:1px;
    color:#79C6A1;
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    
.equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
  
  .container-fluid .row-fluid .wrapper-short980{
    max-width: 980px;
    margin: 0 auto;
    float: none;
}

.product-image-outside{
    padding-right:20px;
}

.product-image-inside {
    height: 300px;
    background-size: cover;
    background-position: top center;
    border-radius: 0px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.product-boxes:hover .product-image-inside{
    transform: translateY(-10px);
}

.product-description {
    padding:15px 15px;
    background: #fff;
    border: 2px solid #e1e2e3;
    margin-left:20px;
    margin-top:-30px;
    border-radius: 5px;
    margin-bottom:25px;
    z-index: 1;
    position: relative;
}



.right-sidemodule .product-image-inside {
    height: 200px;
}

.product-description h4{
    font-size: 16px;
    margin-bottom: 5px;
}

.product-description p{
    font-size: 14px;
  
}

.product-description a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight:600;
}

.container-fluid .row-fluid .wrapper-short980{
    max-width: 980px;
    margin: 0 auto;
    float: none;
}
body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 60px;
}

  
/*==================================================
            Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -118%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 20.2%;
    -webkit-flex-basis: 20.2%;
    float: left;
    margin-right: 5.43%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .two-col-adjust.have-box-border span>.hs_cos_wrapper{
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 #e6ebee;
    border: solid 1px rgba(129,154,179,0.14);
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding:20px 0;
    position:relative;
} 

body .container-fluid .row-fluid .two-col-adjust.have-box-border span>.hs_cos_wrapper>div{
    padding:0 20px;
}
.redirect-page{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    display:block;
    cursor:pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

body .container-fluid .row-fluid .two-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
    border:1px solid #79C6A1;
}


@media (max-width:767px){
 
 
body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
}   
}

/*==================================================
            Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
    justify-content: center;

}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.2%;
    -webkit-flex-basis: 30.2%;
    float: left;
    margin-right: 2.43%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper{
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 #e6ebee;
    border: solid 1px rgba(129,154,179,0.14);
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding:20px 0;
    position:relative;
} 

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper>div{
    padding:0 20px;
}
.redirect-page{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    display:block;
    cursor:pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
    border:1px solid #79C6A1;
}


@media (max-width:767px){
 
 
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
}   
}









/*==================================================
            Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 20px;
    box-sizing:border-box;
    position:relative;
}










@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   
}




.testimonial-2-sec-99{
    padding:100px 0px;
}

.testimonial-2-sec-99 .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget{
    border-radius: 13px;
    background-color: #f2f2f2;
    width:100%;
    max-width: 26.7%;
    float:left;
    padding: 11px 26px 30px;
    margin: 0 0.9% 1.8%;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
}

.testimonial-cm{
    padding-top:20px;
}


.testimonial-cm .logo img{
    height:auto;
    width:auto;
}

.testimonial-cm .logo{
    padding-bottom:17px;
}

.testimonial-2-sec-99 .testimonial-cm p{
    color:#333;
}

.testimonial-cm .logo .img{
    vertical-align:middle;
}



@media(min-width:768px) and (max-width:1208px){

.row-fluid .testimonial-2-sec-99 .wrapper{
    max-width:768px;
}

.testimonial-2-sec-99 .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget{
    max-width:24%;
}    
    
}

@media(max-width:767px){

.testimonial-2-sec-99 .hs_cos_wrapper.hs_cos_wrapper_type_custom_widget{
    width:auto;
    max-width:100%;
    margin:0px auto 20px;
    float:none;
    right:0;
}  


.testimonial-2-sec-99{
    padding:40px 0px;
}
    
}








@media (max-width:767px){


.row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
}


h1{
    font-size:32px;
}

h2{
    font-size:28px;
}

h3{
    font-size: 24px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

p {
    font-size: 14px;
    line-height: 24px;
}

.section-padding {
    padding: 60px 0;
}
  

.align-right {
    text-align: center;
}

.align-left {
    text-align: center;    
}

body .container-fluid .row-fluid .section-heading.align-center {
    text-align: center;
    max-width: 840px;
    float: none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:60px;
}
  

.body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
}

.primary-banner {
    padding: 120px 0 40px;
}

.section-heading p {
    font-size: 16px;
}

.heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
}

.cta-margin {
    margin-top: 20px;
}

.body-container-wrapper {
    padding-top:0px;   
}

}





/*============================ Home Vide Section ===============================*/

body .row-fluid .home-2-video-section-99 .video {
    max-width: 800px;
    margin: 0 auto;
    float: none;
}

/*============================ Home Three Col ===============================*/


.home-three-col .feature-cm{
    margin:15px 0;
}


.feature-cm .product-icon{
    width: 100px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: auto;
    border-radius: 100%;
    background-position: center;
}
  
.feature-cm .product-icon-nosize{

    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: auto;
   /* border-radius: 100%;*/  /*-> remove radius 99 Home-2 Feature CM*/
    background-position: center;
}

.feature-cm h4{
    
}

.feature-content h4 {
    font-weight:500;
    font-size: 20px;
    margin: 10px 0px;
    color:#79C6A1;
    text-align: center;
}


.home-1-showcase-99 .three-col-adjust span>.hs_cos_wrapper:hover .feature-content h4{
    color:#79C6A1;
}




/*============================ Home Two Col One Side Image and Check Icons ===============================*/


.body-container-wrapper .check-icon ul{
    list-style:none;
}

.body-container-wrapper .check-icon ul li{
    margin-left:0px;
    position:relative;
    padding-left:35px;
    margin-bottom: 10px;
}

.body-container-wrapper .check-icon ul li strong{
    font-size: 20px;
    color: ;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

.body-container-wrapper .check-icon ul li:before{
    position: absolute;
    content: '';
    top: 11px;
    left: 8px;
    width: 7px;
    height: 7px;
    background: #79C6A1;
    border-radius: 50%;
}




/*============================ Home Two Col One Side Image ===============================*/

body .row-fluid .home-2-two-col-services-99 .wrapper{ 
    max-width:1000px;
}

.home-2-two-col-services-99 .starter-one-side-image-cm {
    margin:40px 0;
}


.starter-one-side-image-cm img{
    max-width:95%;
}



@media (min-width:768px){
    
.starter-one-side-image-cm img{
    max-width:95%;
}
    
}

@media (min-width:768px) and (max-width:1024px){
    
    
}

@media (max-width:767px){
    
.home-2-two-col-services-99 .starter-one-side-image-cm {
    margin:0;
}    

.home-2-two-col-services-99 .starter-one-side-image-cm .span6{
    margin:30px 0;
}
    
.one-side-image-cm-container>span>.hs_cos_wrapper:nth-child(2n) .row-fluid{
    display:flex;
    display:-webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
}
  
  
  /*! CSS Used from: https://www.dataiku.com/wp-content/themes/dataiku/slice/dist/css/style.min.css?ver=1613150296 ; media=all */
@media all{
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:hover{outline:0;}
a{-webkit-text-decoration-skip:objects;text-decoration:none;outline:0;font:inherit;color:inherit;}
a:active,a:focus{color:inherit;text-decoration:none;}
a:hover{text-decoration:none;}
.learn-more{position:relative;display:inline-block;padding-left:31px;font-weight:600;font-size:14px;}
@media (min-width:1800px){
.learn-more{text-transform:uppercase;font-size:16px;}
}
.no-touch .learn-more:hover::before{-webkit-transform:scaleY(0);transform:scaleY(0);}
.no-touch .learn-more:hover::after{width:20px;}
.no-touch .learn-more:hover span{margin-left:3px;}
.learn-more.uppercase{text-transform:uppercase;font-size:18px;}
.learn-more.uppercase::before{top:4px;}
@media (min-width:1200px){
.learn-more.uppercase::before{top:6px;}
}
@media (min-width:1800px){
.learn-more.uppercase::before{top:7px;}
}
.learn-more.uppercase::after{top:11px;}
@media (min-width:1200px){
.learn-more.uppercase::after{top:13px;}
}
@media (min-width:1800px){
.learn-more.uppercase::after{top:14px;}
}
.learn-more.uppercase span{top:8px;}
@media (min-width:1200px){
.learn-more.uppercase span{top:10px;}
}
@media (min-width:1800px){
.learn-more.uppercase span{top:11px;}
}
.learn-more::after,.learn-more::before{content:'';position:absolute;background-color:currentColor;}
.learn-more::before{top:5px;left:0;height:9px;width:2px;}
@media (min-width:1200px){
.learn-more::before{top:6px;}
}
@media (min-width:1800px){
.learn-more::before{top:8px;}
}
.no-touch .learn-more::before{-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;}
.learn-more::after{top:12px;left:0;width:18px;height:2px;}
@media (min-width:1200px){
.learn-more::after{top:13px;}
}
@media (min-width:1800px){
.learn-more::after{top:15px;}
}
.no-touch .learn-more::after{-webkit-transition:width .2s linear;transition:width .2s linear;}
.learn-more span{position:absolute;top:9px;left:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;}
@media (min-width:1200px){
.learn-more span{top:10px;}
}
@media (min-width:1800px){
.learn-more span{top:12px;}
}
.no-touch .learn-more span{-webkit-transition:margin-left .2s linear;transition:margin-left .2s linear;}
.learn-more:hover{color:#2ab1ac;}
@media (min-width:1024px){
.link-out .post-item.small .learn-more{margin-top:auto;}
}
@media (min-width:768px){
.link-out .post-item .learn-more{margin-top:0;}
}
.no-touch .post-item:hover .learn-more{color:#2ab1ac;}
.no-touch .post-item:hover .learn-more span{border-color:#2ab1ac;}
.no-touch .post-item:hover .learn-more::after,.no-touch .post-item:hover .learn-more::before{background-color:#2ab1ac;}
.post-item .text>*{max-width:100%;}
@media (min-width:768px){
.post-item .learn-more{margin-top:auto;}
}
@media (min-width:1200px){
.post-item .learn-more{font-size:16px;}
}
}