/*
 * Title:  Bali
 * Author: endTag
 */

/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3.Demos
4.Feature
5.Responsive


[End table of contents]
----------------------------------------------------------------------- */
@import url(animation-spin.css);
/* ------------------------------
   Global styles
---------------------------- */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline; }



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block; }



body {

  line-height: 1; }



ol, ul {

  list-style: none; }



blockquote, q {

  quotes: none; }



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



body {

  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;

  line-height: 26px;

  letter-spacing: 0; }



img {

  max-width: 100%; }



a,

a:hover,

a:focus {

  cursor: pointer !important;

  outline: none;

  text-decoration: none; }



h1,

h2,

h3,

h4,

h5,

h6 {

font-family: 'Poppins', sans-serif;
  font-weight: 400;
  
  color: #1e2c34;

  margin: 0;

  padding: 0; }



ul, li {

  margin: 0;

  padding: 0;

  list-style: none; }



strong {

  font-weight: 700; }


img{
  display: block;
}

/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader_ico.gif) center no-repeat #fff;
}


/* -------------------------------- 

menue style

-------------------------------- */
.active_sc{
    background:#03b4bb !important;
    padding-top: 0 !important;
    z-index: 99999;
    transition: 0.3s all;
}
.navbar.active_sc .navbar-brand{
  padding-top: 10px;
}



.navbar.navbar-expand-lg{
  background: none;
  transition: 0.3s all;
  z-index: 9999;
  padding-top: 20px;
}

.navbar.navbar-expand-lg .nav-item a:hover{
  color: #ffffff;
}
.navbar-light .navbar-brand{
  padding-top: 10px;
}
.navbar .nav-item a{
  color: #ffffff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.navbar .navbar-nav .active>.nav-link, 
.navbar .navbar-nav .nav-link.active, 
.navbar .navbar-nav .nav-link.show, 
.navbar .navbar-nav .show>.nav-link{
  color: #ffffff;
  text-decoration: underline;
}
.navbar .navbar-nav .nav-link.active{
  font-weight: 700;
  text-decoration: underline;
}


/* -------------------------------- 

close menue style

-------------------------------- */



/* -------------------------------- 

Start Banner style

-------------------------------- */

.top_hero{
  width: 100%;
  background: #eff5fc;
  padding-top: 180px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.top_hero .screen{
  margin: 0 auto;
  width: 100%;
}
.banner_inside{
  position: absolute;
  width: 100%;
  top: 140px;
  text-align: center;
}
.banner_inside h1{
  font-weight: 700;
  color: #222;
  font-size: 66px;
  text-transform: capitalize;
  padding-bottom: 28px;
}
.banner_inside h4{
  font-size: 32px;
  color: #222;
  line-height: 28px;
  font-weight: 500;
}




.shape img{
  opacity: 0.16;
  z-index: -1;
  position: absolute;
}
.shape .shape1{
  top: 2%;
  left: 1%;
  animation: animationFramesOne 16s infinite linear;
  max-width: 60px;
}
.shape .shape2{
  top:2%;
  right: 10%;
  animation: jump 8s infinite linear;
  max-width: 120px;
}

.shape .shape3{
  top:5%;
  left: 14%;
  animation:animationFramesFive 20s infinite linear;
  max-width: 40px;
}
.shape .shape4{
  top:5%;
  left: 4%;
  animation:animationFramesTwo 10s infinite linear;
  max-width: 40px;
}
.shape .shape5{
  top:5%;
  right: 1%;
  animation:scale-upOne 10s infinite linear;
  max-width: 80px;
}

.shape .shape6{
  top:47%;
  left: 11%;
  animation:scale-right 10s infinite linear;
  max-width: 150px;
}

.shape .shape7{
  top:1%;
  left: 40%;
  animation:rotated 10s infinite linear;
  max-width: 150px;
}


.banner_title_one{
  width: 100%;
  background-color: #e3033d;
  padding: 25px 0;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2em;
}

/* -------------------------------- 

Close Banner style

-------------------------------- */



/* -------------------------------- 

Start demos style

-------------------------------- */

.every_demos{
  width: 100%;
  padding-top: 45px;
}
.every_demos h2{
  font-weight: 600;
  color: #231f20;
  font-size: 30px;
  line-height: 1.3em;
  text-transform: uppercase;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.demos_item {
    margin-bottom: 60px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.demos_item .demo_img {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}
.img-fluid {
    max-width: 100%;
    display: block;
    margin: auto 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.img-fluid:hover{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
 }
.demos_item h4 {
    font-size: 22px;
    color: #242424;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding-top: 25px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    text-align: center;
}
.demos_item:hover .demo_img {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    /*margin-top: -10px;*/
}

.row .pd-20{
  padding-top: 20px;
  padding-bottom: 20px;
}


/* -------------------------------- 

Close demos style

-------------------------------- */


/* -------------------------------- 

Start applu style

-------------------------------- */

.applu_feature{
  padding-top: 124px;
  padding-bottom: 90px;
  text-align: center;
  background-color: #F2F2F2;
}
.appza_buy h1{
  padding-bottom: 100px;
  font-weight: 700;
  color: #141212;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.3em;
} 
.appza_buy .clear{
  width: 100%;
  clear: both;
}
.appza_buy .col_inside{
  background-color: #ffffff;
  text-align: center;
  padding: 38px 0;
  height: 211px;
}
.appza_buy .col_inside img{
  width: auto;
  margin: auto;
}
.appza_buy .col_inside h3{
  font-weight: 600;
  color: #4d5069;
  font-size: 22px;
  line-height: 1.7em;
  text-transform: uppercase;
  padding-top: 20px;
}
.appza_buy .col-md-4{
  margin-bottom: 30px;
}

.btn_buy{
  width: 100%;
  padding-top: 100px;
  text-align: center;
}
.btn_buy a{
  padding: 20px 36px;
  text-align: center;
  background-color: #141212;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 8px;
}

.col_inside:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=13, Direction=98, Color=#4F5052)";/*IE 8*/
-moz-box-shadow: 1px 7px 13px -1px rgba(79,80,82,0.4);/*FF 3.5+*/
-webkit-box-shadow: 1px 7px 13px -1px rgba(79,80,82,0.4);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 7px 13px -1px rgba(79,80,82,0.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=13, Direction=135, Color=#4F5052); /*IE 5.5-7*/
}
.col_inside{
  -webkit-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
}


/* -------------------------------- 

Close applu style

-------------------------------- */





/* -------------------------------- 

Start footer style

-------------------------------- */

.footer_l{
  width: 100%;
  position: relative;
  z-index: 1;
  background-image: url(../img/footer_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  text-align: center;
}
.footer_l:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e3033d;
  z-index: -1;
opacity: 0.75;
}

.footer_l h4{
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  line-height: 65px;
  padding: 0 100px 50px;
}

.footer_l .btn{
  padding: 18px 42px;
  background-color: #f8f8f8;
  color: #171717;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 50px;
  overflow: hidden;
}

.footer_l .screen{
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1999px){
  .footer_l h4 {
      padding-left: 0;
      padding-right: 0;
  }
}

/* -------------------------------- 

Close footer style

-------------------------------- */

.bali_support_se h2{
    color: #333;
    font-size: 58px;
    padding: 50px 0 28px;
    line-height: 1.2em;
}



/* -------------------------------- 

Start Responsive style

-------------------------------- */


@media only screen and (max-width : 400px) {
.col-4{
  -webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media only screen and (max-width : 767px) {
  .navbar-toggler{
    border:1px solid #ffffff;
  }
  .navbar-toggler i{
    color: #ffffff;
  }
  .navbar .navbar-collapse{
    background-color: #03b4bb ;
    padding: 10px 0;
    text-align: center;
  }

  .appza_buy .col_inside{
    height: auto;
  }

  .every_demos h2{
    font-size: 24px;
  }
  .demos_item h4{
    font-size: 18px;
  }
  
  .btn_buy a{
    margin-bottom: 30px;
    padding: 12px 24px;
    float: left;
  }
  .btn_buy{
    padding-bottom: 40px;
  }

  .banner_inside h1{
    font-size: 28px;
  }
  .banner_inside{
    top: 60px;
  }
  .banner_inside h1{
    font-size: 46px;
  }
  .banner_inside h4{
    font-size: 24px;
    line-height: 24px;
  }

  .footer_l h4{
    font-size: 36px;
  }
 .img-fluid{
  height: auto;
 }
 .bali_support_se h2{
    color: #333;
    font-size: 38px;
    padding: 30px 0 28px;
    line-height: 1.2em;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .navbar-toggler{
    border:1px solid #ffffff;
  }
  .navbar-toggler i{
    color: #ffffff;
  }
  .navbar .navbar-collapse{
    background-color: #03b4bb ;
    padding: 10px 0;
    text-align: center;
  }

  .appza_buy .col_inside{
    height: auto;
  }
  .demos_item h4{
    font-size: 18px;
  }

  .banner_inside h1{
    font-size: 30px;
  }

  .banner_inside{
    top: 60px;
  }
  .banner_inside h1{
    font-size: 46px;
  }
  .banner_inside h4{
    font-size: 24px;
    line-height: 24px;
  }

  .footer_l h4{
    font-size: 36px;
  }
   .img-fluid{
  height: auto;
  overflow: hidden;
 }


}


/* -------------------------------- 

Close Responsive style

-------------------------------- */





/*return to top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #e3033d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



.bali_support_se{
  width: 100%;
  padding: 90px 0;
  text-align: center;
}


.bali_support_se p a{
  color: #e3033d;
}
.bali_support_se p{
      color: #757575;
    font-size: 18px;
}
.bali_support_se img{
  margin: auto;
}

.bali_support_se .btn{
  padding: 14px 32px;
  background-color: #e3033d;
  color: #ffffff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}
.bali_support_se .btn:hover{
  color: #e3033d;
}
.bali_support_se .btn:after{
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bali_support_se .btn:before,
.bali_support_se .btn:after{
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: #fff;
  z-index: -1;
}
.bali_support_se .btn:before{
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.bali_support_se .btn:hover:before,
.bali_support_se .btn:hover:after{
  width: 52%;
}