﻿#back-to-top {
    display: inline-block;
    background-color: #fe3f40;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #back-to-top::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 1.5em;
        line-height: 45px;
        color: #fff;
    }

    #back-to-top:hover {
        cursor: pointer;
        background-color: #03a4ed;
    }

    #back-to-top:active {
        background-color: #555;
    }

    #back-to-top.show {
        opacity: 1;
        visibility: visible;
    }
/* 
---------------------------------------------
Features Style
--------------------------------------------- 
*/

#features {
    padding-top: 130px;
}

.features .features-content {
    z-index: 2;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.24);
}

.features-item {
    text-align: center;
    padding: 35px;
    border-radius: 50px;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
}
    .features-item a {
        padding: 10px 30px;
        background: #fe3f40;
        color: #fff;
        border-radius: 23px;
    }
        
    .features-item:hover {
        background: rgb(255,77,30);
        background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
        border: 1px solid linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%)
    }

        .features-item:hover h4, .features-item:hover h1{
            color: #fff;
        }

        .features-item:hover p {
            color: #fff;
        }
        .features-item:hover a {
            border: 1px solid linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
            background: #fff;
            color: #fe3f40;
        }
    .features-item:hover a:hover {
        background: #03a4ed;
        transition: all 0.5s;
        color:#fff;
    }
            .features-item:hover .line-dec {
                background-color: rgba(255,255,255,0.3);
            }



.features-item .number h6 {
    background-repeat: no-repeat;
    width: 110px;
    height: 69px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 69px;
    margin-top: -65px;
    margin-bottom: 30px;
}

.features-item .first-number h6 {
    background-image: url(https://templatemo.com/templates/templatemo_563_seo_dream/assets/images/features-number-01.png);
}

.features-item .second-number h6 {
    background-image: url(https://templatemo.com/templates/templatemo_563_seo_dream/assets/images/features-number-02.png);
}

.features-item .third-number h6 {
    background-image: url(https://templatemo.com/templates/templatemo_563_seo_dream/assets/images/features-number-03.png);
}

.features-item .fourth-number h6 {
    background-image: url(https://templatemo.com/templates/templatemo_563_seo_dream/assets/images/features-number-04.png);
}

.features-item h4 {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #2a2a2a;
    position: relative;
    transition: all 0.5s;
}

.features-item .line-dec {
    width: 100px;
    height: 2px;
    background-color: rgba(51,204,197,0.3);
    margin: 20px auto;
    transition: all 0.5s;
}

.features-item p {
    position: relative;
    margin-top: 0px;
    transition: all 0.5s;
}
.priceSection{
    padding-top:50px;
    margin-bottom:50px;
}
.pricing {
    margin-top: 20px;
}
.pricing i{
    font-size:35px;
}
.pricing-details p{
    margin-bottom:13px;
    line-height:20px;
}
.pricing-details{
    margin-bottom:35px;
}
.priceSection h2 {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
/*------contact--------*/
.message p{
    font-size:18px;
    font-weight:500;
    margin-bottom:20px;
}
.success {
    color:green;
}
.error{
    color:red;
}
