@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/**
 * ----------------------------------------------
 * SIMPLE RESET
 * ----------------------------------------------
 */
html {
  height: 100%;
  font-size: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  color: #03004e;
  overflow-x: hidden;
  background-color: #fff;
}

img {
  max-width: 100%;
}

a {
  color: #03004e;
}

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

hr {
  background: #d2d2d2;
  opacity: 1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, strong {
  font-family: "Poppins", sans-serif;
  color: #03004e;
  font-weight: 600;
}

label {
  font-weight: 500;
}

h1, .h1 {
  font-size: 48px;
  line-height: 60px;
}

h2, .h2 {
  font-size: 36px;
  line-height: 48px;
}

h3, .h3 {
  font-size: 28px;
  line-height: 36px;
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.5;
}

h5, .h5 {
  font-size: 20px;
  line-height: 28px;
}

h6, .h6 {
  font-size: 16px;
  line-height: 1.5;
}

pre {
  margin-bottom: 0;
  padding-bottom: 0;
}

ul {
  padding-left: 20px;
  list-style: none;
}
ul pre {
  margin-bottom: 0.25rem;
}

.page-wrapper {
  background: #f9fbfd;
}

hr {
  background-color: #e9e9e9;
}

.mt-15, .my-15 {
  margin-top: 15px;
}

.mb-15, .my-15 {
  margin-bottom: 15px;
}

.me-15 {
  margin-right: 15px;
}

.ms-15 {
  margin-left: 15px;
}

.pt-15, .py-15 {
  padding-top: 15px;
}

.pb-15, .py-15 {
  padding-bottom: 15px;
}

.pe-15, .px-15 {
  padding-right: 15px;
}

.ps-15, .px-15 {
  padding-left: 15px;
}

.p-15 {
  padding: 15px;
}

.mt-30, .my-30 {
  margin-top: 30px;
}

.mb-30, .my-30 {
  margin-bottom: 30px;
}

.me-30 {
  margin-right: 30px;
}

.ms-30 {
  margin-left: 30px;
}

.pt-30, .py-30 {
  padding-top: 30px;
}

.pb-30, .py-30 {
  padding-bottom: 30px;
}

.pe-30, .px-30 {
  padding-right: 30px;
}

.ps-30, .px-30 {
  padding-left: 30px;
}

.p-30 {
  padding: 30px;
}

.mt-45, .my-45 {
  margin-top: 45px;
}

.mb-45, .my-45 {
  margin-bottom: 45px;
}

.me-45 {
  margin-right: 45px;
}

.ms-45 {
  margin-left: 45px;
}

.pt-45, .py-45 {
  padding-top: 45px;
}

.pb-45, .py-45 {
  padding-bottom: 45px;
}

.pe-45, .px-45 {
  padding-right: 45px;
}

.ps-45, .px-45 {
  padding-left: 45px;
}

.p-45 {
  padding: 45px;
}

.mt-60, .my-60 {
  margin-top: 60px;
}

.mb-60, .my-60 {
  margin-bottom: 60px;
}

.me-60 {
  margin-right: 60px;
}

.ms-60 {
  margin-left: 60px;
}

.pt-60, .py-60 {
  padding-top: 60px;
}

.pb-60, .py-60 {
  padding-bottom: 60px;
}

.pe-60, .px-60 {
  padding-right: 60px;
}

.ps-60, .px-60 {
  padding-left: 60px;
}

.p-60 {
  padding: 60px;
}

@media (min-width: 768px) {
  .p-md-30 {
    padding: 30px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-50, .py-50 {
  padding-bottom: 50px;
}

.pt-50, .py-50 {
  padding-top: 50px;
}

.pb-70, .py-70 {
  padding-bottom: 70px;
}

.pb-80, .py-80 {
  padding-bottom: 80px;
}

.pt-80, .py-80 {
  padding-top: 80px;
}

.pt-100, .py-100 {
  padding-top: 100px;
}

.btn {
  font-weight: 500;
  border: 0;
  padding: 0px 30px;
  line-height: 48px;
  border-radius: 50px;
  color: #fff;
}
.btn:focus, .btn:hover, .btn:active, .btn:focus:active {
  box-shadow: none;
  outline: none;
}

.btn-sm {
  line-height: 34px;
  padding: 0 15px;
  font-size: 12px;
}

.btn-primary {
  color: #fff;
  background: #00bcd4;
  border-color: #00bcd4;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus:active {
  color: #fff;
  background: #00bcd4;
  border-color: #00bcd4;
}

.btn-outline-primary {
  color: #00bcd4;
  border: 1px solid #00bcd4;
}

.btn-soft-primary {
  background: rgba(0, 188, 212, 0.2);
  border-color: rgba(0, 188, 212, 0.2);
  color: #00bcd4;
}
.btn-soft-primary:focus, .btn-soft-primary:hover, .btn-soft-primary:active, .btn-soft-primary:focus:active {
  color: #fff;
  background: #00bcd4;
  border-color: #00bcd4;
}

.btn-secondary {
  color: #fff;
  background: #7081b9;
  border-color: #7081b9;
}
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus:active {
  color: #fff;
  background: #7081b9;
  border-color: #7081b9;
}

.btn-outline-secondary {
  color: #7081b9;
  border: 1px solid #7081b9;
}

.btn-soft-secondary {
  background: rgba(112, 129, 185, 0.2);
  border-color: rgba(112, 129, 185, 0.2);
  color: #7081b9;
}
.btn-soft-secondary:focus, .btn-soft-secondary:hover, .btn-soft-secondary:active, .btn-soft-secondary:focus:active {
  color: #fff;
  background: #7081b9;
  border-color: #7081b9;
}

.btn-success {
  color: #fff;
  background: #69c380;
  border-color: #69c380;
}
.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:focus:active {
  color: #fff;
  background: #69c380;
  border-color: #69c380;
}

.btn-outline-success {
  color: #69c380;
  border: 1px solid #69c380;
}

.btn-soft-success {
  background: rgba(105, 195, 128, 0.2);
  border-color: rgba(105, 195, 128, 0.2);
  color: #69c380;
}
.btn-soft-success:focus, .btn-soft-success:hover, .btn-soft-success:active, .btn-soft-success:focus:active {
  color: #fff;
  background: #69c380;
  border-color: #69c380;
}

.btn-info {
  color: #fff;
  background: #304CFD;
  border-color: #304CFD;
}
.btn-info:focus, .btn-info:hover, .btn-info:active, .btn-info:focus:active {
  color: #fff;
  background: #304CFD;
  border-color: #304CFD;
}

.btn-outline-info {
  color: #304CFD;
  border: 1px solid #304CFD;
}

.btn-soft-info {
  background: rgba(48, 76, 253, 0.2);
  border-color: rgba(48, 76, 253, 0.2);
  color: #304CFD;
}
.btn-soft-info:focus, .btn-soft-info:hover, .btn-soft-info:active, .btn-soft-info:focus:active {
  color: #fff;
  background: #304CFD;
  border-color: #304CFD;
}

.btn-warning {
  color: #fff;
  background: #ffc835;
  border-color: #ffc835;
}
.btn-warning:focus, .btn-warning:hover, .btn-warning:active, .btn-warning:focus:active {
  color: #fff;
  background: #ffc835;
  border-color: #ffc835;
}

.btn-outline-warning {
  color: #ffc835;
  border: 1px solid #ffc835;
}

.btn-soft-warning {
  background: rgba(255, 200, 53, 0.2);
  border-color: rgba(255, 200, 53, 0.2);
  color: #ffc835;
}
.btn-soft-warning:focus, .btn-soft-warning:hover, .btn-soft-warning:active, .btn-soft-warning:focus:active {
  color: #fff;
  background: #ffc835;
  border-color: #ffc835;
}

.btn-danger {
  color: #fff;
  background: #ef4d56;
  border-color: #ef4d56;
}
.btn-danger:focus, .btn-danger:hover, .btn-danger:active, .btn-danger:focus:active {
  color: #fff;
  background: #ef4d56;
  border-color: #ef4d56;
}

.btn-outline-danger {
  color: #ef4d56;
  border: 1px solid #ef4d56;
}

.btn-soft-danger {
  background: rgba(239, 77, 86, 0.2);
  border-color: rgba(239, 77, 86, 0.2);
  color: #ef4d56;
}
.btn-soft-danger:focus, .btn-soft-danger:hover, .btn-soft-danger:active, .btn-soft-danger:focus:active {
  color: #fff;
  background: #ef4d56;
  border-color: #ef4d56;
}

.btn-light {
  color: #fff;
  background: #f9fbfd;
  border-color: #f9fbfd;
}
.btn-light:focus, .btn-light:hover, .btn-light:active, .btn-light:focus:active {
  color: #fff;
  background: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-outline-light {
  color: #f9fbfd;
  border: 1px solid #f9fbfd;
}

.btn-soft-light {
  background: rgba(249, 251, 253, 0.2);
  border-color: rgba(249, 251, 253, 0.2);
  color: #f9fbfd;
}
.btn-soft-light:focus, .btn-soft-light:hover, .btn-soft-light:active, .btn-soft-light:focus:active {
  color: #fff;
  background: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-dark {
  color: #fff;
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-dark:focus, .btn-dark:hover, .btn-dark:active, .btn-dark:focus:active {
  color: #fff;
  background: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-outline-dark {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
}

.btn-soft-dark {
  background: rgba(30, 30, 30, 0.2);
  border-color: rgba(30, 30, 30, 0.2);
  color: #1e1e1e;
}
.btn-soft-dark:focus, .btn-soft-dark:hover, .btn-soft-dark:active, .btn-soft-dark:focus:active {
  color: #fff;
  background: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-default {
  color: #fff;
  background: #03004e;
  border-color: #03004e;
}
.btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:focus:active {
  color: #fff;
  background: #03004e;
  border-color: #03004e;
}

.btn-outline-default {
  color: #03004e;
  border: 1px solid #03004e;
}

.btn-soft-default {
  background: rgba(3, 0, 78, 0.2);
  border-color: rgba(3, 0, 78, 0.2);
  color: #03004e;
}
.btn-soft-default:focus, .btn-soft-default:hover, .btn-soft-default:active, .btn-soft-default:focus:active {
  color: #fff;
  background: #03004e;
  border-color: #03004e;
}

.btn-orange {
  color: #fff;
  background: #fd7e14;
  border-color: #fd7e14;
}
.btn-orange:focus, .btn-orange:hover, .btn-orange:active, .btn-orange:focus:active {
  color: #fff;
  background: #fd7e14;
  border-color: #fd7e14;
}

.btn-outline-orange {
  color: #fd7e14;
  border: 1px solid #fd7e14;
}

.btn-soft-orange {
  background: rgba(253, 126, 20, 0.2);
  border-color: rgba(253, 126, 20, 0.2);
  color: #fd7e14;
}
.btn-soft-orange:focus, .btn-soft-orange:hover, .btn-soft-orange:active, .btn-soft-orange:focus:active {
  color: #fff;
  background: #fd7e14;
  border-color: #fd7e14;
}

.btn-teal {
  color: #fff;
  background: #22d4b5;
  border-color: #22d4b5;
}
.btn-teal:focus, .btn-teal:hover, .btn-teal:active, .btn-teal:focus:active {
  color: #fff;
  background: #22d4b5;
  border-color: #22d4b5;
}

.btn-outline-teal {
  color: #22d4b5;
  border: 1px solid #22d4b5;
}

.btn-soft-teal {
  background: rgba(34, 212, 181, 0.2);
  border-color: rgba(34, 212, 181, 0.2);
  color: #22d4b5;
}
.btn-soft-teal:focus, .btn-soft-teal:hover, .btn-soft-teal:active, .btn-soft-teal:focus:active {
  color: #fff;
  background: #22d4b5;
  border-color: #22d4b5;
}

.btn-blue {
  color: #fff;
  background: #425cbb;
  border-color: #425cbb;
}
.btn-blue:focus, .btn-blue:hover, .btn-blue:active, .btn-blue:focus:active {
  color: #fff;
  background: #425cbb;
  border-color: #425cbb;
}

.btn-outline-blue {
  color: #425cbb;
  border: 1px solid #425cbb;
}

.btn-soft-blue {
  background: rgba(66, 92, 187, 0.2);
  border-color: rgba(66, 92, 187, 0.2);
  color: #425cbb;
}
.btn-soft-blue:focus, .btn-soft-blue:hover, .btn-soft-blue:active, .btn-soft-blue:focus:active {
  color: #fff;
  background: #425cbb;
  border-color: #425cbb;
}

.btn-facebook {
  color: #fff;
  background: #2b55cc;
  border-color: #2b55cc;
}
.btn-facebook:focus, .btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus:active {
  color: #fff;
  background: #2b55cc;
  border-color: #2b55cc;
}

.btn-outline-facebook {
  color: #2b55cc;
  border: 1px solid #2b55cc;
}

.btn-soft-facebook {
  background: rgba(43, 85, 204, 0.2);
  border-color: rgba(43, 85, 204, 0.2);
  color: #2b55cc;
}
.btn-soft-facebook:focus, .btn-soft-facebook:hover, .btn-soft-facebook:active, .btn-soft-facebook:focus:active {
  color: #fff;
  background: #2b55cc;
  border-color: #2b55cc;
}

.btn-twitter {
  color: #fff;
  background: #4ac7ec;
  border-color: #4ac7ec;
}
.btn-twitter:focus, .btn-twitter:hover, .btn-twitter:active, .btn-twitter:focus:active {
  color: #fff;
  background: #4ac7ec;
  border-color: #4ac7ec;
}

.btn-outline-twitter {
  color: #4ac7ec;
  border: 1px solid #4ac7ec;
}

.btn-soft-twitter {
  background: rgba(74, 199, 236, 0.2);
  border-color: rgba(74, 199, 236, 0.2);
  color: #4ac7ec;
}
.btn-soft-twitter:focus, .btn-soft-twitter:hover, .btn-soft-twitter:active, .btn-soft-twitter:focus:active {
  color: #fff;
  background: #4ac7ec;
  border-color: #4ac7ec;
}

.btn-dribble {
  color: #fff;
  background: #f05492;
  border-color: #f05492;
}
.btn-dribble:focus, .btn-dribble:hover, .btn-dribble:active, .btn-dribble:focus:active {
  color: #fff;
  background: #f05492;
  border-color: #f05492;
}

.btn-outline-dribble {
  color: #f05492;
  border: 1px solid #f05492;
}

.btn-soft-dribble {
  background: rgba(240, 84, 146, 0.2);
  border-color: rgba(240, 84, 146, 0.2);
  color: #f05492;
}
.btn-soft-dribble:focus, .btn-soft-dribble:hover, .btn-soft-dribble:active, .btn-soft-dribble:focus:active {
  color: #fff;
  background: #f05492;
  border-color: #f05492;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #1e1e1e;
}

.btn-link {
  text-decoration: none;
  color: #03004e;
}
.btn-link:hover {
  color: #03004e;
}

.text-primary {
  color: #00bcd4 !important;
}

.text-secondary {
  color: #7081b9 !important;
}

.text-success {
  color: #69c380 !important;
}

.text-info {
  color: #304CFD !important;
}

.text-warning {
  color: #ffc835 !important;
}

.text-danger {
  color: #ef4d56 !important;
}

.text-light {
  color: #f9fbfd !important;
}

.text-dark {
  color: #1e1e1e !important;
}

.text-default {
  color: #03004e !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.text-teal {
  color: #22d4b5 !important;
}

.text-blue {
  color: #425cbb !important;
}

.text-facebook {
  color: #2b55cc !important;
}

.text-twitter {
  color: #4ac7ec !important;
}

.text-dribble {
  color: #f05492 !important;
}

.bg-soft-primary {
  background-color: rgba(0, 188, 212, 0.1);
}

.bg-primary {
  background-color: #00bcd4 !important;
}

.bg-soft-secondary {
  background-color: rgba(112, 129, 185, 0.1);
}

.bg-secondary {
  background-color: #7081b9 !important;
}

.bg-soft-success {
  background-color: rgba(105, 195, 128, 0.1);
}

.bg-success {
  background-color: #69c380 !important;
}

.bg-soft-info {
  background-color: rgba(48, 76, 253, 0.1);
}

.bg-info {
  background-color: #304CFD !important;
}

.bg-soft-warning {
  background-color: rgba(255, 200, 53, 0.1);
}

.bg-warning {
  background-color: #ffc835 !important;
}

.bg-soft-danger {
  background-color: rgba(239, 77, 86, 0.1);
}

.bg-danger {
  background-color: #ef4d56 !important;
}

.bg-soft-light {
  background-color: rgba(249, 251, 253, 0.1);
}

.bg-light {
  background-color: #f9fbfd !important;
}

.bg-soft-dark {
  background-color: rgba(30, 30, 30, 0.1);
}

.bg-dark {
  background-color: #1e1e1e !important;
}

.bg-soft-default {
  background-color: rgba(3, 0, 78, 0.1);
}

.bg-default {
  background-color: #03004e !important;
}

.bg-soft-orange {
  background-color: rgba(253, 126, 20, 0.1);
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.bg-soft-teal {
  background-color: rgba(34, 212, 181, 0.1);
}

.bg-teal {
  background-color: #22d4b5 !important;
}

.bg-soft-blue {
  background-color: rgba(66, 92, 187, 0.1);
}

.bg-blue {
  background-color: #425cbb !important;
}

.bg-soft-facebook {
  background-color: rgba(43, 85, 204, 0.1);
}

.bg-facebook {
  background-color: #2b55cc !important;
}

.bg-soft-twitter {
  background-color: rgba(74, 199, 236, 0.1);
}

.bg-twitter {
  background-color: #4ac7ec !important;
}

.bg-soft-dribble {
  background-color: rgba(240, 84, 146, 0.1);
}

.bg-dribble {
  background-color: #f05492 !important;
}

.bg-gray-100 {
  background-color: #efefef !important;
}

.card {
  border: none;
  margin-bottom: 1rem;
}

.card-header {
  border: none;
  border-radius: 4px;
  background: #00bcd4;
  color: #fff;
  padding: 10px 15px;
}
.card-header.collapsed {
  background: #f9fbfd;
  color: #1e1e1e;
}
.card-header .card-body {
  padding: 50px 30px;
}

.border-radius-20 {
  border-radius: 20px;
}

.rounded {
  border-radius: 10px !important;
}

.list-arrow {
  padding-left: 0;
}
.list-arrow li {
  padding: 8px 0 8px 20px;
  position: relative;
}
.list-arrow li:before {
  content: "\ea50";
  color: #1e1e1e;
  font-family: "boxicons";
  position: absolute;
  left: 0;
}
.list-arrow li:last-child {
  margin-bottom: 0;
}

.navbar-brand {
  height: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
  font-size: 24px;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.navbar-brand .dot {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  background: #22d4b5;
}
@media (max-width: 991.98px) {
  .navbar-brand {
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
  }
}

.doc-header {
  background: #1e1e1e;
  margin-bottom: 50px;
}
.doc-header .navbar {
  padding: 15px 30px;
}
@media (max-width: 991.98px) {
  .doc-header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #1e1e1e;
  }
}
@media (max-width: 767.98px) {
  .doc-header .navbar {
    padding: 15px 0;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    width: 50px;
    height: 50px;
    background: #2a2d35;
    border-radius: 100%;
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .navbar-toggler {
    margin-left: 15px;
  }
}
.navbar-toggler span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background: #fff;
  transform-origin: 4px 0;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.navbar-toggler span:last-child {
  margin-bottom: 0;
}
.navbar-toggler.active span {
  opacity: 1;
  transform: rotate(45deg) translate(5px, 0);
}
.navbar-toggler.active span:last-child {
  opacity: 0;
}
.navbar-toggler.active span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-3px, 6px);
  -webkit-transform: rotate(-45deg) translate(-3px, 6px);
}

@media (max-width: 991.98px) {
  .right-bar {
    display: flex;
    align-items: center;
  }
}

footer {
  background: #111;
  padding: 30px 0;
  color: #fff;
  margin-top: 50px;
}

.hero-btn {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  transition: 0.3s linear;
  padding: 15px 30px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .hero-btn {
    padding: 10px 20px;
  }
}
.hero-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.banner {
  padding-top: 80px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .banner {
    padding-top: 150px;
  }
}
@media (max-width: 575.98px) {
  .banner h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.banner > .container {
  position: relative;
}
.banner > .container:after {
  background: url("../images/dots-bg.png") no-repeat;
  content: "";
  width: 250px;
  height: 250px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -180px;
}

.doc-left-sidebar {
  background: #fff;
  padding: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .doc-left-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    z-index: 99;
    background: #fff;
    bottom: 0;
    border-radius: 0;
    transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    transition: all 0.4s cubic-bezier(0.8, 0, 0.55, 0.94);
    -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0.55, 0.94);
  }
}
.doc-left-sidebar.sticky {
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .doc-left-sidebar.sticky {
    position: fixed;
  }
}
.doc-left-sidebar.show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.doc-left-sidebar .doc-nav li a {
  padding: 10px 15px;
  display: block;
  border-radius: 4px;
}
.doc-left-sidebar .doc-nav li a.active {
  background: #22d4b5;
  color: #fff;
}
.doc-left-sidebar .navbar-toggler {
  background: none;
  border: none;
  padding: 0;
  display: none;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .doc-left-sidebar .navbar-toggler {
    display: block;
  }
}
.doc-left-sidebar .navbar-toggler span {
  display: block;
  width: 23px;
  height: 2px;
  margin-bottom: 6px;
  background: #000;
  -webkit-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.doc-left-sidebar .navbar-toggler span:last-child {
  margin-bottom: 0;
}
.doc-left-sidebar .navbar-toggler:not(.collapsed) span {
  opacity: 1;
  transform: rotate(45deg) translate(5px, 0);
  -webkit-transform: rotate(45deg) translate(5px, 0);
}
.doc-left-sidebar .navbar-toggler:not(.collapsed) span:last-child {
  opacity: 0;
}
.doc-left-sidebar .navbar-toggler:not(.collapsed) span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-3px, 5px);
  -webkit-transform: rotate(-45deg) translate(-3px, 5px);
}

.color-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.color-list li {
  margin-right: 15px;
  margin-bottom: 30px;
}
.color-list li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.color-list .color {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}
.color-list span {
  display: block;
}
/*# sourceMappingURL=maps/style.css.map */
