
.hero_single.version_2 {
    height: 600px;
}

@media (min-width: 769px) {
    .hero_single.version_2:before {
        background: url(/main/images/main/spring_1.jpg) center center no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .hero_single.version_2 {
        height: 300px;
    }
    .hero_single.version_2:before {
        /*background: #11182f center center no-repeat;*/
        /*background-image: linear-gradient(153deg, #011826 50%, #D93D66 50%);*/
        background-image: linear-gradient(153deg, #011826 50%, #5DD8E4 50%);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .hero_single.version_2 .wrapper {
    /*background-color: black;
    background-color: rgba(0, 0, 0, 0.1);*/
    background: url(/main/images/pattern_1.svg) center bottom repeat-x;
    }
}

.hero_single.version_2 .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1);
}

.hero_single.version_2 .wrapper h3 {
    font-size: 42px;
    font-size: 2.625rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .hero_single.version_2 .wrapper h3 {
        font-size: 26px;
        font-size: 1.625rem;
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .hero_single.version_2 .wrapper h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.hero_single.version_2 .wrapper p {
    font-weight: 400;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

.hero_single.version_2 .wrapper p strong {
    font-weight: 600;
}

@media (max-width: 767px) {
    .hero_single.version_2 .wrapper p {
        padding: 0;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.custom-search-input-2 {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    width: 600px;
}

@media (max-width: 991px) {
    .custom-search-input-2 {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 90%;
    }
}

.custom-search-input-2 input {
    border: 0;
    height: 50px;
    padding-left: 15px;
    font-weight: 500;
    font-size: 15px;
}

.custom-search-input-2 select {
    display: none;
}

.custom-search-input-2 .nice-select .current {
    font-weight: 500;
    color: #6f787f;
}

.custom-search-input-2 .form-group {
    margin: 0;
}

@media (max-width: 991px) {
    .custom-search-input-2 .form-group {
        margin-bottom: 5px;
    }
}

.custom-search-input-2 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 0;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 9;
    color: #999;
}

@media (max-width: 991px) {
    .custom-search-input-2 i {
        padding-right: 10px;
    }
}

.custom-search-input-2 input[type='submit'] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #fc5b62;
    margin-right: -1px;
}

@media (max-width: 991px) {
    .custom-search-input-2 input[type='submit'] {
        margin: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
}

.custom-search-input-2 input[type='submit']:hover {
    background-color: #FFC107;
    color: #222;
}

.custom-search-input-2.inner {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .custom-search-input-2.inner {
        margin: 0 0 20px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.custom-search-input-2.inner-2 {
    margin: 0 0 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.custom-search-input-2.inner-2 .form-group {
    margin-bottom: 10px;
}

.custom-search-input-2.inner-2 input {
    border: 1px solid #ededed;
}

.custom-search-input-2.inner-2 input[type='submit'] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}

.custom-search-input-2.inner-2 i {
    padding-right: 10px;
    line-height: 48px;
    height: 48px;
    top: 1px;
}

.custom-search-input-2.inner-2 .nice-select {
    border: 1px solid #ededed;
}

.animated .block-reveal-main {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.block-horizzontal-main,
.block-vertical-main {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.animated .block-horizzontal-main {
    animation: reveal_left_to_right 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #F2E1AC;
}

.animated .block-vertical-main {
    animation: reveal_top_to_bottom 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #F2E1AC;
}

.call_section {
    /*background-image: radial-gradient(circle at top right, rgb(38, 22, 21) 0%, rgb(38, 22, 21) 28%, rgb(140, 108, 81) 28%, rgb(140, 108, 81) 45%, rgb(191, 157, 116) 45%, rgb(191, 157, 116) 63%, rgb(140, 117, 47) 63%, rgb(140, 117, 47) 100%);*/

    background-image: radial-gradient(circle at top right, rgb(255, 75, 89) 0%, rgb(255, 75, 89) 28%, rgb(255, 138, 119) 28%, rgb(255, 138, 119) 45%, rgb(255, 186, 160) 45%, rgb(255, 186, 160) 63%, rgb(253, 242, 216) 63%, rgb(253, 242, 216) 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 350px;
    padding: 10% 0;
}

.box_main {
    background-image: linear-gradient(153deg, #011826 50%, #84CDC2 50%);
    color: #fff;
    padding: 45px;
    opacity: 0;
}


.box_main p {
    opacity: 0.8;
}

.box_main h3 {
    color: #fff;
}

.animated .box_main {
    animation: color 0.3s ease-in-out;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}