/*------------------------------------------------------------
    TABLE OF INDEX
-------------------------------------------------------------
    1. COMMON CSS
    2. WELCOME AREA
    3. WELCOME AREA 2
    4. PRICE AREA
    5. BRAND LOGO AREA
    6. TESTIMONIAL AREA
    7. TESTIMONIAL AREA 2
    8. FEATURES AREA
    9. BIG FEATURES BOX AREA
    10. CTA AREA
    12. SEARCH AREA
    13. TEAM AREA
    14. BLOG AREA
    14. SERVICE AREA
    15. NICE SELECT
-------------------------------------------------------------*/
/*--------------------------
    1. COMMON CSS
---------------------------*/
.area__hidding {
    font-size: 20px;
}

.area__hidding h2 {
    font-size: 40px;
}

.area__hidding p {
    color: #4F5357;
    margin-top: 5px;
    font-weight: 300;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.black,
.black a,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black small,
.red,
.red a,
.red h1,
.red h2,
.red h3,
.red h4,
.red h5,
.red h6,
.red small,
.white,
.white a,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white small {
    color: #fff;
}

.loaders-container {
    background: #FF153C;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    text-align: center;
}

.loader__wrap {
    width: 90px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.line {
    position: absolute;
    top: 50%;
    margin-left: 10px;
    width: 60px;
    height: 4px;
    background: #FFF;
    -webkit-animation: spin 1.5s infinite ease;
    animation: spin 1.5s infinite ease;
}

.line:nth-of-type(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.line:nth-of-type(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.line:nth-of-type(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .area__hidding h2 {
        font-size: 28px;
        line-height: 37px;
    }

    .btn__group a:nth-child(2),
    .btn__group button:nth-child(2) {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .cta__bg {
        overflow: hidden;
    }

    .massage__box__wrap {
        width: 100%;
        right: 0;
    }
}

/*---------------------------
    2. WELCOME AREA
-----------------------------*/
.welcome__area__1 {
    padding: 0 10%;
    padding-top: 103px;
}

.hero__text h1 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero__text p {
    margin-bottom: 35px;
    opacity: .85;
    font-weight: 400;
}

.hero__img__wrap {
    position: relative;
    z-index: 2;
}

img.element {
    position: absolute;
}

img.element.element1 {
    top: 18%;
    left: 15%;
    -webkit-animation: spin infinite 20s;
    animation: spin infinite 20s;
}

.single__name {
    display: inline-block;
    margin-right: 12px;
}

.domain__names {
    margin-top: 20px;
}

.single__name a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.single__name a span {
    display: block;
    color: #FF5E63;
}

.single__name:last-child {
    margin-right: 0;
}

.massage__box__wrap {
    width: 400px;
    padding: 50px;
    background: #F5F8FD;
    border-radius: 5px;
    position: fixed;
    z-index: 99;
    right: 20px;
    
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform-origin: bottom;
}

.massage__box h2 {
    margin-bottom: 25px;
    font-size: 28px;
}

.massage__box input,
.massage__box textarea {
    border: none;
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 5px;
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.massage__box__wrap.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.masage_icon.deactive {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
}

.masage_icon {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

button.massage__colse {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
}

.domain-box {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.domain-box input {
    width: 50%;
    float: left;
    border: 0;
    font-size: 16px;
    padding-left: 15px;
    height: 60px;
    font-weight: 500;
    color: #181C21
}

.domain-box input::placeholder {
    color: #181C21;
}

.domain-select {
    position: relative;
    width: 25%;
    float: left;
}

.domain-select select {
    border: 0;
    border-left: 1px solid #e6f0fa;
    border-radius: 0;
    padding-left: 25px;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
    appearance: none;
    color: #181C21;
}

.domain-select span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 22px;
    font-size: 18px;
    color: #495057;
}

.domain-box button {
    width: 25%;
    float: left;
    background: -webkit-gradient(linear, left top, right top, from(#FF153C), to(#FF8955));
    background: -o-linear-gradient(left, #FF153C, #FF8955);
    background: linear-gradient(to right, #FF153C, #FF8955);
    border: 0;
    color: #fff;
    height: 60px;
    border-radius: 5px;
    font-weight: 500;
}

.domain-form-inner {
    overflow: hidden;
    border-radius: 5px;
}

.domain-box input:focus,
.domain-box select:focus {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    border-color: #e6f0fa;
}

.domain-price li {
    display: inline-block;
    padding: 0 8px;
    font-weight: 500;
}

.domain-price.two li {
    color: #fff;
}

.domain-price li span {
    padding-left: 5px;
    color: #70a1ff;
}

.domain-price li del {
    padding-left: 6px;
    color: #6d70a6;
}

.domain-price {
    margin: 30px 0 0;
    text-align: center;
}

.domain-price.two li span {
    color: #fff
}

.domain-price.two li del {
    color: #70a1ff
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .welcome__area__1 {
        height: 700px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 992px) {
    .welcome__area__1 {
        text-align: center;
    }

    .welcome__area__2 {
        text-align: center;
    }

    .hero__image1 {
        margin-top: 50px;
    }
}

@media screen and (max-width:425px) {
    .domain-box input {
        width: 60%;
        float: left;
        border: 0;
        font-size: 16px;
        padding-left: 15px;
        height: 60px;
    }

    .domain-select {
        position: relative;
        width: 40%;
        float: left;
    }

    .domain-box button {
        width: 100%;
        float: left;
        background: -webkit-gradient(linear, left top, right top, from(#FF153C), to(#FF8955));
        background: -o-linear-gradient(left, #FF153C, #FF8955);
        background: linear-gradient(to right, #FF153C, #FF8955);
        border: 0;
        color: #fff;
        height: 60px;
        border-radius: 5px;
        font-weight: 500;
    }
}

/*---------------------------
    3. WELCOME AREA 2
----------------------------*/
.welcome__area__2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top:80px;
    padding-bottom:80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/bg/bg2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

a.play_btn {
   
    margin-top: 40px; 
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

a.play_btn img {
    margin-right: 5px;
}

.price_hero {
    padding-top: 170px;
    position: relative;
    z-index: 2;
}

img.shape {
    position: absolute;
    z-index: -1;
}

img.shape.shape1 {
    top: 25%;
    right: 16%;
}

img.shape.shape2 {
    bottom: 65%;
    left: 4%;
    animation: 8s spin linear infinite;
}

img.shape.shape3 {
    right: 18%;
    bottom: 10%;
    animation: 8s spin linear infinite;
}

img.shape.shape4 {
    right: 11%;
}

img.shape.shape5 {
    top: 27%;
    left: 18%;
}

img.shape.shape6 {
    bottom: 7%;
    left: 16%;
}

/*---------------------------
    4. PRICE AREA
----------------------------*/
.single__price {
    padding: 40px 50px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.single__price.active:before {
    position: absolute;
    content: "popular";
    background: -webkit-gradient(linear, right top, left top, from(#FF153C), to(#FF8955));
    background: -o-linear-gradient(right, #FF153C, #FF8955);
    background: linear-gradient(to left, #FF153C, #FF8955);
    display: inline-block;
    padding: 2px 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    top: 16px;
    right: -32px;
}

.price__icon {
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.single__price h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1;
}

.single__price ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.single__price ul li {
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    font-weight: 500;
    padding-left: 15px;
    display: inline-block;
}

.single__price ul li:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 15px;
    background: url(../img/icon/check1.png) no-repeat;
    top: 10px;
    left: 0;
    text-align: center;
}

.single__price ul li:last-child {
    margin-bottom: 0;
}

.single__price h3 {
    font-size: 24px;
    font-weight: 700;
    color: #FF5E63;
    margin-bottom: 30px;
    line-height: 1;
}

.single__price__suppport h4 {
    font-size: 17px;
    margin-bottom: 10px;
}

.single__price__suppport p {
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .single__price__suppport {
        text-align: center;
        margin: 20px 0;
    }
}

@media screen and (max-width: 425px) {
    .single__price__suppport {
        margin-bottom: 30px;
    }
}


/*---------------------------
    6. TESTIMONIAL AREA
----------------------------*/
.testimonial__area {}

.single__testimonial {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
}

.testimonial__quote {
    max-width: 60px;
    display: inline-block;
}

.testimonial__content {
    font-style: italic;
    margin-top: 30px;
}

.testimonial__author__details {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 30px;
}

.testimonial__author__thumb {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50%;
}

.author__name_and__designation {
    line-height: 1;
}

.single__testimonial h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial__author__details h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1;
}

.testimonial__author__details p {
    font-size: 16px;
    margin-bottom: 0;
}

.testimonial__slider .owl-dots > div {
    width: 20px;
    height: 7px;
    background: #D4D7DC;
    display: inline-block;
    margin: 0 5px;
    border-radius: 30px;
}

.testimonial__slider .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.testimonial__slider .owl-dot.active {
    background: -webkit-gradient(linear, left top, right top, from(#FF153C), to(#FF8955));
    background: -o-linear-gradient(left, #FF153C, #FF8955);
    background: linear-gradient(to right, #FF153C, #FF8955);
}

.dashed_border {
    border-top: 1px dashed #E0E1E3;
}

@media screen and (max-width:767px) {
    .testi__img {
        display: none;
    }
}

/*---------------------------
    7. TESTIMONIAL AREA 2
----------------------------*/
.single__testimonial__style__2 {
    text-align: center;
    padding: 30px;
}

.testmonial__author__style__2 {
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .testimonials {
        margin-bottom: 50px;
    }

    .testimonials3 {
        margin-bottom: 30px;
    }

    .testi__img {
        display: none;
    }
}

/*---------------------------
    8. FEATURES AREA
----------------------------*/
.feature__text h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.feature__text h4 {
    font-size: 17px;
    margin-bottom: 10px;
}

.feature__text p {
    margin-bottom: 20px;
}

ul.feature__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

ul.feature__list li {
    position: relative;
    z-index: 2;
    padding-left: 20px;
    margin-bottom: 5px;
}

ul.feature__list li:last-child {
    margin-bottom: 0;
}

ul.feature__list li:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 20px;
    background: url(../img/icon/check2.png) no-repeat;
    top: 10px;
    left: 0;
}

.features .single___features__box {
    padding: 20px 20px 0px 65px;
}

/*---------------------------
    9. BIG FEATURES BOX AREA
----------------------------*/
.big__features__box {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
}

.big__features__icon {
    width: 100px;
    display: inline-block;
    margin-bottom: 30px;
}

.big__features__box h4 {
    font-size: 20px;
}

.big__features__box a.cbtn2 {
    margin-top: 20px;
}

/*---------------------------
    FEATURES BOX
----------------------------*/
.single___features__box {
    padding: 20px 20px 20px 65px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.features__box__icon {
    max-width: 30px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.single___features__box h5 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .feature__img {
        text-align: center;
        margin-bottom: 50px;
    }

    .feature__img img {
        width: 100%;
    }

    .feature__img.xs-mt50 {
        display: none;
    }

    .single__price__suppport {
        text-align: center;
        margin: 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .feature__img {
        margin-bottom: 20px;
    }
}

/*--------------------------
    10. CTA AREA
---------------------------*/
.cta-area {
    overflow: hidden;
}

.cta {
    border-radius: 10px;
    padding: 100px 0;
    overflow: hidden;
}

.cta h2 {
    font-size: 40px;
    color: #181C21;
    margin-bottom: 20px;
}

.cta__form {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 30px 70px #f1f1f1;
    box-shadow: 0 30px 70px #f1f1f1;
}

.cta__form form {
    position: relative;
}

.cta__form input {
    padding: 30px;
    background: none;
    border: none;
}

.cta__form form button.gradient__btn {
    position: absolute;
}

.cta__form button {
    position: absolute;
    right: 18px;
    top: 17px;
}

.cta h6 {
    font-size: 18px;
    color: #181C21;
    font-weight: 400;
}

.cta__bg {
    position: relative;
    z-index: 2;
}

.cta__bg:after {
    position: absolute;
    content: "";
    height: 80%;
    width: 110%;
    background: #181C21;
    bottom: 0;
    z-index: -1;
    border-radius: 50% 50% 0 0;
    left: -5%;
}

/*------*/
.cta2 .cta__form {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cta2 .cta h2,
.cta2 .cta h6 {
    color: #fff;
}

@media screen and (min-width:1000px) and (max-width: 1400px) {
    .cta h2 {
        font-size: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .cta h2 {
        font-size: 36px;
    }
}

@media screen and (max-width:767px) {
    .cta h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .cta__form {
        background: none;
        text-align: center;
    }

    .cta__form input {
        padding: 15px;
        background: #fff;
    }

    .cta__form button {
        position: relative;
        right: 0;
        top: 0;
    }
}

/*--------------------------
    12. SEARCH AREA
---------------------------*/
.search__area {
    position: relative;
    z-index: 2;
}

.search__form {
    position: absolute;
    top: 45px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search__form input {
    padding: 7px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.search__form.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*-------------------------
    13. TEAM AREA
--------------------------*/
.single__team {
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    padding: 40px 20px;
    border-radius: 4px;
}

.single__team .memeber__thumb {
    overflow: hidden;
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.team__details {
    margin-top: 20px;
}

.single__team h3 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}

.single__team p {
    margin-bottom: 0;
}

/*--------------------------
    14. BLOG AREA CSS
---------------------------*/
.single__blog__post {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}

.signle__blog__content {
    background: #ffffff;
    padding: 30px;
}

.single__blog__meta {
    margin-bottom: 20px;
    line-height: 1;
    overflow: hidden;
    font-weight: 500;
}

.single__blog__meta .meta__category {
    float: left;
    text-transform: uppercase;
}

.single__blog__meta .meta__date {
    float: right;
    text-transform: capitalize;
}

.meta__category a {
    color: #FF153C;
}

.single__blog__post h3 {
    font-size: 24px;
    color: #181C21;
}
.single__blog__post h3 a {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
@media screen and (max-width: 992px) {
    .single__blog__post__thumb img {
        width: 100%;
    }
}

/*-------------------------
    14. SERVICE AREA CSS
---------------------------*/
.single__service {
    text-align: center;
    background: #fff;
    padding: 50px 25px;
    border-radius: 4px;
    -webkit-box-shadow: 0 30px 80px #f1f1f1;
    box-shadow: 0 30px 80px #f1f1f1;
    margin-bottom: 30px;
        transition: 0.4s;
}
.single__service:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateY(-10px);
}
.service__icon {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 70px;
    color: #FF5E63;
    font-size: 60px;
}

.single__service h3 {
    font-size: 17px;
    margin: 18px 0;
    font-weight: 700;
}

.single__service__style__2 {
    padding: 0 30px;
    margin-right: 30px;
    border-right: 2px dashed #525559;
    margin-bottom: 30px;
}

.single__service__style__2 h3 {
    font-size: 16px;
    margin: 20px 0;
}

.single__service3 {
    padding: 50px;
    background: #EAECF1;
    border-radius: 4px;
    text-align: center;
}

.single__service3__text a {
    display: block;
    font-size: 20px;
    color: #181C21;
    font-weight: 700;
    margin: 20px 0;
}

.single__service3__text {
    margin-bottom: 20px;
}

@media screen and (max-width:992px) {
    .single__service3 {
        margin-bottom: 30px;
    }
}

/*----------------------
    15. NICE SELECT CSS
-----------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-25px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-25px) rotate(-360deg);
    }
}