@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap');
body {
font-family: 'Roboto', sans-serif;
}
#main,
body,
html {
    height: 100%
}
.desktop-show {
display:block;
}
.mobile-show {
display:none;
}
#main {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}
.section-spce {
padding-left:4vw;
padding-right:4vw;
}
.section-spce-form {
padding-left:10vw;
padding-right:10vw;
}
.bottom-space {
margin-bottom:2vw;
margin-top:2vw;
}
.top-space {
margin-top:4vw;
}
.bottom-space {
margin-bottom:4vw !important;
}
.bg-color-top {
background-color:#ed1c24;
}
.top-link {
padding:.3vw;
}
.top-link li {
display:inline-block;
padding-right:1vw;
font-size:1.1vw;
color:#FFF;
text-decoration:none;
font-weight:500;
}
.top-link li a {
color:#FFF;
text-decoration:none;
font-weight:500;
}
.top-link li a:hover {
color:#f5ebec;
text-decoration:none;
}

.smm-link {
padding:.3vw;
}
.smm-link li {
display:inline-block;
padding-right:.5vw;
font-size:1.2vw;
color:#FFF;
text-decoration:none;
font-weight:500;
vertical-align:middle;
}
.smm-link li a {
color:#FFF;
text-decoration:none;
font-weight:500;
}
.smm-link li a:hover {
color:#edcb8b;
text-decoration:none;
}
.smm-link li i {
font-size:1.8vw;
}
#wrapper,
.content-holder {
    float: left;
    width: 100%;
    position: relative;
    height: 100%
}
#wrapper {
    z-index: 4
}
.content-holder {
    vertical-align: top;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2
}
header {
    position:relative;
    width: 100%;
    z-index: 22;
    top: 0;
    left: 0;
    background:#0072bc;
}
.top-section {
background-color:#FFF;
padding:.5vw;
}
.logo {
padding-top:.4vw;
}
.logo img {
width:80%;
}
.icon-box {
float: left;
width: 4vw;
height: 4vw;
border: .1vw solid #ededed;
text-align: center;
line-height: 4vw;
font-size: 2vw;
color: #bf9f62;
margin-top:1.5vw;
margin-right:1vw;
}
.icon-box i {
line-height: 4vw;
color: #ed1c24;
}
.icon-box i:hover {
line-height: 4vw;
color: #000;
}
.add-box {
    padding-top:2vw;
    padding-left:0vw;
	text-decoration:none;
}
.add-box h5 {
    font-size: 1.3vw;
    color: #000000;
	font-weight:400;
	line-height:.5;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:.2vw;
}
.add-box h7 {
    font-size: 1.3vw;
    color: #000;
	font-weight:400;
	line-height:.5;
	 text-decoration:none;
}
.add-box h7 a {
 color: #000;
 text-decoration:none;
}
.add-box h7 a:hover {
 color: #bf9f62;
}
.add-box h6 {
    font-size:1.1vw;
	font-weight:300;
	line-height:1;
}
.add-box p {
    font-size:1.1vw;
	font-weight:300;
}
.btn-box {
margin-top:1.8vw;
}
.no-padding {
padding:0 !important;
}
.tr-header {
    background:#bf9f62;
	height:5vw;
	margin-top:10.3vw;
}
header.tr-header.sticky {
    background:#bf9f62;
	margin-top:0;
}
.nav-holder {
    position: relative;
    top:0;
    left: 0;
    width: 100%
}
.logo-holder {
    position: absolute;
    left: 0;
    z-index: 10;
	width:30%;
}
.transition {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}
header.tr-header.sticky {
position: fixed;
left: 0;
right: 0;
top: 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
z-index: 999;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	margin-bottom:0;
}
.title-content {
	position:absolute;
	bottom:-3vw;
	left:8%;
	width:100%;
}
.title-content h1 {
font-family: 'Fjalla One', sans-serif;
	display: block;
	height: auto;
	font-size:5.5em;
	font-weight:600;
	line-height:1.4;
	text-align:left;
	color:#FFF;
	text-shadow: 2px 2px 5px #000;
	text-transform:uppercase;
	letter-spacing:1px;
}
.title-content h1 span {
font-weight:600;
color:#ff7e00;
}
.title-content p {
font-family: 'Fjalla One', sans-serif;
	color:#FFF;
	font-size:2.5em;
	font-weight:300;
	line-height:1.5em;
	text-align:left;
	color:#FFF;
	letter-spacing:3px;
	text-transform:uppercase;
	text-shadow:2px 2px 5px #000;
	padding-top:0;
	padding-bottom:1vw;
}
.title-content h5 a {
background-color:#ff7e00;
font-size: 1.3em;
font-weight:400;
color: #FFF;
padding-top: 0;
float: left;
text-decoration: none;
padding:20px 30px;
border-radius:50px;
}
.title-content h5 a:hover {
color: #FFF;
background-color:#219bdb;
}
.title-content h5 a i {
    position: relative;
    top:3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-appointment {
width:100%;
font-family: 'Roboto', sans-serif;
  color: #fff;
  background-color: #0072bc;
  font-weight:500;
  text-transform:uppercase;
  border-color: #bf9f62;
  padding:1.2vw 1.2vw;
  font-size:1.1vw;
  text-decoration:none;
  border-radius:.5vw;
}
.btn-appointment:hover {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
  text-decoration:none;
}
.btn-more {
font-family: 'Roboto', sans-serif;
  color: #fff;
  background-color: #ff7e00;
  font-weight:400;
  text-transform:uppercase;
  border-color: #ff7e00;
  padding:5% 8%;
  font-size:1.5em;
  text-decoration:none;
  border-radius:30px;
}
.btn-more:hover {
  color: #fff;
  background-color: #219bdb;
  border-color: #219bdb;
  text-decoration:none;
}
.btn-booking {
width:100%;
font-family: 'Roboto', sans-serif;
  color: #fff;
  background-color: #bf9f62;
  font-weight:500;
  text-transform:uppercase;
  border-color: #bf9f62;
  padding:1.4vw 1.4vw;
  font-size:1.5vw;
  text-decoration:none;
  border-radius:.5vw;
}
.btn-booking:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  text-decoration:none;
}
.section-bg {
background: url(../images/sign_bg.jpg) 50% 0 repeat-y;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
float: left;
width: 100%;
height: auto;
}
.border-bg {
 height: 38px;
 border-bottom: 1px solid#e6e6e6;
}
.border-img {
    padding-top: 2%;
}
.team-bg {
background: url(../images/team-bg.jpg) 50% 0 repeat-y;
background-position: center 0;
background-size: cover;
background-repeat: no-repeat;
float: left;
width: 100%;
}
.service-section {
    float: left;
    width: 100%;
    position: relative;
    margin:5vw 0 5vw 0;
}
.service-grid {
    float: left;
    width: 100%;
    padding:2vw;
    border: .1vw solid #dde9f1;
    border-top: 0;
	background:#dde9f1;
}
.service-grid h2 {
    font-size: 1.7vw;
    font-weight: bold;
    padding-bottom:.5vw;
}

.service-grid h5 a {
    font-size: 1.3vw;
    color: #0072bc;
    padding-top:0;
    float: left;
	text-decoration:none;
}
.service-grid h5 a:hover {
    color: #000;
	text-decoration:none;
}
.service-grid h5 a i {
    position: relative;
    top:.1vw;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service-grid p {
    font-size: 1.2vw;
    font-weight:400;
}
.service-img {
    float: left;
    width: 100%;
    position: relative;
}
.service-img img {
width: 100%;
}
.about-section {
    float: left;
    width: 100%;
    padding-top:5vw;
    padding-bottom:5vw;
}
.about-box {
    float: left;
    width: 100%;
    display: inline-block;
	text-align: center;
}
.about-box h2 {
    font-size:3vw;
    font-weight: 100;
    color: #0072bc;
    text-transform: uppercase;
}
.about-box p {
    font-size:1.3vw;
	color:#000;
	text-decoration:none;
}
.about-box p a {
	color:#000;
	text-decoration:none;
}
.about-box p a:hover {
	color:#000;
	text-decoration:none;
}
.about-box h2 span {
    font-weight: bold;
}
.about-box h4, .about-box p {
    padding-top: 1vw;
}
.about-box h4 span {
    width: 1vw;
    height: 1vw;
    background: #ed1c24;
    display: inline-block;
    position: relative;
}
.about-box h4 span:before {
content: '';
border: .1vw solid #0072bc;
width: 2vw;
position: absolute;
right: 1.5vw;
top: .5vw;
}
.about-box h4 span:after {
content: '';
border: .1vw solid #0072bc;
width: 2vw;
position: absolute;
left:1.5vw;
top:.5vw;
}
.about-img {
margin-top:2vw;
}
.about-img img {
width: 100%;
}
.about-text {
padding:2vw;
}
.about-text h2 {
font-size:1.7vw;
font-weight:300;
color: #000000;
text-transform: uppercase;
padding-top:1vw;
padding-bottom: 1vw;
line-height:1.5em;
}
.about-text h2 span {
font-size:2.5vw;
font-weight:bold;
color: #000000;
text-transform: uppercase;
}
.about-text h1 {
font-size:3.5vw;
font-weight:bolder;
color: #bf9f62;
padding-bottom:2vw;
text-decoration:none;
}
.about-text h1 a {
color: #bf9f62;
text-decoration:none;
}
.about-text h1 a:hover {
color: #000;
text-decoration:none;
}
.about-text h3 {
font-size:1.5vw;
font-weight:400;
color: #000000;
padding-top: 1vw;
}
.about-text p {
font-size:1.3vw;
}
.margin-bottom {
margin-top:4vw;
}
.aminities-bg-color {
background-color:#f9f9f9;
}
.zodiac-bg {
width:100%;
margin:0 auto;
}
.zodiac-bg img {
width:100%;
}
.zodiac-box {
float: left;
width:5.7vw;
height:5.7vw;
border: .5vw solid rgba(0, 0, 0, 0.0784313725490196);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-right:1.5vw;
}
.zodiac-box i {
width:4.7vw;
height:4.7vw;
float: left;
text-align: center;
line-height:4.7vw;
background: #ff7e00;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.zodiac-box i:hover {
background: #219bdb;
cursor:pointer;
}
.zodiac-box i img {
width:100%;
}
.zodiac-text {
float:left;
margin-top:1.5vw;
}
.zodiac-text h5 {
font-size: 1.6vw;
color: #000000;
font-weight:600;
line-height: .5;
}
.zodiac-text p {
font-size: 1.1vw;
font-weight: 300;
}
img {
max-width: 100%;
}
.filtermenu {
margin: 0 auto;
text-align: center;
display: inline-block;
margin-top:4vw;
margin-bottom:1vw;
border: .1vw dashed #cecece;
}
.filtermenu li {
padding:.8vw 1.5vw;
display: inline-block;
border-right:.1vw dashed #cecece;
cursor: pointer;
font-size:1.3vw;
}
.filtermenu li.active {
  background: #ff7e00;
  color:#FFF;
}
.filtermenu li:nth-child(3) {
  border-right:0;
}
.containers {
  display: flex;
  flex-wrap: wrap;
  margin-top:2vw;
}
.post {
float: left;
width: 100%;
text-align: center;
background-color:#FFF;
border:.1vw solid #efefef;
padding:2vw 2vw 1vw 2vw;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
margin-bottom:2vw;
}
.post-thumb {
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
padding: 1vw;
margin-bottom:2vw;
}
.post-thumb-circle {
position: relative;
width: 8vw;
height: 8vw;
text-align: center;
line-height: 8vw;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
float: left;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.post-thumb-circle img {
width:100%;
}
.post-thumb-circle h2 {
font-size:3vw;
color: #ff7e00;
line-height:4.8vw;
font-weight: bold;
text-transform: uppercase;
padding-bottom:1vw;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.post-thumb-circle i {
font-size:5vw;
color: #bf9f62;
line-height:4.8vw;
font-weight: bold;
text-transform: uppercase;
padding-bottom:1vw;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}



.contact-thumb {
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
padding: 1vw;
}
.contact-thumb-circle {
position: relative;
text-align: center;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
float: left;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contact-thumb-circle img {
width:100%;
}
.contact-thumb-circle h2 {
font-size:3vw;
color: #ff7e00;
line-height:4.8vw;
font-weight: bold;
text-transform: uppercase;
padding-bottom:1vw;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.contact-thumb-circle i {
font-size:6vw;
color: #bf9f62;
line-height:4.8vw;
font-weight: bold;
text-transform: uppercase;
padding-bottom:1vw;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.post-title h2 {
font-size: 1.5vw;
color: #000000;
font-weight:600;
text-transform: uppercase;
padding-bottom:0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.post-title p {
font-size:1.3vw;
color: #000;
line-height:1.5em;
font-weight:400;
text-decoration:none;
}
.post-title p a {
font-size:1.3vw;
line-height:1.5em;
color: #000;
font-weight:700;
text-decoration:none;
}
.post-title p a:hover {
color:#ed1c24;
font-weight:700;
text-decoration:none;
}
.post-title h5 a {
font-size: 1.3vw;
color: #bf9f62;
padding-top:0;
text-decoration:none;
}
.post-title h5 a:hover {
color: #000;
text-decoration:none;
}
.post-title h5 a i {
position: relative;
top:.1vw;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.counter-main-wrapper {
    float: left;
    width: 100%;
    text-align: center;
}
.counter-border {
    border-left: 1px dashed #cecece;
}
.counter-wrapper {
    display: inline-block;
	float:left;
	width:20%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background: #ffffff;
    border: .1vw dashed #cecece;
    border-left: 0;
}
.counter-cycle-main {
    display: inline-block;
    border: .1vw dashed #cecece;
    width:6vw;
    height:6vw;
    padding-top:.625vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.counter-cycle-main span {
    width:4.5vw;
    height: 4.5vw;
    line-height: 4.5vw;
    text-align: center;
    font-size: 2vw;
    color: #ff7e00;
    font-weight: bold;
    border: .1vw dashed #cecece;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.con1, .con2, .con3, .con4 {
    font-size:1.5vw;
    color: #000000;
    margin-top:2vw;
}
.section {
padding:2vw 0;
}
.pd-space {
padding-left:2vw;
padding-right:2vw;
}
.pd-space-left {
padding-left:6vw;
}
.pd-space-left1 {
padding-left:4vw;
}

#footer {
font-family: 'Roboto', sans-serif;
width:100%;
background-color:#005c97;
color: #fff;
font-weight:500;
padding:.5vw;
}
#footer a {
font-family: 'Roboto', sans-serif;
color: #fff;
text-decoration:none;
font-weight:500;
}
#footer a:hover {
font-family: 'Roboto', sans-serif;
color:#bdddf1;
text-decoration:none;
}
.monogram {
    padding-left: 0px;
    text-align: left;
	padding-top:.5vw;
	float:left;
	width:8%;
}
.monogram img {
width:80%;
}
.pull-right {font-family: 'Roboto', sans-serif;
    font-weight:400;
    line-height: 1.5em;
    padding-left:2vw;
    margin-left: 2vw;
    text-align: right;
    font-size: 1.1vw;
	color:#fff;
	font-weight:500;
}
.link {font-family: 'Roboto', sans-serif;
    font-weight:400;
    line-height: 1.5em;
    text-align: left;
    font-size: 1.1vw;
	color:#fff;
}
.link {font-family: 'Roboto', sans-serif;
    color: #fff;
	font-size: 1.1vw;
	font-weight:500;
	}

.link a {font-family: 'Roboto', sans-serif;
    font-size: 1.1vw;
    font-weight:500;
    color: #fff;
}
.pull-right {font-family: 'Roboto', sans-serif;
    color: #fff;
	font-weight:500;
}
.footer-wrapper {
    width: 100%;
    background: #0072bc;
}
.footer-logo {
    width: 100%;
	margin:0 auto;
    text-align: center;
    padding-left:2vw;
    padding-right:2vw;
}
.footer-logo:before {
    content: '';
    border:1px solid #0369ab;
    height:300px;
    position: absolute;
    top:0;
    right: -15px;
}
.footer-logo img {
	width:50%;
	margin: 0 auto;
}
.footer-logo p {
font-size:1.3vw;
color: #fff;
font-weight:400;
padding:2vw 1vw 1vw 1vw;
}
.footer-logo h4 a {
font-size: 1.3vw;
color: #dde9f1;
padding-top:0;
text-decoration:none;
}
.footer-logo h4 a:hover {
color: #FFF;
text-decoration:none;
}
.footer-logo h4 a i {
position: relative;
top:.1vw;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.footer-help {
    float: left;
    width: 100%;
    text-align: center;
    padding-top:2vw;
    padding-left:2vw;
    padding-right:2vw;
    position: relative;
}
.footer-help:before {
    content: '';
    border: 1px solid #0369ab;
    height:300px;
    position: absolute;
    top:0;
    right: -15px;
}
.footer-help h2 {
    font-size:1.8vw;
    color: #ffffff;
    text-transform: uppercase;
	font-weight:400;
}
.footer-help h2 span {
    color: #ffffff;
    font-weight: bold;
}
.footer-help p {
font-size:1.3vw;
color: #fff;
font-weight:400;
padding:1vw;
}
.btn-quote {
width:100%;
font-family: 'Roboto', sans-serif;
  color: #fff;
  background-color: #ed1c24;
  font-weight:700;
  text-transform:uppercase;
  border-color: #ed1c24;
  padding:1vw 2vw;
  font-size:1.3vw;
  text-decoration:none;
  border-radius:2vw;
}
.btn-quote:hover {
  color: #fff;
  background-color: #000;
  border-color: #219bdb;
  text-decoration:none;
}
.footer-contact {
    float: left;
    width: 100%;
    padding-top:2vw;
    padding-left:2vw;
    padding-right:2vw;
    text-align: center;
}
.footer-contact h2 {
    font-size:1.8vw;
    color: #ffffff;
    text-transform: uppercase;
	font-weight:400;
}
.footer-contact h2 span {
    color: #ffffff;
    font-weight: bold;
}
.footer-contact p {
font-size:1.3vw;
color: #fff;
font-weight:400;
padding:1vw;
text-decoration:none;
margin-bottom: 0;
}
.footer-contact p a {
color: #dde9f1;
font-weight:700;
text-decoration:none;
}
.footer-contact p a:hover {
color: #FFF;
font-weight:700;
text-decoration:none;
}
.footer-contact p span {
    color: #dde9f1;
}
.footer-contact ul {
    display: inline-block;
    margin-top:.5vw;
}
.footer-contact li:first-child {
    margin-left: 0;
}
.footer-contact li {
    float: left;
    margin-left: .5vw;
}
.footer-contact li a {
    float: left;
    width: 3vw;
    height: 3vw;
    line-height: 3vw;
    text-align: center;
    background: #282828;
    color: #ababab;
    font-size:1.2vw;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-contact li a:hover {
    background: #bf9f62;
    color: #FFF;
}
.footer-contact li i {
line-height:3vw;
}
.to-top {
   position: fixed;
    bottom:5vw;
    left:1vw;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    background-image: url(../images/astro-logo.png);
    z-index: 100;
    cursor: pointer;
    display: none;
}
.to-top:hover {
    background-image: url(../images/astro-logo-hover.png);
}
.about-header {
background-image:url(../images/header-bg.jpg);
background-size:100%;
width:100%;
background-color:#000;
}
.about-header img {
width:30%;
}
.about-header h2 {
position:absolute;
z-index:10;
color:#FFF;
top:10vw;
left:5vw;
font-size: 3vw;
font-weight: 100;
text-transform: uppercase;
}
.about-header h2 span {
    font-weight: bold;
}
.google-map iframe {
width:100%;
height:35vw;
}
.form-wrapper {
    float: left;
    width: 100%;
    margin-top:2vw;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom:.5vw;
    font-weight: bold;
}
.contact form select, .contact-right textarea, .form-text input[type=text] {
    width: 100%;
    height:3.5vw;
    border: .1vw solid #e7e7e7;
    padding-left: 1vw;
    padding-right: 1vw;
	margin-bottom:1.3vw;
}
.contact form select, .contact-right textarea, .form-text input[type=text] select {
    width: 100%;
    height:3.5vw;
    border: .1vw solid #e7e7e7;
    padding-left: 1vw;
    padding-right: 1vw;
	margin-bottom:1.3vw;
}
.form-text textarea {
    width: 100%;
	height:15vw;
    border: .1vw solid #e7e7e7;
    padding:1vw;
	margin-bottom:1.3vw;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea {
    overflow: auto;
}
.form-text input[type="submit"]{
background:#ed1c24;
border-radius:.1vw;
padding:1vw 2vw;
display: block;
color: #FFF;
font-size:1.5vw;
font-weight:400;
text-transform:uppercase;
border:none;
outline: none;
cursor: pointer;
text-align:center;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.form-text input[type="submit"]:hover{
background:#0072bc;
color:#FFF;
}
.form-pop {
    float: left;
    width: 100%;
    margin-top:2vw;
}
.form-pop input[type="submit"]{
width: 100%;
padding:1vw 2vw;
background: #ff7e00;
margin:0 auto;
border-radius: 2vw;
display: block;
color: #FFF;
font-size:1.5vw;
font-weight:400;
text-transform:uppercase;
border:none;
outline: none;
cursor: pointer;
text-align:center;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.form-pop input[type="submit"]:hover{
background:#000;
color:#FFF;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:10000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:0;
}
.popup h2 {
    font-size:2.5vw;
    font-weight: 100;
    color: #000000;
    text-transform: uppercase;
	text-align:center;
	padding-top:1vw;
}
.popup h2 span {
font-weight:bold;
}
.popup p {
text-align:center;
margin-bottom:0;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

/* Media Queries
--------------------------------------------- */
@media all and (max-width : 899px) {
.about-section {
    float: left;
    width: 100%;
    padding-top:20px;
    padding-bottom:20px;
}
.section-spce-form {
    padding-left:20px;
    padding-right:20px;
}
.form-text input[type="submit"] {
padding: 1vw 2vw;
font-size:18px;
}
.form-text textarea {
    width: 100%;
    height:150px;
    border: .1vw solid #e7e7e7;
    padding: 1vw;
    margin-bottom:20px;
}
.contact form select, .contact-right textarea, .form-text input[type="text"] {
    width: 100%;
    height:auto;
    border:1px solid #e7e7e7;
	padding:10px;
    padding-left:0;
    padding-right:0;
    margin-bottom:20px;
}
.mt-5, .my-5 {
    margin-top: 15px !important;
}
.no-padding {
padding: 0 !important;
}
.mobile-hide {
display:none;
}
.mobile-show {
display:block;
}
.desktop-show {
display:none;
}
.logo img {
    width:50%;
}
.top-link li {
font-size:20px;
}
header {
position: relative;
width: 100%;
z-index: 22;
top: 0;
left: 0;
}
header.tr-header.sticky {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999999;
}
.tr-header {
height: auto;
margin-top:0;
}
.logo-holder {
width:100%;
position:relative;
margin:0 auto;
}
.title-content {
display: block;
bottom: -25vw;
}
.title-content h1 {
    font-family: 'Fjalla One', sans-serif;
    display: block;
    height: auto;
    font-size:7em;
    font-weight: 600;
    line-height: 1.4em;
}
.title-content p {
    color: #FFF;
    font-size:4.5em;
    font-weight: 300;
    line-height: 1.5em;
    text-align: left;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000;
    padding-top: 0;
    padding-bottom:30px;
}
.btn-more {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #ff7e00;
    font-weight:600;
    text-transform: uppercase;
    border-color: #ff7e00;
    padding:2% 4%;
    font-size:2.5em;
    text-decoration: none;
    border-radius: 30px;
}
.section {
padding:20px 0;
}
.btn-box {
width:100%;
margin:0 auto;
margin-bottom:20px;
margin-top:20px;
}
.btn-appointment {
    width: 100%;
	margin:0 auto;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color:#ed1c24;
    font-weight: 400;
    text-transform: uppercase;
    border-color:#bf9f62;
    padding: 10px 30px;
    font-size: 15px;
    text-decoration: none;
    border-radius:5px;
}
.monogram {
display:none;
}
#footer a {
font-weight:600;
}
.link {
font-size:13px;
text-align:center;
font-weight:600;
}
.link a {
font-size:13px;
text-align:center;
font-weight:600;
}
.pull-right {
float:none;
font-size:13px;
text-align:center;
font-weight:600;
}
.pd-space-left {
padding-left: 0;
}
.pd-space {
    padding-left: 20px;
    padding-right: 20px;
}
.service-grid {
margin-bottom:20px;
padding:20px;
}
.service-grid h2 {
    font-size:20px;
    font-weight: bold;
    padding-bottom: .5vw;
}
.service-grid p {
    font-size:14px;
   font-weight: 400;
}
.service-grid h5 a {
    font-size:14px;
}
.section-spce {
padding-left:0;
padding-right: 0;
}
.about-box h2 {
font-size:25px;
}
.about-box h4 span {
    width: 8px;
    height: 8px;
}
.about-box h4 span::before {
    border: 1px solid #d8d8d8;
    width: 12px;
    position: absolute;
    right:15px;
    top:3px;
}
.about-box h4 span::after {
    border: 1px solid #d8d8d8;
    width: 12px;
    position: absolute;
    left:15px;
    top:3px;
}
.about-box p {
    font-size:14px;
}
.about-text h2 {
font-size: 18px;
}
.about-text h2 span {
font-size:18px;
}
.about-text p {
    font-size:14px;
}
.about-text h3 {
font-size:18px;
}
.about-text h1 {
font-size:25px;
}
.section-bg {
background:#f9f9f9;
height:auto;
}
.zodiac-box {
    float: left;
    width:85px;
    height:85px;
    border:8px solid rgba(0, 0, 0, 0.0784313725490196);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right:20px;
}
.zodiac-box i {
    width:70px;
    height:70px;
    float: left;
    text-align: center;
    line-height:70px;
}
.zodiac-text {
    float: left;
    margin-top:30px;
}
.zodiac-text h5 {
    font-size:18px;
}
.zodiac-text p {
    font-size:14px;
}
.filtermenu {
margin:0 auto;
margin-top:20px;
margin-bottom:20px;
border:1px dashed #cecece;
width:95%;
}
.filtermenu li {
padding: 10px 20px;
display: inline-block;
border-right:1px dashed #cecece;
cursor: pointer;
font-size:12px;
}
.post-thumb-circle {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 50px;
}
.post-title h2 {
font-size:16px;
padding-bottom:10px;
}
.post-title p {
font-size:14px;
}
.post-title h5 a {
font-size:14px;
}
.counter-wrapper {
    display: inline-block;
    float: left;
    width:50%;
    padding-top:20px;
    padding-bottom: 20px;
    border:1px dashed #cecece;
}
.counter-cycle-main {
    display: inline-block;
    border:1px dashed #cecece;
    width:60px;
    height:60px;
    padding-top:7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.counter-cycle-main span {
    width:45px;
    height:45px;
    line-height:45px;
    text-align: center;
    font-size: 20px;
    color: #ff7e00;
    font-weight: bold;
    border:1px dashed #cecece;
}
.con1, .con2, .con3, .con4 {
    font-size:20px;
    color: #000000;
    margin-top:20px;
}
.counter-main-wrapper {
    float:none;
    width:95%;
	margin:0 auto;
    text-align: center;
}
.footer-logo {
padding-left:20px;
padding-right:20px;
}
.footer-logo img {
width:50%;
margin: 0 auto;
}
.footer-logo p {
font-size:14px;
padding:0;
}
.footer-logo::before {
display:none;
}
.footer-logo h4 a {
font-size:14px;
}
.footer-help {
margin-bottom:20px;
}
.footer-help h2 {
font-size:20px;
}
.footer-help p {
font-size:14px;
padding:0;
}
.btn-quote {
    width: 100%;
    padding: 10px 15px;
    font-size:13px;
    border-radius:20px;
}
.footer-contact h2 {
font-size:20px;
}
.footer-help::before {
display:none;
}
.footer-contact p {
font-size:15px;
padding:0;
}
.footer-contact li a {
width:40px;
height: 40px;
line-height: 40px;
font-size:15px;
margin-top:10px;
margin-right:5px;
}
.footer-contact li i {
line-height: 40px;
}
.about-header h2 {
    position: absolute;
    z-index: 10;
    color: #FFF;
    top:22vw;
    left: 5vw;
    font-size:20px;
}
.post-thumb-circle h2 {
    font-size:30px;
    color: #ff7e00;
    line-height:45px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom:10px;
}
.form-wrapper input {
    width: 100%;
    height:40px;
    border:1px solid #e7e7e7;
    padding-left:10px;
    padding-right:0;
	margin-bottom:10px;
}
.form-wrapper select {
    width: 100%;
    height:40px;
    border:1px solid #e7e7e7;
    padding-left:10px;
    padding-right:0;
	margin-bottom:10px;
}
.form-wrapper input[type="submit"] {
    background: #ff7e00;
    width:100%;
    margin: 0 auto;
    border-radius:20px;
    display: block;
    color: #FFF;
    font-size:16px;
}
.post-thumb-circle i {
    font-size:30px;
    color: #ff7e00;
    line-height:45px;
}
.post-title p a {
    font-size:14px;
}
.form-pop input[type="submit"] {
    width: 100%;
    padding: 10px 20px;
    border-radius:20px;
   font-size:14px;
}
  .box{
    width:100%;
  }
  .popup{
    width:90%;
	padding:10px;
	margin:20px auto;
  }
  .popup h2 {
    font-size:25px;
   padding-top:20px;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
}
.popup p {
    text-align: center;
    margin-bottom:20px;
}
.popup .content {
    max-height:100%;
    overflow: auto;
}
}
@media all and (max-width : 330px) {
nav ul li {
display:block;
width: 100%;
}

}
.clearfix {
clear:both;
}
@media only screen and (min-width : 900px) and (max-width : 1080px) {
.mobile-hide {
display:none;
}
.footer-logo::before {
    content: '';
    border: 1px solid #383838;
    height:200px;
    position: absolute;
    top: 0;
    right: -15px;
}
.footer-help::before {
    content: '';
    border: 1px solid #383838;
    height: 200px;
    position: absolute;
    top: 0;
    right: -15px;
}
.btn-quote {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #bf9f62;
    font-weight: 400;
    text-transform: uppercase;
    border-color: #ff7e00;
    padding: 1vw 4vw;
    font-size: 1.2vw;
    text-decoration: none;
    border-radius: 2vw;
}
.btn-appointment {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #bf9f62;
    font-weight: 500;
    text-transform: uppercase;
    border-color: #bf9f62;
    padding: 1.2vw 1vw;
    font-size: 1.2vw;
    text-decoration: none;
    border-radius: .5vw;
	margin-top:1vw!important;
}
}
