:root {
    --primary: #002856;
    --secondary:#004552;
    --orange:#C25037;
	--banner-transparency: rgba(69, 71, 84, 0.95);
	--white: #fff;
	--black: #212529;
	--bg-gray:#EBEAEA;
}
html{
	
	    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: 'Open Sans, sans-serif';
}
h1,
h2,
h3,
h4,
h5,
h6, label{
 font-family: 'Noto Sans Condensed';
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
    margin:0;
    font-family: 'Open Sans, sans-serif';
}

p {
    color: var(--dark);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 13px;
    font-family: 'Open Sans, sans-serif';
}
a,
a:hover, input {
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-family: 'Open Sans, sans-serif';
}
.bg-gray {
    background: #ededed;
    clip-path: ellipse(100% 100% at 50% 0%);
}
.form-group {
    margin-bottom: 12px;
}
label {
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}
.form-control, .captchaReload input {
    height: 40px;
    border: 2px solid #cfcfcf;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}
.custom-button, .swal-footer button.swal-button {
    background: var(--primary);
    padding: 2px 30px;
    min-width: 200px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: 5px solid var(--primary);
    border-radius: 4px;
    position: relative;
}
.custom-button:hover, button.swal-button:hover {
    background-color: #c25037;
    border-color: var(--orange);
    border-style: inset;
    border-radius: 20px;
}
.custom-button:after, .swal-footer button.swal-button:after {
    width: 108%;
    height: 144%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    border: 1px solid var(--orange);
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform-origin: center center;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    content: "";
}
.custom-button:hover:after, button.swal-button:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.bg-img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/SugamLabs/resources/app_srv/NMD/global/Homepage/img/whiteBg-img-min.webp);
    opacity: .12;
    background-attachment: fixed;
}
/*--------------------------------------------------------------
Accessibility option
--------------------------------------------------------------*/
:root {
    --color-dark-blue-1: var(--secondary) !important;
}
body .uwaw-features__item__name
 {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
    font-family: 'Noto Sans Condensed';
}
body .second-panel {
    background: var(--primary);
    padding: 8px 16px;
}
body .second-panel h3 {
    font-size: 18px;
}
body .uwaw button:focus, body .uwaw button:hover {
    border-color: var(--secondary);
}
body .uwaw-features__item__i {
    border-color: #ddd;
    border-width: 5px;
}
body .reset-icon, body .uwaw button:hover span.ux4g-icon, body .tick-active {
    background-color: var(--secondary);
}

body .feature-active .uwaw-features__item__icon svg, body .feature-active .uwaw-features__item__name, 
body .feature-active .light_dark_icon i, body .btn-reset-all, body .uwaw button:hover span.uwaw-features__item__name{
    color: var(--secondary);
}
body .btn-reset-all {
    color: #000;
}
span.reset-icon {
    background: #000;
}
body .feature-active .icon-bigger-text, body .feature-active .icon-small-text, body .feature-active .icon-line-hight, body .feature-active .icon-hide-images, body .feature-active .icon-dyslexia-font, body .feature-active .icon-cursor, body .feature-active .icon-highlight-links, body .feature-active .icon-text-spacing, body .feature-active .icon-moon, body .feature-active .icon-sun, body .feature-active .icon-invert, body .feature-active .icon-speaker {
    background-color: var(--secondary);
}
body.homepage.dark ul.accessiblity_option svg path {
    fill: #fff;
}
body.homepage.dark .tm-primary-nav .nav-item > a:before {
    border-bottom: 10px solid var(--orange) !important;
}
body.homepage.dark .bg-img:after{
	opacity: 0;
}
body.homepage.dark .CardCount {
    display: none !important;
}
body.homepage.dark .card .icon, body.homepage.dark .topheader_rightCol:after, body.homepage.dark .col .counterbox {
    background-color: #fff !important;
}
body.homepage.dark  section.counter-section:before {
    background: linear-gradient(to bottom, #161519 20%, rgb(22 21 25) 100%);
}
body.homepage.dark  .item-inner:hover .tm-zoom-icon {
    text-align: center;
}
/*--------------------------------------------------------------
Site Header
--------------------------------------------------------------*/
.small-height {
    position: fixed;
    z-index: 12;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.topheader_rightCol {
    background: #ffffff;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    outline: 2px solid #e1ebeb;
    padding: 2px 5px 5px;
    border-radius: 6px 0px 0 6px;
}
.topheader_rightCol:after, .topheader_rightCol:before {
    position: absolute;
    content: '';
    background: #002550;
    width: 90px;
    height: 80%;
    left: -36px;
    top: 6px;
    transform: skew(-30deg);
    border-radius: 6px;
}
.topheader_rightCol:before {
    background: #c8513b;
    left: 35px;
    width: 27px;
    border-radius: 6px;
    height: 100%;
    top: 0;
}

/* path {
    fill: #002652;
} */
ul.login-btn li a span{
	z-index:1;
}

ul.login-btn li a:hover {
    color: #fff;
}
ul.login-btn li a span.bi.bi-box-arrow-in-right {
    margin-right: 5px;
    font-size: 22px;
    line-height: normal;
}
.tm-header3 .tm-header-info a {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    margin-left: 30px;
}
.accessiblity_option li:last-child:after {
    background: transparent;
}

.accessiblity_option li:last-child {
    padding-right: 0;
}
.accessiblity_option li {
    position: relative;
}
.accessiblity_option li a {
    padding: 0 10px;
}
.accessiblity_option li svg path {
    fill: #002652;
}
.accessiblity_option li:after {
    position: absolute;
    content: '';
    background:#002754;
    width: 1px;
    height: 50px;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
}
.tm-header3 .tm-header-info a:hover {
    color: var(--primary);
}
header {
    width: 100%;
    top: 20px;
    z-index: 100;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.logo-top1 {
    position: relative;
    z-index: 1;
    color: var(--black);
    padding-left: 10px;
    border-left: 1px solid #bfbfbf;
    margin-left: 10px;
}
.tm-header3 .tm-header-info-wrap {
    background-color: var(--primary);
    justify-content: end;
}
.logo-top img {
    height: 100px;
    object-fit: contain;
    width: 100px;
}
.logo-top1 .subheading span {
    display: block;
    font-size: 18px;
    line-height: normal;
        font-weight: 500;
}
.logo-top1 .logo a {
    font-size: 20px;
    color:var(--black);
    font-weight: 700;
    line-height: normal;
}
.logo-top1 .project-title strong {
    color: var(--orange);
    font-size: 24px;
    line-height: normal;
    font-weight: 800;
    font-family: "Noto Sans", sans-serif;
}
.tm-site-header.small-height .tm-header-info {
    height: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tm-header-info a:first-child {
    margin-left: 0
}
.tm-header-info a i {
    margin-right: 5px;
    font-size: 20px;
    font-weight: 600;
}
.tm-header-info a:hover {
    color: #2caee2;
}

.tm-header-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: #fff;
    padding: 0 20px;
}
.tm-site-header.small-height {
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
    top: 0;
}
/*Site Branding*/
.tm-site-branding {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 15px;
    width: 50%;
}

.tm-logo-link {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.tm-site-title {
    line-height: 30px;
    display: inline-block;
}
.tm-site-title a {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    display: inherit;
    line-height: inherit;
}
/*End Site Branding*/
/*--------------------------------------------------------------
Site Nav
--------------------------------------------------------------*/
.navigation-menu {
    display: flex;
    align-items: center;
}
.tm-primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
.tm-primary-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.tm-primary-nav .tm-primary-nav-list .nav-item {
    position: relative;
}
.tm-primary-nav .tm-primary-nav-list > .nav-item {
    margin-right: 20px;
}
.tm-primary-nav .tm-primary-nav-list > .nav-item:last-child {
    margin-right: 0px;
}
.tm-primary-nav .nav-item > a {
    font-size: 18px;
    font-weight: 600;
    padding: 45px 10px;
    color: var(--black);
    text-transform: uppercase;
    position: relative;
    letter-spacing: .5px;
    font-display: swap;
}
.tm-primary-nav .nav-item > a:after {
    position: absolute;
    content: '';
    background: var(--black);
    width: 1px;
    height: 30px;
    right: -11px;
    transform: rotate(10deg);
    top: 45px;
}
.tm-primary-nav .nav-item:last-child > a:after {
    background: transparent;
}
.tm-primary-nav .nav-item > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--orange);
    transform: translateX(-50%) scaleY(0);
    transition: all 0.4s;
    bottom: 30px;
    left: 12px;
    right: -12px;
    margin: 0 auto;
}
.tm-primary-nav .nav-item > a:hover:before, .tm-primary-nav .nav-item > a.active:before {
    transform: translateX(-50%) scaleY(1);
}
.tm-primary-nav .tm-primary-nav-list li> a.active, .tm-primary-nav .tm-primary-nav-list .nav-item > a:hover {
    color: #952f18;
    text-shadow: 0 0 10px #ffffff, 0 0 20px #afafaf, 0 0 30px var(--secondary), 0 0 40px #ffffff;
}


.nav-link {
    position: relative;
}



@media (max-width: 1199px) {
	.tm-site-branding {
	    width: 47%;
	}
	.tm-primary-nav .nav-item > a, .logo-top1 .subheading span {
	    font-size: 16px;
	}
	.logo-top1 .logo a {
    	font-size: 18px;
	}
	.logo-top1 .project-title strong{
	font-size: 20px;
	}
	.tm-header-menu-container {
    padding: 0 10px;
	}
	.tm-primary-nav .tm-primary-nav-list > .nav-item {
	    margin-right: 10px;
	}
	.tm-site-branding{
		padding:0;
	}
	body #loginForm .modal-dialog, body #myModalPass .modal-dialog  {
    width: 35%;
     margin: 10px auto;
}
}

@media (max-width: 991px) {
.small-height {
    position: static;
}
 .tm-header-menu-container {
     padding: 0 15px;
 }
 	body  #loginForm .modal-dialog, body #myModalPass .modal-dialog {
    width: 45%;
}
   .tm-site-branding {
     padding: 9px 0;
     width: 80%;
 }
 .navigation-menu {
    width: 20%;
    justify-content: end;
}
button.navbar-toggler {
    border: 1px solid #000000;
}
nav.navbar.navbar-expand-lg.bg-transparent.py-0.m-menu {
    position: static;
}
ul.tm-primary-nav-list.navbar-nav {
    position: absolute;
    width: 100%;
    z-index: 11;
    top: 120px;
    left: 0;
    background: #002856f2;
    padding: 70px 30px;
}
ul.tm-primary-nav-list.navbar-nav li a {
    color: #fff;
    font-size: 18px;
}
ul.tm-primary-nav-list.navbar-nav li a.active{
	color:var(--orange);
}
}

@media (max-width: 767px) {
body .uwaw {
   max-width: 60%;
 }
  	body #loginForm .modal-dialog, body #myModalPass .modal-dialog {
    width: 65%;
}
}

@media (max-width:575px) {
.tm-site-branding {
     padding: 9px 0;
     width: 80%;
     display: block;
     text-align: center;
 }
    .logo-top1 {
    padding-left: 0;
    border-left: 0px;
    margin-left: 0;
}
body #loginForm .modal-dialog, body #myModalPass .modal-dialog {
    width: 93%;
}
body .Modal_sugam .modal-header h2 {
    font-size: 20px;
}
body .captchaReload, body .custom-button{
	width: 100%;
}
.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}
    button.navbar-toggler {
        padding: 4px 4px;
        width: 36px;
        height: 36px;
    }
    .tm-site-branding {
        width: 100%;
    }
    .navigation-menu {
        width: 100%;
        background: #ddd;
        padding: 6px 10px;
        margin: 0 0 11px;
    }
    .topheader_rightCol:after{
    	display:none;
    }
    .topheader_rightCol {
    justify-content: center !important;
}
   body .uwaw {
   max-width: 90%;
 }
     .copyrights-accessibility a span {
        font-size: 14px;
    }
    .copyrights-accessibility {
    padding: 0 10px;
}
span.reset-icon {
    display: none;
}
    ul.tm-primary-nav-list.navbar-nav {
        width: 80%;
    }
}

/*--------------------------------------------------------------
Banner section
--------------------------------------------------------------*/
section#home {
    min-height: 500px;
}
section#home .owl-item img {
    display: block;
    object-fit: cover;
}
 .slide1 {
    background: url(/SugamLabs/resources/app_srv/NMD/global/Homepage/img/Banner_img/slid-images-1.webp);
}
.slide2 {
    background: url(/SugamLabs/resources/app_srv/NMD/global/Homepage/img/Banner_img/slid-images-2.webp);
}
.slide3 {
    background: url(/SugamLabs/resources/app_srv/NMD/global/Homepage/img/Banner_img/slid-images-3.webp);
} 
.slide1, .slide2, .slide3{
	height: 500px;
}

section#home .owl-item.cloned, section#home .owl-item.cloned * {
    pointer-events: none;
}
.slider-text {
    position: absolute;
    top: 20%;
    left: 5%;
    z-index:2;
}
.item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-title {
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
        text-shadow: 2px 2px 2px #000;
    padding-left:25px;
    position:relative;
}
.hero-title:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    left: 0;
    top: 5px;
    background: linear-gradient(180deg, #40D1FD 0%, rgba(100, 78, 238, 0) 100%);
    border-radius: 10px;
}


.slider-text p {
    font-size: 20px;
    margin-top: 12px;
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
}
.hero .owl-theme .owl-nav .owl-prev, .hero .owl-theme .owl-nav .owl-next, .customPlayPause {
    background: var(--secondary);
    font-size: 20px;
    font-weight: 700;
    border: 2px solid var(--secondary);
}
.hero .owl-theme .owl-nav .owl-prev:hover, .hero .owl-theme .owl-nav .owl-next:hover {
    background: var(--secondary);
}
.hero .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.customPlayPause {
    bottom: 16px;
    z-index: 1;
    right: 110px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    min-width: 71px;
    cursor: pointer;
    height: 40px;
    border-radius: 3px;
    line-height: 33px;
}
/*--------------------------------------------------------------
About us
--------------------------------------------------------------*/
section#aboutus {
    padding: 80px 0 80px;
}
#aboutus:before, section#aboutus:after {
    background: url(/SugamLabs/resources/app_srv/NMD/global/Homepage/img/section-pattern-min.png);
    width: 180px;
    height: 244px;
    top: 0;
    left: 0px;
    background-repeat: no-repeat;
    opacity: .1;
    animation: floatIcon 7s infinite ease-in-out;
}
body #aboutus:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.shape-1 {
    width: 300px;
    height: 300px;
    background-color: #007c910d;
    top: 30px;
    right: 60px;
    animation: morphShape 15s linear infinite;
    position: absolute;
}
@keyframes morphShape {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }

  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }

  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }

  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }

  100% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
}
.shape-2 {
    width: 200px;
    height: 200px;
    background-color: #c2503712;
    left: 0px;
    bottom: 30px;
    position: absolute;
    right: 0px;
    z-index: -1;
    animation: morphShape 20s linear infinite reverse;
}
#aboutus figure span.img1 {
    margin-left: 44px;
    width: 100%;
    padding-right: 40px;
}
#aboutus figure span.img1 img {
    width: 100%;
}
#aboutus figure .img1:before {
    position: absolute;
    content: '';
    background: var(--secondary);
    width: 13px;
    height: 100%;
    left: -29px;
    top: 0;
}
#aboutus figure span.img2 {
    bottom: -50px;
    width: 70%;
    left: 0;
    border: 14px solid #ffffff;
    border-radius: 10px;
    clip-path: polygon(0 0%, 100% 0, 90% 100%, 0% 100%);
}
.sectionTitle>div span {
    font-size: 14px;
    color: var(--secondary);
    padding-right: 15px;
    font-weight:700;
}
.heart-rate {
    top: -5px;
    overflow: hidden;
    height: 41px;
    position: relative;
}
.heart-rate svg {
    width: 100%;
    height: 39px;
}
.heart-rate .fade-in {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    animation: heartRateSwipe 2.5s linear infinite;
    z-index: 2;
}
@keyframes heartRateSwipe {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.sectionTitle {
    margin-bottom: 20px;
}
.sectionTitle h2 {
    font-size: 35px;
    line-height: normal;
    font-weight: 700;
}
.sectionTitle h2 span {
    font-weight: 900;
}
.sectionTitle h2 i, .sectionTitle h2 span{
    color: var(--orange);
}
.colNew {
    padding: 0 25px;
}
.card {
    padding: 15px 40px 15px 15px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 4px 80px 80px 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 10px -3px, rgb(242 234 238) 0px 10px 0px -10px, rgb(10 37 64 / 36%) 0px -3px 6px 0px inset;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.1);
}
.card .card-content {
    padding: 0 0 0 40px;
}
.card .icon {
    left: -39px;
    width: 80px;
    height: 80px;
    font-size: 26px;
    background: #ddd;
    color: #fff;
    border-radius: 100%;
    top: 50%;
    transform: translate(0, -50%);
            animation: none;
}
.card:hover .icon .iconbox {
    transform: rotate(360deg);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}
.card .icon .iconbox i {
    font-size: 38px;
}
.card .card-content strong {
    font-size: 18px;
    margin: 0 0 5px;
    color:var(--black);
        word-break: break-word;
}
.card .desp p {
    display:none;
}
.CardCount {
    right: 8px;
    color: #00000012;
    font-size: 42px;
    margin: 0 auto;
    top: 0;
    line-height: normal;
}

.card.card1 .icon {
    background: #6c1340e0;
}
.card.card1 {
    background: #6c134017;
}

.card.card2 .icon {
    background: var(--primary);
}
.card.card2 {
    background:#0028560a;
}
.card.card3 .icon {
    background: var(--secondary);
}
.card.card3 {
    background:#0093c00a;
}


.card.card4 .icon{
    background: #599119;
}
.card.card4 {
    background:#5991190a;
}

.card.card5 .icon {
    background: #6C4714;
}
.card.card5 {
    background:#5991190a;
}
.card.card6 .icon {
    background: #C25037;
}
.card.card6 {
    background:#5991190a;
}

.hoverText {
    background: #00212a;
    bottom: 100%;
    color: #fff;
    left: 0;
    margin-bottom: 15px;
    opacity: 0;
    font-size: 14px;
    line-height: normal;
    padding: 5px 8px;
    border-radius: 4px;
    pointer-events: none;
    min-width: 110px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 1;
}
#aboutus .card:hover .hoverText{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.hoverText:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.hoverText:after{
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #00212a 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
.newsTicker .col {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.newsTicker .col .heading {
    padding: 4px 10px;
    background: var(--primary);
        justify-content: space-between;

}
.text-scroll .list {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-animation: scroll-up 10s linear infinite;
    -webkit-animation: scroll-up 10s linear infinite;
    animation: scroll-up 10s linear infinite;
}

@keyframes scroll-up{
0% {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
100% {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
}
.newsTicker .col .heading h3{
    font-size: 18px;
        color: #fff;

}
.newsTicker .col .heading .PlayPausebtn1, .newsTicker .col .heading .PlayPausebtn2, .newsTicker .col .heading .PlayPausebtn3 {
    padding: 0;
    margin: 0;
    color: #fff;
        font-size: 24px;
}
.text-scroll {
    overflow: hidden;
    position: relative;
    height:243px;
    padding-top: 10px;
}
.newsTicker .col .list li a {
    color: var(--black);
    padding: 0 1px 3px;
    font-weight: 600;
}
.newsTicker .list li .date {
    color: var(--orange);
    display: inline-block;
    padding: 0 1px 0 11px;
    font-size: 14px;
    font-weight: 500;
}
.text-scroll .list li, .newsTicker-modal ul li {
    counter-increment: list-counter;
    padding-left: 20px;
        margin-bottom: 7px;
    border-bottom: 1px dotted #c7c7c7;
}

.text-scroll .list li:before, .newsTicker-modal ul li:before {
    content: counter(list-counter) ". ";
    position: absolute;
    left: 10px;
    font-weight: 700;
}
#content>ul:hover, #content.paused ul, .scroll_Annocment.paused .list, .text-scroll .list:hover, .scroll_Notifi.paused .list, .scroll_Guide.paused .list {
    animation-play-state: paused;
}
.btnNobg {
    color: var(--primary);
    font-weight: 700;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    text-decoration: underline;
    font-size: 15px;
        cursor: pointer;
}
.text-scroll .list li img {
    height: 22px;
    object-fit: contain;
    vertical-align: bottom;
    margin-left: 10px;
    width: 48px;
}
.newsTicker-modal ul li {
    border-bottom: 1px solid #ccc;
    padding:10px 0 10px 30px;
    position:relative;
}

.newsTicker-modal ul li a {
    color: var(--primary);
        font-weight: 700;
}
.newsTicker-modal ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.newsTicker-modal ul li a:hover {
    color: var(--secondary);
}
/*--------------------------------------------------------------
Lab and Location
--------------------------------------------------------------*/
body .locatioTabs .nav-pills {
    width: 20%;
}
body .locatioTabs:after, .locatioTabs button:before, .locatioTabs button:after, section.counter-section:before, .col .counterbox:after, section#aboutus:before, section#aboutus:after, body .locatioTabs .nav-pills:after{
	position: absolute;
	content: "";
}
body .locatioTabs .nav-pills:after {
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background-image: linear-gradient(180deg, rgb(0 39 84) 0%, rgba(100, 78, 238, 0) 100%);
    z-index: 3;
}
body .locatioTabs button.nav-link {
    background-color: #F5F5F5;
    font-size: 20px;
    color: var(--black);
    height: 70px;
    border-radius: 7px;
    z-index: 2;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    border: 3px solid var(--primary);
    border-right: 0;
}
body .locatioTabs button.nav-link.active, body .locatioTabs button.nav-link:hover {
    background: transparent;
    color: #fff;
}
.locatioTabs button:before {
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 22px;
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #F5F5F5;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}
.locatioTabs button.active:before, .locatioTabs button.nav-link:hover:before {
    background-color: var(--primary);
}
.locatioTabs button:after {
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary);
    z-index: -1;
    border-radius: 4px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}
.locatioTabs button.active:after, .locatioTabs button:hover:after {
    width: 100%;
}
.locatioTabs button.nav-link:hover {
    color: #fff;
}

body .locatioTabs .tab-content {
    width: 80%;
}
.tabbox.row {
    padding: 0 0 0 0px;
    margin: 0;
}
body .locatioTabs .tab-content figure img {
    object-fit: cover;
    height: 250px;
}
body .locatioTabs .tab-content iframe {
    height: 250px;
}

body .locatioTabs .tab-content .desp h3, .LabLocationPage h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
body .locatioTabs .tab-content .desp .btn-group {
    margin-top: 10px;
}
.Statutory_Functions h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.Statutory_Functions ul li {
    border: 4px solid #ddd;
    border-radius: 20px;
    padding: 8px 20px 8px 51px;
    margin-bottom: 11px;
    background: #dce6ff;
    position: relative;
    border-top: 4px solid #0094c37a;
    border-left: 4px solid #0094c37a;
}
.Statutory_Functions ul li i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 30px;
    color: var(--secondary);
}
.all_lab{
    padding-top: 30px;
}
.all_lab a {
    background: var(--orange);
    border-color: var(--orange);
    border-radius: 20px;
    padding:4px 30px;
}
.all_lab a:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}
.all_lab a:after {
    opacity: 1;
    width: 96%;
}

.all_lab a:hover:after{
	width: 108%;
	border-color: var(--secondary);
}
/*--------------------------------------------------------------
Counter Section
--------------------------------------------------------------*/
section.counter-section {
    background: url(/SugamLabs/resources/app_srv/NMD/global/Homepage/img/counterbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 70px 0 100px;
    clip-path: ellipse(100% 100% at 50% 0%);
    background-attachment: fixed;
}
section.counter-section:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #002754c9 20%, rgb(0 147 192 / 66%) 100%);
}
.counter-section .heart-rate .fade-in {
    background: #022856;
}
section.counter-section .container {
    z-index: 1;
}
section.counter-section .sectionTitle h2, section.counter-section .sectionTitle h2 i, section.counter-section .sectionTitle h2 span {
    color: #fff;
}
section.counter-section .row {
    justify-content: center;
}
.col .counterbox {
    background: #ffffffe0;
    padding: 20px;
    border-radius: 30px 30px 0 0;
    transition: all 0.4s cubic-bezier(0.5, 1.6, 0.4, 0.7);
    -webkit-transition: all 0.4s cubic-bezier(0.5, 1.6, 0.4, 0.7);
    -moz-transition: all 0.4s cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
.col .counterbox:hover {
    box-shadow: rgb(0 124 143) 0px 50px 100px -20px, rgb(0 0 0 / 87%) 0px 30px 60px -30px, rgb(2 68 114) 0px -2px 6px 0px inset;
}
.col .counterbox:after {
    background: #a6c5a0ad;
    width: 100%;
    top: 0%;
    height: 0;
    left: 0;
    transition: all 0.4s cubic-bezier(0.5, 1.6, 0.4, 0.7);
    -webkit-transition: all 0.4s cubic-bezier(0.5, 1.6, 0.4, 0.7);
    -moz-transition: all 0.4s cubic-bezier(0.5, 1.6, 0.4, 0.7);
    z-index: -1;
}
.col .counterbox:hover:after {
    height: 100%;
}
.col .counterbox .count {
    background: #59911969;
    min-width: 140px;
    padding: 0px 20px;
    color: #000;
    margin: 7px 0 6px;
    font-size: 35px;
    font-weight: 900;
    line-height: normal;
}
.counterbox .icon {
    font-size: 30px;
    line-height: normal;
    position: static;
    color: var(--black);
}
.counterbox h3 {
    font-size: 20px;
}

.col2 .counterbox .count {
    background: #c8513b69;
}
.col3 .counterbox .count {
    background: #0093c05c;
}
.col4 .counterbox .count {
        background: #6f471b61;
}
.counterbox .icon {
    font-size: 30px;
    line-height: normal;
    color: var(--black);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: inset 0 0 1px 1px #7a7a7a, inset 0 -0.5em rgb(0 0 0 / 13%);
    background: linear-gradient(#ffffff14, #acb5b9) border-box;
}
.counterbox .icon img {
    height: 50px;
    object-fit: contain;
}
.col1 .counterbox:hover .icon {
    box-shadow: inset 0 0 1px 1px #2b4625, inset 0 -0.5em rgba(0, 0, 0, 0.1);
    background: linear-gradient(#89b97d00, #90cadd6b) border-box;
    color: #193811;
}
.col2 .counterbox:hover .icon {
    box-shadow: inset 0 0 1px 1px #502722, inset 0 -0.5em rgba(0, 0, 0, 0.1);
    background: linear-gradient(#d9aba633, #90cadd6b) border-box;
    color: #502722;
}
.col3 .counterbox:hover .icon {
    box-shadow: inset 0 0 1px 1px #1f3a42, inset 0 -0.5em rgba(0, 0, 0, 0.1);
    background: linear-gradient(#1f3a420a, #90cadd6b) border-box;
    color: #1f3a42;
}
.col4 .counterbox:hover .icon {
    box-shadow: inset 0 0 1px 1px #6e4a23, inset 0 -0.5em rgba(0, 0, 0, 0.1);
    background: linear-gradient(#6e4a232e, #90cadd6b) border-box;
    color: #6e4a23;
}

/*--------------------------------------------------------------
Gallery
--------------------------------------------------------------*/
#gallery #pagination {
    padding-top: 10px;
}
#gallery #pagination button {
    width: 45px;
    text-align: center;
    height: 40px;
    border: 2px solid var(--primary);
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 -3px;
    background: var(--primary);
    z-index: 1;
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    padding: 0 16px;
}
#gallery #pagination button:after {
	content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ff771a;
    display: block;
    opacity: 0;
    transform: scale(0.1);
    z-index: -1;
    transform-origin: bottom right 0;
}
#gallery #pagination button.active, #gallery #pagination button:hover {
    border-color: var(--orange);
    color: #fff;
    background: var(--orange);
}
#gallery #pagination button.active:after {
    background: var(--orange);
    opacity: 1;
    z-index: -1;
}

.image-container {
    display: flex;
    gap: 50px; /* Adjust the gap between images as needed */
}
.tm-portfolio-filter ul li:last-child a:after {
    background: transparent;
}
.tm-portfolio-item a {
    display: block;
    border: 2px solid #ffffff;
    text-decoration: none;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    border-radius: 3px;
}

.tm-portfolio-item a:hover {
    border-color: var(--secondary);
}

.tm-portfolio-item img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}

.tm-portfolio-item .item-inner{
	width: 95%;
	margin: 10px;
}
.tm-portfolio-filter {
    margin-bottom: 15px;
}
.tm-portfolio-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tm-portfolio-filter ul li a {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--black);
    font-weight: 700;
    padding: 9px 25px;
    display: inline-block;
    position: relative;
}
.tm-portfolio-filter ul li {
    position: relative;
}

.tm-portfolio-filter ul li.active a, .tm-portfolio-filter ul li a:hover, .tm-portfolio-filter ul li a:focus {
    color: var(--secondary);
}
.tm-portfolio-filter ul li a:after {
    position: absolute;
    content: '';
    background: #000;
    width: 1px;
    height: 30px;
    right: 0px;
    transform: rotate(10deg);
    top: 6px;
}
.project {
    overflow: hidden;
}
.tm-gutter-less .tm-portfolio-item {
    padding: 0;
}
.tm-grid-sizer, .tm-portfolio-item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tm-portfolio-item {
    padding: 30px 15px 0px 15px;
}
.tm-portfolio-item.port-50 {
    width: 50%;
}
.tm-portfolio-item .item-inner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.item-inner {
    display: block;
    position: relative;
}
.item-inner img {
    width: 100%;
}
.item-inner {
    position: relative;
}
.item-inner .test {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tm-zoom-btn {
    position: absolute;
    height: 150px;
    width: 206px;
    background-color: var(--secondary);
    opacity: 0.9;
    border-radius: 0 35px 0 0;
    -webkit-transform: rotate(44deg) skewX(12deg);
    -ms-transform: rotate(44deg) skewX(12deg);
    transform: rotate(44deg) skewX(12deg);
    bottom: -180px;
    left: -115px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.item-inner:hover .tm-zoom-btn {
    bottom: -97px;
    left: -69px;
}
.tm-zoom-icon {
    position: absolute;
    left: 0;
    bottom: 13px;
    right: 0;
    color: #fff;
    font-size: 30px;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 auto;
}
.item-inner:hover .tm-zoom-icon {
    -webkit-transform: scale(1) rotate(180deg);
    -ms-transform: scale(1) rotate(180deg);
    transform: scale(.9) rotate(360deg);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.tm-portfolio.zoom-gallery.tm-gutter-less {
    min-height: 224px !important;
}
#userPass{
-webkit-text-security: disc;
}
img.mfp-img {
    margin: 40px auto !important;
    border: 10px solid var(--primary);
    padding:0;
}
button.mfp-close, button.mfp-arrow{
	 background: var(--primary);
	     opacity: 1;
}
.mfp-close {
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 47px;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer.footer {
    background: #000f20;
    padding: 40px 0 0px;
    color: #d3d3d3;
    overflow: hidden;
    font-size: 14px;
    position: relative;
}
footer.footer:before, footer.footer:after{
	 position: absolute;
    content: '';
     width: 100%;
    height: 100%;
    top: 0;
        left: 0;
}
footer.footer:after {
    background: url(/SugamLabs/resources/app_srv/NMD/global/Homepage/img/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: unset;
    opacity: .1;
}
footer.footer:before {
    background: #000f206b;
    z-index: 1;
}
.tm-site-footer .col1 em {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 6px;
    font-size: 18px;
    color: var(--black);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color:#d3d3d3;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

footer .social-icon a svg {
    width: 25px;
}

footer .social-icon a {
    width: 40px;
    height: 40px;
    background: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary);
}
footer .social-icon a:hover {
    background: transparent;
    border-color: #00CCF0;
    color: #00CCF0;
}
.footer .btn.btn-link:hover {
    color: #00CCF0;
    letter-spacing: 1px;
    box-shadow: none;
}

.imp-links ul li {
    width: 100%;
}

footer p,
footer a, .footer .btn.btn-link {
    color:#d3d3d3;
    font-size: 14px;
}
.tm-site-footer .row{
	z-index:1;
}

.footer.footer .img_footer img {
    height: 40px;
}
.visitorCount span span {
    color: var(--black);
    font-size: 14px;
    min-width: 50px;
    background: #ddd;
    text-align: center;
    border-radius: 2px;
    padding: 0px 10px;
}
.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 7px 0 7px;
}
/*--------------------------------------------------------------
Back to Top
--------------------------------------------------------------*/
#scrollup {
    position: fixed;
    bottom: -60px;
    right: 25px;
    color: #fff;
    padding: 5px;
    height: 36px;
    width: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10;
    background-color: var(--secondary);
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#scrollup:hover {
    background-color: #3281a7
}
#scrollup:before {
    font-family: bootstrap-icons !important;
    margin-left: 1px;
    content: '\F148';
    transform: rotate(87deg);
    font-weight: 700;
}
#scrollup.scrollup-show {
    bottom: 25px;
}

/* Floating medical icons - now more visible */
    .icon {
      position: absolute;
      font-size: 3rem; /* increased size */
      color:rgb(25 38 53 / 71%); /* increased opacity */
      animation: floatIcon 12s infinite ease-in-out;
    }

    .icon1 { top: 20%; left: 10%; animation-delay: 0s; }
    .icon2 { top: 30%; right: 10%; animation-delay: 3s; }
    .icon3 { bottom: 10%; left: 15%; animation-delay: 5s; }
    .icon4 { bottom: 20%; right: 5%; animation-delay: 7s; }

    @keyframes floatIcon {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-20px); }
    }

    /* Particles / Bubbles */
    .bubble {
      position: absolute;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      animation: rise 15s infinite ease-in-out;
    }

    .bubble1 { width: 10px; height: 10px; left: 20%; bottom: 10%; animation-delay: 0s; }
    .bubble2 { width: 15px; height: 15px; left: 40%; bottom: 5%; animation-delay: 3s; }
    .bubble3 { width: 8px; height: 8px; left: 60%; bottom: 0%; animation-delay: 6s; }

    @keyframes rise {
      0% { transform: translateY(0); opacity: 1; }
      100% { transform: translateY(-150px); opacity: 0; }
    }
 /*--------------------------------------------------------------
Modal
--------------------------------------------------------------*/
.Modal_sugam  .modal-content {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 4px;
}
.Modal_sugam .modal-desp {
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.Modal_sugam .modal-header {
    padding: 15px 11px 15px;
    border-radius: 0;
}
.Modal_sugam .modal-header h2 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    width: 100%;
        color: var(--black);
}
 .Modal_sugam .modal-desp h3 {
    font-size: 20px;
    line-height: normal;
}

.Modal_sugam .modal-header button.btn-close {
    opacity: 1;
}

#loginForm .modal-dialog, #myModalPass .modal-dialog {
    width: 24%;
    max-width: 100%;
}
#loginForm .modal-header {
    padding: 10px 11px 10px;
}
a#forgot {
    cursor: pointer;
}
.captchaReload {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00275442;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    -webkit-text-stroke: 1px;
    font-size: 21px;
        cursor: pointer;
}
.cimage {
    margin-top: 11px;
}
body .modal-backdrop.show {
    opacity: .7;
}
/*--------------------------------------------------------------
Form error messgae
--------------------------------------------------------------*/
.has-feedback {
    position: relative;
}
body .has-feedback label~ .form-control-feedback{
    font-size: 23px;
    top: 28px;
}
.help-block {
    font-size: 14px !important;
    font-weight: 500;
}
div#existuserid span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 2px;
}
#myModalPass .has-feedback .form-control-feedback {
    top: 2px;
    font-size: 23px;
}

/*--------------------------------------------------------------
Swal Alert
--------------------------------------------------------------*/
.swal-icon {
    margin: 20px auto 0;
    width: 40px;
    height: 40px;
}
.swal-icon--warning__body {
    height: 17px;
    top: 6px;
}
body .swal-title {
    color: var(--black);
    margin:5px 0 7px !important;
    padding: 1px 0;
    font-weight: 700;
    font-family: 'Noto Sans Condensed';
}
.swal-text {
    padding: 0;
    text-align: center;
    color: var(--black);
}
.swal-footer {
    text-align: center;
    margin: 0;
}
.swal-footer button.swal-button {
    border-width: 2px;
}
/*--------------------------------------------------------------
lab page
--------------------------------------------------------------*/
.InnerPage-banner {
  aspect-ratio: 8 / 1;
  background-image: url(/SugamLabs/resources/app_srv/NMD/global/Homepage/img/InnerPageBanner.webp);
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
  }
  .InnerPage-banner .banner-content {
  background: rgba(0, 51, 102, 0.7); /* semi-transparent dark overlay */
  padding: 20px 40px;
  border-radius: 10px;
  }
  .InnerPage-banner .banner-content h1 {
  margin: 0 0 10px;
  font-size: 2.5rem;
  }
  .InnerPage-banner .breadcrumb {
  font-size: 1rem;
  color: #fff;
  }
  .InnerPage-banner .breadcrumb a {
  color: #fff;
  text-decoration: underline;
  }
.LabLocationPage .locatioTabs button.nav-link {
    margin: 0 10px;
    font-weight: 600 !important;
    border-right: 2px solid;
    height: auto;
    border-width: 2px;
    color: var(--primary);
}
  .LabLocationPage .locatioTabs button:before {
  top: auto;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(91deg);
  opacity: 0;
  }
  .LabLocationPage  .locatioTabs button.active:before{
  opacity:1;
  }
  .LabLocationPage .locatioTabs .nav-pills:after{
  display:none;
  }
  .LabLocationPage  .tab-content>.tab-pane {
    background: #f5f5f5;
}
 body .tm-site-header.small-height {
    scroll-padding-top: 100px;
}
.labCardMini {
    border: 1px solid #e7e7e7;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 0px 50px -43px, rgba(0, 0, 0, 0.2) 0px 0px 0px 0, rgba(10, 37, 64, 0.2) 0px -1px 6px 0px inset;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    -webkit-transition: transform 0.4s ease, box-shadow 0.4s ease;
    -moz-transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.labCardMini:hover {
    transform: translateY(-5px) scale(1.02);
    -webkit-transform: translateY(-5px) scale(1.02);
    -moz-transform: translateY(-5px) scale(1.02);
}
.labCardMini .desp{
	padding:15px
}
body .locatioTabs .labCardMini figure img {
    height:140px;
    object-fit: cover;
    object-position: bottom;
}
.labCardMini .desp p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.btn_lab {
    background: var(--primary);
    color: #fff;
    padding: 6px 10px;
}
body .locatioTabs .labCardMini figure img {
    object-fit: cover;
    clip-path: polygon(0 1%, 100% 0%, 100% 80%, 49% 100%, 0 65%);
    height: 150px;
}
body .locatioTabs .labCardMini figure:after {
    position: absolute;
    content: '';
    background: rgb(207 82 62 / 34%);
    width: 100%;
    height: 158px;
    left: 0;
    clip-path: polygon(0 1%, 100% 0%, 100% 80%, 49% 100%, 0 65%);
        top: 0;
}
.labCardMini .desp {
    padding: 15px;
}
.labCardMini .desp p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
body .locatioTabs .labCardMini3 figure:after {
    background: #4d4f5c2b;
}
body .locatioTabs .labCardMini4 figure:after {
    background: #183b6442;
}
.btn_lab, ul.login-btn li a {
    background: linear-gradient(135deg, #005fa3, #002754) !important;
    color: #fff;
    padding: 6px 10px;
    width: 100%;
    font-weight: 600;
    border: 2px solid transparent;
        border-radius: 4px;
}
.btn_lab:hover, ul.login-btn li a:hover {
    background-image: none !important;
    background: #fff;
    border-color: #002b59;
    color: #002b59;
}
.btn_lab:after, .btn_lab:before{
	display:none;
}
/* .labCardMini1 figure:after {
    background: #18566138;
}
.labCardMini1 .btn_lab:hover {
    border-color: #004552e6;
    color: #004552e6;
    background: transparent;
}
.labCardMini2 .btn_lab{
	background: #c25037e6;
}
.labCardMini2 .btn_lab:hover {
    border-color: #c25037e6;
    color: #c25037e6;
    background: transparent;
}
.labCardMini3 .btn_lab{
	    background: #454754f2;
}
.labCardMini3 .btn_lab:hover {
    border-color: #454754f2;
    color: #454754f2;
    background: transparent;
}
.labCardMini4 .btn_lab{
	background: #002856e6;
}
.labCardMini4 .btn_lab:hover {
    border-color: #002856e6;
    color: #002856e6;
    background: transparent;
} */
.LabsLocation .owl-nav .owl-prev, .LabsLocation .owl-nav .owl-next
 {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 1;
    background: var(--black);
}
.LabsLocation .owl-nav .owl-next {
    right: -40px;
}
.LabsLocation .owl-nav .owl-prev {
    left: -40px;
}

.customPlayPause1.pause:before, .customPlayPause.pause:before {
    content: "\f4c4";
}

.customPlayPause1:before, .customPlayPause:before {
    content: "\f4f5";
}
.customPlayPause1.pause:before, .customPlayPause1:before, .customPlayPause.pause:before, .customPlayPause:before{
	 color: #000;
    font-size: 20px;
    font-family: bootstrap-icons !important;
}
.customPlayPause.pause:before, .customPlayPause:before{
	color: #fff;
    font-size: 15px;
}
.customPlayPause1 {
    cursor: pointer;
    margin-top: 9px;
    font-weight: 700;
}
/* .LabsLocation .owl-item {
    opacity: .6;
}
.LabsLocation .owl-item.active.center {
    opacity: 1;
} */
.btn-map {
    background: #c25037e6;
}
.modal_labs .modal-footer a {
    display: inline-block;
    min-width: 170px;
    width: auto;
}
/**Zone and sub zone**/
.office-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    background: #fff;
    transition: transform 0.3s ease;
    min-height: 520px;
    margin-bottom: 25px;
    border: 3px solid #e0e8ed;
        word-break: break-word;
}

    .office-card:hover {
      transform: translateY(-6px);
    }

    .card-header-custom {
      background:linear-gradient(135deg, #005fa3, #002754);
      color: #fff;
      padding: 1.1rem 1.25rem !important;
    }

    .card-header-custom h5 {
      margin: 0;
      font-size: 22px;
      display: flex;
      align-items: center;
      gap: 8px;
          justify-content: center;
    }

    .office-card .card-body {
      padding: 1.25rem;
    }

    .office-card .card-body p {
      font-size: 16px;
      margin-bottom: 0.6rem;
      color: #212529;
    }
.subZoneOff .office-card {
    min-height: 470px;
}
    .office-card .card-body i {
      color: #007dc1;
      margin-right: 6px;
    }

    .google-map-btn {
      display: inline-block;
      margin-top: 6px;
      padding: 6px 12px;
      background-color: #e5f2ff;
      color: #005fa3;
      border-radius: 6px;
      font-size: 0.87rem;
      text-decoration: none;
      border: 1px solid #cde6fb;
    }

    .google-map-btn:hover {
      background-color: #d4ecff;
      color: #00457c;
    }

    .info-label {
    font-weight: 700;
    color: #212529;
}
/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
@media (min-width: 1600px) {
.topheader_rightCol {
    width: 22%;
}
}
@media (min-width: 1920px) {
   .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
       max-width: 75%;
   }
   .slide1, .slide2, .slide3 {
    height: 550px;
}
section#home {
    min-height: 500px;
}
.slider-text {
    top: 13%;
}
   .tm-portfolio-item img {
    height: 350px;
}
ul.accessiblity_option svg {
    width: 35px;
    height: 35px;
}
.tm-primary-nav .nav-item > a, ul.login-btn li a, .card .card-content strong, .Statutory_Functions ul li, .tm-portfolio-filter ul li a {
    font-size: 20px;
}
.tm-primary-nav .tm-primary-nav-list > .nav-item {
    margin-right: 40px;
}
.logo-top1 .subheading span {
    font-size: 20px;
    font-weight: 500;
}
.logo-top1 .logo a, .slider-text p, body .locatioTabs button.nav-link {
    font-size: 22px;
}
.logo-top1 .project-title strong {
    font-size: 28px;
}
.logo-top img {
    height: 120px;
    width: 120px;
}
.hero-title, .InnerPage-banner .banner-content h1 {
    font-size: 55px;
}
body .sectionTitle h2 {
    font-size: 45px;
}
.counterbox h3, body .locatioTabs .tab-content .desp h3, .LabLocationPage h3  {
    font-size: 24px;
}

p {
    font-size: 20px;
    line-height: 1.6;
}
.newsTicker .col .list li a, .visitorCount.countUpdate, footer p, footer a, .footer .btn.btn-link, footer address{
	 font-size: 18px;
}
body .sectionTitle>div span {
    font-size: 16px;
}
.footer.footer .img_footer img {
    height: 50px;
}
}

@media (min-width: 2500px) {
    .topheader_rightCol {
        width: 16%;
    }
}

@media (max-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 90%;
    }
    .tm-portfolio-filter ul li a {
	    padding: 9px 20px;
	}
	.LabsLocation .owl-nav .owl-prev {
	    left: -20px;
	}
	.LabsLocation .owl-nav .owl-next {
	    right: -20px;
	}
}

@media (max-width: 991px) {
.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
}
.hero-title {
    font-size: 2.2rem;
    line-height: normal;
}
.slider-text p {
    font-size: 16px;
}
section#aboutus .container>.row {
    margin-bottom: 0 !important;
}
#aboutus figure span.img1 {
    margin-left: 0;
    width: 100%;
    padding-right: 0;
}
#aboutus figure span.img1 img {
    width: 100%;
}
section#aboutus {
    padding: 50px 0 0px;
    
}
section.counter-section, section#aboutus {
	clip-path: none;
}
section#aboutus .container .row:first-child {
    margin-bottom: 0 !important;
    flex-direction: column-reverse;
}
section#aboutus .container .row +.row {
    margin-top: 40px;
}
#aboutus .container .row:nth-child(2) {
    width: 95%;
    margin: 0 auto !important;
}
section.counter-section {
    padding: 65px 0 55px;
}
section.counter-section .col {
    width: 47%;
    flex: none;
}
.locatioTabs>div {
    flex-wrap: wrap;
}
body .locatioTabs .nav-pills {
    display: flex;
    flex-wrap: wrap;
}
body .locatioTabs .nav-pills {
    flex-direction: row !important;
    margin-right: 0 !important;
}
body .locatioTabs .tab-content, body .locatioTabs .nav-pills{
width: 100%;	
}
.imp-links ul li {
    border-bottom: 1px solid #dddddd52;
    padding: 3px 0 0;
    margin: 3px 0 0;
}
body .locatioTabs .tab-content {
    margin-top: 20px;
}
body .locatioTabs .nav-pills:after {
    top: auto;
    width: 100%;
    height: 4px;
    bottom: 0;
}
body .locatioTabs button.nav-link {
    height: auto;
    font-size: 16px;
    font-weight: 600 !important;
    width: auto !important;
    border-right: 1px solid var(--primary);
    margin: 10px 3px 16px;
    border-width: 1px;
}
.locatioTabs button:before {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    transform: rotate(210deg);
    bottom: -16px;
    opacity: 0;
}
.locatioTabs button.active:before, .locatioTabs button:hover:before {
    opacity: 1;
}
.tm-grid-sizer, .tm-portfolio-item {
    width: 32%;
}
.InnerPage-banner {
    height: 200px;
}
 .LabLocationPage .locatioTabs .nav-pills, .LabLocationPage .locatioTabs .tab-pane h3 button:after {
    display: none;
}
.LabLocationPage .locatioTabs .tab-pane {
    display: block;
    opacity: 1;
        margin-bottom: 20px;
}
.LabLocationPage .locatioTabs .tab-pane h3 button {
    color: var(--black);
    font-size: 22px;
    background: #d5d5d5;
    border: 2px solid #818181;
}
.LabLocationPage .locatioTabs .tab-pane h3 button {
     color: var(--black);
     font-size: 22px;
     background: #ddd;
     border: 2px solid #818181;
 }
.LabLocationPage  .accordion-button:not(.collapsed) {
    background: var(--primary) !important;
    color: #fff !important;
}
 .LabLocationPage .locatioTabs .accordion-header button:before {
    left: auto;
    right: 12px;
    top: 17px;
    bottom: auto;
    background: #000;
    z-index: 1;
    transform: rotate(-332deg);
    opacity: 1;
}
.LabLocationPage  .accordion-button:not(.collapsed):before {
    transform: rotate(332deg) !important;
    background: #fff !important;
}
}

@media (max-width: 768px) {
	 .InnerPage-banner .banner-content h1 {
	 font-size: 1.8rem;
	 }
	 .InnerPage-banner  .breadcrumb {
	 font-size: 0.9rem;
	 }
 }

@media (max-width: 767px) {
.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
    padding: 0 15px;
}
section#home .owl-item img{
	height:auto;
}
.slider-text {
    background: #002856c9;
    padding: 10px;
    left: 50%;
    right: 0;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
section#home .item {
    background-position: right;
}
.hero .owl-theme .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 50px;
    left: 0;
    margin: 0 auto;
}
.customPlayPause {
    left: 130px;
    right: 0;
    margin: 0 auto;
    width: 71px;
}
section#aboutus .container>.row+.row {
    margin:40px 0 0;
        width: 100%;
}
.card .card-content strong {
    font-size: 15px;
}
.card .icon {
    position: static !important;
    margin:0 auto 10px;
        transform: none;
}
.card {
    padding: 15px;
    border-radius: 10px 10px 80px 80px;
    min-height: 260px;
}
.colNew, .card .card-content  {
    padding: 0;
    text-align: center;
}
section#aboutus .hoverText {
    display: none;
}
.colNew {
    padding: 0 8px;
}
.CardCount {
    top: auto;
    left: 0;
    margin: 0 auto;
    bottom: 0;
}
section#aboutus .desp p {
    display: block;
}
body .locatioTabs .tab-content div {
    padding: 0;
}
section#gallery {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.copyright .row {
    display: block;
    text-align: center;
}
.mbview {
    text-align: center !important;
    padding: 4px 0;
}
.tm-grid-sizer, .tm-portfolio-item {
    width:49%;
}
#aboutus .row .col-lg-9 {
    margin-bottom: 0 !important;
}
#aboutus .row {
    padding-bottom: 0 !important;
}
section#aboutus {
    padding-bottom: 60px;
}
.office-card {
    min-height: auto !important;
}
}

@media (max-width: 575px) {
.slider-text {
    width: 96%;
}
.hero-title {
    font-size: 1.5rem;
    letter-spacing: .4px;
    line-height: 1.4;
}

.hero-title .highlight {
    background: transparent;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.hero-title br, .slider-text p br {
    display: none;
}
.sectionTitle h2 {
    font-size: 28px;
}
.slider-text p, p {
    font-size: 15px;
}
.card {
    min-height: auto;
}
section.counter-section .col {
    width: 100%;
}
.tm-grid-sizer, .tm-portfolio-item {
    width:100%;
}
.tm-portfolio-item img {
    height: auto;
}
}

@media (max-width: 480px) {
	.all_lab a {
	    display: inline-block;
	}
	
}

@media (max-width: 375px) {
.all_lab a:after {
     height: 115%;
}
.topheader_rightCol:before {
    width: 27%
}
}

