/*Styling sheet for Socket Mat*/
/*Documented/Updated by Arya Prabhu 19/04/2021 for Stream Data Systems*/
.carousel-indicators li {
	background-color: darkgray;
}
.carousel-indicators .active {
	background-color: lightgray;
}
.carousel-control-next-icon {
	background-color: darkgray;
}
.carousel-control-prev-icon {
	background-color: darkgray;
}
/*Universal Items*/
.container {
	max-width: 99vw;
	width: 99vw;
}

a:visited {
	/* color:  #ffeded; */
	color: black;
}
a:active {
	color: black;
}

/*Frame Styling*/
.frame-details {
	/*unused: left here as a reference*/
	/*vertical offset: 4.0rem + 10px*/
	height: calc(100vh - (6rem + 10px));
}

/*Browser specific settings*/
/*Firefox*/
@-moz-document url-prefix() {
	#ProductAndFeatures {
		top: calc(0px - (6rem + 10px - 16.5px));
	}
}
/*Frame Styling END*/
/*Universal Items END*/

/*Enclosed below all selector should have same rules*/

.btn-primary:hover {
	color: darkblue !important;
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.15);
	font-style: italic;
}

/*Enclosed above all selector should have same rules*/

#logo {
	/* height: 4rem; */
	/* margin: 1rem 0rem; */
	height: 4rem;
	width: 5rem;
	/*Total Height: 6rem*/
}

#logo-text {
	/* padding: 1rem; */
	/* padding-left: 0rem; */
	/* margin: 1rem 0rem; */
	height: 4rem;
	width: 5rem;
}

/*MAKES ICON NOT DISAPPEAR*/

/*MAKES ICON NOT DISAPPEAR ENDED*/

/*FRAME 1 Styling*/

/*FRAME 1 Styling END*/

/*FRAME 2 ACTIVITY SECTION STYLING*/
/*TAB STYLING*/
/*Go up button styled here*/

/*Styles the div around tabs*/

/*Style tabs here*/
/*needs improvement*/

/*Colour change upon active*/
/*TAB STYLING ENDS*/

.container .div {
	width: 100%;
	height: 100%;
}

/*Modal Styling*/
.modal {
	/*test*/
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	outline: 0;
}

.modal-content {
	width: auto;
}

.modal-dialog {
	max-width: auto;
}

.modal-dialog-centered {
	justify-content: center;
}

.modal-backdrop.show {
	opacity: 0.75;
}

.close {
	color: 'red' !important;
}

.modal-body {
	padding: 0rem;
}

/*Modal Styling Ends*/

/*FRAME 2 ACTIVITY SECTION STYLING ENDS*/

/*FRAME 3 STYLING*/
/*Footer Styling*/
.footer {
	height: calc(100vh - (6rem + 10px));
	max-height: 100%;
	width: 100%;
}

#footer-title {
	top: calc(0px - (6rem + 10px - 0px));
}
@-moz-document url-prefix() {
	#footer-title {
		top: calc(0px - (6rem + 10px - 16.5px));
	}
}

/*Address map*/

.footer-widget,
.footer-link,
.footer-link-contact {
	margin-top: 1rem;
}
.footer-link-contact h4::before {
	border-bottom: 3px solid #ef7d24;
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 3px;
}
.footer-link-contact h4 {
	color: #ffffff;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	margin-bottom: 1.25rem;
	position: relative;
	font-weight: 700;
	line-height: 120% !important;
	padding: 0 0 0.8rem 0;
	margin: 0;
}
.list-time {
	margin-top: 15px;
}
ul,
li,
ol {
	list-style: none;
	margin: 0rem;
	margin-top: 0rem;
	padding: 0rem;
}
.footer-link-contact ul li {
	margin-bottom: 1rem;
}
.footer-link-contact ul li p {
	font-size: 1rem;
	font-weight: 300;
	padding-right: 1rem;
}
.footer-link-contact ul li p {
	color: #ffffff;
	position: relative;
}
p {
	margin: 0px;
}
.footer-link-contact ul li i {
	position: absolute;
}

.footer-company {
	color: #cccccc;
}
.login-button {
	color: white;
}
.login-button-disappear {
	display: none;
}

/*Footer styling ends*/

/*Removing this will show boxes at the bottom of the code*/
/*Not sure why it exists*/
.baguetteBox-button {
	display: none;
}

/*Hamburger menu 3 lines colour*/
/*rbga=(red, blue, green, opacity)*/
/*stroke width= thickness*/

/*Styling for portrait mode mobile phones*/
/* @media only screen and (min-width: 280px) and (max-width: 991px) { changed to 991 from 599 */

/**Animations**/

/*Driving animation/ Moving across screen animation*/

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}
	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}
	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}
	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}
	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}
	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}
	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}
	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}
	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}
	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}
	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}
/*Driving animation/ Moving across screen animation ends*/

/* Anchors 
*/
a#management {
	display: block;
	position: relative;
	top: -140px;
	visibility: hidden;
}
