@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&display=swap');

/*font-family: 'Big Shoulders Display', cursive;*/

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&family=Mulish:wght@200&display=swap');

/*font-family: 'Mulish', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

/*font-family: 'Dancing Script', cursive;*/

.p-50{
    padding: 50px 0 !important;
}
.p-80{
    padding: 80px 0 !important;
}

a:hover{
	text-decoration: none;
}
.video {
    background: #bd7f2a;
    padding: 15px;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-family: 'Big Shoulders Display', cursive;
    color: #ff2b2b;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
nav.navbar {
    padding: 0px;
}
header {
    position: fixed;
    z-index: 9;
    width: 100%;
    padding: 20px 0;
}
header.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding: 5px 0;
    background: #fff;
    border-bottom: 1px solid #cec9c9;
}
.common-padding{
    position: relative;
    padding: 50px 0;
}
.welcome-content{
    background: #fff !important;
}

.carousel-caption {
    position: absolute;
    right: 120px;
    top: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
}
.carousel-caption h3{
    font-family: 'Big Shoulders Display', cursive;
    font-size: 40px;
    color: #c1c0be;
}
.carousel-caption h4{
    font-family: 'Big Shoulders Display', cursive;
    font-size: 30px;
    color: #c1c0be;
}
span.bold-def {
    color: #f00;
    font-family: 'Big Shoulders Display', cursive;
}
.carousel-caption a {
    margin-top: 5px;
    color: #fff;
    border: 1px solid #b27828;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 35px;
    background: #b27828;
}
.carousel-caption a:hover{
    color: #bd7f2a;
    background: #000;
    transition: 1s;
}
.carousel-section{
    padding: 30px 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 450px;
}
.owl-nav{
    text-align: right;
}
button.owl-prev{
    background: #000 !important;
    color: #fff !important;
    width: 30px;
    font-size: 16px !important;
}
button.owl-prev span{
    font-weight: 800;
}
button.owl-next{
    background: #000 !important;
    color: #fff !important;
    width: 30px;
    font-size: 16px !important;
    margin-left: 10px;
}
button.owl-next span{
    font-weight: 800;
}
.top-owl-section {
    padding: 40px 0;
    margin-bottom: 50px;
}
h3.title {
    font-family: 'Big Shoulders Display', cursive;
    margin-bottom: 30px;
    text-align: center;
    color: #32303f;
    font-size: 27px;
    background: #ff8d00;
    padding: 5px;
}
.img-wrap img{
    width: 100%;
}
.img-wrap figcaption a{
    font-family: 'Big Shoulders Display', cursive;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
    display: block;
}
.img-wrap-content {
    background: #ff2b2b;
    padding: 10px;
    text-align: center;
}
.img-wrap-content a{
    color: #fff;
}
.img-wrap {
    box-shadow: 1px 4px 3px 0px #777;
    border-radius: 15px;
}
.img-wrap-content p{
    margin-bottom: 5px;
}
.content-section {
    background: #181818;
    padding: 50px 0;
}
.content-section .right-image img{
    width: 100%;
}
.content-section p{
    color: #dadada;
    font-family: sans-serif;
    text-align: justify;
}
.gray-bg {
    background: #f1f1f1;
}
.content-wrap h3.title {
    font-family: 'Big Shoulders Display', cursive;
    margin-bottom: 30px;
    text-align: left;
    color: #bd7f2a;
    font-size: 40px;
}
.content-wrap p{
    text-align: justify;
    color: #737373;
    line-height: 27px;
}
.color-black{
    color: #000 !important;
}
/*.center-image{
    padding: 80px 0;
}*/
.left-image-section img{
    width: 100%;
}
/*.center-image img{
    width: 100%;
}*/                                                
.overlay-wrap h3.title {
    font-family: 'Big Shoulders Display', cursive;
    margin-bottom: 20px;
    color: #bd7f2a;
    font-size: 33px;
    text-align: left;
}
.overlay-wrap p{
    text-align: justify;
}
.overlay-wrap {
    background: #f3f3f3;
    padding: 15px 30px;
    position: relative;                             
    left: 49px;                                 
    z-index: 9;                                                   
    top: 7px;
    box-shadow: -15px 13px 0px 1px #682c11;                                                                    
}                                                                                          
.content-section img{
    width: 100%;
}
.overlay-wrap.right p{
    color: #615f5f;
}
.img-section img{
    width: 100%;
}
ul.web-partner {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;            
}
ul.web-partner li {
    display: inline-block;
}
ul.web-partner li a {
    color: #010302;
    border: 1px solid #010302;
    padding: 7px 10px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 25px;
    background: #bd7f2a;
    font-family: 'Big Shoulders Display', cursive;
}
ul.web-partner li a:hover{
    background: #000;
    color: #fff;
}
.web-partner-bg {
    background: #f7f6f6;
}
.align-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.call-now-section {
    background: #010302;
}
a.custom-btn {
    border: 1px solid #fff;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-block;
    background: #ff2b2b;
    font-family: 'Big Shoulders Display', cursive;
}
a.custom-btn:hover{
    background: #000;
    color: #fff;
    transition: 1s;
}
span.highlight {
    color: #fff;
    font-family: 'Big Shoulders Display', cursive;
    font-size: 40px;
    text-transform: uppercase;
    background: #f00;
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px;
}
.girl-portfolio img {
    width: 100%;
    height: 410px;
    transition: 1s;
    box-shadow: -15px -15px 0px 1px #d29530;
}
.girl-portfolio img:hover{
    transition: 1s;
    cursor: pointer;
    box-shadow: -15px -15px 0px 1px #f00;
}
.girlsportfolio{
    padding: 50px 0;
}
.girl-portfolio {
    position: relative;
    margin-bottom: 40px;
}

.girl-portfolio figcaption a{
    color: #ffc107;
    display: block;
    background: #060606;
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: auto;
    position: relative;
    bottom: 30px;
    border-radius: 50px;
    transition: 1s;
}
.girl-portfolio:hover.girl-portfolio figcaption a{
    transition: 1s;
    background: #f00;
    color: #fff;
}
footer {
    background: #131212;
    padding: 50px 0;
}
.footer-wrap h3 {
    text-align: left;
    color: #ff2b2b;
    font-family: 'Big Shoulders Display', cursive;
    font-size: 25px;
    margin-bottom: 30px;
}
.footer-wrap p{
    color: #d6d6d6;
    text-align: justify;
    font-family: 'Big Shoulders Display', cursive;
    line-height: 22px;
    margin-top: 15px;
}
ul.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}
ul.footer-social li{
    display: inline-block;
    margin-right: 10px;
}
ul.footer-social li a {
    border: 1px solid #ff2b2b;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    background: #000000;
    border-radius: 50%;
}
a:hover {
  color: #ffc107;
}
ul.footer-social li a:hover{
    background: #f00;
}
ul.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer-links li a{
    color: #ccc;
    display: block;
    padding:5px 0;
}
ul.footer-links li a i {
    margin-right: 10px;
    color: #ff2b2b;
}
.other-escort-city{
    background: url('../images/other-city-bg.jpg')no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.other-escort-city:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff26;
}
.copyright-section{
    text-align: center;
    padding: 15px 0;
    background: #fff;
    position: relative;
}
.copyright-section p{
    margin: 0;
    text-align: left;
    font-family: 'Big Shoulders Display', cursive;
}
span.red{
    color: #f00;
}
.active a.nav-link{
    color: #f00;
}
h4.f_clr03.color10.xs-10 {
    background: #f00;
    margin: 0;
    padding: 5px;
}
.breadcrumb-wrap{
    position: relative;
}
.breadcrumb-text h1 {
    font-family: 'Big Shoulders Display', cursive;
    font-size: 50px;
    color: #ccc;
}
.breadcrumb-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.img-responsive{
    width: 100%;
}                                 
.breadcrumb-text ul{
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.breadcrumb-text ul li{
    display: inline-block;
}
.breadcrumb-text ul li a{
    color: #bd7f2a;
    font-family: 'Big Shoulders Display', cursive;
}
ul.service-list{
    list-style: none;
}
ul.service-list li {
    color: #ed482c;
    padding: 5px 0;
    font-family: 'Big Shoulders Display', cursive;
    font-size: 22px;
}
ul.service-list li img{
    width: 20px !important;
    margin-right: 10px;
}
ul.contact-wrap {
    margin: 0;
    list-style: none;
    width: 80%;
    background: #c7c6c6;
    padding: 75px;
    box-shadow: 15px 15px 0px 0px #bd7f2a;
}
.fa-bars{
    color: #efe87d;
}
ul.contact-wrap li a{
    color: #000;
}
ul.contact-wrap li i{
    color: #f00;
    margin-right: 10px;
}
ul.contact-wrap li{
    color: #000;
    padding: 3px;
}
h3.title-text {
    text-align: center;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 800;
    color: #ff2b2b;
    margin-bottom: 20px;
    font-family: 'Dancing Script', cursive;
}
.content-sec p {
    padding: 20px 0;
    text-align: center;
}
span.star i{
  color: orange;
}

@media (min-width: 992px){
  .overlay-wrap.right {
    right: 0 !important;
    left: -60px !important;
    box-shadow: 18px 13px 0px 1px #ffffff !important;
  }
  .overlay-wrap {
    background: #f3f3f3;
    padding: 30px;
    position: relative;
    left: 49px;
    z-index: 9;
    top: 50%;
    box-shadow: -15px 13px 0px 1px #682c11;
    transform: translateY(-50%);
  }
	.navbar-expand-lg .navbar-nav .nav-link {
	   padding-right: 1rem;
	   padding-left: 1rem;
	}
  .content-section .right-image img {
    width: 100%;
    position: relative;
    top: -80px;
  }
  .gray-bg .content-wrap {
    padding: 30px;
    margin-top: 100px;
  }
}

.video-wrap {
    padding: 30px 0 50px 0;
}
.bg-gray{
    background: #f1f1f1;
    padding: 50px 0;
}
.number-section {
    display: none;
}
.phone{
    text-align: left;
    display: inline-block;
    color: #f00;
    font-size: 14px;
}
.phone i{
    margin-right: 4px;
}
.email{
    text-align: left;
    display: inline-block;
    color: #f00;
    font-size: 14px;
}
.email i{
    margin-right: 4px;
}
#myVideo {
    width: 100%;
    height: 100%;
}
.intro {
  display: table;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100% !important;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0 50px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 18%;
}
.intro:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9;
}
.intro-body h4 {
  margin: 15px;
  font-size: 19px;
}
.intro h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 25px;
}
a.book-btn {
  background: #000000;
  color: #fff;
  padding: 10px 45px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
  border-radius: 30px;
}
a.contact {
  background: #ff2b2b;
  color: #fff;
  padding: 10px 45px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 15px;
  border-radius: 30px;
}
.bg-sec-reach{
  background: url(../images/banner2.jpg) no-repeat;
  background-size: cover;
  padding: 200px 0;
  text-align: center;
}
.bg-sec-reach3{
  background: url(../images/banner3.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}
.bg-sec-reach h3 {
  text-align: center;
  font-size: 28px;
  color: #ff2b2b;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.custom-width {
  width: 75%;
  text-align: center;
  margin: auto;
}
.bg-img img{
  width: 100%;
}
.p-0{
  padding: 0px !important;
}
.text-wrap{
  padding: 55px;
}
h2.title{
  text-align: center;
  font-size: 32px;
}
.icon-wrap{
  display: flex;
  margin: 30px 0;
}
.icon-wrap img{
  width: 70px;
}
.icon-sec{
  display: inline-block;
  margin-right: 5px;
}
.icon-text h3{
  font-size: 18px;
  margin-bottom: 0;
}
.icon-text p{
  font-size: 15px;
  text-align: justify;
}
.center-image img{
  width: 100%;
}

    /**/
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #ff2b2b;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
  float: left;
    font-size: 22px;
    color: #fff;
}
.bg-dark {
    background: #212529;
}
figure.effect-zoe p.icon-links a {
  float: right;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;                  
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 4em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}


.icon-eye::before {
  content: '\e000';
}

.icon-paper-clip::before {
  content: '\e001';
}

.icon-heart::before {
  content: '\e024';
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.call-girl-palak{
  background: url(../girls-image/call-girl-palak.jpg) no-repeat;
  padding: 306px 0;
  background-size: cover;
}
.bg-img{
  background: url(../images/slider1.jpg) no-repeat;
  padding: 306px 0;
  background-size: cover;
}
.bg-img2{
  background: url(../girls-image/model-escort-pooja.jpg) no-repeat;
  padding: 306px 0;
  background-size: cover;
}
.bg-img3{
  background: url(../girls-image/call-girl-monika.jpg) no-repeat;
  padding: 306px 0;
  background-size: cover;
}
.bg-img4{
  background: url(../girls-image/model-escort-martha.jpg) no-repeat;
  padding: 306px 0;
  background-size: cover;
}
#nav-tab .nav-link {
    display: block;
    padding: 1.5rem 3rem;
  }
/*body {
  background: #00002E;
  font-family:sans-serif;
}*/

.btn, .btn2, .btn3, .btn4, .btn5, .btn6, .btn7, .btn10{
  padding: 15px 100px;
  margin:10px 4px;
  color: #fff;
  font-family: sans-serif;                                                                
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  
}

.btn::before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #6098FF;
  display: block;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn:hover::before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}
.text-wrap p{
    line-height: 27px;
    font-size: 15px;
}
.light-gray{
    background: #f1f1f1;
}
.black{
    background: #000 !important;
}
/* Btn 12 */
.city-list1 li{
    display: inline-block;
}
.button12 {
  cursor: pointer;
  background-color: #000;
  height: 64px;
  padding:20px;
  line-height: 64px;
  position: relative;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);                                 
  z-index: 0;
  background: #ff2b2b;
  margin-right: 0px;
}                                                                                          
.button12 span {                                                     
  color: #fff;                                                              
  display: inline-block;                                                 
  padding-left: 15px;                                     
  text-transform: uppercase;                   
  font: bold 18px/66px Arial;                                           
  transform: scaleX(0.6);                    
  letter-spacing: 3px;                      
  transform-origin: center left;
  transition: color 0.3s ease;                                                
  position: relative;                                                  
  z-index: 1;                                                                              
}                                                                            
.button12 em {                                                 
  position: absolute;
  height: 1px;                      
  background: #fff;
  width: 47%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
  -webkit-transform:scaleX(0.25);                             
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.button12:before,                                
.button12:after {
  content: '';
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button12:before {
  top: 0;
  left: 0;
  right: auto;
}
.button12:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.button12:hover:before {      
  width: 100%;                                           
  right: 0;
  left: auto;                                                                       
}                               
.button12:hover:after {
  width: 100%;                            
  left: 0;
  right: auto;                 
}
.button12:hover span {
  color: #000;
}
.button12:hover em {
  background: #000;
  transform: scaleX(.51);                             
  transform: scaleX(.51);
}                                          
.breadcrumb-section{  
  position: relative;
}
.breadcrumb-section img{               
  width: 100%;                 
}                     
.breadcrumb-text h3{
  color: #fff; 
  text-align: center;                                  
  text-transform: uppercase;
}                               
.breadcrumb-text ul{
  list-style: none;
  padding: 0;
  text-align: center;
}
.breadcrumb-text ul li{
  display: inline-block;
}                                                    

.breadcrumb-text ul li a{
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.breadcrumb-text{
  position: absolute;
  top: 50%;                                                       
  left: 50%;
  transform: translate(-50%,-50%);
}
a.navbar-brand img{
  width:150px;
}
.web.whatsapp {
    display: none;
}
.api.whatsapp {
    display: none;
}  
.whatsapp a {
    position: fixed;
    z-index: 99999;
    background: green;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    bottom: 5px;
    right: 15px;
    bottom: 20px;
    border-radius: 2px;
    transition: 1s;
}
a.gif-btn {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  left: 30px;
}
a.gif-btn img{
  width: 200px;
}


@media screen and (max-width: 768px){
  .custom-width {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .carousel-item img{
    height: 250px;              
  }
  .carousel-caption {
    position: absolute;
    right: 20px;
    top: 20%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
    display: block !important; 
  }
  .carousel-caption h4 {
    font-family: 'Big Shoulders Display', cursive;
    font-size: 20px;
    color: #c1c0be;
  }
  .carousel-caption h3 {
    font-family: 'Big Shoulders Display', cursive;                                                                                                                     
    font-size: 18px;
    color: #c1c0be;
  }
  .number-section {                     
    display: block;
    background: #000;
    text-align: left;
    padding: 5px;
  }
  header {
    position: relative;                                                   
    z-index: 9;
    width: 100%;
    padding: 0;
  }
  div#navbarSupportedContent{
    background: #fff;
    padding: 15px 25px;                 
  }
  .overlay-wrap {
    background: #f3f3f3;                                                        
    padding: 15px 30px;
    position: relative;                                          
    left: 0;
    z-index: 9;
    top: 0;
    box-shadow: none;
  }
} 

@media screen and (min-width: 768px){
    .text-city{
        text-align:right;
    }
  .web.whatsapp {
    display: block;
  }
}
@media screen and (max-width: 768px){
    .button12{
        padding:20px 5px;
    }
    .grid figure img{
        width:100%;
    }
  a.gif-btn img {
    width: 90px;
    }
  .api.whatsapp {
      display: block;
  }
  .breadcrumb-text h1 {
    font-family: 'Big Shoulders Display', cursive;
    font-size: 24px;
    color: #ccc;
    text-align:center;
    }
  .intro h1 {
        font-size: 16px;
        font-weight: 900;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .intro .intro-body {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 0 10px;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 18%;
    }
    .intro-body h4 {
        margin: 5px 15px;
        font-size: 12px;
    }
}

                                                                           











