@charset "utf-8";
:root {
 --logo:url("../images/logo/logo.webp");
 --primaryfont:'Roboto', sans-serif;
 --secondaryfont:'Oswald',sans-serif;
 --tertiaryfont:'Playfair Display',serif;
 --quaternaryfont:'Arial','Helvetica', sans-serif;
 --primarycolor:#d81a23;
 --secondarycolor:#3d619b;
 --tertiarycolor:#13c06c;
 --quaternarycolor:#999999;
 --quinarycolor:#888888;
 --senarycolor:#777777;
 --septenarycolor:#666666;
 --octonarycolor:#555555;
 --nonarycolor:#333333;
 --denarycolor:#111111;
 --colorwhite:#fff;
 --colorblack:#000;
 --whitearrow:url("../images/icons/icon-move-light.png"), move;
 --blackarrow:url("../images/icons/icon-move-black.png"), move;
 --inner-page-header:url("../images/pages/page-header.webp");
}
* {
/*  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;*/
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
html {
  font-synthesis: none;
  -moz-font-feature-settings: kern;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", 'Helvetica', 'Helvetica Neue', Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: .875rem;
  font-style: normal;
  line-height: 1.6;
  color: var(--nonarycolor) !important;
  background: var(--colorwhite);
  position: relative;
}
p {
  font-weight: 400;
  font-family: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}
.h1, h1 {
  font-size: 2.5rem;
}
.h2, h2 {
  font-size: 2rem;
}
.h3, h3 {
  font-size: 1.75rem;
}
.h4, h4 {
  font-size: 1.5rem;
}
.h5, h5 {
  font-size: 1.25rem;
}
.h6, h6 {
  font-size: 1rem;
}
a {
  color: var(--primarycolor);
  text-decoration: none;
  outline: 0;
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
}
a:focus, a:hover {
  color: var(--secondarycolor);
  text-decoration: none;
  outline: 0;
}
a:active {
  color: var(--tertiarycolor);
  text-decoration: none;
  outline: 0;
}
.white-move .swiper-slide {
  cursor:var(--whitearrow);
}
.black-move .swiper-slide {
  cursor: var(--blackarrow);
}
.theme-color-1 {
  color:var(--primarycolor);
}
.theme-color-2 {
  color:var(--secondarycolor);
}
.theme-color-3 {
  color:var(--tertiarycolor);
}
.theme-bg-1 {
  background:var(--primarycolor);
}
.theme-bg-2 {
  background:var(--secondarycolor);
}
.theme-bg-3 {
  background:var(--tertiarycolor);
}
.form-control {
  color: var(--octonarycolor);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #ddd;
 transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 border-radius: .25rem;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cacaca;
}
.form-control::-moz-placeholder {
 color: #c8c8c8;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #c8c8c8;
}
.form-control::-webkit-input-placeholder {
 color: #c8c8c8;
}
.input-group .input-group-text {
  background: var(--colorwhite);
}
.form-select {
 font-size: .875rem;
  color: var(--octonarycolor);
 padding: .37rem .75rem;
  font-weight: 400;
  border: 1px solid #ddd;
 border-radius: .25rem;
}
.form-select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cacaca;
}
.form-label {
  color: var(--octonarycolor);
  margin-bottom: 0;
}
textarea.form-control {
  resize: none;
}
.popover {
  border: 1px solid #efefef;
  box-shadow: 0 8px 16px 0 rgba(162, 169, 204, 0.24);
  padding: 0;
  z-index: 99;
}
.popover .popover-header {
 padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  background-color: #f5f5f5;
  border-bottom: 1px solid #efefef;
 border-top-left-radius: calc(.3rem - 1px);
 border-top-right-radius: calc(.3rem - 1px);
}
.popover .popover-body {
  padding: 1rem;
  color: var(--octonarycolor);
  font-size: 14px;
  font-weight: 500;
  background-color:var(--colorwhite);
}
/* header */
header.header .navbar {
  white-space: nowrap;
}
header.header {
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background:var(--colorwhite);
  z-index: 999;
  width: 100%;
  position: relative;
}
.sticky-header {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  animation: slideDown 0.50s ease-out;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background:var(--colorwhite);
}
@keyframes slideDown {
 from {
 transform: translateY(-100%);
}
to {
  transform: translateY(0);
}
}
nav.top-strip {
  background: var(--primarycolor);
  color:var(--colorwhite);
}
nav.top-strip a {
  color:var(--colorwhite);
}
header.header .navbar {
  white-space: nowrap;
}
header.header nav li.nav-item .nav-link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color:var(--octonarycolor);
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
 font-family: var(--secondaryfont);
}
header.header nav li.nav-item .nav-link:hover {
  color:var(--secondarycolor);
}
header.header nav li.nav-item .nav-link:focus {
  color:var(--secondarycolor);
}
header.header nav li.nav-item .nav-link.active {
  color:var(--primarycolor);
}
header.header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
header.header .navbar-light .navbar-toggler {
  border: none;
  padding: 0;
  font-size: 36px;
  color:var(--secondarycolor);
}
header.header .navbar-light .navbar-toggler:hover {
  color:var(--primarycolor);
}
header.header .navbar-light button.navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
 header.header .navbar-nav {
 margin-top: 10px;
 margin-bottom: 10px;
 border-top: 1px solid #efefef;
}
 header.header nav li.nav-item .nav-link {
 border-bottom: 1px solid #efefef;
}
 header.header nav li.nav-item .nav-link:hover {
 background:var(--colorwhite);
 -webkit-transition: all .2s ease 0s;
 -moz-transition: all .2s ease 0s;
 -o-transition: all .2s ease 0s;
 transition: all .2s ease 0s;
}
 .header-button button {
 width: 100%;
 margin-bottom: 10px;
}
}
@media (max-width: 991.98px) {
 header.header .navbar-nav > li > .dropdown-menu {
 box-shadow: none !important;
}
}
header.header .navbar-nav > li > .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px solid var(--colorwhite);
  box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.1);
  background:var(--colorwhite);
  top: 100%;
  left: 15%;
}
header.header .navbar-nav > li > .dropdown-menu a.dropdown-item {
  text-transform: uppercase;
  font-size: 12px;
  line-height:1.5;
  letter-spacing: 0.5px;
  font-weight: 600;
  color:var(--octonarycolor);
  padding: 0.70rem 1rem;
  border-bottom: 1px solid #efefef;
 -webkit-transition: all .2s ease 0s;
 -moz-transition: all .2s ease 0s;
 -o-transition: all .2s ease 0s;
 transition: all .2s ease 0s;
  background:var(--colorwhite);
   font-family: var(--secondaryfont);
}
header.header .navbar-nav .dropdown-toggle::after {
 display: none;
}
header.header .navbar-nav > li > .dropdown-menu a.dropdown-item:hover {
  color:var(--secondarycolor);
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
  background: var(--colorwhite);
}
header.header .navbar-nav > li > .dropdown-menu a.dropdown-item:focus {
  color:var(--secondarycolor);
}
header.header .navbar-nav > li > .dropdown-menu a.dropdown-item:active {
  color:var(--primarycolor);
}
header.header .dropdown-item.active, header.header .dropdown-item:active {
  color:var(--primarycolor)!important;
}
header.header .navbar-light .navbar-nav .dot-icon {
  font-size: 24px;
  line-height: 18px;
}
footer.top-footer {
  background:var(--primarycolor);
  color: var(--colorwhite);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  padding: 50px 0px 50px 0px;
  position: relative;
}
footer.bottom-footer {
  background:var(--secondarycolor);
  color: var(--colorwhite);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  padding: 100px 0px 100px 0px;
  position: relative;
}
a.footer-links {
  color: var(--colorwhite);
  font-weight: 500;
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
  display: inline-block;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-family: var(--secondaryfont );
}
a.footer-links:hover {
  color: var(--colorwhite);
  text-decoration: underline!important;
}
.backtotop {
  color: var(--colorwhite);
  cursor: pointer;
}
.backtotop:hover {
  color: var(--colorwhite);
}
section.common {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
section.common-25 {
  padding-top: 25px;
  padding-bottom: 25px;
  background: var(--colorwhite);
  position: relative;
  z-index: 10;
  overflow: hidden;
}
section.common-50 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--colorwhite);
  position: relative;
  z-index: 10;
  overflow: hidden;
}
section.common-100 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--colorwhite);
  position: relative;
  z-index: 10;
  overflow: hidden;
}
section.common-25-alt {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
section.common-50-alt {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
section.common-100-alt {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.top-banner {
  position: relative;
  padding: 100px 0 100px 0;
  z-index:0;
}
@media (max-width: 991.98px) {
.top-banner {
 position: relative;
 padding: 100px 0 100px 0;
}
}
@media (max-width: 767.98px) {
.top-banner {
 position: relative;
 padding: 100px 0 100px 0;
}
}
@media (max-width: 575.98px) {
.top-banner {
 position: relative;
 padding: 100px 0 100px 0;
}
}
.top-banner .content {
  position: relative;
  z-index: 99;
}
.top-banner::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity:.60;
 background: rgb(61,97,155);
 z-index:-1;
}
.top-banner.page-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
}
.page-header {
  background: var(--inner-page-header);
}
.home-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  background-color: var(--primarycolor);
  transition: opacity 1s ease-in-out;
  width: 100%;
  height:100%;
  position: relative;
}
.home-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1; 
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.home-hero .content {
    position: relative;
    z-index: 2;
}
.home-hero {
  background-image: url('../images/home/home-hero-desktop.webp');
}
@media (max-width: 1024px) {
 .home-hero {
  background-image: url('../images/home/home-hero-tablet.webp');
}
}
@media (max-width: 767px) {
 .home-hero {
  background-image: url('../images/home/home-hero-mobile.webp');
}
}
.volunteer-backdrop {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  background-color: var(--secondarycolor);
  padding: 100px 0px;
  transition: opacity 1s ease-in-out;
  position: relative;
}
.banner-box {
  background: rgba(255, 255, 255, .90);
  border-radius: .25rem;
}
.picture-hover-zoom {
  height:auto;
  overflow: hidden;
}
.picture-hover-zoom img {
 transition: transform .5s, filter 1.5s ease-in-out;
}
.picture-hover-zoom:hover img {
  transform: scale(1.1);
}
.card-box {
  box-shadow: 0 2px 5px 0 rgb(217 217 217 / 50%);
  margin-bottom: 24px;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: var(--colorwhite);
  border: 0 solid transparent;
 border-radius: .25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
 -webkit-transition: all .5s ease 0s;
 -moz-transition: all .5s ease 0s;
 -ms-transition: all .5s ease 0s;
 -o-transition: all .5s ease 0s;
 transition: all .5s ease 0s;
}
.card-box:hover {
  -webkit-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
  -moz-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
  -ms-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
  box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
}
.card-box .card-header {
  background: var(--colorwhite);
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: left;
}
.brand-button, a.brand-button {
   border-radius: .25rem;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background: var(--primarycolor);
   border:1px solid var(--primarycolor);
   color: var(--colorwhite)!important;
   cursor: pointer;
   vertical-align: middle;
   box-sizing: border-box;
   font-size: 11px;
   font-weight: 600;
   line-height: 1;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   text-decoration: none;
   outline: none;
   margin: 0;
   padding: 12px 14px;
   position: relative;
   -webkit-transition: all .3s ease 0s;
   -moz-transition: all .3s ease 0s;
   -o-transition: all .3s ease 0s;
   transition: all .3s ease 0s;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
}
.brand-button:hover, a.brand-button:hover, .brand-button:focus, a.brand-button:focus{
  color: var(--colorwhite)!important;
  background: var(--secondarycolor);
  border-color:var(--secondarycolor);
}
.brand-button:active, a.brand-button:active {
  color: var(--colorwhite)!important;
  background: var(--tertiarycolor);
  border-color:var(--tertiarycolor);
}
.brand-button-alt, a.brand-button-alt {
   border-radius: .25rem;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background: var(--secondarycolor);
   border:1px solid var(--secondarycolor);
   color: var(--colorwhite)!important;
   cursor: pointer;
   vertical-align: middle;
   box-sizing: border-box;
   font-size: 11px;
   font-weight: 600;
   line-height: 1;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   text-decoration: none;
   outline: none;
   margin: 0;
   padding: 12px 14px;
   position: relative;
   -webkit-transition: all .3s ease 0s;
   -moz-transition: all .3s ease 0s;
   -o-transition: all .3s ease 0s;
   transition: all .3s ease 0s;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
}
.brand-button-alt:hover, a.brand-button-alt:hover, .brand-button-alt:focus, a.brand-button-alt:focus{
  color: var(--colorwhite)!important;
  background: var(--primarycolor);
  border-color:var(--primarycolor);
}
.brand-button-alt:active, a.brand-button-alt:active {
  color: var(--colorwhite)!important;
  background: var(--tertiarycolor);
  border-color:var(--tertiarycolor);
}
.white-button, a.white-button {
   border-radius: .25rem;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background-color: var(--colorwhite);
   border: 1px solid rgba(0, 0, 0, 0.1);
   color: var(--primarycolor);
   cursor: pointer;
   vertical-align: middle;
   box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
   box-sizing: border-box;
   font-size: 11px;
   font-weight: 600;
   line-height: 1;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   text-decoration: none;
   outline: none;
   margin: 0;
   padding: 12px 14px;
   position: relative;
   -webkit-transition: all .3s ease 0s;
   -moz-transition: all .3s ease 0s;
   -o-transition: all .3s ease 0s;
   transition: all .3s ease 0s;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
}
.white-button:hover, a.white-button:hover, .white-button:focus, a.white-button:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: var(--secondarycolor);
}
.white-button:active, a.white-button:active {
  background-color: var(--colorwhite);
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: var(--tertiarycolor);
}
a.normal-links {
  color: var(--primarycolor);
  font-weight: 600;
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;
  display: inline-block;
  position: relative;
  cursor: pointer;
  letter-spacing: 0px;
  line-height: 1.1;
  font-size: 16px;
}
a.normal-links:hover {
  color: var(--secondarycolor);
  text-decoration: underline!important;
}
/* loader */
#site-loader {
  display: none;
}
.site-loader {
  margin: 0;
  padding: 0;
}
.site-loader .loading {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  overflow-x: hidden;
  overflow-y: hidden;
}
.site-loader .table {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0;
}
.site-loader .table .inner {
  display: table-cell;
  vertical-align: middle;
}
.site-loader .loading img {
  margin-bottom: 30px;
  display: inline-block;
}
.site-loader .logo-round {
  background-color: var(--colorwhite);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 3px solid var(--colorwhite);
}
.site-loader .spinner-border {
  width: 3rem;
  height: 3rem;
}
.site-loader .spinner-border {
  border: 3px solid var(--colorwhite);
  vertical-align: middle;
  border-right-color: transparent;
}
.site-loader .opacity-low {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .2;
  top: 0;
  left: 0 !important;
}
@-webkit-keyframes fadeOut {
 0% {
 opacity: 1
}
 100% {
 opacity: 0
}
}
@keyframes fadeOut {
 0% {
 opacity: 1
}
 100% {
 opacity: 0
}
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.social-media-section {
  display: none;
}
.floating-socialmedia .whatsapp {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}
@media only screen and (max-width:576px) {
.floating-socialmedia .whatsapp {
 bottom: 40px;
}
}
.img-hover-zoom {
  height: auto;
  overflow: hidden;
}
.img-hover-zoom img {
 transition: transform .5s, filter 1.0s ease-in-out;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
}
.img-hover-zoom:hover img {
  transform: scale(1.1);
  -webkit-filter:grayscale(0%);
  filter:grayscale(0%);
}
.custom-accordion .accordion .accordion-button:not(.collapsed) {
 box-shadow: none;
 background:var(--colorwhite);
 color: var(--primarycolor);
}
.custom-accordion .accordion .accordion-button {
  color: var(--octonarycolor);
  font-size: 14px;
  font-weight: 500;
  border-radius: .25rem;
}
.custom-accordion .accordion .accordion-button:hover {
  color: var(--secondarycolor);
}
.custom-accordion .accordion .accordion-button:focus {
  box-shadow: none;
}
.custom-accordion .accordion .accordion-item {
  margin-bottom: 15px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: none;
  border-radius: .25rem;
}
.custom-accordion .accordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
 border-radius: .25rem;
}
.custom-accordion .accordion .accordion-item:first-of-type {
 border-radius: .25rem;
}
.custom-accordion .accordion .accordion-item:first-of-type > .accordion-header .accordion-button {
 border-radius: .25rem;
}
.custom-accordion .accordion .accordion-item:not(:first-of-type) {
 border-top: none;
}
.custom-modal .modal-header {
  padding: 1em;
  border-radius: 0;
  background: var(--primarycolor);
  color: var(--colorwhite);
}
.custom-modal .modal-content {
  border-radius: 0;
}
.custom-modal .btn-close {
  box-shadow: none;
}
.custom-modal button:focus {
  box-shadow: none;
}
.custom-modal button.close-button {
  color: var(--colorwhite);
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 24px;
}
.brand-badge {
  position: relative;
  z-index: 99;
}
.brand-badge .badge {
  font-weight: 500;
  font-size: 10px;
  line-height: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2px 8px;
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@keyframes heartBeat {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 14% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}
 28% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 42% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}
 70% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
#flipbook {
  width: 800px;
  height: 600px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #flipbook {
  width: 800px;
  height: 600px;
  margin: 0 auto;
}
}
#flipbook .page {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.video-container {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}