/*.....................................
Template Name: #
Template URI: #
Author: #
Author URI: #
.......................................    
CSS INDEX
=================== 
1. Theme Default CSS
.......................................*/
html,
body {
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #a9abb1;
  vertical-align: baseline;
  line-height: 27px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  background: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
  margin: 0 0 26px;
  font-weight: 600;
}
a {
  text-decoration: none;
  transition: all 0.5s ease;
  color: var(--theme-color);
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: var(--theme-color);
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
::-moz-selection {
  background: var(--theme-color);
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: var(--theme-color);
  text-shadow: none;
  color: #ffffff;
}
.uppercase {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
/* ROOT Color */
:root{
--theme-color:#af8c3e;
}


/*----------------------------------------
    # Full width header Section CSS
----------------------------------------*/
.si-header {
  z-index: 999;
  position: absolute;
  width: 100%;
  background: transparent;
  padding: 20px 0;
}
.si-header .logo img {
  height: 46px;
}
.si-header .menu-area {
  transition: all 0.5s ease;
  left: 0;
  right: 0;
  background: transparent;
}
.si-header .menu-area .si-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 14px 0;
}
.si-header .menu-area .si-menu-area ul.nav-menu li {
  display: inline-block;
  margin-right: 40px;
  padding: 0;
}
.si-header .menu-area .si-menu-area ul.nav-menu li a {
  transition: all 0.5s ease;
  font-size: 16px;
  font-weight: 400;
  padding: 0 25px;
  color: #1C2539;
}
.si-header .menu-area .si-menu-area ul.nav-menu li a:hover {
  color: var(--theme-color);
}
.si-header .menu-area .si-menu-area ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.si-header .menu-area .si-menu-area ul.nav-menu li:last-child i {
  margin: 0;
}
.si-header .menu-area .si-menu-area ul.nav-menu#onepage-menu .active-menu a {
  color: var(--theme-color);
}
.si-header .menu-area .si-menu-area ul.nav-menu#onepage-menu li a {
  padding-right: 0;
  font-weight: 700;
}
.si-header .menu-area .si-menu-area ul li a:hover,
.si-header .menu-area .si-menu-area ul li.active a,
.si-header .menu-area .si-menu-area ul li.current-menu-item > a {
  color: var(--theme-color);
}
.si-header .menu-area .si-menu-area .header-btn a {
  color: #ffffff;
  padding: 10px 30px;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  background: #6f9a37;
  border-radius: 30px;
  transition: all 0.5s ease;
}
.si-header .menu-area .si-menu-area .header-btn a:hover {
  transform: translateY(-3px) scale(1.02);
}
.si-header.si-sticky {
  position: fixed !important;
  width: 100%;
  -webkit-animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff3;
  box-shadow: 0px 7px 18px #1810100d;
  background: #fff;
  padding: 0;
}
@-webkit-keyframes stickyanimations {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes stickyanimations {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*----------------------------------------
    # Banner Section CSS
----------------------------------------*/

.si-banner {
  background: url(assets/images/header-banner.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
  padding-bottom: 50px;
}
.si-banner::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.95) 0%, rgba(18, 18, 18, 0.95) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.si-banner .float-image{
  position: absolute;
  top: 100px;
  left: 0;
}
.si-banner .float-image2{
  position: absolute;
  bottom: 120px;
  left: 0;
}
.si-banner .float-image3{
  position: absolute;
  top: 260px;
  right: 65px;
}
.si-banner .float-image4{
  position: absolute;
  bottom: 120px;
  right: 0;
}
@media(max-width:1600px){
  .si-banner .float-image3{
    right: 0;
  }
}
@media(max-width:1440px){
  .si-banner .float-image2{
    left: -90px;
  }
  .si-banner .float-image3{
    right: -50px;
  }
}
@media(max-width:1200px){
  .si-banner .float-image{
    top: 0 !important;
  }
  .si-banner .float-image3{
    top: 0 !important;
  }
  .si-banner .float-image2{
    bottom: 0 !important;
  }
  .si-banner .float-image4{
    bottom: 0 !important;
  }
}
@media(max-width:1100px){
  .si-banner .float-image,
  .si-banner .float-image2,
  .si-banner .float-image3,
  .si-banner .float-image4{
    display: none;
  }
}
@media (max-width: 768px) {
  .si-banner{
    background-position-x: -200px !important;
  }
}
@media (max-width: 1200px) {
  .si-banner{
    background-position-x: -300px;
  }
}

.si-banner .banner-content {
  padding: 60px 0 40px 0;
  position: relative;
  z-index: 1;
}


.si-banner .banner-content .si-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  margin: 25px 0 50px 0;
  margin-top: 30px;
  color: #FFF;
  font-size: 96px;
  font-weight: 700;
  line-height: 80px;
}
.si-banner .banner-content .si-title span{
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}
.si-banner .banner-content .si-title span .design-word{
  position: relative;
}
.si-banner .banner-content .si-title span .design-word svg{
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.si-banner .banner-content .wrapper{
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.si-banner .banner-content .wrapper::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.si-banner .banner-content .wrapper li{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 0 50px;
}
.si-blog {
  padding-bottom: 100px;
}
.si-btn {
  padding: 14px 35px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background: #FFFFFF;
  color: #00224D;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.si-btn::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--theme-color);
  transform: translateY(110%);
  transition: .3s;
  z-index: -1;
}
.si-btn:hover {
  color: #fff;
}
.si-btn:hover::after {
  transform: translateY(0);
}
.si-center {
  text-align: center;
}
.title-sec h2 {
  font-size: 50px;
  font-weight: 700;
  color: #0C0A0A;
  line-height: 60px;
  margin-bottom: 15px;
}
.title-sec p {
  color: #5d666f;
  font-size: 16px;
}
/*----------------------------------------
    # Demos Section CSS
----------------------------------------*/
.si-template {
  padding-top: 100px;
  padding-bottom: 60px;
}
.si-template .container {
  max-width: 1500px;
}
.si-template .check-hor {
  display: flex;
  justify-content: center;
}
.si-template .check-hor li {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0 25px;
  color: #0C0A0A;
}
.si-template .check-hor li svg {
  color: var(--theme-color);
  margin-right: 10px;
}
.si-template .all-demos {
  margin-top: 40px;
  justify-content: center;
  text-align: center;
}
.si-template .all-demos .demo-tab {
  padding: 20px;
  display: none;
  margin-top: 45px;
}
.si-template .all-demos .demo-tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.si-template .all-demos .demo-tab.active {
  display: block;
  animation: fadeInUp 1s;
  border-radius: 15px;
}
.si-template .all-demos .demo-nav-tab {
  display: inline-block;
  color: #fff;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;
  background: #0C0A0A;
  margin-right: 10px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.si-template .all-demos .demo-nav-tab:hover {
  color: #fff;
}
.si-template .all-demos .demo-nav-tab:hover::after {
  transform: translateY(0);
}
.si-template .all-demos .demo-nav-tab::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--theme-color);
  transform: translateY(110%);
  transition: .3s;
  z-index: -1;
}
@media (max-width: 670px) {
  .si-template .all-demos .demo-nav-tab {
    margin-bottom: 15px;
  }
}

.si-template .all-demos .demo-nav-tab.active {
  background: var(--theme-color);
}
.si-template .all-demos .demo-nav-tab.active::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #0C0A0A;
  transform: translateY(110%);
  transition: .3s;
  z-index: -1;
}
.si-template .all-demos .demo-nav-tab.active:hover {
  color: #fff;
}
.si-template .all-demos .demo-nav-tab.active:hover::after {
  transform: translateY(0);
}
.si-template .all-demos li {
  flex: 0 0 50%;
  max-width: 32%;
  text-align: center;
  margin:0 5px;
}
@media (max-width: 768px) {
  .si-template .all-demos li {
    margin-bottom: 50px;
  }
}
.si-template .all-demos li a {
  display: block;
  margin: 0 15px 45px;
  border-radius: 10px;
  transition: all .4s;
}
.si-template .all-demos li.last a {
cursor: not-allowed;
}

.si-template .all-demos li.last a:hover .image {
  transform: translateY(0);
}
.si-template .all-demos li a:hover .image {
  transform: translateY(-5px);
}
.si-template .image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
  transition: all .4s;
  padding: 15px;
  box-shadow: 0px 7px 18px #1810102c;
}
.si-template .all-demos li .image img {
  box-shadow: none;
  transition: all .4s;
  transform: scale(100%);
  width: 100%;
}
.si-template .all-demos li a span {
  display: inline;
  font-weight: 700;
  font-size: 22px;
  color: #1c2539;
  margin: 20px 0 20px;
  transition: .3s;
  position: relative;
  z-index: 1;
}
.si-template .all-demos li a:hover span{
  color: var(--theme-color);
}
.si-template .all-demos li.last a:hover span{
  color: #1c2539;
}
.si-template .all-demos li a span:hover{
  color: var(--theme-color) !important;
}
.si-template .all-demos li.last a span:hover{
  color: #1c2539 !important;
}
.si-template .all-demos li a span.tag {
  color: var(--theme-color);
  margin-left: 5px;
}

@media (max-width: 991px) {
  .si-template .all-demos li a span::after {
    display: none;
  }
}
.si-template .all-demos li a span:hover {
  color: var(--theme-color);
}
.si-template .all-demos li a span.multipage {
  color: var(--theme-color);
}
.si-template .all-demos li a span.onepage {
  color: var(--theme-color);
  margin-left: 4px;
}
.si-template .all-demos li a span:hover {
  color: #fff;
}
.si-template .all-demos li a span:hover::after {
  width: 100%;
  right: 0;
}
@media (max-width: 991px) {
  .si-template .all-demos li a span:hover {
    color: var(--theme-color);
  }
}
.si-template .all-demos li a span.new {
  color: var(--theme-color);
}
.si-template .all-demos li a span.new::after {
  display: none;
}
.si-template.si-click-demo {
  padding-bottom: 220px;
}
.si-template.si-click-demo .all-demos li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.si-template.si-click-demo .all-demos li a {
  margin: 0 22px 30px;
}
.si-template.si-click-demo .all-demos li img {
  box-shadow: none;
}
.si-template.si-click-demo .all-demos li.two-child img {
  margin-top: 21px;
}
.si-template.si-click-demo .all-demos li.laptop {
  position: relative;
}
.si-template.si-click-demo .all-demos li.laptop img {
  border: 3px solid #bababa;
}
.si-template.si-click-demo .all-demos li.laptop img.kye {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -88px;
}
.si-template.si-click-demo .all-demos li.laptop img.kyes {
  border: none;
  position: absolute;
  right: -20px;
  bottom: -125px;
  width: 100px;
}
.si-option {
  padding-bottom: 250px;
  position: relative;
}
.si-option .option1 {
  position: absolute;
  top: 38%;
  left: 110px;
  -webkit-animation: j__pi 5s infinite;
  animation: j__pi 5s infinite;
}
.si-option .option2 {
  position: absolute;
  top: 61%;
  left: 75px;
}
.si-option .option3 {
  position: absolute;
  top: 43%;
  right: 200px;
}
.si-option .option4 {
  position: absolute;
  top: 58%;
  right: 100px;
  -webkit-animation: k__pi 4s infinite;
  animation: k__pi 4s infinite;
}
.si-option .option-img {
  text-align: center;
  margin: 70px auto 0;
  max-width: 1000px;
}
@keyframes k__pi {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.si-blog {
  padding-bottom: 0px;
}
.si-blog .blog-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.si-blog .blog-img li {
  flex: 0 0 50%;
  max-width: 50%;
  line-height: 0;
}
.si-blog .blog-img li img {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.04);
  border-radius: 10px 10px 0 0;
  margin: 0 0 -8px;
}
.si-blog .blog-img li img.img-2 {
  border-radius: 0 10px 0 0;
}
.si-blog .blog-img li:last-child img {
  margin-top: 162px;
}
.pt-50 {
  padding-top: 50px;
}
.si-fn-feature {
  padding-bottom: 100px;
  margin-top: 90px;
}
.si-fn-feature .inner-col {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
}
.si-fn-feature .inner-col .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
.si-fn-feature .inner-col2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  align-items: center;
}
.si-fn-feature .inner-col2 .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col2 .si-col-half .pl-50 {
  padding-left: 140px;
  margin-top: -50px;
}
.si-fn-feature .inner-col2 .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col2 .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col2 .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col2 .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col2 .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
.si-fn-feature .inner-col3 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  align-items: center;
  padding-top: 80px;
}
.si-fn-feature .inner-col3 .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col3 .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col3 .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col3 .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col3 .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col3 .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
.si-fn-feature .inner-col4 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  align-items: center;
  padding-top: 100px;
}
.si-fn-feature .inner-col4 .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col4 .si-col-half .pl-50 {
  padding-left: 70px;
}
.si-fn-feature .inner-col4 .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col4 .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col4 .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col4 .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col4 .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
.si-fn-feature .inner-col5 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  align-items: center;
  padding-top: 100px;
}
.si-fn-feature .inner-col5 .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col5 .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col5 .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col5 .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col5 .si-col-half.col-half-right img {
  padding-left: 80px;
}
.si-fn-feature .inner-col5 .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col5 .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
.si-fn-feature .inner-col6 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  align-items: center;
  padding-top: 90px;
}
.si-fn-feature .inner-col6 .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col6 .si-col-half .pl-50 {
  padding-left: 160px;
}
.si-fn-feature .inner-col6 .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col6 .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col6 .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col6 .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col6 .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  list-style: none;
  max-width: 950px;
  padding-bottom: 80px;
}
ul.accordion-list li {
  position: relative;
  display: block;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(0deg);
  top: 5px;
}
ul.accordion-list li h3 {
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 20px;
  cursor: pointer;
}
ul.accordion-list li h3:after {
  content: "^";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  transform: rotate(180deg);
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}
/*----------------------------------------
    # Features Section CSS
----------------------------------------*/
.si-features {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #F2F2F2;
}
.si-features .all-features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  justify-content: center;
}
.si-features .all-features li {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
}
.si-features.plugins{
  background: #111111;
}
.si-features.plugins .si-center h2{
  color: #FFF;
}
.si-features.plugins .all-features li {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
.si-features.plugins .all-features li div{
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #1e1e1e 100%);
  border: 1px solid #1E1E1E;
  border-radius: 15px;
  cursor: pointer;
  transition: all .3s;
}
.si-features.plugins .all-features li div span{
  color: #ffffff;
}
.si-features .all-features li div {
  display: block;
  margin: 0 15px 30px;
  background: #fff;
  padding: 50px 20px 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 7px 18px #1810100d;
  border: 1px solid #3646800a;
  cursor: pointer;
}
.si-features .all-features li div img {
  display: block;
  height: 70px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.si-features .all-features li div span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #5d666f;
  margin-top: 20px;
}
.si-features .all-features li div:hover img {
  transform: scale(1.1) translateY(-10px);
}
.inner-page-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-page-area .title-sec {
  padding-bottom: 10px;
}
.inner-page-area .title-sec h2 {
  color: #1c2539;
}
.inner-page-area .title-sec p {
  color: #5d666f;
}
.inner-page-area .slick-slide img {
  border-radius: 4px;
}
.inner-page-area .slick-slide .inner {
  margin: 0 5px;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(223, 16, 16, 0.068);
}
.inner-page-area .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.inner-page-area .slick-dots li {
  margin: 0 5px;
}
.inner-page-area .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #07070714;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.inner-page-area .slick-dots li.slick-active button {
  background: var(--theme-color);
}

.si-builder {
  background: #f9faff;
}
.si-builder .builder-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 90px;
}
.si-builder .builder-inner .builder-left {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 20px;
  color: #777;
}
.si-builder .builder-inner .builder-left p {
  line-height: 32px;
  max-width: 550px;
}
.si-builder .builder-inner .builder-left ul {
  display: flex;
  flex-wrap: wrap;
}
.si-builder .builder-inner .builder-left ul li {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  font-size: 20px;
  color: #777;
}
.si-builder .builder-inner .builder-left ul li svg {
  width: 18px;
  color: #fff;
  background: #4ca851;
  padding: 3px 6px 3px 7px;
  border-radius: 5px;
  margin-right: 15px;
}
.si-builder .builder-inner .builder-right {
  flex: 0 0 50%;
  max-width: 50%;
}

.si-option {
  padding-top: 100px;
  padding-bottom: 250px;
  position: relative;
}
.si-option .option1 {
  position: absolute;
  top: 38%;
  left: 110px;
  -webkit-animation: j__pi 5s infinite;
  animation: j__pi 5s infinite;
}
.si-option .option2 {
  position: absolute;
  top: 61%;
  left: 75px;
}
.si-option .option3 {
  position: absolute;
  top: 43%;
  right: 200px;
}
.si-option .option4 {
  position: absolute;
  top: 58%;
  right: 100px;
  -webkit-animation: k__pi 4s infinite;
  animation: k__pi 4s infinite;
}
.si-option .option-img {
  text-align: center;
  margin: 70px auto 0;
  max-width: 1000px;
}
@keyframes k__pi {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
/*----------------------------------------
    # Footer Section CSS
----------------------------------------*/
footer {
  background: url("assets/images/footer-banner.jpg") center center / cover no-repeat;
  color: #fff;
  position: relative;
  box-shadow: 12px 0px 33px #1810100d;
}
footer .shap1 {
  position: absolute;
  top: -50px;
  left: 100px;
  -webkit-animation: p__pi 4s infinite;
  animation: p__pi 4s infinite;
}
footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  padding-top: 120px;
  padding-bottom: 90px;
}
footer .footer-top li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
footer .footer-top li .inner-area {
  text-align: center;
  margin-right: 31px;
  padding: 26px;
  box-shadow: #1810100d 12px 0px 33px;
}
footer .footer-top li .inner-area.margin-r-0 {
  margin-right: 0;
}
footer .footer-top li .inner-area img {
  width: 70px;
}
footer .footer-top li .inner-area{
  text-align: center;
  margin-right: 31px;
  padding: 45px;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #1e1e1e 100%);
  border: 1px solid #1E1E1E;
  border-radius: 15px;
  cursor: pointer;
  transition: all .3s;
}
footer .footer-top li .inner-area .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}
footer .footer-top li .inner-area .des {
  max-width: 300px;
  margin: 20px auto 10px;
  font-size: 16px;
  color: #5d666f;
}
footer .footer-top li .inner-area a {
  color: #5d666f;
}
footer .footer-top li .inner-area a svg {
  width: 20px;
  position: relative;
  top: 8px;
}
footer .footer-top li .inner-area a:hover {
  color: var(--theme-color);
}
footer .footer-top li .inner-area a:hover svg {
  color: var(--theme-color);
}
footer .footer-btm {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
footer .footer-btm .shap2 {
  position: absolute;
  top: 150px;
  left: 200px;
  -webkit-animation: rotate-center 9000ms linear 500ms infinite both;
  animation: rotate-center 9000ms linear 500ms infinite both;
}
footer .footer-btm .shap3 {
  position: absolute;
  top: -50px;
  right: 50px;
  -webkit-animation: j__pi 5s infinite;
  animation: j__pi 5s infinite;
}
footer .footer-btm h2 {
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  margin: 0 0 15px;
}
footer .footer-btm p {
  font-size: 26px;
  max-width: 550px;
  margin: 0 auto 30px;
  line-height: 40px;
  color: #5d666f;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes j__pi {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes p__pi {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.builder-inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  padding-top: 90px;
}
.builder-inner .builder-left {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 20px;
  color: #777;
}
.builder-inner .builder-left p {
  line-height: 32px;
  max-width: 550px;
}
.builder-inner .builder-left ul {
  display: flex;
  flex-wrap: wrap;
}
.builder-inner .builder-left ul li {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  font-size: 20px;
  color: #ffffff;
}
.builder-inner .builder-left ul li svg {
  width: 18px;
  color: #fff;
  background: #4ca851;
  padding: 3px 6px 3px 7px;
  border-radius: 5px;
  margin-right: 15px;
}
.builder-inner .builder-right {
  flex: 0 0 50%;
  max-width: 50%;
}
/*******************************************
    ScrollUp CSS Here 
*****************/
#siscrollUp {
  position: fixed;
  bottom: 40px;
  right: 15px;
  transition: all .5s ease;
  z-index: 99999;
  cursor: pointer;
  background: var(--theme-color);
  border-radius: 0 100% 100% 100%;
  padding: 6px;
  display: none;
}
#siscrollUp span {
  background: var(--theme-color);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all .5s ease;
  font-size: 22px;
  color: #ffffff;
  border-radius: 0 100% 100% 100%;
  text-align: center;
}
#siscrollUp span:before {
  transition: all .5s ease;
  display: block;
  margin: 0;
  transform: rotate(-50deg);
  font-size: 14px;
}
#siscrollUp:hover {
  transform: rotate(37deg);
}
/*******************************************
    Preloader CSS Here 
*****************/
#si__preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit- flex;
  display: -ms- flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.si__loader_logo {
  position: absolute;
}
.si__loader_logo img {
  position: relative;
  top: 5px;
  height: 35px;
}
#si__circle_loader {
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #465fe9;
  border-right-color: #465fe9;
  border-bottom-color: #d5eaff;
  border-left-color: #d5eaff;
  border-radius: 50%;
  -webkit-animation: spinLoader 2s linear infinite;
  animation: spinLoader 2s linear infinite;
}
@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*----------------------------------------
    # ScrollUp CSS
----------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  display: block;
  background-color: #ffffff;
  color: #ffffff;
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 4px;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover,
#scrollUp i:focus {
  background: var(--theme-color);
  color: #fff;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}
@media screen and (max-width: 1400px) {
  .si-option .option-img {
    max-width: 700px;
  }
  .si-option .option1 {
    left: 50px;
  }
  .si-option .option2 {
    left: 5px;
  }
  .si-option .option3 {
    right: 100px;
  }
  .si-option .option4 {
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .si-template .all-demos li,
  .si-template.si-click-demo .all-demos li {
    flex: 0 0 50%;
    max-width: 100%;
  }
  .si-header .menu-area .si-menu-area ul.nav-menu li {
    margin-right: 15px;
  }
  .si-features .all-features li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .si-features.plugins .all-features li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .builder-inner {
    display: block;
  }
  .builder-inner .builder-left,
  .builder-inner .builder-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .si-template.si-click-demo .all-demos li.laptop img.kye {
    bottom: -41px;
  }
  .si-template.si-click-demo .all-demos li.laptop img.kyes {
    bottom: -84px;
  }
  .si-option .option1,
  .si-option .option2,
  .si-option .option3,
  .si-option .option4 {
    display: none;
  }
  .si-fn-feature .inner-col,
  .si-fn-feature .inner-col3,
  .si-fn-feature .inner-col5 {
    padding-left: 0;
    display: block;
  }
  .si-fn-feature .inner-col4,
  .si-fn-feature .inner-col6,
  .si-fn-feature .inner-col2 {
    padding-left: 0;
  }
  .si-fn-feature .inner-col2 .si-col-half,
  .si-fn-feature .inner-col6 .si-col-half,
  .si-fn-feature .inner-col4 .si-col-half {
    order: 2;
  }
  .si-fn-feature .inner-col6 .si-col-half.col-half-right,
  .si-fn-feature .inner-col2 .si-col-half.col-half-right,
  .si-fn-feature .inner-col4 .si-col-half.col-half-right {
    order: 1;
    padding: 0 0 30px;
  }
  .si-fn-feature .inner-col4,
  .si-fn-feature .inner-col3,
  .si-fn-feature .inner-col6 {
    padding-top: 0;
  }
  .si-fn-feature .inner-col3 .si-col-half,
  .si-fn-feature .inner-col3 .si-col-half.col-half-right,
  .si-fn-feature .inner-col4 .si-col-half,
  .si-fn-feature .inner-col4 .si-col-half.col-half-right,
  .si-fn-feature .inner-col5 .si-col-half,
  .si-fn-feature .inner-col5 .si-col-half.col-half-right,
  .si-fn-feature .inner-col6 .si-col-half,
  .si-fn-feature .inner-col6 .si-col-half.col-half-right,
  .si-fn-feature .inner-col .si-col-half,
  .si-fn-feature .inner-col2 .si-col-half,
  .si-fn-feature .inner-col2 .si-col-half.col-half-right,
  .si-fn-feature .inner-col .si-col-half.col-half-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .si-option {
    padding-bottom: 100px;
  }
  .si-fn-feature .inner-col .si-col-half,
  .si-fn-feature .inner-col2 .si-col-half,
  .si-fn-feature .inner-col3 .si-col-half,
  .si-fn-feature .inner-col4 .si-col-half,
  .si-fn-feature .inner-col5 .si-col-half,
  .si-fn-feature .inner-col6 .si-col-half {
    text-align: center;
    margin-bottom: 50px;
  }
  .si-fn-feature .inner-col6 .si-col-half .pl-50 {
    padding-left: 0;
  }
  .si-fn-feature .inner-col2 .si-col-half .pl-50 {
    padding-left: 0;
    margin-top: 0;
  }
  .si-fn-feature .inner-col .si-col-half p,
  .si-fn-feature .inner-col2 .si-col-half p,
  .si-fn-feature .inner-col3 .si-col-half p,
  .si-fn-feature .inner-col4 .si-col-half p,
  .si-fn-feature .inner-col5 .si-col-half p,
  .si-fn-feature .inner-col6 .si-col-half p {
    max-width: 100%;
  }
  .si-fn-feature .inner-col5 {
    padding-top: 0;
  }
  .si-fn-feature .inner-col4 .si-col-half .pl-50 {
    padding-left: 0;
  }
  footer .footer-btm .shap2 {
    left: 0px;
  }
  footer .footer-top li .inner-area .title {
    font-size: 18px;
  }
  footer .footer-btm h2 {
    font-size: 60px;
    line-height: 70px;
  }
  footer .footer-top {
    display: block;
    padding-bottom: 20px;
  }
  footer .footer-top li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 50px 0;
  }
  .si-fn-feature .inner-col5 .si-col-half.col-half-right img {
    padding-left: 0px;
  }
}
.si-btn.demo.documentation {
  margin-left: 15px;
  background: #1c2539 !important;
  color: #ffffff;
}
.si-btn.demo.documentation:hover {
  color: #ffecec !important;
  background: var(--theme-color) !important;
}
@media screen and (max-width: 767px) {
  .si-header .menu-area .si-menu-area ul.nav-menu li {
    margin-right: 10px;
  }
  .si-header .menu-area .si-menu-area {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
  .si-header .menu-area .si-menu-area .header-btn a {
    display: inline-block;
  }
  #onepage-menu {
    padding: 15px 0 26px;
  }
  .si-banner .banner-content {
    padding: 100px 0 100px;
  }
  .si-banner .banner-content .si-title {
    font-size: 50px;
    line-height: 60px;
  }
  .si-banner .banner-content .si-title span span {
    display: inline-block;
  }
  .title-sec p br {
    display: none;
  }
  body .si-header.si-sticky {
    position: relative !important;
  }
  .title-sec h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .si-template .check-hor {
    display: block;
  }
  .si-template .all-demos li a {
    display: block;
    margin: 0;
  }
  .si-template .all-demos {
    display: block;
  }
  .si-template.si-click-demo {
    padding-bottom: 80px;
  }
  .si-template.si-click-demo {
    padding-bottom: 80px;
  }
  .si-template .all-demos li,
  .si-template.si-click-demo .all-demos li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .footer-btm .shap3,
  .si-template.si-click-demo .all-demos li.laptop img.kyes,
  .si-template.si-click-demo .all-demos li.laptop img.kye,
  footer .footer-btm .shap2 {
    display: none;
  }
  .si-blog .blog-img li:last-child img {
    margin-top: 45px;
  }
  .title-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .si-menu-area .si-btn.btn-primary {
    display: none;
  }
  footer .footer-top li .inner-area {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .si-banner .banner-content::before,
  .si-banner .banner-content::after {
    display: none;
  }
  .si-banner .banner-content p {
    font-size: 16px;
  }
  footer .footer-btm h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .si-features .all-features li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .si-features.plugins .all-features li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .si-btn.demo.documentation {
    display: none;
  }
  .si-header .menu-area .si-menu-area ul.nav-menu li:first-child a {
    padding-left: 0;
  }
  .si-features .all-features {
    display: block;
  }
  .si-features .all-features li div {
    margin: 25px 0;
  }
  .title-sec h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .title-sec p {
    font-size: 16px;
  }
  .builder-inner .builder-left ul {
    display: block;
  }
  .builder-inner .builder-left ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media(max-width:400px){
  .si-banner .banner-content .si-title {
    font-size: 30px;
    line-height: 42px;
    margin: 30px 0 85px;
  }
}
.si-btn.purchase {
  background: var(--theme-color);
}
.si-btn.purchase::after {
  background: #ffffff;
}
.si-btn.purchase:hover {
  color: var(--theme-color);
}
.si-btn.contact {
  background: var(--theme-color) !important;
}
.si-btn.contact:hover {
  color: var(--theme-color);
  background: #ffecec;
}
.si-btn.demo {
  background: var(--theme-color);
}
.si-btn.demo:hover {
  background: #ffecec;
  color: var(--theme-color);
}
.si-bg-shape {
  position: relative;
  z-index: 1;
}
.si-bg-shape::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200e9 1.74%, #4200e5 100%);
  height: 310px;
  width: 310px;
  top: 0;
  left: 0;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
  display: none;
}
.si-bg-shape::before {
  content: "";
  position: absolute;
  background: linear-gradient(95.66deg, #b16cea 0%, #ff504b 51.04%, #ffa84b 100%);
  height: 310px;
  width: 310px;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}
.si-bg-shape-one {
  position: relative;
  z-index: 1;
}
.si-bg-shape-one::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200e9 1.74%, #4200e5 100%);
  height: 310px;
  width: 310px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
}
img.coming-soon {
  cursor: default;
}

.modal-sidebar-scroll {
  position: fixed;
  top: 50%;
  transform: translateY(-65%);
  text-align: center;
  z-index: 10;
  right: 0;
  left: auto;
}
.modal-sidebar-scroll ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 8px 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  background: var(--theme-color);
}
.modal-sidebar-scroll ul li {
  margin: 4px 0;
}
.modal-sidebar-scroll ul li::after {
  display: none;
}
.modal-sidebar-scroll ul li a {
  width: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
  position: relative;
}
.modal-sidebar-scroll ul li a span {
  position: absolute;
  background-color: #222;
  color: #fff;
  white-space: nowrap;
  padding: 0 12px;
  font-size: 13px;
  top: 0;
  right: 100%;
  margin-right: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear 0ms;
  -khtml-transition: all .3s linear 0ms;
  -moz-transition: all .3s linear 0ms;
  -ms-transition: all .3s linear 0ms;
  -o-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
}
.modal-sidebar-scroll ul li a .icon{
  width: 20px;
  margin: 0 auto;
}
.modal-sidebar-scroll ul li a span:before {
  content: '';
  border-color: #222;
  border-style: solid;
  border-color: transparent transparent transparent #222;
  border-width: 6px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-sidebar-scroll ul li a:hover {
  color: #fff;
}
.modal-sidebar-scroll ul li a:hover span {
  opacity: 1;
  visibility: visible;
}
.modal-sidebar-scroll ul li {
  margin-bottom: 7px;
  position: relative;
  cursor: pointer;
}
.modal-sidebar-scroll ul li::after {
  top: 5px;
  left: -19px;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  border: 8px solid transparent;
  border-right-color: #0C0A0A;
  opacity: 0;
}
.modal-sidebar-scroll ul li:last-child {
  margin-bottom: 0;
}
.modal-sidebar-scroll ul li a {
  transition: .3s;
}
.modal-sidebar-scroll ul li a span {
  display: none;
  right: -100px;
  transition: 3s;
  position: absolute;
  min-width: max-content;
  width: 100%;
  padding: 3px 5px;
  background: #0C0A0A;
  border-radius: 3px;
  transition: .3s;
  color: #fff !important;
}
.modal-sidebar-scroll ul li a svg {
  fill: #fff;
  height: 15px;
  width: 15px;
  stroke-width: 2px;
}
.modal-sidebar-scroll ul li:hover::after {
  opacity: 1;
}
.modal-sidebar-scroll ul li:hover a span {
  display: block;
  right: 36px;
}
img.demo-u {
  margin-left: auto;
  display: flex;
  margin-right: 100px;
}
.demo-title-area {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 50px;
}
.demo-title-area .title {
  margin-bottom: 0;
  font-size: 40px;
  color: #1c2539;
}
.demo-title-area .title span {
  font-style: italic;
  font-weight: 100;
  color: var(--theme-color);
  font-family: sans-serif;
}
.demo-title-area.second-row {
  margin-top: 20px;
}
html,
body {
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #a9abb1;
  vertical-align: baseline;
  line-height: 27px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  background: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
  margin: 0 0 26px;
  font-weight: 600;
}
a {
  text-decoration: none;
  transition: all 0.5s ease;
  color: var(--theme-color);
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: var(--theme-color);
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
::-moz-selection {
  background: var(--theme-color);
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: var(--theme-color);
  text-shadow: none;
  color: #ffffff;
}
.uppercase {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
/*----------------------------------------
    # Full width header Section CSS
----------------------------------------*/
.si-header {
  z-index: 999;
  position: absolute;
  width: 100%;
  background: transparent;
  padding: 20px 0;
}
.si-header .logo img {
  height: 46px;
}
.si-header .menu-area {
  transition: all 0.5s ease;
  left: 0;
  right: 0;
  background: transparent;
}
.si-header .menu-area .si-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 14px 0;
}
.si-header .menu-area .si-menu-area ul.nav-menu li {
  display: inline-block;
  margin-right: 40px;
  padding: 0;
}
.si-header .menu-area .si-menu-area ul.nav-menu li a {
  transition: all 0.5s ease;
  font-size: 16px;
  font-weight: 400;
  padding: 0 25px;
  color: #1C2539;
}
.si-header .menu-area .si-menu-area ul.nav-menu li a:hover {
  color: var(--theme-color);
}
.si-header .menu-area .si-menu-area ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.si-header .menu-area .si-menu-area ul.nav-menu li:last-child i {
  margin: 0;
}
.si-header .menu-area .si-menu-area ul.nav-menu#onepage-menu .active-menu a {
  color: var(--theme-color);
}
.si-header .menu-area .si-menu-area ul.nav-menu#onepage-menu li a {
  padding-right: 0;
  font-weight: 700;
}
.si-header .menu-area .si-menu-area ul li a:hover,
.si-header .menu-area .si-menu-area ul li.active a,
.si-header .menu-area .si-menu-area ul li.current-menu-item > a {
  color: var(--theme-color);
}
.si-header .menu-area .si-menu-area .header-btn a {
  color: #ffffff;
  padding: 10px 30px;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  background: #6f9a37;
  border-radius: 30px;
  transition: all 0.5s ease;
}
.si-header .menu-area .si-menu-area .header-btn a:hover {
  transform: translateY(-3px) scale(1.02);
}
.si-header.si-sticky {
  position: fixed !important;
  width: 100%;
  -webkit-animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff3;
  box-shadow: 0px 7px 18px #1810100d;
  background: #fff;
  padding: 0;
}
@-webkit-keyframes stickyanimations {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes stickyanimations {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*----------------------------------------
    # Banner Section CSS
----------------------------------------*/

.si-banner {
  background: url(assets/images/img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
  padding-bottom: 0px;
  padding-top: 55px;
}
.logo img {
  width: 150px;
}
.si-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.95) 0%, rgba(18, 18, 18, 0.3) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.si-banner .shape-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.si-banner .float-image{
  position: absolute;
  top: 100px;
  left: 0;
}
.si-banner .float-image2{
  position: absolute;
  bottom: 120px;
  left: 0;
}
.si-banner .float-image3{
  position: absolute;
  top: 260px;
  right: 65px;
}
.si-banner .float-image4{
  position: absolute;
  bottom: 120px;
  right: 0;
}
@media(max-width:1600px){
  .si-banner .float-image3{
    right: 0;
  }
}
@media(max-width:1440px){
  .si-banner .float-image2{
    left: -90px;
  }
  .si-banner .float-image3{
    right: -50px;
  }
}
@media(max-width:1100px){
  .si-banner .float-image,
  .si-banner .float-image2,
  .si-banner .float-image3,
  .si-banner .float-image4{
    display: none;
  }
}
@media (max-width: 768px) {
  .si-banner{
    background-position-x: -200px !important;
  }
}
@media (max-width: 1200px) {
  .si-banner{
    background-position-x: -300px;
  }
}

.si-banner .banner-content {
  padding: 100px 0 40px 0;
  position: relative;
  z-index: 1;
}
.mt-30{
  margin-top: 30px;
}

.si-banner .banner-content .si-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  margin: 25px 0 50px 0;
  margin-top: 30px;
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}
.si-banner .banner-content .si-title span{
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}
.si-banner .banner-content .si-title span .design-word{
  position: relative;
}
.si-banner .banner-content .si-title span .design-word svg{
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.si-banner .banner-content .wrapper{
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.si-banner .banner-content .wrapper::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.si-banner .banner-content .wrapper li{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 0 50px;
}
.si-blog {
  padding-bottom: 100px;
}
.si-btn {
  padding: 14px 35px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background: #FFFFFF;
  color: #00224D;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.si-btn::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--theme-color);
  transform: translateY(110%);
  transition: .3s;
  z-index: -1;
}
.si-btn:hover {
  color: #fff;
}
.si-btn:hover::after {
  transform: translateY(0);
}
.si-btn svg {
  width: 20px;
  position: relative;
  top: 5px;
  height: 18px;
}
.si-center {
  text-align: center;
}
.title-sec h2 {
  font-size: 50px;
  font-weight: 700;
  color: #0C0A0A;
  line-height: 60px;
  margin-bottom: 15px;
}
.title-sec p {
  color: #5d666f;
  font-size: 16px;
}
/*----------------------------------------
    # Demos Section CSS
----------------------------------------*/
.si-template {
  padding-top: 100px;
  padding-bottom: 60px;
}
.si-template .container {
  max-width: 1500px;
}
.si-template .check-hor {
  display: flex;
  justify-content: center;
}
.si-template .check-hor li {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0 25px;
  color: #0C0A0A;
}
.si-template .check-hor li svg {
  fill: var(--theme-color);
  margin-right: 10px;
  width: 20px;
}
.si-template .all-demos {
  margin-top: 40px;
  justify-content: center;
  text-align: center;
}
.si-template .all-demos .demo-tab {
  padding: 20px;
  display: none;
  margin-top: 45px;
}
.si-template .all-demos .demo-tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.si-template .all-demos .demo-tab.active {
  display: block;
  animation: fadeInUp 1s;
  border-radius: 15px;
}
.si-template .all-demos .demo-nav-tab {
  display: inline-block;
  color: #fff;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;
  background: #0C0A0A;
  margin-right: 10px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.si-template .all-demos .demo-nav-tab:hover {
  color: #fff;
}
.si-template .all-demos .demo-nav-tab:hover::after {
  transform: translateY(0);
}
.si-template .all-demos .demo-nav-tab::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--theme-color);
  transform: translateY(110%);
  transition: .3s;
  z-index: -1;
}
@media (max-width: 670px) {
  .si-template .all-demos .demo-nav-tab {
    margin-bottom: 15px;
  }
}

.si-template .all-demos .demo-nav-tab.active {
  background: var(--theme-color);
}
.si-template .all-demos .demo-nav-tab.active::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #0C0A0A;
  transform: translateY(110%);
  transition: .3s;
  z-index: -1;
}
.si-template .all-demos .demo-nav-tab.active:hover {
  color: #fff;
}
.si-template .all-demos .demo-nav-tab.active:hover::after {
  transform: translateY(0);
}
.si-template .all-demos li {
  flex: 0 0 50%;
  max-width: 32%;
  text-align: center;
}
@media (max-width: 768px) {
  .si-template .all-demos li {
    margin-bottom: 50px;
  }
}
.si-template .all-demos li a {
  display: block;
  margin: 0 15px 45px;
  border-radius: 10px;
  transition: all .4s;
}
.si-template .all-demos li.last a {
cursor: not-allowed;
}

.si-template .all-demos li.last a:hover .image {
  transform: translateY(0);
}
.si-template .all-demos li a:hover .image {
  transform: translateY(-5px);
}
.si-template .all-demos li a .image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
  transition: all .4s;
  padding: 15px;
  box-shadow: 0px 7px 18px #1810102c;
}
.si-template .all-demos li a .image img {
  box-shadow: none;
  transition: all .4s;
  transform: scale(100%);
  width: 100%;
}
.si-template .all-demos li a span {
  display: inline;
  font-weight: 700;
  font-size: 22px;
  color: #1c2539;
  margin: 20px 0 20px;
  transition: .3s;
  position: relative;
  z-index: 1;
}
.si-template .all-demos li a:hover span{
  color: var(--theme-color);
}
.si-template .all-demos li.last a:hover span{
  color: #1c2539;
}
.si-template .all-demos li a span:hover{
  color: var(--theme-color) !important;
}
.si-template .all-demos li.last a span:hover{
  color: #1c2539 !important;
}
.si-template .all-demos li a span.tag {
  color: var(--theme-color);
  margin-left: 5px;
}

@media (max-width: 991px) {
  .si-template .all-demos li a span::after {
    display: none;
  }
}
.si-template .all-demos li a span:hover {
  color: var(--theme-color);
}
.si-template .all-demos li a span.multipage {
  color: var(--theme-color);
}
.si-template .all-demos li a span.onepage {
  color: var(--theme-color);
  margin-left: 4px;
}
.si-template .all-demos li a span:hover {
  color: #fff;
}
.si-template .all-demos li a span:hover::after {
  width: 100%;
  right: 0;
}
@media (max-width: 991px) {
  .si-template .all-demos li a span:hover {
    color: var(--theme-color);
  }
}
.si-template .all-demos li a span.new {
  color: var(--theme-color);
}
.si-template .all-demos li a span.new::after {
  display: none;
}
.si-template.si-click-demo {
  padding-bottom: 220px;
}
.si-template.si-click-demo .all-demos li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.si-template.si-click-demo .all-demos li a {
  margin: 0 22px 30px;
}
.si-template.si-click-demo .all-demos li img {
  box-shadow: none;
}
.si-template.si-click-demo .all-demos li.two-child img {
  margin-top: 21px;
}
.si-template.si-click-demo .all-demos li.laptop {
  position: relative;
}
.si-template.si-click-demo .all-demos li.laptop img {
  border: 3px solid #bababa;
}
.si-template.si-click-demo .all-demos li.laptop img.kye {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -88px;
}
.si-template.si-click-demo .all-demos li.laptop img.kyes {
  border: none;
  position: absolute;
  right: -20px;
  bottom: -125px;
  width: 100px;
}
.si-option {
  padding-bottom: 250px;
  position: relative;
}
.si-option .option1 {
  position: absolute;
  top: 38%;
  left: 110px;
  -webkit-animation: j__pi 5s infinite;
  animation: j__pi 5s infinite;
}
.si-option .option2 {
  position: absolute;
  top: 61%;
  left: 75px;
}
.si-option .option3 {
  position: absolute;
  top: 43%;
  right: 200px;
}
.si-option .option4 {
  position: absolute;
  top: 58%;
  right: 100px;
  -webkit-animation: k__pi 4s infinite;
  animation: k__pi 4s infinite;
}
.si-option .option-img {
  text-align: center;
  margin: 70px auto 0;
  max-width: 1000px;
}
@keyframes k__pi {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.si-blog {
  padding-bottom: 0px;
}
.si-blog .blog-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.si-blog .blog-img li {
  flex: 0 0 50%;
  max-width: 50%;
  line-height: 0;
}
.si-blog .blog-img li img {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.04);
  border-radius: 10px 10px 0 0;
  margin: 0 0 -8px;
}
.si-blog .blog-img li img.img-2 {
  border-radius: 0 10px 0 0;
}
.si-blog .blog-img li:last-child img {
  margin-top: 162px;
}
.pt-50 {
  padding-top: 50px;
}
.si-fn-feature {
  padding-bottom: 100px;
  margin-top: 90px;
}
.si-fn-feature .inner-col {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
}
.si-fn-feature .inner-col .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
.si-fn-feature .inner-col2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  align-items: center;
}
.si-fn-feature .inner-col2 .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col2 .si-col-half .pl-50 {
  padding-left: 140px;
  margin-top: -50px;
}
.si-fn-feature .inner-col2 .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col2 .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col2 .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col2 .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col2 .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
.si-fn-feature .inner-col3 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  align-items: center;
  padding-top: 80px;
}
.si-fn-feature .inner-col3 .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col3 .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col3 .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col3 .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col3 .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col3 .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
.si-fn-feature .inner-col4 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  align-items: center;
  padding-top: 100px;
}
.si-fn-feature .inner-col4 .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col4 .si-col-half .pl-50 {
  padding-left: 70px;
}
.si-fn-feature .inner-col4 .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col4 .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col4 .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col4 .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col4 .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
.si-fn-feature .inner-col5 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  align-items: center;
  padding-top: 100px;
}
.si-fn-feature .inner-col5 .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col5 .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col5 .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col5 .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col5 .si-col-half.col-half-right img {
  padding-left: 80px;
}
.si-fn-feature .inner-col5 .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col5 .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
.si-fn-feature .inner-col6 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  align-items: center;
  padding-top: 90px;
}
.si-fn-feature .inner-col6 .si-col-half {
  flex: 0 0 40%;
  max-width: 40%;
}
.si-fn-feature .inner-col6 .si-col-half .pl-50 {
  padding-left: 160px;
}
.si-fn-feature .inner-col6 .si-col-half h3 {
  font-size: 26px;
  color: #1c2539;
}
.si-fn-feature .inner-col6 .si-col-half p {
  font-size: 16px;
  color: #5d666f;
  max-width: 420px;
}
.si-fn-feature .inner-col6 .si-col-half.col-half-right {
  flex: 0 0 60%;
  max-width: 60%;
}
.si-fn-feature .inner-col6 .si-col-half .si-btn {
  background: #455fe8;
}
.si-fn-feature .inner-col6 .si-col-half .si-btn:hover {
  background: var(--theme-color);
}
ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  list-style: none;
  max-width: 950px;
  padding-bottom: 80px;
}
ul.accordion-list li {
  position: relative;
  display: block;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(0deg);
  top: 5px;
}
ul.accordion-list li h3 {
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 20px;
  cursor: pointer;
}
ul.accordion-list li h3:after {
  content: "^";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  transform: rotate(180deg);
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}
/*----------------------------------------
    # Features Section CSS
----------------------------------------*/
.si-features {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #F2F2F2;
}
.si-features .all-features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  justify-content: center;
}
.si-features .all-features li {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
}
.si-features.plugins{
  background: #111111;
}
.si-features.plugins .si-center h2{
  color: #FFF;
}
.si-features.plugins .all-features li {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
.si-features.plugins .all-features li div{
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #1e1e1e 100%);
  border: 1px solid #1E1E1E;
  border-radius: 15px;
  cursor: pointer;
  transition: all .3s;
}
.si-features.plugins .all-features li div span{
  color: #ffffff;
}
.si-features .all-features li div {
  display: block;
  margin: 0 15px 30px;
  background: #fff;
  padding: 50px 20px 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 7px 18px #1810100d;
  border: 1px solid #3646800a;
  cursor: pointer;
}
.si-features .all-features li div img {
  display: block;
  height: 70px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.si-features .all-features li div span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #5d666f;
  margin-top: 20px;
}
.si-features .all-features li div:hover img {
  transform: scale(1.1) translateY(-10px);
}
.inner-page-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-page-area .title-sec {
  padding-bottom: 10px;
}
.inner-page-area .title-sec h2 {
  color: #1c2539;
}
.inner-page-area .title-sec p {
  color: #5d666f;
}
.inner-page-area .slick-slide img {
  border-radius: 4px;
}
.inner-page-area .slick-slide .inner {
  margin: 0 5px;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(223, 16, 16, 0.068);
}
.inner-page-area .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.inner-page-area .slick-dots li {
  margin: 0 5px;
}
.inner-page-area .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #07070714;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.inner-page-area .slick-dots li.slick-active button {
  background: var(--theme-color);
}

.si-builder {
  background: #f9faff;
}
.si-builder .builder-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 90px;
}
.si-builder .builder-inner .builder-left {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 20px;
  color: #777;
}
.si-builder .builder-inner .builder-left p {
  line-height: 32px;
  max-width: 550px;
}
.si-builder .builder-inner .builder-left ul {
  display: flex;
  flex-wrap: wrap;
}
.si-builder .builder-inner .builder-left ul li {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  font-size: 20px;
  color: #777;
}
.si-builder .builder-inner .builder-left ul li svg {
  width: 18px;
  color: #fff;
  background: #4ca851;
  padding: 3px 6px 3px 7px;
  border-radius: 5px;
  margin-right: 15px;
}
.si-builder .builder-inner .builder-right {
  flex: 0 0 50%;
  max-width: 50%;
}

.si-option {
  padding-top: 100px;
  padding-bottom: 250px;
  position: relative;
}
.si-option .option1 {
  position: absolute;
  top: 38%;
  left: 110px;
  -webkit-animation: j__pi 5s infinite;
  animation: j__pi 5s infinite;
}
.si-option .option2 {
  position: absolute;
  top: 61%;
  left: 75px;
}
.si-option .option3 {
  position: absolute;
  top: 43%;
  right: 200px;
}
.si-option .option4 {
  position: absolute;
  top: 58%;
  right: 100px;
  -webkit-animation: k__pi 4s infinite;
  animation: k__pi 4s infinite;
}
.si-option .option-img {
  text-align: center;
  margin: 70px auto 0;
  max-width: 1000px;
}
@keyframes k__pi {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
/*----------------------------------------
    # Footer Section CSS
----------------------------------------*/
footer {
  background: url("assets/images/footer-banner.jpg") center center / cover no-repeat;
  color: #fff;
  position: relative;
  box-shadow: 12px 0px 33px #1810100d;
}
footer .shap1 {
  position: absolute;
  top: -50px;
  left: 100px;
  -webkit-animation: p__pi 4s infinite;
  animation: p__pi 4s infinite;
}
footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  padding-top: 120px;
  padding-bottom: 90px;
}
footer .footer-top li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
footer .footer-top li .inner-area {
  text-align: center;
  margin-right: 31px;
  padding: 26px;
  box-shadow: #1810100d 12px 0px 33px;
}
footer .footer-top li .inner-area.margin-r-0 {
  margin-right: 0;
}
footer .footer-top li .inner-area img {
  width: 70px;
}
footer .footer-top li .inner-area{
  text-align: center;
  margin-right: 31px;
  padding: 45px;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #1e1e1e 100%);
  border: 1px solid #1E1E1E;
  border-radius: 15px;
  cursor: pointer;
  transition: all .3s;
}
footer .footer-top li .inner-area .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}
footer .footer-top li .inner-area .des {
  max-width: 300px;
  margin: 20px auto 10px;
  font-size: 16px;
  color: #5d666f;
}
footer .footer-top li .inner-area a {
  color: #5d666f;
}
footer .footer-top li .inner-area a svg {
  width: 20px;
  position: relative;
  top: 8px;
}
footer .footer-top li .inner-area a:hover {
  color: var(--theme-color);
}
footer .footer-top li .inner-area a:hover svg {
  color: var(--theme-color);
}
footer .footer-btm {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
footer .footer-btm .shap2 {
  position: absolute;
  top: 150px;
  left: 200px;
  -webkit-animation: rotate-center 9000ms linear 500ms infinite both;
  animation: rotate-center 9000ms linear 500ms infinite both;
}
footer .footer-btm .shap3 {
  position: absolute;
  top: -50px;
  right: 50px;
  -webkit-animation: j__pi 5s infinite;
  animation: j__pi 5s infinite;
}
footer .footer-btm h2 {
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  margin: 0 0 15px;
}
footer .footer-btm p {
  font-size: 26px;
  max-width: 550px;
  margin: 0 auto 30px;
  line-height: 40px;
  color: #5d666f;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes j__pi {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes p__pi {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.builder-inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  padding-top: 90px;
}
.builder-inner .builder-left {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 20px;
  color: #777;
}
.builder-inner .builder-left p {
  line-height: 32px;
  max-width: 550px;
}
.builder-inner .builder-left ul {
  display: flex;
  flex-wrap: wrap;
}
.builder-inner .builder-left ul li {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  font-size: 20px;
  color: #ffffff;
}
.builder-inner .builder-left ul li svg {
  width: 18px;
  color: #fff;
  background: #4ca851;
  padding: 3px 6px 3px 7px;
  border-radius: 5px;
  margin-right: 15px;
}
.builder-inner .builder-right {
  flex: 0 0 50%;
  max-width: 50%;
}
/*******************************************
    ScrollUp CSS Here 
*****************/
#siscrollUp {
  position: fixed;
  bottom: 40px;
  right: 15px;
  transition: all .5s ease;
  z-index: 99999;
  cursor: pointer;
  background: var(--theme-color);
  border-radius: 0 100% 100% 100%;
  padding: 6px;
  display: none;
}
#siscrollUp span {
  background: var(--theme-color);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all .5s ease;
  font-size: 22px;
  color: #ffffff;
  border-radius: 0 100% 100% 100%;
  text-align: center;
}
#siscrollUp span:before {
  transition: all .5s ease;
  display: block;
  margin: 0;
  transform: rotate(-50deg);
  font-size: 14px;
}
#siscrollUp:hover {
  transform: rotate(37deg);
}
/*******************************************
    Preloader CSS Here 
*****************/
#si__preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit- flex;
  display: -ms- flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.si__loader_logo {
  position: absolute;
}
.si__loader_logo img {
  position: relative;
  top: 5px;
  height: 35px;
}
#si__circle_loader {
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #465fe9;
  border-right-color: #465fe9;
  border-bottom-color: #d5eaff;
  border-left-color: #d5eaff;
  border-radius: 50%;
  -webkit-animation: spinLoader 2s linear infinite;
  animation: spinLoader 2s linear infinite;
}
@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*----------------------------------------
    # ScrollUp CSS
----------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  display: block;
  background-color: #ffffff;
  color: #ffffff;
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 4px;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover,
#scrollUp i:focus {
  background: var(--theme-color);
  color: #fff;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}
@media screen and (max-width: 1400px) {
  .si-option .option-img {
    max-width: 700px;
  }
  .si-option .option1 {
    left: 50px;
  }
  .si-option .option2 {
    left: 5px;
  }
  .si-option .option3 {
    right: 100px;
  }
  .si-option .option4 {
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .si-template .all-demos li,
  .si-template.si-click-demo .all-demos li {
    flex: 0 0 50%;
    max-width: 100%;
  }
  .si-header .menu-area .si-menu-area ul.nav-menu li {
    margin-right: 15px;
  }
  .si-features .all-features li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .si-features.plugins .all-features li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .builder-inner {
    display: block;
  }
  .builder-inner .builder-left,
  .builder-inner .builder-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .si-template.si-click-demo .all-demos li.laptop img.kye {
    bottom: -41px;
  }
  .si-template.si-click-demo .all-demos li.laptop img.kyes {
    bottom: -84px;
  }
  .si-option .option1,
  .si-option .option2,
  .si-option .option3,
  .si-option .option4 {
    display: none;
  }
  .si-fn-feature .inner-col,
  .si-fn-feature .inner-col3,
  .si-fn-feature .inner-col5 {
    padding-left: 0;
    display: block;
  }
  .si-fn-feature .inner-col4,
  .si-fn-feature .inner-col6,
  .si-fn-feature .inner-col2 {
    padding-left: 0;
  }
  .si-fn-feature .inner-col2 .si-col-half,
  .si-fn-feature .inner-col6 .si-col-half,
  .si-fn-feature .inner-col4 .si-col-half {
    order: 2;
  }
  .si-fn-feature .inner-col6 .si-col-half.col-half-right,
  .si-fn-feature .inner-col2 .si-col-half.col-half-right,
  .si-fn-feature .inner-col4 .si-col-half.col-half-right {
    order: 1;
    padding: 0 0 30px;
  }
  .si-fn-feature .inner-col4,
  .si-fn-feature .inner-col3,
  .si-fn-feature .inner-col6 {
    padding-top: 0;
  }
  .si-fn-feature .inner-col3 .si-col-half,
  .si-fn-feature .inner-col3 .si-col-half.col-half-right,
  .si-fn-feature .inner-col4 .si-col-half,
  .si-fn-feature .inner-col4 .si-col-half.col-half-right,
  .si-fn-feature .inner-col5 .si-col-half,
  .si-fn-feature .inner-col5 .si-col-half.col-half-right,
  .si-fn-feature .inner-col6 .si-col-half,
  .si-fn-feature .inner-col6 .si-col-half.col-half-right,
  .si-fn-feature .inner-col .si-col-half,
  .si-fn-feature .inner-col2 .si-col-half,
  .si-fn-feature .inner-col2 .si-col-half.col-half-right,
  .si-fn-feature .inner-col .si-col-half.col-half-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .si-option {
    padding-bottom: 100px;
  }
  .si-fn-feature .inner-col .si-col-half,
  .si-fn-feature .inner-col2 .si-col-half,
  .si-fn-feature .inner-col3 .si-col-half,
  .si-fn-feature .inner-col4 .si-col-half,
  .si-fn-feature .inner-col5 .si-col-half,
  .si-fn-feature .inner-col6 .si-col-half {
    text-align: center;
    margin-bottom: 50px;
  }
  .si-fn-feature .inner-col6 .si-col-half .pl-50 {
    padding-left: 0;
  }
  .si-fn-feature .inner-col2 .si-col-half .pl-50 {
    padding-left: 0;
    margin-top: 0;
  }
  .si-fn-feature .inner-col .si-col-half p,
  .si-fn-feature .inner-col2 .si-col-half p,
  .si-fn-feature .inner-col3 .si-col-half p,
  .si-fn-feature .inner-col4 .si-col-half p,
  .si-fn-feature .inner-col5 .si-col-half p,
  .si-fn-feature .inner-col6 .si-col-half p {
    max-width: 100%;
  }
  .si-fn-feature .inner-col5 {
    padding-top: 0;
  }
  .si-fn-feature .inner-col4 .si-col-half .pl-50 {
    padding-left: 0;
  }
  footer .footer-btm .shap2 {
    left: 0px;
  }
  footer .footer-top li .inner-area .title {
    font-size: 18px;
  }
  footer .footer-btm h2 {
    font-size: 60px;
    line-height: 70px;
  }
  footer .footer-top {
    display: block;
    padding-bottom: 20px;
  }
  footer .footer-top li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 50px 0;
  }
  .si-fn-feature .inner-col5 .si-col-half.col-half-right img {
    padding-left: 0px;
  }
}
.si-btn.demo.documentation {
  margin-left: 15px;
  background: #1c2539 !important;
  color: #ffffff;
}
.si-btn.demo.documentation:hover {
  color: #ffecec !important;
  background: var(--theme-color) !important;
}
@media screen and (max-width: 767px) {
  .si-header .menu-area .si-menu-area ul.nav-menu li {
    margin-right: 10px;
  }
  .si-header .menu-area .si-menu-area {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
  .si-header .menu-area .si-menu-area .header-btn a {
    display: inline-block;
  }
  #onepage-menu {
    padding: 15px 0 26px;
  }
  .si-banner .banner-content {
    padding: 50px 0;
  }
  .si-banner .banner-content .si-title {
    font-size: 50px;
    line-height: 60px;
  }
  .si-banner .banner-content .si-title span {
    font-size: 40px;
    line-height: 50px;
  }
  .si-banner .banner-content .si-title span .design-word svg{
    width: 65%;
    right: 0;
    bottom: 0;
  }

  .si-banner .banner-content .si-title span span {
    display: inline-block;
  }
  .title-sec p br {
    display: none;
  }
  body .si-header.si-sticky {
    position: relative !important;
  }
  .title-sec h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .si-template .check-hor {
    display: block;
  }
  .si-template .all-demos li a {
    display: block;
    margin: 0;
  }
  .si-template .all-demos {
    display: block;
  }
  .si-template.si-click-demo {
    padding-bottom: 80px;
  }
  .si-template.si-click-demo {
    padding-bottom: 80px;
  }
  .si-template .all-demos li,
  .si-template.si-click-demo .all-demos li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .footer-btm .shap3,
  .si-template.si-click-demo .all-demos li.laptop img.kyes,
  .si-template.si-click-demo .all-demos li.laptop img.kye,
  footer .footer-btm .shap2 {
    display: none;
  }
  .si-blog .blog-img li:last-child img {
    margin-top: 45px;
  }
  .title-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .si-menu-area .si-btn.btn-primary {
    display: none;
  }
  footer .footer-top li .inner-area {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .si-banner .banner-content::before,
  .si-banner .banner-content::after {
    display: none;
  }
  .si-banner .banner-content p {
    font-size: 16px;
  }
  footer .footer-btm h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .si-features .all-features li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .si-features.plugins .all-features li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .si-btn.demo.documentation {
    display: none;
  }
  .si-header .menu-area .si-menu-area ul.nav-menu li:first-child a {
    padding-left: 0;
  }
  .si-features .all-features {
    display: block;
  }
  .si-features .all-features li div {
    margin: 25px 0;
  }
  .title-sec h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .title-sec p {
    font-size: 16px;
  }
  .builder-inner .builder-left ul {
    display: block;
  }
  .builder-inner .builder-left ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .si-banner .banner-content .wrapper{
    display: block;
  }
  .si-banner .banner-content .wrapper li{
    margin: 0;
  }
  .si-banner .banner-content .wrapper::after{
    display: none;
  }
}
@media(max-width:400px){
  .si-banner .banner-content .si-title {
    font-size: 30px;
    line-height: 42px;
    margin: 30px 0;
  }
  .si-banner .banner-content .si-title span {
    font-size: 24px;
    line-height: 35px;
  }
  .si-banner .banner-content .wrapper li {
    font-size: 18px;
  }
  .si-template .check-hor li{
    margin: 0;
  }

}
.si-btn.purchase {
  background: #ffffff;
  color: #00224D;
}
.si-btn.purchase::after {
  background: var(--theme-color);
}
.si-btn.purchase:hover {
  color: #FFFFFF;
}
.si-btn.contact {
  background: var(--theme-color) !important;
}
.si-btn.contact:hover {
  color: var(--theme-color);
  background: #ffecec;
}
.si-btn.demo {
  background: var(--theme-color);
}
.si-btn.demo:hover {
  background: #ffecec;
  color: var(--theme-color);
}
.si-bg-shape {
  position: relative;
  z-index: 1;
}
.si-bg-shape::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200e9 1.74%, #4200e5 100%);
  height: 310px;
  width: 310px;
  top: 0;
  left: 0;
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
  display: none;
}
.si-bg-shape::before {
  content: "";
  position: absolute;
  background: linear-gradient(95.66deg, #b16cea 0%, #ff504b 51.04%, #ffa84b 100%);
  height: 310px;
  width: 310px;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(100px);
}
.si-bg-shape-one {
  position: relative;
  z-index: 1;
}
.si-bg-shape-one::after {
  content: "";
  position: absolute;
  background: linear-gradient(96.11deg, #8200e9 1.74%, #4200e5 100%);
  height: 310px;
  width: 310px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(180px);
}
img.coming-soon {
  cursor: default;
}

.modal-sidebar-scroll {
  position: fixed;
  top: 50%;
  transform: translateY(-65%);
  text-align: center;
  z-index: 10;
  right: 0;
  left: auto;
}
.modal-sidebar-scroll ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 8px 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  background: var(--theme-color);
}
.modal-sidebar-scroll ul li {
  margin: 4px 0;
}
.modal-sidebar-scroll ul li::after {
  display: none;
}
.modal-sidebar-scroll ul li a {
  width: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
  position: relative;
}
.modal-sidebar-scroll ul li a span {
  position: absolute;
  background-color: #222;
  color: #fff;
  white-space: nowrap;
  padding: 0 12px;
  font-size: 13px;
  top: 0;
  right: 100%;
  margin-right: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear 0ms;
  -khtml-transition: all .3s linear 0ms;
  -moz-transition: all .3s linear 0ms;
  -ms-transition: all .3s linear 0ms;
  -o-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
}
.modal-sidebar-scroll ul li a .icon{
  width: 20px;
  margin: 0 auto;
}
.modal-sidebar-scroll ul li a span:before {
  content: '';
  border-color: #222;
  border-style: solid;
  border-color: transparent transparent transparent #222;
  border-width: 6px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-sidebar-scroll ul li a:hover {
  color: #fff;
}
.modal-sidebar-scroll ul li a:hover span {
  opacity: 1;
  visibility: visible;
}
.modal-sidebar-scroll ul li {
  margin-bottom: 7px;
  position: relative;
  cursor: pointer;
}
.modal-sidebar-scroll ul li::after {
  top: 5px;
  left: -19px;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  border: 8px solid transparent;
  border-right-color: #0C0A0A;
  opacity: 0;
}
.modal-sidebar-scroll ul li:last-child {
  margin-bottom: 0;
}
.modal-sidebar-scroll ul li a {
  transition: .3s;
}
.modal-sidebar-scroll ul li a span {
  display: none;
  right: -100px;
  transition: 3s;
  position: absolute;
  min-width: max-content;
  width: 100%;
  padding: 3px 5px;
  background: #0C0A0A;
  border-radius: 3px;
  transition: .3s;
  color: #fff !important;
}
.modal-sidebar-scroll ul li a svg {
  fill: #fff;
  height: 15px;
  width: 15px;
  stroke-width: 2px;
}
.modal-sidebar-scroll ul li:hover::after {
  opacity: 1;
}
.modal-sidebar-scroll ul li:hover a span {
  display: block;
  right: 36px;
}
img.demo-u {
  margin-left: auto;
  display: flex;
  margin-right: 100px;
}
.demo-title-area {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 50px;
}
.demo-title-area .title {
  margin-bottom: 0;
  font-size: 40px;
  color: #1c2539;
}
.demo-title-area .title span {
  font-style: italic;
  font-weight: 100;
  color: var(--theme-color);
  font-family: sans-serif;
}
.demo-title-area.second-row {
  margin-top: 20px;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.hero-image {
  position: relative;
  z-index: 2;
}
.hero-image img {
  max-width: 800px;
  margin-bottom: -9px;
}
.black{
  color: #000;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}
.container__custom {
  max-width: 1372px;
}
.si__header__menu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 2;
  padding: 33px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.si__logo img {
  width: 170px;
}
.si__menu ul li {
  display: inline;
}
.si__menu ul li a{
  color: #fff;
  font-size: 16px;
  margin-right: 33px;
}
.si__btn {
  text-align: right;
}
@media (max-width:991px){
  .si__header__menu{
    display: none;
  }
}
.btn__one {
  padding: 10px 37px;
  background: var(--theme-color);
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.6s;
  display: inline-block;
  margin: 0 !important;
}
.btn__two {
  padding: 7px 17px;
  background: var(--theme-color);
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.6s;
  display: inline-block;
  margin-left: 11px;
}
.si__btn__two a:hover{
  background: #000;
  color: #fff;
}
.si__btn__two {
  position: absolute;
  bottom: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  gap: 24px;
  transition: .5s;
  opacity: 0;
}
.image {
  position: relative;
}
.si-template .image:hover .si__btn__two{
  bottom: 0;
  opacity: 1;
}
.si-template .image:hover{
  transform: translateY(-5px);
}
.si__preview__box a span {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  transition: .6s;
}
.si__preview__box a span:hover{
  color: var(--theme-color);
}







