<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/*logo rwd*/

@media (min-width: 992px) {
  body .menu-wrap .logo-menu {
    width: 350px;
    margin-top: -25px;
  }
}

@media (min-width: 992px) {
  body .menu-wrap.fixed .logo-menu {
    width: 0px;
    transform: scale(1.5);
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  .menu-wrap .logo-menu {
    position: unset;
    width: 350px;
  }
}

@media (min-width: 768px) {
  .menu-wrap .logo-menu {
    position: unset;
    width: 350px;
  }
}

.total-grad-pink-blue-intense {
  background: linear-gradient(240deg, #000 50%, #a94442 100%) !important;
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.total-grad-pink-intense {
  background: #ba5370; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f4e2d8,
    #ba5370
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f4e2d8,
    #ba5370
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mergecolor {
  color: #fff !important;
}

.section-heading {
  font-family: "Open Sans";
  font-size: 52px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  color: #181b22;
  line-height: 52px;
  font-weight: 700;
}

.bg-colorstyle {
  background-color: #15212a !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #15212a;
  font-family: "Open Sans";
}

.sec-bg4 {
  background-color: #fbdcd4;
}

.opa-4 {
  opacity: 0.4;
}

.img-defaultbanner {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.menu-wrap.fixed .logo-menu {
  display: none;
}

.btn-default-yellow-fill {
  background-color: #fbdcd4 !important;
  color: #000 !important;
  border: none;
}

.btn.btn-primary{
  background-color: #fbdcd4 !important;
  color: #000 !important;
}

.cd-top {
  display: inline-block;
  height: 42px;
  width: 42px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 15px;
  background: #fbdcd4;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 8px 0 rgba(62, 62, 79, 0.15);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.history-section .row .info-content p {
  font-size: 18px;
  line-height: 38px;
  color: #d4dee7;
}

/* error page */
.error-container {
  text-align: center;
  color: #ffffff;
}
.history-section hr {
  display: none;
  padding-bottom: 201px;
}
.fetures .btn {
  text-transform: capitalize;
  cursor: pointer !important;
  border: 1px solid #4c4a4a;
  border-radius: 50px;
  color: #4c4a4a;
  font-size: 16px;
  margin: 0;
  padding: 15px 30px;
  position: relative;
  background-color: transparent;
  letter-spacing: 0.2px;
  font-weight: 700;
  box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.history-section .row {
  height: auto;
  display: flex;
  padding-bottom: 90px;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.mt-3 {
  margin-top: 2rem !important;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fbdcd4;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

section#main-body {
  background-color: #15212a;
  padding: 80px 0;
}

.main-content {
  min-height: auto;
  overflow-x: hidden;
  border-radius: 12px;
  background-color: #fff0ec;
  padding: 40px;
  box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
  margin-bottom: 0px;
}

/*SVG-protect-vistors*/
.pvisitors0 {
  fill: #15212a !important;
}

.pvisitors6 {
  fill: #15212a !important;
}

.footer .logo-footer {
  width: 330px;
}

.top-header .subheading-a {
  color: #ffcfc2;
}

a {
  color: #FFA1A6;
}</pre></body></html>