.dropdown-toggle:hover ~ .dropdown-menu{
    display: block !important;
}
.dropdown-menu:hover{
    display: block !important;
}

.owl-dots{
    position: absolute;
    bottom: 5rem;
    right: 3rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.3);
}


/* Who are we About Us End */
/* Gallery Start */
.gallery_section {
    width: 100%;
    padding: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            margin-bottom: 3rem;
  }
  
  .gallery_section .container {
    width: 100%;
    height: 100%;
  }
  
  .gallery_section .container .section_title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: 'Dancing Script', cursive;
    color: crimson;
  }
  
  .gallery_section .container .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .gallery_section .container .row a {
    width: 100%;
    overflow: hidden;
    padding: 1rem;
    border-radius: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  
  .gallery_section .container .row a img {
    width: 100%;
    border-radius: 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .gallery_section .container .row a img:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  
  /* Gallery End */
  /* Gallery Styling Start */
  .mfp-container::before {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
    left: 0;
  }
  
  .mfp-container::after {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    right: 0;
  }
  
  .mfp-arrow {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .mfp-arrow:hover {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  
  /* Gallery Styling End */

.bg-bread{
    background-image: url('../img/banners/carosaul3.jpg');
    padding: 3rem;
}






@media only screen and (max-width: 600px) {
    .owl-dots,.top-address{
       display: none;
    }
    .contact-top{
        font-size: 0.8rem;
        padding-bottom: 1rem;
    }
  }


  
/* what's App Link Button */
.whats-app-fixed-area > .whats-app-btn > a {
  position: fixed;
  left: 5%;
  bottom: 20%;
  width: 50px;
  height: 50px;
  z-index: 9999999999999999;
  transform-origin: center center;
  transition: all 300ms ease-in-out;
  transform: scale(.9);
}
.whats-app-fixed-area > .whats-app-btn > a:hover{
  transform: scale(1);
}

.whats-app-fixed-area > .whats-app-btn > a:before{
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
border : 1px solid #077703;
border-radius: 50%;
animation: animate 2s linear infinite;
}
.whats-app-fixed-area > .whats-app-btn > a:after{
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
border : 1px solid #fff;
border-radius: 50%;
animation: animate 2s 1s linear infinite;
}
@keyframes animate{
100%{
  transform: scale(2);
  opacity: 0;
}
}
@keyframes call{
50%{
  transform: rotate(50deg) scale(1);
}
100%{
  transform: rotate(100deg) scale(1);
}
}



/* Call us Link Button */
.call-us-fixed-area > .call-us-btn > a {
  position: fixed;
  left: 5%;
  bottom: 32%;
  width: 50px;
  height: 50px;
  z-index: 9999999999999999;
  transform-origin: center center;
  transition: all 300ms ease-in-out;
  transform: scale(.9);
}
.call-us-fixed-area > .call-us-btn > a:hover{
  transform: scale(1);
}

.call-us-fixed-area > .call-us-btn > a:before{
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
border : 1px solid #000;
border-radius: 50%;
animation: animate 2s linear infinite;
}
.call-us-fixed-area > .call-us-btn > a:after{
position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
border : 1px solid #fff;
border-radius: 50%;
animation: animate 2s 1s linear infinite;
}

.top-nav{
  background-color: #4ac3c9;
}