/*
Theme Name: tiss-theme
*/



@font-face {
	font-family: 'melodrame';
	src: url(../tiss-theme/assets/relationship-of-melodrame/relationship-of-melodrame.ttf);
	font-weight: 500;
}

@font-face {
	font-family: 'inter-regular';
	src: url(../tiss-theme/assets/inter/Inter-Regular.otf);
	font-weight: 500;
}


@font-face {
	font-family: 'inter-medium';
	src: url(../tiss-theme/assets/inter/Inter-Medium.otf);
	font-weight: 600;
}

@font-face {
	font-family: 'inter-semibold';
	src: url(../tiss-theme/assets/inter/Inter-SemiBold.otf);
	font-weight: 700;
}

@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Regular.otf);
	font-weight: 400;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Medium.otf);
	font-weight: 500;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Semibold.otf);
	font-weight: 600;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Bold.otf);
	font-weight: 700;
}





h1,h2,h3,h4,h5,h6{
     font-weight: 700;
}
p, a, li{
   font-family: 'inter-regular';
   font-weight: 500;
    color: #ffffff;  
    font-size: 16px;
	line-height: 1.7 !important;
}
span{
    font-family: "Roboto", sans-serif;  
}
a:hover{
   
    text-decoration: none !important;
}


.custom-container{
    padding:60px 4% 0;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0f5fa8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }
body{
  background: #f5f7fa !important;
}

.container {
    max-width: 1250px !important;
}


/* top header start */

.top-header {
    position: fixed;
    top: 0;
    padding: 8px 0;
    width: 100%;
    background: #0f5fa8;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
}

.cont-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 15px;
}

.cont-head i {
    color: #fff;
    margin-right: 6px;
}

.cont-head a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.cont-head a:hover {
    color: #e99e21;
}

.cont-head .divider {
    width: 1px;
    height: 18px;
    background-color: #ccc;
    margin: 0 10px;
}

.cont-head-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 15px;
}

.cont-head-right i {
    color: #ffffff;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.cont-head-right a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
}

.cont-head-right a:hover {
  color: #e99e21;
}

.cont-head-right a:hover i {
  color: #e99e21;
}

.cont-head-right .fa-arrow-right {
    margin-left: 5px;
    font-size: 14px;
    transform: rotate(320deg);
}

/* top header ends */


 /* header section start */

.header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: -1px 0px 15px 4px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    margin: auto;
    padding: 15px;
    transition: 0.3s ease-in-out;
}

.header-logo img {
    width: 130px;
    object-fit: contain;
    height: 65px;
    display: block;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.header-button {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-button .enquiry-btn a {
    background: #f5a623;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
    text-decoration: none;
}

.header-button .enquiry-btn i {
  transform: rotate(-45deg);
  transition: 0.3s ease-in;
}

.header-button .enquiry-btn:hover i {
  transform: rotate(0deg);
    transition: 0.3s ease-out;
}


.header-button .enquiry-btn a:hover {
  background: #e59400;
  transform: translateY(-2px);
}

.f-nav .header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 38px;
    z-index: 1000;
	padding: 15px;
    border-radius: 0;
    margin: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 140px;
}

.f-nav .menu-logoheader{
    padding-top: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #0a68bb !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px 0px 10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #0a68bb !important;
}

 /* header section ends */


/* banner section start  */

.banner-office-image img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.banner-wrapper {
    padding: 60px 0 ;
    background: #ffffff;
}

.banner-title {
    font-size: 48px;
    font-weight: 600;
    color: #0d75d1;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-contents p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* Buttons */
.banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}

.products-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    background: #0b74d1;
    border: 1px solid #0b74d1;
    padding: 15px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.products-banner-btn:hover {
  color: #0b74d1 !important;
  background-color: #ffffff;
  text-decoration: none !important;
  border: 1px solid #0b74d1;
}

.products-banner-more-btn{
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.products-banner-btn-default1,
.products-banner-btn-hover1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: #ffffff !important;
}

.products-banner-btn-hover1 {
  color: #0b74d1 !important;
}

.products-banner-btn-default1 {
  opacity: 1;
  z-index: 2;
}

.products-banner-btn:hover .products-banner-btn-default1 {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.products-banner-btn-hover1 {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.products-banner-btn:hover .products-banner-btn-hover1 {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}


.banner-play-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.circle-play-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1478d0;
    color: #fff;
    font-size: 26px;
    transition: 0.3s;
    animation: animate-pulse 3s linear infinite;
}

.circle-play-btn:hover {
  transform: scale(1.1);
}

@keyframes animate-pulse {
  0% {
    box-shadow: 
      0 0 0 0 rgba(15, 95, 168, 0.7),
      0 0 0 0 rgba(15, 95, 168, 0.7);
  }
  40% {
    box-shadow: 
      0 0 0 50px rgba(15, 95, 168, 0.0),
      0 0 0 0 rgba(15, 95, 168, 0.7);
  }
  80% {
    box-shadow: 
      0 0 0 50px rgba(15, 95, 168, 0.0),
      0 0 0 30px rgba(15, 95, 168, 0);
  }
  100% {
    box-shadow: 
      0 0 0 0 rgba(15, 95, 168, 0.0),
      0 0 0 30px rgba(15, 95, 168, 0);
  }
}

.banner-play-btn {
    position: absolute;
    top: -50px;
    left: 78px;
    background: #207dd0;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.banner-play-btn:hover {
    background: #207dd0;
    color: #fff;
}

.banner-slick img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  margin: 0 auto;
}

.banner-wrapper .slick-prev, .banner-wrapper .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    background: #f5f7fa !important;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 2;
}

.banner-wrapper .slick-prev i,
.banner-wrapper .slick-next i {
  font-size: 18px;
  color: #000;
}

.banner-wrapper .slick-prev:hover,
.banner-wrapper .slick-next:hover {
  background: #0073e6;
}

.banner-wrapper .slick-prev {
  left: 10px;
}

.banner-wrapper .slick-next {
  right: 10px;
}

.banner-wrapper .slick-arrow::before {
  display: none;
}


/* SCROLLING INFO BAR */
.scroll-info {
  overflow: hidden;
  position: relative;
}

.fade-left, .fade-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    pointer-events: none;
    z-index: 2;
}

.fade-left {
    left: 0;
    background: linear-gradient(90deg, rgb(252 252 252) 0%, rgb(254 254 254) 50%, rgb(0 0 0 / 0%) 100%);
}
.fade-right {
    right: 0;
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgb(0 0 0 / 0%) 100%);
}

.scroll-track {
  display: flex;
  white-space: nowrap;
  animation: scrollLoop 20s linear infinite;
}

.scroll-items div {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    font-weight: 600;
    color: #000;
    padding: 15px;
    border: 2px solid #eee;
}

.scroll-items i {
  margin-right: 10px;
  color: #0073e6;
}

@keyframes scrollLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.banner-image {
  position: relative !important;
}

.banner-slick {
  margin-bottom: 30px;
}

.info-box-outside {
    background-image: url(./assets/img/banner-cardbgg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 23px 0 23px 23px;
    padding: 24px 16px;
    width: 100%;
    max-width: 285px;
    text-align: left;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    position: absolute;
    top: 170px;
    left: -120px;
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
	z-index: 5;
}

/* When visible */
.info-box-outside.show {
  opacity: 1;
  transform: scale(1);
}

/* Pop animation (bounce scale) */
.info-box-outside.pop {
  animation: popIn 0.6s ease forwards;
}

@keyframes popIn {
  0% { transform: scale(0.6); opacity: 0; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

/* HEADER (dot + title) */
.info-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.green-dot {
    position: absolute;
    top: 155px;
    left: 165px;
    width: 18px !important;
    height: 18px;
    background: #004d17;
    border-radius: 50%;
    flex-shrink: 0;
    animation: pulseDot 1.2s infinite ease-in-out;
    border: 5px solid #ffffff;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.info-box-outside .tooltip-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.info-box-outside .model-num {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.info-box-outside .highlight p {
    font-size: 12px !important;
    margin-bottom: 5px;
}

.highlight1:last-child p {
    margin-bottom: 0 !important;
}

.product-image {
  max-height: 500px;
  width: auto;
  display: inline-block;
  border-radius: 10px;
}


/* banner section ends */


 /* about us section start  */

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

.about-description h2 {
    color: #000;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.about-description p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 16px;
    color: #000;
}

.about-description {
    margin-bottom: 30px;
}

.about-list li {
    font-size: 16px;
    color: #000000b0;
    font-weight: 500;
}

.about-content-title {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;    
}

.about-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    background: #f5a623;
    border: 1px solid #f5a623;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.about-btn:hover {
  color: #fff !important;
  background-color: #0b74d1;
  text-decoration: none !important;
  border: 1px solid #0b74d1;
}

.about-more-btn {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.about-btn-default1,
.about-btn-hover1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: #ffffff !important;
}

.about-btn-hover1 {
  color: #fff !important;
}

.about-btn-default1 {
  opacity: 1;
  z-index: 2;
}

.about-btn:hover .about-btn-default1 {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.about-btn-hover1 {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.about-btn:hover .about-btn-hover1 {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}


/* about us section end  */



/* iso section start  */


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

.iso-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 50px;
}

.iso-card {
    background: #efefef;
    border: 1px solid #b8b8b8;
    border-radius: 23px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
    width: 100%;
    max-width: 362px !important;
}

.iso-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 22px rgba(0,0,0,0.12);
}

.iso-image-certificate {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 13px;
}

.iso-footer {
  padding-top: 10px;
  border-top: 1px solid #eee;
  text-align: center;
}

.iso-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 18px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.iso-btn:hover {
  background: #007bbf;
  color: #fff;
}

.iso-empty {
  text-align: center;
  font-size: 16px;
  color: #777;
}



/* iso section end  */



/* why choose us section start  */


.why-choose-us-section {
    padding: 60px 0;
    background: #fff;
}

.why-choose-us-title {
  font-size: 40px;
  font-weight: 700;
  color: #1b3b69;
  text-align: center;
  margin-bottom: 50px;
}

.why-choose-us-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    margin: auto;
    justify-content: center;
}

.why-choose-us-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #f1f1f1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px 30px;
    flex: 0 0 calc(25% - 20px);
}

.why-choose-us-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.why-choose-us-icon {
  color: #007bbf;
  font-size: 22px;
  font-weight: 700;
  margin-right: 12px;
}

.why-choose-us-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}

/* why choose us section end  */


/* Director’s Message section start  */


.md-message-section {
  padding: 60px 0;
}

.md-image {
    position: relative;
}

.md-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}

.md-image-caption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 16px;
  border-radius: 6px;
  color: #fff;
}

.md-name {
    font-size: 25px;
    margin-bottom: 5px;
    color: #fff;	
}

.md-position {
	font-size: 16px;
	color: #fff;
}

.md-content {
  padding-left: 30px;
}

.md-title {
    font-size: 28px;
    color: #111;
    margin-bottom: 30px;
    font-family: 'inter-semibold';
}

.md-description p {
    color: #626364;
    line-height: 1.8 !important;
    font-size: 16px;
}


/* Director’s Message section end  */




/* our solution section start  */


.our-solutions-section {
  padding: 60px 0;
}

.our-solutions-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 20px;
}

.our-solutions-para {
    color: #00000096;
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto 50px;
}

.our-solutions-col {
    margin-bottom: 20px;
}

.our-solutions-card {
    border: none;
    border-radius: 18px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffffa1;
}

.our-solutions-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.our-solutions-card-body {
  padding: 28px;
}

.our-solutions-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1b3b69;
  margin-bottom: 14px;
}

.our-solutions-card-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.our-solutions-card-content ul {
  padding-left: 18px;
  margin-top: 10px;
}

.our-solutions-card-content li {
    color: #444;
}



/* our solution section end  */


.our-solutions-last {
    padding: 40px 0;
    background: #e4e4e4;  
}

.our-solution-content {
    font-size: 25px;
    text-align: center;
    width: 80%;
    margin: auto;
    font-weight: 700;
}



/* below solution section start  */

.according-faq-section {
    padding: 60px 0;
    background-color: #fff;
}

.according-title {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.according-faq-sub-title {
    font-size: 16px;
    color: #00000096;
    margin-bottom: 50px;
}

.according-faq-header {
    text-align: center;
    width: 68%;
    margin: 0 auto 20px;
}

.faq-right .accordion-faq-button {
    background: #e3e3e363;
    font-size: 16px;
    color: #000000;
    padding: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    width: 100%;
    position: relative;
    justify-content: space-between;
    font-weight: 600;
}

.accordion-faq-body {
    padding: 0 20px 10px;
    background: #e3e3e363;
}

.faq-right .according-home-faq-content {
    background: #ffffff;
    padding: 12px 16px;
    border-radius: 10px;
    margin: 0;
}

.according-home-faq-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    margin: 5px 0;
}

.faq-right .accordion-faq-button::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: auto;
}

.faq-right .accordion-faq-button:not(.collapsed)::after {
  transform: rotate(-135deg); 
}


/* below solution section end  */


/* contact section start  */

.contact-us-wrapper {
    padding: 60px 0 ;
}

.contact-us-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 20px;
}

.contact-us-para {
    font-size: 16px;
    color: #00000096;
    text-align: center;
    width: 60%;
    margin: 0 auto 50px;
}

.contact-us-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 22px 60px 22px 80px;
    margin: 0 auto 18px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;
    text-shadow: 0 0 10px rgba(0,0,0,.4);
    background-size: 110%;
    transition: background-position .6s ease, box-shadow .4s ease;
}

.contact-us-btn:hover {
  background-position: 0% 30%;
  color: #fff;
}

.contact-us-btn::before {
  font-family: FontAwesome;
  font-size: 28px;
  position: absolute;
  left: 26px;
  top: 20px;
  transition: transform .6s ease;
}

.contact-us-btn::after {
  font-family: FontAwesome;
  font-size: 110px;
  position: absolute;
  right: -130px;
  top: -30px;
  opacity: .25;
  transition: right .4s ease, transform 20s linear;
}

.contact-us-btn:hover::after {
  right: -40px;
}

.contact-us-btn:hover::before {
  transform: scale(1.2);
}

.contact-us-btn-purple {
    background-image: linear-gradient(to bottom, #0b74d1, rgb(40 118 211));
}

.contact-us-btn-purple:hover {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .15) inset, 0 0 20px #1375d1;
}

.contact-us-btn-purple::before,
.contact-us-btn-purple::after {
  content: "\f095"; /* phone icon */
  color: #fff;
}

/* contact section end  */



/* footer section start  */

.footer {
    padding: 60px 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

.footer-block h4 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.footer-social a {
    font-size: 25px;
    margin-right: 10px;
    color: #000;
}

.footer-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-block ul li {
  margin-bottom: 8px;
}

.footer-block ul li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-block ul li a:hover {
  color: #0071ce;
}

.footer-block p {
  color: #000;
  font-size: 15px;
}

.footer-block a {
  color: #000;
  font-size: 15px;
}

.footer-about p {
    color: #000;
    margin-top: 15px;
}

.footer-bottom {
  padding: 30px 0;
    background: #fff;
}

.footer-bottom p {
  color: #000;
}

.footer-bottom a {
  color: #000;
}

.footer-bottom-left-col {
  display: flex;
  justify-content: flex-start;
}

.footer-bottom-right-col {
  display: flex;
  justify-content: flex-end;
}


/* footer section end  */



/* innerpage heading section start */

.innerpage-header {
    position: relative;
    height: 60vh;
    overflow: hidden;
}

.innerpage-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 54 54 / 50%);
    z-index: 1;
}

.innerpage-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
}

.pageheading-middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.pageheading-middle a {
    color: #fff;
}

.pageheading-middle h2 {
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
}

.breadcrumb_last {
    color: #fff;
}

/* innerpage heading section end */


/* inner page about us section start  */

.inner-about-us-section {
  padding: 60px 0;
}

.inner-about-us-top {
  position: relative;
  z-index: 1;
}

.inner-about-us-description h1,
.inner-about-us-description h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.inner-about-us-description p {
    color: #333;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 8px;
}

.inner-about-us-image {
  position: relative;
  display: inline-block;
}

.main-about-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 15px;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
    animation: fadeInRight 1s ease-out forwards;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.about-overlay {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.about-overlay img {
  width: 120px;
  height: auto;
}

.about-overlay-1 {
    bottom: -80px;
    left: -30px;
    z-index: 2;
}

.about-overlay-1 img {
    width: 325px;
    object-fit: contain;
    height: 225px;
    border: 8px solid #f5f7fa;
    border-radius: 25px;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.about-overlay-1 img {
  opacity: 0;
  animation: 
    fadeInLeft 1s ease-out forwards;
}

/* vision and mission  */

.vision-mission-box {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 5%) !important;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #d6d8db;
}

.vision-mission-box:hover {
  background: #fff;
  box-shadow: 0 4px 25px rgba(0,0,0,0.1);
}

.vision-mission-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
}

.vision-mission-box h3::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #0f5fa8;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.vision-mission-box p {
  color: #333;
  line-height: 1.8;
  margin-top: 15px;
}


/* what we do  */

.core-feature-section {
  padding: 60px 0;
}

.core-feature-header {
  text-align: center;
  margin-bottom: 60px;
}

.core-feature-title {
    font-size: 32px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 20px;
}

.core-feature-subtitle {
    color: #00000096;
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto 50px;
}

.core-feature-box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.core-feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.core-feature-icon {
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 14px;
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-feature-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.core-feature-item-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.core-feature-item-desc p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}



/* team section start  */

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

.team-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 50px;
}

.team-image {
    max-width: 85%;
    margin: auto;
}

.team-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 550px;
    border-radius: 12px;
}

/* team section end  */


/* inner page about us section end  */



/* inner page  product section start  */

.featured-products {
    padding: 60px 0;
}

.featured-products-header {
  text-align: center;
  margin-bottom: 60px;
}

.featured-products-subtitle {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 10px;
}

.feature-product-sub-content {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #00000094;
    margin-bottom: 50px;
}

.featured-products-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}


.featured-product-card {
  border: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}

.featured-product-image {
    background: #ffffff;
    border-radius: 23px;
    padding: 10px;
}

.featured-product-image img {
    width: 100%;
    object-fit: contain;
    height: 350px;
}

.featured-product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.featured-product-sub-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.featured-product-title {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.featured-model-number {
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.product-features li {
    font-size: 15px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 500;
}

.product-features i {
  color: #f5c518;
  margin-right: 8px;
}

.featured-products-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #ffffff;
    margin-right: 12px;
    position: relative;
    background: #0b74d1;
    border: 1px solid #0b74d1;
    padding: 10px 24px;
    width: 44%;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.featured-products-btn1:hover {
    color: #0b74d1 !important;
    text-decoration: none !important;
    border: 1px solid #0b74d1;
    background-color: transparent;
}

.featured-products-learn-more-btn {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: visible;
}

.featured-products-btn-default1, .featured-products-btn-hover1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: #ffffff !important;
}

.featured-products-btn-hover1 {
color: #0b74d1 !important;
}

.featured-products-btn-default1 {
  opacity: 1;
  z-index: 2;
}

.featured-products-btn1:hover .featured-products-btn-default1 {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.featured-products-btn-hover1 {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.featured-products-btn1:hover .featured-products-btn-hover1 {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}



/* sub product */


.sub-inner-product-section {
    padding: 60px 0;
}

.sub-inner-product-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin: 50px 0;
}

.sub-inner-product-row {
    justify-content: center;
}

.sub-inner-product-image {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 5px;   
}




/* faq section start  */


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

.faq-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}

.faq-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 10px;
}

.faq-sub-title {
    font-size: 16px;
    color: #000000cc;
    margin: 0;
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-header{
  margin: 0;
}

.faq-right .accordion-item {
    border-radius: 10px;
    margin-bottom: 15px;
    background: #ffffff;
    overflow: hidden;
    border: none;
}

.faq-right .accordion-button {
    background: #ffffff;
    font-size: 16px;
    color: #000000;
    padding: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    width: 100%;
    position: relative;
    justify-content: space-between;
    font-weight: 600;
}

.faq-right .accordion-button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg); 
  transition: transform 0.3s ease;
  margin-left: auto;
}

.faq-right .accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg); 
}

.faq-right .accordion-collapse {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

.faq-right .accordion-collapse.show {
  opacity: 1;
  max-height: 500px; 
}

.faq-right .accordion-body {
    padding: 0 20px 10px;
    background: #ffffff;
} 

.faq-right .according-faq-content {
    background: #f5f7fa;
    padding: 12px 16px;
    border-radius: 10px;
    margin: 0;
}

.faq-right .accordion-body p  {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    margin: 5px 0 ;
}


/* faq section end  */



.research-publication-section {
  padding: 60px 0;
}

.research-publication-col {
	padding-bottom: 20px;
}

.research-publication-section-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 50px;
}

.research-publication-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.research-publication-card {
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    background: #ffffffa1;
}

.research-publication-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.15);
}

.research-publication-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f5fa8;
  margin-bottom: 15px;
  text-align: center;
}

.research-publication-content {
  font-size: 15px;
  color: #555;
  text-align: center;
  line-height: 1.5;
}

.research-publication-button {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.research-publication-button:hover {
  transform: translateY(-2px);
}

.pdf-button {
  background-color: #28a745;
  color: #fff;
}

.pdf-button:hover {
  background-color: #1e7e34;
}



/* inner page product section end  */




/* single page product section start  */

.single-product-section {
  padding: 60px 0;
}

.single-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-product-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.single-product-content p {
  color: #000;
}

.single-product-content {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

.single-product-image img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.single-product-extra {
    background: #f9f9f9;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 13%);
    height: 100%;
}

.single-product-extra-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  position: relative;
}

.single-product-extra-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #0f5fa8; /* change to your theme color */
  margin-top: 6px;
  border-radius: 2px;
}

.single-product-extra-content {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

.single-product-highlights {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.single-product-highlights li {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}

.single-product-highlights li::before {
  content: "\f00c"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0f5fa8; 
  position: absolute;
  left: 0;
  top: 0;
}

/* single page product section end  */




/* inner page event section start  */

.event-section {
    padding: 60px 0px;
    border-radius: 33px;
    background: #fff;
}

.event-col {
    padding-top: 30px !important;
}

.event-section-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 50px;
}

.event-card {
    background: #efefef;
    border: 1px solid #b8b8b8;
    border-radius: 23px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
	max-width: 265px;
    width: 100%;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}

.event-image-wrapper {
    position: relative;
}

.event-image {
    width: 100%;
    height: 335px;
    object-fit: cover;
    border-radius: 13px;
}

.event-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  color: #fff;
  z-index: 2;
}

.event-badge-upcoming {
  background-color: #28a745;
}

.event-badge-previous {
  background-color: #6c757d;
}

.event-footer {
    padding-top: 10px;
    border-top: 1px solid #eee;
    text-align: center;
}

.event-btn {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 18px;
    text-decoration: none;
    transition: background 0.3s ease;
    border: none;
}

.event-btn:hover {
  background: #007bbf;
  color: #fff;
}

.no-event-items {
  text-align: center;
  font-size: 16px;
  color: #777;
}


/* inner page event section end  */



/* inner page gallery section start  */

.inner-gallery-section {
    padding: 60px 0px;
}

.gallery-section-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 50px;
}

.inner-gallery-col {
    padding-top: 20px;
}

.inner-gallery-card {
    background: #efefef;
    border: 1px solid #b8b8b8;
    border-radius: 23px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
	max-width: 265px;
    width: 100%;
}

.inner-gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}

.inner-gallery-image img {
    width: 100%;
    height: 335px;
    object-fit: cover;
    border-radius: 13px;
}

.inner-gallery-footer {
    padding-top: 10px;
    border-top: 1px solid #eee;
    text-align: center;
}

.inner-gallery-btn {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 18px;
    text-decoration: none;
    transition: background 0.3s ease;
    border: none;
}

.inner-gallery-btn:hover {
  background: #007bbf;
  color: #fff;
}

/* Empty state */
.no-inner-gallery-items {
  text-align: center;
  font-size: 16px;
  color: #777;
}


.inner-gallery-video-section {
  padding: 60px 0;
}

.inner-gallery-video-col {
	margin-bottom: 20px;
}

.inner-gallery-video-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 50px;
}

.inner-gallery-video-card {
    background: #efefef;
    border: 1px solid #b8b8b8;
    border-radius: 23px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
    width: 100%;
}

.inner-gallery-video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.inner-gallery-video-media {
    position: relative;
    width: 100%;
    object-fit: contain;
    height: 350px;
    background: #000;
    border-radius: 15px;
}

.inner-gallery-video-thumb {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.inner-gallery-video-player {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 15px;
}

.inner-gallery-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 2;
  border-radius: 15px;
}

.inner-gallery-video-play:hover {
  background: rgba(0, 0, 0, 0.55);
}

.inner-gallery-video-play i {
    font-size: 40px;
    color: #fff;
}

.inner-gallery-video-card.is-playing .inner-gallery-video-play {
  display: none;
}



/* inner gallery section end */



/* inner page testimonials section start  */

.testimonials-section {
  padding: 60px 0;
  background: #f8f9fb;
}

.testimonials-title {
    font-size: 40px;
    font-weight: 700;
    color: #1b3b69;
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-item {
    background: #ffffffad;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 25px;
    border-radius: 15px;    
}

.testimonial-video-box {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
}

.testimonial-video-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.testimonial-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
  transition: transform 0.3s ease;
}

.testimonial-video-link:hover .testimonial-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}



/* inner page testimonials section end  */




/* inner contact us section start  */

.inner-contact-us-section {
  padding: 60px 0;
}

.inner-contact-row {
    align-items: center;
}

.inner-contact-us-image {
    background-position: center;
    background-size: cover;
    min-height: 600px;
    position: relative;
    border-radius: 20px;
}

.inner-contact-us-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1), transparent);
}

.inner-contact-us-content {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-contact-us-subtitle {
    color: #718096;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.inner-contact-us-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.inner-contact-us-item:hover {
    transform: translateX(10px);
}

.inner-contact-us-icon {
    width: 50px;
    height: 50px;
    background: #0f5fa8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.inner-contact-us-icon i {
    font-size: 20px;
    color: #fff;
}

.inner-contact-us-label {
    font-size: 16px;
    color: #a0aec0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}

.inner-contact-us-value {
    font-size: 16px;
    color: #2d3748;
    font-weight: 500;
}

.inner-contact-us-value a {
    color: #667eea;
    text-decoration: none;
}

.inner-contact-us-value a:hover {
    color: #007bff;
}

.inner-contact-us-social {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e2e8f0;
}

.inner-contact-us-social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.inner-contact-us-social-icon {
    width: 50px;
    height: 50px;
    background: #0f5fa8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.inner-contact-us-social-icon i {
    font-size: 22px;
    color: #fff;
}

.inner-contact-us-social-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
    background: #007bff;
}

.inner-contact-us-form label {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.inner-contact-us-form input[type="text"],
.inner-contact-us-form input[type="email"],
.inner-contact-us-form input[type="tel"],
.inner-contact-us-form select,
.inner-contact-us-form textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 16px;
    color: #222;
    background: #fff;
    margin-bottom: 18px;
    transition: all 0.2s ease;
    height: 45px;
}

.inner-contact-us-form input:focus,
.inner-contact-us-form textarea:focus,
.inner-contact-us-form select:focus {
    border-color: #007bff;
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.2);
    outline: none;
}

.inner-contact-us-form textarea {
    height: 110px !important;
    resize: vertical;
}

.inner-contact-us-form input[type="submit"],
.inner-contact-us-form .wpcf7-submit {
    width: 100%;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-block;
}

.inner-contact-us-form input[type="submit"]:hover {
    background-color: #0056b3;
}

.inner-contact-us-form .custom-checkbox {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    background: #b7b7b7;
    padding: 12px;
    border-radius: 20px;
}

.inner-contact-us-form input[type="checkbox"] {
    width: 22px;
    height: 22px;
}

.inner-contact-us-form .wpcf7-spinner {
    display: none;
}


/* inner page contact us section end */

@media only screen and (min-width: 300px) and (max-width: 415.5px) {

.header-wrapper {
    position: absolute;
    top: 60px !important;
}

.f-nav .header-wrapper {
    width: 100%;
    position: fixed;
    top: 60px !important;
}

}

@media only screen and (min-width: 416px) and (max-width: 425.5px) {

.header-wrapper {
    position: absolute;
    top: 45px !important;
}

.f-nav .header-wrapper {
    width: 100%;
    position: fixed;
    top: 45px !important;
}

}


@media only screen and (min-width: 300px) and (max-width: 576.5px) {
	
p {
	text-align: justify !important;
}
	
.container {
	max-width: unset !important;
	padding: 0 6% !important;
}

.header-wrapper {
    width: 100%;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    border-radius: 0;
}

.f-nav .header-wrapper {
    width: 100%;
    position: fixed;
    top: 46px;
}

.header-button .enquiry-btn a {
  display: none;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}

.header-logo img {
    width: 100pz;
    object-fit: contain;
    height: 65px;
    display: block;
}
	
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 90px;
}


.cont-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 10px;
}

.cont-head a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

.cont-head .divider {
    width: 1px;
    height: 15px;
    background-color: #ccc;
    margin: 0 5px;
}

.cont-head-right a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 10px;
}

.cont-head-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 15px;
}

.cont-head-right .fa-arrow-right {
    font-size: 10px;
}

.cont-head-right i {
    margin-right: 5px;
    font-size: 10px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: #0a68bb !important;
}

/* banner section start  */
	
.banner-office-image {
	padding: 150px 0 0;	
}
	
.banner-wrapper {
    padding: 60px 0 120px;
    background: #ffffff;
}

.banner-title {
    font-size: 28px;
}

.banner-contents p {
    font-size: 14px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 15px;
    font-size: 12px;
}

.about-btn-default1, .about-btn-hover1 {
    font-size: 12px;
}

.products-banner-btn {
    height: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1.3;
    padding: 12px 15px;
    font-size: 12px;
}

.products-banner-btn-default1, .products-banner-btn-hover1 {
    font-size: 12px;
}

.scroll-track {
    display: flex;
    white-space: nowrap;
    animation: scrollLoop 20s linear infinite;
    margin-bottom: 30px;
}

.scroll-items div {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
}

.banner-slick img {
    width: 100%;
    max-height: 328px;
    object-fit: contain;
    margin: 0 auto;
}

.banner-wrapper .slick-prev i, .banner-wrapper .slick-next i {
    font-size: 14px;
    color: #000;
}

.info-box-outside {
    border-radius: 23px 0 23px 23px;
    padding: 24px 16px;
    width: 100%;
    max-width: 262px;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.info-box-outside .tooltip-title {
    font-size: 16px;
}

.info-box-outside .model-num {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.info-box-outside .highlight {
    font-size: 12px;
    margin-bottom: 5px;
}

.info-box-outside .highlight {
    font-size: 12px;
    margin-bottom: 5px;
}

/* banner section end  */


/* about us section start  */

.about-description h2 {
    text-align: center;
    font-size: 26px;
}

.about-description p {
    line-height: 1.6;
    font-size: 14px;;
}

.about-list li {
    font-size: 14px;
}

/* about us section end  */


/* iso section start  */

.iso-title {
    font-size: 26px;
} 
	
.iso-col {
	padding-bottom: 30px;
}

.iso-image-certificate {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: auto;
    object-fit: cover;
    border-radius: 13px;
}


/* iso section end  */


/* why choosew us section start */

.why-choose-us-title {
    font-size: 26px;
	margin-bottom: 30px
}

.why-choose-us-card {
    flex: unset;
    width: 100%;
    max-width: 350px;
}

.why-choose-us-text {
    font-size: 16px;
    text-align: center !important;
}


/* why choose us section end  */
	
	

/* Director’s Message section start  */
	
.md-name {
    font-size: 18px;
}
	
.md-position {
    font-size: 14px;
}

.md-content {
    padding-left: 0;
}
	
.md-title {
    font-size: 22px;
    margin: 30px 0;
}
	
.md-description p {
    line-height: 1.6 !important;
    font-size: 14px;
}
	
	
/* Director’s Message section end */



/* our solution section start  */

.our-solutions-title {
    font-size: 26px;
}

.our-solutions-para {
    font-size: 14px;
    width: 100%;
    margin: 0 auto 50px;
}

.our-solutions-card-title {
    font-size: 16px;
}

.our-solutions-card-content p {
    font-size: 14px;
}

.our-solutions-card-content li {
    margin-bottom: 8px;
    font-size: 14px;
}

.our-solution-content {
    font-size: 18px;
    text-align: center;
    width: 80%;
    margin: auto;
}


/* our solution section end  */


/* accoreding section start  */

.according-faq-header {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
}

.according-title {
    font-size: 18px;
}

.according-faq-sub-title {
    font-size: 14px;
}

.faq-right .accordion-faq-button {
    font-size: 14px;
}

.according-home-faq-content p {
    font-size: 12px;
}


/* accoreding section end  */


/* contact section start  */

.contact-us-title {
    font-size: 26px;
}

.contact-us-para {
    font-size: 14px;
    width: 100%;
    margin: 0 auto 50px;
}

.contact-us-btn {
    width: fit-content;
    font-size: 14px;
}

.contact-us-btn::before {
    font-size: 16px;
    position: absolute;
    left: 35px;
    top: 18px;
}


/* contact section end  */


/* footer section start  */

.footer {
    padding: 60px 0 30px;
}

.footer-logo img {
    width: 130px;
    object-fit: contain;
}

.footer-about p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-social {
    margin-bottom: 20px;
}

.footer-block h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-block ul li a {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
}

.menu-quick-links-container, .menu-footer-products-container, .footer-block {
    margin-bottom: 20px;
}

.footer-block p {
    gap: 10px;
    line-height: 1.5;
    display: flex;
    font-size: 14px;
}

.footer-block i {
    margin-top: 6px;
}

.footer-bottom {
    padding: 0px 0 10px;
}

.footer-bottom-right-col {
    display: flex;
    justify-content: center;
}

.footer-bottom p, .footer-bottom-right-col p {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
}


/* footer section end  */


/* inner page product section start  */


.featured-products-subtitle {
    font-size: 26px;
}
	
.feature-product-sub-content {
    font-size: 14px;
    font-weight: 600;
    text-align: center !important;
}

.product-column {
  padding-bottom: 30px;
}

.featured-products-title {
    font-size: 24px;
}

.featured-products-header img {
  width: 200px;
  height: auto;
}

.featured-product-image img {
    width: 100%;
    object-fit: contain;
    height: 285px;
}

.featured-product-sub-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.featured-product-card {
    margin-top: 20px;
}

.featured-product-title {
    font-size: 16px;
    margin-bottom: 0;
}

.featured-model-number {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}

.product-features li {
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 500;
}

.featured-products-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    width: fit-content;
    font-size: 14px;
}

.faq-title {
    font-size: 26px;
}

.faq-sub-title {
    font-size: 14px;
}

.faq-right .accordion-button {
    font-size: 14px;
    text-align: left;
}

.faq-right .accordion-body p {
    font-size: 12px;
}

/* inner page product section end  */


/* inner page event section start  */

.event-col {
    padding-top: 30px !important;
}

.event-section-title  {
  font-size: 26px;
}

.event-card {
    max-width: 100%;
    width: 100%;
}


/* inner page gallery section start  */

.gallery-section-title {
    font-size: 28px;
}

.inner-gallery-card {
    max-width: 100%;
    width: 100%;
}
	

/* inner page gallery section end  */



/* inner page testimonial section start  */

.testimonials-title {
    font-size: 26px;
}

.testimonial-content p {
    font-size: 14px;
}

.testimonial-title {
    font-size: 16px;
}

.testimonial-designation {
    font-size: 12px;
}

/* inner page testimonial section end  */


/* inner page about us section start  */

.inner-about-us-description h1, .inner-about-us-description h2 {
    font-size: 26px;
    word-wrap: break-word;
}
	
.inner-about-us-description p {
    color: #333;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 8px;
}

.about-overlay-1 {
    bottom: -35px;
    left: -30px;
    z-index: 2;
}

.about-overlay-1 img {
    width: 100%;
    object-fit: contain;
    height: 192px;
    border: 8px solid #f5f7fa;
    border-radius: 25px;
}
	
.team-title {
    font-size: 26px;
}

/* inner page about us section end  */


/* inner page Research & Publication section start  */

.research-publication-section-title {
    font-size: 26px;
}

.research-publication-title {
    font-size: 18px;
}

.research-publication-content {
    font-size: 14px;
}

.research-publication-button {
    font-size: 14px;
}

/* inner page Research & Publication section end  */



/* inner page contact us section start  */

.inner-contact-us-image {
    min-height: 450px;
}

.inner-contact-us-content {
    padding: 60px 0 0;
}

.contact-side-title {
  font-size: 26px;
}

.inner-contact-us-subtitle {
    font-size: 14px;
}

.inner-contact-us-icon {
    width: 40px;
    height: 40px;
}

.inner-contact-us-label {
    font-size: 14px;
}

.inner-contact-us-value a {
    font-size: 14px;
}

.inner-contact-us-value {
    font-size: 14px;
}

.inner-contact-us-social-icon {
    width: 40px;
    height: 40px;
}

.inner-contact-us-social-icon i {
    font-size: 18px;
    color: #fff;
}
	
.inner-contact-us-form label {
    font-size: 14px;
}
	
.inner-contact-us-form input[type="text"], .inner-contact-us-form input[type="email"], .inner-contact-us-form input[type="tel"], .inner-contact-us-form select, .inner-contact-us-form textarea {
    font-size: 14px;
}

/* inner page contact us section end  */


}


@media only screen and (min-width: 577px) and (max-width: 768.5px) {
	
.container {
	max-width: unset !important;
	padding: 0 6% !important;
}

.header-wrapper {
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    border-radius: 0;
}

.f-nav .header-wrapper {
    width: 100%;
    position: fixed;
    top: 55px;
}

.header-button .enquiry-btn a {
  display: none;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}

.header-logo img {
    width: 120px;
    object-fit: contain;
    height: 65px;
    display: block;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 110px;
}

.cont-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
}

.cont-head a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.cont-head .divider {
    width: 1px;
    height: 15px;
    background-color: #ccc;
    margin: 0 5px;
}

.cont-head-right a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 13px;
}

.cont-head-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 15px;
}

.cont-head-right .fa-arrow-right {
    font-size: 12px;
}

.cont-head-right i {
    margin-right: 5px;
    font-size: 12px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: #0a68bb !important;
}

/* banner section start  */
	
.banner-wrapper {
    padding: 200px 0 120px;
}

.banner-title {
    font-size: 32px;
}

.banner-contents p {
    font-size: 16px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 15px;
    font-size: 14px;
}

.about-btn-default1, .about-btn-hover1 {
    font-size: 14px;
}

.products-banner-btn {
    height: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1.3;
    padding: 12px 15px;
    font-size: 12px;
}

.products-banner-btn-default1, .products-banner-btn-hover1 {
    font-size: 12px;
}

.scroll-track {
    display: flex;
    white-space: nowrap;
    animation: scrollLoop 20s linear infinite;
    margin-bottom: 30px;
}

.scroll-items div {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.banner-slick img {
    width: 100%;
    max-height: 328px;
    object-fit: contain;
    margin: 0 auto;
}

.banner-wrapper .slick-prev i, .banner-wrapper .slick-next i {
    font-size: 14px;
    color: #000;
}

.green-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px !important;
    height: 20px;
}

.info-box-outside {
    border-radius: 23px 0 23px 23px;
    padding: 24px 16px;
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.info-box-outside .tooltip-title {
    font-size: 18px;
}

.info-box-outside .model-num {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.info-box-outside .highlight {
    font-size: 12px;
    margin-bottom: 5px;
}

.info-box-outside .highlight {
    font-size: 12px;
    margin-bottom: 5px;
}

/* banner section end  */


/* about us section start  */

.about-description h2 {
    text-align: center;
    font-size: 30px;
}

.about-description p {
    line-height: 1.6;
    font-size: 16px;;
}

.about-list li {
    font-size: 16px;
}

.about-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
    margin-top: 30px;
}

/* about us section end  */


/* iso section start  */

.iso-title {
    font-size: 28px;
}

.iso-image-certificate {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: auto;
    object-fit: cover;
    border-radius: 13px;
}

/* iso section end  */


/* why choosew us section start */

.why-choose-us-title {
    font-size: 28px;
}

.why-choose-us-card {
    flex: unset;
    width: 100%;
    max-width: 300px;
}

.why-choose-us-text {
    font-size: 16px;
    text-align: center !important;
}


/* why choose us section end  */
	
	
/* Director’s Message section start  */
	
.md-name {
    font-size: 20px;
}
	
.md-position {
    font-size: 16px;
}

.md-content {
    padding-left: 0;
}
	
.md-title {
    font-size: 24px;
    margin: 30px 0;
}
	
.md-description p {
    font-size: 16px;
}
	
	
/* Director’s Message section end */



/* our solution section start  */

.our-solutions-title {
    font-size: 28px;
}

.our-solutions-para {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 50px;
}

.our-solutions-card-title {
    font-size: 18px;
}

.our-solutions-card-content p {
    font-size: 16px;
}

.our-solutions-card-content li {
    margin-bottom: 8px;
    font-size: 16px;
}

.our-solution-content {
    font-size: 20px;
    text-align: center;
    width: 80%;
    margin: auto;
}


/* our solution section end  */


/* accoreding section start  */

.according-faq-header {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
}

.according-title {
    font-size: 20px;
}

.according-faq-sub-title {
    font-size: 16px;
}

.faq-right .accordion-faq-button {
    font-size: 16px;
}

.according-home-faq-content p {
    font-size: 14px;
}


/* accoreding section end  */


/* contact section start  */

.contact-us-title {
    font-size: 28px;
}

.contact-us-para {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 50px;
}

.contact-us-btn {
    width: fit-content;
    font-size: 16px;
}

.contact-us-btn::before {
    font-size: 18px;
    position: absolute;
    left: 35px;
    top: 18px;
}


/* contact section end  */


/* footer section start  */

.footer {
    padding: 60px 0 30px;
}

.footer-logo img {
    width: 150px;
    object-fit: contain;
}

.footer-about p {
    font-size: 16px;
    line-height: 1.6;
}

.footer-social {
    margin-bottom: 20px;
}

.footer-block h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-block ul li a {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.4;
}

.menu-quick-links-container, .menu-footer-products-container, .footer-block {
    margin-bottom: 20px;
}

.footer-block p {
    gap: 10px;
    line-height: 1.5;
    display: flex;
    font-size: 16px;
}

.footer-block i {
    margin-top: 6px;
}

.footer-bottom {
    padding: 0px 0 10px;
}

.footer-bottom-right-col {
    display: flex;
    justify-content: center;
}

.footer-bottom p, .footer-bottom-right-col p {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
}


/* footer section end  */


/* inner page product section start  */


.featured-products-subtitle {
    font-size: 28px;
}

.product-column {
  padding-bottom: 30px;
}

.featured-products-title {
    font-size: 24px;
}

.featured-product-image img {
    width: 100%;
    object-fit: contain;
    height: 330px;
}

.featured-product-sub-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.featured-product-card {
    margin-top: 20px;
}

.featured-product-title {
    font-size: 18px;
    margin-bottom: 0;
}

.featured-model-number {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}

.product-features li {
    font-size: 15px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 500;
}

.featured-products-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    width: fit-content;
    font-size: 14px;
}

.faq-title {
    font-size: 28px;
}

.faq-sub-title {
    font-size: 16px;
}

.faq-right .accordion-button {
    font-size: 16px;
}

.faq-right .accordion-body p {
    font-size: 14px;
}

/* inner page product section end  */


/* inner page event section start  */

.event-col {
    padding-top: 30px !important;
}

.event-section-title  {
  font-size: 28px;
}

.event-card {
    max-width: 100%;
    width: 100%;
}


/* inner page gallery section start  */

.gallery-section-title {
    font-size: 28px;
}

.inner-gallery-card {
    max-width: 100%;
    width: 100%;
}

/* inner page gallery section end  */



/* inner page testimonial section start  */

.testimonials-title {
    font-size: 28px;
}

.testimonial-content p {
    font-size: 16px;
}

.testimonial-title {
    font-size: 18px;
}

.testimonial-designation {
    font-size: 14px;
}

/* inner page testimonial section end  */


/* inner page about us section start  */

.inner-about-us-description h1, .inner-about-us-description h2 {
    font-size: 28px;
}

.inner-about-us-description p {
    color: #333;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 8px;
}

.about-overlay-1 {
    bottom: -35px;
    left: -30px;
    z-index: 2;
}

.about-overlay-1 img {
    width: 100%;
    object-fit: contain;
    height: 192px;
    border: 8px solid #f5f7fa;
    border-radius: 25px;
}
	
.team-title {
    font-size: 28px;
}

/* inner page about us section end  */


/* inner page Research & Publication section start  */

.research-publication-section-title {
    font-size: 28px;
}

.research-publication-title {
    font-size: 20px;
}

.research-publication-content {
    font-size: 16px;
}

.research-publication-button {
    font-size: 16px;
}

/* inner page Research & Publication section end  */



/* inner page contact us section start  */

.inner-contact-us-image {
    min-height: 450px;
}

.inner-contact-us-content {
    padding: 60px 0 0;
}

.contact-side-title {
    font-size: 28px;
}

.inner-contact-us-subtitle {
    font-size: 16px;
}

.inner-contact-us-icon {
    width: 50px;
    height: 50px;
}

.inner-contact-us-label {
    font-size: 16px;
}

.inner-contact-us-value a {
    font-size: 16px;
}

.inner-contact-us-value {
    font-size: 16px;
}

.inner-contact-us-social-icon {
    width: 50px;
    height: 60px;
}

.inner-contact-us-social-icon i {
    font-size: 20px;
    color: #fff;
}

/* inner page contact us section end  */


}



@media only screen and (min-width: 769px) and (max-width: 1200.5px) {
	
.container {
	max-width: unset !important;
	padding: 0 6% !important;
}

.header-wrapper {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    border-radius: 0;
}

.f-nav .header-wrapper {
    width: 100%;
    position: fixed;
    top: 60px;
}

.header-button .enquiry-btn a {
  display: none;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}

.header-logo img {
    width: 130px;
    object-fit: contain;
    height: 65px;
    display: block;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 125px;
}

.cont-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 14px;
}

.cont-head a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.cont-head .divider {
    width: 1px;
    height: 15px;
    background-color: #ccc;
    margin: 0 5px;
}

.cont-head-right a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
}

.cont-head-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 15px;
}

.cont-head-right .fa-arrow-right {
    font-size: 14px;
}

.cont-head-right i {
    margin-right: 5px;
    font-size: 14px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA5D340', endColorstr='#FFD9F9AC');
    padding: 0px 0px 0px 0px;
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #ffffff !important;
    background: #0a68bb !important;
}

/* banner section start  */

.banner-title {
    font-size: 38px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 15px;
    font-size: 16px;
}

.about-btn-default1, .about-btn-hover1 {
    font-size: 16px;
}

.products-banner-btn {
    height: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1.3;
    padding: 12px 15px;
    font-size: 12px;
}

.products-banner-btn-default1, .products-banner-btn-hover1 {
    font-size: 12px;
}

.scroll-track {
    display: flex;
    white-space: nowrap;
    animation: scrollLoop 20s linear infinite;
    margin-bottom: 30px;
}

.scroll-items div {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.banner-slick img {
    width: 100%;
    max-height: 328px;
    object-fit: contain;
    margin: 0 auto;
}

.banner-wrapper .slick-prev i, .banner-wrapper .slick-next i {
    font-size: 14px;
    color: #000;
}

.green-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px !important;
    height: 20px;
}

.info-box-outside {
    border-radius: 23px 0 23px 23px;
    padding: 24px 16px;
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.info-box-outside .tooltip-title {
    font-size: 18px;
}

.info-box-outside .model-num {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.info-box-outside .highlight {
    font-size: 12px;
    margin-bottom: 5px;
}

.info-box-outside .highlight {
    font-size: 12px;
    margin-bottom: 5px;
}

/* banner section end  */


/* about us section start  */

.about-description h2 {
    text-align: unset;
    font-size: 35px;
}

.about-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
    margin-top: 30px;
}

/* about us section end  */


/* iso section start  */

.iso-title {
    font-size: 30px;
}

.iso-image-certificate {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: auto;
    object-fit: cover;
    border-radius: 13px;
}

/* iso section end  */


/* why choosew us section start */

.why-choose-us-title {
    font-size: 30px;
}

.why-choose-us-card {
    flex: unset;
    width: 100%;
    max-width: 300px;
}
	
.why-choose-us-text {
    text-align: center !important;
}

/* why choose us section end  */


/* Director’s Message section start  */
	
.md-name {
    font-size: 22px;
}
	
.md-position {
    font-size: 16px;
}

.md-content {
    padding-left: 0;
}
	
.md-title {
    font-size: 26px;
    margin: 30px 0;
}
	
.md-description p {
    font-size: 16px;
}
	
	
/* Director’s Message section end */

		
	

/* our solution section start  */

.our-solutions-title {
    font-size: 30px;
}

.our-solutions-card-title {
    font-size: 20px;
}

.our-solutions-card-content li {
    margin-bottom: 8px;
    font-size: 16px;
}

.our-solution-content {
    font-size: 22px;
    text-align: center;
    width: 80%;
    margin: auto;
}


/* our solution section end  */


/* accoreding section start  */

.according-faq-header {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
}

.according-title {
    font-size: 22px;
}



/* accoreding section end  */


/* contact section start  */

.contact-us-title {
    font-size: 30px;
}

.contact-us-btn {
    width: fit-content;
    font-size: 16px;
}

.contact-us-btn::before {
    font-size: 18px;
    position: absolute;
    left: 35px;
    top: 18px;
}


/* contact section end  */
	
	
/* footer section start  */

.footer {
    padding: 60px 0 30px;
}

.footer-logo img {
    width: 150px;
    object-fit: contain;
}

.footer-about p {
    font-size: 16px;
    line-height: 1.6;
}

.footer-social {
    margin-bottom: 20px;
}

.footer-block h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-block ul li a {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.4;
}

.menu-quick-links-container, .menu-footer-products-container, .footer-block {
    margin-bottom: 20px;
}

.footer-block p {
    gap: 10px;
    line-height: 1.5;
    display: flex;
    font-size: 16px;
}

.footer-block i {
    margin-top: 6px;
}

.footer-bottom {
    padding: 0px 0 10px;
}

.footer-bottom-right-col {
    display: flex;
    justify-content: center;
}

.footer-bottom p, .footer-bottom-right-col p {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
}


/* footer section end  */



/* inner page product section start  */

	
.featured-products-subtitle {
    font-size: 30px;
}

.featured-products-title {
    font-size: 24px;
}

.featured-product-image img {
    width: 100%;
    object-fit: contain;
    height: 330px;
}

.featured-product-sub-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.featured-product-card {
    margin: 20px 0;
}

.featured-products-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    width: fit-content;
    font-size: 14px;
}

.faq-title {
    font-size: 32px;
}


/* inner page product section end  */


/* inner page event section start  */

.event-col {
    padding-top: 30px !important;
}

.event-section-title {
    font-size: 30px;
}

.event-card {
    max-width: 100%;
    width: 100%;
}


/* inner page gallery section start  */

.gallery-section-title {
    font-size: 30px;
}

.inner-gallery-card {
    max-width: 100%;
    width: 100%;
}

/* inner page gallery section end  */



/* inner page testimonial section start  */

.testimonials-title {
    font-size: 30px;
}

/* inner page testimonial section end  */


/* inner page about us section start  */

.inner-about-us-description h1, .inner-about-us-description h2 {
    font-size: 28px;
}

.inner-about-us-description p {
    color: #333;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 8px;
}

.about-overlay-1 {
    bottom: -35px;
    left: -30px;
    z-index: 2;
}

.about-overlay-1 img {
    width: 100%;
    object-fit: contain;
    height: 192px;
    border: 8px solid #f5f7fa;
    border-radius: 25px;
}
	
.team-title {
    font-size: 30px;
}

/* inner page about us section end  */


/* inner page Research & Publication section start  */

.research-publication-section-title {
    font-size: 30px;
}

/* inner page Research & Publication section end  */



/* inner page contact us section start  */

.inner-contact-us-image {
    height: 100%;
}

.inner-contact-us-content {
    padding: 60px 0 0;
}

.contact-side-title {
    font-size: 30px;
}

/* inner page contact us section end  */


}



@media only screen and (min-width: 870px) and (max-width: 1200.5px) {

.header-wrapper {
    top: 40px;
}
	
.f-nav .header-wrapper {
    top: 40px;
}

}



@media only screen and (min-width: 1200px) and (max-width: 1500.5px) {
	
.header-wrapper {
    width: 90%;
}
	
.f-nav .header-wrapper {
    width: 100%;
}
 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 7px 0px 7px !important;
    font-size: 15px !important;
}
	
.header-button .enquiry-btn a {
    padding: 10px 15px;
    font-size: 15px;
}
	
.featured-products-btn1 {
    width: fit-content;
	padding: 10px 20px;
}
	

	
}
	