@import url(http://fonts.googleapis.com/css?family=Maven+Pro);
.tab-wrap {
	-webkit-transition: 0.3s box-shadow ease;
	transition: 0.3s box-shadow ease;
	border-radius: 6px;
	max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	position: relative;
	list-style: none;
	background-color: #fff;
	margin: 40px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
	display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 9;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tab:checked + label {
	background-color: #fff;
	box-shadow: 0 -1px 0 #fff inset;
	cursor: default;
}
.tab:checked + label:hover {
	box-shadow: 0 -1px 0 #fff inset;
	background-color: #fff;
}
.tab + label {
	width:100%;	  
	box-shadow: 0 -1px 0 #eee inset;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #333;
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	  -ms-flex-positive: 3;
		  flex-grow: 3;
	text-align: center;
	background-color: #f2f2f2;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
	text-align: center;
	-webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
	transition: 0.3s background-color ease, 0.3s box-shadow ease;
	height: 50px;
	box-sizing: border-box;
	padding: 15px;
}
@media (min-width:768px) {
		
	.tab + label {
		width:auto;
	}
}
.tab + label:hover {
	background-color: #f47818;
	box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
	padding: 40px 25px 30px 25px;
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	-webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
	border-radius: 6px;
	
}

/* Boring Styles */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.row.g-0 {
  margin-right: 0;
  margin-left: 0
}
.row.g-0 > * {
  padding-right: 0;
  padding-left: 0
}
.row.gutter-very-small {
  margin-left: -5px;
  margin-right: -5px
}
.row.gutter-very-small > * {
  padding-right: 5px;
  padding-left: 5px
}
.row.gutter-small {
  margin-left: -10px;
  margin-right: -10px
}
.row.gutter-small > * {
  padding-right: 10px;
  padding-left: 10px
}
.alt-font {
  font-family: var(--alt-font)
}
.primary-font {
  font-family: var(--primary-font)
}


.separator-title {
  position: relative;
  display: inline-block
}
.separator-title img {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 9px;
  z-index: -1
}
p:last-child {
  margin-bottom: 0
}
p span {
  font-weight: 500;
  color: var(--dark-gray)
}
p a {
  text-decoration: underline;
  color: var(--medium-gray)
}
p a:hover {
  text-decoration: none
}
a {
  text-decoration: none
}
em {
  font-family: playfair display, serif;
  font-style: italic;
  font-weight: 700
}
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  height: auto
}
.text-decoration-line {
  text-decoration: 1px solid
}
.fw-800 {
  font-weight: 800 !important
}
.fw-700 {
  font-weight: 700 !important
}
.fw-600 {
  font-weight: 600 !important
}
.fw-500 {
  font-weight: 500 !important
}
.w-85 {
  width: 85%
}
.w-75 {
  width: 75%
}
.mt-30px {
  margin-top: 30px
}
strong {
  font-weight: 700
}
.mb-15px {
  margin-bottom: 15px
}
.main-section {
  background-image: url(../images/demo-design-agency-vertical-line-bg.svg);
  position: relative;
  z-index: 2;
  background-position: center top
}
.bg-gradient-very-light-gray {
  background: linear-gradient(180deg, #F6F7FB 0%, rgba(246, 247, 251, 0) 100%)
}
.bg-light-gray {
  background-color: #f6f7fb
}
.marquee-slide {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative
}
.header-top-bar {
  padding: 6px 0 8px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .4s;
  z-index: 9;
  background: #fbe523
}
.header-top-bar .swiper-slide {
  width: auto !important
}
.header-top-bar .swiper-slide .content {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--dark-gray);
  text-transform: uppercase
}
.header-top-bar .swiper-slide .content i {
  color: var(--dark-gray);
  font-size: 16px;
  margin-right: 5px
}
header .navbar {
  padding: 0 60px;
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
  transition: .4s;
  background-color: #141416;
  z-index: 99
}
header .navbar-brand {
  margin-right: 0;
  vertical-align: middle;
  padding: 0px 0;
  display: inline-block;
  font-size: 0
}

header .navbar-brand .alt-logo, header .navbar-brand .mobile-logo {
  visibility: hidden;
  opacity: 0;
  width: 0
}

.navbar .navbar-nav:hover .nav-item a {
  opacity: .4
}

.navbar .navbar-nav a.nav-link:hover {
  opacity: 1
}
.navbar .navbar-nav .nav-link::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: .3s
}
.navbar .navbar-nav .nav-link:hover::before {
  width: 100%;
  opacity: 1
}
.header-button .btn {
  background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
  color: #fff;
  font-size: 13px;
  border: 0
}
.header-button .btn.btn-switch-text > span {
  padding: 15px 30px;
  min-height: 1px
}
.header-button .btn.btn-switch-text i {
  margin-left: 13px;
  border-left: 1px solid rgba(255, 255, 255, .3);
  padding-left: 13px;
  font-size: 16px
}
header.sticky .navbar {
  transform: translateY(-100%)
}
header.sticky.sticky-active .navbar {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
  outline: none
}
.btn {
  border: 0;
  box-shadow: none;
  border-radius: 60px;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: var(--alt-font);
  text-transform: uppercase;
  border: 2px solid transparent
}
.btn-white {
  background-color: #fff;
  color: #141416
}
.btn-black {
  background-color: #1c1c1c;
  color: #fff
}
.btn-black:hover {
  color: #fff
}
.btn-gradient {
  background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
  color: #fff;
  border: 0
}
.btn-gradient:hover {
  color: #fff
}
.btn-transparent-light-gray {
  border-color: rgba(255, 255, 255, .2);
  color: #fff
}
.btn-transparent-light-gray:hover {
  background-color: transparent;
  color: #fff
}
.btn.btn-switch-text > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 14px 32px 16px;
  min-height: 54px
}
.btn.btn-switch-text .btn-double-text {
  transition: opacity .65s, transform .85s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1)
}
.btn.btn-switch-text .btn-double-text:before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity .5s, transform .8s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1)
}
.btn.btn-switch-text:hover .btn-double-text {
  transform: translateY(-200%)
}
.btn.btn-switch-text:hover .btn-double-text:before {
  transform: translate(-50%, 150%);
  opacity: 1
}
.btn i, .btn img {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-left: 6px
}
.btn.left-icon i {
  margin-right: 8px;
  margin-left: 0;
  font-size: 20px
}
.btn.left-icon img {
  margin-right: 10px
}
.btn.btn-medium {
  font-size: 13px;
  line-height: 16px
}
.btn.btn-medium.btn-switch-text > span {
  padding: 12px 30px;
  min-height: 47px
}
.btn-medium.left-icon i {
  font-size: 22px;
  margin-right: 5px;
  top: 0
}
.btn.btn-big {
  font-size: 18px;
  line-height: 30px
}
.btn.btn-big.btn-switch-text > span {
  padding: 10px 50px;
  min-height: 74px
}
.hero-section {
  background-size: cover;
  background-position: center bottom -100px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  padding: 145px 0;
  position: relative;
  background-color: #141416
}
.bg-overlay, .bg-overlay-light, .bg-overlay-slider-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 220px;
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.07) 52.22%, rgba(0, 0, 0, 0) 75.56%);
  opacity: .7;
  z-index: 9
}
.bg-overlay-light {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  opacity: 1;
  height: 280px;
  bottom: 50px
}
.bg-overlay-slider-bottom {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14.87%, rgba(255, 255, 255, 0.831169) 55.17%, #FFFFFF 75.13%);
  opacity: 1;
  height: 400px
}
.hero-section h1 {
  font-size: 57px;
  line-height: 60px;
  font-weight: 500;
  color: #fff;
  width: 85%
}
.hero-section h1 span {
  font-weight: 700
}
.hero-section p {
  color: #fff;
  opacity: .6;
  width: 65%;
  margin: 0 auto;
  font-family: var(--alt-font);
  font-weight: 300
}
.banner-btn {
  margin-top: 35px
}
.banner-btn .btn {
  margin: 0 5px
}
.right-img {
  position: absolute;
  right: 6%;
  top: 33%
}
.features-templates .title-content {
  margin-bottom: 70px
}
.features-templates .title-content span {
  -webkit-text-fill-color: inherit;
  color: var(--dark-gray);
  background: 0 0
}
.title-content {
  margin-bottom: 0
}
.title-content p {
  width: 90%;
  font-size: 18px;
  line-height: 30px
}
.template-box-style-01 {
  margin-bottom: 50px
}
.template-box-style-01 .row {
  margin-bottom: 30px
}
.template-box-style-01 .row:last-child {
  margin-bottom: 0
}
.template-box-style-01 .box-style {
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  display: flex;
  align-items: center
}
.template-box-style-01 .box-style-01 {
  padding-left: 50px
}
.template-box-style-01 .box-style-01 .content-box {
  width: 200px
}
.template-box-style-01 .box-style-01 .title {
  font-size: 48px;
  color: var(--dark-gray);
  font-family: var(--alt-font);
  font-weight: 800;
  line-height: 58px;
  letter-spacing: -2px
}
.template-box-style-01 .box-style-01 .sub-title {
  color: var(--dark-gray);
  font-family: var(--alt-font);
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 17px
}
.template-box-style-01 .box-style-01 .btn {
  font-size: 11px;
  font-weight: 600
}
.template-box-style-01 .box-style-01 .btn.btn-switch-text > span {
  padding: 5px 25px;
  min-height: 36px
}
.template-box-style-01 .box-style-02 {
  padding: 35px;
  align-items: end;
  position: relative
}
.template-box-style-01 .box-style-02 .img {
  position: absolute;
  right: 0;
  bottom: 0
}
.template-box-style-01 .box-style-02 .content-box {
  width: 160px;
  position: relative
}
.template-box-style-01 .box-style-02 .sub-title {
  font-size: 20px;
  color: #fff;
  font-family: var(--alt-font);
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px
}
.template-box-style-01 .box-style-02 p {
  font-size: 14px;
  font-family: var(--alt-font);
  line-height: 22px;
  color: #fff;
  opacity: .5
}
.template-box-style-01 .box-style-03 {
  padding: 47px;
  align-items: center;
  text-align: center;
  justify-content: center
}
.template-box-style-01 .box-style-03 .logo {
  margin-bottom: 10px
}
.template-box-style-01 .box-style-03 .sub-title {
  font-size: 16px;
  color: var(--dark-gray);
  font-family: var(--alt-font);
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px
}
.template-box-style-01 .box-style-03 .logo-small {
  width: 15px;
  margin-right: 5px
}
.template-box-style-01 .box-style-04 .content-box {
  width: 240px;
  position: relative
}
.template-box-style-01 .box-style-04 {
  padding: 35px;
  align-items: center
}
.template-box-style-01 .box-style-04 .sub-title {
  font-size: 22px;
  color: #fff;
  font-family: var(--alt-font);
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px
}
.template-box-style-01 .box-style-04 p {
  font-size: 14px;
  font-family: var(--alt-font);
  line-height: 22px;
  color: #fff;
  opacity: .8;
  width: 90%
}
.template-box-style-01 .box-style-05 .content-box {
  width: 210px
}
.template-box-style-01 .box-style-05 {
  padding: 40px 25px;
  align-items: end;
  justify-content: center;
  text-align: center
}
.template-box-style-01 .box-style-05 .sub-title {
  font-size: 18px;
  color: var(--dark-gray);
  font-family: var(--alt-font);
  font-weight: 600;
  line-height: 28px
}
.template-box-style-01 .box-style-05 p {
  font-size: 15px
}
.bottom-content img {
  display: inline-block;
  vertical-align: middle
}
.bottom-content .lable-trust {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: #fae209;
  border-radius: 40px;
  font-weight: 800;
  font-size: 12px;
  line-height: 23px;
  font-family: var(--alt-font);
  text-transform: uppercase;
  color: var(--dark-gray);
  padding: 3px 15px
}
.bottom-content .sub-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: var(--alt-font);
  font-weight: 400;
  color: var(--dark-gray);
  line-height: 32px
}
.bottom-content .light .sub-title {
  color: #fff
}
.bottom-content .light .icon {
  font-size: 28px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle
}
.bottom-content .sub-title .text-decoration-line {
  text-decoration: inherit;
  font-weight: 700;
  border-bottom: 2px solid
}
.bottom-content .left-icon {
  height: 26px;
  margin-right: 5px
}
.bottom-content .border-box {
  border: 1px solid rgba(127, 127, 138, .2);
  border-radius: 60px;
  padding: 13px 35px;
  display: inline-block;
  margin-top: 30px
}
.section-title {
  margin-bottom: 60px
}
.section-title h2 {
  margin-bottom: 0
}
.section-title p {
  width: 90%;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 30px
}
.big-title {
  font-weight: 800;
  font-size: 200px;
  line-height: 170px;
  background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--alt-font);
  letter-spacing: -8px
}
.video-section {
  position: relative;
  overflow: hidden
}
.video-section .video-slider {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%
}
.video-section .video-slider .slider-bg {
  margin-left: -3vw;
  margin-right: -3vw;
  background: linear-gradient(94.13deg, #DB148A 1.13%, rgb(255 80 34/85%) 48.61%, rgba(251, 135, 61, 0.15) 99.15%);
  transform: rotate(12.19deg)
}
.video-section .swiper-slide .content {
  font-weight: 700;
  font-size: 138px;
  line-height: 208px;
  font-family: var(--alt-font);
  letter-spacing: -5px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase
}
.video-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  font-size: 35px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 5px 5px 100px rgba(89, 101, 124, .55);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -60px;
  transition: all .5s ease;
  will-change: transform
}
.video-icon i {
  color: var(--dark-gray);
  margin-left: 5px
}
.video-icon:hover {
  transform: scale(1.1)
}
.video-bg {
  position: relative;
  text-align: center;
  margin-bottom: 60px
}
.video-bg img {
  box-shadow: 0 0 100px rgba(0, 0, 0, .13);
  border-radius: 10px
}
.mfp-iframe-holder .mfp-content {
  max-width: 1050px
}
.mfp-bg {
  opacity: .9
}
.feature-box-style {
  flex-flow: row wrap;
  display: flex;
  align-items: center;
  justify-content: center
}
.feature-box-style .feature-box-icon {
  margin-right: 10px;
  color: var(--dark-gray);
  font-size: 26px
}
.feature-box-style .feature-box-content {
  font-size: 16px;
  font-family: var(--alt-font);
  font-weight: 600;
  color: var(--dark-gray);
  line-height: 28px;
  margin-right: 25px
}
.right-logo {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 100px;
  top: -75px
}
.right-logo .animation-rotation {
  -webkit-animation: rotation 8s infinite linear
}
.right-logo .animation-02 {
  left: 0;
  top: 0;
  position: absolute
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(359deg)
  }
}
.demo-list-style {
  padding: 0 100px
}
.demo-list-style > .col {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px
}
.demo-list-style .list-box .overlay-tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  content: ""
}
.demo-list-style .list-box {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 50px rgba(0, 0, 0, .1);
  border-radius: 12px;
  position: relative;
  transition: .3s
}
.demo-list-style .list-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 70px rgba(0, 0, 0, .25)
}
.demo-list-style .list-box img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px
}
.demo-list-style .list-box .title {
  font-weight: 700;
  font-family: var(--alt-font);
  color: var(--dark-gray)
}
.demo-list-style .list-content {
  padding: 12px 15px
}
.demo-list-style .list-box p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  font-family: var(--alt-font)
}
.demo-lable .lable-new, .demo-lable .lable-free {
  border-radius: 40px;
  font-weight: 700;
  font-size: 11px;
  line-height: 24px;
  font-family: var(--alt-font);
  text-transform: uppercase;
  padding: 7px 15px
}
.demo-lable .lable-new {
  background: #ffe3e1;
  color: #ec5b54
}
.demo-lable .lable-free {
  background: #daf3e4;
  color: #329f5c;
  margin-left: 3px
}
.customers {
  margin-top: 30px
}
.pricing-table {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 34px rgba(0, 0, 0, .15);
  margin-bottom: 20px;
  display: block;
  position: relative
}
.pricing-table-list {
  height: 700px;
  overflow: hidden;
  transition: height .15s ease-out
}
.pricing-table.show-full .pricing-table-list {
  height: auto;
  transition: height .25s ease-in
}
.pricing-table ul {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 5px;
  overflow: hidden
}
.pricing-table ul:nth-child(even) {
  background-color: #fff
}
.pricing-table ul.title {
  font-weight: 600;
  font-family: var(--alt-font)
}
.pricing-table ul.title li {
  background-color: #eeeeef;
  color: var(--dark-gray) !important
}
.pricing-table ul li {
  flex: 1;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  padding: 15px 0
}
.pricing-table ul li i {
  margin-right: 5px
}
.pricing-table ul li:last-child {
  border-right: 0;
  color: #329f5c
}
.pricing-table ul.last {
  background-color: var(--dark-gray)
}
.pricing-table ul.last li {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 22px;
  border-color: rgba(228, 228, 228, .2);
  padding: 18px 0 20px
}
.pricing-table ul.last li span {
  display: block;
  font-size: 15px;
  color: #7f7f8a;
  font-weight: 400
}
.pricing-table ul.last li:last-child {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  background: linear-gradient(269.34deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA1343 100%)
}
.pricing-table ul.last li:last-child span {
  color: #fff
}
.pricing-table-more {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 70%);
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all .3s;
  z-index: 11;
  position: absolute;
  width: 100%;
  bottom: 116px;
  left: 0
}
.pricing-table-more .btn {
  box-shadow: 0 0 100px rgba(0, 0, 0, .35)
}
.pricing-table-more .btn i {
  margin-right: 6px;
  margin-left: 0;
  font-size: 20px;
  position: relative;
  display: flex;
  top: 0
}
.pricing-table.show-full .pricing-table-more {
  display: none
}
.text-slider {
  overflow: hidden;
  position: relative;
  padding: 0 0 50px
}
.text-slider .title {
  font-weight: 600;
  font-size: 150px;
  line-height: 230px;
  letter-spacing: -5px;
  background: linear-gradient(180deg, #e3e5eb 0%, rgba(246, 247, 251, 0) 132%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
.text-slider .swiper-slide {
  width: auto !important
}
.template-box-style-02 {
  padding: 0 40px 100px
}
.template-box-style-02 ul {
  display: flex;
  margin-bottom: 40px
}
.template-box-style-02 ul li {
  padding: 0 20px
}
.template-box-style-02 .content {
  text-align: center;
  padding: 0 30px;
  margin-top: auto
}
.template-box-style-02 .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: var(--dark-gray);
  font-family: var(--alt-font);
  margin-bottom: 5px
}
.template-box-style-02 .content p {
  width: 85%;
  margin: 0 auto
}
.template-box-style-02 .bg-box {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column
}
.template-box-style-02 .box-style-01 {
  width: 30%
}
.template-box-style-02 .box-style-01 .bg-box {
  background-color: #f6f7fb;
  padding: 0 0 45px
}
.template-box-style-02 .box-style-02 {
  width: 34%
}
.template-box-style-02 .box-style-02 .bg-box {
  background-color: #fceee5;
  padding: 0 0 45px
}
.template-box-style-02 .box-style-03 {
  width: 36%;
  display: flex;
  flex-wrap: wrap
}
.template-box-style-02 .box-style-03 .bg-box {
  background-color: #f6f7fb;
  align-items: center;
  flex-direction: inherit;
  width: 100%
}
.template-box-style-02 .box-style-03 .content {
  text-align: left;
  padding: 0;
  margin: 0
}
.template-box-style-02 .box-style-03 .content p {
  margin: 0;
  width: 90%
}
.template-box-style-02 .box-style-03 .bg-box-01 {
  margin-top: 0;
  height: 47%
}
.template-box-style-02 .box-style-03 .bg-box-02 {
  height: 47%;
  margin-top: auto
}
.template-box-style-02 .box-style-03 .bg-box-02 .content {
  padding-left: 60px
}
.template-box-style-02 .box-style-03 .bg-box-02 .content p {
  width: 100%
}
.template-box-style-02 .box-style-04 {
  width: 34%
}
.template-box-style-02 .box-style-04 .bg-box {
  background: #eef5f0;
  padding: 0 0 45px
}
.template-box-style-02 .box-style-04 .content p {
  width: 60%
}
.template-box-style-02 .box-style-05 {
  width: 33%;
  display: flex;
  flex-wrap: wrap
}
.template-box-style-02 .box-style-05 .bg-box {
  background-color: #f6f7fb;
  align-items: center;
  flex-direction: inherit;
  width: 100%
}
.template-box-style-02 .box-style-05 .content {
  text-align: left;
  padding: 0;
  margin: 0
}
.template-box-style-02 .box-style-05 .content p {
  margin: 0;
  width: 95%
}
.template-box-style-02 .box-style-05 .bg-box-01 {
  margin-top: 0;
  height: 31%
}
.template-box-style-02 .box-style-05 .bg-box-02 {
  height: 31%;
  margin: auto
}
.template-box-style-02 .box-style-05 .bg-box-03 {
  height: 31%;
  margin-top: auto
}
.template-box-style-02 .box-style-06 {
  width: 34%
}
.template-box-style-02 .box-style-06 .bg-box {
  background-color: #f6f7fb;
  padding: 0 0 45px
}
.template-box-style-02 .box-style-06 .content p {
  width: 65%
}
.template-box-style-02 .box-style-07 {
  width: 31%
}
.template-box-style-02 .box-style-07 .bg-box {
  background-color: #f6f7fb;
  padding: 0 0 45px
}
.template-box-style-02 .box-style-07 .content p {
  width: 60%
}
.template-box-style-02 .box-style-08 {
  width: 26%;
  display: flex;
  flex-wrap: wrap
}
.template-box-style-02 .box-style-08 .bg-box {
  background-color: #f6f7fb;
  align-items: center;
  width: 100%;
  padding: 0 0 45px
}
.template-box-style-02 .box-style-08 .content p {
  margin: 0 auto;
  width: 75%
}
.template-box-style-02 .box-style-08 .bg-box-01 {
  margin-top: 0;
  height: 47%
}
.template-box-style-02 .box-style-08 .bg-box-02 {
  height: 47%;
  margin-top: auto
}
.box-marquee-slide {
  width: 100%
}
.box-marquee-slide .swiper-slide {
  width: auto !important
}
.box-marquee-slide {
  margin-top: 50px
}
.box-marquee-slide .box-marquee {
  margin: 0 -5vw;
  transform: rotate(351deg);
  background-color: var(--dark-gray);
  padding: 11px 0
}
.box-marquee-slide .content {
  color: #fff;
  font-family: var(--alt-font)
}
.box-marquee-slide .content span {
  height: 30px;
  position: absolute;
  right: -12px;
  width: auto;
  font-size: 22px
}
.template-box-style-02 .box-style-09 {
  width: 43%
}
.template-box-style-02 .box-style-09 .bg-box {
  background-color: #fff1f0;
  padding: 0 0 45px
}
.template-box-style-02 .box-style-09 .content p {
  width: 60%
}
.slider-section {
  overflow: hidden
}
.outside-box-lr-10 {
  margin-left: -10vw;
  margin-right: -10vw
}
.outside-box-lr-15 {
  margin-left: -15vw;
  margin-right: -15vw
}
.slider-section .title-content {
  margin-bottom: 80px
}
.slider-top-img {
  position: absolute;
  right: 50px;
  bottom: -80px
}
.slider-section .dark-inner-content h2, .slider-section .dark-inner-content h3 {
  color: #fff
}
.slider-section .dark-inner-content {
  background-color: #090914;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 100px 0;
  position: relative
}
.slider-section .bottom-inner-content {
  background-color: #fadc09;
  padding: 10px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center
}
.slider-section .bottom-inner-content .sub-title {
  font-size: 16px;
  font-weight: 600
}
.bottom-content .lable-new {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: var(--dark-gray);
  border-radius: 40px;
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  font-family: var(--alt-font);
  text-transform: uppercase;
  color: #fff;
  padding: 3px 15px
}
.product-list-style .product-content {
  width: 100%;
  display: inline-block;
  text-align: center
}
.product-list-style .product-content .title {
  font-weight: 500;
  font-family: var(--alt-font);
  color: #fff
}
.slider-section .swiper {
  padding: 0 80px;
  margin-bottom: 50px
}
.slider-section .demo-style img {
  border-radius: 8px
}
.swiper.feather-shadow {
  mask-image: linear-gradient(to right, transparent 5%, #000000 40%, #000000 60%, transparent 95%);
  -webkit-mask-image: linear-gradient(to right, transparent 5%, #000000 40%, #000000 60%, transparent 95%)
}
.swiper.feather-shadow-dark {
  mask-image: linear-gradient(to right, transparent 8%, #000000 30%, #000000 70%, transparent 92%);
  -webkit-mask-image: linear-gradient(to right, transparent 8%, #000000 30%, #000000 70%, transparent 92%)
}
.slider-section .swiper-slide {
  text-align: center
}
.slider-section .light-inner-content {
  background: linear-gradient(180deg, rgba(246, 247, 251, 0) 0%, #F6F7FB 100%);
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 90px 0;
  position: relative
}
.slider-section .swiper-slider-light {
  padding: 60px 0;
  margin-bottom: 0
}
.slider-section .swiper-slider-light img {
  border-radius: 12px;
  box-shadow: 0 14px 50px rgba(89, 101, 124, .15)
}
.optimization-section {
  padding-bottom: 50px;
  padding-top: 0
}
.section-sub-title {
  font-family: var(--alt-font);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  color: var(--dark-gray)
}
.left-content p {
  margin-bottom: 25px;
  width: 90%
}
.right-box-img {
  box-shadow: 0 14px 50px rgba(89, 101, 124, .15);
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden
}
.bg-counter-box {
  background: #0a0a16;
  border-radius: 10px;
  margin-bottom: 30px
}
.bg-counter-box .counter-box {
  padding: 60px 70px 60px 90px
}
.bg-counter-box .counter-box h3 {
  color: #fff;
  width: 90%;
  letter-spacing: -1px
}
.bg-counter-box .counter-box p {
  width: 80%;
  margin-bottom: 40px
}
.bg-counter-box .counter-box .counter-title {
  background: linear-gradient(225deg, #FC8A3D -0.22%, #EB314D 49.89%, #DA138E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -4px;
  line-height: 60px;
  display: inline-block;
  font-family: var(--alt-font);
  margin-bottom: 12px
}
.bg-counter-box .counter-box .counter-sub-title {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: var(--alt-font);
  font-weight: 600;
  padding-top: 15px;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, .2);
  width: 100%;
  letter-spacing: 1px
}
.bg-counter-box .counter-box .counter-text {
  font-size: 15px;
  line-height: 18px;
  font-family: var(--alt-font);
  margin-top: 7px
}
.bg-counter-box .counter-box .counter-text span {
  border-radius: 3px;
  padding: 3px 8px;
  margin-right: 8px;
  background: #4caf50;
  color: #fff;
  font-size: 13px
}
.bg-counter-box .counter-box .counter-title-box {
  margin-bottom: 30px;
  padding: 30px 35px;
  background: rgba(235, 235, 235, .1);
  border-radius: 8px
}
.template-box-style-03 .bg-box {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f6f7fb;
  padding: 0 0 40px;
  position: relative
}
.template-box-style-03 > div {
  margin-bottom: 30px
}
.template-box-style-03 .content {
  text-align: center;
  padding: 0 30px;
  margin-top: auto
}
.template-box-style-03 .content .title {
  font-weight: 600;
  color: var(--dark-gray);
  font-family: var(--alt-font);
  margin-bottom: 5px
}
.template-box-style-03 .content p {
  width: 90%;
  margin: 0 auto
}
.template-box-style-03 .box-style-02 .content p {
  width: 100%
}
.template-box-style-03 .box-style-04 .bg-box {
  background-color: #f9f1ec
}
.template-box-style-03 .box-style-04 .content p {
  width: 55%
}
.template-box-style-03 .box-style-05 .content p {
  width: 75%
}
.template-box-style-03 .box-style-07 .content p {
  width: 100%
}
.template-box-style-03 .box-style-10 .content p {
  width: 75%
}
.template-box-style-03 .box-style-11 .content p {
  width: 100%
}
.template-box-style-03 .box-style-11 .bg-box {
  background-color: #ebf4f4
}
.template-box-style-03 .box-style-12 .content p {
  width: 100%
}
.template-box-style-03 .box-style-12 .bg-box {
  background-color: #f3f4ee
}
.template-box-style-03 .box-style-13 .content p {
  width: 100%
}
.template-box-style-03 .box-style-14 .content p {
  width: 100%
}
.template-box-style-03 .box-style-15 .content p {
  width: 100%
}
.template-box-style-03 .box-style-16 .content p {
  width: 100%
}
.template-box-style-03 .box-style-17 .content p {
  width: 100%
}
.template-box-style-03 .box-style-18 .content p {
  width: 100%
}
.feature-box-slider .feature-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 40px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(89, 101, 124, .15);
  border-radius: 10px;
  font-family: var(--alt-font);
  color: var(--dark-gray);
  font-weight: 500
}
.feature-box-slider .swiper-slide {
  width: auto !important;
  padding-top: 15px;
  padding-bottom: 15px
}
.feature-box-slider .feature-box i {
  font-size: 20px;
  margin-right: 10px
}
.feature-box-section {
  padding: 80px 0
}
.feature-box-section .feature-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: var(--alt-font);
  font-size: 18px;
  line-height: 24px;
  color: var(--dark-gray);
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(20, 20, 22, .1)
}
.feature-box-section .feature-box span {
  padding-right: 50px
}
.feature-box-section .feature-box img {
  max-height: 42px;
  margin-right: 18px
}
.sections-design .sections-design-wrapper {
  margin-bottom: 40px
}
.sections-design .sections-design-number span {
  color: var(--dark-gray);
  font-weight: 500
}
.sections-design .sections-design-number span sup {
  margin-left: 7px;
  font-weight: 600;
  background: #e3e4eb;
  font-size: 11px;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 100px;
  line-height: 30px;
  position: relative;
  top: -10px
}
.mobile-video-wrapper-col {
  padding: 0 30px
}
.mobile-video-wrapper {
  width: 100%;
  border: 2px solid #e4e4e4;
  border-radius: 10px;
  padding: 10px
}
.mobile-video {
  border-radius: 6px;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}
.mobile-video video {
  max-width: 100%
}
.mobile-page-name {
  position: relative;
  bottom: 0;
  padding: 20px 0;
  background: var(--dark-gray);
  text-align: center;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500
}
}
@-webkit-keyframes footeranimatedgradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  to {
    background-position: 0 50%
  }
}
[data-anime] {
  opacity: 0;
  transition: none
}
[data-anime].appear {
  opacity: 1
}
[data-anime].btn {
  transition: none
}
[data-anime].anime-complete {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}
.magic-cursor {
  cursor: none
}
#ball-cursor {
  position: fixed;
  width: 100px;
  height: 100px;
  border: 0 !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .7);
  box-shadow: 0 0 50px rgba(0, 0, 0, .25);
  border-radius: 100%;
  opacity: 0 !important;
  overflow: hidden;
  transition: opacity .3s ease-in-out .1s;
  text-align: center
}
#ball-cursor:before, #ball-cursor:after {
  content: "Drag";
  color: var(--dark-gray);
  font-size: 13px;
  text-transform: uppercase;
  line-height: 100px;
  position: absolute;
  left: 0;
  font-weight: 600;
  font-family: var(--alt-font);
  top: 0;
  width: 100%;
  text-align: center;
  letter-spacing: .5
}
.magic-cursor-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  transition: opacity .2s ease-in-out .2s
}
.magic-cursor-wrapper.sliderhover #ball-cursor {
  opacity: 1 !important
}
.work-slider-mobile {
  display: none
}
.work-slider-mobile .swiper-slide img {
  border-radius: 6px
}
.section-work-block {
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 !important;
  background: #fff;
  background-image: url(../images/demo-design-agency-vertical-line-bg.svg);
  width: 100%;
  position: relative;
  z-index: 9999;
  background-position: center top
}
.section-work-block .full-screen {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: visible
}
.section-work-block .container-fluid {
  padding-left: 250px;
  padding-right: 0;
  overflow: hidden
}
.work-slide-container {
  width: auto;
  white-space: nowrap;
  line-height: 0;
  transition: transform .3s ease-out 0s !important;
  will-change: transform;
  display: flex
}
.work-slide-container .work-info {
  position: relative;
  overflow: hidden;
  margin: 0 35px 0 0;
  width: 650px !important;
  display: inline-block;
  font-size: 0
}
.work-slide-container .work-info img {
  width: 100%;
  border-radius: 10px
}
.work-slide-container .work-info.work-info-03 {
  width: 945px !important
}
.work-slide-container .work-info.work-info-05 {
  width: 773px !important
}
.work-slide-container .work-info.work-info-07 {
  width: 1301px !important
}
.vertical-title-center {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 18%, rgb(255 255 255/0%) 100%);
  z-index: 9;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 200px 0 0
}
.vertical-title-center::before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 18%, rgb(255 255 255/0%) 100%);
  height: 100%;
  width: 500px;
  position: absolute;
  left: 0;
  top: 0
}
.vertical-title-center .title {
  transform: rotate(180deg);
  writing-mode: vertical-lr
}
.feather-icon{ 
	margin: 0 10px;
	width: 18px;


}
