.row {
    margin-bottom: 15px;
}


/* use for offsetting when using nav bar links */

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.logos {
    text-align: right;
    /* max-width: 50px; */
}

.trial-info {
    text-align: center;
}

.trial-info h5 {
    font-size: 1em;
}

.trial-info h6 {
    font-size: 3em;
    font-weight: bold;
}


/* .trial-info .panel-default:hover {
    background: #c20000;
    color: #333;
} */

.ctrc-services h1
{
    font-size: 4em;
    padding-left: 5px;
    /* text-align: center; */
}

.client-grid img {
    max-width: 300px;
}

.client-grid {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-flow: row wrap;
}

.client-grid .cell {
    flex: 60px;
    flex: 1;
}


/* title formatting*/
.title-one {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.title-one:after {
    color: #c20000;
    content: "||";
    position: absolute;
    right: -40px;
    top: -2px;
}

.title-one:before {
    color: #c20000;
    content: "||";
    left: -40px;
    position: absolute;
    top: 0;
}


/*====================
======Header CSS=====
======================*/

#navigation {
    background: rgba(255, 255, 255, 0.952941) !important;
    border-radius: 0;
    border-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
    padding-bottom: 8px;
}

#navigation .navbar-toggle {
    margin-top: 20px;
    background-color: #333;
}

#navigation li a {
    color: #43484E;
    /* font-family: 'Roboto',sans-serif; */
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all .9s ease 0s;
    -moz-transition: all .9s ease 0s;
    -o-transition: all .9s ease 0s;
    transition: all .9s ease 0s;
    padding: 6px 15px;
}

#navigation .active a,
#navigation .active a:focus,
#navigation li a:hover {
    color: #fff;
    background-color: #c20000;
}

.nav-item{
    list-style-type:none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-menu.show{
   /* display: block; */
   position: absolute!important;
   left: 0;
   right: 0;
   padding:0px;
   /* border:none; */
}

  nav ul li {
        position: relative;
    }

    nav ul ul {
        position: absolute;
        width: 100%;
    }

.img-responsive{

    display: inline-block;
}