﻿
.other-links a i[class*="fa-twitter"] {
    background-color: #00aced;
}

.other-links a i[class*="fa-facebook"] {
    background-color: #3b5998;
}

.other-links a i[class*="fa-youtube"] {
    background-color: #bb0000;
}

.other-links a i[class*="fa-google"] {
    background-color: #dd4b39;
}

.other-links a i[class*="fa-linkedin"] {
    background-color: #007bb6;
}

.other-links a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.download-area {
    /*background-color: #f9f9ff;*/
}

.section-gap {
    padding: 120px 0;
}

@media (max-width: 960px) {
    .download-left {
        margin-bottom: 50px;
    }
}

.download-right {
    padding-left: 65px;
}

    .download-right .subs {
        padding: 20px 0;
    }

@media (max-width: 1024px) {
    .download-right .flex-row {
        flex-direction: column !important;
        display: inline-block !important;
    }
}

@media (max-width: 960px) {
    .download-right {
        padding-left: 15px;
    }
}

.buttons {
    background: #fff;
    display: flex;
    padding: 20px 30px 0px 30px;
    margin-right: 20px;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    color: #222;
}

    .buttons i {
        font-size: 40px;
        padding-right: 20px;
        color: #49e4fa;
    }

#custom {
    margin: 20px;
}

.custom-btn {
    width: 300px;
    /*width: 250px;*/
    height: 56px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

/* 7 */
.btn-7 {
    background: linear-gradient(0deg, rgb(252 171 69) 0%, rgb(236 134 91) 100%);
    line-height: 60px;
    /*line-height: 42px;*/
    padding: 0;
    border: none;
}

    .btn-7 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-7:before,
    .btn-7:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        background: rgba(252,171, 69,1);
        box-shadow: -7px -7px 20px 0px rgba(255,255,255,.9), -4px -4px 5px 0px rgba(255,255,255,.9), 7px 7px 20px 0px rgba(0,0,0,.2), 4px 4px 5px 0px rgba(0,0,0,.3);
        transition: all 0.3s ease;
    }

    .btn-7:before {
        height: 0%;
        width: 2px;
    }

    .btn-7:after {
        width: 0%;
        height: 2px;
    }

    .btn-7:hover {
        /*color: rgba(251,75,2,1);*/
        color: #fff;
        background: transparent;
    }

        .btn-7:hover:before {
            height: 100%;
        }

        .btn-7:hover:after {
            width: 100%;
        }

    .btn-7 span:before,
    .btn-7 span:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: rgba(252,171, 69,1);
        box-shadow: -7px -7px 20px 0px rgba(255,255,255,.9), -4px -4px 5px 0px rgba(255,255,255,.9), 7px 7px 20px 0px rgba(0,0,0,.2), 4px 4px 5px 0px rgba(0,0,0,.3);
        transition: all 0.3s ease;
    }

    .btn-7 span:before {
        width: 2px;
        height: 0%;
    }

    .btn-7 span:after {
        height: 2px;
        width: 0%;
    }

    .btn-7 span:hover:before {
        height: 100%;
    }

    .btn-7 span:hover:after {
        width: 100%;
    }

/* 10 */
.btn-10 {
    background: rgb(22,9,240);
    background: linear-gradient(0deg, rgba(22,9,240,1) 0%, rgba(49,110,244,1) 100%);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .btn-10:after {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
        -webkit-transform: scale(.1);
        transform: scale(.1);
    }

    .btn-10:hover {
        color: #fff;
        border: none;
        background: transparent;
    }

        .btn-10:hover:after {
            background: rgb(0,3,255);
            background: linear-gradient(0deg, rgba(2,126,251,1) 0%, rgba(0,3,255,1)100%);
            -webkit-transform: scale(1);
            transform: scale(1);
        }
