/* ----------------------------------------------------------------
	CSS Specific to the Bike Demo

	Some of the CSS Codes have been modified from the Original
	style.css File to match the Styling of this Demo

-----------------------------------------------------------------*/

:root {
    --theme1: #232323;
    --themecolor: #0ACDFF;
}

.border-bottom {
    border-bottom: 1px solid #000000 !important;
}

#primary-menu ul li>a {
    color: white;
}

.heading-block h1,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2,
.heading-block small {
    color: white;
}

.button.button-border {
    border: 2px solid #AAAAAA;
    color: #FFFFFF;
}

#footer.dark,
.dark #footer {
    position: relative;
    background-color: #000000;
}

#copyrights {
    background-color: #1A3875;
}

.bg1,
#header,
#header.sticky-header #header-wrap {
    background-color: var(--theme1);
}

#content p:not(.lead) {
    font-size: 15px;
    line-height: 1.7;
}

.section {
    background: white;
}

.button-shadow:not(:hover) {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.section-curve:after {
    height: 50px;
    background-image: url('../images/curve.svg');
    background-size: 100% 100%;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
}

#ytb-video {
    cursor: pointer
}

#ytb-video-button.play-icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 61px;
    margin-top: -31px;
    margin-left: -31px;
    transition: transform .3s ease;
}

#ytb-video:hover .play-icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#ytb-video-button.play-icon i {
    width: 60px;
    height: 60px;
    line-height: 61px;
    font-size: 24px;
    color: #000;
    text-align: center;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: all .3s ease;
}

#ytb-video:hover .play-icon i {
    background-color: red;
    color: #FFF;
}

#ytb-video-button.play-icon i.icon-play {
    padding-left: 4px;
}

#ytb-video-button.play-icon i:nth-of-type(2),
.video-played #ytb-video-button.play-icon i:nth-of-type(1) {
    display: none;
}

.video-played #ytb-video-button.play-icon i:nth-of-type(2) {
    display: block;
}

#ytb-video:not(:hover) i:nth-of-type(2) {
    opacity: 0;
}

.ytb-card {
    margin-top: -381px;
}

.device-xs .ytb-card {
    margin-top: -310px;
}

.showcase-section .showcase-target {
    display: none;
}

.showcase-section .showcase-target.showcase-target-active {
    display: block;
}

.showcase-section ul {
    list-style: none;
}

.showcase-section ul li {
    display: block;
    position: relative;
    padding: 24px 0;
    cursor: pointer;
    border-top: 1px solid #F0F2F6;
}

.showcase-section ul li:first-child {
    padding-top: 0;
    border-top: 0;
}

.showcase-section ul li h3 {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.showcase-section ul li p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    color: white;
}

.showcase-section ul li h3:before {
    opacity: 0;
    content: "\e77d";
    font-family: 'font-icons';
    position: absolute;
    margin-left: -20px;
    top: -2px;
    -webkit-transition: margin-left .3s ease, opacity .3s ease;
    -ms-transition: margin-left .3s ease, opacity .3s ease;
    -o-transition: margin-left .3s ease, opacity .3s ease;
    transition: margin-left .3s ease, opacity .3s ease;
}

.showcase-section ul li.showcase-feature-active h3:before {
    opacity: 1;
    margin-left: -15px;
}

.showcase-section ul li.showcase-feature-active h3 {
    color: var(--themecolor);
}

.showcase-section .showcase-target {
    display: block!important;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all .3s .1s ease;
    -o-transition: all .3s .1s ease;
    transition: all .3s .1s ease;
    -webkit-backface-visibility: hidden;
}

.showcase-section .showcase-target.showcase-target-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 9;
}

.showcase-section .showcase-target:first-child {
    position: relative;
}

.heading-block p {
    font-size: 17px;
}

.progress.skills-animated:after {
    content: "\e095";
    font-family: 'lined-icons';
    color: var(--themecolor);
    position: absolute;
    right: -5px;
    top: -26px;
    font-size: 36px;
}

.progress:before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    background-color: #FFF;
    border: 4px solid var(--themecolor);
    border-radius: 50%;
}

.progress-percent:before {
    display: none;
}

.progress-percent:after {
    background-color: #fff;
    border: none;
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 8px;
    content: ' ';
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translateX(-14%) translateY(-69%) rotate(45deg);
    transform: translateX(-14%) translateY(-69%) rotate(45deg);
    border-radius: 2px;
    left: 50%;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.24);
    bottom: -1.8px;
}

.skills li .progress-percent {
    top: -50px;
    right: -20px;
    padding: 5px 10px;
    text-align: center;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    height: auto;
    font-size: 15px;
    line-height: 16px;
    text-shadow: none;
    color: #232D41;
}

.irs-bar-edge,
.irs-line-mid,
.irs-line-left,
.irs-line-right {
    background-color: rgba(232, 60, 60, 0.3);
}

.pricing-price:after {
    display: none;
}

.portfolio-desc h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.portfolio-desc h6 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
}

@media (min-width: 992px) {
    #slider+#header.transparent-header {
        top: -60px;
        margin-bottom: -60px;
    }
    #header.transparent-header.floating-header+#slider {
        top: -120px;
        margin-bottom: -120px;
    }
    #primary-menu ul li>a {
        padding-top: 19px;
        padding-bottom: 19px;
        font-weight: 600;
        text-transform: none;
        font-size: 14px;
    }
    #top-search,
    #top-cart,
    #side-panel-trigger {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #top-cart .top-cart-content {
        top: 40px;
    }
    #header,
    #header-wrap,
    #logo img {
        height: 60px;
    }
    #header.sticky-header:not(.static-sticky),
    #header.sticky-header:not(.static-sticky) #header-wrap,
    #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
        height: 60px;
    }
    #header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    #header.sticky-header:not(.static-sticky) #top-search,
    #header.sticky-header:not(.static-sticky) #top-cart,
    #header.sticky-header:not(.static-sticky) #side-panel-trigger {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    #header.sticky-header:not(.static-sticky) #top-cart .top-cart-content,
    #header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2>div #top-cart .top-cart-content {
        top: 40px;
    }
    .ytb-card {
        max-width: 820px;
    }
    .iportfolio {
        transition: transform .3s ease;
    }
    .iportfolio:hover {
        transform: translateY(-5px);
    }
}


/********************************************
*********************************************
* 
*    HEADER AND HOME
* 
*********************************************
********************************************/

@media (min-width: 200px) and (max-width: 992px) {
    .default-text-white:hover {
        color: white;
    }
    .default-text-white {
        color: white;
    }
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li:hover ul a .default-text-white {
        color: white !important;
    }
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li:hover ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li.current ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li:hover ul a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li.current ul a .default-text-white {
        color: honeydew !important;
    }
    .owl-carousel .owl-stage {
        padding: 0px 2px;
        top: 70px;
    }
}

.language-option-xs {
    width: 30px;
    margin-right: 10px;
}

.language-option-md {
    width: 40px;
    margin-right: 15px;
}

.language-option-lg {
    width: 60px;
    margin-right: 15px;
}

.language-option-xl {
    width: 70px;
    margin-right: 15px;
}


/********************************************
*********************************************
* 
*    CHECKOUT
* 
*********************************************
********************************************/

.payment-form {
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

.payment-form.dark {
    background-color: #f6f6f6;
}

.payment-form .content {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: white;
}

.payment-form .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.payment-form .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.payment-form.dark .block-heading p {
    opacity: 0.8;
}

.payment-form .block-heading h1,
.payment-form .block-heading h2,
.payment-form .block-heading h3 {
    margin-bottom: 1.2rem;
    color: #3b99e0;
}

.payment-form form {
    border-top: 2px solid #5ea4f3;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    padding: 0;
    max-width: 600px;
    margin: auto;
}

.payment-form .title {
    font-size: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.8em;
    font-weight: 600;
    padding-bottom: 8px;
}

.payment-form .products {
    background-color: #f7fbff;
    padding: 25px;
}

.payment-form .products .item {
    margin-bottom: 1em;
}

.payment-form .products .item-name {
    font-weight: 600;
    font-size: 0.9em;
}

.payment-form .products .item-description {
    font-size: 0.8em;
    opacity: 0.6;
}

.payment-form .products .item p {
    margin-bottom: 0.2em;
}

.payment-form .products .price {
    float: right;
    font-weight: 600;
    font-size: 0.9em;
}

.payment-form .products .total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-top: 19px;
    font-weight: 600;
    line-height: 1;
}

.payment-form .card-details {
    padding: 25px 25px 15px;
}

.payment-form .card-details label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #79818a;
    text-transform: uppercase;
}

.payment-form .card-details button {
    margin-top: 0.6em;
    padding: 12px 0;
    font-weight: 600;
}

.payment-form .date-separator {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

@media (min-width: 576px) {
    .payment-form .title {
        font-size: 1.2em;
    }
    .payment-form .products {
        padding: 40px;
    }
    .payment-form .products .item-name {
        font-size: 1em;
    }
    .payment-form .products .price {
        font-size: 1em;
    }
    .payment-form .card-details {
        padding: 40px 40px 30px;
    }
    .payment-form .card-details button {
        margin-top: 2em;
    }
}

.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
    background-color: var(--theme1);
    color: #EEE;
}

.checkout-section {
    padding: 30px 0 0 0;
}

.faqs-section {
    padding: 30px 0 0 0;
}

.tab-container-profile {
    padding: 0;
}

ul.tab-nav-profile:not(.tab-nav-lg) {
    border-bottom: none;
}
.text-extra{
    color: #D4005A;
}

.button-red-custom {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #D4005A;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

::selection {
    background: #D4005A;
    color: #FFF;
    text-shadow: none;
}

.pricing-box.best-price .pricing-price {
    color:#D4005A;
    font-size: 72px;
}

.button:hover {
    background-color: #D4005A;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button-red-custom .button:hover {
    background-color: rgba(201, 3, 3, 0.87);
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.product-price ins {
    text-decoration: none;
    color: #212529;
}

#primary-menu ul li:hover>a, #primary-menu ul li.current>a {
    color: white;
    font-size: 15px;
}

.dark  .copyright-links a {
    background-color: rgba(0,0,0,0);
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.dark #copyrights {
    background-color: rgba(0,0,0,0);
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.dark .copyright-links a:hover {
    color: rgba(255,255,255,0.35);
    border-bottom-color: rgba(255,255,255,0.35);
}
a {
    text-decoration: none !important;
    color: #D81159;
}

a.custom-link{
    color: #D81159 !important;
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 13px 42px 11px;
    border-color: #29BDEF rgb(238, 238, 238) rgb(238, 238, 238);
    border-top-color: #29BDEF;
    border-right-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-left-color: rgb(238, 238, 238);
    border-image: initial;
    border-top: 2px solid #29BDEF;
}

#primary-menu ul ul li:hover > a {
    background-color: rgb(249, 249, 249);
    padding-left: 18px;
    color: #333333;
}

#primary-menu ul ul li>a {
    font-size: 12px;
    font-weight: 700;
    color: #333333; 
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}

.heading-block>h1:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
}

.heading-block>h4:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}

.feature-box .fbox-icon i, .feature-box .fbox-icon img {
    border-radius: 50%;
    background-color: #28a745;
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0;
    bottom: 0px;
}

.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
    /* background-color: #333; */
    color: #FFF;
}
.span-one{
    font-size: 24px;
}

.span-two{
    font-size: 24px;
}

.text-success{
    color: #28a745;
}

.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
    background-color: #28a745;
    color: #FFF;
}

.fbox-effect .fbox-icon i:after {
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #28a745;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(.8);
    opacity: 0;
}
.fbox-effect .fbox-icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.text-color-gray {
    color: #777!important;
}

.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    display: block;
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 2px solid #1265A8;
}

h1>span:not(.nocolor):not(.badge), h2>span:not(.nocolor):not(.badge), h3>span:not(.nocolor):not(.badge), h4>span:not(.nocolor):not(.badge), h5>span:not(.nocolor):not(.badge), h6>span:not(.nocolor):not(.badge) {
    color: #1265A8;
}

.feature-box.fbox-outline .fbox-icon {
    border: 1px solid #28a745;
    border-radius: 50%;
    padding: 3px;
}
.bottommargin-lg {
    margin-bottom: 10px !important;
}

.owl-carousel .owl-item img {
    margin-bottom: 8px;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #EC4222 !important;
    color: #FFF !important;
    text-decoration: none;
}

@media (max-width: 991px){
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
        color: #FFF !important;
    }
}

a.btn.btn-danger.btn-block {
    background: #D4005A;
    border-color: #D4005A;
    color: white;
}

.promo.promo-flat a.button:hover {
    background-color: #29BDEF;
    border-color: #29BDEF!important;
    color: white;
}

.btn-danger {
    color: #fff!important;
    background-color: #D4005A!important;
    border-color: #D4005A!important;
}

.custom-form-input{
    background: #E5E5E5;
    border-radius: 50px !important;
    height: 33px !important;
}

.custom-form-input:focus{
    background: #E5E5E5;
}

.custom-form-send-button{
    background: #D81159;
    border-radius: 30px !important;
    height: 33px !important;
    line-height: 0px !important;
}

.custom-form-send-button:hover{
    background: #D81159 !important;
}


.custom-form-send-button-register{
    background: #D81159;
    border-radius: 8px !important;
    height: 33px !important;
    line-height: 0px !important;
}

.custom-form-send-button-register:hover{
    background: #D81159 !important;
}

.custom-form-alternate-button{
    background: #29BDEF;
    border-radius: 8px !important;
    height: 33px !important;
    line-height: 0px !important;
}

.custom-form-alternate-button:hover{
    background: #29BDEF;
}

.custom-form-cancel-button{
    background: #EDEDED;
    border-radius: 8px !important;
    height: 33px !important;
    line-height: 0px !important;
}
.custom-buy-button{
    background: #D81159;
    border-radius: 33px;
    width: 236px;
    height: 46px;
    line-height: 48px;
    text-align: center;
}
.custom-buy-button:hover{
    background-color: #D81159 !important;
}

.custom-description-package-home{
    color: white !important;
    font-weight: bolder;
}

.custom-password-recovery-link{
    text-align: right;
    color: #29BDEF;
    cursor: pointer
}

@media (max-width: 1200px) {
    .custom-form-alternate-button{
        font-size: 10px !important;
    }
    .custom-form-send-button{
        font-size: 10px !important;
    }
}


.custom-home-banner{
    height: 750px;
}
.custom-home-banner-login{
    height: 945px;
}

@media (max-width: 767px) {
    .custom-home-banner-login{
        height: 1240px;
    }
}

.social-whatsapp{
    position: fixed;
    z-index: 5000;
    bottom: 50px;
    right: 10px;
}
.social-whatsapp img{
    border-radius: 50%;
}

.bg-black{
    background-color: black !important;
    margin-bottom: -1px;
}

.step-block.pricing-box.best-price {
    background-color: #232323 !important;
}
.step-block{
    background: #232323;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.step-block .list-group-item {
    background: #232323 !important;
}

.step-block-2{
    background: #232323;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 15px 15px;
}
.step-block-2 img {
    border-radius: 10px 10px 0px 0px;
}

.main-title{
    font-size: 26px;
    color: #FFFFFF;
    text-shadow: 0px 3px 0px #d81159;
    margin-bottom: 20px;
}

.btn-custom-link {
    background-color: transparent !important;
    border-style: solid;
    border-color: var(--themecolor);
    border-radius: 5px;
    padding: 5px;
    color: var(--themecolor);
}

.btn-custom-link th{
    background-color: transparent !important;
    background: transparent !important;
}

.pointer{
    cursor: pointer;
}