

.display-4 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 0px solid transition !important;
    border-top: 4px solid #76a24c;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
background-color: #FFFFFF;

}

.dropdown-menu-sub {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    margin-top: 0px !important;
   
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active {
    color: #7f7f7f;

}

	/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}

@media (max-width: 768px) {
.display-4 {
    font-size: 1.2rem;
    font-weight: 700;
}
.carousel-caption p {
    font-size: 14px;
}
}
.carousel-item {
    z-index: 2;/*padding: 10px 25px;*/
}
.carousel-item > .row {
    margin: 0;
}
/*-- vertical bootstrap slider --
.carousel .carousel-item-next.carousel-item-left, .carousel .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel .carousel-item-next, .carousel .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}
.carousel .carousel-item-prev, .carousel .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
/*-- vertical carousel indicators --*/


.carousel-indicators li {
    display: block;
    background: #3FACEB;
    position: relative; 
	border-radius:100%; 

	
}
.carousel-indicators li.active {
    background: #FFFFFF;
}
.dropdown-menu{border-radius: 0rem;}




.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

 
  .popover-header {
      display: none;
  }
  .popover {
    max-width:100%; 
	 border: none;
	background-color: #F5F5F5; 
	border-top: 1px solid #C2BABA; 
	
  }

  .popover-body {
    border: none;
    padding: 20px 49.4px 24px 24px;
    color:#000000;
    font-size: 15px; 
    z-index: 2;
    line-height: 1.53;
    letter-spacing: 0.1px;
}
    
/*@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1260px;
}
}*/

::placeholder {
        
        /* Firefox, Chrome, Opera */
        color:#E1E1E1;
    }
      
    :-ms-input-placeholder {
        
        /* Internet Explorer 10-11 */
        color:#E1E1E1;
    }
      
    ::-ms-input-placeholder {
        
        /* Microsoft Edge */
        color: #E1E1E1;
    }

/* Styles for verification */
#pswd_info {
	position:absolute;
	bottom:-180px;
	bottom: -115px\9;
	right:10px;
	width:320px;
	padding:15px;
	background:#fefefe; 
	font-size:.725em;
	border-radius:5px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	display:none; z-index: 9999;
}

#pswd_info ul{ margin: 0px; padding: 0px; list-style: none}
#pswd_info::before {
	content: "\25B2";
	position:absolute;
	top:-12px;
	left:45%;
	font-size:12px;
	line-height:14px;
	color:#ddd;
	text-shadow:none;
	display:block;
}
#pswd_info h4 {
	margin:0 0 10px 0; 
	padding:0;
	font-weight:bold; 
	font-size: 14px;
}

.invalid {
	background:url("../img/invalid.png") no-repeat 0 50%;
	padding-left:25px;
	line-height:24px;
	color:#ec3f41;
}
.valid {
	background:url("../img/valid.png") no-repeat 0 50%;
	padding-left:25px;
	line-height:24px;
	color:#3a7d34;
}

#pswd_info1 {
	position:absolute;
	bottom:-180px;
	bottom: -115px\9;
	right:10px;
	width:320px;
	padding:15px;
	background:#fefefe; 
	font-size:.725em;
	border-radius:5px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	display:none; z-index: 9999;
}

#pswd_info1 ul{ margin: 0px; padding: 0px; list-style: none}
#pswd_info1::before {
	content: "\25B2";
	position:absolute;
	top:-12px;
	left:45%;
	font-size:12px;
	line-height:14px;
	color:#ddd;
	text-shadow:none;
	display:block;
}
#pswd_info1 h4 {
	margin:0 0 10px 0; 
	padding:0;
	font-weight:bold; 
	font-size: 14px;
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md,  .container-xl {
    max-width: 1260px;
}
}
@media (min-width: 1200px) {
 .container-lg {
    max-width: 100%;
}
}
