/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* source-sans-pro-latin-300-normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-300-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-300-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* source-sans-pro-latin-400-normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* source-sans-pro-latin-600-normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-600-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-600-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
 font-family: 'Helvetica';
 font-style: normal;
 font-weight: normal;
 src: local('Helvetica'), url('Helvetica.woff') format('woff');
 }
 @font-face {
  font-family: 'Helvetica Light';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica Light'), url('helvetica-light.woff') format('woff');
  }


body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  /* color: #455a64; */
  /* font-family: "Source Sans Pro"; */
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;

}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: auto;  /* IE and Edge */
  scrollbar-width: auto;  /* Firefox */
}



.desktopview {
  display: block;
}
.mobileview {
  display: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
header {
  background-color: #fff;

  z-index: 3;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* padding-top: 5px;
  padding-bottom: 5px; */
}
.pt-30 {
  padding-top: 10px;
}

.mart-30 {
  margin-top: 30px;
}

.logobox {
  /* width: 290px;
  padding: 10px 0 */
  width: 165px;

  /* old 95px; */
  /* padding: 10px 0; */
}

.nav-link {
  color: #454242 !important;
  font-size: 15px;
  padding: 5px 20px;
  font-family: "Helvetica";
  font-weight: 400;
}

.menu .nav-item.active  {
  color: #454242 !important;
  font-weight: 600;
}

.marlr {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.nav-link:focus, .nav-link:hover, .menu .nav-item.active.nav-link:hover {

color: #0018A5;
}
.offcanvas-end {
  width: 270px;
}

.btn-close {
  opacity: 1;
}

.maplink {
  text-decoration: none;
  font-weight: 400;
  color: rgba(69, 66, 66, 1);
}
.maplink:hover {
  color: rgba(69, 66, 66, 1);
  font-size: 16px;
}

.offcanvas-backdrop.show {
  opacity: 0
}
/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


#hero {
  width: 100%;
  /* height: 350px; */

  position: relative;
  /* margin-top: 60px; */
  padding: 0;
}

#hero .container {
  z-index: 2;
}

.container {
  width: 65% !important;
}


.bg {
  height: 380px;
   background-image:  url('../img/home.jpg');
  background-size: contain;

  background-position: center;
  background-repeat: no-repeat;
}
.print {
  background-image: url('../img/print.jpg');
}

.digital {
  background-image: url('../img/digital_capture.jpg');
}

.scan {
  background-image: url('../img/scan.jpg');
}

.contact {
  background-image: url('../img/contact.jpg');
}
.aboutre {
  padding-bottom: 25px !important;
}

.auto-container {
  position: static;
  /* max-width: 1320px; */
  /* padding: 0px 15px; */
  margin: 0 auto;
}

    .about-section-two  {
      padding-top: 16px;
    }
.about-section-two .content-column {
  position: relative;
  padding-left: 10px;
  /* margin-bottom: 55px; */
}

.about-section-two .content-column .inner-column {
  position: relative;
  /* padding-left: 40px; */
  z-index: 1;
}

.services-section .content-column .inner-column {
  padding-left: 20px;
}


.about-section-two .content-column .inner-column h3 span {
  /* color: #013a60; */
  color: #454242;
  font-size: 15px;
  /* color: #0018A5; */
  font-weight: 600;
}

.about-section-two .content-column .inner-column .text {
  position: relative;
  margin-bottom: 25px;
}

.about-section-two .content-column .inner-column .text p {
  position: relative;
  /* color: #1a1e66; */
  /* color: rgba(69, 66, 66, 1); */
  color: rgb(78 76 76);
  font-size: 13px;
  line-height: 1.7em;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}

.link {
  text-decoration: none;
  color: inherit;
}

/*--------------------------------------------------------------
# Footer
*/
footer {

  box-shadow: 10px 0 .50rem 0 rgba(0,0,0,0.075);
  z-index: 99999;
  position: absolute;
  width: 100%;
  /* bottom: 0; */
}

.copyright{
  font-size: 14px;
}







@media (min-width:1920px) and (max-width:2560px) {
  .container {
    max-width: 80%
  }
.bg {
  background-size: cover;
}
.pt-30 {
  padding-top: 25px;
}
/* #hero  {
  margin-top: 100px;
} */

}

@media(max-width:1920px) {

}

@media(max-width:1920px) and (max-height:1080px) {

}

@media(max-width:1900px) {

}

@media(max-width:1600px) {

}

@media(max-width:1536px) {

}

@media (max-width: 1536px) and (max-height: 820px) {

}

@media (max-width: 1536px) and (max-height: 750px) {

}

@media (max-width: 1536px) and (max-height: 720px) {

}

@media(max-width:1440px) {
  .bg {
    background-size: contain;
  }
  .pt-30 {
    padding-top: 10px;
  }
  /* #hero  {
    margin-top: 80px;
  } */
}

@media(max-width:1370px) {
  .bg {
    height: 380px;
  }
}

@media(max-width:1280px) and (max-height: 1024px) {}

@media(max-width:1280px) and (max-height: 800px) {

}

@media(max-width:1280px) and (max-height: 720px) {

}

@media(max-width:1200px) {}

@media(max-width:1030px) {

  .container {
    width: 75% !important;
  }
  /* #hero{
    margin-top: 60px;
  } */
  .bg {
    background-image: url('../img/home1024.jpg');
  }


  .about-section-two {
    padding-top: 10px !important;
  }

  .about-section-two .content-column {
    margin-bottom: 0;
    padding-bottom: 36px;
  }

  .aboutre .content-column {
    padding-bottom: 0px !important;
  }



}

@media(max-width:1030px) and (max-height:768px) {

}

@media(max-width:991px) {
.container {
    width: 80% !important;
}
/* #hero {
  margin-top: 110px;
} */
.bg {
  background-image: url('../img/home720.jpg');
  height: 350px;
}
.menu .nav-item.active{
  font-weight: 600;
  color: #ffffff !important;
}
}

@media(max-width:768px) {

  .resptext {
    margin-bottom: 0 !important;
  }

  .content-column .inner-column .text p:last-child {
    margin-bottom: 8px !important;
  }
  .navbar-collapse {
    margin-top: 10px;
    margin-bottom: 32px;
    height: 90vh;
  }

  .menu {
    text-align: center;
    /* background-color: #0018A5; */
    background-color: rgba(108, 117, 125, 1) !important;;
    height: 100%;
    justify-content: center !important;
  }


  .nav-link {
    padding: 1rem;
    color: #fff !important;
  }
  .menu .nav-item.active .nav-link, .menu .nav-item:hover .nav-link, .menu .nav-item .nav-link:hover{
    color: #ffffff !important;
    transform: scale(1.5);
  }
  .navbar-nav {
    text-align: justify;
  }
}
@media(max-width:767px) {
  .bg {
    background-image: url('../img/home600.jpg');
  }

}
@media(max-width:650px) {
  .mobileview {
    display: block;
  }
  .desktopview {
    display: none;
  }
  .logobox {
    width: 90px;
  }
.mart-30 {
  margin-top: 25px;
}

  .copyright {
    font-size: 14px;
  }


  /* .about-section-two {
    padding-top: 23px !important;
  } */


  .about-section-two .content-column {
    padding-bottom: 26px;
  }


  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem;
  }


  /* #hero, .aboutbanner {
    height: 286px !important;
    margin-top: 70px;
  } */
}

@media(max-width:480px) {
  .container {
    width: 90% !important;
  }
  /* #hero, .aboutbanner {
    height: 250px !important;
    margin-top: 90px;
  } */
  .bg {
    height: 250px;
    background-image: url('../img/home400.jpg');
  }
  .navbar-toggler {
    font-size: 22px;
  }
  .offcanvas-end {
    width: 220px;
  }
}


@media(max-width:380px) {
.logobox {
  width: 100px;
}
/* #hero, .aboutbanner {
  height: 240px !important;
  margin-top: 80px;
} */
.offcanvas-end {
  width: 200px;
}

}

@media(max-width:320px) {


  .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }

  .nav-link {
    font-size: 16px;
  }

  /* #hero {
    margin-top: 60px !important;
    height: 220px !important;
  } */

  .navbar-toggler {
    font-size: 18px;
  }



}
