@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

*{
  margin: 0 auto;
  padding: 0;
}
body{
  background: url("../../images/bgpattern.png");
 font-family: 'Roboto', sans-serif;
}
a, a:hover, a:focus{
  text-decoration: none;
}
h3,h2{
     font-weight:300;
}
ul{
  list-style: none;
}
p, ul{
  color: #818085;
  font-size: 16px;
  line-height:30px;
   font-weight:300;
}
.sticky{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff !important;
  z-index: 999999;
  transition: .6s;
  box-shadow: 0px 0px 20px 2px #ccc;
}
.navbar-brand{
  padding: 10px 15px;
  height: auto;
}
.navbar-right {
  padding: 18px 0;
}
/*.shrink .navbar-nav>li>a{
    color: #282b2d !important;
    }*/
.navbar-default{
  border: 0 none;
  background: none;
  transition: .6s;
  border-radius: 0;
  margin-bottom: 0;
/*   box-shadow: 0px 0px 30px 2px #ccc; */
}
/*#home{
  z-index: -2;
}*/
.header{
  background: #f4f4f4;
 /* box-shadow: 0px 0px 30px 2px #ccc; */
}
.zen_landing_bg canvas{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
}
.zen_landing_bg {
  position: relative;
  z-index: 99999;
  background: #f4f4f4;
}
.navbar-nav>li>a{
    color: #282b2d !important;
    padding: 10px 25px;
    font-size: 14px;
    text-align: center;
    transition: .6s;
     border-top:3px solid transparent  !important;
     border-bottom:3px solid transparent  !important;
     font-weight:300;
  }
  
.navbar-nav>li>a.Active{
    color: #0089f6 !important;
    /*border-top:3px solid #0089f6  !important;*/
     border-bottom:3px solid #0089f6  !important;
  }

.navbar-nav>li>a:hover{
    border-bottom: 3px solid #0089f6 !important;
    /*color: #fff !important;*/
    transition: .6s;
  }
.zen_landing_sec h3{
  line-height: 40px;
  color: #818085;
   font-weight:300;
   font-size:20px;
}
.zen_landing_sec{
  padding: 100px 0;
}
.zen_landing_sec h1{
  color: #282b2d;
  font-size: 46px;
  font-style: normal;
}
 h1{
  font-weight: 300;
  color: #0089f6;
}
.zen_landing_sec a{
  background: #338AFF;
  color: #fff;
  padding: 10px 30px; 
  margin: 30px 0;
  display: inline-block;
  transition: .6s;
  font-size: 16px
}
.zen_landing_sec a:hover{
  border-radius: 25px;
  transition: .6s;
}

.zen_spc{
  padding-top: 60px;
}
.zen_abt_ul li{
    line-height: 45px;
    background: url(../../images/pie.png);
    background-repeat: no-repeat;
    padding: 5px 0px 0px 55px;
    background-position: top 10px left 0px;
    
}
.brd1{
  position: absolute;
  left: 37%;
  top: -9px;
}
.brd2{
  position: absolute;
  right: 38%;
  bottom: -20px;
}

/*industries we serve section styles*/

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;

}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module .thumbnail {
  height: 420px;
  overflow: hidden;padding: 0;
  border-radius: 45px;
  box-shadow: 0px 0px 20px 1px #ccc;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: color 0.3s linear 0s;
  -moz-transition: color 0.3s linear 0s;
  -ms-transition: color 0.3s linear 0s;
  -o-transition: color 0.3s linear 0s;
  transition: color 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
    padding: 0 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: color 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: color 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: color 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: color 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
   border-radius: 0px 0px 40px 40px;
}



.post-module .post-content .title {
  margin: 0;
  padding: 35px 0;
  color: #818085;
  font-size: 18px ;
  font-weight: 300;  
}

.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  padding-bottom: 20px;
}
.border{
  border: 3px solid #0089f6;
    width: 60%;
    transition: .6s;
}
.post-module:hover .border,
.hover .border{
  width: 100%;
  transition: .6s;
}

.zen_contact h1, .zen_contact h4, .zen_contact p{
  color: #fff !important;
  line-height: 30px;
}

.zen_contact h1{
  padding-top: 5%;

}


.zen_address h4{
  font-size: 16px;
  font-weight:300;
  text-align: center;
  padding-left: 2px;
  white-space: pre-line;
}


.zen_address{
  display: flex;
  flex-direction: row;
  padding-top: 6%;
}
h1 span{
    font-size:28px;
}
/*footer bottom styles*/
footer{
  background: #282b2d;
  padding: 15px 0;
}   
footer p{color: #fff;margin: 10px 0;}
/*media queries*/
 
  @media screen and (min-width:768px) and (max-width:1279px){
  
  .zen_address{
    display: flex;
    flex-direction: column;
    padding-top: 2%;
    font-size: 10px;
  }

  .zen_address img{

    /* height: 25px; */
    width: 30px;
  }  
  .zen_address h4 {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    border: 2 px solid red;
    padding-top: 2px;
    text-align: center;
    white-space: nowrap; 
  }

  .zen_contact h1{
    padding-top: 1%;
  }

 }


@media screen and (max-width:767px){
    .navbar-brand > img {
    width: 150px;
    padding-top: 10px;
  }
  

  .zen_address{
    display: flex;
    flex-direction: column;
    padding-top: 3%;
  }

  img{
    width: 100%;
  }
  .zen_contact img, footer img{
    width: auto !important;
  }
  .navbar-toggle{
    margin-top: 32px;
  }
  .navbar-collapse{
    background: #282b2d;
  }
  .navbar-nav>li>a{
    color: #fff !important;
  }
  .navbar-nav>li>a:hover{
    background: #0089f6 !important;
  }
  .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{
    border: none;
    background: none
  }
  .zen_landing_sec{padding: 60px 0;}
  canvas{
    display: none !important;
  }
  #aa_particles{
    height: 740px !important;
  }
  .wrapper-sticky {
    height: 50px !important;
}
#menu{
  position: absolute !important;
}
#custom_carousel .controls li{display: initial !important;}
footer img{text-align: center !important}
}

canvas
{
    display: block;
    vertical-align: bottom;
}

#aa_particles
{
    z-index: 4;
    height: 500px;
    background: #0089f6;
}


/*services carousel styles*/

#custom_carousel .item {

    color:#000;
    padding:20px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:50px 40px 45px 40px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:none;
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px;
    outline:none;
    border-bottom:3px solid #ccc;
}
 #custom_carousel .controls li.active {
    border-bottom:3px solid #0089f6;
   
} 

#custom_carousel .controls li > a:hover,#custom_carousel .controls li > a:focus{
      background:none;
      outline:none;
}
#custom_carousel .controls li.active small{
   color: #0089f6;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:16px;
    margin-top:5px;
    color: #282b2d;
}
.item img{
  width: 75%;
}
.controls li img{
  width: 50px;
  height: 50px;
}
#about{
  background: rgba(255, 255, 255, .6);
}
#services{
  background-color:rgba(244, 244, 244, .6);
}
#industry{
  background: rgba(255, 255, 255, .6);
}
#home, #about, #services, #contact, #industry{
  padding: 65px 0;
}
 #contact{
     padding:10px 0;
 }
#menu{
	background: #f4f4f4;
	z-index: 999999;
  transition: .6s;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	border-bottom: 3px solid #0089f6 !important ;
	background: none;
}
.wrapper-sticky{
	height: 0px !important;
}
.zen_landing_bg {
	padding-top: 30px;
}
small b{
  font-size: 28px;
}


@media screen and (min-width:1800px) and (max-width:2563px){

  .zen_address{
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    padding-right: 3%;
    padding-left: 4%;
   

  }
  .zen_contact{
    align-items: center;
  }
  
  .zen_address a {
    padding: 0; 
    margin: 0;
    padding-left: 3%;
    padding-right: 0;
  }
  
  .zen_address h4{
    margin: 0;
    padding-left: 1%;
    padding-right: 4%;
    padding-top: 10px;
    white-space: pre-line;
  }
}