@import url('https://fonts.googleapis.com/css?family=Roboto');

/* navbar X icon css */  
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #FFF;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler{
    padding: 0;
    border: none;
    outline: 0;
    margin-right: 7px;
}

.navbar-toggler:focus{
    outline: 0;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggler .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.navbar-toggler.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggler.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* navbar X icon css end */ 

.bg{
    background: url('../img/banner.jpg') no-repeat;
    background-size: cover;
    background-position: 80% 0%;
}
.bg2{
    background: url('../img/banne2.jpg') no-repeat;
    background-size: cover;
     background-position: center;
}
.bg3{
    background: url('../img/banner-3.jpg') no-repeat;
    background-size: cover;
     background-position: center;
}


html,
body,
.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
}


.carousel {
    position: relative;
  overflow: hidden;
}

.overlay{
	position: absolute;
width: 100%;
height: 100%;
background:rgba(0, 0, 0, 0.56);
top: 0px;
left: 0px;
}
#text_slide h1{
    padding-top: 250px;
    font-family: 'Kaushan Script', cursive;
}
.fixed-top{
   background: #212529;
   padding: 0px 0;
}
.navbar .row{
  width: 100%;
}
.navbar-brand{
    width: auto;
    margin-left: 15px;
    margin-right: 0px;
}
.navbar button{
    margin-left: auto;
}
#navbarSupportedContent{
    padding: 0 25px;
}
.navbar ul a{
 color:#fff;
}
.navbar-brand img{
    width: 250px;
}
 .display-4{
 font-size: 2.2rem;
}
#readmore{
    background: #00adec;
    border-color: #0e8dba;
    color: #fff;
}
#readmore:hover{
    background: #0e8dba;
   border-color: #0e8dba;
}
#readmore.disabled:hover{
    background: #00adec;
}
hr.style-eight {
  width: 250px;
    border: 0;
    height: 1px;
    position:relative;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, #00adec 50%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#00adec 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#00adec 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#00adec 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#00adec 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* W3C */
    
}

hr.style-eight:before {
    content: "";
    display: block;
    border-top: solid 1px transparent;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
#services h1,#services i{
   color: #00adec; 
}
#services h1{
    font-family: 'Roboto', sans-serif;
   
}
.btn08 {
    width: 100%;
    overflow: hidden;
    position: relative;
  cursor:pointer;
  border-radius:4px;
}
.btn08 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.btn08 .ovrly {
    background:rgba(0, 173, 236, 0.76);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn08 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn08 .buttons .fa {
   

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.btn08:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color:#FFF;
}
.btn08:hover .ovrly {
    opacity: 1;
}


.btn08:hover img{
  
  -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.btn08 img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.btn08 {
    max-width: 100%;
   
}
.bx-wrapper{
  box-shadow: none !important;
  margin-top:30px;
}

.bx-wrapper img{
  border-radius: 4px;
}

.slider .row{
  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;      
  display: -webkit-flex;     
  display: flex;
}
#services .btn08 i{
    color: #fff;
}
.Brochures{
background: url(../img/bg1.jpg) no-repeat center;
background-size: cover;
background-attachment: fixed;
position: relative;
color: #FFF;
}

.Editorial{
  background: url(../img/bg2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.LargeFormat{
  background: url(../img/bg3.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.Packaging{
  background: url(../img/bg4.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.Presentations{
  background: url(../img/bg5.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.Visualising{
  background: url(../img/bg6.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.row .bx-wrapper{
    background: transparent;
    border: transparent;
}
h1.text-white ~hr{
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, #fff 50%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#fff 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#fff 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#fff 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,#fff 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* W3C */
 }

 .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .37rem;
    padding-left: .37rem;
}
.callus a{
    color: #00adec;
    font-size: 17px;
    text-decoration: none;
}
#loading {
    width: 40px;
    height: 40px;
}
.help-block { display: block; margin-top: .25rem; font-size: .875rem; color: #dc3545; }
.has-error .help-block { color: #dc3545; }
.has-error .col-form-label{ color: #dc3545; }
.has-error .form-control { border-color: #dc3545; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
input:focus,textarea:focus{
    box-shadow: none !important;
}
form .btn:hover{
    color: #00adec;
}
.map{
    height: 400px;
}

.copyright{
  background: #2e4256;
  font-size: 12px;
    color: #fff;
}
.navbar ul a:hover,.navbar ul a.page-scroll.active{
 color:#00adec;
 }
.paddingTop{
    padding-top: 4.2rem;
}
.marginTop{
    margin-top: 5rem;
}
.closeme i{
    color: #fff;
    cursor: pointer;
}
.offcanvas-collapse {
    position: fixed;
  top: 0;
  right: -300px;
  background-color: #212529;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  height: 100vh;
  width: 300px;
  text-align: center;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  }
  .offcanvas-collapse.open {
    right: 0;
    opacity: 1;
  visibility: visible;
  }
#services .overlay{
    background: rgba(0, 0, 0, 0.7);
}
#services .col-sm-4.col-md-3 ul.list-unstyled a{
    text-decoration: none;
}

@media(min-width: 576px){
    #text_slide img{
        width: 400px;
    }
    .display-4{
        font-size: 3.5rem;
    }
  .bg{
    background-position: center;
    }
.navbar-brand img{
    width: 250px;
}
}
@media(min-width: 768px){
    .btn08 {
    /*! width: 29%; */
    }
    .navbar ul a{
        font-size: 14px;
        color:#fff;
    }

  
}
@media(min-width: 992px){
.btn08 {
    /*! width: 30%; */
}
  
}
@media(min-width: 1200px){

      #text_slide h1{
    padding-top: 25%;
    }

    .fixed-top{
        background: transparent;
    }
.navbar {
      padding: 15px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
 }

 .navbar-custom.top-nav-collapse{
    padding: 0px;
    background: #212529;
}

}

