body{
 /*background-image: url(../image/bg2.jpg);*/  padding-bottom:5vh;  background-color:#C0C0C0;
 
}

.carousel-control-next-icon {
    background-color: #000;    top: 50%;  transform: translateY(-50%);
  }
    .carousel-control-prev-icon {
    background-color: #000;    top: 50%;  transform: translateY(-50%);
  }
.carousel-control-next, .carousel-control-prev {
      width: 7%;
      margin-top: 15%;
      height: 70%; /* added by hemraj because of video link */
      

}

.topnav-centered{
    margin-top: 10px;
}

#carousel-thumb{touch-action:pan-y pinch-zoom;}

.logo{
  height:auto;  width:25%;
}

@media only screen and (max-width: 800px) {
.logo{
  width:30%;
}
}

figcaption {
  color: black;
  font-weight: 900;
}

.vb{
  text-align:center;
}
i{
  padding-top:1em ;  padding-bottom:1em ;  font-size: 3rem;  font-family: bold;  
  /*color:#3bc0cb;*/
  color:#000 !important;
}

.marg{
   margin-top: 350px;
}

@media only screen and (max-width: 600px) {
  i {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 800px) {
  .hide{display: none;}
}
@media only screen and (min-width: 800px) {
  .hide1{display: none;}
  .img-fluid2{  height:700px; 
}
}

.btnr {
  position: absolute;  top: 50%;  right: 2%;  background-color: #555;  color: white;  padding: 6px 12px;  border: none;  cursor: pointer;  border-radius: 5px;  text-align: center;
  opacity: 0.6;
}

.btnl {
  position: absolute;  top: 50%;  left: 2%;  background-color: #555;  color: white;  padding: 6px 12px;  border: none;  cursor: pointer;  border-radius: 5px;  text-align: center;
  opacity: 0.6;
}
.modal{
  height: 700px;
}
.modal-backdrop
{
    opacity:0.5 !important;
}

/*side navigation bar*/
.btn-dark:hover{
background-color: #C0C0C0;

  }

  @keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  z-index: 100;  position: fixed;  left: 0;  top: 10px;  opacity: 0.6;  border-radius: 0 4px 4px 0px;  width: 35px;  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 140px;  height: 100%;  max-height: 100%;  position: fixed;  top: 0;  left: -300px;  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;  padding: 0;  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);  height: calc(100% - 30px);  overflow-y: auto;  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 5px;  display: flex;  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;  font-weight: bold;  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;  width: 60px;  padding: 2px;  border-radius: 12px;  margin-right: 15px;  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;  height: 100%;  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;  margin-right: 4px;  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;  font-size: 14px;  padding: 15px 20px 5px 20px;  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;  width: 100%;  text-decoration: none;  position: relative;  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;  font-size: 12px;  width: 30px;  height: 30px;  line-height: 30px;  text-align: center;  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";  font-weight: 900;  content: "\f105";  font-style: normal;  display: inline-block;  font-style: normal;  font-variant: normal;  text-rendering: auto;
  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  text-align: center;  background: 0 0;  position: absolute;  right: 15px;  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";  font-family: "Font Awesome 5 Free";  font-weight: 400;  font-style: normal;  display: inline-block;  text-align: center;  text-decoration: none;  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  margin-right: 10px;  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;  margin-top: 8px;  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;  width: 100%;  bottom: 0;  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;  text-align: center;  height: 30px;  line-height: 30px;  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;  top: 0;
}

.badge-sonar {
  display: inline-block;  background: #980303;  border-radius: 50%;  height: 8px;  width: 8px;  position: absolute;  top: 0;
}

.badge-sonar:after {
  content: "";  position: absolute;  top: 0;  left: 0;  border: 2px solid #980303;  opacity: 0;  border-radius: 50%;  width: 100%;  height: 100%;  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;  width: 100%;  padding-left: 0px;  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 10px;  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;  border: 0px none #ffffff;  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;  border: 0px none #ffffff;  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;    box-shadow: none;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}
.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}
.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}
.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}
li {
    margin-bottom: 15px;
    padding-right: 20px;
    position: relative;
    line-height: 20px;
}
@media screen and (max-width: 768px) {
  .sidebar-wrapper {
    width: 150px;
  }
  
}
@media screen and (min-width: 768px) {
.sidebar-wrapper .sidebar-brand {
    padding: 10px 10px;
  }
}
.modal-backdrop { background-color: #fff0; }
#loader{
  position: fixed;  width: 100%;  height: 100vh;  background: #21242d url('../image/book.gif') no-repeat center;  z-index: 999;
}
#content{
  border-color: #fff0;  color: #fff0;  background-color: #fff0
}
.overlay {
  position: relative;  right: -60vw;  z-index: 1000;  height: 15px;  opacity: 1;
}

.overlaya {
  position: relative;  right: -60vw;  z-index: 1000;  height: 15px;  opacity: 1;
}
.overlaya1 {
  position: relative;  right: -60vw;  z-index: 1000;  height: 15px;  opacity: 1;
}
.ui-loader { display: none !important; }
.w-100 { width: inherit!important;}
.carousel-indicators li {
  width:auto;  margin-right: 0px;  margin-left: 0px;  background-color: #fff0;}
.modal-content {
  background-color:rgba(0, 0, 0, 0.3);  /*padding-left: 25%;*/  align-content: center;  text-align:center;
}
element.style { overflow-x: scroll; height: 100px; }
.carousel-indicators {
  justify-content: inherit;  margin-right: 0%;   margin-left: 0%;
}
.selected { border: solid 2px #003C30; }
.carousel-indicators { bottom: -140px; }

@media only screen and (max-width : 320px) {
  .overlay{top:-32.5em; right: -72vw; }
  .chwi{ width: 50px; }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 321px) and (max-device-width : 360px) {
  .overlay{top:-36.5em; right: -79vw;}
  .chwi{ width: 60px; }
}

@media only screen and (min-device-width : 361px) and (max-device-width : 480px) {
  .overlay{top:-41.5em; right: -79vw;}
  .chwi{ width: 70px; }
}

@media only screen and (min-device-width : 480px) and (max-device-width : 600px) {
  .overlay{top:-47.5em;right: -79vw;}
  .chwi{ width: 80px; }
   
}

@media only screen and (min-device-width : 600px) and (max-device-width : 786px) {
  .overlay{top:-67.5em; right: -79vw;}
  .chwi{ width: 80px; }
    
}

@media only screen and (min-device-width : 786px) and (max-device-width : 900px) {
  .overlay{top:-79.5em;right: -79vw;}
  .chwi{ width: 80px; }
   
}

@media only screen and (min-device-width : 900px) and (max-device-width : 1024px) {
  .overlay{top:-49.5em;right: -79vw;}
  .chwi{width: 80px;}
}

@media only screen and (min-device-width : 1024px) and (max-device-width :1200px) {
  .overlay{top:-52.5em;right: -52vw;}
  .chwi{width: 80px;}
   
}

@media only screen and (min-device-width : 1200px)and (max-device-width :1440px)   {
  .overlay{top:-53.5em;right: -52vw;}
  .chwi{ width: 80px; }
    
}

@media only screen and (min-device-width : 1440px){
.overlay{top:-53.5em; right: -62vw;}
.chwi{ width: 80px; } 
}


@media only screen and (max-width : 320px) {
  .overlaya{top:-26em; right: -72vw; }
  .overlaya1{top:-26em; right: -72vw; }
  .chwia{ width: 30px; }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 361px) {
  .overlaya{top:-35.5em; right: -79vw;}
  .overlaya1{top:-35.5em; right: -79vw;}
  .chwia{ width: 40px; }
}

@media only screen and (min-device-width : 361px) and (max-device-width : 480px) {
  .overlaya{top:-34.5em; right: -79vw;}
.overlaya1{top:-34.5em; right: -79vw;}
  .chwia{ width: 50px; }
}

@media only screen and (min-device-width : 480px) and (max-device-width : 600px) {
  .overlaya{top:-43em;right: -79vw;}
  .overlaya1{top:-43em;right: -79vw;}
  .chwia{ width: 60px; }
   
}

@media only screen and (min-device-width : 600px) and (max-device-width : 786px) {
  .overlaya{top:-51em; right: -79vw;}
  .overlaya1{top:-51em; right: -79vw;}
  .chwia{ width: 60px; }
    
}

@media only screen and (min-device-width : 786px) and (max-device-width : 900px) {
  .overlaya{top:-64em;right: -79vw;}
  .overlaya1{top:-64em;right: -79vw;}
  .chwia{ width: 60px; }
   
}

@media only screen and (min-device-width : 900px) and (max-device-width : 1024px) {
  .overlaya{top:-49.5em;right: -79vw;}
  .overlaya1{top:-49.5em;right: -79vw;}
  .chwia{width: 60px;}
}

@media only screen and (min-device-width : 1024px) and (max-device-width :1200px) {
  .overlaya{top:-55.5em;right: -52vw;}
  .overlaya1{top:-55.5em;right: -52vw;}
  .chwia{width: 60px;}
   
}

@media only screen and (min-device-width : 1200px)and (max-device-width :1440px)   {
  .overlaya{top:-54em;right: -52vw;}
   .overlaya1{top:-54em;right: -52vw;}
  .chwia{ width: 60px; }
    
}

@media only screen and (min-device-width : 1440px){
.overlaya{top:-54em; right: -61vw;}
.overlaya1{top:-54em; right: -61vw;}
.chwia{ width: 60px; }
  
 
}

  .videoInsert {
    width: 100%; height: auto; 
}
.fun {
    max-width: 5%; height: auto;
}
@media only screen and (min-device-width : 1200px)and (max-device-width :1440px)   {
  .fun {
    max-width: 3%;} 
}

@media only screen and (min-device-width : 1440px){ .fun { max-width: 3%;} }

img.map, map area{ outline:none; }


/*=================================================================*/

