/* -------------------------------------------------------------------------- */
/* --- MIXINS --------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* --- MIXIN ---------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* --- MIXINS END ----------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.main {
    position: relative;
}

.main .rellax {
    position: absolute;
    z-index: 10;
}

@media (max-width: 1023px) {
    .main .rellax {
        display: none;
    }
}

.main .rellax:before {
    position: absolute;
    background-image: -moz-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to right, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab547', endColorstr='#ca167f',GradientType=1 );
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main .rellax:after {
    text-shadow: 3px 10px 25px rgba(51, 51, 51, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.main .rellax.sm:before, .main .rellax.sm:after {
    font-size: 2rem;
}

.main .rellax.md {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=$decAmount);
}

.main .rellax.md:before, .main .rellax.md:after {
    font-size: 3rem;
}

.main .rellax.lg {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=$decAmount);
}

.main .rellax.lg:before, .main .rellax.lg:after {
    font-size: 4rem;
}

.main .rellax.left-1 {
    top: 10%;
    left: 5%;
}

.main .rellax.left-2 {
    top: 30%;
    left: 2%;
}

.main .rellax.left-3 {
    top: 50%;
    left: 8%;
}

.main .rellax.left-4 {
    top: 70%;
    left: 4%;
}

.main .rellax.left-5 {
    top: 90%;
    left: 6%;
}

.main .rellax.right-1 {
    top: 20%;
    left: auto;
    right: 8%;
}

.main .rellax.right-2 {
    top: 40%;
    left: auto;
    right: 6%;
}

.main .rellax.right-3 {
    top: 60%;
    left: auto;
    right: 12%;
}

.main .rellax.right-4 {
    top: 80%;
    left: auto;
    right: 4%;
}

.main .rellax.right-5 {
    top: 95%;
    left: auto;
    right: 7%;
}

.main .flaticon-square:before, .main .flaticon-square:after {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.search .btn-group-container {
    box-shadow: 0 15px 100px -15px rgba(51, 51, 51, 0.25);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    z-index: 3;
}

@media (max-width: 767px) {
    .search .btn-group-container .btn-group {
        position: static;
    }
}

.search .btn-group-container .btn-group .btn {
    padding: 30px;
    border-right: 2px solid #f8f8f8;
    background: transparent;
    box-shadow: none;
    color: #999;
    z-index: 1;
}

@media (max-width: 767px) {
    .search .btn-group-container .btn-group .btn {
        padding: 15px 5px;
    }
}

.search .btn-group-container .btn-group .btn.btn-gradient, .search .btn-group-container .btn-group .btn.btn-gradient:focus:active {
    background: #fab547;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab547', endColorstr='#ca167f',GradientType=1 );
    /* IE6-9 */
    color: #fff;
    border: 2px solid #f8f8f8;
}

.search .btn-group-container .btn-group.open .dropdown-menu {
    max-height: 140px;
    padding: 50px 0 0;
}

@media (max-width: 767px) {
    .search .btn-group-container .btn-group.open .dropdown-menu {
        padding: 25px 0 0;
    }
}

.search .btn-group-container .btn-default:active:hover,
.search .btn-group-container .btn-default.active:hover,
.search .btn-group-container .open > .dropdown-toggle.btn-default:hover,
.search .btn-group-container .btn-default:active:focus,
.search .btn-group-container .btn-default.active:focus,
.search .btn-group-container .open > .dropdown-toggle.btn-default:focus,
.search .btn-group-container .btn-default:active.focus,
.search .btn-group-container .btn-default.active.focus,
.search .btn-group-container .open > .dropdown-toggle.btn-default.focus {
    border: 2px solid #f8f8f8;
    border-right: 0;
    background: #fff;
}

.search .btn-group-container .dropdown-menu {
    border: 0;
    width: 100%;
    margin: -50px 0 0;
    padding: 0;
    background: #fff;
    box-shadow: none;
    z-index: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    overflow-y: scroll;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    border: 2px solid #f8f8f8;
    box-shadow: 0 15px 100px -15px rgba(51, 51, 51, 0.25);
}

@media (max-width: 767px) {
    .search .btn-group-container .dropdown-menu {
        margin: -20px 0 0;
        left: 0;
        right: 0;
    }
}

.search .btn-group-container .dropdown-menu li a {
    padding: 5px 20px;
    font-size: .8rem;
}

.steps-container {
    padding: 200px 0 200px;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .steps-container {
        padding: 150px 0 125px;
    }
}

.steps-container:before, .steps-container:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    z-index: 0;
}

.steps-container:before {
    top: 0;
}

.steps-container:after {
    top: auto;
    bottom: 0;
}

.steps-container .steps {
    position: relative;
}

.steps-container .steps:before {
    content: "";
    display: block;
    background: #f8f8f8;
    position: absolute;
    top: -100px;
    left: -5%;
    right: -5%;
    height: 200px;
    border-radius: 100% 100% 0 0/60% 60% 0 0;
    -moz-border-radius: 100% 100% 0 0/60% 60% 0 0;
    -webkit-border-radius: 100% 100% 0 0/60% 60% 0 0;
    z-index: 0;
}

.steps-container .steps:after {
    content: "";
    background: #f8f8f8;
    position: absolute;
    top: auto;
    bottom: -100px;
    left: -5%;
    right: -5%;
    height: 200px;
    border-radius: 0 0 100% 100%/0 0 60% 60%;
    -moz-border-radius: 0 0 100% 100%/0 0 60% 60%;
    -webkit-border-radius: 0 0 100% 100%/0 0 60% 60%;
    z-index: 1;
}

.steps-container .row:nth-of-type(odd) .between-steps:after {
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -webkit-animation: halfRotation 25s linear infinite reverse;
    -moz-animation: halfRotation 25s linear infinite reverse;
    animation: halfRotation 25s linear infinite reverse;
    left: 50px;
}

.steps-container .row:nth-of-type(odd) .step:before, .steps-container .row:nth-of-type(odd) .step:after {
    left: auto;
    right: -75px;
}

@media (max-width: 768px) {
    .steps-container .row:nth-of-type(odd) .step:before, .steps-container .row:nth-of-type(odd) .step:after {
        right: -40px;
    }
}

.steps-container .row:nth-of-type(odd) .step i:before {
    left: auto;
    right: -75px;
}

@media (max-width: 768px) {
    .steps-container .row:nth-of-type(odd) .step i:before {
        right: -30px;
    }
}

.steps-container .between-steps {
    text-align: center;
    color: #fab547;
    padding: 50px 0;
    z-index: 1;
}

@media (max-width: 768px) {
    .steps-container .between-steps {
        padding: 25px 0;
    }
}

@media (max-width: 767px) {
    .steps-container .between-steps {
        padding: 10px 0;
    }
}

.steps-container .between-steps:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16.66666667%;
    right: 16.66666667%;
    background: #f8f8f8;
    z-index: 1;
}

@media (max-width: 767px) {
    .steps-container .between-steps:before {
        display: none;
    }
}

.steps-container .between-steps:after {
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: dashed #ca167f;
    border-width: 3px;
    display: block;
    position: absolute;
    top: -125px;
    left: auto;
    right: 50px;
    z-index: 0;
    -webkit-animation: halfRotation 25s linear infinite;
    -moz-animation: halfRotation 25s linear infinite;
    animation: halfRotation 25s linear infinite;
}

@media (max-width: 768px) {
    .steps-container .between-steps:after {
        width: 300px;
        height: 300px;
        top: -100px;
    }
}

@media (max-width: 767px) {
    .steps-container .between-steps:after {
        display: none;
    }
}

@-webkit-keyframes halfRotation {
    0% {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
    }
}

@-moz-keyframes halfRotation {
    0% {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
    }
}

@keyframes halfRotation {
    0% {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
    }
}

.steps-container .between-steps i {
    position: relative;
    z-index: 2;
}

.steps-container .between-steps i:before {
    font-size: 2rem;
}

.steps-container .step {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 50px 200px;
    box-shadow: 0 15px 100px -15px rgba(51, 51, 51, 0.15);
    z-index: 2;
}

@media (max-width: 768px) {
    .steps-container .step {
        padding: 20px 80px;
    }
}

@media (max-width: 767px) {
    .steps-container .step {
        margin: 0 15px;
        padding: 20px;
    }
}

.steps-container .step:before, .steps-container .step:after {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 15px 100px -15px rgba(51, 51, 51, 0.15);
    position: absolute;
    background: #fff;
    left: -75px;
    top: 50%;
    margin-top: -75px;
}

@media (max-width: 768px) {
    .steps-container .step:before, .steps-container .step:after {
        width: 80px;
        height: 80px;
        left: -40px;
        margin-top: -40px;
    }
}

@media (max-width: 767px) {
    .steps-container .step:before, .steps-container .step:after {
        display: none;
    }
}

.steps-container .step:before {
    background: #fab547;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab547', endColorstr='#ca167f',GradientType=1 );
    /* IE6-9 */
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.steps-container .step:after {
    transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
}

@media (max-width: 767px) {
    .steps-container .step h3 {
        margin-top: 50px;
    }
}

.steps-container .step i:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 5rem;
    background-image: -moz-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to right, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab547', endColorstr='#ca167f',GradientType=1 );
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

@media (max-width: 768px) {
    .steps-container .step i:before {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .steps-container .step i:before {
        top: 40px;
        left: 50%;
        right: auto !important;
    }
}

.steps-container .step i:after {
    display: none;
}

.categories-slider .swiper-button-prev,
.categories-slider .swiper-button-next {
    background: none;
}

.categories-slider .swiper-button-prev i:before,
.categories-slider .swiper-button-next i:before {
    color: #c5c5c5;
    font-size: 3rem;
}

@media (max-width: 767px) {
    .categories-slider .swiper-button-prev i:before,
    .categories-slider .swiper-button-next i:before {
        font-size: 2rem;
    }
}

.categories-slider .categories-pagination-container {
    background: #fab547;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab547', endColorstr='#ca167f',GradientType=1 );
    /* IE6-9 */
    overflow: hidden;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories {
    position: relative;
    width: 100% !important;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet {
    width: 16%;
    height: auto;
    display: inline-block;
    border-radius: 0;
    background: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
    padding: 75px 0 50px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: .8rem;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 767px) {
    .categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet {
        font-size: 0;
        padding: 50px 0;
    }
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet:before {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet .ball {
    position: absolute;
    display: block;
    background: #fff;
    width: 24px;
    height: 24px;
    top: auto;
    bottom: -30px;
    left: 50%;
    margin-left: -12px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50% 50% 0 0;
    -moz-border-radius: 50% 50% 0 0;
    -webkit-border-radius: 50% 50% 0 0;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet .border-corner {
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    transition: 0.35s;
    -moz-transition: 0.35s;
    -webkit-transition: 0.35s;
    z-index: 1;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet .border-corner:before {
    content: "";
    width: 24px;
    height: 24px;
    box-shadow: 0 0 0 20px #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet .border-corner.left {
    margin-left: -24px;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet .border-corner.left:before {
    left: auto;
    right: 0;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet .border-corner.right {
    margin-left: 12px;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet:hover .ball {
    bottom: -15px;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet.swiper-pagination-bullet-active .ball {
    bottom: -2px;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet.swiper-pagination-bullet-active .border-corner {
    bottom: 0;
}

.categories-slider .categories-pagination-container .swiper-pagination-categories .swiper-pagination-bullet.swiper-pagination-bullet-active:hover .ball {
    bottom: -2px;
}

@media (max-width: 767px) {
    .categories-slider .categories-slider-container [class*="col"] {
        padding: 0;
    }
}

.categories-slider .categories-slider-container .categories {
    margin: 75px 50px;
}

@media (max-width: 767px) {
    .categories-slider .categories-slider-container .categories {
        margin: 25px 0px;
    }
}

.categories-slider .categories-slider-container .categories .swiper-slide:before, .categories-slider .categories-slider-container .categories .swiper-slide:after {
    content: " ";
    display: table;
    clear: both;
}

.categories-slider .categories-slider-container .categories .swiper-slide .big-icon {
    text-align: center;
}

.categories-slider .categories-slider-container .categories .swiper-slide .big-icon i {
    display: inline-block;
}

.categories-slider .categories-slider-container .categories .swiper-slide .big-icon i:before {
    font-size: 10rem;
    line-height: 1;
    background-image: -moz-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to right, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab547', endColorstr='#ca167f',GradientType=1 );
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .categories-slider .categories-slider-container .categories .swiper-slide .big-icon i:before {
        font-size: 5rem;
    }
}

.categories-slider .categories-slider-container .categories .swiper-slide .text {
    padding: 0 60px;
}

@media (max-width: 767px) {
    .categories-slider .categories-slider-container .categories .swiper-slide .text {
        padding: 0 40px;
        text-align: center;
    }
}

.categories-slider .categories-slider-container .categories .swiper-slide h3 {
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .categories-slider .categories-slider-container .categories .swiper-slide h3 {
        margin: 15px 0;
    }
}

.categories-slider .categories-slider-container .categories .swiper-slide .btn {
    background: transparent;
    padding: 16px 20px 12px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #333;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 0;
    letter-spacing: 0.05rem;
    background: #fab547;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fab547 0%, #e81c56 50%, #ca167f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab547', endColorstr='#ca167f',GradientType=1 );
    /* IE6-9 */
    text-decoration: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    z-index: 0;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: .8rem;
    margin: 30px 0 0;
    line-height: .5;
}

.categories-slider .categories-slider-container .categories .swiper-slide .btn:hover, .categories-slider .categories-slider-container .categories .swiper-slide .btn:focus, .categories-slider .categories-slider-container .categories .swiper-slide .btn:active, .categories-slider .categories-slider-container .categories .swiper-slide .btn:active:focus {
    color: #333;
    text-decoration: none;
    padding: 16px 25px 12px;
}

.categories-slider .categories-slider-container .categories .swiper-slide .btn:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    z-index: -1;
}

.categories-slider .categories-slider-container .categories .swiper-slide .btn:before {
    box-shadow: 0 5px 20px -5px #999;
}

@media (max-width: 767px) {
    .categories-slider .categories-slider-container .categories .swiper-slide .btn {
        margin: 15px 0 0;
    }
}

.join-group {
    background: #e81c56;
    text-align: center;
    padding: 150px 0;
    position: relative;
}

@media (max-width: 767px) {
    .join-group {
        padding: 75px 0 25px;
    }
}

.join-group .arrow-container {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    border-radius: 0 0 50% 50%;
    -moz-border-radius: 0 0 50% 50%;
    -webkit-border-radius: 0 0 50% 50%;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}

.join-group .arrow-container i:before {
    color: #fab547;
}

.join-group .border-corner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 1;
}

.join-group .border-corner:before {
    content: "";
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 20px #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
}

.join-group .border-corner.left {
    margin-left: -80px;
}

.join-group .border-corner.left:before {
    left: auto;
    right: 0;
}

.join-group .border-corner.right {
    margin-left: 40px;
}

.join-group .group1,
.join-group .group2 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.join-group .group1 {
    left: 0;
    background-image: url("../../local/images/group-1.jpg");
}

@media (max-width: 767px) {
    .join-group .group1 {
        background-position: right;
    }
}

.join-group .group2 {
    left: auto;
    right: 0;
    background-image: url("../../local/images/group-2.jpg");
}

@media (max-width: 767px) {
    .join-group .group2 {
        background-position: left;
    }
}

.join-group .text {
    width: 50%;
    left: 25%;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .join-group .text {
        width: 80%;
        left: 10%;
    }
}

.join-group .text h3 {
    color: #fab547;
}

.join-group .text p {
    color: #fff;
}

.join-group .text .btn-white {
    color: #333;
    background: #fff;
}
