
/* Top Banner */

.top-banner-bar a{
  padding: 0px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

/* END Top Banner */
.attorneys-profilebuzz-pic {
  border: 1px #eaeaea solid;
}

.card-list {
  width: 85vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.logo{

  width: 305px;
}

#colorlib-about,
#colorlib-practice,
#colorlib-testimonial,
#colorlib-started,
#colorlib-blog,
#colorlib-contact,
#colorlib-footer {
  padding: 3em 0;
  clear: both;
  }

  
/*Master*/

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "PT Serif", Georgia, serif;
  font-weight: 700;
  margin: 0 0 20px 0; }

a {
  color: #990000;
}

/* a:hover { */
  /* color: #FFFFFF; */
/* } */

/*Theme*/

::selection {
  background: #CCCCCC;
}

.btn {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/*Navigation*/

.colorlib-nav .top-menu {
  background-color: #FFFFFF;
  padding: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.logo {
}

.colorlib-nav ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 120px;
}

.colorlib-nav ul li a {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777777;
}

.colorlib-nav ul li.active > a {
  color: #CCCCCC;
}

.phone {
  font-family: "PT Serif", Georgia, serif!important;
  font-weight: 700!important;
  color: #990000!important;
}

.colorlib-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #777777;

/*Slider*/

#colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
  font-weight: 400;
  text-transform: capitalize;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
  background: #003B5C !important;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #990000 !important;
}

/*Call to Action*/

#intro-bg {
  background: #CCCCCC;
}

#colorlib-intro {
  padding-bottom: 0em;
}

#colorlib-intro .third-col {
  background: #003B5C;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.third-col .icon i {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.05);
  }

  #colorlib-intro .third-col-2 {
    background: #003B5C;
  }

/*Counter*/

div#colorlib-counter {
  display: none;
}

/*Practice Areas*/

#colorlib-practice {
  background: #CCCCCC;
}

#colorlib-practice a {
  color: #000000!important;
}

.services {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.services .icon i {
  color: #003B5C;
}

.services h3 a {
  color: #003B5C;
}

.col-md-12 .text-center .animate-box .fadeInUp .animated-fast {
  display: none;
}

/*Years of Experience*/

#colorlib-started {
  display: none;
}


/*Free Legal Consultation*/

#colorlib-consult {
  display: none;
}

/*Footer*/

#colorlib-footer {
  background: #003B5C;
  color: #8BB8E8;
}

#colorlib-footer h4 {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: none;
  padding-bottom: 0.5em;
  margin: 0;
}

#colorlib-footer h5 {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 1em;
  margin: 0;
}

#colorlib-footer .colorlib-footer-links li a {
  color: #8BB8E8;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0.5em;
  margin: 0;
  text-decoration: none;
}

#colorlib-footer .colorlib-footer-links li a:hover {
  color: #FFD100;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0.5em;
  margin: 0;
  text-decoration: none;
}

.footer-nav {
  display: none;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 3px solid rgba(0, 0, 0, 0.05);
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF!important;
  }

.form-control placeholder {
  color: #FFFFFF;
}

#colorlib-footer .btn {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 1em 0 0 0;
}

#colorlib-footer .btn-primary {
    background: #FFD100;
    color: #000000;
    border: none;
}

#colorlib-footer .btn-primary:hover {
  background: #990000;
  color: #FFFFFF;
  border: none;
}

.colorlib-heading-generic h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 400; 
}
.colorlib-nav ul li.has-dropdown .dropdown{
  width: 160px !important;
}


