@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

body {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #777777;
    color: #7f7f7f;
    background: #fff;
    height: 100%;
    position: relative;
}

a {
    /* color: #e7213c; */
    color: #070606;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.padding-0 {
    padding: 0px;
}

.margin-0 {
    margin: 0px;
}

a:hover,
a:active,
a:focus {
    color: #e7213c;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #818892;
    background: #f9f6f0;
}

::-moz-selection {
    color: #818892;
    background: #f9f6f0;
}

::selection {
    color: #818892;
    background: #f9f6f0;
}

.edge--bottom {
    position: relative;
    z-index: 1;
}

.edge--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--bottom:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
}

.edge--bottom--reverse {
    position: relative;
    z-index: 1;
}

.edge--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--bottom--reverse:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 100%;
}

.edge--top {
    position: relative;
    z-index: 1;
}

.edge--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--top:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0;
}

.edge--top--reverse {
    position: relative;
    z-index: 1;
}

.edge--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--top--reverse:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
}

.edge--both {
    position: relative;
    z-index: 1;
}

.edge--both:before,
.edge--both:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--both:before {
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0;
}

.edge--both:after {
    bottom: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
}

.edge--both--reverse {
    position: relative;
    z-index: 1;
}

.edge--both--reverse:before,
.edge--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--both--reverse:before {
    top: 0;
    transform: skewY(-1.5deg);
    transform-origin: 0 0;
}

.edge--both--reverse:after {
    bottom: 0;
    transform: skewY(1.5deg);
    transform-origin: 0 0;
}

#fh5co-header {
    /* position: absolute; */
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    /* margin-top: 20px; */
    padding: 10px 0px;
}

@media screen and (max-width: 768px) {
    #fh5co-header {
        margin-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    }

    #fh5co-header .navbar-brand {
        color: #52d3aa !important;
    }

    #fh5co-header #navbar #mySidenav a {
        color: white !important;
    }

    #fh5co-header #navbar #mySidenavR a {
        color: white !important;
    }

    #fh5co-header #navbar li a {
        color: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #fh5co-header #navbar li a:hover {
        color: #52d3aa !important;
    }

    #fh5co-header #navbar li a span:before {
        background: transparent !important;
    }

    #fh5co-header #navbar li.active a {
        background: transparent;
        background: none;
        color: #52d3aa !important;
    }

    #fh5co-header #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

#fh5co-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

.navbar-nav {
    margin: 8px;
}

#fh5co-header #navbar li a {
    font-family: "Source Sans Pro", Arial, sans-serif;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 10px;
}

#fh5co-header #navbar li a.active {
    color: #00000088;
    text-decoration: underline;
}

#fh5co-header #navbar li a span {
    position: relative;
    display: block;
    padding-bottom: 2px;
}

#fh5co-header #navbar li a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#fh5co-header #navbar li a:hover {
    color: #000000;
}

#fh5co-header #navbar li a:hover span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff;
}

#fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#fh5co-header .navbar-brand {
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding-left: 0;
    color: #fff;
}

#fh5co-header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0;
}

#fh5co-header.navbar-fixed-top .navbar-brand {
    color: #52d3aa;
}

#fh5co-header.navbar-fixed-top #navbar li a {
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-header.navbar-fixed-top #navbar li a:hover {
    color: #52d3aa;
}

#fh5co-header.navbar-fixed-top #navbar li.active a {
    background: transparent;
    background: none;
    color: #52d3aa;
}

#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #52d3aa;
}

#fh5co-header .navbar-default {
    border: transparent;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (max-width: 768px) {
    #fh5co-header .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

#fh5co-header .navbar-default .brand-slogan {
    margin: 28px 0 0 15px;
    float: left;
    letter-spacing: 2px;
    color: #adadad;
}

#fh5co-header .navbar-default .brand-slogan em {
    color: #52d3aa;
    font-style: normal;
}

#fh5co-header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

#fh5co-home {
    background-color: transparent;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
    width: 100%;
    background-color: #52d3aa;
    color: #fff;
    overflow: hidden;
}

#fh5co-home .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: .9;
    -webkit-backface-visibility: hidden;
    background-color: #52d3aa;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}

#fh5co-home,
#fh5co-home .text-wrap {
    /* height: 900px; */
}

#fh5co-home .text-wrap {
    /* display: table; */
    width: 100%;
    position: relative;
    z-index: 4;
}

#fh5co-home .text-inner {
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
}

#fh5co-home .text-inner a {
    color: white;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-home .text-inner a:hover,
#fh5co-home .text-inner a:active,
#fh5co-home .text-inner a:focus {
    text-decoration: none;
    color: white;
    border-bottom: 1px dashed white;
}

#fh5co-home .text-inner h1 {
    font-size: 50px;
    color: white;
    margin: 0 0 20px 0;
}

.m-0 {
    margin: 0;
}

#fh5co-home .text-inner h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    color: rgba(1, 1, 1, 0.8);
    margin: 0;
}

.slant {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    bottom: 0;
    margin-bottom: -35px;
    padding: 0;
    width: 101%;
}

#fh5co-intro {
    position: relative;
    bottom: 0;

    z-index: 10;
    padding-bottom: 10em;

}

@media screen and (max-width: 768px) {
    #fh5co-intro {
        /* padding-bottom: 3em; */
        margin-top: -250px !important;
        padding-bottom: 0em;
    }

    .cancel-button {
        width: 100% !important;
        background-color: #e7223d !important;
    }
}

#fh5co-intro>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#fh5co-intro .fh5co-block {
    /* width: 70%; */
    width: 110%;
    float: left;
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    vertical-align: middle;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    z-index: 7;
    flex-grow: 1;
    background-size: cover;
    position: relative;
    backgroun-repeat: no-repeat;
    /* margin: -200px 235px; */
    margin: -40% 41%;
}

@media (min-width:320px) and (max-width:768px) {
    .booking-stats{margin-bottom: 0px!important;}
    label{font-size: 16px;}
    .booking-stats {
        display: flex!important;
        justify-content: center !important;
        align-items: flex-start !important;
        align-content: center !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .contact{
        width: 90% !important;
        font-size: 17px;

    }
    #fh5co-intro .fh5co-block {
        /*  width: 33.33%;*/
        float: left;
        text-align: center;
        font-size: 16px;
        min-height: 300px;
        vertical-align: middle;
        padding: 40px;
        background: #fff;
        -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
        -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
        -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
        -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
        box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
        z-index: 7;
        flex-grow: 1;
        background-size: cover;
        position: relative;
        backgroun-repeat: no-repeat;
        margin: auto !important;
    }
}

#fh5co-home,
#fh5co-home .text-wrap {
    /* height: 330px !important; */
}

@media screen and (max-width: 768px) {
    #fh5co-intro .fh5co-block {
        width: 100%;
    }
}

#fh5co-intro .fh5co-block>.overlay-darker {
    z-index: 8;
    opacity: .5;
    background: #474747;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#fh5co-intro .fh5co-block>.overlay {
    background: #fff;
    opacity: 1;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-intro .fh5co-block>.fh5co-text {
    position: relative;
    z-index: 10;
}

#fh5co-intro .fh5co-block>.fh5co-text .fh5co-intro-icon {
    font-size: 50px;
    color: #52d3aa;
    margin-bottom: 30px;
    display: block;
}

#fh5co-intro .fh5co-block h2 {
    font-size: 24px;
    font-weight: 400;
}

#fh5co-intro .fh5co-block:hover>.overlay,
#fh5co-intro .fh5co-block:focus>.overlay {
    /* opacity: 0;*/
    z-index: 9;
}

#fh5co-intro .fh5co-block:hover>.fh5co-text,
#fh5co-intro .fh5co-block:focus>.fh5co-text {
    color: #fff;
}

#fh5co-intro .fh5co-block:hover>.fh5co-text .fh5co-intro-icon,
#fh5co-intro .fh5co-block:focus>.fh5co-text .fh5co-intro-icon {
    color: #fff;
}

#fh5co-intro .fh5co-block:hover h2,
#fh5co-intro .fh5co-block:focus h2 {
    color: #fff;
}

#fh5co-intro .fh5co-block:hover .btn,
#fh5co-intro .fh5co-block:focus .btn {
    border: 2px solid #fff !important;
    background: transparent;
}


/*#fh5co-intro .fh5co-block:hover .btn:hover, #fh5co-intro .fh5co-block:focus .btn:hover {
  background: #52d3aa !important;
  border: 2px solid #52d3aa !important;
}
*/

.watch-video {
    text-align: center;
    width: 100%;
    display: block;
    float: left;
}

.watch-video span {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.watch-video .btn-video {
    display: block;
    font-size: 60px;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border: 2px solid #52d3aa;
    line-height: 0px;
    display: table;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.watch-video .btn-video:hover,
.watch-video .btn-video:focus,
.watch-video .btn-video:active {
    text-decoration: none;
}

.watch-video .btn-video i {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    right: -9px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.watch-video .btn-video:hover i,
.watch-video .btn-video:focus i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#fh5co-services,
#fh5co-testimonials,
#fh5co-counters,
#fh5co-work,
#fh5co-contact,
#fh5co-about {
    padding: 4em 0;
}

@media screen and (max-width: 768px) {

    #fh5co-services,
    #fh5co-testimonials,
    #fh5co-counters,
    #fh5co-work,
    #fh5co-contact,
    #fh5co-about {
        padding: 2em 0;
    }
}

#fh5co-services,
#fh5co-work,
#fh5co-counters {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {

    #fh5co-services,
    #fh5co-work,
    #fh5co-counters {
        padding: 4em 0;
    }
}

#fh5co-services {
    background-color: #52d3aa;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-services:before,
#fh5co-services:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}

#fh5co-services:before {
    top: 0;
    margin-top: -35px;
}

#fh5co-services:after {
    bottom: 0;
    margin-bottom: -35px;
}

#fh5co-services .fh5co-service {
    padding-right: 30px;
}

#fh5co-services h3 {
    font-size: 24px;
    color: #fff;
}

#fh5co-services .icon {
    font-size: 70px;
    margin-bottom: 30px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#fh5co-services .icon:before {
    color: #fff;
}

#fh5co-services .section-heading h2 {
    color: #fff;
}

#fh5co-services .section-heading h2.left-border:after {
    background: rgba(255, 255, 255, 0.3);
}

#fh5co-counters {
    background: #52d3aa;
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    padding: 9em 0 10em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-counters {
        padding: 4em 0;
    }
}

#fh5co-counters:before,
#fh5co-counters:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}

#fh5co-counters:before {
    top: 0;
    margin-top: -35px;
}

#fh5co-counters:after {
    bottom: 0;
    margin-bottom: -35px;
}

#fh5co-counters .section-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}

#fh5co-counters .section-heading h2 {
    color: #fff;
}

#fh5co-counters .section-heading h2:after {
    background: rgba(255, 255, 255, 0.3) !important;
}

#fh5co-counters .section-heading .subtext h3 {
    color: rgba(255, 255, 255, 0.7) !important;
}

#fh5co-counters .fh5co-counter {
    position: relative;
    z-index: 3;
    text-align: center;
}

@media screen and (max-width: 992px) {
    #fh5co-counters .fh5co-counter {
        margin-bottom: 50px;
        float: left;
        width: 100%;
    }
}

#fh5co-counters .fh5co-counter .fh5co-counter-icon,
#fh5co-counters .fh5co-counter .fh5co-counter-number,
#fh5co-counters .fh5co-counter .fh5co-counter-label {
    display: block;
}

#fh5co-counters .fh5co-counter .fh5co-counter-icon {
    font-size: 40px;
    color: #52d3aa;
}

#fh5co-counters .fh5co-counter .fh5co-counter-number {
    font-size: 70px;
    color: #fff;
    font-weight: 300;
}

#fh5co-counters .fh5co-counter .fh5co-counter-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
}

#fh5co-testimonials .box-testimony {
    margin-bottom: 2em;
    float: left;
}

#fh5co-testimonials .box-testimony a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonials .box-testimony a:hover,
#fh5co-testimonials .box-testimony a:focus,
#fh5co-testimonials .box-testimony a:active {
    color: white;
    text-decoration: none;
}

#fh5co-testimonials .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 30px;
    background: #fff;
    background: #52d3aa;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

#fh5co-testimonials .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 10px solid black;
    border-top-color: #fff;
    border-top-color: #52d3aa;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#fh5co-testimonials .box-testimony blockquote p {
    font-style: italic;
    color: #fff;
}

#fh5co-testimonials .box-testimony .author {
    line-height: 20px;
    color: black;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 400;
}

#fh5co-testimonials .box-testimony .author a {
    color: #52d3aa;
}

#fh5co-testimonials .box-testimony .author a:hover {
    text-decoration: underline;
}

#fh5co-testimonials .box-testimony .author>figure {
    float: left;
    margin-right: 10px;
}

#fh5co-testimonials .box-testimony .author>figure img {
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonials .box-testimony .author p {
    float: left;
    margin-top: 10px;
}

#fh5co-testimonials .box-testimony .author .subtext {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: 400 !important;
}

#fh5co-work {
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    background-color: #52d3aa;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
    background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}

#fh5co-work a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}

#fh5co-work a:hover {
    color: white;
}

#fh5co-work:before,
#fh5co-work:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}

#fh5co-work:before {
    top: 0;
    margin-top: -35px;
}

#fh5co-work:after {
    bottom: 0;
    margin-bottom: -35px;
}

#fh5co-work .section-heading h2 {
    color: #fff;
}

#fh5co-work .section-heading h2:after {
    background: rgba(255, 255, 255, 0.3);
}

#fh5co-work .section-heading h3 {
    color: rgba(255, 255, 255, 0.8);
}

#fh5co-work .fh5co-project-item {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    background: #fff;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-work .fh5co-project-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-work .fh5co-project-item .fh5co-text {
    padding: 10px 20px;
}

#fh5co-work .fh5co-project-item .fh5co-text h2,
#fh5co-work .fh5co-project-item .fh5co-text span {
    text-decoration: none !important;
}

#fh5co-work .fh5co-project-item .fh5co-text h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

#fh5co-work .fh5co-project-item .fh5co-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}

#fh5co-work .fh5co-project-item:hover,
#fh5co-work .fh5co-project-item:focus {
    -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    top: -15px;
}

#fh5co-work .fh5co-project-item:hover img,
#fh5co-work .fh5co-project-item:focus img {
    opacity: .7;
}

#fh5co-work .fh5co-project-item:hover h2,
#fh5co-work .fh5co-project-item:hover span,
#fh5co-work .fh5co-project-item:focus h2,
#fh5co-work .fh5co-project-item:focus span {
    text-decoration: none !important;
}

.fh5co-person {
    border: 2px solid #f2f2f2;
    padding: 80px 30px 30px 30px;
    float: left;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 992px) {
    .fh5co-person {
        margin-bottom: 3.5em;
    }
}

.fh5co-person figure {
    position: absolute;
    margin-top: -60px;
    top: 0;
    left: 50%;
    margin-left: -60px;
    display: block;
    margin-bottom: 50px;
}

.fh5co-person figure img {
    width: 120px;
    border: 2px solid #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-person h3 {
    margin-bottom: 0px;
}

.fh5co-person .fh5co-position {
    color: #b3b3b3;
    display: block;
    margin-bottom: 20px;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #52d3aa;
}

.btn {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

#fh5co-contact {
    padding-bottom: 0;
}

#fh5co-contact .fh5co-contact-info {
    padding: 0;
    margin: 0 0 1.5em 0;
}

#fh5co-contact .fh5co-contact-info li {
    position: relative;
    padding: 0;
    margin: 0 0 1.5em 0;
    padding-left: 50px;
    list-style: none;
}

#fh5co-contact .fh5co-contact-info li i {
    position: absolute;
    top: .2em;
    left: 0;
}

.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    clear: both;
}

.section-heading h2 {
    margin: 0 0 30px 0;
    font-size: 50px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
}

.section-heading h2.left-border:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #52d3aa;
    left: 0%;
    margin-left: 0px;
    bottom: 0;
}

.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #52d3aa;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

.section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292;
}

@media screen and (max-width: 768px) {
    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #52d3aa;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 2px;
    color: #52d3aa;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #52d3aa;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #52d3aa;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    /* top: -10px; */
}

.fh5co-nav-toggle:hover i::after {
    /* bottom: -10px; */
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 25px;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}

#footer {
    padding: 20px 0;
    color: #7f7f7f;
    position: relative;
}

#footer .gotop {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -40px;
    background: #fff;
    z-index: 8;
    width: 80px;
    height: 80px;
    font-size: 30px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#footer .gotop:hover,
#footer .gotop:focus {
    top: -25px;
    text-decoration: none !important;
}

#footer .copyright {
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary {
    background: #52d3aa;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #52d3aa;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.social li a {
    font-size: 16px;
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}

.social li a i {
    display: table-cell;
    vertical-align: middle;
}

.social li a:hover,
.social li a:active,
.social li a:focus {
    text-decoration: none;
    border-bottom: none;
}

.social li a.social-box {
    background: #52d3aa;
    color: #fff;
}

.social li a.social-circle {
    background: #52d3aa;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.social li a:hover {
    background: #393e46 !important;
}

.social.social-box a {
    background: #52d3aa;
    color: #fff;
}

.social.social-circle a {
    background: #52d3aa;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
    opacity: 0;
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.fh5co-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#fh5co-home,
#fh5co-home .text-wrap {
    /* height: 250px !important; */
}

#footer {
    /* padding: 25px 0px 0px 0px !important; */
    color: #ffffff;
    position: absolute !important;
    background: #242424 !important;
    width: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    /* top: 0;
    right: -180px !important;
    font-size: 36px !important;
    margin-left: 50px; */

    top: -11px;
    right: -217px !important;
    font-size: 36px !important;
    margin-left: 50px;
    color: rgba(239, 239, 239, 0.937) !important;

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media(min-width:320px) and (max-width:768px) {
    .side {
        /* float: right !important; */
        /* display: inline-flex !important; */
    }
}

.p-0 {
    padding: 0 !important;
}

/**
 * Tiles
 */

.tile {
    /*  background-color: #ffffff;*/
    border-radius: .1rem;
    /*  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.2), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);*/
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: 24rem;
    overflow: hidden;
    float: right
}

.tile .tile-header {
    background-image: url("https://res.cloudinary.com/dgmilxzy7/image/upload/c_scale,w_500,o_75,b_rgb:07beb8/v1506735375/CodePen/ViddenPixel.jpg");
    background-position: center;
    background-size: cover;
    height: 12rem;
}

.tile .tile-body {
    padding: 2rem;
    padding-left: 20px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

form {
    padding: 0 10px !important;
}

.login {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px !important;
    margin-left: 39px
}

.side1 {
    margin-left: 111px;
}

.side2 {
    margin-left: 50px;
}

@media (min-width:320px) and (max-width:768px) {
    .side1 {
        margin-left: 0px !important;
    }

    .side2 {
        margin-left: 0px !important;
    }
}


/*# sourceMappingURL=style.css.map */

.form-control,
.form-control:focus,
.input-group-addon {
    border-color: #e1e1e1;
    border-radius: 0;
}

.signup-form {
    width: 600px;
    margin: 0 auto;
}

.signup-form h2 {
    color: #636363;
    margin: 0 0 15px;
    text-align: center;
}

.signup-form .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.signup-form form {
    border-radius: 1px;
    margin-bottom: 15px;
    /*        background: #fff;
		border: 1px solid #f3f3f3;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;*/
}

.signup-form .form-group {
    margin-bottom: 10px;
}


.signup-form label {
    font-weight: normal;
    font-size: 13px;

}

/* .signup-form label {
    font-weight: normal;
    font-size: 13px;
} */

.signup-form .form-control {
    min-height: 38px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
}

.signup-form .input-group-addon {
    max-width: 25px;
    text-align: center;
    background: none;
    border-width: 0 0 1px 0;
    padding-left: 5px;
    padding-top: 8px;
}

.signup-form .btn {
    font-size: 14px;
    font-weight: bold;
    background: #e7213c;
    border-radius: 10px;
    border: none;
    min-width: 140px;
    outline: none !important;
}

.signup-form .btn:hover,
.signup-form .btn:focus {
    background: #179b81;
}

.signup-form a {
    color: #19aa8d;
    text-decoration: none;
}

.signup-form a:hover {
    text-decoration: underline;
}

.signup-form .fa {
    font-size: 21px;
}

.signup-form .fa-paper-plane {
    font-size: 17px;
}

.signup-form .fa-check {
    color: #fff;
    left: 9px;
    top: 18px;
    font-size: 7px;
    position: absolute;
}


/*
	==============================================*/

.signup-form1 {
    width: 290px;
    margin: 0 auto;
}

.signup-form1 h2 {
    color: #636363;
    margin: 0 0 15px;
    text-align: center;
}

.signup-form1 .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.signup-form1 form {
    border-radius: 1px;
    margin-bottom: 15px;
    /*        background: #fff;
		border: 1px solid #f3f3f3;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;*/
}

.signup-form1 .form-group {
    margin-bottom: 10px;
}

.signup-form1 label {
    font-weight: normal;
    font-size: 13px;
}

.signup-form1 .form-control {
    min-height: 38px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
}

.signup-form1 .input-group-addon {
    max-width: 25px;
    text-align: center;
    background: none;
    border-width: 0 0 1px 0;
    padding-left: 5px;
    padding-top: 22px;
}

.signup-form1 .btn {
    font-size: 14px;
    font-weight: bold;
    background: #e7213c;
    border-radius: 10px;
    border: none;
    min-width: 140px;
    outline: none !important;
}

.signup-form1 .btn:hover,
.signup-form .btn:focus {
    background: #179b81;
}

.signup-form1 a {
    color: #19aa8d;
    text-decoration: none;
}

.signup-form1 a:hover {
    text-decoration: underline;
}

.signup-form1 .fa {
    font-size: 21px;
}

.signup-form1 .fa-paper-plane {
    font-size: 17px;
}

.signup-form1 .fa-check {
    color: #fff;
    left: 9px;
    top: 18px;
    font-size: 7px;
    position: absolute;
}


/*========================================*/

.text-white {
    color: #fff;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-size: 18px !important;
    color: #000;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.heading {
    color: #fff;
    background: #e7223d;
    padding: 20px;
}

.panel {
    margin-bottom: 40px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body>*:last-child {
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.table {
    color: black !important;
    font-size: 16px !important;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;


}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ffffff !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #d8d8d8 !important;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 24px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd;
}

.panel-default h1,
.panel-default h2,
.panel-default h3,
.panel-default h4,
.panel-default h5,
.panel-default h6,
.panel-default .h1,
.panel-default .h2,
.panel-default .h3,
.panel-default .h4,
.panel-default .h5,
.panel-default .h6 {
    color: #333333;
}

.panel-primary {
    border-color: #cccccc;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #095f7b;
    border-color: #cccccc;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #cccccc;
}

.panel-primary>.panel-heading .badge {
    color: #095f7b;
    background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #cccccc;
}

.panel-primary h1,
.panel-primary h2,
.panel-primary h3,
.panel-primary h4,
.panel-primary h5,
.panel-primary h6,
.panel-primary .h1,
.panel-primary .h2,
.panel-primary .h3,
.panel-primary .h4,
.panel-primary .h5,
.panel-primary .h6 {
    color: #ffffff;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #2da285;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #2da285;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-success h1,
.panel-success h2,
.panel-success h3,
.panel-success h4,
.panel-success h5,
.panel-success h6,
.panel-success .h1,
.panel-success .h2,
.panel-success .h3,
.panel-success .h4,
.panel-success .h5,
.panel-success .h6 {
    color: #2da285;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #3e97b6;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #3e97b6;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-info h1,
.panel-info h2,
.panel-info h3,
.panel-info h4,
.panel-info h5,
.panel-info h6,
.panel-info .h1,
.panel-info .h2,
.panel-info .h3,
.panel-info .h4,
.panel-info .h5,
.panel-info .h6 {
    color: #3e97b6;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #ab8d00;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #ab8d00;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-warning h1,
.panel-warning h2,
.panel-warning h3,
.panel-warning h4,
.panel-warning h5,
.panel-warning h6,
.panel-warning .h1,
.panel-warning .h2,
.panel-warning .h3,
.panel-warning .h4,
.panel-warning .h5,
.panel-warning .h6 {
    color: #ab8d00;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a72026;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a72026;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.panel-danger h1,
.panel-danger h2,
.panel-danger h3,
.panel-danger h4,
.panel-danger h5,
.panel-danger h6,
.panel-danger .h1,
.panel-danger .h2,
.panel-danger .h3,
.panel-danger .h4,
.panel-danger .h5,
.panel-danger .h6 {
    color: #a72026;
}

.panel-title>a:before {
    content: "\f068";
    float: right !important;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.panel-title>a.collapsed:before {
    content: "\f067";
}

.panel-title>a {
    text-decoration: none;
}

.margin_130 {
    margin-top: 130px;
}

.padding_top_bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width:320px) and (max-width:768px) {
    .signup-form {
        width: 100% !important;
        margin: 0 auto;
    }
}

.fee {
    float: left;
    padding-top: 10px;
    color: #e7213c;
}

.panel-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    border: medium none;
}

.panel-box::after {
    /* position: absolute;
    content: '';
    background: url(../images/mockup.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 15px;
    right: -18px;
    width: 80px !important;
    height: 110px;
    overflow: hidden;
    opacity: 0.7;*/
}



.panel-box .panel-icon {
    display: flex;
    padding: 20px 10px 20px 10px;
    width: 100%;
    vertical-align: top;
    border-radius: 0px;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    /* background: grey; */
    /* border: 1px solid rgba(0, 0, 0, 0.5); */
    /*border-bottom: 1px solid #fcfcfc;*/
    /* border-top: 1px solid #fcfcfc; */
    box-shadow: 4px 10px 16px #c3c3c3;
    /*border-right: 1px solid #fcfcfc;*/
}

/* .panel-box .panel-icon p:not(:first-child){
    position: absolute;
    width: 30px;
    top: -15%;
    color: #000;
    z-index: 2;
    text-align: center;
    right: 10%;
} */
/* .panel-box .panel-icon p:not(:first-child)::before{
    position: absolute;
    content: '';
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: -1;
    border: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
} */
.dashboard-stats .stat-icon {
    line-height: 65px;
}

.bg-success {
    background-color: #59b85c !important;
    color: #FFF !important;
}

.success-text {
    color: #82b33a;
}

.bg-danger {
    background-color: #5bc0de !important;
    color: #FFF !important;
}

.danger-text {
    color: #d15b3d;
}

.bg-lovender {
    background-color: #f5a953 !important;
    color: #FFF !important;
}

.lovender-text {
    color: #6a5fb1;
}

.bg-info {
    background-color: #d85253 !important;
    color: #FFF !important;
}

.info-text {
    color: #3ca0cb;
}

.size-h1 {
    font-size: 26px;
}

.panel-icon p.text {
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    z-index: 100;
}

.panel-icon p {
    margin-bottom: 0;
    /* padding: 0 5px; */
}

.panel-icon i {
    text-align: center;
}

.panel-icon i {
    text-align: center;
}

.golfcourse {
    font-weight: 500 !important;
    font-size: 18px !important;
}


/**** MODULE ****/

.bgc-fff {
    background-color: #fff !important;
}

.box-shad {
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

.brdr {
    border: 1px solid #ededed;
}


/* Font changes */

.fnt-smaller {
    font-size: .9em;
}

.fnt-lighter {
    color: #bbb;
}


/* Padding - Margins */

.pad-10 {
    padding: 10px !important;
}

.mrg-0 {
    margin: 0 !important;
}

.btm-mrg-10 {
    /* margin-bottom: 10px !important; */
    margin-bottom: 10px ;
}

.btm-mrg-20 {
    margin-bottom: 20px !important;
}


/* Color  */

.clr-535353 {
    color: #535353;
}


/**** MEDIA QUERIES ****/

@media only screen and (max-width: 991px) {
    #property-listings .property-listing {
        padding: 5px !important;
    }

    #property-listings .property-listing a {
        margin: 0;
    }

    #property-listings .property-listing .media-body {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) {
    #property-listings .property-listing img {
        max-width: 180px;
        border-radius: 7px;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.cancel-button {
    width: 40%;
    background-color: #e7223d !important;
}

.color-heading {
    color: #e7223d;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.golf-benefits {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-right: 10%;
    color: #333;
    display: none;
}

@media (min-width:320px) and (max-width:768px) {
    .golf-benefits {
        font-size: 14px;
        font-weight: 600;
        margin-top: 17px;
        margin-right: 11%;
        color: #333;
        text-decoration: underline;
        display: block;
    }

    .panel-box .panel-icon p:not(:first-child) {
        position: absolute;
        width: 30px;
        top: -18%;
        color: #333;
        font-size: 18px;
        font-weight: 400;
        z-index: 2;
        text-align: center;

        right: -2% !important;

    }

    .margin-top-50 {
        margin-top: 0px !important;
    }

    #fh5co-home .container {
        padding: 50px 10px 80px !important;
    }

    #card-block .col-xs-6 {
        padding: 0 10px !important;
    }

    .pt-sm-5 {
        padding-top: 30px;
    }

    .download-img {
        width: 250px !important;
    }
}

.mt40 {
    margin-top: 40px;
}

.panel1 {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}

.panel-default {
    border-color: #ebedef !important;
    border-radius: 10px;
}

.panel1 .panel-body {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    height: auto;
}

.panel1 .panel-body a {
    overflow: hidden;
}

.panel1 .panel-body a img {
    display: block;
    margin: 0;
    width: 100%;
    height: 240px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.panel1 .panel-body a.zoom:hover img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

.panel1 .panel-body a.zoom span.overlay {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}

.panel1 .panel-body a.zoom:hover span.overlay {
    display: block;
    visibility: visible;
    opacity: 0.55;
    -moz-opacity: 0.55;
    -webkit-opacity: 0.55;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.panel1 .panel-body a.zoom:hover span.overlay i {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 100%;
    font-size: 2.25em;
    color: #fff !important;
    text-align: center;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.panel1 .panel-footer {
    padding: 10px !important;
    background-color: #f4f4f4 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.panel .panel-footer h4 {
    display: inline;
    font: 400 normal 1.125em "Roboto", Arial, Verdana, sans-serif;
    color: #34495e;
    margin: 0 !important;
    padding: 0 !important;
}

.panel1 .panel-footer i.glyphicon {
    display: inline;
    font-size: 1.125em;
    cursor: pointer;
}

.panel1 .panel-footer i.glyphicon-thumbs-up {
    color: #1abc9c;
}

.panel1 .panel-footer i.glyphicon-thumbs-down {
    color: #e74c3c;
    padding-left: 5px;
}

.panel1 .panel-footer div {
    width: 15px;
    display: inline;
    font: 300 normal 1.125em "Roboto", Arial, Verdana, sans-serif;
    color: #34495e;
    text-align: center;
    background-color: transparent !important;
    border: none !important;
}

.modal-title {
    font: 400 normal 1.625em "Roboto", Arial, Verdana, sans-serif;
}

.modal-footer {
    font: 400 normal 1.125em "Roboto", Arial, Verdana, sans-serif;
}

.courses {
    position: absolute;
    top: 170px;
    padding-left: 10px;
    color: #fff;
}

.course-caption {
    z-index: 2;
    width: 100%;
    position: absolute;
    color: #fff !important;
    padding: 15px;
    font-weight: 600;
    /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g); */
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(135, 135, 135, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background-image: -moz-linear-gradient(top, rgba(135, 135, 135, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-linear-gradient(top, rgba(135, 135, 135, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(135, 135, 135, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0px;
    border: solid 0.7px #c6ac60;
    min-height: 150px;
}

.card-img-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-whole {
    padding-top: 20px;
    padding-bottom: 20px;
}

.price-tag {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 2px;
    background-color: #e7213c;
    position: absolute;
    top: 17px;
    left: 17px;
}

.golf_date {
    padding-left: 28px;
}

.golf_time {
    padding-top: 21px !important;
}

.golf_select {
    color: #9a9a9a !important;
    padding-left: 10px !important;
}

.golf_textarea {
    color: #000;
    padding-left: 29px !important;
    height: 42px !important;
}

.golfpassicon {
    padding-top: 8px !important
}

.view_details {
    margin-bottom: 15px !important;
    font-size: 16px;
    font-weight: 600;
}

button.view_details {
    margin-bottom: 15px !important;
    font-size: 14px;
    font-weight: 600;
}

.expired .tag {
    background-color: #555555;
    color: white;
    padding: 0 2px;
    font-size: 14px;
    border-radius: 5px;
}

.card-block {
    margin: 10px auto;
    width: 300px;
    height: 164px;
    background: url(../images/hsbc-card.jpg);
    background-position: center;
    /* margin: 0px auto; */
    /* margin-top: 50px; */
    -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 14%);
    border-radius: 10px;
    border: 4px solid #fff;
    position: relative;
}

.card-block.selected {
    margin: 10px 0;
    width: 300px;
    height: 164px;
    background: url(../images/hsbc-card.jpg);
    background-position: center;
    /* margin: 0px auto; */
    /* margin-top: 50px; */
    outline: 1px solid #e7213c;
    transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 14px 0px #e7213c;
    -moz-box-shadow: 0px 0px 14px 0px #e7213c;
    box-shadow: 0px 0px 14px 0px #e7213c;
    border-radius: 10px;
    border: 4px solid #fff;
    position: relative;
}

.card-block.expired {
    margin: 10px 0;
    width: 300px;
    height: 164px;
    background: url(../images/hsbc-card.jpg);
    background-position: center;
    /* margin: 0px auto; */
    /* margin-top: 50px; */
    outline: 1px solid #b3b3b3;
    /* transform: scale(1.02); */
    -webkit-box-shadow: 0px 0px 14px 0px #b3b3b3;
    -moz-box-shadow: 0px 0px 14px 0px #b3b3b3;
    box-shadow: 0px 0px 14px 0px #b3b3b3;
    border-radius: 10px;
    border: 4px solid #b3b3b3;
    position: relative;
    filter: grayscale();
}

.logo-box {
    margin-top: 35px;
    width: 100%;
    text-align: center;
}

.card-membership h4 {
    margin: 10px 0px;
}

.card-block .arrow {
    width: 30px;
    height: 30px;
    border-radius: 90px;
    border: 1px solid #e7213c;
    position: absolute;
    top: 50%;
    right: -13%;
    background: #fff;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    text-indent: 3px;
    transform: translate(-50%, -50%);
}

.link-add {
    /* margin: 0px auto; */
    font-weight: 600;
    font-size: 16px;
    margin-left: 60px;
    text-decoration: underline;
    /* margin-top: 10px; */
}

.membership-popup {
    /* width: 320px; */
}

.membership-popup .modal-header {
    background: #e1e1e1;
    font-size: 18px;
    border-radius: 11px 10px 0px 0px;
    -moz-border-radius: 11px 10px 0px 0px;
    -webkit-border-radius: 11px 10px 0px 0px;
    border: 0px solid #000000;
}

.membership-popup .modal-header h5 {
    background: #e1e1e1;
    font-size: 18px;
    color: #e7213c;
}

.sidenav-card {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0 !important;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    -webkit-box-shadow: -5px -1px 5px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: -5px -1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: -5px -1px 5px 0px rgba(0, 0, 0, 0.12);
}

.sidenav-card h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.sidenav-card a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    float: right;
}

.sidenav-card a:hover {
    color: #f1f1f1;
}

.sidenav-card .closebtn {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav-card {
        padding-top: 15px;
    }

    .sidenav-card a {
        font-size: 18px;
    }
}

.py-5 {
    padding: 40px 0;
}

.px-3 {
    padding: 0 15px;
}

.pb-3 {
    padding-bottom: 15px;
}

.btn-default {
    background-color: #F34545;
    color: white !important;
    border-radius: 50px;
    border: 0;
    margin-bottom: 10px;
}

.py-3 {
    padding: 15px 0;
}

.pb-5 {
    padding-bottom: 30px;
}

.footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}

.mb-1 {
    margin-bottom: 8px;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 40px;
}

.pt-4 {
    padding-top: 60px;
}

.pt-5 {
    padding-top: 80px;
}

.py-4 {
    padding: 60px 0;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.mb-3 {
    margin-bottom: 15px !important;
}

#fh5co-home .container {
    padding: 50px 10px 150px;
}

.btn.btn-primary {
    background: #e7213c;
}

#not-able img,
#not-eligible img {
    border-radius: 15px 15px 0 0;

}

#not-able .modal-dialog,
#not-eligible .modal-dialog {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);

}

#not-able .modal-content,
#not-eligible .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    /* border-radius: 0.3rem; */
    outline: 0;
    border-radius: 15px;
}

#not-able .modal-title,
#not-eligible .modal-title {
    padding: 0;
    border-radius: 15px 15px 0 0;
}

#not-able .modal-header,
#not-eligible .modal-header {
    padding: 0;
    border-radius: 15px 15px 0 0;
}

#not-able .modal-header .close,
#not-eligible .modal-header .close {
    margin-top: 0;
    top: -7px;
    right: -5px;
    position: absolute;
    background-color: white;
    padding: 2px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    /* float: right; */
    font-size: 18px;
    font-weight: bold;
    line-height: .9;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

#not-able h4,
#not-eligible h4 {
    /* font-size: 16px; */
    margin-bottom: 10px;
    font-weight: 600;
}

#not-able p,
#not-eligible p {

    margin-bottom: 10px;
}

#not-able a,
#not-eligible a {
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 0px !important;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.apply-div {
    margin-bottom: 15px;
}

.apply-div label {
    font-size: 16px;
}

.apply-div .form-control {
    border-radius: 10px;
    line-height: .5;
    height: 42px;
    color: black !important;
}

.apply-div .input-group {
    font-size: 15px;
    font-weight: 500;
}

.apply-div .input-group-addon {
    padding: 5px 10px 5px 0;
    background: transparent;
    border: 0;
    vertical-align: top;
}

.back-btn i {
    font-weight: 300;
}

.back-btn {
    font-weight: 400;
    font-size: 14px;
}

.product-benefit ul {
    padding-left: 10px;
}

.content-box p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

/* The container */
.check-div .check-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #333 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-div .check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.check-div .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #333;
}

/* On mouse-over, add a grey background color */
.check-div .check-box:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-div .check-box input:checked~.checkmark {
    background-color: #e7223d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-div .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-div .check-box input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-div .check-box .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






/*Bijendra CSS Start */
@media (min-width: 768px) {
    .navbar-nav {
        float: right !important;
        margin: 0;
        margin-top: 0.7% !important;
    }

}

.stat-circle {
    background: white;
    width: 107px;
    height: 60px;
    margin: 0 auto;
    color: black;
    border-radius: 10px;
    display: flex;
    margin-top: 4%;
    font-weight: 700;
    vertical-align: baseline;
    align-items: center;
    justify-content: space-evenly;
}

#fh5co-header #navbar li a {
    font-family: "Source Sans Pro", Arial, sans-serif;
    color: rgba(8, 8, 8, 0.815);
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 10px;
}

.panel-box .panel-icon p:not(:first-child)::before {
    position: absolute;
    content: '';
    background: white;
    width: 67px;
    height: 73px;
    border-top-right-radius: 5px;
    /* left: 50%; */
    border-bottom-right-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: -1;
    border: 1px solid rgba(0, 0, 0, 0.7);
    /* box-shadow: 0px 0px 20px rgb(0 0 0 / 30%); */

}

.panel-box .panel-icon p:not(:first-child) {
    position: absolute;
    /* width: 30px; */
    top: 23%;
    color: #000;
    font-weight: 500;
    z-index: 2;
    text-align: center;
    right: 6%;
}

.booking-heading {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}

.booking-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 20px 20px;
    border-radius: 12px;
}

.stat-box .panel {
    margin: 20px !important;
}

.book-btn {
    width: 31%;
    margin: 14px auto;
}

.align {
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    text-align: center;
}

.valitidy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.valitidy>h3 {
    font-size: 22px !important;
}

.available {
    font-weight: 500;
    color: white;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .fh5co-nav-toggle i {
        background-color: #000000!important;
    }
    
    .fh5co-nav-toggle.active i {
        background: transparent!important;
       }

    .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {  background-color: #000000!important;
    }
    .navbar-header{height: 66px;}
    #fh5co-home .text-inner h2 {font-size: 19px;}
    #fh5co-home .container {padding: 30px 10px 19px !important;}
    .nav > li > a {padding: 5px 8px;font-size: 18px;}
    .book-btn{width: 100%;}
    .text{font-size: 16px;}
    .stat-box{margin: 10px;}
    .card-box1{height: 190px!important;background-size: 100% 180%!important;}
    .card-box2{height: 190px!important;background-size: 100% 132%!important;background-position: bottom;}
    .card-box3{height: 190px!important;background-size: 100% 166%!important;background-position: bottom;}
    .valitidy > h3{font-size: 16px!important;}
    .available{font-weight: 500;}
    .service{font-size: 14px !important;}
    #fh5co-intro .fh5co-block h2 {font-size: 22px!important;font-weight: 400;  }
    .signup-form {padding: 5px;}
    .golf_select{width:auto!important;}
    .signup-form .btn{width:100%!important;}
    .book-btn {
        width: 100%;
    }

    .text {
        font-size: 16px;
    }

    .stat-box {
        margin: 10px;
    }

    .card-box1 {
        height: 190px !important;
        background-size: 100% 180% !important;
    }

    .card-box2 {
        height: 190px !important;
        background-size: 100% 132% !important;
        background-position: bottom;
    }

    .card-box3 {
        height: 190px !important;
        background-size: 100% 166% !important;
        background-position: bottom;
    }

    .valitidy>h3 {
        font-size: 16px !important;
    }

    .available {
        font-weight: 500;
    }

    .service {
        font-size: 14px !important;
    }

    #fh5co-intro .fh5co-block h2 {
        font-size: 22px !important;
        font-weight: 400;
    }

    .signup-form {
        padding: 5px;
    }

    .golf_select {
        width: auto !important;
    }

    .signup-form .btn {
        width: 100% !important;
    }

    .button-24 {
        /* width: 35%; */
        color: white !important;
        margin-bottom: 21% !important;
    }

    
    .button-23 {
        /* width: 35% !important; */
    }

    .align {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
    }
}



/* CSS button */
.button-4 {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
}

.button-4:hover {
    background-color: #F3F4F6;
    text-decoration: none;
    transition-duration: 0.1s;
}

.button-4:disabled {
    background-color: #FAFBFC;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959DA5;
    cursor: default;
}

.button-4:active {
    background-color: #EDEFF2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
}

.button-4:focus {
    outline: 1px transparent;
}

.button-4:before {
    display: none;
}

.button-4:-webkit-details-marker {
    display: none;
}


/* CSS login button */
.button-24 {
    margin-left: 5px;
    background: #FF4742;
    border: 1px solid #FF4742;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;

    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    /* text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle; */
}

.button-24:hover {
    background-color: initial;

    color: #FF4742 !important;
}

.button-24:focus {
    background-color: initial;

    color: #FF4742 !important;
}





/* CSS register button */
.button-23 {

    background-color: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 8px;
    box-sizing: border-box;
    color: #222222;
    cursor: pointer;
    display: inline-block;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    outline: none;
    padding: 13px 23px;
    position: relative;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
    user-select: none;
    -webkit-user-select: none;
    width: auto;
}

.button-23:focus-visible {
    box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
    transition: box-shadow .2s;
}

.button-23:active {
    background-color: #F7F7F7;
    border-color: #000000;
    transform: scale(.96);
}

.button-23:disabled {
    border-color: #DDDDDD;
    color: #DDDDDD;
    cursor: not-allowed;
    opacity: 1;
}


.navbar-brand {
    padding: 15px 15px;
}

.card-box1 {
    background-image: url(../images/Golfer-1.png);
    height: 320px;
    justify-content: center;
    background-size: 100% 100%;
    align-items: center;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}

.card-box1::before {
    background-color: #0000005e;
    content: " ";
    border-radius: 5px;
    height: inherit;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0000;
}

.card-box2 {
    background-image: url(../images/Golfer-2.png);
    height: 320px;
    justify-content: center;
    background-size: 100% 100%;
    align-items: center;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}

.card-box2::before {
    background-color: #0000005e;
    content: " ";
    border-radius: 5px;
    height: inherit;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0000;
}

.card-box3 {
    background-image: url(../images/Golfer-3.png);
    height: 320px;
    justify-content: center;
    background-size: 100% 100%;
    align-items: center;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}

.card-box3::before {
    background-color: #0000005e;
    content: " ";
    border-radius: 5px;
    height: inherit;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0000;
}

.text>span,b {
    font-size: 16px
}