
/* footer */


.social-media ul
li {
    list-style-type: none;

}

.footer-width ul li{
    list-style-type: none;
}

.footer-width ul li span{
    color: white;
}

footer {
    background-color: rgb(34, 34, 34);
    color: #fff;
}

.footer_info {
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding: 50px 0;
}



.footer_info h2{
    text-align: left;
}

.fba {
    text-align: left;
}

.footer_info .footer_width {
    padding: 0 15px;
}

.footer_info h2 {
    margin-bottom: 20px;
}



.about,
.Contact {
    width: 40%;

}

.link {

    width: 20%;
}

.social-media {
    margin-top: 30px;

}

.social-media ul {
    display: flex;
}

.social-media ul li a {
    display: inline-block;
    margin-right: 50px;
    width: 50px;
    height: 50px;
    padding-top: 12px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    margin: 10px;

}


.social-media ul li a i {
    font-size: 2em;
    color: black;
    opacity: 0, 9;

}

/* Hover affect on social media icon */


.social-media ul li a:hover {
    background-color: #000;
    transition: 0.5s;

}

.social-media ul li a i:hover {

    color: white;
    transition: 0.5s;

}


.link ul li a {
    margin-bottom: 15px;
    font-size: 20px;
    cursor: pointer;
    display: block;

}

.link ul li a {
    text-decoration: none;
    color: #fff;
}

.link ul li a:hover {
    color: #000;
}

.footer-width ul li a{
    text-decoration: none;
    color: #fff;
}


.Contact ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.Contact ul li span {
    margin-right: 15px;
}

.copy-right {
    padding: 15px 0;
    text-align: center;
    background-color: rgb(66, 66, 66);
}


@media screen and (max-width:992px) {

    .about,
    .Contact {
        width: 35%;

    }

    .link {
        width: 30%;

    }
    
    
  

}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .footer_info {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
    }
    
     .footer_info {
         text-align: left;
    }

    .footer_info .footer_width {
        width: 48% !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer_info {
        flex-direction: column;
        padding: 30px 15px;
    }
    
      .footer_info {
         text-align: left;
    }

    .footer_info .footer_width {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:792px) {

    .about,
    .Contact,
    .link {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_info {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .footerNav ul {
        flex-direction: column;
    }

    .footerNav ul li {
        width: 100%;
        text-align: center;
        margin: 10px;
    }

    .socialIcons a {
        padding: 8px;
        margin: 4px;
    }
}


@media only screen and (min-width:768px) and (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar-collapse {
        background: #fff;

    }

    .navbar-collapse .nav-item .nav-link {
        color: #000;
    }





}


@media screen and (max-width:792px) {
    .about,
    .Contact,
    .link {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_info {
        flex-direction: column;
        width: 100%;        /* Add this */
        padding: 30px 15px; /* Add this */
        margin: 0 auto;     /* Keep center-aligned */
    }
}

/*Footer End*/




/**** Whatsapp ***/

.whatsapp-fixed {
    position: fixed;
    bottom: 40px;
    right: 62px;
    z-index: 9;
}

.btn-whatsapp {
    background-color: #30bf39;
    color: #fff;
    border-radius: 100%;
    transition: background-color .5s;
    width: 60px !important;
    height: 60px !important;
    line-height: 70px;
    position: relative !important;
    display: block;
    transform: none !important;
    z-index: 9;
    text-align: center;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.07),
        0 2px 4px rgba(0, 0, 0, 0.07),
        0 4px 8px rgba(0, 0, 0, 0.07),
        0 8px 16px rgba(0, 0, 0, 0.07),
        0 16px 32px rgba(0, 0, 0, 0.07),
        0 32px 64px rgba(0, 0, 0, 0.07);
}

.btn-whatsapp:hover {
    background-color: #53ca5b;
}

.whatsapp-fixed a.video-vemo-icon.btn-whatsapp i {
    font-size: 32px;
    color: #fff;
    animation: sm-shake-animation linear 1.5s infinite;
    animation-delay: 3s;
}

.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    opacity: 0;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.btn-whatsapp:after,
.btn-whatsapp:before {
    border: 2px solid #30bf39 !important;
    width: 130px !important;
    height: 130px !important;
}

.sm-red-dot {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: red;
    transform: scale(0);
    border-radius: 50%;
    animation-name: notificationPoint;
    animation-duration: 300ms;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}








#hover-message {
    display: none;
}

.whatsapp-fixed:hover #hover-message {
    display: block;
}




/* Responsive Desging */

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(.5);
        opacity: 1;
        border-width: 3px
    }

    40% {
        opacity: .5;
        border-width: 2px
    }

    65% {
        border-width: 1px
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px
    }
}

@keyframes sm-shake-animation {
    0% {
        transform: rotate(0) scale(1) skew(0.017rad)
    }

    25% {
        transform: rotate(0) scale(1) skew(0.017rad)
    }

    35% {
        transform: rotate(-0.3rad) scale(1) skew(0.017rad)
    }

    45% {
        transform: rotate(0.3rad) scale(1) skew(0.017rad)
    }

    55% {
        transform: rotate(-0.3rad) scale(1) skew(0.017rad)
    }

    65% {
        transform: rotate(0.3rad) scale(1) skew(0.017rad)
    }

    75% {
        transform: rotate(0) scale(1) skew(0.017rad)
    }

    100% {
        transform: rotate(0) scale(1) skew(0.017rad)
    }
}

@keyframes notificationPoint {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes anim-lineUp {
    from {
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}



@media (max-width: 991px) {
    .whatsapp-fixed {
        right: 20px;
        bottom: 20px;
    }

    .btn-whatsapp {
        width: 55px !important;
        height: 55px !important;
        line-height: 60px;
    }

    .whatsapp-fixed a.video-vemo-icon.btn-whatsapp i {
        font-size: 26px;
    }

    .btn-whatsapp:after,
    .btn-whatsapp:before {
        width: 110px !important;
        height: 110px !important;
    }
}

