/*************************
  1.General
*************************/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800');

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

*::before,
*::after,
a,
button,
span,
input,
textarea,
.btn {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button,
input,
textarea {
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    outline: medium none;
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3f3f3f;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}


ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #999999;
    margin-bottom: 15px;
}


input:focus,
textarea:focus {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    outline: 0;
}

/*-- Common Classes --*/
.fix {
    overflow: hidden
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*-- Margin Top --*/
.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}


/*-- Padding Top --*/
.pt-65 {
    padding-top: 65px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-150 {
    padding-top: 150px;
}


/*-- Padding Bottom --*/
.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

/*-- Background Color --*/
.bg-gray {
    background-color: #f6f6f6;
}

.bg-dark {
    background-color: #1a1a1a;
}

.bg-light-dark {
    background-color: #232323;
}


/*-- Section Title --*/
.section-title h1 {
    color: #373737;
    display: block;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}


/*-- Overlay --*/
.overlay {
    position: relative;
}

.overlay::before {
    background-color: #121421;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
}


/* -----------------------------------
  02. Header Section
--------------------------------------*/
.header-section {
    background-color: transparent;
    padding: 30px 0;
    z-index: 99999;
    position: absolute;
    width: 100%;
}

.header-section.stick {
    animation: fadeInDown .5s ease-in-out;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    padding: 15px 0;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*-- Logo --*/
.header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-buy {
    text-align: center;
}

.logo {
    margin-right: 10px;
}

.logo a {
    display: block;
    position: relative;
}

.stick .logo {
    width: 170px;
}

.sticker .sticky-logo {
    display: none;
    visibility: hidden;
}

.stick .sticky-logo {
    display: block;
    visibility: visible;
}

.stick .non-sticky {
    display: none;
    visibility: hidden;
}

.buy-btn {
    border: 2px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 24px;
    margin-top: 0;
    padding: 6px 25px;
    text-transform: uppercase;
}

.stick .buy-btn {
    border: 2px solid #92c234;
    color: #92c234;
    margin-top: 3px;
}

.buy-btn:hover {
    background-color: #92c234;
    border-color: #92c234;
    color: #fff;
}

.buy-btn:focus {
    color: #fff;
}

.hero-section {
    padding: 300px 0 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.4;
}

.hero-content h1 strong {
    font-size: 60px;
    font-weight: 600;
}

.hero-content p {
    color: #fff;
    margin-top: 15px;
}

.hero-content a {
    margin-top: 25px;
    display: inline-block;
}

.demo-item {
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.demo-item .image {
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}

.demo-item .image::after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.demo-item:hover .image {
    /*box-shadow: 0 5px 10px rgb(0, 0, 0, 0.7);*/
    transform: translateY(-10px);
}

.demo-item:hover .image::after {
    opacity: 0.6;
}

.demo-item:hover .image i {
    opacity: 0.9;
    transform: translateY(-50%);
}

.demo-item .image img {
    width: 100%;
}

.demo-item .image i {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    left: 50%;
    line-height: 56px;
    margin-left: -30px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 60px;
    z-index: 9;
}

.demo-item .image i:hover {
    background-color: #ffffff;
    color: #122179;
}

.demo-item .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.demo-item .title a {
    color: #212121;
    display: block;
    padding: 5px;
    font-weight: 600;
    font-size: 16px;
}

.demo-item .title a:hover {
    color: #92c234;
}

.single-feature .icon {
    color: #92c234;
    margin-right: 20px;
}

.single-feature .icon i {
    display: block;
    font-size: 36px;
}

.single-feature .content {
    padding-top: 5px;
}

.single-feature .content h4 {
    display: block;
    font-size: 18px;
    line-height: 13px;
    padding-bottom: 2px;
    text-transform: capitalize;
}

.single-feature .content p {
    color: #666;
    margin: 0;
}

.footer-section {
    background-color: #1B1B1C;
}

.footer-section h1 {
    color: #fff;
    display: block;
    float: left;
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-section .buy-btn:hover {
    color: #fff;
    border-color: #92c234;
    background-color: #92c234;
}


/*----- responsive css -----*/
@media only screen and (max-width: 579px) {
    .hero-section {
        padding: 120px 0 80px;
    }

    .logo {
        width: 170px;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content h1 strong {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-content a {
        margin-top: 8px
    }

    .header-inner .buy-btn {
        padding: 6px 20px;
    }

    .section-title h1 {
        font-size: 32px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        padding: 170px 0 140px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content h1 strong {
        font-size: 44px
    }

    .demo-content h1 {
        font-size: 30px;
    }

    .demo-item .image i {
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .single-feature .content p {
        font-size: 14px;
    }

    .footer-section h1 {
        font-size: 24px;
    }
}