/* Scss Document */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  background:#000;
  overflow-x: hidden;  
}

p {
  font-size: 0.9rem;
  color: #939393; }

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #a3a3a3; }

a:hover {
  color: #ff6600; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/
.fa-phone {
  transform: scaleX(-1); }

.common-btn {
  font-size: 18px;
  background:#ff6600;
  color: #fff;
  padding: 20px 42px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius:0px; text-transform: uppercase; font-weight:400;  }

.common-btn:hover {
  background:#fff;
  color: #000;
  box-shadow: none; }

  .common-btn i{ font-size: 24px; vertical-align: text-bottom; }

.title-col{ margin-bottom:30px; text-align: center; }

.title {
  position: relative;
  font-size:42px;
  font-weight:700;
  color:#111; 
}

.title span{ color:#F8B621; }

.title-para{ font-size:18px; }

.form-control {
    border-radius:6px;
    padding: 1.3rem 1.5rem;
    font-size: 15px;
	height:45px; 
}

select.form-control { padding: 0; padding-left:15px;  }

:focus {
  box-shadow: none !important;
  outline: none !important; }

/*------------------end common-css-------------------*/

.logo{ position: absolute; left:50px; top:50px; z-index: 99; }
.orange-line{ width: 94%; height: 2px; background: #ff9600; display: block; margin: auto; position: absolute; z-index: 9; left: 0; right: 0; }

.city-main-sec{ display: flex; }
.city-left{ position: relative; width: 100%; }

.city-vector img{ height: 100vh; object-fit: cover; width: 100%; }
.city-pet{ position: absolute; left:5%; bottom: 0; }
.city-pet img{ max-width:150px; }

.city-name-bold{ text-align: center; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); width: 100%; }
.city-name-bold h1{ font-size:7vw; font-weight: bold; color:#fff; text-transform: uppercase; text-shadow: 5px 8px rgb(255 255 255 / 20%); }

.city-explore-link{ position: absolute; right:5%; bottom:5%; font-size: 20px; text-transform: uppercase; color:#fff; border-bottom: 2px solid transparent;  padding-bottom: 5px; }
.city-explore-link:hover{ border-bottom: 2px solid #fff; padding-bottom: 5px;}
.city-explore-link i{ font-size: 24px; vertical-align: text-bottom; }

.award{ position: absolute; right:50px; top:6%; z-index: 1; }
.award img{ max-height:160px;}

.inner-city-page .logo{ left: 50px; right: auto; }
.inner-city-page .award{ left: auto; transform: translateX(0); right: 50px; }

.inner-container{ padding-top:9%;}

.page-title h1{ background: #fff; color:#000; padding:6px 10px; display: inline-block; font-weight: bold; text-transform: uppercase; padding-left: 50px; margin-bottom: 0; }

.inner-content-container{ padding:30px 50px 0px; width:82%; }
.inner-content-container p{ font-size: 16px; margin-bottom:30px; line-height:26px; }
.inner-content-container p strong{ font-weight:400; }

.next-city{ margin-top: 50px; padding-bottom: 50px; }
.next-city h3{ font-size: 30px; font-weight: bold; text-transform: uppercase; color:#fff; }
.next-city h3 span{ font-weight: 400; color:#a3a3a3; font-size: 20px; margin-left:20px; }
.next-city a{ display: inline-block; }
.next-city a:hover span{ color: #fff;}

.inner-city-pet{ position: fixed;
    right: 5%;
    bottom: 0; 
}

.w-80{ max-width: 80%; }

.common-box{ padding-bottom:30px; }

.address-city{ color: #ccc; margin-bottom: 40px; }
.address-city p{ margin-bottom:10px; font-size: 20px; }
.address-city i{ font-size: 24px; color: #ccc; vertical-align:middle; margin-right: 10px; }


/*------------------media css---------------*/

@media (max-width:1180px){
.inner-container { padding-top: 11%; }
}

@media (max-width:1024px){
  .inner-container { padding-top: 13%; }
}

@media (max-width:920px){
.city-name-bold h1 { font-size: 6vw; }
.logo img{ max-height: 30px;}
.city-pet img { max-width: 125px; }
.award img { max-height: 100px; }
.award{ margin-left: 70px; }
.logo{ right: 30px; top: 25px; }
.inner-container { padding-top: 10%; }
.inner-city-pet img{ max-width: 150px; }
.inner-city-page .award{ position: fixed; }
.inner-container { padding-top: 12%; }

}

@media (max-width:670px){
.inner-content-container { padding: 30px 20px 0px; width: 73%; }
.w-80{ max-width: 100%; }
.page-title h1{ padding-left: 20px; font-size: 2rem; }
.inner-city-page .logo{ left: 20px; }
.common-btn{ padding: 15px 22px; }
.city-explore-link{ font-size: 16px; }
.city-explore-link i{ font-size: 20px; }

}

@media (max-width:520px){
.city-main-sec { display: block; }
.city-vector img{ height: 50vh; }
.city-name-bold h1 { font-size: 13vw; }
.city-pet img { max-width: 100px; }
.logo {
  right: auto;
  top: 25px;
  left: 20px;
}
.award {
  position: absolute;
  left: auto;
  right: 16px;
  top: 12px;
  z-index: 1;
  transform: translateX(0);
  margin-left:0px;
}

.inner-container { padding-top: 20%; padding-bottom:145px; }
.inner-content-container{ width: 100%; }
.inner-city-page .award { position: absolute; right:16px; }
.inner-city-page { position: relative; }
.inner-city-pet{ position: absolute; }

.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
 }


}














































