.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link {
    color: #e00457;
}

.navbar-light .navbar-nav .nav-link {
    color: #101329;
}
.navbar-light .navbar-nav .nav-item .dropdown .nav-link:hover {
    color: #df0457;
}
.stick .navbar-light .navbar-nav .nav-item .dropdown .nav-link:hover {
    color: #df0457;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #df0457;
}
.header-fixed.stick {
    background-color: #51bef1;
}
.maindiv {
    background-image: url(../images/slider-bg-04.png);
    height: 1080px;
}

.hero-title {
    color: #101329;
}
a.btn-search {
    background-color: #e00457;
    color: #fff;
}

h5.note-text {
    color: #0b638d;
}
.button-mat {
    color: #e00457;
}

.button-mat:before {
    background: #e00457;
}
.button-mat:hover .psuedo-text:hover {
    color: #ffffff;
}

.hero-slider-img {
    top: -15%;
    width: 100%;
    height: 100%;
}
.about-watch-feature {
    margin-top: 0;
}
li.about-feature h4 {
    color: #101329;
}
li.about-feature p {
    color: #101329;
    max-width: 100%;
    display: block;
}
.about-watch-feature li:nth-child(2) {
    margin-left: 0;
}
.about-watch-feature li:nth-child(3) {
    margin-left: 0;
}

.about-feature .service-icon-bg {
   margin-left: 0;
}
li.about-feature {
    margin-bottom: 30px;
    margin-left: 0;
}
.about-watch-img img {
    width: 100%;
}
.about-watch-img {
    margin-top: 15%;
}
.about-feature .service-icon-bg {
    color: #101329;
}

.btn-faq {
    background-color: #51bef1;
    color: #ffffff;
}

.product-01 {
    background:none;
    padding:0;
    margin: 0 22px 30px;
}
.bg-card {
    padding: 30px;
    width: 100%;
}
.bg-card a {
    background: #51bef1;
    border-radius: 30px;
    width: 85%;
}

.bg-card span {
    font-weight: 700;
    color: #e00457;
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
}

.bg-card h3 {
    margin-bottom: 10px;
}
.bg-card a:hover {
    background-color: #e00457;
    color: #fff;
}
.banner-content .button {
    background-color: #e00457;
}
.slick-prev:before, .slick-next:before {
    color: #51bef1;   
}

.slick-next:hover:before {
    color: #e00457;
    border: 2px solid #e00457;
}
.slick-prev:hover:before {
    color: #e00457;
    border: 2px solid #e00457;
}
.testi-slide-two .slick-prev:hover::before, .testi-slide-two .slick-next:hover::before {
    color: #e00457;
    border: 2px solid #e00457;
}
.testi-slide-two .slick-prev:before, .testi-slide-two .slick-next:before {
    color: #51bef1;
}

.button.button-mat.btn--5.active {
    background-color: #e00457;
    border: 1px solid #e00457;
}
.blog-box .btn--5 {
    border: 1px solid #51bef1;
}
.blog-box .btn--5:hover {
    border: 1px solid #e00457;
}

.button.button-mat.btn--5:hover a{
    color: #fff;
}
.button.button-mat.btn--5.active a{
    color: #fff;
}
.contact-form .btn-1.active{
    background-color: #e00457;
    color: #ffffff;
}
.send-icon.active {
    color: #ffffff;
}
.footer-about .footer-icon ul {
    color: #ffffff;
}
.footer-about .footer-icon li:nth-of-type(2) {
    color: #e00457;
}
.footer-listing li:hover {
    color: #e00457;
}
.footer-bg {
  background-image: url(../images/footer-bg-3.png);
  height: 590px;
}
.footer-about {
    text-align: center;
    margin-top: 18%;
}
.footer-icon li {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 50px;
    padding: 7px 4px;
    text-align: center;
    height: 50px;
    margin-left: 15px;
    display: inline-block;
}
.footer-about .footer-icon li {
    display: inline-block;
    padding-right: 5px;
}
.footer-about .footer-icon li:hover {
    color: #e00457;
}
.footer-about .footer-icon ul {
    padding-bottom: 0;
}
.footer-about h3 {
    margin: 30px;
}

.footer-about img {
    width: 10%;
    margin-bottom: 60px;
}
.copy-right{
    text-align: center;
    position: relative;
}

.copy-right:before {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 11px;
}
.copy-right:after {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 13px;
}
.copy-right p {
    color: #fff;
}

@media(max-width: 992px){

.copy-right:before {
    width: 28%;
}
.copy-right:after {
    width: 28%;
}

.footer-about {
  margin-top: 32%;
}
.hero-slider-img {
    right: 17%;
    width: 68%;
    height: 100%;
}
.hero-slider-img {
    display:block;
}
.hero-slider-img img {
    margin-top: 30px;
}

}

@media(max-width: 767.98px){

    .footer-about {
    margin-top: 45%;
}
.copy-right:before {
    width: 20%;
}
.copy-right:after {
    width: 20%;
}

}