  #t4-header {
    padding: 0px;
  }
.t4-main-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #f5f5f5;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  color: rgba(0,0,0,.7);
  padding: 16px 24px;
  font-size: 19px;
  line-height: 2;
}
body {
  color: #343333;
  }
  h1, h2, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: #4f8199;
}

blockquote p {
  font-style: italic;
  background: #fff;
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #578257;
  font-size: 13pt;
}
.alex-brush-regular {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
}
h3, .h3 {
  font-size: 30px;
  font-family: "Alex Brush", cursive !important;
}
/***** Global Slide *****/
.slide-right, .slide-left {
  width: 100%;
}

/***** Slide Right *****/
.slide-right {
  animation: 3s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 3s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
 .container {
    max-width: 1270px;
  }
.container {
  width: auto;
  margin: auto;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 0 25px #000;
  margin-top: 0px;
  border: 0px solid #444;  
  }
.sidebar-r {
  border-left: 1px solid #f4f4f4;
  margin-left: 16px;
  padding-left: 32px;
  animation: 3s slide-left;
}
.btn-info {
  color: #fff;
  background-color: #fff;
  border-color: #00bcd4;
  border: 1px solid #ccc;
  padding: 10px 30px;
  display: inline;
  border-radius: 30px;
}