/*----------------------------------------------------------------
	Canvas: Business
	Version: 1.0
-----------------------------------------------------------------*/


/* ----- Hero Widget ----- */

#widget-subscribe-form {
    display: block;
    padding: 8px;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 3px;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.15);
    transition: box-shadow .4s linear;
}

#widget-subscribe-form:hover {
    box-shadow: 0 0 42px 4px rgba(0, 0, 0, .3) !important;
}

.input-lg {
    height: 50px;
}

.customers-count {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


/*	Primary Menu Header size
-----------------------------------------------------------------*/

@media (min-width: 992px) {
    .swiper-caption-wrapper {
        width: 576px;
        height: 500px;
        background-color: rgba(0, 0, 0, 0.85);
    }
    .swiper-caption-wrapper:after {
        content: '';
        position: absolute;
        bottom: -180px;
        width: 0;
        height: 0;
        border-left: 150px solid transparent;
        border-right: 425px solid transparent;
        border-top: 180px solid rgba(0, 0, 0, 0.85);
    }
    .swiper-caption-wrapper .caption {
        margin: 30px auto 0;
    }
    .swiper-caption-wrapper .caption h2 {
        font-size: 56px;
        line-height: 64px;
    }
    .slider-arrow-left,
    .slider-arrow-right {
        bottom: 70px;
    }
    #header.transparent-header+#slider,
    #header.transparent-header+#page-title.page-title-parallax,
    #header.transparent-header+#google-map,
    #slider+#header.transparent-header {
        top: -80px;
        margin-bottom: -80px;
    }
    #header.transparent-header.floating-header+#slider,
    #header.transparent-header.floating-header+#google-map {
        top: -140px;
        margin-bottom: -140px;
    }
    #header.transparent-header+#page-title.page-title-parallax .container {
        padding-top: 80px;
    }
    #primary-menu ul li>a {
        padding-top: 29px;
        padding-bottom: 29px;
        text-transform: none;
        font-weight: 500;
    }
    #top-search,
    #top-cart,
    #side-panel-trigger {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #top-cart .top-cart-content {
        top: 50px;
    }
    #header,
    #header-wrap,
    #logo img {
        height: 80px;
    }
    #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;
    }
    #primary-menu ul li>a>div {
        position: relative;
    }
    #primary-menu ul li>a>div:after {
        opacity: 0;
        content: '';
        border-bottom: 3px solid #1ABC9C;
        position: absolute;
        bottom: -3px;
        left: 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 4px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .dark #primary-menu ul li>a>div:after {
        background: url('assets/images/border-white.svg') no-repeat;
    }
    #primary-menu ul li.active>a>div:after,
    #primary-menu ul li:hover>a>div:after {
        bottom: -5px;
        opacity: 1;
    }
    #primary-menu ul li ul li a>div:after {
        content: none;
    }
    img.man {
        margin-left: 100px;
    }
    .section.parallax {
        padding: 160px 0;
    }
}


/* Slider Area
-----------------------------------------------------------------*/

.slider-caption h2 {
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    font-size: 72px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.slider-caption p {
    font-size: 18px;
    margin-bottom: 20px;
}

.slider-caption h2,
.slider-caption p,
.slider-caption .button {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    -webkit-transition: -webkit-transform .05s ease-out;
    transition: -webkit-transform .05s ease-out;
    transition: transform .05s ease-out;
    transition: transform .05s ease-out, -webkit-transform .05s ease-out;
    backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption h2,
.swiper-slide.swiper-slide-active .slider-caption p,
.swiper-slide.swiper-slide-active .slider-caption .button {
    opacity: 1;
    -webkit-transition: transform 1s, opacity 1.05s;
    -o-transition: transform 1s, opacity 1.05s;
    transition: transform 1s, opacity 1.05s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption p {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .slider-caption .button {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.one-page-arrow {
    bottom: 30px;
}

.one-page-arrow .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.slider-arrow-left i,
.slider-arrow-right i {
    font-size: 34px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slider-arrow-left,
.slider-arrow-right,
.owl-carousel-full .owl-nav [class*=owl-] {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slider-arrow-left:hover,
.slider-arrow-right:hover,
.owl-carousel-full .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/* Feaured Carousel
-----------------------------------------------------------------*/

#oc-features .owl-item:not(.active) {
    opacity: .4;
}

#oc-features .owl-item p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
}


/* Button-link
-----------------------------------------------------------------*/

.button-link {
    display: inline-block;
    position: relative;
    color: #333;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px 0;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.dark .button-link {
    color: #FFF;
}

.button-link:hover {
    color: #00bed7;
}

.button-link:after {
    content: '';
    border-bottom: 3px solid #1ABC9C;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    height: 4px;
    -webkit-transition: bottom .3s ease;
    -o-transition: bottom .3s ease;
    transition: bottom .3s ease;
}

.button-link.noborder:after {
    content: none;
}

.button-link:hover:after {
    bottom: 3px;
}


/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-carousel-full .owl-nav [class*=owl-] {
    left: 150px !important;
    height: 60px;
    line-height: 60px;
    border: none;
    color: #333;
    background-color: transparent;
    font-size: 28px;
    border-radius: 0;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -155px;
}

.owl-carousel-full .owl-nav .owl-next {
    left: auto !important;
    right: 155px !important;
    border-radius: 0;
}

.owl-carousel-full .owl-nav [class*=owl-]:hover {
    color: #333 !important;
}


/* Owl Carousel - Responsive
-----------------------------------------------------------------*/

.device-lg .owl-carousel .owl-nav .owl-prev,
.device-md .owl-carousel .owl-nav .owl-prev,
.device-sm .owl-carousel .owl-nav .owl-prev,
.device-xs .owl-carousel .owl-nav .owl-prev {
    left: 2px !important;
}

.device-lg .owl-carousel-full .owl-nav .owl-next,
.device-md .owl-carousel-full .owl-nav .owl-next,
.device-sm .owl-carousel-full .owl-nav .owl-next,
.device-xs .owl-carousel .owl-nav .owl-next {
    right: 2px !important;
}


/* Portfolio Filter
-----------------------------------------------------------------*/

.portfolio-filter {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.portfolio-filter li {
    display: inline-block;
    float: none;
}

.portfolio-filter li.activeFilter a {
    font-weight: normal;
}

.portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.75);
}


/* Testimonial
-----------------------------------------------------------------*/

.testimonials-rating {
    margin-top: 15px;
    color: #FFD700;
    font-size: 18px;
    line-height: 1;
}

.testi-content p {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.testi-content p:before,
.testi-content p:after {
    display: none;
}

.testi-meta:before {
    display: none;
}

.testi-meta span {
    padding-left: 0;
}

.testimonial .flex-control-nav {
    bottom: 25px;
    right: 20px;
}

.testimonial .flex-control-nav li a {
    background-color: #333;
}


/* Footer
-----------------------------------------------------------------*/

.widget>h4 {
    font-size: 14px;
    letter-spacing: 0;
}

.widget_links li,
.widget_links li a {
    background-image: none !important;
    padding-left: 0;
    color: #999;
    font-size: 13px;
    font-weight: 300;
    padding-top: 1px;
}

.social-icon.si-mini {
    width: 24px;
    height: 24px;
    font-size: 11px;
    line-height: 23px !important;
}

.social-icon.si-mini:hover i:first-child {
    margin-top: -23px;
}


/* Misc
-----------------------------------------------------------------*/

#header,
#header-wrap,
#logo img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.feature-box h3 span.subtitle {
    font-size: 14px;
}

.feature-box.fbox-plain .fbox-icon img {
    height: 50px;
}

.heading-block:before {
    content: attr(data-heading);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #F5F5F5;
    z-index: -1;
    font-family: 'europa', sans-serif;
    font-weight: bold;
    font-size: 90px;
    line-height: .3;
}

.heading-block.center:before {
    right: 0;
    left: 0;
    margin: auto;
}

.text-rotater {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7;
    color: #888;
}

.payment-cards {
    list-style: none;
    text-align: right;
    margin: 0;
}

.payment-cards li {
    display: inline-block;
    margin: 0 5px;
    width: 44px;
}


/* Footer
-----------------------------------------------------------------*/

.copy-link a {
    font-family: 'Montserrat';
    color: #000;
    opacity: .5;
    font-weight: 300;
    font-size: 13px;
}

.social-icon.si-mini {
    width: 24px;
    height: 24px;
    font-size: 11px;
    line-height: 23px !important;
}

.social-icon.si-mini:hover i:first-child {
    margin-top: -23px;
}

.widget.subscribe-widget .form-control {
    border-radius: 0 !important;
    border: 1px solid #333;
}

.widget.subscribe-widget .button {
    border-radius: 0 !important;
    height: 46px;
    line-height: 46px;
    margin: 0;
}

.widget.subscribe-widget .button:hover {
    background-color: #111;
}

.widget_links li,
.widget_links li a {
    background-image: none !important;
    padding-left: 0;
    color: #666 !important;
    font-size: 13px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .payments-info {
        text-align: center;
    }
    .payment-cards {
        margin-top: 40px;
        text-align: center;
    }
}

.iportfolio .portfolio-image {
    overflow: visible;
}

.iportfolio img {
    opacity: 1;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 17px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 17px rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.iportfolio img:hover {
    opacity: 0.85;
}


/***************************************
Swiper emprende
***************************************/

.slider-caption .emphasis-title h2,
.slider-caption .emphasis-title p {
    opacity: 0;
    -webkit-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    transform: translateX(-120px);
    -webkit-transition: -webkit-transform .05s ease-out;
    transition: -webkit-transform .05s ease-out;
    transition: transform .05s ease-out;
    transition: transform .05s ease-out, -webkit-transform .05s ease-out;
    backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption .emphasis-title h2,
.swiper-slide.swiper-slide-active .slider-caption .emphasis-title p {
    opacity: 1;
    -webkit-transition: transform 1s, opacity 3s;
    -o-transition: transform 1s, opacity 3s;
    transition: transform 1s, opacity 3s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-caption .emphasis-title p {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.swiper-slide .slide-number {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
    margin-left: -40px;
    font-size: 130px;
    color: #F5F5F5;
    font-weight: 700;
    -webkit-transition: opacity .6s .5s ease;
    -o-transition: opacity .6s .5s ease;
    transition: opacity .6s .5s ease;
}

.swiper-slide.swiper-slide-active .slide-number {
    opacity: 1;
}


/* ----- Tab ----- */

ul.tab-nav:not(.tab-nav-lg) {
    border-bottom: none;
}

ul.tab-nav:not(.tab-nav-lg) li {
    float: left;
    border: none;
    height: auto;
    text-align: center;
}

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
    border: none;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    color: #1d2c4c;
    height: auto;
    line-height: 1;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 20px 0;
}

ul.tab-nav:not(.tab-nav-lg) li a i {
    display: block;
    font-size: 42px;
    margin: 0 0 17px 0;
    color: #1c85e8;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
    top: 0;
}

ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    background: #18ab8e;
}

.tab-container {
    margin: 30px 0 0;
}


/* ----- Tab Responsive ----- */

.acctitle {
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    border-top: 1px dotted #DDD;
    padding: 12px 0 12px 24px;
    text-align: center;
}

.acc_content {
    padding: 10px 0 25px;
}

.acctitle i {
    color: #1c85e8;
    font-size: 16px;
    top: 3px;
}

.acctitle i.icon-ok-circle,
.acctitle i.icon-remove-circle {
    display: none;
}


/* ----- | Story-Box | ----- */

.story-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.story-box .story-box-image {
    width: 70%;
    height: 500px;
    z-index: 2;
    overflow: hidden;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.story-box .story-box-image img {
    display: block;
    height: auto;
    width: 100%;
    opacity: 1;
    transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
    opacity: .9;
}

.story-box .story-box-info {
    box-sizing: border-box;
    width: 50%;
    height: 430px;
    padding: 60px;
    margin: 35px 0 0 -20%;
    background: rgba(255, 255, 255, .8);
    z-index: 4;
    box-shadow: 0 10px 45px rgba(0, 0, 0, .1);
    transition: all ease-in .3s;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.story-box.description-left .story-box-info {
    -ms-flex-order: -1;
    order: -1;
    margin: 35px -20% 0 0;
    border-radius: 4px;
}

.story-box .story-box-info .story-title {
    font-family: 'europa';
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    color: #1d2c4c;
}

.story-box .story-box-info .story-box-content p {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 16px;
}

.story-box .story-box-info .story-box-content a {
    font-size: 16px;
}


/* ----- Story-Box Responsive ----- */

@media (max-width: 991px) {
    .story-box .story-box-image {
        height: auto;
        width: 100%;
        height: 400px;
        -ms-flex-order: -1;
        order: -1;
    }
    .story-box.description-left .story-box-info {
        -ms-flex-order: -1;
        order: -1;
        margin: 35px -20% 0 0;
    }
    .story-box.description-left .story-box-info {
        margin: -40px 5% 0;
    }
    .story-box .story-box-info {
        max-width: 90%;
        height: auto;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        margin: -40px 5% 0;
    }
    #side-panel-trigger {
        right: 40px !important;
    }
}

@media (max-width: 767px) {
    .story-box.description-left .story-box-info {
        margin: -100px 5% 0;
    }
    .story-box .story-box-info {
        padding: 35px;
        text-align: center;
        margin: -100px 5% 0;
    }
    .customers-count {
        border-right: none
    }
}

@media (max-width: 479px) {
    .story-box .story-box-info {
        width: 100%;
        padding: 15px;
        text-align: center;
        margin: -200px 5% 0;
    }
    .story-box.description-left .story-box-info {
        margin: -200px 5% 0;
    }
    ul.tab-nav:not(.tab-nav-lg) li a i {
        display: none;
    }
}

/*********************************/

.f-9 {
    font-size: 9px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-28 {
    font-size: 28px !important;
}

.f-30 {
    font-size: 30px !important;
}

.f-48 {
    font-size: 48px !important;
}

.f-64 {
    font-size: 64px !important;
}

.f-72 {
    font-size: 72px !important;
}

.f-92 {
    font-size: 92px !important;
}
/*-------------- newline -------------*/
.newline {
    clear: both;
}
/*-------------- margin -------------*/
.mtn-10{
  margin-top: -10px !important;
}
.mtn-15{
  margin-top: -15px !important;
}
.mt-50{
  margin-top: 50px;
}
.mt-55{
  margin-top: 55px;
}
/*-------------- top, left, right, bottom floating -------------*/
.va-middle{
  vertical-align: middle;
}
/*-------------- top, left, right, bottom floating -------------*/
.top-10 {
  top: 10px !important;
}
/*-------------- ico tabs -------------*/

.ico-img {
    width: 52px;
    height: 52px;
    display: block;
    margin: 0 auto 15px auto;
}

.store-app {
    width: 240px;
    margin-top: 23px;
    margin-left: 30px;
}

.mt-n {
    margin-top: -55px;
}

.modal-content {
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.4);
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.modal-footer {
    border-top: none;
}

.btn-xq {
    color: #fff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}

.btn-xq:hover {
    color: #fff;
    background-color: #18ab8e;
    border-color: #18ab8e;
}

.btn-xq:focus,
.btn-xq.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 205, 170, 0.5);
}

.btn-xq.disabled,
.btn-xq:disabled {
    color: #fff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}

.btn-xq:not(:disabled):not(.disabled):active,
.btn-xq:not(:disabled):not(.disabled).active,
.show>.btn-xq.dropdown-toggle {
    color: #fff;
    background-color: #18ab8e;
    border-color: #18ab8e;
}

.btn-xq:not(:disabled):not(.disabled):active:focus,
.btn-xq:not(:disabled):not(.disabled).active:focus,
.show>.btn-xq.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 205, 170, 0.5);
}


/*-------------- shadow -------------*/

.shadow{
  -webkit-box-shadow: 0px 2px 10px 0px #CCC;
box-shadow: 0px 2px 10px 0px #CCC;
}
/*-------------- responsive -------------*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
    font: normal normal normal 32px/1 'Storecheck';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: "\eaa2";
  font-size: 24px;
  color: rgba(0,0,0,0.7);
}

.carousel-control-prev-icon:after {
  content: "\eaa3";
  font-size: 24px;
  color: rgba(0,0,0,0.7);
}

/*-------------- responsive -------------*/

@media only screen and (min-device-width: 760px) and (max-device-width: 1024px) {
    .center-back-30 {
        background-position: 30% 0;
    }
    .center-back-50 {
        background-position: 50% 0;
    }
}
