@import "bootstrap.min.css";
@import "sonj-components.css";
@import "fontawesome.min.css";
@import "responsive.css";

.press span {font-size: smaller; color:#666!important;}

             
.bd-note-warning {
    border-left-color: #f0ad4e;
}
.bd-note {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left:5px solid #f0ad4e;
      
    border-radius: .25rem;
}
.icon-stack {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    background-color: #eff3f9;
}
.text-white {
    color: #fff !important;
}
.text-white {
    color: #fff !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.bg-teal {
    background-color: #00ba94 !important;
}

bg-gray{background-color: #e4e8ea;}

  

.header-blue {color:#006699!important;margin-bottom:1rem;text-transform: uppercase;}
.header-sub  {text-transform: uppercase;}   
 .nocaps {text-transform: none;}
.content-sections ul, ul.check-list {
  list-style: none; /* Remove default bullets */
}

.content-sections ul li::before {
 font-family: 'FontAwesome';
    content: '\2022';
  color: #91bb55;
  font-size:1.5em;
  font-weight: bold; 
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; 
}

.home-content ul li::before{
 content: '\f00c';
 font-family: 'Font Awesome 5 Free';
  color: #ffffff;

  font-weight: bold; 
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.7em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; 
  margin-left: 0; 

}
.home-content ul li {padding-bottom: 0.5em;}
              
@media (max-width: 767.98px) {
ul.check-list {list-style-type:disc;}
.home-content ul li::before{
   width: 0em;
 content: '';
}
 .home-content .lead {font-size: 0.975rem;} 
#col-right .p-5 {
  padding: 3rem !important;
}
}



h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;

  font-weight: 400;
  line-height: 1.2;
  color: #343a40;
}

h1, .h1 {
  font-size: 2.1875rem;
  font-weight: 600;
}

h2, .h2 {
  font-size: 1.8rem;
   font-weight: 600;
}
h3, .h3 {
  font-size: 1.53125rem;
}
h4, .h4 {
  font-size: 1.3125rem;
   font-weight: 400;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.34375rem + 1.125vw) ;
  }
}


@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}



@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.27812rem + 0.3375vw) ;
  }
}



@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.975rem;
  font-weight:500;
}
h6.card-title {color: #03629a;}
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

.display-1 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 500;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/*---- Buttons -----*/
.btn-outline {
    color: #37863D;
     text-transform: uppercase;
    
    border:2px solid #007bbe;
}
.btn-outline:hover {
    color: #007bbe;
   text-transform: uppercase;
    border:2px solid #007bbe;
}
/*----Srvc----*/
.srvs_icon{
  width:95px;
     height:95px;
     background-color:#fff;
     border:3px solid #37863D;
     border-radius:100%;
     text-align:center;
     vertical-align:middle;
    display:table-cell;
    color:#007bbe;
   
} 




.srv-box a{color:#05834d}
.srv-box a:link{color:#05834d}
.srv-box a:hover{color:#007bbe}

.btn-form{
  color: #fff;
	border-color: #91bb55;
}
.press{                    
     border-top: 7px solid #007BBD !important;
}

.text-green {
    color: #007BBD !important;
}
#grad1 {
    /*height: 450px;
background: linear-gradient(to right,#333, #006699 , #333);*/
 background-color: #006699!important;               
}