@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
 /* ==========================================================================
   All Import File List
   ========================================================================== */
/* ==========================================================================
   Global Styles
   ========================================================================== */
body {
    font-size: 15px;
    font-weight: 300 !important;
    color: #333;
    margin: 0;
    background-color: #fff;
    line-height: 25px;
    -webkit-box-sizing: box-sizing;
    -moz-box-sizing: box-sizing;
    box-sizing: box-sizing;
    font-family: "Poppins", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #2d2d2d;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif !important;
}

b, strong {
    font-weight: 400 !important;
}

p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}

a {
    color: #214cb6;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    color: #214cb6;
    text-decoration: none;
    background-color: transparent !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol {
    list-style: none;
}

section img {
    border-radius: 0px ;
}


.section_banner ul li
{
    display: inline-block;
    padding-right: 5px;
}

.section_banner ul li a 
{
    color: #222;
    

}
.product_list_box .model_box ul
{
    margin-left: 0px;
}
.product_list_box .model_box ul li
{
    margin-bottom: 10px;
    list-style: none;
}
.product_list_box .model_box
{
    margin-top: 0px;
}
.product_list_box .model_box h4
{
    padding: 10px;
    margin-top: 0px;
}
.product_list_box .model_box ul li a
{
    background-color: rgb(241 241 241);
    border-left: 5px solid #0042b9;
}
.product_list_box .model_box ul li a:hover
{
   
}
.deals_top
{
     margin-bottom: 20px;
     text-align: center;
}

.deals_top a 
{
    display: block;

}

.model_box ul
{
    margin-left: 30px;
}
.social_media
{
    margin-top: 20px;
}
.model_box ul li
{
    list-style: disc;
}
.side-title
{
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-basis: 100%;
    width: 100%;
    padding: 74px 0px;
}
.social_media ul li a span
{
    color: #fff !important;
}
.social_media ul li a {
    position: relative;
    color: #fff !important;
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social_media ul li:last-child {
    margin-right: 0px;
}
.social_media ul li {
    position: relative;
   
    display: inline-block;
}

.social_media h4
{
    padding: 0px;
    margin-bottom: 10px;
}

.slider_images img 
{
    width: 100%;
}

.login_section .card
{
   border-radius: 0px;
   box-shadow: 0px 0px 10px #ddd;
   padding: 20px 30px;
   background-color: #fff;
}
.login_section .card-body
{
    
}

.section_banner h2
{
    font-size: 24px !important;
    margin-bottom: 10px;
    padding-top: 20px;
}
.f-13
{
    font-size: 13px !important;
    padding: 10px 20px !important;
}
.faq_text
{
    margin-bottom: 30px;
}
.faq_text h4
{
    font-size: 24px !important;
}
.footer_column span
{
    color: #214cb6;
}

.login_section h4 
{
    color: #214cb6;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.login_section h3
{
    font-size: 20px;
    line-height: normal;
}
.login_section .form-control
{
    border:1px solid #ddd;
    box-shadow: none;
    height: auto;
    padding: 10px 20px;
    border-radius: 0px;
}
.login_section .form-control:focus {
    outline: none;
    box-shadow: none;
    border:1px solid #ddd;
}
.login_section label
{
    margin-bottom: 5px;
    color: #214cb6;
}
.login_section  .mb-3
{
  margin-bottom: 10px;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}

.toggle-password {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    text-align: center !important;
    white-space: nowrap;
    background-color: #fff;
    border: var(--bs-border-width) solid #d9dee3;
    border-radius: var(--bs-border-radius);
    cursor: pointer;
}
.field-icon {
    float: right;
    margin-right: 12px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.blog_box a
{
        transition: all 700ms ease 500ms;
        -webkit-box-shadow: 0px 3px 7px 1px #f3f3f3;
        box-shadow: 0px 3px 7px 1px #8484844d;
        display: block;
        padding: 20px 20px;
        background-color: #fff;
}
.blog_box a:hover {
    background-color:#fff !important;
}
.blog_img img 
{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog_img h4 
{
    margin: 0px 0px;
    background-color: #fff !important;
    padding: 10px;
    color: #214cb6;
    line-height: 30px;
}
.blog_box h4
{
    color: #214cb6;
    line-height: normal;
}
.blog_img_side
{
    float: right;
    width:30%;
    margin: 0px 10px 10px 10px;
}

.blog_img_side img 
{
    width: 100%;
    border-radius: 50px 30px 50px 0px;
}

.blog_img .post-date {
   
    color: #222;
    padding: 0px 10px 10px 10px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: #214cb6;
    
}
.post-date i
{
    margin-right: 5px;
    color: #214cb6;
}
.login_section i
{
    color: #214cb6;
}
.login_section p 
{
    margin-bottom: 10px;
    
}

.blog_box:hover .blog_img h4
{
    color: #214cb6;
}
.blog_content
{
    text-align: justify;
}
.blog_content ul
{
    margin-left: 40px;
}
.blog_content ul li
{
    list-style: disc;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    text-align: left;
}
.blog_content h3
{
    margin-top: 20px;
    color: #214cb6;
}
.blog_content h4 
{
    margin-top: 20px;
    line-height: normal;
    color: #0042b9;
    text-align: left;
}

.team-area {
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 60px;
}
.view-all-member{
    position: relative;
    display: block;
    margin-top: 39px;    
}
.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-member .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-team-member:hover .img-holder img{
    transform:scale(1.05) rotate(0deg); 
}

.single-team-member .sociallinks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 4px solid #27282c;
    text-align: center;
    transition: all 900ms ease 100ms;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
    opacity: 0;
}
.single-team-member:hover .sociallinks{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}
.single-team-member .sociallinks li {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
    line-height: 60px;
    border-right: 1px solid #ededed;
}
.single-team-member .sociallinks li:last-child{
    border-right: none;
}
.single-team-member .sociallinks li a i{
    position: relative;
    display: block;
    background: #ffffff;
    color: #7c7e84;
    font-size: 14px;
    line-height: 60px;
    transition: all 500ms ease;
}
.single-team-member .sociallinks li a:hover i{
    color: #ffffff;
    background: #e9212e;
}

.single-team-member .overlay {
    position: absolute;
    top: 64px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.85);
    transition: all 900ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
}
.single-team-member:hover .overlay{
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;    
}
.single-team-member .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-team-member .overlay .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-team-member .overlay .box .link a{
    color: #ffffff;    
}
.single-team-member .name {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 24px 0 24px;
    transition: all 700ms ease 500ms;
    -webkit-box-shadow: 0px 3px 7px 1px #f3f3f3; 
    box-shadow: 0px 3px 7px 1px #f3f3f3;
}
.single-team-member:hover .name{
    -webkit-box-shadow: 0px 3px 15px 1px #F3F3F3; 
    box-shadow: 0px 3px 15px 1px #F3F3F3; 
}
.single-team-member .name p {
    position: relative;
    display: inline-block;
    background: #ffffff;
    margin: 0;
    line-height: 20px;
    padding: 0 30px;
    z-index: 1;
}
.single-team-member .name p:before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ededed;
    content: "";
    z-index: -1;  
}
.single-team-member .name p span {
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    color: #828282;
    line-height: 20px;
    margin: 0;
    z-index: 2;
}
.single-team-member .name h3{
    color: #27282c;
    font-weight: 400;
    margin: 0px 0px 8px 0px;
    font-size: 16px;
}

.products_box_details h4 
{
    font-size: 24px;
    color: #214cb6 !important;
}
.products_box_details h3
{
    color: #222 !important;
    margin-top: 10px;
    font-size: 20px;

}
.products_box_details del 
{
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    color: #4e4e4e !important;
}
.products_box_details del .fa-inr {
    color: #4e4e4e !important;
}

.quantity {
  /* display: flex; */
   margin-top: 40px; 
  border-radius: 4px;
  /* overflow: hidden; */
  /* height: 46px; */
  display: block;
}
.btn-quantity {
    color: #fff;
    background-color: #214cb6;
    border:1px solid #214cb6 !important;
    border-radius: 0px !important;
    margin-top: 0px;
    font-weight:500 !important;
    margin-left: 20px;
    height: auto !important;
    padding: 10px 60px;
}

.btn-quantity:hover {
    color: #214cb6;
    background-color: #f5f5f5 !important;
    border:1px solid #214cb6 !important;
    border-radius: 0px !important;
    margin-top: 0px;
    font-weight:500 !important;
    margin-left: 20px;
    height: auto !important;
    padding: 10px 60px;
    
}
.quantity button {
  background-color: #214cb6;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  /* width: 30px; */
  height: 40px;
  text-align: center;
   border-radius: 5px 5px 5px 5px; 
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #2980b9;
}

.input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 0px 0px;
  font-size: 16px;
  outline: none;
  background-color: #f9f9f9;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}



.whiteboard
{
    
    padding: 10px;
}
.reviews_text
{
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin-top: 10px;
}

.start_rating span 
{
    color: #f4b345;
}

.start_rating h5 
{
    font-weight: 400;
}



.slideshow-items {
  width: 400px;
}
.slideshow-thumbnails {
  width: 100px;
}
.slider_show_img img {
    width: 66px;
    height: 66px;
    border: 1px solid #ddd;
    object-fit: contain;
    cursore: pointer;
    margin-bottom: 5px;
}
#slideshow-items-container { display: inline-block; position: relative; }

#lens { background-color: rgba( 233, 233, 233, 0.4 ) }
#lens, #result { position: absolute; display: none; z-index: 1; }
.slideshow-items { display: none; }
.slideshow-items.active { display: block; }
.slideshow-thumbnails { opacity: 0.5; }
.slideshow-thumbnails.active { opacity: 1; }
#lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }
.bg-1{
    background-color: #fff;
    min-height: inherit;
    width: 100%;
    max-height: 100%;
    
    
}
.bg-2{
    background-color: #fff;
    min-height: inherit;
    width: 100%;
    max-height: 100%;
    
    
}
.bg_faq{
    background-color: #fff;
    min-height: inherit;
    width: 100%;
    max-height: 100%;
}
.bg_c{
    background-color: #fff;
    min-height: inherit;
    width: 100%;
    max-height: 100%;
}
.bg_color{
    background-color: #ffffffd1;
    padding:20px;
}
.bg_color2{
    background-color: #fff;
    padding:20px;
}
.faq-item {
    border: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.faq-answer {
    margin-top:20px;
    display:none;
   color: #333;
    font-size: 14px;
    font-weight: 400;

}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .arrow {
    transform: rotate(180deg);
}
.faqs_new .faq-item{
    padding:10px 20px 10px 20px ;
    margin-bottom:10px;
}
.faq-img img{
    height:650px;
    width:100%;

}
.vision_mission_title h3{
    border-bottom: 2px solid #214cb6;
    width:fit-content;
    color:#214cb6;
    font-size:20px;
    
}
.gallery_img{
    background-color:#fff;
}
.mb-20{
    margin-bottom:20px;
}
 .color-swatches {
        display: flex;
        gap: 10px;
    }
    .swatch {
        width: 30px;
        height: 30px;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
    }
    .swatch[data-color="red"] { background-color: red; }
    .swatch[data-color="blue"] { background-color: blue; }
    .swatch[data-color="black"] { background-color: black; }
    .swatch[data-color="yellow"] { background-color: yellow; }
    .swatch[data-color="green"] { background-color: green; }
    

.product-tabs {
    margin-bottom: 20px;

    transition: border 0.3s ease-in-out;
}
.product-tabs.no-border {
    border-bottom: none; /* Remove border when active */
}

/* Tab List */
.tab-list {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.tab-item {
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #f9f9f9;
    border-bottom: none;
    background: #f9f9f9;
    font-weight: bold;
}
.tab-item:hover {
    background: #eee;
}
.tab-item.active {
    background: #0042b9;
    color: #ffffff;
}
.product-tabs {
    margin-bottom: 20px;
    border-bottom: 2px solid #003eb4; /* Default border */
    transition: border 0.3s ease-in-out;
    margin-top:50px;
}
.form-field {
    margin-bottom: 15px;
}

.form-field label {
    display: block;
    margin-bottom: 5px;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-field textarea {
    resize: vertical;
}

/* Rating Field */
.rating-container {
    margin-bottom: 20px;
}


.rating input {
    display: none;
}

.rating label {
    font-size: 30px;
    color: #ddd;
    cursor: pointer;
    margin: 0 5px;
    transition: color 0.2s;
}

.rating input:checked ~ label,
.rating input:checked ~ label ~ label {
    color: #f39c12;
}

.rating input:checked + label {
    color: #f39c12;
}

.rating label:hover,
.rating label:hover ~ label {
    color: #f39c12;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 10px;
    background-color: #2ecc71;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #27ae60;
}
.review_over-flow{
    height:450px;
    overflow-y:scroll;
    width:100%;
    overflow-x:none !important;
}
.active2 a{
    background-color:#214cb6 !important;
    color:#fff;
}
.model_box ul li a:hover{
        background-color:#214cb6 !important;
    color:#fff;
}

.scroll-container{
  overflow-y: hidden;
  overflow-x: auto;
  
}

.list-container{  
  display:inline-flex;             /*  Keep the element in one line */
  justify-content: space-between;  /*  Not much effect */
  align-items: stretch;            /*  Make them all the same height */
  flex-wrap: no-wrap;              /*  This one makes the trick */
}

.list-container > *{       /*  Target only the first top level children */
  color: #fff;
  
  margin-right: 1rem;      /*  The gap must be in the element definition */
}

.list-container > *:last-child{
  margin-right: 0;
}

/* Other styles */


@media only screen and (max-width:768px)
{
    .top_box_location {
        margin-bottom: 20px;
        position: absolute;
        top: -98px;
        width: 100%;
        z-index: 999999999;
    }
    .review_over-flow
    {
        margin-bottom: 30px;
    }
    .contact-form-container
    {
        margin-bottom: 30px;
    }
    .slider_show_img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    object-fit: contain;
    cursore: pointer;
    margin-bottom: 5px;
}
.slideshow-items {
  width: 100%;
}
.footer_column
{
    margin-top: 20px;
}
.btn-quantity {
    color: #fff;
    background-color: #214cb6;
    border: 1px solid #214cb6 !important;
    border-radius: 0px !important;
    margin-top: 0px;
    font-weight: 400 !important;
    margin-left: 0px;
    margin-top: 10px;
    height: auto !important;
    padding: 10px 60px;
}
.tab-list {
    display: block;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.blog_img_side {

width: 100%;
}
}

.review_over-flow::-webkit-scrollbar-track
{
    
    background-color: #fff;
}

.review_over-flow::-webkit-scrollbar
{
    width: 2px;
    background-color: #fff;
}

.review_over-flow::-webkit-scrollbar-thumb
{
    background-color: #000000;
}

.quantity_td .quantity
{
  margin-top: 0px;
}

.billing_address
{
    padding: 20px;
}


#invoiceholder{
  width:100%;
  hieght: 100%;
  
}
#headerimage{
  z-index:-1;
  position:relative;
  top: -50px;
  height: 350px;
  background-image: url('http://michaeltruong.ca/images/invoicebg.jpg');

  -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), inset 0 -2px 4px rgba(0,0,0,.15);
    -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), inset 0 -2px 4px rgba(0,0,0,.15);
    box-shadow:inset 0 2px 4px rgba(0,0,0,.15), inset 0 -2px 4px rgba(0,0,0,.15);
  overflow:hidden;
  background-attachment: fixed;
  background-size: 1920px 80%;
  background-position: 50% -90%;
}
#invoice{
  position: relative;
  
  margin: 0 auto;
  width: 700px;
  background: #FFF;
}

[id*='invoice-']{ /* Targets all id with 'col-' */
  border-bottom: 1px solid #EEE;
  padding: 30px;
}

#invoice-top{min-height: 120px;}
#invoice-mid{min-height: 120px;}
#invoice-bot{ min-height: 250px;}

.logo{
  float: left;
    height: 60px;
    width: 60px;
     background-size: 60px 60px;
}
.clientlogo{
  float: left;
    height: 60px;
    width: 60px;
   
    background-size: 60px 60px;
  border-radius: 50px;
}
.info{
  display: block;
  float:left;
  margin-left: 20px;
}
.title{
  
}
.title p{text-align: right;}
#project{margin-left: 52%;}

.tabletitle{
  padding: 5px;
  background: #EEE;
}
.service{border: 1px solid #EEE;}
.
.itemtext{font-size: .9em;}

#legalcopy{
  margin-top: 30px;
}

.tabletitle h2 
{
    margin-bottom: 0px;
}
#invoice-top h2
{
    margin-bottom: 10px;
}
#invoice-mid h2
{
    margin-bottom: 10px;
}

.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



.legal{
  width:70%;
}

.cart_list img 
{
    width: 35px;
}
.cart_list h5
{
    position: relative;
}
.cart_list h5 span {
    color: #214cb6;
    position: absolute;
    right: auto;
    left: 11px;
    content: '';
    top: -1px;
    font-size: 12px;
}
.add_address:hover
{
    box-shadow: 0px 0px 5px #ddd;
}
.add_address
{
    width: 50% !important;
    text-align: center;
    display: block;
    border: 1px solid #f1f1f1;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 400;
    margin-bottom: 20px;
}
.wish_list:focus
{
    color: #214cb6;
}
.wish_list
{
    position: absolute;
    top: 6px;
    color: #c2c2c2;
    right: 20px;
    font-size: 16px;
    margin: auto;
    padding: 5px 8px;
    line-height: normal;
    background-color: transparent;
    border-radius: 50%;
}

