body{font-family:raleway}

.topBanner {
  background: url(../img/printerr.png) no-repeat;
  margin-top: 76px;
  background-size: cover;
  padding: 80px 0px;
  background-position: center;
  position: relative;
  z-index: 0;
}
.overlayShadow {
  content: " ";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: rgba(5, 5, 5, 0.378);
  z-index: 1;
}


.bannercontentSection {
  position: relative;
  z-index: 2;
}
.bannerimg {
  transition: transform 0.2s;
}
.bannerimg:hover {
  transform: scale(1.1);
}
.bannertxt1 {
  font-size: 48px;
}
.bannertxt2 {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.bannertxt2 span {
  background: #a50000;
  padding: 10px 10px;
  border-radius: 3px;
  color: #fff;
  border-radius: 4px;
}
.bg-primary-tranparent {
  background: rgb(13 110 253 / 64%);
}
.border-radius-0 {
  border-radius: 0px !important;
}

.section2 {
  padding: 80px 0px;
  background: #eee;
}
.section3 {
  padding: 100px 0px;
}
.section3 .downloadIcon {
  width: 24px;
}
.section4 {
  padding: 80px 0px;
  background: #eee;
}
.section4 img {
  transition: transform 0.2s;
}
.section4 img:hover {
  transform: scale(1.05);
}
.section5 {
  padding: 80px 0px;
}
.section6 {
  padding: 80px 0px;
  background: #eee;
}
.modal-form {
  background: #eee;
  padding: 34px 30px 20px 30px;
}
.modal-form .form-control {
  padding: 15px !important;
}
.modal-form .btn {
  padding: 15px 24px;
}

.topNavBar {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  background-color: #ffffff !important;!i;!;
}

.topNumber {
  margin-bottom: 0px;
  font-size: 22px;
}

.myDiv {
  display: block;
}
.hide {
  display: none;
}
#text1 {
  min-height: 30px;
}
.banne-form {padding-top: 106px;}
.print-logo-banner-content {}
.print-logo-banner-content h1{
    color: #1998 Mercury TracerEngine;
    font-weight: 700;
    padding-bottom: 10px;
}
.print-logo-banner-content p{
    font-size: 17px;
}
.print-logo-banner-content ul{}
.print-logo-banner-content li{
    padding-bottom: 14px;
}
.print-logo-banner-content a button{
    background: red;
    padding: 12px 20px;
    border: 0px;
    text-decoration: none;
}
.form-container {
    background: #000000;
    padding: 27px;
    border-radius: 11px;
}
.form-container h2{
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    padding-bottom: 10px;
}
.form-container .form-group{
    margin-bottom: 14px;
}
.form-container label{
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}
.form-container input{
    border: 1px solid #ccc;
    height: 43px;
}
.form-container button{
    background: #000000;
    cursor: pointer;
    border: 0px;
    border-radius: 100px;
    padding: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}


@media (max-width: 767px) {
  .bannertxt1 {
    font-size: 36px;
  }
    .boz1 {margin-bottom: 20px;}
  .bannertxt2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .topBanner {
    padding: 50px 0px;
  }
    
}
