/*----------------------------------
Table of contents
----------------------------------*/
/*
1) variable
2) mixin
3) button
4) base
5) color
6) header
7) mega-menu
8) footer
9) banner
10) title
11) effect
12) feature-box
13) video
14) portfolio
15) process-bar
16) testimonial
17) team
18) client
19) accordion
20) price-table
21) blog
22) social
23) form
24) list
25) space
*/
/* ------------------------
*   General
------------------------*/
body {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif;
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  color: #9b0b06;
}
a:hover {
  color: #740804;
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 700;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif;
}
.white-color .h1,
.white-color .h2,
.white-color .h3,
.white-color .h4,
.white-color .h5,
.white-color .h6,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6 {
  color: #ffffff;
}

.display-1,
.display-2,
.display-3,
.display-4 {
  color: #000000;
  font-weight: 700;
}
.white-color .display-1,
.white-color .display-2,
.white-color .display-3,
.white-color .display-4 {
  color: #ffffff;
}

/* ----------------------
*   Typo
-------------------------*/
.font-alt {
  font-family: "Playwrite AU QLD", cursive;
}

.display-1 {
  font-weight: 700;
  line-height: 1;
}

.display-2 {
  font-weight: 700;
  line-height: 1;
}

.display-3 {
  font-weight: 700;
  line-height: 1;
}

.display-4 {
  font-weight: 700;
  line-height: 1;
}

.lead {
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lead {
    font-size: 1.08rem;
  }
}

.font-small {
  font-size: 0.85rem;
  line-height: 1rem;
}

.font-1 {
  font-size: 1rem;
}

.font-2 {
  font-size: 1.1rem;
}

.font-3 {
  font-size: 1.3rem;
}

.font-4 {
  font-size: 1.4rem;
}

@media (max-width: 1199px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
  .display-3 {
    font-size: calc(1.4rem + 3.9vw);
  }
  .display-4 {
    font-size: calc(1.375rem + 2.4vw);
  }
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
/* Font wight
--------------------*/
.font-w-100 {
  font-weight: 100;
}

.font-w-200 {
  font-weight: 200;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.font-w-700 {
  font-weight: 700;
}

.font-w-800 {
  font-weight: 800;
}

.font-w-900 {
  font-weight: 900;
}

/* Letter spacing
-------------------------------*/
.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.letter-spacing-9 {
  letter-spacing: 9px;
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

.lh-normal {
  line-height: normal;
}

/*----------------------------------
* Buttons
----------------------------------*/
.links-white a:not(:hover) {
  color: #ffffff;
}
.links-white a:hover {
  color: #ffb70e;
}

.links-dark a:not(:hover) {
  color: #000000;
}
.links-dark a:hover {
  color: #000000;
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
}

.m-btn-dual .m-btn {
  margin: 5px;
}

.m-btn-wide {
  min-width: 160px;
}

.m-btn.m-btn-theme {
  background: #9b0b06;
  color: #ffffff;
}
.m-btn.m-btn-theme.active,
.m-btn.m-btn-theme:focus,
.m-btn.m-btn-theme:hover {
  background: #510603;
  color: #ffffff;
}

.m-btn.m-btn-theme-light {
  background: rgba(155, 11, 6, 0.2);
  color: #9b0b06;
}
.m-btn.m-btn-theme-light.active,
.m-btn.m-btn-theme-light:focus,
.m-btn.m-btn-theme-light:hover {
  background: #9b0b06;
  color: #ffffff;
}

.m-btn.m-btn-t-theme {
  border: 1px solid #9b0b06;
  background: transparent;
  color: #9b0b06;
}
.m-btn.m-btn-t-theme.active,
.m-btn.m-btn-t-theme:focus,
.m-btn.m-btn-t-theme:hover {
  background: #9b0b06;
  color: #ffffff;
}

.m-link-theme {
  color: #9b0b06;
  padding: 0;
  border: none;
  background: none;
}
.m-link-theme.active,
.m-link-theme:focus,
.m-link-theme:hover {
  color: #430503;
}

.m-btn.m-btn-theme2nd {
  background: #b4975d;
  color: #ffffff;
}
.m-btn.m-btn-theme2nd.active,
.m-btn.m-btn-theme2nd:focus,
.m-btn.m-btn-theme2nd:hover {
  background: #866e3e;
  color: #ffffff;
}

.m-btn.m-btn-theme2nd-light {
  background: rgba(180, 151, 93, 0.2);
  color: #b4975d;
}
.m-btn.m-btn-theme2nd-light.active,
.m-btn.m-btn-theme2nd-light:focus,
.m-btn.m-btn-theme2nd-light:hover {
  background: #b4975d;
  color: #ffffff;
}

.m-btn.m-btn-t-theme2nd {
  border: 1px solid #b4975d;
  background: transparent;
  color: #b4975d;
}
.m-btn.m-btn-t-theme2nd.active,
.m-btn.m-btn-t-theme2nd:focus,
.m-btn.m-btn-t-theme2nd:hover {
  background: #b4975d;
  color: #ffffff;
}

.m-link-theme2nd {
  color: #b4975d;
  padding: 0;
  border: none;
  background: none;
}
.m-link-theme2nd.active,
.m-link-theme2nd:focus,
.m-link-theme2nd:hover {
  color: #7c6639;
}

.m-btn.m-btn-theme3rd {
  background: #f8f1ea;
  color: #ffffff;
}
.m-btn.m-btn-theme3rd.active,
.m-btn.m-btn-theme3rd:focus,
.m-btn.m-btn-theme3rd:hover {
  background: #e5cbb1;
  color: #ffffff;
}

.m-btn.m-btn-theme3rd-light {
  background: rgba(248, 241, 234, 0.2);
  color: #f8f1ea;
}
.m-btn.m-btn-theme3rd-light.active,
.m-btn.m-btn-theme3rd-light:focus,
.m-btn.m-btn-theme3rd-light:hover {
  background: #f8f1ea;
  color: #ffffff;
}

.m-btn.m-btn-t-theme3rd {
  border: 1px solid #f8f1ea;
  background: transparent;
  color: #f8f1ea;
}
.m-btn.m-btn-t-theme3rd.active,
.m-btn.m-btn-t-theme3rd:focus,
.m-btn.m-btn-t-theme3rd:hover {
  background: #f8f1ea;
  color: #ffffff;
}

.m-link-theme3rd {
  color: #f8f1ea;
  padding: 0;
  border: none;
  background: none;
}
.m-link-theme3rd.active,
.m-link-theme3rd:focus,
.m-link-theme3rd:hover {
  color: #e1c3a5;
}

.m-btn.m-btn-dark {
  background: #000000;
  color: #ffffff;
}
.m-btn.m-btn-dark.active,
.m-btn.m-btn-dark:focus,
.m-btn.m-btn-dark:hover {
  background: black;
  color: #ffffff;
}

.m-btn.m-btn-dark-light {
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
}
.m-btn.m-btn-dark-light.active,
.m-btn.m-btn-dark-light:focus,
.m-btn.m-btn-dark-light:hover {
  background: #000000;
  color: #ffffff;
}

.m-btn.m-btn-t-dark {
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
}
.m-btn.m-btn-t-dark.active,
.m-btn.m-btn-t-dark:focus,
.m-btn.m-btn-t-dark:hover {
  background: #000000;
  color: #ffffff;
}

.m-link-dark {
  color: #000000;
  padding: 0;
  border: none;
  background: none;
}
.m-link-dark.active,
.m-link-dark:focus,
.m-link-dark:hover {
  color: black;
}

.m-btn.m-btn-yellow {
  background: #ffb70e;
  color: #ffffff;
}
.m-btn.m-btn-yellow.active,
.m-btn.m-btn-yellow:focus,
.m-btn.m-btn-yellow:hover {
  background: #c18700;
  color: #ffffff;
}

.m-btn.m-btn-yellow-light {
  background: rgba(255, 183, 14, 0.2);
  color: #ffb70e;
}
.m-btn.m-btn-yellow-light.active,
.m-btn.m-btn-yellow-light:focus,
.m-btn.m-btn-yellow-light:hover {
  background: #ffb70e;
  color: #ffffff;
}

.m-btn.m-btn-t-yellow {
  border: 1px solid #ffb70e;
  background: transparent;
  color: #ffb70e;
}
.m-btn.m-btn-t-yellow.active,
.m-btn.m-btn-t-yellow:focus,
.m-btn.m-btn-t-yellow:hover {
  background: #ffb70e;
  color: #ffffff;
}

.m-link-yellow {
  color: #ffb70e;
  padding: 0;
  border: none;
  background: none;
}
.m-link-yellow.active,
.m-link-yellow:focus,
.m-link-yellow:hover {
  color: #b17c00;
}

.m-btn.m-btn-green {
  background: #15a349;
  color: #ffffff;
}
.m-btn.m-btn-green.active,
.m-btn.m-btn-green:focus,
.m-btn.m-btn-green:hover {
  background: #0c5f2b;
  color: #ffffff;
}

.m-btn.m-btn-green-light {
  background: rgba(21, 163, 73, 0.2);
  color: #15a349;
}
.m-btn.m-btn-green-light.active,
.m-btn.m-btn-green-light:focus,
.m-btn.m-btn-green-light:hover {
  background: #15a349;
  color: #ffffff;
}

.m-btn.m-btn-t-green {
  border: 1px solid #15a349;
  background: transparent;
  color: #15a349;
}
.m-btn.m-btn-t-green.active,
.m-btn.m-btn-t-green:focus,
.m-btn.m-btn-t-green:hover {
  background: #15a349;
  color: #ffffff;
}

.m-link-green {
  color: #15a349;
  padding: 0;
  border: none;
  background: none;
}
.m-link-green.active,
.m-link-green:focus,
.m-link-green:hover {
  color: #0b5225;
}

.m-btn.m-btn-blue {
  background: #011276;
  color: #ffffff;
}
.m-btn.m-btn-blue.active,
.m-btn.m-btn-blue:focus,
.m-btn.m-btn-blue:hover {
  background: #00062a;
  color: #ffffff;
}

.m-btn.m-btn-blue-light {
  background: rgba(1, 18, 118, 0.2);
  color: #011276;
}
.m-btn.m-btn-blue-light.active,
.m-btn.m-btn-blue-light:focus,
.m-btn.m-btn-blue-light:hover {
  background: #011276;
  color: #ffffff;
}

.m-btn.m-btn-t-blue {
  border: 1px solid #011276;
  background: transparent;
  color: #011276;
}
.m-btn.m-btn-t-blue.active,
.m-btn.m-btn-t-blue:focus,
.m-btn.m-btn-t-blue:hover {
  background: #011276;
  color: #ffffff;
}

.m-link-blue {
  color: #011276;
  padding: 0;
  border: none;
  background: none;
}
.m-link-blue.active,
.m-link-blue:focus,
.m-link-blue:hover {
  color: #00041b;
}

.m-btn.m-btn-pink {
  background: #f12699;
  color: #ffffff;
}
.m-btn.m-btn-pink.active,
.m-btn.m-btn-pink:focus,
.m-btn.m-btn-pink:hover {
  background: #be0c71;
  color: #ffffff;
}

.m-btn.m-btn-pink-light {
  background: rgba(241, 38, 153, 0.2);
  color: #f12699;
}
.m-btn.m-btn-pink-light.active,
.m-btn.m-btn-pink-light:focus,
.m-btn.m-btn-pink-light:hover {
  background: #f12699;
  color: #ffffff;
}

.m-btn.m-btn-t-pink {
  border: 1px solid #f12699;
  background: transparent;
  color: #f12699;
}
.m-btn.m-btn-t-pink.active,
.m-btn.m-btn-t-pink:focus,
.m-btn.m-btn-t-pink:hover {
  background: #f12699;
  color: #ffffff;
}

.m-link-pink {
  color: #f12699;
  padding: 0;
  border: none;
  background: none;
}
.m-link-pink.active,
.m-link-pink:focus,
.m-link-pink:hover {
  color: #b00b69;
}

.m-btn {
  display: inline-block;
  border: none;
  color: inherit;
  line-height: 1.5;
  border-radius: 0;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: ease-in-out all 0.55s;
  transition: ease-in-out all 0.55s;
  text-align: center;
  border: 1px solid transparent;
}
.m-btn .btn-inner-icon img {
  width: 20px;
}
.m-btn .btn-inner-text:not(:first-child) {
  margin-left: 10px;
}
.m-btn .btn-inner-text:not(:last-child) {
  margin-right: 10px;
}
.m-btn.m-link {
  padding-right: 0;
  padding-left: 0;
}
.m-btn.m-link.white {
  color: #ffffff;
}
.m-btn.m-link.theme {
  color: #9b0b06;
}
.m-btn.m-link.theme2nd {
  color: #b4975d;
}
.m-btn i {
  vertical-align: middle;
}
.m-btn[disabled],
.m-btn:disabled,
.m-btn.disabled {
  opacity: 0.3;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
.m-btn.m-btn-shadow {
  -webkit-box-shadow: 0 21px 35px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 21px 35px -5px rgba(0, 0, 0, 0.3);
}
.m-btn.m-btn-round {
  border-radius: 5rem;
}
.m-btn.m-btn-radius {
  border-radius: 0.3125rem;
}
.m-btn.m-btn-icon {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.m-btn.m-btn-icon.m-btn-round {
  border-radius: 50%;
}
.m-btn.m-btn-sm {
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
}
.m-btn.m-btn-sm.m-btn-icon {
  width: 2.4375rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
}
.m-btn.m-btn-lg {
  padding: 1rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
}
.m-btn.m-btn-lg.m-btn-icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}
.m-btn.m-btn-xl {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.m-btn.m-btn-xl.m-btn-icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}
.m-btn.m-btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.m-btn.m-btn-white:focus,
.m-btn.m-btn-white:hover {
  background: transparent;
  color: #ffffff;
}
.m-btn.m-btn-t-white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.m-btn.m-btn-t-white:focus,
.m-btn.m-btn-t-white:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.m-btn.m-btn-light {
  background: transparent;
  border-color: rgba(247, 249, 252, 0.25);
  color: #ffffff;
}
.m-btn.m-btn-light:focus,
.m-btn.m-btn-light:hover {
  background: rgba(247, 249, 252, 0.25);
  color: #ffffff;
}
.m-btn.m-btn-t-gray {
  background: transparent;
  border: 2px solid #e2e8f0;
  color: #000000;
}
.m-btn.m-btn-t-gray:focus,
.m-btn.m-btn-t-gray:hover {
  background: transparent;
  border-color: #9b0b06;
}

.cta-whats i {
  font-size: 25px;
}

.video-btn {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  z-index: 1;
  border: none;
}
.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  pointer-events: none;
  z-index: -1;
}
.video-btn.white {
  background: #ffffff;
}
.video-btn.white:after {
  background: #ffffff;
}
.video-btn.white span {
  color: #9b0b06;
}
.video-btn.theme {
  background: #9b0b06;
}
.video-btn.theme:after {
  background: #9b0b06;
}
.video-btn.theme span {
  color: #ffffff;
}
.video-btn span {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid currentcolor;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  right: 0;
  margin: auto;
  width: 0px;
  height: 0px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.p-center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

img {
  max-width: 100%;
}

figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

/* ----------------------
*	Loading
---------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9b0b06;
  z-index: 99999;
}

.load-circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.load-circle span {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.load-circle span:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ----------------------
*	Section
-------------------------*/
.container-large {
  max-width: 1440px;
}

.container-extra-large {
  max-width: 1580px;
}

.container-small {
  max-width: 750px;
}

.section {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-top-up .container {
  margin-top: -190px;
  position: relative;
  z-index: 1;
}

.section-top-up-100 .container {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

/* ----------------------
*	Height width
---------------------------*/
.full-screen {
  min-height: 88vh;
}

.screen-85 {
  min-height: 85vh;
}

.screen-65 {
  min-height: 65vh;
}

.screen-50 {
  min-height: 50vh;
}

.w-350px {
  max-width: 350px;
  width: 100%;
}

.w-500px {
  max-width: 500px;
  width: 100%;
}

.max-w-100 {
  max-width: 100%;
}

.min-h-350px {
  min-height: 350px;
}

.min-h-250px {
  min-height: 250px;
}

.min-h-150px {
  min-height: 150px;
}

.max-width-auto {
  max-width: none;
}
@media (max-width: 991px) {
  .max-width-auto {
    max-width: 100%;
  }
}

/* ----------------------
*	Cookie Dialog
---------------------------*/
.herbyCookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
.herbyCookieConsent p {
  display: inline;
  color: #000000;
}
.herbyCookieConsent a {
  text-decoration: underline;
  color: #000000;
  font-weight: 600;
}
.herbyCookieConsent .herbyBtn {
  display: inline-block;
  padding: 4px 10px;
  vertical-align: middle;
  margin-left: 15px;
  line-height: normal;
  background: #9b0b06;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff !important;
  border-radius: 15px;
  cursor: pointer;
}

/* Background color
-------------------------------*/
.theme-bg-alt {
  background-color: rgba(155, 11, 6, 0.1);
}

.theme-bg {
  background-color: #9b0b06;
}

.theme-after:after {
  background-color: #9b0b06;
}

.theme-before:before {
  background-color: #9b0b06;
}

.theme-color-alt {
  color: rgba(155, 11, 6, 0.65);
}

.theme-color {
  color: #9b0b06;
}

.theme2nd-bg-alt {
  background-color: rgba(180, 151, 93, 0.1);
}

.theme2nd-bg {
  background-color: #b4975d;
}

.theme2nd-after:after {
  background-color: #b4975d;
}

.theme2nd-before:before {
  background-color: #b4975d;
}

.theme2nd-color-alt {
  color: rgba(180, 151, 93, 0.65);
}

.theme2nd-color {
  color: #b4975d;
}

.theme3rd-bg-alt {
  background-color: rgba(248, 241, 234, 0.1);
}

.theme3rd-bg {
  background-color: #f8f1ea;
}

.theme3rd-after:after {
  background-color: #f8f1ea;
}

.theme3rd-before:before {
  background-color: #f8f1ea;
}

.theme3rd-color-alt {
  color: rgba(248, 241, 234, 0.65);
}

.theme3rd-color {
  color: #f8f1ea;
}

.dark-bg-alt {
  background-color: rgba(0, 0, 0, 0.1);
}

.dark-bg {
  background-color: #000000;
}

.dark-after:after {
  background-color: #000000;
}

.dark-before:before {
  background-color: #000000;
}

.dark-color-alt {
  color: rgba(0, 0, 0, 0.65);
}

.dark-color {
  color: #000000;
}

.gray-bg-alt {
  background-color: rgba(223, 223, 223, 0.1);
}

.gray-bg {
  background-color: #dfdfdf;
}

.gray-after:after {
  background-color: #dfdfdf;
}

.gray-before:before {
  background-color: #dfdfdf;
}

.gray-color-alt {
  color: rgba(223, 223, 223, 0.65);
}

.gray-color {
  color: #dfdfdf;
}

.light-gray-bg-alt {
  background-color: rgba(245, 245, 245, 0.1);
}

.light-gray-bg {
  background-color: #f5f5f5;
}

.light-gray-after:after {
  background-color: #f5f5f5;
}

.light-gray-before:before {
  background-color: #f5f5f5;
}

.light-gray-color-alt {
  color: rgba(245, 245, 245, 0.65);
}

.light-gray-color {
  color: #f5f5f5;
}

.medium-dark-bg-alt {
  background-color: rgba(29, 29, 29, 0.1);
}

.medium-dark-bg {
  background-color: #1d1d1d;
}

.medium-dark-after:after {
  background-color: #1d1d1d;
}

.medium-dark-before:before {
  background-color: #1d1d1d;
}

.medium-dark-color-alt {
  color: rgba(29, 29, 29, 0.65);
}

.medium-dark-color {
  color: #1d1d1d;
}

.white-bg-alt {
  background-color: rgba(255, 255, 255, 0.1);
}

.white-bg {
  background-color: #ffffff;
}

.white-after:after {
  background-color: #ffffff;
}

.white-before:before {
  background-color: #ffffff;
}

.white-color-alt {
  color: rgba(255, 255, 255, 0.65);
}

.white-color {
  color: #ffffff;
}

.black-bg-alt {
  background-color: rgba(0, 0, 0, 0.1);
}

.black-bg {
  background-color: #000000;
}

.black-after:after {
  background-color: #000000;
}

.black-before:before {
  background-color: #000000;
}

.black-color-alt {
  color: rgba(0, 0, 0, 0.65);
}

.black-color {
  color: #000000;
}

.yellow-bg-alt {
  background-color: rgba(255, 183, 14, 0.1);
}

.yellow-bg {
  background-color: #ffb70e;
}

.yellow-after:after {
  background-color: #ffb70e;
}

.yellow-before:before {
  background-color: #ffb70e;
}

.yellow-color-alt {
  color: rgba(255, 183, 14, 0.65);
}

.yellow-color {
  color: #ffb70e;
}

.green-bg-alt {
  background-color: rgba(21, 163, 73, 0.1);
}

.green-bg {
  background-color: #15a349;
}

.green-after:after {
  background-color: #15a349;
}

.green-before:before {
  background-color: #15a349;
}

.green-color-alt {
  color: rgba(21, 163, 73, 0.65);
}

.green-color {
  color: #15a349;
}

.blue-bg-alt {
  background-color: rgba(1, 18, 118, 0.1);
}

.blue-bg {
  background-color: #011276;
}

.blue-after:after {
  background-color: #011276;
}

.blue-before:before {
  background-color: #011276;
}

.blue-color-alt {
  color: rgba(1, 18, 118, 0.65);
}

.blue-color {
  color: #011276;
}

.pink-bg-alt {
  background-color: rgba(241, 38, 153, 0.1);
}

.pink-bg {
  background-color: #f12699;
}

.pink-after:after {
  background-color: #f12699;
}

.pink-before:before {
  background-color: #f12699;
}

.pink-color-alt {
  color: rgba(241, 38, 153, 0.65);
}

.pink-color {
  color: #f12699;
}

.body-bg-alt {
  background-color: rgba(0, 0, 0, 0.1);
}

.body-bg {
  background-color: #000000;
}

.body-after:after {
  background-color: #000000;
}

.body-before:before {
  background-color: #000000;
}

.body-color-alt {
  color: rgba(0, 0, 0, 0.65);
}

.body-color {
  color: #000000;
}

.white-color-light {
  color: rgba(255, 255, 255, 0.65);
}

.bg-transparent {
  background-color: transparent;
}

.theme-g-bg {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9b0b06),
    to(#f8f1ea)
  );
  background: linear-gradient(to right, #9b0b06, #f8f1ea);
}

.dark-g-bg {
  background: linear-gradient(50deg, #273444 0, #272b44 100%);
}

/*	Property
---------------------------*/
.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

/* hover color
-------------------------------*/
.theme-hover-bg:hover {
  background: #9b0b06;
}
.theme-hover-bg:hover h6 {
  color: #ffffff;
}
.theme-hover-bg:hover p {
  color: #ffffff;
}

/*	SVG fill
---------------------------*/
.svg_img polygon,
.svg_img path {
  fill: currentColor;
}

mark {
  color: inherit;
  padding: 0;
  background: 0 0;
  background-image: linear-gradient(
    120deg,
    rgba(155, 11, 6, 0.4) 0,
    rgba(155, 11, 6, 0.4) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  position: relative;
}

/*  Gradient Bg
---------------------------*/
.g-bg-1 {
  background-color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(50%, #6284ff),
    to(#ff0000)
  );
  background-image: linear-gradient(
    180deg,
    #ffffff 0%,
    #6284ff 50%,
    #ff0000 100%
  );
}

.g-bg-2 {
  background-color: #fee140;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fee140),
    to(#fa709a)
  );
  background-image: linear-gradient(90deg, #fee140 0%, #fa709a 100%);
}

.g-bg-3 {
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}

.g-bg-4 {
  background-color: #74ebd5;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#74ebd5),
    to(#9face6)
  );
  background-image: linear-gradient(90deg, #74ebd5 0%, #9face6 100%);
}

.g-bg-5 {
  background-color: #fad961;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fad961),
    to(#f76b1c)
  );
  background-image: linear-gradient(90deg, #fad961 0%, #f76b1c 100%);
}

.g-bg-6 {
  background-color: #4158d0;
  background-image: linear-gradient(
    43deg,
    #8a80f7 0%,
    #011276 46%,
    #d264e7 100%
  );
}

.g-bg-7 {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#a18cd1),
    to(#fbc2eb)
  );
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

.g-bg-8 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff8177),
    color-stop(0%, #ff867a),
    color-stop(21%, #ff8c7f),
    color-stop(52%, #f99185),
    color-stop(78%, #cf556c),
    to(#b12a5b)
  );
  background-image: linear-gradient(
    to right,
    #ff8177 0%,
    #ff867a 0%,
    #ff8c7f 21%,
    #f99185 52%,
    #cf556c 78%,
    #b12a5b 100%
  );
}

.g-bg-9 {
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.g-bg-10 {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

/*	Toggle Menu
-------------------------*/
.navbar-toggler {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 0;
  margin-left: 15px;
  background: #9b0b06;
  border: none;
}
.header-white .navbar-toggler {
  background: #ffffff;
}
.navbar-toggler span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  -webkit-box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
  box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
  background: #ffffff;
  color: #ffffff;
}
.header-white .navbar-toggler span {
  background: #000000;
  color: #000000;
}

.fixed-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.header-white.fixed-header .fixed-header-bar {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}
.header-dark.fixed-header .fixed-header-bar {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}
.header-height .fixed-header-bar {
  background: #ffffff;
}

.main-navbar {
  padding: 0;
}
.fixed-header .main-navbar .navbar-brand .light-logo {
  display: none;
}
.main-navbar .navbar-brand .dark-logo {
  display: none;
}
.fixed-header .main-navbar .navbar-brand .dark-logo {
  display: block;
}
@media (min-width: 992px) {
  .main-navbar .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 300;
    padding: 20px 0px 20px 50px !important;
    display: inline-block;
  }
  .header-white:not(.fixed-header) .main-navbar .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.8);
  }
  .header-white:not(.fixed-header) .main-navbar .navbar-nav > li > a.active {
    color: #ffffff;
  }
  .header-white .main-navbar .navbar-nav > li > a {
    color: #000000;
  }
  .header-white .main-navbar .navbar-nav > li > a.active {
    color: #9b0b06;
  }
  .header-dark .main-navbar .navbar-nav > li > a {
    color: #000000;
  }
  .header-dark .main-navbar .navbar-nav > li > a.active {
    color: #9b0b06;
  }
  .header-white:not(.fixed-header) .main-navbar .navbar-nav > li:hover > a {
    color: #ffffff;
  }
  .header-white .main-navbar .navbar-nav > li:hover > a {
    color: #9b0b06;
  }
  .header-dark .main-navbar .navbar-nav > li:hover > a {
    color: #9b0b06;
  }
}

/* Responsive Menu
-----------------------------*/
@media (max-width: 991px) {
  .main-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-navbar > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    max-height: 80vh;
    overflow-y: auto;
    -webkit-box-shadow: 0px 11px 20px 0px rgba(38, 59, 94, 0.2);
    box-shadow: 0px 11px 20px 0px rgba(38, 59, 94, 0.2);
  }
  .main-navbar .navbar-nav > li {
    margin: 0;
    border-top: 1px solid #e6e6e6;
  }
  .main-navbar .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 0 15px;
    line-height: 40px;
    display: block;
    color: #000000;
  }
}
.footer .footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .footer-bottom .nav li {
  margin-bottom: 0;
}
.footer .footer-bottom .nav li:not(:first-child),
.footer .footer-bottom .nav li:not(:last-child) {
  margin-right: 15px;
}
.footer h6 {
  margin-bottom: 20px;
  font-size: 1.12rem;
}
.footer .links-white a:not(:hover) {
  color: white;
}
.footer .font-small {
  font-size: 0.8rem;
}
.footer a.theme2nd-color:hover {
  color: #ffffff;
}
.footer .footer-link-1 {
  margin: 0;
}
.footer .footer-link-1 li {
  margin: 0 0 10px;
}
.footer .footer-link-1 li a {
  position: relative;
}
.footer .footer-link-1 li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0px;
  height: 1px;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  background: currentColor;
}
.footer .footer-link-1 li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.footer .footer-link-1 li:last-child {
  margin-bottom: 0;
}
.footer .footer-border-light {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-border-dark {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* particles-box
---------------------------*/
.particles-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.2;
  pointer-events: none;
}

/* Effect Section
------------------------*/
.effect-section {
  position: relative;
  overflow: hidden;
}
.effect-section .effect {
  pointer-events: none;
}
.effect-section .effect-img {
  position: absolute;
  right: -2px;
  left: -2px;
}
.effect-section .effect-img img {
  width: 100%;
}
.effect-section .effect-img.bottom {
  bottom: -2px;
}
.effect-section .effect-img.top {
  top: -2px;
}
.effect-section .effect-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.effect-section .effect-bg-75 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 25%;
}
.effect-section .effect-bg-65 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 35%;
}
.effect-section .effect-bg-40 {
  position: absolute;
  top: 0;
  bottom: 60%;
  left: 0;
  right: 0;
}
.effect-section .effect-bg-40.bottom {
  top: 60%;
  bottom: 0;
}
.effect-section .effect-round {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 0px 220px;
}
.effect-section .effect-skew {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: 31%;
  -webkit-transform: skew(-35deg);
  transform: skew(-35deg);
  border-radius: 0 0 180px 0;
}
@media (max-width: 567px) {
  .effect-section .effect-skew {
    right: -40%;
    left: -90%;
  }
}
.effect-section .effect-skew-01 {
  position: absolute;
  top: -10%;
  bottom: -30%;
  right: -50%;
  left: 40%;
  border-radius: 27% 73% 32% 68%/52% 66% 34% 48%;
}
@media (max-width: 567px) {
  .effect-section .effect-skew-01 {
    right: -40%;
    left: -90%;
  }
}
.effect-section .effect-radius {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0% 100% 20% 80%/73% 0% 100% 27%;
}
@media (max-width: 567px) {
  .effect-section .effect-radius {
    bottom: 30px;
    left: -50px;
    right: -40px;
  }
}
.effect-section .effect-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20%;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  z-index: -1;
}
.effect-section .effect-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.effect-section .effect-shape:after {
  content: "";
  position: absolute;
  bottom: -40%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0.08)),
    to(rgba(2, 2, 2, 0.05))
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.08),
    rgba(2, 2, 2, 0.05)
  );
  right: -25%;
  margin: auto;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  top: -40%;
  left: 45%;
  border-radius: 50%;
}
.effect-section .effect-radius-bg {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.effect-section .effect-radius-bg > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23rem;
  height: 23rem;
  border-radius: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(227, 221, 246, 0.1)),
    color-stop(65%, rgba(227, 221, 246, 0.2)),
    to(rgba(227, 221, 246, 0.1))
  );
  background-image: linear-gradient(
    -180deg,
    rgba(227, 221, 246, 0.1) 0%,
    rgba(227, 221, 246, 0.2) 65%,
    rgba(227, 221, 246, 0.1) 100%
  );
  z-index: -1;
}
.effect-section .effect-radius-bg .radius-1 {
  -webkit-transform: translate(-50%, -50%) scale(0.67);
  transform: translate(-50%, -50%) scale(0.67);
}
.effect-section .effect-radius-bg .radius-2 {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.effect-section .effect-radius-bg .radius-3 {
  -webkit-transform: translate(-50%, -50%) scale(1.63);
  transform: translate(-50%, -50%) scale(1.63);
}
.effect-section .effect-radius-bg .radius-4 {
  -webkit-transform: translate(-50%, -50%) scale(2.1);
  transform: translate(-50%, -50%) scale(2.1);
}
.effect-section .effect-radius-bg .radius-x {
  will-change: transform;
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
@keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
/* After 
------------------------*/
.after-50px {
  position: relative;
}
.after-50px:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.text-center .after-50px:after {
  right: 0;
  margin: auto;
}

.hr-line {
  height: 3px;
  font-size: 0px;
}
.hr-line span {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 3px;
  margin-right: 15px;
  border-radius: 3px;
}
.hr-line span:after {
  content: "";
  background: currentColor;
  width: 15px;
  height: 3px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  right: -30px;
}

/* Mask
------------------------*/
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sticky
------------------------*/
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .fixed-header ~ main .sticky-xl-top {
    top: 90px;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .fixed-header ~ main .sticky-lg-top {
    top: 90px;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .fixed-header ~ main .sticky-md-top {
    top: 90px;
  }
}

@media (min-width: 568px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .fixed-header ~ main .sticky-sm-top {
    top: 90px;
  }
}

/* Parallax
--------------*/
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.icon-30 {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 11px;
}
.icon-30 i {
  line-height: 30px;
}

.icon-40 {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.icon-40 i {
  line-height: 40px;
}

.icon-50 {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 21px;
}
.icon-50 i {
  line-height: 50px;
}

.icon-60 {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 26px;
}
.icon-60 i {
  line-height: 60px;
}

.icon-70 {
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 31px;
}
.icon-70 i {
  line-height: 70px;
}

.icon-80 {
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 36px;
}
.icon-80 i {
  line-height: 80px;
}

.icon-90 {
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 41px;
}
.icon-90 i {
  line-height: 90px;
}

.icon-100 {
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 46px;
}
.icon-100 i {
  line-height: 100px;
}

.icon-110 {
  width: 110px;
  height: 110px;
  text-align: center;
  font-size: 51px;
}
.icon-110 i {
  line-height: 110px;
}

.icon-120 {
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 56px;
}
.icon-120 i {
  line-height: 120px;
}

.only-icon-30 {
  width: 30px;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}

.only-icon-40 {
  width: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.only-icon-50 {
  width: 50px;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
}

.only-icon-60 {
  width: 60px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}

.only-icon-70 {
  width: 70px;
  text-align: center;
  font-size: 45px;
  line-height: 45px;
}

.only-icon-80 {
  width: 80px;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.only-icon-90 {
  width: 90px;
  text-align: center;
  font-size: 55px;
  line-height: 55px;
}

.only-icon-100 {
  width: 100px;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
}

.only-icon-110 {
  width: 110px;
  text-align: center;
  font-size: 65px;
  line-height: 65px;
}

.only-icon-120 {
  width: 120px;
  text-align: center;
  font-size: 70px;
  line-height: 70px;
}

.arrow-icon {
  width: 32px;
  height: 12px;
  position: relative;
}
.arrow-icon:before {
  width: 32px;
  height: 2px;
  background: currentColor;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.arrow-icon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  margin: auto;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-hover {
  position: relative;
}
.arrow-hover .arrow-icon {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.arrow-hover:hover .arrow-icon {
  opacity: 1;
  right: 15px;
}

/* ----------------------
* Dots
---------------------------*/
.dots-icon {
  position: relative;
}

.dots {
  z-index: 0;
  -webkit-animation: dots 6s infinite linear;
  animation: dots 6s infinite linear;
}
.dots .dot {
  width: 14px;
  height: 14px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
}
.dots .dot1 {
  background-color: #d652a8;
  -webkit-transform: translate(15px, 5px);
  transform: translate(15px, 5px);
  -webkit-animation: dot1 1.5s infinite alternate;
  animation: dot1 1.5s infinite alternate;
}
.dots .dot2 {
  background-color: #ff98d1;
  -webkit-transform: translate(-8px, 8px);
  transform: translate(-8px, 8px);
  -webkit-animation: dot2 1.5s infinite alternate;
  animation: dot2 1.5s infinite alternate;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.dots .dot3 {
  background-color: #330118;
  -webkit-transform: translate(-5px, -12px);
  transform: translate(-5px, -12px);
  -webkit-animation: dot3 1.5s infinite alternate;
  animation: dot3 1.5s infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes dots {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes dots {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes dot1 {
  from {
    -webkit-transform: translate(15px, 5px);
    transform: translate(15px, 5px);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(25px, 5px);
    transform: translate(25px, 5px);
    opacity: 1;
  }
}
@keyframes dot1 {
  from {
    -webkit-transform: translate(15px, 5px);
    transform: translate(15px, 5px);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(25px, 5px);
    transform: translate(25px, 5px);
    opacity: 1;
  }
}
@-webkit-keyframes dot2 {
  from {
    -webkit-transform: translate(-8px, 8px);
    transform: translate(-8px, 8px);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-19px, 19px);
    transform: translate(-19px, 19px);
    opacity: 1;
  }
}
@keyframes dot2 {
  from {
    -webkit-transform: translate(-8px, 8px);
    transform: translate(-8px, 8px);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-19px, 19px);
    transform: translate(-19px, 19px);
    opacity: 1;
  }
}
@-webkit-keyframes dot3 {
  from {
    -webkit-transform: translate(-5px, -12px);
    transform: translate(-5px, -12px);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-10px, -24px);
    transform: translate(-10px, -24px);
    opacity: 1;
  }
}
@keyframes dot3 {
  from {
    -webkit-transform: translate(-5px, -12px);
    transform: translate(-5px, -12px);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-10px, -24px);
    transform: translate(-10px, -24px);
    opacity: 1;
  }
}
/* ----------------------
*   owl 
---------------------------*/
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #f8f1ea;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-carousel-white .owl-dots .owl-dot {
  border-color: #ffffff;
  background: #9b0b06;
}
.owl-dots .owl-dot.active {
  background: #b4975d;
}
.owl-carousel-white .owl-dots .owl-dot.active {
  background: #ffffff;
}

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.owl-no-overflow .owl-stage-outer {
  overflow: inherit;
}

/* ----------------------
*   Opacity
---------------------------*/
.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

/* ----------------------
*   z-index
---------------------------*/
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

/* ----------------------
*   transeition
---------------------------*/
.transition {
  -webkit-transition: ease-in-out all 0.35s;
  transition: ease-in-out all 0.35s;
}

[class*="hover-"] {
  -webkit-transition: ease-in-out all 0.35s;
  transition: ease-in-out all 0.35s;
}

/* ----------------------
*   Image Hover
---------------------------*/
.img-hover .img-hover-in {
  overflow: hidden;
}
.img-hover .img-hover-in img {
  -webkit-transition: ease-in-out all 0.33s;
  transition: ease-in-out all 0.33s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.img-hover:hover .img-hover-in img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* ----------------------
*   Top Hover
---------------------------*/
.hover-top {
  position: relative;
  top: 0;
}
.hover-top:hover {
  top: -10px;
}

.hover-top-in .hover-top--in {
  position: relative;
  top: 0;
}
.hover-top-in:hover .hover-top--in {
  top: -10px;
}

/* ----------------------
*   Grayscale Hover
---------------------------*/
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.grayscale-hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}
.grayscale-hover:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

/* ----------------------
*   Box shadow
---------------------------*/
.box-shadow-lg {
  -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
}

.box-shadow {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}

.box-shadow-hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}
.box-shadow-hover:hover {
  -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
}

.box-shadow-only-hover:hover {
  -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
}

/* Hover Rotate
---------------------------*/
.hover-rotate .hr-rotate {
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hover-rotate .hr-rotate-after {
  position: relative;
  z-index: 1;
}
.hover-rotate .hr-rotate-after:after {
  content: "";
  position: absolute;
  margin: auto;
  border-radius: 50px;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  z-index: -1;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hover-rotate .ef-1:after {
  border-top: 50px solid transparent;
  border-left: 50px solid currentColor;
  top: -10px;
  left: -10px;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
.hover-rotate .ef-2:after {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 4px solid currentcolor;
  border-bottom: 4px solid transparent;
}
.hover-rotate .ef-3:after {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid currentcolor;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
}
.hover-rotate .ef-4:after {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid currentcolor;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
}
.hover-rotate:hover .hr-rotate {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hover-rotate:hover .hr-rotate-after:after {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.line-hover {
  position: relative;
  overflow: hidden;
}
.line-hover:before,
.line-hover:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  pointer-events: none;
}
.line-hover:before {
  top: 0;
  left: 0;
  border-left: 5px solid #9b0b06;
  border-top: 5px solid #9b0b06;
}
.line-hover:after {
  bottom: 0;
  right: 0;
  border-right: 5px solid #9b0b06;
  border-bottom: 5px solid #9b0b06;
}
.line-hover:hover:after,
.line-hover:hover:before {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/* Border Weight
-------------------------------*/
.border-all-1 {
  border: 1px solid;
}

.border-bottom-1 {
  border-bottom: 1px solid;
}

.border-top-1 {
  border-top: 1px solid;
}

.border-left-1 {
  border-left: 1px solid;
}

.border-right-1 {
  border-right: 1px solid;
}

.border-all-2 {
  border: 2px solid;
}

.border-bottom-2 {
  border-bottom: 2px solid;
}

.border-top-2 {
  border-top: 2px solid;
}

.border-left-2 {
  border-left: 2px solid;
}

.border-right-2 {
  border-right: 2px solid;
}

.border-all-3 {
  border: 3px solid;
}

.border-bottom-3 {
  border-bottom: 3px solid;
}

.border-top-3 {
  border-top: 3px solid;
}

.border-left-3 {
  border-left: 3px solid;
}

.border-right-3 {
  border-right: 3px solid;
}

.border-all-4 {
  border: 4px solid;
}

.border-bottom-4 {
  border-bottom: 4px solid;
}

.border-top-4 {
  border-top: 4px solid;
}

.border-left-4 {
  border-left: 4px solid;
}

.border-right-4 {
  border-right: 4px solid;
}

.border-all-5 {
  border: 5px solid;
}

.border-bottom-5 {
  border-bottom: 5px solid;
}

.border-top-5 {
  border-top: 5px solid;
}

.border-left-5 {
  border-left: 5px solid;
}

.border-right-5 {
  border-right: 5px solid;
}

.border-all-6 {
  border: 6px solid;
}

.border-bottom-6 {
  border-bottom: 6px solid;
}

.border-top-6 {
  border-top: 6px solid;
}

.border-left-6 {
  border-left: 6px solid;
}

.border-right-6 {
  border-right: 6px solid;
}

.border-all-7 {
  border: 7px solid;
}

.border-bottom-7 {
  border-bottom: 7px solid;
}

.border-top-7 {
  border-top: 7px solid;
}

.border-left-7 {
  border-left: 7px solid;
}

.border-right-7 {
  border-right: 7px solid;
}

.border-all-8 {
  border: 8px solid;
}

.border-bottom-8 {
  border-bottom: 8px solid;
}

.border-top-8 {
  border-top: 8px solid;
}

.border-left-8 {
  border-left: 8px solid;
}

.border-right-8 {
  border-right: 8px solid;
}

.border-all-9 {
  border: 9px solid;
}

.border-bottom-9 {
  border-bottom: 9px solid;
}

.border-top-9 {
  border-top: 9px solid;
}

.border-left-9 {
  border-left: 9px solid;
}

.border-right-9 {
  border-right: 9px solid;
}

.border-all-10 {
  border: 10px solid;
}

.border-bottom-10 {
  border-bottom: 10px solid;
}

.border-top-10 {
  border-top: 10px solid;
}

.border-left-10 {
  border-left: 10px solid;
}

.border-right-10 {
  border-right: 10px solid;
}

.border-all-11 {
  border: 11px solid;
}

.border-bottom-11 {
  border-bottom: 11px solid;
}

.border-top-11 {
  border-top: 11px solid;
}

.border-left-11 {
  border-left: 11px solid;
}

.border-right-11 {
  border-right: 11px solid;
}

.border-all-12 {
  border: 12px solid;
}

.border-bottom-12 {
  border-bottom: 12px solid;
}

.border-top-12 {
  border-top: 12px solid;
}

.border-left-12 {
  border-left: 12px solid;
}

.border-right-12 {
  border-right: 12px solid;
}

.border-all-13 {
  border: 13px solid;
}

.border-bottom-13 {
  border-bottom: 13px solid;
}

.border-top-13 {
  border-top: 13px solid;
}

.border-left-13 {
  border-left: 13px solid;
}

.border-right-13 {
  border-right: 13px solid;
}

.border-all-14 {
  border: 14px solid;
}

.border-bottom-14 {
  border-bottom: 14px solid;
}

.border-top-14 {
  border-top: 14px solid;
}

.border-left-14 {
  border-left: 14px solid;
}

.border-right-14 {
  border-right: 14px solid;
}

.border-all-15 {
  border: 15px solid;
}

.border-bottom-15 {
  border-bottom: 15px solid;
}

.border-top-15 {
  border-top: 15px solid;
}

.border-left-15 {
  border-left: 15px solid;
}

.border-right-15 {
  border-right: 15px solid;
}

.border-color-theme {
  border-color: #9b0b06;
}

.border-color-theme-alt {
  border-color: rgba(155, 11, 6, 0.65);
}

.border-color-theme2nd {
  border-color: #b4975d;
}

.border-color-theme2nd-alt {
  border-color: rgba(180, 151, 93, 0.65);
}

.border-color-theme3rd {
  border-color: #f8f1ea;
}

.border-color-theme3rd-alt {
  border-color: rgba(248, 241, 234, 0.65);
}

.border-color-dark {
  border-color: #000000;
}

.border-color-dark-alt {
  border-color: rgba(0, 0, 0, 0.65);
}

.border-color-gray {
  border-color: #dfdfdf;
}

.border-color-gray-alt {
  border-color: rgba(223, 223, 223, 0.65);
}

.border-color-light-gray {
  border-color: #f5f5f5;
}

.border-color-light-gray-alt {
  border-color: rgba(245, 245, 245, 0.65);
}

.border-color-medium-dark {
  border-color: #1d1d1d;
}

.border-color-medium-dark-alt {
  border-color: rgba(29, 29, 29, 0.65);
}

.border-color-white {
  border-color: #ffffff;
}

.border-color-white-alt {
  border-color: rgba(255, 255, 255, 0.65);
}

.border-color-black {
  border-color: #000000;
}

.border-color-black-alt {
  border-color: rgba(0, 0, 0, 0.65);
}

.border-color-yellow {
  border-color: #ffb70e;
}

.border-color-yellow-alt {
  border-color: rgba(255, 183, 14, 0.65);
}

.border-color-green {
  border-color: #15a349;
}

.border-color-green-alt {
  border-color: rgba(21, 163, 73, 0.65);
}

.border-color-blue {
  border-color: #011276;
}

.border-color-blue-alt {
  border-color: rgba(1, 18, 118, 0.65);
}

.border-color-pink {
  border-color: #f12699;
}

.border-color-pink-alt {
  border-color: rgba(241, 38, 153, 0.65);
}

.border-color-body {
  border-color: #000000;
}

.border-color-body-alt {
  border-color: rgba(0, 0, 0, 0.65);
}

.border-color-dark-gray {
  border-color: #eee;
}

/* ----------------------
*	Border Radius
---------------------------*/
.border-radius-0 {
  border-radius: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-radius-effect {
  border-radius: 73% 27% 38% 62%/40% 43% 57% 60%;
}

.border-radius-50 {
  border-radius: 50%;
}

.separated {
  overflow: hidden;
}
.separated > * {
  -webkit-box-shadow: -1px -1px 0px 0px #eee;
  box-shadow: -1px -1px 0px 0px #eee;
}

.border-style {
  position: relative;
}
.border-style:after {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background: radial-gradient(
    ellipse at center,
    #dee4ef 0,
    rgba(255, 255, 255, 0) 75%
  );
}
.border-style.bottom:after {
  bottom: 0;
}
.border-style.top:after {
  top: 0;
}
.border-style.light:after {
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.2) 0,
    rgba(31, 45, 61, 0) 75%
  );
}

.portfolio-content.grid-col-2 .grid-item {
  width: 50%;
}
@media (max-width: 567px) {
  .portfolio-content.grid-col-2 .grid-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 100%;
  }
}
.portfolio-content.grid-gutter-md {
  margin-left: -8px;
  margin-right: -8px;
}
.portfolio-content.grid-gutter-md .grid-item {
  padding: 8px;
}
.portfolio-content.grid-gutter-lg {
  margin-left: -12px;
  margin-right: -12px;
}
.portfolio-content.grid-gutter-lg .grid-item {
  padding: 12px;
}
.portfolio-content .grid-item {
  float: left;
}

/*Galletry*/
.gallery-box {
  position: relative;
  overflow: hidden;
}
.gallery-box .gallery-info {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
}
.gallery-box .gallery-info a {
  position: absolute;
  bottom: 13px;
  left: 16px;
  color: #000000;
}
.gallery-box:hover .gallery-info {
  opacity: 1;
}

/*Portfolio Filter*/
.portfolio-filter-01 .filter li {
  cursor: pointer;
  margin: 0 15px;
  color: #000000;
  position: relative;
  padding: 5px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
}
.portfolio-filter-01 .filter li:after {
  content: "";
  width: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #9b0b06;
  position: absolute;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
}
.portfolio-filter-01 .filter li:last-child {
  margin-right: 0;
}
.portfolio-filter-01 .filter li:first-child {
  margin-left: 0;
}
.portfolio-filter-01 .filter li:hover {
  color: #9b0b06;
}
.portfolio-filter-01 .filter li.active {
  color: #9b0b06;
}
.portfolio-filter-01 .filter li.active:after {
  width: 100%;
}

/*Portfolio Style 1*/
.portfolio-box {
  position: relative;
  overflow: hidden;
}
.portfolio-box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.portfolio-box.lg:before {
  padding-top: 125%;
}
.portfolio-box .portfolio-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.portfolio-box .portfolio-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
}
.portfolio-box .portfolio-link h3 {
  margin: 10px 0 0;
}
.portfolio-box .portfolio-link .portfolio-label {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  width: 100%;
  padding: 25px 20px 20px;
}
.portfolio-box:hover .portfolio-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*Portfolio Style 2*/
.portfolio-box-01 {
  position: relative;
  overflow: hidden;
}
.portfolio-box-01 .portfolio-img {
  overflow: hidden;
  background: #ffffff;
}
.portfolio-box-01 .portfolio-img img {
  display: block;
  width: 360px;
  height: 202px;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.portfolio-box-01 .portfolio-info {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.portfolio-box-01 .portfolio-icons {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
  padding: 15px;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  opacity: 0;
}
.portfolio-box-01:hover .portfolio-img {
  overflow: hidden;
}
.portfolio-box-01:hover .portfolio-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.portfolio-box-01:hover .portfolio-icons {
  opacity: 1;
}
.portfolio-box-01:hover .portfolio-info {
  bottom: 0;
}

/*Portfolio Style 3*/
.portfolio-box-02 {
  position: relative;
  overflow: hidden;
}
.portfolio-box-02 .portfolio-img img {
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.portfolio-box-02 .portfolio-info {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(155, 11, 6, 0.8);
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  opacity: 0;
}
.portfolio-box-02 .gallery-link {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
}
.portfolio-box-02 .gallery-link i {
  display: inline-block;
}
.portfolio-box-02 .gallery-link:hover {
  background: #ffffff;
  color: #9b0b06;
}
.portfolio-box-02 .portfolio-desc {
  position: absolute;
  left: 20px;
  bottom: 20px;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 0;
}
.portfolio-box-02 .portfolio-desc h5 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 500;
}
.portfolio-box-02 .portfolio-desc h5 a {
  color: #ffffff;
  text-decoration: none;
}
.portfolio-box-02 .portfolio-desc .pb-tag a {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 4px 15px;
  color: #9b0b06;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
}
.portfolio-box-02 .portfolio-desc .pb-tag a:hover {
  background: #9b0b06;
  color: #ffffff;
}
.portfolio-box-02:hover .portfolio-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio-box-02:hover .portfolio-desc {
  opacity: 1;
}
.portfolio-box-02:hover .portfolio-info {
  position: absolute;
  opacity: 1;
}

.counter-col-01 {
  text-align: center;
  position: relative;
  padding: 0 0 15px;
}
.counter-col-01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 2px;
  margin: auto;
}
.counter-col-01 .count {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}
.counter-col-01 h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.counter-col-02 .cc-icon {
  -ms-flex: 0 0 60px;
  -webkit-box-flex: 0;
  flex: 0 0 60px;
  max-width: 60px;
  font-size: 34px;
  border-right: 1px solid #ddd;
  position: relative;
  z-index: 1;
}
.counter-col-02 .cc-icon:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  background: #b4975d;
  border-radius: 60%;
  z-index: -1;
  opacity: 0.4;
}
.counter-col-02 .count-data {
  padding-left: 18px;
}
.counter-col-02 .count {
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: normal;
}
.counter-col-02 h6 {
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.counter-col-03 {
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
}
.counter-col-03 .cc-icon {
  width: 50px;
  height: 60px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.counter-col-03 .count {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: normal;
}
.counter-col-03 h6 {
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.after-k:after {
  content: "K";
}

.date-box-1 {
  display: inline-block;
  padding: 10px;
  margin: 5px;
  border: 2px solid #ffffff;
  min-width: 120px;
  border-radius: 10px;
}
.date-box-1 label {
  margin: 0;
  font-weight: 400;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.date-box-1 span {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
}

.social-icon a {
  margin: 0 4px;
}
.social-icon a:first-child {
  margin-left: 0px;
}
.social-icon a:last-child {
  margin-right: 0px;
}
.social-icon.si-30 a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
}
.social-icon.si-40 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.social-icon.si-50 a {
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
}
.social-icon.si-50 i {
  font-size: 25px;
}
.social-icon.si-60 a {
  width: 60px;
  height: 60px;
  line-height: 110px;
  text-align: center;
}
.social-icon.si-60 i {
  font-size: 60px;
}
.social-icon.white-icon a {
  color: #ffffff;
}
.social-icon.theme a {
  background-color: #9b0b06;
  color: #ffffff;
}
.social-icon.theme a:hover {
  background-color: #b4975d;
}
.social-icon.theme2nd a {
  background-color: #b4975d;
  color: #ffffff;
}
.social-icon.theme2nd a:hover {
  background-color: #9b0b06;
}
.social-icon.white a {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}
.social-icon.white a:hover {
  background-color: transparent;
  color: #ffffff;
}
.social-icon.gray a {
  background-color: #eee;
  color: #000000;
  border: 1px solid #eee;
}
.social-icon.gray a:hover {
  background-color: #000000;
  color: #ffffff;
}
.social-icon.radius a {
  border-radius: 50%;
}
.social-icon.round a {
  border-radius: 3px;
}

.list-type-01 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-type-01 li {
  position: relative;
  padding: 6px 25px 5px 0;
  font-weight: 500;
}
.list-type-01 li i {
  position: absolute;
  top: 13px;
  right: 0;
  color: #000000;
}
.list-type-01.theme li i {
  color: #9b0b06;
}
.list-type-01.white li i {
  color: #ffffff;
}

.list-type-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-type-02 li {
  position: relative;
  padding: 4px 0px 4px 25px;
  margin: 0px 10px 40px 0px;
}

.list-type-02 li i {
  position: absolute;
  top: 13px;
  left: 0;
  color: #e4a813;
}

.list-type-02.theme li i {
  color: #03c;
}

.list-type-03 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-type-03 li {
  position: relative;
  padding: 4px 0px 4px 25px;
  margin: 0px 10px 0px 0px;
}

.list-type-03 li i {
  position: absolute;
  top: 13px;
  left: 0;
  color: #fff;
}

.list-type-03.theme li i {
  color: #03c;
}

.list-type-04 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-type-04 li {
  position: relative;
  padding: 2px 0 2px 20px;
}
.list-type-04 li:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #b4975d;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
}

.list-type-05 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-type-05 li {
  position: relative;
  padding: 2px 0 2px 30px;
}
.list-type-05 li:after {
  content: "";
  width: 9px;
  height: 15px;
  border-right: 2px solid #9b0b06;
  position: absolute;
  top: 6px;
  left: 0;
  border-bottom: 2px solid #9b0b06;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-type-06 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-type-06 li {
  padding: 6px 0;
}

/* Margin Padding
--------------------*/
.m-0px {
  margin: 0px;
}

.m-0px-tb {
  margin-top: 0px;
  margin-bottom: 0px;
}

.m-0px-lr {
  margin-left: 0px;
  margin-right: 0px;
}

.m-0px-t {
  margin-top: 0px;
}

.m-0px-l {
  margin-left: 0px;
}

.m-0px-r {
  margin-right: 0px;
}

.m-0px-b {
  margin-bottom: 0px;
}

.p-0px {
  padding: 0px;
}

.p-0px-tb {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p-0px-lr {
  padding-left: 0px;
  padding-right: 0px;
}

.p-0px-t {
  padding-top: 0px;
}

.p-0px-l {
  padding-left: 0px;
}

.p-0px-r {
  padding-right: 0px;
}

.p-0px-b {
  padding-bottom: 0px;
}

.m-5px {
  margin: 5px;
}

.m-5px-tb {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-5px-lr {
  margin-left: 5px;
  margin-right: 5px;
}

.m-5px-t {
  margin-top: 5px;
}

.m-5px-l {
  margin-left: 5px;
}

.m-5px-r {
  margin-right: 5px;
}

.m-5px-b {
  margin-bottom: 5px;
}

.p-5px {
  padding: 5px;
}

.p-5px-tb {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-5px-lr {
  padding-left: 5px;
  padding-right: 5px;
}

.p-5px-t {
  padding-top: 5px;
}

.p-5px-l {
  padding-left: 5px;
}

.p-5px-r {
  padding-right: 5px;
}

.p-5px-b {
  padding-bottom: 5px;
}

.m-10px {
  margin: 10px;
}

.m-10px-tb {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-10px-lr {
  margin-left: 10px;
  margin-right: 10px;
}

.m-10px-t {
  margin-top: 10px;
}

.m-10px-l {
  margin-left: 10px;
}

.m-10px-r {
  margin-right: 10px;
}

.m-10px-b {
  margin-bottom: 10px;
}

.p-10px {
  padding: 10px;
}

.p-10px-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-10px-lr {
  padding-left: 10px;
  padding-right: 10px;
}

.p-10px-t {
  padding-top: 10px;
}

.p-10px-l {
  padding-left: 10px;
}

.p-10px-r {
  padding-right: 10px;
}

.p-10px-b {
  padding-bottom: 10px;
}

.m-15px {
  margin: 15px;
}

.m-15px-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-15px-lr {
  margin-left: 15px;
  margin-right: 15px;
}

.m-15px-t {
  margin-top: 15px;
}

.m-15px-l {
  margin-left: 15px;
}

.m-15px-r {
  margin-right: 15px;
}

.m-15px-b {
  margin-bottom: 15px;
}

.p-15px {
  padding: 15px;
}

.p-15px-tb {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-15px-lr {
  padding-left: 15px;
  padding-right: 15px;
}

.p-15px-t {
  padding-top: 15px;
}

.p-15px-l {
  padding-left: 15px;
}

.p-15px-r {
  padding-right: 15px;
}

.p-15px-b {
  padding-bottom: 15px;
}

.m-20px {
  margin: 20px;
}

.m-20px-tb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-20px-lr {
  margin-left: 20px;
  margin-right: 20px;
}

.m-20px-t {
  margin-top: 20px;
}

.m-20px-l {
  margin-left: 20px;
}

.m-20px-r {
  margin-right: 20px;
}

.m-20px-b {
  margin-bottom: 20px;
}

.p-20px {
  padding: 20px;
}

.p-20px-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-20px-lr {
  padding-left: 20px;
  padding-right: 20px;
}

.p-20px-t {
  padding-top: 20px;
}

.p-20px-l {
  padding-left: 20px;
}

.p-20px-r {
  padding-right: 20px;
}

.p-20px-b {
  padding-bottom: 20px;
}

.m-25px {
  margin: 25px;
}

.m-25px-tb {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-25px-lr {
  margin-left: 25px;
  margin-right: 25px;
}

.m-25px-t {
  margin-top: 25px;
}

.m-25px-l {
  margin-left: 25px;
}

.m-25px-r {
  margin-right: 25px;
}

.m-25px-b {
  margin-bottom: 25px;
}

.p-25px {
  padding: 25px;
}

.p-25px-tb {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-25px-lr {
  padding-left: 25px;
  padding-right: 25px;
}

.p-25px-t {
  padding-top: 25px;
}

.p-25px-l {
  padding-left: 25px;
}

.p-25px-r {
  padding-right: 25px;
}

.p-25px-b {
  padding-bottom: 25px;
}

.m-30px {
  margin: 30px;
}

.m-30px-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-30px-lr {
  margin-left: 30px;
  margin-right: 30px;
}

.m-30px-t {
  margin-top: 30px;
}

.m-30px-l {
  margin-left: 30px;
}

.m-30px-r {
  margin-right: 30px;
}

.m-30px-b {
  margin-bottom: 30px;
}

.p-30px {
  padding: 30px;
}

.p-30px-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-30px-lr {
  padding-left: 30px;
  padding-right: 30px;
}

.p-30px-t {
  padding-top: 30px;
}

.p-30px-l {
  padding-left: 30px;
}

.p-30px-r {
  padding-right: 30px;
}

.p-30px-b {
  padding-bottom: 30px;
}

.m-35px {
  margin: 35px;
}

.m-35px-tb {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-35px-lr {
  margin-left: 35px;
  margin-right: 35px;
}

.m-35px-t {
  margin-top: 35px;
}

.m-35px-l {
  margin-left: 35px;
}

.m-35px-r {
  margin-right: 35px;
}

.m-35px-b {
  margin-bottom: 35px;
}

.p-35px {
  padding: 35px;
}

.p-35px-tb {
  padding-top: 35px;
  padding-bottom: 35px;
}

.p-35px-lr {
  padding-left: 35px;
  padding-right: 35px;
}

.p-35px-t {
  padding-top: 35px;
}

.p-35px-l {
  padding-left: 35px;
}

.p-35px-r {
  padding-right: 35px;
}

.p-35px-b {
  padding-bottom: 35px;
}

.m-40px {
  margin: 40px;
}

.m-40px-tb {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-40px-lr {
  margin-left: 40px;
  margin-right: 40px;
}

.m-40px-t {
  margin-top: 40px;
}

.m-40px-l {
  margin-left: 40px;
}

.m-40px-r {
  margin-right: 40px;
}

.m-40px-b {
  margin-bottom: 40px;
}

.p-40px {
  padding: 40px;
}

.p-40px-tb {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-40px-lr {
  padding-left: 40px;
  padding-right: 40px;
}

.p-40px-t {
  padding-top: 40px;
}

.p-40px-l {
  padding-left: 40px;
}

.p-40px-r {
  padding-right: 40px;
}

.p-40px-b {
  padding-bottom: 40px;
}

.m-45px {
  margin: 45px;
}

.m-45px-tb {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m-45px-lr {
  margin-left: 45px;
  margin-right: 45px;
}

.m-45px-t {
  margin-top: 45px;
}

.m-45px-l {
  margin-left: 45px;
}

.m-45px-r {
  margin-right: 45px;
}

.m-45px-b {
  margin-bottom: 45px;
}

.p-45px {
  padding: 45px;
}

.p-45px-tb {
  padding-top: 45px;
  padding-bottom: 45px;
}

.p-45px-lr {
  padding-left: 45px;
  padding-right: 45px;
}

.p-45px-t {
  padding-top: 45px;
}

.p-45px-l {
  padding-left: 45px;
}

.p-45px-r {
  padding-right: 45px;
}

.p-45px-b {
  padding-bottom: 45px;
}

.m-50px {
  margin: 50px;
}

.m-50px-tb {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-50px-lr {
  margin-left: 50px;
  margin-right: 50px;
}

.m-50px-t {
  margin-top: 50px;
}

.m-50px-l {
  margin-left: 50px;
}

.m-50px-r {
  margin-right: 50px;
}

.m-50px-b {
  margin-bottom: 50px;
}

.p-50px {
  padding: 50px;
}

.p-50px-tb {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-50px-lr {
  padding-left: 50px;
  padding-right: 50px;
}

.p-50px-t {
  padding-top: 50px;
}

.p-50px-l {
  padding-left: 50px;
}

.p-50px-r {
  padding-right: 50px;
}

.p-50px-b {
  padding-bottom: 50px;
}

.m-55px {
  margin: 55px;
}

.m-55px-tb {
  margin-top: 55px;
  margin-bottom: 55px;
}

.m-55px-lr {
  margin-left: 55px;
  margin-right: 55px;
}

.m-55px-t {
  margin-top: 55px;
}

.m-55px-l {
  margin-left: 55px;
}

.m-55px-r {
  margin-right: 55px;
}

.m-55px-b {
  margin-bottom: 55px;
}

.p-55px {
  padding: 55px;
}

.p-55px-tb {
  padding-top: 55px;
  padding-bottom: 55px;
}

.p-55px-lr {
  padding-left: 55px;
  padding-right: 55px;
}

.p-55px-t {
  padding-top: 55px;
}

.p-55px-l {
  padding-left: 55px;
}

.p-55px-r {
  padding-right: 55px;
}

.p-55px-b {
  padding-bottom: 55px;
}

.m-60px {
  margin: 60px;
}

.m-60px-tb {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-60px-lr {
  margin-left: 60px;
  margin-right: 60px;
}

.m-60px-t {
  margin-top: 60px;
}

.m-60px-l {
  margin-left: 60px;
}

.m-60px-r {
  margin-right: 60px;
}

.m-60px-b {
  margin-bottom: 60px;
}

.p-60px {
  padding: 60px;
}

.p-60px-tb {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-60px-lr {
  padding-left: 60px;
  padding-right: 60px;
}

.p-60px-t {
  padding-top: 60px;
}

.p-60px-l {
  padding-left: 60px;
}

.p-60px-r {
  padding-right: 60px;
}

.p-60px-b {
  padding-bottom: 60px;
}

.m-65px {
  margin: 65px;
}

.m-65px-tb {
  margin-top: 65px;
  margin-bottom: 65px;
}

.m-65px-lr {
  margin-left: 65px;
  margin-right: 65px;
}

.m-65px-t {
  margin-top: 65px;
}

.m-65px-l {
  margin-left: 65px;
}

.m-65px-r {
  margin-right: 65px;
}

.m-65px-b {
  margin-bottom: 65px;
}

.p-65px {
  padding: 65px;
}

.p-65px-tb {
  padding-top: 65px;
  padding-bottom: 65px;
}

.p-65px-lr {
  padding-left: 65px;
  padding-right: 65px;
}

.p-65px-t {
  padding-top: 65px;
}

.p-65px-l {
  padding-left: 65px;
}

.p-65px-r {
  padding-right: 65px;
}

.p-65px-b {
  padding-bottom: 65px;
}

.m-70px {
  margin: 70px;
}

.m-70px-tb {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-70px-lr {
  margin-left: 70px;
  margin-right: 70px;
}

.m-70px-t {
  margin-top: 70px;
}

.m-70px-l {
  margin-left: 70px;
}

.m-70px-r {
  margin-right: 70px;
}

.m-70px-b {
  margin-bottom: 70px;
}

.p-70px {
  padding: 70px;
}

.p-70px-tb {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-70px-lr {
  padding-left: 70px;
  padding-right: 70px;
}

.p-70px-t {
  padding-top: 70px;
}

.p-70px-l {
  padding-left: 70px;
}

.p-70px-r {
  padding-right: 70px;
}

.p-70px-b {
  padding-bottom: 70px;
}

.m-75px {
  margin: 75px;
}

.m-75px-tb {
  margin-top: 75px;
  margin-bottom: 75px;
}

.m-75px-lr {
  margin-left: 75px;
  margin-right: 75px;
}

.m-75px-t {
  margin-top: 75px;
}

.m-75px-l {
  margin-left: 75px;
}

.m-75px-r {
  margin-right: 75px;
}

.m-75px-b {
  margin-bottom: 75px;
}

.p-75px {
  padding: 75px;
}

.p-75px-tb {
  padding-top: 75px;
  padding-bottom: 75px;
}

.p-75px-lr {
  padding-left: 75px;
  padding-right: 75px;
}

.p-75px-t {
  padding-top: 75px;
}

.p-75px-l {
  padding-left: 75px;
}

.p-75px-r {
  padding-right: 75px;
}

.p-75px-b {
  padding-bottom: 75px;
}

.m-80px {
  margin: 80px;
}

.m-80px-tb {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-80px-lr {
  margin-left: 80px;
  margin-right: 80px;
}

.m-80px-t {
  margin-top: 80px;
}

.m-80px-l {
  margin-left: 80px;
}

.m-80px-r {
  margin-right: 80px;
}

.m-80px-b {
  margin-bottom: 80px;
}

.p-80px {
  padding: 80px;
}

.p-80px-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-80px-lr {
  padding-left: 80px;
  padding-right: 80px;
}

.p-80px-t {
  padding-top: 80px;
}

.p-80px-l {
  padding-left: 80px;
}

.p-80px-r {
  padding-right: 80px;
}

.p-80px-b {
  padding-bottom: 80px;
}

.m-85px {
  margin: 85px;
}

.m-85px-tb {
  margin-top: 85px;
  margin-bottom: 85px;
}

.m-85px-lr {
  margin-left: 85px;
  margin-right: 85px;
}

.m-85px-t {
  margin-top: 85px;
}

.m-85px-l {
  margin-left: 85px;
}

.m-85px-r {
  margin-right: 85px;
}

.m-85px-b {
  margin-bottom: 85px;
}

.p-85px {
  padding: 85px;
}

.p-85px-tb {
  padding-top: 85px;
  padding-bottom: 85px;
}

.p-85px-lr {
  padding-left: 85px;
  padding-right: 85px;
}

.p-85px-t {
  padding-top: 85px;
}

.p-85px-l {
  padding-left: 85px;
}

.p-85px-r {
  padding-right: 85px;
}

.p-85px-b {
  padding-bottom: 85px;
}

.m-90px {
  margin: 90px;
}

.m-90px-tb {
  margin-top: 90px;
  margin-bottom: 90px;
}

.m-90px-lr {
  margin-left: 90px;
  margin-right: 90px;
}

.m-90px-t {
  margin-top: 90px;
}

.m-90px-l {
  margin-left: 90px;
}

.m-90px-r {
  margin-right: 90px;
}

.m-90px-b {
  margin-bottom: 90px;
}

.p-90px {
  padding: 90px;
}

.p-90px-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-90px-lr {
  padding-left: 90px;
  padding-right: 90px;
}

.p-90px-t {
  padding-top: 90px;
}

.p-90px-l {
  padding-left: 90px;
}

.p-90px-r {
  padding-right: 90px;
}

.p-90px-b {
  padding-bottom: 90px;
}

.m-95px {
  margin: 95px;
}

.m-95px-tb {
  margin-top: 95px;
  margin-bottom: 95px;
}

.m-95px-lr {
  margin-left: 95px;
  margin-right: 95px;
}

.m-95px-t {
  margin-top: 95px;
}

.m-95px-l {
  margin-left: 95px;
}

.m-95px-r {
  margin-right: 95px;
}

.m-95px-b {
  margin-bottom: 95px;
}

.p-95px {
  padding: 95px;
}

.p-95px-tb {
  padding-top: 95px;
  padding-bottom: 95px;
}

.p-95px-lr {
  padding-left: 95px;
  padding-right: 95px;
}

.p-95px-t {
  padding-top: 95px;
}

.p-95px-l {
  padding-left: 95px;
}

.p-95px-r {
  padding-right: 95px;
}

.p-95px-b {
  padding-bottom: 95px;
}

.m-100px {
  margin: 100px;
}

.m-100px-tb {
  margin-top: 100px;
  margin-bottom: 100px;
}

.m-100px-lr {
  margin-left: 100px;
  margin-right: 100px;
}

.m-100px-t {
  margin-top: 100px;
}

.m-100px-l {
  margin-left: 100px;
}

.m-100px-r {
  margin-right: 100px;
}

.m-100px-b {
  margin-bottom: 100px;
}

.p-100px {
  padding: 100px;
}

.p-100px-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-100px-lr {
  padding-left: 100px;
  padding-right: 100px;
}

.p-100px-t {
  padding-top: 100px;
}

.p-100px-l {
  padding-left: 100px;
}

.p-100px-r {
  padding-right: 100px;
}

.p-100px-b {
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  /* Margin Padding
  --------------------*/
  .xl-m-0px {
    margin: 0px;
  }
  .xl-m-0px-tb {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xl-m-0px-lr {
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl-m-0px-t {
    margin-top: 0px;
  }
  .xl-m-0px-l {
    margin-left: 0px;
  }
  .xl-m-0px-r {
    margin-right: 0px;
  }
  .xl-m-0px-b {
    margin-bottom: 0px;
  }
  .xl-p-0px {
    padding: 0px;
  }
  .xl-p-0px-tb {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl-p-0px-lr {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl-p-0px-t {
    padding-top: 0px;
  }
  .xl-p-0px-l {
    padding-left: 0px;
  }
  .xl-p-0px-r {
    padding-right: 0px;
  }
  .xl-p-0px-b {
    padding-bottom: 0px;
  }
  .xl-m-5px {
    margin: 5px;
  }
  .xl-m-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .xl-m-5px-lr {
    margin-left: 5px;
    margin-right: 5px;
  }
  .xl-m-5px-t {
    margin-top: 5px;
  }
  .xl-m-5px-l {
    margin-left: 5px;
  }
  .xl-m-5px-r {
    margin-right: 5px;
  }
  .xl-m-5px-b {
    margin-bottom: 5px;
  }
  .xl-p-5px {
    padding: 5px;
  }
  .xl-p-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .xl-p-5px-lr {
    padding-left: 5px;
    padding-right: 5px;
  }
  .xl-p-5px-t {
    padding-top: 5px;
  }
  .xl-p-5px-l {
    padding-left: 5px;
  }
  .xl-p-5px-r {
    padding-right: 5px;
  }
  .xl-p-5px-b {
    padding-bottom: 5px;
  }
  .xl-m-10px {
    margin: 10px;
  }
  .xl-m-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .xl-m-10px-lr {
    margin-left: 10px;
    margin-right: 10px;
  }
  .xl-m-10px-t {
    margin-top: 10px;
  }
  .xl-m-10px-l {
    margin-left: 10px;
  }
  .xl-m-10px-r {
    margin-right: 10px;
  }
  .xl-m-10px-b {
    margin-bottom: 10px;
  }
  .xl-p-10px {
    padding: 10px;
  }
  .xl-p-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xl-p-10px-lr {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xl-p-10px-t {
    padding-top: 10px;
  }
  .xl-p-10px-l {
    padding-left: 10px;
  }
  .xl-p-10px-r {
    padding-right: 10px;
  }
  .xl-p-10px-b {
    padding-bottom: 10px;
  }
  .xl-m-15px {
    margin: 15px;
  }
  .xl-m-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .xl-m-15px-lr {
    margin-left: 15px;
    margin-right: 15px;
  }
  .xl-m-15px-t {
    margin-top: 15px;
  }
  .xl-m-15px-l {
    margin-left: 15px;
  }
  .xl-m-15px-r {
    margin-right: 15px;
  }
  .xl-m-15px-b {
    margin-bottom: 15px;
  }
  .xl-p-15px {
    padding: 15px;
  }
  .xl-p-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xl-p-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xl-p-15px-t {
    padding-top: 15px;
  }
  .xl-p-15px-l {
    padding-left: 15px;
  }
  .xl-p-15px-r {
    padding-right: 15px;
  }
  .xl-p-15px-b {
    padding-bottom: 15px;
  }
  .xl-m-20px {
    margin: 20px;
  }
  .xl-m-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xl-m-20px-lr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .xl-m-20px-t {
    margin-top: 20px;
  }
  .xl-m-20px-l {
    margin-left: 20px;
  }
  .xl-m-20px-r {
    margin-right: 20px;
  }
  .xl-m-20px-b {
    margin-bottom: 20px;
  }
  .xl-p-20px {
    padding: 20px;
  }
  .xl-p-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xl-p-20px-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xl-p-20px-t {
    padding-top: 20px;
  }
  .xl-p-20px-l {
    padding-left: 20px;
  }
  .xl-p-20px-r {
    padding-right: 20px;
  }
  .xl-p-20px-b {
    padding-bottom: 20px;
  }
  .xl-m-25px {
    margin: 25px;
  }
  .xl-m-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .xl-m-25px-lr {
    margin-left: 25px;
    margin-right: 25px;
  }
  .xl-m-25px-t {
    margin-top: 25px;
  }
  .xl-m-25px-l {
    margin-left: 25px;
  }
  .xl-m-25px-r {
    margin-right: 25px;
  }
  .xl-m-25px-b {
    margin-bottom: 25px;
  }
  .xl-p-25px {
    padding: 25px;
  }
  .xl-p-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .xl-p-25px-lr {
    padding-left: 25px;
    padding-right: 25px;
  }
  .xl-p-25px-t {
    padding-top: 25px;
  }
  .xl-p-25px-l {
    padding-left: 25px;
  }
  .xl-p-25px-r {
    padding-right: 25px;
  }
  .xl-p-25px-b {
    padding-bottom: 25px;
  }
  .xl-m-30px {
    margin: 30px;
  }
  .xl-m-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .xl-m-30px-lr {
    margin-left: 30px;
    margin-right: 30px;
  }
  .xl-m-30px-t {
    margin-top: 30px;
  }
  .xl-m-30px-l {
    margin-left: 30px;
  }
  .xl-m-30px-r {
    margin-right: 30px;
  }
  .xl-m-30px-b {
    margin-bottom: 30px;
  }
  .xl-p-30px {
    padding: 30px;
  }
  .xl-p-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl-p-30px-lr {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xl-p-30px-t {
    padding-top: 30px;
  }
  .xl-p-30px-l {
    padding-left: 30px;
  }
  .xl-p-30px-r {
    padding-right: 30px;
  }
  .xl-p-30px-b {
    padding-bottom: 30px;
  }
  .xl-m-35px {
    margin: 35px;
  }
  .xl-m-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .xl-m-35px-lr {
    margin-left: 35px;
    margin-right: 35px;
  }
  .xl-m-35px-t {
    margin-top: 35px;
  }
  .xl-m-35px-l {
    margin-left: 35px;
  }
  .xl-m-35px-r {
    margin-right: 35px;
  }
  .xl-m-35px-b {
    margin-bottom: 35px;
  }
  .xl-p-35px {
    padding: 35px;
  }
  .xl-p-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .xl-p-35px-lr {
    padding-left: 35px;
    padding-right: 35px;
  }
  .xl-p-35px-t {
    padding-top: 35px;
  }
  .xl-p-35px-l {
    padding-left: 35px;
  }
  .xl-p-35px-r {
    padding-right: 35px;
  }
  .xl-p-35px-b {
    padding-bottom: 35px;
  }
  .xl-m-40px {
    margin: 40px;
  }
  .xl-m-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xl-m-40px-lr {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xl-m-40px-t {
    margin-top: 40px;
  }
  .xl-m-40px-l {
    margin-left: 40px;
  }
  .xl-m-40px-r {
    margin-right: 40px;
  }
  .xl-m-40px-b {
    margin-bottom: 40px;
  }
  .xl-p-40px {
    padding: 40px;
  }
  .xl-p-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xl-p-40px-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xl-p-40px-t {
    padding-top: 40px;
  }
  .xl-p-40px-l {
    padding-left: 40px;
  }
  .xl-p-40px-r {
    padding-right: 40px;
  }
  .xl-p-40px-b {
    padding-bottom: 40px;
  }
  .xl-m-45px {
    margin: 45px;
  }
  .xl-m-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .xl-m-45px-lr {
    margin-left: 45px;
    margin-right: 45px;
  }
  .xl-m-45px-t {
    margin-top: 45px;
  }
  .xl-m-45px-l {
    margin-left: 45px;
  }
  .xl-m-45px-r {
    margin-right: 45px;
  }
  .xl-m-45px-b {
    margin-bottom: 45px;
  }
  .xl-p-45px {
    padding: 45px;
  }
  .xl-p-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .xl-p-45px-lr {
    padding-left: 45px;
    padding-right: 45px;
  }
  .xl-p-45px-t {
    padding-top: 45px;
  }
  .xl-p-45px-l {
    padding-left: 45px;
  }
  .xl-p-45px-r {
    padding-right: 45px;
  }
  .xl-p-45px-b {
    padding-bottom: 45px;
  }
  .xl-m-50px {
    margin: 50px;
  }
  .xl-m-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .xl-m-50px-lr {
    margin-left: 50px;
    margin-right: 50px;
  }
  .xl-m-50px-t {
    margin-top: 50px;
  }
  .xl-m-50px-l {
    margin-left: 50px;
  }
  .xl-m-50px-r {
    margin-right: 50px;
  }
  .xl-m-50px-b {
    margin-bottom: 50px;
  }
  .xl-p-50px {
    padding: 50px;
  }
  .xl-p-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xl-p-50px-lr {
    padding-left: 50px;
    padding-right: 50px;
  }
  .xl-p-50px-t {
    padding-top: 50px;
  }
  .xl-p-50px-l {
    padding-left: 50px;
  }
  .xl-p-50px-r {
    padding-right: 50px;
  }
  .xl-p-50px-b {
    padding-bottom: 50px;
  }
  .xl-m-55px {
    margin: 55px;
  }
  .xl-m-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .xl-m-55px-lr {
    margin-left: 55px;
    margin-right: 55px;
  }
  .xl-m-55px-t {
    margin-top: 55px;
  }
  .xl-m-55px-l {
    margin-left: 55px;
  }
  .xl-m-55px-r {
    margin-right: 55px;
  }
  .xl-m-55px-b {
    margin-bottom: 55px;
  }
  .xl-p-55px {
    padding: 55px;
  }
  .xl-p-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .xl-p-55px-lr {
    padding-left: 55px;
    padding-right: 55px;
  }
  .xl-p-55px-t {
    padding-top: 55px;
  }
  .xl-p-55px-l {
    padding-left: 55px;
  }
  .xl-p-55px-r {
    padding-right: 55px;
  }
  .xl-p-55px-b {
    padding-bottom: 55px;
  }
  .xl-m-60px {
    margin: 60px;
  }
  .xl-m-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .xl-m-60px-lr {
    margin-left: 60px;
    margin-right: 60px;
  }
  .xl-m-60px-t {
    margin-top: 60px;
  }
  .xl-m-60px-l {
    margin-left: 60px;
  }
  .xl-m-60px-r {
    margin-right: 60px;
  }
  .xl-m-60px-b {
    margin-bottom: 60px;
  }
  .xl-p-60px {
    padding: 60px;
  }
  .xl-p-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xl-p-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xl-p-60px-t {
    padding-top: 60px;
  }
  .xl-p-60px-l {
    padding-left: 60px;
  }
  .xl-p-60px-r {
    padding-right: 60px;
  }
  .xl-p-60px-b {
    padding-bottom: 60px;
  }
  .xl-m-65px {
    margin: 65px;
  }
  .xl-m-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .xl-m-65px-lr {
    margin-left: 65px;
    margin-right: 65px;
  }
  .xl-m-65px-t {
    margin-top: 65px;
  }
  .xl-m-65px-l {
    margin-left: 65px;
  }
  .xl-m-65px-r {
    margin-right: 65px;
  }
  .xl-m-65px-b {
    margin-bottom: 65px;
  }
  .xl-p-65px {
    padding: 65px;
  }
  .xl-p-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .xl-p-65px-lr {
    padding-left: 65px;
    padding-right: 65px;
  }
  .xl-p-65px-t {
    padding-top: 65px;
  }
  .xl-p-65px-l {
    padding-left: 65px;
  }
  .xl-p-65px-r {
    padding-right: 65px;
  }
  .xl-p-65px-b {
    padding-bottom: 65px;
  }
  .xl-m-70px {
    margin: 70px;
  }
  .xl-m-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .xl-m-70px-lr {
    margin-left: 70px;
    margin-right: 70px;
  }
  .xl-m-70px-t {
    margin-top: 70px;
  }
  .xl-m-70px-l {
    margin-left: 70px;
  }
  .xl-m-70px-r {
    margin-right: 70px;
  }
  .xl-m-70px-b {
    margin-bottom: 70px;
  }
  .xl-p-70px {
    padding: 70px;
  }
  .xl-p-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .xl-p-70px-lr {
    padding-left: 70px;
    padding-right: 70px;
  }
  .xl-p-70px-t {
    padding-top: 70px;
  }
  .xl-p-70px-l {
    padding-left: 70px;
  }
  .xl-p-70px-r {
    padding-right: 70px;
  }
  .xl-p-70px-b {
    padding-bottom: 70px;
  }
  .xl-m-75px {
    margin: 75px;
  }
  .xl-m-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .xl-m-75px-lr {
    margin-left: 75px;
    margin-right: 75px;
  }
  .xl-m-75px-t {
    margin-top: 75px;
  }
  .xl-m-75px-l {
    margin-left: 75px;
  }
  .xl-m-75px-r {
    margin-right: 75px;
  }
  .xl-m-75px-b {
    margin-bottom: 75px;
  }
  .xl-p-75px {
    padding: 75px;
  }
  .xl-p-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .xl-p-75px-lr {
    padding-left: 75px;
    padding-right: 75px;
  }
  .xl-p-75px-t {
    padding-top: 75px;
  }
  .xl-p-75px-l {
    padding-left: 75px;
  }
  .xl-p-75px-r {
    padding-right: 75px;
  }
  .xl-p-75px-b {
    padding-bottom: 75px;
  }
  .xl-m-80px {
    margin: 80px;
  }
  .xl-m-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .xl-m-80px-lr {
    margin-left: 80px;
    margin-right: 80px;
  }
  .xl-m-80px-t {
    margin-top: 80px;
  }
  .xl-m-80px-l {
    margin-left: 80px;
  }
  .xl-m-80px-r {
    margin-right: 80px;
  }
  .xl-m-80px-b {
    margin-bottom: 80px;
  }
  .xl-p-80px {
    padding: 80px;
  }
  .xl-p-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .xl-p-80px-lr {
    padding-left: 80px;
    padding-right: 80px;
  }
  .xl-p-80px-t {
    padding-top: 80px;
  }
  .xl-p-80px-l {
    padding-left: 80px;
  }
  .xl-p-80px-r {
    padding-right: 80px;
  }
  .xl-p-80px-b {
    padding-bottom: 80px;
  }
  .xl-m-85px {
    margin: 85px;
  }
  .xl-m-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .xl-m-85px-lr {
    margin-left: 85px;
    margin-right: 85px;
  }
  .xl-m-85px-t {
    margin-top: 85px;
  }
  .xl-m-85px-l {
    margin-left: 85px;
  }
  .xl-m-85px-r {
    margin-right: 85px;
  }
  .xl-m-85px-b {
    margin-bottom: 85px;
  }
  .xl-p-85px {
    padding: 85px;
  }
  .xl-p-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .xl-p-85px-lr {
    padding-left: 85px;
    padding-right: 85px;
  }
  .xl-p-85px-t {
    padding-top: 85px;
  }
  .xl-p-85px-l {
    padding-left: 85px;
  }
  .xl-p-85px-r {
    padding-right: 85px;
  }
  .xl-p-85px-b {
    padding-bottom: 85px;
  }
  .xl-m-90px {
    margin: 90px;
  }
  .xl-m-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .xl-m-90px-lr {
    margin-left: 90px;
    margin-right: 90px;
  }
  .xl-m-90px-t {
    margin-top: 90px;
  }
  .xl-m-90px-l {
    margin-left: 90px;
  }
  .xl-m-90px-r {
    margin-right: 90px;
  }
  .xl-m-90px-b {
    margin-bottom: 90px;
  }
  .xl-p-90px {
    padding: 90px;
  }
  .xl-p-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .xl-p-90px-lr {
    padding-left: 90px;
    padding-right: 90px;
  }
  .xl-p-90px-t {
    padding-top: 90px;
  }
  .xl-p-90px-l {
    padding-left: 90px;
  }
  .xl-p-90px-r {
    padding-right: 90px;
  }
  .xl-p-90px-b {
    padding-bottom: 90px;
  }
  .xl-m-95px {
    margin: 95px;
  }
  .xl-m-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .xl-m-95px-lr {
    margin-left: 95px;
    margin-right: 95px;
  }
  .xl-m-95px-t {
    margin-top: 95px;
  }
  .xl-m-95px-l {
    margin-left: 95px;
  }
  .xl-m-95px-r {
    margin-right: 95px;
  }
  .xl-m-95px-b {
    margin-bottom: 95px;
  }
  .xl-p-95px {
    padding: 95px;
  }
  .xl-p-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .xl-p-95px-lr {
    padding-left: 95px;
    padding-right: 95px;
  }
  .xl-p-95px-t {
    padding-top: 95px;
  }
  .xl-p-95px-l {
    padding-left: 95px;
  }
  .xl-p-95px-r {
    padding-right: 95px;
  }
  .xl-p-95px-b {
    padding-bottom: 95px;
  }
  .xl-m-100px {
    margin: 100px;
  }
  .xl-m-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .xl-m-100px-lr {
    margin-left: 100px;
    margin-right: 100px;
  }
  .xl-m-100px-t {
    margin-top: 100px;
  }
  .xl-m-100px-l {
    margin-left: 100px;
  }
  .xl-m-100px-r {
    margin-right: 100px;
  }
  .xl-m-100px-b {
    margin-bottom: 100px;
  }
  .xl-p-100px {
    padding: 100px;
  }
  .xl-p-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .xl-p-100px-lr {
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl-p-100px-t {
    padding-top: 100px;
  }
  .xl-p-100px-l {
    padding-left: 100px;
  }
  .xl-p-100px-r {
    padding-right: 100px;
  }
  .xl-p-100px-b {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  /* Margin Padding
  --------------------*/
  .lg-m-0px {
    margin: 0px;
  }
  .lg-m-0px-tb {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg-m-0px-lr {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg-m-0px-t {
    margin-top: 0px;
  }
  .lg-m-0px-l {
    margin-left: 0px;
  }
  .lg-m-0px-r {
    margin-right: 0px;
  }
  .lg-m-0px-b {
    margin-bottom: 0px;
  }
  .lg-p-0px {
    padding: 0px;
  }
  .lg-p-0px-tb {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg-p-0px-lr {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg-p-0px-t {
    padding-top: 0px;
  }
  .lg-p-0px-l {
    padding-left: 0px;
  }
  .lg-p-0px-r {
    padding-right: 0px;
  }
  .lg-p-0px-b {
    padding-bottom: 0px;
  }
  .lg-m-5px {
    margin: 5px;
  }
  .lg-m-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .lg-m-5px-lr {
    margin-left: 5px;
    margin-right: 5px;
  }
  .lg-m-5px-t {
    margin-top: 5px;
  }
  .lg-m-5px-l {
    margin-left: 5px;
  }
  .lg-m-5px-r {
    margin-right: 5px;
  }
  .lg-m-5px-b {
    margin-bottom: 5px;
  }
  .lg-p-5px {
    padding: 5px;
  }
  .lg-p-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lg-p-5px-lr {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lg-p-5px-t {
    padding-top: 5px;
  }
  .lg-p-5px-l {
    padding-left: 5px;
  }
  .lg-p-5px-r {
    padding-right: 5px;
  }
  .lg-p-5px-b {
    padding-bottom: 5px;
  }
  .lg-m-10px {
    margin: 10px;
  }
  .lg-m-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lg-m-10px-lr {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lg-m-10px-t {
    margin-top: 10px;
  }
  .lg-m-10px-l {
    margin-left: 10px;
  }
  .lg-m-10px-r {
    margin-right: 10px;
  }
  .lg-m-10px-b {
    margin-bottom: 10px;
  }
  .lg-p-10px {
    padding: 10px;
  }
  .lg-p-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg-p-10px-lr {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg-p-10px-t {
    padding-top: 10px;
  }
  .lg-p-10px-l {
    padding-left: 10px;
  }
  .lg-p-10px-r {
    padding-right: 10px;
  }
  .lg-p-10px-b {
    padding-bottom: 10px;
  }
  .lg-m-15px {
    margin: 15px;
  }
  .lg-m-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lg-m-15px-lr {
    margin-left: 15px;
    margin-right: 15px;
  }
  .lg-m-15px-t {
    margin-top: 15px;
  }
  .lg-m-15px-l {
    margin-left: 15px;
  }
  .lg-m-15px-r {
    margin-right: 15px;
  }
  .lg-m-15px-b {
    margin-bottom: 15px;
  }
  .lg-p-15px {
    padding: 15px;
  }
  .lg-p-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lg-p-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg-p-15px-t {
    padding-top: 15px;
  }
  .lg-p-15px-l {
    padding-left: 15px;
  }
  .lg-p-15px-r {
    padding-right: 15px;
  }
  .lg-p-15px-b {
    padding-bottom: 15px;
  }
  .lg-m-20px {
    margin: 20px;
  }
  .lg-m-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lg-m-20px-lr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .lg-m-20px-t {
    margin-top: 20px;
  }
  .lg-m-20px-l {
    margin-left: 20px;
  }
  .lg-m-20px-r {
    margin-right: 20px;
  }
  .lg-m-20px-b {
    margin-bottom: 20px;
  }
  .lg-p-20px {
    padding: 20px;
  }
  .lg-p-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg-p-20px-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg-p-20px-t {
    padding-top: 20px;
  }
  .lg-p-20px-l {
    padding-left: 20px;
  }
  .lg-p-20px-r {
    padding-right: 20px;
  }
  .lg-p-20px-b {
    padding-bottom: 20px;
  }
  .lg-m-25px {
    margin: 25px;
  }
  .lg-m-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .lg-m-25px-lr {
    margin-left: 25px;
    margin-right: 25px;
  }
  .lg-m-25px-t {
    margin-top: 25px;
  }
  .lg-m-25px-l {
    margin-left: 25px;
  }
  .lg-m-25px-r {
    margin-right: 25px;
  }
  .lg-m-25px-b {
    margin-bottom: 25px;
  }
  .lg-p-25px {
    padding: 25px;
  }
  .lg-p-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lg-p-25px-lr {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg-p-25px-t {
    padding-top: 25px;
  }
  .lg-p-25px-l {
    padding-left: 25px;
  }
  .lg-p-25px-r {
    padding-right: 25px;
  }
  .lg-p-25px-b {
    padding-bottom: 25px;
  }
  .lg-m-30px {
    margin: 30px;
  }
  .lg-m-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lg-m-30px-lr {
    margin-left: 30px;
    margin-right: 30px;
  }
  .lg-m-30px-t {
    margin-top: 30px;
  }
  .lg-m-30px-l {
    margin-left: 30px;
  }
  .lg-m-30px-r {
    margin-right: 30px;
  }
  .lg-m-30px-b {
    margin-bottom: 30px;
  }
  .lg-p-30px {
    padding: 30px;
  }
  .lg-p-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg-p-30px-lr {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg-p-30px-t {
    padding-top: 30px;
  }
  .lg-p-30px-l {
    padding-left: 30px;
  }
  .lg-p-30px-r {
    padding-right: 30px;
  }
  .lg-p-30px-b {
    padding-bottom: 30px;
  }
  .lg-m-35px {
    margin: 35px;
  }
  .lg-m-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .lg-m-35px-lr {
    margin-left: 35px;
    margin-right: 35px;
  }
  .lg-m-35px-t {
    margin-top: 35px;
  }
  .lg-m-35px-l {
    margin-left: 35px;
  }
  .lg-m-35px-r {
    margin-right: 35px;
  }
  .lg-m-35px-b {
    margin-bottom: 35px;
  }
  .lg-p-35px {
    padding: 35px;
  }
  .lg-p-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .lg-p-35px-lr {
    padding-left: 35px;
    padding-right: 35px;
  }
  .lg-p-35px-t {
    padding-top: 35px;
  }
  .lg-p-35px-l {
    padding-left: 35px;
  }
  .lg-p-35px-r {
    padding-right: 35px;
  }
  .lg-p-35px-b {
    padding-bottom: 35px;
  }
  .lg-m-40px {
    margin: 40px;
  }
  .lg-m-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lg-m-40px-lr {
    margin-left: 40px;
    margin-right: 40px;
  }
  .lg-m-40px-t {
    margin-top: 40px;
  }
  .lg-m-40px-l {
    margin-left: 40px;
  }
  .lg-m-40px-r {
    margin-right: 40px;
  }
  .lg-m-40px-b {
    margin-bottom: 40px;
  }
  .lg-p-40px {
    padding: 40px;
  }
  .lg-p-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg-p-40px-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg-p-40px-t {
    padding-top: 40px;
  }
  .lg-p-40px-l {
    padding-left: 40px;
  }
  .lg-p-40px-r {
    padding-right: 40px;
  }
  .lg-p-40px-b {
    padding-bottom: 40px;
  }
  .lg-m-45px {
    margin: 45px;
  }
  .lg-m-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .lg-m-45px-lr {
    margin-left: 45px;
    margin-right: 45px;
  }
  .lg-m-45px-t {
    margin-top: 45px;
  }
  .lg-m-45px-l {
    margin-left: 45px;
  }
  .lg-m-45px-r {
    margin-right: 45px;
  }
  .lg-m-45px-b {
    margin-bottom: 45px;
  }
  .lg-p-45px {
    padding: 45px;
  }
  .lg-p-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .lg-p-45px-lr {
    padding-left: 45px;
    padding-right: 45px;
  }
  .lg-p-45px-t {
    padding-top: 45px;
  }
  .lg-p-45px-l {
    padding-left: 45px;
  }
  .lg-p-45px-r {
    padding-right: 45px;
  }
  .lg-p-45px-b {
    padding-bottom: 45px;
  }
  .lg-m-50px {
    margin: 50px;
  }
  .lg-m-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lg-m-50px-lr {
    margin-left: 50px;
    margin-right: 50px;
  }
  .lg-m-50px-t {
    margin-top: 50px;
  }
  .lg-m-50px-l {
    margin-left: 50px;
  }
  .lg-m-50px-r {
    margin-right: 50px;
  }
  .lg-m-50px-b {
    margin-bottom: 50px;
  }
  .lg-p-50px {
    padding: 50px;
  }
  .lg-p-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg-p-50px-lr {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg-p-50px-t {
    padding-top: 50px;
  }
  .lg-p-50px-l {
    padding-left: 50px;
  }
  .lg-p-50px-r {
    padding-right: 50px;
  }
  .lg-p-50px-b {
    padding-bottom: 50px;
  }
  .lg-m-55px {
    margin: 55px;
  }
  .lg-m-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .lg-m-55px-lr {
    margin-left: 55px;
    margin-right: 55px;
  }
  .lg-m-55px-t {
    margin-top: 55px;
  }
  .lg-m-55px-l {
    margin-left: 55px;
  }
  .lg-m-55px-r {
    margin-right: 55px;
  }
  .lg-m-55px-b {
    margin-bottom: 55px;
  }
  .lg-p-55px {
    padding: 55px;
  }
  .lg-p-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .lg-p-55px-lr {
    padding-left: 55px;
    padding-right: 55px;
  }
  .lg-p-55px-t {
    padding-top: 55px;
  }
  .lg-p-55px-l {
    padding-left: 55px;
  }
  .lg-p-55px-r {
    padding-right: 55px;
  }
  .lg-p-55px-b {
    padding-bottom: 55px;
  }
  .lg-m-60px {
    margin: 60px;
  }
  .lg-m-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lg-m-60px-lr {
    margin-left: 60px;
    margin-right: 60px;
  }
  .lg-m-60px-t {
    margin-top: 60px;
  }
  .lg-m-60px-l {
    margin-left: 60px;
  }
  .lg-m-60px-r {
    margin-right: 60px;
  }
  .lg-m-60px-b {
    margin-bottom: 60px;
  }
  .lg-p-60px {
    padding: 60px;
  }
  .lg-p-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg-p-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg-p-60px-t {
    padding-top: 60px;
  }
  .lg-p-60px-l {
    padding-left: 60px;
  }
  .lg-p-60px-r {
    padding-right: 60px;
  }
  .lg-p-60px-b {
    padding-bottom: 60px;
  }
  .lg-m-65px {
    margin: 65px;
  }
  .lg-m-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .lg-m-65px-lr {
    margin-left: 65px;
    margin-right: 65px;
  }
  .lg-m-65px-t {
    margin-top: 65px;
  }
  .lg-m-65px-l {
    margin-left: 65px;
  }
  .lg-m-65px-r {
    margin-right: 65px;
  }
  .lg-m-65px-b {
    margin-bottom: 65px;
  }
  .lg-p-65px {
    padding: 65px;
  }
  .lg-p-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .lg-p-65px-lr {
    padding-left: 65px;
    padding-right: 65px;
  }
  .lg-p-65px-t {
    padding-top: 65px;
  }
  .lg-p-65px-l {
    padding-left: 65px;
  }
  .lg-p-65px-r {
    padding-right: 65px;
  }
  .lg-p-65px-b {
    padding-bottom: 65px;
  }
  .lg-m-70px {
    margin: 70px;
  }
  .lg-m-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .lg-m-70px-lr {
    margin-left: 70px;
    margin-right: 70px;
  }
  .lg-m-70px-t {
    margin-top: 70px;
  }
  .lg-m-70px-l {
    margin-left: 70px;
  }
  .lg-m-70px-r {
    margin-right: 70px;
  }
  .lg-m-70px-b {
    margin-bottom: 70px;
  }
  .lg-p-70px {
    padding: 70px;
  }
  .lg-p-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lg-p-70px-lr {
    padding-left: 70px;
    padding-right: 70px;
  }
  .lg-p-70px-t {
    padding-top: 70px;
  }
  .lg-p-70px-l {
    padding-left: 70px;
  }
  .lg-p-70px-r {
    padding-right: 70px;
  }
  .lg-p-70px-b {
    padding-bottom: 70px;
  }
  .lg-m-75px {
    margin: 75px;
  }
  .lg-m-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .lg-m-75px-lr {
    margin-left: 75px;
    margin-right: 75px;
  }
  .lg-m-75px-t {
    margin-top: 75px;
  }
  .lg-m-75px-l {
    margin-left: 75px;
  }
  .lg-m-75px-r {
    margin-right: 75px;
  }
  .lg-m-75px-b {
    margin-bottom: 75px;
  }
  .lg-p-75px {
    padding: 75px;
  }
  .lg-p-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .lg-p-75px-lr {
    padding-left: 75px;
    padding-right: 75px;
  }
  .lg-p-75px-t {
    padding-top: 75px;
  }
  .lg-p-75px-l {
    padding-left: 75px;
  }
  .lg-p-75px-r {
    padding-right: 75px;
  }
  .lg-p-75px-b {
    padding-bottom: 75px;
  }
  .lg-m-80px {
    margin: 80px;
  }
  .lg-m-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .lg-m-80px-lr {
    margin-left: 80px;
    margin-right: 80px;
  }
  .lg-m-80px-t {
    margin-top: 80px;
  }
  .lg-m-80px-l {
    margin-left: 80px;
  }
  .lg-m-80px-r {
    margin-right: 80px;
  }
  .lg-m-80px-b {
    margin-bottom: 80px;
  }
  .lg-p-80px {
    padding: 80px;
  }
  .lg-p-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg-p-80px-lr {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lg-p-80px-t {
    padding-top: 80px;
  }
  .lg-p-80px-l {
    padding-left: 80px;
  }
  .lg-p-80px-r {
    padding-right: 80px;
  }
  .lg-p-80px-b {
    padding-bottom: 80px;
  }
  .lg-m-85px {
    margin: 85px;
  }
  .lg-m-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .lg-m-85px-lr {
    margin-left: 85px;
    margin-right: 85px;
  }
  .lg-m-85px-t {
    margin-top: 85px;
  }
  .lg-m-85px-l {
    margin-left: 85px;
  }
  .lg-m-85px-r {
    margin-right: 85px;
  }
  .lg-m-85px-b {
    margin-bottom: 85px;
  }
  .lg-p-85px {
    padding: 85px;
  }
  .lg-p-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .lg-p-85px-lr {
    padding-left: 85px;
    padding-right: 85px;
  }
  .lg-p-85px-t {
    padding-top: 85px;
  }
  .lg-p-85px-l {
    padding-left: 85px;
  }
  .lg-p-85px-r {
    padding-right: 85px;
  }
  .lg-p-85px-b {
    padding-bottom: 85px;
  }
  .lg-m-90px {
    margin: 90px;
  }
  .lg-m-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .lg-m-90px-lr {
    margin-left: 90px;
    margin-right: 90px;
  }
  .lg-m-90px-t {
    margin-top: 90px;
  }
  .lg-m-90px-l {
    margin-left: 90px;
  }
  .lg-m-90px-r {
    margin-right: 90px;
  }
  .lg-m-90px-b {
    margin-bottom: 90px;
  }
  .lg-p-90px {
    padding: 90px;
  }
  .lg-p-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lg-p-90px-lr {
    padding-left: 90px;
    padding-right: 90px;
  }
  .lg-p-90px-t {
    padding-top: 90px;
  }
  .lg-p-90px-l {
    padding-left: 90px;
  }
  .lg-p-90px-r {
    padding-right: 90px;
  }
  .lg-p-90px-b {
    padding-bottom: 90px;
  }
  .lg-m-95px {
    margin: 95px;
  }
  .lg-m-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .lg-m-95px-lr {
    margin-left: 95px;
    margin-right: 95px;
  }
  .lg-m-95px-t {
    margin-top: 95px;
  }
  .lg-m-95px-l {
    margin-left: 95px;
  }
  .lg-m-95px-r {
    margin-right: 95px;
  }
  .lg-m-95px-b {
    margin-bottom: 95px;
  }
  .lg-p-95px {
    padding: 95px;
  }
  .lg-p-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .lg-p-95px-lr {
    padding-left: 95px;
    padding-right: 95px;
  }
  .lg-p-95px-t {
    padding-top: 95px;
  }
  .lg-p-95px-l {
    padding-left: 95px;
  }
  .lg-p-95px-r {
    padding-right: 95px;
  }
  .lg-p-95px-b {
    padding-bottom: 95px;
  }
  .lg-m-100px {
    margin: 100px;
  }
  .lg-m-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .lg-m-100px-lr {
    margin-left: 100px;
    margin-right: 100px;
  }
  .lg-m-100px-t {
    margin-top: 100px;
  }
  .lg-m-100px-l {
    margin-left: 100px;
  }
  .lg-m-100px-r {
    margin-right: 100px;
  }
  .lg-m-100px-b {
    margin-bottom: 100px;
  }
  .lg-p-100px {
    padding: 100px;
  }
  .lg-p-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg-p-100px-lr {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg-p-100px-t {
    padding-top: 100px;
  }
  .lg-p-100px-l {
    padding-left: 100px;
  }
  .lg-p-100px-r {
    padding-right: 100px;
  }
  .lg-p-100px-b {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  /* Margin Padding
  --------------------*/
  .md-m-0px {
    margin: 0px;
  }
  .md-m-0px-tb {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md-m-0px-lr {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md-m-0px-t {
    margin-top: 0px;
  }
  .md-m-0px-l {
    margin-left: 0px;
  }
  .md-m-0px-r {
    margin-right: 0px;
  }
  .md-m-0px-b {
    margin-bottom: 0px;
  }
  .md-p-0px {
    padding: 0px;
  }
  .md-p-0px-tb {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md-p-0px-lr {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-p-0px-t {
    padding-top: 0px;
  }
  .md-p-0px-l {
    padding-left: 0px;
  }
  .md-p-0px-r {
    padding-right: 0px;
  }
  .md-p-0px-b {
    padding-bottom: 0px;
  }
  .md-m-5px {
    margin: 5px;
  }
  .md-m-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .md-m-5px-lr {
    margin-left: 5px;
    margin-right: 5px;
  }
  .md-m-5px-t {
    margin-top: 5px;
  }
  .md-m-5px-l {
    margin-left: 5px;
  }
  .md-m-5px-r {
    margin-right: 5px;
  }
  .md-m-5px-b {
    margin-bottom: 5px;
  }
  .md-p-5px {
    padding: 5px;
  }
  .md-p-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .md-p-5px-lr {
    padding-left: 5px;
    padding-right: 5px;
  }
  .md-p-5px-t {
    padding-top: 5px;
  }
  .md-p-5px-l {
    padding-left: 5px;
  }
  .md-p-5px-r {
    padding-right: 5px;
  }
  .md-p-5px-b {
    padding-bottom: 5px;
  }
  .md-m-10px {
    margin: 10px;
  }
  .md-m-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .md-m-10px-lr {
    margin-left: 10px;
    margin-right: 10px;
  }
  .md-m-10px-t {
    margin-top: 10px;
  }
  .md-m-10px-l {
    margin-left: 10px;
  }
  .md-m-10px-r {
    margin-right: 10px;
  }
  .md-m-10px-b {
    margin-bottom: 10px;
  }
  .md-p-10px {
    padding: 10px;
  }
  .md-p-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md-p-10px-lr {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md-p-10px-t {
    padding-top: 10px;
  }
  .md-p-10px-l {
    padding-left: 10px;
  }
  .md-p-10px-r {
    padding-right: 10px;
  }
  .md-p-10px-b {
    padding-bottom: 10px;
  }
  .md-m-15px {
    margin: 15px;
  }
  .md-m-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .md-m-15px-lr {
    margin-left: 15px;
    margin-right: 15px;
  }
  .md-m-15px-t {
    margin-top: 15px;
  }
  .md-m-15px-l {
    margin-left: 15px;
  }
  .md-m-15px-r {
    margin-right: 15px;
  }
  .md-m-15px-b {
    margin-bottom: 15px;
  }
  .md-p-15px {
    padding: 15px;
  }
  .md-p-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md-p-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md-p-15px-t {
    padding-top: 15px;
  }
  .md-p-15px-l {
    padding-left: 15px;
  }
  .md-p-15px-r {
    padding-right: 15px;
  }
  .md-p-15px-b {
    padding-bottom: 15px;
  }
  .md-m-20px {
    margin: 20px;
  }
  .md-m-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md-m-20px-lr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .md-m-20px-t {
    margin-top: 20px;
  }
  .md-m-20px-l {
    margin-left: 20px;
  }
  .md-m-20px-r {
    margin-right: 20px;
  }
  .md-m-20px-b {
    margin-bottom: 20px;
  }
  .md-p-20px {
    padding: 20px;
  }
  .md-p-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md-p-20px-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md-p-20px-t {
    padding-top: 20px;
  }
  .md-p-20px-l {
    padding-left: 20px;
  }
  .md-p-20px-r {
    padding-right: 20px;
  }
  .md-p-20px-b {
    padding-bottom: 20px;
  }
  .md-m-25px {
    margin: 25px;
  }
  .md-m-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .md-m-25px-lr {
    margin-left: 25px;
    margin-right: 25px;
  }
  .md-m-25px-t {
    margin-top: 25px;
  }
  .md-m-25px-l {
    margin-left: 25px;
  }
  .md-m-25px-r {
    margin-right: 25px;
  }
  .md-m-25px-b {
    margin-bottom: 25px;
  }
  .md-p-25px {
    padding: 25px;
  }
  .md-p-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md-p-25px-lr {
    padding-left: 25px;
    padding-right: 25px;
  }
  .md-p-25px-t {
    padding-top: 25px;
  }
  .md-p-25px-l {
    padding-left: 25px;
  }
  .md-p-25px-r {
    padding-right: 25px;
  }
  .md-p-25px-b {
    padding-bottom: 25px;
  }
  .md-m-30px {
    margin: 30px;
  }
  .md-m-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .md-m-30px-lr {
    margin-left: 30px;
    margin-right: 30px;
  }
  .md-m-30px-t {
    margin-top: 30px;
  }
  .md-m-30px-l {
    margin-left: 30px;
  }
  .md-m-30px-r {
    margin-right: 30px;
  }
  .md-m-30px-b {
    margin-bottom: 30px;
  }
  .md-p-30px {
    padding: 30px;
  }
  .md-p-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md-p-30px-lr {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md-p-30px-t {
    padding-top: 30px;
  }
  .md-p-30px-l {
    padding-left: 30px;
  }
  .md-p-30px-r {
    padding-right: 30px;
  }
  .md-p-30px-b {
    padding-bottom: 30px;
  }
  .md-m-35px {
    margin: 35px;
  }
  .md-m-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .md-m-35px-lr {
    margin-left: 35px;
    margin-right: 35px;
  }
  .md-m-35px-t {
    margin-top: 35px;
  }
  .md-m-35px-l {
    margin-left: 35px;
  }
  .md-m-35px-r {
    margin-right: 35px;
  }
  .md-m-35px-b {
    margin-bottom: 35px;
  }
  .md-p-35px {
    padding: 35px;
  }
  .md-p-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .md-p-35px-lr {
    padding-left: 35px;
    padding-right: 35px;
  }
  .md-p-35px-t {
    padding-top: 35px;
  }
  .md-p-35px-l {
    padding-left: 35px;
  }
  .md-p-35px-r {
    padding-right: 35px;
  }
  .md-p-35px-b {
    padding-bottom: 35px;
  }
  .md-m-40px {
    margin: 40px;
  }
  .md-m-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md-m-40px-lr {
    margin-left: 40px;
    margin-right: 40px;
  }
  .md-m-40px-t {
    margin-top: 40px;
  }
  .md-m-40px-l {
    margin-left: 40px;
  }
  .md-m-40px-r {
    margin-right: 40px;
  }
  .md-m-40px-b {
    margin-bottom: 40px;
  }
  .md-p-40px {
    padding: 40px;
  }
  .md-p-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md-p-40px-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md-p-40px-t {
    padding-top: 40px;
  }
  .md-p-40px-l {
    padding-left: 40px;
  }
  .md-p-40px-r {
    padding-right: 40px;
  }
  .md-p-40px-b {
    padding-bottom: 40px;
  }
  .md-m-45px {
    margin: 45px;
  }
  .md-m-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .md-m-45px-lr {
    margin-left: 45px;
    margin-right: 45px;
  }
  .md-m-45px-t {
    margin-top: 45px;
  }
  .md-m-45px-l {
    margin-left: 45px;
  }
  .md-m-45px-r {
    margin-right: 45px;
  }
  .md-m-45px-b {
    margin-bottom: 45px;
  }
  .md-p-45px {
    padding: 45px;
  }
  .md-p-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .md-p-45px-lr {
    padding-left: 45px;
    padding-right: 45px;
  }
  .md-p-45px-t {
    padding-top: 45px;
  }
  .md-p-45px-l {
    padding-left: 45px;
  }
  .md-p-45px-r {
    padding-right: 45px;
  }
  .md-p-45px-b {
    padding-bottom: 45px;
  }
  .md-m-50px {
    margin: 50px;
  }
  .md-m-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .md-m-50px-lr {
    margin-left: 50px;
    margin-right: 50px;
  }
  .md-m-50px-t {
    margin-top: 50px;
  }
  .md-m-50px-l {
    margin-left: 50px;
  }
  .md-m-50px-r {
    margin-right: 50px;
  }
  .md-m-50px-b {
    margin-bottom: 50px;
  }
  .md-p-50px {
    padding: 50px;
  }
  .md-p-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md-p-50px-lr {
    padding-left: 50px;
    padding-right: 50px;
  }
  .md-p-50px-t {
    padding-top: 50px;
  }
  .md-p-50px-l {
    padding-left: 50px;
  }
  .md-p-50px-r {
    padding-right: 50px;
  }
  .md-p-50px-b {
    padding-bottom: 50px;
  }
  .md-m-55px {
    margin: 55px;
  }
  .md-m-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .md-m-55px-lr {
    margin-left: 55px;
    margin-right: 55px;
  }
  .md-m-55px-t {
    margin-top: 55px;
  }
  .md-m-55px-l {
    margin-left: 55px;
  }
  .md-m-55px-r {
    margin-right: 55px;
  }
  .md-m-55px-b {
    margin-bottom: 55px;
  }
  .md-p-55px {
    padding: 55px;
  }
  .md-p-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .md-p-55px-lr {
    padding-left: 55px;
    padding-right: 55px;
  }
  .md-p-55px-t {
    padding-top: 55px;
  }
  .md-p-55px-l {
    padding-left: 55px;
  }
  .md-p-55px-r {
    padding-right: 55px;
  }
  .md-p-55px-b {
    padding-bottom: 55px;
  }
  .md-m-60px {
    margin: 60px;
  }
  .md-m-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .md-m-60px-lr {
    margin-left: 60px;
    margin-right: 60px;
  }
  .md-m-60px-t {
    margin-top: 60px;
  }
  .md-m-60px-l {
    margin-left: 60px;
  }
  .md-m-60px-r {
    margin-right: 60px;
  }
  .md-m-60px-b {
    margin-bottom: 60px;
  }
  .md-p-60px {
    padding: 60px;
  }
  .md-p-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md-p-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md-p-60px-t {
    padding-top: 60px;
  }
  .md-p-60px-l {
    padding-left: 60px;
  }
  .md-p-60px-r {
    padding-right: 60px;
  }
  .md-p-60px-b {
    padding-bottom: 60px;
  }
  .md-m-65px {
    margin: 65px;
  }
  .md-m-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .md-m-65px-lr {
    margin-left: 65px;
    margin-right: 65px;
  }
  .md-m-65px-t {
    margin-top: 65px;
  }
  .md-m-65px-l {
    margin-left: 65px;
  }
  .md-m-65px-r {
    margin-right: 65px;
  }
  .md-m-65px-b {
    margin-bottom: 65px;
  }
  .md-p-65px {
    padding: 65px;
  }
  .md-p-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .md-p-65px-lr {
    padding-left: 65px;
    padding-right: 65px;
  }
  .md-p-65px-t {
    padding-top: 65px;
  }
  .md-p-65px-l {
    padding-left: 65px;
  }
  .md-p-65px-r {
    padding-right: 65px;
  }
  .md-p-65px-b {
    padding-bottom: 65px;
  }
  .md-m-70px {
    margin: 70px;
  }
  .md-m-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .md-m-70px-lr {
    margin-left: 70px;
    margin-right: 70px;
  }
  .md-m-70px-t {
    margin-top: 70px;
  }
  .md-m-70px-l {
    margin-left: 70px;
  }
  .md-m-70px-r {
    margin-right: 70px;
  }
  .md-m-70px-b {
    margin-bottom: 70px;
  }
  .md-p-70px {
    padding: 70px;
  }
  .md-p-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .md-p-70px-lr {
    padding-left: 70px;
    padding-right: 70px;
  }
  .md-p-70px-t {
    padding-top: 70px;
  }
  .md-p-70px-l {
    padding-left: 70px;
  }
  .md-p-70px-r {
    padding-right: 70px;
  }
  .md-p-70px-b {
    padding-bottom: 70px;
  }
  .md-m-75px {
    margin: 75px;
  }
  .md-m-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .md-m-75px-lr {
    margin-left: 75px;
    margin-right: 75px;
  }
  .md-m-75px-t {
    margin-top: 75px;
  }
  .md-m-75px-l {
    margin-left: 75px;
  }
  .md-m-75px-r {
    margin-right: 75px;
  }
  .md-m-75px-b {
    margin-bottom: 75px;
  }
  .md-p-75px {
    padding: 75px;
  }
  .md-p-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .md-p-75px-lr {
    padding-left: 75px;
    padding-right: 75px;
  }
  .md-p-75px-t {
    padding-top: 75px;
  }
  .md-p-75px-l {
    padding-left: 75px;
  }
  .md-p-75px-r {
    padding-right: 75px;
  }
  .md-p-75px-b {
    padding-bottom: 75px;
  }
  .md-m-80px {
    margin: 80px;
  }
  .md-m-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .md-m-80px-lr {
    margin-left: 80px;
    margin-right: 80px;
  }
  .md-m-80px-t {
    margin-top: 80px;
  }
  .md-m-80px-l {
    margin-left: 80px;
  }
  .md-m-80px-r {
    margin-right: 80px;
  }
  .md-m-80px-b {
    margin-bottom: 80px;
  }
  .md-p-80px {
    padding: 80px;
  }
  .md-p-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md-p-80px-lr {
    padding-left: 80px;
    padding-right: 80px;
  }
  .md-p-80px-t {
    padding-top: 80px;
  }
  .md-p-80px-l {
    padding-left: 80px;
  }
  .md-p-80px-r {
    padding-right: 80px;
  }
  .md-p-80px-b {
    padding-bottom: 80px;
  }
  .md-m-85px {
    margin: 85px;
  }
  .md-m-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .md-m-85px-lr {
    margin-left: 85px;
    margin-right: 85px;
  }
  .md-m-85px-t {
    margin-top: 85px;
  }
  .md-m-85px-l {
    margin-left: 85px;
  }
  .md-m-85px-r {
    margin-right: 85px;
  }
  .md-m-85px-b {
    margin-bottom: 85px;
  }
  .md-p-85px {
    padding: 85px;
  }
  .md-p-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .md-p-85px-lr {
    padding-left: 85px;
    padding-right: 85px;
  }
  .md-p-85px-t {
    padding-top: 85px;
  }
  .md-p-85px-l {
    padding-left: 85px;
  }
  .md-p-85px-r {
    padding-right: 85px;
  }
  .md-p-85px-b {
    padding-bottom: 85px;
  }
  .md-m-90px {
    margin: 90px;
  }
  .md-m-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .md-m-90px-lr {
    margin-left: 90px;
    margin-right: 90px;
  }
  .md-m-90px-t {
    margin-top: 90px;
  }
  .md-m-90px-l {
    margin-left: 90px;
  }
  .md-m-90px-r {
    margin-right: 90px;
  }
  .md-m-90px-b {
    margin-bottom: 90px;
  }
  .md-p-90px {
    padding: 90px;
  }
  .md-p-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .md-p-90px-lr {
    padding-left: 90px;
    padding-right: 90px;
  }
  .md-p-90px-t {
    padding-top: 90px;
  }
  .md-p-90px-l {
    padding-left: 90px;
  }
  .md-p-90px-r {
    padding-right: 90px;
  }
  .md-p-90px-b {
    padding-bottom: 90px;
  }
  .md-m-95px {
    margin: 95px;
  }
  .md-m-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .md-m-95px-lr {
    margin-left: 95px;
    margin-right: 95px;
  }
  .md-m-95px-t {
    margin-top: 95px;
  }
  .md-m-95px-l {
    margin-left: 95px;
  }
  .md-m-95px-r {
    margin-right: 95px;
  }
  .md-m-95px-b {
    margin-bottom: 95px;
  }
  .md-p-95px {
    padding: 95px;
  }
  .md-p-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .md-p-95px-lr {
    padding-left: 95px;
    padding-right: 95px;
  }
  .md-p-95px-t {
    padding-top: 95px;
  }
  .md-p-95px-l {
    padding-left: 95px;
  }
  .md-p-95px-r {
    padding-right: 95px;
  }
  .md-p-95px-b {
    padding-bottom: 95px;
  }
  .md-m-100px {
    margin: 100px;
  }
  .md-m-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .md-m-100px-lr {
    margin-left: 100px;
    margin-right: 100px;
  }
  .md-m-100px-t {
    margin-top: 100px;
  }
  .md-m-100px-l {
    margin-left: 100px;
  }
  .md-m-100px-r {
    margin-right: 100px;
  }
  .md-m-100px-b {
    margin-bottom: 100px;
  }
  .md-p-100px {
    padding: 100px;
  }
  .md-p-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md-p-100px-lr {
    padding-left: 100px;
    padding-right: 100px;
  }
  .md-p-100px-t {
    padding-top: 100px;
  }
  .md-p-100px-l {
    padding-left: 100px;
  }
  .md-p-100px-r {
    padding-right: 100px;
  }
  .md-p-100px-b {
    padding-bottom: 100px;
  }
}
.m-60px-nt {
  margin-top: -60px;
}

.bg-gold {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9b7a0f),
    color-stop(#f6dd7a),
    color-stop(#f7dc55),
    color-stop(#cb9b51),
    to(#9b7a0f)
  );
  background: linear-gradient(
    to right,
    #9b7a0f,
    #f6dd7a,
    #f7dc55,
    #cb9b51,
    #9b7a0f
  );
}

@media (max-width: 772px) {
  .foto {
    max-width: 200px;
    max-height: 200px;
  }
  .frase-2 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .roda-fortuna {
    margin-top: 0 !important;
  }
}
.mandala-rotation {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
