.myslider{
    background-size: cover;
    background-position: 50%; 
    /* background-image: url(../images/slider/1.jpg); */
    background-color: #afa6b6;
}
.offer {
    background:linear-gradient(to right, #693d8e, #382cce);
}
.home-banner{
    background:url(../images/call-action-img.jpg) top center no-repeat;
    background-attachment: fixed;
    position: relative;
    
}
.home-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    display: block;
}
.home-banner .container{
    position: relative;
    z-index: 2;
}
.copyright {
    background: #dfd9ea;
    padding: 20px 0;
}
.copyright p{
    color: #444;
    margin: 0;
}
.pageheader {
    background-size: cover !important;
    padding: 140px 0 0px;
    height: 60vh;
}
.pageheader h2{
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin-bottom: 15px;
}
.pageheader p{
    text-align: center;
    font-size: 18px;
    color: #ddd;
}
.aboutus-content {
    position: relative;
}
.aboutus-content h2{
    font-size: 44px;
}
.aboutus-content h2 span{
    color: #fff;
    background: rgba(103,40,140,0.6);
    padding: 4px 8px;
    font-size: 36px;
}
.aboutus-content .card{
    box-shadow: 0 0 18px rgba(0,0,0,0.12);
}
.aboutus-content .card-body{
    position: relative;
    padding: 15px 15px 15px 40px;
}
.aboutus-content .card-body p{
    font-size: 16px;
    line-height: 26px;
    color: #3c3f5a;
    font-weight: 100 !important;
}
.aboutus-content .card-body i{
    font-size: 22px;
    line-height: 26px;
    color: #493c5a;
    position: absolute;
    left: 12px;
    top: 15px;
}
