html:not(.touch) .gallery-image figcaption, .touch .gallery-image figcaption, .mfp-with-zoom .mfp-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0);
  padding: 2rem;
  transition: all 0.2s ease;
  font-weight: 600;
  max-width: calc(100% - 2em);
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
}
html:not(.touch) .gallery-image figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:before, html:not(.touch) .gallery-image figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .mfp-title:after {
  content: "";
  position: absolute;
  background: rgba(70, 134, 108, 0.8);
  width: 100%;
  height: 100%;
  padding: 1em;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}
html:not(.touch) .gallery-image figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .mfp-title:before, html:not(.touch) .gallery-image figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .mfp-title:after {
  right: 100%;
  bottom: 100%;
}
html:not(.touch) .gallery-image figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .mfp-title:after {
  left: 100%;
  top: 100%;
}
html:not(.touch) .gallery-image figcaption.visible, html:not(.touch) .gallery-image:hover figcaption, .touch .gallery-image figcaption, .mfp-with-zoom .visible.mfp-title, .mfp-with-zoom.mfp-ready .mfp-title {
  color: white;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease 0.3s;
}
html:not(.touch) .gallery-image figcaption.visible:before, html:not(.touch) .gallery-image:hover figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .visible.mfp-title:before, .mfp-with-zoom.mfp-ready .mfp-title:before, html:not(.touch) .gallery-image figcaption.visible:after, html:not(.touch) .gallery-image:hover figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .visible.mfp-title:after, .mfp-with-zoom.mfp-ready .mfp-title:after {
  opacity: 1;
}
html:not(.touch) .gallery-image figcaption.visible:before, html:not(.touch) .gallery-image:hover figcaption:before, .touch .gallery-image figcaption:before, .mfp-with-zoom .visible.mfp-title:before, .mfp-with-zoom.mfp-ready .mfp-title:before {
  right: -1.5em;
  bottom: -1.5em;
}
html:not(.touch) .gallery-image figcaption.visible:after, html:not(.touch) .gallery-image:hover figcaption:after, .touch .gallery-image figcaption:after, .mfp-with-zoom .visible.mfp-title:after, .mfp-with-zoom.mfp-ready .mfp-title:after {
  left: -1.5em;
  top: -1.5em;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

body {
  font-family: "Montserrat", sans-serif;
}

.gallery {
  -webkit-column-gap: 0;
          column-gap: 0;
}
@media (min-width: 480px) {
  .gallery {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 1260px) {
  .gallery {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

.gallery-image {
  position: relative;
  margin: 0;
  padding: 0;
}
.gallery-image:before, .gallery-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 16px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
}
.gallery-image:after {
  border-width: 0;
}
.gallery-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
html:not(.touch) .gallery-image {
  overflow: hidden;
}
html:not(.touch) .gallery-image:hover:before {
  border-width: 16px;
}
html:not(.touch) .gallery-image:hover:after {
  border-width: 32px;
}
.touch .gallery-image figcaption {
  top: auto;
  bottom: 2em;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-bg {
  background-color: rgba(0, 0, 0, 0.9);
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-zoom img.mfp-img {
  padding: 0;
}
.mfp-with-zoom .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-with-zoom .mfp-container {
  padding: 0;
}
.mfp-with-zoom .mfp-content {
  overflow: hidden;
}
.mfp-with-zoom .mfp-bottom-bar {
  top: auto;
  bottom: 0;
  margin-top: 0;
}
.mfp-with-zoom .mfp-title {
  top: auto;
  bottom: 2em;
}

.mfp-arrow {
  opacity: 1;
  margin-top: 0 !important;
  width: 20%;
  height: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mfp-arrow:before, .mfp-arrow:after {
  margin: 0;
  border: none;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-45deg) translate(-50%, -100%);
          transform: rotate(-45deg) translate(-50%, -100%);
  opacity: 1;
  top: 50%;
  left: 50%;
  transition: all 0.15s;
}
.mfp-arrow:active {
  -webkit-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before, .mfp-arrow-left:after {
  border-top: 2px solid white;
  border-left: 2px solid white;
}
.mfp-arrow-left:after {
  margin-left: 10px;
}
.mfp-arrow-left:hover:before, .mfp-arrow-left:active:before {
  margin-left: 10px;
}
.mfp-arrow-left:hover:after, .mfp-arrow-left:active:after {
  margin-left: 0;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before, .mfp-arrow-right:after {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
.mfp-arrow-right:after {
  margin-left: 10px;
}
.mfp-arrow-right:hover:before {
  margin-left: 10px;
}
.mfp-arrow-right:hover:after {
  margin-left: 0;
}

button.mfp-close {
  opacity: 1;
  margin-top: 0 !important;
  width: 20%;
  height: 30%;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
button.mfp-close:before, button.mfp-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  border: none;
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: all 0.15s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border-top: 2px solid white;
  border-left: 2px solid white;
}
button.mfp-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
button.mfp-close:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
button.mfp-close:hover:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
button.mfp-close:hover:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
button.mfp-close:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

a {
  text-decoration: none;
  color: inherit;
}

[id=footer] {
  margin-top: 10vh;
  padding: 10vh 0;
  text-align: center;
}
[id=footer] .container {
  position: relative;
}
[id=footer] .container:before, [id=footer] .container:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  z-index: 10;
  border-top: 2px solid;
  width: 10%;
  margin-bottom: 10vh;
}
[id=footer] .container:after {
  left: auto;
  right: 20px;
}
[id=footer] * {
  display: block;
}
[id=footer] * + * {
  margin-top: 5vh;
}
[id=footer] .logo {
  font-weight: 600;
  font-size: 1.5em;
}
[id=footer] .copy {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
}

.pricingtable
{
    border-radius: 10px;
}

.pricingtable a
{
	color: #fff;
	text-decoration: none;
}

.pricingtable a:active
{
	color: white;
}

.pricingtable a:hover
{
	text-decoration: none;
}

.pricingtable a:visited
{
	text-decoration: none;
}

.pricingtable > .column
{
    float: left;
    width: 300px;
	height: 100%;
    
    background-color: #fafafa;
    background-image: linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
    background-image: -o-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
    background-image: -moz-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
    background-image: -webkit-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
    background-image: -ms-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fafafa',GradientType=1);
    
    cursor: normal;
	
	overflow: hidden;
	/*border: 0px solid white;*/
	
	
	transform: scale(1);
	transition-timing-function: ease-out;
	transition-duration: 100ms;
	
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
	
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 100ms;
	
	-o-transform: scale(1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 100ms;
	
	-ms-transform: scale(1);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 100ms;
	
	position: relative;
}



.pricingtable > .column:hover
{   
    background-color: #fafafa;
    background-image: linear-gradient(left, #fafafa 0%, #fafafa 100%);
    background-image: -o-linear-gradient(left, #fafafa 0%, #fafafa 100%);
    background-image: -moz-linear-gradient(left, #fafafa 0%, #fafafa 100%);
    background-image: -webkit-linear-gradient(left, #fafafa 0%, #fafafa 100%);
    background-image: -ms-linear-gradient(left, #fafafa 0%, #fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#fafafa',GradientType=1);
	
	z-index: 2;
	box-shadow: 0px 0px 32px #000;
	position: relative;
	
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	
	/*border: 0px solid white;*/
	
}

.pricingtable > .column > .head
{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;

    padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
    color: white;
    text-shadow: 0px 0px black;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    /*border-bottom: 1px solid #ccc;*/
	
	
	width: 40px;
	font-family: monospace;
}

.pricingtable > .column > .body
{
	margin-left: 40px;
}

.pricingtable .green
{
    background-image: linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -o-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -moz-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -webkit-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -ms-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fc25d', endColorstr='#bbdd77',GradientType=0); 
}

.pricingtable .green2
{
    background-image: linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -o-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -moz-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -webkit-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -ms-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbdd77', endColorstr='#9fc25d',GradientType=0); 
}

.pricingtable .green2:hover
{
    background: #bbdd77 !important;;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbdd77', endColorstr='#bbdd77',GradientType=0); 
}

.pricingtable .blue
{
    background-image: linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -o-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -moz-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -webkit-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -ms-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ba3c9', endColorstr='#64cdf2',GradientType=0); 
}

.pricingtable .blue2
{
    background-image: linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -o-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -moz-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -webkit-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -ms-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64cdf2', endColorstr='#3ba3c9',GradientType=0); 
}

.pricingtable .blue2:hover
{
    background: #64cdf2 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64cdf2', endColorstr='#64cdf2',GradientType=0); 
}

.pricingtable .orange
{
    background-image: linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -o-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -moz-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -webkit-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -ms-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59440', endColorstr='#f2c256',GradientType=0); 
}

.pricingtable .orange2
{
    background-image: linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -o-linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -moz-linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -webkit-linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -ms-linear-gradient(top, #f2c256 0%, #e59440 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2c256', endColorstr='#e59440',GradientType=0); 
}

.pricingtable .orange2:hover
{
    background: #f2c256 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2c256', endColorstr='#f2c256',GradientType=0); 
}

.pricingtable .black
{
    background-image: linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -o-linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -moz-linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -webkit-linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -ms-linear-gradient(bottom, #888 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#888888',GradientType=0); 
}

.pricingtable .black2
{
    background-image: linear-gradient(top, #888 0%, #000 100%);
    background-image: -o-linear-gradient(top, #888 0%, #000 100%);
    background-image: -moz-linear-gradient(top, #888 0%, #000 100%);
    background-image: -webkit-linear-gradient(top, #888 0%, #000 100%);
    background-image: -ms-linear-gradient(top, #888 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#000000',GradientType=0); 
}

.pricingtable .black2:hover
{
    background: #888 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#888888',GradientType=0); 
}


.pricingtable .red
{
    background-image: linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -o-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -moz-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -webkit-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -ms-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae2a2a', endColorstr='#e31919',GradientType=0); 
}

.pricingtable .red2
{
    background-image: linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -o-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -moz-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -webkit-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -ms-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31919', endColorstr='#ae2a2a',GradientType=0); 
}

.pricingtable .red2:hover
{
    background: #e31919 !important;;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31919', endColorstr='#e31919',GradientType=0); 
}



.pricingtable > .column > .cl
{
	clear: left;
}


.pricingtable > .column > .body > .row
{
    padding: 15px;
    padding-left: 50px;
    padding-right: 0px;
    font: normal 15px arial,sans-serif;
    line-height: 20px;
    height: 65px;
	
    color: #525252;
}

.pricingtable > .column > .body > .row:nth-child(odd)
{
}

.pricingtable > .column > .body > .row:nth-child(even)
{
    background-color: #eee;
}

.pricingtable > .column > .body > .yes
{
    background-image: url(yes.png);
    background-repeat: no-repeat;
}

.pricingtable > .column > .body > .no
{
    background-image: url(no.png);
    background-repeat: no-repeat;
}

.pricingtable > .column > .body > .pricerow
{
    padding: 50px;
    padding-top: 30px;
    padding-left: 35%;
    height: 30px;
    color: #211e1e;
}

.pricingtable > .column > .body > .pricerow2
{
    padding: 45px;
    padding-top: 30px;
    font-size: 30px;
    height: 30px;
    text-align: center;
    color: #525252;
    font-weight: bold;
}


.pricingtable > .column > .body > .pricerow > .price
{
    font-size: 40px;
    float: left;
    font-weight: bold;
}

.pricingtable > .column > .body > .pricerow > .cents
{
    font-size: 15px;
    float: left;
    line-height: 10px;
}

.pricingtable > .column > .body > .pricerow > .curency
{
    font-size: 18px;
    float: left;
    line-height: 9px;
    padding-right: 8px;
}

.pricingtable > .column > .body > .pricerow > .priceby
{
    font-size: 10px;
    float: left;
    line-height: 32px;
}

.pricingtable > .column > .body > .feature
{
    text-shadow: 1px 1px white;
}

.pricingtable > .column > .body > .signup
{
	padding: 10px;
	margin: 20px;
	color: white;
	text-shadow: 0px 0px black;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	/*border-top: 1px solid #CCC;*/
	cursor: pointer;
}
*{
   font-family: 'Poppins', sans-serif;
}
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
.testimonial_btn{
    background-color: #f0f0f0 !important;
    color: #000 !important;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
 }
.testimonial_btn:focus{
    box-shadow: 0 0 0 0.2rem rgb(218, 223, 218) !important;
}
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}


