@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
.animated-effect, .article-header .article-sizes .size, .article-header .article-colors .color, .article-header .article-gallery .gallery-thumbs li img, .shop-products .product-item, .shop-categories ul.nav li.nav-item a.nav-link, .service-schedule .table-box table.table tbody tr, .cours-schedule .table-box table.table tbody tr, .pricing .table tbody tr td, .home-service-schedule .table-box table.table tbody tr, .courses .course-box h4, .courses .course-box, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .product-category img, .service-schedule .table-box table.table .course-table-item.item-inactive, .cours-schedule .table-box table.table .course-table-item.item-inactive, .home-service-schedule .table-box table.table .course-table-item.item-inactive {
  user-select: none;
}

.disable-clicks, .product-category img, .service-schedule .table-box table.table .course-table-item.item-inactive, .cours-schedule .table-box table.table .course-table-item.item-inactive, .home-service-schedule .table-box table.table .course-table-item.item-inactive {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Poppins", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 11px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    font-size: 12px;
  }
}

header.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header.page-header.header-dark {
  background: #555;
  position: relative;
}
header.page-header .header-contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.9px) {
  header.page-header .header-contact {
    display: none;
  }
}
header.page-header .header-contact .container {
  display: flex;
  align-items: center;
}
header.page-header .header-contact .contact-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
  padding: 0.75rem 0;
}
header.page-header .header-contact .contact-item + .contact-item {
  margin-left: 1.5rem;
}
header.page-header .header-contact .contact-item img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}
header.page-header .header-contact .contact-item span {
  margin-left: 0.35rem;
}
header.page-header .navbar .navbar-brand img {
  height: 60px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-brand {
    z-index: 99;
    position: relative;
  }
}
header.page-header .navbar .navbar-nav .nav-item .btn-secondary {
  background: #e10d1b;
  border-color: #e10d1b;
  margin-left: 0.25rem;
}
header.page-header .navbar .navbar-nav .nav-item .btn-secondary:hover {
  background: #f32e3b;
  border-color: #f32e3b;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    text-align: center;
  }
  header.page-header .navbar .navbar-nav .nav-item + .nav-item {
    margin-top: 0.5rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.5rem;
  margin-left: 0.25rem;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    font-size: 1.15rem;
    margin-left: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  background: rgba(255, 255, 255, 0.05);
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active, header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  background: rgba(255, 255, 255, 0.15);
}
header.page-header .navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: -0.25rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .nav-link:after {
  border-top: none;
  border-right: none;
  width: 0.4rem;
  height: 0.4rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg);
  padding: 0;
  margin: 0 0 0 0.35rem;
  opacity: 0.25;
  content: " ";
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0.5rem;
  border-radius: 0.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0;
  padding: 0.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu h4 a {
  color: inherit;
  text-decoration: none;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu h4.active {
  background: #feeaeb;
  color: #e10d1b;
  border-radius: 0.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  font-weight: 400;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background: #fef4f4;
  color: #e10d1b;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active, header.page-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background: #feeaeb;
  color: #e10d1b;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-toggler {
    position: relative;
    z-index: 99;
  }
  header.page-header .navbar .navbar-toggler .navbar-toggler-icon {
    transition: 0.15s ease all;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  header.page-header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform-origin: center;
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSBpZD0ic3ZnMjQ1NCIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIGlua3NjYXBlOm91dHB1dF9leHRlbnNpb249Im9yZy5pbmtzY2FwZS5vdXRwdXQuc3ZnLmlua3NjYXBlIiBpbmtzY2FwZTp2ZXJzaW9uPSIwLjQ2IiBzb2RpcG9kaTpkb2NuYW1lPSJUaW1lcyBzeW1ib2wuc3ZnIiBzb2RpcG9kaTp2ZXJzaW9uPSIwLjMyIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTM5OSAyMDAuNiAxNjAuNCAxNjAuNCINCgkgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMzk5IDIwMC42IDE2MC40IDE2MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8ZGVmcz4NCgkNCgkNCgkJPGlua3NjYXBlOnBlcnNwZWN0aXZlICBpZD0icGVyc3BlY3RpdmUyNDYyIiBpbmtzY2FwZTp2cF96PSI3NDQuMDk0NDggOiA1MjYuMTgxMDkgOiAxIiBpbmtzY2FwZTp2cF95PSIwIDogMTAwMCA6IDAiIGlua3NjYXBlOnZwX3g9IjAgOiA1MjYuMTgxMDkgOiAxIiBzb2RpcG9kaTp0eXBlPSJpbmtzY2FwZTpwZXJzcDNkIiBpbmtzY2FwZTpwZXJzcDNkLW9yaWdpbj0iMzcyLjA0NzI0IDogMzUwLjc4NzM5IDogMSI+DQoJCTwvaW5rc2NhcGU6cGVyc3BlY3RpdmU+DQo8L2RlZnM+DQo8c29kaXBvZGk6bmFtZWR2aWV3ICBzaG93Z3JpZD0iZmFsc2UiIGlua3NjYXBlOmN5PSIyNjcuNzgzMzkiIGlua3NjYXBlOmN4PSIxOTQuNTEzNjEiIGlua3NjYXBlOnpvb209IjAuNzk1NDk1MTMiIGJvcmRlcm9wYWNpdHk9IjEuMCIgYm9yZGVyY29sb3I9IiM2NjY2NjYiIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgaWQ9ImJhc2UiIGlua3NjYXBlOndpbmRvdy15PSItNCIgaW5rc2NhcGU6d2luZG93LXg9Ii00IiBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI4ODEiIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTQ0MCIgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIiBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0icHgiIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiPg0KCTwvc29kaXBvZGk6bmFtZWR2aWV3Pg0KPGcgaWQ9ImxheWVyMSIgaW5rc2NhcGU6bGFiZWw9IkxpdmVsbG8gMSIgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciI+DQoJPHBhdGggaWQ9InRleHQyNDY0IiBjbGFzcz0ic3QwIiBkPSJNLTM3OS42LDMzMy4xbDUyLjMtNTIuM2wtNTIuMi01Mi4ybDguNi04LjZsNTIuMyw1Mi4xbDUyLjItNTIuMmw4LjMsOC40bC01Mi4yLDUyLjJMLTI1OCwzMzMNCgkJbC04LjQsOC42bC01Mi40LTUyLjRsLTUyLjMsNTIuM0wtMzc5LjYsMzMzLjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
  }
  header.page-header .navbar .navbar-collapse {
    position: fixed;
    background: #151515;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(1.35);
    transition: 0.35s ease all;
    height: 100%;
  }
  header.page-header .navbar .navbar-collapse.collapsing {
    overflow: visible;
    transition: 0.35s ease all;
    height: 100%;
    opacity: 0;
  }
  header.page-header .navbar .navbar-collapse.collapse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
  }
  header.page-header .navbar .navbar-collapse.collapse.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  header.page-header .navbar .navbar-collapse .close {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 32px;
    height: 32px;
    transform: rotate(200deg) scale(0.25);
    opacity: 0;
    background: url("../img/back.png") center no-repeat;
    background-size: contain;
    display: block;
    z-index: 1;
    transition: 0.6s ease all;
  }
  header.page-header .navbar .navbar-collapse.collapse.show .close {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

.page-title {
  position: relative;
  padding: 12.5rem 0 5rem 0;
}
.page-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background: #191919;
  opacity: 0.75;
}
.page-title .container {
  position: relative;
  z-index: 1;
}
.page-title h1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
  position: relative;
}
.page-title h1 span {
  display: inline-block;
  position: relative;
}
.page-title h1 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9rem;
  width: 8rem;
  height: 2px;
  content: " ";
  background: #fff;
  margin: auto;
}
@media (max-width: 767.9px) {
  .page-title h1 span:after {
    display: none;
  }
}
.page-title p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}
.page-title.page-course h1 span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9rem;
  width: 8rem;
  height: 2px;
  content: " ";
  background: #fff;
  margin: auto;
}
@media (max-width: 767.9px) {
  .page-title.page-course h1 span:before {
    display: none;
  }
}
.page-title.page-teachers {
  background: url("../img/teachers-bg.jpg") center no-repeat;
  background-size: cover;
}
.page-title.page-pricing {
  background: url("../img/tarifs-bg.jpg") center no-repeat;
  background-size: cover;
}
.page-title.page-pricing:after {
  opacity: 0.75;
}
.page-title.page-videos {
  background: url("../img/videos-bg.jpg") center no-repeat;
  background-size: cover;
}
.page-title.page-videos:after {
  opacity: 0.65;
}
.page-title.page-schedule {
  background: url("../img/schedule-bg.jpg") center no-repeat;
  background-size: cover;
}
.page-title.page-schedule:after {
  background: #e10d1b;
  opacity: 0.9;
}
.page-title.page-schedule h4 {
  color: rgba(255, 255, 255, 0.75);
}
.page-title.page-bachelor {
  background: url("../img/bachelor.jpg") center no-repeat;
  background-size: cover;
}
.page-title.page-bachelor h1 span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9rem;
  width: 8rem;
  height: 2px;
  content: " ";
  background: #fff;
  margin: auto;
}
@media (max-width: 767.9px) {
  .page-title.page-bachelor h1 span:before {
    display: none;
  }
}

footer.page-footer {
  background: #1f1f1f;
  padding: 5rem 0;
}
footer.page-footer .navbar-brand img {
  height: 100px;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand img {
    height: 70px;
  }
}
footer.page-footer h4 {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 767.9px) {
  footer.page-footer h4 {
    margin: 2rem 0 0.5rem 0;
  }
}
footer.page-footer h4 a {
  color: inherit;
  text-decoration: none;
}
footer.page-footer p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-size: 0.9rem;
}
footer.page-footer .nav-link {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0.5rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #fff;
}
footer.page-footer hr {
  background-color: rgba(255, 255, 255, 0.25);
  margin: 2.5rem 0;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.25rem;
  padding: 0.75rem 2rem;
}
.btn:hover, .btn:focus {
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(31, 31, 31, 0.2) 0 0.075rem 0.1rem;
}
.btn.btn-primary {
  background: #e10d1b;
  border-color: #e10d1b;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #f32e3b;
  border-color: #f32e3b;
}
.btn.btn-primary:active {
  background: #b10a15;
  border-color: #b10a15;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-dark {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #e10d1b;
  color: #e10d1b;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #e10d1b;
  border-color: #e10d1b;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #b10a15;
  border-color: #b10a15;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #1f1f1f;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #e10d1b;
}
.btn.btn-outline-dark {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  color: #e10d1b;
  padding: 0;
}
.btn.btn-link.btn-with-arrow {
  text-transform: none;
  text-decoration: none;
  font-size: 0.9rem;
}
.btn.btn-link.btn-with-arrow:after {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #e10d1b;
  border-bottom: 2px solid #e10d1b;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25rem;
  margin-top: -0.15rem;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #f44652;
}
.modal.modal-video .modal-content {
  border-radius: 0.5rem;
  border: none;
  margin-top: 3rem;
}
.modal.modal-video .modal-header {
  padding: 0;
  border: none;
}
.modal.modal-video .modal-body {
  padding: 0;
  border: none;
  position: relative;
  border-radius: 0.5rem;
}
.modal.modal-video .modal-body .radio {
  border-radius: 0.5rem;
}
.modal.modal-video .modal-body .radio iframe {
  border-radius: 0.5rem;
  overflow: hidden;
}
.modal.modal-video .modal-body .btn-close {
  position: absolute;
  top: -2rem;
  right: 0;
  z-index: 9;
  filter: brightness(0) invert(1);
}
.modal.modal-video .modal-footer {
  padding: 0;
  border: none;
}

.form-control {
  height: auto;
}
.main {
  padding: 15rem 0 10rem 0;
  position: relative;
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: cover;
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
  content: " ";
  z-index: 1;
  opacity: 0.75;
}
.main .container {
  position: relative;
  z-index: 2;
}
.main h1 {
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 2rem;
  }
}
.main h1 span {
  font-size: 5rem;
}
@media (max-width: 767.9px) {
  .main h1 span {
    font-size: 3.5rem;
  }
}
.main h1 span strong {
  color: transparent;
  -webkit-text-stroke-width: 1.25px;
  -webkit-text-stroke-color: #fff;
}
.main h3 {
  font-size: 1.25rem;
  margin: 1rem 0 1.5rem 0;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  line-height: 1.4;
}

.welcome {
  padding: 5rem 0 0 0;
}
.welcome h1 {
  font-weight: bold;
  color: #1f1f1f;
  line-height: 1.1;
}
@media (max-width: 767.9px) {
  .welcome .img-fluid {
    margin-top: 1.5rem;
  }
}

.cta {
  position: relative;
  padding: 5rem 0;
  background: #e10d1b;
}
.cta.v2 {
  background: #333;
}
.cta h3 {
  font-weight: bold;
  color: #fff;
}
.cta p {
  color: rgba(255, 255, 255, 0.5);
}

.videos {
  padding: 0 0 5rem 0;
  position: relative;
}
.videos .video-box {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
.videos .video-box img.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.videos .video-box .video-info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(31, 31, 31, 0.35);
  z-index: 1;
}
.videos .video-box .video-info:before {
  width: 3rem;
  height: 3rem;
  background: url("../img/icons/play.png") center no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  filter: brightness(0) invert(1);
  margin-bottom: 0.5rem;
}
.videos .video-box .video-info h3 {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  text-shadow: rgba(31, 31, 31, 0.1) 0 0.05rem 0.1rem;
  margin: 0;
}
.videos .video-box .video-info h4 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #fff;
  text-shadow: rgba(31, 31, 31, 0.1) 0 0.05rem 0.1rem;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 80%;
  text-align: center;
}

.courses {
  padding: 5rem 0;
  background: #f2f3f4;
}
.courses h3 {
  font-weight: bold;
  color: #1f1f1f;
  position: relative;
}
.courses h3:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background: #e10d1b;
  margin: auto;
  z-index: 0;
}
.courses h3 span {
  background: #f2f3f4;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 1.5rem;
}
.courses .course-box {
  position: relative;
  text-decoration: none;
  color: #1f1f1f;
}
.courses .course-box:hover {
  color: #e10d1b;
}
.courses .course-box:hover h4 {
  font-weight: bold;
}
.courses .course-box img {
  display: none;
}
.courses .course-box h4 {
  font-weight: 400;
}
.courses.v2 {
  background: #fef4f4;
}
.courses.v2 h3 span {
  background: #fef4f4;
}

.banner {
  background: #e10d1b;
  color: yellow;
  padding: 2rem;
  margin-bottom: 7.8rem;
  border-radius: 0.4rem;
}
.banner strong {
  color: yellow;
  font-size: 1.2rem;
  font-style: italic;
}
@media (max-width: 767.9px) {
  .banner {
    margin-bottom: 5.5rem;
    margin-top: -4rem;
  }
}

.home-service-schedule {
  background: #f2f3f4;
  padding: 5rem 0 0 0;
}
.home-service-schedule .table-box {
  position: relative;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0;
}
.home-service-schedule .table-box table.table {
  margin: 0;
  background: none;
}
.home-service-schedule .table-box table.table thead th {
  width: 14.2857142857%;
  text-align: center;
  color: #e10d1b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 1rem 0.5rem;
}
.home-service-schedule .table-box table.table thead th + th {
  border-left: 1px solid rgba(31, 31, 31, 0.05);
}
.home-service-schedule .table-box table.table tbody tr:nth-child(2n+1) {
  background: rgba(31, 31, 31, 0.025);
}
.home-service-schedule .table-box table.table tbody tr:hover {
  background: rgba(31, 31, 31, 0.05);
}
.home-service-schedule .table-box table.table tbody tr td {
  text-align: center;
  padding: 1rem 0.5rem;
  vertical-align: middle;
}
.home-service-schedule .table-box table.table tbody tr td + td {
  border-left: 1px solid rgba(31, 31, 31, 0.05);
}
.home-service-schedule .table-box table.table tbody tr td:nth-child(1) {
  font-weight: bold;
  color: #1f1f1f;
  border-radius: 2rem 0 0 2rem;
}
.home-service-schedule .table-box table.table tbody tr td:last-child {
  border-radius: 0 2rem 2rem 0;
}
.home-service-schedule .table-box table.table .course-table-item {
  display: block;
}
.home-service-schedule .table-box table.table .course-table-item.item-inactive {
  filter: blur(5px) grayscale(1);
  opacity: 0.25;
}
.home-service-schedule .table-box table.table .course-table-item strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #e10d1b;
}
.home-service-schedule .table-box table.table .course-table-item span {
  display: block;
  font-weight: 600;
  color: #1f1f1f;
  font-size: 0.8rem;
}
.home-service-schedule .table-box table.table .course-table-item i {
  display: block;
  font-style: normal;
  font-size: 0.8rem;
}

.teachers {
  padding: 1.5rem 0 5rem 0;
}
.teachers h2 {
  font-weight: bold;
  color: #1f1f1f;
  margin: 3.5rem 0 0 0;
}
.teachers h2:not(:first-child) {
  padding-top: 2.5rem;
  border-top: 1px solid #ddd;
}
.teachers .teacher-item {
  display: block;
  margin-top: 2.5rem;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.teachers .teacher-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  content: " ";
  z-index: 0;
}
.teachers .teacher-item .img-fluid {
  width: 100%;
  max-width: inherit !important;
}
.teachers .teacher-item .teacher-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  z-index: 2;
  width: 100%;
}
.teachers .teacher-item .teacher-info h3 {
  font-weight: bold;
  color: #fff;
}
.teachers .teacher-item .teacher-info span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  margin: 0;
}

.pricing {
  padding: 5rem 0;
}
.pricing .pricing-table {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.15rem;
}
.pricing .table {
  margin: 0;
}
.pricing .table thead th {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: #e10d1b;
  padding: 1rem;
  text-align: center;
  width: 50%;
}
.pricing .table thead th:first-child {
  border-top-left-radius: 0.5rem;
}
.pricing .table thead th:last-child {
  border-top-right-radius: 0.5rem;
}
.pricing .table tbody {
  border-top: none;
}
.pricing .table tbody tr td {
  padding: 2rem 1rem;
  text-align: center;
  border: none;
  vertical-align: middle;
}
.pricing .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}
.pricing .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}

.cours-details {
  position: relative;
  padding: 5rem 0;
}
.cours-details .img-fluid {
  border-radius: 0.5rem;
  box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.1rem;
}
.cours-details .video-box {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.1rem;
  overflow: hidden;
  cursor: pointer;
}
.cours-details .video-box img.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cours-details .video-box .video-info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(31, 31, 31, 0.35);
  z-index: 1;
}
.cours-details .video-box .video-info:before {
  width: 3rem;
  height: 3rem;
  background: url("../img/icons/play.png") center no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  filter: brightness(0) invert(1);
  margin-bottom: 0.5rem;
}
.cours-details .video-box .video-info h3 {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  text-shadow: rgba(31, 31, 31, 0.1) 0 0.05rem 0.1rem;
  margin: 0;
}
.cours-details .video-box .video-info h4 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #fff;
  text-shadow: rgba(31, 31, 31, 0.1) 0 0.05rem 0.1rem;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 80%;
  text-align: center;
}
.cours-details h2 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.cours-schedule {
  position: relative;
  background: #f2f3f4;
  padding: 5rem 0;
}
.cours-schedule h3 {
  font-weight: bold;
  color: #1f1f1f;
  position: relative;
}
.cours-schedule h3:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  content: " ";
  background: #e10d1b;
  margin: auto;
  z-index: 0;
}
.cours-schedule h3 span {
  background: #f2f3f4;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 1.5rem;
}
.cours-schedule .table-box {
  position: relative;
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
}
.cours-schedule .table-box table.table {
  margin: 0;
  background: none;
}
.cours-schedule .table-box table.table thead th {
  width: 14.2857142857%;
  text-align: center;
  color: #e10d1b;
  padding: 1rem 0.5rem;
}
.cours-schedule .table-box table.table thead th + th {
  border-left: 1px solid #f2f3f4;
}
.cours-schedule .table-box table.table tbody tr:nth-child(2n+1) {
  background: #f8f8f9;
}
.cours-schedule .table-box table.table tbody tr:hover {
  background: #f2f3f4;
}
.cours-schedule .table-box table.table tbody tr td {
  text-align: center;
  padding: 1rem 0.5rem;
  vertical-align: middle;
}
.cours-schedule .table-box table.table tbody tr td + td {
  border-left: 1px solid #f2f3f4;
}
.cours-schedule .table-box table.table tbody tr td:nth-child(1) {
  font-weight: 400;
}
.cours-schedule .table-box table.table .course-table-item {
  display: block;
}
.cours-schedule .table-box table.table .course-table-item.item-inactive {
  filter: blur(5px) grayscale(1);
  opacity: 0.5;
}
.cours-schedule .table-box table.table .course-table-item strong {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #e10d1b;
}
.cours-schedule .table-box table.table .course-table-item span {
  display: block;
  font-weight: 600;
  color: #1f1f1f;
  font-size: 0.8rem;
}
.cours-schedule .table-box table.table .course-table-item i {
  display: block;
  font-style: normal;
  font-size: 0.8rem;
}

.btn-download-pdf {
  padding: 0;
  margin: 1.5rem 0 1rem 0;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #1f1f1f;
  border: none;
}
.btn-download-pdf:hover, .btn-download-pdf:focus, .btn-download-pdf:active {
  border: none;
}
.btn-download-pdf img {
  width: 2rem;
  height: 2rem;
  display: block;
  margin-right: 0.5rem;
}
.btn-download-pdf h4 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
}

.service-schedule {
  background: #fef4f4;
  padding: 5rem 0 0 0;
}
.service-schedule .table-box {
  position: relative;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0;
}
.service-schedule .table-box table.table {
  margin: 0;
  background: none;
}
.service-schedule .table-box table.table thead th {
  width: 14.2857142857%;
  text-align: center;
  color: #e10d1b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 1rem 0.5rem;
}
.service-schedule .table-box table.table thead th + th {
  border-left: 1px solid rgba(31, 31, 31, 0.05);
}
.service-schedule .table-box table.table tbody tr:nth-child(2n+1) {
  background: rgba(31, 31, 31, 0.025);
}
.service-schedule .table-box table.table tbody tr:hover {
  background: rgba(31, 31, 31, 0.05);
}
.service-schedule .table-box table.table tbody tr td {
  text-align: center;
  padding: 1rem 0.5rem;
  vertical-align: middle;
}
.service-schedule .table-box table.table tbody tr td + td {
  border-left: 1px solid rgba(31, 31, 31, 0.05);
}
.service-schedule .table-box table.table tbody tr td:nth-child(1) {
  font-weight: bold;
  color: #1f1f1f;
  border-radius: 2rem 0 0 2rem;
}
.service-schedule .table-box table.table tbody tr td:last-child {
  border-radius: 0 2rem 2rem 0;
}
.service-schedule .table-box table.table .course-table-item {
  display: block;
}
.service-schedule .table-box table.table .course-table-item.item-inactive {
  filter: blur(5px) grayscale(1);
  opacity: 0.25;
}
.service-schedule .table-box table.table .course-table-item strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #e10d1b;
}
.service-schedule .table-box table.table .course-table-item span {
  display: block;
  font-weight: 600;
  color: #1f1f1f;
  font-size: 0.8rem;
}
.service-schedule .table-box table.table .course-table-item i {
  display: block;
  font-style: normal;
  font-size: 0.8rem;
}

.contact {
  padding: 5rem 0;
}
.contact .form-label {
  font-weight: 400;
  font-size: 0.9rem;
  display: block;
  margin: 0 0 0.25rem 0;
}
.contact .form-control {
  padding: 0.75rem;
  height: auto;
  border-radius: 0.25rem;
  border: 1px solid #ddd;
}
.contact .form-control:focus {
  border: 1px solid #e10d1b;
  box-shadow: rgba(31, 31, 31, 0.15) 0 0.1rem 0.15rem;
}
.contact textarea.form-control {
  min-height: 150px;
}
.contact .map {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .contact .map {
    margin-top: 1.5rem;
  }
}
.contact .contact-item {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
.contact .contact-item .icon {
  border: 1px solid #e10d1b;
  border-radius: 50%;
  padding: 1rem;
  width: calc(4rem + 2px);
  height: calc(4rem + 2px);
}
.contact .contact-item img {
  width: 2rem;
  height: 2rem;
}
.contact .contact-item .info {
  padding-left: 1rem;
}
.contact .contact-item .info span {
  display: block;
  font-size: 0.9rem;
}
.contact .contact-item .info strong {
  display: block;
  font-size: 0.9rem;
}

.shop-categories {
  padding: 12.5rem 0 5rem 0;
  position: relative;
  background: url("../img/main-bg.jpg") center no-repeat;
  background-size: cover;
}
.shop-categories:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background: #e10d1b;
  opacity: 0.95;
}
.shop-categories .container {
  position: relative;
  z-index: 1;
}
.shop-categories h1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
  position: relative;
}
.shop-categories h4 {
  font-weight: bold;
  color: #fff;
  margin: 0 0 1rem 0;
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  .shop-categories ul.nav {
    display: none;
  }
}
.shop-categories ul.nav li.nav-item a.nav-link {
  color: rgba(255, 255, 255, 0.75);
  padding: 0.25rem 0;
  font-size: 0.9rem;
}
.shop-categories ul.nav li.nav-item a.nav-link:hover {
  color: #fff;
  font-weight: 600;
}

.shop-products {
  padding: 5rem 0;
}
.shop-products h2 {
  font-weight: bold;
  color: #1f1f1f;
}
.shop-products h4 {
  font-weight: bold;
  color: #1f1f1f;
}
.shop-products .product-item {
  display: block;
  margin-top: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
}
.shop-products .product-item:hover {
  box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
}
.shop-products .product-item .product-thumbnail {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.shop-products .product-item .product-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.shop-products .product-item .product-title {
  font-weight: 600;
  font-size: 0.9rem;
  display: block;
  padding: 1rem 1rem 0.5rem 1rem;
  color: #1f1f1f;
  text-decoration: none;
  line-height: 1.2;
}
.shop-products .product-item .product-price {
  font-size: 0.9rem;
  color: #e10d1b;
  font-weight: 600;
  padding: 0 1rem 1rem 1rem;
}
.shop-products .product-features-list li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.shop-products .product-features-list li + li {
  margin-top: 0.5rem;
}
.shop-products .product-features-list li:before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.9rem;
  height: 0.45rem;
  border-bottom: 3px solid #e10d1b;
  border-left: 3px solid #e10d1b;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}

.product-category {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: inherit;
  text-decoration: none;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 2.5rem;
}
.product-category:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
  opacity: 0.25;
  content: " ";
  z-index: 1;
}
.product-category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.product-category h4 {
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #fff;
}
.product-category span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.product-category span:after {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25rem;
  margin-top: -0.15rem;
}

.article-header {
  padding: 5rem 0;
  background-color: #eee;
}
.article-header .article-gallery {
  position: relative;
}
.article-header .article-gallery .gallery-main {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
}
.article-header .article-gallery .gallery-thumbs {
  display: flex;
  align-items: center;
  margin-left: -0.25rem;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.article-header .article-gallery .gallery-thumbs li {
  width: 80px;
  margin: 0.5rem 0.25rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .article-header .article-gallery .gallery-thumbs li {
    width: 40px;
  }
}
.article-header .article-gallery .gallery-thumbs li.active img {
  border-color: #e10d1b;
}
.article-header .article-gallery .gallery-thumbs li img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #ddd;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .article-header .article-gallery .gallery-thumbs li img {
    width: 40px;
    height: 40px;
  }
}
.article-header .article-gallery .gallery-thumbs li img:hover {
  cursor: pointer;
  border-color: #e10d1b;
}
.article-header .article-title {
  font-weight: bold;
  color: #1f1f1f;
}
.article-header .article-subtitle {
  color: rgba(31, 31, 31, 0.75);
  font-size: 1.25rem;
  margin: 0;
}
.article-header .article-price {
  padding: 1.5rem 0;
}
.article-header .article-price strong {
  display: block;
  font-size: 1.5rem;
  color: #e10d1b;
}
.article-header .article-price span {
  display: block;
  line-height: 1.2;
  font-size: 0.8rem;
  color: rgba(31, 31, 31, 0.5);
}
.article-header .article-colors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.article-header .article-colors h5 {
  display: block;
  width: 100%;
  flex-shrink: 0;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.article-header .article-colors .color {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: rgba(31, 31, 31, 0.1) 0 0 0 0.1rem;
  margin: 0 0.45rem 0.45rem 0;
  cursor: pointer;
}
.article-header .article-colors .color:hover {
  filter: brightness(110%);
  box-shadow: rgba(31, 31, 31, 0.1) 0 0 0 0.1rem;
}
.article-header .article-colors .color.active {
  box-shadow: rgba(225, 13, 27, 0.5) 0 0 0 0.1rem;
}
.article-header .article-sizes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.article-header .article-sizes h5 {
  display: block;
  width: 100%;
  flex-shrink: 0;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.article-header .article-sizes .size {
  display: block;
  width: 3rem;
  height: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  margin: 0 0.45rem 0.45rem 0;
  cursor: pointer;
  text-align: center;
  line-height: calc(2rem - 4px);
  color: #1f1f1f;
}
.article-header .article-sizes .size:hover {
  border-color: #e10d1b;
  color: #e10d1b;
}
.article-header .article-sizes .size.active {
  background-color: #fef4f4;
  color: #e10d1b;
  border-color: #e10d1b;
}
.article-header .article-sizes .btn-link {
  text-transform: none;
  text-decoration: none;
  padding: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.article-header .article-stock {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  position: relative;
  padding-left: 2rem;
}
.article-header .article-stock:before {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/stock.png") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto 0.25rem auto auto;
}
.article-header .article-delivery {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  position: relative;
  padding-left: 2rem;
}
.article-header .article-delivery:before {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/delivery.png") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto 0.25rem auto auto;
}
.article-header .article-delivery p {
  margin: 0;
}

.party-cocktails {
  position: relative;
  padding: 0;
  background: #ddcfc7;
}
@media (max-width: 767.9px) {
  .party-cocktails {
    padding: 5rem 0 0 0;
    text-align: center;
  }
}
.party-cocktails h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}

.boys-party {
  position: relative;
  padding: 0;
  background: #222;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .boys-party {
    padding: 5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .boys-party {
    padding: 5rem 0;
  }
}
@media (max-width: 767.9px) {
  .boys-party {
    padding: 5rem 0 0 0;
    text-align: center;
  }
  .boys-party .img-fluid {
    margin-top: 5rem;
  }
}
.boys-party p {
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0;
}
.boys-party h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
