/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   COLOR SCHEME:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/*

blue:

*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
    background-color: #E5E4CF;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

h1, h2, h3, h4, h5 {
font-family: 'Roboto Slab', serif;
}

.navbar-nav > li > a {
font-family: 'Roboto Slab', serif;
}

a {
    color: #218dcd;
    text-decoration: none;
}

h3 {
    font-size: 2rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HEADER (LOGO, ETC)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   NAV MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #363636;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:hover {
    background-color: #eeeeee;
    border-color: #363636;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a {
    background-color: #eeeeee;
    border-color: #363636;
}

.navbar-nav > li > a:hover {
    border-color: #363636;
}

.nav>li>a {
   padding: 10px 13px;
    font-size: 14px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   CAROUSEL OR HEADER IMAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#greeting {
    padding: 1rem 2rem 3rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HOME PAGE WIDGETS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.service_text p {
    line-height: 1.9rem;
    text-align: justify;
}

/* - - - - - - - - - - - - - - - -   
   SERVICES
- - - - - - - - - - - - - - - - - */




/* - - - - - - - - - - - - - - - -   
   CONSULTATION
- - - - - - - - - - - - - - - - - */

#index_consult_box {
    background-color: rgb(234, 234, 234);
    margin-top: 5rem;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#page_content {
  padding-bottom: 5rem;
}

#sidebar .team {
  padding-bottom: 1.5rem;
}

#sidebar .team h3 {
  margin-bottom: 0;
}

#sidebar .team img {
  margin: 0 auto 15px auto;
}

#sidebar .team a {
  background:transparent;
  padding:0 0 15px;
}

.sidebar_item h3 {
    color: #317eac;
    font-size: 1.9rem;
}

#page_content .ourteam img {
  margin-bottom:1rem;
}

#page_content .pics .col-sm-3 {
  padding-left:0;
}

#page_content .pics .text-holder {
  margin-bottom:2rem;
}

#page_content .pics .text-holder p {
  margin-bottom:0;
}


#page_content .listmover ul {
  position:relative;
  left:2rem;
  list-style-position: inside;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar {
  margin: 5rem 0;
  padding-left: 30px;
  text-align: left;
}

#sidebar h3 {
    background-color: #1e3d68;
    color: #FFF;
    text-transform: uppercase;
    padding: 1rem;
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.sidebar_item + .sidebar_item {
  margin-top: 40px;
}

.sidebar_item {
  padding:0rem;
}

.sidebar_item p {
  margin-bottom: 20px;
}

.sidebar_item img {
    display: block;
    margin: 10px auto 15px auto;
}

.sidebar_item a {
  color: #FFF;
  padding: 7px 15px;
  background:  #218DCD;
  -webkit-transition: background 0.45s ease-in-out;
  -moz-transition: background 0.45s ease-in-out;
  -ms-transition: background 0.45s ease-in-out;
  -o-transition: background 0.45s ease-in-out;
  transition: background 0.45s ease-in-out;
}

.sidebar_item a:hover {
  color: #FFF;
  background: #156290;
}


/*================
LEAD MAGNET
================*/

.lead-magnet {
    background-color: rgb(234, 234, 234);
    padding: 2rem 1rem;
}

.lead-magnet img {
    width: 155px;
    margin-right: 3rem;
    box-shadow: 1px 2px 5px rgb(57 54 54 / 43%);
}


@media all and (max-width: 575px) {

.lead-magnet {
  flex-direction: column;
}

.lead-magnet img {
  margin: 2rem auto;
}

.lead-magnet {
   text-align: center;
}

}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



.bottommenu {
    background-color: #1e3d68;
    background: #1e3d68;
    color: #fff;
    border-top: 1px solid #1e3d68;
    margin-top: 20px;
    padding: 0px;
}

.footer h2 {
text-align:center;
}

.footer p {
text-align:center;
}


.footer a {
text-align:center;
    color: #E5E4CF;
}

.footer a:hover {
    color: #FFFFFF;
}

.footer li {
text-align:center;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


@media all and (max-width: 1200px) {

}

@media all and (max-width: 992px) {

}

@media all and (max-width: 768px) {

.navbar-nav > li > a {
    text-align: center;
}

.navbar .dropdown-menu a {
    color: #1E3D68;
}

.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    text-align: center;
}

}

@media all and (max-width: 480px) {

#head_address h3 {
    text-align: center;
}

#head_address h4 {
    text-align: center;
}

.navbar-nav > li > a {
    text-align: center;
}

.navbar .dropdown-menu a {
    color: #1E3D68;
}

.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    text-align: center;
}
}
