/*
Theme Name: Start.io
Author: Alex Gurov
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  border: 0;
  font-family: 'Sora', sans-serif !important;
  box-sizing: border-box;
}
/* @font-face {
  font-family: 'Sora';
  src: url('../start.io/fonts/Sora/Sora-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'Sora';
  src: url('../start.io/fonts/Sora/Sora-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Sora';
  src: url('../start.io/fonts/Sora/Sora-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Sora';
  src: url('../start.io/fonts/Sora/Sora-Bold.ttf');
  font-weight: 700;
} */


a:hover {
  color: inherit;
}
html,
body {
  width: auto !important;
  overflow-x: hidden !important;
}

a:hover {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-weight: 700;
}
.dropdown-menu{
	margin:0 !important;
}
.menu-item:last-child {
  margin: 0;
}
body {
  background-color: rgb(0 0 0 / 0.95);
  color: #fff;
  font-weight: 300;
}

body {
  padding-top: 150px;

}
.grn-btn {
  color: black;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 50px;
  background-color: #00d986;
  border-radius: 5px;
  text-decoration: none;
}

.logo-title {
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 50px;
}
.clients-wrapper {
  background: #161616 0% 0% no-repeat padding-box;
  padding-top: 100px;
}

.clients-title {
  padding-bottom: 60px;
  font-size: 60px;
  font-weight: 600;
}

.clients-logo {
  position: absolute;
  top: -50px;
  left: 60px;
}

.client-desc {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 25px;
}

.client-name {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}

.client-position {
  font-size: 18px;
  color: #707070;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  width: 600px;
  background: #232323 0% 0% no-repeat padding-box;
  margin: 0 30px;
  border-radius: 10px;
  height: initial !important;
  margin-top: 60px;
  position: relative;
}

.clients-slider {
  padding-bottom: 70px;
}

.slide-left-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
.read-more,
.read-more:hover {
    color: #00D986;
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
    position: absolute;
    bottom: -20px;
}


.read-more::after {
    content: "";
    width: 26px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;
    background-image: url('../start.io/images/arrow.svg');
}
.slide-right-arrow {
  position: absolute;
  left: 70px;
  bottom: 0;
  cursor: pointer;
}

.client-slide {
  padding: 70px 60px 40px 60px;
  position:relative;
}

#icons-row {
  padding: 0;
}

#icons-row img {
  padding-right: 30px;
}
.about-small-card {
  padding: 40px 10px;
  border-radius: 10px;
}

.about-small-card-image {
  padding-bottom: 40px;
}

.about-small-card-title {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.about-small-card-position {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
}
.about-big-card-title {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.about-big-card-position {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  color: black;
}

.about-big-desc {
  padding-top: 40px;
  line-height: 30px;

}

.about-big-cards {
  padding-bottom: 10px;
}

.about-row-content a {
  text-decoration: underline;
}

.about-rows {
  padding-bottom: 100px;
}

.about-team-title {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 45px;
}



.about-big-card {
  padding: 30px 50px;
}
.about-title {
  font-size: 60px;
  padding-bottom: 20px;
  font-weight: 600;
}

.about-img-wrapper {
  padding-top: 20px;
}

.about-content {
  font-size: 24px;
  padding-bottom: 35px;
  font-weight: 300;
}

.about-extra-content {
  font-size: 18px;
  padding-bottom: 100px;
  font-weight: 300;
}

.growth-wrapper a::after,.insights-wrapper a::after,.ai-small-padding  a::after
  {
  content: "";
  width: 26px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url('images/arrow.svg');
}
.home-big-img {
  padding-bottom: 20px;
}

.data-title {
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 5px;
}

.data-desc {
  font-size: 24px;
  
  font-weight: 300;
}

.top-home {
  background: transparent linear-gradient(180deg, #000000 0%, #161616 100%) 0% 0% no-repeat padding-box;
  padding: 50px 0;
}
.about-row-title {
  font-size: 42px;
  font-weight: 600;
}

.about-row-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

#icons-row li {
  padding-bottom: 40px;
  font-size: 18px;
  display: flex;

}

#icons-row li:last-child {
  padding: 0;
}


.menu-item {
  margin-right: 65px;
}

.sub-menu {
  padding: 10px;
  width: 300px;
  max-width: 300px;
}
.color-green,
.color-green a {
  color: #00D986 !important;
}

.sub-menu .nav-link {
  color: #707070 !important;
  font-weight: 600;
}
#primary-menu .nav-link:last-child{
padding-right:0;
}
.menu-item.active {
  color: #707070 !important;
}


#actionable-insights .content a,
#growth .content a {
  text-decoration: underline
}



.color-gray {
  color: #707070 !important;
}

ul#primary-menu {
  margin-top: 10px;
}
#primary-menu li{
  font-weight:600;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #707070 !important;

}

.navbar-dark .navbar-nav .sub-menu .nav-link {
  padding: 10px;
  font-weight:400;
}

.navbar-dark .navbar-nav .sub-menu .nav-link.active-green {
  font-weight: 600;
}

button.navbar-toggler {
  border: none;
}
#privacy-policy .content {
  padding: 70px 0 0 140px;
  max-width: 1100px;
}
#privacy-policy h1 {
  font-size: 60px;
}
#privacy-faq h1 {
  padding-bottom: 70px;
  font-size: 60px;
}
#privacy-faq h2 {
  font-size: 24px;
  padding-bottom: 10px;
}
#privacy-faq p {
  padding-bottom: 50px;
}
#privacy-faq p:last-child {
  padding-bottom: 0;
}

#privacy-faq .content {
  max-width: 1100px;
}
#privacy-faq p {
  color: #bfbfbf;
  font-size: 18px;
}

#actionable-insights .content {
  padding: 110px 0 120px 0;
}

#actionable-insights .content .mobile-mone-content {
  padding-bottom: 150px;
}
#actionable-insights.ucmm .content .img {
  margin: 0 auto;
}
main#actionable-insights{
  padding-bottom:170px;
}
#growth .content {
  padding: 0 0 170px 0;
}

#growth .content.small-top {
  padding: 0 0 100px 0;
}

#growth .content:first-child {
  padding-top: 110px;
}
#growth .content:nth-child(2n) {
  flex-direction: row-reverse !important;
}

#actionable-insights .col {
  padding: 0 30px;
}
#actionable-insights .col .card {
  background: #232323 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 10px;

  padding: 40px;
}

#actionable-insights .col .card img {
  align-self: start;
  padding-bottom: 30px;
}
#actionable-insights .col .card .card-title {
  font-size: 22px;
}
#actionable-insights .col .card .card-body {
  padding: 0;
}
#actionable-insights .col .card p {
  color: #bfbfbf;
  font-size: 18px;
  padding: 30px 0 0 0;
}


.left-side p {
  line-height: 45px;
}
.left-side h2{
  font-weight:700;
  font-size:42px;
}
#actionable-insights .content a,
#growth .content a {
  color: #00d986;
  font-size: 18px;
}

#actionable-insights .content .left-side,
#growth .content .left-side {
  max-width: 540px;
  font-size: 24px;
}
#actionable-insights.ucmm .left-side p {
  font-size: 18px;
  padding-top: 25px;
  line-height: 35px;
  
}
/* #actionable-insights .col:last-child {
  padding-right: 0;
} */
.no-top-padding{
  padding-top:0;
}
#growth .content .img {
  margin-right: 0;
  margin-left: auto;
}

#bm,#bm1,#bm2,#bm3,#bm4,#bm5,
#ym,#ym1,#ym2,#ym3,#ym4,#ym5,
#zm,#zm1,#zm2,#zm3,#zm4,#zm5
{
  max-width:650px;
}
.ai-small-big-padding{
  padding-top:70px;
}
#growth .content:nth-child(2n) .img {
  margin-left: 0;
  margin-right: auto;
}
#growth .content .left-side h2 {
  font-weight: 700;
  font-size: 42px;
}
#growth .content .left-side p {
  font-size: 18px;
  padding-top: 25px;
  line-height: 35px;
}
#actionable-insights .left-side{
  margin-right: auto;
}   
.home-footer-bottom{
  padding-bottom:50px !important;
}
#blog h1 {
  padding-bottom: 20px;
  font-size: 60px;
}
#blog .posts-wrapper {
  padding: 10px 0 100px 0;
  background-color: #FAFAFA ;
}

#blog .post-title {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 0;
  color: black;
}

#blog .post-read,
#blog .post-read:hover {
  color: #00D986;
  font-size: 18px;
  font-weight: 300;
}

#blog .post {
  margin-left: 70px;
  padding-top: 90px;
}

#blog .content {
  padding-top: 90px;
}
#blog .sub-title{
  padding:0;
  padding-bottom:70px;
}

#blog .post-img img {
  width: 100%;
}


.box-section .use-case-title {
  color: #00d986;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight:400;
}
.top-cards {
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 80px;
}
.bottom-cards {
  font-size: 24px;
  padding-top: 90px;
  font-weight: 200;
}
.box-section .title {
  font-size: 60px;
  font-weight: 700;
  margin:0;
}

.box-section .body-content {
  font-size: 24px;
  padding: 20px 0;
  font-weight:400;
}

/* join us */
.join-title {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 20px;
}

.people-card {
  padding: 15px;
  border-radius: 10px;
}

.people-card-title {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 10px;
}

.people-card-content {
  font-size: 18px;
  font-weight: 300;
}

.people {
  padding-bottom: 80px;
}

.people-content {
  font-size: 18px;
  font-weight: 300;
  max-width: 950px;
  padding-bottom: 70px;
}

.jobs .accordion .card {
  background-color: black;

}

.position-view {
  text-decoration: underline;
}

.position-desc {
  padding: 20px 0;
}

.jobs .accordion .card .card-header:first-child {
  border: none;
}

.jobs .accordion .card .card-header div {
  font-size: 18px;
  width: 100%;
}

.jobs .accordion .card .card-header {
  border-bottom: 1px solid #616161 !important;
  padding: 20px 0;

}

.jobs .accordion .card:last-child .card-header {
  border: none !important;
}

.jobs .accordion .card .card-header .position-name {
  font-size: 22px;
  font-weight: 600;
}

.btn.btn-link {
  text-decoration: underline;
}


/* footer */
/* .sticky-top {
  padding-bottom: 70px;
} */
.sticky-top {
  position: fixed !important;
  height: auto;
  width: 100%;
  background-color: black;
  z-index: 99999999;
}
footer {
  padding-top: 0;
}

.footer .footer-title {
  font-size: 60px;
  font-weight:600;
}
.footer .footer-content {
  font-size: 24px;
  padding: 20px 0;
}

.footer .top-footer {
  background: transparent linear-gradient(180deg,  #232323   0%, #161616 100%) 0%
    0% no-repeat padding-box;
  padding: 110px 0;
}

.footer .center-footer {
  padding: 120px 0 50px 0;
  border-bottom:1px solid rgb(97 97 97 / 0.5);
}
.footer .bottom-footer {
  padding: 60px 0;
}
.footer .bottom-footer .copyright {
  font-size: 14px;
}
.linkedin-icon {
  display: block;
  padding: .5rem 1rem;

}

.linkedin-icon .nav-link {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url('../start.io/images/linkedin-white.svg');
  overflow: hidden;
}
/* error */
#error-page .content {

  font-size: 24px;
  padding: 20px 0;
}

#error-page .content a {
  font-size: 18px;
  text-decoration: underline;

}
.color-white {
  color: #fff;
}

ul#primary-menu {
  background-color: black;
}

.post-title {
  font-size: 42px;
  font-weight: 600;
}

.post-date {
  padding-top: 20px;
  padding-bottom:70px;
}

.post-date,
.post-author {
  color: #BFBFBF;
  font-size: 18px;
  font-weight: 300;
}

.post-author {
  padding-bottom: 70px;
}

.entry-content {
  padding: 150px 0 120px 0;
  background-color: #FAFAFA;
  color: black;
  font-weight: 300;
}

.post-img {
  position: absolute;
  max-height: 390px;
  right:0;
}
.container.nav-main{
  padding:20px 0;
}
.blog-post-img{
  position:initial;
  max-height: 250px;
}

.share-title {
  color: #707070;
  font-size: 24px;
}

.share-twitter {
  padding: 0 20px 0 10px;
}

.share-facebook {
  padding: 0 20px 0 0;
}

.share-buttons {
  padding: 60px 0;
  border-bottom: 1px solid #616161;
}


.related-posts-title {
  color: black;
  font-weight: 600;
  font-size: 24px;
  padding: 60px 0;
}

.related-post-title {
  padding: 20px 0;
}

.related-post-title a {

  color: black;
  font-size: 22px;
  font-weight: 700;
}

#blog .post-img img {
  max-width: 100%;
  height: auto;
  height: 250px !important;
  border-radius: 5px;
  object-fit: cover;
}


.brick-wrapper .img{
margin-right:0 !important;
}
.content-mobile-mono-video{
  max-width: 600px !important;
    margin-right: 0;
    margin-left: auto;
}

button.btn.btn-link.btn-block.text-left.color-green.view-btn{
  display: flex;
    justify-content: flex-end;
}
.join-us-wrapper{
  margin-bottom:50px;
}
.card-col{
        width:20%;
        padding: 0 15px;
    }
    .about-small-cards{
        padding-bottom:10px;
    }
    .about-small-card-image {
    padding-bottom: 20px;
}
.about-small-card-position{
    height:70px;
}
@media (min-width: 1200px) {
  .container {
      max-width: 1300px;
  }
}

/* // Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}

/* // Medium devices (tablets, less than 992px) */

@media screen and (max-width: 992px) {

  
  .growth-wrapper a::after,.insights-wrapper a::after,.ai-small-padding  a::after,.read-more::after{
    vertical-align: baseline;
  }
    .box-section .title {
        padding-top: 0;
        font-size: 34px;
        margin-bottom:10px;
    }

    .box-section .body-content {
        font-size: 18px;
        padding: 10px 20px;
    }

    .grn-btn {
        font-size: 14px;
        padding: 11px 38px;
    }

    #growth .content:first-child {
        padding-top: 50px;

    }

    #growth .content {
        padding-bottom: 70px;
    }

    video {
        width: 100%;
        max-width: 100%;
        height: auto;
    }


    #growth .content .left-side h2 {
        font-size: 28px;
    }

    #growth .content .left-side p,#actionable-insights .content .left-side p {
        font-size: 14px;
        padding-top: 0;
        line-height: 30px;
    }

    #growth .content:nth-child(2n) {
        flex-direction: column !important;
    }

    #actionable-insights .content a,
#growth .content a {
  color: #00d986;
  font-size: 14px;
}
    

    .mobile-container {
        padding: 0 30px;
    }

    .footer .top-footer {
        padding: 50px 0 60px 0;
    }

    .footer .footer-title {
        font-size: 36px;
    }

    body {
        padding-top: 100px;

    }

    .container.nav-main {
        background-color: black;
        right: 0;
        left: 0;
    }

    .footer .footer-content {
        font-size: 22px;
    }

   

    .nav-main {
        padding: 20px 0;
    }

    .footer .center-footer {
        padding: 30px 0 20px 0;
        border: none;
    }

    .footer .bottom-footer {
        padding: 0;
        padding-bottom: 70px;
        text-align: center;
    }

    .copyright p:first-child {
        margin: 0;
    }
    .footer-menus div a.nav-link {
        padding-left: 0;
    }
    ul {
      list-style: none;
      list-style-type: none;
      padding: 0;
      }

  .footer-menus .menu-item {
      margin-right: 0;
  }

  .nav-main {
      position: fixed;
      width: 100%;
      top: 0;
      padding-left: 15px !important;
      left: 0;
      background-color: black;
      padding: 20px 0;
  }
  #blog h1{
    font-size:36px;
    padding-bottom: 10px;
  }
  #blog .content {
    padding-top: 70px;
  }
  #blog .content:first-child{
    padding-top:50px;
  }
  #blog .post-img img{
    height:auto  !important;
  }
  .read-more, .read-more:hover{
    bottom:0;
  }

  #blog .sub-title{
    font-size: 18px;
  }
  #blog .sub-title {
    padding:0;
      padding-bottom: 50px;
  }
  #blog .posts-wrapper{
    padding:0 0 50px 0;
  }
  .main-post-title{
    font-size:35px;
    padding-top: 15px;
  }
  .post-date {
    padding-bottom: 50px;
}
  .article-post-img{
    position: relative;
  }
  .entry-header{
    flex-direction: column-reverse;
  }
  .entry-content {
    padding: 50px 0;
  }
  .post-content,.share-title{
    font-size: 14px;
    line-height: 25px;
  }
  .share-buttons {
    padding:30px 0;
  }
  .related-posts-title{
    padding: 30px 0 0 0;
    font-size: 18px;
  }
  .grid-item{
    padding-top:50px;
  }
 
  .post-img-wrapper{
    text-align: center;
  }
  .related-post-title{
    margin-bottom:20px;
  }
  #actionable-insights .content{
    padding-top:50px;
    padding-bottom:50px;
  }
  #actionable-insights .col .card{
    padding:30px;
  }
  #actionable-insights .col{
    margin-bottom:30px;
  }
  #actionable-insights .col .card .card-title{
    font-size:18px;
  }
  #actionable-insights .col .card p{
    padding:0;
    font-size:14px;
  }
  #growth .content .img,#growth .content:nth-child(2n) .img{
    margin:0 auto;
  }
  /* #actionable-insights .col:last-child {
    padding-right: 30px;
  } */
  main#actionable-insights{
    padding-bottom:70px;
  }
  .about-big-card{
    padding:30px;
  }
  .about-title{
    font-size: 36px;
  }
  .about-content{
    font-size:18px;
    padding-bottom: 15px;
  }
  .about-extra-content {
    font-size:14px;
    padding-bottom: 50px;
  }
  .about-row-title h2{
    font-size:18px;
  }
  .about-row-content p{
    font-size:14px;
    padding-bottom:30px;
  }
  .about-rows {
    padding-bottom: 0;
}
.about-big-card-title{
  font-size:18px;
}
.about-big-card-position{
  font-size:16px;
}
.about-big-desc{
  padding:0;
  font-size:14px;
  line-height:27px;
}
.about-col-wrapper{
  margin-bottom:20px;
}
.about-small-cards{
  margin-bottom:50px;
}
.about-small-card{
  padding:20px 10px;
}
.about-small-card-image{
  padding-bottom:20px;
}
.about-small-cards .col{
  margin-bottom:20px;
}
.about-small-card-title{
  font-size:18px;
}
.about-small-card-position{
  font-size:14px;
}
.about-big-card-image{
  text-align: center;
}
.logo-title{
  font-size:24px;
  padding-bottom: 15px;
}

.logos_title img{
  margin: 0 auto;
  margin-bottom: 30px;
}
.ai-small-padding {
  padding-bottom:30px !important;
}
#icons-row li{
  font-size:14px;
}

.ai-body{
  padding-bottom:50px !important;
}
#zm1{
  display:none;
}
.box-section .use-case-title{
  font-size:18px;
}
.box-section .body-content.no-padding{
  padding:0 !important;
}
.data-title{
font-size:22px;
}
.data-desc{
  font-size:16px;
}
.data-wrapper{
  padding-top:20px;
}

.clients-title{
  font-size:22px;
}
.clients-wrapper{
  padding-top:50px;
}

.client-desc{
  /* max-width: 280px; */
  font-size:18px; 
}
.client-desc,.client-name,.client-home-position{
  max-width: 280px;
}

.client-name{
  font-size:16px;
}
.client-home-position{
  font-size:14px;
}
.client-slide {
  padding: 0;
  padding-left: 15px;
  padding-top: 60px;
}
.clients-logo img{
    max-width:80px;
} 
.top-cards{
  font-size:18px;
  padding-bottom:30px;
}

.bottom-cards{
  padding-top: 30px;
  font-size:17px;
}
#error-page h1{
  padding-top: 0;
    font-size: 34px;
}
#error-page .content{
  font-size: 18px;
}
#error-page .container{

  margin-bottom: 70px;

}
.join-title{
  font-size:22px;
}
.people-card-title{
  font-size:22px;
}
.card-body{
  padding:25px;
}
.card-wrapper{
  margin-bottom:20px;
}
.people-card-content{
  font-size:16px;
}
.people {
  padding-bottom: 50px;
}
.jobs .accordion .card .card-header .position-name,.jobs .accordion .card .card-header div,.jobs .accordion .card .card-header div{
font-size:15px;
}
#privacy-faq{
  margin-bottom:50px;
}
#privacy-faq h1,#privacy-policy h1{
  font-size:36px;
  padding-bottom: 30px;
}
#privacy-faq h2,#privacy-policy h2{
  font-size:18px;
}
#privacy-faq p,#privacy-policy p{
  font-size:14px;
}
#privacy-policy .content{
  padding:0;
}
.card-col{
        width:100%;
      padding: 10px 15px;
    }
    .about-big-desc{
        padding-top:15px;
    }
    .about-small-card-image {
    padding-bottom: 40px;
}
.about-big-card-image {
    margin-bottom: 10px;
}
      .about-small-cards{
          padding:0;
          margin-bottom:0;
      }
      .about-small-card-position {
    height: 100%;
}
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .about-small-cards{
    display: block;
  }
  .container {
    padding: 0 30px;
}
  .read-more,
  .read-more:hover {
      position: relative !important;
      z-index: 9999999;
  }
  .related-post-title{
    margin-bottom:0;
  }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}