a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .4s;
    transition: .4s;
    color: #333
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.3
}

h2 strong {
    font-family: 'Roboto Condensed', sans-serif;
}

p span {
    font-size: 16px
}

html,
body {
    height: 100%
}

body {
    font-family: source sans pro, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #3c3c3c
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.relative {
    position: relative
}

.vcenter {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.vcenter h2 {
    font-size: 56px;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 54px;
    font-family: 'Poppins';
    font-weight: 700;
    margin: 8px 0 0;
      color: #000 !important;
}
.page-title {
    margin: 0;
}
.vcenter h2 strong {
    background: #ed5485;
    font-size: 18px;
    padding: 10px 20px;
    text-shadow: none;
    letter-spacing: 2px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
}
.text-white {
    color: #fff
}

.box-100 {
    width: 100px
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: padding-box
}

.section-bg.pink {
    /* background: #fd6394; */
    /* background: -webkit-gradient(linear, left bottom, left top, from(#d13969), to(#fd6394)); */
    /* background: linear-gradient(to top, #159aab 14%, #9fe0e8 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d13969', endColorstr='#fd6394', GradientType=0);
}

.section-bg.boxes {
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .5);
    display: block;
    margin: auto;
    right: 0;
   /* width: 94%*/
}
.icon i {
    font-size: 25px;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 42px;
}
#feature h3 {
    font-weight: lighter;
    font-family: 'Poppins';
    padding: 20px 0 0;
}

.section-bg.white {
    background-color: #fff
}

.section-bg.viking {
    background-color: #57d1c9
}

.section-bg.bg1 {
    /* background-image: url(../images/bg-1.jpg); */
    /* opacity: .1; */
    -ms-filter: "alpha(opacity=10)";
    /* background-size: cover; */
    height: 820px;
}

.section-bg.bg2 {
    background: #fff;
    opacity: .9;
    -ms-filter: "alpha(opacity=90)"
}

.section-bg.bg3 {
    background: #f1f8ff;
    opacity: .9;
    -ms-filter: "alpha(opacity=90)"
}

.section-bg.bg4 {
    background: #f1f8ff;
    -ms-filter: "alpha(opacity=10)"
}

.section-bg.auto-right-bottom {
    /* background: #f1f1f1; */
}

.section-bg.auto-right-bottom2 {
    background-image: url(../images/spk-img.png);
    background-position: right 20% bottom;
    background-size: 18% auto
}

.section-bg.auto-left-bottom {
    background-image: url(../images/weman-img.png);
    background-position: left 5% bottom;
    background-size: 28% auto
}

.icon span:before {
    font-size: 60px
}

.icon.pink-icon {
    color: #ed5485
}

.icon.viking-icon {
    color: #57d1c9
}

.icon.yellow-icon {
    color: #fd6394;
}

.dots .dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%
}

.dots .dot:nth-child(1) {
    background-color: #fd6394
}

.dots .dot:nth-child(2) {
    background-color: #57d1c9
}

.dots .dot:nth-child(3) {
    background-color: #ffe869
}

.btn.btn-link {
    color: #606060;
    text-decoration: none;
    font-size: 16px
}

.btn.btn-link:hover {
    color: #000
}

.btn {
    -webkit-transition: .4s;
    transition: .4s
}

.bttn {
    padding: 12px 40px;
    border-radius: 0;
    font-family: 'Poppins';
    border: none;
    display: inline-block;
    text-align: center;
    width: 180px;
    -webkit-box-shadow: 0 3px 0 -2px rgba(255, 255, 255, .5);
    box-shadow: 0 3px 0 -2px rgba(255, 255, 255, .5);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-weight: 600;
    font-size: 16px;
}

.bttn:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 8px 0 -2px rgb(12 87 97);
    box-shadow: 0 8px 0 -2px rgb(12 87 97);
}

.bttn.pink {
    background-color: #fd6394 !important;
    color: #fff;
    background: #fff;
    /* color: #fff; */
    padding: 16px 30px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #FD6397;
}

.bttn.blue {
    background-color: #fff;
    color: #5db8e5
}

.bttn.gold {
    background-color: #fff;
    color: #d9caba
}

.header-area {
    width: 100%;
    height: 732px;
}
.price {
    background-color: #fffbcb;
    border-radius: 50%;
    color: #444;
    display: inline-block;
    font-size: 40px;
    height: 100px;
    left: 0;
    line-height: 2.2;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100px;
    z-index: 9;
    border: 4px solid #ebe7b2;
    font-family: cooper_hewittsemibold
}

.price sub {
    bottom: 0;
    font-size: 20px
}

.price-rate {
    font-size: 30px;
    font-family: cooper_hewittsemibold
}

.mainmenu-area {
    padding-top: 30px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
}

.mainmenu-area.affix {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .5)
}

.mainmenu-area .white-logo {
    display: block
}

.mainmenu-area.affix .white-logo {
    display: none
}

.mainmenu-area .pink-logo {
    display: none
}

.mainmenu-area.affix .pink-logo {
    display: block
}

#mainmenu {
    margin-top: 10px
}

#mainmenu ul.nav.navbar-nav li a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 25px;
    color: #fff;
    padding: 6px 20px;
    font-family: 'Roboto Condensed', sans-serif;;
    font-size: 14px
}

#mainmenu ul.nav.navbar-nav li.active a {
    border: 2px solid #fff
}

.mainmenu-area.affix #mainmenu ul.nav.navbar-nav li a {
    color: #ed5485
}

.mainmenu-area.affix #mainmenu ul.nav.navbar-nav li.active a {
    border-color: #ed5485
}

.mainmenu-area .cart-btn {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    background: 0 0;
    border: none
}

.mainmenu-area .cart-btn:focus,
.mainmenu-area .cart-btn:hover {
    color: #fff
}

.mainmenu-area.affix .cart-btn {
    color: #ed5485
}

.mainmenu-area .cart-btn .count {
    top: -15px
}

.add_cart {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    padding: 0 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.pink-icon-hover {
    border-radius: 50%;
    height: 60px;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 60px;
    background-color: #fff
}

.pink-icon-hover span:before {
    font-size: 30px;
    line-height: 2
}

.single-feature {
    -webkit-transition: .3s;
    transition: .3s
}

.single-feature.active .pink-icon-hover,
.single-feature:hover .pink-icon-hover {
    background-color: #ed5485;
    color: #fff
}

.single-feature.active,
.single-feature:hover {
    color: #ed5485
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    margin: 50px auto;
}

.vbttn {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .5);
    display: inline-block;
    height: 80px;
    padding: 23px 24px 22px 28px;
    text-align: center;
    width: 80px
}

.single-price {
    padding: 40px 0;
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .5);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .3s;
    transition: .3s
}

.single-price:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .3)
}

.single-price.blue {
    background-color: #5db8e5
}

.single-price.pink {
    background-color: #ed5485
}

.single-price.gold {
    background-color: #d7c9b9
}

.price-tag {
    border-radius: 100px;
    display: inline-block;
    margin: auto;
    padding: 4px 30px
}

.blue .price-tag {
    background-color: #46a2cf
}

.pink .price-tag {
    background-color: #e24d7d
}

.gold .price-tag {
    background-color: #c9b5a0
}

.subscribe-form {
    padding-right: 80px;
    overflow: hidden
}

.subscribe-form .sub-input {
    border: medium;
    border-radius: 100px;
    height: auto;
    padding: 15px 30px;
    display: block;
    width: calc(100% - 80px);
    float: left
}

.subscribe-form .sub-bttn {
    background-color: #57d1c9;
    border: medium;
    border-radius: 50%;
    padding: 10px 8px 10px 12px;
    height: 57px;
    width: 57px;
    -webkit-transition: .3s;
    transition: .3s;
    float: right
}

.sub-bttn:hover {
    background-color: #31b4ab
}

.social-list a i {
    border-radius: 50%;
    display: block;
    height: 30px;
    line-height: 2;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 30px;
    color: #fff;
    margin-bottom: 5px
}

.social-list a i.fa-facebook {
    background-color: #3b5998
}

.social-list a i.fa-facebook:hover {
    background-color: #476bb8
}

.social-list a i.fa-twitter {
    background-color: #0084b4
}

.social-list a i.fa-twitter:hover {
    background-color: #00a8e6
}

.social-list a i.fa-google-plus {
    background-color: #d62d20
}

.social-list a i.fa-google-plus:hover {
    background-color: #e14337
}

.social-list a i.fa-instagram {
    background-color: #8a3ab9
}

.social-list a i.fa-instagram:hover {
    background-color: #9c51c8
}

.single-footer ul li a {
    display: block;
    margin: 3px 0;
    padding: 3px 0
}

.single-footer ul li a:before {
    background-color: silver;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 15px;
    width: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.single-footer ul li a:hover:before {
    background-color: #fd6394
}

#scrollUp {
    background-color: #ed5485;
    border-radius: 3px;
    bottom: 30px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 2;
    right: 30px;
    text-align: center;
    width: 40px
      display:none;
}

#scrollUp:hover {
    background-color: #e92f6a
}

.preloader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999
}

.sk-wave {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sk-wave .sk-rect {
    background-color: #ed5485;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}


@-webkit-keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.page-title h2 strong {
   color: #39b54a;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    /* font-family: 'Montserrat'; */
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
}
.page-title h2 {
    line-height: 45px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
    text-align: center;
    line-height: 54px;
}
.media h2, .media h2 strong {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Poppins';
}
.media-right p {
    color: #000;
    font-weight: 300;
    font-size: 15px;
}
.in-pro {
    background: #57d1c9;
}


/* modal success */
div#success-alert {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    background: #0d6832;
    color: #fff;
    text-align: center;
    font-family: 'Sansation';
    text-transform: capitalize;
    font-size: 15px;
    /* z-index: 99999; */
    opacity: 0;
}
#success-alert .close {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
}
