/*
Theme Name: Revive Canada
Theme URI: http://www.revivewellnessclub.ca
Description: Revive Canada
Version: 1
Author: Lee Iacovou
Author URI: https://revivecanada.ca
*/



/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/*CSS RESET*/


/*  font-family: "Montserrat", serif;*/


@font-face {
font-family: roxy-reg;
src:url(/fonts/roxy-reg.otf);
}

@font-face {
font-family: roxy-bold;
src:url(/fonts/roxy-bold.otf);
}

@font-face {
font-family: roxy-light;
src:url(/fonts/roxy-light.otf);
}

@font-face {
font-family: roxy-extra;
src:url(/fonts/roxy-extra.otf);
}

@font-face {
font-family: roxy-heavy;
src:url(/fonts/roxy-heavy.otf);
}



@font-face {
font-family: good;
src:url(/fonts/good.ttf);
}


:root {
  --nude: #a4ac86;
/*  --green: #9CA083; */
}




/*:root {
  --nude: #d5c4b0;

}*/


body
{
margin: -1px;
background-color: #fafafa;
}


#icon-row {
    width: 100%;
    height: auto;
}


#button15 {
    width: 36%;
    height: 4vw;
    position: absolute;
    bottom: 0vw;
    left: 3%;
}



#icon-row h3 {
    font-family: 'Montserrat';
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: -1px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 2.75vw;
    margin: 0vw 0vw 4vw 0%;
    text-align: center;
}

#icon-row p {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 400;
    margin: 2% 0% 0vw 0%;
     text-align: center; 
}


#find-row {
    width: 100%;
    height: auto;
    padding-bottom: 6%;
    margin-top: 5vw;
}



#find-row h3 {
    font-family: 'Montserrat';
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: -1px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 2.75vw;
    margin: 0vw 0vw 0vw 0%;
    text-align: center;
}


#find-row p {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 400;
    margin: 2% 0% 0vw 0%;
     text-align: center; 
}



#theIcons {
    width: 39%;
    height: auto;
    margin: 0 auto;
    margin-top: 2%;
}


#theIcons img {
    width: 45%;
    height: auto;
    float: left;
    margin: 0% 2.5% 0% 2.5%;
}





#logo {
    position: absolute;
    top: 24%;
    left: 4%;
    width: 13%;
    height: auto;
    z-index: 9999999999;
}

#logo img {

    width: 100%;
    height: auto;

}

#main-pic {
    width: 100%;
    height: 66vw;
    overflow: hidden;
  /*  position: absolute;
    top: 0%;
    left: 0%;*/
    background-image: url(/images/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* border-bottom: 1px solid #fff; */
}

#main-pic-ol {
    width: 100%;
    height: 66vw;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #0000007d;
}

#main-pic-logo {

width:30%;
height: auto;
margin: 0 auto;
margin-top: 5vw;
}

#main-pic-logo img {

    width: 100%;
    height: auto;

}

#header {
    width: 100%;
    height: 7vw;
    /* background-color: #cccccc21; */
    position: fixed;
    left: 0%;
    top: 0%;
    z-index: 99999;
    border-bottom: 1px solid #ffffff42;
}
/*nav start*/


.container-menu33 {
    width: 100%;
    margin: 2% 0% 0% 0%;
}


.main-menu3 {
    display: block;
    position: absolute;
    top: 12%;
    right: 8%;
    width: 51%;
    z-index: 99999;
}

#social {
    display: block;
    position: absolute;
    top: 30%;
    right: 4%;
    width: 5%;
    height: 3vw;
    z-index: 99999;
    /* background-color: #cccccc26; */
    /* font-size: 1.2vw; */
}


div#social i {
    color: #f4f4f4;
    font-weight: 500;
    font-size: 1.5vw;
    margin: 12% 9% 0% 9%;
}



.main-menu {
    display: block;
    position: relative;
    float: right;
    width: 53%;
}


.main-menu:before,.main-menu:after{
  display: table;
  line-height: 0;
  content: "";
}

.core-menu {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 0.9vw;
    overflow: hidden;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    /* text-transform: uppercase; */
    width: 100%;
}

.core-menu li {
  list-style:none;
  display:inline-block;
  cursor:pointer;
}

.core-menu li a {
    display: inline-block;
    padding: 1.1vw 1.1vw 1.1vw 1.1vw;
    text-decoration: none;
    color: #f4f4f4;
}

li#faux {
    border: 1px solid var(--nude);
    padding: 0vw 0vw 0vw 0vw;
    /* border-radius: 15px; */
    font-weight: 700;
}


.core-menu li#faux a:hover {
    background-color: #000;
    /* border-radius: 7px; */
    color: #d5b560;
    border: 0px;
}

.core-menu li a:hover {
    /* background-color: #d5c4b0; */
    /* border-radius: 7px; */
    color: #d5b560;
    border: 1px solid #d5c4b0;
}


li span.toggle {
  padding-left: 0.3vw;
}
.toggle:before {
  content:"+";
  
}
.dropdown {
  position:absolute;
  width:230px;
  background:#1a1a1a;
  text-align:left;
  display:none;
}
.dropdown li {
  display:block;
  }
.dropdown li a {
  display:block;
  color:#FFF;
}
.dropdown2 {
  position:absolute;
  width:230px;
  background:#2d2d2d;
  text-align:left;
  display:none;
  right:-100%;
  top:0;
}
.dropdown2 li {
  display:block;
  }
.dropdown2 li a {
  display:block;
}
li span.toggle2 {
  position:absolute;
  right:0;
  margin-right:20px;
}
.toggle2:before {
  content:"-";
  
}
.hamburger-menu {
  padding:1em;
  display:none;
  font:normal normal normal 16px/1 Roboto;
  text-transform:uppercase;
}



#main-words {
    width: 80%;
    height: auto;
    position: absolute;
    top: 27vw;
    left: 10%;
}

#main-words h2 {
    font-family: 'Montserrat';
    font-size: 4vw;
    color: #fff;
    /* -webkit-font-smoothing: antialiased; */
    line-height: 2.75vw;
    text-align: center;
    font-weight: 500;
    letter-spacing: -1px;
}

#main-words h3 {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 500;
    margin-top: 1.5vw;
    text-align: center;
}


#book-button {
    width: 42%;
    height: 1.8vw;
    padding: 2%;
    font-family: 'roxy-reg';
    font-size: 1.2vw;
    background-color: #d5c4b0;
    color: #000;
    text-align: center;
    margin-top: 9%;
}

#button1 {
    width: 13%;
    height: 4vw;
    margin: 0 auto;
    margin-top: 3vw;
}


#button2 {
    width: 21%;
    height: 4vw;
    margin-top: 3vw;
    margin-left: 10%;
}

/*button start*/


.btn {
    color: #FFF;
    font-size: 1vw;
    padding: 1vw;
/*    border-radius: 10px;*/
 
    font-family:'Montserrat';
    font-weight: 500;
    text-decoration: none;
    float: left;
}

.btn1 {
/*  background-color: #d5b560;*/
    border: 1px solid var(--nude);
  transition: 0.5s ease-in-out
}




.btn1:hover {
    box-shadow: 0px 0px 0px 0.5px var(--nude), 0px 0px 0px 0px #d5b560, 0px 0px 0px 0px white, 0px 0px 0px 0px #d5b560;
    background: black;
    color: var(
    --nude);
    text-decoration: none;
    font-weight: 800;
}



.btnX {
    color: #111;
    font-size: 1vw;
    padding: 1vw;
/*    border-radius: 10px;*/
 
    font-family:'Montserrat';
    font-weight: 500;
    text-decoration: none;
    float: left;
}

.btnX1 {
/*  background-color: #d5b560;*/
    border: 1px solid #111;
  transition: 0.5s ease-in-out
}



.btnX1:hover {
    box-shadow: 0px 0px 0px 1.5px var(--nude), 0px 0px 0px 0px #d5b560, 0px 0px 0px 0px white, 0px 0px 0px 0px #d5b560;
    background: black;
    color: var(
    --nude);
    text-decoration: none;
    font-weight: 800;
}



#row1 {
    width: 90%;
    height: auto;
    /* position: absolute; */
    /* top: 66vw; */
    /* left: 5%; */
    padding-top: 4%;
    padding-bottom: 4%;
    margin: 0 auto;
}


#row1-l {

width:40%;
height: 44.5vw;
float: left;
overflow: hidden;
}


#row1-l img {

width:100%;
height: auto;

}


#row1-r {

width:60%;
height: 44.5vw;
float: left;

}



#row1-r h2 {
    font-family: 'Montserrat';
     font-weight: 600;
    letter-spacing: -1px;
    font-size: 3vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 2.75vw;
    margin: 7vw 0vw 0vw 10%;
    text-align: left;
}


#row1-r p {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 400;
    margin-top: 1.5vw;
    margin: 6% 0% 0vw 10%;
    /* text-align: center; */
}




#row2 {
    width: 90%;
    height: auto;
    /* position: absolute; */
    /* top: 125.5vw; */
    /* left: 5%; */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 auto;
    gap: 2vw;
    margin-top: 4vw;
}


#one-box {
    float: left;
    position: relative; /* Needed for text positioning */
height: 40vw;
background-color: #FFF;
margin: 0% 0% 0% 0%;
position:relative;
}


#one-box img {
    width: 74%;
    height: auto;
    margin: 11% 0% 0% 13%;
    border-radius: 50%;
}



#one-box h3 {
    font-family: 'Montserrat';
    font-size: 1.5vw;
    font-weight: 500;
    letter-spacing: -1px;
    color: #000;

    line-height: 2vw;
    margin: 1.7vw 0vw 0vw 0%;
    text-align: center;
}


#one-box p {
    font-family: 'Montserrat';
    font-size: 1vw;
    color: #000;
    line-height: 1.5vw;
    font-weight: 400;
    margin-top: 1.5vw;
    margin: 10% 7% 0vw 7%;
    text-align: center;
}



#button3 {
    width: 49%;
    height: 4vw;
    position: absolute;
    bottom: 1vw;
    left: 26%;
}

#form-holder {

width: 53%;
height: auto;
margin: 0 auto;
padding-bottom:7vw;

}


#form-holder img {

width: 100%;
height: auto;

}



#form-holder3 {

width: 61%;
height: auto;
margin: 0 auto;
padding-bottom:7vw;

}


#form-holder3 img {

width: 100%;
height: auto;

}





#form-holder2 {

width: 83%;
height: auto;
margin: 0 auto;
padding-bottom:7vw;

}


#form-holder2 img {

width: 100%;
height: auto;

}




#row3 {
    width: 100%;
    height: 53vw;
    background-color: #ccc;
    margin: 0vw 0vw 0vw 0vw;
    background-image: url(/images/para.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /* top: 173.5vw; */
    /* left: 0%; */
    margin-top: 7vw;
}


#row4 {
    width: 100%;
    height: 53vw;
    background-color: #ccc;
    margin: 0vw 0vw 0vw 0vw;
    background-image: url(/images/para2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /* top: 173.5vw; */
    /* left: 0%; */
    margin-top: 7vw;
}


#row3-words {
    width: 70%;
    height: 22vw;
    position: absolute;
    top: 32%;
    left: 15%;
}

#row3-words h2 {
    font-family: 'Montserrat';
    font-size: 3vw;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 3.5vw;
    text-align: center;
}


#row3-words h3 {
    font-family: 'Montserrat';
    font-size: 1.2vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 500;
    margin-top: 1.5vw;
}




#button4 {
    width: 12%;
    height: 4vw;
    position: absolute;
    bottom: 1vw;
    left: 45%;
}


#footer {
    width: 92%;
    padding: 0% 4% 0% 4%;
    height: 10vw;
    background-color: #28282a;
}


#footer1 {
    width: 60%;
    padding: 5% 0% 0% 0%;
    height: 5vw;
    float: left;
}

#footer1 p {
    font-family: 'Montserrat';
    font-size: 1vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 400;
    text-align: left;
    margin: 0% 0% 0% 0%;
}

#footer-last {
    width: 100%;
    padding: 5% 0% 0% 0%;
    height: 10vw;
    background-color: #28282a;
}

#footer-last p {
    font-family: 'Montserrat';
    font-size: 1.2vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 2.5vw;
    font-weight: 400;
    text-align: center;
    margin: 0% 0% 0% 0%;
}

#footer-last p a:link{
    color: #a4ac86;
    text-decoration: underline;
}

#footer-last p a:hover{
    color: #a4ac86;
    text-decoration: none !important;
}

#footer-last p a:visited{
    color: #a4ac86;
    text-decoration: underline;
}

#footer-last p a:active{
    color: #a4ac86;
    text-decoration: underline;
}



#footer2 {
    width: 40%;
    padding: 3% 0% 0% 0%;
    height: 5vw;
    float: left;
      
}


#footer2a {
    width: 35%;
    height: 10vw;
    float: right;

}

#footer2a img {
    width: 88%;
    height: auto;
}

#footer2b {
    width: 35%;
    height: 10vw;
    float: right;

}

#footer2b img {
    width: 88%;
    height: auto;
}

#footer2c {
    width: 15%;
    height: 10vw;
    float: right;

}


#footer2c i {
    color: #f4f4f4;
    font-weight: 500;
    font-size: 2.2vw;
    margin: 35% 7% 0% 0%;
}

#footer-extra {


width: 100%;
height:19vw !important;
background-color: #28282a;
position: relative;
}


#footer-extra img {
    width: 34%;
    height: auto;
    margin: 3.5% 0% 0% 4%;
}


#opening {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 40%;
    height: auto;
    /* background-color: #cccccc08; */
}


#opening h3 {
    font-family: 'Montserrat';
    font-size: 1vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 600;
    text-align: right;
    margin: 0% 0% 1.5% 0%;
}

#opening p {
    font-family: 'Montserrat';
    font-size: 1vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 400;
    text-align: right;
    margin: 0% 0% 0% 0%;
}


#opening p strong {
    font-family: 'Montserrat';
    font-size: 1vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 600;
    text-align: right;
    margin: 0% 0% 0% 0%;
}


#blog-holder {

width:80%;
height: auto;
margin: 0 auto;
padding-bottom: 5vw;

}



#blog-row1 {

width:100%;
height: auto;

}


#blog-row1-l {
    width: 40%;
    height: 25vw;
    background-color: #0000001a;
    float: left;
    margin: 0% 0% 0% 0%;
    border-radius: 28px;
    overflow: hidden;
}

#blog-row1-r h3 {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #585757;
    -webkit-font-smoothing: antialiased;
     font-weight: 400;
    margin: 2% 0% 1vw 10%;
    /* text-align: center; */
    letter-spacing: 1px;
}

#blog-row1-r h2 {
    font-family: 'Montserrat';
    font-size: 2.7vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 2.75vw;
    margin: 0vw 0vw 0vw 10%;
    text-align: left;
    font-weight: 500;
}

#blog-row1-r p {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75vw;
    font-weight: 400;
    margin: 2% 0% 0vw 10%;
    /* text-align: center; */
}


#one-blog {
    float: left;
    position: relative;
    height: 42vw;
    margin: 0% 0% 0% 0%;
    position: relative;
}

#one-blog h3 {
    font-family: 'Montserrat';
    font-size: 1vw;
    color: #585757;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 6% 3% 3% 3%;
    /* text-align: center; */
    letter-spacing: 1px;
}

#one-blog h2 {
    font-family: 'Montserrat';
    font-size: 1.8vw;
    font-weight: 500;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 2vw;
    margin: 0vw 3% 1vw 3%;
    text-align: left;
}

#one-blog p {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4vw;
    font-weight: 400;
    margin: 3% 3% 0vw 3%;
    /* text-align: center; */
}


#one-blog5 {
    float: left;
    position: relative;
    height: 36vw;
    margin: 0% 0% 10% 0%;
    position: relative;
    /* background-color: #f7f4f4; */
    border-radius: 23px 23px 0px 0px;
    border: 1px solid #bfbebe;
}

#one-blog5 h3 {
    font-family: 'Montserrat';
    font-size: 1vw;
    color: #585757;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 6% 3% 3% 3%;
    /* text-align: center; */
    letter-spacing: 1px;
}

#one-blog5 h2 {
    font-family: 'Montserrat';
    font-size: 1.3vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 2vw;
    margin: 0vw 3% 1vw 3%;
    text-align: left;
}


#one-blog5 p {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4vw;
    font-weight: 400;
    margin: 3% 3% 0vw 3%;
    /* text-align: center; */
}







#blog-row1-r {
    width: 60%;
    height: 25vw;
    float: left;
    margin: 0% 0% 0% 0%;
    position: relative;
}

#blog-row1-l img {
    width: 100%;
    height: auto;
}

#button5 {
    width: 18%;
    height: 4vw;
    position: absolute;
    bottom: 0vw;
    left: 10%;
}


#button6 {
    width: 32%;
    height: 4vw;
    position: absolute;
    bottom: 1vw;
    left: 34%;
}

#button7 {
    width: 32%;
    height: 4vw;
    position: absolute;
    bottom: 1vw;
    left: 33.5%;
}


#blog-row2 {
    width: 100%;
    height: auto;
    /* position: absolute; */
    /* top: 125.5vw; */
    /* left: 5%; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    gap: 2vw;
    margin-top: 4vw;
}





#one-blog-image {
    width: 100%;
    height: 20vw;
    overflow: hidden;
    border-radius: 23px;
}


#one-blog-image img {
width:100%;
height: auto;
}

#one-blog-image2 {
    width: 100%;
    height: 20vw;
    overflow: hidden;
    border-radius: 23px 23px 0px 0px;
}


#one-blog-image2 img {
width:100%;
height: auto;
}



#main-pic-curve {
    width: 100%;
    height: 48vw;
    overflow: hidden;
    background-image: url(/images/head2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    /* border-bottom: 1px solid #fff; */
}

#main-pic-curve2 {
    width: 100%;
    height: 48vw;
    overflow: hidden;
    background-image: url(/images/head3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    /* border-bottom: 1px solid #fff; */
}

#main-pic-curve3 {
    width: 100%;
    height: 48vw;
    overflow: hidden;
    background-image: url(/images/head4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    /* border-bottom: 1px solid #fff; */
}

#main-pic-curve4 {
    width: 100%;
    height: 48vw;
    overflow: hidden;
    background-image: url(/images/head5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    /* border-bottom: 1px solid #fff; */
}

#main-pic-curve5 {
    width: 100%;
    height: 48vw;
    overflow: hidden;
    background-image: url(/images/head8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    /* border-bottom: 1px solid #fff; */
}


#main-pic-curve6 {
    width: 100%;
    height: 48vw;
    overflow: hidden;
    background-image: url(/images/head9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    /* border-bottom: 1px solid #fff; */
}


#main-pic-curve-ol {
    width: 100%;
    height: 43vw;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #00000029;
}


#main-pic-curve-ol22 {
    width: 100%;
    height: 43vw;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #00000029;
}


  #curved-div {
    width: 100%;
    height: auto;
     position: absolute;
    bottom: -1%;
    left: 0%;
  }


  #curved-div img {
    width: 100%;
    height: auto;
}



#main-words2 {
    width: 80%;
    height: auto;
    position: absolute;
    top: 42%;
    left: 10%;
}

#main-words2 h2 {
    font-family: 'Montserrat';
    letter-spacing: -1px;
    font-size: 4vw;
    font-weight: 500;
    color: #fff;
    /* -webkit-font-smoothing: antialiased; */
    line-height: 2.75vw;
    text-align: center;
}


#main-words2 h3 {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 500;
    margin-top: 1.5vw;
    text-align: center;
}



#main-words6 {
    width: 80%;
    height: auto;
    position: absolute;
    top: 32%;
    left: 10%;
}



#main-words6 h2 {
    font-family: 'Montserrat';
    font-size: 4vw;
    letter-spacing: -1px;
    font-weight: 500;
    color: #fff;
    /* -webkit-font-smoothing: antialiased; */
    line-height: 2.75vw;
    text-align: center;
}

#main-words6 h3 {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 500;
    margin-top: 1.5vw;
    text-align: center;
}





#main-words3 {
    width: 80%;
    height: auto;
    position: absolute;
    top: 42%;
    left: 10%;
}

#main-words3 h2 {
    font-family: 'roxy-light';
    font-size: 4vw;
    color: #fff;
/*    -webkit-font-smoothing: antialiased;*/
    line-height: 2.75vw;
    text-align: center;
}


#main-words3 h3 {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 500;
    margin-top: 1.5vw;
    text-align: center;
}



#single-blog {
    width: 80%;
    min-height: 20vw;
    height: auto;
    margin: 0 auto;
    padding-bottom: 6vw;
    border-bottom: 1px solid #b1b1b1;
}

#extra-blog {
    width: 80%;
    height: 40vw;
    margin: 0 auto;
    padding-bottom: 6vw;
}




#single-blog-image {
    width: 38%;
    height: 30vw;
    margin: 0% 5% 4% 0%;
    overflow: hidden;
    float: left;
    border-radius: 25px;
}



#single-blog-image img {

width: 100%;
height: auto;
}


#back {
    position: absolute;
    top: 9vw;
    left: 4vw;
    font-family: 'Montserrat';
    font-size: 1.2vw;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    background: none;
    border: 0;
}


#share {
    width: 25%;
    height: auto;
    margin: 0 auto;
    margin-top: 5vw;
}


#share img {

width: 100%;
height: auto;
}



#single-blog p {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75vw;
    font-weight: 400;
    margin: 0% 0% 3% 0%;
    /* text-align: center; */
}


#single-blog p strong {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75vw;
    font-weight: 700;
    margin: 0% 0% 3% 0%;
    /* text-align: center; */
}


#main-words4 {
    width: 80%;
    height: auto;
    position: absolute;
    top: 37%;
    left: 10%;
}

#main-words4 h2 {
    font-family: 'Montserrat';
    font-size: 4vw;
    letter-spacing: -1px;
    font-weight: 500;
    color: #fff;
    /* -webkit-font-smoothing: antialiased; */
    line-height: 4vw;
    text-align: center;
}


#main-words4 h3 {
    font-family: 'Montserrat';
    font-size: 1.1vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 500;
    margin-top: 1.5vw;
    text-align: center;
    letter-spacing: 1px;
}





    .swiper-container {
      width: 100%; /* 4 /images + gaps (400 * 4 + 10 * 3) */
      overflow: hidden; /* Hide overflow */
      direction: rtl; /* Right-to-left sliding */
      padding: 5% 0% 5% 0%;
    }

    .swiper-slide {
      width: 400px; /* Exact image width */
      display: flex;
      justify-content: center;
      align-items: center;
    }

.swiper-slide img {
    width: 30vw;
    height: 20vw;
    object-fit: cover;
    border-radius: 25px;
}
    .swiper-button-next,
    .swiper-button-prev {
      color: #fff; /* Navigation arrows visibility */
    }




#map-row {

width:100%;
height: auto;


}


#map-row iframe {
    width: 100%;
    height: 40vw;
}





























































@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 767px)  
{


#main-pic-curve3 {
    width: 100%;
    height: 85vw;
    overflow: hidden;
    background-image: url(/images/head4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* border-bottom: 1px solid #fff; */
}




#share {
    width: 75%;
    height: auto;
    margin: 0 auto;
    margin-top: 15vw;
    margin-bottom: 7vw;
}


#single-blog-image {
    width: 100%;
    height: 60vw;
    margin: 0% 0% 4% 0%;
    overflow: hidden;
    float: none;
    border-radius: 25px;
}




#single-blog p {
    font-family: 'Montserrat';
    font-size: 4vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 5.75vw;
    font-weight: 400;
    margin: 0% 0% 10% 0%;
    /* text-align: center; */
}


#single-blog p strong {
    font-family: 'Montserrat';
    font-size: 4vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 5.75vw;
    font-weight: 700;
    margin: 0% 0% 10% 0%;
    /* text-align: center; */
}





#extra-blog {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 6vw;
}




#main-words4 {
    width: 80%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 10%;
}

#main-words4 h2 {
    /* font-family: 'roxy-light'; */
    font-size: 6vw;
    color: #fff;
    /* -webkit-font-smoothing: antialiased; */
    line-height: 7vw;
    text-align: center;
}


#main-words4 h3 {
    font-family: 'Montserrat';
    font-size: 3vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 500;
    margin-top: 5.5vw;
    text-align: center;
    letter-spacing: 1px;
}




#main-words6 {
    width: 80%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 10%;
}

#main-words6 h2 {
    /* font-family: 'roxy-light'; */
    font-size: 9vw;
    color: #fff;
    /* -webkit-font-smoothing: antialiased; */
    line-height: 7vw;
    text-align: center;
}


#main-words6 h3 {
    font-family: 'Montserrat';
    font-size: 3vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 3.5vw;
    font-weight: 500;
    margin-top: 5.5vw;
    text-align: center;
    letter-spacing: 1px;
}



#blog-holder {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 5vw;
}


#blog-row1-l {
    width: 100%;
    height: 65vw;
    background-color: #0000001a;
    float: left;
    margin: 0% 0% 0% 0%;
    border-radius: 28px;
    overflow: hidden;
}


#blog-row1-r {
    width: 100%;
    height: auto;
    float: left;
    margin: 0% 0% 10% 0%;
    position: relative;
}




#blog-row1-r h3 {
    font-family: 'Montserrat';
    font-size: 3.5vw;
    color: #585757;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 5% 0% 2vw 5%;
    /* text-align: center; */
    letter-spacing: 1px;
}


#blog-row1-r h2 {
    /* font-family: 'roxy-reg'; */
    font-size: 6vw;
    font-weight: 600;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 6.75vw;
    margin: 0vw 0vw 0vw 5%;
    text-align: left;
}



#blog-row1-r p {
    font-family: 'Montserrat';
    font-size: 4vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 5.75vw;
    font-weight: 400;
    margin: 2% 0% 0vw 5%;
    /* text-align: center; */
}



#blog-row2 {
    width: 100%;
    height: auto;
    /* position: absolute; */
    /* top: 125.5vw; */
    /* left: 5%; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    gap: 2vw;
    margin-top: 4vw;
}



#one-blog {
    float: left;
    position: relative;
    height: auto;
    margin: 0% 0% 22% 0%;
    position: relative;
    padding-bottom: 12%;
}



#one-blog-image {
    width: 100%;
    height: 65vw;
    overflow: hidden;
    border-radius: 23px;
}


#one-blog h3 {
    font-family: 'Montserrat';
    font-size: 3.5vw;
    color: #585757;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 5% 0% 2vw 5%;
    /* text-align: center; */
    letter-spacing: 1px;
}



#one-blog h2 {
    /* font-family: 'roxy-reg'; */
    font-size: 6vw;
    font-weight: 600;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 6.75vw;
    margin: 0vw 0vw 0vw 5%;
    text-align: left;
}


#one-blog p {
    font-family: 'Montserrat';
    font-size: 4vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 5.75vw;
    font-weight: 400;
    margin: 2% 0% 0vw 5%;
    /* text-align: center; */
}


#button6 {
    width: 42%;
    height: auto;
    position: unset;
    bottom: 1vw;
    left: 35.5%;
    /* background-color: #F00; */
    margin: 9% 0% 0% 5%;
}


#button7 {
    width: 39%;
    height: auto;
    position: unset;
    bottom: 1vw;
    left: 35.5%;
    /* background-color: #F00; */
    margin: 9% 0% 5% 3%;
    float: left;
}


#one-blog-image2 {
    width: 100%;
    height: 65vw;
    overflow: hidden;
    border-radius: 23px 23px 0px 0px;
}



#one-blog5 {
    float: left;
    position: relative;
    height: auto;
    margin: 0% 0% 10% 0%;
    position: relative;
    /* background-color: #f7f4f4; */
    border-radius: 23px 23px 0px 0px;
    border: 1px solid #bfbebe;
}


#one-blog5 h3 {
    font-family: 'Montserrat';
    font-size: 3.5vw;
    color: #585757;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 6% 3% 3% 3%;
    /* text-align: center; */
    letter-spacing: 1px;
}


#one-blog5 h2 {
/*    font-family: 'roxy-reg';*/
    font-size: 4vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 4.75vw;
    margin: 0vw 3% 1vw 3%;
    text-align: left;
}




#button5 {
    width: 37%;
    height: auto;
    position: unset;
    /* background-color: #F00; */
    margin: 10% 0% 0% 5%;
}


#main-pic-curve6 {
    width: 100%;
    height: 110vw;
    overflow: hidden;
    background-image: url(/images/head9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* border-bottom: 1px solid #fff; */
}





#main-pic-curve {
    width: 100%;
    height: 120vw;
    overflow: hidden;
    background-image: url(/images/head2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* border-bottom: 1px solid #fff; */
}


#main-pic-curve-ol {
    width: 100%;
    height: 120vw;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #00000029;
}

#main-pic-curve-ol22 {
    width: 100%;
    height: 150vw;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #00000029;
}


#main-pic-curve2 {
    width: 100%;
    height: 150vw;
    overflow: hidden;
    background-image: url(/images/head3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* border-bottom: 1px solid #fff; */
}


#form-holder {
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 7vw;
}


#main-pic-curve4 {
    width: 100%;
    height: 77vw;
    overflow: hidden;
    background-image: url(/images/head5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* border-bottom: 1px solid #fff; */
}


#main-pic-curve5 {
    width: 100%;
    height: 113vw;
    overflow: hidden;
    background-image: url(/images/head8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
    position: relative;
    /* border-bottom: 1px solid #fff; */
}

#form-holder3 {
    width: 91%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 7vw;
}

#main-words2 h2 {
/*    font-family: 'roxy-light';*/
    font-size: 9vw;
    color: #fff;
    /* -webkit-font-smoothing: antialiased; */
    line-height: 9.75vw;
    text-align: center;
}

#main-words2 h3 {
    font-family: 'Montserrat';
    font-size: 4vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 4.5vw;
    font-weight: 500;
    margin-top: 1.5vw;
    text-align: center;
}

#main-words2 {
    width: 80%;
    height: auto;
    position: absolute;
    top: 22%;
    left: 10%;
}

#row4 {
    width: 100%;
    height: 130vw;
    background-color: #ccc;
    margin: 0vw 0vw 0vw 0vw;
    background-image: url(/images/para2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    /* top: 173.5vw; */
    /* left: 0%; */
    margin-top: 7vw;
}














#row1 {
    width: 100%;
    height: auto;
    /* position: absolute; */
    /* top: 66vw; */
    /* left: 5%; */
    padding-top: 0%;
    padding-bottom: 4%;
    margin: 0 auto;
}



#row1-r {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 5%;
}



#row1-r h2 {

    font-size: 7.75vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 7vw;
    margin: 12vw 10vw 0vw 10%;
    text-align: left;
}



#row1-r p {
    font-family: 'Montserrat';
    font-size: 4vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 6.5vw;
    font-weight: 400;
    margin-top: 1.5vw;
    margin: 6% 10% 0vw 10%;
    /* text-align: center; */
}



.btnX {
    color: #111;
    font-size: 5vw;
    padding: 2vw;
    /* border-radius: 10px; */
    font-family: 'Montserrat';
    font-weight: 500;
    text-decoration: none;
    float: left;
}



#button2 {
    width: 44%;
    height: 4vw;
    margin-top: 9vw;
    margin-left: 10%;
}




#row2 {
    width: 90%;
    height: auto;
    /* position: absolute; */
    /* top: 125.5vw; */
    /* left: 5%; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    gap: 2vw;
    margin-top: 4vw;
}



#one-box {
    float: left;
    position: relative;
    height: 164vw;
    background-color: #FFF;
    margin: 0% 0% 8% 0%;
    position: relative;
}


#button3 {
    width: 38%;
    height: auto;
    position: absolute;
    bottom: 8vw;
    left: 31%;
    /* background-color: #F00; */
}


#one-box h3 {

    font-size: 7.75vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 8vw;
    margin: 8vw 10vw 0vw 10%;
    text-align: center;
}



#row3 {
    width: 100%;
    height: 130vw;
    background-color: #ccc;
    margin: 0vw 0vw 0vw 0vw;
    background-image: url(/images/para.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /* top: 173.5vw; */
    /* left: 0%; */
    margin-top: 7vw;
    background-position:center;
}



#row3-words {
    width: 70%;
    height: auto;
    position: absolute;
    top: 13%;
    left: 15%;
}


#row3-words h2 {
    
    font-size: 7vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 8vw;
    text-align: center;
}


#button4 {
    width: 48%;
    height: auto;
    position: absolute;
    bottom: -22vw;
    left: 26%;
    /* background-color: #F00; */
}

.swiper-slide img {
    width: 46vw;
    height: 40vw;
    object-fit: cover;
    border-radius: 25px;
}



#footer {
    width: 92%;
    padding: 0% 4% 0% 4%;
    height: 122vw;
    background-color: #28282a;
}

#row1-l {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}

#footer1 {
    width: 100%;
    padding: 16% 0% 0% 0%;
    height: auto;
    float: left;
}

#footer1 p {
    font-family: 'Montserrat';
    font-size: 4vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 5.5vw;
    font-weight: 400;
    text-align: center;
    margin: 0% 0% 3% 0%;
}


#footer2b {
    width: 50%;
    height: 25vw;
    float: left;
    margin-left: 25%;
}


#footer2a {
    width: 50%;
    height: auto;
    float: left;
    margin-left: 25%;
}

#footer2b img {
    width: 100%;
    height: auto;
}

#footer2a img {
    width: 100%;
    height: auto;
}


#footer2 {
    width: 100%;
    padding: 3% 0% 0% 0%;
    height: auto;
    float: left;
}

#footer-extra {
    width: 100%;
    height: 94vw !important;
    background-color: #28282a;
    margin-top: -1px;
    padding-bottom: 10%;
}

#footer2c {
    width: 40%;
    height: 17vw;
    float: left;
    margin: 4% 30% 1% 30%;
}


#footer2c i {
    color: #f4f4f4;
    font-weight: 500;
    font-size: 11vw;
    margin: 2% 11% 0% 11%;
}



#footer-extra img {
    width: 34%;
    height: auto;
    margin: 0% 0% 0% 0%;
    position: absolute;
    bottom: 13%;
    left: 33%;
}


#opening {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 90%;
    height: auto;
    /* background-color: #cccccc08; */
}


#opening h3 {
    font-family: 'Montserrat';
    font-size: 5vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 600;
    text-align: center;
    margin: 0% 0% 5.5% 0%;
}



#opening p {
    font-family: 'Montserrat';
    font-size: 5vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 7.5vw;
    font-weight: 400;
    text-align: center;
    margin: 0% 0% 0% 0%;
}



#opening p strong {
    font-family: 'Montserrat';
    font-size: 5vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 7.5vw;
    font-weight: 600;
    text-align: center;
    margin: 0% 0% 0% 0%;
}







#one-box p {
    font-family: 'Montserrat';
    font-size: 4vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 5.5vw;
    font-weight: 400;
    margin-top: 1.5vw;
    margin: 10% 7% 0vw 7%;
    text-align: center;
}






















#main-pic {
    width: 100%;
    height: 129vw;
    overflow: hidden;
    background-image: url(/images/main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* border-bottom: 1px solid #fff; */
}



#main-words h2 {
    font-family: 'Montserrat';
    font-size: 8vw;
    color: #fff;
    /* -webkit-font-smoothing: antialiased; */
    line-height: 8vw;
    text-align: center;
}



#logo {
    position: absolute;
    top: 21%;
    left: 4%;
    width: 32%;
    height: auto;
    z-index: 9999999999;
}


#main-words h3 {
    font-family: 'Montserrat';
    font-size: 4vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 4.5vw;
    font-weight: 500;
    margin-top: 3.5vw;
    text-align: center;
}




.btn {
    color: #FFF;
    font-size: 5vw;
    padding: 2vw;
    /* border-radius: 10px; */
    font-family: 'Montserrat';
    font-weight: 500;
    text-decoration: none;
    float: left;
}



#button1 {
    width: 54%;
    height: 12vw;
    margin: 0 auto;
    margin-top: 6vw;
    /* background-color: #f00; */
}



#main-words {
    width: 80%;
    height: auto;
    position: absolute;
    top: 60vw;
    left: 10%;
}


#main-pic-ol {
    width: 100%;
    height: 129vw;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #0000007d;
}

#header {
    width: 100%;
    height: 16vw;
    /* background-color: #cccccc21; */
    position: fixed;
    left: 0%;
    top: 0%;
    z-index: 99999;
    border-bottom: 1px solid #ffffff42;
}



#social {
    display: none;

}



li#faux {
    border: 0px solid var(--nude);
    padding: 0vw 0vw 0vw 0vw;
    /* border-radius: 15px; */
    font-weight: 700;
}


.main-menu3 {
    display: block;
    position: relative;
    float: right;
    margin-top: 0vw;
    width: 100%;
    z-index: 99999;
    /* background-color: #000; */
    margin-right: -8vw;
}

.main-menu {
    height: 50px;
    margin-top: 2%;
    width: 100%;
}
  .container-menu {
    width:90%;
  }
  .navigation {
    float:left;
    display:block;
    width:100%;
    overflow: hidden;
  }


.core-menu {
    text-align: left;
    float: right;
    width: 100%;
    background: #28282a;
    margin: auto;
    margin-right: auto;
    display: none;
    /* margin-right: 5%; */
    margin-top: 6vw;
}

li#faux a:link {

    color: var(--nude);
}

li#faux a:hover {

    color: var(--nude);
}


li#faux a:visited {

    color: var(--nude);
}


li#faux a:active {

    color: var(--nude);
}


  .core-menu li {
    width: 100%;
    display: block;
    font-size: 5vw;
}
  .core-menu li a{
    display:block;
    margin:auto;
    color:#fff;
    padding: 5.1vw;
  }
  .hamburger-menu {
    display:block;
    text-align:center;
    padding-right:60px;
    float:none;
    width:100%;
  }

.burger-1, .burger-2, .burger-3 {
    display: block;
    position: absolute;
    width: 50px;
    height: 8px;
    border-radius: 30px;
    right: 25px;
    margin-right: 25px;
    background: #fff;
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
/*    background-color: var(--green);*/
}

  .burger-1 {
  top:15px;
  }
  .burger-2 {
  top:30px;
  }
  .burger-3 {
  top:45px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition:.2s ease;
  -ms-transition:.2s ease;
  -moz-transition:.2s ease;
  -o-transition:.2s ease;
    transition:.2s ease;
    transform-origin:50% 50%;
  }
  .burger-1.open {
    top:25px;
    width:23px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
  }
  .burger-2.open {
    opacity:0;
  }
  .burger-3.open {
    top:25px;
    width:23px;
    transform:rotate(-45deg);
  }
  .dropdown {
    width:100%;
    background:#0e0e0e;
    text-align:center;
    position:relative;
  }
  .dropdown2 {
    right:0;
    top:0;
    width:100%;
    position:relative;
    padding:0 20px;
}


#icon-row {
    width: 100%;
    height: auto;
}


#icon-row h3 {
    /* font-family: 'roxy-reg'; */
    font-size: 6vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 5.75vw;
    margin: 2vw 1vw 8vw 1vw;
    text-align: center;
}


#icon-row p {
    font-family: 'Montserrat';
    font-size: 3vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5vw;
    font-weight: 400;
    margin: 6% 0% 0vw 0%;
    text-align: center;
}



#find-row h3 {
/*    font-family: 'roxy-reg';*/
    font-size: 6vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 2.75vw;
    margin: 7vw 0vw 0vw 0%;
    text-align: center;
}


#find-row p {
    font-family: 'Montserrat';
    font-size: 3vw;
    color: #000;
    -webkit-font-smoothing: antialiased;
    line-height: 4.5vw;
    font-weight: 400;
    margin: 6% 0% 0vw 0%;
    text-align: center;
}


#theIcons {
    width: 45%;
    height: auto;
    margin: 0 auto;
    margin-top: 4%;
}



#theIcons img {
    width: 100%;
    height: auto;
    float: left;
    margin: 0% 2.5% 0% 2.5%;
}




#footer-last {
    width: 100%;
    padding: 5% 0% 10% 0%;
    height: auto;
    background-color: #28282a;
}


#footer-last p {
    font-family: 'Montserrat';
    font-size: 5vw;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 7.5vw;
    font-weight: 400;
    text-align: center;
    margin: 0% 10% 5% 10%;
}



#noMob {
    opacity: 0;
}





}






