@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

/*font-family: 'Nunito', sans-serif;*/

/*font-family: 'Quicksand', sans-serif;*/
/*font-family: 'Faster One', cursive;*/
/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/

*{
    font-family: 'Nunito', sans-serif;
}
.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%);
}
.sec-con h3 {
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ef0690;
}
.area-wrap h3 {
    color: #000;
    font-size: 20px;
    background: #ffb000;
    padding: 10px;
    border-radius: 6px;
    font-family: 'Montserrat';
}
.area-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.area-wrap ul li a{
    color: #fff;
}
.area-wrap ul li a {
    color: #fff;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #f1f1f16b;
}
.sec-con img{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.bg-wrap{
    color: #000 !important;
    font-size: 20px !important;
    background: #ffb000;
    padding: 10px;
    border-radius: 6px;
    font-family: 'Montserrat';
    margin-bottom: 20px;;
}
.content-wrap h2 {
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Quicksand';
    color: #671312;
}
hr {
    margin-top: 3rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: 1px solid #671312;
}
.bg-light {
    background-color: #46002d14 !important;
    padding: 0px;
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 20px 0;
}
.navbar-light .navbar-nav .nav-link:hover{
    background: #cf0319;
    border-radius: 5px;
}
.main-banner {
    position: relative;
}
.gif-img img {
    position: fixed;
    bottom: 5%;
    right: 14px;
    z-index: 9;
    width: 100px !important;
}

.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;
    padding: 18px;
}
.fa.fa-bars{
    color: #fff;
}
.banner_sec img{
    width: 100%;
    margin-bottom: 20px; 
}
.right-img{
    position: relative;
}
img.abs2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 126px !important;
    height: 86px !important;
    z-index: 999;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #cf6dec !important;
    padding: 0px;
    border-bottom: 1px solid #ffffff29;

}

.main-banner img{
    width: 100%;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed .navbar-brand img{
    width: 55%;
}

@media screen and (min-width: 768px){
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        padding: 15px;
    }
}

@media screen and (max-width: 991px) {
    .slider .caption.center h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    ul.sm-Dblock {
        display: flex;
        justify-content: space-around;
    }
    
}
.h-center{
    justify-content: center;
    align-items: center;
    display: flex;
}
.port-img img{
    width: 100%;
}
.content-hd h3 {
    color: #ffca5b;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Quicksand';
}
.content-hd h4{
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat';
}
.content-hd h5 {
    color: #ff8d8d;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat';
    margin: 15px 0;
}
.content-hd p{
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}
a.bk-btn {
    background: #000;
    border: 1px solid #ffb009;
    padding: 10px 30px;
    display: inline-block;
    color: #ffb009;
    border-radius: 3px;
    margin-top: 20px;
}
.right-img img{
    width: 100%;
    height: 330px;
}
.whts a img{
    width: 100%;
    margin-top: 40px;
}
.whts{
    position: relative;
}
.whts span {
    position: absolute;
    bottom: 12px;
    right: 51px;
    font-size: 19px;
    color: #fff;
}
.f-logo {
    display: block;
    width: 140px;
    margin-top: 20px;
}
.title {
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #cf0319;
    margin-bottom: 15px;
}


.abt-img img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 2px 11px 0px #000000a8;
}
img.border_title {
    margin-bottom: 10px;
    width: 156px;
}
.bg-dark-blue {
    background-color: #671312;
    position: relative;
}
h4.f_clr03.color10.xs-10 {
    background: #280404;
    margin: 0;
    padding: 10px;
    color: #ffffff;
    font-family: 'Quicksand';
    font-size: 20px;
    border-radius: 10px;
}

/*portfolio*/
.portfolio{
    
}
.portfolio h2{
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ffb000;
}

.girl-wrap {
    border: 1px solid #671312;
    padding: 5px;
    background: #671312;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    box-shadow: 1px 7px 14px 0px #000000bd;
    transition: 1s;
}
.girl-wrap img{
    width: 100%;
    height: 350px;
    transition: 1s;
    border-radius: 5px;
}
.girl-wrap:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.girl-wrap:hover{
    transform: translateY(-17px);
    transition: 1s;
}
.girl-wrap p{
    margin-bottom: 8px;
}
.girl-wrap a figcaption {
    text-align: left;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    position: relative;
}
.girl-wrap a:hover{
    color: #fff;
}
.girl-wrap p.rating i{
    color: #ffb000;
    margin-top: 10px;
}
.girl-wrap p{
    color: #fff;
}
.girl-wrap a:hover{
    text-decoration: none;
}
.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{
    padding-bottom: 10px;
}
.loc_icon {
    position: absolute;
    font-size: 13px;
    background: #000000a1;
    padding: 5px 20px;
    border-radius: 2px;
    font-family: 'Quicksand';
    font-weight: 800;
    bottom: 55px;
    left: 10px;
    color: #fff;
}
img.abs-img {
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    width: 90px !important;
    height: auto !important;
}


.loc_icon i{
    margin-right: 10px;
}
/*portfolio*/


/*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: #fff;
    background: #440605;
    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: #671312;
}
/*breadcrumb*/
img.brd-logo {
    width: 80px !important;
    height: 80px !important;
    z-index: 99;
}


.content-bd h4 {
    background: #ffb000;
    padding: 10px 30px;
    display: inline-block;
    margin: 10px 0;
}
.content-bd h4 a{
    color: #2e001e;
    font-family: 'Montserrat';
}
.box-img img{
    width: 100%;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #fff;
}
.girls-info.content-section p{
    color: #fff;
}

.content .content-wrap p {
    line-height: 29px;
    color: #696e7b;
}
.side-img img {
    width: 100%;
    border-radius: 5px;
}

.banner img{
    width: 100%;
}
img.gif_book {
    width: 150px !important;
    position: absolute;
    top: 10px;
    left: 27px;
}
/*footer*/
footer{
    background: url('../images/project-bg.png') no-repeat center center;
    background-size: cover;
    background-color: #671312;
}
.common-padding{
    padding: 40px 0;
}
.bg{
    background: #671312;
}
.footer-wrap h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Quicksand';
    margin-bottom: 40px;
    font-weight: 900;
}
.footer-wrap h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #500100;
    box-shadow: 1px 0px 11px 0px #fff;
}
.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 #08378529;
}
.footer-wrap ul li a:hover {
    color: #ff9800;
}
.footer-wrap .social-icon a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #440605;
    margin-right: 10px;
}
.footer-wrap .social-icon a:hover{
    background: #f3f8ff;
    color: #000;
}
.footer-wrap p {
    color: #f1f1f1;
    margin-bottom: 10px;
    display: flex;
}
.footer-wrap p i {
    color: #fff;
    margin-right: 10px;
    font-size: 17px;
    background: #440605;
    padding: 10px;
    width: 35px;
    border-radius: 5px;
}
.footer-bottom p{
    text-align: center;
    color: #f1f1f1;
    font-family: 'Quicksand';
    font-weight: 900;
}
.footer-bottom p a {
    color: #ffffff;
    font-family: 'Quicksand';
    font-weight: 900;
    text-shadow: 1px 1px 8px #fff;
}
.footer-bottom {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ffffff8c;
    padding-top: 30px;
    margin-top: 30px;
}
/*footer*/

.whatsapp {
    position: fixed;
    bottom: 65px;
    right: 30px;
    z-index: 99;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    background: green;
}
.whatsapp a h5 i{
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
}
#callme a i {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 99;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    background: #3e4960;
}
.nav-item{
    display: inline-block;
}
.d-none-sm{
    display: none;
}

.navbar-brand img{
    width: 50%;
}
@media screen and (max-width: 768px){
    img.banner-logo {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    }
    .navbar-brand img {
        width: 80px;
    }
    .d-none-sm{
        display: block;
        color: #ff5471;
        font-size: 17px;
    }
    
    .navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    padding: 10px 14px;
    border-bottom: 1px solid #ffffff52;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Quicksand';
}
    
    .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;
    }
    button.navbar-toggler{padding: 0px;}
    button.navbar-toggler:focus{
        outline: none;
    }
    .bg-light {
        background-color: #7bec6d!important;
        position: relative;
        z-index: 999;
        width: 100%;
        padding: 0px 20px;
    }
    .content-bd h1 {
        color: #fff;
        font-family: 'Montserrat';
        font-size: 14px;
    }
    .breadcrumb-sec img {
        width: 100%;
        height: 300px;
    }
}
i.fa.fa-long-arrow-right {
    margin-left: 10px;
}
a:hover{
    text-decoration: none;
}
#call_btn {
    z-index: 1;
    color: white;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    padding: 11px 35px;
    border-radius: 5px;
    text-transform: capitalize;
    background: #cf0319;
    font-family: 'Quicksand';
    font-weight: 700;
    display: inline-block;
}
#call_btn:hover {
    background: #6713123d;
    color: #671312;
}
/*content*/
.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;
}
.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;
}
.right-side p{
    color: #fff;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #ffb000;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.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;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #5029bc;
}
.about {
    background: url(../images/about-bg-shape.png) no-repeat;
    background-size: contain;
    background-position: right;
}
.bg-png {
    background: url(../images/about-bg-shape.png) no-repeat;
    background-size: contain;
    background-position: right;
}
h2.top-title {
    font-family: 'Quicksand';
    font-size: 22px;
    color: #640b14;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-style-one li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #1e266d;
    font-family: "Quicksand", sans-serif;
}
.list-style-one li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: white;
    font-size: 12px;
    content: "\f00c";
    margin-right: 20px;
    width: 25px;
    height: 25px;
    background: #0066ff;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    font-family: 'FontAwesome';
}
@media (max-width: 950px) {
  
  .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }

}

input[type="submit"] {
    background: #ffb000;
    color: #fff;
    padding: 10px;
}


.owl-wrap {
    display: flex;
    margin-top: 25px;
}
.owl-wrap img {
    display: block;
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
}
.owl-wrap a {
    line-height: 70px;
    margin-left: 20px;
    color: #fff;
    font-weight: 600;
}
.owl-nav {
    text-align: center;
    margin-top: 10px;
}
button.owl-prev {
    background: #1e266d !important;
    color: #fff !important;
    width: 50px !important;
    margin-right: 10px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 11px 0px #ff0052;
}

button.owl-next {
    background: #1e266d !important;
    color: #fff !important;
    width: 50px !important;
    margin-right: 10px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 11px 0px #ff0052;
}

ul.location {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
ul.location li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
ul.location li a {
    display: inline-block;
    border: 1px solid #230113;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
    box-shadow: inset 1px -1px 7px 1px #000;
}
ul.location li a:hover{
    background: #ffb000;
}
p{
    color: #696e7b;
    font-size: 18px;
    font-weight: 600;
}
.about_content p{
    color: #696e7b;
    font-size: 18px;
}
.color-white{
    color: #fff !important;
}
.girl_img{
    background-image: url('../images/project-bg.png');
    background-position: top;
    background-size: contain;
    background-position: center center;
}
.girls_imgs{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.girls_imgs:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 2px solid #fff;
    background: #00000080;
    transform: scale(0);
    cursor: pointer;
}
.girls_imgs img{
    width: 100%;
    border-radius: 5px;
    height: 350px;
}
.girls_imgs h3 a{
    font-family: 'Quicksand';
    font-size: 22px;
    color: #0058db;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    text-align: center;
}
.girls_imgs:hover::before{
    transform: scale(1);
}
.girls_imgs:hover a{
    display: block;
}
.top-img-wrap{
    position: relative;
}
.top-img-wrap figcaption {
    position: relative;
    bottom: 15px;
    background: #1e266d;
    width: 88%;
    margin: auto;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 1px 1px 11px 0px #06f;
}
.top-img-wrap figcaption h4{
    font-size: 15px;
    margin: 0px;
    color: #fff;
}
.top-img-wrap figcaption a{
    color: #fff;
    font-size: 14px;
}
.content-center{
    text-align: center;
}
.bg-dark-blue p {
    color: #d3cfcf;
    line-height: 32px;
    font-size: 18px;
}
.abs-logo {
    position: absolute;
    top: 120px;
    left: 30px;
    z-index: 99;
    width: 100px;
    background: #671312;
}
.img-bg{
    background-image: url('../images/Pictures-of-Madelyn-Marie.jpg');
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
.img-bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b8;
}

.steps {
    background: #193574;
    background-image: url(../images/about-bg-shape.png);
    padding: 20px;
    border-bottom: 3px solid #fafaff;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px #06f;
    min-height: 240px;
}
h3.step_t {
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    font-family: 'Quicksand';
    text-shadow: 1px 1px 12px #ff0026;
}
.bg-dark-blue2 {
    background-color: #0e1b38;
    position: relative;
}
.steps p{
    font-weight: 800;
    font-size: 18px;
    color: #ff0;
    font-family: 'Quicksand';
}
.steps p span {
    color: #cbe0ff;
}

@media screen and (min-width: 768px){
    .center {
        text-align: center;
        width: 53%;
        margin: auto;
    }
}

.loop .owl-item.active {
    opacity: 0.2;
}

.owl-item.active.center {
    opacity: 1;
}

.loop  .owl-nav {
    text-align: center;
    margin-top: 40px;
}

ul.other-location {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 30px;
}
ul.other-location li {
    display: inline-block;
}
ul.other-location li a {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    font-family: 'Quicksand';
    margin-bottom: 10px;
    background: #671312;
    border-radius: 5px;
    transition: 0.5s;
    margin-right: 10px;
    font-weight: 700;
    transition: 1s;
}
ul.other-location li a:hover{
    position: relative;
    transform: translateY(-3px);
    transition: 0.5s;
    box-shadow: 1px 1px 1px 1px #fff;
    color: #000;
}

.slider-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    background: -webkit-linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.5),rgba(0,0,0,.8),#000);
    background: -moz-linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.5),rgba(0,0,0,.8),#000);
    background: -o-linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.5),rgba(0,0,0,.8),#000);
    background: -linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.5),rgba(0,0,0,.8),#000);
}

.slider_text {
    position: absolute;
    top: 59%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.slider_text h1 {
    text-align: center;
    color: #cf0319;
}
.slider_text h2 {
    color: #fff;
    margin: 20px 0;
    font-family: 'Montserrat';
    font-size: 42px;
    line-height: 50px;
}

.vert-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.girls_imgs figcaption a {
    display: block;
    text-align: center;
    color: #fff;
    background: #1d1b24;
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    bottom: -20px;
    width: 80%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}
.girls_imgs:hover figcaption{
    display: none;
}
.moretext {
    display: none;
}
.moretext_one {
    display: none;
}
.moretext_two {
    display: none;
}
.moretext_three {
    display: none;
}
.moretext_four {
    display: none;
}
.moretext_five {
    display: none;
}
.img-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.card {
    margin-bottom: 20px;
    border: 2px solid rgb(0 0 13);
    border-radius: 0px;
    box-shadow: 1px 5px 7px 0px #000000ed;
}
.img-box {
    position: relative;
}
.img-box:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
}
.card.services-home .card-body {
    background: #671312;
    min-height: 240px;
}
h4.card-title-home {
    background: #671312;
    margin: 0;
    color: #fff;
    padding: 10px 10px 0px 20px;
}
.overlow-hidden {
    overflow: hidden;
}
.table-bordered td, .table-bordered th {
    border: 0px;
    color: #fff;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom: 0px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0px;
}
.table-bordered {
    border: 0px;
    background: #280404;
    border-radius: 10px;
    margin-top: 10px;
}