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

body {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-weight: 700;
  margin: 0 auto 30px;
}
p {
  font-size: 18px;
  color: #555555;
  line-height: 32px;
  font-weight: 300;
}
a {
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  text-decoration: none;
  color: #fb2351;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #fb2351;
  outline: none;
}
ul,
ol {
  margin: 0 auto 20px;
}
ul li,
ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto 10px;
}
.btn {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #000;
  font-size: 18px;
  line-height: 1;
  margin: auto;
  padding: 14px 27px;
  text-transform: capitalize;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.btn:hover {
  color: #000;
}
.header {
  background: url(../images/bg_image.jpg) no-repeat center / cover;
  padding: 30px 0 70px;
  position: relative;
}
.free_m {
  position: absolute;
  right: 15px;
  bottom: 14px;
  width: 150px;
  height: 150px;
  background: red;
  border-radius: 50%;
  text-align: center;
  padding: 39px 11px;
  cursor: pointer;
}
.header .free_m span.sub_h {
  font-size: 40px;
}
.header .free_m p {
  margin: 0 auto;
  font-size: 20px;
  line-height: 26px;
}
.header .free_m span {
  font-size: 13px;
}
.logo {
  margin: 20px auto 0;
  text-align: center;
}
.header h1 {
  margin-bottom: 5px;
  margin-top: 40px;
  color: #222;
}
.header h6 {
  background: #fb2351 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 10px 15px;
  color: #222;
}
.header p {
  font-size: 28px;
  color: #222;
}
.header p span {
  color: #2cb7df;
}
h1 {
  color: #ffffff;
  font-size: 43px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 0px;
}
h2 {
  color: #fff;
  font-weight: 300;
  line-height: 33px;
  font-size: 26px;
  margin: 0 auto 10px;
}
h2 span,
p span {
  font-weight: 900;
  color: #fff;
}
p {
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  margin: 0 auto 15px;
}

.demo_img {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.home_demo .demo_img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 520px;
  margin: 0;
}
.demo_img img {
  max-width: 100%;
}
.demo_wrap {
  text-align: center;
  margin: 40px auto 20px;
}
.demo_wrap h4 a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 20px;
  /* border: #ccc dashed 2px; */
}
.demo_hover {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.demo_hover a {
  position: absolute;
  top: 50%;
  width: 200px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.demo_wrap:hover .demo_hover {
  opacity: 1;
}
.footer {
  background: #fff;
  padding: 50px 0 30px;
  text-align: center;
}
.footer .logo {
  margin: 0 auto 20px;
}
.footer p {
  color: #000;
}
.home_demo {
  padding: 40px 0 70px;
  text-align: center;
  background: #fff;
  color: #000;
}
.home_demo.dark_v {
  background: #eee;
  padding-top: 70px;
}
.home_demo h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: #777 solid 2px;
  padding: 10px 30px;
  display: inline-block;
  margin: 0 auto 0;
  clear: both;
}
.footer .logo {
  float: none;
  margin: 0 auto 15px;
}

/*General-Features*/
.general-features {
  background-color: #eee;
  padding: 80px 0;
}
.general-features h2 {
  color: #111111;
  font-size: 35px;
  margin: 0 auto 34px;
}
.core-features {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.1);
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
}
.circle img {
  display: table;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.core-features h3 {
  color: #232323;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: capitalize;
}

#inner_pages {
  background: #0c0c0c none repeat scroll 0 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 50px 0 80px;
  color: #fff;
}
.features_list {
  margin: 30px auto;
}
.features_list li {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  list-style: outside none none;
  margin: 0 0 15px;
  padding-left: 47px;
  position: relative;
  vertical-align: top;
  width: 48%;
}
#inner_pages p {
  text-align: center;
}
.features_list li::after {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  font-family: fontawesome;
  font-size: 14px;
  height: 30px;
  left: 0;
  line-height: 26px;
  opacity: 0.4;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 30px;
}
#inner_pages h2 {
  font-size: 50px;
  font-weight: 900;
  margin: 40px auto 80px;
  opacity: 0.3;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

#innerpage_slider a {
  color: #fff;
  text-align: center;
}
.item &gt; h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 30px auto 18px;
  text-align: center;
}
@media (min-width: 768px) {
  #inner_pages .item {
    max-height: 460px;
    overflow: hidden;
  }
}
@media (min-width: 991px) {
  #inner_pages h2 {
    font-size: 100px;
  }
}
#inner_pages h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .features_list li {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .features_list {
    padding-left: 10px;
  }
}
#inner_pages .item img {
  max-width: 100%;
  width: auto;
}
.inner_img {
  background: #fff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.owl-nav {
  left: -40px;
  position: absolute;
  top: 50%;
  right: -40px;
  height: 4px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.owl-nav &gt; div {
  font-size: 0px;
  position: relative;
}
.owl-nav &gt; div:after {
  position: absolute;
  left: 0px;
  font-size: 60px;
  color: #fff;
  font-family: fontawesome;
  content: "\f104";
}
.owl-nav .owl-prev:after {
  content: "\f104";
}
.owl-nav .owl-next:after {
  content: "\f105";
  left: inherit;
  right: 0;
}
.owl-nav .owl-next {
  float: right;
}
.home_demo .container {
  width: 100%;
  max-width: 990px;
}

.label-new {
  position: absolute;
  top: 10px; /* Adjust the distance from the top */
  right: 10px; /* Adjust the distance from the right */
  background-color: red; /* Customize the background color */
  color: white;
  padding: 5px 10px;
  border-radius: 50%; /* Makes it a circle */
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px; /* Adjust size */
  height: 35px; /* Adjust size */
}
</pre></body></html>