<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
body {
  color: #777;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
}
img {
  max-width:100%;
  height:auto
}
h1, h2, h3, h4, h5, h6 {
  color: #303030;
  font-weight: 600;
}
p:last-child {
  margin-bottom: 0;
}
a, button{
  text-decoration:none;
  color: #606060;
 }
a, a::before, a::after, i, button, img, input,
*::before, *::after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus {
  outline:0px solid
}
a:focus {
  color: #303030;
  outline: medium none;
  text-decoration: none;
}
a:hover {
  color: #ffae00;
  text-decoration: none;
}
ul{
  list-style: outside none none;
  margin: 0;
  padding: 0
}

.fix {
  overflow:hidden
}
.clear{
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.table, .table-cell {
  display: table;
  height: 100%;
  margin: 0;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.margin-0 {
  margin: 0px !important;
}
.margin-top-90 {
  margin-top: 90px !important;
}
.margin-bottom-90 {
  margin-bottom: 90px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-90 {
  margin-bottom: 90px !important;
  margin-top: 90px !important;
}
.padding-0 {
 padding: 0px !important;
}
.padding-top-80 {
 padding-top: 80px !important;
}
.padding-top-90 {
 padding-top: 90px !important;
}
.padding-bottom-90 {
  padding-bottom: 90px !important;
}
.padding-90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}
.overlay {
  background: rgba(0,0,0,0.5);
  display: block;
  height: 100%;
  width: 100%;
}
.section-title {
  margin-bottom: 50px;
  position: relative;
}
.section-title h1 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 13px;
}
.section-title p {
  padding-bottom: 13px;
}
.section-title::before {
  width: 64px;
  height: 1px;
  background: #dddddd;
  margin-left: -32px;
  bottom: 0px;
  left: 50%;
  content: "";
  position: absolute;
}
.bg-off-white {
  background: #f8f8f8;
}

.button {
  background: #303030 none repeat scroll 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #303030;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  padding: 0 26px;
  text-align: center;
  text-transform: uppercase;
}
.button.color {
  background: #A0C03C none repeat scroll 0 0;
  border-color: #A0C03C;
}
.button.transparent {
  background: transparent;
  color: #303030;
}
.button.color.transparent {
  color: #F45660;
}
.button.small {
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
}
.button.large {
  height: 42px;
  line-height: 42px;
  padding: 0 32px;
}
.button:hover {
  background: transparent;
  color: #F45660;
}
.button.color:hover {
  background: transparent;
  color: #F45660;
}
.button.transparent:hover {
  background: #F45660;
  color: #fff;
}
.button.color.transparent:hover {
  background: #F45660;
}
.button.color-hover:hover {
  background: #F45660;
  border-color: #F45660;
  color: #fff;
}
.button.white-hover:hover {
  background: #fff;
  border-color: #fff;
  color: #F45660;
}
.button.black-hover:hover {
  background: #F45660;
  border-color: #F45660;
  color: #fff;
}

#scrollUp {
  background: #F45660 none repeat scroll 0 0;
  bottom: 30px;
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 44px;
  right: 30px;
  text-align: center;
  width: 40px;
}
#scrollUp i{}
/* Preloader Css */
.preloader{
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999999;
}
.loading-center{
  width: 100%;
  height: 100%;
  position: relative;
}
.loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.object{
  width: 20px;
  height: 20px;
  background-color: #ffae00;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.object_one {	
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s; 
  animation-delay: 0.25s;
}
.object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}
@keyframes object_one {
  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_two {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }
}
@-webkit-keyframes object_three {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_three {
  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*----------------------------------------*/
/*  2.  Header Area
/*----------------------------------------*/
/* Header Style 1 */
.header-area {
  background-color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999999;
}
.header-area.stick {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  position: fixed;
}
.header-bottom.stick {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.boxed-layout .header-area, .box-layout .header-area, .boxed-layout .header-bottom, .box-layout .header-bottom {
  left: auto;
  max-width: 1240px;
  right: auto;
  width: 100%;
  z-index: 9999999;
}
.header-area-1 {
  padding-left: 50px;
  padding-right: 50px;
}
/* Header Left 1 */
.header-left-1 {
  left: 50px;
  position: absolute;
  top: 0;
}
/* Logo */
.logo {
  display: inline-block;
  margin: 35px 0 38px;
  vertical-align: top;
}
.stick .logo {
  margin: 15px 0;
}
.stick .menu {
  margin-top: 5px;
}
.logo-2 {
  display: inline-block;
  margin: 25px 0 24px;
  vertical-align: top;
}
.logo img{}
/* Menu Wrapper 1 */
.menu-wrapper {}
.menu-wrapper-1 {
  display: block;
  float: left;
  width: 100%;
}
.menu {
  display: inline-block;
  vertical-align: top;
}
.menu nav {
  float: left;
}
.menu nav &gt; ul {
  float: left;
  position: relative;
}
.menu nav &gt; ul &gt; li {
  display: block;
  float: left;
}
.menu nav &gt; ul &gt; li &gt; a {
  color: #284360;
  display: block;
  font-weight: 600;
  line-height: 30px;
  padding: 50px 19px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.stick .menu nav &gt; ul &gt; li &gt; a {
  padding: 30px 13px;
}
.menu nav &gt; ul &gt; li:hover &gt; a, .menu nav &gt; ul &gt; li.active &gt; a {
  color: #F45660;
}
/* Sub Menu */
.sub-menu {
  background-color: #284360;
  border: 1px solid #262626;
  margin-top: 20px;
  opacity: 0;
  padding: 16px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: -99;
}
.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
  top: 0;
}
.menu li:hover &gt; .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.sub-menu li {
  margin-bottom: 8px;
  padding: 0 23px;
  position: relative;
}
.sub-menu li:last-child {
  margin-bottom: 0;
}
.sub-menu li a {
  color: #ffffff;
  display: block;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.3s ease 0s;
}
.sub-menu .sub-menu a {
  font-size: 13px;
}
.sub-menu li:hover &gt; a {
  color: #F45660;
  padding-left: 7px;
}
/* Mega Menu */
.mega-menu {
  background-color: #284360;
  left: 0;
  margin-top: 20px;
  opacity: 0;
  padding: 35px;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 700px;
  z-index: -99;
}
.menu li:hover &gt; .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.mega-menu ul {
  display: block;
  float: left;
  width: 24%;
}
.mega-menu ul li {
  margin-bottom: 8px;
}
.mega-menu ul li:first-child {
  margin-bottom: 20px;
}
.mega-menu ul li:last-child {
  margin-bottom: 0;
}
.mega-menu ul li a {
  color: #ffffff;
  display: block;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s ease 0s;
}
.mega-menu ul li:first-child a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
.mega-menu ul li:hover a {
  color: #F45660;
  padding-left: 7px;
}
/* Mobile Menu Style 1 */
.mobile-menu-wrapper-1 {
  display: block;
  float: left;
  width: 100%;
}
.mobile-menu-wrapper .meanmenu-reveal {
  color: #333333;
  font-size: 30px;
  height: 28px;
  padding: 0;
  top: -80px;
  transition: all 0.3s ease 0s;
  width: 28px;
}
.stick .mobile-menu-wrapper .meanmenu-reveal {
  top: -60px;
}
.mobile-menu-wrapper.meanmenu-reveal:hover {
  color: #F45660;
}
.mobile-menu-wrapper .meanmenu-reveal i {
  display: block;
  line-height: 28px;
}
.mean-bar {
  background-color: transparent;
  float: left;
  min-height: auto;
  padding: 0;
  top: 100%;
  z-index: 9999;
}
.mean-nav {
  background: transparent none repeat scroll 0 0;
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
}
.mean-nav{}
.mean-nav ul{}
.mean-nav ul li{}
.mean-nav ul li.mean-last {
  margin-bottom: 15px;
}
.mean-nav ul li a, .mean-nav ul li li a, .mean-nav ul li li li a {
  border-color: #ddd;
  opacity: 1;
  padding: 10px 0;
  transition: all 0.3s ease 0s;
}
.mean-nav ul li li a {
  padding-left: 15px;
}
.mean-nav ul li li li a {
  padding-left: 30px;
}
.mean-nav ul li a:hover {
  background-color: transparent;
  color: #F45660;
}
.mean-nav .mean-expand {
  background-color: transparent;
  border: medium none !important;
  font-size: 20px !important;
  height: 44px;
  line-height: 44px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1px;
  width: 40px;
}
.mean-nav .mean-expand.mean-clicked {
  font-size: 20px !important;
}
.mean-nav .mean-expand:hover {
  color: #F45660;
}
/*----------------------------------------*/
/*  3.  Header Area
/*----------------------------------------*/
.hero-wrapper {
  margin-top: 130px;
  padding: 150px 0;
}
.hero-content{}
.hero-content h1 {
  display: block;
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 30px;
}
.hero-content img {
  margin: 0 0 30px;
}
.hero-content h3 {
  display: block;
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 20px;
}
.hero-content p {
  color: #F45660;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.hero-content p span {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px;
  text-transform: uppercase;
}
.hero-content .button {
  margin: 0 5px;
  padding: 0;
  width: 160px;
}
.hero-content .button:focus {
  color: #fff;
}
/*----------------------------------------*/
/*  4.  Counter Area
/*----------------------------------------*/
.counter-area {
  padding: 100px 0 70px;
}
.single-counter {
  background: #F45660 none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
  color: #fff;
  padding: 50px 30px;
  text-align: center;
  margin-bottom: 30px;
}
.counter-area .row .col-md-3:nth-child(2) .single-counter{background:#9B59B6}
.counter-area .row .col-md-3:nth-child(3) .single-counter{background:#41C3AC}
.counter-area .row .col-md-3:nth-child(4) .single-counter{background:#3498DB}
.single-counter span {
  color: #fff;
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  margin: 0;
}
.single-counter p {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
/*----------------------------------------*/
/*  5.  Demos Area
/*----------------------------------------*/
.demo-filter {
  margin-bottom: 50px;
}
.demo-filter .filter {
  background-color: #eee;
  border: none;
  border-radius: 2px;
  color: #202020;
  cursor: pointer;
  display: inline-block;
  margin: 4px;
  padding: 7px 22px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.demo-filter .filter.active, .demo-filter .filter:hover {
  background: #F45660;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
}
#demo-container .mix{
	display: none;
	margin-bottom: 30px;
}

.single-demo {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-demo:hover {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}
.demo-img{}
.demo-img a {
  display: block;
  position: relative;
}
.demo-img a::before {
  background: #F45660  none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-demo:hover .demo-img a:before{opacity:1;}
.demo-img a::after {
  color: #fff;
  content: "Live Preview âžž";
  font-family: "Merriweather",serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: capitalize;
  top: 20%;
  transition: all 0.3s ease 0s;
}
.single-demo:hover .demo-img a::after{top:44%;opacity:1;}
.demo-title {
  background: #fff none repeat scroll 0 0;
  border-top: 2px solid #F45660;
  padding: 20px 0;
}
.demo-title{}
.demo-title h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.demo-title span {
  text-transform: capitalize;
}
/*----------------------------------------*/
/*  6.  Shortcode Area
/*----------------------------------------*/
.shortcode-list{}
.shortcode-list a {
  border: 1px solid #e5e5e5;
  color: #777;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 30px 20px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
.shortcode-list a:hover {
  background-color: #F45660;
  border-color: #F45660;
  color: #fff;
}
/*----------------------------------------*/
/*  7.  Dark Area
/*----------------------------------------*/
.dark-section {
  background: #000 none repeat scroll 0 0;
  padding: 50px 0;
}
.dark-section h1 {
  color: #fff;
  display: block;
  float: left;
  font-size: 36px;
  margin: 0 0 10px;
  overflow: hidden;
  text-transform: capitalize;
}
.dark-section p {
  clear: both;
  color: #fff;
  float: left;
  text-transform: capitalize;
}
.dark-section .button {
  background: #fff none repeat scroll 0 0;
  border-color: #fff;
  color: #A0C03C;
  height: 42px;
  line-height: 42px;
  padding: 0 32px;
}
.dark-section .button:hover {
  opacity: 0.7;
}
/*----------------------------------------*/
/*  8.  RTL Area
/*----------------------------------------*/
.rtl-section {
  background: #A0C03C none repeat scroll 0 0;
  padding: 50px 0;
}
.rtl-section h1 {
  color: #fff;
  display: block;
  float: left;
  font-size: 36px;
  margin: 0 0 10px;
  overflow: hidden;
  text-transform: capitalize;
}
.rtl-section p {
  clear: both;
  color: #fff;
  float: left;
  text-transform: capitalize;
}
.rtl-section .button {
  background: #fff none repeat scroll 0 0;
  border-color: #fff;
  color: #F45660;
  height: 42px;
  line-height: 42px;
  padding: 0 32px;
}
.rtl-section .button:hover {
  opacity: 0.7;
}
/*----------------------------------------*/
/*  9.  Feature Area
/*----------------------------------------*/
.feature-list {}
.feature-list ul{}
.feature-list ul li {
  display: block;
  float: left;
  font-family: 'Merriweather', serif;
  width: 33.33%;
  line-height: 36px;
  text-transform: uppercase;
}
.feature-list ul li::before {
  color: #F45660;
  content: "\f301";
  font-family: Material-Design-Iconic-Font;
  margin-right: 10px;
}
/*----------------------------------------*/
/*  10.  Footer Area
/*----------------------------------------*/
.footer-bottom {
  padding: 32px 0;
}
.footer-bottom .copyright{}
.footer-bottom .copyright p {
  font-weight: 300;
  letter-spacing: 0.1px;
  line-height: 26px;
}
.footer-bottom .copyright p a {
  color: #F45660;
  font-weight: 400;
}
.footer-bottom .copyright p a:hover {
  color: #303030;
}
.footer-bottom .payment-method {
  margin-bottom: 0;
}
.footer-bottom .payment-method img{}</pre></body></html>