/*
Template Name: GoSofto - Software Landing Page Responsive HTML Template
Description: Gosofto is a powerful 100% Responsive Multipurpose Software landing page template.
Version: 1.0
Author: https://themeforest.net/user/htmllover/portfolio
*/

/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #353535;
    font-weight: 400;
    line-height: 1.75;
}

p {
    margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small, .text_small {
    font-size: 0.8em;
}

strong, b{
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

header {
    position: absolute;
    z-index: 2;
    width: 100%;
}
p.lead{
    font-size: 16px;
    line-height: 28px;
}
.logo h1 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

header .buy-link {
    font-size: 13px;
    font-weight: 600;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    padding: 10px 30px;
    border-radius: 30px;
    background: #ef403b;
    color: #fff;
}

.background-img {
    position: relative;
    width: 100%;
    display: block;
}
.background-img:before {
    position: absolute;
    content: '';
    background: rgba(0, 67, 139, 0.10);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ptb-100 {
    padding: 100px 0;
}

.height-100{
    height: 100vh;
}
.header-content{
    height: 100vh;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}

.header-content h1{
    font-size: 32px;
    line-height: 40px;
    color: #383838;
}
.promo:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.promo .promo-content .logo {
    margin: 0 auto;
    display: block;
    max-height: 85px;
}

.promo{
    color: #454545;
    z-index: 2;
    position: relative;
}

.promo .promo-content h1 {
    font-size: 18px;
    font-weight: 500;
    padding: 30px 0 12px;
}

.promo .promo-content p {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.8;
    line-height: 28px;
}
.promo-content .page-btn{
    position: absolute;
    bottom: 100px;
    left: 45%;
}
.page-btn {
    background: #ef403b;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 0 35px;
    height: 42px;
    display: inline-block;
    font-size: 13px;
    line-height: 43px;
    color: #fff;
    margin-top: 45px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.page-btn:hover, header .buy-link:hover {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    background: #79b530;
    color: #fff;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.22);
}

.page-btn.color {
    background: #79b530;
    color: #fff;
}

/*Content Section */

.content {
    padding-top: 80px;
}

.content figure img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.content figure img:hover {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.25);
    transform: translate(0, -10px);
}

.content figure figcaption {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
    color: #afafaf;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    text-transform: uppercase;
}

.content figure:hover figcaption {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    color: #1b2796;
}

footer {
    background: #e6e6e6;
    margin-top: 90px;
    padding: 50px 0;
}

footer .logo {
    max-height: 60px;
    margin-top: 45px;
}

footer .social {
    margin-top: 20px;
}

footer .social a {
    color: #ef403b;
    font-size: 14px;
    margin-right: 8px;
}

footer .social a:hover {
    color: #757575;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}

footer hr {
    border-top: 1px solid #949494;
    margin-top: 40px;
}

footer p {
    color: #464646;
    font-size: 12.5px;
    margin-top: 30px;
}

footer p a {
    color: #00cdb9;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}

footer p a:hover {
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    color: #fff;
}

@media (max-width: 991px) {
    .demo {
        margin-bottom: 30px;
    }

    br {
        display: none;
    }

}


/*start chat section css*/

.pulse-wr {
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    z-index: 8;
    -webkit-backface-visibility: hidden;
    background: transparent;
}
.popup-pulse {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: 50%;
    left: 60%;
    margin-left: -35px;
    margin-top: -35px;
    background-color: rgba(255, 212, 20, 0.9);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    display: block;
    width: 70px;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    line-height: 73px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(111, 154, 55, 0.5);
    -webkit-animation: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;

}

.popup-pulse:before {
    right: -18px;
    border-radius: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-image: url(../img/logo-envato-icon.html);
    content: '';
    box-shadow: 0 0 0 5px rgba(255, 212, 20, 0.7);
}

.popup-pulse i{
    position: absolute;
    top: 22px;
    left: 14px;
    font-size: 13px;
    line-height: 14px;
    color: #000000;
}

@-webkit-keyframes zoom {
    0% {
        /*transform: scale(0.9);*/
    }
    70% {
        /*transform: scale(1);*/
        box-shadow: 0 0 0 25px rgba(111, 154, 55, 0);
    }
    100% {
        /*transform: scale(0.9);*/
        box-shadow: 0 0 0 0 rgba(111, 154, 55, 0);
    }
}

@keyframes zoom {
    0% {
        /*transform: scale(0.9);*/
    }
    70% {
        /*transform: scale(1);*/
        box-shadow: 0 0 0 25px rgba(111, 154, 55, 0);
    }
    100% {
        /*transform: scale(0.9);*/
        box-shadow: 0 0 0 0 rgba(111, 154, 55, 0);
    }
}




































