/*----------------------------------------------------------------------------------

Project     :   Macnix - Product Landing Page

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

default css
preloader
header
home area
about area
section heading
features area
why choose area
core features area
video area
product area
newsletter area
testimonial area
faq area
blog area
contact
footer
blog page
blog single page

--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    default css
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,500,600,700');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #130f40;
    position: relative;
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

button {
    cursor: pointer;
    outline: 0
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 30px;
    line-height: 40px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 14px;
    color: #555;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 10px
}

.d-table {
    width: 100%;
    height: 100%
}

.bg-gray {
    background-color: #f9f9f9
}


/*-------------------------------------------------------------------------------------
    preloader
---------------------------------------------------------------------------------------*/

.preloader {
    background-image: linear-gradient(-50deg, #0985f9 0%, #6809dc 100%);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    header
---------------------------------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 12px 0;
}
.navbar-nav .nav-item {
    padding: 0 8px;
}

.caption.d-table {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 500;
}

.navbar-nav .nav-item .nav-link:focus {
    color: #0985f9;
}

.navbar-nav .nav-item .nav-link.active {
    color: #0985f9;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #0985f9;
}

.navbar-nav.download-btn .nav-link {
    border-radius: 30px;
    padding: 8px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: linear-gradient(-30deg, #6058f9 0%, #dd4ffc 100%);
    color: #fff;
    background-size: 100% auto
}

.navbar-nav.download-btn .nav-link:hover {
    color: #fff !important;
    background-size: 160% auto
}

#header.sticky {
    position: fixed;
    background-color: #fff;
    padding: 14px 0;
}

#header.sticky .navbar {
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#header.sticky .download-btn .nav-link {
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
}

/*-------------------------------------------------------------------------------------
    home area
---------------------------------------------------------------------------------------*/
#home-area {
    margin-top: 88px;
}

.caption h1 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.caption p {
    color: #fff;
}

.caption a {
    display: inline-block;
    background: -webkit-gradient(linear, right top, left top, from(#1d46f5), to(#6809dc));
    background: linear-gradient(-90deg, #1d46f5 0%, #6809dc 100%);
    ;
    padding: 10px 29px;
    border-radius: 30px;
    font-weight: 500;
    color: #fff;
    margin-top: 25px;
    font-size: 15px;
    background-size: 100% auto
}

.caption a:hover {
    background-size: 200% auto
}

.caption a i {
    padding-right: 4px
}

.caption-img img {
    max-width: 300px;
}

/*
home carousel
--------------------------------------*/


a.logo img {
    width: 150px;
}

.d-table-cell.align-middle.slider-btns button {
    color: #fff;
}

.client-info img {
    height: 80px !important;
    max-width: 80px !important;
}

.home-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center
}

.home-carousel .owl-dot {
    display: inline-block;
    width: 30px;
    height: 7px;
    border: 2px solid #fff !important;
    margin: 0 2px;
    outline: 0;
    border-radius: 2px
}

.home-carousel .owl-dot.active {
    background-color: #fff
}

/*
home newsletter
--------------------------------------*/

#home-area.newsletter {
    height: auto;
    padding: 160px 0 130px;
}

#home-area .content {
    padding: 0 10%;
    margin: 0 0 40px;
}

#home-area .content h1 {
    color: #fff;
    font-weight: 700;
}

#home-area .content p {
    color: #ddd;
}

.home-newsletter h4 {
    font-weight: 600;
    margin: 0 0 15px;
}

.home-newsletter {
    background-color: #fff;
    padding: 20px 20px 30px;
    border-radius: 4px
}

.home-newsletter input {
    height: 50px;
    border: 1px solid #e6f0fa;
    font-size: 15px;
}

.home-newsletter button {
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    border: 0;
    height: 50px;
    border-radius: 4px;
    color: #fff;
    background-size: 100% auto
}

.home-newsletter button:hover {
    background-size: 200% auto
}

/*
home newsletter two
--------------------------------------*/

#home-area.newsletter.two {
    padding: 160px 0 0px;
    margin-bottom: 80px
}

.home-video a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    margin-top: 30px;
    background: linear-gradient(-30deg, #6058f9 0%, #dd4ffc 100%);
    color: #fff;
    position: relative
}

.home-video a:hover {
    background-color: #130f40;
    color: #fff;
}

.home-video a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

.home-video a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}

.home-newsletter.two {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin-bottom: -80px;
}

.home-video {
    margin: 0 0 100px;
}

/*-------------------------------------------------------------------------------------
    about area
---------------------------------------------------------------------------------------*/
#about-area {
    padding: 50px 0 5px;
}

.about-content h5 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent
}

.about-content h2 {
    font-weight: 700;
    margin: 0 0 15px
}

.about-info {
    margin: 40px 0 0;
}

.about-info-single {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 4px;
    padding: 15px 10px;
}

.about-info-single i {
    color: #1d46f5;
    font-size: 26px;
}

.about-info-single h6 {
    font-weight: 600;
}

.about-content h2 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
}

.about-content h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    display: table;
    background-color: lightgray;
    margin: 0 auto;
    padding: 0px 20px;
}

.how-to-box h2 {
    background-color: black;
    text-align: center;
    color: white;
    font-size: 18px;
    margin: 0;
}

.how-to-box h6 {
    text-align: center;
    background-color: black;
    color: white;
    padding: 10px 0px;
}


.how-to-box h6 p{
    color: white;
}

.benefit h2 {
    text-align: center;
    font-weight: 600;
    border-bottom: 3px solid black;
    display: table;
    margin: 15px auto;
}

/*-------------------------------------------------------------------------------------
    section heading
---------------------------------------------------------------------------------------*/

.section-heading h5 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    margin: 0 0 5px
}

.section-heading h2 {
    font-weight: 700
}

.section-heading {
    margin-bottom: 60px
}

/*-------------------------------------------------------------------------------------
    features area
---------------------------------------------------------------------------------------*/

#features-area {
    padding: 105px 0 0;
    background-image: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    margin-bottom: 40px
}

.features-single {
    background-color: #fff;
    padding: 30px 20px 15px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-radius: 4px;
    border-bottom: 2px solid #1d46f5;
    margin: 0 0 30px
}

.features-single h4 {
    font-weight: 600;
    margin: 0 0 5px
}

.features-single .icon {
    width: 20%;
    float: left;
    margin: 8px 0 0;
    text-align: center;
    padding-right: 15px
}

.features-single i {
    color: #1d46f5;
    font-size: 30px;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #f5f5ff;
    border-radius: 50%;
    line-height: 60px;
    -webkit-box-shadow: 0 0 10px rgba(29, 70, 245, 0.8);
    box-shadow: 0 0 10px rgba(29, 70, 245, 0.8);
    border: 3px solid #fff;
}

.features-single .content {
    width: 75%;
    float: left;
}

/*-------------------------------------------------------------------------------------
    why choose area
---------------------------------------------------------------------------------------*/

#why-choose-area {
    padding: 130px 0 70px;
    background-image: url(../images/banner-2.png);
    background-repeat: no-repeat;
    background-position: left top
}

.why-choose-img img {
    max-width: 320px;
}

.why-choose-single {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px 20px 20px;
    border-radius: 4px;
}

.why-choose-single h4 {
    font-weight: 600;
    margin: 0 0 5px;
}

.why-choose-single i {
    width: 65px;
    height: 65px;
    display: inline-block;
    background-color: #f5f5ff;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(29, 70, 245, 0.8);
    box-shadow: 0 0 10px rgba(29, 70, 245, 0.8);
    color: #1d46f5;
    margin-bottom: 15px;
}

.features-single.features-single-box .icon1 {
    text-align: center;
}

.features-single.features-single-box .icon1 img {
    width: 300px;
    border-radius: 10px;
}

.features-single.features-single-box .content1 {
    margin-top: 20px;
}

.features-single.features-single-box .content1 ul {
    margin: 0 auto;
    padding: 0px 20px;
}

.features-single.features-single-box .content1 ul li {
    list-style: circle;
    font-size: 14px;
}

/*-------------------------------------------------------------------------------------
    core features area
---------------------------------------------------------------------------------------*/

#core-feat-area {
    padding: 95px 0 60px;
}

.core-feat-single {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    background-color: #fff
}

.core-feat-single i {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;
    background: linear-gradient(-50deg, #0985f9 0%, #6809dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent
}

.core-feat-single:after {
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid #e6e7ff;
    content: '';
    left: 100%;
    top: 72px;
}

.core-feat-single.left:after {
    border-right: 40px solid #e6e7ff;
    border-left: 0;
    content: '';
    left: -40px;
    top: 72px;
}

.core-feat-single h4 {
    font-weight: 600;
}

.core-feat-img img {
    max-width: 270px;
}

.core-feat-img {
    padding: 45px 0 0;
    margin-left: 20px;
}

/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

#video-area {
    padding: 175px 0 100px;
    background-image: url(../images/banner-3.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover
}

.video-box {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background-color: #fff;
    border-radius: 10px
}

.video-content {
    background-image: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 170px 0 200px;
    border-radius: 10px;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-50deg, #0985f9 0%, #6809dc 100%);
    opacity: 0.8
}

.video-content a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    margin-top: 30px;
    background-color: #fff;
    color: #0985f9;
    position: relative
}

.video-content a:hover {
    background-color: #130f40;
    color: #fff;
}

.video-content a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

.video-content a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }
    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }
    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    product area
---------------------------------------------------------------------------------------*/

#product-area {
    padding: 50px
}

.product-single {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.ribbon {
    position: absolute;
    left: -40px;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    padding: 5px 50px;
    font-weight: 500;
    color: #fff;
    font-size: 12px
}

.prod-img {
    padding: 20px;
    background-color: #f1f1f1;
}

.prod-details {
    padding: 30px 0 40px;
    border: 2px solid #f1f1f1;
    border-top: 0
}

.prod-details h4 {
    color: #7800ff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.prod-details h5 {
    font-weight: 600;
}

.prod-details h5 del {
    padding-right: 15px;
}

.prod-details a {
    border: 2px solid #1d46f5;
    color: #1d46f5;
    padding: 4px 12px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0 0;
}

.prod-details a:hover {
    background-color: #1d46f5;
    color: #fff
}

.prod-details a i {
    padding-right: 2px
}

.load-more-btn a:hover {
    background-size: 200% auto;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.load-more-btn a {
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    ;
    padding: 10px 22px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin: 50px 0 0;
    background-size: 100% auto
}

.load-more-btn a i {
    padding-right: 4px
}

/*-------------------------------------------------------------------------------------
    newsletter area
---------------------------------------------------------------------------------------*/

#newsletter-area {
    padding: 50px 0 45px;
}

.newsletter-wrap {
    background-image: url(../images/banner-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px;
    border-radius: 10px
}

.newsletter-cont h2 {
    font-weight: 700;
}

.newsletter-form input {
    height: 50px;
    border-radius: 30px;
    padding-left: 20px;
    border: 0;
    font-size: 14px;
    font-weight: 500
}

.newsletter-form {
    position: relative;
}

.newsletter-form button {
    padding: 0 20px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px;
    border: 0;
    background-color: #130f40;
    color: #fff
}

.newsletter-form button:hover {
    background-color: #7800ff;
}

/*-------------------------------------------------------------------------------------
    testimonial area
---------------------------------------------------------------------------------------*/

#testimonial-area {
    padding: 50px 0 90px;
}

.testi-single {
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    margin: 20px;
    padding: 30px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff
}

.client-comment span i {
    color: #f79f1f;
    margin: 0 2px
}

.client-details img {
    max-width: 70px;
    border-radius: 50%;
    margin: 15px 0 0;
    border: 2px solid #1d46f5
}

.client-info {
    width: 55%;
    float: left;
}

.client-info h5 {
    font-weight: 600;
    margin: 10px 0 0;
    color: #7800ff;
    font-family: 'Open Sans', sans-serif
}

.quote i {
    display: inline-block;
    font-size: 70px;
    color: #e6f0fa;
}

.testi-carousel.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    text-align: center
}

.testi-carousel.owl-carousel .owl-dot {
    width: 30px;
    height: 7px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 4px;
    border: 2px solid #1d46f5;
    outline: 0
}

.testi-carousel.owl-carousel .owl-dot.active {
    background-color: #1d46f5;
}

/*-------------------------------------------------------------------------------------
    faq area
---------------------------------------------------------------------------------------*/

#faq-area {
    padding: 165px 0 100px;
    background-image: url(../images/banner-3.png);
    background-repeat: no-repeat
}

.card {
    margin: 0 0 5px;
    border: 0
}

.card .card-header {
    background: #1d46f5;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    border: 0
}

.card .card-header a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.card-header.active::after {
    content: '\ef9a';
    color: #fff;
}

.card-header::after {
    content: '\efc2';
    font-family: 'IcoFont';
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 16px;
    color: #fff
}

.card-body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 10px 30px #ddd;
    box-shadow: 0 10px 30px #ddd
}

.faq-img img {
    max-width: 280px;
}

/*-------------------------------------------------------------------------------------
    blog area
---------------------------------------------------------------------------------------*/

#blog-area {
    padding: 95px 0 20px;
}

.blog-single img {
    border-radius: 6px;
    margin: 0 0 20px;
}

.post-content h3 a {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 10px
}

.post-content h3 a:hover {
    color: #325eff
}

.post-content h6 {
    font-weight: 600;
    font-size: 13px;
    color: #555;
    margin: 0 0 12px;
}

.post-content h6 a {
    color: #325eff;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px
}

.post-content h6 small {
    padding: 0 6px;
    font-weight: 700
}

/*-------------------------------------------------------------------------------------
    contact
---------------------------------------------------------------------------------------*/

#contact-area {
    background-image: url(../images/banner-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0 100px
}

#contact-area .section-heading h5 {
    -webkit-background-clip: #fff;
    -webkit-text-fill-color: #fff;
    background-color: transparent;
    background: none;
}

#contact-area .section-heading p {
    color: #f1f1f1
}

.contact-form {
    background-color: #fff;
    padding: 40px 40px 25px;
    border-radius: 10px;
}

.contact-form input {
    border: 1px solid #e6f0fa;
    height: 50px;
    font-size: 15px;
}

.contact-form textarea {
    border: 1px solid #e6f0fa;
    font-size: 15px;
    padding-top: 10px
}

.contact-btn button {
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    border: 0;
    padding: 10px 30px;
    outline: 0;
    color: #fff;
    border-radius: 4px;
    background-size: 100% auto
}

.contact-btn button:hover {
    background-size: 200% auto
}

.help-block.with-errors li {
    color: #ff0000;
    margin: 4px 0 0;
}

.messages {
    margin: 15px 0 0
}

.messages button {
    color: #000;
    padding: 0;
    background-color: transparent
}

.messages button:hover {
    background-color: transparent
}

/*-------------------------------------------------------------------------------------
    footer
---------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
    blog page
---------------------------------------------------------------------------------------*/

.page-breadcrum-area {
    padding: 140px 0 65px;
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.breadcrum-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    opacity: 0.9
}

.breadcrumb-content h2 {
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.breadcrumb {
    background-color: transparent;
    display: block;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    color: #dd4ffc;
    font-weight: 600;
}

.breadcrumb li.active,
.breadcrumb-item::before {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px
}

.blog-wrap {
    padding: 100px 0;
}

.blog-post-list,
.sidebar {
    border: 1px solid #e6f0fa;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
}

.blog-post-list {
    padding: 30px 30px 0;
}

.sidebar {
    padding: 30px 30px 15px;
}

.widget.search input {
    height: 50px;
    border: 1px solid #e6f0fa;
    font-weight: 500;
    font-size: 15px
}

.widget.search {
    position: relative;
}

.widget.search span {
    position: absolute;
    right: 20px;
    top: 14px;
    height: 100%;
    color: #325eff
}

.sidebar .widget {
    margin: 0 0 20px;
}

.sidebar .widget h5 {
    font-weight: 600;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
}

.widget.categories ul li a {
    display: block;
    padding: 6px 0;
    font-weight: 500;
}

.recent-post .img {
    width: 40%;
    float: left;
    margin-bottom: 12px
}

.recent-post .img img {
    border-radius: 4px;
}

.recent-post .content {
    width: 60%;
    float: left;
    padding-left: 10px;
}

.recent-post .content a {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 6px
}

.widget .recent-post {
    overflow: hidden;
}

.recent-post .content h6 {
    margin: 0;
}

.recent-post .content p {
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
}

.blog-single.v2 h4 a:hover,
.widget.categories ul li a:hover,
.recent-post .content a:hover,
.widget.categories ul li a i {
    color: #325eff !important
}

.blog-single {
    margin: 0 0 50px;
}

.widget.tags ul li a {
    display: block;
    border: 1px solid #e6f0fa;
    padding: 5px 8px;
    margin: 2px;
    font-weight: 500;
    border-radius: 4px;
}

.widget.tags ul li a:hover {
    background-color: #325eff;
    color: #fff
}

.widget.tags ul li {
    display: inline-block;
}

.blog-pagination {
    margin: 50px 0 0;
}

.blog-pagination ul li {
    display: inline-block;
}

.blog-pagination ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e6f0fa;
    border-radius: 50%;
    font-weight: 600;
    background-size: 100% auto
}

.blog-pagination ul li a.active,
.blog-pagination ul li a:hover {
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    border-color: #325eff
}

/*-------------------------------------------------------------------------------------
    blog single page
---------------------------------------------------------------------------------------*/

.comment-wrap {
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 30px;
    margin: 40px 0 0;
    border-radius: 10px
}

.comment-list {
    margin: 0 0 40px;
}

.post-comments h3 {
    font-weight: 600;
    color: #130f40;
}

.comment-list .media {
    margin: 24px 0 0;
    background-color: #f7f8fc;
    padding: 20px 15px 10px;
    border-radius: 6px;
}

.media .media-object {
    width: 80px;
    border-radius: 50%;
}

.media-body {
    padding-left: 15px;
}

.media-body h5 a {
    font-weight: 600;
    margin: 0;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    font-size: 16px;
    display: inline-block
}

.media-body h6 a {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    padding-right: 10px;
    margin: 0 0 6px
}

.media-body h6 a i {
    color: #325eff;
    padding-right: 2px;
}

.media-body h6 a:hover {
    color: #325eff;
}

.comment-form h4 {
    font-weight: 600;
    margin: 0 0 30px;
}

.comment-form input {
    height: 50px;
    border: 1px solid #e6f0fa;
    font-size: 14px;
    border-radius: 30px;
    padding-left: 20px;
    font-weight: 500;
    background-color: #f7f8fc
}

.comment-form textarea {
    border: 1px solid #e6f0fa;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 0 0 20px;
    font-weight: 500;
    background-color: #f7f8fc
}

.comment-form button {
    padding: 10px 30px;
    border-radius: 30px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    color: #fff;
    background-size: 100% auto;
    outline: 0
}

.comment-form button:hover {
    background-size: 200% auto
}


/*-------------------------------------------------------------------------------------
    demo area
---------------------------------------------------------------------------------------*/

.demo-header {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.demo-header h2 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    line-height: 50px
}

.demo-body {
    padding: 100px 0 40px;
}

.demo-img {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)
}

.demo-sing-cont h5 {
    font-weight: 500;
    margin: 15px 0;
}

.demo-sing-cont a {
    display: inline-block;
    padding: 8px 26px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
}

.demo-sing-cont a:hover {
    background-size: 200% auto
}

.demo-single {
    margin: 0 0 60px;
}

.demo-header-cont a {
    display: inline-block;
    padding: 10px 33px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    margin: 30px 10px 0 0;
    background: linear-gradient(-30deg, #6058f9 0%, #dd4ffc 100%)
}

.demo-header-cont a:hover {
    background-size: 200% auto
}
.our-team-main
{
    width:100%;
    height:auto;
    border-bottom:5px #323233 solid;
    background:#fff;
    text-align:center;
    border-radius:10px;
    overflow:hidden;
    position:relative;
    transition:0.5s;
    margin-bottom:28px;
}


.our-team-main img
{
    border-radius:50%;
    margin-bottom:20px;
    width: 90px;
}

.our-team-main h3
{
    font-size:20px;
    font-weight:700;
}

.our-team-main p
{
    margin-bottom:0;
}

.team-back
{
    width:100%;
    height:auto;
    position:absolute;
    top:0;
    left:0;
    padding:5px 15px 0 15px;
    text-align:left;
    background:#fff;
    
}

.team-front
{
    width:100%;
    height:auto;
    position:relative;
    z-index:10;
    background:#fff;
    padding:15px;
    bottom:0px;
    transition: all 0.5s ease;
}

.our-team-main:hover .team-front
{
    bottom:-200px;
    transition: all 0.5s ease;
}

.our-team-main:hover
{
    border-color:#777;
    transition:0.5s;
}

/*our-team-main*/

.zoom {

  background-color: green;
  transition: transform .2s;
  width: 255px;
  height: 255px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.title{
text-transform: uppercase;
font-size: 18px;
}
.main-description{
 color:white;   
  position: absolute;
  top:10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:100%;
  padding:0 10px;
    line-height:2;
}
.overlay {
  position: absolute;
  bottom: 0;
  left:0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  height:20%;  
  background-color: rgb(31,41,55,0.5);
}
.main-container:hover .overlay{
    height: 100%;
}
.main-container{
  position: relative;
  text-align: center;
}
.main-container img{
    width: 100%;
   
    border:1px solid #ccc;
}
.main-container:hover .hidedescription{
    display:block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:visible;
    font-size:14px;
/*  padding:10px !important; */
}
.hidedescription{
    display:none;
}
.row .col-lg-4{
  margin-bottom: 1rem;
}
.footer {
    position: fixed;
    z-index: 99;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    border-radius: 60px;
    background-color: black;
    height: 55px;
    align-items: center;
}
.footer a{
  font-size:14px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
@media only screen and (max-width:992px) {

  #footer{
    width:100%;
    left: 0;
  }
#accordion{
    height: 300px;
}

}
.modal1 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top:100px;
  left: 0;
  top:30px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content1 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close1 {
  color: white;
  position: absolute;
  top:60px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
}

.close1:hover,
.close1:focus {
  color:#fff;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}
   img {
  max-width: 100%; }

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card1 {
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

            .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color:lightgray;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-top: 90px;
}



.sidenav .closebtn {
  position: absolute;
  top: 0;
left: -35px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 400px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.accordion {
      width: 100%;
     margin: 30px auto 90px;
  
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    padding-left: 0;
    border-radius:15px;
    height:380px;
    overflow: scroll;


}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-right {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {     color: #AA00FF; }

.accordion li.open i { color: #AA00FF;}

.accordion li.open i.fa-chevron-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}


.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
  display: block; 
  text-decoration: none;
  color: #000;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #fff;
  color: #000;

}
.center{
width: 150px;
  
}


.banner-commenpage {
    margin-top: 90px;
}

.services-section {
    padding: 50px 0px;
}

.row.service-box {
    background-color: #eaeaea;
    padding: 20px;
    margin-bottom: 20px;
}

.services-banner img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.services-section .services-text{
    display: flex;
    height: 100%;
    align-items: center;
}

.services-section .services-text h2{
    font-size: 28px;
    font-weight: 800;
}

.services-section .services-text p{
    font-size: 16px;
    font-weight: 400;
}


.product-section {
    padding: 0px 0px 80px 0px;
}

.product-text {
    text-align: center;
    background-color: #f4f4f4;
    padding: 12px;
}

.product-text img {
    margin-bottom: 10px;
}

.product-text h2 {
    margin: 0 auto;
    font-weight: 600;
}

.product-text h4 {
    margin: 0 auto;
    font-weight: 600;
}

.product-text a {
    margin: 0 auto;
    display: inline-block;
    padding: 8px 30px;
    background-color: #130f40;
    color: white;
    border-radius: 50px;
    margin-top: 15px;
}

.product-section.blog-sect {
    padding: 50px 0px;
}

.product-section.blog-sect .product-text h2 {
    margin: 0 auto;
    line-height: 18px;
    font-weight: 600;
}

.product-section.blog-sect .product-text a {
    margin: 0 auto;
    display: initial;
    padding: inherit;
    background-color: inherit;
    color: black;
    line-height: inherit;
    border-radius: initial;
    margin-top: 15px;
}

.default-padding, .default-padding-top, .default-padding-bottom, .default-padding-mx {
    position: relative;
    z-index: 1;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.product-items {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 20px 20px 35px #f0f0f0;
    border: 1px solid #ccc;
}

.product-items button {
    width: 100%;
    padding: 15px 40px;
    border-radius: 30px;
    background: #0985f9;
    color: #ffffff;
    font-weight: 600;
}

.default-padding .info .thumb a img {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.single-item-box {
    text-align: center;
    background-color: whitesmoke;
    padding: 20px;
}

.single-item-box h3 {
    margin: 0 auto;
}

.single-item-box h3 a {
    font-size: 20px;
    font-weight: 500;
}

button.stripe-btn {
    background-color: #0985fa;
    padding: 10px 30px;
    border: none;
    color: white;
}




@media screen and (max-width: 768px) {

.product-section {
    padding: 0px 0px 30px 0px;
}
.product-text {
    margin-bottom: 20px;
}
.product-img img {
    width: 200px;
}

}