@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1 {
    font-weight: 600;
}

h2 {
    text-transform: uppercase;
    font-size: 25px;
    color: var(--black-color);
    font-weight: 600;
}

h3 {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 100%;
    font-weight: 400;
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {}

ul,
ol {
    padding: 0;
    margin: 0;
}

.wrapper {
    padding: 40px 0px;
}

:root {
    --voliet-color: #021E73;
    --purple-color: #4842A1;
    --red--color: #F22233;
    --black-color: #373737;
    --gray-color: #E3E9EF;
    --white-color: #F9F9F9;

}



.ticker {

    margin: 0 auto;
    color: #fff;
}

.title {
    background-color: var(--red--color);
    color: #fff;
    margin-left: auto;
    padding: 16px;
    text-align: center;
    position: relative;
}

.title h5 {
    font-size: 15px;
}

.navbar-wrap {
    margin: 0px 40px;
}

.news {
    background-color: var(--voliet-color);
    padding: 10px 2%;

}

.margin-zero {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.padding-zero {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.logo img {
    width: 80%;
}

.navbar {
    padding: 0px;
}

.link {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.carousel-indicators {
   
    bottom: -25px;
 
    
}

/* 
======================
     Navbar 
===================== */




.brand img {
    width: 80%;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 70px;
    position: relative;

}

hr.dropdown-divider {
    height: 3px;
    background: var(--purple-color);
    opacity: 0.5;
    width: 80%;
    margin: 2px auto;
}

.navbar-list:link,
.navbar-list:visited {
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out;
    font-size: 17px;
    color: var(--black-color);
    font-weight: 500;
}

.navbar-list:hover,
.navbar-list:active {
 color: var(--purple-color);
}


.nav-wrapper ul.nav-list {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.nav-wrapper ul.nav-list li {
    margin-left: 30px;
    padding: 20px 0;
    position: relative;
}


nav ul.dropdown-list {
    list-style-type: none;
    display: block;
    background: #fff;
    padding: 10px 18px;
    position: absolute;
    width: max-content;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    border-radius: 5px;
    border: 1px solid #afafaf;

}

.nav-wrapper ul.dropdown-list li {
    margin-left: 0;
    padding: 5px 0;
}

.nav-wrapper ul.nav-list li:hover .dropdown-list {
    opacity: 1;
    pointer-events: auto;
    animation: moveUp .5s ease-in-out forwards;
}

@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(20px);
    }
}

/* moblie view */
.moblie-navbar-btn {
    display: none;
}

.moblie-nav-icon[name="close-outline"] {
    display: none;
}

.moblie-nav-icon {
    font-size: 30px;
}

/* responsive */
@media (max-width:980px) {
    .moblie-navbar-btn {
        display: block;
        z-index: 1000;

    }

    .nav-wrapper {
        position: relative;
    }

    .nav-wrapper ul.nav-list li {
        margin-left: 0px;

    }

    .navbar {

        width: 100%;
        height: 100vh;
        background: #fff;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        position: absolute;
        transform: translateX(100%);
        transition: all 0.5s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .nav-list {
        flex-direction: column;
    }

    .active .navbar {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        position: fixed;
    }



    .active i.fa-solid.fa-bars.moblie-nav-icon.open-outline {
        display: none;
        position: fixed;
    }

    .active i.fa-solid.fa-xmark.moblie-nav-icon.close-outline {
        display: block;
        position: fixed;
        font-size: 35px;
        right: 10%;

    }


}

/* 
======================
    Home Page 
====================== */
.banner-home {
    position: relative;
}

.main-content {
    background-color: var(--gray-color);
    /* height: 70vh; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 170px 100px;
}

.bg-image {
    background-color: var(--voliet-color);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bg-image img {
  
    padding: 5%;
  
  

}

/* .carousel-secontion-banner {
    position: relative;
    top: 20%;
    right: 10%;
} */

.carousel-secontion-banner img {
    width: 100%;
    margin: auto;
}
.banner-logo-content h5{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--black-color);
    margin: 25px auto;
}
.logo-img{
    margin-top: 10px;
}
.banner-logo {
    padding: 15px;
    box-shadow: 0px 11px 12px -4px rgba(0, 0, 0, 0.25);

}

.banner-home p {
    font-weight: 500;
}

.banner-logo img {
    width: 40%;

}

.banner-logo .logo {
    display: flex;
    justify-content: center;
}

.title {
    position: relative;
    background: linear-gradient(125deg, transparent 30px, red 0);
}

.ticker {
    background-color: var(--voliet-color);
}

.banner-image img {

    width: 42%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 47%;
    top: 20%;

    max-width: 500px;
    height: auto;


}

.dropdown-services li {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
}

.dropdown-services li:hover {
    color: var(--black-color) !important;
}

.dropdown-menu {
    padding: 20px;
}

.dropdown-menu li {
    padding: 5px 10px;
    margin: 3px 0px;
}

.dropdown-item:hover {
    background-color: #e0ddff;
}

.dropdown-item a {
    color: var(--black-color);


}

.dropdown-item a:hover {
    color: var(--black-color);

}
.view-more {
    display: flex;
    justify-content: flex-end;
}
.view-more a{
    color: var(--purple-color);
    font-size: 18px;
    margin-right: 30px;
    font-weight: 500;
    cursor: pointer;
}
.view-more i{
    margin-left: 10px;
}

/* 
==================
    About Us 
 ================= */

.aboutus-bg {
    background-color: var(--gray-color);
    padding: 60px;
}

.aboutus-content-bg {
    padding: 20px;
}

.aboutus-content-bg p {
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
}
.aboutus-img img {
   border-radius: 10px;
}

/* calibration-services */
.calibration-services-bg {
    padding: 50px 60px;
}

.calibration-services-bg h1 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--black-color);
    font-size: 30px;
    text-transform: capitalize;
}

.calibration-card {
    border-radius: 20px;
    margin: 0px 10px;
  
    /*height: 330px;*/
    margin: auto;
    margin-bottom: 30px;
    border: none;
    position: relative;
    overflow: hidden;



}

.calibration-card img {
    /*height: 250px;*/
    transition: 1s all ease-in-out;
    width: 100%;
}

.calibration-card:hover img {
    transform: scale(1.15);

}


.calibration-card .card-body {
    background-color: var(--gray-color);
    text-align: center;
    color: var(--black-color);
    border-radius: 0px 0px 20px 20px;
    z-index: 1;
    transition: 0.5s;
    display: flex;
   
    align-items: center;
    justify-content: center;

}

.calibration-card .card-title {
    font-size: 18px;
    font-weight: 600;
}

/*.ourservice-card {*/
/*    height: 320px;*/
/*}*/

.ourservice-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.our-team-crad-ceo{
    border: 0px;
    margin: 30px 0px;
}
.ceo-img{
    display: flex;
  
    justify-content: center;
}
.ceo-content{
    text-align: start;
}
.ceo-content h5{
    margin-bottom: 4px;
    color: var(--purple-color);
}
.ceo-content .card-desg{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ceo-content .card-text{
    font-size: 16px;
    font-weight: 500;
    padding-right: 30px;
}
.ceo-content a{
    color: var(--black-color);
} 
.ceo-content i{
    color: var(--purple-color);
    margin-right: 10px;
    font-size: 22px;
    margin-bottom: 10px;
} 

/* 
================
 testnominal
 =============== */
.slider-bg {
    padding: 40px 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.slider {
    margin-top: 40px;
    position: relative;
}

.slider-bg h1 {
    font-size: 25px;
}

.slider-card {
    background-color: var(--gray-color);
    height: 250px;
    width: 400px;
    padding: 30px 20px;
    transform: scale(0.7);
    opacity: 0.5;
    transition: 0.6s all ease-in-out;
    overflow: hidden;
    border: none;
    border-radius: 10px;
}

.profile-img img {
    height: 50px;
    width: auto;
    border-radius: 50%;

}

.main-content-user {
    display: flex;

}

.name-user {
    margin-left: 20px
}

.name-user-comments {

    margin: auto;
}

.slider .owl-item.active.center .slider-card {
    transform: scale(1);
    opacity: 1;


}

.slider-card h5 {
    font-size: 20px;
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
    top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    background: #6760ce;
    transition: 0.6s all ease-in-out;
    margin-left: 10px;

}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 30px;
    height: 7px;
    background: var(--purple-color);
}

.slider-card.card {
    margin: auto;
}


/* performance */
/* .performance-img {

    width: 100%;
    height: 400px;
    background-image: url('../images/homepage/performance.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

} */
.performance-bg img{
   
}
.performance-bg {

    background-color: var(--white-color);
    color: var(--black-color);

}

.performance-bg .maina-content {

    padding: 40px 40px;



}
.performance-bg  h3{
    font-size: 30px;
    font-weight: 600;
}

.performance-img {
    display: flex;
    justify-content: flex-end;

}

.maina-content h4 {
    margin: 15px 0px;
    font-size: 25px;
    font-weight: 500;
}

.maina-content p {
    font-size: 16px;
    text-align: center;
}

.speedometer {
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.speedometer img {
    width: 80%;

}

/* Contact us */
.contactus-bg {
    background-color: var(--gray-color);
    color: var(--black-color);
    padding: 50px;
    list-style: none;

}

.pages {
    display: flex;
    flex-direction: column;

}

.contactus-heading {
    margin-bottom: 10px;
    font-size: 18px;
    /* position: relative; */
}
.Services a{
    color: var(--black-color);
}

.pages a {
    color: var(--black-color);
    line-height: 2.5;
    font-size: 15px;
    font-weight: 500;
}

.Services li {
    color: var(--black-color);
    line-height: 2.5;
    font-size: 15px;
    font-weight: 500;
}

.icon-info {
    display: flex;
    align-items: center;
}

.contact-icons p {

    font-size: 15px;
    font-weight: 500;
    margin-left: 22px;
    color: var(--black-color);

}

.contact-icons i {
    font-size: 18px;

}

.contact-icons a {
    color: var(--black-color);
    margin-left: 20px;

}

.location a {
    color: var(--black-color);
}

.phone-div a {
    margin-left: 10px;
}

#cell-phone {
    margin-left: 93px;
}



.social-icons i {
    color: var(--black-color);
    font-size: 23px;
    padding: 10px 10px 10px 0px;
    transition: all 0.5s ease-in-out;
    position: relative;
    margin: auto 5px;


}

.social-icons i:hover {
    bottom: 10px;
    color: var(--purple-color);

    font-size: 24px;
}

/* 
================
    electro page
================== */

.electro-title-bg {

    background-color: var(--voliet-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.electro-title-bg h1 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 35px;
    padding: 190px 0px;

}

.main-style-service-img img {
    width: 100%;
    height: 100%;
}

.main-style-service-img-right img {
    border-radius: 0px 15px 15px 0px;
}

.main-style-service-img-left img {
    border-radius: 15px 0px 0px 15px;
}

.main-style-electro {
    padding: 40px 50px;
}

.title-electro p {
    margin-top: 10px;
}

.sub-class {
    background-color: var(--gray-color);
    border-radius: 15px;
    margin-top: 40px;
}

.sub-class-content {
    padding: 30px;


}

.sub-class-content h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.sub-class-content p {
    font-size: 15px;
}

.form-bg {
    margin-top: 40px;
}

.form-heading h2 {
    text-transform: none;
}

input,
textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    width: 80%;
    margin-top: 20px;
}

.form-bg .main-btn {
    padding: 7px 70px;
    outline: none;
    background: transparent;
    border-radius: 5px;
    border: 1px solid var(--red--color);
    font-size: 15px;
    position: relative;
    transition: ease-in-out 0.4s;
    overflow: hidden;
}

.form-bg .main-btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: -50px;
    top: 0;
    border-right: 50px solid transparent;
    border-bottom: 100px solid var(--red--color);
    transform: translate(-100%);
    transition: transform .5s linear;
    z-index: -1;

}

.form-bg .main-btn:hover::before {
    transform: translate(0);

}

.form-bg .main-btn:hover {
    color: #fff;

    transition: 0.5s all ease-in-out;


}
.consultancy-service ul{
    padding-left: 1rem;
    font-size: 15px;

}
.consultancy-service {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;

}



.sub-class-content ul {
    padding-left: 1rem;
    font-size: 15px;
}

.main-style-contactus-card {
    display: flex;
    justify-content: center;
    padding: auto 10px !important;
}
.consultancy-service-main{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;

}
.consultancy-service-main h1{
    font-size: 28px;
    margin-bottom: 10px;

}
.consultancy-service-main  ul {
    padding-left: 1rem;
    font-size: 15px;
}
.consultancy-service-main{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 15px;
}
.consultancy-service-style li{
    margin-bottom: 8px;
}



/* About us page */
.aboutus-content {
    padding: 25px 0px 50px 0px;
    text-align: center;
}

.sub-class-aboutus h2 {
    margin: 30px 0px;
}

.sub-class-aboutus p {
    width: 90%;
    margin: auto;
}

.story-bg {
    background-color: var(--gray-color);
    padding: 50px;
}

.our-story-content {
    padding: 20px;
}


.our-story-content p {
    margin: 20px 0px;
}

.story-img {
    height: 350px;
    width: 400px;
    background-image: url('../images/aboutus/aboutus.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px;
    border-radius: 20px;

}

.our-team-bg {
    padding: 60px;
    text-align: center;
}

.our-team-bg h5 {
    font-size: 26px;
    font-weight: 600;

}

.our-team-main-card {
    margin-top: 30px;
    display: flex;
    justify-content: center;


}

.our-team-card {
    height: 360px;
   width: 250px;
   margin: auto;
    padding: 0px;
    margin: 0px 10px;
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.17);

}

.our-team-card .card-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-team-card img {
    height: 250px;
    width: 100%;
}

.our-team-main-card h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.our-team-main-card p {
    font-size: 16px;

}
.team-heading{
    position: relative;
}
.team-heading::before {
    content: "";
    position: absolute;
    top: 36px;
    border-bottom: 2px solid var(--purple-color);
   width: 25%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    /* left: 398px; */
    right: 38%;
}
/*
=================
Contact us page
================= */
.message-bg {
    padding: 60px 40px;
    position: relative;
}

.address {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 40px;
    position: relative;
    top: 20px;
}

.address i {
    font-size: 40px;
    color: var(--red--color);
    padding: 15px;
}

.location {
    margin: 20px 0px;
}

.address ul {
    list-style: none;
}

.vl {
    border-left: 2px solid var(--black-color);
    height: 430px;
    position: absolute;
    left: 37%;
   
    top: 20%;
}

.message-bg .form-bg {
    padding: 0px 20px;
}

.message-bg .form-bg h2 {
    margin-bottom: 20px;
    text-transform: none;
    font-size: 30px;
}

.message-bg input,
textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    width: 90%;
    margin-top: 15px;
}

.address {
    font-weight: 500;
    line-height: 1.7;
}

/* career page */
.career-page-bg {
    background-image: url('../images/career/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-page-bg .main-content {
    background-color: transparent;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

.career-page-bg .main-content h5 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    font-style: italic;
    color: var(--purple-color);

}

.career-page-bg img {
  
    border-top-right-radius: 25%;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
    border-top-left-radius: 10%;
    width: 90%;
    padding: 5%;


}


/* Abouts US page Pop-up */

.modal-header {
    display: flex;
   
    align-items: center;
    justify-content: center;
  
}
.modal-footer {
    display: flex;
   align-items: center;
    justify-content: center;
   
}
.main-content-para a {
    color: var(--black-color);
}
.modal-content .main-content-para {
    padding: 10px;

}
.modal-content  .main-content-client h6 {
    margin-top: 6px;

}
.modal-footer .btn-danger{
    background-color: var(--purple-color);
   border: none;
   padding: 5px 30px;
}

/* .client-preview {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
     display: none;
   transition: 1s all ease-in-out;
}

.client-preview .preview {
    padding: 2rem;
    text-align: center;
    background: #fff;
    position: relative;
    width: 600px;
    margin: 20px;
    border-radius: 5px;
    display: none;
}

.preview .main-content-client {
    margin-top: 10px;

}

.preview .main-content-client h6 {
    margin-top: 6px;

}

.preview .main-content-para {
    padding: 10px;

}

.main-content-para a {
    color: var(--black-color);
}

.client-preview .preview.active {
    display: inline-block;
}

.client-preview .fa-solid {
    position: absolute;
    cursor: pointer;
    font-size: 35px;
    top: 15px;
    right: 25px;
    transition: 0.2s all ease-in-out;
}

.client-preview-img img{
    width: 50%;
} */
.main-content-para {
   
    font-weight: 500;
}

.career-form-bg{
    /*background-image: url('../images/career/formbg.jpg');*/
    background-color: #021E73;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  
   padding: 80px;
}
.form-section{
    background-color: #fff;
   width: 800px;
    padding: 50px;
    position: relative;
    border-radius: 10px;
    margin: auto 20px;
    
}
.form-section .form-control{
    margin:5px auto;
    padding: 5px 20px;
}
.location-bg{
    background-image: linear-gradient(90deg, rgba(25,56,150,0.5298494397759104) 0%, rgba(72,66,161,0.7483368347338936) 100%),url('../images/career/loc.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    right: 80px;
    padding: 40px;
    width: 320px;
    border-radius: 10px;
}

.location-bg { 
    color: #fff;
}
.location-bg h5{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.location-content{
    margin-top: 50px;
}
.location-content i{
    border: 1px solid;
    padding: 10px;
    font-size: 18px;
}
.location-bg .location-content a{
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
   
}
.location-bg .location-content p{
    color: #fff;
    margin-left: 20px;

}
.loc-icon-info{
    display: flex;
    align-items: center;
}

.detalil-form-bg h5{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
.detalil-form-bg .fliename-bg input{
    border-bottom: 0px solid #000000;
    margin:1px auto;
    margin-bottom: 10px;
}
.card-body-style {
    padding-left:0px;
}