.nav.menu li:focus,
.nav.menu li:hover {
    border-bottom: 1px solid #02b5a5 !important  ;
  transition: all 0.35s ease !important;
}
.menu .active {
border-bottom: 1px solid #02b5a5;
  transition: all 0.35s ease;
}

.ba-counter span.counter-number {
  width: auto !important;
}



ul {
    list-style: square
}

.lightbullet ul li {
  color: #fff; 
}





@media(max-width: 375px){
	.reverse > .column-wrapper {
		display: flex;
		display: -webkit-flex;
	    flex-direction: column-reverse;
	    -webkit-flex-direction: column-reverse;
	}
}
  

@media (max-width: 1024px){
#item-15604144318420 .ba-hamburger-menu .main-menu {
height: auto; }
.footer .span12.ba-grid-column-wrapper {
    margin: 0 !important;
}
}


.white-border {
    box-shadow: 0px 0px 0px 25px rgba(255,255,255,1) !important;
}

h1, h2, h3, h4, h5, h6, p, a, a span {
    
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.darkhead h2
{
    color: #283b62 !important;
}



.n2-ss-layer div {
	font-size: inherit;
}



.ba-hamburger-menu .close-menu {
        font-size:50px;
}

.error {
    background-color: #fff2e3;
 }

.error a.btn {
    background-color: rgba(230, 156, 73, 0);
    border-radius: 0px;
border: 1px solid rgba(235, 158, 70, 0.5);    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    color: #000;
    font: normal 500 12px/25px 'Poppins';
    letter-spacing: 0px;
    margin-top: 25px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all .3s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition: all .3s cubic-bezier(0.4,0,0.2,1);
}

.error a.btn:hover {
    background-color: rgba(230, 156, 73, 1);
    color: #fff;
}

.ba-instagram-modal i,
.instagram-modal i {
    color: #02b5a5;
}


.ba-gallery .ba-goback h2 {
   
    
  margin-top: 50px !important;
}

.ba-gallery .ba-goback > a {
    border-radius: 0% !important;
    border-right: 10px solid #01124f !important;
}

.modal-nav i {
    border-radius: 0% !important;
}

.accordion-heading > a > span + i:before {
    content: '\f278';
}

.accordion-toggle.active > span + i:before {
    transform: none !important;
    -webkit-transform: none !important;
    content: '\f273';
}


