.blue-purple-gredient {
    background: #b11f3e;
    background: rgb(203, 44, 128);
    background: -moz-linear-gradient-webkit-linear-gradient(135deg, rgb(241, 63, 50) 0%, rgb(203, 44, 128) 68%, rgb(177, 31, 62) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(241, 63, 50)), color-stop(68%, rgb(203, 44, 128)), color-stop(100%, rgb(177, 31, 62)));
    background: -webkit-linear-gradient(135deg, rgb(241, 63, 50) 0%, rgb(203, 44, 128) 68%, rgb(177, 31, 62) 100%);
    background: -o-linear-gradient(135deg, rgb(241, 63, 50) 0%, rgb(203, 44, 128) 68%, rgb(177, 31, 62) 100%);
    background: -ms-linear-gradient(135deg, rgb(241, 63, 50) 0%, rgb(203, 44, 128) 68%, rgb(177, 31, 62) 100%);
    background: linear-gradient(135deg, rgb(241, 63, 50) 0%, rgb(203, 44, 128) 68%, rgb(177, 31, 62) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32bbf1', endColorstr='#a649e9', GradientType=1);
}

.heading-text {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    margin-top: -30px;
}

.heading-text p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px !important;
    line-height: 1.5;
    white-space: pre-line;
}

.white {
    color: #FFFFFF;
}

.site-more-features {
    margin: 0;
    display: block;
    width: 100%;
    clear: both;

}

@media screen and (max-width: 991px) {
    .site-more-features {
    }
}

.site-more-features .featured-img {
    /* featured image */
    padding: 0;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    max-width: 27.125rem;
}

.site-more-features .featured-img img {
    display: inline-block;
    vertical-align: middle;
}

.site-more-features .feature {
    /* feature box */
    text-align: left;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.00625rem 5.625rem 3.125rem 2.5rem;
    top: 1.875rem;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .site-more-features .feature {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .site-more-features .feature {
        padding-top: 0.3125rem;
        max-width: 25rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.site-more-features .feature.align-right {
    /* Align right class */
    text-align: right;
    padding-right: 5.25rem;
}

@media screen and (max-width: 1199px) {
    .site-more-features .feature.align-right {
        padding-right: 7.5rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .site-more-features .feature.align-right {
        text-align: left;
        padding-right: 0;
        padding-left: 7.5rem;
    }
}

.site-more-features .feature.align-left {
    /* Align left class */
    text-align: left;
    padding-right: 2.5rem;
    padding-left: 5.25rem;
}

@media screen and (max-width: 1199px) {
    .site-more-features .feature.align-left {
        padding-right: 0;
        padding-left: 7.5rem;
    }
}

.site-more-features .feature.align-left.move {
    /* move left class */
    left: 0;
}

@media screen and (max-width: 1199px) {
    .site-more-features .feature.align-left.move {
        left: 0;
    }
}

.site-more-features .feature.align-left figure {
    right: auto;
    left: -1.25rem;
}

@media screen and (max-width: 1199px) {
    .site-more-features .feature.align-left figure {
        left: 0;
    }
}

.site-more-features .feature.move {
    /* move right class */
    right: 0;
}

@media screen and (max-width: 1199px) {
    .site-more-features .feature.move {
        right: 0;
    }
}

.site-more-features .feature figure {
    /* icons */
    position: absolute;
    top: 0;
    right: -1.25rem;
    bottom: 0;
    display: block;
    overflow: visible;
    width: 5.25rem;
    height: 5.25rem;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 62.5rem;
    transition: 300ms linear;
    transition-property: border-color, box-shadow;
}

@media screen and (max-width: 1199px) {
    .site-more-features .feature figure {
        right: 0;
    }
}

@media screen and (max-width: 991px) {
    .site-more-features .feature figure {
        right: auto;
        left: 0;
    }
}

.site-more-features .feature figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 62.5rem;
    /*border: 0.375rem solid white;*/
    transition: 300ms linear;
    transition-property: background;
}

.site-more-features h5 {
    /* Typography */
    color: #FFFFFF;
    margin-bottom: 0.9375rem;
    margin-top: 0.3125rem;
    transition: 300ms linear;
    transition-property: color;
    font-family: inherit;
    font-size: 19px;;
    font-weight: 600;
}

.site-more-features p {
    color: #FFFFFF;
    font-family: inherit;
    font-size: 14px;;
    font-weight: normal;
    line-height: 1.625rem;
}

.site-more-features figure {
    /* Image */
    overflow: hidden;
}

.site-more-features figure span, .site-more-features figure i.fa {
    /* Icons */
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 2.5rem;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 62.5rem;
    line-height: 5.25rem;
    transition: 300ms linear;
    transition-property: color;
}

/****************************************/
.mb-60 {
    margin-bottom: 60px;
}

.services-inner {
    border: 2px solid rgba(231, 231, 231, 0.25);
    margin-left: 35px;
    transition: .3s;
    border-radius: 5px;
}

.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 28px;
}

.our-services-text {
    padding-right: 0px;
}

.our-services-text {
    overflow: hidden;
    padding: 28px 20px 25px;
}

.our-services-text h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.our-services-text h4::before {
    background: #f13f32 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}

.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-services-text p {
    margin-bottom: 0;
}

/***********************************/
.col_white_amrc {
    color: #222222;
}

footer {
    width: 100%;
    background-color: #f6f6f6;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #5f5f5f;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #5f5f5f;
    transition: .3s;
}

.footer_ul_amrc li a:hover {
    color: #999999;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_footer_ul li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #CCC;
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

section.pricing {
    background: #f6f6f6;
    /*background: linear-gradient(to right, #a4105b, #cb2c80);*/
}

.pricing .card {
    border: none;
    border-radius: .2rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}


.hero-wrap {
    width: 100%;
    position: relative;
    z-index: 1; }
@media (max-width: 767.98px) {
    .hero-wrap {
        height: 750px; } }
.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #b11f3e;
    background: -moz-linear-gradient(-45deg, #b11f3e 0%, #cb2c80 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #b11f3e), color-stop(100%, #cb2c80));
    background: -webkit-linear-gradient(-45deg, #b11f3e 0%, #cb2c80 100%);
    background: -o-linear-gradient(-45deg, #b11f3e 0%, #cb2c80 100%);
    background: -ms-linear-gradient(-45deg, #b11f3e 0%, #cb2c80 100%);
    background: -webkit-linear-gradient(315deg, #b11f3e 0%, #cb2c80 100%);
    background: -o-linear-gradient(315deg, #b11f3e 0%, #cb2c80 100%);
    background: linear-gradient(135deg, #b11f3e 0%, #cb2c80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebdc4', endColorstr='#68e5b2', GradientType=1 ); }
.hero-wrap .circle-bg:after {
    position: absolute;
    top: 40%;
    left: 30%;
    content: '';
    opacity: 1;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.hero-wrap .circle-bg:before {
    position: absolute;
    top: 20%;
    right: 30%;
    content: '';
    opacity: 1;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.hero-wrap .circle-bg-2:after {
    position: absolute;
    bottom: 10%;
    right: 2%;
    content: '';
    opacity: 1;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.hero-wrap .circle-bg-2:before {
    position: absolute;
    top: -2%;
    left: 7%;
    content: '';
    opacity: 1;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }