/* ------------ navbar styles start----------- */

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 20px;
  }
}

#nav-above, #nav-below{
  display: none;
}

@media screen and (min-width: 992px) {
  #nav-above {
    width: 100%;
    height: 10px;
    background: white;
    position: fixed;
    top: 0;
    display: block;
    z-index: 999;
  }

  #nav-below {
    width: 100%;
    height: 10px;
    background: #252D3C;
    position: fixed;
    top: 60px;
    display: block;
    z-index: 999;
  }

  #mainNav {
    background: #252D3C;
  }

  .navbar-fixed-top{
    top:10px;
  }

  #bs-example-navbar-collapse-1 {
    margin-right: 25px; 
  }

  #bs-example-navbar-collapse-1 li a{
    color: white;
    opacity: 0.8;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
  }

  #bs-example-navbar-collapse-1 li a:hover{
      opacity: 1.0;
  }

  #bs-navbar-header {
    background: white;
    position: relative;
  }

  .navbar-brand {
    padding-top: 0;
  }

  #bs-navbar-header:after { 
    width: 0; 
    height: 0; 
    border-top: 50px solid white; 
    border-right: 50px solid transparent; 
    position: absolute;
    right: -49px;
    
  }

  @supports (-ms-ime-align:auto) {
    #bs-navbar-header:after {
        right: 0px;
    }
  }

}

/* ------------ navbar styles end----------- */


/* ----- button styles start --------- */
.btn-main {
    background-color: white!important; 
    border-color: #0191A9!important;
    min-width: 320px;
    color: #0191A9!important;
    font-weight: bold;

}

.btn-primary {
    background-color: #C5582D!important; 
    border-color: #C5582D!important;
    min-width: 200px;
    color: white!important;
    font-weight: bold;
    min-width: 300px;
}

.btn-secondary{
    background-color: white!important; 
    border-color: #C5582D!important;
    min-width: 200px;
    color: #C5582D!important;
    font-weight: bold;
    min-width: 300px;
}

.btn {
    white-space: normal!important;
}

.cp-button-div{
    text-align: center;
    width: 100%;
}

.cp-button-div a{
    margin-top: 10px;
    padding: 10px;
    font-size: 26px;
    font-family: 'Alegreya Sans', sans-serif;
}

@media screen and (min-width: 768px){
  #cp-main-section .cp-button-div {
    text-align: left;
  }
}


.btn:hover, .btn-main:hover {
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

/* ----- Button styles end --------- */





/* ---------- Page styles start ----------- */

.no-space {
  padding: 0;
  margin: 0;
}

#cp-div{
  font-family: 'Abel', sans-serif!important;
}

.primary-color {
  /*color: #C5582D;*/
  color: #252D3C;
}

.cp-page-heading {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #252D3C ;
  text-align: center;
}

.cp-page-subheading {
  font-family: 'Abel', sans-serif!important;
  font-size: 30px;
  font-weight: bold;
  /*color: #C5582D;*/
  color: #252D3C;
  text-align: center;
  letter-spacing: 2px;
}

section.cp-section{
  padding-top:80px;
  padding-bottom: 0; 
  margin-bottom:20px;
  background: white;
}

.section-divider {
  background: #f0f0f0!important;
  height: 30px;
  width: 100%;
  padding: 0;
  margin: 0;
}



.cp-spacer{
    height: 20px;
}

.cp-spacer-large{
    height: 80px;
}

p.para-list {
    padding: 3px 50px; 
    position: relative;
    margin-bottom: 0;
}

p.para-list:before {
    content: '\f0da';
    font-family: 'Font Awesome\ 5 Free';
    left: 30px;
    font-weight: 900;
    position: absolute;
}

/* ---------- Page styles end ----------- */


/* ---------- Specific Page Styles Start ----------- */

#cp-div #cp-industry-expert-section h3,h4 {
  font-family: 'Abel', sans-serif!important;
}

.mi-card-block {
    margin: 15px 0;
    padding: 0 0 10px 0;
    min-height: 450px;
    box-shadow: 0px 0px 10px rgba( 0,0,0,0.6 );
    text-align: left;
}

@media screen and (max-width: 992px){
  .mi-card-block {
    min-height: 520px;
  }
}

@media screen and (max-width: 480px){
  .mi-card-block {
    min-height: 450px;
  }
}

@media screen and (min-width: 992px){
  .no-space-sm-md {
    padding: 0;
    margin: 0;
  }
}

.mi-card {
    padding: 10px;
    margin: 10px 0;
    min-height: 166px!important;
  }

.full-width {
      width: 100%;
}

.star-color {
  color: #f2b01e;
}

/* ---------- Specific Page Styles End ----------- */



