/*----------------------------------------------------------------

	Template Name: Rainfo - Minimal Creative Portfolio for Freelancers & Agencies 
	Version: 1.0

-------------------------------------------------------------------------*/

.footer-menu {
    text-align: right;
}

.footer-menu ul {
    list-style-type: none;
}

.footer-menu ul li {
    display: inline;
    margin: 0 10px;
}

.footer-menu ul li a {
    color: #000000;
    font-size: 14px;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

.homeBanner .slider .container:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.1;
    content: "";
    z-index: 1;
}

.homeBanner .slider .container > .row {
    position: relative;
    z-index: 2;
}

.text {
    padding: 100px 0;   
}

.policy-tickbox {
    margin-bottom: 20px;
    font-size: 14px;
}

.policy-tickbox input {
    width: 14px;
    float: left;
    height: 29px;
    margin-right: 6px;
}

@media only screen and (max-width: 479px) {
    .footer-menu {
        text-align: center;
    }
    
    .footer-menu ul {
        margin: 0;
        padding: 10px 0 0 0;
    }
}

.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    z-index: 2;
    background: transparent;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 0 none;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    font-size: 21px;
    line-height: 52px;
    transition: 0.3s ease-in-out;
    border: 1px solid #fff;
    opacity: 1;
}

.slick-arrow:hover{
    background: #222222;
    color: #ffffff;
    border: 1px solid #222222;
}

.slider-activation-withouticon .rf-slide-prev.slick-arrow {
    left: 20px;
}

.slider-activation-withouticon .rf-slide-next.slick-arrow {
    left: auto;
    right: 20px;
}

.flex-footer {
    display: flex;
    align-items: center;
}

.form-messege-active p {
    margin: 0;
}

@media only screen and (max-width: 576px) {
    .text-xs-centre {
        text-align: center;    
    }
}

@media only screen and (max-width: 991px) {
    .slider-activation-withouticon .slick-arrow {
        display: none !important;
    }
}