/*	01	- Default CSS
----------------------------------------------*/
/*
  1.0 - Normalize
 */
html {
    font-family: "Roboto", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    scroll-behavior: smooth;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    /*  base font size  15px= 1em*/
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #696969;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset> :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

/**
 * 2.0 - Typography
 */
body,
button,
input,
select,
textarea {
    color: #1a1a1a;
    font-family: "Roboto", sans-serif;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1em;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

h1 {
    color: #fff;
    font-size: 36px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 15px;
    color: #696969;
    line-height: 24px;
    margin: 0 0 1.75em;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border: 1px solid #e9e9e9;
    color: #939595;
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
    font-weight: 700;
    padding: 30px 25px 25px 80px;
    position: relative;
}

blockquote>p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #939595;
}

blockquote:after {
    content: "\f10d" !important;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    font: normal normal normal 48px/1 FontAwesome;
    color: #e9e9e9;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote p {
    margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

blockquote> :last-child {
    margin-bottom: 0;
}

address {
    color: #939595;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 10px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: "Roboto", sans-serif;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/**
 * 3.0 - Elements
 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table,
th,
td {
    border: 1px solid #d1d1d1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #696969;
    font-family: "Roboto", sans-serif;
}

:-moz-placeholder {
    color: #696969;
    font-family: "Roboto", sans-serif;
}

::-moz-placeholder {
    color: #696969;
    font-family: "Roboto", sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #696969;
    font-family: "Roboto", sans-serif;
}

/**
 * 4.0 - Forms
 */
input {
    line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em;
}

.default-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;

}

.default-button:hover,
.default-button:focus {
    text-decoration: none;
    color: #fff;
}

.purchase-btn a {
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 30px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    background: #f73859;

}

.purchase-btn a:hover {
    background: #fa2548;
}

/*======= header-section start =====*/
.header-section {
    background-color: #f4f4f8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.fixed-top-menu {
    background-color: #f4f4f8;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 5px #0000002b;
}

.header-section .primary-menu {
    overflow: hidden;
}

.header-section .primary-menu .menu-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}





/*===== banner-section start ====*/
.banner-section {
    background: url(../../assets/images/banner/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

@media screen and (min-width: 992px) {
    .banner-section {
        padding-top: 150px;
        padding-bottom: 100px;
        height: auto;
    }
}

.banner-section .banner-content {
    text-align: left;
    max-width: 550px;
}

.banner-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.banner-section .banner-content h1 {
    font-size: 48px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 40px;
}

.banner-section .banner-content .banner-logo {
    display: inline-block;
    margin-bottom: 50px;
    width: 175px;
}

.banner-section .banner-content .band {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.disabled-it {
    cursor: no-drop;
}

.banner-section .banner-content .band .band-item-inner {
    margin: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.banner-section .banner-content .band .band-item img {
    border-radius: 5px;
    max-width: 100%;
    display: block;
}

/*banner shap*/
.sb-shap {
    position: absolute;
}

.shap-1 {
    top: 42%;
    left: 19%;
    animation: lab_run_top_y 5s linear infinite;
}

.shap-2 {
    bottom: 6%;
    left: 24%;
    animation: lab_run_x 5s linear infinite;
}

.shap-3 {
    bottom: 5%;
    left: 38%;
    animation: lab_zoomin 5s linear infinite;
}

.shap-4 {
    bottom: 10%;
    right: 25%;
    animation: lab_run_x 5s linear infinite;
}

@media screen and (max-width: 1440px) {
    .shap-1 {
        left: 5%;
    }

    .shap-2 {
        left: 10%;
    }

    .shap-3 {
        left: 32%;
    }

    .shap-4 {
        right: 0%;
    }
}

.bg-color {
    background-color: #f0efff !important;
}

/*===== demos-secton start ====*/
.demos {
    padding: 110px 0px;
    background: #fff;
}

.demos .demos-header {
    text-align: center;
    margin: 0 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #d6d1e04a;
}

.demos .demos-header h2 {
    color: #2f0b6c;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.demos .demos-header p {
    font-size: 18px;
    color: #2f0b6c;
    max-width: 60%;
    margin: auto;
    margin-bottom: 35px;
}

.demos-wrapper {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
}

.demos-item {
    width: 33.33%;
    overflow: hidden;
    transition: all .3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.demos-item:hover {
    transform: translateY(-5px);
}

.demos-item:hover .demos-inner .demos-content h4 a {
    color: #6933ff;
}

.demos-item .demos-inner {
    margin: 15px 15px 25px;
    transition: all 0.3s;
    box-shadow: 0 0px 15px rgba(8, 8, 8, 0.10);
    overflow: hidden;
    border-radius: 5px;
}

.demos-item .demos-thumb {
    overflow: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.demos-item .demos-thumb img {
    max-width: 100%;
    display: block;
    margin: 0;
}

.demos-item .demos-inner .demos-content {
    padding: 20px;
    background-color: #fff;
}

.demos-item .demos-inner .demos-content h4 {
    margin-bottom: 10px;
}

.demos-item .demos-inner .demos-content h4 a {
    color: black;
}

.demos-item .demos-inner .demos-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.demos-item .demos-inner .demos-content .meta-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.demos-item .demos-inner .demos-content .meta-info .btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.demos-item .demos-inner .demos-content .meta-info a {
    background-color: #e9e8f6;
    display: inline-block;
    padding: .4rem .9rem;
    border-radius: 3px;
    color: #262525;
}

.demos-item .demos-inner .demos-content .meta-info a:hover {
    background-color: #c7c3ff;
}

.demos-item .demos-inner .demos-content .meta-info {}

.demos-item .demos-item-inner h3 a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    color: #fff;
    background: #2152cb;
    text-transform: capitalize;
    transition: all .3s ease;
    display: block;
}

.demos-item:hover .demos-item-inner {
    transform: translateY(-10px);
}

/*======= demos-section End =====*/



/*===== inner-page-secton start ====*/
.inner-page {
    padding: 110px 0px;
    background: #eceef526;
}

.inner-page .inner-page-header {
    text-align: center;
    margin: 0 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #d6d1e04a;
}

.inner-page .inner-page-header h2 {
    color: #2f0b6c;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.inner-page .inner-page-header p {
    font-size: 16px;
    color: #2f0b6c;
    max-width: 60%;
    margin: auto;
    margin-bottom: 35px;
}

.section-wrapper {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
}

.inner-page-item {
    width: 33.33%;
    overflow: hidden;
}

.inner-page .inner-page-item {
    overflow: hidden;
    text-align: center;
}

.inner-page .inner-page-item-inner {
    margin: 15px;
    transition: all 0.3s;
    box-shadow: 0 0px 15px rgba(8, 8, 8, 0.10);
    overflow: hidden;
}

.inner-page .inner-page-thumb {
    overflow: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.inner-page .inner-page-thumb img {
    max-width: 100%;
    display: block;
    margin: 0;
}

.inner-page-item .inner-page-item-inner h3 a {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
    color: #fff;
    background: #2152cb;
    text-transform: capitalize;
    display: block;
    transition: all .3s ease;
}

.inner-page-item:hover .inner-page-item-inner {
    transform: translateY(-5px);
    box-shadow: 0 3px 10px rgba(136, 136, 136, .10);
}

/*======= footer-section start =====*/
footer {
    background: #000;
}

.footer-bg {
    background: url(../../assets/images/banner/footer-bg.jpg);
    background-color: #e9e8f640;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.footer-bg .footer-content-area {
    text-align: center;
    position: absolute;
    top: 50%;
    overflow: hidden;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(-50%);

}

.footer-bg .footer-content-area h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 30px;
}


/* scrollToTop */


.scrollToTop {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff !important;
    position: fixed;
    bottom: 70px;
    right: 70px;
    font-size: 36px;
    z-index: 999;
    display: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: rgb(0, 142, 255);
    animation: lab_run_top_y 5s linear infinite;
}

@keyframes lab_zoomin {
    0% {
        transform: translateY(-20px) translateX(0px);
    }

    50% {
        transform: translateY(0px) translateX(-20px);
    }

    100% {
        transform: translateY(-20px) translateX(0px);
    }
}

@keyframes lab_run_top_y {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes lab_run_x {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0px);
    }
}