@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: BRCK Wordpress
Author: Stephen Gacheru
Author URI: http://stephengacheru.com
Description: Wordpress theme for BRCK website
Version: 1.0

-------------------------------------------------------------- */
/* Global
-------------------------------------------------------------- */
body {
  font-family: 'Inter', sans-serif;
  color: #475467;
}

a {
  color: #4E5BA6;
  text-decoration: none;
}

a:hover {
  color: #3E4784;
  text-decoration: none;
}

a.text-underline{
  text-decoration: underline;
  color:#475467 !important;
}

a.text-underline:visited{
  text-decoration: underline;
  color:#475467 !important;
}

a.border-bottom-gray-blue{
  border-bottom: 1px solid #3E4784 ;
  color:#3E4784 !important;
  padding-bottom: 1px;
}

/* Colours */

.dark-text-100{
  color: #101828;
}

.grey-warm-400{
  color: #A9A29D;
}

.white{
  color: #fff;
}

.grey-blue-400{
  color: #717BBC;
}

.grey-blue-500{
  color: #4E5BA6;
}

.red{
  color: #E11D48;
}

.grey-iron-100{
  background-color: #F4F4F5;
}

.grey-50{
  background-color: #F9FAFB;
}
.white-bg{
  background-color: #fff !important;
}

/* Buttons */

.grey-button{
  background-color: #EAECF0 !important;
  border: 1px solid #D0D5DD !important;
  padding:12px 20px;
  color:#344054 !important;
}

.grey-button:hover{
  background-color: #F3EBFE !important;
  border: 1px solid transparent;
  color:#4F3999 !important;
}

.white-button{
  background-color: #fff ;
  border: 1px solid #D0D5DD ;
  padding:12px 20px;
  color:#344054 ;
}

.white-button:hover{
  background-color: #F9FAFB;
  border: 1px solid #D0D5DD ;
}

.btn-primary {  
  background: #FED432;
  border:1px solid #FDB022;
  color: #26272B !important;  
  
}

.btn-primary:hover {  
  background:  #FDB022;
  border:1px solid #FED432;
  color: #26272B;
}

.large-button{
  padding: 0.6rem 1rem;
  font-size: 16px;
  font-weight: 500;
}

.xlarge-button{
  padding: 1rem;
  font-size: 18px;
  font-weight: 500;
}

/* Borders */

.border-10{
  border-radius: 10px;
}

.border-12{
  border-radius: 12px;
}

.border-16{
  border-radius: 16px;
}
.border-20{
  border-radius: 20px;
}

/* Spacing */
.card-padding-24{
  padding: 24px;
}
.mb-32{
  margin-bottom: 32px;
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .w-md-100{
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .mb-mobile-32{
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sm-32{
    margin-bottom: 32px;
  }
}

.w-60{
  width: 60%;
}
.w-80{
  width: 80%;
}
.w-sm-auto{
  width: auto !important;
}



/* typography
-------------------------------------------------------------- */
/* Headings */

h1,h2{
  letter-spacing: -1px;
}

h2{
  font-size: 2.25rem ;
  margin-bottom: 1.25rem;
}
.font-18{
  font-size: 1.125rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  h2{
    font-size: 1.8rem ;
    margin-bottom: 1.25rem;
  }

  .font-18{
    font-size: 1.05rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
  h2{
    font-size: 2rem ;
  }
}

/* Breadcrumbs */

.breadcrumb a{
  color: #999;
  font-weight: 500;
}

.breadcrumb .active{
  color: #101828;
  font-weight: 500;
}

.list-outside{
  list-style-position: outside !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.above-fold{
  background: rgb(99,102,241);
  background: linear-gradient(90deg, rgba(99,102,241,0.08) 0%, rgba(252,211,77,0.08) 45%, rgba(59,130,246,0.08) 100%);
}

header{
  border-bottom: #F2F4F7 solid 1px;
}

.top-nav .nav-item {
  padding-left: 20px;
}

.top-nav .nav-item a{
color: #101828;
 font-size: 16px;
 font-weight: 600;
}

.top-nav .nav-item .megamenu a{
font-size: 14px;
}

.top-contact{
color: #475467;
font-size: 16px;
font-weight: 500;
}

.has-megamenu{
position:static!important;
}

.megamenu{
left:0; 
right:0; 
width:100%; 
margin-top:0; 
padding: 1rem;
border-radius: 10px; 
}

.megamenu a{
font-size: 14px;
}

.megamenu-title{
clear: both;
margin-bottom: 25px;
}

.megamenu-title img{
float: left;
margin-right: 16px;
}

.megamenu-title h5{
 padding-top: 14px;
 color: #101828;
}

.megamenu-title p{
font-size: 12px;
color: #667085;
font-weight: 400;
}

.megamenu-column {
padding-left: 65px ;
}

.megamenu-column li{
 padding-bottom: 10px;
 list-style: none;
}

.megamenu-column li a{
color: #101828;
font-weight: 500;
}

.megamenu-column li a:hover{
color: #4E5BA6;
}

.navbar-toggler{
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .top-nav{
    margin-top: 10px;
  }
  .top-nav .nav-item {
    padding-left: 0px;
    padding-bottom: 5px;
  }

  .megamenu-title img{
    width: 40px;
    height: auto;
  }
  .megamenu-title h5{
    font-size: 1.18rem;
  }
  .megamenu-title p{
    margin-bottom: 0.7rem;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {

  .top-nav{
    margin-top: 10px;
  }
  .top-nav .nav-item {
    padding-left: 0px;
    padding-bottom: 5px;
  }

  .megamenu-title img{
    width: 40px;
    height: auto;
  }
  .megamenu-title h5{
    font-size: 1.18rem;
  }
  .megamenu-title p{
    margin-bottom: 0.7rem;
  }
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
.hero-home{
  margin-top: 30px;
  padding-top: 85px;
  padding-bottom: 90px;
  background:#000 url(assets/img/home-img.jpg) no-repeat ;
  background-size: cover;
  border-radius: 20px;
}

.hero-home h1{
    font-size: 60px;
    letter-spacing: -1px;
    padding-bottom: 20px;
}

.inner-hero h1{
  font-size: 3rem;
  margin-bottom:1.25rem ;
}

.inner-hero .lead{
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}

.lead{
  font-size: 1.125rem;
}

.lead-big{
  font-size: 1.9rem;
  line-height: 40px;
}

.inner-hero .right-img{
  float: right;
}

.company-logo li{
  display: inline-block;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .hero-home{
    padding-top: 45px;
    padding-bottom: 90px;
    padding: 45px 10px;
    margin:15px 5px;
  }
  .hero-home h1{
    font-size: 35px;
    letter-spacing: -1px;
    padding-bottom: 20px;
  }
 .hero-home p.lead{
    font-size: 16px;
    line-height: 1.55;
  }
  .lead-big{
    font-size: 1.3rem;
    line-height: 30px;
  }
  .inner-hero h1{
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .hero-home{
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-home h1{
    font-size: 45px;
    padding-bottom: 20px;
  }
  .lead-big{
    font-size: 1.7rem;
    line-height: 35px;
  }
  .inner-hero h1{
    font-size:2.4rem ;
  }
}

.section-sm{
  padding-top: 30px;
  padding-bottom: 20px;
}

.section-md{
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-lg{
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-top-lg{
  padding-top: 90px;
}

.content-top-md{
  padding-top: 60px;
}

.content-bottom-md{
  padding-bottom: 60px;
}

.content-bottom-lg{
  padding-bottom: 90px;
}

.inner-content-top-md{
  padding-top: 40px;
}

.inner-content-top-lg{
  padding-top: 90px;
}
.content-bottom-sm{
  padding-bottom: 30px;
}

.section-header-lg{
  font-size: 48px;
  line-height: 60px;
}
.pull-content-top-lg{
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .section-lg{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-pad-mobile{
    margin-left: 10px;
    margin-right:10px;
  }

  .inner-content-top-md{
    padding-top: 20px;
  }

  .content-top-lg{
    padding-top: 50px;
  }

  .content-top-md{
    padding-top: 20px;
  }

  .content-bottom-lg{
    padding-bottom: 50px;
  }

  .section-header-lg{
    font-size: 36px;
    line-height: 48px;
  }

  .section-md{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-content-top-lg{
    padding-top: 50px;
  }
  .pull-content-top-lg{
    padding-top: 0;
  }
  .content-pad-mobile{
    margin-left: 10px;
    margin-right:10px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .section-lg{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-header-lg{
    font-size: 38px;
    line-height: 55px;
  }
  .content-top-lg{
    padding-top: 60px;
  }

  .content-top-md{
    padding-top: 40px;
  }

  .inner-content-top-md{
    padding-top: 40px;
  }

  .inner-content-top-lg{
    padding-top: 60px;
  }

  .pull-content-top-lg{
    padding-top: 0;
  }

}

.feature-col-bottom-lg{
  padding-bottom: 50px;
}
.feature-col a.feature-content li{
  color: #101828;
}

.feature-col h5{
  margin-top:1.8rem ;
}

.feature-list img{
  margin-right: 16px;
}


.feature-list .accordion-item {
  border: none;
  padding: 12px 0 0;
  color: #475467; 
  background-color: #F9FAFB;
  margin-bottom: 35px;
}

.feature-list .accordion-button{
  background-color: #F9FAFB;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.feature-list .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23717BBC' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");  
  height: 22px;
  width: 22px;
  background-size: 22px 22px;
  margin-left: 3px;
}

.feature-list .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23717BBC' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");  
  height: 22px;
  width: 22px;
  background-size: 22px 22px;

}

.feature-list .accordion-button:not(.collapsed) {
  color: #101828;
  background-color: #F9FAFB;
  box-shadow: none;
}

.feature-list .accordion-body{
   background-color: #F9FAFB;
   border: none;
   padding: 0 65px 0;
   padding-bottom: 0;
   margin-bottom:0;
}

.feature-list-text {
  padding-top: 5px;
}

.text-content h3,
.text-content h4,
.text-content h5,
.text-content p{
  padding-bottom: 15px;
}

.leader-section p,
.text-content p,
.text-content li{
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-content li{
  padding-bottom: 5px;
}

.stats-col{
  border-left: #4E5BA6 solid 2px;
  padding: 24px 24px 0 24px;
}

.home-stats-col{
  border-left: #4E5BA6 solid 2px;
  padding: 2px 24px 0 24px;
}

.stats-col span,
.home-stats-col span{
   font-size: 3rem;
}

.home-stats-col span.big{
   font-size: 8rem;
   line-height: 1.09;
}

.checked-list {  
  padding-top: 30px;
  padding-left: 20px;
}

.checked-list li{
   font-size: 1.1rem;
   padding-bottom: 25px;
   background-image:url('assets/img/icons/check-rounded-icon.svg');
   background-repeat: no-repeat;
    line-height: 28px;
    vertical-align: middle;
    padding-left: 40px;
}

.home-explore-list li{
  padding-right: 4rem;
  padding-bottom: 2.9rem;
}
.home-explore-list h5{
 line-height: 1.5;
 padding-bottom: 0.8rem;
}
.home-explore-list .company-logo li{
 padding-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .feature-col-bottom-lg{
    padding-bottom: 20px;
  }
  .feature-list .accordion-item {
    margin-bottom: 25px;
  }

  .feature-list .accordion-body{
    padding-right: 15px;
  }
  .leader-section p,
  .text-content p{
    font-size: 1rem;
  }
  .stats-col{
    padding: 10px 10px 0 10px;
  }
  .stats-col span,
  .home-stats-col span{
    font-size: 2rem;
 }

 .stats-col p{
  font-size: 0.85rem;
 }
 .home-stats-col span.big{
  font-size: 5rem;
 }
 .home-explore-list li{
  padding-right: 0.8rem;
  padding-bottom: 2.9rem;
 }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .feature-col-bottom-lg{
    padding-bottom: 20px;
  }
  .leader-section p,
  .text-content p{
    font-size: 1rem;
  }
  .home-explore-list li{
    padding-right: 0;
  }
  .network-stats .stats-col{
    padding: 10px 5px 0 10px;
  }
  .network-stats .stats-col span{
    font-size: 2rem;
  }

  .network-stats .stats-col p{
    font-size: 1rem;
  }

  .stats-col{
    padding: 20px 2px 0 20px;
  }
  
  .stats-col span{
     font-size: 2.3rem;
  }

  .stats-col p{
     font-size: 1.05rem;
     line-height: 1.55;
     margin-bottom: 0;
  }
  .home-stats-col span.big{
    font-size: 6rem;
    line-height: 1.09;
  }

  .home-stats-col.md-text-center{
    text-align: center;
  }
}

.custom-table{
  box-shadow: 1px 1px 3px 1px rgba(16, 24, 40, 0.2);
 border-radius: 12px;
}

.custom-table th,
.custom-table  td{
 padding:24px 30px;
}

.custom-table thead th{
 background-color: #F9FAFB;
}

.small-pricing-table{
  box-shadow: 1px 1px 3px 1px rgba(16, 24, 40, 0.2);
  border-radius: 12px;
  width: 95%;
}
.small-pricing-table.right{
  margin-left: 5%;
}

.small-pricing-table td{
  padding: 24px;
  border-bottom: #EAECF0 solid 1px;
}

.small-pricing-table td.w-21{
  width: 21%;
}

.icon-list li{
  padding-right: 4rem;
  padding-bottom: 2.9rem;
}
.icon-list h5{
 line-height: 1.5;
 padding-bottom: 0.2rem;
}

@media screen and (max-width: 768px) {
  .custom-table th,
  .custom-table  td{
      padding:15px 10px;
  }

  .small-pricing-table{
    width: 100%;
  }
  .small-pricing-table.right{
    margin-left: 0%;
  }
  .small-pricing-table td.w-21{
    width: auto;
  }
  .small-pricing-table td{
    padding:15px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .custom-table th,
  .custom-table  td{
      padding:18px 20px;
  }
  .small-pricing-table{
    width: 100%;
  }
  .small-pricing-table.right{
    margin-left: 0%;
  }
}

.icon-left-accordion .accordion-item {
  border: none;
  padding: 12px 0;
  color: #475467; 
}

.icon-left-accordion .accordion-header button{
  font-size: 1.125rem;
  font-weight: 500 ;
  padding-top: 20px;
  padding-bottom: 10px;
   border-top-left-radius: 16px;
   border-top-right-radius: 16px;
   line-height: 28px;
}

.accordion-button:focus {
	border-color: none;
	box-shadow: none;
}

.icon-left-accordion .accordion-button:after {
  order: -1;  /*swap order */
  margin-left: 15px; 
  margin-right:24px; /* just extra space between text and icon*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23717BBC' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
}

  .icon-left-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23717BBC' class='bi bi-dash-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
  }

  .icon-left-accordion .accordion-button:not(.collapsed) {
    color: #101828;
    background-color: #F9FAFB;
    box-shadow: none;
  }

  .icon-left-accordion .accordion-body{
     background-color: #F9FAFB;
     padding-left: 80px;
     padding-right: 32px;
     padding-top: 0;
     padding-bottom: 32px;
     border-bottom-left-radius: 16px;
     border-bottom-right-radius: 16px;
  }
  .icon-left-accordion .accordion-body li{
    padding-bottom: 10px;
  }

  @media screen and (max-width: 768px) {
    .leader-section p{
      font-size: 1rem;
      line-height: 1.6;
    }
    .icon-left-accordion .accordion-header button{
      padding-left: 0;
    }
    .icon-left-accordion .accordion-body{
      padding-left: 60px;
   }
   .icon-left-accordion .accordion-item {
      padding: 10px 0;
    }
  }

  .cta-section-bg{
    background: rgb(234,236,245);
    background: linear-gradient(90deg, rgba(234,236,245,1) 0%, rgba(255,246,187,0.5) 99%);
  }
  
  .cta-section-bg ul{
    list-style-position: inside;
  }
  
  .cta-section-bg li{
    padding-bottom: 4px;
  }
  
  .cta-section-bg p,
  .cta-section-bg li{
     font-size: 1.25rem;
  }

  @media screen and (max-width: 768px) {
    .cta-section-bg ul{
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .cta-section-bg p,
    .cta-section-bg li{
      font-size: 1rem;
    }
  }

  .contact-form-bg{
    background: #000 url(assets/img/contact-img.jpg) center no-repeat;
    background-size: cover;
  }

  .operator-form-bg{
    background: #000 url(assets/img/form-operator-img.jpg) center no-repeat;
    background-size: cover;
  }

  .zoom-form-bg{
    background: #000 url(assets/img/zoom-form-img.jpg) center no-repeat;
    background-size: cover;
  }
  .teams-form-bg{
    background: #000 url(assets/img/teams-form-img.jpg) center no-repeat;
    background-size: cover;
  }

  .form-column{
    padding-top: 80px;
    padding-left: 100px;
    padding-right: 50px;
  }

  .form-column h2{ 
    font-size: 2.8rem;
  }

  .form-column input[type="text"],
  .form-column input[type="email"],
  .form-column input[type="etel"],
  .form-column select {
    height: 44px;
  }

  .form-column label{
    font-size: 0.875rem;
  }

  .wpcf7-textarea{
    height: 170px !important;
  }

  .wpcf7-text-area-label{
    width: 100%;
  }
  .wpcf7-list-item {
    margin: 0;
  }

  @media screen and (max-width: 768px) {
    .form-column{
      padding-top: 50px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .form-column h2{ 
      font-size: 2.2rem;
    }

    .form-column-mobile{
      padding-bottom: 50px;
    }
  }

  @media only screen and (max-width: 991px) and (min-width: 768px)  {
    .form-column{
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
    }

    .form-column h2{ 
      font-size: 2rem;
    }

    .form-column-mobile{
      padding-bottom: 60px;
    }
  }

/*--------------------------------------------------------------
   # Footer
--------------------------------------------------------------*/

footer{
  background: #2E2E2E;
  padding-top: 60px;
  padding-bottom: 25px;
}

footer h5{
  font-size: 0.875rem;
}

footer p{
   color: #EAECF0;
}

.footer-logo{
  margin-bottom: 30px;
}

footer ul{
  padding-left: 0;
}

footer ul li{
  list-style: none;
  padding-bottom: 8px;
  font-weight: 500;
}

footer ul li a{
  color: #EAECF0;
}

footer ul li a:hover{
  color: #ffd584;
}

.footer-company{
  margin-left: 140px;
}

.footer-legal{
  margin-left: 75px;
}

.footer-contact{
  margin-left: 30px;
}

.bottom-footer{
  border-top:#3F3F46 solid 1px;
  padding-top: 32px;
  margin-top: 40px;
}

.bottom-footer p{
  color: #8C8C8C;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  footer{
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .footer-company{
    margin-left: 0px;
  }
  .footer-legal{
    margin-left: 10px;
  }
  .footer-contact{
    margin-left: 0px;
  }

  .bottom-footer{
    padding-top: 32px;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
  .footer-company{
    margin-left: 40px;
  }  
  .footer-legal{
    margin-left: 20px;
  }  
  .footer-contact{
    margin-left: 20px;
  }
}


