@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');
body, p, a, span, h1, h2, h3, h4, td, tr, ul, li{
    font-family: 'Barlow', sans-serif;
}
#sp-top-bar{
    background: rgb(77,46,144);
    background: -webkit-linear-gradient(left, rgba(77,46,144,1) 0%, rgba(142,206,165,1) 100%);
    background: -o-linear-gradient(left, rgba(77,46,144,1) 0%, rgba(142,206,165,1) 100%);
    background: linear-gradient(to right, rgba(77,46,144,1) 0%, rgba(142,206,165,1) 100%);
    height: 40px;
}
#sp-footer{
    background: rgb(77,46,144);
    background: -webkit-linear-gradient(left, rgba(77,46,144,1) 0%, rgba(142,206,165,1) 100%);
    background: -o-linear-gradient(left, rgba(77,46,144,1) 0%, rgba(142,206,165,1) 100%);
    background: linear-gradient(to right, rgba(77,46,144,1) 0%, rgba(142,206,165,1) 100%);
}
#sp-header{
    position: fixed;
    margin-top: 40px;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#sp-header.header-sticky{
    margin-top: 0px;
}
#sp-title{
    margin-top: 110px;
}
.order-md-1 img{
    width: 120%;
    max-width: 120%;
    float: right;
}
h1{
    font-size: 47px;
    color: #393636;
    line-height: 55px;
    font-weight: 700;
}

h2{
    font-size: 47px;
    color: #393636;
    line-height: 55px;
    font-weight: 700;
}
h3{
    font-size: 18px;
    font-weight: 700;
}
.card{
    border: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.card h3{
    height: 65px;
    overflow: hidden;
}
.card p{
    height: 55px;
    overflow: hidden;
    display: block;
}
.card img{
    margin-bottom: 10px;
}
.spacedat{
    height: 50px;
    clear: both; 
    width: 100%;
}
p{
    color: #393636;
    line-height: 30px;
    font-size: 16px;
}
.purple{
    color: #4e2f90;
}
.purplebutton:focus{
    color: #fff;
}
.purplebutton{
    background-color: #4e2f90;
    color: #fff!important;
    border-radius: 10px;
    padding: 15px 30px;
    margin-top: 10px;
    display: inline-block;
    margin: auto;
    text-align: center;
     -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.purplebutton:hover{
    color: #fff;
    transform: scale(1.1,1.1);
}
.card .purplebutton{
    width: 100%;
}
section#sp-feature{
    background-image: url(/images/featurebg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #e5e0ee;
}
div#sp-feature .col-md-6{
    background-color: #e5e0ee;
     padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px!important;
}
#sp-bottom{
    background-color: #fff;
}
#sp-bottom .card h2{
    font-size: 24px;
}
#sp-bottom .card p{
    height: auto;
}
#sp-bottom .card{
    height: 100%;
}
.fas{
    color: #4e2f90;
    font-size: 48px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#sp-footer h2, #sp-footer p{
    color: #fff;
}
#offcanvas-toggler{
    display: none;
}
#sp-menu .custom{
    text-align: right;
    padding-top: 30px;
}
@media (min-width: 1350px){
    .container {
        max-width: 1240px;
    }
}
@media only screen and (max-width: 767px) {
    .article-details .col-md{
        width: 50%;
    }
    .row.mx-0 .col-md{
        padding: 5px;
    }
    .card{
        margin-bottom: 15px;
        display: block;
        height: auto!important;
    }
    h2, h1{
        font-size: 30px;
        line-height: 35px;
    }
    #rev_slider_1_1_wrapper, #rev_slider_1_1, #rev_slider_1_1 img{
        height: 50vh!important;
        max-height: 50vh!important;
    }
    #sp-logo, #sp-menu{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}