﻿/*!
 * Copyright 2020 business service camen Authors (https://bscitnet.com/)
 */
 
 
.border-marinblue {
  border-color: #000125 !important;
}

.shadow-marinblue {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 100, 125) !important;
}

.shadow-gray {
  box-shadow: 0 0.25rem 0.5rem rgba(170, 170, 170, 125) !important;
}



#navbar {
  overflow: hidden;
  background-color: #00004b;
  z-index:1500;
}
/*
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #04AA6D;
  color: white;
}
*/
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

@media (max-width: 767px) {
.logo-img-fluid {
  width:250px;
  height: auto;
}
.nav-exp-no {
  display:none;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
.vw-25 {
  width: 25vw !important;
}
}

@media (min-width: 1200px) {
.vw-17 {
  width: 16vw !important;
}
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.nav-cube-blue {
	background-color:#5a52e7;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	float: left;
	border-top: 2px solid #d6bd5a;
	border-right: 2px solid #e7d618;
	border-bottom: 2px solid #e7d618;
	border-left: 2px solid #d6bd5a;
}

.nav-cube-vio {
	background-color:#99F;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	float: left;
	border-top: 2px solid #d6bd5a;
	border-right: 2px solid #e7d618;
	border-bottom: 2px solid #e7d618;
	border-left: 2px solid #d6bd5a;
}

.nav-cube-pink {
	background-color:#F6F;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	float: left;
	border-top: 2px solid #d6bd5a;
	border-right: 2px solid #e7d618;
	border-bottom: 2px solid #e7d618;
	border-left: 2px solid #d6bd5a;
}

.nav-cube-dblue {
	background-color:#000080;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	float: left;
	border-top: 2px solid #d6bd5a;
	border-right: 2px solid #e7d618;
	border-bottom: 2px solid #e7d618;
	border-left: 2px solid #d6bd5a;
}

.nav-bg-blue {
	background: -moz-linear-gradient(top,  rgba(161,219,255,1) 0%, rgba(203,235,255,0.89) 53%, rgba(240,249,255,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(161,219,255,1) 0%,rgba(203,235,255,0.89) 53%,rgba(240,249,255,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(161,219,255,1) 0%,rgba(203,235,255,0.89) 53%,rgba(240,249,255,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1dbff', endColorstr='#ccf0f9ff',GradientType=0 );
}

.nav-bg-white {
	background: rgba(255,255,255,0.9);
}

/*.test2 {
	background: rgb(177,216,245);
	background: -moz-linear-gradient(top,  rgba(177,216,245,1) 0%, rgba(190,228,248,1) 25%, rgba(200,238,251,1) 46%, rgba(255,255,255,1) 92%);
	background: -webkit-linear-gradient(top,  rgba(177,216,245,1) 0%,rgba(190,228,248,1) 25%,rgba(200,238,251,1) 46%,rgba(255,255,255,1) 92%);
	background: linear-gradient(to bottom,  rgba(177,216,245,1) 0%,rgba(190,228,248,1) 25%,rgba(200,238,251,1) 46%,rgba(255,255,255,1) 92%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1d8f5', endColorstr='#ffffff',GradientType=0 );
}*/

@media screen 
and (min-device-width : 120px) and (max-device-width : 374px) {
.nav-img-fluid {
	width: 250px;
	height: auto;
}
}

@media screen 
and (min-device-width : 375px) and (max-device-width : 413px) {
.nav-img-fluid {
	width: 270px;
	height: auto;
}
}

@media screen 
and (min-device-width:414px) and (max-device-width:449px) {
.nav-img-fluid {
	width: 290px;
	height: auto;
}
}

@media screen 
and (min-device-width:450px) and (max-device-width:479px) {
.nav-img-fluid {
	width: 320px;
	height: auto;
}
}


@media screen 
and (min-device-width:480px) and (max-device-width:576px) {
.nav-img-fluid {
	width: 370px;
	height: auto;
}
}


@media screen 
and (min-device-width:577px) and (max-device-width:767px) {
.nav-img-fluid {
	width: 400px;
	height: auto;
}
}

@media (min-width: 768px) {
.nav-img-fluid {
	max-width: 100%;
	height: auto;
}
}


@media (min-width: 768px) {
.nav-hidden-item {
	display: none !important;
}

.nav-desktop-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 92px;
	height:2.5rem;
	margin-top:-1.5rem;
	margin-bottom: 2.5rem !important;
	z-index: 1000;
}
}


@media (max-width: 767px) {
.nav-hidden {
	display: none !important;}
