@charset "utf-8";
/*--
	Add your style here
--*/

.golden-yellow {
    color: #ffc815
}

.rubik-font {
}

.hero-wrap-item h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #fff;
    float: left;
    width: 100%;
}

.caption .social {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: rgba(200, 200, 200, 0.05);
    z-index: 30;
    position: absolute !important;
    bottom: 0 !important;
}
.mb-20{
    margin-bottom:20px;
}

.caption {
    color: #fff;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 200px !important;
}
    .caption .social a {
        padding: 0 15px;
        font-size: 22px;
        color: #fff;
        z-index: 30;
    }

        .caption .social a:hover {
            color: #ffc815;
            z-index: 30;
        }


@media only screen and (max-width: 1064px) {
    .hero-wrap-item h2 {
        font-size: 36px;
        font-weight: 300;
    }
}

.mt-30 {
    margin-top: 30px !important;
}
.fw-700{
    font-weight:700;
}
.services .item {
    text-align: center;
    padding: 50px 20px;
}

    .services .item:hover .icon {
        color: #fff;
    }

        .services .item:hover .icon:after {
            background: #ffc815;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

    .services .item .icon {
        display: inline-block;
        color: #ffc815;
        font-size: 45px;
        width: 85px;
        height: 85px;
        line-height: 85px;
        margin-bottom: 30px;
        position: relative;
        -webkit-transition: all .4s;
        transition: all .4s;
        z-index: 3;
    }

        .services .item .icon:after {
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            border-radius: 30px;
            background: #f7f7f7;
            z-index: -1;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all .4s;
            transition: all .4s;
        }

    .services .item h6 {
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .services .item p {
        font-size: 12px;
    }


/*Simpl Captcha*/
.captcha-wrap {
    margin-top: 15px;
    align-items:flex-start;
}

.captcha-question {
    font-weight: bold;
    font-size: 16px;
    text-align:left;
}

input#captcha-answer {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/*Simpl Captcha End*/
