/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top:0px;   /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family:'open_sansregular';
    font-weight:400;
}

.thumbnail img {
    width: 100%;
}

.ratings
{
    padding: 0px 10px 20px 10px;
    color: #FF9900;
    
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

.page-header
{
    border-color: #CCCCCC;
    margin-bottom: 50px;
}

/*-------------------------
Navbar
---------------------------*/
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
  /*  background-color: rgba(13, 87, 184, 1);*/
    border-width: 0px;
    border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(231, 231, 231, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #0d57b8;
}



/*-----------------------------------------------*/
.bic-contact-form {
    top: 1em;
    position: absolute;
    max-width: 360px;
    right: 5em;
    background: #Fff;
    padding: 20px 20px;
}

.bic-contact-form .btn-secondary, .bic-contact-form .btn-secondary:active {
    background-color: #52b2f8 !important;
    border-color: #52b2f8 !important;
    color: #ffffff !important;
}

.bic-contact-form .form-control, .bic-contact-form .form-control:focus {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background-color: transparent;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
    z-index: 10000;
}

.close-btn:hover {
    background: #f44336;
    color: #fff;
}

.popup-overlay {
    display: none; /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6); /* dim background */
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    padding: 10px;
    text-align: center;
}
.popup-content img {
   width: auto;   /* 40% of viewport width */
    height: auto;
}
/*----------------------------------------------------------
Slider
-----------------------------------------------------------*/
#slidernet
{
    font-family:'Raleway Webfont';
    margin: 0px 0px 5px 0px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../images/blue.jpg') no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0 0px 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

#slidernet2
{
    font-family:'Raleway Webfont';
    margin: 0px 0px 5px 0px;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../images/LinkedLanding.jpg') no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 80px 0 0px 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

#c-slide {
	padding:0px;
	margin-top:-2px;
    margin-bottom:10px;
}
.carouselvshadow {
	margin-top:-30px;
}
.car-highlight1 {
	font-size:20px;
	line-height:20px;
	font-weight:800;
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#0066CC;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
}
.car-highlight2 {
	font-size:20px;
	line-height:20px;
	font-weight:800;
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#7f8c8d;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
	margin-top:10px;
}
.car-highlight3 {
	font-size:10px;
	line-height:2px;
	font-weight:600;
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#fb8c3d;
	padding:1px;
	padding-left:15px;
	padding-right:15px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
	margin-top:2px;
    margin-bottom:5px;
    
}
.car-highlight4 {
	font-size:6px;
	line-height:2px;
	font-weight:600;
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#fb8c3d;
	padding:1px;
	padding-left:15px;
	padding-right:15px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
	margin-top:5px;
}
.car-highlight5 {
	font-size:20px;
	line-height:28px;
	font-weight:800;
	color:#fff;
	text-decoration:none;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	margin-left:-6px;
	border-style:none;
	display:inline-block;
	margin-top:10px;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
}
.car-highlight6 {
	font-size:15px;
	line-height:10px;
	font-weight:800;
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#fb8c3d;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
	margin-top:10px;
}
.car-largetext {
	font-weight:800;
	font-family:'Raleway Webfont';
	color:#fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	font-size:50px;
}
.car-widecircle {
	background:#222;
	width:130px;
	height:130px;
	color:#fff;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin-right:20px;
}
.car-widecircle span {
	position:absolute;
	text-align:center;
	vertical-align:middle;
	line-height:130px;
	width:130px;
	margin:0px auto;
	right:0;
	font-weight:100;
	font-size:19px;
}
.car-middlecircle {
	background:#fff;
	width:120px;
	height:120px;
	color:#555;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin-right:20px;
}
.car-middlecircle span {
	position:absolute;
	text-align:center;
	vertical-align:middle;
	line-height:120px;
	width:120px;
	margin:0px auto;
	right:0;
	font-weight:100;
	font-size:19px;
}
.car-smallcircle {
	background:#0066CC;
	width:100px;
	height:100px;
	color:#fff;
	border-radius:50%;
	display:inline-block;
	position:relative;
}
.car-smallcircle span {
	position:absolute;
	text-align:center;
	vertical-align:middle;
	line-height:100px;
	width:100px;
	margin:0px auto;
	right:0;
	font-weight:100;
	font-size:19px;
}
.carouselText1 {
	font-weight:800;
	margin-top:50px;
	margin-bottom:20px;
	font-size:25px;
	background:#333;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-transform:uppercase;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselTextBig 
{
	font-weight:400;
	text-align:center;
	margin-top:50px;
	margin-bottom:20px;
	font-size:45px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselTextBigMobile
{
	font-weight:400;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	font-size:30px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselTextBig2 {
	font-weight:500;
	text-align:left;
	margin-top:50px;
	margin-bottom:20px;
	font-size:60px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselTextMedium{
    font-family :open_sansregular;
    font-weight:500;
	text-align:left;
	margin-top:100px;
	margin-bottom:20px;
	font-size:40px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselTextMediumMobile{
    font-family :open_sansregular;
    font-weight:500;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	font-size:30px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselTextHeader 
{
	font-family :open_sansregular;
	font-weight:500;
	text-align:left;
	margin-top:80px;
	margin-bottom:20px;
	font-size:30px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselTextHeaderMobile
{
	font-family :open_sansregular;
	font-weight:500;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	font-size:20px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}



.carouselTextHeader2 
{
	font-family :open_sansregular;
	font-weight:500;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	font-size:30px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselTextHeaderMobile2
{
	font-family :open_sansregular;
	font-weight:500;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	font-size:20px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}



.carouselTextHeaderBlack 
{
	font-family :open_sansregular;
	font-weight:500;
	text-align:left;
	margin-top:80px;
	margin-bottom:20px;
	font-size:30px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgb(0,0,0);
	border-radius:0;
}
.carouselTextHeaderMobileBlack
{
	font-family :open_sansregular;
	font-weight:500;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	font-size:20px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgb(0,0,0);
	border-radius:0;
}

.carouselTextHeader2 
{
	font-family :open_sansregular;
	font-weight:400;
	text-align:left;
	margin-top:10px;
	margin-bottom:20px;
	font-size:20px;
	color:#fff;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}

.carouselTextHeaderBlack 
{
	font-family :Raleway Webfont;
	font-weight:500;
	text-align:left;
	margin-top:0px;
	margin-bottom:20px;
	font-size:40px;
	color:#000;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}

.carouselTextHeaderBlackMobile 
{
	font-family :Raleway Webfont;
	font-weight:500;
	text-align:left;
	margin-top:0px;
	margin-bottom:20px;
	font-size:25px;
	color:#000;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselInnerTextBold 
{
	font-family :open_sansregular;
	font-weight:500;
	text-align:left;
	font-size:20px;
	color:#000;
   }

.carouselInnerTextCenter 
{
	font-family :open_sansregular;
	font-weight:500;
	text-align:center;
	font-size:20px;
	color:#000;
   }

.carouselInnerText
{
	font-family :open_sansregular;
	font-weight:200;
	text-align:left;
	font-size:14px;
	color:#000;
}

.car-WIIFM {
	font-size:15px;
	line-height:15px;
	font-weight:500;
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#34495e;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
	margin-top:10px;
}
.WIIFM {
	font-size:15px;
	line-height:15px;
	font-weight:500;
	color:rgb(255,255,255);
	text-decoration:none;
	background-color:#34495e;
	background: url('../images/WIIFM_1.png') no-repeat;
	padding:10px;
	border-width:0px;
	border-color:rgb(255,214,88);
	border-style:none;
	display:inline-block;
	margin-top:10px;
}
.carouselTextSmall {
	font-weight:500;
	margin-top:50px;
	margin-bottom:20px;
	font-size:25px;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselTextSmall2 {
    font-family :open_sansregular;
	font-weight:500;
	margin-top:5px;
	margin-bottom:10px;
	font-size:12px;
	color:#000000;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
    text-align: justify;
    text-justify: inter-word;
}
/*Amir:17-Nov-2016 for the index shakti report panel*/
.carouselTextSmallIndex {
    font-family :open_sansregular;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
	font-size:13px;
	color:#000000;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
    text-align: justify;
    text-justify: inter-word;
}
.carouselTextSmall3 {
    font-family :open_sansregular;
	font-weight:500;
	margin-top:5px;
	margin-bottom:10px;
	font-size:13px;
    text-justify:initial;
	color:#000000;
	display:inline-block;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border-radius:0;
}
.carouselText2 {
	font-size:19px;
	background:#0066CC;
	display:inline-block;
	padding:5px 20px;
	color:#fff;
	border-radius:0;
	margin-bottom:15px;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	font-weight:600;
}
.carouselText3 {
	font-size:20px;
	display:inline-block;
	padding:0px 10px;
	color:#fff;
	border-radius:5px;
	font-weight:500;
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
    margin-top:-5px
}
.slide1-1 {
	z-index:0;
	margin-top:-10px;
	position:relative;
	margin-left:0px;
	left:0px;
	max-width:85%;
}
.slide1-2 {
	z-index:1000;
	margin-top:-50px;
	position:relative;
	right:180px;
	max-width:22%;
}
.slide1-3 {
	position:relative;
	z-index:1000;
	float:right;
	top:10px;
	left:10px;
	max-width:35%;
}
.carousel .carousel-control {
	width:10%;
}
.carousel .item {
	padding:30px 0px;
	height:390px;
	overflow:hidden;
	-webkit-background-size:cover !Important;
	-moz-background-size:cover !Important;
	-o-background-size:cover !Important;
	background-size:cover !Important;
}
.carousel {
	position:relative;
}
.carousel p {
	color:#fff;
	line-height:30px;
}
.carousel-inner>.item {
	display:none;
	position:relative;
	-webkit-transition:0.6s ease-in-out left;
	transition:0.6s ease-in-out left;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	display:block;
	max-width:100%;
	height:auto;
	line-height:1;
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display:block;
}
.carousel-inner>.active {
	left:0;
	height:450px;
}
@media(max-device-width:360px) {
.carousel-inner>.active {
	left:0;
	height:auto;
}}
@media(max-device-width:393px) {
.carousel-inner>.active {
	left:0;
	height:auto;
}}
@media(max-device-width:500px) {
.carousel-inner>.active {
	left:0;
	height:auto;
}}
.carousel-inner>.next,.carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%;
}
.carousel-inner>.next {
	left:100%;
}
.carousel-inner>.prev {
	left:-100%;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left:0;
}
.carousel-inner>.active.left {
	left:-100%;
}
.carousel-inner>.active.right {
	left:100%;
}
.carousel-control {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:15%;
	opacity:0.5;
	filter:alpha(opacity=50);
	font-size:20px;
	color:#ffffff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.carousel-fade .carousel-inner .item {
	opacity:0;
	-webkit-transition-property:opacity;
	-moz-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity;
}
.carousel-fade .carousel-inner .active {
	opacity:1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
	left:0;
	opacity:0;
	z-index:1;
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
	opacity:1;
}
.carousel-fade .carousel-control {
	z-index:2;
}
.carousel-control.left {
	background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
}
.carousel-control.right {
	left:auto;
    right:2.5%;
	background-repeat: repeat-x;
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
}
.carousel-control:hover,.carousel-control:focus {
	color:#ffffff;
	text-decoration:none;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
	position:absolute;
	top:50%;
	left:50%;
	z-index:5;
	display:inline-block;
}
.carousel-control .icon-prev,.carousel-control .icon-next {
	width:20px;
	height:20px;
	margin-top:-10px;
	margin-left:-10px;
	font-family:'Raleway Webfont';
}
.carousel-control .icon-prev:before {
	content:'\2039';
}
.carousel-control .icon-next:before {
	content:'\203a';
}
.carousel-indicators {
	position:absolute;
	left:50%;
	top:94%;
	z-index:100;
	width:60%;
	margin-left:-30%;
	padding-left:0;
	list-style:none;
	text-align:center;
}
.carousel-indicators li {
	display:inline-block;
	width:19px;
	height:19px;
	margin:2px;
	text-indent:-999px;
	border:2px solid #ffffff;
	border-radius:15px;
	cursor:pointer;
}

.carousel-indicators .active {
	margin:2px;
	width:19px;
	height:19px;
	background-color:#fb8c3d;
}

.carousel-caption {
	position:absolute;
	left:15%;
	right:15%;
	bottom:20px;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#ffffff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.carousel-link {
    COLOR: #202020;
   	text-decoration:none!important;
	border:none!important;
	outline:none!important;
}
.carousel-caption .btn {
	text-shadow:none;
}
.carousel-control {
	width:30px;
	color:#fff;
	text-shadow:none;
	opacity:1;
	margin-left:40px;
	margin-right:40px;
}
.carousel-control:hover,.carousel-control:focus {
	/*color:#ccc;*/
	text-decoration:none;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.carousel-control.left,.carousel-control.right {
	background-image:none;
	filter:none;
	/*background:rgba(0,0,0,.1);*/
	height:60px;
	width:50px;
	margin-top:25%;
	margin-left:0px;
	margin-right:0;
}
.carousel:hover .carousel-control.left,.carousel:hover .carousel-control.right {
}
.carousel-control.left {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.carousel-control.right {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.carousel-control i {
	position:absolute;
	top:30px;
	left:0;
	z-index:5;
	display:inline-block;
	width:50px;
	height:80px;
	margin-left:0px;
}
.carousel-indicators.out {
	bottom:-5px;
}
.carousel-control.left,.carousel-control.right {
	margin-top: 11%;
}
/*--------------------------------------------------	CAROUSEL FEATURED WORK---------------------------------------------------*/
#carousel-featuredwork .item {
	padding:0;
	height:410px;
}
#carousel-featuredwork .carousel-indicators {
	margin-left: -31%;
}


.topspace30 {
	margin-top:30px;
}
.topspace10 {
	margin-top:10px;
}
/* --------------------------------------------------------	*/
/* SIDEBAR */
/* --------------------------------------------------------	*/
.sidebar .categories > li
{
    position: relative;
    display: block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-position: 9px 16px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #EDEDDE;
    padding: 10px 0;
    transition: all 0.3s;
}
.sidebar .categories > li a
{
    color: #000000;
}
.sidebar .categories > li a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.sidebar .categories>li a:before {
	font-family:'Raleway Webfont';
	content:"\f101";
	margin-right:5px;
}
.sidebar .categories > li:hover
{
    background: #0066CC;
    padding-left: 15px;
    color: #FFFFFF;
}
.sidebar h4 {
	color:#0066CC;
	font-size:19px;
}
.wowwidget {
	margin-bottom:35px;
    margin-top:35px;
	clear:both;
	float:none;
}
.tab-content .tabbedwidget img {
	width:50px;
	height:50px;
	margin-bottom:0;
	padding:4px;
	line-height:1.428571429;
	background-color:rgba(0,0,0,0.2);
	border:1px solid #ddd;
	border-radius:4px;
	margin-right:10px;
	margin-top:5px;
}
.tab-content li {
	float:none;
	clear: both;
}

body[data-theme="dark"] .tab-content {
  background-color: #1e1e1e; /* darker background */
  color: #e0e0e0;
  border-color: #444;
}
/*body[data-theme="dark"] .nav-tabs > li > a {
  background-color: #787474;
  color: #f2660f;
}*/
body[data-theme="dark"] .nav-tabs > li.active > a {
  background-color: #c6c8cc!important;
  color: #759ffa !important;
  border-color: #555;
}

body[data-theme="dark"] .navbar a { color: #ddd; }

/*body[data-theme="dark"] a:link,
body[data-theme="dark"] a:visited {
  color: #4ea3ff; }*/

body[data-theme="dark"] a {
  color: #82c4ff;             /* light blue for contrast on dark background */
}

body[data-theme="dark"] a:hover {
  color: #82c4ff; /* brighter on hover */
}

body[data-theme="dark"] .carousel-link {
  color: #e0e0e0; /* light gray for dark background */
}


/*  dark theme navbar overrides */
body[data-theme="dark"] #custom-bootstrap-menu.navbar-default {
  background-color: #121212;      /* dark background */
  border-color: #333;             /* subtle border */
}

body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-brand {
  color: #e0e0e0;                 /* light brand text */
}

body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
  color: #ffffff;                 /* muted light blue for links */
  background-color: transparent;
}

body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;                 /* bright white on hover */
  background-color: rgba(255, 255, 255, 0.1);
}

body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}

body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-toggle {
  border-color: #666;
}
body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
  background-color: #222;
}
body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
body[data-theme="dark"] #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}


body[data-theme="dark"] table {
  background-color: #1e1e1e;  /* subtle dark background */
  color: #ddd;                /* light text for contrast */
  border-color: #555;         /* darker borders */
}

/* Optional: Zebra striping for readability */
body[data-theme="dark"] table tr:nth-child(even) {
  background-color: #2a2a2a;
}

/* For tables with class tabular_data */
body[data-theme="dark"] table.tabular_data {
  border-left: 1px solid #555;
  border-top: 1px solid #555;
}

body[data-theme="dark"] table.tabular_data tr th {
  background-color: #2c2c2c;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  color: #f0f0f0; /* Light text for contrast */
}

body[data-theme="dark"] table.tabular_data tr td {
  background-color: #1e1e1e;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  color: #ddd;
}

body[data-theme="dark"] table.tabular_data tr.alt td {
  background-color: #2a2a2a !important;
}

/* For tables with class tabular_data1 */
body[data-theme="dark"] table.tabular_data1 {
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

body[data-theme="dark"] table.tabular_data1 tr th {
  background-color: #2c2c2c;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  color: #f0f0f0;
}

body[data-theme="dark"] table.tabular_data1 tr td {
  background-color: #1e1e1e;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  color: #ddd;
}

body[data-theme="dark"] table.tabular_data1 tr.alt td {
  background-color: #2a2a2a !important;
}

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.navbar[data-theme="dark"] {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

/* Dark mode */
body[data-theme="dark"] {
    background-color: #121212;
    color: #ffffff;
}

/* Navbar becomes dark */
navbar[data-theme="dark"] {
    background-color: #1f1f1f !important;
}

/* Navbar text color fix */
body[data-theme="dark"] .navbar .nav-link,
body.dark-mode .navbar .navbar-brand {
    color: #ffffff !important;
}

/* Dropdown in dark mode */
body[data-theme="dark"] .dropdown-menu {
    background-color: #2a2a2a;
}

body[data-theme="dark"] .dropdown-item {
    color: #ffffff;
}

body[data-theme="dark"] .dropdown-item:hover {
    background-color: #3a3a3a;
}



.unstyled {
	list-style:none;
	-webkit-padding-start:0px;
}
/* --------------------------------------------------------	*/
/* Tabs */
/* --------------------------------------------------------	*/

.navbar-default .navbar-nav > li > a {
    font-size: var(--base-font, 16px);
}

.nav-tabs {
	border:0px;
	margin-left:0px;
	text-align:center;
	float:none;
	position:relative;
}
.nav-tabs li a
{
    color: #FFFFFF;
    /*background: #323232;*/
    background: #488AC7;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    margin-left: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #e5e5e5;
    border-right: 0px !important;
    width:205px;
    text-align:center;
   }
.nav-tabs li:last-child>a,.nav-tabs li:last-child>a:hover {
	border-right:1px solid #e5e5e5 !important;
}
.nav-tabs li a:hover 
{
	/*background-color:#488AC7 !important;*/
    background-color:#323232 !important;
	color: #FFFFFF !important;
	border:1px solid #e5e5e5;
}
.nav-tabs i {
	padding-right:10px;
}
.tab-content {
	background:#f3f6f7;
	border:1px solid #e5e5e5;
	padding:25px;
}
.tab-content img {
	max-width:550px;
	height:400px;
	width:auto;
	margin-right:20px;
	margin-bottom:5px;
	float:left;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}
.nav-tabs>.active>a,.nav-tabs>.active>a:hover {
	/*background-color:#488AC7 !important;*/
    background-color:#323232 !important;
	border-color:#e5e5e5 #e5e5e5 transparent;
	border-style:solid;
	border-right:1px !important;
	color: #FFFFFF !important;
}
/*--------------------------------------------------FOOTER---------------------------------------------------*/
.footerarr {
	text-align:center;
	margin-top:-59px;
	margin-bottom:20px;
}
.footerarr i {
	color:#fff;
	font-size:60px;
}
.footer {
	background:#488AC7;
	color:white;
	margin-top:35px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
	line-height:0px;
	-webkit-background-size:cover !Important;
	-moz-background-size:cover !Important;
	-o-background-size:cover !Important;
	background-size:cover !Important;
    position: fixed;
   left: 0;
  bottom: 0;
  width: 100%;
}

.footerContact {
	color:#888;
	margin-top:50px;
	padding-top:50px;
	padding-bottom:30px;
	font-size:13px;
	line-height:20px;
	-webkit-background-size:cover !Important;
	-moz-background-size:cover !Important;
	-o-background-size:cover !Important;
	background-size:cover !Important;
}

.footerbrand {
	font-family:'open_sansregular';
	font-size:30px !Important;
	font-weight:300 !Important;
	text-transform:none !Important;
	margin-bottom:20px !important;
	border-bottom:0px !Important;
	letter-spacing:1px;
	display:block !Important;
	color:#1a1110 !important;
}

.footerbrand2 {
	font-family:'open_sansregular';
	font-size:10px !Important;
	font-weight:300 !Important;
	text-transform:none !Important;
	border-bottom:0px !Important;
	letter-spacing:1px;
	color:#888 !important;
}
.footermap {
    font-family:'open_sansregular';
	/*background:url(../img/map.png) no-repeat;*/
    text-align: justify;
    text-justify: inter-word;
}

.footermap2 {
    font-family:'open_sansregular';
	/*background:url(../img/map.png) no-repeat;*/
   }
.footerbrand i {
	color:#555;
	font-size:15px;
}
.footer h1 {
	font-size:18px;
	color:#fff;
	text-align:left;
	display:inline-block;
	font-weight:700;
	margin-bottom:25px;
	margin-top:0;
}
.footer hr {
	border-top:1px solid #494949;
	margin-bottom:25px;
}
.footer ul.social-icons {
	list-style:none;
	margin-left:0px;
		margin-top:25px;
}
.copyright
{
    color: #fff;
    font-size: 12px;
    background: #0066CC;
}
.copyright ul.footermenu li a {
	color:#fff;
	height:50px;
}
.copyright p {
	line-height:50px;
	margin:0px;
}
.footer input, .footer textarea, .footer input[type="text"]
{
    background-color: #333;
    border: 1px solid #3c3c3c;
    font-size: 12px;
    margin-bottom: 10px;
    color: #aaa;
    padding: 10px;
}
.footer .btn {
	background:#333;
	text-shadow:none;
	padding:6px 12px;
	font-size:13px;
	color:#888;
}
ul.footermenu {
	list-style:none;
	margin-top:10px;
}
ul.footermenu li {
	float:left;
	margin-left:5px;
	margin-right:5px;
	text-transform:uppercase;
	line-height:33px;
}
ul.footermenu li a {
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	color:#999;
	font-size:11px;
}
ul.footermenu li a:hover {
	color:#fff;
}
.footermenu li:before {
	content:'|';
	color:#fff;
	display:inline-block;
	margin-right:7px;
}
.footermenu li:nth-child(1):before {
	display:none;
}
.footer .titlearrow {
	font-size:30px;
	color:#444;
	background:#373737;
	
}
.footer .wraptitle {
	margin-bottom:10px;
	text-align:left;
}
.done {
	display:none;
}
.error input,input.error,.error textarea,textarea.error {
	background-color:#ffffff;
	border:1px solid red !Important;
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
}
/*--------------------------------------------------	intro-note---------------------------------------------------*/


.intro-note h1
{
    text-transform: uppercase;
    font-size: 27px;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #99CCFF;
}
.intro-note p
{
    font-weight: 300;
    line-height: 28px;
    font-size: 19px;
    color: #E1E1E1;
    margin-bottom: 15px;
}
.colortext
{
    color: #FFFFFF;
}
.thumnail
{
    background-color: #E9E9E9;
}
.ratings
{
    background-color: #006699;
}


/*---------------------------------------
Pricing Table
-----------------------------------------*/

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  border-radius:25px;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
.panel-pricing .panel-heading {
  padding: 10px 0px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.panel-pricing .panel-body {
  background-color: #FFFFFF !important;
  font-size: 40px;
  color: #777777;
  padding: 10px;
  margin: 0px;
  margin-bottom: 20px;
}

.labelH-BGC{
	FONT-FAMILY: Helvetica,Arial,Tahoma; 
	FONT-SIZE: 12pt;	
	COLOR: #EAEBE1;
	Background-color:#abc9ef;
	FONT-WEIGHT : bold;
    TEXT-ALIGN : center;
	TEXT-DECORATION: none
	}

.labelN,.labelNAlter-0{
	FONT-FAMILY: Helvetica,Arial,Tahoma; 
	FONT-SIZE: 10pt!important;	
	COLOR: #202020;
	TEXT-DECORATION: none;
	FONT-WEIGHT : normal!important;
	TEXT-ALIGN : justify;
	}

.labelNAlter-1{
	FONT-FAMILY: Helvetica,Arial,Tahoma; 
	FONT-SIZE: 12pt!important;	
	COLOR: #202020;
	TEXT-DECORATION: none;
    background-color:#D8E1F0; /* Lighhter color shade of 042C61 */
	FONT-WEIGHT : normal!important;
	TEXT-ALIGN : center;
	}


.topH
 {
 	FONT-FAMILY: Helvetica,Arial,Tahoma; 
 	FONT-SIZE: 12pt;	
 	FONT-WEIGHT : bold;
 	COLOR: #FFFFFA;
 	background-color:#042C61;
 	border:0px solid #52826B; 	 
 }   
 
.labelH{
	FONT-FAMILY: Helvetica,Arial,Tahoma; 
	FONT-SIZE: 10pt;	
	COLOR: #202020;
	FONT-WEIGHT : bold;
	TEXT-DECORATION: none
	}
/*Take test 02-Jun-2016*/
.back-to-top
{
	position: fixed;
    top: 40%;
    right: -35px;
    text-decoration: none;
    padding: 1em;
    display: none;
    margin-right:0px;    
    border-radius:5px; 
    z-index:100;   
  }

.back-to-top2
{
	position: fixed;
    top: 40%;
    right: -35px;
    text-decoration: none;
    padding: 1em;
    display: none;
    margin-right:0px;    
    border-radius:5px; 
    z-index:100;   
  }
  
a
{
	FONT-FAMILY: open_sansregular; 
	/*FONT-SIZE: 10pt;*/
	text-decoration: none;
	FONT-WEIGHT : bold;
	border:none!important;
	outline:none!important;
    COLOR: #000000;
}
am:hover {
  position: absolute;
}
am[titlex]:hover:after {
  content: attr(titlex);
  padding: 10px 16px;
  color: #333;
  border-width:2px;
  background-color:rgba(255, 255, 255, 1);
  position: absolute;
  width:500px;
  right: 40px;
  top: 50%;
  z-index:50;
  border-radius: 5px;
  box-shadow: 2px 2px 8px #222;
}

.linkPageMenu
{
   	FONT-FAMILY: open_sansregular; 
	FONT-SIZE: 9pt;	
	text-decoration: none;
	color:#33CCCC;
 	FONT-WEIGHT : bold;	
	}

a:link
{
   	COLOR: #000000;
   	text-decoration:none!important;
	border:none!important;
	outline:none!important;
}



a:visited
{
   /* COLOR: #808080; */
}

a:hover 
{
	color: #fb8c3d!important;	
	text-decoration:none!important;
	border:none!important;
	outline:none!important;	
}
.labellinethrough{
	FONT-FAMILY: open_sansregular; 
	FONT-SIZE: 7.5pt;	
	COLOR:#E02D48!important;
	FONT-WEIGHT : bold;
	Font-Style :normal;
	text-decoration:line-through	
	}
.label{	

	FONT-FAMILY: open_sansregular; 
	FONT-SIZE: 9pt;	
	COLOR: #202020;
	FONT-WEIGHT : bold;	
	}

.labelSmall{	
	FONT-FAMILY: open_sansregular; 
	FONT-SIZE: 10pt;	
	COLOR: #202020;
	FONT-WEIGHT : 700;	
	}

@media(max-device-width:360px) {
.labelSmall {
	FONT-FAMILY: open_sansregular; 
	FONT-SIZE: 8pt;	
	COLOR: #202020;
	FONT-WEIGHT : 700;
}}
@media(max-device-width:393px) {
.labelSmall {
	FONT-FAMILY: open_sansregular; 
	FONT-SIZE: 8pt;	
	COLOR: #202020;
	FONT-WEIGHT : 700;
}}

.labelN,.labelNAlter-0{
	FONT-FAMILY:  open_sansregular; 
	FONT-SIZE: 14px!important;	
	COLOR: #202020;
	TEXT-DECORATION: none;
	FONT-WEIGHT : 600;
	TEXT-ALIGN : justify;
	}

.labelGreen
{    
	FONT-FAMILY: open_sansregular;
	COLOR: black!important;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold
}

.labelRed

{    
	FONT-FAMILY: open_sansregular;
	COLOR: black!important;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold
   
}


.labelN,.labelNAlter-0{
	FONT-FAMILY: open_sansregular;
	FONT-SIZE: 10pt!important;	
	COLOR: #202020;
	TEXT-DECORATION: none;
	FONT-WEIGHT : normal!important;
	TEXT-ALIGN : justify;
	}

.nowrap {
white-space:nowrap;
}

/* modal popup*/
.modalPopup {
	background-color:#D1D2D4;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:0px;
	width:600px;
	height:400px;
    position:relative;
    align-self: center;        
    vertical-align: middle;    
    text-align: center;
    margin-top:auto;
    margin-left:auto;
    margin-right:auto;
}

.modalPopupImg {
	background-color:#D1D2D4;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:0px;
	width:691px;
	height:434px; 
}

.modalBackground {
	background-color:#D1D2D4;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/*arrows in the slider 01-jul-2016*/
.arrow-right
{
    
	position:absolute;
	left:57%;
	top:92%;
	z-index:100;
	width:60%;
	margin-left:-100%;
	padding-left:0;
    width:19px;
	height:19px;
	margin:2px;
    border-radius:15px;
	cursor:pointer;
    
}

.arrow-left
{
    
	position:absolute;
	right:57%;
	top:92%;
	z-index:100;
	width:60%;
	margin-left:-80%;
	padding-left:0%;
     width:19px;
	height:19px;
	margin:2px;
    border-radius:15px;
	cursor:pointer;
}

.arrow-right-mobile
{
    position:absolute;
	left:70%;
	top:92%;
	z-index:100;
	width:60%;
	margin-left:-100%;
	padding-left:0;
    width:19px;
	height:19px;
	margin:2px;
    border-radius:15px;
	cursor:pointer;
    

}

.arrow-left-mobile
{
    position:absolute;
	right:70%;
	top:92%;
	z-index:100;
	width:60%;
	margin-left:-80%;
	padding-left:0%;
     width:19px;
	height:19px;
	margin:2px;
    border-radius:15px;
	cursor:pointer;
}

hr {
height: 1px;
text-align : left;
color: #123455;
background-color: #123455;
border: none;
}

.labelItalic{
	FONT-FAMILY: Helvetica,Arial,Tahoma; 
	COLOR: #202020;
	FONT-SIZE: 8pt;			
	FONT-WEIGHT : normal;
	Font-Style :Italic
}
.labelItalic2{
	FONT-FAMILY: Helvetica,Arial,Tahoma; 
	COLOR: #202020;
	FONT-SIZE: 10pt;			
	FONT-WEIGHT : normal;
	Font-Style :Italic
}


.label2{
	font-size: 13px;	
	color: #646464;
    font-weight: bold
	}

.labelRedBorder{
	font-size: 13px;	
	color: #646464;
    font-weight: bold;
    border-color: #E02D48!important;
	}





/*Start Landing Page div */
#f1_container {
  position: relative;
  z-index: 1;
  width: 279px;
  height: 157px;
  background-color:rgb(207, 207, 207);
  margin:15px;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.8s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  /*box-shadow: -5px 5px 5px #aaa;*/
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  width:100%;
  color: white;
  text-align: center;
  background-color: #aaa;
}
/*End Landing Page Div*/

  .panel-heading .accordion-toggle:after {
       /* symbol for "opening" panels */
       font-family: 'Glyphicons Halflings';
       /* essential for enabling glyphicon */
       content: "\e114";
       /* adjust as needed, taken from bootstrap.css */
       float: right;
       /* adjust as needed */
       color: grey;
       /* adjust as needed */
   }
   
   .panel-heading .accordion-toggle.collapsed:after {
       /* symbol for "collapsed" panels */
       content: "\e080";
       /* adjust as needed, taken from bootstrap.css */
   }

   
.chkBoxListDiv
{
	BORDER-BOTTOM: 2px groove;
	BORDER-LEFT: 2px groove; 
	BORDER-RIGHT: 2px groove; 
	BORDER-TOP: 2px groove; 
	overflow: auto;
	height: 250px;
	width: 200px;
	font-family:Verdana,Arial,San-serif!important; 
	font-size:7px;
	text-align:left;
	border: 1px solid #666666; 		
}

 table.tabular_data
{
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	font-size: 1.0em;
	width:95%;
	 margin-top: 20px;
}
table.tabular_data tr th
{
	background-color: #F0F0F0;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	font-weight: bold;
	padding: 4px 5px;
	text-align: center;

	
	text-transform: none;
	/*font-size: 1.1em;*/
	white-space: nowrap;
	font-weight: bold;
}
table.tabular_data tr td
{
	background: none repeat scroll 0 0 #F0F0F0;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;  
	padding: 4px 5px
    
}


table.tabular_data tr.alt td {
    background-color: #FFFFFF !important;

}


 table.tabular_data1
{
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	width:80%;
	 margin-top: 20px;
}

 table.tabular_data1 {
    font-size: var(--base-font);
}

table.tabular_data1 tr th
{
	background-color: #F0F0F0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font-weight: bold;
	padding: 4px 5px;
	text-align: center;

	
	text-transform: none;
	/*font-size: 1.1em;*/
	white-space: nowrap;
	font-weight: bold;
}
table.tabular_data1 tr td
{
	background: none repeat scroll 0 0 #F0F0F0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000; 
	padding: 4px 5px

}
table.tabular_data1 tr.alt td {
    background-color: #FFFFFF !important;

}


.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Dark mode adjustments */
body.dark-mode {
    background-color: #121212;
    color: #fff;
}
body.dark-mode .navbar {
    background-color: #000 !important;
}
body.dark-mode .navbar .nav-link {
    color: #fff !important;
}
body.dark-mode .dropdown-menu {
    background-color: #222;
}
body.dark-mode .dropdown-item {
    color: #fff;
}
body.dark-mode .dropdown-item:hover {
    background-color: #333;
}

body.dark-mode .tab-content {
    background-color: #000000; /* black content box */
    color: #ffffff;            /* white text */
    padding: 15px;             /* optional, for spacing */
}

/* Optional: keep links visible */
body.dark-mode .tab-content a {
    color: #00bfff; /* light blue links */
    text-decoration: underline;
}

/* Optional: tables in dark mode */
body.dark-mode .tab-content table,
body.dark-mode .tab-content td,
body.dark-mode .tab-content th {
    color: #ffffff;           /* text white */
    background-color: #000000; /* table background black */
    border-color: #ffffff;     /* table borders visible */
}

/* Dark mode for tab content */
body.dark-mode .tab-content {
    background-color: #000000;  /* black content background */
    color: #ffffff;             /* white text */
}

/* Panels inside tab content */
body.dark-mode .tab-content .panel {
    background-color: #000000;  /* black panel */
    border-color: #444444;      /* darker border */
    color: #ffffff;             /* white text */
}

/* Panel headings */
body.dark-mode .tab-content .panel-heading {
    background-color: #222222 !important; /* dark heading */
    color: #ffffff !important;
}

/* Panel body */
body.dark-mode .tab-content .panel-body {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Links inside content */
body.dark-mode .tab-content a {
    color: #00bfff;  /* readable links */
}

body.dark-mode .tab-content,
body.dark-mode .tab-content p,
body.dark-mode .tab-content ul,
body.dark-mode .tab-content li,
body.dark-mode .tab-content td {
    color: #ffffff !important;  /* forces white text */
}

/* Box around each accordion item */
.panel {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    background-color: #fff;
}

/* Header (Question) */
.panel-heading {
    padding: 12px 15px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

/* Body (Answer) */
.panel-body {
    padding: 15px;
    background-color: #f9f9f9;
}

/* Hover effect */
.panel-heading:hover {
    background-color: #e9ecef;
}