



html, body {
  height: 100%;
}
/*nav start*/
.login-nav-right{
margin-right: 0px;
    padding: 30px;
}
.navbar-default .login-nav-right>li>a{
  color: #fff;
}
.navbar-default .login-nav-right>li>a:focus, .navbar-default .login-nav-right>li>a:hover{
  color: #fff;
  background: -moz-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,8,102,1)), color-stop(100%, rgba(0,128,128,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#FF0866',GradientType=1 );
}
/*nav end*/
.mobile-nav-default>.container .navbar-header .navbar-brand h2{
color: #fff;
}
.mobile-nav-default>.container .navbar-header .navbar-brand span{
 color:  #03A9F4;
}

.inside {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
  top: 35%;
  left:46%;
  
  color: white;
  font-size: 7vmin;
  text-align: center;
  text-transform: uppercase;

  transform: translate3d(-50%, -50%, 0);
}


.section-background {
  height: 100%;  
  position: relative;
  overflow: hidden;  
 
}

 .inside-section {
    width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
    
    /*background: url('../images/laptop.png') no-repeat center center;*/
    background-size: cover;

    transform: scale(2.10);
  }
.section-background{
  /*background: -moz-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); /* ff3.6+ */*/
/*background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,8,102,1)), color-stop(100%, rgba(0,128,128,1))); /* safari4+,chrome */*/
/*background: -webkit-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); /* safari5.1+,chrome10+ */*/
/*background: -o-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); /* opera 11.10+ */*/
/*background: -ms-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); /* ie10+ */*/
/*background: linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); /* w3c */*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#FF0866',GradientType=1 ); /* ie6-9 */*/
 /* background: url('../images/allbac.png') no-repeat center center;*/
    /*background-size: cover;*/
  
}

/*text slider*/
.section-background .inside .item-1, 
.section-background .inside .item-2, 
.section-background .inside .item-3 {
  position: absolute;
  display: block;
  top:0px;
  
  width: 60%;
  
  /*font-size:20px;*/

  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.section-background .inside .item-1{
  animation-name: anim-1;
}

.section-background .inside .item-2{
  animation-name: anim-2;
}

.section-background .inside .item-3{
  animation-name: anim-3;
}
@keyframes anim-1 {
  0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
  0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
  0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}

/*text slider*/

#canvas {
  top: -676px;
    position: relative;
    /*background-color: #ccddcc;*/
    margin: 1em auto;
}
.ball {
    background-color: black;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
}


/*mobile nav start*/
.mobile-nav-default{
  padding: 0px;
  background-image: linear-gradient(to bottom,#ffffff08 0,#f8f8f808 100%);
  background-color: #f8f8f800;
    border-color: #e7e7e708;
        height: 100px;
}
.bottom-nav-default{
   background-image: linear-gradient(to bottom,#ffffff08 0,#f8f8f808 100%);
  background-color: #f8f8f800;
    border-top:#e7e7e708;
    z-index: 1;
}

/*mobile nav end*/


/*footer social icon start*/
.bottom-nav-default .container-fluid h5{
  color: #fff;
    font-weight: bold;
        padding: 15px;
}
.bottom-nav-default .container-fluid .social{
      padding: 11px;
}

/* footer social icons */
ul.social-network {
    list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 50px;
  height: 50px;
  font-size:20px;   
}
.social-background li .icoFacebook{
background-color:#3F51B5;      
}
.social-background li .icoTwitter{ 
    background-color: #03A9F4;        
}
.social-background li .icoGoogle{
        background-color: #F44336;           
}
.social-background li .icoLinkedin{
            background-color: #007bb6; 
}
/*.social-background li a {
  background: -moz-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); 
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,8,102,1)), color-stop(100%, rgba(0,128,128,1))); 
background: -webkit-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); 
background: -o-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); 
background: linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#FF0866',GradientType=1 );
}*/
.social-circle li i {
  margin:0;
  line-height:50px;
  text-align: center;
}

.social-circle li a:hover i {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
}

/*footer social icon end*/


/*-- menu --*/
.mobile-nav-button {
    position: fixed;
    margin: 4.3em 0em 0;
    right: 2.5%;
    top: -2.5%;
    z-index: 999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.04);
}

.mobile-nav-button .mobile-nav-button__line {
  width: 30px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: 1s ease;
    margin: .3em auto;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) { margin: 0.7em auto; }

.mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 13px;
  position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 { 
  display: none;  
}

.mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 13px;
  position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--1,.mobile-nav-button .mobile-nav-button__line--3 {
  left:10%;
}

.mobile-menu {
    display: block;
    width: 20%;
    right: -20%;
    height: 100%;
     background: rgba(6, 17, 27, 0.54);
    position: fixed;
    z-index: 9998;
    transition: 0.6s ease;
    top: 0;
    opacity: 0;
}

.mobile-menu ul {
    position: relative;
    /* top: 20%; */
    padding: 0;
    padding-top: 7.5em;
}

.mobile-menu ul li {
    list-style: none;
    margin-bottom: 1.5em;
    display: block;
}
.mobile-menu ul li a {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: .91em;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    padding: 1em 0 1em 2em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.open > ul.dropdown-menu.agile_short_dropdown{
    display: block;
    transform: none !important;
    min-width: 65%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    left: 18%;
}
.open > ul.dropdown-menu.agile_short_dropdown li{
  margin:0 !important;
}
ul.dropdown-menu.agile_short_dropdown > li > a:hover{
    background: none;
}
.mobile-menu ul li a:after {
  background-color:#000;
  content: '';
/* background: -moz-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,8,102,1)), color-stop(100%, rgba(0,128,128,1)));
background: -webkit-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%);
background: linear-gradient(45deg, rgba(255,8,102,1) 0%, rgba(0,128,128,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#FF0866',GradientType=1 );*/
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0.4s ease;
}

.mobile-menu ul li a:hover,.mobile-menu ul li .active a { 
  color: #fff; 
      /*background-color: #000;*/
}

.mobile-menu ul li a:hover:after,.mobile-menu ul li.active a:after { 
  right: 0; 
}
li.dropdown.act a.w3_icons_act {
    background: #0e0e0e;
  color: #fff;
}
.mobile-menu img {
  position: absolute;
  width: 150px;
  display: block;
  left: 50%;
  top: 3rem;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  padding: 0;
  text-align: center;
}

.mobile-menu--open {
  opacity: 1;
  right:0%!important;
}
.dropdown.active.open a  ul.dropdown-menu.agile_short_dropdown li a.w3_icon_1:after{
  background:none !important;
}
.mobile-menu {
    overflow-y: auto;
      z-index: 9!important;
}




/*client start*/
.client-container .client-row .product-col{
      padding-left: 0;
    padding-right: 0;
}

/*nav2 start*/
.mobile-nav-default2{
background-image: linear-gradient(to bottom,#0c0808fa 0,#0c0808f5 100%);
    background-color: #120101fa;
    border-color: #0e0101;
    height: 100px;
}
.mobile-nav-default2>.container .navbar-header .navbar-brand span{
color: #03A9F4;
}
.mobile-nav-default2>.container .navbar-header .navbar-brand h2 {
    color: #fff;
}
/*nav2end*/

/*bottom footer start*/
section .bottom-footer{
background-color: #000;
}
.bottom-footer .bottom-footer-row .text-center h5{
    color: #fff;
    padding:15px;
}
.social-background2 li .icoFacebook{
background-color:#3F51B5;      
}
.social-background2 li .icoTwitter{ 
    background-color: #03A9F4;        
}
.social-background2 li .icoGoogle{
        background-color: #F44336;           
}
.social-background2 li .icoLinkedin{
            background-color: #007bb6; 
}
section .bottom-footer .social {
    padding: 11px;
}
/*bottom footer end*/

/*gallery hover start*/
figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
      background: #333333cc;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    text-align: center;
}
figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    /* -webkit-transform: rotate(0); */
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}
figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
figure:hover h3, figure:hover p {
    left: 0;}
    figcaption h3 {
    font-weight: bold;
    font-size: 55px;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
    margin-top:100px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
    font-weight: 700;
    letter-spacing: 1px;
}
figure:hover h3, figure:hover p {
    left: 0;
}
figcaption p {
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
    font-size: 0.9em;
    line-height: 1.8;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
    background: rgb(18, 18, 19);
    letter-spacing: 4px;
}

/*end gallery hover*/

section .client-container{
        margin-top: 100px;
}


   /*parallax start*/



.jarallax-client {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

 
.parallex-client {
    background: url(../images/client/voda.jpg)no-repeat center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
    z-index: 1;
    overflow: hidden;
        height: 415px;
            margin-top:0px;
}
.parallex-client:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} 
.w3l_banner_bottom_grid{
    padding:2em;
    text-align:center;
    border:2px solid #999;
}

.parallax-img .parallex-text{
        text-align: -webkit-center;
}
.parallax-img .parallex-text .divider-image{
margin-top: 10px;
}
.parallax-img .parallex-text h1{
 line-height: 2;
    color: #fff;
}
.parallax-img .parallex-text .btn{
    background-color: #950d45;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 0px!important;
}
.parallax-img .parallex-text .btn:hover{
    background-color: #000000;
   
}
.parallax-img{
    margin-top: 80px;
}
.parallax-img .second-parallax{
        margin-top: 145px;
}
.parallex-bottom{
        z-index: 1;
    position: relative;
    top: -8px;
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.blog-container .blog-row .blog-head {
    font-weight: bold;
    text-transform: uppercase;
    text-align: -webkit-center;
}
.blog-container .blog-row .blog-head h1{
color: #950d45;
    margin-top: 5px;
}
.blog-row{
        margin-bottom: 70px;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*parallax end*/
/*client end*/





@media(max-width:384px){
  .mobile-menu {
    width: 80%;
    /*right: -80%;*/
  }
  .section-background .inside .item-1, 
.section-background .inside .item-2, 
.section-background .inside .item-3 {  
  top:0px;
  font-size:20px;  
}

}
@media (max-width: 440px)
{
  .mobile-menu {
    width: 64%;
    /*right: -64%;*/
  }
   figcaption h3 {
    font-weight: bold;
    font-size: 30px;
    color: #fff;   
    margin-bottom: 0;
    margin-top: 59px;   
}
}
@media (max-width: 480px)
{
  .mobile-nav-default>.container .navbar-header .navbar-brand h2{
    font-size: 20px;
  }
  .mobile-nav-default2>.container .navbar-header .navbar-brand h2{
    font-size: 20px;
  }
.login-nav-right{
    position: absolute;
       top: 18px;
    right: 30px;
  }
  .mobile-menu {
  width: 50%;
    /*right: -50%;*/
  }
 
}


