/*Error Template Styles*/
#errTitle{
    font-size:20px;
    font-weight:bold;
    margin: 0 10 0 0;
    padding: 0 0 0 0px;
  }
  
  .errSmall{font-size:8pt;}
  
  #errFooter{
    margin: 0;
    font-size:9px;
    color:#CCCCCC;
  }
  
  #errBlock{
    margin: 0 auto;
    width: 350px;
    font-family: courier;
    font-size:12px;
    color: #003366;
    border:1px solid #003366;
    background-color:#FFFFFF;
  }
/*//End of Error Template Styles*/



/* Break Point for all screens Larger than 100px -- This is for all Screen Sizes */
@media screen and  (min-width: 100px){





}

/* Break Point for all screens Larger than 768px -- LARGER THAN MOBILE */
@media screen and  (min-width: 768px){
  .container-fluid{
    padding:0;
  }
  .navbar{
    border-radius: 0;
  }

}

/* Break Point for all screens Larger than 992px -- LARGER THAN TABLET */
@media screen and (min-width: 992px){

}

/* Break Point for all screens Larger than 1200px -- EVERYTHING ON DESKTOPS */
@media screen and (min-width: 1200px){

}





.header-links{
  display: flex;
  justify-content: flex-end;
}

.header-phone-number{
  color:#233566;
  padding-top:5px;
  font-size:18px;
}
#header-area{
background-image: url(../../images/texture2.png);
background-repeat: no-repeat;
/* background-position: center; */
/* overflow:hidden; */
/* background: #1839b23d;
background: -webkit-linear-gradient(274deg, #1839b226 0%, #cb2e2e26 100%);
background: linear-gradient(274deg, #1839b226 0%, #cb2e2e26 100%); */

}
.navbar{
  padding-top:0px;
  padding-bottom:0px;
}
.navbar-brand img{
  width:75%;
  padding-top:10px;
}

@media screen and (max-width:1180px){
  .navbar-brand img{
    width:100%;
  }
}



.qr-button {
  padding: 2px 15px 2px 15px;
  background-color: #233566;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  transition: .3s;
  z-index: 1;
  /* font-family: inherit; */
  font-family: "Asap", sans-serif;
  color: #fff;
  border-radius: 10px;
  border:none;
  border:solid 2px #233566;
  margin-left:50px;
  /* text-transform:uppercase; */
}
.qr-button p{
  margin-bottom:0px;
}

.qr-button::before {
  content: '';
  width: 0;
  height: 450%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  transition: .5s ease;
  display: block;
  z-index: -1;
  /* border:solid 2px #233566; */
}

.qr-button:hover::before {
  width: 105%;
  /* border:solid 2px #233566; */
}

.qr-button:hover {
  color: #233566;
  cursor: pointer;
}



.contact-button {
  font-family: "Asap", sans-serif;
  padding: 2px 15px 2px 15px;
  background-color: #233566;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  transition: .3s;
  z-index: 1;
  /* font-family: inherit; */
  color: #fff;
  border-radius: 10px;
  border:none;
  border:solid 2px #233566;
  margin-left:50px;
  /* text-transform:uppercase; */
}
.contact-button p{
  margin-bottom:0px;
}

.contact-button::before {
  content: '';
  width: 0;
  height: 450%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  transition: .5s ease;
  display: block;
  z-index: -1;
  /* border:solid 2px #233566; */
 }
 
 .contact-button:hover::before {
  width: 105%;
  /* border:solid 2px #233566; */
 }
 
 .contact-button:hover {
  color: #233566;
  cursor: pointer;

 }

 .header-address{
  display:flex;
  justify-content: end;
  margin-top: -27px;
}
.header-address a{
  /* text-decoration: none; */
  color:#233566;
}



   /*navbar*/

   #nav-bar-bg{
    background-color:#233566;
    border-top: solid 5px #954241;
}

.navbar-nav{
    font-family: "Asap", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.nav-item{
    padding-right:22px;
    padding-left:22px;
}

.flaticon-drop-down-arrow{
    color:#fff;
}



/*dropdown on hover */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
}

.dropdown-menu a {
    text-decoration: none;
    display: block;
}
.dropdown-menu a:hover {
    background-color: #DFDFEC;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
  
/* .dropdown-item:hover{
    background-color: #DFDFEC;
} */
/*END dropdown on hover*/
  
.carousel-caption{
  font-size: 42px;
  font-family: "Asap", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: #000 1px 0 10px;
  margin-bottom:82px;
}
/********** media queries **********/
@media screen and (max-width:1280px){
.carousel-caption{
  font-size: 32px;
  margin-bottom: 77px;
}
.navbar-nav{
  font-size: 17px;
}
}

@media screen and (max-width:1194px){
.navbar-nav{
  font-size: 16px;
}
.nav-item{
  padding-right:3px;
}
#header-stuff{
  display:flex;
  justify-content: center;
}
.header-address{
  display:flex;
  justify-content: center;
  margin-top:15px;
}
}


@media screen and (max-width:1024px){
#header-stuff{
  display:flex;
  justify-content: center;
}
.header-links{
  margin-right:11px;
}
.header-si-btn{
  font-size:19px;
}
.header-contact-btn{
  font-size:19px;
}
.navbar-nav{
  font-size:14px;
}
.nav-item{
  padding-right:16px;
}
.carousel-caption{
  font-size:25px;
}
}

@media screen and (max-width:934px){
.navbar-brand{
  width:50%;
}
.navbar-brand img{
  width:100%;
}
}

@media screen and (max-width:500px){

.contact-button{
  margin:auto;
  font-size:15px;
  margin-bottom:15px;
}
.qr-button{
  font-size:15px;
  margin:auto;
  margin-bottom:10px;
  margin-top:10px;
}
.navbar-brand{
  margin:auto;
  width:75%;
}
.navbar-brand img {
  width: 100%;
  margin: auto;
}
#header-stuff{
  flex-direction: column;
}
.header-links{
  flex-direction: column;
  margin: auto;
  text-align: center;
}

}

@media screen and (max-width:390px){
.contact-button{
  margin:auto;
}
.si-button{
  margin:auto;
}
}
@media screen and (max-width:320px){
  .header-address a{
    font-size:13px;
  }
}

/************************  FOCUS AREA  **************************/

.hp-cards {
  display: flex;
  flex-direction: row;
  gap: 45px;
  justify-content: center;
  margin-top:60px;
}

.hp-cards .services {
  background-color: #D8D9E6;
}

.hp-cards .client-industries {
  background-color: #D8D9E6;
}

.hp-cards .products {
  background-color: #D8D9E6;
}

.hp-cards .fa-card {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  height: 380px;
  width: 446px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  transition: 400ms;
  padding-top:0px;
}

.focus-area-img{
  height:320px;
  width:100%;
  overflow:hidden;
  border-radius:5px;
  margin-bottom:10px;
}

.focus-area-img img{
  min-height:100%;
  max-width:100%;
  object-fit: cover;
}

.hp-cards .fa-card p {
  font-size: 25px;
  font-weight: 600;
  font-family: "Asap", sans-serif;
  color:#233566;
}

.fa-card:hover p {
  color: #fff;
}

.hp-cards .fa-card:hover {
  transform: scale(1.1, 1.1);
  background-color: #233566;
}

.hp-cards:hover > .fa-card:not(:hover) {
  /* filter: blur(3px); */
  transform: scale(0.9, 0.9);
}


/***  hp focus area media queries   ***/
@media screen and (min-width:1366px){
  .hp-cards .fa-card{
    width: 403px;
    height: 368px;
  }
}

@media screen and (max-width:1280px){
  .hp-cards .fa-card{
    width:350px;
    height:320px;
  }
}

@media screen and (max-width:1080px){
  .hp-cards .fa-card {
    width: 300px;
    height: 282px;
  }
}

  @media screen and (max-width:1024px){
    .hp-cards .fa-card {
      width: 296px;
      height: 289px;
  }
}

@media screen and (max-width:934px){
  .hp-cards{
    gap:25px;
  } 
  .hp-cards .fa-card {
      width: 243px;
      height: 234px;
  }
}

@media screen and (max-width:768px){
  
  .hp-cards{
    gap:25px;
    margin-top: 40px;
  } 
  .hp-cards .fa-card {
      width: 223px;
      height: 214px;
  }
}

@media screen and (max-width: 667px){
  .hp-cards .fa-card{
    width:189px;
    height:196px;
  }
  .hp-cards .fa-card p{
    font-size: 19px;
  }
}

@media screen and (max-width:500px){
  .hp-cards{
    flex-direction: column;
    align-items: center;
  }
  .hp-cards .fa-card {
    width: 320px;
    height: 287px;
}
}
@media screen and (max-width:320px){
  .hp-cards .fa-card {
    width: 294px;
  }
}


/**********    HP About Us   ****************/

#hp-ab-bg{
  margin-top:60px;
  background-image: url(../../images/hp-ab-bg.png);
  padding-top:80px;
  padding-bottom:80px;
}
#hp-ab-container{
  background-color: #f0f0f05d;
  padding-top:30px;
  padding-left:40px;
  padding-bottom:40px;
  padding-right:40px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #ffffffa6;
}

.hp-ab-title p{
  font-family: "Asap", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color:#fff;
}

.hp-ab-text{
  font-family: "Asap", sans-serif;
  color:#fff;
  font-size: 20px;
}

.hp-ab-btn button{
  margin-top:20px;
  background-color:#D8D9E6;
  border-radius:7px;
  padding-left:45px;
  padding-right:45px;
  padding-top:5px;
  padding-bottom:5px;
  border:none;
  color:#233566;
  font-family: "Asap", sans-serif;
  letter-spacing: 2px;
  transition: ease-in-out 400ms;
}

.hp-ab-btn button:hover {
  background-color:#233566;
  box-shadow: 0 0 0 5px #2335665f;
  color:#fff;
  transition:  400ms;
  cursor: pointer;
  transform: scale(1.1);

}


/***  hp about us media queries   ***/
@media screen and (max-width:768px){
  #hp-ab-bg{
    margin-top:40px;
  }
  .hp-ab-text p{
    font-size: 17px;
  }
}

@media screen and (max-width: 667px){
  #hp-ab-bg{
    padding-top:40px;
    padding-bottom:48px;
  }
}

@media screen and (max-width:500px){
  #hp-ab-bg{
    padding-top:45px;
    padding-bottom:45px;
  }
  #hp-ab-container{
    width:90%;
  }
  .hp-ab-title p{
    font-size:20px;
  }
  .hp-ab-text{
    font-size:13px;
  }
  .hp-ab-btn{
    font-size:13px;
  }
}

@media screen and (max-width:320px){
  #hp-ab-bg{
    padding-top:18px;
  }
  #hp-ab-container{
    padding-left:16px;
    padding-right:14px;
  }
  /* #hp-ab-title p{
    font-size: 18px;
  } */
}


/********************       HP NEWS AND QUOTE REQUEST      ****************************/
#hp-quote-news-bg{
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url(../../images/parallax.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/*request a quote*/

.div1{
  width:50%;
}

.raq-box{
  /* margin-left:80px; */
  width:85%;
  min-height:400px;
  margin:auto;
  background-color: #ecebf3d5;
  border-radius: 20px;
  padding-top:20px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:13px;
  
}

#raq-title{
  text-align: center;
  font-family: "Asap", sans-serif;
  font-size: 35px;
  font-weight:500;
  color:#233566;
  margin-bottom:60px;
  /* padding-bottom:15px; */
}
.raq-box{
.form-group input{
  height:60px;
  border:none;
  background-color: #ffffffa6;
  border-bottom: solid 4px #233566;
  border-left: solid 4px #233566;

}
}

.cont-btn button{
  background-color:#233566;
  color:#fff;
  border-radius: 5px;
  border:none;
  font-family: "Asap", sans-serif;
  font-size:18px;
  letter-spacing: 2px;
  padding: 10px 20px 10px 20px;
  margin-top:12px;
  transition:ease-in-out 300ms
  
}

.cont-btn button:hover{
  background-color: #fff;
  color:#233566;
  box-shadow: 0px 0px 10px 1px #2335669a;
  transition:ease-in-out 300ms;
  transform: scale(1.04);

}

 /***  hp quote request media queries   ***/
  @media screen and (max-width:1280px){
    .form-group input{
      height:45px;
  }
}

@media screen and (max-width:934px){
    .div1{
      width:100%;
      margin-bottom:55px;
    }
}

@media screen and (max-width:500px){
  #raq-title{
    font-size:30px;
    margin-bottom:33px;
  }
  #hp-quote-news-bg{
    padding-top:38px;
  }
  .raq-box {
    & .form-group input{
      height:42px;
    }
  }
  .raq-box{
    min-height:358px;
  }
  .cont-btn button{
    padding:2px 20px 2px 20px;
    margin-top:0px;
  }
}
@media screen and (max-width:375px){
  #hp-quote-news-bg{
    padding-top: 36px;
  }
  #raq-title{
    font-size:25px;
  }
  .raq-box {
    & .form-group input {
      height: 46px;
    }
  }
  .cont-btn button{
    font-size: 14px;
    margin-top:0px;
  }
  .raq-box{
    min-height:370px;
  }
}


/*news*/

.div2{
  width:50%;
}

#news-box{
  /* width:720px; */
  width:85%;
  min-height:400px;
  margin:auto;
  /* margin-left:-20px; */
  background-color: #ecebf3d5;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top:20px;
  padding-bottom:20px;
}

#news-title{
  text-align: center;
  font-family: "Asap", sans-serif;
  font-size: 35px;
  font-weight:500;
  color:#233566;
}

.news-article-card{
  background-color: #ffffffb9;
  padding:10px;
  border-radius: 5px;
  width:85%;
  margin:auto;
  margin-bottom:30px;
  transition: ease-in-out .3s;
}

.news-article-card:hover{
  transform: scale(1.1);
  transition: ease-in-out .3s;

}

.news-title{
  color: #233566;
  font-size:20px;
  margin-bottom:7px;
}

.news-desc {
  color: #233566;
  margin-bottom:0px;
}

  /***  hp news media queries   ***/
  @media screen and (max-width:1280px){
    #news-box{
      /* width:550px; */
      margin:auto;
      /* margin-right:50px; */
    }
  }
  @media screen and (max-width:1024px){
    .news-desc{
      font-size:14px;
    }
  }
  @media screen and (max-width:934px){
    .div2{
      width:100%;
    }
  }
  @media screen and (max-width:768px){
    #news-box{
      min-height: 355px;
    }
  }

  @media screen and (max-width:500px){
    #news-title{
      font-size:30px;
      margin-bottom:33px;
    }
    .news-article-card{
      width:100%;
      
    }
  }

  @media screen and (max-width:320px){
    .news-info-btn{
      font-size:11px;
      /* padding: 3px 5px 3px 5px; */
    }
  }



  /****************************   FOOTER   ***********************************/
  #footer-bg{
    background-color: #233566;
    padding-top:30px;
    padding-bottom:30px;
  }
  .footer-logo{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-links{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .footer-quote-1 p{
    color:#fff;
    text-align: center;
    font-style: italic;
  }
  .footer-quote-2 p{
    color:#fff;
    text-align: center;
    font-style: italic;

  }

  .site-map li{
    list-style: none;
    padding-bottom:10px;    
  }

  .site-map a{
    color:#fff;
  }


  /***  hp footer media queries   ***/

  @media screen and (max-width:1024px){
    .footer-logo{
      width:45%;
      margin:auto;
      flex-direction: column;
      margin-bottom:30px;
    }
    .footer-logo img{
      width:100%;
    }
  }

  @media screen and (max-width: 667px){
    .site-map{
      padding-left:0px;
    }
    .site-map li{
      font-size:13px;
    }
  }

  @media screen and (max-width:500px){
    .footer-logo{
      width:65%;
      margin:auto;
      margin-bottom:20px;
    }
   
    .footer-links{
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .site-map{
      padding-left:0px;
    }
  }


  .ddmg-sig{
    background-color: #000;
    color:#fff;
    padding-top:20px;
    padding-bottom:20px;

  }

  /*****************  INTERIOR PAGES  *******************/


/*watermark image*/
main.logo-bg {
  background: url("../../images/watermark.png") no-repeat;
  background-position: left bottom;
  background-size: 20%;
 
  /* margin-bottom:20px; */
}




  /**************************************   ABOUT US PAGE   ***********************************************/


  .about-us-page{
  min-height: 600px;
  }
  #about-us-page-text {
    font-family: "Asap", sans-serif; 
    font-size: 18px;
  }
  .about-us-header{
    background-image: url(../../images/ab-header.png);
  }
  .about-us-header p{
    padding-top:30px;
    padding-bottom:30px;
    font-family: "Asap", sans-serif; 
    color:#fff;
    /* font-weight: bold; */
    font-size:40px;
    text-shadow: #000 5px 0 10px;
    letter-spacing: 2px;
  }

  @media screen and (max-width:428px){
    .about-us-header p{
      padding-top:17px;
      padding-bottom:17px;
      font-size:30px;
    }
  }
  /**************************************   NEWS PAGE   **************************************************/
  .news-header{
    background-color:#ffffffb2;
    /* height: 100px; */
  }
  .news-header p{
    padding-top:30px;
    padding-bottom:30px;
    font-family: "Asap", sans-serif; 
    color:#fff;
    /* font-weight: bold; */
    font-size:40px;
    text-shadow: #000 1px 0 10px;
    letter-spacing: 2px;
  }
  
  .news-list-bg{
    background-image: url(../../images/news-page-bg.png);
  }

  .news-boxes a{
    text-decoration: none;
    color:#233566;
  }
  #news-page-card{
    background: rgba(255, 255, 255, 0.877);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.275);
    margin-bottom:19px;
    border-radius: 5px;
    padding: 20px 20px 10px 20px;
    min-height:200px;
  }

  #news-page-card h2{
    font-family: "Asap", sans-serif; 
    color:#233566;
  }

  /*Read more button start*/
  .cssbuttons-io-button {
    background: #233566;
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #2045a9;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
  }
  
  .cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #233566;
    right: 0.3em;
    transition: all 0.3s;
  }
  
  .cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
  }
  
  .cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #233566;
  }
  
  .cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
  }
  
  .cssbuttons-io-button:active .icon {
    transform: scale(0.95);
  }

/*news detail pages*/
.news-detail-header{
  background-image: url(../../images/news-header.png);
  background-position: center;
  /* background-color:#00000073; */
  /* height: 100px; */
}
.news-detail-header p{
  padding-top:30px;
  padding-bottom:30px;
  font-family: "Asap", sans-serif; 
  color:#fff;
  /* font-weight: bold; */
  font-size:40px;
  text-shadow: #000 1px 0 10px;
  letter-spacing: 2px;
}

#news-detail-image img{
  float:right;
  margin-left:20px;
  width:45%;
}

.news-detail-box{
  background-color:#9542411a;
  padding:50px;
  border-radius:20px;
}

.news-info-btn{
  background-color: #233566;
  padding:3px 20px 3px 20px;
  color:#fff;
  border:none;
  cursor: pointer;
  transition: ease-in-out 300ms;
}
.news-info-btn:hover{
  background-color: #954241;
  transition: ease-in-out 300ms;
}


.back-button {
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #233566, #4570e4);
  border-radius: 20px;
  background-size: 100% auto;
  font-family: inherit;
  font-size: 17px;
  padding: 0.6em 1.5em;
  margin-top:50px;
  cursor: pointer;
 }
 
 .back-button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
 }
 
 @keyframes pulse512 {
  0% {
   box-shadow: 0 0 0 0 #95424166;
  }
 
  70% {
   box-shadow: 0 0 0 10px #95424100;
  }
 
  100% {
   box-shadow: 0 0 0 0 #95424100;
  }
 }

@media screen and (max-width:428px){
  #news-page-card{
    width:90%;
    margin: auto;
    margin-bottom:19px;
  }
  .news-detail-box{
    width:95%;
    margin:auto;
    padding:15px;
  }
  #news-detail-image img{
    width:100%;
    margin-bottom:10px;
  }
  .news-header p{
    padding-top:17px;
    padding-bottom:17px;
    font-size:30px;
  }
  .news-detail-header p{
    padding-top:17px;
    padding-bottom:17px;
    font-size:30px;
  }
}

/**************************************   OUR HISTORY PAGE   *******************************************/


 /**************************************   SERVICES PAGE   **********************************************/


  .services-header{
    background-image: url(../../images/services-header.png);
    background-position: center;
    /* background-color:#00000070; */
    /* height: 100px; */
  }
  .services-header p{
    padding-top:30px;
    padding-bottom:30px;
    font-family: "Asap", sans-serif; 
    color:#fff;
    /* font-weight: bold; */
    font-size:40px;
    text-shadow: #000 1px 0 10px;
    letter-spacing: 2px;
  }

  #service-list-card{
    background: none;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.275);
    margin: 20px 20px 20px 20px;
    /* -webkit-box-shadow: 4.5px 5px 10px -3.5px #9a9a9a;
    -moz-box-shadow: 4.5px 5px 10px -3.5px #9a9a9a;
    box-shadow: 4.5px 5px 10px -3.5px #9a9a9a; */
  }
  /* #service-list-card p{
    padding-left:20px;
  } */

  /* .service-title{
    color:#003366;
    padding:10px 20px 10px 20px;
    font-size:14px;
  } */

  /* .services-name-picture{
    display:flex;
    flex-direction: row;
  } */

  .service-image{
    display: inline-block;  
    position: relative;
    overflow: hidden;
    height:450px;
    -webkit-box-shadow: 4.5px 5px 10px -3.5px #9a9a9a;
    -moz-box-shadow: 4.5px 5px 10px -3.5px #9a9a9a;
    box-shadow: 4.5px 5px 10px -3.5px #9a9a9a;
   /* margin:auto;
    margin-bottom:20px;
     */
  }
  .service-image figcaption{
    background-color: #ffffffd2;
    position: absolute;
    bottom: 0px;
    left: 0; 
    right:0;
    color:#003366;
    font-size:35px;
    padding:10px 0px 10px 20px;
 }
  .service-image img{
    max-width:100%;
    min-height:100%;
    object-fit:cover; 
  }







/*services detail page*/
.service-detail-page{
  min-height:600px;
}
.detail-service-box{
  background-color: #00000016;
  padding-left:0px;
  max-height:400px;
}
/* .service-detail-text{
  float:right;
  width:50%; 
}*/
.service-detail-page h2{
  margin-top:30px;
  text-align: center;
  /* padding-left:20px; */
  /* margin-left:20px; */
}
.service-detail-image{
  height:400px;
  width:50%;
  float:left;
  overflow:hidden;
}
.service-detail-image img{
  min-width:100%;
  min-height:100%;
  object-fit: cover;
  /* float:left; */
  /* margin-right:40px; */
  /* margin-bottom:30px; */
  /* border-radius: 8px; */
}
.services-desc{
  font-size:17px;
  /* width:50%; */
  padding-left:20px;
  overflow-y: auto;
  max-height:250px;
  margin-bottom:20px;
  /* padding-left:20px; */
}

/*start of link buttons*/
.services-title-buttons{
  display:flex;
  flex-direction: column;
  align-items: center;
  /* padding-left:20px; */
}
.services-title-buttons p{
  margin-bottom:20px;
  font-size: 30px;
}

.pushable {
  position: relative;
  background: transparent;
  padding: 0px;
  border: none;
  cursor: pointer;
  outline-offset: 4px;
  /* outline-color: deeppink; */
  transition: filter 250ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsla(227, 25%, 69%, 0.483);
  border-radius: 8px;
  filter: blur(2px);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.edge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(
    to right,
    #23356641 0%,
    #23356641 8%,
    #23356641 92%,
    #23356641 100%
  );
}

.front {
  display: block;
  position: relative;
  border-radius: 8px;
  background: #233566;
  padding: 7px 17px;
  color: white;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 13px;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.pushable:hover {
  filter: brightness(110%);
}

.pushable:hover .front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.pushable:hover .shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.pushable:focus:not(:focus-visible) {
  outline: none;
}
/*End of link buttons*/

.services-back{
  display:flex;
  justify-content: center;
  align-items: end;
  height:230px;
}
.services-back-button {
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #233566, #4570e4);
  border-radius: 20px;
  background-size: 100% auto;
  font-family: inherit;
  font-size: 17px;
  padding: 0.6em 1.5em;
  margin-top:50px;
  cursor: pointer;
  /* display:flex;
  justify-content:center;
  align-items: end; */
 }
 
 .services-back-button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
 }
 
 @keyframes pulse512 {
  0% {
   box-shadow: 0 0 0 0 #95424166;
  }
 
  70% {
   box-shadow: 0 0 0 10px #95424100;
  }
 
  100% {
   box-shadow: 0 0 0 0 #95424100;
  }
 }

  @media screen and (max-width:1180px){
    .service-image{
      text-align: center;
      height:auto;
      width:50%;
      
    }
    #service-list-card{
      min-height:auto;
    }
  }

  @media screen and (max-width: 1024px){
    #service-list-card{
      min-height:auto;
    }
  }
  @media screen and (max-width: 834px){
    .service-image figcaption{
      font-size: 23px;
      padding:0px;
    }
  }
@media screen and (max-width: 667px){
  #service-list-card{
    min-height:auto;
  }
  .service-detail-image{
    float:none;
    width:100%;
  }
  .detail-service-box{
    padding-right:0px;
    max-height:800px;
  }
  .services-desc{
  padding-right:20px;

  }
  .front{
    font-size:10px;
    padding: 7px 9px;
  }
}
@media screen and (max-width:428px){
  .service-image{
    height:309px;
    width:auto;
    /* margin:auto; */
  }
  .detail-service-box{
    max-width:90%;
    margin:auto;
  }
}

@media screen and (max-width:428px){
  .services-name-picture{
    flex-direction: column;
  }
  .service-image{
    height:309px;
    /* width:354px; */
    /* margin:auto; */
  }
  .service-image img{
    min-width:100%;
    max-height:100%;
    object-fit:cover; 
  }
  #service-list-card .lead{
    font-size:15px;
  }
  .services-title-buttons p{
    margin-bottom:40px;
    font-size: 25px;
  }
  .services-header p{
    padding-top:17px;
    padding-bottom:17px;
    font-size:30px;
  }
}

@media screen and (max-width:393px){
  .service-image{
    /* width:321px; */
  }
}

@media screen and (max-width:375px){
  .service-image{
    /* width:303px; */
  }
}
@media screen and (max-width:320px){
  .service-image{
    height:203px;
    /* width:246px; */
    /* margin:auto; */
  }
  .service-image img{
    min-width:100%;
    max-height:100%;
    object-fit:cover; 
  }
}




  /**************************************   CLIENT INDUSTRIES PAGE   *************************************/

  .client-industries-header{
    background-image: url(../../images/client-industries-header.png);
  }
  .client-industries-header p{
    padding-top:30px;
    padding-bottom:30px;
    font-family: "Asap", sans-serif; 
    font-size:40px;
    color:#fff;
    text-shadow: #000 1px 0 10px;
    letter-spacing: 2px;
  }
  
  #client-industries-container{
    padding-top:30px;
    padding-bottom:30px;
  }
  .client-industries-static-text{
    padding-bottom:30px;
  }

  .client-industries-card{
    /* padding: 0px; */
    margin-bottom:30px;
    
    /* border: solid 1px #dcdbdb; */
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    /* min-height:500px; */
  }

  .client-industries-card p{
    font-family: "Asap", sans-serif;
    padding-left:10px;
    padding-top:10px;
    text-align: center;
    font-size:25px;
  }

  .client-industries-text{
    font-family: "Asap", sans-serif;
    padding-left:10px;
  }

  .client-industry-image{
    height:300px;
    width:100%;
    overflow: hidden;
  }
  .client-industry-image img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

@media screen and (max-width:428px){
  .client-industries-header p{
    padding-top:17px;
    padding-bottom:17px;
    font-size:30px;
  }
}

  /**************************************   PRODUCTS PAGE   **********************************************/



  #products-page{
    padding-top:50px;
    padding-bottom:90px;
    min-height:500px;
  }
  .products-header{
    background-image: url(../../images/products-header.png);
    background-position: center;
  }
  .products-header p{
    padding-top:30px;
    padding-bottom:30px;
    font-family: "Asap", sans-serif; 
    font-size:40px;
    /* font-weight: 500; */
    color:#fff;
    text-shadow: #000 1px 0 10px;
    letter-spacing: 2px;
  }

  #products-card{
    margin-bottom:20px;
  }

  #products-card-body h2{
    font-family: "Asap", sans-serif; 
  }

  #products-card-body img{
    float:right;
    margin-bottom:5px;
    margin-left:10px;
  }
  .products-card-head h4{
    font-family: "Asap", sans-serif; 
  }
  
  .products-info-btn{
    background-color: #233566;
    padding:3px 20px 3px 20px;
    color:#fff;
    border:none;
    cursor: pointer;
    margin-bottom:10px;
    transition: ease-in-out 300ms;
  }
  .products-info-btn:hover{
    background-color: #954241;
    transition: ease-in-out 300ms;
  }

  .products-card-head{
    background: rgba(44, 47, 121, 0.214);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    /* border: 1px solid rgba(35,53,102,0.2); */
    border-bottom: solid 5px #954241;
    padding-bottom:20px;
    padding-top:20px;
  }
  #products-card-body{
    background: rgba(255, 255, 255, 0.759);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.325);
  }

  @media screen and (max-width:580px){
    #products-card{
      width:90%;
      margin:auto;
      margin-bottom:20px;
    }
    #products-card-body img{
      float:none;
    }
    .products-header p{
      padding-top:17px;
      padding-bottom:17px;
      font-size:30px;
    }
    #products-card-body h2{
      font-size: 20px;
    }
  }


  /**************************************   RECENT PROJECTS PAGE   ***************************************/
  .recent-projects-header{
    background-image: url(../../images/recent-projects-header.png);
  }
  
  .recent-projects-header p{
    padding-top:30px;
    padding-bottom:30px;
    font-family: "Asap", sans-serif; 
    font-size:40px;
    color:#fff;
    text-shadow: #000 1px 0 10px;
    letter-spacing: 2px;
  }


  #recent-projects-container{
    padding-top:50px;
    padding-bottom:30px;
  }

  #recent-projects-container h2{
    margin-bottom:20px;
  }

/*category button start*/
.category-button {
  background-color: #233566;
  color: #ebebeb;
  padding: 10px 15px;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  border: 3px double #954241;
  z-index: 1;
  margin-right:10px;
  margin-left:10px;
  cursor: pointer;
  text-decoration: none;
}
.category-button:hover{
  color:#ebebeb;
  text-decoration: none;
}
.category-button::before {
  content: "";
  background-color: #954241;
  transform: translateX(-100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: -1;
}

.cat-topic button.active-topic a {
  border-bottom:solid 2px #37423d;
  background-color: #954241;
  color:#ebebeb;
}

.cat-topic button{
  border:none;
  background: none;
  margin-bottom:20px;
}
/*category button end*/

.gallery-image{
  height:200px;
  width:100%;
  overflow:hidden;
}
.gallery-image img{
  min-height:100%;
  min-width:100%;
  object-fit: cover;
}

.coming-soon{
  min-height:300px;
}

@media screen and (max-width:1024px){
  #recent-projects-container{
    min-height: 475px;
  }
}

@media screen and (max-width:767px){
  .gallery-image{
    height:400px;
  }
}

@media screen and (max-width:428px){
  .recent-projects-header p{
    padding-top:17px;
    padding-bottom:17px;
    font-size:30px;
  }
}
  

  /**************************************   FAQ PAGE   ***************************************************/
  
.faq-header {
  background-color:#ffffffb2;
}
.faq-header p{
  padding-top:30px;
  padding-bottom:30px;
  font-family: "Asap", sans-serif; 
  color:#fff;
  /* font-weight: bold; */
  font-size:40px;
  text-shadow: #000 1px 0 10px;
  letter-spacing: 2px;
  }

.faq-bg{
    background-image: url(../../images/faq-bg.png);
  }

  #faq-container{
    padding-top:50px;
    padding-bottom:50px;
    min-height:400px;
  }
  #faq-card{
    margin-bottom:10px;
    background: transparent;
  }
  
  .faq-card-header{
    background: rgba(255, 255, 255, 0.877);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(35,53,102,0.2);
    border-bottom: solid 5px #954241;
    padding-bottom:20px;
    padding-top:20px;
  }
  #faq-card-body{
    background: rgba(255, 255, 255, 0.84);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.325);
  }

.faq-coming-soon{
  color:#fff;
}

  @media screen and (max-width:1024px){
    #faq-container{
      min-height: 475px;
    }
  }
  @media screen and (max-width:428px){
    #faq-container{
      width:90%;
      margin:auto;
    }
    .faq-header p{
      padding-top:17px;
      padding-bottom:17px;
      font-size:30px;
    }
  }



  /**************************************   PRODUCT CATALOG PAGE   ***************************************/

  .product-catalog-header{
    background-image: url(../../images/products-top.png);
    background-position: center;
  }
  .product-catalog-header p{
    padding-top:30px;
    padding-bottom:30px;
    font-family: "Asap", sans-serif; 
    font-size:40px;
    color:#fff;
    text-shadow: #000 1px 0 10px;
    letter-spacing: 2px;
  }

  .search-bar{
    /* float:right; */
    width:55%;
    margin:auto;
    margin-top:30px;
  }
  .search-bar form{
    float:right;
  }
  .search-btn{
    background-color: #233566;
    padding:3px 20px 3px 20px;
    color:#fff;
    border:none;
    cursor: pointer;
    transition: ease-in-out 300ms;
  }
  .search-btn:hover{
    background-color: #954241;
    transition: ease-in-out 300ms;
    color:#fff;
    text-decoration: none;
  }
  #catalog-select-section{
    background-color: #2335660b;
    padding-top:15px;
    /* width:30%; */
    margin:auto;
    border-radius: 5px;
    
    /* flex-direction: row;
    display: flex; */
  }

  #catalog-select-section h4{
    font-family: "Asap", sans-serif;
  }
  #catalog-select-section a{
    font-family: "Asap", sans-serif;
    color:#233566;
    font-size:24px;
    text-decoration: underline;
  }
  .product-name{
    font-family: "Asap", sans-serif;
    font-size: 20px;
    text-decoration: none;
    color:#233566;
    background-color: #23356628;
  }
  #product-grid{
    margin-top:20px;
   display:flex;
   justify-content:center;
  }
  .catalog-box{
    border-bottom: solid 1px #000000;
    padding-bottom: 40px;
  }
  #product-main{
    height:262px;
    width:100%;
    overflow: hidden;
  }
  #product-main img{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
  }

  .product-catalog-desc-img{
    display: flex;
    margin-bottom: 30px;
  }

  /* .product-table{
    width:75%;
    margin:auto;
  } */
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
  }
  
  th, td {
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even){background-color: #f2f2f2}

  @media screen and (max-width:1024px){
    #catalog-page{
      min-height: 582px;
    }
    .search-bar form{
      float:none;
    }
    
  }

  @media screen and (max-width:990px){
    .product-catalog-desc-img{
      display:flex;
      flex-direction: column;
    }
  }
  @media screen and (max-width:428px){
    #catalog-select-section{
      width:100%;
      margin:auto;
    }
    .search-btn{
      margin-top:10px;
    }
    
    #product-main{
      margin-bottom:30px;
      height:302px;
      
    }
    .product-catalog-header p{
      padding-top:17px;
      padding-bottom:17px;
      font-size:30px;
    }
    /* .product-table{
      width:150%;
    } */
  }

  @media screen and (max-width:320px){
    .search-bar{
      width:100%;
    }
  }

  @media screen and (max-width:800px){
	/* Force table to not be like tables anymore */
	table, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead, th { 
		display:none;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 25%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 30%; 
		padding-right: 10px; 
		/* white-space: nowrap; */
	}
	
	/*
	Label the data
	*/
	/* td:nth-of-type(1):before { content: "Get a Quote"; } */
	td:nth-of-type(2):before { content: "Title"; }
	td:nth-of-type(3):before { content: "Brand"; }
	td:nth-of-type(4):before { content: "HP"; }
	td:nth-of-type(5):before { content: "Speed"; }
	td:nth-of-type(6):before { content: "Volts"; }
	td:nth-of-type(7):before { content: "Frame"; }
	td:nth-of-type(8):before { content: "Weight"; }
	td:nth-of-type(9):before { content: "Model"; }
	/* td:nth-of-type(10):before { content: "Arbitrary Data"; } */
}



  /**************************************   QUOTE REQUEST PAGE   *****************************************/
  .quote-request-page{
    background-image: url(../../images/contact-us-bg.png);
    padding-bottom:60px;
    padding-top:30px;
  }
  .quote-request-box{
    background: #ffffffa1;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(4px);
    /* border: 1px solid rgba(0,51,102,0.3); */
    padding-top:30px;
    border-radius:20px;
    padding-bottom:30px;
    /* margin-bottom:60px; */
  }
  .quote-request-box h2{
    color:#000000;
  }



  /*button start */
  .quote-submit-btn {
    border: none;
    display: block;
    position: relative;
    padding: 0.7em 2.4em;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    color: #954241;
    z-index: 1;
    font-family: inherit;
    font-weight: 500;
    margin:auto;
    cursor: pointer;
  }
  .quote-submit-btn input{
    background:none;
    border:none;
    cursor: pointer;
  }
  
  .quote-submit-btn:hover input{
    color:#fff;
  }

  .quote-submit-btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    border: 4px solid #954241;
  }
  
  .quote-submit-btn span::before {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    height: 500%;
    background: #e6e9f0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-60deg);
    transition: all 0.3s;
  }
  
  .quote-submit-btn:hover span::before {
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 100%;
    background: #954241;
  }
  
  .quote-submit-btn:hover {
    color: white;
  }
  
  .quote-submit-btn:active span::before {
    background: #954241;
  }
  /*button end */

  .quote-response-text{
    min-height:400px;
    padding-top:90px;
    
  }

  @media screen and (max-width:834px){
    .quote-request-box{
      padding-right: 20px;
      padding-left: 20px;
    }
  }
  @media screen and (max-width:428px){
    .quote-request-box p{
      font-size:15px;
    }
    #qr-text{
      padding-right:0px;
      padding-left:0px;
    }
  }

  @media screen and (max-width:375px){
    #qr-text{
      padding-right:0px;
      padding-left:0px;
    }
  }
  @media screen and (max-width:320px){
    .g-recaptcha{
      scale:0.7;
      margin-left:-29px;
    }
  }

  /**************************************   CONTACT US PAGE   ********************************************/

  .contact-us-page{
    background-image: url(../../images/quote-request-bg.png);
    padding-top:30px;
    padding-bottom:50px;
  }

  .contact-us-box{
    background-color: #ffffffd9;
    padding:20px;
    border-radius: 20px;
  }

  
  /*button start */
  .contact-submit-btn {
    border: none;
    display: block;
    position: relative;
    padding: 0.7em 2.4em;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    color: #954241;
    z-index: 1;
    font-family: inherit;
    font-weight: 500;
    margin:auto;
    cursor: pointer;
  }
  .contact-submit-btn input{
    background:none;
    border:none;
    cursor: pointer;
  }
  
  .contact-submit-btn:hover input{
    color:#fff;
  }

  .contact-submit-btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    border: 4px solid #954241;
  }
  
  .contact-submit-btn span::before {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    height: 500%;
    background: #f6f3f1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-60deg);
    transition: all 0.3s;
  }
  
  .contact-submit-btn:hover span::before {
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 100%;
    background: #954241;
  }
  
  .contact-submit-btn:hover {
    color: white;
  }
  
  .contact-submit-btn:active span::before {
    background: #954241;
  }
  /*button end */

  .contact-us-response-text{
    min-height:400px;
    padding-top:90px;
    
  }

@media screen and (max-width:428px){
  .contact-us-box p{
    font-size:15px;
  }
  #cu-text{
    padding-right:0px;
    padding-left:0px;
  }
}
@media screen and (max-width: 375px){
  .g-recaptcha{
    scale:0.8;
    margin-left:-10px;
  }
}
@media screen and (max-width: 360px){
  .g-recaptcha{
    scale:0.8;
    margin-left:-15px;
  }
}



