@import url('https://fonts.cdnfonts.com/css/aaux-next');

.btn-info {
    color: #fff!important;
    background-color: #0197E5!important;
    border-color: #0197E5!important;
}

.btn {
  border-radius: 0!important;
  padding: 0.5rem 0.75rem!important;
}

.back-border{
  padding-right:30px;
  border-right:1px solid #0197E5;
  height:120px;
  float:left;
}

.back-arrow{
  color:#0197E5;
  font-size:24px;
  float:right;
}

.back-padding{
  padding-left:30px;
  float:left;
}

.sm-icons-float{
  float:right;
}

body{
  font-family: 'Aaux Next', sans-serif!important;
  line-height:1.3rem!important;
  font-size:1.3rem;
}
@media (max-width: 767px) {
    .order-left-img {
      -ms-flex-order: 1!important;
      order: 1!important;
  }

  .order-right-text{
    -ms-flex-order: 2!important;
      order: 2!important;
  }

  .sm-icons{
   /* margin-top: 50px!important; */
    flex-direction: row!important;
  }

  .sm-icons-float{
    float:left!important;
  }

  .back-border{
    max-width:30%!important;
  }

    .back-padding{
    max-width:69%!important;
  }

  .top-minor-50 {
    margin-top: 20px!important;
  }

  .featurette{
    .padding:5px!important;
  }

  .navbar-nav{
    text-align:center;
  }
}

a {
  color:#0197E5!important;
}


.promoimages{
  max-width:100px;
}

.socialicon{
  max-width:35px;
  width:100%;
  margin-left:10px;
}

.small-text{
  font-size:12px;
}

.greycolor{
  color:#a1a1a1!important;
}

.bigblue{
  color:#0197E5!important;
}

.font-size-35{
  font-size:35!important;
}

.font-size-40{
  font-size:40!important;
}

.font-size-45{
  font-size:45!important;
}

.bigtext600{
    font-size: 60px!important;
    line-height: 60px!important;
    font-weight: 600!important;
}

.socialiconright{
  max-width:35px;
  width:100%;
  margin-right:10px;
}

.nav-link{
  padding-left: 30px!important;
  padding-right: 30px!important;
  font-size: 20px;
  font-weight:bold;
}

.logomax{
  max-width:90px;
}

.top-minor-50{
  margin-top:-50px;
}

.top-minor-30-white{
  background-color: #fff;
  padding:10px;
  margin-top:-30px;
}

.centered
{
	margin:auto!important;
	display:table!important;	
}

.margin-right-20{
  margin-right:20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.font-size-15{
  font-size: 15px!important;
}

.font-size-13{
  font-size: 13px!important;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff!important;
    background-color: #0197E5!important;
    border-color: #0197E5!important;
}


/* Sticky footer style and color
-------------------------------------------------- */
footer {
  padding-top: 30px;
  background-color: #0197E5!important;
  color: #bbb;
}

footer a {
  color: #fff!important;
  text-decoration:none;
}

footer a:hover, footer a:focus {
  color: #fff;
  text-decoration:none;
  border-bottom:1px dotted #fff;
}

footer .form-control {
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    color: #d1d2d2;
    padding: 0.7em 1em;
}

footer .btn-outline-primary {
    color: #0197E5;
    border-color: #0197E5;
    background-color:#fff;
}

.black{
  color:#000!important;
}

.white{
  color:#fff!important;
}

.logotitlered{
  color:#df1414;
  font-size:24px!important;
}

.logotitlegreen{
  color:#2ec61b;
}

.navbar-header{
  text-align: center;
}

.bbbootstrap {
    padding: 40px;
    margin-bottom: 22px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background-color: #2e9df7;
    -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.25) inset, 0 -15px 15px -15px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.25) inset, 0 -15px 15px -15px rgba(0, 0, 0, 0.25) inset
}

.bbbootstrap form {
    position: relative;
    width: 60%;
    margin: 22px auto 0
}

.bbbootstrap form input[type="text"] {
    padding: 15px 20px;
    padding-right: 100px;
    border-color: transparent;
    border-radius: 4px
}

.InputBox {
    display: block;
    width: 100% !important;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 4px
}

.bbbootstrap form input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
    float: right;
    padding: 10px 25px
}

.margin-top-50{
  margin-top:50px;
}

.textupper{
  text-transform: lowercase;
}
.textupper:first-letter{
    text-transform: uppercase!important;
}
footer{
  margin-top:30px;
  background-color:#333;
  padding:10px;
  color:#fff;
}

.sliderightimage {
  animation: fadeInRight 1s ease-in-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}

