.navbar-nav{position:relative;}
.navbar-nav .html-dropdown:nth-child(2) {position:static;}
.navbar-nav li:nth-child(4){position:relative;}
.border {
    border: 0 !important;
}

#emailtopic :first-child{ display:none; }
#emailtopic :nth-child(2){ display:none; }
#emailtopic :nth-child(4){ display:none; }
#emailtopic :nth-child(5){ display:none; }
#emailtopic :nth-child(6){ display:none; }

input, button, select, optgroup, textarea {
    font-family: 'Raleway-Bold';
}

.dropdown-item {
    font-family: 'Raleway-Bold';
}

.custom-control-label {
    font-family: 'Raleway-Bold';
}

.carousel-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
.social-media a,.footer-content .footer-sm  ul li a {
    color: #4282b8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-content .footer-sm  ul li{width:auto;}
.social-media a:hover ,.footer-content .footer-sm ul li a:hover{
    color: #ffffff;
}
.carousel-control-next-icon {
  fill: 000;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 0;
    /* border-radius: .25rem; */
    max-width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
}

.product-box .card.hover-box-shadow .thumbnail {
    border: 0;
}
.btn.btn-info.btn-sm.edatalayer.order-1 {
    display: none;
}
.footer-sm a:link {
  color: #4282b8;
}

/* visited link */
.footer-sm a:visited {
  color: #4282b8;
}

/* mouse over link */
.footer-sm a:hover {
  color: #ffffff;
}

/* selected link */
.footer-sm a:active {
  color: #ffffff;
}
.card-title.text-info {
    text-align: center;
}
.input-group-require.text-danger {font-size:1.2rem; font-family: sans-serif;}
#product_design_upload .normal_msg {font-size:100% !important;}
.header_cms_page .header-section2 .products.product5 {position: relative;background:url("https://d2zn16t8uygl6t.cloudfront.net/signsinth/images/contentimages/images/order_images.png") no-repeat;background-size: 100%;
height: 560px;margin-bottom: 0 !important;}
.header_cms_page .header-section2 .products.product6 {position: relative;background:url("https://d2zn16t8uygl6t.cloudfront.net/signsinth/images/contentimages/images/order_image2.png") no-repeat;background-size: 100%;
height: 560px;margin-bottom: 0 !important;}
.header_cms_page .header-section2 .products.product5 img,.header_cms_page .header-section2 .products.product6 img{margin-left: 2rem !important;}
.header_cms_page .header-section2 .products.product5 .btn-light{position: absolute; bottom: 26px; left: 40px;}
.header_cms_page .header-section2 .products.product6 .btn-info{position: absolute; bottom: 26px; right: 40px;}
@media screen and (max-width: 1024px) {
    .navbar .btn-link .badge, nav .btn-link .badge, .top-header .btn-link .badge{top: -5px; right: 1px;}
     .header_cms_page .header-section2 .products.product5 img,  .header_cms_page .header-section2 .products.product6 img{margin-left: 1rem !important;max-width: 100px;}
    .header_cms_page .header-section2 .products.product5, .header_cms_page .header-section2 .products.product6 {height:300px;}
.header_cms_page .header-section2 .products.product5 .btn-light{ left: 10px;}
.header_cms_page .header-section2 .products.product6 .btn-info{right: 10px;}
}
@media screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 220px;
    }
    .navbar .btn-link .badge, nav .btn-link .badge, .top-header .btn-link .badge{top: -5px; right: 1px;}
.header_cms_page .header-section2 .products.product5 .btn-light{   font-size: 10px;padding: 0.2rem 0.4rem;}
.header_cms_page .header-section2 .products.product6 .btn-info{   font-size: 10px;padding: 0.2rem 0.4rem;}
 
}

/* ======TOGGLE ON AND OFF====== */
 
.onoffswitch {
    position: relative; 
 width: 100%;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none !important;
}
.onoffswitch-label {
    display: block;
    width: 85px;
    overflow: hidden; 
    cursor: pointer;
    border: 2px solid #E3E3E3; border-radius: 36px;
    z-index: 9999;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%; 
    height: 36px; 
    padding: 0; 
    line-height: 36px;
    font-size: 19px; 
    color: white; 
    font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Yes";
    padding-left: 8px;
    background-color: #182e49; color: #FFFFFF;
    text-align: left;
}
.onoffswitch-inner:after {
    content: "No";
    padding-left: 45px;
    background-color: #FFFFFF; color: #666666;
    text-align: left;
}
.onoffswitch-switch {
    display: block; 
    width: 40px; 
    height:40px;
    left: -2px;
    margin: -0.5px;
    background: #A1A1A1;
    position: absolute; 
    top: 0; 
    bottom: 0;
    border: 2px solid #E3E3E3; border-radius: 36px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
  
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    left: 45px; 
    background-color: #182e49;
    
}
 
/* Hide expandable content by default */
.grid-quote-full-hidden {
  display: none;
  
}
 
 
/* Show hidden content when the checkbox is checked */
#expand:checked ~ * .grid-quote-full-hidden {
  display: inline-block;
  width: 100%;
}
 
 
/* ==== Wrap Depot Value Chart ==== */
 .wd-text-info {
  font-family: Arial !important;
  font-size: 14px;
}
 
.wd-text-info-lrg {
  font-size: 18px; 
  color: #182e49; 
  width: 80%;
  margin: 20px auto 20px auto !important;
}
 
.wd-table {
    width: 100%; 
    margin-bottom: 18px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0; 
    display: table;
    border-color: grey;
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    font: normal 13px Arial, sans-serif;
}
.wd-table thead th {
    vertical-align: middle; 
    border-color: inherit;
}
.wd-table tbody td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #d2d2d2;
    color: #333;
}
.wd-table-rounded {
    border: none;
}
.wd-table-rounded thead th {
    background-color: #182E49;
    border: none;
    color: #fff;
    padding-top: 2.5%;
    padding-right: 0%;
    padding-bottom: 2.5%;
    padding-left: 2%;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
}
.wd-table-rounded thead th:first-child {
    border-radius: 15px 0px 0px 0px;
    padding-right: 1.5%;
    
    
}
.wd-table-rounded thead th:last-child {
    border-radius: 0px 15px 0px 0px;
}
.wd-table-rounded tbody td {
    padding: 8px; 
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.wd-table-rounded tbody td:first-child {
    padding-left: 3%;
}
 
.wd-table-rounded tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 15px;
}
.wd-table-rounded tbody tr:last-child td:last-child {
    border-radius: 0px 0px 15px 0px;
}
 
.wd-table-rounded tr:nth-child(odd) {
    background-color: #f2f2f2;
}
 

 
 
 
.wraps-desktop2 {
      display:block !important;
      width: 100%; 
      border-radius: 20px;
      padding: 3%; 
      background-color: #f2f2f2 !important; 
      overflow: hidden;
    }
 
.wraps-desktop2 h3{
  font-style: oblique;
  font-size: 17px;
  color: #182e49;
}
 
 
/* ================ Car Wraps Coverage Grid ==================== */
 
 
/* Responsive */
 
   
 
@media (min-width: 1054px) {
 
    .wraps-desktop {
      margin-top: 38px !important;
      display:block !important;
      width: 100%;
      border-radius: 20px;
      padding: 5px;
      background-color: #f2f2f2 !important;
      overflow: hidden;
    }
 
    .wraps-mobile {display:none !important;}
 
}
 
 
 
@media (min-width: 320px) and (max-width: 1053px) {
 
    .wraps-desktop {display:none !important;}
    .wraps-mobile {
      display:block !important;
      background-color: #f2f2f2 !important;
      border-radius: 20px;
      padding: 5px !important;
      overflow: hidden !important;
      clear: left;
     
    }
 
}
 
 
/* ==== Slide on Scroll ==== */ 
 
h2.ss-subtitle{
    padding: 10px 10px 40px;
    font-size: 52px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
position: relative;
text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h2.ss-subtitle:before{
width: 4px;
height: 40px;
background: rgba(17,17,22,0.8);
content: '';
position: absolute;
right: 75%;
margin-right: -4px;
bottom: -4px;
-moz-border-radius: 2px 2px 0px 0px;
-webkit-border-radius: 2px 2px 0px 0px;
border-radius: 2px 2px 0px 0px;
}
h2.ss-subtitle:after{
width: 25%;
height: 0px;
border-bottom: 4px dotted rgba(17,17,22,0.8);
content: '';
position: absolute;
right: 50%;
margin-right: -1px;
bottom: -4px;
}
.ss-links{
position: fixed;
left: 10px;
top: 166px;
width: 25%;
z-index: 100;
}
.ss-links a{
background: rgba(0,0,0,0.2);
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
margin: 5px;
float: left;
border-radius: 50%;
display: block;
text-align: center;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
-ms-transition: background 0.2s linear;
transition: background 0.2s linear;
}
.ss-links a:hover{
background: rgba(0,0,0,0.4);
}
.ss-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
overflow: hidden;
}
.ss-container h2{
    font-size: 40px;
    text-transform: uppercase;
    color: rgba(78,84,123,0.2);
text-shadow: 0px 1px 1px #fff;
padding: 20px 0px;
}
.ss-container:before{
    position: absolute;
    width: 4px;
    background: rgba(17,17,22,0.8);
    top: 0px;
    left: 50%;
margin-left: -2px;
    content: '';
    height: 100%;
}
.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 30px 0;
}
.ss-left, .ss-right{
    float: left;
    width: 48%;
    position: relative;
}
.ss-right{
    padding-left: 2%;
}
.ss-left{
    text-align: right;
    float: left;
    padding-right: 2%;
}
.ss-circle{
    border-radius: 50%;
    overflow: hidden;
    display: block;
    text-indent: -9000px;
    text-align: left;
    -webkit-box-shadow: 
0px 2px 5px rgba(0,0,0,0.7) inset, 
0px 0px 0px 12px rgba(61,64,85,0.3);
    -moz-box-shadow: 
0px 2px 5px rgba(0,0,0,0.7) inset, 
0px 0px 0px 12px rgba(61,64,85,0.3);
    box-shadow: 
0px 2px 5px rgba(0,0,0,0.7) inset, 
0px 0px 0px 12px rgba(61,64,85,0.3);
background-size: cover;
background-color: #f0f0f0;
background-repeat: no-repeat;
background-position: center center;
position: static;
}
.ss-small .ss-circle{
width: 100px;
height: 100px;
}
.ss-medium .ss-circle{
    width: 200px;
    /*padding-top: 43%;*/
    height: 200px;
}
 
 
 
 
.ss-large .ss-circle{
width: 300px;
height: 300px;
}
.ss-circle-deco:before{
width: 29%;
height: 0px;
border-bottom: 5px dotted #ddd;
border-bottom: 5px dotted rgba(17, 17, 22, 0.3);
-webkit-box-shadow: 0px 1px 1px #fff;
-moz-box-shadow: 0px 1px 1px #fff;
box-shadow: 0px 1px 1px #fff;
position: absolute;
top: 50%;
content: '';
margin-top: -3px;
}
.ss-circle-deco:after{
width: 0px;
height: 0px;
border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
content: '';
position: absolute;
top: 50%;
margin-top: -10px;
}
.ss-left .ss-circle-deco:before{
    right: 2%;   
}
.ss-right .ss-circle-deco:before{
    left: 7%;   
}
.ss-left .ss-circle-deco:after{
right: -2px;
border-right: 10px solid rgba(17,17,22,0.8);
}
.ss-right .ss-circle-deco:after{
left: 4.6%;
border-left: 10px solid rgba(17,17,22,0.8);
}
 
 
.ss-left .ss-circle{
    float: right;
    margin-right: 36%;
}
.ss-right .ss-circle{
    float: left;
    margin-left: 36%;
 
}
.ss-container h3{
    margin-top: 34px;
padding: 10px 15px;
/* background: rgba(26, 27, 33, 0.6); */
    font-family: Arial;
    text-transform: inherit;
    font-weight: normal;
/* text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8) */
}
.ss-container .ss-medium h3{
/* margin-top: 8%; */
}
.ss-container .ss-large h3{
margin-top: 133px;
}
.ss-container .ss-left h3{
border-right: 5px solid rgba(164,166,181,0.8);
}
.ss-container .ss-right h3{
border-left: 5px solid rgba(164,166,181,0.8);
}
.ss-container h3 span{
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
}
.ss-container h3 a{
    display: block;
    font-size: 18px; 
    color: #182e49; 
}
 
.ss-circle-1{
    background-image:url(https://d2zn16t8uygl6t.cloudfront.net/signsinth/images/contentimages/images/Coffee_Pic_small.png);
 
 
      background-position: -55px 0px;
}
 
/* Button over White Background */ 
.btnHoverStandard {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    position: relative;
    overflow: hidden;
    width: 350px;
    margin-top: 38px;
    margin-bottom: 38px;
    background-color: #4282B8;
    font-size: 20px!important;
    cursor: pointer;
    text-align: left;
    
 
}
.btnHoverStandard input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  
  }
 
.btnHoverStandard + a {
cursor: pointer;
    color: white !important;
    background-color: #182E49;
    transition: 0.3s;
}
 
.btnHoverStandard:hover {
cursor: pointer;
    color: white !important;
    background-color: #182E49;
    transition: 0.3s;
  
}
 
/* ==== Circle Navigation == */ 
 
.cn-nav-content{
    position: absolute;
    top: 0px;
    height: 100%;
    right: 70px;
    left: 70px;
    overflow: hidden;
    text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.cn-nav-content div{
    float: left;
    width: 130px;
    color:#aaa;
}
.cn-nav-content span{
    color:#777;
}
.cn-nav-content div.cn-nav-content-current{
    text-align: center;
    width: 280px;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-140px;
}
.cn-nav-content h2,
.cn-nav-content h3{
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height:24px;
    font-family:Georgia, serif;
    font-style:italic;
}
.cn-nav-content h2{
    font-size:18px;
    color:#fff;
}
.cn-nav-content-current span{
    color:#0098A6;
}
.cn-nav-content div.cn-nav-content-prev{
    margin-left: 20px;
}
.cn-nav-content div.cn-nav-content-next{
    text-align: right;
    margin-right: 20px;
    float:right;
}
.cn-nav-content div span{
    display: block;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.cn-nav > a{
    position: relative;
    top: 0px;
    height: 70px;
    width: 70px;
}
a.cn-nav-prev{
    left: 0px;
}
a.cn-nav-next{
   top: 82px; 
   z-index: 999;
}
 
@media (min-width: 1054px) {
 
    a.cn-nav-next {
      left: -14%;
      
    }
 }
 
@media (min-width: 320px) and (max-width: 1053px) {
 
    a.cn-nav-next {
    left: -37%;
    
         }
}
 
 
 
.cn-nav a span{
 width: 46px;
    height: 46px;
    display: block;
    text-indent: -9000px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 17px 25px;
    margin: -23px 0 0 -23px;
    -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.cn-nav a.cn-nav-prev span{
    background: #666 url(../images/prev.png) no-repeat center center;
}
.cn-nav a.cn-nav-next span{
    background: #666 url(https://d2zn16t8uygl6t.cloudfront.net/signsinth/images/contentimages/images/next.png) no-repeat center center;
 
}
 
 
.cn-nav a div{
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-size: 1000%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    -webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
 
 
.cn-nav a:hover span{
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.6;
    margin: -50px 0 0 -50px;
    background-size: 22px 32px;
    background-color:#0098A6;
 
}
 
 
.cn-nav a:hover div{
    width: 90px;
    height: 90px;
    background-size: 1200%;
    margin: -45px 0 0 -45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
 
}
 
@media (min-width: 320px) and (max-width: 1053px) {
 
    .cn-nav a div {
    width: 90px;
    height: 90px;
    background-size: 1200%;
    margin: -45px 0 0 -45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    }
}
 
 
@media (min-width: 320px) and (max-width: 1053px) {
 
    .cn-nav a span {
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.6;
    margin: -50px 0 0 -50px;
    background-size: 22px 32px;
    background-color:#0098A6;
    }
}
 
 
 
@media (min-width: 320px) and (max-width: 1053px) {
  .cn-nav a.cn-nav-next span{
    background: #0098A6 url(https://d2zn16t8uygl6t.cloudfront.net/signsinth/images/contentimages/images/next.png) no-repeat center center;
 
 
    }
}  
 
 
@media (min-width: 320px) and (max-width: 1053px) {
  .btnHoverStandard {
     left: 10px;
        }
}  
 
@media (min-width: 320px) and (max-width: 1053px) {
  .flexbin-show .flexbin-img-show{
    width: 390px;
    height: 260px;
          }
}  

 /*----- POPUP OVERLAY---- */

@media screen and (max-width: 1053px){
  .box-popup{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  

  .box-popup {
    width: 100%;
    margin: 0 auto;
    /*background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;*/
    background-clip: padding-box;
    text-align: center;
  }
  /*
  .button {
    font-size: 1em;
    padding: 10px;
    color: #000;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  /*
  .button:hover {
    background: #06D85F;
  }*/

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 0.95;
  }

  .popup {
    margin: 20% auto;
    padding: 20px;
    background: #F2F2F2;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 5s ease-in-out;
    opacity: 50;
  }

  .popup-h2 {
    margin-top: 0;
    color: #333;
    font-family: Montserrat;
    font-size: 18px;
  
  }
  .popup .close {
    float: right;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    line-height: 2px;
  }

  .popup .close:active {
    color: #0f243d;
  }

  .popup .content {
    max-height: 30%;
    overflow: auto;
    font-family: Arial;
    font-size: 16px;
    text-align: justify;
  
  }
}
a, a:active, a:focus {
   outline: none !important;
}

/* Quote Styling 
====================================*/
.grid-quote{
 width: 48%;
  display: inline-block;
}

.grid-quote-quarter{
 width: 30%;
  display: inline-block;
}

.grid-quote-full {
 width: 100% !important;
  display: inline-block;
}

.grid-quote-full-hidden {
 width: 100%;
  display: none;
}

/* Mobile Titles */

.grid-titles-primary {
  display: inline-block; 
  width: 45%; 
  font-family: Montserrat; 
  font-weight: bold; 
  font-size: 14px;
  }

.grid-titles-secondary {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  }

/* Mobile Grid Layout */

.centre-div { 
  text-align: center;
  width: auto; 
  margin-top: 0px;
  margin-left:  auto;
  margin-right:  auto;
}

.mobile-column { 
  display: inline-block; 
  width: 45%;
}

.step {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Montserrat","HelveticaNeue", "Helvetica Neue", sans-serif;
    line-height: 40px;
    color: #000;
    font-weight: 700;
}

.step span:first-child {
    padding: 0 25px;
    margin-right: 10px;
    background: #182E49;
    color: #fff;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    display: inline-block;
    text-align: left;
     vertical-align: middle;
}

.step-med {
    margin-bottom: 15px;
    margin-left: 18%;
    font-size: 22px;
    font-family: "Montserrat","HelveticaNeue", "Helvetica Neue", sans-serif;
    line-height: 40px;
    color: #000;
    font-weight: 700;
}


/* Desktop Grid Layout */

.centre-block{
  text-align: center !important;
  display: inline-block !important;
}

.hovereffect {
      transition: all 0.75s ease-out;
       vertical-align: middle;
} 
.hovereffect:hover{
         transition: 0.75s ease-in;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
       vertical-align: middle;

}


/* Media Gallery Popup - Flexbin */
.flexbin{
    display: flex;
    flex-wrap: wrap;
    margin: 2.5px;
    overflow: hidden;
    grid-template-rows: 200px;
    margin: auto;
    height: auto;
}


.flexbin-popup{
    text-align: center;
    padding: 2.5px;
    margin: auto;
}
.flexbin-popup img{
    cursor: pointer;
    
}
.flexbin-show{
   display: none;
}
.flexbin-show .flexbin-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position:  fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
}
.flexbin-show .flexbin-img-show{
    width: 600px;
    height: 400px;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0px, auto;
    transform: translate(-50%,-50%);
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 20px;
    z-index: 9999999999;
    box-shadow: 0px 15px 15px -5px rgba(0,0,0,0.85);
    border: 6px solid white;
}
.flexbin-img-show span{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 99999999999;
    font-family: Arial;
    font-weight: bold;
    font-size: 40px; 
    -webkit-background-clip: text; 
    background-color: #000;
    -moz-background-clip: text;
    text-shadow: 1px 1px 3px rgba(255,255,255,0.3);
    color: transparent;
}

.flexbin-img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.flexbin-img-show span:hover {
  color: white;
  opacity: .75;
  font-size: 50px;
  top: 0px;
  right: 8px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.75);
 
}

.flexbin>*>img {
    height: 200px;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    padding: 5px;
    margin: auto;
    display: inline-block; /* change the default display type to inline-block */
    overflow: hidden;      /* hide the overflow */
}

.flexbin.flexbin-margin {
    margin: 2.5px;
}

/* Portfolio Gallery Popup */

#enlarge-button{
    cursor: pointer;
}

#portfolio{
    width: 100%;
    min-height: 100vh;
    background: white;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
}


.portfolio-project{
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    margin: 5px;
    min-height: 100vh;
    height: fit-content;
}

.portfolio-project img{
    position: relative;
    opacity: 0.9;
    width: 477px;
    height: auto;
}

.portfolio-project:hover .portfolio-grid-overlay{
    transform: translateY(0%);
}

.portfolio-grid-overlay{
    background: rgb(24, 46, 73);
    background: rgba(24, 46, 73, 0.91);
    height: 100%;
    width: 100%;
    grid-column: -1;
    grid-row: -1;
    position: absolute;
    display: flex;
    justify-items: center;
    align-items: center;
    transform: translate(101%);
    transition: all 0.3s ease-in-out;
    justify-content: center;
}

.portfolio-grid-overlay button{
    background: none;
    outline: none;
    font-weight: 100;
    letter-spacing: 2px;
    border: 1px solid white;
    text-transform: uppercase;
    padding: 10px;
    color: white;
 
}

.portfolio-grid-overlay button:hover{
    transition: all 0.3s ease-in-out;
    background: white;
    color: #182e49;
    transform: scale(1.05);
}

.portfolio-overlay{
    position: fixed;
    background: rgb(24, 46, 73);
    background: rgba(24, 46, 73, 0.91);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 20;
}

.buttonroundedalign {
   display: flex;
   align-items: center;
}

.buttonrounded {
  background-color: #182e49; /* Green */
  border: none;
  color: white;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 30px;
}

.option-group {
  border: 15px solid #ffffff !important;
  border-radius: 10px !important;
  outline: 2px solid #182e49 !important;
  margin-bottom: 10px !important;
}

.price_calculator label {
    color: #182e49;
    font-size: 16px;
    font-size: 1.2rem;
    font-family: "Raleway-SemiBold", sans-serif;
    margin-bottom: 0;

}

.card-header .card-title {
    font-size: 1.25rem;
    font-family: "Raleway-Bold", sans-serif;
    color: #182e49;
}

#top-banner .carousel-indicators li {
    background-color: #d2cfcf;;
    opacity: 1;
    width: 15px;
    height: 7px;
}

.fa-caret-square-down:before {
    font: var(--fa-font-solid);
    content: "\f150";

}

small, .small {
    font-size: 100%;
    font-weight: 400;
}

@media (min-width: 992px) {
.col-lg-3new {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
 
 
    }
}
@media (min-width: 992px) {
    .mb-lg-0new {
      margin-bottom: 6% !important;
 
    }
}
#templates_listing_area .templatebox .card .card-footer .card-title {
  white-space: wrap;
  text-align: center !important;
}
#templates_listing_area .templatebox .card .card-footer .d-md-flex {
  display: block !important;
}

@media only screen and (min-width: 768px) {
    .navbar .dropdown-menu>li:not(:last-child) a {
    border-bottom: 0px solid #ccc;
    }
}


.header_cms_page .header-section2 .products.product2 {
  background: url(https://d2zn16t8uygl6t.cloudfront.net/signsinth/images/contentimages/images/undefined.jpg);
  background-size: cover;
  background-position: calc(50% - 25%);
}
.header_cms_page .header-section2 .product2.products img {
  display: none;
}

@media screen and (max-width: 1053px) {
    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        width:100%;
        height: 100%;
        left: 0;
        right: 0;
        background-image: linear-gradient(to right, rgba(255,255,255,0)  75%, rgba(255,255,255,0.7)  75%, rgba(255,255,255,0) 100%);
        background-color: rgb(0,0,0);
        transition: opacity 500ms;
        visibility: visible;
        opacity: 100;
        
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

#orders .price_table .d-md-table-cell.d-none.text-right .btn-outline-secondary{
    background:
#4282b8;
  border-color:
#4282b8;
  color: #fff;
  padding:
0.5rem 1rem;
font-size: 1em;
}

mark {
  background-color: Yellow;
}
#index #home_page .pager {
  position: absolute !important;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#top-banner .carousel-indicators {
    left: 0;
    margin-right: 0;
    margin-left: 0;
    bottom: -50px;
}