/**
Typography
*/
html {
  height:100%; }

body {
  overflow-x: hidden;
  height:100%;
  padding:0;
  margin:0;
  font-size: 12px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Muli", sans-serif;
  color: #333;
  font-weight: 400; }

::-webkit-input-placeholder {
  color: #333; }

:-moz-placeholder {
  color: #333; }

.minisearch ::-moz-placeholder {
  color: #fff; }
.minisearch ::-webkit-input-placeholder {
  color: #fff; }

:-ms-input-placeholder {
  color: #333; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {
  margin: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Muli", sans-serif;
  line-height: 1.35; }

h1,
.h1 {
  font-size: 48px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 22px; }

h4,
.h4 {
  font-size: 20px; }

h5,
.h5 {
  font-size: 18px; }

h6,
.h6 {
  font-size: 16px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 36px; }

  h2,
  .h2 {
    font-size: 26px; }

  h3,
  .h3 {
    font-size: 20px; } }
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px; }

  h2,
  .h2 {
    font-size: 24px; }

  h3,
  .h3 {
    font-size: 18px; } }
h1, .h1, h2, .h2 {
  font-weight: 700; }

h3, .h3, h4, .h4 {
  font-weight: 700; }

h5, .h5, h6, .h6 {
  font-weight: 700; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

.list-group-item.active{
  background-color: #78b4f5 !important;
}



/**
Helper Class
*/
.hidden {
  display: none; }

.poss--relative {
  position: relative; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.animation1 {
  transition-duration: 400ms; }

.theme-color {
  color: #e59285; }

ul {
  list-style: none; }

a#scrollUp {
  background: black;
  color: #fff;
  bottom: 40px;
  right: 40px;
  border-radius: 100px;
  height: 45px;
  width: 45px;
  font-size: 25px;
  text-align: center;
  padding: 9px 0;
  box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
  transition: 0.3s; }
  a#scrollUp:hover {
    background: #fff;
    color: white; }

img {
  max-width: 100%; }

  #img_logo{
    max-width: 140%;
  }



.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }






/* Search Style */ 
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-top: 1px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
  	font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #fff;
}

#search .close:hover{
  color: #FC2121;
  cursor: pointer;
}


/* Easy ticker for latest upload */
.vticker{
border:1px solid white;
  width: 100%;
  font-size:13px;
}
.vticker ul{
	padding: 0;
}
.vticker li{
	list-style: none;
	border-bottom: 1px solid white;
	padding: 10px;
}
.et-run{
	background: red;
}
/* End of Easy ticker */
/* End of News Slider */


/* Jumbotron */
/* Background image */
.jumbotron {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 5rem;
  text-shadow: 2px 2px #000;
}

.lead span {
  color: orange;
  font-weight: bold;
}

.bg-cover {
  background-size: cover;
  background-image: url('./images/spm_jumbo.png');
  color: white;
  background-position: center center;
  position: relative;
  z-index: -2;
}

.overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}




/* Nav_Custom */
#nav_custom{
  background-color:black;
}

#nav_custom li {
  float: left;
}



#nav_custom a {
  display: block;
  padding: 8px;
  color:white;
}




/* Navbar-custom */
.bg-custom-color{
  background-image: linear-gradient(to right top, #8f92d1, #878ad0, #7f81cf, #7879ce, #7070cd);
 border-top:1px solid black;
 border-bottom:1px solid black;
 color:black;
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,102,203);
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}



/* Autocomplete combobox */
@media (min-width: 768px) {
  .form-search .combobox-container,
  .form-inline .combobox-container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
  .form-search .combobox-container .input-group-addon,
  .form-inline .combobox-container .input-group-addon {
    width: auto;
  }
}
.combobox-selected .caret {
  display: none;
}
/* :not doesn't work in IE8 */
.combobox-container:not(.combobox-selected) .glyphicon-remove {
  display: none;
}
.typeahead-long {
  max-height: 300px;
  overflow-y: auto;
}
.control-group.error .combobox-container .add-on {
  color: #B94A48;
  border-color: #B94A48;
}
.control-group.error .combobox-container .caret {
  border-top-color: #B94A48;
}
.control-group.warning .combobox-container .add-on {
  color: #C09853;
  border-color: #C09853;
}
.control-group.warning .combobox-container .caret {
  border-top-color: #C09853;
}
.control-group.success .combobox-container .add-on {
  color: #468847;
  border-color: #468847;
}
.control-group.success .combobox-container .caret {
  border-top-color: #468847;
}



/* Loader overlay */
 /* #loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url('./resources/assets/images/ajax-loader.gif') no-repeat center center;
  z-index: 10000;
}  */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;

}


/* BUTTON ON HOMEPAGE*/


.contenedor {
	height: 100%;
	padding: 5% 0;
}


.container_foto {
	background-color: rgba(57, 62, 93, 0.7);
	padding: 0;
	overflow: hidden;
	max-width: 350px;
	margin: 5px;
}

.container_foto article {
	padding: 10%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.container_foto h2 {
	color: #fff;
	font-weight: 800;
	font-size: 25px;
	border-bottom: #fff solid 1px;
}

.container_foto h4 {
	font-weight: 300;
	color: #fff;
	font-size: 16px;
}

.container_foto img {
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.4;
	-webkit-transition: all 4s ease;
	-moz-transition: all 4s ease;
	-o-transition: all 4s ease;
	-ms-transition: all 4s ease;
	transition: all 4s ease;
}

.ver_mas {
	background-color: #FEB66C;
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	transform: translate(0px, 70px);
	-webkit-transform: translate(0px, 70px);
	-moz-transform: translate(0px, 70px);
	-o-transform: translate(0px, 70px);
	-ms-transform: translate(0px, 70px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ver_mas span {
	font-size: 40px;
	color: #fff;
	position: relative;
	margin: 0 auto;
	width: 100%;
	top: 13px;
}


/*hovers*/

.container_foto:hover {
	cursor: pointer;
}

.container_foto:hover img {
	opacity: 0.5;
	transform: scale(1.5);
}

.container_foto:hover article {
	transform: translate(2px, -69px);
	-webkit-transform: translate(2px, -69px);
	-moz-transform: translate(2px, -69px);
	-o-transform: translate(2px, -69px);
	-ms-transform: translate(2px, -69px);
}

.container_foto:hover .ver_mas {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	opacity: 1;
}



/* Cards */
.slider_home {
  max-width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(http://localhost/resources/assets/images/spm.jpg)no-repeat center;
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide2 {
  background: url(http://localhost/resources/assets/images/spm2.jpg)no-repeat center;
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide3 {
    background: url(http://localhost/resources/assets/images/spm3.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}


/* Navbar sEMANTIC ui */


.offices {
  color: #fff;
}
.flags a {
  padding: .012em;
}
/* Nav */
.ui.fixed.borderless.menu {
  background-image: linear-gradient(to right top, #8f92d1, #878ad0, #7f81cf, #7879ce, #7070cd);
}

.ui .computer.only .item {
  color: rgb(14, 1, 1);
}

.ui .computer.only .item:hover {
  background-image: linear-gradient(to right top, #8f92d1, #878ad0, #7f81cf, #7879ce, #7070cd);
  color: rgb(10, 10, 10) !important;
  
}

.ui .computer .item.active {
  background: white;
  color: rgb(8, 8, 8);
  border-bottom: 1px solid #fff;
}

.ui.dropdown.item .menu {
  background-image: linear-gradient(to right top, #8f92d1, #878ad0, #7f81cf, #7879ce, #7070cd);
}
.ui.menu .ui.dropdown .menu > .item {
  color: rgb(7, 7, 7) !important;
}
.ui.menu .ui.dropdown .menu > .item.active {
  background-color: #00ba49 !important;
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.ui.menu .ui.dropdown .menu > .item:hover {
  background-image: linear-gradient(to right top, #8f92d1, #878ad0, #7f81cf, #7879ce, #7070cd);
  color: rgb(20, 20, 20) !important;
  border-bottom: 1px solid #fff;
}

.ui.fixed.borderless.menu .row > a.header.item {
  font-size: 1.2em;
}

/* Mobile */
.tablet.mobile.only .header, .ui.icon.button > .icon {
  color: rgb(10, 10, 10);
}

.tablet.mobile.only .header:hover {
  background-image: linear-gradient(to right top, #8f92d1, #878ad0, #7f81cf, #7879ce, #7070cd);
  color: rgb(12, 12, 12) !important;
  border-bottom: 1px solid #fff;
}

.ui.basic.button:hover {
  background-image: linear-gradient(to right top, #8f92d1, #878ad0, #7f81cf, #7879ce, #7070cd);
  color: rgb(10, 10, 10) !important;
  border-bottom: 1px solid #fff;
}

.ui.vertical.menu {
  display: none;
  border: none;
  box-shadow: none;
  background-image: linear-gradient(to right top, #8f92d1, #878ad0, #7f81cf, #7879ce, #7070cd);
}
.ui.vertical.menu > .item {
  padding-left: 1.428em;
  color: rgb(17, 16, 16);
}

.ui.vertical.menu > .item.active {
  padding-left: 1.428em;
  background-color: #00ba49 !important;
  color: rgb(8, 8, 8) !important;
  border-bottom: 1px solid rgb(12, 11, 11);
}

.ui.vertical.menu > .item:hover {
  padding-left: 1.428em;
  background:lightblue;
  color: rgb(15, 15, 15) !important;
  border-bottom: 1px solid #fff;
}
.ui.vertical.menu .item .title {
  color: rgb(12, 12, 12);
}
.ui.vertical.menu .item .title .dropdown.icon {
  float: none;
  color: rgb(17, 16, 16);
}

.ui.vertical.menu .item .content .item {
  padding: 0.5em 1em;
  color: rgb(10, 10, 10);
}

.ui.vertical.menu .item .content .item:hover {
  padding: 0.5em 1em;
  background:lightgreen;
  color: rgb(19, 18, 18) !important;
  border-bottom: 1px solid #fff;
}

.ui.vertical.menu .item .content .item.active {
  padding: 0.5em 1em;
  background-color: #00ba49 !important;
  color: #fff !important;
  border-bottom: 1px solid #fff;
}

.ui.vertical.menu .header.item {
  text-transform: uppercase;
  color: #fff;
}
/* Nav */

.ui.message {
  background-color: rga(238, 238, 238);
  box-shadow: none;
  padding: 5em 4em;
}
.ui.message h1.ui.header {
  font-size: 4.5em;
  color: #4A008A;
}
.ui.message p.lead {
  font-size: 1.3em;
  color: #333333;
  line-height: 1.4;
  font-weight: 300;
}

.ui.purple.button {
  background-color: #4A008A;
}










/* SideNav */


.body-row {
  margin-left:0;
  margin-right:0;
}
#sidebar-container {
  min-height: 84vh;   
  background-color: #343A40;
  padding: 0;
}

.sidebar-container-admin {
  min-height: 93vh;   
  background-color: #343A40;
  padding: 0;
}


/* Make scrollable */
/* .modal-dialog,
.modal-content { */
    /* 80% of window height */
    /* height: 100%;
} */

/* .modal-body { */
    /* 100% = dialog height, 120px = header + footer */
    /* max-height: calc(100% - 120px);
    overflow-y: scroll;
} */
/* End of  scrollable */



/**/
.dropdownCheckboxes .btn-default{max-width:150px;overflow:hidden;text-overflow:ellipsis}.dropdownCheckboxes ul.dropdown-menu li{font-size:80%;margin:1px 10px}.dropdownCheckboxes ul.dropdown-menu label{font-weight:normal}.dropdownCheckboxes ul.dropdown-menu button{display:inline-block;margin:6px 0 0 0;font-size:90%}




/* carousel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline:#868e96;

}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 50px;
  color: #868e96;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 50px;
  color: #868e96;
}


/* Login style */

/* BASIC */




/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  padding: 10px;
}

.formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 10px;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: 5px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

.formContent2 {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 10px;
  width: 100%;
  max-width: 600px;
  position: relative;
  padding: 5px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}


#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

.auth-styled:hover {
  background-color: #39ace7;
}


.auth-styled{
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}


.auth-styled:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.auth-styled:placeholder {
  color: #cccccc;
}





/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}



/* OTHERS */

*:focus {
    outline: none;
} 

#icon {
  width:60%;
}



/* Table fit content */


table td{
  white-space: nowrap;
}

table th{
  white-space: nowrap;
}

/* Dislaimer box */

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:100000000000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}



thead p {
  text-transform: lowercase;
}

thead p:first-letter {
  text-transform: uppercase;
}



/* bg cover */

.jumbotron {
  text-align: center;
  text-shadow: 2px 2px #000;
}
.bg-cover {
  background-image:url("https://cdn.pixabay.com/photo/2015/10/13/20/56/test-986769_960_720.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: -2;
}

.overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}




/* Navbar Custom */
.navbar-inverse {
  background-color: #F8F8F8;
  border-color: #E7E7E7;
   }



   .btn:active:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
 }

 p{
   font-family: 'Muli', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 }


 /* breadcrumbs */
  /* Style the list */
ul.breadcrumb1 {
  padding: 5px;
  border-radius:5px;
  list-style: none;
  background-color: transparent;
  margin-bottom:3px;
  
}

/* Display list items side by side */
ul.breadcrumb1 li {
  display: inline;
  font-size: 12px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb1 li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb1 li a {
  color: #5595FF;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb1 li a:hover {
  color:#5595FF;
  text-decoration: underline;
} 



/* Muli */
ul li a h1 td th{font-family: Muli; font-size: 2vh; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; }
/* a {font-family: Muli; font-size: 2vh; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px;}
h1 { font-family: Muli; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: Muli; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: Muli; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Muli; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Muli; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5667px; }
td */

.btnhome:hover{
  color:#0072BC !important;
}

.btn_side:hover{
  background-color:#6EB1E1 !important;
}


/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2eca6a;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #2eca6a;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #2eca6a;
  opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

.intro {
  height: 80vh;
  position: relative;
  color: #ffffff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 70px;
  right: 50px;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0072BC;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #0072BC;
}

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

.intro .intro-body .price-a {
  color: #ffffff;
  padding: 1rem 1.5rem;
  border: 3px solid white;
  border-radius: 100px;
  letter-spacing: 0.030em;
  text-shadow:2px 2px 1px black;
}
.price-a:hover{
  background-color:#ffffff;
  text-shadow:none !important;
  color:#0072BC !important;
}
.intro .spacial {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  color: #ffffff;
}

.intro .intro-title-top {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-bottom: 1rem;
  font-size: .9rem;
  color: #ffffff;
  letter-spacing: .05em;
}

.intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;

}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}

/*------/ Intro Single /------*/

.intro-single {
  padding: 12rem 0 3rem;
}

.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
  border-left: 3px solid #2eca6a;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}



.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}



.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}



/* upload form */
.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
}
.files{ position:relative}
.files:after {  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}


@media only screen and (min-width: 992px) {
  /* For mobile phones: */
  .filter_nav {
    position:fixed;
  }
  
  body{
    margin-top: 13vh !important;;
  }
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/* ribbon */

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  /* border: 5px solid #ffc107bf; */
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 6px 0;
  /* #ed0b5e */
  /* background-color: #ffc107bf; */
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  
}

/* top left*/
.ribbon-top-left {
  top: -5px;
  left: -5px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 40px;
  transform: rotate(-45deg);
}





/* Modal view question */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .modal-view{
    min-width:80% !important;
  }
  .modal-body{
    max-height:160vh;
   }

   .modal-body img{
    max-height:120vh;
   }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .modal-view{
    min-width:80% !important;
    
  }
  .modal-body{
    max-height:160vh;
   }
   .modal-body img{
    max-height:120vh;
   }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .modal-view {
    min-width:80% !important;
    
  }
  .modal-body{
    max-height:160vh;
   }

   .modal-body img{
    max-height:120vh;
   }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .modal-view{
    min-width:80% !important;
    
  }
  .modal-body{
    max-height:100vh !important;
   }

   .modal-body img{
    max-height:80vh !important;
   }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  .modal-view-question{
    min-width:80% !important;
    
  }
  .modal-body{
   max-height:100vh !important;
  }

  .modal-body img{
    max-height:80vh !important;
   }
}


/*info*/

.btn-xs {
  padding: .25rem .4rem;
  font-size: .700rem;
  line-height: .5;
  border-radius: .2rem;
  text-align: center !important;
}
   


/* **************************************************************************************************** */
/* **************************************************************************************************** */

/* v2 */
body {
  font-family: 'Muli', sans-serif;

}

/* header */

.backgroundBanner {
  height: 500px; 
   background: linear-gradient(to right, #1D313A , #0072BC); 
}

/* navbar */
.nav-menu {
  background: #1C232E;
  padding: 5px;

}

.menuList a,.rightMenuFont a{
  font-size:10px !important;
}

.menu-item {
  font-size: 13px !important;
  letter-spacing: 1px !important;
  color: #eee !important;
  transition: color .5s !important;
}

.menu-item:hover {
  color: #70aed2 !important;
}

.nav-active {
  color: #70aed2;
}

.line1, .line2, .line3 {
  width: 23px;
  height: 3px;
  margin: 5px;
  transition: all .4s;
}

.change .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .line2 {
  opacity: 0;
}

.change .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}


.searchBtn{
  border-radius: 0 50px 50px 0;
}

header  a{
  text-decoration:none !important;
}

.linkFont{
  font-size:13px;
}


@media only screen and (max-width: 1285px) and (min-width:1190px) {
  .menuList{
    width:800px;
  }
  .banner {
    margin-top:320px !important;
    
  }
  .inputSize {
    width: 70vw !important;
  }


}
@media only screen and (max-width: 1190px) and (min-width:1039px) {
  .menuList{
    width:700px;
  }
  .banner {
    margin-top:320px !important;
    
  }


}

@media only screen and (min-width: 992px) and (max-width:1038px) {

  .banner {
    margin-top:330px !important;
    
  }

 

}

@media only screen and (min-width: 1192px) and (max-width:1246px) {
  .inputSize {
    width: 65vw !important;
  }


}

@media only screen and (max-width: 1190px) and (min-width:946px) {
  .inputSize {
    width: 600px !important;
  }

 

}

@media only screen and (max-width: 1283px) and (min-width:995px) {
 

  
  #menu1{
    display:block !important;
  }

  #menu2{
    display:none !important;
  }
}





/* 3 common screen */
@media only screen and (min-width: 992px) {
  
  .IconSearch{
    display:none;
   }
 

  #menu1{
    display:none;
  }
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
  .inputSize {
    width: 50vw !important;
   
  }


  #menu2{
    display:none;
  }

  #menu1{
    display:block;
  }

 

 

  .IconSearch{
    display:none;
   }

   

  
}

@media only screen and (max-width: 767px){
 
  #menu1{
    display:none;
  }

  #menu2{
    display:block;
  }
 #logoMain{
   
   padding:0;
   margin:0;
   width:40%;
   height:100%;
 }
 .IconSearch{
  order:-1;
 }
 
  .btnIcon{
    display:none;
  }

  #myNavbar{
    display:block !important;
    background-color: #ced4da;
    position:absolute;
    left:0;
    top:100%;
    width:80%;
    height:100vh;
    transform: translateX(-1000px);
    transition: all .8s;
   
    
  }

  .myNavbarShow{
    transform: translateX(0) !important;
    
  }

  .menuIcons{
    display:none;
    
  }




  #myNavbar ul{
    padding:0;
  }

  #myNavbar a:hover{
    padding:10px;
    background-color: #70aed2;
    color:white !important;
    
  }

  #myNavbar a:active{
  
    background-color: #70aed2;
    color:white !important;
    
  }

  #myNavbar_search{
    display:block !important;
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    height:50px;
    transform: translateY(-300px);
    transition: all .8s;
    
    

  }

  .myNavbar_searchShow{
    transform: translateY(0) !important;
    
  }

  #joinBtn{
    display:none;
  }
  
  
}

#joinBtn,#signUpBtn{
  border:1px solid #18EF18;
  color:#18EF18;

  }

  #joinBtn:hover,#signUpBtn:hover{
    color:white !important;
    background-color:#218838 !important;
    border:1px solid #218838 !important;
  }



/* end of navbar */

/* banner */
.banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}


.banner-heading {
  animation-name: anim;
  animation-duration: 2s;
  font-size:30px;
}

.banner-par {
  animation-name: anim;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-fill-mode: backwards;  
  font-size:15px;
}

@keyframes anim {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@media only screen and (min-width: 992px) {
  .banner {
    margin-top:290px;
  }

}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .banner {
    margin-top:280px;
    
  }

  .textMargin{
    margin-top:550px;
  }

 
  .backgroundBanner{
    height:800px;
  }
}

@media only screen and (max-width: 767px){
  .banner {
    margin-top:210px;
  }

  .textMargin{
    margin-top:530px;
  }

  .backgroundBanner{
    height:800px;
  }

  #myNav{
    order:-1;
  }

}


.cardBanner{
  width:6rem;
  height:6rem;
  margin-right:15px;
  margin-bottom:15px;
  transition:all .5s;
}

.cardBanner:hover{
  transform:scale(1.1,1.1);
  border-top-color:red;
  border-top-width: 4px;
}

.cardBanner p{
  font-size: 15px;
  font-weight: bold;
  letter-spacing:0;
  
  
}

.cardBodyBanner{
  padding:0px;
}


.cardBanner img{
  border:none;
}

.shadowCard{
  box-shadow: 0px 1.5px #999999;

}




@media only screen and (min-width: 992px) {
  .cardstack {
    width:400px;
  }

  img.carouselResponsive {
    height:550px!important;
  }

}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .cardstack {
    width:400px;

  }

  img.carouselResponsive {
    height:300px !important;
  }
}

@media only screen and (max-width: 767px){

  .cardBanner{
    width:6rem;
    height:6rem;
    margin-right:6px;
    margin-bottom:6px;
   
    
  }
  .cardstack {
    width:350px;
  }

  img.carouselResponsive {
    height:300px !important;
  }
}

.mainCarousel{
  background-image: linear-gradient(to right, #1D313A, #0072BC);
}





.dropdown-content,.dropdown-content1{
  display:none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  height:150px;
  transform:translateX(-85%);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
  margin-top:15px;
  border-radius:3px;
  box-shadow:1px 1px #999999;

  
}

.dropdown-content:before,.dropdown-content1:before{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  top:-10px;
  content: '';
  left: 88%;
  margin-left: -10px;
  position: absolute;
}

.dropdown-content a,.dropdown-content1 a {
  color: black;
  padding: 13px 16px;
  text-decoration: none;
  display: block;
  font-size:3vh;
}

.dropdown-content a:hover,.dropdown-content1 a:hover {
  background-color: #999999;
  border-radius:3px;
  color:white;
}



/* end of banner */

/* end of header */



/* modal */
.choiceBtn a:hover{
color:white !important;
}



/* card collection */
.codeDiscount{
  position:absolute;
  right:0 !important;
}



.cardStyle{
 display:inline-block;
 width:215px;
 height:95%;
}


.tabColor{
  color:#1C232E;

}

.nav-pills a{
  font-size:13px;
}


 .nav-pills .nav-link.active{
  background-color: transparent !important ;
  color:#0062CC;
  border-bottom:2px groove black;
  border-right:1px groove black;
  font-weight: bold;
  text-transform:uppercase;
  box-shadow:3px 3px grey;
  
 }

 .nav-pills a:hover{
   animation-name: tabAnim;
 }

 @keyframes tabAnim{
   0%{
    border-bottom:3px groove black;
   }

   50%{
    border-bottom:3px groove black;
   }

   100%{
    border-bottom:3px groove black;
   }
 }

 @media only screen and (max-width: 767px){

  .tabColor{
    width:200px !important;
     text-align:center;
  }
     

  #pills-tab{
    width:60%;
    margin:0  auto;
  }

  .card-collection .nav-item{
    height:40px !important;
  }
 }

 .footerFont{
   font-size: 1.8vh;
 }

 .footerIcon{
  font-size: 20px;
 }

 footer{
   position:relative;
 }





.marker{
position:absolute;
padding:0;
background-color:#FFBD38;
color:black;
font-size:10px;
font-weight: bold;
top:10px;
width:60%;
height:20px;
text-align: left;
padding-left:10px;
padding-top:2px;
}




.marker1{
position:relative;
padding:0;
background-color:#0056B3;
color:white;
font-size:9px;
width:54%;
text-align: center;
text-align: left;
padding-left:10px;
padding-top:1px;


}

.infoSize{
font-size:11px;
}

.infoSize1{
font-size:12px;
font-family:'Montserrat',helvetica,'Muli';
}

.infoSize2{
font-size:11px;
font-family:'Montserrat',helvetica,'Muli';
}

/* flip card */
/* entire container, keeps perspective */
.flip-container {
perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container, .front, .back {
width: 230px;
height: 300px;
}

/* flip speed goes here */
.flipper {
transition: 0.6s;
transform-style: preserve-3d;

position: relative;
}

/* hide back of pane during swap */
.front, .back {
backface-visibility: hidden;

position: absolute;
top: 0;
left: 0;
}

/* front pane, placed above back */
.front {
z-index: 2;
/* for firefox 31 */
transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
transform: rotateY(180deg);
}
/* end of flip card */

.shareBtn{
 position:absolute;
 top:8px;
 right:10px;
}

.addCartBtn{
  color:#0062CC !important;
}

.addCartBtn:hover{
  color:white !important;
}

.removeCartBtn{
  color:#DC3545 !important;
}

.removeCartBtn:hover{
  color:white !important;
}

.btnDownloadView{
  position:absolute;
  bottom:15px;
  left:11%;

}
.btnDownloadView1{
  position:absolute;
  bottom:15px;
  left:30%

}

.teacherName{
text-decoration:none !important;
}

.teacherName:hover{
  color:dark-blue;
}

#morepaperBtn{
  width:20%;
  height:40px;
  font-size:16px;
}
#morepaperBtn:hover{
  background: transparent !important;
  color:blue;
}

.dropdown-content,.dropdown-content1{
  display:none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px;
  height:150px;
  transform:translateX(-85%);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
  margin-top:15px;
  border-radius:3px;
  box-shadow:1px 1px #999999;
  
 

  
}

.dropdown-content:before,.dropdown-content1:before{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  top:-10px;
  content: '';
  left: 88%;
  margin-left: -10px;
  position: absolute;
}

.dropdown-content a,.dropdown-content1 a {
  color: black;
  padding: 13px 16px;
  text-decoration: none;
  display: block;
  font-size:3vh;
}

.dropdown-content a:hover,.dropdown-content1 a:hover {
  background-color: #999999;
  border-radius:3px;
  color:white;
}

.dropdownLogoutBtn{
  background-color:#F5F5F5 !important;
  position:absolute !important;
  bottom:0 !important;
  padding:6px !important;
  width:100% !important;
  border-top:1px solid #C4C4C4;
}

.dropdownLogoutBtn a{
  padding:3px !important;
  width:30% !important;
  font-size:14px !important;
  color:white !important;
  font-weight:bold !important;
}

.dropdownAccBtn a{
  padding:3px !important;
  font-size:14px !important;
  color:white !important;
  font-weight:bold !important;
  width:60% !important;
}

.dropdownAccBtn a:hover{
  color:#00A6F9 !important;
  border:1px solid #00A6F9 !important;
  background-color:transparent !important;
}




/* end of card collection */

.modal {
  overflow-y: auto;
}