/**
 * Project:	31rainfall Interactive
 * Version:	1.1
 * Last change:	15.08.2017
 * Primary use:	31rainfall
  */
.hero-section {
    background: url("../images/bg.jpg") #ffffff;
    background-size: cover;
    background-position: center;
}

.Composer {
    height: 20px;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
}

.hero-text {
    padding: 80px 0 180px;
}

.logo a {
    padding: 0;
}

.logo img:hover {
    outline: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.inner-header-block {
    background-size: cover;
    background: #3146c5;
}

.inner-header-block-content {
    padding: 50px 0 50px;
}

.white-text {
    color: #fff;
}

.home-title {
    font-size: 4rem;
}

.button-bg {
    background-color: #008ff9;
    font-weight: 400;
}

.dark-text {
    color: #5c5c5c;
}

.light-text {
    color: #9e9fa5;
}

.light-blue-text {
    color: #969ebb;
}

.blue-text {
    color: #0090ff;
}

.image-24 {
    left: 0;
    right: 0;
    z-index: 9998;
    display: block;
    min-width: 105%;
}

.underline {
    border-bottom: dotted 1px #8a8a8a;
}

section {
    margin: 60px 0 40px;
}

.blue-bg {
    border-top: 1px solid #eaeef1;
    background: #eff6fb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d7f1fb', endColorstr='#ffd7f1fb', GradientType=0);
    background-repeat: no-repeat;
    background-position: 50% 20%;
    padding: 50px 0;
    border-bottom: 1px solid #eaeef1;
}

.testimonials {
    background: url(../images/quote.png) 0 0 no-repeat #f9fbfd;
    border-radius: 4px;
    color: #797979;
    position: relative;
    border: 1px solid #dde5ea;
    padding: 20px 20px;
}

.testimonials:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.front {
    z-index: 1000;
}

.testimonials:after {
    border-style: solid;
    border-color: #dde5ea transparent transparent;
    border-width: 15px 15px 0 0;
    content: '';
    position: absolute;
    top: 100%;
    left: 100px;
    width: 0;
    height: 0;
}

.weloveswift {
    background: #f1f7fb;
    border-radius: 4px;
    color: #797979;
    position: relative;
    border: 1px solid #dde5ea;
    padding: 20px 20px;
}

.c-landing__testimonial-user {
    margin-top: 30px;
    padding-left: 77px;
}

.c-landing__testimonial-user1 {
    margin-top: 15px;
    text-align: center;
}

.c-landing__testimonial-user .c-avatar {
    float: left;
    margin: 5px 0 0 -47px;
}

.circle {
    border-radius: 50%;
    position: absolute;
}

#container {
    position: relative;
}

.u-micro {
    font-size: .8125rem;
    line-height: 19px;
    color: #9e9fa5;
}

.techno-bg {
    background-size: contain;
    background-position: 50%;
}

.dark-bg {
    padding: 55px 0 45px 0;
    background-image: url(../images/bg4.svg);
    background-color: transparent;
    /* background-image: -moz-radial-gradient(50% 100%,#04277c 0,#031d5d 100%);
     background-image: radial-gradient(50% 100%,#04277c 0,#031d5d 100%);*/
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -35% 72%;
    color: #fff;
}

.dark-bg-2 {
    padding: 5px 0 35px 0;
    background-image: url(../images/bg4.svg);
    background-color: transparent;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: -35% 72%; */
    color: #fff;
}

.bg {
    text-align: right;
}

.contact-block {
    padding: 24px 0 9px 0;
    background-image: url(../images/bg4.svg);
    background-color: transparent;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 106% 76%;
    color: #fff;
}

.shadow-box-2 {
    background: white;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e5ecf3;
    padding: 20px 15px;
    border-radius: 6px;
}

.testi-name {
    font-size: 16px;
}

.text-gradient {
    display: inline-block;
    background: -webkit-linear-gradient(left, #7695a5, #7695a5);
    background: linear-gradient(to right, #7695a5, #7695a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-success-text {
    font-size: 24px;
    font-weight: bold;
}

.highlight-text {
    background: hsla(55, 97%, 74%, .4);
    border-radius: 4px;
    box-shadow: -2px 0 0 hsla(55, 97%, 74%, .4), 2px 0 0 hsla(55, 97%, 74%, .4);
    padding: 2px 0;
}

.shadow-box {
    border-radius: 8px;
    background-color: #fff;
    /*box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);*/
    border: 1px solid #e2e2e2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #3c3c3c;
    margin-bottom: 20px;
}

.shadow-box:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.02);
}

.sub-title {
    font-size: 20px;
    font-weight: bold;
}

.map-bg {
    background: url("../images/map.jpg") no-repeat;
    padding: 60px 0 0px;
}

.border-hr {
    border-bottom: 1px dotted #404040;
    height: 2px;
    padding: 20px;
    margin-bottom: 20px;
}

.footer-block {
    background: #161b1f;
    padding: 20px 0 0;
}

.footer-block p {
    color: #5b5e6b;
    font-size: 14px;
    line-height: 20px;
}

.footer-block input {
    display: block;
    box-sizing: border-box;
    width: 90%;
    height: 1.8rem;
    margin: 0 0 .5rem;
    padding: 0.5rem;
    border: 1px solid #383940;
    border-radius: 4px;
    background-color: #383940;
}

.footer-block ul li {
    color: #5b5e6b;
    font-size: 14px;
}

.footer-block img {
    opacity: .2;
}

.footer-title {
    color: #a6a6a7;
    margin-bottom: 5px;
}

.footer-block ul li a {
    color: #5b5e6b;
    font-size: 14px;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
    text-decoration: none;
}

.footer-block ul li a:hover {
    color: #fff;
}

.footer-block a {
    color: #fff;
}

.footer-block .menu a {
    padding: 0.3rem 0;
}

/*Form */
#success, #error {
    display: none
}

#success span, #error span {
    display: block;
    position: absolute;
    top: 0;
    width: 100%
}

#success span p, #error span p {
    margin-top: 6em
}

#success span p {
    color: #9bd32d
}

#error span p {
    color: #c0392b
}

.fi-social-facebook:before {
    content: "\f1c4";
}

/*End Form*/
@media screen and (max-width: 39.9375em) {
    .hero-text {
        padding: 50px 0 75px;
    }

    .dark-bg {
        background-color: #112b86;
        background-position: -24% 92%;
    }

    .contact-block {
        background-position: 135% 59%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    .menu {

        text-align: center;
        list-style: none;
        position: relative;
        display: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-title {
        font-size: 3rem;
    }

    .contact-block {
        background-position: 28% 22%;
        background: #1e3083;
    }

    .small-text-center {
        text-align: center;
    }

    .shadow-box {
        margin-bottom: 40px;
    }

    .footer-block {
        background: #161b1f;
        padding: 50px 0 0;
        text-align: center;
    }

    .c-landing__testimonial-user1 {
        margin: 15px 0;
        text-align: left;
    }

}