/* @font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Light.woff2') format('woff2'),
       url('../fonts/Heebo-Light.woff') format('woff');
  font-style: normal;
  font-weight: 300; 
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Regular.woff2') format('woff2'),
       url('../fonts/Heebo-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;    
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Medium.woff2') format('woff2'),
       url('../fonts/Heebo-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;  
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-SemiBold.woff2') format('woff2'),
       url('../fonts/Heebo-SemiBold.woff') format('woff');
  font-style: normal;
  font-weight: 600;  
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Bold.woff2') format('woff2'),
       url('../fonts/Heebo-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;       
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-ExtraBold.woff2') format('woff2'),
       url('../fonts/Heebo-ExtraBold.woff') format('woff');
  font-style: normal;
  font-weight: 800;       
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Black.woff2') format('woff2'),
       url('../fonts/Heebo-Black.woff') format('woff');
  font-style: normal;
  font-weight: 900;       
} */

body {  
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  letter-spacing: 0.8px;
  overflow-x: hidden;
  line-height: 30px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {  
  font-weight: 500;
  color: #404040;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {  
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.section-title .title,.customize.main-icon-title-image .title {
  font-family: "Inter Tight", sans-serif;
  font-size: 42px;
  font-weight: 500;
  color: #404040;
  line-height: 54px;
}
.section-title .title .blue-color{
  color: #59b210;
}
.purchase-area .section-title .title .blue-color{
  color: #59b210;
  font-weight: 500;
}

.row.customize.main-icon-title-image .title-main {
	margin: 25px 0;
}
.row.customize.main-icon-title-image p {
	margin-bottom: 12px;
  position: relative;
  padding-inline-start: 32px;
}
.row.customize.main-icon-title-image p::after {
	content: "";
  background: url(../images/tick-mark.svg) no-repeat scroll center center;
  background-size: 14px;
  width: 20px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.row.customize.main-icon-title-image .main-icon-title-right-side {
	text-align: right;
	float: right;
}
.row.customize.main-icon-title-image .main-icon-title-left-side {
	margin-top: 100px;
}
.row.main-icon-title-image.demo-layout .demo-description .demo-text1 {
  font-family: "Inter Tight", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
}
.row.main-icon-title-image.demo-layout .demo-description .demo-text2 {
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.row.main-icon-title-image.demo-layout {
  background: none;
  padding-top: 70px;
  padding-bottom: 70px;
  float: none;
  width: 100%;
  display: inline-flex;
  vertical-align: middle;
  background-color: #ffffff;    
}
.row.main-icon-title-image.demo-layout .demo-description .main-btn {
  margin-top: 30px;
}
.row.main-icon-title-image.demo-layout .layout-count {
  font-weight: 700;
  font-size: 42px;
  color: #404040;
}
.demo-layout .demo-layout-image {
   text-align: center;   
   padding-bottom: 55px;
   position: relative;
}
.demo-layout .demo-layout-image .demo-layout-title {
  font-weight: 500;
  font-size: 18px;
  margin-top: 12px;
  color: #404040;
}
.demo-layout .demo-layout-image .main-button .main-btn {
  margin-top: 12px;
}
.demo-layout .demo-layout-image .main-button {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.demo-layout .demo-layout-image:hover .main-button {
  display: block;
}

.demo-layout .demo-layout-image a.layout-image{
  position: relative;
  overflow: hidden;
  height: 450px;  
  box-shadow: 0px 0px 18px 1px #efefef; 
}
.demo-layout .services-icons{
  display: flex;
  flex-direction: row;
  text-align: center;
  grid-gap: 10px;
  margin: 25px 0px;  
  line-height: 22px;
  justify-content: space-between;
}
.demo-layout .services-icons .icons .multi-icons{
  background-image: url('../images/multistore_icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px;  
  height: 60px;
  padding-top: 80px;  
}
.demo-layout .services-icons .icons .perfomance_icon{
  background-image: url('../images/perfomance_icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px;  
  height: 60px;
  padding-top: 80px;  
}
.demo-layout .services-icons .icons .responsive_icon{
  background-image: url('../images/responsive_icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px;  
  height: 60px;
  padding-top: 80px;  
}
.demo-layout .services-icons .icons .option_icon{
  background-image: url('../images/option_icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px;  
  height: 60px;
  padding-top: 80px;  
}
.demo-layout .services-icons .icons .multi-icons:hover{
  background-image: url('../images/multistore_icon_hover.svg');
}
.demo-layout .services-icons .icons .perfomance_icon:hover{
  background-image: url('../images/perfomance_icon_hover.svg');
}
.demo-layout .services-icons .icons .responsive_icon:hover{
  background-image: url('../images/responsive_icon_hover.svg');
}
.demo-layout .services-icons .icons .option_icon:hover{
  background-image: url('../images/option_icon_hover.svg');
}
.demo-layout .row.main-icon-title-right-side .col-md-12 {
  padding: 0;
}
.demo-layout .demo-layout-image img {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  transition: all 8s ease-out 0s;
  /* -webkit-transition: all 8s ease-out 0s; */
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
}
.demo-layout .demo-layout-image:hover img {
  top: -145px;
}
.demo-layout .single-demo-layout {
  display: grid;
  /* flex-direction: row; */
  grid-gap: 42px;
  margin-top: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.demo-layout .row.main-icon-title-right-side {
  float: none;
  width: 49%;
  left: 0 !important;
  padding-inline-start: 60px;
  display: inline-flex;
  align-content: center;
  align-self: center;  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-title .text {
  margin-top: 5px;
  width: 85%;
  display: inline-block;
  vertical-align: top;
}
.demo-layout .section-title .text {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .text {
    font-size: 16px;
  }
  .demo-layout .single-demo-layout {
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
  .section-title .text {
    font-size: 16px;
  }
  .demo-layout .single-demo-layout {
    grid-template-columns: 1fr;
}
}
.img-opt {
  opacity: 0.2;
}
.bg-img-com {
  background-color: #fff;
}
.carousel-header-right {
  float: none;
  width: 59%;
  text-align: left;
  color: #404040;
  display: inline-block;
  vertical-align: middle;  
}
.carousel-header-right .carousel-title {  
	font-size: 20px;
	font-weight: 400;
  margin-bottom: 10px;  
  color: #404040;
  margin-top: 15px;
}
.carousel-header-right .version span {
  background-color: #0961b3;
  color: #fff;
  font-weight: 400;
  border-radius: 15px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 2.5px;
}
.carousel-header-right .store-logo span {
  font-size: 50px;
  font-weight: 600;
  padding: 15px 0px;
  letter-spacing: 0px;
}
.carousel-header-right .carousel-title span.blue-color,
.row.main-icon-title-image.demo-layout .demo-description .demo-text1 span.blue-color,
.customize.main-icon-title-image .title span.blue-color{
  color: #0961b3;
}
.carousel-header-right .support-version {  
  margin-top: 35px;
  display: flex;
  align-items: center;
  position: relative;
}
.carousel-header-right .support-version .version-text{  
  font-family: "Inter Tight", sans-serif;
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 10px;
  color: #404040;
}
.carousel-header-right .support-version .version-text span{  
  font-size: 24px;
}
.carousel-header-right .support-version .support-image{
  margin-left: 10px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}

.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: #222 #222 #222;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #eee;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #eee;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.main-btn {
  display: inline-block;  
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
  padding: 8px 35px;  
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #59b210;
  cursor: pointer;
  border-radius: 5px;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: capitalize;  
}
a.main-btn:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .main-btn {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
  }
}

.rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .rounded-buttons ul li {
    margin-left: 0;
  }
}
.main-features-row .single-features .features-content:hover img, .single-features .features-content:hover .icon {
	transform: translateY(-8px);
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.main-features-row .single-features .features-content img, .single-features .features-content .icon {
  transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
}
.rounded-buttons ul li:first-child {
  margin-left: 0;
}

.rounded-buttons .main-btn {
  border-radius: 50px;
}

.main-button .main-btn {
  margin-top: 20px;
}
.carousel-header-right a.main-btn {
  background-color: #59b210;
  color: #fff;
}

.rounded-buttons .rounded-one {
  border-color: #38f9d7;
  color: #38f9d7;
}

.rounded-buttons .rounded-one:hover {
  background-color: rgba(56, 249, 215, 0.4);
}

.rounded-buttons .rounded-two {
  color: #fff;
  background-color: #38f9d7;
  border-color: #38f9d7;
}

.rounded-buttons .rounded-two:hover {
  background-color: rgba(56, 249, 215, 0.4);
  border-color: rgba(56, 249, 215, 0.4);
}

.rounded-buttons .rounded-three {
  overflow: hidden;
  line-height: 49px;
  background-color: #fff;
  background-size: 200% auto;
  color: #404040;
  border: 0;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.navbar-buttons {
  margin-top: 45px;
}
.row.main-icon-title-right-side {
	float: none;
	width: 50%;
	text-align: left;
	display: inline-block;
  vertical-align: top;
  margin-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-buttons .rounded-three {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-three {
    line-height: 44px;
  }
}

.rounded-buttons .rounded-three:hover {
  background-position: right center;
  background-color: #9bbab1;
  color: #fff;
}

.rounded-buttons .rounded-four {
  border-color: #38f9d7;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-four {
    padding-left: 40px;
  }
}

.rounded-buttons .rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-four span {
    left: 15px;
  }
}

.rounded-buttons .rounded-four:hover {
  color: #fff;
  background-color: #38f9d7;
}

.rounded-buttons .rounded-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.rounded-buttons .rounded-five {
  color: #fff;
  background-color: #38f9d7;
  border-color: #38f9d7;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-five {
    padding-left: 40px;
  }
}


.color-box-main {
  background: #fff;
  color: #404040;
  padding: 70px 0 70px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
}
.row.colorbox-main-title .presta-color {
  font-family: "Inter Tight", sans-serif;
  font-size: 42px;
  line-height: 54px;
  font-weight: 500;
  margin-top: 15px;
}
.color-box-main .container .color-box{
  justify-content: center;
  padding: 40px 0px;
}
.color-box-main .container .color-image{  
  padding: 10px 0px;  
}

.color-box-main .container .color-box .color-item{
  display: flex;  
}
.color-box-main .container .color-box .color-item .color{
  padding: 0px;
  margin: 0px 10px;
  border-radius: 25px;
  width: 75px;
  height: 30px;
  font-size: 0px;
}
.color-box-main .container .color-box .color-item .color.yellow{
  background-color: #59b210;
}
.color-box-main .container .color-box .color-item .color.blue{
  background-color: #6C75F0;
}
.color-box-main .container .color-box .color-item .color.black-green{
  background-color: #EBD109;
}
.color-box-main .container .color-box .color-item .color.light-green{
  background-color: #059473;
}
.color-box-main .container .color-box .color-item .color.pink{
  background-color: #158594;
}
.color-box-main .container .color-box .color-item .color.shade-green{
  background-color: #D62492;
}
.color-box-main .container .color-box .color-item .color.orange{
  background-color: #F0620C;
}
.color-box-main .container .color-box .color-item .color.black{
  background-color: #FF5252;
}
.color-box-main .container .color-box .color-item .color.grey{
  background-color: #333333;
}
.language-version-main {
  background: #fff;
  color: #404040;
  padding: 70px 0 70px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
}
.row.language-main-title .presta-version {
  font-family: "Inter Tight", sans-serif;
  font-size: 42px;
  line-height: 54px;
  font-weight: 500;
  margin-top: 15px;
}
.row.language-version-box .lang-item:last-child,
.row.language-version-box .lang-item:nth-child(5n + 5) {
  margin-inline-end: 0;
}
.row.language-version-box .lang-item {
  background: #f5f5f5;
  border-radius: 4px;
  width: 17%;
  margin: 0 35px 30px 0;
}
.row.language-version-box .lang-item .lang-box {
  display: inline-block;
  vertical-align: top;
}
.row.language-version-box {
  padding: 0 40px;
  margin-top: 52px;
}
.row.language-version-box .disc .text {
  font-weight: 400;
  line-height: 49px;
}
.row.language-version-box .lang-item .lang-box .lang-img1 {
  background: url(../images/English.png) no-repeat scroll center center;
}
.row.language-version-box .lang-item .lang-box .lang-img2 {
  background: url(../images/Arabic.png) no-repeat scroll center center;
}
.row.language-version-box .lang-item .lang-box .lang-img3 {
  background: url(../images/French.png) no-repeat scroll center center;
}
.row.language-version-box .lang-item .lang-box .lang-img4 {
  background: url(../images/Italian.png) no-repeat scroll center center;
}
.row.language-version-box .lang-item .lang-box .lang-img5 {
  background: url(../images/spanish.png) no-repeat scroll center center;
}
.row.language-version-box .lang-item .lang-box .lang-img6 {
  background: url(../images/spanish.png) no-repeat scroll center center;
}
.row.language-version-box .lang-item .lang-box .lang-img7 {
  background: url(../images/Portuguese.png) no-repeat scroll center center;
}
.row.language-version-box .lang-item .lang-box .lang-img8 {
  background: url(../images/German.png) no-repeat scroll center center;
}
.row.language-version-box .lang-item .lang-box .lang-img9 {
  background: url(../images/Russian.png) no-repeat scroll center center;
}
.row.language-version-box .lang-item .lang-box .lang-img10 {
  background: url(../images/Swedish.png) no-repeat scroll center center;
}
.row.language-version-box .lang-item .lang-box .image {
  height: 27px;
  position: relative;
  width: 27px;
  vertical-align: middle;
  margin-inline-end: 10px;
  display: inline-block;
}
.row.language-version-box .lang-item .lang-box {
  display: inline-block;
  vertical-align: middle;
}
.row.language-version-box .lang-item .lang-box .disc {
  display: inline-block;
  vertical-align: middle;
}
.rounded-buttons .rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-five span {
    left: 15px;
  }
}

.rounded-buttons .rounded-five:hover {
  color: #38f9d7;
  background-color: transparent;
}

.rounded-buttons .rounded-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

.rounded-buttons .rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(
    left,
    #43cae9 0%,
    #38f9d7 50%,
    #43cae9 100%
  );
  background: -o-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
  background: linear-gradient(to right, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-buttons .rounded-six {
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-six {
    padding-right: 40px;
    line-height: 44px;
  }
}

.rounded-buttons .rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .rounded-buttons .rounded-six span {
    right: 15px;
  }
}

.rounded-buttons .rounded-six:hover {
  background-position: right center;
}

.rounded-buttons .rounded-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}

@-webkit-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

.quick-start-area {
  position: relative;
  background-color: #1b1b1b;
  padding-top: 70px;
  padding-bottom: 70px;
}

.about-area .section-title .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 55px;
  color: #182121;
}

@media (max-width: 767px) {
  .quick-start-area .section-title .title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-start-content.section-title {
    margin: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .quick-start-area .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
  .quick-start-content.section-title {
    margin: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .quick-start-content.section-title {
    margin: 0;
    padding-bottom: 10px;
  }
}

.quick-start-area .section-title .text {
  font-size: 16px;
  line-height: 25px;
  color: #182121;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .quick-start-area .section-title .text {
    font-size: 16px;
  }
}

.single-quick-start .quick-start-icon img {
  width: 120px;
}

@media (max-width: 767px) {
  .single-quick-start .quick-start-icon img {
    width: 100px;
  }
}

.quick-start-content.section-title {
  padding-right: 8px;
}
.single-quick-start .quick-start-content {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .single-quick-start .quick-start-content {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-quick-start .quick-start-content {
    padding-left: 30px;
    padding-top: 0;
  }
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

.quick-start-area .quick-start-content .quick-title {
  color: #fff;
  padding-bottom: 20px;
}

.quick-start-area .quick-start-content .text {
  color: #fff;
}

.quick-start-area .video-header {
  background: url(../images/browser.png) no-repeat left top;
  padding-top: 43px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-start-area .video-header {
    padding-top: 36px;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-start-area .video-header {
    padding-top: 56px;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .quick-start-area .video-header {
    padding-top: 41px;
    background-size: contain;
  }
}

.quick-start-area .video-header .video-file {
  border: 4px solid #eee;
  border-top: none;
  outline: none;
  max-width: 100%;
  height: auto;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 991px) {
  .quick-start-area .video-header .video-file {
    width: 100%;
  }
}
.top-nav {  
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 99;
}
.header-area {  
  background: url(../images/mainbanner-bg.jpg) no-repeat bottom center;
  background-color: #f9f9f9;
}

@media (max-width: 991px) {
  .header-area {
    min-height: auto;
  }
}

.navbar-area {
  padding: 8px 0;  
  width: 100%;
  z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .navbar-area {
    padding: 10px 0;
  }
}

@media (max-width: 575px) {
  .navbar-area {
    padding: 5px 5px;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg {
    width: 100%;
    float: left;
  }

  .navbar-brand {
    float: left;
  }

  .navbar-toggler {
    float: right;
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .navbar-area .navbar-brand img {
    max-width: 170px;
  }
}
.navbar-area .navbar {
  position: relative;
  padding: 0;
  justify-content: center;
  text-align: center;
}

@media (max-width: 991px) {
  .navbar-area .navbar {
    text-align: left;
    justify-content: space-between;
  }
}

.navbar-area .navbar .navbar-collapse {
  justify-content: center;
}

.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 109%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    padding: 10px 16px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 108%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 16px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}

.navbar-area .navbar .navbar-nav {
  margin-right: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav {
    margin-right: 0;
  }
}

.navbar-area .navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 2px 20px;
  color: #404040;
  text-transform: capitalize;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 14px 0;
}
@media (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a:hover {
    color: #404040;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    border: 0;
    margin: 0;
    color: #182121;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    border: 0;
    margin: 0;
    color: #182121;
  }
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  right: 0;
  top: 100%;
  width: 260px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li {
  position: relative;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
  color: #182121;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 24px;
  position: relative;
  color: #182121;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
    display: none;
  }
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
  display: inline-block;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::before {
  display: none;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    padding-left: 30px;
  }
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
  color: #fff;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
  color: #fff;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::after {
  opacity: 1;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
  opacity: 1;
}

.navbar-area .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 11px;
  }
}

@media (max-width: 767px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 60px;
    top: 11px;
  }
}

.navbar-area .navbar .navbar-btn .menu-bar {
  font-size: 32px;
  position: relative;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-area.navbar-transparent {
  background: transparent;
}

.navbar-area.navbar-transparent .navbar .navbar-toggler .toggler-icon {
  background-color: #fff;
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
    color: #182121;
  }
}

@media (max-width: 767px) {
  .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
    color: #182121;
  }
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a::before {
  background-color: #38f9d7;
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item:hover a {
  color: #38f9d7;
}

.navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar {
  color: #fff;
}

.navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar:hover {
  color: #38f9d7;
}

.navbar-area.navbar-transparent.sticky {
  background-color: #fff;
}

.navbar-area.navbar-transparent.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #182121;
}

.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item a {
  color: #182121;
}

.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item:hover a {
  color: #38f9d7;
}

.navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar {
  color: #182121;
}

.navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar:hover {
  color: #38f9d7;
}

.navbar-area.navbar-transparent-2 {
  background: transparent;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-toggler .toggler-icon {
  background-color: #fff;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
  color: #182121;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
    color: #182121;
  }
}

@media (max-width: 767px) {
  .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
    color: #182121;
  }
}

.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a::before {
  background-color: #38f9d7;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item.active a,
.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item:hover a {
  color: #38f9d7;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-btn .menu-bar {
  color: #fff;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-btn .menu-bar:hover {
  color: #38f9d7;
}

.navbar-area.navbar-transparent-2.sticky {
  background-color: #fff;
}

.navbar-area.sticky {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 5px 0;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
animation: 0.9s ease 0s normal both 1 running fixedAnim;
-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
}

@-webkit-keyframes fixedAnim {
    0% {
      top: -100%;
    }
    100% {
      top: 0;
    }
  }

  @-moz-keyframes fixedAnim {
    0% {
      top: -100%;
    }
    100% {
      top: 0;
    }
  }

  @keyframes fixedAnim {
    0% {
      top: -100%;
    }
    100% {
      top: 0;
    }
  }

@media (max-width: 767px) {
  .navbar-area.sticky .navbar-brand {
    display: block;
  }
}

.sidebar-right {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #f4f6f7;
  height: 100%;
  width: 300px;
  padding-top: 80px;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-content .sidebar-logo img {
  width: 50%;
}

.sidebar-right.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 767px) {
  .sidebar-right {
    width: 250px;
  }
}

.sidebar-right .sidebar-close {
  position: absolute;
  top: 30px;
  left: 30px;
}

.sidebar-right .sidebar-close .close {
  font-size: 24px;
  color: #182121;
}

.sidebar-right .sidebar-content .sidebar-menu {
  margin-top: 40px;
}

.sidebar-right .sidebar-content .sidebar-menu ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 11px 16px;
  color: #182121;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 1px solid #cbced1;
  display: block;
}

.sidebar-right .sidebar-content .sidebar-menu ul li a:hover {
  color: #38f9d7;
}

.sidebar-right .sidebar-content .sidebar-social {
  margin-top: 30px;
}

.sidebar-right .sidebar-content .sidebar-social span {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 14px;
}

.sidebar-right .sidebar-content .sidebar-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.sidebar-right .sidebar-content .sidebar-social ul li a {
  font-size: 32px;
  color: #38f9d7;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.overlay-right {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}

.overlay-right.open {
  display: block;
}

.leaf1-bg {
  position: relative;
  overflow: visible;
}

.leaf-1 {
  position: absolute;
  top: -90px;
  right: 0;
}

.leaf2-bg {
  position: relative;
  overflow: visible;
}

.leaf-2 {
  position: absolute;
  top: -90px;
  left: 0;
}

@media (max-width: 767px) {
  .leaf1-bg,
  .leaf2-bg {
    display: none;
  }
}

.slider-area {
  padding-top: 0px;
}
.slider-area .bd-example .carousel .carousel-inner .carousel-item {
  position: relative;
  height: 560px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-item::before {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .carousel-item::before {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .carousel-item::before {
    height: 450px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .bd-example .carousel .carousel-inner .carousel-item {
    height: 680px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-header-right .support-version .version-text{font-size: 26px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .bd-example .carousel .carousel-inner .carousel-item {
    height: 450px;
  }
}

@media only screen and (max-width: 575px) {

}

.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 6;  
}
@media (max-width: 991px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-top-header {
    width: auto;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-top-header {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-top-header
    .layout-icon {
    background-size: 100%;
    width: 150px;
    height: 170px;
  }
}

.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-top-header
  .layout-disc {
  position: relative;
  float: left;
  margin: 15px 0 15px 30px;
  width: auto;
  text-align: left;
}

.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-top-header
  .layout-disc
  .layout-text {
  font-size: 37px;
  line-height: 49px;
  color: #182121;  
  font-weight: 500;
  text-align: left;
}

@media (max-width: 575px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-top-header
    .layout-disc
    .layout-text {
    font-size: 30px;
    line-height: 40px;
  }
}

.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-header {
  width: 100%;
  float: left;
  margin: 70px 0 0;
  text-align: center;
}
.navbar-brand-tags {
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header {
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header {
    margin: 40px 0 0;
  }
  .img-tags {
    width: 80%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header {
    margin: 50px 0 0;
  }
  .img-tags {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header {
    padding: 0 15px;
    margin: 30px 0;
  }
  .img-tags {
    width: 50%;
  }
  .navbar-brand-tags {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header {
    margin: 30px 0 0;
  }
}

.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-header
  .carousel-title {
  font-size: 38px;
  font-weight: 400;
  color: #fff;  
  width: 65%;
  margin: 0 auto;
  line-height: 55px;
  font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header
    .carousel-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header
    .carousel-title {
    font-size: 32px;
    width: 68%;
    line-height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header
    .carousel-title {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    width: 80%;
  }
}

@media (max-width: 767px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header
    .carousel-title {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    width: 82%;
  }
}
@media (max-width: 575px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header
    .carousel-title {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
  }
}

.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-btn
  li {
  display: inline-block;
  margin: 16px 8px 0;
}

@media (max-width: 767px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-btn
    li {
    margin: 16px 3px 0;
  }
}

.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-btn
  li
  a.rounded-three {
  border: 0;
}

.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-btn
  li
  a.rounded-one {
  border-color: #fff;
  color: #fff;
}

.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-btn
  li
  a.rounded-one:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.slider-area
  .bd-example
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-caption
  .carousel-header
  .carousel-title-2 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 29px;  
  width: 67%;
  margin: 10px auto 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header
    .carousel-title-2 {
    font-size: 18px;
    line-height: 30px;
    width: 72%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header
    .carousel-title-2 {
    font-size: 16px;
    line-height: 30px;
    width: 90%;
    margin: 20px auto 20px;
  }
}

@media (max-width: 767px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header
    .carousel-title-2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin: 25px auto 25px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-area
    .bd-example
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-caption
    .carousel-header
    .carousel-title-2 {
    font-size: 15px;
    line-height: 26px;
  }
}

.slider-area .bd-example .carousel .carousel-control-prev,
.slider-area .bd-example .carousel .carousel-control-next {
  top: 50%;
  width: auto;
  height: auto;
  font-size: 70px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  left: 0px;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .bd-example .carousel .carousel-control-prev,
  .slider-area .bd-example .carousel .carousel-control-next {
    left: 30px;
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .bd-example .carousel .carousel-control-prev,
  .slider-area .bd-example .carousel .carousel-control-next {
    left: 30px;
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .slider-area .bd-example .carousel .carousel-control-prev,
  .slider-area .bd-example .carousel .carousel-control-next {
    left: 20px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .bd-example .carousel .carousel-control-prev,
  .slider-area .bd-example .carousel .carousel-control-next {
    font-size: 34px;
  }
}

.slider-area .bd-example .carousel .carousel-control-next {
  right: 0px;
  left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .bd-example .carousel .carousel-control-next {
    right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .bd-example .carousel .carousel-control-next {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .slider-area .bd-example .carousel .carousel-control-next {
    right: 20px;
  }
}

.slider-area .bd-example .carousel .carousel-indicators {
  margin-bottom: 20px;
}

.slider-area .bd-example .carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  border: 0;
}

.slider-area .bd-example .carousel .carousel-indicators li.active {
  width: 16px;
  background-color: #fff;
  border-radius: 5px;
}

.slider-area .bd-example .carousel:hover .carousel-control-prev {
  left: 70px;
  opacity: 1;
}

.slider-area .bd-example .carousel:hover .carousel-control-next {
  right: 70px;
  opacity: 1;
}

.slider-3 {
  padding-top: 0px;
}

.slider-3 .bd-example .carousel .carousel-inner .carousel-item {
  height: 850px;
}
.main-features-row {
	margin: 0 -15px;
}
.col-md-6 {
	width: 32.33%;
	display: inline-block;
	vertical-align: top;
  margin-bottom: 50px;
  padding: 0px 14px;
}
.main-features-row {
	margin: 0 -15px;
}
#main-features .container {
	padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
    height: 550px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
    height: 650px;
  }
}

.slider-area .carousel-offer {
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .carousel-offer {
    padding-bottom: 30px;
  }
  .slider-area .carousel-offer img.slider-offer {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .slider-area .carousel-offer {
    display: none;
  }
}

.main-icon-title-image .main-icon-title-left-side {
  width: 50%;
  float: left;
  text-align: left;
}
.main-icon-title-image .main-icon-title-right-side .Templates {
  font-family: "Inter Tight", sans-serif;
  font-size: 42px;
  color: #404040;
  font-weight: 500;  
  line-height: 54px;  
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-icon-title-image .main-icon-title-left-side .Templates {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-icon-title-image .main-icon-title-left-side .Templates {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-icon-title-image .main-icon-title-left-side .Templates {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .main-icon-title-image .main-icon-title-left-side .Templates {
    font-size: 18px;
  }
}

.carousel-header-right .main-icon {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 48px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-header-right .main-icon {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .carousel-header-right .main-icon {
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .carousel-header-right .main-icon {
    padding: 0 15px;
    margin: 0;
  }
}

.carousel-header-right .main-icon .cms-icon {
  float: none;
  height: 75px;
  position: relative;
  width: auto;
  border: 0;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .carousel-header-right .main-icon .cms-icon {
    margin: 0 auto;
    float: none;
  }
}

.carousel-header-right .main-icon .icon-left1 {
  background: url(../images/superhero.png) no-repeat scroll center center;
}

.carousel-header-right .main-icon .icon-left2 {
  background: url(../images/best-rated.png) no-repeat scroll center center;
}

.carousel-header-right .main-icon .icon-left3 {
  background: url(../images/partner-creator.png) no-repeat scroll center center;
}

.carousel-header-right .main-icon .disc {
  position: relative;
  float: none;
  margin: 20px 0 0 0;
  width: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.carousel-header-left {
  float: none;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  padding-inline-start: 0px;
}
@media (max-width: 991px) {
  .main-icon-title-image .main-icon .disc {
    margin: 13px 0 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-icon-title-image .main-icon .disc {
    display: none;
  }
}

.carousel-header-right .main-icon .disc .text {
  color: #404040;
  font-size: 18px;
  font-weight: 400;  
  line-height: 24px;
  text-transform: capitalize;
}
.carousel-header-right .main-icon .col-sm-4.col-md-4.col-4:first-child {
	padding-inline-start: 0;
  max-width: 24%;
  padding-inline-end: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-icon-title-image .main-icon .disc .text {
    font-size: 14px;
  }
}

.performance-area {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .performance-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about-area .section-title .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 55px;
  color: #182121;
}

@media (max-width: 767px) {
  .performance-area .section-title .title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .performance-area .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

.performance-area .section-title .text {
  font-size: 20px;
  line-height: 25px;
  color: #182121;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .performance-area .section-title .text {
    font-size: 16px;
  }
}

.single-performance .performance-icon img {
  width: 120px;
}

@media (max-width: 767px) {
  .single-performance .performance-icon img {
    width: 100px;
  }
}

.single-performance .performance-content {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .single-performance .performance-content {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-performance .performance-content {
    padding-left: 30px;
    padding-top: 0;
  }
}

.single-performance .performance-content .performance-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #182121;
}

.single-performance .performance-content .text {
  font-size: 16px;
  color: #182121;
  margin-top: 16px;
}

.performance-area .speed-left {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .performance-area .speed-left {
    float: left;
    width: 100%;
  }
}

.performance-area .speed-right {
  float: right;
  padding: 8px 35px;
  text-align: left;
  width: 50%;
}

@media (max-width: 767px) {
  .performance-area .speed-right {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
}

.performance-area .speed-right .title {
  font-size: 20px;
  display: block;
}

.features-area {
  position: relative;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 1199px) {
  .features-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.features-area .section-title .text {
  margin-bottom: 30px;
}
#main-features {
	padding-bottom: 70px;
}
#main-features .features-content.media-body .text {
	padding: 0 10px;
}
@media (max-width: 575px) {
  .features-area .section-title .text {
    margin-bottom: 10px;
  }
}

.single-features .features-icon img {
  width: 120px;
}

@media (max-width: 767px) {
  .single-features .features-icon img {
    width: 100px;
  }
}

.single-features .features-content {
  padding: 15px 15px;
  text-align: center;    
  min-height: 340px;  
  border-radius: 5px;  
}
.features-list .single-features .features-content {
  
}
#main-features .features-content.media-body {
	padding: 0;
	border: none;
  background: #fff;
}
#main-features p.text.wow.fadeInUp {
	margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-features .features-content {
    min-height: 334px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-features .features-content {
    min-height: 290px;
  }
}

@media (max-width: 479px) {
  .single-features .features-content {
    min-height: 290px;
  }
}

.single-features .features-content .icon {
  padding-bottom: 25px;
}

.single-features .features-content .features-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.single-features .features-content .text { 
  margin-top: 5px;  
}

.features-area .row .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area .row .col-lg-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 991px) {
  .features-area .row .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  .features-area .row .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.responsive-area {
  position: relative; 
  padding-top: 25px;
  padding-bottom: 50px;
  
}
.cus-guide {
  background-color: #404040;
  color: #fff;
}
.cus-title {
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
}

@media (max-width: 1199px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .responsive-area .section-title .title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .responsive-area .section-title .title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .responsive-area .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

.responsive-area .section-title .text {
  line-height: 25px;
  margin-top: 20px;
  width: 90%;
  display: inline-block;
  vertical-align: top;
  }

@media (max-width: 767px) {
  .responsive-area .section-title .text {
    font-size: 16px;
  }
}

.single-responsive .responsive-icon img {
  width: 120px;
}

@media (max-width: 767px) {
  .single-responsive .responsive-icon img {
    width: 100px;
  }
}

.single-responsive .responsive-content {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .single-responsive .responsive-content {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-responsive .responsive-content {
    padding-left: 30px;
    padding-top: 0;
  }
}

.single-responsive .responsive-content .responsive-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #182121;
}

.single-responsive .responsive-content .text {
  font-size: 16px;
  color: #182121;
  margin-top: 16px;
}

.footer-footer {
  position: relative;
  float: left;
  width: 100%;
  background-color: #222222;  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-footer::before {
    /* height: 500px; */
  }
}
@media (max-width: 767px) {
  .footer-footer::before {
    /* height: 410px; */
  }
}
.purchase-area {  
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .purchase-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.purchase-area .section-title .title {  
  padding-bottom: 20px;
  color: #fff;    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .purchase-area .section-title .title {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .purchase-area .section-title .title {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .purchase-area .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

.purchase-area .section-title .text {
  font-size: 20px;
  line-height: 25px;
  color: #182121;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .purchase-area .section-title .text {
    font-size: 16px;
  }
}

.purchase-area .section-title .purchase-btn a {
  font-size: 15px;
  font-weight: 500;
  line-height: 44px;
  background: #9bbab1;
  padding: 0px 52px;
  color: #fff;
  border-radius: 50px;
}

.single-purchase .purchase-icon img {
  width: 120px;
}

@media (max-width: 767px) {
  .single-purchase .purchase-icon img {
    width: 100px;
  }
}

.single-responsive .responsive-content {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .single-purchase .purchase-content {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-purchase .purchase-content {
    padding-left: 30px;
    padding-top: 0;
  }
}

.single-purchase .purchase-content .purchase-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #182121;
}

.single-purchase .purchase-content .text {
  font-size: 16px;
  color: #182121;
  margin-top: 16px;
}

.about-area {
  position: relative;
  background-color: #f4f6f7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-area .section-title .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 55px;
  color: #182121;
}

@media (max-width: 767px) {
  .about-area .section-title .title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .section-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}

.about-area .section-title .text {
  font-size: 20px;
  line-height: 25px;
  color: #182121;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .about-area .section-title .text {
    font-size: 16px;
  }
}

.single-about .about-icon img {
  width: 120px;
}

@media (max-width: 767px) {
  .single-about .about-icon img {
    width: 100px;
  }
}

.single-about .about-content {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .single-about .about-content {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-about .about-content {
    padding-left: 30px;
    padding-top: 0;
  }
}

.single-about .about-content .about-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #182121;
}

.single-about .about-content .text {
  font-size: 16px;
  color: #182121;
  margin-top: 16px;
}
.main-icon-title-image {
  padding: 70px 0 70px;
  width: 100%;
  background-color: #fff;
  padding-left: 15px;
  margin: 0;
}
.main-customize .container,
.main-contactus .container{
  display: flex;
  align-items: center;
}
.row.customize.main-icon-title-image {
  padding-top: 0;
}
.offer-banner { 
  width: 100%;
  margin-bottom: 10px;
  padding-top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
  .main-icon-title-image {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-icon-title-image {
    padding: 65px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-icon-title-image {
    padding: 30px 0;
  }
  .language-version-main{padding: 10px 0 10px;}
}
@media (max-width: 767px) {
  .main-icon-title-image {
    padding: 70px 0;
    margin: 0;
  }
}
.demo-layout-menu ul li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 42px;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  margin: 0px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-layout-menu ul li {
    font-size: 14px;
    padding: 0 26px;
  }
}

@media (max-width: 767px) {
  .demo-layout-menu ul li {
    font-size: 14px;
    padding: 0 22px;
    line-height: 42px;
  }
}

.demo-layout-menu ul li::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
}

.demo-layout-menu ul li.active {
  color: #fff;
  border-radius: 50px;
  background: #090e11;
}

.demo-layout-menu ul li:hover::before,
.demo-layout-menu ul li.active::before {
  opacity: 1;
}

.demo-layout-menu ul li span {
  font-size: 13px;
}

@media (max-width: 1449px) {
  .col-md-6 {
    width: 33%;
  }
}

@media (max-width: 479px) {
  .carousel-header-right .main-icon{
    display: none;
  }
  .carousel-header-right .carousel-title{
    margin-bottom: 0;
  }
  .main-service-row .col-md-6, .main-service-row .col-md-6:last-child {
    width: 100%;
  }
  
}

.demo-layout-overlay.d-flex.align-items-center.justify-content-center {
  float: left;
  width: 100%;
  opacity: 0;
}
.demo-layout-content .demo-layout-text a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}
.comming-soon-btn {
  min-height: 105px;
}
.service-content .service-icon1 {
  background: url(../images/cart.svg) no-repeat scroll center center;
  background-size: 35px;
}
.service-content .service-icon2 {
  background: url(../images/aditional-modules.svg) no-repeat scroll center center;
  background-size: 46px;
}
.service-content .service-icon3 {
  background: url(../images/sloved-tickets.svg) no-repeat scroll center center;
  background-size: 44px;
}
.service-content .service-icon4 {
  background: url(../images/client.svg) no-repeat scroll center center;
  background-size: 44px;
}
.service-content .icon {
	height: 45px;
	width: 45px;
  display: inline-block;
  vertical-align: middle;
}
.service-right-part {
	display: inline-block;
	vertical-align: middle;
  padding-inline-start: 13px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;  
}
#main-service {	
  padding: 20px 0;
  background-color: #59b210;
}
.main-service-row .col-md-6 {
	width: 27%;
	padding: 0;
  margin-bottom: 0;
}
.main-service-row .col-md-6:last-child {
	width: 17%;
}
.main-service-row .single-service {
	margin: 0;
}
.main-service-row .col-md-6:last-child::after {
	display: none;
}
@media (max-width: 1249px) {
  .main-service-row .col-md-6 {
    width: 27%;
  }
  .main-service-row .col-md-6:last-child {
    width: 16%;
  }
}

.demo-layout-2 {
  background-color: #f4f6f7;
}

.testimonial-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f9fc;
}

@media (max-width: 1199px) {
  .testimonial-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .row.language-version-box .lang-item {
    width: 17.2%;
    margin: 0 30px 30px 0;
  }
}

.testimonial-2 {
  background-color: #fff;
}

.single-testimonial {
  padding: 0px;
}

.single-testimonial .testimonial-image img {
  width: 90px;
  border-radius: 50%;
  display: inline-block;
}

.single-testimonial .testimonial-content {
  padding: 40px 20px;
  border: 1px solid #ebebeb;
  background: #fff;
  min-height: 400px;
}

.single-testimonial .testimonial-content .text {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  min-height: 200px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
  min-height: 250px;
}

.single-testimonial .testimonial-content .author-name {
  font-size: 18px;
  font-weight: 500;
  color: #404040;
  margin-top: 24px;
  margin-bottom: 0px;
}

.single-testimonial .testimonial-content .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: #a4a4a4;
}

.single-testimonial .testimonial-content .icon i {
  color: #fdc204;
  font-size: 13px;
}

.testimonial-active-2 .slick-dots,
.testimonial-active .slick-dots {
  text-align: center;
}

.testimonial-active-2 .slick-dots li,
.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-active-2 .slick-dots li button,
.testimonial-active .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cbced1;
  border: 0;
  cursor: pointer;
}

.testimonial-active-2 .slick-dots li.slick-active button,
.testimonial-active .slick-dots li.slick-active button {
  background-color: #090e11;
}

.single-testimonial-4 {
  border: 2px solid #cbced1;
  padding: 25px 30px;
  border-radius: 8px;
  background-color: #fff;
}

.single-testimonial-4 .testimonial-author .author-image img {
  width: 80px;
  border-radius: 50%;
}

.single-testimonial-4 .testimonial-author .author-name {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .single-testimonial-4 .testimonial-author .author-name {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-testimonial-4 .testimonial-author .author-name {
    padding-left: 20px;
    padding-top: 0;
  }
}

.single-testimonial-4 .testimonial-author .author-name .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #182121;
}

.single-testimonial-4 .testimonial-author .author-name .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: #a4a4a4;
}

.single-testimonial-4 .testimonial-text {
  margin-top: 25px;
}

.single-testimonial-4 .testimonial-text .text {
  font-size: 14px;
  line-height: 24px;
  color: #182121;
}

.testimonial-active-4 .slick-dots {
  text-align: center;
  margin-top: 25px;
}

.testimonial-active-4 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-active-4 .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cbced1;
  border: 0;
  cursor: pointer;
}

.testimonial-active-4 .slick-dots li.slick-active button {
  background-color: #38f9d7;
}

.testimonial-area .section-title .text {
  color: #404040;
  padding: 0 140px;
}
@media (max-width: 1199px) {
  .testimonial-area .section-title .text {
    padding: 0 40px;
  }
  .carousel-header-right .main-icon .col-sm-4.col-md-4.col-4:first-child{
    padding: 0;
  }
  .main-icon-title-image .main-icon-title-right-side .Templates{
    font-size: 32px;
    line-height: 45px;
    margin-top: 30px;
  }
  .row.main-icon-title-image.demo-layout .demo-description .demo-text1{
    font-size: 37px;
    line-height: 42px;
  }
  .row.main-icon-title-right-side{
    padding-inline-start: 60px;
  }
  .carousel-header-right .main-icon{
    margin: 30px auto 0;
  }
  .main-service-row .col-md-6,.main-service-row .col-md-6:last-child {
    width: 49%;
    margin-bottom: 30px;
  }
  .customize.main-icon-title-image .title{
    font-size: 28px;
    line-height: 32px;
  }
  .row.customize.main-icon-title-image .title-main {
    margin: 15px 0;
  }
  .main-service-row .col-md-6::after{
    display: none;
  }
  #main-service {
    padding: 71px 0 40px;
  }
  .row.customize.main-icon-title-image .main-icon-title-left-side {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .section-title .text {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-area .section-title .text {
    padding: 0;
  }
}
.recommend-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .recommend-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.recommend-2 {
  background-color: #fff;
}

.single-recommend {
  padding: 0px;
  padding-bottom: 32px;
}

.single-recommend .recommend-img {  
  box-shadow: 0px 0px 8px 0px #e5e5e5;
  margin: 8px;
}

.single-recommend .recommend-img img {
  display: inline-block;  
}

.single-recommend .recommend-content {
  overflow: hidden;
}

.single-recommend .recommend-content .recommend-disc {
  width: 100%;
  float: left;
  margin-top: 18px;
}
.single-recommend .recommend-content .recommend-disc .main-button{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}
.single-recommend:hover .recommend-content .recommend-disc .main-button{
  display: block;
}
.single-recommend .recommend-content .text {
  text-align: center;
  width: 100%;
  font-weight: 500;
  padding-top: 8px;
  padding-left: 0;  
  float: left;
}

.single-recommend .recommend-content .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: #a4a4a4;
}

.single-recommend .recommend-content .purchase-btn {
  float: none;
  display: inline-block;
  margin-top: 15px;
  opacity: 0;
}

.single-recommend .recommend-content:hover .purchase-btn {
  opacity: 1;
}
@media (max-width: 767px) {
  .single-recommend .recommend-content .purchase-btn {
    opacity: 1;
  }
}
.single-recommend .recommend-content .purchase-btn a {
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  line-height: 26px;
  background: #0961b3;
  border-radius: 4px;
  font-weight: 500;
}

.recommend-active-2 .slick-dots,
.recommend-active .slick-dots {
  text-align: center;
  margin-top: 20px;
}

.recommend-active-2 .slick-dots li,
.recommend-active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.recommend-active-2 .slick-dots li button,
.recommend-active .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  border: 0;
  cursor: pointer;
}

.recommend-active-2 .slick-dots li.slick-active button,
.recommend-active .slick-dots li.slick-active button {
  background-color: #59b210;
}

.single-recommend-4 {
  border: 2px solid #cbced1;
  padding: 25px 30px;
  border-radius: 8px;
  background-color: #fff;
}

.single-recommend-4 .recommend-author .author-image img {
  width: 80px;
  border-radius: 50%;
}

.single-recommend-4 .recommend-author .author-name {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .single-recommend-4 .recommend-author .author-name {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-recommend-4 .recommend-author .author-name {
    padding-left: 20px;
    padding-top: 0;
  }
}

.single-recommend-4 .recommend-author .author-name .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #182121;
}

.single-recommend-4 .recommend-author .author-name .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: #a4a4a4;
}

.single-recommend-4 .recommend-text {
  margin-top: 25px;
}

.single-recommend-4 .recommend-text .text {
  font-size: 14px;
  line-height: 24px;
  color: #182121;
}

.recommend-active-4 .slick-dots {
  text-align: center;
  margin-top: 25px;
}

.recommend-active-4 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.recommend-active-4 .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cbced1;
  border: 0;
  cursor: pointer;
}

.recommend-active-4 .slick-dots li.slick-active button {
  background-color: #38f9d7;
}

.footer-area .footer-widget {
  padding-top: 90px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-widget {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .row.language-version-box {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
  }
  .demo-layout .row.main-icon-title-right-side{
    padding-inline-start: 32px;
  }
  .row.main-icon-title-image.demo-layout .demo-description .demo-text1{
    font-size: 24px;
    line-height: 32px;
  }
  .row.main-icon-title-image.demo-layout .demo-description .demo-text2{
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .row.main-icon-title-image.demo-layout .demo-description p {
    font-size: 14px;
    line-height: 22px;
  }
  #main-features {
    padding-bottom: 30px;
  }
  .row.language-version-box .lang-item:last-child,
  .row.language-version-box .lang-item:nth-child(5n + 5) {
    margin-inline-end: 20px;
  }
  .row.language-version-box .lang-item {
    width: auto;
    margin: 0 20px 30px 0;
    display: inline-block;
    padding: 0 24px;
  }
  .col-md-6 {
    width: 49.6%;
  }
  .carousel-header-right .main-icon {
    margin: 20px auto 0;
  }
  .navbar-buttons {
    margin-top: 25px;
  }
  .row.customize.main-icon-title-image .main-icon-title-left-side {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-widget {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .col-md-6 {
    width: auto;
  }
  .main-features-row {
    margin: 0;
  }
}

.footer-area .footer-widget .footer-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #6c6c6c;
}

.footer-area .footer-widget .footer-link {
  margin-top: 32px;
}

.footer-area .footer-widget .footer-link ul {
  margin-top: 8px;
}

.footer-area .footer-widget .footer-link ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #182121;
  margin-top: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-widget .footer-link ul li a:hover {
  color: #38f9d7;
}

.footer-area .footer-copyright {
  padding: 10px 0 15px;
  border-top: 1px solid #303d50;
  float: left;
  width: 100%;
  position: relative;
}

.footer-area .footer-copyright .copyright .text {
  color: #fff;
  text-align: center;  
}
@media (max-width: 767px) {
  .main-customize .container, .main-contactus .container{flex-direction: column;}
  .footer-area .footer-copyright .copyright .text {
    font-size: 16px;
  }
  .row{
    margin: 0;
  }
  .offer-banner{
    margin-bottom: 40px;
  }
  .row.language-version-box .lang-item {
    width: auto;
    margin: 0 0px 30px 0;
    padding: 0 20px;
  }
  .row.language-version-box .lang-item:last-child,
  .row.language-version-box .lang-item:nth-child(5n + 5) {
    margin-inline-end: 0;
  }
  .row.language-version-box {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    column-count: 2;
  }
  .carousel-header-left {
    display: none;
  }
  .carousel-header-right .support-version .version-text{font-size: 26px;}
  .carousel-header-right,.row.main-icon-title-right-side {
    width: 100%;
  }
  .demo-layout .container {
    display: inline-block;
    vertical-align: top;
}
.demo-layout .single-demo-layout {
  float: left;
  width: 100%;
}
.demo-layout .row.main-icon-title-right-side{
  width: 100%;
  padding-inline-start: 0;
}
.color-box-main .container .color-box .color-item {
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.color-box-main .container .color-box .color-item .color{margin: 0;}
#main-features {
  padding-bottom: 20px;
}
.language-version-main{padding: 0;}
  .main-icon-title-image .main-icon-title-left-side,.row.customize.main-icon-title-image .main-icon-title-left-side {
    width: 100%;
    margin: 0;
  }
  .row.main-icon-title-right-side {
    width: 100%;
    margin: 0;
    margin-top: 30px;
    padding: 0;
  }
  .navbar-buttons {
    margin-top: 15px;
  }
  .row.language-main-title .presta-version{
    font-size: 28px;
    line-height: 30px;
  }
}
.footer-area .footer-copyright .copyright .text a {
  color: #fff;
}

.footer-area .footer-copyright .social li {
  display: inline-block;
  margin-right: 10px;
}

.footer-area .footer-copyright .social li:last-child {
  margin-right: 0;
}

.footer-area .footer-copyright .social li a {
  font-size: 24px;
  color: #6c6c6c;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-copyright .social li a:hover {
  color: #38f9d7;
}

.footer-area.footer-dark {
  background-color: #182121;
}

.footer-area.footer-dark .footer-widget .footer-title {
  color: #fff;
}

.footer-area.footer-dark .footer-widget .footer-link ul li a {
  color: #fff;
}

.footer-area.footer-dark .footer-widget .footer-link ul li a:hover {
  color: #38f9d7;
}

.footer-area.footer-dark .footer-copyright .copyright .text {
  color: #fff;
}

.footer-area.footer-dark .footer-copyright .social li a {
  color: #fff;
}

.footer-area.footer-dark .footer-copyright .social li a:hover {
  color: #38f9d7;
}

.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 26px;
  bottom: 170px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #59b210;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.back-to-top .lni-chevron-up:before{
  font-weight: 700;
}

.back-to-top:hover {
  color: #fff;
}
@media (max-width: 479px) {
  .service-right-part{
    width: 100%;
    padding-inline-start: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-block-start: 10px;
  }
  .main-service-row .single-service{
    text-align: center;
  }
  .demo-layout .single-demo-layout{
    flex-direction: column;
  }
  .main-icon-title-image {
    padding: 40px 0;
  }
  .row.language-version-box{column-count: 1;}
  .color-box-main{padding: 20px 0 20px;}
}


/* ===================================== */

#recommend-product .side_menu {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#recommend-product .side_menu {
	background: #ffffff;
	height: 100vh;
  right: -40%;
	position: fixed;
	top: 0;
  width: 40%;
  z-index: 999;  
}
#recommend-product .side_menu .container {
  padding: 0px;
  height: 100%;
  overflow-y: scroll;  
}
#recommend-product .side_menu .container .title{
  width: 40%;
  position: fixed;
  z-index: 99;
}
#recommend-product .side_menu .container .innter-container{  
  margin-top: 50px;
}

#recommend-product .side_menu .container .menu_title{  
  color: #000000;
  text-align: center;
  font-size: 20px;
  padding: 8px 25px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
#recommend-product .burger_box {
	display: block;
	float: left;
  margin-left: -46px;
  background-color: #111;
  margin-top: 40%;
  border-radius: 5px 0px 0px 4px;
}
#recommend-product .burger_box a.menu-icon {	
	float: none;
	height: auto;
	padding: 15px 8px;
	width: 46px;
  z-index: 100;
  display: flex;
  flex-direction: column;  
  gap: 12px;
}
#recommend-product .burger_box a.menu-icon:hover,
#recommend-product .burger_box a.menu-icon.opened {
	opacity: 1;
}
#recommend-product .burger_box .menu-icon_box {
	display: inline-block;
	height: 25px;
	position: relative;
	text-align: left;
	width: 25px;
}
#recommend-product .burger_box .bestsellers-btn{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1.0px;
}
.overlay{
  background-color: rgba(0,0,0,.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: .7;
  filter: alpha(opacity=80);
  background: #303840;
  width: 100%;
  height: 100%;
  display: none;
}
body.menu_opened .overlay{
  display: block;
}

#recommend-product .burger_box .menu-icon_line {
	background: #ffffff;
	border-radius: 2px;
	display: inline-block;
	height: 3px;
	position: absolute;
	width: 100%;
}
#recommend-product .burger_box .menu-icon_line--1 {
	top: 2px;
}
#recommend-product .burger_box .menu-icon_line--2 {
	top: 10px;
}
#recommend-product .burger_box .menu-icon_line--3 {
	top: 18px;
}
#recommend-product .burger_box .menu-icon_line--1 {
	transition: top 200ms 250ms, transform 200ms;
	-webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
}
#recommend-product .burger_box .menu-icon_line--2 {
	transition: opacity 0ms 300ms;
	-webkit-transition: opacity 0ms 300ms;
}
#recommend-product .burger_box .menu-icon_line--3 {
	transition: top 100ms 300ms, transform 200ms;
	-webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
}
#recommend-product .burger_box .menu-icon.opened .menu-icon_box {
	transform: scale3d(0.9, 0.9, 0.9);
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
}
#recommend-product .burger_box .menu-icon.opened .menu-icon_line {
	top: 10px;
}
#recommend-product .burger_box .menu-icon.opened .menu-icon_line--1 {
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transition: top 100ms, transform 200ms 250ms;
	-webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
}
#recommend-product .burger_box .menu-icon.opened .menu-icon_line--2 {
	opacity: 0;
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
}
#recommend-product .burger_box .menu-icon.opened .menu-icon_line--3 {
	transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transition: top 200ms, transform 200ms 250ms;
	-webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
}

/* STAGGER LIST ----- */
#recommend-product .list_load {
	display: none;
	list-style: none;
	padding: 10px;
}
#recommend-product .list_item {
	margin-left: 0px;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 50%;
  float: left;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
#recommend-product .list_item a {	
	display: block;
	text-decoration: none;
}
#recommend-product .list_item h6 {
	font-size: 15px;
  text-align: center;
}
#recommend-product .list_item a.main-btn{
  width: auto;
}

@media (max-width: 992px) {
  #recommend-product .list_item{ width: 100%;}
  #recommend-product .side_menu .container .menu_title{ font-size: 14px;}
  #recommend-product .side_menu .container .menu_title a.main-btn{ display: none;}
  #recommend-product .list_load{ padding: 0px;}
  #recommend-product .list_item a.main-btn{ width: auto; padding: 2px 20px;  }

}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #adadad #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #adadad;
    border-radius: 25px;
    border: 3px solid #ffffff;
  }

.animate-charcter
{
  text-transform: uppercase;
  background-image: linear-gradient(
    233deg,
      #ffffff 0%,
      #e7d916 50%,
      #e224ef 50%,
      #fff800 100%      
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
        font-size: 190px;
  }
  
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
  