@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/

*{
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.navbar-brand img{
    width: 85px;
}
.bg2 {
    max-width: 1140px;
    background: #08086f;
    padding: 40px 25px;
}
nav.navbar.navbar-expand-lg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #03a1dd85;
    width: 100%;
}
.banner_img img{
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}
.loc a {
    width: 100%;
    display: block;
    background: #ffb000;
    color: #404040;
    font-family: 'Montserrat';
    text-align: center;
    padding: 2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.loc a:hover{
    text-decoration: none;
    background: #333;
    color: #fff;
}
.loc {
    margin-top: 20px;
}
.loc img{
    width:  100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-light .navbar-brand {
    color: rgb(255 176 0);
    font-family: 'Montserrat';
    font-size: 23px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Montserrat';
}
img {
  object-fit: cover;
}
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: 'Teko', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
/* ======= Homepage slider ======= */

/*new add code*/
.untitled {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.untitled {
  position: relative;
  width: 100%;
  -webkit-animation: rotateHue infinite 20s linear;
          animation: rotateHue infinite 20s linear;
  -webkit-animation-delay: 0.625s;
          animation-delay: 0.625s;
}
@-webkit-keyframes rotateHue {
  0% {
    filter: hue-rotate(0deg);
  }
  20% {
    filter: hue-rotate(0deg);
  }
  25% {
    filter: hue-rotate(90deg);
  }
  45% {
    filter: hue-rotate(90deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  70% {
    filter: hue-rotate(180deg);
  }
  75% {
    filter: hue-rotate(270deg);
  }
  95% {
    filter: hue-rotate(270deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
@keyframes rotateHue {
  0% {
    filter: hue-rotate(0deg);
  }
  20% {
    filter: hue-rotate(0deg);
  }
  25% {
    filter: hue-rotate(90deg);
  }
  45% {
    filter: hue-rotate(90deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  70% {
    filter: hue-rotate(180deg);
  }
  75% {
    filter: hue-rotate(270deg);
  }
  95% {
    filter: hue-rotate(270deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.untitled__shutters {
  position: absolute;
  height: 150vmax;
  width: 150vmax;
  left: calc(50% - 75vmax);
  top: calc(50% - 75vmax);
  pointer-events: none;
  z-index: 2;
  -webkit-animation: rotateFrame 10s linear infinite;
          animation: rotateFrame 10s linear infinite;
}
@-webkit-keyframes rotateFrame {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotateFrame {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.untitled__shutters:before, .untitled__shutters:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-color: #0187b9;
  pointer-events: auto;
}
.untitled__shutters:before {
  bottom: 50%;
  -webkit-animation: openTop 5s infinite;
          animation: openTop 5s infinite;
}
@-webkit-keyframes openTop {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
@keyframes openTop {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, -65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
.untitled__shutters:after {
  top: 50%;
  -webkit-animation: openBottom 5s infinite;
          animation: openBottom 5s infinite;
}
@-webkit-keyframes openBottom {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
@keyframes openBottom {
  0% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  }
  40% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    transform: translate3d(-50%, 65vmax, 0);
    animation-timing-functon: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
            animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
}
.bg-color{
    color: #fff !important;
}
.side-image a img {
    width: 200px;
    display: block;
    margin: auto;
    padding: 10px;
}
.side-image a {
    margin-top: 20px;
    display: block;
    background: #010134;
}
.untitled__slides {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #0187b9;
}
.untitled__slide {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-animation: showHideSlide infinite 20s steps(1);
          animation: showHideSlide infinite 20s steps(1);
}
@-webkit-keyframes showHideSlide {
  0% {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }
  25% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}
@keyframes showHideSlide {
  0% {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }
  25% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
}
.untitled__slide:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.untitled__slide:nth-child(1) .untitled__slideBg {
  background-image: url('../images/slider/call-girls-baga-beach.jpg');
}
.untitled__slide:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.untitled__slide:nth-child(2) .untitled__slideBg {
  background-image: url('../images/slider/call-girl-goa.jpg');
}
.untitled__slide:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.untitled__slide:nth-child(3) .untitled__slideBg {
  background-image: url('../images/slider/sex-in-goa.jpg');
}
.untitled__slide:nth-child(4) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.untitled__slide:nth-child(4) .untitled__slideBg {
  background-image: url('../images/slider/call-girls-baga-beach.jpg');
}
.untitled__slideBg {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-color: #0187b9;
  background-blend-mode: hard-light;
  opacity: 1;
  z-index: -1;
  -webkit-animation: bgInOut 5s infinite;
          animation: bgInOut 5s infinite;
}
@-webkit-keyframes bgInOut {
  0% {
    transform: rotate(-45deg) scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  33% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  66% {
    transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
            animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  100% {
    transform: rotate(45deg) scale(0.9);
  }
}
@keyframes bgInOut {
  0% {
    transform: rotate(-45deg) scale(1.1);
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  33% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  66% {
    transform: rotate(0deg);
    -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
            animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  100% {
    transform: rotate(45deg) scale(0.9);
  }
}
.untitled__slideContent {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: white;
  font-family: "Abril Fatface", sans-serif;
  line-height: 0.8;
  letter-spacing: -0.025em;
  z-index: 2;
  opacity: 1;
  text-shadow: 0 0 0.5em rgba(179, 64, 26, 0.25);
  
}
.untitled__slideContent span {
  display: block;
  font-size: 15vmin;
}

.button {
  font-family: "Roboto Mono", sans-serif;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2vmin;
  display: inline-block;
  position: relative;
  border: 3px solid white;
  box-shadow: -0.5vmin 0.5vmin 0 rgba(255, 255, 255, 0.5);
  background: #0d47a1;
  margin-top: 5vmin;
  color: white;
  padding: 2vmin 2vmin 1.8vmin 2vmin;
  letter-spacing: 0.1em;
  text-shadow: none;
  line-height: 1;
  transform: translate3d(0.5vmin, -0.5vmin, 0);
  transition: all 100ms linear;
}
.button:hover {
  transform: translate3d(1vmin, -1vmin, 0);
  box-shadow: -1vmin 1vmin 0 rgba(255, 255, 255, 0.5);
  background: white;
  color: black;
}
.button:active {
  transform: translate3d(0px, 0px, 0);
  box-shadow: 0px 0px 0 rgba(255, 255, 255, 0.5);
}
/*new add code*/

.slider {
    position: relative;
    height: 100vh
}
.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.slider .swiper-slide-active {
    z-index: 3;
}
.slider .parallax-slider {
    position: relative;
}
.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 0;
    padding-bottom: 50px;
}
.slider .parallax-slider .swiper-slide:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000052;
    z-index: 9;
}
.caption.left{
    position: relative;z-index: 10;
}
.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
   opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider .parallax-slider .caption h1 {
    font-size: 100px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1em;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.slider .parallax-slider .swiper-slide-active .caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider .parallax-slider .caption p {
    font-size: 20px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.slider .setone {
    position: absolute;
    bottom: 8%;
    right: 40px;
    z-index: 8;
}
.slider .setone .swiper-nav-ctrl {
    color: #fff;
    font-size: 13px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: static;
}
.slider .setone .swiper-nav-ctrl:hover {
    
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.slider .setone .swiper-nav-ctrl:after {
    display: none;
}
.slider .setone.setwo {
    position: static;
}
.slider .setone.setwo .swiper-nav-ctrl {
    border-radius: 50%;
}
.slider .setone.setwo .next-ctrl {
    position: absolute;
    top: 45%;
    right: 30px;
    outline: none;
}
.slider .setone.setwo .prev-ctrl {
    position: absolute;
    top: 45%;
    left: 30px;
    outline: none;
}
.slider .swiper-pagination-fraction {
    display: none;
}
.slider .social-icon {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 8;
}
.slider .social-icon a {
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 12px;
    padding: 12px 13px 10px 13px;
}

.slider .social-icon a:hover {
     border: 1px solid rgba(255, 255, 255, 0.5);
}

/*slider end*/
.navbar-light .navbar-brand{
    color: rgb(255 255 255 / 90%);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}


/*breadcrumb*/
.breadcrumb-sec{
    position: relative;
}
.breadcrumb-sec:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}
.content-bd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.content-bd h1 {
    color: #fff;
    font-family: 'Montserrat';
}
.content-bd h1 span {
    font-family: 'Montserrat';
    color: #ff9900;
    background: #666262a6;
    padding: 6px 20px;
    border-radius: 5px;
}
.content-bd ul li{
    display: inline-block;
    color: #fff;
}
.breadcrumb-sec img {
    width: 100%;
    height: 550px;
}
.dark-bg{
    background: #131313;
}
/*breadcrumb*/

/*footer*/
.common-padding{
    padding: 25px 0;
}
.bg{
    background: #030305;
}
.footer-wrap h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
}
.footer-wrap h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #ffb000;
}
.footer-wrap ul {
    padding: 5px;
    list-style: none;
}
.footer-wrap ul li a{
    color: #f1f1f1;
    margin-bottom: 5px;
}
.footer-wrap ul li a {
    color: #f1f1f1;
    margin-bottom: 5px;
    display: block;
    padding: 3px;
    font-size: 17px;
    border-bottom: 1px solid #403f3fc7;
}
.footer-wrap ul li a:hover {
    color: #ffb000;
}
.footer-wrap .social-icon a {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.footer-wrap .social-icon a:hover{
    background: #ffb000;
    color: #000;
}
.footer-wrap p {
    color: #f1f1f1;
    margin-bottom: 10px;
    display: flex;
}
.footer-wrap p i{
    color: #ffb000;
    margin-right: 10px;
    font-size: 17px;
}
.footer-bottom p{
    text-align: left;
    color: #f1f1f1;
}
.footer-bottom p a{
    color: #ffb000;
}
.footer-bottom {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ffffff8c;
    padding-top: 30px;
    margin-top: 30px;
}
/*footer*/

.whatsapp a h5 i{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: 1px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: green;
}
#callme a i{
    position: fixed;
    bottom: 96px;
    right: 30px;
    z-index: 99;
    border: 1px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: blue;
}

@media screen and (max-width: 768px){
    .marquee-wrap ul li{
        display: inline-block;
        width: 100%;
        margin-right: 20px; 
    }
    .navbar-light .navbar-brand {
        color: rgb(255 176 0);
        font-family: 'Montserrat';
        font-size: 15px;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
        background: #ffb000;
    }
    .bg-light {
        background-color: #000000!important;
        position: relative;
        z-index: 999;
        width: 100%;
        padding: 20px;
    }
    .content-bd h1 {
        color: #fff;
        font-family: 'Montserrat';
        font-size: 14px;
    }
    .breadcrumb-sec img {
        width: 100%;
        height: 300px;
    }
}

.owl-item.active {
    opacity: 0.2;
}
.owl-item.active.center{
    opacity: 1;
}
.owl-nav{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
.owl-theme .owl-prev i, .owl-theme .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}
.owl-theme .owl-prev {
    left: 0;
}
.owl-theme .owl-next {
    right: 0;
}
.owl-theme .owl-prev, .owl-theme .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.top-ban img{
    width: 100%;
    border-radius: 3px;
}
.cat_box div {
    padding: 5px 0;
    font-family: 'Montserrat';
}
.bg1{
    background: #006194;
}
.cat_box img{
    width: 100%;
}
.bt{
    padding-bottom: 15px;
}
.bb{
    padding-top: 15px;
}
.cat_box{
    text-shadow: 3px 2px 3px #000;
    text-align: center;
    margin: 20px 0px;
    border: 4px ridge #fff;
    background: linear-gradient(-13deg, rgba(2,0,36,1) 0%, rgb(3 3 20) 35%, rgb(8 147 175) 100%);
    color: #FFF;
    padding: 23px 14px;
}
.banner img{
    width: 100%;
}
.title{
    font-family: 'Montserrat';
    color: #0072b0;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 1px 1px black;
    font-size: 30px;
}
.gradient-bg{
    background: #03a4c5;
    background: linear-gradient(-13deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

.category {
    background: #006194;
}
.content-wrap h2{
    font-family: 'Montserrat';
    color: #0072b0;
    margin-bottom: 25px;
    text-shadow: 1px 1px black;
    font-size: 30px;
}
.content-wrap p {
    text-align: justify;
    font-family: 'Roboto';
    font-size: 17px;
    color: #fff;
    text-align: left;
    line-height: 30px;
}
span.black {
    color: #fe7300;
    font-family: 'Montserrat';
}
.cat_title{
    text-align: center;
}
.cat_title h3 {
    display: inline-block;
    background: #01c2f3;
    color: #1c1c1c;
    border-radius: 5px;
    width: 60%;
    font-family: 'Montserrat';
    padding: 5px;
    position: relative;
    margin-bottom: 40px;
}
.cat_title h3:after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateY(-50%);
    border-top: 20px solid #01c2f3;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.cate_wrap {
    overflow: hidden;
    background: #313156;
    padding: 3px;
}
.over_hidden{
    overflow: hidden;
}
.cate_wrap a{
    overflow: hidden;
}
.cate_wrap img{
    width: 100%;
    overflow: hidden;
    transition: 1s;
    border-radius: 12px;
    height: 300px;
}
.cate_wrap figcaption {
    background: #01c2f3;
    padding: 5px;
    text-align: center;
}
.cate_wrap figcaption p{
    margin: 0;
    font-family: 'Montserrat';
    color: #000;
}
.cate_wrap figcaption span{
    color: #000;
    font-family: 'Montserrat';
}
.cate_wrap:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.cate_wrap:hover figcaption {
    background: #090e7d;
    padding: 5px;
    text-align: center;
}
.cate_wrap:hover figcaption span{
    color: #fff;
}
.cate_wrap:hover figcaption p{
    color: #fff;
}
ul.location {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
ul.location li {
    display: inline-block;
    margin-bottom: 10px;
}
ul.location li a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
    box-shadow: inset 1px -1px 7px 1px #000;
    background: #03a4c5;
    background: linear-gradient(-13deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
ul.location li a:hover{
    background: #333;
}
ul.location li a i {
    margin-right: 10px;
}

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
figure.snip1390 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #0580a3;
  padding: 30px;
  background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1390 figcaption {
  width: 100%;
}
figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
  margin: 0;
}
figure.snip1390 h2,
figure.snip1390 h4 {
  font-weight: 300;
}
figure.snip1390 h2 {
  color: #ffffff;
}
figure.snip1390 h4 {
  color: #a6a6a6;
}
figure.snip1390 blockquote {
    min-height: 207px;
  font-size: 1em;
  padding: 45px 20px 40px 50px;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
}
figure.snip1390 blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
  top: 0px;
  left: 20px;
}
figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px #A6A57A;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 75vh;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}
video {
  width: 100%;
  min-height: 75vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.ftr-abs{
    position: absolute;
    z-index: 9;
    top: 20%;
    width: 100%;
    left: 6%;
}
footer{
    position: relative;
}
.img-wrap img{
    width: 100%;
}
.container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container .content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}
.container .content .right-side {
    width: 75%;
    margin-left: 75px;
}
.content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}
.content .left-side .details {
    margin: 14px;
    text-align: center;
}
.content .left-side .details i {
    font-size: 30px;
    color: #ffb000;
    margin-bottom: 10px;
}
.content .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.content .left-side .details .text-one, .content .left-side .details .text-two {
    font-size: 14px;
    color: #afafb6;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #ffb000;
}
.right-side p {
    color: #fff;
}
.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}
.right-side .message-box {
    min-height: 110px;
}
.right-side .button {
    display: inline-block;
    margin-top: 12px;
}
input[type="submit"] {
    background: #ffb000;
    color: #fff;
    padding: 10px;
}
.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .input-box input, .right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #fff;
}
.box-img img{
    width: 100%;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #fff;
}
.girls-info p{
    color: #fff;
}
a.book-btn {
    color: #fff;
    background: orange;
    padding: 20px;
    margin-top: 10px;
    display: inline-block;
}

@media screen and (max-width: 768px){
  video{
    display: none;
  }
  .map{
    display: none;
  }
}

.girl-wrap {
    border: 1px solid #000;
    padding: 5px;
    background: #000;
    margin-bottom: 20px;
    position: relative;
}
.girl-wrap img {
    width: 100%;
    height: 300px;
}
.girl-wrap a {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.girl-wrap a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: 'Roboto';
    color: #d1d1d1;
    position: relative;
    margin-top: 10px;
}
.girl-wrap a figcaption {
    text-align: left;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ffb000;
    position: relative;
}