body {
  color: #414a51;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 992px) {
  body {
    background-color: #f1f4f9;
  }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.1;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

b, strong {
    font-weight: 600;
}

a {
    outline: none;
    color: #647993;
    text-decoration: none;
    font-weight: inherit;
}

a:hover,a:focus{
    text-decoration: none;
}

nav a, nav a:hover{
  font-weight: 400;
}

nav a:hover {
  color: #056495 !important;
  text-shadow: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    outline: none;
    color: #4e5e6a;
    text-decoration: none;
}

.card {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0rem;
}

.quat-bg-blue {
    background-color: #135394!important;
}

.quat-borderleft-grey {
    border-left: 10px solid #dee2e6!important;
}

.quat-logo {
font-family: 'Poppins', sans-serif;
}

.quat-bg-white {
    background-color: #fff!important;
}

.quat-text-dark {
    color: #000!important;
}

.quat-divider{
    border-top: 6px solid #135394;
}

.quat-view-all{
    width: 90px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 6px;
    text-transform: uppercase;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;

}

/* blog  CSS*/

.quat-box {
    color: #000000;
    background-color: #fff;
    border: 0px solid red;
    border-radius: 0rem;
    line-height: 1.875rem;
    word-spacing: 0.30rem;
    padding: 1.5rem !important;
}

.quat-add-box {
    background-color: transparent;
    border: 0px solid red;
    border-radius: 0rem;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    overflow: hidden;
}

.quat-subline {
  font-size: 0.85em;
  padding: 0.5em 0 0;
  color: #9DA8B0;
  position: relative;
}

.quat-highlight {
  font-weight: 500;
  line-height: 2.0;
  word-spacing: 0.30rem;
}

.quat-synopsis {
  line-height: 1.5;
  word-spacing: 0.30rem;
}

.quat-paragraph {
  line-height: 2.0;
  word-spacing: 0.30rem;
}

.quat-img {
    padding: 0rem;
    background-color: #fff;
    border: 0px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.quat-add-img-horizontal {
    padding: 0rem;
    background-color: #fff;
    border: 0px solid #dee2e6;
    border-radius: 0rem;
    max-height: 100%;
    max-width: auto;
}

.quat-info {
    background-color: #A2DED0!important;
    line-height: 1.5;
    word-spacing: 0.30rem;
    padding: 1rem !important;
    margin-top: 1rem !important;
}

.quat-attention {
    background-color: #FBE1E8!important;
    line-height: 1.5;
    word-spacing: 0.30rem;
    padding: 1rem !important;
    margin-top: 1rem !important;
}

.quat-code {
    background-color: #f1f1f1!important;
    line-height: 1.5;
    word-spacing: 0.30rem;
    padding: 1rem !important;
    margin-top: 1rem !important;
}

.quat-image-box {
    background-color: #f1f1f1!important;
    line-height: 1.5;
    word-spacing: 0.30rem;
    padding: 1rem !important;
}



.quat-quote {
    background-color: #f1f1f1!important;
    border-left: 6px solid #ccc!important;
    line-height: 1.5;
    word-spacing: 0.20rem;
    padding: 1rem !important;
    margin-top: 1rem !important;
}

.quat-related {
    background-color: #fff;
    border: 0px solid red;
    border-radius: 0rem;
    border-left: 0px solid #ccc!important;
    line-height: 1.5;
    padding: 1rem !important;
    margin-bottom: 2rem !important;
}

.quat-tags li {
    list-style: none;
}

@media (min-width: 992px) {
  .quat-related {
      background-color: #fff;
      border: 0px solid red;
      border-radius: 0rem;
      border-left: 5px solid #ccc!important;
      line-height: 1.5;
      padding: 1rem !important;
      margin-bottom: 2rem !important;
  }
}

/* Navbar Scroller */

.nav-scroller {
  background-color: #fff!important;
  position: fixed;
  width: 100%;
  top: -55px;
  transition: top 0.3s;
  z-index: 2;
  height: 2.55rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav a, .quat-btn-tag {
  display: block;
  background-color: #FFF;
  border: 1px solid #eaeaea;
  color: #4b4b4b;
  padding: 0 15px;
  margin: 0 5px;
  border-radius: 15px;
}


/* Side Navbar */
/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.10s; /* 0.10 second transition effect to slide in the sidenav */
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
}

/* The navigation menu links */
.sidenav a {
    text-decoration: none;
    display: block;
    transition: 0.3s;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 2.0;
    padding-left: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #4e5e6a !important;
}

#sidenav-backdrop{
  opacity: .5;
  transition: opacity .15s linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  display: none;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,1); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content{
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
