:root {
    --body-color: #fff;
    --cassiopeia-color-link: #fff;
    --cassiopeia-color-primary: #171717;
}

.btn-info {
    background: linear-gradient(#24aaec, #0072b4);
    border-color: #0072b4
}
.btn-danger {
    background: linear-gradient(#e70089, #b00051);
    border-color: #b00051
}
.btn-warning {
    background: linear-gradient(#fff43a, #bcb000);
    border-color: #bcb000
}
.btn-success {
    background: linear-gradient(#080808, #202020);
    border-color: #202020
}

.lander-img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.lander-img:hover {
  -webkit-filter: none;
  filter: none;
}

.container-header .mod-finder {
  flex: inherit;
}

.mod-finder .js-finder-search-query {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0 10px;
}

body {
  z-index:0;
  font-family: 'Raleway', sans-serif;
  font-size:12px;
  background: url(/images/mop%20pattern%2010%2001%202022-01-02.png) round, #000;
  background-size: 110px;
}

body:after {
  content:"";
  background: radial-gradient(circle, #000 0%, #494949 0%, #000 100%);
  opacity: 0.9;
  filter: alpha(opacity=90);
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index:-1;
}

.container-header {
      background: none;
}

.container {
  max-width: 1056px;
  margin: 0 auto;
  background:   #00000080;
  padding-left:0px;
  padding-right:0px;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:not([class]) {
    text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #fff;
}

.container-header .mod-menu {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
}

.container-header .mod-menu>li+li {
    margin-left: 1.55em;
}

.text-overlay {
background-color: #343434b3;  
}

.breadcrumb-item.active {
  color: #fff;
}

.card-img-overlay {
  padding: 0px;
}


/*
.card-img-overlay::hover {
  -webkit-filter: grayscale(0);
	filter: inherit;
}
*/

.header-logo {
 /* background:url('/images/logo/ministry_of_printing_logo.png') no-repeat;*/
  position:absolute;
  top: 45px;
  left: 23px;
  height: 100%;
}
.header-img {
  position:relative;
  /*background: linear-gradient(180deg, rgba(23,23,23,1) 0%, rgba(23,23,23,0.47102591036414565) 100%);    */
  width:100%;
}

@media screen and (min-width: 800px) {
  .header-logo {
      height: 36%;
  }
}

@media screen and (max-width: 800px) {
  .header-logo {
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-img {
    opacity: 0.2;
  	background: linear-gradient(180deg, rgba(23,23,23,1) 0%, rgba(23,23,23,0.47102591036414565) 100%);    
  }
}

.container-header .navbar-toggler {
  font-size:14px;
}

.container-below-top {
    background-color: #2c2c2c;
    border-top: 1px dotted #606060;
    border-bottom: 1px solid #606060;
}
.container-nav {
    background-color: #2c2c2c;
    border-top: 1px dotted #606060;
    border-bottom: 5px solid #606060;
   
}
.container-header .container-nav {
   padding-bottom: 5px;
}

a img.hover {
 display: none;
}
a img.default {
   display: inherit;
}
a:hover img.hover {
    display: inherit;
}
a:hover img.default {
    display: none;
}

.card img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.card:hover img {
	-webkit-filter: grayscale(0);
    filter: inherit;
}

.card-title {
  font-size: 18px;
  font-weight: normal;
  padding-top:5px;
    padding-bottom:5px;
}

.phone_us {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    letter-spacing: -1px;
	font-weight: 400;
}

.block-text > p {
  padding:0px;
  margin:0px;
  color: #737373;
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;
}

.block-text > p > a {
  color: #808080;
  line-height: normal;
}
.block-text {
  color: #808080;
}
.btn {
  font-family: Arial, Helvetica, sans-serif;
  font-weight:400;
  font-size:19px;
  line-height: normal;
  padding: 0.6rem 0;
}
