@charset "utf-8";
/* CSS Document */

body {
    background: #000;
    /*background-image: radial-gradient(circle, #41080a, #0f0202, #000);*/
    /* background: url(../img/bg_content.jpg) fixed; */
    background-size: cover;
   /*  background-color: #f3ecb5 !important; */
    position: relative !important;
    background: url(../img/banner6.png) fixed;
}

.mobile-banner {
    display: none;
}

.menu_cont {
    position: relative;
}
.top-location-heading{
        white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 4px !important;
        }


.menu_cont .navbar-nav>li>a {
    font-family: 'Gabriela', serif;
    text-transform: capitalize;
    padding: 15px 20px;
    margin-right: 15px;
    border-radius: 50px;
    background: #AA076B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7e5923, #fed167, #7e5923);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient( 87deg, #fffdd0, #800000, #ffc0cb);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-top: 0px;
    /* color: #000; */
    transition: all 0.3s ease-in-out;
    border: 1px solid #ffff00;
}

.menu_cont .navbar-nav>li>a:hover,
.menu_cont .navbar-nav>li>a:focus {
    color: #fff;
    background: #AA076B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #61045F, #AA076B);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #61045F, #AA076B);
    background: linear-gradient(to right, #fffdd0, #800000, #ffc0cb);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.top-img img{
    width:98% !important;
    margin: 10px auto !important;
}
.menu_cont {
    border-top: 1px solid #ac1b1b;
    border-bottom: 1px solid #ac1b1b;
    background-color: #ac1b1b;
    height: 100%;
    width: 100%;
}

.menu_cont .navbar {
    border: none;
}

.click-nav ul .clicker {
    font-family: 'Gabriela', serif;
    background-color: #f8951d !important;
}

.click-nav ul li a {
    font-family: 'Gabriela', serif;
}

.click-nav ul li a:hover {
    background: none !important;
}

.spaced {
    letter-spacing: calc(.5vw + 2px);
    margin-bottom: 0;
    font-family: 'Abril Fatface', cursive !important;
    font-size: 30px !important;
    color: #9d7001 !important ;
}

.logo a {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 15px !important;
}

.menu_cont .navbar-nav>li:nth-child(4)>a {
    margin-right: 0 !important;
}

.main-title {
    padding: 0px;
    background: linear-gradient( 
        87deg
         , #4b1b1b, #ac1b1b, #622525);
            border: 1px solid #ac1b1b;
    text-align: center;
    font-family: 'Gabriela', serif !important;
    color: #000 !important;
}

.main-title h1 {
    color: #000 !important;
    font-family: 'Gabriela', serif;
}

.home-banner {
    padding: 50px 0;
}

.banner img,
.mobile-banner img {
    width: 100%;
}

.gallery-holder {
    background: #AA076B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #61045F, #AA076B);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #61045F, #AA076B);
    background: linear-gradient( 
        87deg
         , #4b1b1b, #ac1b1b, #622525);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-right: 10px;
    padding: 10px !important;
    border-radius: 0px;
}

.gallery-image-holder {
    border-radius: 0px !important;
}

.gallery-holder:hover .gallery-image-holder {
    background: #AA076B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7e5923, #fed167, #7e5923);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gallery-image-holder img {
    border-radius: 0px !important;
}

.gallery-text-holder .gallery-name,
.gallery-text-holder .gallery-rate {
    /* font-family: 'Gabriela', serif; */
    color: #fff !important;
}

.gallery-text-holder .gallery-location {
    font-family: 'Abril Fatface', cursive !important;
    color: #fff;
}

.colortxtbox {
    font-family: 'Gabriela', serif !important;
    font-weight: normal !important;
    color: #f8951d !important;
}

.book-btn .colortxtbox {
    width: 100%;
}

.booknowbox a {
    font-family: 'Gabriela', serif;
    text-transform: capitalize;
    padding: 15px 60px !important;
    margin-right: 15px;
    border-radius: 50px;
    background: #AA076B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7e5923, #fed167, #7e5923);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient( 87deg, #4b1b1b, #ac1b1b, #622525);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: 1px solid #ac1b1b !important;
    color: #fff !important;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
}

.spacer-single {
    clear: both;
    display: block;
    height: 20px;
    width: 100%;
}

.hm_slider {
    padding: 80px 0;
}

.welcome {
    background: #000;
    /* background: -webkit-linear-gradient(to right, #61045F, #AA076B);
    background: linear-gradient(to right, #61045F, #AA076B); */
    border: 1px solid #000000 !important;
    padding: 30px;
    margin-bottom: 30px;
}

.wappar {
    width: 100% !important;
}

.unique-links .uni-hair {
    border: none !important;
}

.blogbox h4 {
    font-family: 'Gabriela', serif !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-align: center;
}

.chose h4 {
    font-size: 18px !important;
}

.blogbox p {
    
    line-height: 28px;
    
}

.back-pic {
    background: #000c !important;
}

.social-but a img {
    border: 1px solid #ac1b1b !important;
    margin-bottom: 5px;
}

.cllbox,
.blaob,
.chose {
    border: 1px solid #ac1b1b !important;
}

.book-btn {
    padding: 30px;
    border: 1px solid #ac1b1b !important;
    text-align: center;
    margin: 20px 0;
    background: #AA076B;
    background: -webkit-linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient(
87deg
, #4b1b1b, #ac1b1b, #622525);
}

.book-btn .colortxtbox {
    background: none;
    color: #000 !important;
    font-size: 25px;
}

.bnimgs {
    position: relative !important;
    width: 100% !important;
}

.click-nav ul .clicker {
    background: #AA076B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #61045F, #AA076B);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #61045F, #AA076B);
    background: linear-gradient( 87deg, #fffdd0, #800000, #ffc0cb);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: 1px solid #ffff00 !important;
}

.click-nav ul li a {
    background: #AA076B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #61045F, #AA076B, #61045F);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #61045F, #AA076B, #61045F);
    background: linear-gradient(87deg, #fffdd0, #800000, #ffc0cb);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: 1px solid #ffff00 !important;
}

.click-nav ul li a:hover {
    background: #ec008c !important;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fc6767, #ec008c) !important;
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fc6767, #ec008c) !important;
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.click-nav ul li ul {
    margin-top: 5px;
}

.poster {
    border-bottom: 4px solid #ac1b1b;
    border-top: 4px solid #ac1b1b;
  
    width:100%
}

.poster img {
    width: 100%;
}

.bnr-btm {
 /*    background: url(../img/bnr-bottom-bg.png) no-repeat center; */
    background-size: cover;
}

.aloneescort {
    background: #fff;
    padding: 30px;
    height: auto;
    width: auto;
    overflow: auto;
    background: #000000;
    /* background: -webkit-linear-gradient(to right, #61045f7a, #aa076b99);
    background: linear-gradient(to right, #61045f7a, #aa076b99); */
    border: 1px solid #000000 !important;
}

.available-today-bottom-img {
    padding: 20px;
    background: #AA076B;
    background: -webkit-linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background:linear-gradient(87deg, #4b1b1b, #ac1b1b, #622525);
    border: 1px solid #ac1b1b;
}

.available-today-bottom-img img {
    width: 100%;
}

.detail-cont {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    background: #000;
    padding: 10px;
    box-shadow: 0 1px 2px 0 #540f01, 0 1px 3px 1px #540f01;
    border: 1px solid #ffff00 !important;
}

.girl-img {
    overflow: hidden;
    border: 1px solid #574113;
}

.girl-img img {
    position: relative;
    display: block;
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.girl-text h3 {
    font-size: 12px;
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 2px;
    padding-right: 2px;
    /* font-family: 'Gabriela', serif; */
}
.scroll-up-btn:focus {
    outline: none !important;
}
.girl-text {
    padding: 10px 0px;
    background: #AA076B;
    background: -webkit-linear-gradient(to right, #fffdd0, #800000, #ffc0cb);
    background: linear-gradient(to right, #fffdd0, #800000, #ffc0cb);
    background: linear-gradient(87deg, #fffdd0, #800000, #ffc0cb);
    border: 1px solid #ffff00 !important;
    text-align: center;
    margin-top: 10px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.detail-cont:hover .girl-text {
    background: #AA076B;
    background: -webkit-linear-gradient(to right, #61045F, #AA076B);
    background: linear-gradient(to right, #61045F, #AA076B);
    background: linear-gradient(to right, #fffdd0, #800000, #ffc0cb);
    border-color: #ffff00 !important;
    
}

.detail-cont:hover .girl-text h3,
.detail-cont:hover .girl-text h4 {
    color: #fff;
}

.girl-text h4 {
    font-size: 14px;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 600;
    font-family: 'Gabriela', serif;
    padding: 0;
}

.detail-cont:hover .girl-img img {
    -webkit-transform: scale(1.1, 1.1) rotate(3deg);
    -ms-transform: scale(1.1, 1.1) rotate(3deg);
    -o-transform: scale(1.1, 1.1) rotate(3deg);
    -moz-transform: scale(1.1, 1.1) rotate(3deg);
    transform: scale(1.1, 1.1) rotate(3deg);
}

.border-top-img {
    padding-bottom: 10px;
}

.border-bottom-img {
    padding-top: 10px;
}

.escorts-area-list h4 {
    min-width: calc(25% - 10px);
    margin: 0 4px 10px 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
 
    transition: all 0.3s ease-in-out;
    font-family: 'Gabriela', serif !important;
    border-radius: 50px;
    background: #AA076B;
    background: -webkit-linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient( 
87deg
 , #4b1b1b, #ac1b1b, #622525);
    border: 1px solid #ac1b1b;
 
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
}

.escorts-area-list a {
    display: block;
    padding: 10px 20px !important;
    border-radius: 50px;
    color: #fff !important;
    font-family: serif;
    font-size: 16px;
    font-weight: 600;
}

.escorts-area-list {
    padding: 30px;
    border: 1px solid #ac1b1b;
    text-align: center;
    margin: 0 0 20px 0;
    background: #ac1b1b;
    background: -webkit-linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient(
87deg
, #4b1b1b, #ac1b1b, #622525);
}

.escorts-area-list a:hover {
    color: #fff !important;
    background: #AA076B;
    background: -webkit-linear-gradient(to right, #61045F, #AA076B);
    background: linear-gradient(to right, #61045F, #AA076B);
    border-color: #d64699;
    text-decoration: none;
}
 .img-fluid {
     max-width: 100%;
     height: auto;
 }

.scroll-up-btn {
    position: fixed;
    z-index: 999;
    right: 0px !important;
    bottom: 50px;
    background-color: transparent;
    border: none;
}

but

.bangalore-escorts-area h2 {
    letter-spacing: calc(.5vw + 2px);
    margin-bottom: 15px;
    font-size: 30px !important;
    background: #ac1b1b;
    border: 1px solid #ac1b1b;
    color: #fff !important;
    font-family: 'Abril Fatface', cursive !important;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 20px 0;
}

.unique-links .uni-hair {
    background: #AA076B;
    /* background: -webkit-linear-gradient(to right, #61045F, #AA076B) !important;
    background: linear-gradient(to right, #61045F, #AA076B) !important; */
    background: linear-gradient( 87deg, #4b1b1b, #ac1b1b, #622525);
    border: 1px solid #ac1b1b !important;
}

.butt-pad {
    width: 80%;
    margin: 0 auto;
    height: auto;
}

.but-pad-cont {
    background: url(../img/hero-img.jpg) no-repeat fixed top;
    padding: 100px 0;
    margin-bottom: 30px;
    margin-top: 30px;
}




.blogbox h2 {
    font-family: 'Gabriela', serif !important;
    color: #fff !important;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.blogbox {
    margin-top: 30px;
    margin-bottom: 30px;
}

footer {

    border-top: 3px solid #ac1b1b;
    margin-top: 40px;
    /* padding-bottom: 20px; */
    background-size: cover;
}

footer img {
    margin: 0 auto;
}

.ftr-logo {
    padding: 30px 0;
}

.ftr-menu ul {
    display: table;
    float: none;
    margin: 0 auto;
}

.ftr-menu ul li {
    float: left;
    margin-right: 30px;
    list-style-type: none;
}

.ftr-menu ul li a {
    color: #e4b758;
    font-family: 'Gabriela', serif;
}

.ftr-menu ul li:last-child {
    margin: 0;
}

.ftr-menu h6 {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}

.ftr-menu h6 a {
    color: #e4b758;
}

.sofeeya {
    text-align: center;
    padding: 30px 0;
}

.sofeeya h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 40px !important;
    color: #d80f7e;
}

.sofeeya h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Gabriela', serif !important;
    color: #7e5923;
}

.sofeeya h3 a {
    color: #7e5923;
}

.sofeeya h3 a:hover {
    color: #e4b758;
}

.sofeeya-cnct {
    font-family: 'Gabriela', serif;
    text-transform: capitalize;
    padding: 15px 60px !important;
    margin-right: 15px;
    border-radius: 50px;
    background: #AA076B;
    background: -webkit-linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient(to right, #7e5923, #fed167, #7e5923);
    background: linear-gradient( 
87deg
 , #4b1b1b, #ac1b1b, #622525);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ac1b1b;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s eas-in-out;
}

.sofeeya-cnct:hover {
    color: #fff;
    background: #AA076B;
    background: -webkit-linear-gradient(to right, #61045F, #AA076B);
    background: linear-gradient(to right, #61045F, #AA076B);
    border-color: #d64699;
}

.sofeeya-bg {
    background: url(../img/pune-escorts.jpg) right top no-repeat;
    background-size: cover;
  
}

.view-btn {
    text-align: center;
    margin: 20px 0 40px 0;
}

.view-btn a {
    font-family: 'Gabriela', serif;
    text-transform: capitalize;
    padding: 12px 10px !important;
    margin-right: 15px;
    border-radius: 50px;
    background: #AA076B;
    background: -webkit-linear-gradient(to right, #fffdd0, #800000, #ffc0cb);
    background: linear-gradient(to right, #fffdd0, #800000, #ffc0cb);
    background: linear-gradient(87deg, #fffdd0, #800000, #ffc0cb);
    border: 1px solid #ffff00 !important;
    color: #fff !important;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
    text-align: center;
}

.other-city-escorts {
    background: url(../img/chennai-escorts-service.jpg) no-repeat;
}

.other-city-text {
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m0 {
    margin: 0 !important;
}

@media (max-width:1199px) {
    .logo {
        display: none !important;
    }
    .menu_cont .navbar-nav>li>a {
        margin-top: 0;
        padding: 15px 18px;
    }
    .menu_cont {
        padding: 20px 0;
    }
    .menu_cont .navbar-nav>li:nth-child(4)>a {
        margin-right: 15px !important;
    }
    .book-btn .colortxtbox {
        text-align: center !important;
    }
    .click-nav ul li a {
        font-size: 12px !important;
    }
    .gallery-text-holder .gallery-name,
    .gallery-text-holder .gallery-rate {
        font-size: 14px !important;
    }
    .booknowbox {
        text-align: center !important;
        margin-top: 15px;
        width: 100% !important;
    }
    .girl-text h4 {
        font-size: 13px;
    }
    .blogbox img {
        width: 100%;
    }
    .ftr-menu ul li {
        float: left;
        margin-right: 25px;
    }
    .sofeeya h2 {
        font-size: 38px !important;
    }
}

@media (max-width:991px) {
    .menu_cont .navbar-nav>li>a {
        padding: 10px 11px !important;
        margin-right: 13px;
    }
    .girl-text h4 {
        font-size: 10px;
    }
    .click-nav ul .clicker {
        font-size: 14px !important;
    }
    .click-nav ul li a {
        line-height: 25px !important;
    }
    .colortxtbox {
        float: none !important;
        text-align: center !important;
        width: 100% !important;
    }
    .booknowbox {
        text-align: center !important;
        width: 100% !important;
    }
    .welcome {
        padding: 50px 0 !important;
    }
}

@media (max-width:991px) {
    .menu_cont .navbar-nav>li>a {
        padding: 10px 10px !important;
        margin-right: 8px;
    }}
@media (max-width:767px) {
    .menu_cont {
        background: #000;
    }
    .girl-text h4 {
        font-size: 14px;
    }
    .phone-number {
        border: 2px solid #f8951d !important;
        font-family: 'Gabriela', serif !important;
        border-radius: 50px;
        padding: 15px 0;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 24px;
        margin-top: 15px;
        /* background: -webkit-linear-gradient(to right, #61045F, #AA076B);
        background: linear-gradient(to right, #61045F, #AA076B); */
        background: linear-gradient(
87deg
, #4b1b1b, #ac1b1b, #622525);
        border: 1px solid #ac1b1b !important;
    }
    .menu_cont .navbar-nav>li>a {
        border: 1px solid #f8951d;
    }
    .navbar-toggle {
        font-family: 'Gabriela', serif !important;
    }
    .book-btn .colortxtbox {
        background: none;
        color: #fff !important;
        font-size: 20px;
        line-height: 28px;
    }
    .spaced {
        font-size: 25px !important;
    }
    .cllbox,
    .blaob,
    .chose {
        float: none !important;
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .emial {
        float: none !important;
    }
    .sofeeya h2,
    .sofeeya h3 a {
        color: #fff !important;
    }
}

@media (max-width:499px) {
    .mobile-banner {
        display: block;
    }
    .banner {
        display: none;
    }
    .spaced {
        font-size: 20px !important;
    }
    .welcome {
        padding: 15px 0 !important;
    }
    .other-city-escorts {
        background-size: cover;
        padding: 30px 0;
    }
    .mobile-view {
        width: 50% !important;
    }
    .aloneescort {
        padding: 10px 0px;
    }
    .book-btn .colortxtbox {
        font-size: 16px;
    }
    .booknowbox a {
        display: block;
        text-align: center;
        padding: 15px 45px !important;
    }
    .escorts-area-list a {
        display: block;
        min-width: calc(100% - 10px);
    }
    .escorts-area-list {
        padding: 10px;
    }
    .ftr-menu ul li {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
    }
    .ftr-menu ul li a {
        text-align: center;
    }
    .sofeeya h2,
    .sofeeya h3 {
        font-size: 21px !important;
    }
    .view-btn a {
        padding: 15px !important;
    }
    .bangalore-escorts-area h2 {
        color: #000 !important;
    }
    .view-btn a {
        display: block;
        text-align: center;
    }
    .cllbox,
    .blaob,
    .chose {
        padding: 10px !important;
    }
    .blogbox p {
        text-align: center;
    }
    .available-today-bottom-img {
        padding: 5px;
    }
}

h2.dsgn {
    text-align: center;
    padding-bottom: 20px;
}
 footer p>a{
    color: #eaff00 !important;
 }

 footer p>a:hover {
    color: #ff0045 !important;
 }
.copyright a{
    color: #eaff00 !important;
}
.copyright a:hover {
    color: #ff0045 !important;
}