body, h1, h2, h3, h4, h5, h6,p,a,span{
    font-family: 'Work Sans', sans-serif;
}

.shadow-f{
    transition: 0ms.4s;
}
.shadow-h{
    transition: 0.4s;
}
.shadow-h:hover{
    box-shadow: 2.5px 4.33px 30px 0 rgba(98, 120, 223, 0.5) !important;
}
.shadow-f:focus{
    box-shadow: 2.5px 4.33px 30px 0 rgba(98, 120, 223, 0.5) !important;
}
.title-p {
    font-size: 22px;
    font-weight: 300;
}
.title-h1 {
    font-size: 46px;
    font-weight: 400;
}

/* Header Section */
.srs-header .btn{ 
    border: 2px solid #6278df;
    color: #6278df;
    padding: 8px 30px;
    font-size: 18px;
}

.srs-header .btn:hover{
    color: #fff;
    background: #6278df;
}
.srs-header .navbar-brand {
    font-size: 25px;
    font-weight: 500;
}
.srs-header ul li a{
    color: black;
}
.navbar-brand span {
    display: inline-block;
    background: #6278df;
    color: #fff;
    height: 37px;
    width: 32px;
    text-align: center;
    border-radius: 10px;
    font-size: 24px;
    position: relative;
    bottom: 1px;
    padding-top: 1px;
}


/* Slider Section */


.slider{
    background: url('img/mbr-10.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}
.slider::before{
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: -1;
}
.slider-caption h4 {
    line-height: 2;
    font-weight: 300;
}
.slider-caption h1 {
    line-height: 2;
    margin-bottom: 31px;
}

.srs-btn-success{
    background: #5ba533;
    color: #fff;
    font-weight: 600;
    border:1px solid #5ba533;
}
.srs-btn-success:hover{
    background: #fff;
    color: #6278df;
    border:1px solid #6278df;
}

/* Total Count Section */


.totalcounter h1 {
    font-size: 3.5rem;
    color: black;
}
.totalcounter h5 {
    font-weight: 400;
    margin-top: 12px;
}


/* About Goal Section */


.goal-caption{
    padding: 200px 0;
}
.goal-caption h2 {
    font-size: 48px;
    color: black;
    line-height: 2;
}
.goal-caption p {
    font-size: 21px;
}

.app-img{
    width: 40%;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}


/* About Application Section */

.app-box{
    height: 300px;
    box-shadow: 2.5px 4.33px 30px 0 rgba(64, 87, 191, 0.2);
    border-radius: 5px;
    background: #fff;
}
.app-title{
    margin: 60px 0;
}
.app-title h1 {
    font-size: 46px;
    font-weight: 400;
}
.app-title p {
    font-size: 24px;
    line-height: 2;
}
.app-caption{
    width: 60%;
    padding: 25px;
}
.app-img img{
    height: 100%;
    width: auto !important;
    max-width: inherit;
    position: relative;
    left: -34px;
}


/* Application Portfolio section */

.app-portfolio{
    padding: 100px 0;
}
.app-portfolio img{
    width: 100%;
}
.p-img:nth-last-child(1){
    margin-right: 0;
}
.p-img{
    position: relative;
}
.p-img a::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(2, 136, 253, 0.563);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.p-img:hover ::after{
    opacity: 1;
    visibility: visible;
}
.srs-btn-close {
    position: absolute;
    top: 5px;
    right: 12px;
    color:white;
    font-size: 44px;
    background: none;
    border: none;
}

/* Plan and Packages */
.x-p {
    height: 31px;
    visibility: hidden;
}
.plan-box p {
    font-size: 20px;
    font-weight: 300;
}
.packages{
    margin: 50px 0;
}
.plan-options i{
    width: 34px;
}
.plan-options span {
    font-weight: 300;
}
.plan-options button {
    margin: 30px 0;
}
.plan-options p {
    font-size: 22px;
    font-weight: 300;
}

body{
    background: #f3f3f3;
}


/* Quote Section */

.quote{
    background: #fff;
}
.fa-quote-left {
    font-size: 118px;
    font-weight: 600;
    opacity: 0.07;
    text-shadow: 2px 2px 20px 0 black;
}
.quote-caption p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 19px;
    font-weight: 300;
}


.profile-title{
    position: relative;
    top: 14px;
}
.profile-title h5{
    line-height: 0.5;
}
.team-box{
    position: relative;
}
.team-img img {
    position: absolute;
    left: 29px;
    top: -25px;
}
.getapp{
    background: #fff;
}