
/*----------------------------------
End CSS Table
----------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");
/* ------------------------
*   Typo
------------------------*/
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  color: #454545;
  font-weight: 500;
  line-height: 1.5;
  font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0050d8;
}
a:hover {
  color: #0041af;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #152c5b;
  font-weight: 700;
}
.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: #152c5b;
  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: "Nunito Sans", sans-serif;
}

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

.font-small {
  font-size: .75rem;
  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.575rem + 3.9vw);
  }

  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }

  .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;
}

/*----------------------------------
* Buttons Start
----------------------------------*/
.links-white a:not(:hover) {
  color: rgba(255, 255, 255, 0.7);
}
.links-white a:hover {
  color: #ffffff;
}

.links-dark a:not(:hover) {
  color: #718096;
}
.links-dark a:hover {
  color: #152c5b;
}

.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: #0050d8;
  color: #ffffff;
}
.m-btn.m-btn-theme.active, .m-btn.m-btn-theme:focus, .m-btn.m-btn-theme:hover {
  background: #00348c;
  color: #ffffff;
}

.m-btn.m-btn-theme-light {
  background: rgba(0, 80, 216, 0.2);
  color: #0050d8;
}
.m-btn.m-btn-theme-light.active, .m-btn.m-btn-theme-light:focus, .m-btn.m-btn-theme-light:hover {
  background: #0050d8;
  color: #ffffff;
}

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

.m-link-theme {
  color: #0050d8;
  padding: 0;
  border: none;
  background: none;
}
.m-link-theme.active, .m-link-theme:focus, .m-link-theme:hover {
  color: #002e7c;
}

.m-btn.m-btn-theme2nd {
  background: #53d267;
  color: #ffffff;
}
.m-btn.m-btn-theme2nd.active, .m-btn.m-btn-theme2nd:focus, .m-btn.m-btn-theme2nd:hover {
  background: #2dac41;
  color: #ffffff;
}

.m-btn.m-btn-theme2nd-light {
  background: rgba(83, 210, 103, 0.2);
  color: #53d267;
}
.m-btn.m-btn-theme2nd-light.active, .m-btn.m-btn-theme2nd-light:focus, .m-btn.m-btn-theme2nd-light:hover {
  background: #53d267;
  color: #ffffff;
}

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

.m-link-theme2nd {
  color: #53d267;
  padding: 0;
  border: none;
  background: none;
}
.m-link-theme2nd.active, .m-link-theme2nd:focus, .m-link-theme2nd:hover {
  color: #2a9f3c;
}

.m-btn.m-btn-theme3rd {
  background: #051b35;
  color: #ffffff;
}
.m-btn.m-btn-theme3rd.active, .m-btn.m-btn-theme3rd:focus, .m-btn.m-btn-theme3rd:hover {
  background: black;
  color: #ffffff;
}

.m-btn.m-btn-theme3rd-light {
  background: rgba(5, 27, 53, 0.2);
  color: #051b35;
}
.m-btn.m-btn-theme3rd-light.active, .m-btn.m-btn-theme3rd-light:focus, .m-btn.m-btn-theme3rd-light:hover {
  background: #051b35;
  color: #ffffff;
}

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

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

.m-btn.m-btn-dark {
  background: #152c5b;
  color: #ffffff;
}
.m-btn.m-btn-dark.active, .m-btn.m-btn-dark:focus, .m-btn.m-btn-dark:hover {
  background: #070e1d;
  color: #ffffff;
}

.m-btn.m-btn-dark-light {
  background: rgba(21, 44, 91, 0.2);
  color: #152c5b;
}
.m-btn.m-btn-dark-light.active, .m-btn.m-btn-dark-light:focus, .m-btn.m-btn-dark-light:hover {
  background: #152c5b;
  color: #ffffff;
}

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

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

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

.m-btn.m-btn-yellow-light {
  background: rgba(255, 190, 61, 0.2);
  color: #ffbe3d;
}
.m-btn.m-btn-yellow-light.active, .m-btn.m-btn-yellow-light:focus, .m-btn.m-btn-yellow-light:hover {
  background: #ffbe3d;
  color: #ffffff;
}

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

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

.m-btn.m-btn-green {
  background: #11e279;
  color: #ffffff;
}
.m-btn.m-btn-green.active, .m-btn.m-btn-green:focus, .m-btn.m-btn-green:hover {
  background: #0c9b53;
  color: #ffffff;
}

.m-btn.m-btn-green-light {
  background: rgba(17, 226, 121, 0.2);
  color: #11e279;
}
.m-btn.m-btn-green-light.active, .m-btn.m-btn-green-light:focus, .m-btn.m-btn-green-light:hover {
  background: #11e279;
  color: #ffffff;
}

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

.m-link-green {
  color: #11e279;
  padding: 0;
  border: none;
  background: none;
}
.m-link-green.active, .m-link-green:focus, .m-link-green:hover {
  color: #0b8d4b;
}

.m-btn.m-btn-blue {
  background: #15b2ec;
  color: #ffffff;
}
.m-btn.m-btn-blue.active, .m-btn.m-btn-blue:focus, .m-btn.m-btn-blue:hover {
  background: #0e7ea7;
  color: #ffffff;
}

.m-btn.m-btn-blue-light {
  background: rgba(21, 178, 236, 0.2);
  color: #15b2ec;
}
.m-btn.m-btn-blue-light.active, .m-btn.m-btn-blue-light:focus, .m-btn.m-btn-blue-light:hover {
  background: #15b2ec;
  color: #ffffff;
}

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

.m-link-blue {
  color: #15b2ec;
  padding: 0;
  border: none;
  background: none;
}
.m-link-blue.active, .m-link-blue:focus, .m-link-blue:hover {
  color: #0c7399;
}

.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-link-white {
  color: #ffffff;
  padding: 0;
  border: none;
  background: none;
}
.m-link-white.active, .m-link-white:focus, .m-link-white:hover {
  color: rgba(255, 255, 255, 0.8);
}

.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;
  font-weight: 600;
  -moz-transition: ease-in-out all 0.55s;
  -o-transition: ease-in-out all 0.55s;
  -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--text:not(:last-child) {
  margin-right: 12px;
}
.m-btn .btn-inner--text:not(:first-child) {
  margin-left: 12px;
}
.m-btn[disabled], .m-btn:disabled, .m-btn.disabled {
  opacity: .3;
  box-shadow: none;
  pointer-events: none;
}
.m-btn.m-btn-shadow {
  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.375rem;
}
.m-btn.m-btn-icon {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.m-btn.m-btn-icon.m-btn-round {
  border-radius: 50%;
}
.m-btn.m-btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
  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: #152c5b;
}
.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: #152c5b;
}
.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;
}

.btn-app-store {
  color: #ffffff;
  background: #000000;
  position: relative;
  padding-left: 50px;
  padding-right: 18px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.btn-app-store:hover {
  background: #0050d8;
  color: #ffffff;
}
.btn-app-store .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 5px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  margin: auto;
  bottom: 0;
}
.btn-app-store .btn-inner-text {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 2px;
  display: block;
}
.btn-app-store .btn-inner-brand {
  display: block;
  text-align: left;
  font-size: 21px;
  line-height: 21px;
}

.video-btn {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -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%;
  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: #0050d8;
}
.video-btn.theme {
  background: #0050d8;
}
.video-btn.theme:after {
  background: #0050d8;
}
.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;
}

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

/*---------------------------
Section Style Start
------------------------------*/
img {
  max-width: 100%;
}

figcaption {
  margin-top: .5rem;
  font-size: .875rem;
}

/* ----------------------
*	Loading
---------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #599ed0a1;
  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;
  animation: lds-dual-ring 1.2s linear infinite;
}

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

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

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

.section {
  padding: 45px 0;
}
@media (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@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: 100vh;
}

.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%;
}

.w-600px {
  max-width: 600px;
  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%;
  }
}

@media (min-width: 992px) {
  .max-width-120 {
    max-width: 120%;
  }
}

@media (min-width: 992px) {
  .max-width-140 {
    max-width: 140%;
  }
}

@media (min-width: 992px) {
  .img-half-left {
    width: 50vw;
    height: 100%;
    margin-left: calc(100% - 50vw + 15px);
  }

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

/*---------------------------
Background Start
------------------------------*/
/* Background color
-------------------------------*/
.theme-bg-alt {
  background-color: rgba(0, 80, 216, 0.1);
}

.theme-bg {
  background-color: #007bff;
}

.theme-after:after {
  background-color: #0050d8;
}

.theme-before:before {
  background-color: #0050d8;
}

.theme-color-alt {
  color: rgba(0, 80, 216, 0.65);
}

.theme-color {
  color: #0050d8;
}

.theme2nd-bg-alt {
  background-color: rgba(83, 210, 103, 0.1);
}

.theme2nd-bg {
  background-color: #53d267;
}

.theme2nd-after:after {
  background-color: #53d267;
}

.theme2nd-before:before {
  background-color: #53d267;
}

.theme2nd-color-alt {
  color: rgba(83, 210, 103, 0.65);
}

.theme2nd-color {
  color: #53d267;
}

.theme3rd-bg-alt {
  background-color: rgba(5, 27, 53, 0.1);
}

.theme3rd-bg {
  background-color: #051b35;
}

.theme3rd-after:after {
  background-color: #051b35;
}

.theme3rd-before:before {
  background-color: #051b35;
}

.theme3rd-color-alt {
  color: rgba(5, 27, 53, 0.65);
}

.theme3rd-color {
  color: #051b35;
}

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

.dark-bg {
  background-color: #152c5b;
}

.dark-after:after {
  background-color: #152c5b;
}

.dark-before:before {
  background-color: #152c5b;
}

.dark-color-alt {
  color: rgba(21, 44, 91, 0.65);
}

.dark-color {
  color: #152c5b;
}

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

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

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

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

.gray-color-alt {
  color: rgba(242, 243, 250, 0.65);
}

.gray-color {
  color: #f2f3fa;
}

.gray-800-bg-alt {
  background-color: rgba(56, 76, 116, 0.1);
}

.gray-800-bg {
  background-color: #384c74;
}

.gray-800-after:after {
  background-color: #384c74;
}

.gray-800-before:before {
  background-color: #384c74;
}

.gray-800-color-alt {
  color: rgba(56, 76, 116, 0.65);
}

.gray-800-color {
  color: #384c74;
}

.gray-300-bg-alt {
  background-color: rgba(217, 226, 239, 0.1);
}

.gray-300-bg {
  background-color: #d9e2ef;
}

.gray-300-after:after {
  background-color: #d9e2ef;
}

.gray-300-before:before {
  background-color: #d9e2ef;
}

.gray-300-color-alt {
  color: rgba(217, 226, 239, 0.65);
}

.gray-300-color {
  color: #d9e2ef;
}

.gray-200-bg-alt {
  background-color: rgba(241, 244, 248, 0.1);
}

.gray-200-bg {
  background-color: #f1f4f8;
}

.gray-200-after:after {
  background-color: #f1f4f8;
}

.gray-200-before:before {
  background-color: #f1f4f8;
}

.gray-200-color-alt {
  color: rgba(241, 244, 248, 0.65);
}

.gray-200-color {
  color: #f1f4f8;
}

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

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

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

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

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

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

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

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

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

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

.medium-dark-color-alt {
  color: rgba(23, 19, 71, 0.65);
}

.medium-dark-color {
  color: #171347;
}

.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, 190, 61, 0.1);
}

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

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

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

.yellow-color-alt {
  color: rgba(255, 190, 61, 0.65);
}

.yellow-color {
  color: #ffbe3d;
}

.green-bg-alt {
  background-color: rgba(17, 226, 121, 0.1);
}

.green-bg {
  background-color: #11e279;
}

.green-after:after {
  background-color: #11e279;
}

.green-before:before {
  background-color: #11e279;
}

.green-color-alt {
  color: rgba(17, 226, 121, 0.65);
}

.green-color {
  color: #11e279;
}

.blue-bg-alt {
  background-color: rgba(21, 178, 236, 0.1);
}

.blue-bg {
  background-color: #15b2ec;
}

.blue-after:after {
  background-color: #15b2ec;
}

.blue-before:before {
  background-color: #15b2ec;
}

.blue-color-alt {
  color: rgba(21, 178, 236, 0.65);
}

.blue-color {
  color: #15b2ec;
}

.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(113, 128, 150, 0.1);
}

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

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

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

.body-color-alt {
  color: rgba(113, 128, 150, 0.65);
}

.body-color {
  color: #718096;
}

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

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

.theme-g-bg {
  /*background: linear-gradient(to right, #0050d8, #002a72);*/
}

.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: #0050d8;
}
.theme-hover-bg:hover * {
  color: #ffffff;
}
.theme-hover-bg:hover [class*="-bg"].theme-color i {
  color: #0050d8;
}
.theme-hover-bg:hover [class*="-bg-alt"].theme-color {
  background-color: rgba(0, 0, 0, 0.2);
}
.theme-hover-bg:hover [class*="-bg-alt"].theme-color i {
  color: #ffffff;
}

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

mark,
.mark {
  color: inherit;
  padding: 0;
  background: 0 0;
  background-image: linear-gradient(120deg, rgba(83, 210, 103, 0.4) 0, rgba(83, 210, 103, 0.4) 100%);
  background-repeat: no-repeat;
  background-size: 100% .3em;
  background-position: 0 80%;
  position: relative;
}

/*  Gradient Bg
---------------------------*/
.g-bg-gray {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #f2f3fa 100%);
}

.g-bg-1 {
  background: #ec008c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fc6767, #ec008c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-2 {
  background: #DA22FF;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #9733EE, #DA22FF);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #9733EE, #DA22FF);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-3 {
  background: #FDC830;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F37335, #FDC830);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F37335, #FDC830);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-4 {
  background: #00c6ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0072ff, #00c6ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-5 {
  background: #396afc;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2948ff, #396afc);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2948ff, #396afc);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-6 {
  background: #8E2DE2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4A00E0, #8E2DE2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-7 {
  background: #2EAD96;
  background: -webkit-linear-gradient(top left, #2EAD96, #34CC5B);
  background: -moz-linear-gradient(top left, #2EAD96, #34CC5B);
  background: linear-gradient(to bottom right, #2EAD96, #34CC5B);
}

.g-bg-8 {
  background: #E44D26;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F16529, #E44D26);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F16529, #E44D26);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-9 {
  background: #bc4e9c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #f80759, #bc4e9c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f80759, #bc4e9c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.g-bg-10 {
  background: #f12711;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #f5af19, #f12711);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f5af19, #f12711);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*---------------------------
Header Start
------------------------------*/
/* Fixed Header
----------------------------------*/
.fixed-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.fixed-header .fixed-header-bar {
  background: #ffffff;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
}
.header-dark:not(.header-transparent) .fixed-header-bar {
  background: #ffffff;
}

/* Header Top Bar
----------------------------------*/
.navbar-top {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #111;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.fixed-header .navbar-top {
  margin-top: -41px;
}
.header-white .navbar-top {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.navbar-top .navbar-nav {
  position: relative;
}
.navbar-top .h-ads {
  font-size: 12px;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-top .h-ads span {
  padding: 5px 10px;
  background: #0050d8;
  color: #ffffff;
  border-radius: 30px;
}
.navbar-top .h-ads label {
  margin: 0;
}
.navbar-top .h-lang .flag-icon {
  width: 20px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
}
.navbar-top .dropdown > .nav-link {
  padding: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  display: block;
}
.navbar-top .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
}
.navbar-top .dropdown .dropdown-menu .dropdown-header {
  font-weight: 500;
  padding: 5px 12px;
  color: #152c5b;
}
.navbar-top .dropdown .dropdown-menu .dropdown-item {
  background: transparent;
  font-size: 12px;
  padding: 5px 12px;
  color: #718096;
}
.navbar-top .dropdown .dropdown-menu .dropdown-item i {
  font-size: 20px;
  vertical-align: middle;
  width: 22px;
  color: #0050d8;
}
.navbar-top .dropdown .dropdown-menu .dropdown-item .badge {
  color: #ffffff;
}
.navbar-top .dropdown .dropdown-menu .dropdown-item.active, .navbar-top .dropdown .dropdown-menu .dropdown-item:hover {
  color: #0050d8;
}
.navbar-top .h-right .nav > li:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.navbar-top .h-right .nav > li:not(:first-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.3;
}
.navbar-top .h-right .h-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 22px;
}
.navbar-top .h-right .nav-link {
  padding: 0 5px;
  font-size: 13px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-top .hm-search-open .h-in-search {
  top: 0;
}
.navbar-top .h-in-search {
  position: absolute;
  top: -300%;
  right: 0;
  left: 0;
  padding: 16px;
  background: #ffffff;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.navbar-top .h-in-search .form-control {
  font-size: 13px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
}
.navbar-top .h-in-search .hs-btn {
  background: none;
  font-size: 25px;
  border: 1px solid #ddd;
  padding: 0 13px;
  border-left: none;
}

/* Header Main
----------------------------------*/
/* .header-white.header-border .fixed-header-bar {
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  } */


  .navbar-main {
    padding: 0 15px;
  }
  .navbar-main .logo-light {
    transition: .25s ease-in all;
    max-width: 200px;
  }
  .fixed-header .logo-light {
    transition: .25s ease-in all;
    max-width: 150px;
  }

  /* Desktop
  ----------------------------------*/
  @media (min-width: 992px) {
    .navbar-main .navbar-nav > .nav-item > .nav-link {
      padding: 35px 16px;
      color: rgba(0, 0, 0, 0.85);
      font-weight: 700;
      -moz-transition: ease all 0.35s;
      -o-transition: ease all 0.35s;
      -webkit-transition: ease all 0.35s;
      transition: ease all 0.35s;
    }
    .navbar-main .navbar-nav > .nav-item > .nav-link.active {
      color: #ffffff;
    }
    .fixed-header .navbar-main .navbar-nav > .nav-item > .nav-link.active {
      color: #0050d8;
    }
    .header-dark .navbar-main .navbar-nav > .nav-item > .nav-link.active {
      color: #0050d8;
    }
    .fixed-header .navbar-main .navbar-nav > .nav-item > .nav-link {
      padding-top: 25px;
      padding-bottom: 25px;
      color: #152c5b;
    }
    .header-dark .navbar-main .navbar-nav > .nav-item > .nav-link {
      color: #152c5b;
    }
    .navbar-main .navbar-nav > .nav-item:hover > .nav-link {
      color: #2385FF;
    }
    .fixed-header .navbar-main .navbar-nav > .nav-item:hover > .nav-link {
      color: #0050d8;
    }
    .header-dark .navbar-main .navbar-nav > .nav-item:hover > .nav-link {
      color: #0050d8;
    }
  }
  /*	Toggle Menu
  -------------------------*/
  .navbar-toggler {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
    border-radius: 0;
    padding: 0;
    margin-left: 15px;
    background: #0050d8;
    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;
    box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
    background: #ffffff;
    color: #ffffff;
  }
  .header-white .navbar-toggler span {
    background: #152c5b;
    color: #152c5b;
  }

  /* Responsive Menu
  -----------------------------*/
  @media (max-width: 991px) {
    .navbar-main {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .navbar-main .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #ffffff;
      max-height: 80vh;
      overflow-y: auto;
      box-shadow: 0px 11px 20px 0px rgba(38, 59, 94, 0.2);
    }
    .navbar-main .navbar-nav > li {
      margin: 0;
      border-top: 1px solid #e6e6e6;
    }
    .navbar-main .navbar-nav > li > a {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      padding: 0 15px;
      line-height: 40px;
      display: block;
      color: #152c5b;
    }
  }
  /*---------------------------
  Mega Menu Start
  ------------------------------*/
  /* Desktop
  --------------------*/
  @media (min-width: 992px) {
    .px-nav-toggle {
      display: none;
    }

    .mm-in > a {
      position: relative;
    }
    .mm-in > a:after {
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 65%;
      font-weight: 900;
      content: "\f107";
      margin-left: .5rem;
      transition: 0.3s ease;
    }

    .px-dropdown {
      position: relative;
    }
    .px-dropdown .m-dropdown-toggle {
      display: none;
    }
    .px-dropdown .px-dropdown-menu {
      position: absolute;
      top: 110%;
      left: 0;
      background: #ffffff;
      box-shadow: 0px 26px 21px 0px rgba(0, 0, 0, 0.1);
      width: 220px;
      margin: 0;
      padding: 10px 0;
      list-style: none;
      pointer-events: none;
      -moz-transition: ease all 0.55s;
      -o-transition: ease all 0.55s;
      -webkit-transition: ease all 0.55s;
      transition: ease all 0.55s;
      opacity: 0;
      border-top: 3px solid #0050d8;
    }
    .px-dropdown .px-dropdown-menu > li > a {
      padding: 8px 15px;
    }
    .px-dropdown .px-dropdown-menu > li > a {
      color: #718096;
      display: block;
      font-size: 14px;
      font-weight: 600;
      transition: .5s ease all;
    }
    .px-dropdown .px-dropdown-menu > li > a i {
      font-size: 14px;
      vertical-align: middle;
      width: 24px;
      display: inline-block;
    }
    .px-dropdown .px-dropdown-menu > li:hover{
      background: #f1f1f1;
    }
    .px-dropdown .px-dropdown-menu > li:hover > a {
      color: #0050d8;
      margin-left: 15px;
      transition: .5s ease all;
    }
    .px-dropdown:hover .px-dropdown-menu {
      opacity: 1;
      top: 100%;
      pointer-events: auto;
    }

    .px-mm-left {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .px-mega {
      position: static !important;
    }
    .px-mega .px-mega-menu {
      position: absolute;
      top: 110%;
      left: 0;
      background: #ffffff;
      box-shadow: 0px 26px 21px 0px rgba(0, 0, 0, 0.1);
      width: 100%;
      margin: 0;
      list-style: none;
      pointer-events: none;
      -moz-transition: ease all 0.55s;
      -o-transition: ease all 0.55s;
      -webkit-transition: ease all 0.55s;
      transition: ease all 0.55s;
      opacity: 0;
      padding: 0;
      border-top: 3px solid #0050d8;
    }
    .px-mega .px-mm-right {
      padding: 20px;
    }
    .px-mega .mm-title {
      font-size: 16px;
      font-weight: 700;
      padding: 15px 0 10px;
      margin: 0;
    }
    .px-mega .mm-link {
      margin: 0;
      padding: 0 0 15px;
    }
    .px-mega .mm-link li {
      list-style: none;
      position: relative;
      padding: 5px 0;
    }
    .px-mega .mm-link li > a {
      color: #718096;
      display: block;
      font-size: 14px;
      font-weight: 600;
    }
    .px-mega .mm-link li > a i {
      font-size: 14px;
      vertical-align: middle;
      width: 24px;
      display: inline-block;
    }
    .px-mega .mm-link li:hover > a {
      color: #0050d8;
    }
    .px-mega:hover .px-mega-menu {
      opacity: 1;
      top: 100%;
      pointer-events: auto;
    }
  }
  /* Mobile
  --------------------*/
  @media (max-width: 991px) {
    .px-nav-toggle {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-left: 1px solid #e6e6e6;
      color: #152c5b;
    }

    .mm-in {
      position: relative;
    }
    .mm-in .mm-dorp-in {
      margin: 0;
      padding: 0;
      list-style: none;
      display: none;
      padding: 0;
      background: #f5f5f5;
      border-top: 1px solid #e6e6e6;
    }
    .mm-in .mm-dorp-in > li {
      padding-left: 10px;
    }
    .mm-in .mm-dorp-in > li:not(:last-child) {
      border-bottom: 1px solid #e6e6e6;
    }
    .mm-in .mm-dorp-in > li > a {
      display: block;
      padding: 0 15px;
      font-size: 13px;
      font-weight: 600;
      line-height: 40px;
      color: #152c5b;
    }
    .mm-in .mm-dorp-in > li > a:hover {
      color: #0050d8;
    }
    .mm-in .px-mega-menu .row > [class*="col-"] {
      padding-left: 0;
      padding-right: 0;
    }
    .mm-in .px-mega-menu .mm-title {
      padding: 10px 15px;
      margin: 0;
      border-bottom: 1px solid #e6e6e6;
      border-top: 1px solid #e6e6e6;
      margin-top: -1px;
      font-weight: 600;
      color: #0050d8;
      font-size: 15px;
    }
    .mm-in .px-mega-menu .mm-link {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .mm-in .px-mega-menu .mm-link > li {
      padding-left: 10px;
    }
    .mm-in .px-mega-menu .mm-link > li:not(:first-child) {
      border-top: 1px solid #e6e6e6;
    }
    .mm-in .px-mega-menu .mm-link > li > a {
      display: block;
      padding: 0 5px;
      font-size: 13px;
      font-weight: 600;
      line-height: 40px;
      color: #152c5b;
    }
    .mm-in .px-mega-menu .mm-link > li > a:hover {
      color: #0050d8;
    }
    .mm-in.open-menu-parent .mm-dorp-in {
      display: block;
    }
  }
  /*---------------------------
  Footer Start
  ------------------------------*/
  .footer .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  @media (max-width: 991px) {
    .footer .footer-top {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  @media (max-width: 767px) {
    .footer .footer-top {
      padding-top: 25px;
      padding-bottom: 5px;
    }
  }
  .footer .footer-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .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 .links-white a:not(:hover) {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer .font-small {
    font-size: .875rem;
  }
  .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;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -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-link-2 {
    margin: 0;
  }
  .footer .footer-link-2 li {
    margin: 0 0 15px;
  }
  .footer .footer-link-2 li a {
    position: relative;
    left: 0;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    padding-left: 17px;
  }
  .footer .footer-link-2 li a:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .footer .footer-link-2 li a:hover {
    left: 3px;
  }
  .footer .footer-link-2 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(21, 44, 91, 0.07);
  }

  /*---------------------------
  Banner Start
  ------------------------------*/
  /* Half Banner
  ------------------------------*/
  .banner-dot .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 15px;
  }
  .banner-dot-white .owl-dots .owl-dot {
    border: 2px solid #ffffff;
    background-color: transparent;
  }
  .banner-dot-white .owl-dots .owl-dot.active {
    background: #ffffff;
  }

  /* Half Banner
  ------------------------------*/
  .home-half-slider .slider {
    min-height: 80vh;
  }

  /* Banner Text Large
  ------------------------------*/
  .banner-text-large label {
    font-weight: 600;
    font-size: 18px;
  }
  .banner-text-large h2 {
    font-size: 65px;
    font-weight: 700;
    margin: 0px;
    padding: 0 0 15px;
  }
  .banner-text-large p {
    font-size: 18px;
  }
  .banner-text-large .btn-bar {
    padding-top: 10px;
  }

  /*---------------------------
  Heading Start
  ------------------------------*/
  /* Page title
  --------------------------------*/
  .main-page-title {
    padding: 175px 0 80px;
  }
  @media (max-width: 991px) {
    .main-page-title {
      padding-top: 130px;
    }
  }
  .main-page-title.effect-section .shap-top-left {
    width: 80vh;
    height: 80vh;
  }

  /* Breadcrumbs
  --------------------------------*/
  .breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    border-radius: 0;
  }
  .breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #152c5b;
  }
  .breadcrumb li + li {
    padding-left: 17px;
    margin-left: 17px;
  }
  .breadcrumb li + li:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.5;
    left: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .breadcrumb li a {
    color: #152c5b;
  }
  .breadcrumb.white li {
    color: #ffffff;
  }
  .breadcrumb.white li a {
    color: #ffffff;
  }

  /*---------------------------
  Effects Start
  ------------------------------*/
  /* 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 .bottom-ani {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .effect-section .svg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
  .effect-section .owl-carousel-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .effect-section .shap-top-left {
    position: absolute;
    width: 100vh;
    height: 100vh;
    left: -30vh;
    top: -30vh;
  }
  .effect-section .shap-bottom-right {
    position: absolute;
    width: 100vh;
    height: 100vh;
    right: -30vh;
    bottom: -30vh;
  }
  .effect-section .shap-middle-left {
    position: absolute;
    top: 0;
    left: -25vh;
    bottom: 0;
    margin: auto;
    width: 100vh;
    height: 100vh;
  }
  .effect-section .shap-middle-right {
    position: absolute;
    top: 0;
    right: -25vh;
    bottom: 0;
    margin: auto;
    width: 100vh;
    height: 100vh;
  }
  .effect-section .shap-middle-left-01 {
    position: absolute;
    top: -25%;
    left: -25%;
    bottom: -25%;
    margin: auto;
    right: 70%;
  }

  .rounded-section-all {
    border-radius: 80px;
  }
  .rounded-section-bottom-left {
    border-bottom-left-radius: 80px;
  }
  .rounded-section-bottom-right {
    border-bottom-right-radius: 80px;
  }
  .rounded-section-top-left {
    border-top-left-radius: 80px;
  }
  .rounded-section-top-right {
    border-top-right-radius: 80px;
  }

  /* After 50
  ------------------------*/
  .after-50 {
    position: relative;
  }
  .after-50:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
  }
  .text-center .after-50:after {
    right: 0;
    margin: auto;
  }

  /* Process Step
  ------------------------*/
  .process-step {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width: 991px) {
    .process-step {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  .process-step:first-child {
    padding-top: 0;
  }
  .process-step:last-child {
    padding-bottom: 0;
  }
  .process-step:not(:last-child):after {
    content: "";
    position: absolute;
    border-radius: 0 140px 0 0;
    width: 80px;
    height: 200px;
    left: 100px;
    bottom: -100px;
    -moz-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
    right: 0;
    margin: auto;
    border-top: 2px dashed rgba(0, 0, 0, 0.1);
    border-right: 2px dashed rgba(0, 0, 0, 0.1);
  }
  @media (max-width: 991px) {
    .process-step:not(:last-child):after {
      width: 40px;
      height: 100px;
      left: 50px;
      bottom: -50px;
    }
  }
  .process-step:nth-child(even):after {
    border-top: none;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    border-radius: 0 0 140px 0;
    -moz-transform: rotate(-72deg);
    -o-transform: rotate(-72deg);
    -ms-transform: rotate(-72deg);
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
  }

  /* Mask
  ------------------------*/
  .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .mask-75 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 25%;
  }

  .mask-65 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 35%;
  }

  .mask-50 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
  }

  .mask-40 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40%;
  }

  /* mouse
  ------------------------*/
  .mouse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    display: inline-block;
    width: 26px;
    height: 46px;
    border-radius: 10rem;
    border: 2px solid currentColor;
  }
  .mouse:after {
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    position: absolute;
    display: block;
    top: 25%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
    -webkit-animation: mouse 2s linear infinite;
    -moz-animation: mouse 2s linear infinite;
    animation: mouse 2s linear infinite;
  }

  @-webkit-keyframes mouse {
    0% {
      opacity: 1;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    100% {
      opacity: 0;
      -moz-transform: translate(-50%, 20px);
      -o-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
      -webkit-transform: translate(-50%, 20px);
      transform: translate(-50%, 20px);
    }
  }
  @-moz-keyframes mouse {
    0% {
      opacity: 1;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    100% {
      opacity: 0;
      -moz-transform: translate(-50%, 20px);
      -o-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
      -webkit-transform: translate(-50%, 20px);
      transform: translate(-50%, 20px);
    }
  }
  @keyframes mouse {
    0% {
      opacity: 1;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    100% {
      opacity: 0;
      -moz-transform: translate(-50%, 20px);
      -o-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
      -webkit-transform: translate(-50%, 20px);
      transform: translate(-50%, 20px);
    }
  }
  /* Phone Frame
  ------------------------*/
  .phone-frame {
    position: relative;
    z-index: 3;
    display: inline-block;
  }
  .phone-frame .pf-inner {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 72%;
    height: 84%;
    margin: 10% 0 0 14%;
    border-radius: 5%;
  }

  /* 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;
    }
  }

  /*---------------------------
  Icons Start
  ------------------------------*/
  .icon-30 {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 11px;
  }
  .icon-30 i {
    line-height: 30px;
  }
  .icon-30 i.number {
    font-style: normal;
  }

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

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

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

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

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

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

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

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

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

  .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;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -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;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -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;
    animation: dots 6s infinite linear;
  }
  .dots .dot {
    width: 5px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
  }
  .dots .dot1 {
    background-color: #8ad9fd;
    transform: translate(15px, 5px);
    animation: dot1 1.5s infinite alternate;
  }
  .dots .dot2 {
    background-color: #b8a6f7;
    transform: translate(-8px, 8px);
    animation: dot2 1.5s infinite alternate;
    animation-delay: .5s;
  }
  .dots .dot3 {
    background-color: #fac5a7;
    transform: translate(-5px, -12px);
    animation: dot3 1.5s infinite alternate;
    animation-delay: 1s;
  }

  @keyframes dots {
    from {
      transform: rotate(-360deg);
    }
    to {
      transform: rotate(0);
    }
  }
  @keyframes dot1 {
    from {
      transform: translate(15px, 5px);
      opacity: 1;
    }
    to {
      transform: translate(25px, 5px);
      opacity: 1;
    }
  }
  @keyframes dot2 {
    from {
      transform: translate(-8px, 8px);
      opacity: 1;
    }
    to {
      transform: translate(-19px, 19px);
      opacity: 1;
    }
  }
  @keyframes dot3 {
    from {
      transform: translate(-5px, -12px);
      opacity: 1;
    }
    to {
      transform: translate(-10px, -24px);
      opacity: 1;
    }
  }
  /* ----------------------
  *   owl
  ---------------------------*/
  .owl-dots {
    text-align: center;
  }
  .main-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 0px;
  }
  .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #0050d8;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -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: none;
  }
  .owl-dots .owl-dot.active {
    background: #0050d8;
  }
  .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 {
    -moz-transition: ease-in-out all 0.35s;
    -o-transition: ease-in-out all 0.35s;
    -webkit-transition: ease-in-out all 0.35s;
    transition: ease-in-out all 0.35s;
  }

  [class*="hover-"] {
    -moz-transition: ease-in-out all 0.35s;
    -o-transition: ease-in-out all 0.35s;
    -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 {
    -moz-transition: ease-in-out all 0.33s;
    -o-transition: ease-in-out all 0.33s;
    -webkit-transition: ease-in-out all 0.33s;
    transition: ease-in-out all 0.33s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .img-hover:hover .img-hover-in img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -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: .7;
  }
  .grayscale-hover:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }

  /* ----------------------
  *   Box shadow
  ---------------------------*/
  .box-shadow-lg {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  }

  .box-shadow {
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
  }

  .box-shadow-hover {
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
  }
  .box-shadow-hover:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  }

  .box-shadow-only-hover:hover {
    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;
    -moz-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
    -webkit-animation-play-state: paused;
    -moz-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;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    z-index: -1;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    -moz-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
    -webkit-animation-play-state: paused;
    -moz-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: 1px solid currentcolor;
    border-bottom: 1px 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;
    -moz-animation-play-state: running;
    animation-play-state: running;
  }
  .hover-rotate:hover .hr-rotate-after:after {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
  }

  /*---------------------------
  Border Start
  ------------------------------*/
  /* 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: #0050d8;
  }

  .border-color-theme-alt {
    border-color: rgba(0, 80, 216, 0.65);
  }

  .border-color-theme2nd {
    border-color: #53d267;
  }

  .border-color-theme2nd-alt {
    border-color: rgba(83, 210, 103, 0.65);
  }

  .border-color-theme3rd {
    border-color: #051b35;
  }

  .border-color-theme3rd-alt {
    border-color: rgba(5, 27, 53, 0.65);
  }

  .border-color-dark {
    border-color: #152c5b;
  }

  .border-color-dark-alt {
    border-color: rgba(21, 44, 91, 0.65);
  }

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

  .border-color-gray-alt {
    border-color: rgba(242, 243, 250, 0.65);
  }

  .border-color-gray-800 {
    border-color: #384c74;
  }

  .border-color-gray-800-alt {
    border-color: rgba(56, 76, 116, 0.65);
  }

  .border-color-gray-300 {
    border-color: #d9e2ef;
  }

  .border-color-gray-300-alt {
    border-color: rgba(217, 226, 239, 0.65);
  }

  .border-color-gray-200 {
    border-color: #f1f4f8;
  }

  .border-color-gray-200-alt {
    border-color: rgba(241, 244, 248, 0.65);
  }

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

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

  .border-color-medium-dark {
    border-color: #171347;
  }

  .border-color-medium-dark-alt {
    border-color: rgba(23, 19, 71, 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: #ffbe3d;
  }

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

  .border-color-green {
    border-color: #11e279;
  }

  .border-color-green-alt {
    border-color: rgba(17, 226, 121, 0.65);
  }

  .border-color-blue {
    border-color: #15b2ec;
  }

  .border-color-blue-alt {
    border-color: rgba(21, 178, 236, 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: #718096;
  }

  .border-color-body-alt {
    border-color: rgba(113, 128, 150, 0.65);
  }

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

  /* ----------------------
  *	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 > * {
    box-shadow: -1px -1px 0px 0px #dee2e6;
  }

  .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 Start
  ------------------------------*/
  .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: -4px;
    margin-right: -4px;
  }
  .portfolio-content.grid-gutter-md .grid-item {
    padding: 8px;
  }
  .portfolio-content.grid-gutter-lg {
    margin-left: -6px;
    margin-right: -6px;
  }
  .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;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
  }
  .gallery-box .gallery-info a {
    position: absolute;
    bottom: 13px;
    left: 16px;
    color: #152c5b;
  }
  .gallery-box:hover .gallery-info {
    opacity: 1;
  }

  /*Portfolio Filter*/
  .portfolio-filter-01 .filter li {
    cursor: pointer;
    margin: 0 15px;
    color: #152c5b;
    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: #0050d8;
    position: absolute;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -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: #0050d8;
  }
  .portfolio-filter-01 .filter li.active {
    color: #0050d8;
  }
  .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;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -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: linear-gradient(to top, #000000, rgba(21, 44, 91, 0));
    width: 100%;
    padding: 25px 20px 20px;
  }
  .portfolio-box:hover .portfolio-bg {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /*Portfolio Style 2*/
  .portfolio-box-01 {
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
  }
  .portfolio-box-01 .portfolio-img {
    position: relative;
  }
  .portfolio-box-01 .portfolio-img .portfolio-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    opacity: 0;
  }
  .portfolio-box-01 .portfolio-img .portfolio-icon a {
    width: 50px;
    height: 50px;
    color: #152c5b;
    border-radius: 50%;
    background: #ffffff;
    line-height: 50px;
    text-align: center;
    margin: 0 5px;
    font-size: 20px;
  }
  .portfolio-box-01 .portfolio-info {
    padding: 20px;
  }
  .portfolio-box-01 .portfolio-info h5 {
    margin: 0;
  }
  .portfolio-box-01 .portfolio-info h5 a {
    color: #152c5b;
  }
  .portfolio-box-01 .portfolio-info .nav {
    padding-top: 5px;
  }
  .portfolio-box-01 .portfolio-info .nav a {
    background: #53d267;
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 25px;
    font-size: 0.80rem;
    margin-right: 8px;
    margin-top: 5px;
  }
  .portfolio-box-01 .portfolio-info .nav a:hover {
    background: #0050d8;
  }
  .portfolio-box-01:hover .portfolio-img .portfolio-icon {
    opacity: 1;
  }

  /*Portfolio Style 3*/
  .portfolio-box-02 {
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
    padding: 15px;
    background: #ffffff;
    margin: 15px;
  }
  .portfolio-box-02 .portfolio-img {
    position: relative;
  }
  .portfolio-box-02 .portfolio-img a {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0%;
    background: rgba(0, 0, 0, 0.7);
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    opacity: 0;
  }
  .portfolio-box-02 .portfolio-img a i {
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    font-size: 40px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .portfolio-box-02 .portfolio-info h5 {
    margin: 0;
    padding: 15px 0 0;
    font-size: 18px;
  }
  .portfolio-box-02 .portfolio-info h5 a {
    color: #152c5b;
    font-size: 18px;
    font-weight: 700;
  }
  .portfolio-box-02:hover .portfolio-img a {
    width: 100%;
    right: auto;
    left: 0;
    opacity: 1;
  }

  /*---------------------------
  Process Bar Start
  ------------------------------*/
  .skill-lt:not(:last-child) {
    margin-bottom: 30px;
  }
  .skill-lt h6 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .skill-lt .skill-bar {
    position: relative;
    background: #eee;
  }
  .skill-lt .skill-bar .skill-bar-in {
    width: 0px;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    height: 5px;
    position: relative;
  }
  .skill-lt .skill-bar .skill-bar-in span {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 14px;
  }
  .skill-lt.md .skill-bar .skill-bar-in {
    height: 8px;
  }
  .skill-lt.lg .skill-bar .skill-bar-in {
    height: 10px;
  }
  .skill-lt.light .skill-bar {
    background: rgba(0, 0, 0, 0.5);
  }

  /*---------------------------
  Avatar Start
  ------------------------------*/
  .avatar-30 {
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .avatar-40 {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .avatar-50 {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .avatar-60 {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .avatar-70 {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .avatar-80 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .avatar-90 {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .avatar-100 {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .avatar-110 {
    width: 110px;
    height: 110px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .avatar-120 {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
  }

  .avatar-220 {
    width: 220px;
    height: 220px;
    overflow: hidden;
  }

  .avatar-group {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  .avatar-group li {
    border: 2px solid #ffffff;
  }
  .avatar-group li:not(:last-child) {
    margin-right: -15px;
  }

  /*---------------------------
  Card Start
  ------------------------------*/
  .card-count {
    orphans: 1;
    widows: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .card-count .card {
    display: inline-block;
    width: 100%;
  }

  .card-2-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .card-3-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .card-4-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  @media (min-width: 768px) {
    .card-md-2-count {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }

    .card-md-3-count {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
    }

    .card-md-4-count {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
    }
  }
  @media (min-width: 992px) {
    .card-lg-2-count {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }

    .card-lg-3-count {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
    }

    .card-lg-4-count {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
    }
  }
  @media (min-width: 1200px) {
    .card-xl-2-count {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }

    .card-xl-3-count {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
    }

    .card-xl-4-count {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
    }
  }
  .card {
    border: 1px solid #eff2f7;
  }
  .card .card-footer {
    background-color: #ffffff;
    border-top: 1px solid #eff2f7;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .card .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eff2f7;
  }
  .card .list-group-item {
    border-color: #eff2f7;
    color: #718096;
  }
  .card .list-group-item.active {
    background: #ffffff;
    color: #0050d8;
  }
  .card .list-group-item-action:hover, .card .list-group-item-action.active {
    background: #ffffff;
    color: #0050d8;
  }

  .card-frame {
    border-bottom-width: 5px;
  }
  .card-frame:hover {
    border-color: #0050d8;
  }

  @media (min-width: 768px) {
    .card-body {
      padding: 2rem;
    }
  }

  /*---------------------------
  Our Team Start
  ------------------------------*/
  .our-team .team-img {
    position: relative;
    overflow: hidden;
  }
  .our-team .team-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -moz-transition: ease all 0.33s;
    -o-transition: ease all 0.33s;
    -webkit-transition: ease all 0.33s;
    transition: ease all 0.33s;
  }
  .our-team .team-img img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: ease all 0.33s;
    -o-transition: ease all 0.33s;
    -webkit-transition: ease all 0.33s;
    transition: ease all 0.33s;
  }
  .our-team .social-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  .our-team:hover .team-img:after {
    opacity: 0.5;
  }
  .our-team:hover .team-img img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .our-team:hover .social-icon {
    opacity: 1;
  }

  /*---------------------------
  counter Start
  ------------------------------*/
  .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;
    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: #53d267;
    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";
  }

  .after-p:after {
    content: "%";
  }

  .after-plus:after {
    content: "+";
  }

  .date-box-1 {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 120px;
  }
  .date-box-1 label {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
  }
  .date-box-1 span {
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 700;
  }

  /*---------------------------
  Tabs Start
  ------------------------------*/
  /*------------------
  *   Tab style 01
  -------------------*/
  .tab-style-1 .nav {
    border-bottom: 1px solid #ddd;
  }
  @media (max-width: 567px) {
    .tab-style-1 .nav {
      margin-bottom: 15px;
    }
  }
  .tab-style-1 .nav-item {
    margin: 0 10px;
  }
  .tab-style-1 .nav-item a {
    color: #152c5b;
    position: relative;
    padding: 12px 15px;
    text-align: center;
    border-bottom: none;
    width: 100%;
    display: block;
    text-transform: uppercase;
  }
  .tab-style-1 .nav-item a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #0050d8;
    -moz-transition: ease-in-out all 0.55s;
    -o-transition: ease-in-out all 0.55s;
    -webkit-transition: ease-in-out all 0.55s;
    transition: ease-in-out all 0.55s;
  }
  .tab-style-1 .nav-item a.active {
    color: #0050d8;
  }
  .tab-style-1 .nav-item a.active:after {
    width: 100%;
  }
  .tab-style-1 .nav-item .icon {
    font-size: 30px;
  }
  .tab-style-1 .nav-item span {
    font-weight: 600;
    font-size: 15px;
  }
  @media (max-width: 567px) {
    .tab-style-1 .nav-item span {
      display: none;
    }
  }
  .tab-style-1 .tab-pane {
    padding-top: 20px;
  }

  /*------------------
  *   Tab style 02
  -------------------*/
  .tab-style-2 .nav {
    margin-bottom: 15px;
    border: none;
  }
  .tab-style-2 .nav .nav-item {
    margin-right: 18px;
  }
  .tab-style-2 .nav .nav-item a {
    padding: 8px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #152c5b;
    position: relative;
    display: block;
  }
  .tab-style-2 .nav .nav-item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    -moz-transition: ease-in-out all 0.55s;
    -o-transition: ease-in-out all 0.55s;
    -webkit-transition: ease-in-out all 0.55s;
    transition: ease-in-out all 0.55s;
    height: 2px;
    background: #53d267;
  }
  .tab-style-2 .nav .nav-item a.active {
    color: #0050d8;
  }
  .tab-style-2 .nav .nav-item a.active:after {
    width: 100%;
  }

  /*------------------
  *   Tab style 03
  -------------------*/
  .tab-style-3 .nav {
    background: #ffffff;
    border: none;
  }
  .tab-style-3 .nav a {
    display: block;
    padding: 15px 10px 18px;
    line-height: normal;
    position: relative;
    color: #718096;
  }
  .tab-style-3 .nav a:after, .tab-style-3 .nav a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: ease-in-out all 0.25s;
    -o-transition: ease-in-out all 0.25s;
    -webkit-transition: ease-in-out all 0.25s;
    transition: ease-in-out all 0.25s;
    margin: auto;
  }
  .tab-style-3 .nav a:after {
    width: 0px;
    height: 3px;
    background: #53d267;
  }
  .tab-style-3 .nav a:before {
    width: 20px;
    background: #ffffff;
    z-index: 1;
    height: 20px;
    bottom: -8px;
    box-shadow: 0px 6px 10px 0px rgba(38, 59, 94, 0.1);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: ease-in-out all 0.25s;
    -o-transition: ease-in-out all 0.25s;
    -webkit-transition: ease-in-out all 0.25s;
    transition: ease-in-out all 0.25s;
    opacity: 0;
  }
  .tab-style-3 .nav a.active {
    color: #53d267;
  }
  .tab-style-3 .nav a.active:after {
    width: 100%;
  }
  .tab-style-3 .nav a.active:before {
    opacity: 1;
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .tab-style-3 .nav .icon {
    font-size: 32px;
  }
  .tab-style-3 .nav span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #152c5b;
  }
  @media (max-width: 567px) {
    .tab-style-3 .nav span {
      display: none;
    }
  }
  .tab-style-3 .tab-content {
    padding-top: 30px;
  }

  /*------------------
  *   Tab style 04
  -------------------*/
  .tab-style-4 .nav {
    margin-bottom: 15px;
    border-bottom: 2px solid #efefff;
  }
  .tab-style-4 .nav .nav-item .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #0050d8;
  }
  .tab-style-4 .nav .nav-item span {
    margin-left: 10px;
  }
  @media (max-width: 567px) {
    .tab-style-4 .nav .nav-item span {
      display: none;
    }
  }
  .tab-style-4 .nav .nav-item a {
    padding: 12px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #718096;
    position: relative;
    display: block;
  }
  .tab-style-4 .nav .nav-item a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    -moz-transition: ease-in-out all 0.55s;
    -o-transition: ease-in-out all 0.55s;
    -webkit-transition: ease-in-out all 0.55s;
    transition: ease-in-out all 0.55s;
    height: 3px;
    background: #0050d8;
  }
  .tab-style-4 .nav .nav-item a.active:after {
    width: 100%;
  }

  /*------------------
  *   Tab style 05
  -------------------*/
  .tab-style-5 .nav-tabs {
    border: none;
  }
  .tab-style-5 .nav-tabs .nav-item {
    margin: 5px;
  }
  .tab-style-5 .nav-tabs .nav-item > a {
    position: relative;
    padding: 15px 10px;
    font-weight: 600;
    color: #152c5b;
    border: none;
    border-radius: 10px;
    background: #ffffff;
  }
  .tab-style-5 .nav-tabs .nav-item > a.active {
    color: #ffffff;
    background: #0050d8;
  }

  /*------------------
  *   Tab style 05
  -------------------*/
  .tab-style-6 .nav-tabs {
    border: none;
  }
  .tab-style-6 .nav-tabs .nav-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .tab-style-6 .nav-tabs .nav-item h6 {
    font-weight: 700;
    font-size: 18px;
    color: #152c5b;
  }
  .tab-style-6 .nav-tabs .nav-item p {
    margin: 0;
  }
  .tab-style-6 .nav-tabs .nav-item > a {
    position: relative;
    padding: 20px;
    font-weight: 600;
    color: #718096;
    border: none;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #eee;
  }
  .tab-style-6 .nav-tabs .nav-item > a [class*="only-icon"] {
    color: #0050d8;
  }
  .tab-style-6 .nav-tabs .nav-item > a.active {
    color: rgba(255, 255, 255, 0.8);
    background: #0050d8;
  }
  .tab-style-6 .nav-tabs .nav-item > a.active [class*="only-icon"] {
    color: #ffffff;
  }
  .tab-style-6 .nav-tabs .nav-item > a.active h6 {
    color: #ffffff;
  }

  /*---------------------------
  Brand Start
  ------------------------------*/
  .cient-slider img {
    width: auto;
    margin: 0 auto;
  }

  /*---------------------------
  Accordion Start
  ------------------------------*/
  .accordion-close .acco-des {
    display: none;
  }

  /*---------------------------
  Accordion 01
  ------------------------------*/
  .accordion-01 .acco-group {
    background: #ffffff;
  }
  .accordion-01 .acco-group .acco-heading {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #152c5b;
    font-weight: 600;
    position: relative;
  }
  .accordion-01 .acco-group .acco-des {
    padding: 15px 0;
  }

  /*---------------------------
  Accordion 02
  ------------------------------*/
  .accordion-02 .acco-group {
    border: 1px solid #eee;
    background: #ffffff;
  }
  .accordion-02 .acco-group + .acco-group {
    margin-top: -1px;
  }
  .accordion-02 .acco-group .acco-heading {
    padding: 12px 45px 12px 12px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #152c5b;
    font-weight: 600;
    position: relative;
  }
  .accordion-02 .acco-group .acco-heading:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .accordion-02 .acco-group .acco-des {
    border-top: 1px solid #eee;
    padding: 20px;
  }
  .accordion-02 .acco-group.acco-active .acco-heading:after {
    top: 25px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*---------------------------
  Accordion 03
  ------------------------------*/
  .accordion-03 .acco-group {
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  }
  .accordion-03 .acco-group .acco-heading {
    padding: 12px 45px 12px 25px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #152c5b;
    font-weight: 600;
    position: relative;
  }
  .accordion-03 .acco-group .acco-heading span {
    color: #0050d8;
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px;
    vertical-align: middle;
  }
  .accordion-03 .acco-group .acco-heading:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .accordion-03 .acco-group .acco-des {
    border-top: 1px solid #eee;
    padding: 20px;
  }
  .accordion-03 .acco-group.acco-active .acco-heading:after {
    top: 25px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*---------------------------
  Accordion 04
  ------------------------------*/
  .accordion-04 .acco-group {
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .accordion-04 .acco-group .acco-heading {
    padding: 12px 45px 12px 25px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    position: relative;
  }
  .accordion-04 .acco-group .acco-heading span {
    color: #0050d8;
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px;
  }
  .accordion-04 .acco-group .acco-heading:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .accordion-04 .acco-group .acco-des {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    color: rgba(255, 255, 255, 0.8);
  }
  .accordion-04 .acco-group.acco-active .acco-heading:after {
    top: 25px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*---------------------------
  Accordion 05
  ------------------------------*/
  .accordion-05 {
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
  }
  .accordion-05 .acco-group {
    background: #ffffff;
  }
  .accordion-05 .acco-group:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .accordion-05 .acco-group .acco-heading {
    padding: 20px 45px 20px 25px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #152c5b;
    font-weight: 600;
    position: relative;
    font-size: 16px;
  }
  .accordion-05 .acco-group .acco-heading:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 28px;
    right: 25px;
  }
  .accordion-05 .acco-group .acco-des {
    border-left: 5px solid #0050d8;
    border-top: 1px solid #eee;
    padding: 20px;
  }
  .accordion-05 .acco-group.acco-active .acco-heading {
    color: #0050d8;
  }
  .accordion-05 .acco-group.acco-active .acco-heading:after {
    top: 32px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*---------------------------
  Accordion 06
  ------------------------------*/
  .accordion-06 .acco-group {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .accordion-06 .acco-group .acco-heading {
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    font-weight: 600;
    width: 100%;
    color: #152c5b;
    border-radius: 5px;
    position: relative;
    font-size: 15px;
  }
  .accordion-06 .acco-group .acco-heading:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    top: 20px;
    right: 20px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .accordion-06 .acco-group .acco-des {
    padding: 10px 20px 20px;
  }
  .accordion-06 .acco-group.acco-active .acco-heading {
    color: #0050d8;
  }
  .accordion-06 .acco-group.acco-active .acco-heading:after {
    border-color: #0050d8;
  }

  /*---------------------------
  Accordion 06
  ------------------------------*/
  .accordion-07 .acco-group {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px !important;
  }
  .accordion-07 .acco-group .acco-heading {
    display: flex;
    vertical-align: top;
    padding: 20px 40px 20px 20px;
    font-weight: 600;
    width: 100%;
    color: #152c5b;
    border-radius: 5px;
    position: relative;
    font-size: 15px;
  }
  .accordion-07 .acco-group .acco-heading i {
    display: flex;
    position: relative;
    top: 1px;
  }
  .accordion-07 .acco-group .acco-heading:after {
    content: "+";
    position: absolute;
    width: 10px;
    top: 0;
    right: 20px;
    font-size: 23px;
    line-height: 20px;
    bottom: 0;
    margin: auto;
    height: 20px;
  }
  .accordion-07 .acco-group .acco-des {
    padding: 10px 20px 20px;
  }
  .accordion-07 .acco-group.acco-active .acco-heading:after {
    content: "-";
  }

  /*------------------
  *	Price Table Start
  -------------------*/
  .price-table {
    background: #ffffff;
    padding: 40px 20px;
    -moz-transition: ease-in-out all 0.25s;
    -o-transition: ease-in-out all 0.25s;
    -webkit-transition: ease-in-out all 0.25s;
    transition: ease-in-out all 0.25s;
    position: relative;
    top: 0;
  }
  .price-table .pt-head .msg {
    background: #0050d8;
    margin: -10px 0 20px;
    padding: 7px 20px;
    position: relative;
    left: -32px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    border-radius: 5px;
  }
  .price-table .pt-head h5 {
    color: #152c5b;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
  }
  .price-table .pt-body h4 {
    font-size: 18px;
    font-weight: 700;
    color: #152c5b;
    margin: 0;
    padding: 0 0 10px;
  }
  .price-table .pt-footer {
    margin: 15px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
  }
  .price-table:hover {
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
    top: -10px;
  }
  .price-table.active {
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
  }

  /*------------------
  *	Price Table
  -------------------*/
  .price-table-01 {
    position: relative;
    top: 0;
    -moz-transition: ease-in-out all 0.25s;
    -o-transition: ease-in-out all 0.25s;
    -webkit-transition: ease-in-out all 0.25s;
    transition: ease-in-out all 0.25s;
    overflow: hidden;
    top: 0;
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
    background: #ffffff;
  }
  .price-table-01 .pt-head {
    padding: 30px 10px 20px 20px;
    position: relative;
    z-index: 1;
  }
  .price-table-01 .pt-head i {
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    top: 30px;
    right: 20px;
    opacity: 0.5;
  }
  .price-table-01 .pt-head h4 {
    color: #ffffff;
    font-size: 17px;
  }
  .price-table-01 .pt-head h5 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    margin: 0;
  }
  .price-table-01 .pt-head:after {
    content: "";
    position: absolute;
    top: -50px;
    left: -20px;
    right: -10px;
    bottom: 0;
    background: #0050d8;
    z-index: -1;
    transform: rotate(-7deg);
  }
  .price-table-01 .pt-head .msg {
    background: #53d267;
    margin: 0 0 30px;
    padding: 7px 20px;
    position: relative;
    left: -32px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
  }
  .price-table-01 .pt-body {
    padding: 25px 15px 10px 15px;
  }
  .price-table-01 .pt-footer {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 15px 0;
    margin: 15px 0 0;
    border-top: 1px solid #ddd;
  }
  .price-table-01:hover {
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
    top: -10px;
  }
  .price-table-01.active .pt-head:after {
    background: #53d267;
  }

  /*------------------
  *	Price Table
  -------------------*/
  .price-table-02 {
    background: #ffffff;
    padding: 12% 10%;
        min-height: 325px;
  }
  .price-table-02 .pt-head {
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
  }
  .price-table-02 .pt-head label {
    margin: 0;
    font-size: 12px;
    vertical-align: top;
    font-weight: 500;
  }
  .price-table-02 .pt-head h4 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
  }
  .price-table-02 .pt-head h5 {
    font-size: 44px;
    font-weight: 700;
    margin: 0;
  }
  .price-table-02 .pt-head h5 span {
    font-size: 30px;
    vertical-align: super;
  }
  .price-table-02 .pt-footer {
    position: relative;
    z-index: 1;
    padding: 25px 0 0;
    border-top: 1px solid #ddd;
    margin: 25px 0 0;
  }

  /*------------------
  *	Price Table
  -------------------*/
  .price-table-03 {
    background-color: #ffffff;
    text-align: center;
    padding: 15% 10%;
  }
  .price-table-03 .pt-icon {
    margin: 10px 0 22px 0;
  }
  .price-table-03 .pt-icon img {
    max-width: 130px;
    max-height: 110px;
  }
  .price-table-03 .pt-head {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .price-table-03 .pt-head h3 {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    color: #152c5b;
  }
  .price-table-03 .pt-head p {
    margin: 6px 0 18px;
  }
  .price-table-03 .pt-head .price {
    font-size: 35px;
    font-weight: 600;
    color: #152c5b;
    line-height: normal;
  }
  .price-table-03 .pt-head .price span {
    font-size: 15px;
    opacity: 0.5;
    font-weight: 400;
  }
  .price-table-03 .pt-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .price-table-03 .pt-body ul li {
    padding: 4px 0;
  }
  .price-table-03 .pt-action {
    padding: 30px 0 0;
  }

  .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: left;
  }
  .ribbon span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    width: 100px;
    display: block;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    left: -21px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ribbon span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #343a40;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #343a40;
  }
  .ribbon span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-left: 3px solid #343a40;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #343a40;
  }

  /*---------------------------
  Blog Start
  ------------------------------*/
  /*------------------
  *	blog-post-1
  -------------------*/
  .blog-post-1 .post-img {
    position: relative;
    overflow: hidden;
  }
  .blog-post-1 .post-img img {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .blog-post-1 .post-img .meta {
    position: absolute;
    top: 20px;
    left: 0px;
    background: #0050d8;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 1;
  }
  .blog-post-1 .post-meta {
    padding: 15px 0 0;
  }
  .blog-post-1 .post-meta h5 a {
    color: #152c5b;
  }
  .blog-post-1:hover .post-img img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /*------------------
  *	Blog Grid
  -------------------*/
  .blog-grid .blog-grid-img {
    overflow: hidden;
  }
  .blog-grid .blog-grid-img img {
    -moz-transition: ease all 0.25s;
    -o-transition: ease all 0.25s;
    -webkit-transition: ease all 0.25s;
    transition: ease all 0.25s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .blog-grid .blog-gird-info {
    padding-top: 15px;
  }
  .blog-grid h5 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 18px;
    color: #152c5b;
    font-weight: 600;
  }
  .blog-grid h5 a {
    color: #152c5b;
  }
  .blog-grid p {
    margin: 0;
  }
  .blog-grid .b-meta span {
    font-size: 12px;
    color: #718096;
  }
  .blog-grid .b-meta .meta {
    background: #53d267;
    color: #ffffff;
    padding: 2px 9px;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    border-radius: 30px;
  }
  .blog-grid .btn-grid {
    margin-top: 15px;
  }
  .blog-grid:hover .blog-grid-img img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .tag-cloud a {
    padding: 3px 16px;
    border: 1px solid #eee;
    background: #eee;
    color: #152c5b;
    display: block;
    margin: 0 4px 6px 0px;
    border-radius: 40px;
    font-size: 0.86rem;
  }
  .tag-cloud a:hover {
    background: #0050d8;
    border-color: #0050d8;
    color: #ffffff;
  }

  .pagination .page-item .page-link {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 5px;
    color: #152c5b;
    margin: 0 5px;
  }
  .pagination .page-item .page-link:hover {
    background: #0050d8;
    border-color: #0050d8;
    color: #ffffff;
  }
  .pagination .page-item.disabled .page-link {
    opacity: 0.5;
  }
  .pagination .page-item.active .page-link {
    background: #0050d8;
    border-color: #0050d8;
    color: #ffffff;
  }

  /*------------------
  *	Comments
  -------------------*/
  .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .comment-list > li:first-child > .comment-body {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .comment-list .comment-body {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .comment-list .comment-meta .comment-author {
    overflow: hidden;
    border-radius: 50%;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
  }
  .comment-list .comment-meta .comment-metadata {
    padding-left: 20px;
  }
  .comment-list .comment-meta .comment-metadata .c-name {
    color: #152c5b;
    line-height: normal;
    font-weight: 700;
  }
  .comment-list .comment-meta .comment-metadata .c-date {
    font-size: 14px;
    line-height: normal;
  }
  .comment-list .comment-content {
    padding: 10px 0 10px 70px;
  }
  .comment-list .comment-content p {
    margin: 0;
  }
  .comment-list .comment-reply {
    padding-left: 70px;
  }
  .comment-list .comment-reply .m-btn {
    padding: 0.20rem 0.8rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0;
  }
  .comment-list .children {
    margin: 0;
    padding: 0 0 0 70px;
    list-style: none;
  }

  /*------------------
  *	Comments form
  -------------------*/
  .comment-respond-section {
    padding: 50px 0;
  }
  @media (max-width: 567px) {
    .comment-respond-section {
      padding-top: 30px;
    }
  }

  .comment-respond-form {
    background: #f2f3fa;
    padding: 30px;
  }
  .comment-respond-form .form-group > label {
    font-weight: 500;
    color: #152c5b;
    font-size: 14px;
  }
  .comment-respond-form .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
  }
  .comment-respond-form .form-control:focus {
    border: 1px solid #0050d8;
  }

  /*---------------------------
  Social icons Start
  ------------------------------*/
  .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.white-icon a {
    color: #ffffff;
  }
  .social-icon.theme a {
    background-color: #0050d8;
    color: #ffffff;
  }
  .social-icon.theme a:hover {
    background-color: #53d267;
  }
  .social-icon.theme2nd a {
    background-color: #53d267;
    color: #ffffff;
  }
  .social-icon.theme2nd a:hover {
    background-color: #0050d8;
  }
  .social-icon.white a {
    background-color: #ffffff;
    color: #152c5b;
    border: 1px solid #ffffff;
  }
  .social-icon.white a:hover {
    background-color: transparent;
    color: #ffffff;
  }
  .social-icon.gray a {
    background-color: #eee;
    color: #152c5b;
    border: 1px solid #eee;
  }
  .social-icon.gray a:hover {
    background-color: #152c5b;
    color: #ffffff;
  }
  .social-icon.radius a {
    border-radius: 50%;
  }
  .social-icon.round a {
    border-radius: 3px;
  }

  /*---------------------------
  Form Start
  ------------------------------*/
  .form-control {
    height: calc(1.5em + 1.375rem + 2px);
    padding: .6875rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #e2e8f0;
  }
  .form-control:focus {
    box-shadow: none;
  }
  .form-control-sm {
    height: calc(1.5em + .6875rem + 2px);
    padding: .40625rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .3125rem;
  }
  .form-control-lg {
    height: calc(1.5em + 2.375rem + 2px);
    padding: 1.25rem 1rem;
    font-size: 1.15rem;
    line-height: 1.5;
    border-radius: .1875rem;
  }

  .custom-file {
    height: calc(1.5em + 1.375rem + 2px);
  }

  .custom-file-input {
    height: calc(1.5em + 1.375rem + 2px);
    padding: .6875rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #e2e8f0;
  }
  .custom-file-input:focus {
    box-shadow: none;
  }
  .custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
  }

  .custom-file-label {
    height: calc(1.5em + 1.375rem + 2px);
    padding: .6875rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #e2e8f0;
  }
  .custom-file-label:after {
    height: calc(1.5em + 1.375rem);
    padding: .6875rem .75rem;
  }

  .input-group-lg > .form-control:not(textarea),
  .input-group-lg > .custom-select {
    height: calc(1.5em + 2.375rem + 2px);
    padding: 1.25rem 1rem;
    font-size: 1.15rem;
    line-height: 1.5;
  }

  .input-group-sm > .form-control:not(textarea),
  .input-group-sm > .custom-select {
    height: calc(1.5em + 2.375rem + 2px);
    padding: 1.25rem 1rem;
    font-size: 1.15rem;
    line-height: 1.5;
  }

  .input-group-no-border .form-control,
  .input-group-no-border .input-group-text {
    border: none;
  }

  .input-group-merge .form-control:not(:first-child),
  .input-group-merge .custom-select:not(:first-child) {
    border-left: 0;
    padding-left: 0;
  }

  .input-group-text {
    background: #ffffff;
    border-color: #e2e8f0;
  }

  .custom-select {
    height: calc(1.5em + 1.375rem + 2px);
    padding: .6875rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #e2e8f0;
  }
  .custom-select-sm {
    height: calc(1.5em + .6875rem + 2px);
    padding: .40625rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .3125rem;
  }
  .custom-select-lg {
    height: calc(1.5em + 2.375rem + 2px);
    padding: 1.25rem 1rem;
    font-size: 1.15rem;
    line-height: 1.5;
    border-radius: .1875rem;
  }

  .custom-control-input:checked ~ .custom-control-label:before {
    background: #01baef;
    border-color: #0050d8;
  }

  /*---------------------------
  Pie Chart Start
  ------------------------------*/
  .after-percentage:after {
    content: "%";
  }

  .pie_chart_in {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .pie_chart_in .middle {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /*---------------------------
  List Type Start
  ------------------------------*/
  .list-type-01 {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .list-type-01 li {
    position: relative;
    padding:0;
    font-weight: 500;
  }
  .list-type-01 li i {
    position: absolute;
    top: 13px;
    right: 0;
    color: #152c5b;
  }
  .list-type-01.theme li i {
    color: #0050d8;
  }
  .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: 2px 0 2px 18px;
  }
  .list-type-02 li i {
    position: absolute;
    top: 9px;
    left: 0;
    font-size: 10px;
    color: #53d267;
  }
  .list-type-02.theme li i {
    color: #0050d8;
  }
  .list-type-02.white li i {
    color: #ffffff;
  }

  .list-type-03 {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .list-type-03 li {
    position: relative;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  .list-type-03 li i {
    max-width: 20px;
    flex: 0 0 20px;
    line-height: 20px;
    background: #11e279;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #ffffff;
  }

  .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 #53d267;
    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 #0050d8;
    position: absolute;
    top: 6px;
    left: 0;
    border-bottom: 2px solid #0050d8;
    transform: rotate(45deg);
  }

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

  /*---------------------------
  Blockquote
  ------------------------------*/
  .blockquote-1 {
    padding-left: 25px;
    border-left: 1px solid #0050d8;
    font-size: 16px;
  }

  /*---------------------------
  Margin Padding Start
  ------------------------------*/
  /* 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;
  }
  .servies-home {
    text-align: center;
    padding: 15px;
    transition: .5s ease all;
    transform: scale(1);
  }
  .servies-home:hover {
    background: #fff;
    box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    transition: .5s ease all;
    transform: scale(1.1);
    border-radius: 3px;
  }
  .bottom-animate {
    padding-bottom: 0;
  }

  .testimonial{
    padding: 70px 30px 10px;
    margin: 50px 5px 30px;
    border: 1px solid #2285FE;
    position: relative;
    min-height: 270px;
    transition: .5s ease all;
    transform: scale(1);
  }
  .testimonial:hover{
    transition: .5s ease all;
    transform: scale(1.03);
  }

  .testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #2285FE;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
  }
  .testimonial .pic img{
    width: 100%;
    height: auto;
  }
  .testimonial .description{
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
    font-style: italic;
    min-height: 150px;
  }
  .testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #2285FE;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 17%;
    right: 0;
    min-width: 65%;
    text-align: center;
  }
  .testimonial .post{
    font-size: 15px;
    color: #2285FE;
  }
  .owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
  }
  .owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
  }
  .owl-prev{
    position: absolute;
    left: -5%;
  }
  .owl-next{
    position: absolute;
    right: -5%;
  }
  .owl-prev:after,
  .owl-next:after{
    content: "\f104";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 30px;
    color: #c7373c;
    opacity: 1;
  }
  .owl-next:after{ content: "\f105"; }

  @media only screen and (max-width: 479px){
    .testimonial{ padding: 70px 10px 30px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
  }

  .test-star {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    color:#f09b00;
  }

  .serviceBox{
      border: 1px solid #3333;
      padding: 30px 30px 30px 90px;
      position: relative;
      transition: all 0.5s ease 0s;
      margin-bottom: 30px;
      box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
      transition: .5s;
      min-height: 180px;
      max-height: 100%;
  }
  .serviceBox:hover {
      transform: scale(1.03);
      transition: .5s;
  }
  .serviceBox:hover{
      border-color: #2285FE;
  }
  .serviceBox:before,
  .serviceBox:after{
      content: "";
      display: block;
      width: 50px;
      height: 5px;
      background: #2285FE;
      position: absolute;
      left: 0;
      opacity: 0;
      transition: all 0.5s ease 0s;
  }
  .serviceBox:before{
      top: -3px;
  }
  .serviceBox:after{
      bottom: -3px;
  }
  .serviceBox:hover:before,
  .serviceBox:hover:after{
      left: 40px;
      opacity: 1;
  }
  .serviceBox .service-icon{
      display: inline-block;
      position: absolute;
      top: 33%;
      left: 23px;
      font-size: 45px;
      color: #2285FE;
      opacity: 0.3;
      transition: all 0.5s ease-in 0s;
  }
  .service-icon img {
      width: 50px;
  }
  .serviceBox:hover .service-icon{
      opacity: 1;
  }
  .serviceBox .title{
      font-size: 16px;
      font-weight: 700;
      color: #333;
      margin-bottom: 15px;
  }
  .serviceBox .description{
      font-size: 13px;
      color: #666;
      line-height: 20px;
      transition: .5s;
  }
  .serviceBox:hover .description {
      color: #000;
      transition: .5s;
  }
  .description__list {
      margin: 0;
  }
  .description__list li {
      display: block;
      position: relative;
      padding-left: 15px;
      margin-top: 10px;
  }
  .signin-header {
    display: flex;
    list-style: none;
    margin-top: 14px;
}
.signin-header li a {
    background:#007bff;
    padding: 10px;
    margin-left: 10px;
    color:#fff;
    font-size: 13px;
    border-radius: 5px;
}
.animate-number {
  margin-top: 15px;
  font-weight: bold;
  animation: blinkingBackground 5s infinite;
}
@keyframes blinkingBackground{
		0%		{ color: #10c018;}
		25%		{ color: #1056c0;}
		50%		{ color: #ef0a1a;}
		75%		{ color: #254878;}
		100%	{ color: #04a1d5;}
	}
 .animate-number i{
  transform: rotate(100deg);
}

.breadcrub-section {
    margin-top: 85px;
}

.serviceBoxnew{
    color: #555;
    background: #fff;
    text-align: center;
    padding: 25px 15px 35px 15px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    transform: scale(1);
    transition: .5s;
    width: 85%;
    height: 300px;
        margin: 0px auto;
}
.serviceBoxnew:hover{
  transform: scale(1.03);
  transition: .5s;
}
.serviceBoxnew:before{
    content: "";
    background: linear-gradient(180deg,#fff,#afdff2,#5e9db6);
    width: 125%;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    top: -75px;
    left: -50px;
    z-index: -1;
}
.serviceBoxnew .service-icon{
    color: #fff;
    font-size: 40px;
    line-height: 20px;
    margin: 0 auto 90px;
}
.serviceBoxnew .service-icon i{
    transform: rotateX(0deg) rotateY(0deg);
    transition: all 0.3s ease 0s;
}
.serviceBoxnew:hover .service-icon i{
    text-shadow: 0 0 5px #fff;
    transform: rotateX(360deg) rotateY(360deg);
}
.serviceBoxnew .title{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    transition: all 0.3s;
}
.serviceBoxnew:hover .title{ color: #31939d; }
.serviceBoxnew .description{
    font-size: 15px;
    line-height: 25px;
}
@media only screen and (max-width:990px){
    .serviceBoxnew{ margin: 0 0 40px; }
}
.service-heading {
  font-size: 35px;
  text-transform: uppercase;
}

.main-service{
  padding: 30px 5px 30px 90px;
  min-height: 200px;
}
.pricingTable{
    padding-bottom: 25px;
    margin: 0 20px;
    background: #fff;
    border-radius: 20px;
    border-bottom: 5px solid #8b9090;
    text-align: center;
    z-index: 1;
    position: relative;
    box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
}
.pricingTable .pricingTable-header{ position: relative; }
.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: "";
    border-top: 10px solid #48434a;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: -10px;
}
.pricingTable .pricingTable-header:after{
    border-left: none;
    border-right: 10px solid transparent;
    left: auto;
    right: -10px;
}
.pricingTable .title{
    padding: 25px 5px;
    margin: 0;
    background: #030004;
    background: linear-gradient(to top, #396b7b, #98d2ec);
    border-radius: 20px 20px 0 0;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.pricingTable .title:before,
.pricingTable .title:after{
    content: "";
    border-left: 10px solid #c2c8c9;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    position: absolute;
    bottom: -114px;
    left: -30px;
}
.pricingTable .title:after{
    border-left: none;
    border-right: 10px solid #c2c8c9;
    left: auto;
    right: -30px;
}
.pricingTable .price-value{
    display: block;
    padding: 15px 5px;
    margin: 0 -10px;
    background: linear-gradient(to right,#b5b5b5 ,#e8e8e8,#b5b5b5 );
    font-size: 36px;
    font-weight: bold;
    color: #4b5659;
    position: relative;
}
.pricingTable .price-value:before,
.pricingTable .price-value:after{
    content: "";
    width: 30px;
    height: 90%;
    background: #838383;
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: -1;
}
.pricingTable .price-value:after{
    left: auto;
    right: -20px;
}
.pricingTable .month{
    font-size: 15px;
    font-weight: bold;
    margin-left: 3px;
    position: relative;
    top: -12px;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 15px 0;
    margin: 0;
}
.pricingTable .pricing-content li{
    padding: 8px 0;
    font-size: 15px;
    font-weight: bold;
    color: #5f5f5f;
    line-height: 30px;
    border-bottom: 2px dashed #e3e3e3;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ border-bottom: none; }
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #5193bb;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.08);
    perspective: 300px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{ color: #5193bb; }
.pricingTable .pricingTable-signup:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #5193bb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: left center 0;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover:before{ transform: rotateY(90deg); }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}

.plan-content-box__white__bg{
	background:#fff;
	overflow:hidden;
}
.plan-content-box.plan-content-box__wight__bg{
	background:#fff;
	overflow:hidden;
}
@media (max-width:991px){
.plan-content-box.plan-content-box__wight__bg{
	width:100%;
}
}
.plan-content-box__wight__bg h3{
	color:#222;
	line-height:1.8;
}
.plan-content-box__wight__bg p{
	color:#444444;
}
.after__none:after{
	display:none;
}

/*==============================================
==============analize section===================*/

.single_top__block {
	 background: #0c1f38;
    color: #ffffff;
    min-height: 169px;
    padding:0 40px 25px;
}
@media (min-width: 991px) and (max-width: 1199px){
.single_top__block {
	padding:0 30px 25px;
}
}
.single_top__block .icon-box__block{
	width:139px;
	height:118px;
	margin:0 auto;
	display:block;
	background:#0c1f38;
	border-radius:50%;
	position:relative;
	top:-56px;

}
@media(max-width:991px){
.single_top__block .icon-box__block{
	margin-top:70px;
}
}
.single_text__block{
     margin-top: -88px;
    position: relative;
}
.single_top__block h2{
	color:#fff;
	font-size:28px;
	font-weight:700;
	line-height: 1.5;
	padding:0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_top__block h2 {
    font-size: 24px;
   }
}

@media(max-width:767px){
	.single_top__block h2{
		font-size: 19px;
	}
}
.top_section__block .icon-box__block i.fa {
    display: inline-block;
    font-size: 40px;
    line-height: 96px;
}
.top_section__block {
    margin-top: -48px;
}
.top_wrap__block > h1 {
    color: #0c1f38;
}
.top_wrap__block > p {
    color: #777777;
}
p.blue_text__block {
    color: #3f8ffb;
}
.box_content__block {
    margin: 15px 0;
    min-height: 65px;
    position: relative;
}
.boxed_btn__block i.fa {
    background: #eaeaea none repeat scroll 0 0;
    height: 50px;
    position: absolute;
    width: 50px;
}
.box_content__block i.fa {
    background: #eaeaea none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 20px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin-top: -39px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
	color: #daa106;;
}
.box_content__block h2 span {
    color: #222222;
    display: block;
    font-size: 70%;
}
.box_content__block h2 {
    font-size: 20px;
    margin-left: 73px;
}
.busines_promo_wrapper__block {
    padding: 80px 0;
}
.section_title__block.text-center h1 {
    display: inline-block;
    position: relative;
}
.section_title__block.text-center h1::after {
    background: #0c1f38 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -22.5px;
    position: absolute;
    width: 45px;
}

@media (min-width: 768px) and (max-width: 991px){
    .top_section__block {
      margin-top: 30px;
    }
    .top_section__block .col-md-4:nth-child(2) {
      margin: 20px 0;
    }
}
@media (max-width: 991px){
    .busines_promo_wrapper__block img {
      display: block;
      margin: 0 auto 20px;
    }
}
@media (max-width:767px){
    .top_section__block{
        margin: 0;
    }
    .top_section__block .col-md-4{
        margin: 10px;
    }
    .top_section__block .col-md-4:nth-child(2){
        margin: 10px;
    }
}
/*==============================================
==============about section===================*/
.about-section__block{
	position:relative;
}
.about-section__block:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	height:160px;
	width:100%;
	background:#daa106;
}

/*Plane Section style start here*/
.single_plan__block {
    position: relative;
    z-index: 1;
	overflow:hidden;
  background-color:#c1c1c1;
margin-bottom: 20px;
min-height: 230px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.block_bg1:after{
  background-color: #e4f7ff;
  background-image: url(../../static/images/hero-6.png);
  background-size: cover;
}
.block_bg2:after{
    background-color: #e4f7ff;
  background-image: url(../../static/images/hero-1.png);
  background-size: cover;
}
.block_bg3:after{
    background-color: #e4f7ff;
  background-image: url(../../static/images/content-1.png);
  background-size: cover;

}
.block_bg4:after{
    background-color: #e4f7ff;
  background-image: url(../../static/images/content-2.png);
  background-size: cover;

}

.single_plan__block:after {
   background-position: right top;
    content: "";
    height: 100%;
    right: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 33%;
    z-index: -1;
}

.single_plan__block.blue__block::before {
    background: #feb20d;
}
.plan-content-box {
    background:#fff none repeat scroll 0 0;
    color: #333;
    padding: 30px;
    width: 61%;
	position:relative;
	z-index:9;
  min-height: 230px;
}
.plan-content-box:after{
	position: absolute;
	top:0;
	left: 0;
	width: 0;
	height: 100%;
	background:#e4f7ff;
	content:'';
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.single_plan__block:hover .plan-content-box:after{
	width: 100%;
}
.single_plan__block:hover h3::after{
	background: #00305b;
}
.block_bg5:after{
  background-image: url(../images/finance-bg2.jpg);
  background-size: cover;

}
.block_bg6:after{
  background-image: url(../images/finance-bg3.jpg);
  background-size: cover;


}
.single_plan__block:after,
.single_plan__block-img:after {
   background-position: right top;
    content: "";
    height: 100%;
    right: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 39%;
    z-index: -1;

}
.single_plan__block-img:after{
	 opacity:1;
}

@media(max-width:991px){
.plan-content-box{
	padding: 24px;
}
}
@media (min-width: 991px) and (max-width: 1199px){
.plan-content-box {
	width:72%;
}
}
@media (max-width:767px){
    .plan-content-box{
        width: auto;
    }
}

.blue__block .plan-content-box {
    background: #feb20d none repeat scroll 0 0;
    color: #333333;
}
.single_plan__block.blue__block::after {
    background: #00305b none repeat scroll 0 0;
}

.blue__block .more_btn__block {
    color: #333333;
}

.plan-content-box h3 {
    margin-bottom: 35px;
    position: relative;
    font-size: 20px;
    color: #333;
}
.plan-content-box h3::after {
    background: #333;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45px;
    transition: all 0.3s ease;
}
.blue__block .plan-content-box h3::after {
    background: #333333;
}
.single_plan__block:hover h3::after{
	background: #00305b;
}
/*Course start here*/
.course-section__block {
    background: #f7f7f7;
}
.courses-content__block ul {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
	margin-bottom: 0;
}
.courses-content__block ul li {
    display: inline-block;
    position: relative;
}
.courses-block{
	background:#fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.courses-block h3.item-title{
	font-size: 18px;
}
}
.class_time{
	color:#9f9e9e;
}
.class_time i{
	margin-left:10px;
}
.courses-content__block{
	    padding: 10px 20px 15px
}
.courses-content__block P{
	color:#444;
}
.courses-info{
	border-top: 1px solid #9f9e9e;
    padding-top: 18px
}
.courses-content__block ul {
    list-style:none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.courses-content__block ul li {
    display: inline-block;
    position: relative;
}

.courses-info li.courses-info__price strong del{
	color:#9f9e9e;
}
.courses-info li:last-child{
	float: right;
}
.courses-info li span{
	vertical-align:middle;
}
.courses-info .heart_icon{
	margin-left: 14px;
	font-size:15px;
}
.courses-info .heart_icon i{
	font-size:16px;
}
.courses-info .heart_icon:hover i:before {
    content: "\f004";
	color:red;
}


/*team section*/
.hover_social{
	position: relative;
	overflow:hidden;
}
.single_member__block img{
	width: 100%;
}
.member_S_links__block {
    background: #0c1f38 none repeat scroll 0 0;
    display: inline-block;
    padding: 0 10px;
    position: absolute;
    bottom: -34px;
    transition: 0.3s ease 0s;
}
.single_member__block:hover .member_S_links__block{
	transition: 0.3s ease 0s;
	bottom: 0px;
}
.member_S_links__block a i.fa {
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    transition: .3s;
}

.member_S_links__block a:hover i.fa {
    color: #feb20d;
}

.author__block {
    color: #222222;
    margin-top:20px;
}
.author__block > span {
    color: #777777;
    display: block;
    font-weight: normal;
	margin-top: 10px;
}
.single_member__block > p {
    color: #777777;
}
@media (max-width:991px){
    .member_S_links__block a i.fa{
        padding: 10px 5px;
    }
}

/*Testimonial*/
.testimonial-box{
	text-align:left;
}
.quote-box{
	padding-left:30px;
}
.quote-text {
	padding-left:30px;
	padding-top:10px;
}
.quote-icon i{
	font-size:50px;
}
.quote-left{
	padding-top:60px;
}
.quote-right {
	text-align:right;
}
.quote-author{
	float: left;
    text-transform: uppercase;
    padding-left: 30px;
}
.pt-130{
	    padding-top: 130px;
}
@media (max-width: 991px){
.pt-130{
	    padding-top: 0;
}
}
.testimonial-block__section .quote-left{
	padding-top: 0;
}
.testimonial-block__section .quote-icon i {
    font-size: 30px;
}
.testimonial-block__section .quote-box {
    padding-left: 0;
}

.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev, .nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next {
	top: -42px;
	right: 0;
	left: auto;
	border: 2px solid #e9e9e9;
	color: #ccc;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
}
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev {
	right: 50px;
}
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev:hover,.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next:hover {
	border: 2px solid #fab702;
	color: #fff;
	background: #fab702;
}
@media (max-width: 767px){
.testimonial-block__section .quote-left {
    padding-top: 26px;
}
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev,
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next{
	top:auto;
	bottom:-85px;
}
}
/*=======Counter Section Block======*/
.counter-section__img {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-image:url("../images/footer__bg-block.jpg");
	padding: 150px 0;
}
.counter-section__img:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0,33,71,0.9);
}
.counter-section__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
     -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.counter-section__box .counter {
    color: #fff;
    font-size: 72px;
	line-height:1.2;
	font-weight:600;
	padding-right: 16px;
	position:relative;
}
.counter-section__box .counter:after{
    content: '';
    width: 2px;
    height: 64px;
    background: #daa106;
    position: absolute;
    top: 17px;
    right: 0;
}
.counter-section__box p {
    color: #fff;
    font-size: 18px;
    padding-top: 25px;
    padding-left: 15px;
    text-transform: uppercase;
    text-align: left;
}
.counter-section__block .counter-section__box:last-child p{
	margin-bottom: 0;
}
@media (max-width:767px){
	.counter-section__box .counter:after{
		display: none;
	}
	.counter-section__box .counter{
		font-size: 45px;
		padding-right: 0;
	}
	.counter-section__box{
		display: block;
		text-align: center;
	}
	.counter-section__box br{
		display: none;
	}
	.counter-section__box p{
		text-align: center;
		padding:5px 0 20px;
	}

}

/*=======Blog Section=========*/
.latest__block-post{
	padding:20px;
	background: #fff;
}
.latest__block .more_btn__block{
	margin-top: 0;
}
.latest__block-title{
	font-size:20px;
	font-weight: 800;
}
.latest__block-title:hover a{
	color:#f6bb18;
}
.team__block-section .team-member{
	margin-bottom:0;
}
.more_btn__block {
    color: #feb20e;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
}
@media (max-width: 767px){
	.more_btn__block {
	margin-top:0;
	}
}
/*Contact section*/
.bottom-section{
	    background: #daa106;
}
.contact_block-text{
	    padding-top: 32px;
}
.contact_block-text strong{
	text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    display: block;
    padding-bottom: 20px;
}
.contact_block-text p{
	font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
		.contact_block-text strong{
		font-size: 25px;
	}
.contact_block-text p{
	    font-size: 28px
}
}
@media (max-width: 767px){
	.contact_block-text strong{
		font-size: 20px;
	}
.contact_block-text p{
	    font-size: 19px
}
}
.bottom-section .input-sm{
	height: 42px;
}
.bottom-section textarea{
	resize: none;
	height: 60px;
	margin-bottom: 0;
	display:block;
}
.bottom-section .btn-text{
	border: 2px solid #0c1f38;
	background: #0c1f38;
	max-width: 160px;
	width:100%;
	margin-top: 10px;
}
.light-gray{
	  background: #f9f9f9;
}
.top-padding{
	padding-top:86px;
}
@media (min-width: 991px) and (max-width: 1199px){
.top-padding{
	padding-top:50px;
}
}
@media (max-width: 991px){
.top-padding{
	padding-top:0;
}
.contact_block-text strong{
	font-size: 26px;
}
.contact_block-text p{
	font-size: 29px;
}
}


/*==========Footer section style=========*/
footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
footer ul li {
    display: inline-block;
    position: relative;
}
.top_footer_info__block {
    background: #0c1f38 none repeat scroll 0 0;
    color: #ffffff;
}
.single_info__block h4 span {
    display: block;
    font-size: 80%;
    font-weight: normal;
}
.single_info__block i.fa {
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}
.single_info__block {
    position: relative;
}
.single_info__block > h4 {
    margin-left: 55px;
	font-size: 15px;
    line-height: 23px;
}
.main_footer__block{
    background-image: url(../images/footer__bg-block.jpg);
    background-size: cover;
    background-position:top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    color: #fff;
}
.main_footer__block::before {
  background: #0c1f38 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer_box__block li {
    border-bottom: 1px solid #0c1f38;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.footer_box__block li::after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0;
}
.footer_box__block li a {
    color: #ffffff;
}

.footer_box__block.address-box li {
    border: 0 none;
    margin: 0;
}
.footer_box__block.address-box li::after {
    display: none;
}
.address-box li i.fa {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: 20px;
}
.footer_box__block.address-box p {
    margin-left: 25px;
    margin-top: 4px;
}


.copyriight_block {
    border-top: 1px solid #ffffff;
}
.footer__block-logo{
	max-width:170px;
    display: block;
}

@media (max-width: 767px){
    .copyriight_block img {
      display: block;
      margin: 0 auto 15px;
    }
    .copyriight_block p{
        text-align: center
    }
    .padding{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hero-wrapper__block .container {
      padding: 0;
    }
}
.percent-green {
  color: green;
}

.nav-justified .nav-item {
    background: #e5e5e5;
    font-weight: bold;
    border-radius: 0;
}
.pricing-tab a {
  padding: 5px;
  font-size: 13px;
}

.pricing-tabletab {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.getpercente {
  font-size: 11px;
  margin-bottom: 0;
}
.pricinghead {
  margin-bottom: 0
}
.listprice{
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  padding: 7px;
}
.listprice select {
  border: 0;
  background: transparent;
  outline : 0;
}
.pricing-service, .pricing-discount {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    color: #333;
}
.pricing-discount {
  color: green;
  font-weight: bold;
}
.pricing-wrapbox {
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}
.fee-advisory {
  font-weight: bold;
}
.getbankdetils {
  margin-top: 15px;
}
.submit-btn {
    background: #0094DA;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px;
    font-weight: bold;
    color:  #fff;
}
.card-header {
    padding: 5px;
  }
.accordian-box {
  margin-top: 20px;
}
.mart-20 {
  margin-top: 20px;
}
.contactus-wrap {
  width: 800px;
  margin: 0px auto;
  padding: 30px;
  box-shadow: 0px 2px 7px #00000045;
}

.social-contact {
    display: flex;
    list-style: none;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}
.social-contact li {
    border: 1px solid rgba(0,0,0,.125);
    padding: 50px 0;
    width: 25%;
    margin-right: 10px;
}
.social-contact li i {
  font-size: 40px;
}
.social-contact li h4 {
  margin-top: 10px;
}
.social-contact li:hover{
  background: linear-gradient(to right,#0194fb 0%,#0ec1c6 100%);
}
.social-contact li:hover h4{
  color: #fff;
}
.social-contact li:hover i{
  color: #fff;
}
.border-contact {
  border: 1px solid rgba(0,0,0,.125);
}
.ts-footer {
  padding: 75px 0 0px;
  position: relative;
  z-index: 2;
  background: linear-gradient(9deg,#fff,#E9E9E9,#bdbdbd);
}

.ts-footer .widget-details h3 {
  color:#333;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
}

.ts-footer .widget-details p {
  color: #333;
}

.ts-footer .widget-details ul li {
  line-height: 30px;
  color: #333;
}

.ts-footer .widget-details ul li span {
  color: #007bff;
}

.ts-footer .footer-widget {
  margin-top: 25px;
}

.ts-footer .footer-widget ul li a {
  color: #333;
  line-height: 30px;
  transition: .5s ease all;
}

.ts-footer .footer-widget ul li a:hover {
  color: #007bff;
  margin-left: 10px;
  transition: .5s ease all;
}
.ts-footer .footer-widget ul li a i {
  color: #999;
  font-size: 12px;
}

.ts-footer .footer-widget h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
  margin-bottom: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  clear :both;
}

.ts-footer-info-box {
  position: relative;
  top: 0;
  background: linear-gradient(9deg,#007bff,#4cb0f7,#dae5f1);
  padding: 40px;
  z-index: 2;
  margin-top: -112px;
}

.ts-footer-info-box form .form-row input {
  width: 100%;
  font-size: 15px;
  text-transform: capitalize;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.ts-footer-info-box form .form-btn {
  padding: 0px;
}

.ts-footer-info-box form .form-btn button.btn-bordered {
  border-radius: 0px;
  padding: 12px 20px;
  display: block;
  background: #101010;
  color: #fff;
  width: 100%;
}

.ts-footer-info-box h4 {
  margin-top: 40px;
}

.ts-footer-info-box h4.call-us {
  display: block;
}

.ts-footer-info-box h4.call-us span {
  display: block;
  margin-top: 30px;
  text-decoration: underline;
  color: #fff;
}

.ts-footer-info-box span.box-border {
  width: 0;
  position: absolute;
  top: 0;
  height: 0;
  border-top: 37px solid #f2f3fa;
  border-right: 35px solid transparent;
  left: 0;
}

.ts-footer-info-box img {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget ul li {
  margin-bottom: 6px;
    width: 100%;
}

/*  copyright  */
.copyright {
  background:#5b5b5b;
  padding: 20px 0px}

.copyright span {
  color: #fff;
  line-height: 42px;
}

.copyright span a {
  color: #1da1f2;
}

.copyright .unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

.copyright .footer-social ul li {
  display: inline-block;
  margin-right: 15px;
}

.copyright .footer-social ul li a i {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.copyright .footer-social ul li a i.fa-facebook-f {
  background: #3b5998;
}

.copyright .footer-social ul li a i.fa-twitter {
  background: #1da1f2;
}

.copyright .footer-social ul li a i.fa-instagram {
  background: #AA319F;
}

.copyright .footer-social ul li a i.fa-linkedin-in {
  background: #1178b3;
}

.copyright .footer-social ul li a i:hover {
  background: #fff;
  color: #1da1f2;
  border-color: #ffb923;
}
.footer-logo img {
  max-width: 200px;
}
.marginbottom-content {
    margin-bottom:15px;
}
.signin-header li .whitebtn {
    background :#fff;
    color: #007bff;
    border: 1px solid #007bff;
}
.complance-table th, .complance-table td {
    font-size: 15px;
    padding: 10px;
}
.askanexpert {
        background: #f2f3fa;
}

.ftanimate{
    text-align: center;
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.default-set-center {
    justify-content: center;
}
.pricing-tab {
    padding: 10px 0;
    color: #142c5b;
    font-size: 13px;
}
.pricing-rightsec {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.pricing-leftsec {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.leftsec-padding {
    padding : 0;
}
.performance-table th {
    background: #f3f3f3;
}
.more-contnets {
    margin-top:70px;
}
.productsta-image{
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}
.imageborder{
    border: 1px solid #f5f0f0;
    border-radius: 10px;
}   
.imagemeter {
    width: 200px;
    margin-top: -95px;
}
.riskknow {
    margin: 0;
    margin-top: -30px;
}
.form-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  transform: translateY(-250%);
  display: flex;
  justify-content: space-between;
}
.form-progress::after {
  position: absolute;
  content: '';
  z-index: -1;
  top: 50%;
  left: 0.5%;
  transform: translateY(-50%);
  width: 99%;
  height: 3px;
  background: rgba(117, 117, 117, 0.2);
}
.form-progress div {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c8c8c8;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease;
  cursor: pointer;
}
.form-progress div.current {
  width: 25px;
  height: 25px;
  background: #2cff00;
}
.form-progress div span {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  width: 100px;
  color: black;
  transform: translateY(-125%) translateX(-50%);
  text-align: center;
}

.form {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: white;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-top :100px;
  padding-bottom: 30px;
}
.form .form-container {
  overflow: hidden;
}
.form .form__step-container {
  display: flex;
  box-sizing: border-box;
  transition: all 0.15s ease;
  align-items: flex-start;
}
.form .form__step-container .form__step {
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  padding: 25px;
  padding-bottom: 0;
}
.form .input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
      width: 1062px;
}
.form .label {
  margin: 0 0 1rem 0;
  box-sizing: border-box;
}
.form .input {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.form .input.input--text-area {
  max-width: 100%;
  min-height: 100px;
}

.button {
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease;
  user-select: none;
}
.button.button--primary {
  color: white;
  background: #01baef;
}
.button.button--primary:hover {
  background: rgba(120, 134, 150, 0.8);
}

.prevnext {
    margin-top :30px;
}
.birthdaycake {
    font-size :50px;
    margin-bottom :20px;
}
.custom-control {
    margin-bottom: 20px;
}
.termspara{
    /*width: 1000px;*/
    background: #efefef;
    padding: 12px;
    padding-left: 34px;
    min-height: 100px;
}
.paymentview-page {
    width :100%;
    height: auto;
    padding-bottom: 10px;
        min-height: 333px;
}
.paymentview-page img {
    width: 50px;
    height: 50px;
}
.paymentview-page th, td {
    padding :3px !important;
    font-size :13px;
}
.paymentview-page .service-icon {
        margin: 0 auto 50px;
}
.qrcodebar {
    width:100% !important;
    height:100% !important;
}
.getbankdetails {
    margin-bottom :50px;
}
.performance-table td img {
    width :100px;
    height: 45px;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: inherit;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
}
.mobile-initial {
    display: flex;
}
.logocompany-per {
    max-width :80px;
}
.blogsocial {
    text-align :center;
}
.blogcopy {
    background : #fff;
}
@media only screen and (max-width: 600px) {
    .owl-carousel {
        overflow: hidden;
    }
    .owl-controls {
        display :none !important;
    }
    .navbar-main .logo-light {
        max-width: 100px;
    }
    .fixed-header .logo-light {
        max-width: 100px;
    }
    .mobile-initial {
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    .signin-header {
        justify-content: center;
        padding: 0;
    }
    .animate-number {
        position: absolute;
        top: 10px;
        left: 152px;
        font-size: 12px;
    }
    .screen-65 {
        min-height: 45vh;
    }
    .appiconshone {
        display: flex;
    }
    .ts-footer-info-box span.box-border {
        border-top: 37px solid #eeeeee;
    }
    .copyright span {
        font-size: 12px;
    }
    .footer-social {
        text-align : center !important;
    }
    .copyright {
        text-align: center;
    }
    .service-wrapper {
        padding : 10px;
        padding-top: 70px;
    }
    .breadcrub-section {
        margin-top: 110px;
    }
    .serviceBoxnew {
        width: 100%;
    }
    .nav {
        display: inherit;
    }
    .pricing-rightsec {
        margin-top :15px;
    }
    .leftsec-padding {
        padding: 15px;
    }
    .contactus-wrap {
        width: 100%;
    }
    .social-contact {
        display: inherit;
        padding: 0;
    }
    .social-contact li {
        width: 100%;
        margin-bottom :10px;
    }
    .form .input-container {
        width: 340px;
        padding: 25px;
        margin-left: -10px;
    }
    .form .form__step-container .form__step {
        padding: 0;
    }
    .form {
        box-shadow: none;
    }
    .termspara {
        width: 100%; 
    }
    .form .form__step-container {
        max-height: 350px;
        overflow-y: scroll;
    }
    .mobile-bottomsticky {
        position: sticky;
        bottom: 0;
        left :0;
    }
    .table thead th {
        min-width: 150px;
    }
    .blog-input {
        width :100% !important;
    }
}
.serviceDetailShadow{ 
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
    background: #f7f7f7;
}