body{margin:0px; padding: 0px; width: 100%; background-color: #fffffd; color: #363435; font-family: Gotham Narrow;}

.w-100{width: 100% !important;}
.w-95{ width: 95% !important; }
.w-90{ width: 90% !important; }
.w-80{ width: 80% !important; }
.w-70{ width: 70% !important; }
.w-60{ width: 60% !important; }
.w-50{ width: 50% !important; }
.w-40{ width: 40% !important; }
.w-30{ width: 30% !important; }
.w-35{ width:35% !important; }
.w-25{ width:25% !important; }
.w-20{ width:20% !important; }
.w-10{ width:10% !important; }
.w-7{ width:7% !important; }

.container{
  max-width: 1000px !important;
}
.height-300{
   height: 320px;
}
h2{
  font-size: 40px; 
  line-height: 45px;
}

.f-20{
  font-size: 20px;
}
.f-32{
  font-size: 32px;
}
.f-36{
  font-size: 36px;
  line-height: 40px
}
.f-42{
  font-size: 42px;
  line-height: 46px
}
.f-24{
  font-size: 24px;
}
.f-28{
  font-size: 28px;
}
.f1-24{
  font-size: 24px;
}
.f1-28{
  font-size: 28px;
}
.f-16{
  font-size: 16px;
}
.color2{
  color:#a67e44 !important;
}

.color3{
  color:#444 !important;
}

@font-face {
  font-family: "Gotham Narrow";
  src: local('./fonts/Gotham Narrow'), url(../fonts/Gotham-Narrow-Book.otf) format("opentype");
}
@font-face {
  font-family: "IMPACT_1";
  src: local('./fonts/IMPACT_1'), url(../fonts/IMPACT_1.TTF) format("truetype");
}
@font-face {
    font-family: 'Midnight Drive Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Midnight Drive Regular'), url('../fonts/Midnight_Drive.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Midnight Drive Two';
    font-style: normal;
    font-weight: normal;
    src: local('Midnight Drive Two'), url('../fonts/Midnight_Drive_Two.woff') format('woff');
    }

h3{
  line-height: 2.3;
}
.txt{
  position: absolute; top:-10px; left: 0; right: 0;
}
.content-h{
   min-height: 120px !important;
}
.content-h2{
   min-height: 80px !important;
}

.text-shadow{
  text-shadow: 3px 3px 5px rgba(0,0,0,0.6);
}

.font-primary{
 font-family: IMPACT_1;
}
.font-secondary{
 font-family: Midnight Drive Regular;
}

button:focus{
	outline: none;
	box-shadow: none;
}

p{ margin: 0px; font-size: 18px; font-family: Gotham Narrow;}

.butn{
    text-decoration: none;
    color: #ffffff;
    background: url( ../images/btn-bg.png ) center center no-repeat;
    padding: 13px 20px 18px 25px;
    display: inline-block;  
    margin: 0 auto 5px auto;
    position: relative;
    overflow: hidden;
    z-index: 99;
    font-size: 14px; 
    cursor: pointer;
}

.butn:hover{
  color: #fff;
}
.butn .bg {
    position: absolute;
    background: url( ../images/btn-bg.png ) center center no-repeat; 
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
} 

.butn2{
    text-decoration: none;
    color: #ffffff;
    padding: 10px 30px 15px 35px;
    display: inline-block;  
    margin: 0 auto 5px auto;
    position: relative;
    overflow: hidden;
    z-index: 99; 

    cursor: pointer;
}

.butn2:hover{
  color: #fff
}
.butn2 .bg{
    position: absolute;
    background: url( ../images/btn-bg.png ) center center no-repeat; 
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
} 

.header  {
	margin:0px;
	padding: 0px;
  top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
 
.menu{
	position: absolute;
	display: block;
	width: 100%;
	top:5px;
}
.logo img{ 
    width: auto;
    height: 135px;
    margin-left: 0px;
    filter: drop-shadow(0px 100px 0 #fff);
    transform: translateY(-115px);
}

.banner{
  position: relative;
  display: block;
  width: 100%;
  top:0px;
}
.banner img {
  position: relative;
  display: block;
  width: 100%;
  top: 0px;
}
.about {
	position: relative; 
	width: 100%;
	top:0px;
}

.heading{
	position: absolute;
	bottom:0px;
	left: 0;
	right: 0; 
}
.heading h1{  
	font-size: 148px;
	color: #fff; 
}
.heading h2{
	position: absolute;
	bottom: 0px;
	z-index: 99;
	left: 0;
	right: 0; 
	font-size: 90px; 
	color: #444; 
} 
.about-txt{
  position: relative;  
  width: 100%;
  top: 0px;
}
.black-line{
  margin: 20px auto 20px auto;
  width: 80%;
  padding: 2px 0px;
  background-color: #444;
} 

.community{
  position: relative;
  display: block;
  width: 100%;
  top:0px;
}
 .community img {
  position: relative;
  display: block;
  width: 100%;
  top: 0px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    background-color: transparent;
    background-clip: padding-box;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom: 1px solid #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: none;
}

.form-control:focus {
    color: #444;
    background-color: transparent;
    border-color: #666;
    outline: 0 ;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.footer-txt{
  position: absolute; top: 50%;left: 0; right: 0;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 222;
  top: 0;
  right: -1px;
  background-color: rgba(255,255,255,0.97);
  border-left: 1px solid #a67e44;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 5px 8px 5px 15px;
  margin : 10px 10px;
  border-bottom: none;
  text-decoration: none;
  font-size: 32px;
  font-weight: 300;
  font-family: Midnight Drive Regular ;
  color: #444;
  display: block;
  transition: 0.3s;
}

button {
  display: block;
  outline: none;
  margin: 0 auto; 
  text-align: center;
  background-color: transparent;
  color: #fff;
  border:none; 
}

#more {display: none;}
#more1 {display: none;}

.sidebar a:hover {
  color: #444;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 56px;
  color: #444;
  margin-left: 50px;
}

.overlay-content {
  position: absolute;
  top: 50%;
  width: 40%;
  left: 50%;
  right: 0px;
  text-align: center;
  margin-top: 30px;
  transform:translate(-50%,-50%);
}

.openbtn {
  text-decoration: none;
  position: absolute;
  top:-10px;
  right: -5px; 
  cursor: pointer;
  background-color: transparent;
  color: #444;
  padding: 0; 
  border: none;
  z-index: 99;
}

 
#testimonial-slider{
    padding: 0;
    background: transparent;
    text-align: center;
} 
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
    display: none;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
    display: none;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
    display: none;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent; 
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #999; 
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{ 
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{ 
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #777;
    opacity: 1;
}
@media only screen and (max-width: 479px){
 .owl-buttons{ bottom: 30%; }
}




  #gallery {
  padding-top: 40px;}
  @media screen and (min-width: 991px) {
    #gallery {padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;}
.img-wrapper img {
    width: 100%; 
  cursor: pointer;
  } 
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;}
.img-overlay i {
    color: #fff;
    font-size: 3em;
  } 

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; 
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;}
    @media screen and (min-width:768px) {
      #overlay img  {width: 60%;}
    }
    @media screen and (min-width:991px) {
      #overlay img{width: 55%;}
    }
   

#nextButton {
  color: #fff;
  font-size: 2em;
  cursor: pointer;
  transition: opacity 0.8s;}
  #nextButton  :hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    #nextButton {font-size: 3em;}
  } 

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;}
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    #prevButton {font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;}
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    #exitButton {font-size: 3em;
  }
}


.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden; 
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible; 
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  } 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    -webkit-transform: translateX(20px);
  }

  80% {
    -webkit-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  60% {
    -moz-transform: translateX(20px);
  }

  80% {
    -moz-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  80% {
    -o-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    transform: translateX(20px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    -webkit-transform: translateX(-20px);
  }

  80% {
    -webkit-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  60% {
    -moz-transform: translateX(-20px);
  }

  80% {
    -moz-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  60% {
    -o-transform: translateX(-20px);
  }

  80% {
    -o-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  } 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
  }

  50% {
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(.9);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3);
  }

  50% {
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(.9);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
  } 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
} 

.animated.animationDelay{
  animation-delay:.4s;
  -webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
  animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
  animation-delay:1.6s;
  -webkit-animation-delay:1.6s;
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
}



.btn:focus {
    outline: 0;
    box-shadow: none;
}

.portfolio-menu{
  text-align:center;
}
.portfolio-menu ul{
  text-align:center;
  margin: auto;
  padding-left: 0px;
}
.portfolio-menu ul li{
  display:inline-block;
  margin:5px 2px;
  list-style:none;
  padding:6px 12px;
  border-color: #a67e44;
  font-size: 12px;
  font-weight: bold;
  cursor:pointer;
  -webkit-transition:all 05s ease;
  -moz-transition:all 05s ease;
  -ms-transition:all 05s ease;
  -o-transition:all 05s ease;
  transition:all .5s ease;
}

.ajna-bg{
  background-color: #fff;
  border-color: #3033d0 !important;
  color: #3033d0;
}
.btn-outline-dark.ajna-bg:hover {
    color: #fff;
    background-color: #3033d0;
    border-color: #3033d0;
}
.btn-outline-dark.ajna-bg.active, .btn-outline-dark.ajna-bg:active {
    color: #fff;
    background-color: #3033d0;
    border-color: #3033d0;
}

.vishuddha-bg{
  background-color: #fff;
  border-color: #00bdff !important;
  color: #00bdff;
}
.btn-outline-dark.vishuddha-bg:hover {
    color: #fff;
    background-color: #00bdff;
    border-color: #00bdff;
}
.btn-outline-dark.vishuddha-bg.active, .btn-outline-dark.vishuddha-bg:active {
    color: #fff;
    background-color: #00bdff;
    border-color: #00bdff;
}

.anahata-bg{
  background-color: #fff;
  border-color: #22cd25 !important;
  color: #22cd25;
}
.btn-outline-dark.anahata-bg:hover {
    color: #fff;
    background-color: #22cd25;
    border-color: #22cd25;
}
.btn-outline-dark.anahata-bg.active, .btn-outline-dark.anahata-bg:active {
    color: #fff;
    background-color: #22cd25;
    border-color: #22cd25;
}

.manipura-bg{
  background-color: #fff;
  border-color: #f3d321 !important;
  color: #f3d321;
}
.btn-outline-dark.manipura-bg:hover {
    color: #fff;
    background-color: #f3d321;
    border-color: #f3d321;
}
.btn-outline-dark.manipura-bg.active, .btn-outline-dark.manipura-bg:active {
    color: #fff;
    background-color: #f3d321;
    border-color: #f3d321;
}

.svadhisthana-bg{
  background-color: #fff;
  border-color: #fd8217 !important;
  color: #fd8217;
}
.btn-outline-dark.svadhisthana-bg:hover {
    color: #fff;
    background-color: #fd8217;
    border-color: #fd8217;
}
.btn-outline-dark.svadhisthana-bg.active, .btn-outline-dark.svadhisthana-bg:active {
    color: #fff;
    background-color: #fd8217;
    border-color: #fd8217;
}
.muladhara-bg{
  background-color: #fff;
  border-color: #ee1d19 !important;
  color: #ee1d19;
}
.btn-outline-dark.muladhara-bg:hover {
    color: #fff;
    background-color: #ee1d19;
    border-color: #ee1d19;
}
.btn-outline-dark.muladhara-bg.active, .btn-outline-dark.muladhara-bg:active {
    color: #fff;
    background-color: #ee1d19;
    border-color: #ee1d19;
}

.btn-outline-dark.text{
  color: #a67e44;
}
.btn-outline-dark.text:hover {
    color: #fff;
    background-color: #a67e44;
    border-color: #a67e44;
}

.btn-outline-dark.text.active, .btn-outline-dark.text:active {
    color: #fff;
    background-color: #a67e44;
    border-color: #a67e44;
}
.portfolio-item{
  /*width:100%;*/
}
.portfolio-item .item{
  /*width:303px;*/
  float:left;
  margin-bottom:20px;
}


/* whatsapp */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 150px;
    right: 6px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

@media only screen and (max-width: 600px) {
    .float {
        display:none;
        width: 50px;
        height: 50px;
        bottom: 50px;
        font-size: 25px;
    }

    /*.my-float {*/
    /*    margin-top: 10px;*/
    /*}*/
}

/* instagram */
.floatt{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:6px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-floatt{
	margin-top:16px;
}
@media only screen and (max-width: 600px) {
  .floatt {
      position: fixed;
      width: 40px;
      height: 40px;
      bottom: 340px;
      right: 6px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
  }
}

/* form */
.buttonLink {
  color: #275d8b;
}

.verticalButton {
  padding: 0px 0px 0px 0px;
    width: 160px;
    height:45px;
    background:#a67e44;
    border-radius: 20px;
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    position: fixed;
    right: -45px;
    top: 42%;
}
@media only screen and (max-width: 600px) {
    .verticalButton {
        padding: 0px 0px 0px 0px;
        width: 135px;
        height: 44px;
        background: #a67e44;
        border-radius: 20px;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        position: fixed;
        right: -40px;
        top: 20%;
    }
}
    .grecaptcha-badge{
        width: 256px;
        height: 60px;
        display: block;
        transition: right 0.3s;
        position: fixed;
        bottom: 70px !important;
        right: -186px;
        box-shadow: gray 0px 0px 5px;
        border-radius: 2px;
        overflow: hidden;
    }


