html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color:#0d2135 !important;
    /*font-family: "Avenir Next" !important;*/
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}
.robys-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 70%;
    margin-top: 100px !important;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
/*Preload SVG*/

.path {
  display: block;
  margin: auto;
  top:50%;
  margin-top:-75px;
  margin-left:-25px;
  position: fixed; /* or absolute */
  left: 50%;
  stroke-dasharray: 450;
  -webkit-animation: dash 3s linear infinite forwards;
  -moz-animation: dash 3s linear infinite forwards;
  animation: dash 3s linear infinite forwards;
}



@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 500;
    stroke-width: 1;
  }
  70% {
    stroke-dashoffset: 0;
    stroke-width: 1;
  }
  80% {
    stroke-width: 1;
    fill: #42C2FF;
  }
  90% {
    stroke-width: 0;
  }
  100% {
    fill: #42C2FF;
    stroke-width: 0;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 500;
    stroke-width: 1;
  }
  70% {
    stroke-dashoffset: 0;
    stroke-width: 1;
  }
  80% {
    stroke-width: 1;
    fill: #000;
  }
  90% {
    stroke-width: 0;
  }
  100% {
    fill: #fff;
    stroke-width: 0;
  }
}
@-ms-keyframes dash {
  0% {
    stroke-dashoffset: 500;
    stroke-width: 1;
  }
  70% {
    stroke-dashoffset: 0;
    stroke-width: 1;
  }
  80% {
    stroke-width: 1;
    fill: #000;
  }
  90% {
    stroke-width: 0;
  }
  100% {
    fill: #fff;
    stroke-width: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 500;
    stroke-width: 1;
  }
  70% {
    stroke-dashoffset: 0;
    stroke-width: 1;
  }
  80% {
    stroke-width: 1;
    fill: #000;
  }
  90% {
    stroke-width: 0;
  }
  100% {
    fill: #fff;
    stroke-width: 0;
  }
}
.roby-hi-gif{
  display:block;
    margin:auto;
}

#site-header{
    background-color:#0d2135 !important;
    box-shadow: none;
}
#nav li a{
    color: #fff !important;
    padding-left: 20px; 
    padding-right:20px; 
}
#nav li a:hover{
    color: #fff !important ;
    border-bottom:2px solid #42c2ff !important;
    border-radius: 0px!important ;
    background: transparent; !important ;
}

  #nav li a:hover > .primary-menu-responsive .primary-menu-menu ul.sub-menu {
display: block!important;  
}

@media (max-width: 767px) {

  #nav li a:hover > .primary-menu-responsive .primary-menu-menu ul.sub-menu {
    display: block!important;
  }

  .primary-menu-responsive .primary-menu-menu ul.sub-menu {
    position: static;
    /*display: block !important;*/
    margin-top: -5px!important;
    margin-bottom: -5px!important;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #002d42;
    border: 0;
    box-shadow: none;
  }
}


#bannerTitle{
    font-size: 40px !important;
    color: #42c2ff !important;
    font-weight: 700 !important;
}


.primary-menu-menu ul.sub-menu{
  position: absolute;
    z-index: 9999;
    left: 0px;
    margin-top: -11px;
    min-width: 260px;
    top: calc(100% - 20px);
    background-color: #002d42;
   padding: 5px 0 0px;
    border-radius: 0px;
    box-shadow: none;
    list-style: none;
    display: none;
    border-top: 4px solid #0083ff;
    margin-bottom: 0;
}

.primary-menu-menu ul.sub-menu li:before {
    display: none;
}


/*second*/
#second-container{
    font-family: "Avenir Next" !important;
    color:#0d2135;
    background-color: #fff;
    margin-top: -400px;
    border-radius: 0px;
    box-shadow: 0px 0px 12px rgba(0,0,0,.3);
    padding: 0;
    
    z-index: 1;
}
.painpoint-background{
    font-family: "Avenir Next" !important;
    width: 100%;
    height: 100%;
    background-color: #e2f6ff;
    display: flow-root;
    padding-bottom: 120px;

}
.series{
    position: relative;
    z-index: 2;
    top: -265px;
    width: 86.83%;
    left: 6.68%;
}

.usecase-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        height: 55%;
        border-radius: 50%;
}
.product-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    height: 55%;
}
.product-title{
    font-weight: 500;
}
.product-text{
  margin-bottom: 15px;
      margin-bottom: 15px;
    text-align: center;
    padding: 0px 60px 0px 60px;
    font-size: 14px;
}

.product-VideoButton{
    height: auto;
    border: 2px solid #0d2135;
    text-decoration: none;
    background: #fff;
    border-radius: 40px;
    padding: 4px 25px 4px 25px;
    color: #0d2135 !important;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: center;
    cursor: pointer;
    position: relative;
    right: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: 15px;
}
.product-VideoButton:hover{
    background: #bfd1e7;
}

.product-videobtntext{
    color: #0d2135 !important;
    vertical-align: bottom;
    display: inline-block;
    font-size: 12px;
    padding: 0 5px 0 7px;
    font-weight: 600;
    height: 30px;
}



.widget .w-list{
    width:240px;
}

.w-list .list li:hover a {
    color: #fff;
    font-weight: 700;
    margin-left: 8px;
}

.list--primary .utouch-icon {
    color: #fff;
    fill: #fff;
    font-weight: 700;
}

.utouch-icon.utouch-icon-placeholder-3{
        width: 35px;
    height: 40px;
    margin-left: -3px;
    margin-right: 8px;
}

.bg-lightgrey{
    
    /* Add the blur effect
    filter: blur(8px);
    -webkit-filter: blur(8px);
     */
    background-image: url(../images/office-pic-8.png);
    background-repeat: no-repeat;
    background-position: center; 
    position: relative;
    background-size:cover;

    /*background-color: #f4f4f4;*/
}
.container-press{
    width: 100%;
}
.container-press .btn-market {
  background-color: transparent;
  text-transform: none;
  text-align: left;
  fill: #000;
  padding: 13px 26px;
}

.container-press .col-lg-offset-2 {
    margin-left: 0.4%;
}
.container-press .col-lg-8 {
    width: 99%;
}

.container-press  .medium-padding100{
   padding:0px 0px 0px 0px;
}
.container-press img:hover {
    opacity: 1;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.container-press img {
    opacity: .8;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;

    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */filter: grayscale(100%);
}
.container-press .crumina-heading {
    margin-bottom: 20px;
    margin-top: 20px;
}


.info a{
    color: #fff;
    text-decoration: underline;
}

.medium-padding100 {
    padding: 100px 0px 0px 0px; 
}
.terms-bottom{
        padding-bottom:100px;
}
.medium-usecase{
    padding: 60px 0px 30px 0px; 
}


.icon-image{
    max-width: 80px;
}

.bg-light,.bg-hvac{
        background-color: #e2f6ff;
}

.crumina-testimonial-item .author-name {
    color: #42c2ff;
}

.btn-prev .utouch-icon, .btn-next .utouch-icon {
    color: #42c2ff;
    fill: #42c2ff;
    transition: all .3s ease;
    width: 36px;
    height: 36px;
}

h3{    color: #42c2ff;
}
h2{
    font-size:28px
}

.list li span, .list li li {
    color: inherit;
    display: block;
    overflow: hidden;
}

.list--standard{
    text-align: left;
}

.heading-title{
    font-weight: 500;
    color:#0d2235;
}
.valueTitle{
    font-size: 20px;
    font-weight: 500;
}
.valueItem{
    font-weight: 300;
}

.heading-text {
    font-size: 14px;
    font-weight: 300;
}

.testimonial-item-quote-top .quote .utouch-icon {
    width: 70px;
    height: 70px;
    fill: #42c2ff;
}


.padding-hvac{
    padding: 60px 0px 00px 0px;
}
.usecase{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.heading-title.usecase {
    font-weight: 500;
    font-size: 16px;
}

.footer{
    background-color: #0e283d !important;
}
.legal{
    margin-top: 30px;
    padding: 20px 0px 20px 0px;
}

.legal-list{
    max-width: 200px;
    margin-left: 50px;
    margin-right: 50px; 
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.legal-list:hover{
    color: #42c2ff;
}
.legal-blue{
    background-color: #0d2135;
}

.ci-blue{
    background-color: #42c2ff;
}
.sub-footer{
    margin-top: 0px;
}
.sub-footer span{
     color: #fff;
     font-size: 16px;
     font-weight: 500;
}
.btn--green {
    background-color: #42c2ff;
}
.btn--green:hover {
    background-color: #0056a2;
    color: #FFF;
}
.btn--green.btn--with-shadow:after {
    box-shadow: none;
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Floating {
      from {
        -webkit-transform: translate(0, 0px);
      }
      65% {
        -webkit-transform: translate(0, 6px);
      }
      to {
        -webkit-transform: translate(0, 0px);
      }
}

@-webkit-keyframes Floating {
      from {
        -webkit-transform: translate(0, 0px);
      }
      65% {
        -webkit-transform: translate(0, 6px);
      }
      to {
        -webkit-transform: translate(0, 0px);
      }
}
@keyframes flipin {
      0% {
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
        opacity: 0;
      }
      100% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
        opacity: 1;
      }
}
@-webkit-keyframes flipin {
      0% {
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg);
        opacity: 0;
      }
      100% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
        opacity: 1;
      }
}


    .fadeInUp {
      animation: fadeInUp 1s forwards;
      -webkit-animation: fadeInUp 1s forwards;
      opacity: 0;
      animation-delay: 2.5s;
    }

    .float {
          -webkit-animation-name: Floating;
          animation-delay: .6s;
          -webkit-animation-duration: 2s;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-timing-function: ease-in-out;
    }

    .isoRobyom,.isoRobycoffee,.isoRoby1,.isoRoby2,.isoRoby3,.isoRoby4{
            position: relative;
            animation: flipin .5s forwards;
            opacity: 0;
            z-index: 3;
    }
    .isoRobyom{     
        animation-delay: 5.5s;
    }
    .isoRoby1{
        animation-delay: 5s;
    }
    .isoRoby2{
        animation-delay: 4s;
    }
    .isoRoby3{
        animation-delay: 3.5s;
    }
    .isoRobycoffee{
        animation-delay: 4.5s;
    }
    .isoRoby4{
        animation-delay: 3s;
    }

    

/*Roby and RobyAddOn*/
.medium-padding20{
    padding: 20px;
    /*background-image: url(../images/darkpattern3.svg);
    background-size: 500px;*/
    background-color: #0d2135;
    height: auto;
}

.videodemo-section{
    padding: 20px;
    /*
    
    background-size: 500px;
    background-color: #f7f7f7;background-color: #e0f5ff;
    */
    background-image: url(../images/officep1-3.png);
    opacity: 1;
    
    height: auto;
}

.videodemo-section-row{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px 30px 40px 60px;
}
.find-btn {
    height: auto;
    /*border: 2px solid #fff;*/
    text-decoration: none;
    background: #42C2FF;
    border-radius: 50px;
    padding: 6px 11px 1px 3px;
    color: inherit;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float:left;
    margin-left: 0px;
    margin-right: 0px;
}

.find-btn .text {
    color: #fff;
    vertical-align: bottom;
    display: inline-block;
    font-size: 16px;
    padding: 1px 15px 0 24px;
    font-weight: 300;
    height: 30px;
}
.videodemo-section .heading-title {
    font-weight: 500;
    color: #0d2135;
}
.sub-title-white{
    font-size: 18px;
    color: #0d2135;
    text-align: left;
}
.p-white{
    color: #0d2135;
    text-align: left;
}
.widge{
    width: 105%;
    height: 500px;
    margin-top: -780px;
    background-color: #fff;
}
.angleDivDarkBlue{
  position: absolute;
  top: 250px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#0d2135;
  transform: skewY(-10deg);
  transform-origin: top left;
}
.angleDivWhite{
    position: absolute;
    top: 1885px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-color: #fff;
    transform: skewY(6deg);
    transform-origin: top left;
}
.bannerGraph{
        position: absolute;
        right: 54px;
        bottom: -264px;
        width: 640px;
}
/*
.widget-slope{
    position: absolute;
    top: 1890px;
    z-index: 0;
    left: 0;
    width: 110%;
}
.widget-slope-dark{
    position: absolute;
    top: 870px;
    z-index: 0;
    left: 0;
    width: 110%;
}
*/


.icon-image-value{
    max-width: 120px;
}
.info-box-image-find{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.icon-image-find{
    max-width: 80px;
    width: 100%;
    display: block;
}

/*Modal Style*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
}
.fade.in {
    opacity: 1;
}

.modal {
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal .modal-dialog{
    width: 600px;
    height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}


.teammembers-thumb img{
    border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;


}

.coreteam-pic {
  display: table;
    margin: 0 auto;
    margin-right: 60px !important ;
}

.advisor-pic {
  display: table;
    margin: 0 auto;
    margin-right: 32% !important ;
}

.teammembers-item-name{
      font-weight: 300;
}

.teammembers-item-prof{
    font-weight: 700 !important;
    color: #001f2e !important;
     text-align: center;
}
.teammember-content{
    text-align: center !important;
}
.coreteam-title{
    font-weight: 300;
    color: #001f2e !important;
    
}

.coreteam-title:hover{
    color: #001d42;
}

.teammembers-item-prof:hover{
     color: #001d42;
}

.crumina-teammembers-item .teammembers-item-name:hover{
    color: #42c2ff !important;
}


@media (min-width: 1400px) {
        
.coreteam-pic {
  display: table;
    margin: 0 auto;
    margin-right: 77px !important ;
}

.advisor-pic {
  display: table;
    margin: 0 auto;
    margin-right: 32% !important ;
}


	.bannerGraph{
        position: absolute;
        right: 54px;
        bottom: -264px;
        width: 640px;
    }
    
    .isoRobyom{
        left: 122px;
        top: -94px;
    }
    .isoRoby1{
        top: 68px;
        left: 40px;
    }
    .isoRoby2{
        top: 64px;
        left: 60px;
    }
    .isoRoby3{
        top: -30px;
        left: 70px;
    }
    .isoRobycoffee{
        top: -248px;
        left: 56px;
    }
    .isoRoby4{
        top: -8px;
        left: 30px;
    }
    .container-press .btn-market {
        padding: 13px 0px;
    }
  
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.bannerGraph{
    	position: absolute;
        right: -5px;
        bottom: -260px;
        width: 550px;
	}
    .isoRobyom{
        left: 148px;
        top: -49px;
    }
    .isoRoby1{
        top: 96px;
        left: 117px;
    }
    .isoRoby2{
        top: 84px;
        left: 136px;
    }
    .isoRoby3{
        top: 7px;
        left: 128px;
    }
    .isoRobycoffee{
        top: -180px;
        left: 110px;
    }
    .isoRoby4{
        top: 27px;
        left: 77px;
    }
    .container-press .btn-market {
        padding: 13px 0px;
    }
     #second-container{
        
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .coreteam-pic {
  display: table;
    margin: 0 auto;
    margin-right: 29px !important ;
}

.advisor-pic {
  display: table;
    margin: 0 auto;
    margin-right: 27% !important ;
}
	.bannerGraph{
        position: absolute;
        right: -5px;
        bottom: -260px;
        width: 550px;
    }
    .isoRobyom{
        left: 50px;
        top: -49px;
    }
    .isoRoby1{
        top: 96px;
        left: 22px;
    }
    .isoRoby2{
        top: 84px;
        left: 34px;
    }
    .isoRoby3{
        top: 7px;
        left: 28px;
    }
    .isoRobycoffee{
        top: -180px;
        left: 10px;
    }
    .isoRoby4{
        top: 27px;
        left: -21px;
    }
    .usecase-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 45%;
    }
    #second-container{
        font-family: "Avenir Next" !important;
        color:#0d2135;
        background-color: #fff;
        margin-top: -400px;
        border-radius: 0px;
        box-shadow: 0px 0px 12px rgba(0,0,0,.3);
        padding: 0;
        
        z-index: 1;
    }
    .widge {
        margin-top: -290px;
    }
    .angleDivWhite {
        top: 2490px;
    }
 
    .series{
        position: relative;
        z-index: 2;
        top: -311px;
        width: 86.83%;
        left: 6.68%;
    }
    .angleDivDarkBlue {
        top: 196px;
    }
    .container-press .btn-market {
        padding: 13px 0px;
    }
    .container-press img {
        opacity: .8;
        -webkit-transform: scale(.6);
        transform: scale(.6);
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;

        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */filter: grayscale(100%);
    }
    .container-press img:hover {
        opacity: 1;
        -webkit-transform: scale(.75);
        transform: scale(.75);
        
        -webkit-filter: grayscale(0) blur(0);
        filter: grayscale(0) blur(0);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }


}


@media (min-width: 941px) and (max-width: 991px) {

	
    .bannerGraph{
        position: absolute;
        right: -20px;
        bottom: 0px;
        width: 450px;
    }
    .isoRobyom {
        left: 259px;
        top: -253px;
    }
    .isoRoby1{
        top: 118px;
        left: -25px;
    }
    .isoRoby2{
        top: 84px;
        left: 34px;
    }
    .isoRoby3{
        top: 7px;
        left: 28px;
    }
    .isoRobycoffee{
        top: -180px;
        left: 10px;
    }
    .isoRoby4{
        top: 27px;
        left: -21px;
    }
    .usecase-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    #second-container {
        font-family: "Avenir Next" !important;
        color: #0d2135;
        background-color: #fff;
        margin-top: -480px;
        border-radius: 0px;
        box-shadow: 0px 0px 12px rgba(0,0,0,.3);
        padding: 0;
        
        z-index: 1;
    }
    .medium-usecase {
        padding: 30px 0px 30px 0px;
    }
    .widge {
        margin-top: -290px;
    }
    .angleDivWhite {
        top: 2490px;
    }

    .series {
        position: relative;
        z-index: 2;
        top: -403px;
        width: 86.83%;
        left: 6.68%;
    }
    .angleDivDarkBlue {
        top: 196px;
    }
	
}



@media (min-width: 799px) and (max-width: 940px) {
    .advisor-pic {
  display: table;
    margin: 0 auto;
    margin-right: 18% !important ;
}
    .header{
        height: 200px;
    }
    .header .header-content-wrapper {
        height: 200px;
    }
    .header-spacer {
    height: 200px;
    }
	
    .section-bg-rounded {
        padding-top: 60px !important;
    }
	.bannerGraph {
        position: absolute;
        right: -43px;
        bottom: 25px;
        max-width: 458px;
    }
    .isoRobyom {
        left: 281px;
        top: -258px;
    }
    .isoRoby1{
        top: 92px;
        left: -4px;
    }
    .isoRoby2{
       top: 94px;
        left: -7px;
    }
    .isoRoby3{
        top: 21px;
        left: -40px;
    }
    .isoRobycoffee{
        top: -141px;
        left: -47px;
    }
    .isoRoby4{
        top: 27px;
        left: -81px;
    }
    .usecase-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    #second-container {
        font-family: "Avenir Next" !important;
        color: #0d2135;
        background-color: #fff;
        margin-top: -480px;
        border-radius: 0px;
        box-shadow: 0px 0px 12px rgba(0,0,0,.3);
        padding: 0;
                
        z-index: 1;
    }
    .medium-usecase {
        padding: 30px 0px 30px 0px;
    }
    .widge {
        margin-top: -414px;
    }
    .angleDivWhite {
        top: 2490px;
    }

    .series {
        position: relative;
        z-index: 2;
        top: -410px;
        width: 86.83%;
        left: 6.68%;
    }
    .angleDivDarkBlue {
        top: 196px;
    }
    
    .container-press .btn-market {
        padding: 13px 0px;
    }

    .usecase-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

}

@media (min-width: 769px) and (max-width: 799px) {
    .coreteam-pic {
        display: table;
        margin: 0 auto;
        margin-right: 34% !important ;
    }

    .primary-menu-responsive .primary-menu-menu ul.sub-menu li a {
      font-size: 16px;
      font-weight: 300;
    }

    .header{
        height: 200px;
    }
    .header .header-content-wrapper {
        height: 200px;
    }
    .crumina-module.crumina-heading.custom-color.c-white{
        margin-bottom: 260px !important ;
    }
	.usecase-image{
            display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    }
	.section-bg-rounded {
        padding-top: 60px !important;
        margin-bottom: 70px;
    }
    .bannerGraph {
        position: absolute;
        right: 98px;
        bottom: 0px;
        max-width: 490px;
    }
    .isoRobyom {
        left: 139px;
        top: -255px;
        max-width: 80px;
    }
    .isoRoby1{
        top: -143px;
        left: 113px;
    }
    .isoRoby2{
       top: -145px;
        left: 125px;
    }
    .isoRoby3{
        top: -225px;
        left: 112px;
    }
    .isoRobycoffee{
        top: -391px;
        left: 94px;
        max-width: 40px;
    }
    .isoRoby4{
        top: -199px;
        left: 69px;
    }
    .usecase-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    #second-container {
        font-family: "Avenir Next" !important;
        color: #0d2135;
        background-color: #fff;
        margin-top: -480px;
        border-radius: 0px;
        box-shadow: 0px 0px 12px rgba(0,0,0,.3);
        padding-top: 130px;
        
        z-index: 1;
    }
    .medium-usecase {
        padding: 30px 0px 30px 0px;
    }
    .widge {
        margin-top: -414px;
    }
    .angleDivWhite {
        top: 2490px;
    }

    .series {
        position: relative;
        z-index: 2;
        top: -410px;
        width: 86.83%;
        left: 6.68%;
        display: none;
    }
    .angleDivDarkBlue {
        top: 742px;
        height: 227px;
        z-index: 2;
    }
    
    .container-press .btn-market {
        padding: 13px 0px;
    }

    .usecase-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }
    .container-press .btn-market {
        padding: 13px 0px;
    }
    .float{
        top: 63px;
        position: relative;
    }
    .videodemo-section h2 {
        font-weight: 500;
        color: #0d2135;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .videodemo-section .heading-title.sub-title-white{
        margin-top: 0px;
    }
    .info-box-image-find {
        margin-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .find-btn .text {
        width: 100%;
        height: auto;
        width: 100%;
        padding: 0;
        font-weight: 500;
    }
    .valueItem {
        font-weight: 500;
    }
    .videodemo-section .p-white {
        font-weight: 500;
    }
	
}



@media (max-width: 768px) {

    .coreteam-pic {
        display: table;
        margin: 0 auto;
        margin-right: 35% !important ;
    }
    .advisor-pic {
        display: table;
        margin: 0 auto;
        margin-right: 35.7% !important;
    }


    .primary-menu-responsive .primary-menu-menu > li > a {
        width: 100%;
        padding: 18px 20px;
        display: block;
        border-bottom: solid 1px rgba(0, 131, 255, 0.3);
        font-weight: 500;
    }
    #nav li a {
        background-color: #0d2135;
    }
    .primary-menu-responsive .primary-menu-menu ul.sub-menu li a {
      font-size: 16px;
      font-weight: 300;
    }
    .section-bg-rounded {
        position: relative;
        background-size: cover;
        padding-top: 100px !important;
        padding-bottom: 132px !important;
    }
    .header{
        height: 110px;
    }
    .header .header-content-wrapper {
        height: 50px;
    }

 	.crumina-module.crumina-heading.custom-color.c-white{
        margin-bottom: 260px !important ;
    }

    #contact-map,#contact-cols{
        padding:0!important ;
    }
    
    .usecase-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    
    /*
    .bannerGraph {
        position: absolute;
        right: 98px;
        bottom: 0px;
        max-width: 490px;
    }
    */
    .bannerGraph {
    position: relative;
    right: -178px;
    bottom: 395px;
    max-width: 490px;
}
    .isoRobyom {
        left: 193px;
        top: -255px;
        max-width: 80px;
    }
    .isoRoby1{
        top: -143px;
        left: 174px;
    }
    .isoRoby2{
       top: -145px;
        left: 181px;
    }
    .isoRoby3{
        top: -225px;
        left: 172px;
    }
    .isoRobycoffee{
        top: -391px;
        left: 150px;
        max-width: 40px;
    }
    .isoRoby4{
        top: -199px;
        left: 122px;
    }
    .usecase-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    #second-container {
        font-family: "Avenir Next" !important;
        color: #0d2135;
        background-color: #fff;
        margin-top: -572px;
        border-radius: 0px;
        box-shadow: 0px 0px 12px rgba(0,0,0,.3);
        padding-top: 130px;
            
        z-index: 1;
    }
    .medium-usecase {
        padding: 30px 0px 30px 0px;
    }
    .widge {
        margin-top: -414px;
    }
    .angleDivWhite {
        top: 2490px;
    }

    .series {
        position: relative;
        z-index: 2;
        top: -410px;
        width: 86.83%;
        left: 6.68%;
        display: none;
    }
    .angleDivDarkBlue {
            top: 716px;
    height: 302px;
    z-index: 2;
    }
    
    .container-press .btn-market {
        padding: 13px 0px;
    }

    .usecase-image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
    }
    .container-press .btn-market {
        padding: 13px 0px;
    }
    .float{
        top: 10px;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-left: -83px;
    }
    .videodemo-section h2 {
        font-weight: 500;
        color: #0d2135;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .videodemo-section .heading-title.sub-title-white{
        margin-top: 0px;
    }
    .info-box-image-find {
        margin-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .container-press .btn-market {
        padding: 13px 30px;
    }
    .find-btn .text {
        font-weight: 500;
    }
    .valueItem {
        font-weight: 500;
    }
    .videodemo-section .p-white {
        font-weight: 500;
    }
    .product-text {
        padding: 0px 0px 0px 0px;
        font-weight:300;
    }
    .product-VideoButton{
        margin-bottom:30px;
    }
    .container-press .btn-market{
     padding: 0;
    }
    .testimonial-item-quote-top .testimonial-text {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .vb{
        margin-left: 0px!important;
        margin-top:15px;
    }
    .alexa{
        margin-left: 0px!important;
    }

}

@media (min-width: 320px) and (max-width: 410px) {
    .coreteam-pic {
        display: table;
        margin: 0 auto;
            margin-right: 7% !important;
    }
    .advisor-pic {
        display: table;
        margin: 0 auto;
        margin-right: 14% !important;
    }
    .primary-menu-responsive .primary-menu-menu ul.sub-menu li a {
      font-size: 16px;
      font-weight: 300;
    }
    .header{
        height: 160px;
    }
    .primary-menu-responsive .primary-menu-menu.scrollable {
        top: calc(100% + 80px);
    }
     .section-bg-rounded {
        padding-bottom: 15px !important;
    }
    .legal-list{
        display: block;
        text-align:left;
        margin-left: 0px;
        font-size: 14px;
        font-weight: 100; 
    }
    .showhide .mob-menu--title {
        color: #fff !important;
    }
    #second-container {
        
    }
    .bannerGraph {
        position: relative;
        right: -96px;
        bottom: 395px;
        max-width: 363px;
    }
    .isoRobyom {
        left: 350px;
        top: -330px;
        max-width: 80px;
    }
    .isoRoby1{
        top: -89px;
        left: 98px;
    }
    .isoRoby2{
       top: -50px;
        left: 65px;
    }
    .isoRoby3{
        top: -110px;
        left: 54px;
        display: none;
    }
    .isoRobycoffee{
            top: -222px;
        left: 70px;
        max-width: 40px;
    }
    .isoRoby4{
       top: -85px;
        left: 35px;
    }
    .float{
        top: -83px;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        margin-left: -93px;
    }
    .icon-image {
        max-width: 64px;
    }
    .product-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        height: 90%;
    }
    .videodemo-section-row {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 10px 10px 10px 10px;
    }
    .icon-image-find {
        max-width: 100px;
        width: 100%;
        display: initial;
    }
    .videodemo-section .heading-title.sub-title-white {
        margin-top: 0px;
        font-size: 18px;
        text-align: center;
    }

    .videodemo-section .p-white {
        color: #0d2135;
        text-align: center;
    }
    .find-btn{
        padding: 8px 70px 4px 70px;
        width: 100%;
    }
    .find-btn .text {
        width: 100%;
        height: auto;
        width: 100%;
        padding: 0;
        font-weight: 500;
    }
    .valueItem {
        font-weight: 500;
    }
    .videodemo-section .p-white {
        font-weight: 500;
    }
    .product-text {
        padding: 0px 0px 0px 0px;
    }
    .product-VideoButton{
        margin-bottom:30px;
    }
    .container-press .btn-market{
     padding: 0;
    }
    .tagline, .heading-text, .product-text, .crumina-testimonial-item, .author-company{
        font-weight: 400;
    }
    .testimonial-item-quote-top .testimonial-text {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .vb{
        margin-left: 0px!important;
        margin-top:15px;
    }
    .alexa{
        margin-left: 0px!important;
    }
}



@media (min-width: 320px) and (max-width: 374px) {
    .coreteam-pic {
        display: table;
        margin: 0 auto;
            margin-right: 7% !important;
    }
    .advisor-pic {
        display: table;
        margin: 0 auto;
        margin-right: 14% !important;
    }
}



@media (min-width: 375px) and (max-width: 413px) {
    .coreteam-pic {
        display: table;
        margin: 0 auto;
            margin-right: 17% !important;
    }
    .advisor-pic {
        display: table;
        margin: 0 auto;
        margin-right: 19% !important;
    }
}

@media (min-width: 413px) and (max-width: 475px) {
    .coreteam-pic {
        display: table;
        margin: 0 auto;
            margin-right: 18% !important;
    }
    .advisor-pic {
        display: table;
        margin: 0 auto;
        margin-right: 24% !important;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) { 
    .coreteam-pic {
    display: table;
    margin: 0 auto;
    margin-right: 20% !important;
    }

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

@media (min-width: 500px) and (max-width: 600px) {
    .coreteam-pic {
        display: table;
        margin: 0 auto;
            margin-right: 26% !important;
    }
   .advisor-pic {
      display: table;
        margin: 0 auto;
        margin-right: 28% !important ;
    }
}
@media (min-width: 420px) and (max-width: 500px) {
    .coreteam-pic {
        display: table;
        margin: 0 auto;
            margin-right: 20% !important;
    }
   .advisor-pic {
      display: table;
        margin: 0 auto;
        margin-right: 28% !important ;
    }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    
    .product-text{
        text-align: center;
    }
}
/*678 plus*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { 
    
     .coreteam-pic {
        display: table;
        margin: 0 auto;
            margin-right: 20% !important;
    }
    .advisor-pic {
        display: table;
        margin: 0 auto;
        margin-right: 22% !important;
    }


    .product-text{
        text-align: center;
    }
    .bannerGraph {
        position: relative;
        right: -80px;
        bottom: 395px;
        max-width: 420px;
    }
    .isoRobyom {
            left: 98px;
        top: -293px;
        max-width: 72px;
    }
    .isoRoby1{
        top: -174px;
        left: 81px;
        max-width: 97px;
    }
    .isoRoby2{
        top: -175px;
        left: 64px;
    }
    .isoRoby3{
        top: -246px;
        left: 40px;
    }
    .isoRobycoffee{
        top: -372px;
        left: 65px;
        max-width: 40px;
    }
    .isoRoby4{
        top: -239px;
        left: -8px;
    }
}

#linkedin-icon:hover{
    color: #42c2ff;
}

