/*-----nav bar height --------*/
nav.navbar .logo img{
    max-height: 55px;
}
#page {
    margin-top: 110px;
}
[data-region="drawer"] {
top: 110px;
outline: none!important;
}
[data-region=right-hand-drawer].drawer {
    top: 110px;
}
/*-----nav bar height End --------*/
.usermenu:focus-within, div.dropdown-item:focus-within{
outline: none!important;
box-shadow: none!important;
}


a:focus,
button:focus,
textarea:focus {
outline: none!important;
box-shadow: none!important;
}

.navbar {
    max-height: 180px;
}
.format-tiles .course-content ul.tiles .tile.phototile .photo-tile-text{
    position: relative;
}
.format-tiles .course-content ul.tiles .tile{
margin: 44px 7px;
}
.format-tiles .course-content ul.tiles .tile.phototile .photo-tile-text{
    top: 1px;
}
.format-tiles .course-content ul.tiles .tile.phototile .photo-tile-text h3{
display: block;
}


.format-tiles ul.tiles .tile .tile-textinner{
    position: relative;
   display: initial;
}
.format-tiles ul.tiles .tile .tile-textinner h3{
background-color: rgba(22,112,204, 1);
    line-height: 30.5px;
    padding: 4px 7px;
color:#fff;
margin-top: 1px;
}
.format-tiles .tile a{padding:0px;}

/*--------block_xp---------*/

.block_xp-level-bg {
    background: #efefef;
    width: 100%;
}
.block_xp-level {
    line-height: 108px;
}
.block_xp-level span{
margin-left: -16px;
}
.block_xp-level-grid .block_xp-level-box{
margin: 0 auto;
}


.certificate-container {
	padding: 10px 0 20px;
	margin-top: 10px;
	background: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	height: 215px;
	margin-bottom: 20px;
	box-shadow: 0 0 25px 1px rgba(0, 0, 0, .3)
}

.certificate-container .photo {
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1
}

.blue .photo::before {
	content: '';
	width: 100%;
	height: 0;
	border-radius: 50%;
	background: #50cde3;
	position: absolute;
	bottom: 160%;
	right: 0;
	left: 0;
	-webkit-transform: scale(3);
	transform: scale(3);
	transition: all .3s 0s ease-in-out
}

.certificate-container:hover .photo::before {
	height: 100%
}

.blue .pic::after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #50cde3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.certificate-container .photo img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all .9s 0s ease;
	background-color: #fff
}

.blue:hover .photo img {
	box-shadow: 0 0 0 14px #93dfec;
	-webkit-transform: scale(.6);
	transform: scale(.6);
	margin-top: -15px
}

.userprofile .profile_tree {
	column-count: 1
}

.profile-text {
	margin-bottom: 30px
}

.profile-text .title {
	font-size: 18px;
	color: #333;
	margin-bottom: 6px;
	transition: all .3s ease;
	display: block!important
}

.profile-text .position {
	display: block;
	font-size: 1.5rem;
	color: #555;
	transition: all .3s .05s ease
}

.certificate-container:hover .profile-text .title {
	-webkit-transform: translateY(-20px) scale(1);
	transform: translateY(-20px) scale(1);
	font-size: 20px;
	height: 28px;
	width: 196;
	display: inline-block!important
}

.certificate-container:hover .profile-text .position {
	-webkit-transform: translateY(-40px) scale(1.2);
	transform: translateY(-40px) scale(1.2)
}

.blue .social-icons {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #50cde3;
	position: absolute;
	bottom: -36px;
	left: 0;
	transition: all .6s ease
}

.blue .social-icons li {
	display: inline-block
}

.blue .social-icons li a {
	display: block;
	padding: 1px;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
	transition: all .5s ease
}

.blue .social-icons li a:hover {
	color: #fff
}

.certificate-container:hover .social-icons {
	bottom: 0
}
@media screen and (min-width: 1200px) {
.loginimg {
    height: auto;
    margin-top: 40px;
}
}
.subscribe-text{
	color: #ec8a38;
    font-weight: bold;
    font-size: 18px;
}
.subscribe-btn {
  font-size: 12px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  border-radius: 1000px;
  padding: 6px 15px 3px;
  margin: 5px;
  box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
  transition: 0.5s all ease-in-out;
  font-weight: 600;
  }
  .subscribe-btn:hover {
  cursor: pointer;
  background: white;
  color: #1F4141;
  -webkit-animation: none;
  animation: none;
  }
  .button-container a{color: #fff!important; background-color: #1A76D1!important;}
  
   .button-container a:hover{color: #1A76D1!important; background-color: #ffffff!important;}
  
  .button-wiggle {
  -webkit-animation: wiggle 4s 2s infinite;
  animation: wiggle 4s 2s infinite;
  }
  
  @-webkit-keyframes wiggle {
  5%, 50% {
  transform: scale(1);
  }
  10% {
  transform: scale(0.9);
  }
  15% {
  transform: scale(1.15);
  }
  20% {
  transform: scale(1.15) rotate(-5deg);
  }
  25% {
  transform: scale(1.15) rotate(5deg);
  }
  30% {
  transform: scale(1.15) rotate(-3deg);
  }
  35% {
  transform: scale(1.15) rotate(2deg);
  }
  40% {
  transform: scale(1.15) rotate(0);
  }
  }
  
  @keyframes wiggle {
  5%, 50% {
  transform: scale(1);
  }
  10% {
  transform: scale(0.9);
  }
  15% {
  transform: scale(1.15);
  }
  20% {
  transform: scale(1.15) rotate(-5deg);
  }
  25% {
  transform: scale(1.15) rotate(5deg);
  }
  30% {
  transform: scale(1.15) rotate(-3deg);
  }
  35% {
  transform: scale(1.15) rotate(2deg);
  }
  40% {
  transform: scale(1.15) rotate(0);
  }
  }
  .button-pulse {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 white;
  }
  
  @-webkit-keyframes pulse {
  to {
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
  }
  
  @keyframes pulse {
  to {
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
  }
  .button-float {
  -webkit-animation: float 1.5s linear alternate infinite;
  animation: float 1.5s linear alternate infinite;
  }
  
  @-webkit-keyframes float {
  50% {
  transform: translateY(-px);
  }
  100% {
  transform: translateY(-18px);
  }
  }
  
  @keyframes float {
  50% {
  transform: translateY(-px);
  }
  100% {
  transform: translateY(-18px);
  }
  }



@media(min-width: 768px){





}
.overflow-txt{
height:184px;
overflow:auto;
}
.more-txt a{
position:absolute;
bottom:12px;
left:30px;
}
#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #bf5d00;
	border: 2px solid #bf5d00;
}
.d-print-block .float-sm-right .btn {
    background-color: transparent !important;
    background: transparent !important;
}
.d-print-block .btn-link .fa-question-circle{ 
      display: block;
}
legend .btn {
    background: transparent !important;
}
span.text-nowrap .btn{
    background: transparent !important;

}

/* Stats counter repositioned under the world map (see frontpage.mustache JS) */
.container.frontconttop.front-stats-below-map {
    margin-top: 0;
    margin-bottom: 0;
}
.container.frontconttop.front-stats-below-map .frontnumcount {
    margin-top: 0;
}

/* Homepage map stats (directly under world map on front page) */
.pentamap-stats-wrap {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    max-width: 100%;
}
.pentamap-stats .pentamap-stat-number {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #ec8a38;
    margin-top: 1rem;
    margin-bottom: 0.35rem;
    line-height: 1.1;
}
.pentamap-stats .pentamap-stat-label {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 1rem;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .pentamap-stats .pentamap-stat-number {
        font-size: 34px;
    }
    .pentamap-stats .pentamap-stat-label {
        font-size: 14px;
    }
}













