

/*IMPORT FONTS*/
/* @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap'); */
/************************NAVBAR FOR LARGE SCREENS*****************/
* {
    font-family: 'Open Sans',sans-serif;
}
.grey-color{
    color: #444141;
}
.black-color{
    color: black !important;
    opacity: 0.8;
}
.white-color{
    color: #ffffff;
}
.inner-window{
    display: block;
    left: 0;
    -webkit-animation: 0.5s fadeInRightFirst;
    animation: 0.5s fadeInRightFirst;
}
a.nav-link,span.logo-hoopmein-txt {
    font-size: 15px;
}
header .navbar-light-vision{
    top: 0;
    /* overflow: hidden; */
    overflow: visible;
    /* height: 90px; */
    width: 100%;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    z-index: 11;
    position: absolute;
    background-color: transparent !important;
    /* background-image: linear-gradient( 135deg, rgb(9, 119, 148) 0%, rgb(977, 58, 162) 100%); */

}
li#menu-item-131 a {
    margin-right: 0;
    padding-right: 0px;
}
.navbar-expand-lg .navbar-nav .sub-menu{
    margin-left: 20px !important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    margin-left: 0;
    /* color: #fff; */
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.navbar a.nav-link, .navbar .dropdown-toggle::after, .navbar .logo-hoopmein-txt{
    color: #fff !important;
    font-weight: 600 !important;
}

.navbar.fixed-menu a.nav-link, .fixed-menu .dropdown-toggle::after ,.fixed-menu .logo-hoopmein-txt{
    color: #229fd9 !important;
    font-weight: 600 !important;
}
.navbar .nav-item a.nav-link{
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 600 !important;
    text-decoration: none;
    margin: 10px;
}
/* .navbar-light .navbar-nav .nav-link{
    border: 2px solid transparent;
    padding: 6px 15px 6px 15px;

} */
.navbar-light .navbar-nav .nav-link.active{
    color: #ffffff;
    border: 2px solid white;
    border-radius: 36px;
    padding: 6px 15px 6px 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.fs-6{
    font-size: 1rem !important;
}
input#SendMessage {
    background: #55ACEE !important;
    color: #ffff;
    font-size: 20px !important;
    border: none;
}
.logo-small img{
    margin-top: 27px;
    margin-left: 25px;
}
.navbar .navbar-brand{
    animation: headerImageanimation 2s linear infinite;
}
.navbar.fixed-menu .navbar-brand {
    animation: headerImageanimation 0s  infinite;
}
.logo img{
    max-height: 90px;
    width: auto;
    padding: 8px 8px 10px;
   
}
.my-tog-btn{
    display: none;
    width: 25px;
}
.my-tog-btn span{
    background-color: white;
    margin-bottom: 5px;
    height: 2px;
    width: 100%;
    display: block;
}

.outer-window{
    display : none;
    color: white;
    -webkit-animation: 0.8s fadeInRight;
    animation: 0.8s fadeInRight;
}
.inner-window{
    background-color: #55ACEE;
    display: block;
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111111;
}
.outer-window .navbar{
    position: relative;
    background-color: transparent !important;
}
.outer-window .nav-link{
    text-decoration: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.outer-window .nav-link:hover{
    color: rgb(249, 119, 148) ;
}
.outer-window .nav-item a{
    /* text-align: left;
    padding: 15px 25px 15px 25px; */
    padding: 10px 25px 10px 25px;
    border: 1px solid;
}
.outer-window .navbar-nav{
    margin-top: 10%;
}
.logo_display{
    display: none;
}
.outer-window .close-outerwindow{
    position: absolute;
    right: 10%;
    top:3%;
    z-index: 1111;
}
.outer-window .close-outerwindow i{
    color: white;
    font-size: 32px;
}

.navbar.fixed-menu {
    z-index: 11;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    /* overflow: auto; */
    /* background-color: #55ACEE !important; */
    background-color: rgba(255,255,255,15) !important;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.50);
    box-shadow: 0 0 10px rgba(0,0,0,.50);
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.section-gap{
    margin: clamp(30px, 5vw, 50px) 0;
}
/************HEADER SECTION START**************/
#bg-header{
    overflow: hidden !important;
}

.part1{
    position: absolute;
    width: 100px;
    left: 28%;
    top: 316px;
}
.part3{
    position: absolute;
    width: 100px;
    top: 73%;
    left: 62%;
}
.part4{
    position: absolute;
    width: 110px;
    left: 30%;
    top: 54%;
}
.part5{
    position: absolute;
    width: 100px;
    left: 27%;
    top: 71%;
}
.part6{
    position: absolute;
    width: 100px;
    top: 37%;
    -webkit-transform: rotate(61deg);
    -ms-transform: rotate(61deg);
    transform: rotate(61deg);
}
.part7{
    position: absolute;
    width: 60px;
    top: 50%;
    left: 69%;
}
.part8{
    position: absolute;
    width: 70px;
    top: 60%;
    left: 64%;
}
.part9{
    position: absolute;
    width: 60px;
    left: 35%;
    top: 81%;
}

.m-img{
    /* width: 300px; */
    width: 270px;
    margin-top: 42px ;
    /* box-shadow: 0px 17px 10px 0px rgba(230, 228, 227, 0.53); */
}
#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  @keyframes headerImageanimation{
    0% {
      transform: translateY(10px);
  }
  50% {
      transform: translateY(-10px);
  }
  100% {
      transform: translateY(10px);
  }
}
ul{
    list-style: outside;
}
.bg-header{
    background-image: linear-gradient(135deg, rgb(0 0 0) 0%, #229fd9 100%);
}.header-text{
    margin-top: 150px;
}
.not-found-col{
    box-shadow: 0 5px 35px 0 rgba(30,34,40,.07);
    margin-top: clamp(30px, 6vw, 60px) !important;
    margin-bottom: clamp(30px, 6vw, 60px);
}
.bg-header .main-heading{
    color: white;
    font-weight: 600;
    font-size: 47px;
}
.main-heading-1{
    color: #000;
    font-weight: 600;
    font-size: clamp(30px, 5vw, 70px);
}

.bg-header .sub-heading{
    color: white;
    font-size: 17px;
    font-weight: 600;
}
/****************FEATURES SECTION STAR*************/
#services{
    padding-bottom: 125px;
}

.main-heading{
    font-size: 38px;
    margin-bottom: clamp(10px, 3vw, 20px);

}

.sub-heading{
    font-size: clamp(15px, 3vw, 18px);
    color: black;
    opacity: 0.8;
    margin-bottom: clamp(10px, 3vw, 20px) !important;
}

.feature-icon{
    /* background-image: -o-linear-gradient( 315deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%); */
    background-image: linear-gradient( 135deg, #229fd9 0%, rgb(98, 58, 162) 100%);
    font-size: 35px;
    color: white;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 10px rgb(98, 58, 162);
    box-shadow: 1px 1px 10px rgb(98, 58, 162);
    height: 55px;
    width: 55px;
    text-align: center;
    padding-top: 10px;
}

.media-element .line{
    /* background-image: -o-linear-gradient( 315deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%); */
    background-image: linear-gradient( 135deg, #4fbef1 0%, #7cc8eb 100%);
    height: 6px;
    width: 0;
    position: absolute;
    bottom: 1px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    opacity: 0;
}

.media-element:hover .line{
    opacity: 1;
    width: 92%;
}
.section-bg{
    background-image: linear-gradient( 135deg, #229fd9c2 0%, #229fd9b5 100%)  
}
.media-element{
    height: 100%;
}

.media-element .media{
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    background-color: #fff;
    height: 100%;
    transition: 0.5s ease;
    padding: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: 0px 0px 8px #a1a1a1 !important;
}
.card-title{
margin-bottom: clamp(5px, 1vw, 10px) !important;
}
.media{
    align-items: center !important;
}
.media-element .media:hover{
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 1px 1px 10px #7cc8eb ;
    box-shadow: 1px 1px 10px #7cc8eb ;
}

/******************SECREENSHOTS SECTION START***************/
/* #screenshots{
    margin-bottom: 125px;
} */
.navbar-light .navbar-toggler{
    background: #fff;
    border-color: #fff;
}
.margin-heading{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px
}

.app-feature{
    -webkit-box-shadow: 1px 1px 10px#e1e1e1;
    box-shadow: 1px 1px 10px#e1e1e1;
    /* text-align: right; */
    background: #fff;
    margin-bottom: clamp(2rem, 5vw, 5rem);
    padding: 17px 20px 17px 20px;
    cursor: pointer;
}
.app-feature:hover{
    color: #FFF;
    background-image: linear-gradient( 135deg, #7cd6ff 0%, #229fd9 100%);
}

.app-feature:last-child{
    margin-bottom: 0;
}

.app-feature i {
    /* font-size: 38px; */
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.app-image img{
    margin: 0 auto;
    display: inline-block;
}

#app-slider{
    position: absolute;
    top: 65px;
    width: 235px;
    left: 58px;
    height: 420px;
}

/******************GET APP SECTION START***************/
/* #download{
    margin-top: 50px;
    margin-bottom: 50px;
} */
.get-btn{
    background-image: -o-linear-gradient( 315deg, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient( 135deg, #ffffff 0%, #ffffff 100%);
    border: 2px solid #55ACEE;
    padding: 16px 25px 16px 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.get-btn:hover{
    background-image: -o-linear-gradient( 315deg,#55ACEE 0%, #55ACEE 100%);
    background-image: linear-gradient( 135deg,#55ACEE 0%, #55ACEE 100%);
    border: 2px solid #55ACEE;
    color: white !important;
}
.get-icon{
    position: absolute;
    left: 50px;
    top: 15%;
}
.get-icon-2{
    position: absolute;
    left: 50px;
    top: 15%;
}
.get-icon-3{
    position: absolute;
    left: 50px;
    top: 8%;
}

.btn i{
    font-size: 30px;
}


/*****************FOOTER SECTION START*************/
#footer{
    background-image: linear-gradient( 135deg, #229fd9c2 0%, #229fd9b5 100%);
}
ul.footer_ul{
    list-style: none;
    display: inline-block;
}
li.footer_list{
    display: inline-block;
    margin-right: 15px;
    font-size: 22px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.footer-content{
    padding-top: 5%;
    margin-bottom: 5%;
    border-top: 1px solid #e1e1e1;

}
a{
    text-decoration: none !important;
}
.btn:hover {
    background-color: #55575a !important;
}

.footer_text{
    text-align: center;
    color: white;
}
ul.footer-icon li i.fa-facebook, ul.footer-icon li i.fa-twitter, ul.footer-icon li i.fa-linkedin, ul.footer-icon li i.fa-instagram {
    padding: 10px;
    background-color: transparent;
    color: #ffffff;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
ul.footer-icon li i.fa-facebook:hover {
    color: #ffffff;
    background-color: #3B5998;
}
ul.footer-icon li i.fa-twitter:hover{
    color: #ffffff;
    background-color: #00acee;
}
ul.footer-icon li i.fa-linkedin:hover{
    color: #ffffff;
    background-color: #3B5998;
}
ul.footer-icon li i.fa-instagram:hover{
    color: #ffffff;
    background-color: #dd4b39;
}

@media (min-width:480px) and (max-width:992px){
    canvas.pg-canvas{
        visibility: hidden !important;
    }
}


@media (min-width:992px) and (max-width:1199px){
    .app-feature i {
        font-size: 30px;
    }
    .get-icon-3 {
        left: 47px;
    }
    .get-icon-2 {
        left: 36px;
    }
    .get-icon {
        left: 40px;
    }
   
    .m-img {
        width: 300px;
        margin-top: 115px;
    }
    .bg-header {
        /* height: 83vh;
        margin-bottom: 125px; */
    }
    .part1 {
        top: 88%;
    }
    .part4 {
        left: 25%;
        top: 50%;
    }
    .part6 {
        position: absolute;
        width: 100px;
        top: 87%;
    }


}

@media screen and (max-width:768px){
    .medium-screen {
        font-size: 17px;
        letter-spacing: -1px;
    }
    
    .app-feature i {
        font-size: 19px;
    }
    .md-screen{
        font-size: 13px;
    }
    .my-tog-btn{
        display: block;
    }
    
    .m-img {
        width: 300px;
        margin-top: 12%;
    }
    .bg-header {
        /* height: 96vh; */
        margin-bottom: 60px;
    }
    .part9 {
        position: absolute;
        width: 60px;
        left: 27%;
        top: 74%;
    }
    .part5 {
        position: absolute;
        width: 100px;
        left: 22%;
        top: 82%;
    }
    .part4 {
        position: absolute;
        width: 110px;
        left: 19%;
        top: 55%;
    }
    .part1 {
        position: absolute;
        width: 100px;
        left: 16%;
        top: 388px;
    }
    .part8 {
        position: absolute;
        width: 70px;
        top: 88%;
        left: 73%;
    }
    .part6 {
        position: absolute;
        width: 100px;
        top: 65%;
        left: 75%;
        -webkit-transform: rotate(61deg);
        -ms-transform: rotate(61deg);
        transform: rotate(61deg);
    }

}

@media screen and (max-width:767px){
    .part1, .part3, .part4, .part5, .part6, .part7, .part8, .part9{
        display: none;
    }
    .services .main-heading {
        font-size: 33px;
    }
    /* .services .sub-heading {
        font-size: 13px;
    } */
    
    .bg-header .main-heading {
        font-size: 38px;
    }
    .bg-header .sub-heading {
        font-size: 13px;
    }
    .bg-header {
        margin-bottom: 60px;
    }
    /* #services {
        padding-bottom: 60px;
    } */
    /* #screenshots {
        margin-bottom: 60px;
    } */
    .app-feature i {
        font-size: 32px;
    }
    /* #download {
        margin-top: 60px;
        margin-bottom: 60px;
    } */
    .app-feature:last-child{
        margin-bottom: 20px;
    }
    .get-icon {
        left: 90px;
    }
    .get-icon-2 {
        left: 90px;
    }
    .get-icon-3 {
        left: 90px;
    }
    .footer_text{
        font-size: 13px;
    }
    .footer-content {
        padding-top: 11%;
    }
    /* .sub-heading {
        font-size: 14px;
    } */
    .main-heading {
        font-size: 32px;
    }

    .my-tog-btn {
        display: block;
        width: 25px;
        padding-right: 5px;
    }
}

/* Modal Form CSS Start */

    .demo{ background: #F1CD52; }
    .modal-box .show-modal{
        color: #fff;
        background: linear-gradient(45deg,#646D94,#0E99AF);
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 10px 15px;
        margin: 80px auto 0;
        border: none;
        outline: none;
        display: block;
        transition: all 0.3s;
    }
    .modal-box .show-modal:hover,
    .modal-box .show-modal:focus{
        color: #fff;
        border: none;
        outline: none;
        text-decoration: none;
        text-shadow: 0 0 3px #000;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    }
    .modal-backdrop.in{ opacity: 0; }
    .modal.show .modal-dialog{
        position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    }
    .modal-box .modal-dialog{
        width: 400px;
        /* margin: 30px auto 10px; */
    }
    .modal-box .modal-dialog .modal-content{
        background: #DBECF6;
        border-radius: 25px;
        box-shadow: 0 0 25px -8px #555;
        position: relative;
    }
    .modal-box .modal-dialog .modal-content:before{
        content: "";
        background: linear-gradient(45deg,#646D94,#0E99AF);
        width: 100%;
        height: 28%;
        border-radius: 25px 25px 0 0;
        position: absolute;
        top: -1px;
        left: 0;
    }
    .modal-content{
        width: 110% !important;
    }
    @media only screen and (max-width: 768px){
        .modal-content{
            width: 100% !important;
        }
    }
    .modal-box .modal-dialog .modal-content .close{
        color: #089BAB;
        background-color: #fff;
        font-size: 33px;
        line-height: 28px;
        height: 28px;
        width: 28px;
        opacity: 1;
        border-radius: 50%;
        box-shadow: 0 0 5px #555;
        position: absolute;
        left: auto;
        right: -7px;
        top: -7px;
        z-index: 1;
        transition: all 0.3s;
    }
    .modal-box .modal-dialog .modal-content .close span{
        margin: 1px 0 0 0;
        display: block;
    }
    .modal-box .modal-dialog .modal-content .close:hover{
        color: #fff;
        background-color: #0E99AF;
    }
    .modal-box .modal-dialog .modal-content .modal-body{ padding: 30px 30px !important; }
    .modal-box .modal-dialog .modal-content .modal-body .icon{
        color: #F2F7FB;
        font-size: 80px;
        text-align: center;
        line-height: 100px;
        margin: 0 0 35px;
    }
    .modal-box .modal-dialog .modal-content .modal-body .title{
        color: #009688;
        font-size: 35px;
        font-weight: 700;
        text-transform: capitalize;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .modal-box .modal-dialog .modal-content .modal-body .description{
        color: #777;
        font-size: 13px;
        text-align: center;
        margin: 0 0 15px;
    }
    .modal-content .form-control{
        color: #646D94;
        font-size: 16px;
        text-align: center;
        letter-spacing: 1px;
        height: 40px;
        padding: 2px 15px 2px 15px;
        border-radius: 50px;
        display: inline-block;
        transition: all 0.3s;
    }
    .modal-content .form-control::placeholder{
        color: #909090;
        font-size: 14px;
    }
    .modal-content .form-control:hover,
    .modal-content .form-control:focus{
        box-shadow: 0 0 0 transparent,0 0 0 transparent, 0 0 0 transparent;
        border: 1px solid #009688;
    }
    .modal-box .modal-dialog .modal-content .modal-body .subscribe{
        color: #fff;
        background: linear-gradient(45deg,#646D94,#0E99AF);
        font-size: 18px;
        font-weight:700;
        text-transform: uppercase;
        padding: 10px 38px;
        margin: 0 auto;
        border: none;
        border-radius: 50px;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
        transition: all 0.3s;
    }
    .modal-box .modal-dialog .modal-content .modal-body .subscribe:before{
        content: '';
        height: 100%;
        width: 100%;
        background: linear-gradient(45deg,#0E99AF,#646D94);
        border-radius: 50px;
        transform: scale(0.97,0.85);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        transition: all 0.3s;
    }
    .modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{ color: #0E99AF; }
    .modal-box .modal-dialog .modal-content .modal-body .subscribe:hover:before{ background: #fff; }
    @media only screen and (max-width: 768px){
        .modal-dialog{ width: 400px !important; }
    }
    @media only screen and (max-width: 576px){
        .modal-dialog{ width: 95% !important; }
        .modal-box .modal-dialog .modal-content .modal-body .title{ font-size: 33px; }
    }

/* Modal Form CSS End */


/* Contact Form CSS Start */

   
    /* body {
        background-image: linear-gradient(
        to left bottom,
        #051937,
        #05162f,
        #051327,
        #040f1f,
        #010a18
        );
    
        background-size: 800%;
        animation: animateClr 1s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
    } */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        border: none;
        border-bottom: 2px solid rgb(128, 126, 126);
        background: transparent;
        outline: none;
        font-size: 16px !important;
        width: 100%;
        /* text-transform: capitalize; */
        padding: 1rem 0.4rem;
    }
    .aside {
        /* background-image: linear-gradient(
        to left bottom,
        #051937,
        #002350,
        #002d69,
        #003684,
        #01409f
        ); */
        /* background-color: linear-gradient( 135deg, rgb(16 86 105) 0%, #229fd9 100%);
        animation: animateClr 3s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
        background-size: 400%; */
        background-image: linear-gradient( 135deg, #229fd9c2 0%, #229fd9b5 100%);
    }
    
    @keyframes animateClr {
        0% {
        background-position: 0% 50%;
        }
    
        50% {
        background-position: 100% 50%;
        }
    
        100% {
        background-position: 0% 50%;
        }
    }
    
    ion-icon:not([name="logo-codepen"]) {
        border: 1px solid currentColor;
        border-radius: 20%;
        padding: 0px 10px;
    }

/* Contact Form CSS End */

#back-top {
    /* display: none; */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    /* background-color: #ffffff;
    color: #0091c6; */
    background-color: #007c9d;
    color: #FFF;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
    line-height: 100%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
#fixed-sidebars {
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #007c9d;
    color: #FFF;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
}

#button-heart-element {
    visibility: visible;
    display: inline-block;
    vertical-align: middle;
    height: 67px;
    width: 163px; 
    inset: 50% 0px auto auto;
    position: fixed; 
    z-index: 999;
    transition: right 0.5s ease-in-out 0.05s;
    transform: translateY(-155px) rotate(-90deg);
    transform-origin: 100% 100%;
  }
  .button-heart-outer {
    position:relative;
    display:table;
    table-layout:fixed;
    height:45px; 
    padding:4px 1.5em 4px 1em;
    margin:20px 4px 0px; 
    text-align:center;
    color:#00284a;
    background-color: rgb(0 157 173 / 25%);
    font-size:16px;
    line-height:1.25;
    font-size:18px;
    font-weight:600;
    border-radius:6px;
    cursor:pointer;
    overflow:hidden;
    color:#FFF !important;
    border:0px solid rgb(255, 39, 153);
    border-radius:5px 5px 0px 0px; 
    box-shadow:rgba(0, 0, 0, 0.4) 0px -1px 4px;
    transition: background-color 1.3s ease-in-out, color 1.3s ease-in-out;
  }
  .button-heart-outer:hover {
    cursor: pointer;
    color: white;
    opacity:.9;
    background-color: #00284a;
    transition: background-color .5s ease-in-out, color 1s ease-in-out;
  }
  .button-hover-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    border-radius:6px;
    z-index:0;
    transition: background-color 1s ease-in;
  }
  .button-icon-wrapper {
    display:table-cell;
    vertical-align:middle;
    transform:rotate(.1deg)
  }
  .button-heart-icon {
    position:relative;
    z-index:2;
    transform: scale(1.0);
    /*transition: all 0.4s;*/
  }
  
  .button-heart-outer .button-heart-icon {
    /*transform: scale(1.5);*/
    animation: ripple 2.1s infinite;
  }
  
  @keyframes ripple {
    0% {
      transform: scale(1.0);
    }
    50% {
      transform: scale(1.2);
    }
    60% {
      transform: scale(1.0);
    }
    70% {
      transform: scale(1.2);
    }
  }
  
  .button-heart-outer:hover .button-heart-icon {
    /*transform: scale(1.5);*/
    animation: ripplehover 1.2s infinite;
  }
  
  @keyframes ripplehover {
    0% {
      transform: scale(1.0);
    }
    25% {
      transform: scale(1.4);
    }
  }
  
  .button-heart-icon svg {
    display:block;
    width:1em;
    height:1em;
    position:relative;
    z-index:2;
    width: 21px;
    /* height: 21px; */
    height: 0px;
  }
  .button-heart-animation {
    position:absolute;
    top:50%;
    left:50%; 
    transform:translate(-50%,-50%);
    opacity:0;
    border-radius:50%;
    z-index:1;
    background-color:rgba(255,255,255,.15);
    width:240px;
    height:240px;
  }
  .button-label-wrapper {
    display:table-cell;
    vertical-align:middle;
  }
  .button-label {
    position:relative;
    z-index:2;
    padding-left:12px;
    white-space:nowrap;
  } 

  .footer-bottom{
    background: #312f2f;
    }
    .footerBottomLink a:hover{
        color:#000 !important;
    }
    @media (max-width: 480px) {
        .row {
    
            --bs-gutter-x: -0.5rem !important;
        }
        ol, ul {
            padding-left: 1.5rem !important;
        }
    }

  .nav li{
    margin: 0 25px;
  }
  .nav li a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    /* margin: 5px; */
}
@media all and (max-width: 992px) {
    header .navbar-light-vision{
        background-image: linear-gradient( 135deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%) !important;
    }
    .navbar.fixed-menu a.nav-link, .fixed-menu .dropdown-toggle::after{
        color: #ffffff !important;
    }
}
@media all and (min-width: 992px) {
    .navbar .nav-item .sub-menu {
        display: none;
    }
    .header-text {
        margin-top: 100px;
    }
    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .sub-menu {
        display: block;
    }

    .navbar .nav-item .sub-menu {
        margin-top: 0;
    }
}
.dropdown-item a.nav-link {
    color: #000000 !important;
}

.navbar.fixed-menu > .nav-link{
    color: #55ACEE !important;
}
/* .nav-link,.navbar-light .navbar-nav .nav-link {
    color: #3c3939 !important;
    font-weight: 700 !important;
} */
@media (max-width:992px) {
    .navbar-nav .sub-menu{
        display: contents !important;
    }
    .dropdown-toggle::after{
        display: none !important;
    }
    .navbar .nav-item a.nav-link{
        margin: 0px !important;
    }
    .nav-item {
    margin: 6px 0 !important;
}
.dropdown-item a.nav-link{
    color: #FFF !important; 
}
}
.breadcream-div{
    text-align: left; position: absolute; left: 60px; top: 40px; color: #D3D3D3;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}





.navbar a.nav-link, .navbar .dropdown-toggle::after, .navbar .logo-new-hoopmain-txt {
    color: #fff !important;
    font-weight: 600 !important;
}
.navbar.fixed-menu a.nav-link, .fixed-menu .dropdown-toggle::after, .fixed-menu .logo-new-hoopmain-txt {
    color: #229fd9 !important;
    font-weight: 600 !important;
}