@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  scroll-behavior: smooth;
}

body{
	scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 5px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

iframe{
	height: 55%;
}

#waitloader{
	position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
}

#waitloader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}

#waitloader .loaderInner{
  opacity: 1;
  height: 80px;
  width: 80px;
}

#waitloader .loaderInner img{
  width: 100%;
  height: 100%;
}

.logo-holder{
	width: 400px;
	margin: 0 auto;
}

.logo-holder img{
	width: 100%;
}

.navbar{
  background-color: #f3f9ff!important;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  z-index: 9999;
}

.navbar-nav{
	margin: 0 auto;
}

.navbar-nav .nav-item{
	margin: 0 15px 0 15px;
}

.navbar-nav .nav-item a{
	font-weight: 500;
	letter-spacing: 0.5px;
}

.navbar .dropdown-menu{
	width: 100%;
}

.navbar .dropdown-menu a{
	padding: 6px;
}

.navbar .dropdown-menu.services{
  height: 300px;
  overflow-y: scroll;
  left: -15px;
  min-width: 200px;
}

.navbar .dropdown-menu.services::-webkit-scrollbar {
  width: 5px;
}
 
.navbar .dropdown-menu.services::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.navbar .dropdown-menu.services::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.main{
	padding: 10px 0px;
}

main .intro{
	height: 422px;
	background: url('../images/us.jpg');
	background-size: cover;
}

main .intro .overlay{
	background: rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 100%;
}

main .intro div.h-txt-0{
	color: white;
	padding: 82px 190px;
}

main .intro div.h-txt-0 p{
	font-size: 60px;
	text-shadow: 1px 1px 2px #000;
}


main .intro .contact-form{
	width: 24rem;
	float: right;
	background: rgba( 255, 255, 255, 0.10 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 6.5px );
	-webkit-backdrop-filter: blur( 6.5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}

input.phn::-webkit-outer-spin-button,
input.phn::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

main h2 span{
	font-size: 34px;
	border-bottom: 3px solid #d3e9ff;
}

main .aboutus .desc-txt{
	font-size: 18px;
}

main .aboutus .att-box{
	display: flex;
	justify-content: space-evenly;
	gap: 5rem;
	margin: 0 auto;
}

main .aboutus .att-box .item{
	display: grid;
    align-items: center;
    align-self: center;
    grid-gap: 1rem;
    justify-content: center;
    padding: 15px;
	border-radius: 5px;
	min-width: 218px;
	background: #e4fffb;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

main .aboutus .att-box .item .icon{
	font-size: 3rem;
	color: #6f6f6f;
}

main .our-services{
	background: #fbfbfb;
}

main .our-services .grid{
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

main .our-services .grid .item{
	width: 100%;
	height: 500px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

main .our-services .grid .item .overlay{
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
	background: rgba(0, 0, 0, 0.25);
}

main .our-services .grid .item:nth-child(1){
	background: url('../images/autoforms.jpg');
	background-size: cover;
}

main .our-services .grid .item:nth-child(2){
	background: url('../images/customprint.jpg');
	background-size: cover;
}

main .our-services .grid .item:nth-child(3){
	background: url('../images/invitation.jpg');
	background-size: cover;
}

main .our-services .grid .item:nth-child(2) .overlay{
	background: transparent;
}

main .our-services .grid .item .box{
	padding: 20px;
    width: 300px;
    margin: 0 auto;
    border: 6px solid #fff;
    backdrop-filter: blur(2px);
    background: rgba(0,0,0,0.1);
}

main .our-services .grid .item .box h1{
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 2px #000;
}

main .card-print .g-row{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1rem;
	align-items: center;
}

main .card-print .g-col{
  max-width: 320px;
}

main .g-col img{
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

main .invitation-print .g-row,
main .label-print .g-row,
main .license-print .g-row{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1rem;
	align-items: center;
}

main .invitation-print .g-col,
main .tag-print .g-col,
main .label-print .g-col,
main .license-print .g-col,
main .multipartform-print .g-col{
  max-width: 420px;
  margin: 0 auto;
}

main .label-print .g-col:nth-child(1){
	max-width: 280px;
}

main .license-print .g-col:nth-child(2){
	max-width: 200px;
}

main .tag-print .g-row,
main .multipartform-print .g-row{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1rem;
	align-items: center;
}

main .bro-fly-print .g-row{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1rem;
	align-items: center;
}

main .bro-fly-print .g-col{
  max-width: 420px;
  margin: 0 auto;
}

footer .start{
	height: 500px;
  background: url(../images/footer.jpg);
  background-size: cover;
  background-position: 0px -28px;
  width: 100%;
}

footer .start .overlay{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

footer .start h2{
	text-shadow: 1px 1px 1px #000;
}

footer .start p{
	font-size: 18px;
	font-weight: lighter;
}

.quickLinks li, .socialLinks li, .legalLinks li{
	text-align: center;
	padding: 10px;
}

.quickLinks li a, .socialLinks li a, .legalLinks li a{
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
	font-weight: lighter;
}

#footer-tag {
    background: rgb(84 84 84);
    padding: 5px 10px 5px 10px;
    display: flex;
    color: #fff;
    justify-content: space-between;
}

#footer-tag span{
	font-weight: lighter;
}


@media only screen and (max-width: 1920px){
	main .intro div.h-txt-0 {
	  color: white;
	  text-align: center;
	}
}	

@media only screen and (max-width: 578px){
	
	
	.logo-holder {
    width: 100%;
	}

	.logo-holder.changed {
    margin-top: 58px;
	}

	.dropdown-toggle::after {
    float: right;
  }

	main .intro {
   	height: auto; 
    background-origin: content-box;
    background-position: center;
	}

	main .intro div.h-txt-0 {
    width: 100%;
	}

	main .intro div.h-txt-0 p {
    font-size: 24px;
    margin: 0;
	}

	main .intro .contact-form {
    width: 24rem;
    float: none; 
    margin: 0 auto;
	}

	main .aboutus .att-box{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	main .aboutus .att-box .item {
    justify-content: center;
    padding: 10px 5px;
    min-width: auto;
    width: 156px;
    height: 138px;
    text-align: center;
	}

	main .our-services .grid {
    display: grid;
    grid-gap: 1rem;
  }

  main .our-services .grid .item {
    height: 225px;
  }

  main .our-services .grid .item .overlay {
    padding: 42px;
  }

  main .our-services .grid .item .box {
    padding: 20px;
    width: 265px;
	}

	main .our-services .grid .item .box h1{
		font-size: 22px;
	}

	footer .start p {
    font-size: 14px;
  }

  .quickLinks li, .socialLinks li, .legalLinks li {
    padding: 5px;
	}

  .quickLinks li a, .socialLinks li a, .legalLinks li a{
  	font-size: 14px;
  }

  #footer-tag span {
    font-size: 12px;
	}

	main .card-print .g-row {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
	}

	main .invitation-print .g-row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
	}

	main .tag-print .g-row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
	}

	main .label-print .g-row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
	}

	main .bro-fly-print .g-row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
	}

	main .tag-print .g-row, main .multipartform-print .g-row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
	}

	footer .start {
    height: 687px;
	}
	
	#footer-tag span a{
	    font-size: 12px;
	}
}