.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border: 3px double #43f2fe
}

.navbar>.container {
  width: 100%;
  display: contents;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.collapse:not(.show) {
  display: none
}

.navbar-brand img{
  width: 160px;
  height: 90px;
}

@media (min-width: 992px) {
  nav .navbar-collapse {
      justify-content:flex-end
  }

  .navbar-expand-lg .navbar-toggler {
      display: none
  }

  .navbar-expand-lg .navbar-collapse {
      display: flex!important;
      flex-basis: auto
  }

  .navbar-expand-lg .navbar-nav {
      flex-direction: row
  }
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: #ea1515
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.m-auto {
  margin: auto!important
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #000000;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}


.navbar-nav a {
  margin: 5px;
  border: 6px double #000000;
  border-radius: 30px 30px 0px 0px;
}


nav {
  background-color: #f9ffc8;
}











.gurgaongirl h2 {
  background-color: #f9ffc8;
  text-align: center;
  font-family: initial;
  font-size: 40px;
  margin-top: -50px;
}

.gurgaongirll h2{
  background-color: #f9ffc8;
  text-align: center;
  font-family: initial;
  font-size: 40px;
  margin: 20px;
}

.gurgaongirl h1 {
  background-color: #f9ffc8;
  text-align: center;
  font-family: initial;
  font-size: 40px;
 
}

.gurgaongirl h3 {
  background-color: #f9ffc8;
  text-align: center;
  font-family: initial;
  font-size: 30px;
  margin-top: -30px;
  margin-bottom: 30px;
}


.gurgaongirls h5 {
  background-color: #f9ffc8;
  text-align: center;
  font-family: initial;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 15px;
}


.gurgaongirl img {
  width: 100%;
  object-fit: cover;
  background: #f9ffc8;
}




table {
  width: 100%;
  border-collapse: collapse;
  margin-top: -25px;
  margin-top: 10px;
}


th {
  background-color: #f9ffc8;
}


td, th {
  border: 1px solid #ddd;
  color: #fff !important;
}


td {
  color: #000000 !important;
}

td, th {
  border: 3px solid #000000;
  color: #000000 !important;
  font-size: 20px;
}

button {
  color: #000000;
  padding: 10px 12px;
  border: none;
  border-radius: 4px;
}
















.ribbu h4{
  background-color: #f9ffc8;
    text-align: center;
    font-family: initial;
    font-size: 40;
}


.commonPaddingTB {
  padding: 39px 10px;
}

.footerBorder {
  color: #000000;
  font-family: ui-monospace;
  padding: 10px;
  border-radius: 20px 20px 20px 20px;
  font-size: 20px;
}


.footerBorder img {
  height: 400px;
  background-color: gold;
  padding: 4px;
  object-fit: cover;
}


.radenn img{
  margin-top: 10px;
  background-color:red ;
}


















.kamiya h4 {
  background: #eeffa5;
  text-align: center;
  font-size: 30px;
  font-family: fantasy;
}












.profile-items {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 15px;
  margin: 10px;
  background-color: #ff0016;
}

.profile-items img {
  width: 100%;
  border-radius: 30px;
  height: 400px;
  object-fit: cover;
}

.profile-items .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(247 13 119 / 40%);
  transition: 1.3s;
  opacity: 0;
  visibility: hidden;
  display: block;
  align-items: center;
  justify-content: center;
}

.profile-items:hover .mask {
  opacity: 1;
  visibility: visible;
  padding: 10px
}

.profile-items .mask h4 {
  color: #fff;
  font-size: 30px;
  margin: 20px;
  text-align: center;
  margin-top: 200px;
}


.my-buttoo .a{
  text-align: center;
  background: #43f2fe;
}


.profile-items .mask p {
  color: #fff;
  align: center;
  text-align: center
}


























.services-box {
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #ffffff;
}
.service
{
  margin: 8px;
  display: flex;
  width: 100%;

}

.flip-box {
  background-color: #f3d25d;
  width: 300px;
  height: 200px;
  border: 4px solid #000000;
  border-radius: 10px;
  margin: 5px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #c4fdff;
  color: #000000;
  border-radius: 10px;
  font-size: 20px;
  font-family: inherit;
}

.flip-box-front img
{
  height: 50px;
  width: 50px;
}

.flip-box-back {
  background-color: #ffffff;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}
.flip-box-back p {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .flip-box {
    height: 125px !important;
  }
  .service {
    display: contents;
  }
}











.sai-part {
  margin: 0 auto;
  padding: 2% 2%;
  width: 96%;
  float: left;
  border-radius: 7px;
  margin-bottom: 20px;
}



.saibx {
  margin: 0 auto;
  padding: 1% 1%;
  width: 48%;
  float: left;
}


.sai-part h4 {
  font-size: 36px;
  color: #ff0000;
  padding: 8px 0;
  font-weight: 600;
}

.sai-part p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 5px 0 10px;
}


.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}



@media screen and (min-width: 320px) and (max-width: 480px) {
  .saibx {
      width: 98%;
  }
}















.bggg{
  background: #eeffa5;
  color: #000000;
}

.lovly{
 max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}


.lovly h2 {
  margin: 0 0 1.5rem;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.5;
  color: #242d3c;
}





.escorts{
  color:#fff;
   font-size:15px;
   position:relative;
    overflow:hidden;
     margin-bottom:2rem;
      padding-bottom:105px;
       -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
      }

      .escorts img{
        height: 500px;
        width: 100%;
        object-fit: cover;
            }

.escorts figure{
  position:relative;
}

.escorts:hover .escort_content ul{
  max-height:165px; 
  opacity:1;
}

.escort_content{
  position:absolute;
  left:0;
   right:0;
    bottom:0; 
  padding:20px 20px 0px 20px;
   z-index:10; 
   background:#eeffa5;
  }


.escort_content ul{
  padding:10px 20px;
   background:#2ffc0f;
    margin:0 -20px;
     max-height:0;
      opacity:0;
       position:relative;
        -webkit-transition: max-height 0.4s ease-in-out 0s, opacity 0.3s ease-in-out 0.3s;
         transition: max-height 0.4s ease-in-out 0s, opacity 0.3s ease-in-out 0.3s;
        }

.escort_content ul li{
  margin:5px 0px;
   padding:0;
    list-style:none;
    color:#fff;
  }

.escort_content ul li span{
  display:inline-block;
   width:170px; font-weight:700;
  }

.name{
  font-size:25px;
   color:#242d3c;
    font-weight:700;
     margin-bottom:5px;
     line-height:normal;
    }

.name span{
  float:right;
   font-weight:600;
    font-size:15px;
     color:#f51b0b;
      margin-top:8px;
    }

.type{
  color:#ee0d0d;
   font-weight:500;
    -webkit-transition:ease-in-out 0.4s;
     transition:ease-in-out 0.4s;
    }

.escorts:hover .type{
  margin-bottom:25px;
}

.rating{
  background:rgba(13, 255, 0, 0.5);
   padding:9px 0; text-align:center;
    position:absolute; left:-1px;
     right:-1px; top:-48px;
    }

.star{
  margin:0 2px;
   background:url(../image/starr.png);
    width:15px;
     height:15px;
     background-size:100%;
      display:inline-block;
    }

.half_star{
  margin:0 2px;
   background:url(../image/star.png);
    width:15px;
     height:15px;
      background-size:100%;
       display:inline-block;
      }


.Romantic h4{
  background-color: #f9ffc8;
  text-align: center;
  font-family: initial;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 15px;
}
      





.shadow-img img{
  width: 100%;
  height: 100%;
}




    .heading {
      color: #000000;
      font-size: 36px;
      font-weight: 600;
      text-align: center;
  }


  .bs-example {
    margin: 10px 0;
}

.card {
  background-color: #fa2b2b;
  box-shadow: rgb(0 0 0 / 24%) 0px -10px 1px;
  overflow: hidden;
  border: 10px double #00fff3;
}


.card-img-top {
  border-radius:20px;
  object-fit: cover;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}


.card-body a {
  color: #000000;
  font-size: 22px;
  font-family: Philosopher;
  font-weight: 700;
  position: relative;
  bottom: 5px;
}


.card-text {
  color: #fff;
  line-height: 28px;
  font-size: 17px;
  font-weight: normal;
}



.btns {
  display: flex
;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 10px;
}



.social-btn i {
  color: #fff;
}







.social-btn, a.profile-btn {
  width: 30%;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #fff;
}


a.profile-btn {
  background-color: #ffff38;
  color: #000;
  margin: 0 25px;
}

.btn-whatsapp {
  background-color: #21ef46;
}


.btn-call {
  background-color: #1102b6;
}













.dg-title-1, .title {
  color: #fd013a !important;
  text-align: center;
  display: block;
  margin: 0 auto 15px;
  padding: 10px;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}


.dg-title-1:after, .title:after {
  content: "";
  height: 35px;
  width: 100%;
  display: block;
  padding-bottom: 10px !important;
  margin: 10px 0 0;
  background: url("#") top center no-repeat;
}














/* faq design*/

.faq-sec {
  padding: 50px 0;
}

.faq_div .cmn-hd {
  text-align: left;
}

.faq_div .cmn-hd h2 {
  position: relative;
}

.faq_div .cmn-hd::after {
  display: none;
}

.faq_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 120px 20px 120px;
}

.faq_div .cmn-hd h2::after {
  background-color: rgb(233 142 11);
  position: absolute;
  left: 40px;
  bottom: -20px;
  width: clamp(51px, 5.32vw, 102px);
  height: 2px;
  content: '';
  transform: translateX(-50%);
}

.faq-accordian-div {
  margin: 0 calc(0% - clamp(9px, 0.94vw, 18px));
}

.faq-item {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%;
  padding: 0 clamp(10px, 0.94vw, 18px)
}

.faq-item details {
  border-bottom: 1px solid #000;
}

.faq-item h3 {
  font-size: clamp(18px, 1.15vw, 22px);
  margin-bottom: 0
}

.faq-item h3:hover {
  color: #d50105;
}

.faq-item summary {
  list-style: none;
  padding: 15px 42px 15px 8px;
  position: relative;
  cursor: pointer;
  transition: 0.3s
}

.faq-item summary:before {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000;
  top: calc(50% - 1px);
  right: 0;
  content: '';
  border-radius: 4px;
  transition: 0.3s;
}

.faq-item summary:after {
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  top: calc(50% - 10px);
  right: 9px;
  content: '';
  border-radius: 4px;
  transition: 0.3s;
  transform: rotate(0deg);
}

.faq-item [open] summary:after {
  transform: rotate(90deg);
}

.faq-ans {
  padding: 0px 42px 20px 8px;
  position: relative;
  animation: sweep .5s ease-in-out;
}









.box {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding: 35px;
  border-radius: 60px;
  background: linear-gradient(to left bottom, #fffe00, #ffe900, #f36464, #ffffff, #fb1616);
}
.box p {
  color: #000000;
  font-size: 25px;
  text-align: center;
  line-height: 31px;
  margin-top: 20px;
}
.icon {
  transition: 1s;
  width: 60px;
  height: 60px;
  background: #11f23a;
  border-radius: 60%;
}
.icon i {
  text-align: center;
  line-height: 65px;
  display: block;
  font-size: 30px;
  color: crimson;
}
.box:hover .icon{
  transform: rotate(360deg);
  transition: 3s;
}














.banners img{
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;


}





















.find_bg {
  padding-top: 0;
}


.find_bg h4 {
  font-size: 15px;
  text-transform: uppercase;
}

.find_bg ul {
  margin: 0 0 30px 25px;
  padding: 0;
}

.find_bg ul li {
  margin: 15px 0;
  padding: 0;
}

.boxi .btn {
  border-radius: 5px;
  padding: 13px 15px;
}

.btnni {
  background: #000000;
  color: #790003;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 13px 30px 13px;
  border-radius: 30px;
  border: none;
  position: relative;
  cursor: pointer;
  display: inline-flex
;
}


.boxi {
  background: #fafb95;
  border-radius: 10px;
  padding: 41px 16px;
  box-shadow: 0 0 16px rgb(255 20 26 / 70%);
  margin: 10px;
}


.circle {
  width: 150px;
  height: 130px;
  border-radius: 50%;
  background: #000000;
  box-shadow: 0 0 30px rgb(255 70 91 / 60%);
  display: flex
;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 35px;
}


.circle h4 {
  margin-bottom: 0;
  text-align: center;
  font-size: 19px;
  color: cyan;
}










.label a {
  color: #ffffff;
  font-size: 13px;
}



.label-default {
  background-color: #f40e0e;
}


.label {
  display: inline;
  padding: .2em .6em .3em;
  font-weight: 700;
  line-height: 2.2;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin: 5px;
}


.label-info {
  background-color: #07d412;
}


.label-warning {
  background-color: #ff5e00;
}

.label-danger {
  background-color: #210a9491;
}

.label-success {
  background-color: #ff22aa;
}

.label-primary{
  background-color: rgb(0, 0, 0);
}











.page-wrapper
{
  background: #ecf769;
    width: 100%;
}




footer p, footer strong, footer b, footer {
  color: #ffffff;
  font-size: 20px;
}

.footer-top {
    background: #303030;
    background-size: cover;
    background-position: center;
    padding: 0 0 20px;
    font-family: rubik;
  padding-top:30px;
  
}

.footer-top, .footer-bottom {
    background-color: #8f7f6e
}

.footer-bottom {
  padding: 15px 0;
  border-top: 5px solid #ecff41;
  background-color: #de0a0a !important;
  color: #16fff0;
  font-family: rubik;
}

.footer-site-info {
    font-size: 92.86%;
}
#footer-navigation, #footer-navigation li a:hover, .custom-footer, .custom-footer li a:hover {
    color: white;
}

#footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}

.footer-bottom ul {
    margin: 0;
}
.inline-inside {
    font-size: 0;
    line-height: 0;
}

#footer-menu li {
    display: inline-block;
    padding: 0 21px;
    position: relative;
    line-height: 1;
}

#footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}

#footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}
#footer-menu li+li:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    font-size: 0;
    border-left: 1px solid #232234;
    border-right: 1px solid #333146;
}



#footer-socials {
    text-align: right;
}

#footer-socials .socials {
    text-align: right;
    margin: 0 -7px;
    display: inline-block;
    vertical-align: middle;
}

a.socials-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 5px;
    line-height: 16px;
    padding: 10px;
    border-radius: 50%;
    background-color: #141421;
    border: 1px solid #2e2e4c;
    box-shadow: 3px 9px 16px rgb(0,0,0,0.4), -3px -3px 10px rgba(255,255,255, 0.06), inset 14px 14px 26px rgb(0,0,0,0.3), inset -3px -3px 15px rgba(255,255,255, 0.05);
}

.socials-item i {
    display: inline-block;
    font-weight: normal;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}

.facebook {
    color: #4e64b5;
}

.twitter {
    color: #00aced;
}
.instagram {
    color: #9a8f62;
}
.youtube {
    color: #c82929;
}

.telegram {
    color: #2ca5e0;
}


a.socials-item:hover {
    box-shadow: 0 0px 20px rgba(84, 1, 74, 0.7);
    border-color: rgba(255, 6, 224, 0.61);
    background: linear-gradient(to right, rgba(255, 9, 9, 0.12941176470588237), #c000ffb5, rgba(255, 0, 94, 0.14));
}

.footer-bottom a:hover {
    color: white;
}


footer p, footer li {
    font-size: 15px;
    line-height: 22px;
}


.widget {
    margin-bottom: 50px;
}

.footer-title {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  padding-bottom: 15px;
  font-size: 26px;
  position: relative;
}

.footer-title:after {
  width: 50px;
  background: #ff0000;
  opacity: 30.2;
  height: 5px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.gem-contacts-item {
  padding-top: 10px;
  font-size: 20px;
}

.gem-contacts-item i {
    padding-right: 10px;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
}

.posts li {
  border-bottom: 5px solid #ff0404;
  padding-bottom: 12px;
  padding-top: 6px;
  font-size: 20px;
}

footer p, footer li {
    font-size: 15px;
    line-height: 22px;
}

.gem-pp-posts-date {
    color: #00bcd4;
    font-size: 89.5%;
}

footer p {
    line-height: 24px;
    margin-bottom: 10px;font-size: 15px;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
    padding: 7px!important;
    width: 100%;
}

.wpcf7-form-control-wrap input {
    background: #1c1f2f;
    overflow: hidden;
    border: 1px solid #2e344d;
    background-color: #1c1f2f;
    box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03);
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}

.wpcf7-form-control-wrap input:hover {
    background-color: transparent;
    box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03), inset 14px 14px 70px rgb(0,0,0,0.2), inset -15px -15px 30px rgba(255,255,255, 0.04);
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.wpcf7 .wpcf7-form .contact-form-footer textarea {
    height: 160px;
    width: 100%;
}

.wpcf7-form-control-wrap textarea:hover {
    background-color: transparent;
    box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03), inset 14px 14px 70px rgb(0,0,0,0.2), inset -15px -15px 30px rgba(255,255,255, 0.04);
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.wpcf7-form-control-wrap textarea {
    background: #1c1f2f;
    overflow: hidden;
    border: 1px solid #2e344d;
    background-color: #1c1f2f;
    box-shadow: 10px 10px 36px rgb(0,0,0,0.5), -13px -13px 23px rgba(255,255,255, 0.03);
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit {
    width: 100%;
    padding: 11px;
    margin: 0;
    line-height: 0;
}
.wpcf7-form .contact-form-footer .wpcf7-submit {
    background-color: #394050;
    color: #99a9b5;
    border: none;
    cursor: pointer;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s;
    letter-spacing: 2px;
    color: rgba(255,255,255,.5);
    box-shadow: none;
    text-transform: uppercase;
    outline: none !important;
    background-color: #1c1f2f;
    border-radius: 5px;
    min-width: 140px;
    box-shadow: 3px 9px 16px rgb(0,0,0,0.4), -3px -3px 10px rgba(255,255,255, 0.06), inset 14px 14px 26px rgb(0,0,0,0.3), inset -3px -3px 15px rgba(255,255,255, 0.05);
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #2e344d;
    transition: all 0.3s ease-in-out 0s;
}

.wpcf7-form input[type=submit] {
    height: 40px;
    line-height: 21px;
    padding: 10px 40px;
    font-size: 14px;
}

.posts li a {
    color: #ffffff;
}

.wpcf7-form .contact-form-footer .wpcf7-submit:hover {
    box-shadow: 0 0px 20px rgba(84, 1, 74, 0.7);
    border-color: rgba(255, 6, 224, 0.61);
    background: linear-gradient(to right, rgba(255, 9, 9, 0.12941176470588237), #c000ffb5, rgba(255, 0, 94, 0.14));
    color: white;
}


.widget_gallery a {
    display: inline-block;
}
footer .widget ul {
    list-style: none;
    margin-top: 5px;
}
.widget_gallery ul {
    padding-left: 0;
    display: table;
}

.widget_gallery li {
    display: inline-block;
    width: 33.33%;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 2px;
}

.widget_gallery.gallery-grid-4 li {
    width: 40%;
}

#waterdrop {
  height: 50px;
}

#waterdrop canvas {
    bottom: -70px !important;
}

.footer-site-info
{
  padding-top: 10px;
}









.whatsapps a {
  background: #0b8a13;
  font-size: 22px;
  width: 150px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  margin-right: 10px;
}


.call a {
  background: blue;
  font-size: 22px;
  width: 150px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 60px;
  margin-right: 10px;
}