@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.boxCad:hover,
.projectBox:hover {
    transform: scale(1.02)
}

.boxCad,
.projectBox {
    transition: .3s
}

body {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    overflow-x: hidden
}

a {
    text-decoration: none
}

.headermain.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.headermain.fixed .navbar-brand img {
    height: 40px
}

.header-top {
    padding: 10px 0;
    background-image: linear-gradient(to right, #000a84, #0089f7);
    color: #fff
}

.navbar-brand img {
    height: 55px
}

.scanService {
    
    background: linear-gradient(-135deg, #0D92FF, #000080);
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

.topnavigation {
    display: block;
    margin: 0;
    padding: 0
}

.topnavigation li {
    display: inline-block;
    margin: 0 14px
}

.topnavigation li a {
    display: block;
    color: #bbb;
    font-size: 17px
}

.scanform,
.topnavigation li a:hover {
    color: #fff
}

.topnavigation li img {
    height: 20px
}

.contacttop {
    color: #8cfcb3;
    font-size: 17px;
    margin-left: 15px
}

.contacttop:hover,
footer a {
    color: #0d92ff
}

.contacttop i {
    color: #bbb
}

header .navbar {
    background-image: linear-gradient(to right, #fff, #cacaca);
    padding: 14px 0
}

header .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 16px !important
}

.projectBoxInfo h3 a:hover,
header .navbar-nav .nav-link:hover {
    color: #000a84
}

header .navbar-nav .nav-link.btn {
    border: 3px solid #0089f7;
    border-radius: 0;
    padding: 10px 14px !important;
    margin-left: 20px;
    font-size: 18px
}

header .navbar-nav .nav-link.btn:hover {
    border-color: #4ffeb9;
    background: #4ffeb9;
    color: #000
}

.btn-outline-transparent {
    padding: 14px 15px;
    border: 3px solid #4ffeb9;
    min-width: 150px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0
}

.mw-270 {
    min-width: 270px
}

.btn-outline-transparent:hover {
    background: #4ffeb9
}

.sideform {
    padding: 30px;
    background-color: #0d92ff
}

.text-dark {
    color: #000 !important
}

.sideform label {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px
}

.scanform .form-control,
.sideform .form-control {
    min-height: 45px;
    border-radius: 0
}

.countertext .h1 {
    font-size: 42px;
    color: #51ffb9
}

.countertext .h1 span {
    font-size: 30px;
    font-weight: 400
}

.countertext h5 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400
}

.projectImg img {
    height: 220px;
    object-fit: cover
}

.projectBoxInfo h3 {
    color: #000000b5;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px
}

.projectBoxInfo h3 a {
    color: #000000b5
}

.projectBoxInfo p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px
}

.testimonialBox {
    background: #c0e3ff;
    padding: 100px 50px;
    position: relative;
    border-radius: 40px;
    min-height: 600px
}

.testimonialBox:after {
    position: absolute;
    width: 100%;
    right: -30%;
    top: 0;
    background: #c0e3ff;
    content: '';
    height: 100%
}

.ratestar i {
    font-size: 18px;
    color: #666
}

.ratestar i.active {
    color: #ffb504
}

.testimonialBox .testiimg img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    border: 2px solid #fff
}

.bg-grey,
.lasercap {
    background: #ededed
}

.boxCad {
    padding: 30px 40px
}

.boxCad:hover {
    box-shadow: 0 5px 18px #0000001c
}

.bg-theme {
    background: #3892ff
}

.h1 {
    font-size: 36px
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #3891fe12
}

.formGradient {
    background-image: linear-gradient(0deg, #3ca7ff 29%, navy 100%);
    background-color: navy
}

.formGradient .h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5
}

.formGradient h5 {
    line-height: 1.5
}

.scanform label {
    margin-bottom: 4px
}

.laserimg1 {
    height: 355px;
    object-fit: cover;
    width: 100%
}

.overlayBanner:after,
.videobackground,
.videobackground iframe {
    height: 100%;
    width: 100%
}

.boxCad img {
    max-width: 100%
}

.accordionPnl .accordion-item {
    border: 1px solid #eee !important;
    margin-top: -1px
}

.accordionPnl .accordion-item .accordion-button.collapsed {
    background: 0 0;
    font-weight: 500;
    color: #000
}

.accordionPnl .accordion-item .accordion-button {
    background: #e9f3ff;
    color: navy;
    font-weight: 500;
    box-shadow: none
}

footer {
    background: #000a84
}

footer a:hover {
    color: #4ffeb9
}

.videobackground {
    position: absolute;
    left: 0;
    top: 0
}

.overlayBanner .container {
    position: relative;
    z-index: 9
}

.overlayBanner:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: #0043b8;
    z-index: 1;
    opacity: .7
}

.imagegallerybanner img {
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    background: #fff;
    transition: .3s;
    border-radius: 5px
}

.imagegallerybanner img:hover {
    transform: scale(1.04);
    box-shadow: 0 5px 10px #0000008c
}

.bgquote {
    background-size: cover;
    padding: 50px 0
}

.bgquote .btn-outline-transparent {
    background: #51ffba;
    border: 2px solid #3291fd;
    color: #000;
    padding: 14px 40px;
    text-transform: capitalize
}

.videobox iframe {
    width: 100%
}

.qualitysimu {
    background: #00befa
}

.techlogo {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px
}

.techlogo img {
    height: 130px;
    width: 100%;
    object-fit: contain
}















/* .video-container {
    position: relative;
    width: 640px; 
    height: 360px; 
}
.video-placeholder {
    width: 100%;
    height: 100%;
    background: url('placeholder-image.jpg') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.video-player {
    display: none; 
    width: 100%;
    height: 100%;
}
.controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
}
.controls button {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
} */

.video-container {
    position: relative; /* For absolute positioning of child elements */
    background-color: #000; /* Background color to see placeholder and video clearly */
    overflow: hidden; /* To keep child elements within the container */
  }
  
  .video-placeholder, .video-player {
    object-fit: cover; /* Ensures the image/video covers the entire container */
    width: 100%;
    height: 100%;
  }
  
  .controls {
    position: absolute;
    bottom: 0; /* Aligns the controls at the bottom */
    left: 0; /* Aligns the controls to the left */
    margin: 15px; /* Margin from bottom and left edges */
    z-index: 2; /* Ensure the button is above the video/image */
  }
  
  .video-container .btn {
    background-color: transparent; /* Semi-transparent background */
    color: #fff; /* White text */
    border: 3px solid #4ffeb9; /* Remove default border */
    border-radius: 0px; /* Optional: rounded corners */
    padding: 10px 20px; /* Padding inside the button */
    cursor: pointer; /* Cursor pointer on hover */
    margin-bottom: 30px;
  }
  
  .video-container .btn:hover {
    background-color: #4ffeb9; /* Darker background on hover */
  }
  
  
  









@media(max-width:1199px) {
    .testimonialBox:after {
        display: none
    }

    header .navbar-nav .nav-link {
        font-size: 16px;
        padding: 8px 12px !important
    }

    header .navbar-nav .nav-link.btn {
        font-size: 16px
    }

    .countertext .h1 {
        font-size: 35px
    }

    .countertext h5 {
        font-size: 18px
    }

    .projectBoxInfo h3 {
        font-size: 20px
    }

    .testimonialBox {
        padding: 30px
    }
}

@media(max-width:991px) {
    .navbar-toggler {
        border: 0
    }

    header .navbar-nav .nav-link.btn {
        margin-left: 0
    }

    header .navbar-nav .nav-link {
        padding: 10px 0 !important
    }
}

@media(max-width:575px) {
    .mw-270 {
        min-width: auto
    }

    .videobox iframe {
        height: 200px
    }

    .boxCad {
        padding: 15px
    }

    .scanService {
        background-attachment: initial
    }

    .header-top,
    .topnavigation {
        text-align: center
    }

    .topnavigation li a {
        font-size: 15px
    }

    .techlogo img {
        height: 40px
    }

    .contacttop {
        margin-left: 0;
        margin-top: 10px
    }

    .navbar-brand img {
        height: 45px
    }

    .h1 {
        font-size: 28px
    }

    body {
        font-size: 14px
    }

    .formGradient .h2 {
        font-size: 25px
    }

    .sideform {
        padding: 20px
    }

    .testimonialBox {
        padding: 20px 15px
    }
}

@media(max-width:375px) {
    .sideform {
        padding: 10px
    }
}