.logo img{
  width: 260px !important;    background: none;
}
.scads-lab-main .lg-mnu-sec2 .logo a {
  width: auto;
  height: auto;
}
.scads-lab-main .breadcrumb-banner-wrapper {
  padding-bottom: 30px;
}
a.tag-wrap {
  background: #005099;
  margin-right: 10px;
  padding: 6px 20px;
  font-size: 17px;
  font-weight: 600;
  color: white;
}
.tag-wrapping {
  margin-top: -29px;
  z-index: 999;
  position: relative;
}
img.rightside-banner-img {
  width: 300px;
  height: 170px;
}
.scads-lab-main header.stick.sticky .lg-mnu-sec2 .logo a {
  width: auto;
  height: auto;
  box-shadow: 0 1px 2px 1px #0000001c;
}

.circle-menu-box {
  width: 850px;
  height: 850px;
	position: relative;
	margin:30px auto;

}
	.circle-menu-box a.menu-item {
		display: block;
		text-decoration: none;
		border-radius: 100%;
		margin:20px;
		text-align: center;
		width:120px;
		height:120px;
		background: #46B3A5;
		color:#777;
		padding:20;
    line-height:1;
		position: absolute;
		font-size: 30px;

		transition:all 0.5s;
		-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-o-transition:all 0.5s;
	}

	.circle-menu-box a.menu-item:hover {
		transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
  .circle-menu-box img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    object-fit: cover;
    border: 10px solid #f6bf00;
    animation: pulse-animation 3s infinite;
}
.menu-container {
  position: relative;
}

.circle-text {
  position: absolute;
  top: 39%;
  left: 42%;
  background: #46B3A5 ;
  padding: 30px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 32px;
  border: 15px solid #8ce9dd50 ;
  z-index: 99;
  animation: pulse-animation-1 4s infinite;
}

.dec-circle.menu-item {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 20%;
}
.dec-circle.menu-item a{
    color: #8d8d8d;
    font-size: 16px;
}
.dec-circle.menu-item h5 {
  color: #4fa89c;
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
}
.lines {
  position: absolute;
  top: 24%;
  left: 49%;
  z-index: 9;
}

.line-item{
  background: transparent;
  display: block;
  z-index: -1;
  position: relative;
  height: 130px;
  width: 1px;
  border: 0.5px dashed #9d9d9d80;
}


@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(246 191 0 / 75%);
  }
  100% {
    box-shadow: 0 0 0 15px rgb(246 191 0 / 0%);
  }
}
@keyframes pulse-animation-1 {
  0% {
    box-shadow: 0 0 0 0px rgb(140 233 221 / 100%);
  }
  100% {
    box-shadow: 0 0 0 25px rgb(140 233 221 / 0%);
  }
}


a.effect-underline {
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}

a.effect-underline:hover {
  color: #a8f9f3;
  border-bottom: 1px solid #a8f9f3;
}

span.line-1{
  transform: translate(4px, -21px) rotate(0deg);
}
span.line-2 {
  transform: translate(129px, -96px) rotate(42deg);
}
span.line-3 {
  transform: translate(176px, -111px) rotate(91deg);
}
span.line-4 {
  transform: translate(128px, -121px) rotate(133deg);
}
span.line-5 {
  transform: translate(7px, -200px) rotate(178deg);
}
span.line-6 {
  transform: translate(-121px, -383px) rotate(40deg);
}
span.line-7 {
  transform: translate(-165px, -623px) rotate(269deg);
}
span.line-8 {
  transform: translate(-115px, -883px) rotate(315deg);
}
span.line-9 {
  transform: translate(-160px, -933px) rotate(290deg);
}
span.line-10 {
  transform: translate(-103px, -1152px) rotate(325deg);
}

.card-wrapping img.img-fluid {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50px;
}

.card-wrapping {
  display: flex;
  align-items: center;
  box-shadow: 0 0 2px 1px #0000000f;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.circle-wrapping.mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-text-wrap{
  width: calc(100% - 100px);
  color: black;
}

/* banner-robotic */

.banner-robotic{
  background:  linear-gradient(0deg, rgb(0 0 0 / 54%), rgb(0 0 0 / 50%)), url('../image/robotic-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 46.5vh;
  background-position: center;
}

.breadcrumb-text {
  text-align: center;
}

.project-list {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.project-list p {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  margin-right: 5px;
}

.project-list span {
  font-size: 14px;
  color: #828282;
}


.titleTagh3{
  font-size: 28px;
}

.section-pb-30{
  padding-bottom: 30px;
}

.font-bold{
  font-weight: 700;
  color: #4f4f4f;
}

.robotic-content {
  margin-top: 40px;
}

.robotic-title-img {
  width: 60%;
}

/* Default slide */
.center-slider .slick-slide{
  color: #FFF;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transition: all 0.4s ease-in-out;
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}

.tab-content-section a.nav-link.active {
  border: 1px solid transparent;
  background: #015196 !important;
  color: white !important;
}
.tab-content-section .nav-tabs {
  border-bottom: 1px solid #cacaca;
}
.tab-content-section .tab-content {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-inline: 20px;
}

.tab-content-section a.nav-link {
  border: 1px solid transparent;
}

section.profile-slider-section {
  padding-block: 5rem;
  background: #f6f6f6;
  padding-inline: 1rem;
}
.tab-wrap {
  margin-bottom: 2rem;
}
.tab-wrap ul li {
  margin-bottom: 0.5rem;
}
section.profile-slider-section .slick-next:before,section.profile-slider-section  .slick-prev:before{
  color: #f6bf00;
}
.profile-wrapper {
  padding-block: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.profile-wrapper img {
  border-radius: 50%;
  margin-right: 2rem;
  width: 250px;
}
.profile-slider-section .card-img-top {
  width: auto;
  object-fit: cover;
  height: 170px;
}

.back-color-image{
  height: 370px;
  width: 100%;
  object-fit: cover;
}
section.background-color-black {
  background: black;
}
.section-marginBottom-50{
  margin-bottom: 50px;
}
.section-marginBottom-90{
  margin-bottom: 90px;
}
.section-marginBottom-20{
  margin-bottom: 20px;
}
.section-marginBottom-10{
  margin-bottom: 10px;
}
.breadcrumb-text h4 {
    font-size: 26px;
    color: #060c27!important;
}
.prof-name {
    margin-top: 4rem;
    margin-bottom: 1rem;
}
.prof-name div {
  text-align: left;
}
.prof-name div:first-child {
  margin-bottom: 40px;
}
.prof-name a {
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.title-border-line{
  text-align: center;
  border-bottom: 1px dashed #01519a;
  position: relative;
  width: 50%;
  margin: auto;
  color: #01519a;
  font-size: 28px;
}
.title-border-line span{
  background-color: white;
  position: relative;
  top: 15px;
  padding: 0 10px;
}

.font-weight-600{
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .circle-wrapping.desktop{display: none;}
  .circle-wrapping.mobile{display: flex;}
  .col-card{ width: 100%; }
  .back-color-image {height: 240px;}
  .title-border-line { width: 80%; }
  .container {padding-inline: 15px;}
  .profile-wrapper{
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .profile-wrapper img{
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .circle-wrapping.desktop{display: none;}
  .circle-wrapping.mobile{display: flex;}
  .col-card{ width: 48%; }
  .back-color-image {height: 240px;}
  .title-border-line { width: 80%; }
  .container {padding-inline: 15px;}
  .profile-wrapper{
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .profile-wrapper img{
    margin-bottom: 20px;
  }
 }

@media (min-width: 768px) and (max-width: 991.98px) {
  .circle-wrapping.desktop{display: none;}
  .circle-wrapping.mobile{display: flex;}
  .col-card{ width: 48%; }
  .container {padding-inline: 15px;}
  .profile-wrapper{
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .profile-wrapper img{
    margin-bottom: 20px;
  }
 }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .circle-wrapping.desktop{display: block;}
  .circle-wrapping.mobile{display: none;}
  .container {padding-inline: 15px;}
 }

@media (min-width: 1200px) {
  .circle-wrapping.desktop{display: block;}
  .circle-wrapping.mobile{display: none;}
 }


 @media (min-width: 992px) {
  .tab-content-section .panel-heading {
    display: none;
  }
  .tab-content-section .panel {
    border: none;
    box-shadow: none;
  }
  .tab-content-section .panel-collapse {
    height: auto;
  }
  .tab-content-section .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  .tab-content-section .tab-content .tab-pane {
    display: block;
  }
  .tab-content-section .nav-tabs {
    display: none;
  }
  .tab-content-section .panel-title a {
    display: block;
  }
  .tab-content-section .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
  }
  .tab-content-section .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0;
  }
  .tab-content-section .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px;
  }
}


.round-btn {
    position: relative;
    background: #abf8fa;
    border-radius: 30px;
    border: none;
    color: #060c27!important;
    margin-left: 25px;
    font-size: 16px;
    font-weight:900;
    padding: 10px 30px;
    text-decoration: none;
}
.circle-pic {
    position: absolute;
    top: -5px;
    left: -25px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 100px;
    background: #fff;
    color: #fff;
    display: inline-block;
    padding: 3px;
}
.circle-pic img{
  border-radius: 50%;
}


.tooltip{
  position:relative;
  z-index: 999;
  opacity: 1;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.2;
  text-align: inherit;
}
.tooltip:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 65px;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bottomviews span{top:-135px !important;}
.tooltip span {
	background: none repeat scroll 0 0 #46B3A5; /*-- some basic styling */
  border-radius:5px;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px;
	width: 240px;
	top: 100px;  /*-- this is the original position of the tooltip when it's hidden */
	left: 0;
	margin-left: 0;
	/*-- set opacity to 0 otherwise our animations won't work */
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	z-index: 999;
	text-transform: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease-in-out;
}
.tooltip span:after {
	border-color: #46B3A5 rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 0 10px 10px ;
	top: -8px;
	content: "";
	display: block;
	left: 45%;
	position: absolute;
	width: 0;
}
.bottom-tool:hover span{
  top: -75px;
}
.bottom-tool span {
	top: -10px;
}
.bottom-tool span:after {
	border-width:10px 10px 0;
  top:auto;
	bottom: -8px;
}

ul.sidebar-wrapper li a ,ul.sidebar-wrapper li button {
  color: #141d45;
  font-size: 15px;
  font-weight: 600;
}

ul.sidebar-wrapper li::marker {
  display: none;
  color: transparent;
}

ul.sidebar-wrapper li:hover a, ul.sidebar-wrapper li:hover .btn-toggle{
  color: white;
}

ul.sidebar-wrapper li:hover {
  background: #141d45;
  color: white;
}

ul.sidebar-wrapper li button {
  background: transparent;
  border-color: transparent;
}

ul.sidebar-wrapper .dropdown-menu {
  position: relative !important;
  float: initial;
  transform: none !important; 
  background: transparent;
  border-color: transparent;
}

ul.sidebar-wrapper li:hover .dropdown-menu {
  background: white;
}
ul.sidebar-wrapper li {
  list-style: none;
  margin-left: 10px;
  border: 0px solid;
  position: relative;
  list-style-type: disc;
  border-bottom: 1px solid #bcbcbc;
  padding-block: 15px;
  margin-bottom: 0px;
  padding-inline: 15px;
}


@media (max-width: 575.98px) {
  .circle-wrapping.desktop{display: none;}
  .circle-wrapping.mobile{display: flex;}
  .col-card{ width: 100%; }
  .back-color-image {height: 240px;}
  .title-border-line { width: 80%; }
  .container {padding-inline: 15px;}
  .profile-wrapper{
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .profile-wrapper img{
    margin-bottom: 20px;
  }
  .sidebar-menu {
    position: fixed;
    top: 140px;
    background: white;
    width: 90%;
    left: 10px;
    z-index: 999;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .circle-wrapping.desktop{display: none;}
  .circle-wrapping.mobile{display: flex;}
  .col-card{ width: 48%; }
  .back-color-image {height: 240px;}
  .title-border-line { width: 80%; }
  .container {padding-inline: 15px;}
  .profile-wrapper{
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .profile-wrapper img{
    margin-bottom: 20px;
  }
  .sidebar-menu {
    position: fixed;
    top: 140px;
    background: white;
    width: 90%;
    left: 10px;
    z-index: 999;
}
 }

@media (min-width: 768px) and (max-width: 991.98px) {
  .circle-wrapping.desktop{display: none;}
  .circle-wrapping.mobile{display: flex;}
  .col-card{ width: 48%; }
  .container {padding-inline: 15px;}
  .profile-wrapper{
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .profile-wrapper img{
    margin-bottom: 20px;
  }
  .sidebar-menu {
    position: fixed;
    top: 140px;
    background: white;
    width: 90%;
    left: 10px;
    z-index: 999;
}
 }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .circle-wrapping.desktop{display: block;}
  .circle-wrapping.mobile{display: none;}
  .container {padding-inline: 15px;}
 }

@media (min-width: 1200px) {
  .circle-wrapping.desktop{display: block;}
  .circle-wrapping.mobile{display: none;}
 }


 @media (min-width: 992px) {
  .tab-content-section .panel-heading {
    display: none;
  }
  .tab-content-section .panel {
    border: none;
    box-shadow: none;
  }
  .tab-content-section .panel-collapse {
    height: auto;
  }
  .tab-content-section .panel-collapse.collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  .tab-content-section .tab-content .tab-pane {
    display: block;
  }
  .tab-content-section .nav-tabs {
    display: none;
  }
  .tab-content-section .panel-title a {
    display: block;
  }
  .tab-content-section .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
  }
  .tab-content-section .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0;
  }
  .tab-content-section .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px;
  }
}
