/*****

Feras - creative one page parallax

author : Dragon-themes
 
****/

//////******

the content

01-global Style
02-load-wrapp
03-intro-sec
04-navbar
05-welcome-area
06-features-area
07-about-area
08-services-area
09-how-work
10-team-area
11-faqs
12-price-area 
13-testimonials 
14-contact-area 
15-map
16-brands-area 
17-get-started
18-footer-area
19-scroll-top-btn
19-process-area

******//////

/*----------------------------------------------------
                                        01-global Style
----------------------------------------------------*/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none !important;
}

body{
    font-family: 'Fira Sans', sans-serif;
}

.fa {
    font-family: 'FontAwesome';
    font-style: normal;
}

a,
a:hover{
    text-decoration: none;
}

a:focus{
    outline: none;
    text-decoration: none;
    color: #007bff
}

img {width: auto; max-width: 100%; height: auto;}

h1{font-size: 44px; line-height: 49px; font-weight: 500}
h2{font-size: 34px; line-height: 38px; font-weight: 500}
h3{font-size: 30px; line-height: 35px; font-weight: 500}
h4{font-size: 26px; line-height: 29px; font-weight: 500}
h5{font-size: 21px; line-height: 26px; font-weight: 500}
h6{font-size: 17px; line-height: 20px; font-weight: 500}

p{
    font-size: 16px; 
    line-height: 23px;
    font-weight: 400; 
    color: #737373;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

p.p-big{
    font-size: 18px; 
    line-height: 27px;
    font-weight: 300
}

.title-h{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
}

.title-p{
    text-align: center;
    margin: 0 24%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #737373;
    margin-bottom: 60px;
    position: relative;
}

.flex-center{
    display: -webkit-box;   
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-back-left{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.image-back-right{
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/*** position ***/
.p-relative{position: relative;}
.p-absolute{position: absolute;}
.left-0{left: 0;}

/*** padding ***/
.sec-padding{padding: 80px 0;}
.sm-padding{padding: 25px 0;}
.box-padding{padding: 80px 40px;}
.no-padding{padding: 0;}
.p-15px{padding: 15px;}
.p-30px{padding: 30px;}
.p-40px{padding: 40px;}
.p-50px{padding: 50px;}
.pl-3px{padding-left: 3px;}
.pl-5px{padding-left: 5px;}
.pl-10px{padding-left: 10px;}
.pl-15px{padding-left: 15px;}
.pl-20px{padding-left: 20px;}
.pl-25px{padding-left: 25px;}
.pl-30px{padding-left: 30px;}
.pl-50px{padding-left: 50px;}
.pl-60px{padding-left: 60px;}
.pl-80px{padding-left: 80px;}
.pl-90px{padding-left: 90px;}
.pr-10px{padding-right: 10px;}
.pr-15px{padding-right: 15px;}
.pr-25px{padding-right: 25px;}
.pr-30px{padding-right: 30px;}
.pt-5px{padding-top: 5px;}
.pt-7px{padding-top: 7px;}
.pt-10px{padding-top: 10px;}
.pt-30px{padding-top: 30px;}
.pb-5px{padding-bottom: 5px;}
.pb-7px{padding-bottom: 7px;}
.pb-10px{padding-bottom: 10px;}
.pb-30px{padding-bottom: 30px;}
.pb-40px{padding-bottom: 40px;}

/***** margin *****/

/* margin-top */
.mt-0px{margin-top: 0px;}
.mt-5px{margin-top: 5px;}
.mt-10px{margin-top: 10px;}
.mt-15px{margin-top: 15px;}
.mt-20px{margin-top: 20px;}
.mt-25px{margin-top: 25px;}
.mt-30px{margin-top: 30px;}
.mt-40px{margin-top: 40px;}

/* margin-bottom */
.mb-0px{margin-bottom: 0px;}
.mb-5px{margin-bottom: 5px;}
.mb-10px{margin-bottom: 10px;}
.mb-12px{margin-bottom: 12px;}
.mb-15px{margin-bottom: 15px;}
.mb-20px{margin-bottom: 20px;}
.mb-25px{margin-bottom: 25px;}
.mb-30px{margin-bottom: 30px;}
.mb-40px{margin-bottom: 40px;}
.mb-50px{margin-bottom: 50px;}

/* margin-right */
.mr-2px{margin-right: 2px;}
.mr-5px{margin-right: 5px;}
.mr-10px{margin-right: 10px;}
.mr-15px{margin-right: 15px;}
.mr-25px{margin-right: 25px;}

/* margin-left */
.ml-2px{margin-left: 2px;}
.ml-5px{margin-left: 5px;}
.ml-10px{margin-left: 10px;}
.ml-25px{margin-left: 25px;}

/***** font-weight *****/
.fw-100{font-weight: 100;}
.fw-200{font-weight: 200;}
.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}

/***** font-size *****/
.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fs-25{font-size: 25px;}
.fs-30{font-size: 30px;}
.fs-35{font-size: 35px;}
.fs-40{font-size: 40px;}
.fs-45{font-size: 45px;}
.fs-50{font-size: 50px;}

/***** colors *****/
.color-ddd{color: #ddd;}
.color-eee{color: #eee;}
.color-fff{color: #fff;}
.color-fff-hvr:hover{color: #fff;}
.color-aaa{color: #aaa;}
.color-999{color: #999;}
.color-888{color: #888;}
.color-333{color: #333;}
.color-555{color: #555;}
.color-gray{color: #edf5ff;}
/*.color-blue{color: #5882fd;}*/
.color-blue{color: #1a5f88;}
.color-blue-hvr:hover{color: #5882fd;}
.color-orange{color: #ff7762;}
.color-orange-hvr:hover{color: #ff7762;}
.color-green{color: #4bbf77;}
.color-gold{color: #ffd700;}

/***** background-color *****/
.bg-aaa{background-color: #aaa;}
.bg-fff{background-color: #fff;}
.bg-fff-hvr:hover{background-color: #fff;}
.bg-gray{background-color: #edf5ff;}
/*.bg-blue{background-color: #5882fd;}*/
.bg-blue{background-color: #3ab6c9;}

.bg-blue-hvr:hover{background-color: #5882fd;}
.bg-orange{background-color: #ff7762;}
.bg-orange-lh{background-color: #ffe9da;}
.bg-orange-hvr:hover{background-color: #ff7762;}
.bg-green{background-color: #4bbf77;}
.bg-green-lh{background-color: #d9f1e2;}


/***** transition *****/
.transition-2{-webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out;}
.transition-3{-webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.transition-4{-webkit-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.transition-5{-webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}

/***** border-radius *****/
.radius-50{border-radius: 50%;}
.radius-5px{border-radius: 5px;}
.radius-10px{border-radius: 10px;}
.radius-25px{border-radius: 25px;}
.radius-50px{border-radius: 50px;}

.o-hidden{overflow: hidden;}
.z-index-0{z-index: 0;}
.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.z-index-3{z-index: 3;}
.div-10{height: 10px;}
.no-border{border: none;}

.translateY-5px{transform: translateY(5px);}
/***** buttons *****/
.main-btn{
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    word-spacing: 2px;
    font-weight: 500;
    transform: perspective(1px)translateX(0px);
    transition: all 0.2s ease 0s;
    overflow: hidden
}

.main-btn:before{
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.main-btn:hover:before{transform: scaleX(1);}

.main-btn.btn-orange{background-color: #ff7762; border-color: #ff7762;}

.main-btn.btn-orange:hover{color: #ff7762;}

.main-btn.btn-green{background-color: #4bbf77; border-color: #4bbf77;}

.main-btn.btn-green:hover{color: #4bbf77;}

.main-btn.before-gray:before{background-color: #edf5ff;}

.main-btn.before-orange-lh:before{background-color: #ffe9da;}

.main-btn.before-green-lh:before{background-color: #d9f1e2;}

/* btn-1 */
.btn-1{
    padding: 12px 26px;
    background-color: #5882fd;
    color: #fff;
}
.btn-1:hover{color: #333;}

.btn-1:hover:before{transform: scaleX(1);}

/* btn-2 */
.btn-2{
    padding: 12px 26px;
    background-color: transparent;
    color: #fff;
}

.btn-2:hover{color: #333;}

.btn-2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -2;
    border-radius: 30px;
    border: 2px solid rgba(255,255,255,0.7);
}

/* btn-3 */
.btn-3{
    padding: 11px 25px;
    /*background-color: #5882fd;*/
    background-color: #1a5f88;
    color: #fff;
    border: 1px solid #1a5f88;
}

.btn-3:hover{color: #5882fd;}

.btn-3.back-f6f6f6:before{background-color: #f6f6f6;}


@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
    }
}

/*----------------------------------------------------
                                        02-load-wrapp
----------------------------------------------------*/
.load-wrapp {
    position: fixed;
    width: 100%;
    height: 100%;
    background:#fff;
    color:#fff;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.load-wrapp .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.load-wrapp .wrap ul.dots-box {
    position: relative;
    width: 80px;
    height: 80px;
    list-style: none;
}

.load-wrapp .wrap ul.dots-box li.dot {
    width: 100%;
    height: 100%;
    border-radius: 52px;
    top: 0;
    left: 0;
    z-index: 99;
    text-indent: -9999px;
    display: block;
    position: absolute;
    border: none;
}
.load-wrapp .wrap ul.dots-box li.dot span {
    background: #5882fd;
    bottom: 0px;
    left: 50%;
    margin-left: -2px;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.load-wrapp .wrap ul.dots-box li.dot {
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-name:orbit;
    animation-duration:4s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(2) {
    animation-delay:0.2s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(3) {
    animation-delay:0.4s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(4) {
    animation-delay:0.6s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(5) {
    animation-delay:0.8s;
}

@keyframes orbit {
    0% {
        transform:rotate(0deg);
        opacity: 1;
    }
    5% {
        transform:rotate(90deg);
        opacity: 1;
    }
    45% {
        transform:rotate(270deg);
        opacity: 1;
    }
    55% {
        transform:rotate(540deg);
        opacity: 1;
    }
    75% {
        transform:rotate(630deg);
        opacity: 1;
    }
    80% {
        transform:rotate(720deg);
        opacity: 0;
    }
    100% {
        transform:rotate(720deg);
        opacity: 0;
    }
}
/*----------------------------------------------------
                                        End load-wrapp
----------------------------------------------------*/

/*----------------------------------------------------
                                        03-intro-sec
----------------------------------------------------*/
.intro-sec .mb-25px img{
    box-shadow: 0 2px 35px -15px #555
}

.intro-sec .mb-25px:hover img{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.intro-sec .mb-25px a:focus{
    color: #01016d;
}
/*----------------------------------------------------
                                        End intro-sec
----------------------------------------------------*/

/*----------------------------------------------------
                                        04-navbar
----------------------------------------------------*/
.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 0;
    padding-top: 0;
    //background-color: #fff;
    background-color: rgba(58, 182, 201, 1);
}

.navbar .container{
    padding: 25px 0;
    transition: all 0.5s ease-in-out;
}

.navbar-colored .container{
    padding: 18px 0;
}

.navbar .navbar-brand .b-logo{
    display: block;
}

.navbar .navbar-nav .nav-item{
    padding: 10px 20px;
}

.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle{
    cursor: pointer;
    color: #ff7762;
}

.dropdown-menu{
    width: auto;
    padding-left: 5px;
    padding-top: 30px;
    position: absolute;
    top: 42px;
    left: 0;
    border: none;
    box-shadow: 0 15px 30px -8px #ddd
}

@media  only screen and (min-width:992px){
    .dropdown-menu{
        visibility:hidden;
        opacity:0;
        display:block; 
        -webkit-transform:translateY(50px);
        -moz-transform:translateY(50px);
        -ms-transform:translateY(50px);
        -o-transform:translateY(50px);
        transform:translateY(50px);
        -webkit-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
    }

    .dropdown:hover .dropdown-menu{
        margin-top:0;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        visibility:visible;
        opacity:1;
    }

    .dropdown-menu > li{display: block;}
}

.dropdown-menu a{
    padding: 10px !important;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus{
    color: #ff7762 !important;
    background: none;
}

.navbar .navbar-nav .nav-link{
    font-size: 18px;
    //color: #333;
    color: #fff;
    font-weight: 400;
    padding: 0;
}

.navbar .navbar-nav .nav-item.log-in{
    padding: 0 10px;
}

.navbar .navbar-nav .nav-item.log-in .nav-link{
    padding: 10px 20px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    color: #fff;
}

.navbar .navbar-nav .nav-item.log-in .nav-link:hover{
    background-color: #ff7762;
    color: #fff;
    border-color: #ff7762;
}

.navbar .navbar-nav .nav-link:hover,
.navbar-colored .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.navbar-colored .navbar-nav .nav-link.active{
    /*color: #ff7762;*/
    //color:#3ab6c9;
    color:#1a5f88;
}

.navbar .navbar-toggler:focus{
    outline: none
}

.navbar .navbar-toggler .fa-bars{
    color: #333;
}

.navbar-colored{
    //background-color: #fff;
    background-color: rgba(58, 182, 201, 1);
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.05);
    transition: all .45s ease;
}

.navbar-colored .navbar-nav .nav-link{
    //color: #333;
    color: #fff;
}

.navbar-colored .navbar-toggler .fa-bars{
    color: #333;
}
/*----------------------------------------------------
                                        End navbar
----------------------------------------------------*/

/*----------------------------------------------------
                                        05-welcome-area
----------------------------------------------------*/
.welcome-area {
    min-height: 650px;
}

.welcome-area .welcome-text p{
    margin: 0 35% 0 0;
}

.welcome-area .pattern{
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background-image: url(../images/Pattern-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

/***** welcome-page for index & demo-3 *****/
.welcome-page {
    min-height: 650px;
}

.welcome-page .welcome-text p{
    margin: 0 35% 0 0;
}

.welcome-page .pattern{
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background-image: url(../images/bb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}
/*----------------------------------------------------
                                        End welcome
----------------------------------------------------*/

/*----------------------------------------------------
                                        06-features-area
----------------------------------------------------*/
.features-area i{
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.features-area .mt-25px:hover i{
    background-color: #ff7762;
    color: #fff
}

/***** features-area-2 for demo-3*****/
.features-area-2 .p-30px{
    padding: 60px 30px;
    box-shadow: 0 2px 35px -1px #5882fd3b;
}

.features-area-2 .p-30px .fa-check{
    top: 0;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);

}

.features-area-2 .p-30px .im-idea{
    top: 0;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.features-area-2 .p-30px .im-heart{
    top: 0;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.features-area-2 .p-30px .im-award{
    top: 0;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.features-area-2 .p-30px .im-shopping-cart{
    top: 0;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.features-area-2 .p-30px .im-rocket{
    top: 0;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}


.features-area-2 .p-30px:hover .fa-check{
    background-color: #5882fd;
    color: #fff;
}

.features-area-2 .p-30px:hover .im-idea{
    background-color: #5882fd;
    color: #fff;
}

.features-area-2 .p-30px:hover .im-heart{
    background-color: #5882fd;
    color: #fff;
}

.features-area-2 .p-30px:hover .im-award {
    background-color: #5882fd;
    color: #fff;
}

.features-area-2 .p-30px:hover .im-shopping-cart{
    background-color: #5882fd;
    color: #fff;
}

.features-area-2 .p-30px:hover .im-rocket{
    background-color: #5882fd;
    color: #fff;
}
/*----------------------------------------------------
                                        End features-area
----------------------------------------------------*/ 

/*----------------------------------------------------
                                        06-about-area
----------------------------------------------------*/
.about-area .im{
    width: 60px;
    height: 60px;
    line-height: 60px;
}
/*----------------------------------------------------
                                        End about-area
----------------------------------------------------*/ 

/*----------------------------------------------------
                                        07-services-area
----------------------------------------------------*/
.services-area .services-text{
    padding: 70px 30px;
    box-shadow: 0 1px 35px -5px #ddd;
}

.services-area .services-text:hover .im,
.services-area .services-text:hover h4{
    color: #fff;
}

.services-area .services-text:hover p{
    color: #ddd;
}

/***** services-area-2 for demo-2 *****/
.services-area-2 .services-text i{
    top: 30px;
    left: 30px;
    height: 70px;
    width: 70px;
    line-height: 70px;
}

/***** services-area-3 for demo-3 *****/
.services-area-3 .services-text{
    padding: 60px 30px;
    box-shadow: 0 1px 35px -5px #ddd;
}

.services-area-3 .services-text i{
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.services-area-3 .services-text:hover i{
    background-color: #5882fd;
    color: #fff;
}
/*----------------------------------------------------
                                        End services-area
----------------------------------------------------*/

/*----------------------------------------------------
                                        08-vision-area
----------------------------------------------------*/
.vision-area .vision-dots .dot{
    cursor: pointer;
}

.vision-area .vision-dots .dot i{
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.vision-area .vision-dots .dot.active i{
    background-color: #5882fd;
    color:#fff;
}
/*----------------------------------------------------
                                        End vision-area
----------------------------------------------------*/

/*----------------------------------------------------
                                        08-testimonials
----------------------------------------------------*/
.testimonials .single-review img{
    width: 100px;
}

.testimonials .single-review p{
    margin: 0 22%;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span, 
.testimonials .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #5882fd;
}
/*----------------------------------------------------
                                        End testimonials
----------------------------------------------------*/

/*----------------------------------------------------
                                        10-how-work
----------------------------------------------------*/ 
.how-work .mt-25px span{
    height: 90px;
    width: 90px;
    line-height: 90px;
}	

.how-work .mt-25px:hover span{
    background-color: #5882fd;
    color: #fff;
}	

.how-work .col-md-4.p-relative:after{
    content: "\f105";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    background-color: #edf5ff;
    color: #5882fd;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    z-index: 1;
}

.how-work .col-md-4  .mt-25px span.p-relative:before{
    content: "";
    position: absolute;
    right: -8%;
    top: -8%;
    height: 116%;
    width: 116%;
    border-radius: 50%;
    border: 8px solid #5882fd;
    z-index: -1;
    transform: scale(0.8);
}

@keyframes bulb {
    0%{transform: scale(0.8); opacity: 0.55;}
    100%{transform: scale(1.4); opacity: 0;}
}

.how-work .col-md-4  .mt-25px:hover span.p-relative:before{
    animation: bulb 1s 1 forwards
}

.how-work .col-md-4.p-relative.last-one:after{
    content: none;
}

/***** how-work-2 *****/
.how-work-2 .how-dots .dot{
    cursor: pointer;
}

.how-work-2 .how-dots .dot.p-relative:after{
    content: "";
    position: absolute;
    left: 30px;
    top: 50px;
    height: 100%;
    width: 2px;
    background-color: #ff7762;
    z-index: -1
}

.how-work-2 .how-dots .dot h4.p-absolute{
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.how-work-2 .how-dots .dot.active h4.p-absolute{
    background-color: #ff7762;
    color:#fff;
}
/*----------------------------------------------------
                                        End how-work
----------------------------------------------------*/ 

/*----------------------------------------------------
                                        10-numbers
----------------------------------------------------*/
.numbers .mt-25px i{
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.numbers .mt-25px:hover i{
    background-color: #fff;
    color: #ff7762
}

/***** numbers-2 for demo-3 *****/
.numbers-2 .mt-25px i{
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.numbers-2 .mt-25px:hover i{
    background-color: #fff;
    color: #5882fd;
}
/*----------------------------------------------------
                                        End numbers
----------------------------------------------------*/

/*----------------------------------------------------
                                        10-team-area
----------------------------------------------------*/
.team-area .mt-25px .o-hidden,
.team-area .mt-25px img{
    width: 150px;
    height: 150px;
}

.team-area .mt-25px:hover img{
    transform: scale(1.1)
}

.team-area .mt-25px a{
    width: 30px;
    height: 30px;
    line-height: 30px;
}
/*----------------------------------------------------
                                        End team-area
----------------------------------------------------*/

/*----------------------------------------------------
                                        11-faqs
----------------------------------------------------*/ 
.faqs .box h6{
    cursor: pointer;
}

.faqs .box h6.blue{
    color: #fff;
    -webkit-background:linear-gradient(45deg, #2aa9ce 0%, #5882fd 100%);
    background:linear-gradient(45deg, #2aa9ce 0%, #5882fd 100%);
}

.faqs .box h6.orange{
    color: #fff;
    -webkit-background: linear-gradient(45deg, #f23b3b 0%, #ff7762 100%);
    background: linear-gradient(45deg, #f23b3b 0%, #ff7762 100%);
}

.faqs .box p{
    display: none;
}

.faqs .box p:first-of-type{
    display: block
}

/***** faqs-2 *****/
.faqs-2 .box h6{
    cursor: pointer;
}

.faqs-2 .box h6.blue{
    color: #ff7762;
    background-color: transparent;
    border: 1px solid #ff7762;
}

.faqs-2 .box h6.orange{
    color: #fff;
    background-color: #ff7762;
}

.faqs-2 .box p{
    display: none;
}

.faqs-2 .box p:first-of-type{
    display: block
}
/*----------------------------------------------------
                                        End faqs
----------------------------------------------------*/ 

/*----------------------------------------------------
                                        12-price-area
----------------------------------------------------*/ 
.price-area .price-table{
    padding: 40px 20px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;        
}

.price-area ul.tabs li{
    cursor: pointer;
}

.price-area ul.tabs #tab1{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-right: -3px;
    box-shadow: 0 4px 35px -12px #5882fd;
}

.price-area ul.tabs #tab2{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: -3px;
    box-shadow: 0 4px 35px -12px #5882fd;
}

@media (max-width: 255px) {
    .price-area ul.tabs #tab1,
    .price-area ul.tabs #tab2{
        border-radius: 50px;
        margin-left: 0;
        margin-right: 0;
    }
}

.price-area ul.tabs li.active{
    background-color: #5882fd;
    color: #fff;
}

.price-area .tabs-content #tab2-content{
    display: none;
} 

/***** price-area-2 *****/
.price-area-2 .price-table{
    padding: 40px 20px;
}

.price-area-2 ul.tabs li{
    cursor: pointer;
}

.price-area-2 ul.tabs #tab1{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-right: -3px;
    box-shadow: 0 4px 35px -12px #ff7762;
}

.price-area-2 ul.tabs #tab2{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: -3px;
    box-shadow: 0 4px 35px -12px #ff7762;
}

@media (max-width: 255px) {
    .price-area-2 ul.tabs #tab1,
    .price-area-2 ul.tabs #tab2{
        border-radius: 50px;
        margin-left: 0;
        margin-right: 0;
    }
}

.price-area-2 ul.tabs li.active{
    background-color: #ff7762;
    color: #fff;
}

.price-area-2 .tabs-content #tab2-content{
    display: none;
} 
/*----------------------------------------------------
                                        End price-area
----------------------------------------------------*/ 



/*----------------------------------------------------
                                        14-contact-area for contact-page
----------------------------------------------------*/ 
.contact-area .btn-3:hover{
    background-color: #fff;
    cursor: pointer;
    outline: none;
}

.contact-area i{
    width: 80px;
    height: 80px;
    line-height: 80px;
}
/*----------------------------------------------------
                                        End contact-area
----------------------------------------------------*/ 

/*----------------------------------------------------
                                        15-map for contact-page
----------------------------------------------------*/
#map{
    height: 500px;
    width: 100%;
}
/*----------------------------------------------------
                                        End map
----------------------------------------------------*/

/*----------------------------------------------------
                                        16-brands-area
----------------------------------------------------*/ 
.brands-area img{
    opacity: 0.5;

}

.brands-area img:hover{
    opacity: 1;
}
/*----------------------------------------------------
                                        End brands-area
----------------------------------------------------*/ 

/*----------------------------------------------------
                                        17-get-started
----------------------------------------------------*/ 
.get-started form input:focus{
    outline: none;
    box-shadow: 0 5px 15px -5px #fff
}

.get-started form button{
    right: 0;
    top: 0;
    cursor: pointer;
    outline: none;
}

.get-started .patt{
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 0;
    background-image: url(../images/Pattern-2.png);
    background-size: cover;
    transform: rotate(180deg);
    background-position: top;
}

.get-started .patt-2{
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 0;
    background-image: url(../images/Pattern-4.png);
    background-size: cover;
    background-position: top;
}
/*----------------------------------------------------
                                        End get-started
----------------------------------------------------*/ 

/*----------------------------------------------------
                                        18-footer-area
----------------------------------------------------*/ 
.footer-area .fa.address{
    height: 35px;
    width: 35px;
    line-height: 35px;
}

.footer-area .links a:hover{
    padding-left: 5px
}


.footer-area a.social{
    height: 35px;
    width: 35px;
    line-height: 35px;
}
/*----------------------------------------------------
                                        End footer-area
----------------------------------------------------*/ 

/*----------------------------------------------------
                                        19-scroll-top-btn
----------------------------------------------------*/
.scroll-top-btn .fa{
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:9999;
    cursor:pointer;
    position:fixed;
    right:15px;
    bottom:10px;
    display: none;
    box-shadow: 0 3px 35px -9px #000
}
/*----------------------------------------------------
                                        End scroll-top-btn
----------------------------------------------------*/

/*----------------------------------------------------
                                        20-process-area for demo-3
----------------------------------------------------*/
.process-area .im.p-absolute{
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 0;
    top: 0;
}
/*----------------------------------------------------
                                        End process-area
----------------------------------------------------*/


header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 35rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('images/fondo0.PNG') black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
}


.numbercard0{
    background-image: url(../images/tarjeta0.png);
    background-size: 55px;
    background-repeat: no-repeat;
    padding-left: 58px;
}


.numbercardvisa{
    background-image: url(../images/visa.png);
    background-size: 55px;
    background-repeat: no-repeat;
    padding-left: 58px;
}


.numbercardmastercard{
    background-image: url(../images/mastercard.png);
    background-size: 55px;
    background-repeat: no-repeat;
    padding-left: 58px;
}

.numbercarddiscover{
    background-image: url(../images/discover.png);
    background-size: 55px;
    background-repeat: no-repeat;
    padding-left: 58px;
}

.numbercard1{
    background-image: url(../images/tarjeta1.png);
    background-size: 55px;
    background-repeat: no-repeat;
    padding-left: 58px;
}


.price-area2{
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/modules.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}




@media (min-width:768px){
    .imagen1{
        content:url(../images/bene01.png);
    }
    .imagen2{
        content:url(../images/bene02.png);
    }
    .imagen3{
        content:url(../images/bene05.png);
    }	
    .imagen4{
        content:url(../images/bene04.png);
    }	
    .imagen5{
        content:url(../images/modules.png);
    }		
}

@media (max-width:768px){
    .imagen1{
        content:url(../images/bene01movil.png);
    }
    .imagen2{
        content:url(../images/bene02movil.png);
    }	
    .imagen3{
        content:url(../images/bene05movil.png);
    }	
    .imagen4{
        content:url(../images/bene04movil.png);
    }	
    .imagen5{
        content:url(../images/modulesmovil.png);
    }	
    
    .jssor_1{
        margin-top:45px !important;
    }	
    
}



.iti--allow-dropdown { width: 100%; }



/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {position:absolute;}
.jssorb032 .i {position:absolute;cursor:pointer;}
.jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#000;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
.jssorb032 .i:hover .b {fill:#000;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .iav .b {fill:#000;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}