/*----------------------------------------------------------------------------
  Google / Custom Fonts
----------------------------------------------------------------------------*/
@font-face {
    font-family: 'Charlotte';
    src: url('../fonts/Charlotte.eot');
    src: url('../fonts/Charlotte.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Charlotte.woff2') format('woff2'),
        url('../fonts/Charlotte.woff') format('woff'),
        url('../fonts/Charlotte.ttf') format('truetype'),
        url('../fonts/Charlotte.svg#Charlotte') format('svg');
    font-weight: normal; font-style: normal; font-display: swap;
}


/*----------------------------------------------------------------------------
  Basic Styles
----------------------------------------------------------------------------*/
*, ::before, ::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-family:'Manrope', sans-serif; color:#2b2a39; font-size:16px; line-height:1.7; font-weight:400; letter-spacing:0; margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display:none; height:0; }
[hidden] { display:none; }
img { max-width:100%; height:auto; border:0; -ms-interpolation-mode:bicubic; }
label { margin-bottom:5px; }
html, button, input, select, textarea { font-family:'Manrope', sans-serif; }
input, textarea, .form-control { padding:10px 15px; }
input, button, select, textarea, .form-control { font-size:14px; font-family: 'Manrope', sans-serif; color:#2b2a39; background-color: #ffffff; border:1px solid #dddddd; border-radius:5px; transition:all 0.4s ease-out 0s; -webkit-transition:all 0.4s ease-out 0s; outline:none !important; box-shadow:none !important; }
input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active, .form-control:focus { outline:none; border-color:#bdbdbd; }
input, select, textarea { width: 100%; }
input, select { height:45px; }
input[type="checkbox"], input[type="radio"] { width:auto; height:auto; }
input[type="checkbox"]:focus, input[type="radio"]:focus { outline:0; box-shadow:none; }
select { -webkit-appearance:none; -moz-appearance:none; appearance:none; background-image:url('../images/icons/arrow-select.png'); background-repeat:no-repeat; background-position:right 10px center; background-size:10px; background-color:#ffffff; line-height:1.2; text-indent:inherit; text-overflow: ''; cursor:pointer; padding:8px 25px 8px 10px; }
iframe { border:0; width:100%; }
table, .table { color: #2b2a39; margin-bottom:15px; width:100%; border-collapse:collapse; border-spacing:0; }
th { font-weight:600; text-transform:uppercase; }
.table-bordered th, .table-bordered td { border: 1px solid #dddddd; }
.input-group > .form-control, .input-group > .btn { height: 45px; }
.required { color: #ff0202; }

a { color:#2b2a39; text-decoration:none; outline:none; -ms-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; }
a, a:after, a:before { -ms-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; }
a:active, a:hover { color:#6747db; text-decoration:none; outline:0; }
a:hover, a:focus { color:#6747db; opacity:1; }

svg:not(:root) { overflow:hidden; }
video { width:100%; }
ol, ul { padding:0; margin:0; list-style:none; }
.list-styled { list-style: outside; margin-left: 15px; }
.hide { display:none !important; }
hr { margin:20px 0; border:0; opacity:1; border-bottom:1px solid #ececec; }
.hidden { display: none; }
.clear { clear:both; }
.clearfix:before, .clearfix:after { content:" "; display:table; }
.clearfix:after { clear: both; }
.text-italic { font-style: italic; }
.text-normal { font-style: normal; }
.text-underline { text-decoration: underline; }
.text-transform-none { text-transform: none !important; }

.text-left { text-align:left !important; }
.text-right { text-align:right !important; }
.text-center { text-align: center !important; }

.rounded-pill { border-radius: 35px !important; }
.position-relative { position: relative !important; }

.d-block { display: block !important; }
.d-flex { display: flex !important; }
.align-items-center { align-items: center !important; }
.align-self-center { align-self: center !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }


/*----------------------------------------------------------------------------
  Typography
----------------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color:#282c3d; margin:0 0 15px; font-family: 'Manrope',sans-serif; font-weight:600; line-height:1.2; letter-spacing:0; overflow-wrap:break-word; word-wrap:break-word; }
h1, .h1 { font-size:24px; }
h2, .h2 { font-size:20px; }
h3, .h3 { font-size:18px; }
h4, .h4 { font-size:17px; }
h5, .h5 { font-size:15px; }
h6, .h6 { font-size:14px; }
p { margin:0 0 15px; }
p:last-child { margin-bottom:0; }

/* Font specialized */
.body-font { font-family: "Manrope", sans-serif !important; }
.head-font { font-family: 'Manrope', sans-serif !important; }
.subfont { font-family: "charlotte", Helvetica,Tahoma,Arial,serif; font-size: 90px; font-weight: 400; background: linear-gradient(to right, #6545dd 0%, #eea1b1 100%); background-clip: border-box; -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; padding: 0 40px 0 5px; position: relative; right: -20px; bottom: -13px; margin-left: -22px; }

.fw-400 { font-weight:400 !important; }
.fw-500 { font-weight:500 !important; }
.fw-600 { font-weight:600 !important; }
.fw-700 { font-weight:700 !important; }
.fw-800 { font-weight:800 !important; }
.f15 { font-size: 15px !important; }


/*----------------------------------------------------------------------------
  Buttons
----------------------------------------------------------------------------*/
.btn,.btn-primary { 
    font-family:'Manrope', sans-serif; background-image: linear-gradient(to right, #6646dc, #f8a7ad, #f8a7ad, #6646dc); background-size: 300% 100%; color:#ffffff; border:0px solid #6747db; display:inline-flex;align-items:center;justify-content:center; width:auto; height:auto; text-decoration:none; text-align:center; vertical-align:middle; cursor:pointer; border-radius:5px; padding:10px 20px; 
    font-size:16px; font-weight:bold; line-height:normal; text-transform:none; white-space:normal; opacity:1; outline:none !important; box-shadow:none !important; -ms-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; 
}
.btn:hover,.btn:focus { background-position: 100% 0; color:#ffffff; border-color:#cf2967; text-decoration:none; opacity:1; }

.btn-secondary,.btn-secondary:focus { background-color:#2b2a39; color:#ffffff; border-color: #2b2a39; }
.btn-secondary:hover { background-color:#444444; color:#ffffff; border-color:#444444; }

.btn-light,.btn-light:focus { background-color:#ffffff; color:#2b2a39; border:1px solid #ffffff; }
.btn-light:hover { background-color:#f0f0f0; color:#2b2a39; border-color:#f0f0f0; }

.btn-gray,.btn-gray:focus { background-color:#f3f3f3; color:#2b2a39; border:1px solid #f3f3f3; }
.btn-gray:hover { background-color:#6747db; color:#ffffff; border-color:#6747db; }

.btn-outline-primary, .btn-outline-primary:focus { border: none; background: transparent; color: #2b2a39; position: relative; z-index: 1; }
.btn-outline-primary:before, 
.btn-outline-primary:after { content: ""; position: absolute; border-radius: 35px; }
.btn-outline-primary:before { top: 0; left: 0; bottom: 0; right: 0; z-index: -2; background: linear-gradient(to right, #6646dc 0%, #f8a7ad 100%); }
.btn-outline-primary:after { top: 2px; bottom: 2px; left: 2px; right: 2px; background-color: #ebe4f4; z-index: -1; opacity: 1; }
.btn-outline-primary:hover:after { opacity: 0; }

.btn-outline-secondary,.btn-outline-secondary:focus { color:#2b2a39; border:1px solid #2b2a39; background-color:transparent; } 
.btn-outline-secondary:hover { color:#ffffff; background-color:#2b2a39; border-color:#2b2a39; }

.btn-outline-light { color:#ffffff; border:1px solid #ffffff; background-color:transparent; }
.btn-outline-light:hover { color:#2b2a39; border-color:#ffffff; background-color:#ffffff; }

.btn-sm { font-size:12px; line-height:1; }
.btn-md { font-size:13px; }
.btn-lg { font-size:15px; padding:12px 20px; }
.btn.rounded-pill { padding: 13px 30px; }
.btn.rounded-circle { border-radius: 50% !important; }

.btn-link { background-color:transparent; border:0; padding:0; margin:0; color:#6747db; text-align:left; text-decoration:none; outline:none !important; box-shadow:none !important; }
.btn-link:hover, .btn-link:focus { color:#2b2a39; text-decoration:none; background-color:transparent; }
.text-link { color:#2b2a39; text-decoration:underline; text-underline-offset:3px; background-color:transparent; border:0; padding:0; margin:0; outline:none !important; box-shadow:none !important; }
.text-link:hover { color:#6747db; text-decoration:underline; }

.btn-brd { background:transparent; border:0; border-bottom:2px solid #edea15; font-weight: 800; padding:0 0 2px; margin:0; color:#edea15; text-align:center; text-decoration:none; border-radius: 0; outline:none !important; box-shadow:none !important; }
.btn-brd:hover, .btn-brd:focus { background-color:transparent; color:#ffffff; border-color:#ffffff; }

/* display flex/wrap */
.d-flex-wrap { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
/* display flex/wrap/align center */
.d-flex-center { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
/* display flex/wrap/align center/justify center; */
.d-flex-justify-center { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
.flex-nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.fl-1 { flex:1; -webkit-flex:1; -ms-flex:1; }
.d-none { display: none; }

/* Hover Effects */
.zoom-scal { position:relative; overflow:hidden; }
.zoom-scal:before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.1); overflow:hidden; opacity:0; z-index:2; -webkit-transition:all 0.5s ease; transition:all 0.5s ease; }
.zoom-scal:hover:before, .zoomscal-hov:hover .zoom-scal:before { overflow:visible; opacity:1; }
.zoom-scal img { -webkit-transition:all 0.7s ease; transition:all 0.7s ease; }
.zoom-scal:hover img, .zoomscal-hov:hover .zoom-scal img { opacity:1; -webkit-transform:scale3d(1.1, 1.1, 1); transform:scale3d(1.1, 1.1, 1); }
.zoom-scal-nopb:before { content:none; }
.zoom-scalno img, .zoom-scalno:hover img { -webkit-transform: none; transform: none; }


.pb0 { padding-bottom: 0 !important; } 
.pt0 { padding-top: 0 !important; } 

/*----------------------------------------------------------------------------
  Container
----------------------------------------------------------------------------*/
.container { width: 100%; max-width:1460px; padding-right: 30px; padding-left: 30px; margin-right: auto; margin-left: auto; }
.container-fluid { width: 100%; padding-right: 50px; padding-left: 50px; margin-right: auto; margin-left: auto; }


/*----------------------------------------------------------------------------
  Section
----------------------------------------------------------------------------*/
.section-header { margin-bottom: 95px; }
.section-header h2 { color: #222239; font-size:48px; font-weight:600; margin: 0 auto; }
#demos .section-header h2 { font-size: 100px; }
.section-header h2 span { font-size: 70px; position: relative; top: -13px; }
.section-header p { color:#222239; font-size:48px; font-weight:600; line-height: 70px; margin: 15px 0 0; display:block; }
.section-header p.details { color: #686777; font-size: 24px; line-height: 36px; margin-top: 70px; }
.section-header .small-tlt { margin: 0 0 5px; }

.section { padding-top:0px; padding-bottom:100px; }
.section-md { padding-top:30px; padding-bottom:30px; }
.section-sm { padding-top:20px; padding-bottom:20px; }
.pb-section { padding-bottom:100px; }
.pt-section { padding-top:100px; }
.no-pb-section { padding-bottom:0 !important; }
.no-pt-section { padding-top:0 !important; }

.section-clr { background-color: #f0eff5; }


/*----------------------------------------------------------------------------
  Header
----------------------------------------------------------------------------*/
.header { background-color: transparent; padding: 30px 0; position: fixed; top: 0; width: 100%; z-index: 222; transition: all 0.3s ease-in-out 0s; }
.stickyNav { padding: 10px 0; background-color: rgba(0,0,0,0.8); box-shadow: 0 2px 5px rgba(0,0,0,0.15); }

.navbar-nav { display: flex; flex-direction: row; padding-left: 0; margin-bottom: 0; list-style: none; }
.navbar-nav .nav-link:not(.btn-buynow) { color: #fff; font-size: 16px; font-weight: 700; padding: 10px 33px; text-transform: none; display: inline-flex; align-items: center; text-transform: uppercase; }
.navbar-nav .nav-link:not(.btn-buynow):hover,
.navbar-nav .nav-link:not(.btn-buynow).active { color: #f8a7ad; }
.navbar-nav .btn-buynow, .menu-toggle { display: none; }

.btn-buynow.btn { font-size: 18px; font-weight: 600; padding: 12px 25px; }
.btn-buynow.btn .icon { margin-right: 8px; font-size: 22px; }


/*----------------------------------------------------------------------------
  Main Banner Section
----------------------------------------------------------------------------*/
.main-banner-section { background: url(../images/banner/main-banner-bg1.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: top center; background-size: cover; min-height: 1237px; overflow: hidden; }
.main-banner-inner { padding: 170px 0 100px; }
.banner-content { max-width: 100%; margin: 0 auto; }
.banner-title { color: #fff; font-size: 60px; font-weight: 600; line-height: 85px; margin: 0; }
.banner-title span { position: relative; line-height: 1; overflow: hidden; margin: 0 0 0 10px; text-align: left; }
.banner-title span:after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; background: linear-gradient(to right, #6646dc 0%, #f8a7ad 100%); width: 100%; height: 5px; }

.mble_img { display: none; }

.banner-title .txt-rotate { position: relative; }
.banner-title .txt-rotate:after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; background: linear-gradient(to right, #6646dc 0%, #f8a7ad 100%); width: 100%; height: 6px; }

.banner-subtitle { color: #737384; }
.banner-desc { color: #fff; font-size: 24px; line-height: 36px; font-weight: 600; margin: 35px 0 55px; }
.banner-content-btn { display: flex; flex-wrap: wrap; justify-content: center; }
.banner-content-btn .btn { min-width: 270px; min-height: 55px; font-size: 18px; }
.banner-content-btn .btn + .btn { margin-left: 40px; }

.main-banner-section .img1 { position: absolute; bottom: 645px; left: 115px; width: 339px; height: 181px; }
.main-banner-section .img2 { position: absolute; bottom: 90px; left: -60px; }
.main-banner-section .img3 { position: absolute; bottom: 730px; right: 35px; }
.main-banner-section .img4 { position: absolute; bottom: 560px; right: 170px; }
.main-banner-section .img5 { position: absolute; top: auto; bottom: 148px; left: -200px; right: 0; text-align: center; margin: 0 auto; width: 100%; max-width: 1158px; }
.main-banner-section .img5 .demos { position: absolute; left: 220px; right: 0; bottom: 92px; max-width: 582px; margin: 0 auto; border-radius: 10px; overflow: hidden; }
.main-banner-section .mbl_img { position: absolute; z-index: 100; top: 90px; left: 250px; }

.swiper-pagination-bullet { background-color: transparent; border: 2px solid #ffffff; border-radius: 50%; width: 12px; height: 12px; opacity: 1; margin: 0 3px !important; }
.swiper-pagination-bullet-active { background-color: #ffffff; }
.swiper img { display: block; }

.grade-box { background: #222239; color: #fff; padding: 20px 30px; border-radius: 10px; display: flex; align-items: center; }
.grade-box .grade { font-size: 20px; font-weight: 600; flex-direction: column; border-right: 3px solid #434357; padding-right: 30px; margin-right: 30px; flex: 1; }
.grade-box .grade span { font-size: 55px; font-weight: 800; line-height: 55px; margin-right: 12px; }
.grade-box .text { flex: 1; }
.grade-box .counters { font-size: 55px; line-height: 55px; font-weight: 600; margin: 3px 0 1px; width: 100%; display: flex; }
.grade-box .counters span { font-size: 55px; line-height: 55px; font-weight: bold; color: #fff; margin: 0 8px 0 0; letter-spacing: -3px; width: 62px; }
.grade-box .text .small-text { color: #fff; font-size: 20px; font-weight: 600; display: block; }

/*----------------------------------------------------------------------------
  Features Card Section
----------------------------------------------------------------------------*/
.gradient-multi-section { background: linear-gradient(to bottom, #f3f2f8 0%, #f1eff5 100%); margin-top: -90px; z-index: 1; position: relative; }

.card-box { background: #ffffff; box-shadow: 0px 10px 40px 0px rgba(24, 21, 58, 0.09); border-radius: 10px; padding: 46px; display: block; height: 100%; -ms-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.card-box img { display: block; margin: 0 auto; border-radius: 8px 8px 0 0; width: 100%; }
.card-box .card-icon { position: relative; margin: 0 0 28px; }
.card-box .icon {
    color: #b1b1b1; 
    background-image: linear-gradient(to right, #b1b1b1, #b1b1b1, #6646dc, #f8a7ad);
    background-size: 300% 100%; -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color:transparent;
    font-size: 31px; width: 31px; height: 31px; 
    -ms-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;  
}
.card-box .title { font-size: 18px; font-weight: 800; text-transform: uppercase; }
.card-box .description { color: #646464; font-size: 18px; font-weight: 500; line-height: 32px; }
.card-box:hover { box-shadow: 0px 0px 30px 0px rgba(35,34,51,0.1); }
.card-box:hover .icon { background-position: 100% 0; }

.card-box.card-hover-icon .hover-icon { opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; background: rgba(34,34,57,0.3); color: #222239; border-radius: 8px; display: flex; justify-content: center; align-items: center; border-radius: 5px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; }
.card-box.card-hover-icon .hover-icon .icon { 
    width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transform: translateY(20px); -webkit-text-fill-color: inherit;
    color: #222239; background: linear-gradient(to right, #fff, #fff, #6646dc, #f8a7ad); background-size: 300% 100%;
}
.card-box.card-hover-icon .hover-icon .icon:hover { color: #ffffff; background-position: 100% 50%; }
.card-box.card-hover-icon:hover .hover-icon { opacity: 1; visibility: visible; }
.card-box.card-hover-icon:hover .hover-icon .icon { transform: translateY(0); }

.lbl { font-size: 16px; line-height: 35px; font-weight: bold; background: #6bb16e; color: #ffffff; display: inline-block; border-radius: 5px; width: 80px; height: 35px; text-align: center; }
.lbl.new { background-color: #ec5b54; margin-right: 10px; }


/*----------------------------------------------------------------------------
  Home Demos Section
----------------------------------------------------------------------------*/
.demos-section-inner .card-content { display: flex; align-items: center; justify-content: center; padding: 30px 40px; }
.jcb { justify-content: space-between !important; }
.demos-section-inner .card-box { padding: 0; }
.demos-section-inner .card-box .card-icon { margin: 0; }
.demos-section-inner .card-box .title { font-size: 24px; font-weight: 600; text-transform: none; margin: 0; }
.demos-section-inner .new-demo-coming-soon .card-content { justify-content: center; }
#demos .section-header { margin-bottom: 65px; }
@media (min-width: 1200px) {
  #demos .row { margin-right: -26px; margin-left: -26px; }
  #demos .row > * { padding-right: 26px; padding-left: 26px; }
}


/*----------------------------------------------------------------------------
  Boost Features Section
----------------------------------------------------------------------------*/
.boost-features-section .section-header p { font-size: 40px; margin: 0 0 0; }
.boost-features-section .section-header .subfont { right: -28px; }

.card { border-radius: 10px; display: block; height: 100%; }
.card img { display: block; margin: 0 auto; }
.card .card-content { margin: 35px 0 0; }
.card .title { font-size: 20px; font-weight: bold; text-transform: none; margin: 0 0 15px; }
.card .description { color: #646464; font-size: 18px; font-weight: 500; line-height: 32px; }


/*----------------------------------------------------------------------------
  Speed Perfomance Section
----------------------------------------------------------------------------*/
.ttl_details { border-top: 10px solid #009869; border-bottom: 10px solid #009869; padding-top: 15px; position: relative; }
.ttl_details:after { content: ""; height: 0; width: 0; position: absolute; border-top: 80px solid transparent; border-left: 130px solid #009869; left: 0; right: 0; margin: 0 auto; transform: rotate(180deg); }
.ttl_details .img { text-align: right; }
.ttl_details .img img { display: block; }
.ttl_details .text h3 { color: #222239; font-size: 55px; line-height: 70px; font-weight: 600; margin-bottom: 40px; }
.ttl_details .text h3 span { font-weight: 800; position: relative; margin-bottom: 40px; }
.ttl_details .text h3 span:after { content: "";  background-color: #009869; height: 5px; position: absolute; bottom: 0; width: 100%; left: 0; }
.ttl_details .text h5 { color: #009869; font-size: 36px; text-transform: uppercase; font-weight: 800; }
.ttl_details .row_in { display: flex; flex-wrap: wrap; align-items: center; }
.ttl_details .row_in .col-1 { flex: 1; }
.ttl_details .row_in .img { max-width: 500px; margin-right: 80px; }
.ttl_details .row_in .img img { margin-left: auto; }
.ttl_details .row_in b { font-weight: 800; }

.perfomance-section-bg { background-color: #e5f4f0; }
.perfomance-section-bg .bottom-text { color: #222239; font-size: 24px; font-weight: 700; margin-top: 40px; }
.perfomance-item ul li { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 30px 10px !important; background-color: #fff; border-radius: 8px; margin-right: 2.2%; flex: 1;
  width: 100%; max-width: 100%; }
.perfomance-item ul li:last-of-type { margin-right: 0; }
.perfomance-item ul li h3 { color: #ffffff; font-size: 48px; font-weight: 900; margin: 0; color: #009869; }
.perfomance-item ul li p { color: #222239; font-size: 24px; font-weight: 700; }

.g-lighthouse { position: relative; display: inline-block; }
.g-lighthouse:after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; width: 100%; height: 5px; background: #009869; }


.srt_dcs { font-size: 14px !important; letter-spacing: 1.8px; text-transform: uppercase; font-weight: 500; margin-bottom: 20px !important; }
.feature_list { display: flex; flex-wrap: wrap; padding-top: 10px; margin: 0 -15px; }
.feature_list .item { flex: 0 0 25%; max-width: 25%; padding: 0 15px; margin-top: 30px; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
.feature_list .item h3 { margin: 0 0 5px; font-weight: 700; }
.feature_list .item_in { display: flex; flex-wrap: wrap; padding: 15px; border: 1px solid #ddd; align-items: center; min-height: 150px; border-radius: 7px; }
.feature_list .item:hover .item_in { box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-transition:all 0.3s ease; transition:all 0.3s ease; border-color: #333; }
.feature_list .item_in .icon { flex: 1; max-width: 70px; }
.feature_list .item_in .detail { flex: 1; padding-left: 20px; }
.feature_list .item_in p { color: #777; margin: 0; font-size: 14px; font-weight: 500; line-height: 1.6; }

.mbl_opt-sec { background: url(../images/mo_bg.jpg) no-repeat; }
.mbl_opt-sec .section-header { text-align: left; margin: 0; }
.mbl_opt-sec .row_in { display: flex; align-items: center; flex-wrap: wrap; }
.mbl_opt-sec .row_in .text { max-width: 440px; padding-right: 40px; }
.mbl_opt-sec .section-header p.details { margin-top: 20px; }


.ext_section .section-header h2 span { font-size: 100px; top: 17px; padding: 0 30px 0 5px; }
.ext_section .section-header p.details { margin-top: 20px; }
.ext_section .section-header { margin-bottom: 75px; margin-top: 0; }
.ext_lists { display: flex; flex-wrap: wrap; margin: 40px -10px 0; }
.ext_lists .ext_list { flex: 0 0 25%; max-width: 25%; padding: 0 20px; display: none; margin-bottom: 50px; }
.ext_lists .ext_list .details { padding: 0 20px; }
.ext_lists .ext_list .thumb img { display: block; }
.ext_lists .ext_list .thumb { margin-bottom: 20px; padding: 20px; border: 2px solid #e1e1e4; border-radius: 10px; }
.ext_lists .ext_list h3 { color: #272537; font-size: 20px; margin: 0 0 10px; font-weight: 700; }
.ext_lists .ext_list P { color: #646464; font-size: 16px; font-weight: 600; line-height: 24px; }
.btn_set { display: flex; justify-content: center; margin-top: 30px; }
#loadMore { height: 60px; min-width: 230px; text-transform: uppercase; padding: 0; line-height: 60px; }

/*----------------------------------------------------------------------------
  Inner Pages Tabs Section
----------------------------------------------------------------------------*/
.inner-pages-section.pt-section { padding-top: 100px; }
.inner-pages-section .section-heading { margin: 0 0 50px; }

.p_demo_section .section-header p.details, .features_sec .section-header p.details { margin-top: 30px; }
.p_demo_section .section-header, .features_sec .section-header { margin-bottom: 45px; }

.demoTabs { margin-top:50px; list-style:none; }
.demoTabs li { display:inline-block; margin:0 15px; text-transform:uppercase; position: relative; }
.demoTabs li:after { width:0; content:""; height: 5px; display:block; position:absolute; left:0; z-index:1; transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; bottom: -10px; background: linear-gradient(to right, #6646dc 0%, #f8a7ad 100%); }
.demoTabs li.active:after { width:100%; }
.demoTabs li:hover:after { width:100%; opacity:1; }
.demoTabs li.active, .demoTabs li.active a,
.demoTabs li:hover, .demoTabs li:hover a { color:#222239; background-color:transparent; }
.demoTabs li a { color: #686777; font-size: 18px; font-weight: 700; display: inline-block; padding: 0; background-color: transparent; }
.tabContent { display:none; }
.tabContent.active { display:block; }

.inner_pages .swiper-wrapper { padding-top: 40px; padding-bottom: 70px; }
.inp_item .img { transition: all 200ms ease 0s; -webkit-transition: all 200ms ease 0s; -moz-transition: all 200ms ease 0s; overflow: hidden; margin: 0px auto; position: relative; background: #fff; padding: 15px; box-shadow: 0 0 30px rgba(0,0,0,0.05); }
.inp_item .img .btn { position: absolute; text-align: center; opacity: 0; filter: alpha(opacity=0); z-index: 20; left: 0; right: 0; bottom: 0; top: 0; font-weight: 400; margin: auto; text-transform: uppercase; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; visibility: hidden; padding: 0;
  color: #222239; font-size: 28px; width: 60px; border-radius: 100%; height: 60px; display: block; line-height: 58px; background: linear-gradient(to right, #fff, #fff, #6646dc, #f8a7ad); background-size: 300% 100%; }
.inp_item .img .btn:hover { color: #fff; background-position: 100% 50%; }
.inp_item .img .img-bg { display: block; height: 380px; position: relative; }
.inp_item .img .img-bg:before { position: absolute; content: ""; left: 0; right: 0; bottom: 0; top: 0; display: block; z-index: 10; background: transparent; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; }
.inp_item .img .img-bg .img-skin { background-position: center 0; background-repeat: no-repeat; position: absolute; width: 100%; height: 100%; left: 0; background-size: 100% auto; -webkit-transition: all 2s ease-in-out 0s; -moz-transition: all 2s ease-in-out 0s; -ms-transition: all 2s ease-in-out 0s; transition: all 2s ease-in-out 0s;  }
.inp_item:hover .img .btn { opacity: 1; filter: alpha(opacity=100); visibility: visible; }
.inp_item:hover .img .img-bg:before { background-color: rgba(0,0,0,.5); }
.inp_item:hover .img-bg .img-skin { background-position: center 100%; }
.inp_item_in .title { font-weight: 700; font-size: 18px; text-align: center; padding: 25px 15px 0; }

.tabContent { overflow: hidden; display: none; }
.tabContent.active { display: block; }
.tabContent .card-box { padding: 20px; }
.tabContent .card-box .card-icon { margin: 0; }

.swiper-arrow-out { position: relative; }
.swiper-arrow-out .swiper-arrow { width: 70px; height: 70px; border-radius: 50%; color: #222239; background: linear-gradient(to right, #fff, #fff, #6646dc, #f8a7ad); background-size: 300% 100%; box-shadow: 0 0 30px rgba(35,34,51,0.15); -ms-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.swiper-arrow-out .swiper-arrow:hover { color: #ffffff; background-position: 100% 0; }
.swiper-arrow-out .swiper-arrow:after { font-family: "feather-icons" !important; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; font-size: 28px; }
.swiper-arrow-out .swiper-button-prev { left: 15px; right: auto; }
.swiper-arrow-out .swiper-button-next { right: 15px; left: auto; }
.swiper-arrow-out .swiper-button-prev:after { content: "\f112";  }
.swiper-arrow-out .swiper-button-next:after { content: "\f114";  }

.grab-cursor.swiper-wrapper { cursor: url('../images/icon-move.png'),move !important; }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0 !important; }
.swiper-pagination-bullet { width: 12px !important; height: 12px !important; background-color: #000 !important; opacity: 0.2 !important; border: 0 !important; margin: 0 5px !important; }
.swiper-pagination-bullet-active { opacity: 1 !important; }

.purchase-stella-btn { margin-top: 90px; }
.purchase-stella-btn .btn { padding: 19px 40px; font-size: 16px; font-weight: 800; }

/*----------------------------------------------------------------------------
  Exclusive Features Section
----------------------------------------------------------------------------*/
.features-list-section .row { margin-top: -20px; }
.features-list-section .row > * { margin-top: 20px; }
.features-list-section .card-icon { height: 80px; width: 80px; font-size: 25px; border-radius: 50%; background: #ffffff; color: #222239; margin: 0; box-shadow: 0px 10px 30px 0px rgba(35,34,51,0.03); }
.features-list-section .card-icon .icon { 
    color: #222239; background-image: linear-gradient(to right, #222239, #222239, #6646dc, #f8a7ad); background-size: 300% 100%; -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; 
    -ms-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.features-list-section .card:hover .card-icon .icon { background-position: 100% 0; }
.features-list-section .card .card-content { margin: 0 0 0 20px; }
.features-list-section .card .title { font-weight: 600; font-size: 18px; margin: 0; }


/*----------------------------------------------------------------------------
  LTR + RTL Section
----------------------------------------------------------------------------*/
.rtl-version-section { background: #f9e9f5; position: relative; }
.rtl-version-section .section-heading { margin: -10px 0 90px; }

.rtl-items { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0 50px; }
.rtl-items .col-item { width: 100%; flex: 1; }
.rtl-items .col-item:nth-of-type(2) { margin: 0 45px; flex: 0 0 180px; }


/*----------------------------------------------------------------------------
  Powerful Section
----------------------------------------------------------------------------*/
.powerful-sections { background: url(../images/ftr_bg.png) no-repeat #f0eff5; }
.powerful-sections .section-header { margin: 0 0 85px; }
.powerful-sections .section-header .title { font-weight: 600; line-height: 70px; }
.powerful-sections .section-header .subfont { font-size: 100px; padding: 0 25px 0 12px; top: 17px; color: #fff; background: none; background-clip: inherit; -webkit-text-fill-color: inherit; }

.powerfulContent { overflow: hidden; }
.powerfulContent .card .card-content { margin: 40px 0 0; }
.powerfulContent .card .title { font-size: 30px; font-weight: bold; margin: 0 0 30px; padding: 0; display: inline-block; }
.powerfulContent .card .description { font-size: 20px; }

.powerfulContent .swiper { padding-bottom: 100px; }
.powerfulContent .card .description { color: #686777; font-size: 18px; line-height: 30px; margin: 0 auto; }

.theme-detailed-section .card-box { padding: 50px 65px; background: rgb(243,164,174); background: -moz-linear-gradient(-150deg, rgba(243,164,174,1) 0%, rgba(104,72,219,1) 100%); background: -webkit-linear-gradient(-150deg, rgba(243,164,174,1) 0%, rgba(104,72,219,1) 100%); background: linear-gradient(-150deg, rgba(243,164,174,1) 0%, rgba(104,72,219,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3a4ae",endColorstr="#6848db",GradientType=1); }
.theme-detailed-section .card-box .card-icon { position: relative; margin: 0 auto 35px; width: 80px; height: 80px; background: rgba(40,45,61,0.2); border-radius: 50%; -ms-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.theme-detailed-section .card-box .icon { color: #b1b1b1; background-image: linear-gradient(to right, #fff, #fff, #fff, #fff); font-size: 34px; width: 34px; height: 34px; }
.theme-detailed-section .card-box .title { font-size: 20px; color: #ffffff; }
.theme-detailed-section .card-box .description { color: rgba(255,255,255,0.6); line-height: 28px; margin: 18px 0 25px; min-height: 84px; }
.theme-detailed-section .card-box:hover .card-icon { background: rgba(40,45,61,0.8); }

.fetr_section .list_items { display: flex; flex-wrap: wrap; }
.fetr_section .list_item { flex: 0 0 25%; max-width: 25%; padding: 0 30px; text-align: center; }
.fetr_section .list_item:last-of-type { border-right: 0; }
.fetr_section .list_item h5 { font-weight: 900; font-size: 20px; line-height: 30px; margin: 0 0 15px; color: #222239; text-transform: uppercase; }
.fetr_section .list_item p { margin: 0; font-size: 18px; color: #686777; line-height: 28px; font-weight: 600; }
.fetr_section .icon_item { width: 80px; height: 80px; text-align: center; line-height: 80px; background-image: linear-gradient(to right, #6646dc, #f8a7ad, #f8a7ad, #6646dc); background-size: 300% 100%; margin: 0 auto 30px; border-radius: 100px; }
.fetr_section .icon_item i { color: #fff; font-size: 40px; line-height: 80px; font-weight: 400; }

/*----------------------------------------------------------------------------
  Footer Section
----------------------------------------------------------------------------*/
.footer { background: url(../images/fotr_bg.jpg) no-repeat; background-size: cover; padding: 120px 0; }
.ftr_logo { margin-bottom: 60px; }
.footer h2 { font-size: 60px; font-weight: 400; color: #ffffff; margin: 0 0 60px; line-height: 70px; font-weight: 700; }   
.footer h3 { color: #686777; font-size: 30px; font-weight: 500; line-height: 48px; }
.footer .purchase-stella-btn .btn { text-transform: uppercase; margin: 0 30px; }
.footer_bottom { background-color: #7a72e7; padding: 20px 0; color: #fff; font-size: 18px; font-weight: 500; }
.footer_bottom img { display: block; margin: -60px auto 10px; }

/* Bottom to Top scroll */
#site-scroll { cursor: pointer; width: 50px; height: 50px; border-radius: 50%; position: fixed; right: 20px; bottom: 30px; z-index: 444; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2) !important; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; }
#site-scroll .btn { height: 100%; width: 100%; padding: 5px; font-size: 25px; }


