/* common css start */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
body{
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle;
}



/* common css end */

/* navbar */
.quicktech-logo img{
    height: 64px;
}

.quicktech-search-btn{
    border: none;
    background-color: transparent;
}
.quicktech-nav-search{
    position: relative;
}
.quicktech-search-btn {
	position: absolute;
	right: 10px;
	top: 7px;
}
.quicktech-nav-search input{
    border-radius: 16px;
}
.navbar-expand-lg {
	flex-wrap: nowrap;
	justify-content: flex-start;
	background-color: #00000047;
	z-index: 2024;
}
.nav-item a{
    font-size: 14px;
  color: white;
  font-weight: 600;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
	color: white !important;
}
.nav-link:focus, .nav-link:hover {
	color: white !important;
}
.dropdown-item{
    color: black !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
/* Style for the nested dropdown */
.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%; /* Position to the right of the parent */
    margin-top: -0.5rem;
    display: none; /* Hide the submenu by default */
  }
  
  /* Show submenu on hover */
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
/* navbar */

/* banner */
.swiper {
    width: 100%;
    height: 700px;
  }

  #quikctech-banner {
	height: 650px;
}
  .quikctech-swiper-banner{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  }
  .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
	background: #ba2033 !important;
    z-index: 9;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius,50%);
	background: var(--swiper-pagination-bullet-inactive-color,#000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}


.quikctech-bannerslide-inner{
    position: relative;
}
.quicktech-banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.quicktech-banner-text h3{
    font-size: 50px;
  color: white;
  font-weight: 600;
}
.quikctech-bannerslide-inner p{
    font-size: 20px;
    color: white;
    width: 700px;
    margin-left: auto;
}
.quikctech-bannerslide-inner img{
    filter: brightness(80%);
}

.quikctech-bannerslide-inner{
    height: 100%;
}
/* banner */

/* categoris */
.quicktech-categories-inner {
	padding: 10px;
	background-color: #f7f7f7;
	border-radius: 10px;
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    transition: 0.2s ease;
}
.quicktech-categories-inner:hover{
    transform: scale(1.04);
}
.quicktech-categories-inner h6{
    color: black;
    padding-top: 10px;
}
.quicktech-categories-inner img{
    height: 76px;
}
/* categoris */

/* company */
/* company part start */
.c-img img{
    height: 77px;
}
.c-img{
    padding-left: 20px;
}
#company{
    position: relative;
    padding-bottom: 50px;
}
.prev {
	position: absolute;
	top: 46%;
	left: 10px;
	font-size: 30px;
	cursor: pointer;
	transition: 0.4s;
    z-index: 99;
}
.next{
    position: absolute;
    top: 46%;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    transition: 0.4s;
    z-index: 99;
}   
.prev:hover{
    color: red;
} 
.next:hover{
    color: red;
}
/* company part end */
.quicktech-main-head h4{
    font-size: 30px;
    font-weight: 600;
}
.quicktech-main-head p{
    font-size: 16px;
    font-weight: 400;
}
/* company */

/* about */
.quicktech-about-text h4 {
	font-weight: 600;
	font-size: 34px;
	color: black;
}
.quicktech-about-text p {
	color: #0000008f;
	text-align: justify;
}
.quicktech-about-text{
    padding: 16px 20px;
}
.quicktech-about-img img{
    height: 260px;
}


/* about */

/* commercial */
.quicktech-c-head h5{
    position: relative;
}
.quicktech-c-head h5::after {
	position: absolute;
	content: "";
	top: 11px;
	left: -2px;
	width: 34%;
	height: 1px;
	background-color: #000;
}
.quicktech-c-head h5::before {
	position: absolute;
	content: "";
	top: 11px;
	right: -2px;
	width: 34%;
	height: 1px;
	background-color: #000;
}
.quikctech-commercial-video iframe {
  width: 100% !important;
  height: 290px;
}
.quikctech-commercial-btn a{
    font-size: 17px;
  font-weight: 500;
  color: #ba2033;
}
.quicktech-testi-text {
	padding: 30px;
	background-color: #262263;
	height: 276px;
	margin-top: 22px;
}
.quicktech-testi-text p{
    color: white;
    text-align: justify;
}
.quicktech-links{
    padding: 33px;
}
.quicktech-links ul{
    display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.quicktech-links ul li{
    border-bottom: 1px solid #ddd;
}
.quicktech-links ul li a{
    color: black;
    transition: 0.3s ease;
}
.quicktech-links ul li a:hover {
  color: #F04E4C;
}
.quicktech-links{
    height: 290px;

    overflow-y: auto;
}
/* commercial */

/* allbout */
#quicktech-allabout{
  padding: 70px 0;
  margin: 40px 0;
  background-attachment: fixed !important;

}
#quicktech-allabout{
    position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000b5;
}
.quikctech-all-about-inner{
    position: relative;
    z-index: 9;
    display: flex;
  gap: 17px;
  padding: 20px;
}
.quikctech-all-about-text h4{
    color: white;
    font-weight: 600;
}
.quikctech-all-about-text p{
    color: white;
}
.quicktech-icon img{
    height: 60px;
}
.gapp{
    row-gap: 20px;
}


/* allabout */

/* event */
.quikctech-event-img {
	height: 226px;
    overflow: hidden;
}
.quikctech-event-img img{
    height: 100%;
    transition: 0.2s ease;
}
.quikctech-event-img img:hover{
    transform: scale(1.03);
}
.quikctech-event-img{
    position: relative;
}
.quicktech-event-date{
    position: absolute;
  top: 10px;
  right: 11px;
  background-color: black;
  text-align: center;
  padding: 7px;
}
.quicktech-event-date p{
    color: white;
    font-size: 14px;
}
.quicktech-event-inner{
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
background-color: #f7f7f7;
}
.quicktech-event-text{
    padding: 10px 20px;
}
.quicktech-event-text h5{
    color: black;
    font-weight: 600;
}
.quicktech-event-text p{
    color: black;
}
/* event */

/* footer */
#quikctech-footer {
  background-color: #252C6D;
  padding: 30px 0;
    padding-bottom: 30px;
  padding-bottom: 0px !important;
}
.quikctech-footer-inner img{
    height: 100px;
}
.quikctech-footer-inner p {
	color: #ffffff96;
	font-size: 15px;
}
.quikctech-social ul{
    display: flex;
    gap: 15px;
}
.quikctech-social ul li a{
    color: white;
    font-size: 25px;
    transition: 0.3s ease;
}
.quikctech-social ul li a:hover{
    color: rgba(255, 255, 255, 0.527);
}
.footer-menu ul{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.footer-menu ul li a{
    color: rgba(255, 255, 255, 0.616);
    transition: 0.3s ease;
}
.footer-menu ul li a:hover {
  color: #F04E4C !IMPORTANT;
}
.footer-menu{
    padding: 20px;
}
.footer-menu h4 {
  color: #F04E4C;
  font-size: 21px;
  font-weight: 600;
}
.quikctech-news h6{
    font-size: 18px;
  color: white;
}
.quicktech-subs input{
    width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.quicktech-subs button{
    width: 100%;
  padding: 6px;
  background-color: #F04E4C;
  color: white;
  font-weight: 600;
  border: none;
  margin-top: 7px;
}
.quicktech-copyright p{
    color: white;
}
/* footer */

/* career page */
.quicktech-job-posting img {
	height: 180px;
	filter: brightness(60%);
}
.quicktech-job-posting{
    position: relative;
}
.page-head{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-head h4{
    color: white;
    font-size: 40px;
    font-weight: 600;
}
.quicktech-table th {
    background-color: #f5f6f7; /* Light gray background for header */
    font-weight: bold;
}
.quicktech-btn-view {
    background-color: #007bff; /* Bootstrap primary color */
    color: white;
    font-weight: bold;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}
.quicktech-btn-view:hover {
    background-color: #0056b3; /* Darker shade of blue on hover */
    color: white;
}
.quicktech-btn-view svg {
    margin-left: 5px;
}
.quicktech-job-no{
    background-color: cadetblue;
    padding: 30px 40px;
    border-radius: 10px;
}
.quicktech-job-no h4 {
	color: white;
	font-size: 37px;
}
.quicktech-job-no p{
    color: white;
}
.quicktech-job-no a{
    padding: 6px 20px;
  background-color: #262263;
  color: white;
  font-weight: 600;
  border-radius: 5px;
}
/* career page */

/* job details */
.page-head a{
    padding: 6px 20px;
  background-color: red;
  color: white;
  font-weight: 600;
  border-radius: 5px;
}

.quicktech-job-s{
    display: flex;
  justify-content: center;
  gap: 20px;
}
.quicktech-job-s li{
   color: white;
   padding: 10px 0;
   font-weight: 600;
}
.highlight {
    font-weight: bold;
  }
  .details {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
  }
/* job detaiuls */

/* apply */

.quicktech-apply-form{
    padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.quicktech-form{
    background-color: cadetblue;
}
.quicktech-apply-img img{
    padding: 64px 30px;
    height: 440px;
}
.quicktech-contact-head{
    padding: 10px;
    background-color: #0056b3;
}
.quicktech-contact-head h5{
    color: white;
    font-weight: 600;
}

.quicktech-contact-inner {
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.quicktech-contact-text{
    padding: 10px;
}
/* apply */

/* company */
.quikctech-about-menu ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid #ddd;
    background-color: #ddd;
}
.quikctech-about-menu ul li {
	padding: 10px 20px;
	border-bottom: 1px solid white;
}
.quikctech-about-menu ul li a{
    color: black;
    font-size: 17px;
    font-weight: 500;
}
.quikctech-about-menu ul li:hover{
    background-color: cadetblue;
}
.quikctech-about-menu{
    padding: 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.219);
}
.quikctech-company-text p{
    font-weight: 500;
}
.quikctech-company-text{
    padding: 0 30px;
}
/* company */

/* board page */

.quikctech-board-img img{
    height: 380px;
}

.quikctech-b-head{
    padding: 9px;
  background-color: cadetblue;
  padding-bottom: 1px;
}
.quikctech-b-head h6{
    color: white;
  font-weight: 600;
}
.quikctech-b-main{
    padding: 12px;
}
.quikctech-b-main p{
    color: #000000b2;
}
.quikctech-b-main strong{
    font-size: 17px;
}
.quicktech-director-profile-head{
    padding: 10px;
    background-color: cadetblue;
}
.quicktech-director-profile-head h3{
  color: white;
}
.quikctech-profile-main {
	display: flex;
	/* gap: 23px; */
	padding-top: 30px;
	border-bottom: 1px solid #ddd;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.quikctech-p-img img {
	height: 300px;
	width: 100%;
}
.quikctech-about-menu{
        position: sticky;
        top: 25px;
  
}

/* broad */

/* mission */
.quikctech-m-main{
    text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}
.quikctech-m-main p{
    padding-top: 10px;
    text-align: justify;
}
.quikctech-award-inner{
    border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}
.quikctech-award-inner img{
    height: 180px;
}
/* mission */

/* milesstone */
/* Timeline Container */
.timeline-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

/* Header Section */
.timeline-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.timeline-header .logo img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}

.timeline-header h1 {
    font-size: 2rem;
    color: #ff9900;
    margin: 0;
}

/* Timeline */
.timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 20px 0;
}

/* Line */
.timeline:before {
    content: "";
    position: absolute;
    width: 4px;
    background: #ccc;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/* Timeline Item */
.timeline-item {
    width: 50%;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    text-align: left;
}

.timeline-item h2 {
    font-size: 1.5rem;
    color: #0056b3;
    margin-bottom: 10px;
}

.timeline-item p {
    font-size: 1rem;
    color: #333;
}

.timeline-item img {
 
    height: 60px;
    margin-top: 10px;
}

/* Left and Right Alignment */
.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    text-align: left;
}

/* Connect Items to the Line */
.timeline-item.left:before,
.timeline-item.right:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #ccc;
    border-radius: 50%;
    top: 10px;
    z-index: 3;
}

.timeline-item.left:before {
    right: -10px;
}

.timeline-item.right:before {
    left: -10px;
}


/* milestone */

.page-bottom-apply a{
    padding: 8px 20px;
  background-color: red;
  color: white;
  border-radius: 5px;
}

/* accessories */

.quicktech-a-p img{
    height: 170px
}

.quicktech-a-p{
    cursor: pointer;
}
#quicktechModal{
  z-index: 9999999;
}
.quicktech-a-ban-img img{
    height: 500px;
}
.quicktech-t-img img{
    height: 450px;
}
/* accesories */

/* product */
.quicktech-enquiry-modal{
    z-index: 99999;
}

.quicktech-enquiry a{
    padding: 8px 25px;
  background-color: red;
  color: white;
  font-weight: 600;
  border-radius: 5px;
}
/* product */

/* service */
.quicktech-s-inner {
	background-color: white;
	padding: 30px;
}

.quicktech-s-main p{
    padding-left: 26px;
}
/* service */

/* sub-index */
.quicktech-sub-about-img img{
    height: 470px;
}
.quicktech-sub-ab-text{
    padding: 30px;
}
.quicktech-sub-ab-text h4{
    font-size: 35px;
    font-weight: 600;
}

.quikctech-about-btn a{
   padding: 7px 20px;
   background-color: #0056b3;
   color: white;
   font-weight: 600;
   border-radius: 5px;

}
.quikctech-loca-inner h3{
    color: white;
}
.quikctech-loca-inner p{
    color: rgba(255, 255, 255, 0.568);
}
.quicktech-loca-img svg {
	height: 567px;
}
.carousel-indicators [data-bs-target] {

	background-color: black;
	
}
.quikctech-loca-inner{
    padding: 41px;
}
.quicktech-comprehensive-img img{
    height: 393px;
}
.quikctech-c-main h1{
    font-weight: 600;
}
.quicktech-featured-img{
    position: relative;
    height: 250px;
    transition: 0.3s ease;
}
.quicktech-featured-img img{
    height: 100%;
    border-radius: 10px;
}
.overlay-main{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.322);
    text-align: center;
    opacity: 0;
    transition: 0.3s ease;
    
}
.quicktech-featured-img:hover .overlay-main{
    height: 100%;
    opacity: 1;
}
.overlay-main h4{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.quikctech-project-d-inner img{
    height: 400px;
}
.quikctech-project-d-inner{
    padding: 40px;
}
/* sub-index */



  .design-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .design-info {
    display: flex;
    margin-bottom: 10px;
  }

  .info-label {
    font-weight: bold;
    margin-right: 10px;
    min-width: 80px;
  }

  .info-value {
    color: #555;
  }

  .info-value.completed {
    color: green;
  }
  .quikctech-project-d-text{
    padding: 40px;
  }

  .testi-img img{
    height: 290px;
  }
  
  .page-head {
    text-align: center;
  }
  .quicktech-contact-inner{
    transition: 0.3s ease;
  }

  .quicktech-contact-inner:hover .quicktech-contact-head{
    background-color: cadetblue;
   
  }
  .quicktech-contact-head{
    transition: 0.3s ease;
  }
  .quicktech-copyright a{
    color: white;
  }
  .quicktech-news-inner img{
    height: 500px;
  }
  .quicktech-news-inner h3{
    padding: 12px 0;
  }

  .quicktech-news-inner p{
    text-align: justify;
  }
  
  .quicktech-footer-map iframe{
      width:100% !important;
      height:186px !important;
  }
  .quicktech-loca-img iframe{
      width:100%;
  }