.header__area.sticky .logo .logo-black {
    display: none;
}

.header__area.sticky .logo .logo-head {
    display: block;
}

.logo-head {
    display: none;
}

.footer__social ul li a.ins {
    background: #f12f75;
    border-color: #f12f75;
}

.footer__social ul li a.ins:hover {
    background: transparent;
    color: #f12f75;
}

.footer__social ul li a.wp {
    background: #25D366;
    border-color: #25D366;
}

.footer__social ul li a.wp:hover {
    background: transparent;
    color: #25D366;
}

.footer__social ul li a.lin {
    background: #0A66C2;
    border-color: #0A66C2;
}

.footer__social ul li a.lin:hover {
    background: transparent;
    color: #0A66C2;
}

.icon {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon i {
    font-size: 20px;
    color: #006cae;
}

.social-content {
    padding-left: 15px;
}

.footer__widget-body .social-content a:hover {
    font-weight: 600;
    font-size: 17px;
    color: #53545b;
}
.footer__widget-body :hover .icon{
    background-color: #006cae;
}
.footer__widget-body :hover .icon i{
    color: #fff;
}

@media (min-width: 1200px) {
    .flex-1 {
        flex-basis: 20%;
    }

    .flex-2 {
        flex-basis: 30%;
    }
}


.float {
    position: fixed;
    bottom: 120px;
    right: 49px;
    z-index: 999;
}

.in-p {
    padding-top: 50px;
}

.hero-bg {
    margin-right: 30px;
}

.services__icon i {
    font-size: 50px;
    color: #ffffff;
}

.text-justify {
    text-align: justify;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.events__item-inner .events__content .events__title i {
    padding-right: 30px;
}

.counter__icon i {
    font-size: 40px;
    color: #006cae;
}

img {
  height: auto;
}
.hero__title{
  min-height: 40px;
}
body {
    font-family: 'Poppins', system-ui, -apple-system, Arial, sans-serif;
}

.events__allow ul li {
    padding-top: 15px;
    display: flex;
}

.bg-testimonial{
    background-color: #fff;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.arrow {
    position: relative;
}
.arrow i {
  position: absolute;
  right: 12px;
  top: 40%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #006cae;
}
.contact__info-icon i{
    font-size: 20px;
    color: #006cae;
}