@import url("../../../../../css2");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*------ Variable ------*/
/*------ Global Declaration ------*/
a {
  font-family: "Jost", sans-serif;
}

.container {
  max-width: 1380px;
}

.orange-btn {
  background-color: #FFA500;
  color: #FFF;
  border: none;
  border-radius: 42px;
  padding: 12px 31px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Jost", sans-serif;
}

.demo-heading {
  font-size: 35px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  padding: 80px 0 50px 0;
}
.demo-heading .demo-info {
  color: #FFA500;
  font-size: 14px;
  font-family: "Jost", sans-serif;
}
.demo-heading .demo-info span {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #C4C4C4;
  display: inline-block;
  margin: 0 7px;
}

.features-item img {
  max-width: 80px;
  margin-bottom: 20px !important;
}

.features-item.shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
  transition: all 0.5s ease 0s;
}

.ml1 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 {
  top: 0;
}

.ml1 .line2 {
  bottom: 0;
}

/*------ Demo Header ------*/
nav.navbar.navbar-expand-lg.navbar-light.bg-transparent {
  margin: 15px 0px;
}

nav.navbar.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  background: #353535 !important;
  z-index: 999;
  top: 0;
  margin: 0px !important;
  width: 100%;
  padding: 0.7% 10%;
}
nav.navbar.is-sticky li.nav-item a.nav-link:hover {
  color: #FFA500 !important;
}

#demo_header {
  background: linear-gradient(180deg, rgba(198, 66, 110, 0.6) 0%, rgba(100, 43, 115, 0.6) 100%);
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#demo_header .navbar-light .navbar-nav .nav-link {
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 18px;
  margin: 0px 6px;
}
#demo_header .navbar-light .navbar-nav .nav-link:hover {
  color: #353535;
}
#demo_header .navbar-light .navbar-nav .active > .nav-link {
  color: #353535;
}
#demo_header .demo_content_title {
  color: #fff;
  position: absolute;
  font-family: "Jost", sans-serif;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 48px;
  font-weight: 600;
}
#demo_header::before {
  content: url("../../images/frame.png");
  position: absolute;
  left: 0;
  bottom: -4%;
  transform: translateY(4%);
}
#demo_header::after {
  content: url("../../images/frame-right.png");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#demo_header [class*=demo-icon] {
  position: absolute;
}
#demo_header .demo-icon {
  top: 20%;
  left: 20%;
  transform: translate(-20%, -20%);
}
#demo_header .demo-icon1 {
  top: 20%;
  right: 25%;
  transform: translate(-20%, -25%);
  opacity: 0.3;
}
#demo_header .demo-icon2 {
  bottom: 20%;
  right: 20%;
  transform: translate(-20%, -20%);
}
#demo_header .demo-icon3 {
  bottom: 20%;
  left: 30%;
  transform: translate(-30%, -20%);
}

.demo_item {
  position: relative;
  max-height: 500px;
}
.demo_item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
  margin-top: -12px;
  transition: all 0.8s ease;
}
.demo_item:hover h3.demo-title {
  /* background: #F44336;*/
}
.demo_item a {
  text-decoration: none;
}
.demo_item h3.demo-title {
  display: block;
  text-align: center;
  color: #1f1d1d;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 8px;
}

h2.section-title {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
h2.section-title:after {
  content: "";
  width: 90px;
  height: 3px;
  background: orange;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

/*----- Home Pages -----*/
/*----- Awesome Features -----*/
#technical-support {
  margin: 50px 0 0 0;
}
#technical-support .contact-details {
  margin: 100px 0px;
}
#technical-support .contact-details h4 {
  margin: 30px 0;
  color: #353535;
  font-size: 22px;
}
#technical-support .contact-details h4 a {
  color: #f14705;
}
#technical-support .contact-wrapper {
  margin-top: 100px;
}

/*----- Footer -----*/
footer {
  background: #353535;
  background-size: cover;
  /* padding-top: 80px; */
  color: #fff;
  font-family: "Jost", sans-serif;
  padding: 20px 0;
}
footer p {
  margin-bottom: 15px;
}
footer a {
  color: #f14705;
  font-weight: bold;
  text-decoration: none;
}
footer .demo-cus-btn {
  border-radius: 50px;
  margin-bottom: 120px;
  margin-top: 21px;
  padding: 10px 28px;
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
