body{
    padding-top:80px;
    position:relative;
    overflow-x:hidden
}
a{
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    display:inline-block
}
p{
    line-height:3.2rem;
    font-size: 1.33rem;
}
button{
    cursor:pointer
}
i,span,strong{
    display:inline-block
}
.scrollUp{
    -webkit-transform:translateY(-105%);
    transform:translateY(-105%)
}
@media (max-width: 991px){
    section{
        padding:100px 0
    }
}
nav.navbar{
    padding-top:15px;
    padding-bottom:15px;
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
    box-shadow:0 2px 3px rgba(0,0,0,0.1);
    background:#fff;
    -webkit-transition:all 0.5s;
    transition:all 0.5s
}
nav.navbar .navbar-brand{
    font-weight:800;
    font-size:1.7rem;
    color:#222
}
nav.navbar a.nav-link{
    color:#333;
    font-size:1.1rem
}
nav.navbar a.nav-link:hover,nav.navbar a.nav-link.active{
    color:#5989e5
}
nav.navbar .navbar-btn{
    margin-left:15px
}
nav.navbar .navbar-toggler{
    outline:none
}
nav.navbar .navbar-toggler span{
    width:25px;
    margin:5px;
    display:block;
    height:2px;
    background:#333;
    -webkit-transition:all 0.2s;
    transition:all 0.2s
}
nav.navbar .navbar-toggler.active span:first-of-type{
    -webkit-transform:rotate(45deg) translate(10px);
    transform:rotate(45deg) translate(10px)
}
nav.navbar .navbar-toggler.active span:last-of-type{
    -webkit-transform:rotate(-45deg) translate(10px);
    transform:rotate(-45deg) translate(10px)
}
nav.navbar .navbar-toggler.active span:nth-of-type(2){
    opacity:0
}
@media (max-width: 1199px){
    nav.navbar .navbar-btn{
        margin-left:0
    }
}
@media (min-width: 992px){
    nav.navbar{
        padding-left:3rem;
        padding-right:3rem
    }
}
section.hero p{
    margin:20px 0
}
@media (max-width: 767px){
    section.browser .nav-tabs a{
        margin-bottom:50px
    }
    section.browser .nav-tabs a.active{
        -webkit-transform:none;
        transform:none
    }
    section.browser .nav-tabs .row div:last-of-type a{
        margin-bottom:0
    }
}
section.about-us p{
    margin:30px 0
}
section.features .row{
    margin-bottom:40px
}
section.features .row:last-of-time{
    margin-bottom:0
}
section.features .icon{
    width:50px;
    height:50px;
    margin-bottom:30px
}
section.features .text p{
    line-height:1.8rem;
    font-size:0.95rem;
    color:#656565;
    margin:20px 0 25px
}
@media (max-width: 1199px){
    section.features .text{
        margin-bottom:50px
    }
}
@media (max-width: 1199px){
    section.testimonials .item{
        -webkit-box-shadow:-5.665px 9.429px 25px 0px rgba(0,0,0,0.2);
        box-shadow:-5.665px 9.429px 25px 0px rgba(0,0,0,0.2);
        padding:60px 40px 40px
    }
    section.testimonials .item .avatar{
        position:absolute;
        top:0;
        left:50%
    }
}
@media (max-width: 991px){
    section.newsletter .form-group input{
        width:100%
    }
    section.newsletter .form-group .submit{
        width:100%;
        position:static;
        margin-top:15px
    }
}
@media (max-width: 991px){
    footer.main-footer{
        padding:100px 0 0
    }
    footer.main-footer .copyrights{
        margin-top:100px
    }
    footer.main-footer .copyrights div[class*="col-"]{
        text-align:center !important
    }
}
#scrollTop{
    width:80px;
    height:40px;
    position:fixed;
    right:-90px;
    bottom:50%;
    background-color:#5989e5;
    background-image:-webkit-gradient(linear, left top, right top, from(#5989e5), to(#37cfdc));
    background-image:linear-gradient(to right, #5989e5, #37cfdc);
    color:#fff;
    text-align:center;
    line-height:40px;
    border-top-left-radius:50px;
    border-bottom-left-radius:50px;
    -webkit-box-shadow:0 3px 10px rgba(0,0,0,0.2);
    box-shadow:0 3px 10px rgba(0,0,0,0.2);
    font-size:0.7rem;
    cursor:pointer;
    z-index:9998;
    padding-right:10px;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
#scrollTop.active{
    right:-50px
}
#scrollTop i{
    font-size:1.1rem;
    margin-right:10px
}
#scrollTop:hover{
    right:0
}
@media (max-width: 1199px){
    #scrollTop{
        display:none !important
    }
}
.navbar{
    padding:.5rem 1rem
}
.navbar-brand{
    display:inline-block;
    padding-top:.3125rem;
    padding-bottom:.3125rem;
    margin-right:1rem;
    font-size:1.25rem
}
.navbar-toggler{
    padding:.25rem .75rem;
    font-size:1.25rem;
    line-height:1;
    border:1px solid transparent;
    border-radius:50px
}
.navbar-light .navbar-brand{
    color:rgba(0,0,0,0.9)
}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{
    color:rgba(0,0,0,0.9)
}
.navbar-light .navbar-nav .nav-link{
    color:rgba(0,0,0,0.5)
}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{
    color:rgba(0,0,0,0.7)
}
.navbar-light .navbar-nav .nav-link.disabled{
    color:rgba(0,0,0,0.3)
}
.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{
    color:rgba(0,0,0,0.9)
}
.navbar-light .navbar-toggler{
    color:rgba(0,0,0,0.5);
    border-color:rgba(0,0,0,0.1)
}
.navbar-light .navbar-toggler-icon{
    background-image:url("data:image/svg+xml;
    charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(14,193,97,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text{
    color:rgba(14,193,97,0.5)
}
.navbar-dark .navbar-brand{
    color:#fff
}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{
    color:#fff
}
.navbar-dark .navbar-nav .nav-link{
    color:rgba(255,255,255,0.5)
}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
    color:rgba(255,255,255,0.75)
}
.navbar-dark .navbar-nav .nav-link.disabled{
    color:rgba(255,255,255,0.25)
}
.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{
    color:#fff
}
.navbar-dark .navbar-toggler{
    color:rgba(255,255,255,0.5);
    border-color:rgba(255,255,255,0.1)
}
.navbar-dark .navbar-toggler-icon{
    background-image:url("data:image/svg+xml;
    charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(14,193,97,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text{
    color:rgba(14,193,97,0.5)
}
.btn{
    font-weight:400;
    border:1px solid transparent;
    padding:.6rem 3rem;
    font-size:1rem;
    line-height:1.5;
    border-radius:50px;
    -webkit-transition:all 0.15s ease-in-out;
    transition:all 0.15s ease-in-out
}
.btn:focus,.btn.focus{
    outline:0;
    -webkit-box-shadow:0 0 0 3px rgba(89,137,229,0.25);
    box-shadow:0 0 0 3px rgba(89,137,229,0.25)
}
.btn:active,.btn.active{
    background-image:none
}
body{
    font-size:1rem;
    font-weight:normal;
    line-height:1.5;
    color:#212529;
    background-color:#fff
}
a:focus,a:hover{
    color:#215dd1;
    text-decoration:underline
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    margin-bottom:.5rem;
    font-family:inherit;
    font-weight:800;
    line-height:1.1;
    color:#2e324a
}
h1,.h1{
    font-size:2.9rem
}
h2,.h2{
    font-size:2.2rem
}
h3,.h3{
    font-size:1.75rem
}
h4,.h4{
    font-size:1.5rem
}
h5,.h5{
    font-size:1.25rem
}
h6,.h6{
    font-size:1rem
}
.lead{
    font-size:1.35rem !important;
    font-weight:300 !important;
    line-height: 2.5rem !important;
}
.display-1{
    font-size:6rem;
    font-weight:300;
    line-height:1.1
}
.display-2{
    font-size:5.5rem;
    font-weight:300;
    line-height:1.1
}
.display-3{
    font-size:4.5rem;
    font-weight:300;
    line-height:1.1
}
.display-4{
    font-size:3.5rem;
    font-weight:300;
    line-height:1.1
}
hr{
    border-top:1px solid rgba(0,0,0,0.1)
}
.text-primary{
    color:#5989e5 !important
}
a.text-primary:focus,a.text-primary:hover{
    color:#2d6ade !important
}
.page-item:first-child .page-link{
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link{
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
}
.page-item.active .page-link{
    color:#fff;
    background-color:#5989e5;
    border-color:#5989e5
}
.page-item.disabled .page-link{
    color:#868e96;
    background-color:#fff;
    border-color:#ddd
}
.page-link{
    padding:.5rem .75rem;
    line-height:1.25;
    color:#5989e5;
    background-color:#fff;
    border:1px solid #ddd
}
