:root {
    --primary-color: #ffc107;
    --dark-color: #212529;
    --light-color: #f8f9fa;
}

body {
    background: #E9E9E9;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

@font-face {
    font-family: 'InstrumentSansVariableFont_wdth_wght';
    src: url('../fonts/InstrumentSansVariableFont_wdth_wght.eot');
    src: url('../fonts/InstrumentSansVariableFont_wdth_wght.eot') format('embedded-opentype'),
        url('../fonts/InstrumentSansVariableFont_wdth_wght.woff2') format('woff2'),
        url('../fonts/InstrumentSansVariableFont_wdth_wght.woff') format('woff'),
        url('../fonts/InstrumentSansVariableFont_wdth_wght.ttf') format('truetype'),
        url('../fonts/InstrumentSansVariableFont_wdth_wght.svg#InstrumentSansVariableFont_wdth_wght') format('svg');
}
p,h5,h6{
    font-size: 16px;
}

/* Header styles */
.top-bar {
    color: white;
    padding: 6px 0;
    font-size: 14px;
    font-family: 'InstrumentSansVariableFont_wdth_wght';
    background: #fff;
    font-weight: bold;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    width: 185px;
}

.banner_content {
    width: 100%;
    height: 100%;
    color: #fff;
    height: 40%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner_content p {
    width: 80%;
    margin-top: 20px;
}



.btn_style {
    background: #A9D6FF;
    background: radial-gradient(circle, rgba(169, 214, 255, 1) 0%, rgba(66, 166, 255, 1) 100%);
    padding: 10px 30px;
    /* border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; */
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.btn_style:hover {
    -webkit-box-shadow: 0px 0px 47px 0px rgba(19, 145, 255, 0.9);
    -moz-box-shadow: 0px 0px 47px 0px rgba(19, 145, 255, 0.9);
    box-shadow: 0px 0px 47px 0px rgba(19, 145, 255, 0.9);
}

h1,
h2 {
    font-family: 'InstrumentSansVariableFont_wdth_wght';
    font-weight: bold;
    font-size: 65px;
}


.nav-link {
    padding: 32px 0;
    padding-right: 0px;
    padding-left: 0px;
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
}

.dropdown-menu {
    padding: 15px;
}

.dropdown-menu a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0px;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 400px;
} */

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: auto;
    margin-top: -10px;
    box-shadow: none;
    border: 0px;
}

.top-bar .btn_style {
    margin-top: 20px;
    display: inline-block;
}

.about_bg_right {
    right: 0;
    max-width: 40%;
    z-index: -1;
}

.text_color1 {
    color: #42A6FF;
    font-weight: bold;
}

.about_icon {
    max-width: 30px;
}

.about_icon2 {
    margin-left: 25px;
}

.product-card img {
    /* height: 215px;
    object-fit: cover; */
}

.product-card h6 {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 50px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    height: 50px;
}

.owl-prev {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    background-color: #A9D6FF !important;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    margin: auto !important;
}

.owl-next {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    background-color: #A9D6FF !important;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    margin: auto !important;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-dots {
    display: none;
}

.steep_icon {
    max-height: 110px;
}

.heading1 {
    font-family: 'InstrumentSansVariableFont_wdth_wght';
    font-weight: bold;
    font-size: 20px;
    color: #000;
}


/**Slider**/
.dg-container {
    width: 100%;
    height: 590px;
    position: relative;
    margin-bottom: 25px;
}

.dg-wrapper {
    width: 300px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 300px;
    height: 400px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* background: transparent url(../images/browser.png) no-repeat top left; */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
    display: block;
    padding: 0px 0px 0px 1px;
}

.dg-wrapper a div {
    font-style: italic;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 16px;
    width: 100%;
    bottom: -55px;
    display: none;
    position: absolute;
}

.dg-wrapper a.dg-center div {
    display: block;
}

.dg-container nav {
    width: 58px;
    position: absolute;
    z-index: 1000;
    bottom: 15px;
    left: 50%;
    margin-left: -29px;
    z-index: 2;
}

.dg-container nav span {
    text-indent: -9000px;
    float: left;
    cursor: pointer;
    width: 24px;
    height: 25px;
    opacity: 0.8;
    background: transparent url(../img/arrows.png) no-repeat top left;
}

.dg-container nav span:hover {
    opacity: 1;
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px;
}

.testimonial-section {
    padding: 60px 0;
}

.testimonial_bg_main {
    width: 260px;
    position: relative;
    display: inline-block;
}

.client_img_back_bg {
    position: absolute;
    z-index: 1;
    width: 200px !important;
    height: 200px;
    top: -20px;
    left: -44px;
}

.client_img {
    position: relative;
    z-index: 2;
    width: 200px !important;
    height: 200px;
    border-radius: 100px;
}

.testimonial-text {
    width: 400px;
}

.color {
    color: #42A6FF;
}

.cta-section {
    padding: 90px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.product_feature {
    margin: 50px 0;
}

.footer_logo {
    width: 200px;
}

.footer_link ul {
    margin: 0;
    padding: 0;
}

.footer_link li {
    list-style: none;
    margin: 5px 0px;
}

.footer_link a {
    text-decoration: none;
    color: #fff;
}

.social img {
    width: 40px;
    margin-right: 5px;
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.social img::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg,
            transparent,
            transparent 30%,
            rgba(0, 255, 255, 0.3));
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.social img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.social img:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}


.bg_color {
    background-color: #A9D6FF;
}

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

.heading_style:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #42A6FF;
    left: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.heading_style:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #42A6FF;
    right: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

.heading_style2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    right: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dropdown-menu {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
    visibility: hidden;
}

.wow:first-child {
    visibility: hidden;
}

.whatsapp_icon_main {}

.whatsapp_icon_main img {
    position: fixed;
    right: 0px;
    height: 80px;
    bottom: 36px;
    top: auto;
    margin: auto;
    z-index: 9999;
}

#overlay {
    background: #000;
    color: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: 0.8;
}

button {
    margin: 40px;
    padding: 5px 20px;
    cursor: pointer;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid rgb(255, 255, 255);
    border-right-color: transparent;
    border-radius: 50%;
}
.contact-wrapper {
  background: #eef2f5;
  padding: 50px;
}
.form-control {
  border-radius: 4px;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 582px;
  border: 0;
}
.info-box {
  text-align: center;
  padding: 30px 15px;
}
.info-icon {
  width: 55px;
  height: 55px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 22px;
}
.info-box a {
  color: #0d6efd;
  text-decoration: none;
}

.contact-wrapper {
  background: #eef2f5;
  padding: 50px;
}
.form-control {
  border-radius: 4px;
}
.map-container iframe {
  width: 100%;
  height: 560px;
  border: 0;
}
.info-box {
  text-align: center;
  padding: 30px 15px;
}
.info-icon {
  width: 55px;
  height: 55px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 22px;
}
.info-box a {
  color: #0d6efd;
  text-decoration: none;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a .product-card:hover h6{
    color:#42A6FF;
}
.image { width: 300px;}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }
  .accordion-button::after {
    transition: all 0.5s;
  }
  

 
  
  .logo-slider .item{
    background-color: #fff;
    box-shadow: 0 4px 5px #cacaca;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #c1c1c1;
  }
  .logo-slider .item img{
    max-width: 100%;
  }
  .logo-slider .slick-slide{
    margin: 15px;
  }
  .slick-dots li.slick-active button:before{
    color: #ff5722;
  }
  .slick-dots li button:before{
    font-size: 12px;
  }
  .slick-next:before,
  .slick-prev:before{
    color: #ff8159;
    font-size: 50px;
  }
  .item:hover{
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-5px);
  }

  .carousel-control-next, .carousel-control-prev{
    width: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0;
    height: 47px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  header {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff; /* change if needed */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
header.fixed .navbar-brand img {
    width: 120px;
}
header.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.about-section .nav-link {
    padding:15px!important;
}


/**Slider end**/
@media (max-width: 1556px) {

    h1,
    h2 {
        font-family: 'InstrumentSansVariableFont_wdth_wght';
        font-weight: bold;
        font-size: 40px;
    }
}

@media (max-width: 1380px) {
    .banner_content {
        height: 52%;
    }
}

@media (max-width:1200px) {
    .banner_content {
        height: 75%;
    }

    h1,
    h2 {
        font-size: 34px;
    }

    .banner_content p {
        width: 100%;
    }
}

@media (max-width:992px) {
footer{
    text-align: center;
}
.navbar-collapse {
    align-items: center;
    position: absolute;
    width: 300px;
    background: #fff;
    z-index: 2;
    top: 0;
    left: -155px;
}
.navbar-brand img{
    width: 125px;
}
.navbar {
    position: absolute;
    right: 0;
    top: 5px;
    width: auto;
}
.navbar button{
    margin: 32px;
 }
.social.social_top {
    position: absolute;
    top: 33px;
    right: 127px;
}
.heading_style:after{
    display: none;
}

}
@media (max-width: 768px) {
    .navbar-brand img {
        width: 65px;
    }
    .navbar button {
    margin: 0;
    }
    .navbar-toggler-icon{
        font-size: 14px;
    }
        .navbar {
        top: 16px;
    }
    .social img {
    width: 30px;
 }
 .social.social_top {
        position: absolute;
        top: 16px;
        right: 65px;
    }
    header.fixed .navbar-brand img {
    width: 65px;
}
.nav-link {
    padding: 5px 0;
    padding-right: 0px;
    padding-left: 0px;
    display: inline-block;
    margin: 0 20px;
    font-size: 14px;
}
button.close-menu.d-lg-none {
    padding: 0 10px;
    top: 0;
    margin-left: 180px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: auto;
    margin-top: 0;
    box-shadow: none;
    border: 0px;
    display: none;
}
.navbar-collapse {
    padding: 0 0 15px 0;
}
.navbar-toggler:focus{
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.certifications img{
    width: 300px;
}
    .certifications img {
        width: 130px;
        margin: 0 auto 15px auto 0;
        margin: 0 auto 15px auto;
        display: block;
    }
    .contact-wrapper {
    padding: 10px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
 }
 .info-box{
    text-align: center;
    padding: 10px 15px;
}
}