.attr-nav > ul > li > a {
    padding: 8px 0px 10px 10px!important;
}
a.navbar-brand img {
    max-width: 65px!important;
}
.text-white{
    color: #fff!important;
}
.my-auto{
    display: block;
    align-items: center!important;
}
.text-logo {
    color: #014681!important;
}
.contact-lead {
    font-size: 16px;
    font-weight: 400;
}

 a, a:active, a:focus, a:hover {
    outline: none;
    line-height: 22px!important;
    text-decoration: none;
    color: #232323;
}

.contact-info i{
    margin:0px auto 20px ;
    background: #f4f4f4;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 100px;
}
.side-fix-icon {
    position: fixed;
    top: 91%;
    right: 20px;
    z-index: 999;
    background: transparent;
}
.side-fix-icon img {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 50%;
    text-align: center;
    color: #f00;
    font-size: 20px;
}

.sticked  a.navbar-brand img {
    max-width: 60px!important;
}
nav.navbar.bootsnav.sticked ul.nav > li > a {
    padding: 22px 15px!important;
}
nav.navbar.bootsnav.sticked .attr-nav li {
    padding: 18px 0!important;
}
nav.navbar.attr-border .attr-nav::before {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 1px;
}
.bg-logo{
    background: #014681!important;
}

















.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* footer footnotes */
footer ol {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 15px;
  padding-left: 20px;
}
/* Bootstrap Docs */
.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
.bs-example-padded-bottom {
    padding-bottom: 24px;
}
@media (min-width: 768px){
  .bs-example {
      margin-right: 0;
      margin-left: 0;
      background-color: #fff;
      border-color: #ddd;
      border-width: 1px;
      border-radius: 4px 4px 0 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
}
.bs-example+.code {
    margin: -15px -15px 15px;
    border-width: 0 0 1px;
    border-radius: 0;
}
@media (min-width: 768px){
  .bs-example+.code {
      margin-top: -16px;
      margin-right: 0;
      margin-left: 0;
      border-width: 1px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
  }
}
/* CodeMirror Bootstrap Theme */
.cm-s-bootstrap .cm-comment {
    font-style: italic;
    color: #999988;
}
.cm-s-bootstrap .cm-number {
    color: #F60;
}
.cm-s-bootstrap .cm-atom {
    color: #366;
}
.cm-s-bootstrap .cm-variable-2 {
    color: #99F;
}
.cm-s-bootstrap .cm-property {
    color: #99F;
}
.cm-s-bootstrap .cm-string {
    color: #DD1144;
}
.cm-s-bootstrap .cm-keyword {
    color: #069;
}
.cm-s-bootstrap .cm-operator {
    color: #555;
}
.cm-s-bootstrap .cm-qualifier {
    color: #0A8;
}
.modal-footer {
  border: transparent;
}

section.default-padding.logos img {
    display: flex;
    margin: auto auto;
    width: 220px;
}
