::-moz-selection {
  color: rgba(255, 140, 0, 1);
  background: rgba(0, 0, 0, 1);
}
::selection {
  color: rgba(255, 140, 0, 1);
  background: rgba(0, 0, 0, 1);
}
::-webkit-scrollbar {
  width: 20px;
  border-radius:10px;
  background: rgb(85,85,85)
}
::-webkit-scrollbar-track {
  background: rgb(85,85,85);
}
::-webkit-scrollbar-thumb {
  background: rgb(255,140,0); 
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece {background: rgb(85,85,85);
border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255,140,0,0.85); 
}
::-webkit-scrollbar-thumb:active {background: rgba(255,140,0,0.7)}
@font-face {
    font-family: "Daneehand Demo";
    src: url(AboutUs/DaneehandDemo.otf);
}
@font-face {
    font-family: "Breathe Karma";
    src: url(AboutUs/BreatheKarma.ttf);
}
@font-face {
    font-family: "Snubnose DEMO";
    src: url(AboutUs/SnubnoseDEMO.otf);
}
@font-face {
    font-family: "Painting With Chocolate";
    src: url(AboutUs/PaintingWithChocolate.ttf);
}
@font-face {
    font-family: "Tajamuka Script";
    src: url(AboutUs/TajamukaScript.ttf);
}
@font-face {
    font-family: "Waterlily";
    src: url(AboutUs/Waterlily.otf);
}
@font-face {
    font-family: "Widia";
    src: url(AboutUs/Widia.otf);
}
*{
  box-sizing: border-box;
}
body, html {
  height: 100%;
  margin: 0;
}
p {
    font-family: "Waterlily";
    color: rgb(255, 140, 0);
    font-size: 3vw;
}
.bgimg1, .bgimg2, .bgimg3, .bgimg4 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg1 {
  background-image: url("AboutUs/AboutUs1.jpg");
  min-height: 100%;
}

.bgimg2 {
  background-image: url("AboutUs/AboutUs2.jpg");
  min-height: 400px;
}

.bgimg3 {
  background-image: url("AboutUs/AboutUs3.jpg");
  min-height: 400px;
}
.headcontainer {
  font-family: "Painting With Chocolate";
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: rgba(255,255,255,0.85);
}

.headcontainer span.headtagline {
  color: rgba(255,255,255,0.85);
  padding: 20px;
  font-size: 8vw;
  letter-spacing: 7px;
}
.aboutusmain{
  background-color:white;
  text-align:center;
  padding: 0vw 2vw;
}

.aboutusmainheading {
  color: rgba(255, 140, 0, 1);
  text-align: center;
  font-family: "Tajamuka Script";
  font-size: 45px;
  margin-bottom: 0px;
}
.aboutusmaincontent{
  color: rgba(0, 0, 0, 1);
  font-family: "Widia";
  font-size: 40px;
  margin-top: 0px;
}
@media only screen and (max-width: 900px) {
  .aboutusmainheading{
    font-size: 30px;
  }
  .aboutusmaincontent {
    font-size: 25px;
  }
}
.aboutusimage {
  border-radius: 100%;
  width: 15%;
  height: 14vw;  
  margin-bottom: 1vw;
}

@media only screen and (max-width: 800px) {
.aboutusimage {
width: 20%;
height: 20vw;}}

@media only screen and (max-width: 650px) {
.aboutusimage {
width: 25%;
height: 25vw;}}
@media only screen and (max-width: 500px) {
.aboutusimage {
width: 30%;
height: 30vw;}}
@media only screen and (max-width: 420px) {
.aboutusimage {
width: 49%;
height: 49vw;}}
@media only screen and (max-width: 300px) {
.aboutusimage {
width: 70%;
height: 70vw;}}
.whyus{
  background-color:rgba(0, 0, 0, 0.85);
  text-align:center;
  padding: 0vw 2vw;
}
.whyusheading {
  color: rgba(255, 140, 0, 1);
  text-align: center;
  font-family: "Tajamuka Script";
  font-size: 45px;
  margin: 0px;
  padding-top: 1em;
}
.whyuscontent{
  color: rgba(255, 255, 255, 1);
  font-family: "Widia";
  font-size: 40px;
  margin: 0px;
  padding-bottom: 1em;
}
@media only screen and (max-width: 900px) {
  .whyusheading{
    font-size: 30px;
  }
  .whyuscontent {
    font-size: 25px;
  }
}
.whyuscontentheadingright{
  font-size: 45px;
  font-family: "Snubnose DEMO";
  margin: 0px;
  color: rgba(255, 140, 0, 1);
  text-align: right;
}
.whyuscontentcontentright{
  font-size: 45px;
  font-family: "Breathe Karma";
  margin: 0px;
  color: rgba(255, 255, 255, 1);
  text-align: right;
  padding-bottom: 1em;
  padding-top: 5px;
}
@media only screen and (max-width:1000px){
.whyuscontentheadingright{
font-size: 30px;
}
.whyuscontentcontentright{
  font-size: 30px;
}
}
.whyuscontentheadingleft{
  font-size: 45px;
  font-family: "Snubnose DEMO";
  margin: 0px;
  color: rgba(255, 140, 0, 1);
  text-align: left;
}
.whyuscontentcontentleft{
  font-size: 45px;
  font-family: "Breathe Karma";
  margin: 0px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  padding-bottom: 1em;
  padding-top: 5px;
}
@media only screen and (max-width: 1000px){
.whyuscontentheadingleft{
  font-size: 30px;
  }
  .whyuscontentcontentleft{
  font-size: 30px;
}
}
.testimonials {
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0vw 2vw;
}
.testimonialsheading {
  color: rgba(255, 140, 0, 1);
  text-align: center;
  font-family: "Tajamuka Script";
  font-size: 45px;
  margin: 0px;
  padding-top: 1em;
}
.testimonialscontent{
  color: rgba(0, 0, 0, 1);
  font-family: "Widia";
  font-size: 40px;
  margin: 0px;
  padding-bottom: 1em;
  text-align: center;
}
.testimonialrequest{
  color: rgba(0, 0, 0, 1);
  font-family: "Widia";
  font-size: 40px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .testimonialsheading{
    font-size: 30px;
  }
  .testimonialscontent {
    font-size: 25px;
  }
  .testimonialrequest{
    font-size: 25px;
  }
}
.leavetestimonialoverlay {
  height: 90%;
  width: 90%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 5%;
  left: 5%;
  background-color: rgba(0,0,0, 0.85);
}
.leavetestimonialoverlayclosebutton {
font-family: "Arial";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: white;
  text-decoration: none;  
}
.pictestimonial {display: none;}

img {vertical-align: middle;}


.testimonial {
  
  width: 50%;

  margin: auto;

}
@media only screen and (max-width: 1000px) {
.testimonial {
  width: 90%;
}
}
.prevtestimonial, .nexttestimonial {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -22px;
  color: rgba(255,140,0,0.85);
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.85)
}
.nexttestimonial {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prevtestimonial:hover, .nexttestimonial:hover {
  background-color: rgba(255,140,0,0.85);
color: rgba(0,0,0,0.85);
}
.prevtestimonial:active, .nexttestimonial:active {background-color: rgba(0,0,0,0.85); color: rgba(255,255,255,0.85);}
.indicatortestimonial {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activetestimonial{
  background-color: rgba(255,140,0,0.85);
}
.indicatortestimonial:hover {
  background-color: rgba(255, 140, 0, 0.5);
}
.indicatortestimonial:active {
  background-color: rgba(0, 0, 0, 1);
}
.indicatorstestimonial {position: relative; top: 10px;}

.numbertestimonial {
  color: rgba(0,0,0,0.85);
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  top: 0;
  font-family: Agency FB;
}


.fadetestimonial {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.givetestimonial {
  color: rgb(255, 140, 0);
  font-family: "Breathe Karma";
  font-size: 50px;
}
.spacetestimonial {
  color: rgb(255, 255, 255);
  font-size: 2px;
}
.firstname {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.lastname {
width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.phonenumber {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.email {
  width: 40%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.testimonialcontent {
  width: 80%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.submit {
background-color: rgba(255, 140, 0, 1);
  color: rgb(255, 255, 255 );
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.submit:hover {
  background-color: rgba(255, 140, 0, 0.85);
}
.firstname {
  outline: none;
}
.firstname:hover {
background-color: rgb(255, 140, 0);
  color: rgb(255, 255, 255);
}
.firstname:focus {
  background-color: rgb(255, 140, 0);
  color: rgb(255, 255, 255);
}
.lastname {
  outline: none;
}
.lastname:hover {
background-color: rgb(255, 140, 0);
  color: rgb(255, 255, 255);
}
.lastname:focus {
  background-color: rgb(255, 140, 0);
    color: rgb(255, 255, 255);
}
.phonenumber {
  outline: none;
}
.phonenumber:hover {
background-color: rgb(255, 140, 0);
  color: rgb(255, 255, 255);
}
.phonenumber:focus {
  background-color: rgb(255, 140, 0);
    color: rgb(255, 255, 255);
}
.email {
  outline: none;
}
.email:hover {
background-color: rgb(255, 140, 0);
  color: rgb(255, 255, 255);
}
.email:focus {
  background-color: rgb(255, 140, 0);
    color: rgb(255, 255, 255);
}
.testimonialcontent {
  outline: none;
}
.testimonialcontent:hover {
background-color: rgb(255, 140, 0);
  color: rgb(255, 255, 255);
}
.testimonialcontent:focus {
  background-color: rgb(255, 140, 0);
    color: rgb(255, 255, 255);
}
.submit {
outline: none;
}
input {
font-family: "Tempus Sans ITC";
font-size: 20px;
}
textarea {
font-family: "Tempus Sans ITC";
font-size: 20px;
}
@media screen and (max-width:500px){
input {
font-size: 3vw;
}
textarea {
  font-size: 3vw;
}
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
#navbar {position: fixed;
    top: -90px;
    transition: 0.3s;
    display: block;
    width: 100vw;}
.topnav {
  overflow: hidden;
  background-color: rgba(255,255,255,1);
  height: 90px;
  padding-right: 20px;

}

.topnav a {
  cursor: pointer;
  float: right;
  display: block;
  color: rgba(0,0,0,1);
  text-align: center;
  margin: 30px 16px;
  text-decoration: none;
  font-size: 30px;
  font-family: "Daneehand Demo";
}

.topnav a:hover {
  color: rgba(255,140,0,1);
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom-width: 2.5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,140,0,1)
}

.topnav a:active {
  color: rgba(255,140,0,1);
  margin-left: 11px;
  margin-right: 11px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom-width: 2.5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,140,0,1)
}


@media screen and (max-width: 1000px) {
  .topnav a {display: none;}
  }
  .navbarlogo {height: 100px; 
  float: left;
  display: block;
  padding: 16px 16px;}
  .resnavbardropdown {display: none}
@media only screen and (max-width:1000px)
{.resnavbardropbutton {
  background-color: rgba(255,255,255,1);
  color: rgba(0,0,0,1);
  padding: 27px;
  padding-right: 50px;
  font-size: 27px;
  border: none;
  cursor: pointer;
}

.resnavbardropbutton:hover  {
  color: rgb(255,140,0,1);
  outline: none;
}
.resnavbardropbutton:focus {outline: none; }
.resnavbardropdown {
  position: relative;
  float: right;
  display: inline-block;
}

.resnavbardropdowncontenta {
  display: none;
position:relative;
  background-color: rgba(255,255,255,1);
  overflow: auto;
  z-index: 1;
  float: right;}

.resnavbardropdowncontenta a {
  cursor: pointer;
  color: black;
  padding-top: 10px;
  margin: 12px 25px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
text-align: center;
font-size: 20px;
margin-right: 40px;
font-family: "Daneehand Demo";
}

.resnavbardropdown a:hover {
background-color: rgba(255,255,255,1);   
border-bottom-style: solid;
  border-bottom-size: 1px; 
  border-bottom-color: rgba(255,140,0,1);
}
.resnavbardropdown a:active {  
margin-left: 18px;
  margin-right: 40px;
  padding-left: 5px;
  padding-right: 5px;}
.resnavbardropdownshowcontent {display: block;}}