/*
 Theme Name: Great Florida Homes
 Theme URI: 
 Description: Custom theme for Great Florida Homes.
 Author: 
 Author URI: 
 License: Everything copyrighted
 Version: 1.1
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Montserrat:300,400,500,600");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

hr {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease;
    color: #00adbb;
}

a:focus,
a:active {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a img {
    outline: none;
    border: none;
}

.visible-lg {
    display: block;
}

.visible-xs {
    display: none;
}

.smimage {
    display: none;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clear {
    clear: both;
}

.alignnone {
    margin: 0 auto;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 0 30px 15px 0;
}

.gl-bc {
    background-color: #f5f5f5;
}

.gml-bc {
    background-color: #EAEBEC;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: inherit;
    color: #000;
    line-height: 26px;
    font-weight: 400;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

ol {
    padding-left: 15px;
}

img {
    max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

h1 {
    font-size: 36px;
    line-height: 50px;
}

h2,
.h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.text-center {
    text-align: center;
}

.btn {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.btn > i {
    margin-left: 12px;
    font-size: 16px;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none;
}

.default-btn {
    background-color: transparent;
    color: #757575;
    border-color: #0f0f0f;
}

.default-btn:hover {
    background-color: #272525;
    color: #FFF;
    border-color: #272525;
}

.white-btn {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.white-btn:hover {
    background-color: #272525;
    color: #FFF;
    border-color: #272525;
}

.primary-btn {
    background-color: #272525;
    color: #FFF;
    border-color: #272525;
}

.primary-btn:hover {
    background-color: #00adbb;
    border-color: #00adbb;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.wolfnet_locationPart {
    color: white;
}

/* ======================================= */


/* ============== Header ================= */


/* ======================================= */

svg:not(:root) {
    overflow: hidden;
}

svg.icon {
    display: inline-block;
    fill: currentcolor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}


/* -------------------------------- 

1. Auto-Hiding Navigation - Simple

-------------------------------- */

.cd-auto-hide-header {
    position: fixed;
    z-index: 333;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.cd-auto-hide-header:after {
    clear: both;
    content: "";
    display: block;
}

.cd-auto-hide-header.is-hidden {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.cd-auto-hide-header .logo {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
}

.cd-auto-hide-header .logo a,
.cd-auto-hide-header .logo img {
    display: block;
}

.cd-auto-hide-header.is-hidden .logo {
    width: 250px;
}

.cd-primary-nav {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 5%;
}

header .top-wrap {
    padding: 20px 0;
    -webkit-transition: padding 0.2s, background-color 0.3s ease-in 0s;
    -moz-transition: padding 0.2s, background-color 0.3s ease-in 0s;
    -o-transition: padding 0.2s, background-color 0.3s ease-in 0s;
    transition: padding 0.2s, background-color 0.3s ease-in 0s;
}

header .top-wrap .clearfix {
    position: relative;
}

header.sticky-header .top-wrap {
    background-color: white;
    -webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

header .logo {
    width: 390px;
    text-align: center;
}

header .main-menu {
    width: 740px;
    float: right;
    margin-top: 10px;
    -moz-transition: margin 0.6s;
    -o-transition: margin 0.6s;
    transition: margin 0.6s;
}

header.is-hidden .main-menu {
    margin-top: 3px;
}

header .main-menu .nav {
    padding: 0 60px 0 30px;
}

.nav ul#menu {
    margin: 0;
    position: relative;
}

.nav ul li a {
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.nav #menu > li {
    position: relative;
    z-index: 9999;
    margin: 0 8px;
    display: inline-block;
    list-style: none;
}

.nav #menu > li > a {
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.nav #menu > li > a:hover {
    color: #4BB3B5;
}
.sticky-header .nav #menu > li > a {
    color: #4BB3B5;
}

.sf-menu {
    float: right;
}

.sf-menu > li {
    background-color: transparent;
}

.sf-menu > li > a {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.sf-menu li:hover,
.sf-menu > li.sfHover {
    background-color: transparent;
}

.sf-menu ul {
    top: 50px;
    background-color: #3a3a3a;
}

.sf-menu > li > ul:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 2.12em;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg) translatex(-50%);
    -moz-transform: rotate(45deg) translatex(-50%);
    -ms-transform: rotate(45deg) translatex(-50%);
    -o-transform: rotate(45deg) translatex(-50%);
    transform: rotate(45deg) translatex(-50%);
}

.sf-menu > li > ul:before {
    background-color: #3a3a3a;
}

.sf-menu ul > li {
    background-color: transparent;
    color: #FFF;
}

.sf-menu ul > li a {
    color: #FFF;
    border-left: none;
}

.sf-menu ul > li a:hover {
    background-color: #4BB3B5;
}

.sf-arrows .sf-with-ul:after {
    right: -13px!important;
}
.sf-arrows .sf-with-ul {
    padding-right: 0!important;
}

.sf-menu a {
    padding: .75em 5px!important;
}

.sticky-header .sf-arrows .sf-with-ul:after {
    border-top-color: #4BB3B5;
    border-top-color: rgba(75, 179, 181, 0.5);
}
.sticky-header .sf-arrows > li > .sf-with-ul:focus:after,
.sticky-header .sf-arrows > li:hover > .sf-with-ul:after,
.sticky-header .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #4BB3B5;
}

.menu-btn {
    border: 2px solid #4BB3B5;
    background-color: #4BB3B5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    height: 40px;
    margin-top: 0;
    position: absolute;
    top: 16px;
    right: 12px;
    padding: 1px;
    width: 50px;
    margin-bottom: 0;
    -moz-transition: top 0.6s;
    -o-transition: top 0.6s;
    transition: top 0.6s;
}

.is-hidden .menu-btn {
    top: 10px;
}

#showRightPush.menu-btn {
    float: right;
}

.lines:before {
    border-bottom: 13px double #FFF;
    border-top: 4px solid #FFF;
    content: "";
    height: 22px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.crossBtn {
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 46px;
    text-align: center;
    padding: 13px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 9999;
    display: block;
}

.crossBtn i {
    font-size: 20px;
    color: #FFF;
}

.slicknav_nav.slicknav_hidden {
    display: block !important;
}


/* ===================================== */


/* ============= Body Content ========== */


/* ===================================== */

.section a:focus,
.section a:active {
    outline: none;
}

.section ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.section ol {
    padding-left: 30px;
    margin-bottom: 15px;
}

.section ul li {
    list-style: none;
    font-family: inherit;
    position: relative;
}

.section ul li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin-right: 5px;
    color: #00adbb;
}

.section li {
    font-size: 18px;
    color: #808183;
    line-height: 24px;
    font-weight: 400;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #2b2b2b;
}

.section.page {
    padding: 40px 0;
}
.section.page h1,.section.page h3{
    margin-bottom: 20px;
}
.section.page .content {
    margin-bottom: 20px;
}
.title-icon {
    width: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}

.title-icon i {
    color: #2b2b2b;
    font-size: 1.8rem;
    margin-top: 1px;
}

.title-icon::before,
.title-icon::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #2b2b2b;
    position: absolute;
    top: 18px;
}

.box-wrapper .color-title h2,
.box-wrapper .color-title .title-icon i {
    color: #000000;
}

.box-wrapper .color-title .title-icon::before,
.box-wrapper .color-title .title-icon::after {
    background-color: #000000;
}

.color-title h2 {
    color: #ffffff;
}

.color-title .title-icon i {
    color: #ffffff;
}

.color-title .title-icon::before,
.color-title .title-icon::after {
    background: #ffffff;
}

.title-icon span {
    width: 30px;
    display: inline-block;
}

.title-icon::before {
    left: -85px;
}

.title-icon::after {
    right: -85px;
}

.section-title p {
    margin-top: 15px;
    font-size: 21px;
}

.bgImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-wrapper .layer {
    background: rgba(43, 41, 41, 0.6);
    background: -moz-linear-gradient(180deg, rgba(41, 39, 39, 0.9) 0%, rgba(83, 82, 82, 0.7) 30%, rgba(175, 174, 174, 0.3) 60%, rgba(218, 217, 217, 0.2) 100%);
    background: -webkit-linear-gradient(180deg, rgba(41, 39, 39, 0.9) 0%, rgba(83, 82, 82, 0.7) 30%, rgba(175, 174, 174, 0.3) 60%, rgba(218, 217, 217, 0.2) 100%);
    background: linear-gradient(180deg, rgba(41, 39, 39, 0.9) 0%, rgba(83, 82, 82, 0.7) 30%, rgba(175, 174, 174, 0.3) 60%, rgba(218, 217, 217, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgba(41, 39, 39, 0.8)', endColorstr='rgba(218, 217, 217, 0.2)', GradientType=1);
    min-height: 134px;
}

.hero-wrapper .content {
    padding: 250px 0 125px 0;
    text-align: center;
}

.home-hero .content {
    padding: 150px 0;
}

.hero-wrapper h1,
.hero-wrapper h2,
.hero-wrapper h3,
.hero-wrapper h4,
.hero-wrapper h5,
.hero-wrapper h6,
.hero-wrapper p {
    color: #FFF;
}

.hero-wrapper h1,
.hero-wrapper h6 {
    text-transform: uppercase;
}

.hero-wrapper h6 {
    letter-spacing: 4px;
}

.hero-wrapper h1 {
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 5px;
}

.hero-wrapper .btn {
    margin-top: 20px;
}

#home-slider.slick-dotted {
    margin-bottom: 0;
}

.slider-wrapper {
    position: relative;
}

.slick-slide img {
    width: 100%;
}

.slick-slider .slick-slide {
    position: relative;
}

.section .slick-dots {
    bottom: 0;
    position: relative;
    padding: 0;
    margin: 15px 0 0 0;
}

.section .slick-dots li {
    width: auto;
    height: auto;
    padding: 0;
}

.section .slick-dots li:before {
    position: absolute;
    margin: 0;
    top: auto;
    width: auto;
    height: auto;
    background: #00adbb;
    content: "";
}
.slider-wrapper .btn{
    padding: 16px 40px;
    font-size: 28px;
    line-height: 28px;
    background-color: #4BB3B5;   
    border-color:#4BB3B5; 
}
.slider-wrapper .btn:hover{
    background-color: transparent;   
    color:#4BB3B5;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 2px solid #00adbb;
    border-radius: 90%;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background-color: #00adbb;
    border-color: #FFF;
}

.slick-dots li button:before {
    width: auto;
    height: auto;
    content: '';
}

.slick-slider.slick-dotted {
    margin-bottom: 0;
}

.slick-prev:before,
.slick-next:before {
    content: '';
}

.slick-slider .slick-arrow {
    height: auto;
    width: auto;
    -webkit-transition: opacity 0.1s ease-in 0s;
    -moz-transition: opacity 0.1s ease-in 0s;
    -o-transition: opacity 0.1s ease-in 0s;
    transition: opacity 0.1s ease-in 0s;
}

.slick-slider .slick-arrow i {
    font-size: 30px;
    color: #00adbb;
    background-color: transparent;
    height: auto;
    width: auto;
    padding: 0px 1px;
    text-align: center;
}

.slick-slider .slick-arrow:hover {
    opacity: 0.5;
}
.flamingle {
    margin-top: 20px;
}
.flamingle p{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
}
.kw {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-perspective: 1000px;
   perspective: 1000px;
}

.carousel-item > div.item-img {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-transform 9s;
    transition: transform 9s;
}
.carousel-item.active > div.item-img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .carousel-item.next,
    .carousel-fade .carousel-inner > .carousel-item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.prev,
    .carousel-fade .carousel-inner > .carousel-item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-item.next.left,
    .carousel-fade .carousel-inner > .carousel-item.prev.right,
    .carousel-fade .carousel-inner > .carousel-item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

/* @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
} */

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.slider-content {
    position: absolute;
    top: 45%;
    left: 20%;
    right: 20%;
    text-align: center;
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
}

.slider-content h1 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 10px 0;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-weight: 400;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.scroll-wrap > a {
    display: inline-block;
    font-size: 10px;
    color: #FFF;
    font-weight: 300;
}

.scroll-wrap > a > span {
    display: block;
}

.scroll-wrap > a {
    -vendor-animation-duration: 10s;
    -vendor-animation-delay: 6s;
    -vendor-animation-iteration-count: infinite;
}

.box-wrapper {
    padding: 5rem 0;
    background-color: #ffffff;
/*     background-image: url("images/dots2.png"); */
}
.box-wrapper .video iframe{
height: 500px;
width: 100%;
margin: 20px 0;
}
.box-wrapper .inner-row {
    margin-left: -35px;
    margin-right: -35px;
}
.box-wrapper .inner-row.team{
    margin-left: -15px;
    margin-right: -15px;   
} 
.box-grid {
    display: table;
    width: 100%;
    height: auto;
    border-collapse: separate;
    border-spacing: 20px;
}
.box-grid.team {
    display: block;
    width: 100%;
}

.box-grid.team > a {
    display: inline-block;
    width: 30.5%;
    margin: 0 15px 40px;
    cursor: pointer;
}
.box-grid.team .box-cont {
    padding: 20px 20px 20px 20px;
}
.box-grid > a {
    position: relative;
    display: table-cell;
    vertical-align: top;
    background-color: #fff;
    margin: 0 4px;
    overflow: hidden;
    height: 100%;
    width: 25%;
    background-color: #f1f1f2;
}
/* Styling the Popup Window */
    
    .popup h4{margin: 20px 0;}
    .popup { width: 700px; }
    .popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}
    .popup .img-cont{
        height: auto !important;
    }
    
.box-grid .img-cont {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.box-grid .post-img {
    top: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.box-grid .post-img img{
    width: 100%;
}
.box-grid > a:hover .post-img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box-grid .box-cont {
    overflow: hidden;
    padding: 20px 20px 70px 20px;
    text-align: center;
}

.box-grid .box-cont h4, .box-cont h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}

.box-grid > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 12px solid #4BB3B5;
    opacity: .7;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.box-grid > a:hover:after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.box-grid p {
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    line-height: 26px;
}

.box-grid .btn-wrap {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 222;
}

.portfolio-wrapper {
    padding: 5rem 0;
    background-color: #2b2b2b;
}






/*-----------------------------------*/


/*------ 4. SECTION PROJECTS ------*/


/*-----------------------------------*/

section.portfolio {
    padding: 6rem 0;
    background: #2b2b2b;
}

.portfolio .top-headings-section h2,
.portfolio .top-headings-section h2 span {
    color: #fff;
}

.portfolio .top-headings-section h2::after {
    background: #fff;
}

.portfolio .item {
    padding-bottom: 2rem;
}

.portfolio .it2 {
    padding-bottom: 1.6rem;
}

@media screen and (max-width: 575px) {
    .portfolio .it2 {
        padding-bottom: 1.6rem;
    }
}

.portfolio .filters-group {
    margin-bottom: 2rem;
}

@media screen and (max-width: 490px) {
    .portfolio .filters-group ul {
        padding-left: 0px;
    }
}

.portfolio .filters-group ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.portfolio .filters-group ul li:hover {
    background: #111111;
    color: #fff;
}

.portfolio .filters-group {
    text-align: center;
    border-radius: 5px;
}

.portfolio .filters-group .active {
    background: #111111;
    color: #fff;
}

.portfolio .magnifier {
/*     background: rgba(0, 0, 0, 0.7) url(../images/magnifier.png) no-repeat center; */
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 23px;
    right: 15px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.portfolio .magnifier:hover {
    opacity: 0.8;
}

.portfolio .port-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
}

.portfolio-title {
    padding: 1.5rem 1rem;
    background: #fff;
    box-shadow: 0px 6px 0px 0px #f1f1f1;
    box-sizing: border-box;
}

.portfolio-title h3 a {
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
}

.portfolio-title h3 {
    margin-top: 0px;
}


/* HOVER 2 */

.single-preview {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-preview-img a {
    display: inline-block;
    position: relative;
}

.single-preview-img a::after {
    color: #ffffff;
    content: "\f196";
    font-family: FontAwesome;
    font-size: 4.5rem;
    font-weight: 300;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 20%;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.single-preview-img a::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-preview:hover .single-preview-img a::before {
    opacity: 0.8;
}

.single-preview:hover .single-preview-img a::after {
    opacity: 1;
    top: 44%;
}


/* HOVER 3 */

.single-portfolio {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.portfolio-img a {
    display: inline-block;
    position: relative;
}

.portfolio-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* .single-portfolio .img-poppu::before,
.single-portfolio .img-poppu::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 1px; } */

.single-portfolio .img-poppu:hover:before,
.single-portfolio .img-poppu:hover:after {
    background: #111111;
}

.single-portfolio .img-poppu::after {
    height: 1px;
    width: 20px;
}

.single-portfolio .img-poppu {
    border: 1px solid white;
    color: white;
    display: inline-block;
    height: 50px;
    opacity: 0;
    font-size: 25px;
    text-align: center;
    padding: 10px 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 50px;
    z-index: 99;
}

.single-portfolio .img-poppu:hover {
    background: #fff;
    color: #232323;
}

.single-portfolio > .portfolio-img::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.single-portfolio .portfolio-img::before {
    background: #000000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
}

.single-portfolio:hover .portfolio-img::before {
    opacity: 0.8;
}

.single-portfolio:hover .portfolio-img {
    opacity: 1;
}

.single-portfolio:hover .img-poppu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.portfolio-text {
    position: absolute;
    bottom: 40px;
    left: 20px;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.portfolio-text a h4 {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.portfolio-text a h4:hover {
    color: #fff;
}

.portfolio-title h3 {
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.portfolio-text span {
    color: #fff;
}

.single-portfolio:hover .portfolio-text {
    opacity: 1;
    bottom: 20px;
}

.testimonials {
    padding: 5rem 0;
    background-color: #4BB3B5;
    overflow: hidden;
    background-image: url("images/dots2.png");
}

#testi-wrap {
    margin-top: 40px;
}

.testimonials blockquote {
    text-align: center;
}

.testimonials blockquote img {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonials p,
.testimonials h3,
.testimonials h5 {
    color: #FFF;
}

.testimonials p {
    font-weight: 400;
    margin: 1rem auto 1.5rem;
    max-width: 700px;
}

.testimonials p::before,
.testimonials p::after {
    font-size: 1.5rem;
    font-family: fontawesome;
    position: relative;
    color: #fff;
}

.testimonials p::before {
    content: "\f10d ";
    left: -8px;
    top: -8px;
}

.testimonials p::after {
    bottom: 4px;
    content: "\f10e";
    right: -8px;
    top: 8px;
}

.testimonials h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonials h5 {
    font-weight: 300;
}

.testimonials .slick-dots {
    margin: 36px 0 0 0;
}

.testimonials li button {
    border: 2px solid #FFF;
}

.testimonials li.slick-active button,
.testimonials li button:hover {
    background-color: #ffffff;
    border-color: #FFF;
}


/* ===================================== */
.evaluate .submit-btn{
border:0;
}
.evaluate .layer {
    padding: 60px 0 40px;
    background-color: rgba(74, 179, 181, 0.17);
}
/* ============ Contact Page ========== */


/* ==================================== */

.contact-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 80px 0;
}

.contact-wrapper .content {
    margin-top: 50px;
}

.contact-wrapper .left-wrap {
    float: left;
    width: 49%;
    box-shadow: 0px 0px 5px 3px rgba(128, 128, 128, 0.4);
    padding: 20px;
    margin-right: 1%;
}

.contact-wrapper .right-wrap {
    float: right;
    width: 49%;
    margin-left: 1%;
}

#map_canvas {
    min-height: 575px;
}

#map_canvas h6 {
    color: #7e756e;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
}


/* ===================================== */


/* ============ Contact Form ========== */


/* ==================================== */

#contact-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-size: cover;
/*     background-image: url("images/cs1.jpg"); */
    background-attachment: fixed;
}

#contact-wrapper .layer {
    padding: 5rem 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
}

#contact-wrapper .title-icon::before,
#contact-wrapper .title-icon::after {
    background: #2b2b2b;
}

#contact-wrapper .content {
    position: relative;
    z-index: 222;
}

#contact-wrapper .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    opacity: 0.30;
}

#contact-wrapper .section-title p {
    color: #636466;
    font-size: 30px;
    margin-bottom: 0;
}

#contact-wrapper .form-wrap {
    position: relative;
    left: 0;
    top: 0;
    max-width: 850px;
    width: 100%;
    padding: 60px;
    margin: 80px auto;
    text-align: center;
    background-color: white;
    box-shadow: 0px 0px 5px 3px rgba(128, 128, 128, 0.4);
}

.form-wrap {
    overflow: hidden;
}

.contact-form {
    width: 970px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.contact-form p {
    margin-bottom: 0;
}

.contact-form div.wpcf7 img.ajax-loader {
    float: right;
}

.contact-form div.wpcf7-response-output {
    margin-top: 7px;
}

.form-group label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}
.form-group > span.check .wpcf7-checkbox {
    display: block;
    border: 1px solid;
    padding: 15px 0;
}
.form-group .form-control {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #2b2b2b;
    font-size: 16px;
    color: #2b2b2b;
    padding: 12px 12px;
    width: 100%;
    position: relative;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.dd {
    border: none;
}

.dd .ddTitle {
    background-image: none;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    border-width: 2px;
    border-style: solid;
    border-color: #d2d3d4;
    border-top-color: transparent;
    color: #343538;
    padding: 0;
}

.dd .divider {
    border-left: none;
    border-right: none;
    right: 24px;
}

.dd .ddArrow {
    margin-top: -5px;
    right: 14px;
}

.borderRadiusTp {
    border-radius: 0;
}

.dd .ddTitle .ddTitleText {
    padding: 16px 20px 16px 12px;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
}

.ddcommon .ddChild li:before {
    width: auto;
    height: auto;
    content: '';
}

.dd .ddChild li.selected,
.dd .ddChild li.hover {
    background-color: #00adbb;
    color: #FFF;
}

.dd .ddChild li.selected .ddlabel,
.dd .ddChild li.hover .ddlabel {
    color: #FFF;
}

.dd .ddChild li {
    padding: 5px 13px;
    font-size: 16px;
}

.section .ddcommon ul {
    margin: 0;
    padding: 0;
}

.form-group select {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.form-group > span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
}

.form-group > span.captchaimage {
    position: absolute;
    right: 0;
    width: 80px;
    text-align: right;
    margin-top: 9px;
}

.form-group.grid2 > span {
    display: inline-block;
    vertical-align: top;
    width: 48.9%;
}

.form-group.grid3 > span {
    width: 32%;
}
.form-group.grid3 > div {
    width: 30%;
    display: inline-block;
    margin-left: 3.5%;
}
.form-group .captcha .form-control{
padding: 0;border: 0;
}

.form-group.grid4 > span {
    width: 23.5%;
    margin-right: 2%;
}

.form-group.grid4 > span:last-child {
    margin-right: 0;
}

.form-group.grid3 > span:nth-of-type(2) {
    margin: 0 2%;
}


.form-group.grid2 > span:first-child {
    margin-right: 1%;
}

.form-group.grid2 > span:last-child {
    margin-left: 1%;
}

.form-group textarea {
    resize: none;
    font-family: 'Open Sans', sans-serif;
}

.submitBtn {
    overflow: hidden;
}
.submit-btnev{
    width: 150px;
}
.submit-btn {
    cursor: pointer;
    text-align: center;
    padding: 16px 20px;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
    background-color: #4BB3B5;
    border-color: #4BB3B5;
    color: #FFF;
}

.contact-form span.wpcf7-not-valid-tip {
    color: #ff5100;
}

*::-webkit-input-placeholder {
    color: #2b2b2b;
    opacity: 0.7;
}

*:-moz-placeholder {
    color: #2b2b2b;
    opacity: 0.7;
}

*::-moz-placeholder {
    color: #2b2b2b;
    opacity: 0.7;
}

*:-ms-input-placeholder {
    color: #2b2b2b;
    opacity: 0.7;
}

div.wpcf7-response-output {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #ff5100;
    padding: 2px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
}


/* ===================================== */


/* ============== Blog Page ============ */


/* ===================================== */

.section.blogsec {
    padding: 60px 0;
}

.section.blogsec ul li:before {
    content: none;
}

.blogsec {
    margin-bottom: 20px;
    overflow: hidden;
    /*---------sidebar----------------*/
}

.blogsec .blogleft {
    float: left;
    width: 73%;
    margin-right: 3%;
}

.blogsec .blogrow {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #4BB3B5;
    /*blogcontain*/
}

.blogsec .blogrow .blogcontain {
    position: relative;
    overflow: hidden;
    /*Blogsocial*/
    /*-------blog2-----------*/
}

.blogsec .blogrow .blogcontain .blogimg {
    width: 29%;
    margin-right: 2%;
    float: left;
}

.blogsec .blogrow .blogcontain .blogimg img {
    border: 1px solid #4BB3B5;
}

.blogsec .blogrow .blogcontain .blogimg.single {
    width: 100%;
}

.blogsec .blogrow .blogcontain .blogimg.single img {
    /* width: 100%; */
    border: 0;
}

.blogsec .blogrow .blogcontain .blogtext {
    float: left;
    width: 69%;
}

.blogsec .blogrow .blogcontain .blogtext h2 {
    font-size: 32px;
    line-height: 36px;
}

.blogsec .blogrow .blogcontain .blogtext b {
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    line-height: 22px;
}

.blogsec .blogrow .blogcontain .blogtext p {
    font-size: 16px;
    line-height: 26px;
}

.blogsec .blogrow .blogcontain .blogtext.single {
    padding-top: 20px;
    width: 100%;
}

.blogsec .blogrow .blogcontain .blogtext.single p {
    line-height: 22px;
}

.blogsec .blogrow .blogcontain .blog_social {
    float: right;
}

.blogsec .blogrow .blogcontain .blog_social ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.blogsec .sidebar {
    float: right;
    width: 24%;
    /*side*/
    /*==============Newsletter=========================================================*/
    /*---------------newsletter-----------------------------------------------*/
}

.blogsec .sidebar .search-form {
    position: relative;
    width: 100%;
}

.blogsec .sidebar .search-form .form-group {
    padding: 0 0 20px;
}

.blogsec .sidebar .search-form .submit-btn {
    background-color: transparent;
    background-image: url(assets/images/searchicon.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    margin-top: 0;
    z-index: 333;
}

.blogsec .sidebar input {
    width: 100%;
    padding: 12px 12px;
    border:1px solid ;
}

.blogsec .sidebar .side {
    padding: 20px 0;
    text-align: center;
}

.blogsec .sidebar .side h3 {
    font-size: 24px;
}

.blogsec .sidebar .side p {
    line-height: 26px;
}

.blogsec .sidebar .newsletter {
    width: 100%;
    text-align: center;
}
.blogsec .blogrow .blogcontain .blogtext h2 b{
	line-height: 34px;
}
.blogsec .sidebar .newsletter .news-btn {
    background-color: #4BB3B5;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding: 18px 0;
    font-size: 15px;
    cursor: pointer;
}

.blogsec .sidebar .newsletter .news-form {
    display: none;
    margin-top: 15px;
}

.blogsec .sidebar .newsletter .news-form input[type="text"],
.blogsec .sidebar .newsletter .news-form input[type="email"] {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
}

.blogsec .sidebar .newsletter .news-form input[type="submit"] {
    background-color: #4BB3B5;
    cursor: pointer;
    padding: 12px 0;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.blogsec .sidebar .newsletter .news-form input[type="submit"]:hover {
    background-color: #4BB3D9;
}


/* Row */

.section.team.row {
    background-color: #4BB3B5;
}

.section.team .content {
    overflow: hidden;
    display: table;
    width: 100%;
}

.section.team .content > div {
    display: table-cell;
    vertical-align: middle;
}

.section.team .img-block {
    width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}

.section.team .text-block {
    max-width: 50%;
    width: 50%;
    padding: 100px 0;
}

.section.team .text-block .cont {
    padding-left: 60px;
    width: 600px;
    float: left;
}

.section.team .text-block .cont h2 {
    text-align: left;
    color: #ffffff;
}

.section.team .text-block .cont span {
    color: #ffffff;
}

.section.team .text-block .cont p {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 30px;
}


/* ===================================== */

.section.inner-page {
    padding: 100px 0 60px;
    /*row*/
}

.section.inner-page .content {
    width: 100%;
}

.section.inner-page .title {
    margin-bottom: 20px;
}

.section.inner-page .title hr {
    margin: 10px 0;
    width: 350px;
}

.section.inner-page .fullWidth {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    text-align: left;
}

.section.inner-page .fullWidth h3 {
    font-size: 26px;
    margin-top: 0;
    color: #5b5b5f;
    margin-bottom: 10px;
}

.section.inner-page .row {
    margin-bottom: 50px;
    overflow: hidden;
}

.section.inner-page .row > div p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.section.inner-page .row .rightCont h3 {
    margin-top: 0;
    color: #5b5b5f;
    margin-bottom: 10px;
}

.section.inner-page .row .leftCont.float-right {
    float: right;
    margin-left: 2%;
    text-align: center;
}

.section.inner-page .row .leftCont.float-left {
    float: left;
    margin-right: 2%;
    text-align: center;
}

.section.inner-page .row .rightCont.float-right {
    float: right;
    margin-left: 2%;
    text-align: left;
}

.section.inner-page .row .rightCont.float-left {
    float: left;
    margin-right: 2%;
    text-align: left;
}

.section.inner-page .row .leftCont.width50,
.section.inner-page .row .rightCont.width50 {
    width: 48%;
}

.section.inner-page .row .leftCont.width60,
.section.inner-page .row .rightCont.width60 {
    width: 58%;
}

.section.inner-page .row .leftCont.width40,
.section.inner-page .row .rightCont.width40 {
    width: 38%;
}

.section.inner-page .row.blockImg h3 {
    margin-top: 0;
    color: #5b5b5f;
    margin-bottom: 10px;
}

.section.inner-page .row .imgBlock > div {
    display: inline-block;
    vertical-align: top;
}

.section.inner-page .row .imgBlock.grid2 > div {
    width: 48.7%;
}

.section.inner-page .row .imgBlock.grid3 > div {
    width: 32.3%;
}

.section.inner-page .row .imgBlock.grid2 > div:first-child {
    margin-right: 1%;
}

.section.inner-page .row .imgBlock.grid2 > div:last-child {
    margin-left: 1%;
}

.section.inner-page .row .imgBlock.grid3 > div:nth-of-type(2) {
    margin: 0 1%;
}

.section.inner-page .row .imgBlock.grid3 a > h4 {
    margin: 10px 0;
    font-size: 24px;
    color: #888888;
    font-weight: 400;
}
/* =============== Footer ============== */


/* ===================================== */

.map-wrapper #map_canvas {
    min-height: 520px;
}

.footer {
    overflow: hidden;
    width: 100%;
    background-color: #2b2b2b;
}

.footer .footer-menu {
    overflow: hidden;
    border-bottom: 2px dotted #4BB3B5;
    text-align: center;
    padding: 30px 0;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 8px;
}

.footer-menu li a {
    color: #4BB3B5;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom-color: transparent;
}

.footer-menu li.current-menu-item > a,
.footer-menu li > a:hover,
.footer-menu li.current-menu-parent > a {
    color: #FFF;
}

.footer .top-wrap {
    overflow: hidden;
    padding: 50px 0;
    background-image: url("images/dots2.png");
}

.footer .top-wrap .content > div {
    display: inline-block;
    vertical-align: top;
}

.footer .logo {
    text-align: left;
    width: 300px;
}

.footer .logo img {
    margin-bottom: 30px;
}

.footer p {
    color: #FFF;
}

.footer .middle-wrap {
    width: 330px;
    padding: 0 40px;
}

.footer h5, .footer-heading {
    color: #FFF;
    font-size: 22px;
    position: relative;
}

.footer h5:after, .footer-heading:after {
    content: '';
    border-bottom: 2px solid #FFF;
    width: 50px;
    display: block;
    margin-top: 10px;
}

.footer .middle-wrap ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.footer .middle-wrap ul li {
    margin-bottom: 1rem;
    border-bottom: 1px dotted #000000;
}

.footer .middle-wrap .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .6rem;
}

.footer .middle-wrap ul li .fa {
    font-size: 1.6rem;
    color: #fff;
}

.footer .middle-wrap .info p {
    margin: 0px;
    margin-left: 1.5rem;
    font-weight: 300;
}
.footer .middle-wrap .info p a{
    color: #fff;
}

.footer .social-wrap {
    margin-top: 20px;
}

.footer .social-wrap ul {
    padding: 0;
    margin: 0;
}

.footer .social-wrap li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.footer .social-wrap a {
    font-size: 22px;
    color: #4BB3B5;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px dotted #4BB3B5;
    display: inline-block;
    padding: 12px;
    border-radius: 40px;
}

.footer .social-wrap a:hover {
    color: #FFF;
    background-color: #4BB3B5;
}

.footer .right-wrap {
    width: 500px;
}

.footer #map_canvas {
    min-height: 220px;
    margin-top: 20px;
}

.footer .copyright {
    overflow: hidden;
    width: 100%;
    padding: 26px 0;
    text-align: center;
}

.copyright p {
    color: #929496;
    margin: 0;
    font-size: 14px;
}

.copyright p a {
    color: #929496;
}

.copyright p a:hover {
    color: #E86E76;
}


/* ===================================== */


/* ============= Media Query =========== */


/* ===================================== */

@media screen and (max-width: 1450px) {
    .slider-content .aligntop-left,
    .slider-content .aligntop-center,
    .slider-content .aligntop-right {
        padding-top: 170px;
    }
    .slider-content .aligncenter-left,
    .slider-content .aligncenter-center,
    .slider-content .aligncenter-right {
        padding-top: 310px;
    }
    .slider-content .alignbottom-left,
    .slider-content .alignbottom-center,
    .slider-content .alignbottom-right {
        padding-top: 420px;
    }
    .slider-content h1 {
        font-size: 48px;
        line-height: 54px;
    }
}

@media screen and (max-width: 1250px) {

    .slider-content .aligntop-left,
    .slider-content .aligntop-center,
    .slider-content .aligntop-right {
        padding-top: 180px;
    }
    .slider-content .aligncenter-left,
    .slider-content .aligncenter-center,
    .slider-content .aligncenter-right {
        padding-top: 260px;
    }
    .slider-content .alignbottom-left,
    .slider-content .alignbottom-center,
    .slider-content .alignbottom-right {
        padding-top: 340px;
    }
    .slider-content h1 {
        font-size: 44px;
        line-height: 54px;
    }
}

@media screen and (max-width: 1150px) {
    .container {
        width: 100%;
        padding: 0 2%;
    }
    header .main-menu {
        width: 61%;
    }
    .nav #menu > li > a {
        padding: 6px 1px;
    }
    .nav #menu > li > ul {
        top: 70px;
    }
    .hero-wrapper .layer {
        min-height: 113px;
    }
    .slider-content .content h1 {
        font-size: 42px;
        line-height: 54px;
    }
    .slider-content .aligntop-left,
    .slider-content .aligntop-center,
    .slider-content .aligntop-right {
        padding-top: 150px;
    }
    .slider-content .aligncenter-left,
    .slider-content .aligncenter-center,
    .slider-content .aligncenter-right {
        padding-top: 230px;
    }
    .slider-content .alignbottom-left,
    .slider-content .alignbottom-center,
    .slider-content .alignbottom-right {
        padding-top: 300px;
    }
    .section.team .text-block .cont {
        padding-left: 10%;
        width: 90%;
    }
    .box-wrapper .inner-row,
    #events-wrapper .inner-row {
        margin-left: 0;
        margin-right: 0;
    }
    .box-grid {
        border-spacing: 10px;
    }
    .box-grid.team {
        margin-left: 0;
        margin-right: 0;
    }
    .box-grid.team > a {
        margin: 0 1.2% 30px;
    }
    .gfht-events > div {
        margin: 17px;
    }
    .blog-wrapper .post-cont .post-text {
        width: 67%;
    }
    .gfht-btn ul li {
        width: auto;
        min-width: 190px;
        margin: 0 10px;
    }
    .footer .middle-wrap {
        width: 54%;
    }
}

@media screen and (max-width: 1050px) {
    header .main-menu {width: 60%;}
    header .logo { width: 35%; }
    .nav ul#menu {
        margin: 0;
    }
    .nav #menu > li {
        margin: 0 8px;
    }
    .nav #menu > li > ul {
        top: 59px;
    }
    .hero-wrapper .layer {
        min-height: 159px;
    }
    .gfht-events > div {
        margin: 15px;
    }
    .blogsec .blogrow .blogcontain .blogtext h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .slick-slider .slick-prev {
        left: 0;
    }
    .slick-slider .slick-next {
        right: 0;
    }
    .smimage {
        display: block;
    }
    .section.team .content > div {
        display: block;
    }
    .section.team .img-block {
        width: 100%;
        text-align: left;
    }
    .section.team .text-block {
        max-width: 100%;
        width: 100%;
        padding: 20px 0;
    }
    .section.team .text-block .cont {
        padding: 0 2% 20px;
        width: 100%;
    }
    #map_canvas {
        min-height: 555px;
    }
    /*==============Inner=================================*/
    .section.inner-page .fullwidth {
        margin-bottom: 20px;
    }
    .section.inner-page .row .leftCont.width50,
    .section.inner-page .row .rightCont.width50,
    .section.inner-page .row .leftCont.width60,
    .section.inner-page .row .rightCont.width60,
    .section.inner-page .row .leftCont.width40,
    .section.inner-page .row .rightCont.width40 {
        width: 100%;
    }
    .section.inner-page .row .leftCont.float-right,
    .section.inner-page .row .leftCont.float-left,
    .section.inner-page .row .rightCont.float-right,
    .section.inner-page .row .rightCont.float-left {
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    .section.inner-page .row .imgBlock.grid2,
    .section.inner-page .row .imgBlock.grid3 {
        text-align: center;
    }
    .section.inner-page .row .imgBlock.grid2 > div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .section.inner-page .row .imgBlock.grid2 > div:last-child {
        margin-left: 0;
    }
    .section.inner-page .row .imgBlock.grid3 > div {
        width: 100%;
    }
    .section.inner-page .row .imgBlock.grid3 > div:nth-of-type(2) {
        margin: 20px 0;
    }
    .section.inner-page .row .imgBlock.grid2 > div {
        width: 100%;
    }
    .section.inner-page .row .wrap-title {
        margin: 10px 0;
    }
    /*==============Inner=================================*/
}

@media screen and (max-width: 950px) {
    .nav ul li a {
        font-weight: 700;
        font-size: 14px;
    }
    .box-grid .img-cont {
        height: 170px;
    }
    .box-grid .box-cont {
        padding: 20px 20px 80px 20px;
    }
    .gfht-events > div {
        margin: 14px;
    }
    .section-title h2 {
        font-size: 38px;
        line-height: 46px;
    }
    h2.block-title {
        font-size: 40px;
        line-height: 50px;
    }
    .form-group.grid3 > span,
    .form-group.grid3 > div {
        width: 30%;
        margin-left: 0.5%;
    }
    .submit-input {
        float: right;
        width: 20% !important;
    }
    #news-singup,
    #events-wrapper .event-wrap,
    .box-wrapper,
    .fullwidth-wrapper .content {
        padding: 60px 0;
    }
    #testi-wrapper .testi-wrap {
        padding: 50px;
    }
    .blogsec .blogrow .blogcontain .blogtext p {
        font-size: 14px;
        line-height: 20px;
    }
    .blogsec .blogrow .blogcontain .blogtext b {
        margin-bottom: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .blogsec .blogrow .blogcontain .blogtext h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .blogsec .sidebar .side a.btn {
        padding: 10px 30px;
    }
    .gfht-btn ul li {
        margin: 0 10px 10px 10px;
    }
    .grid-wrapper h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .box-grid .box-cont h4, .box-grid .box-cont h3 {
        font-size: 16px;
    }
    .box-grid .btn-wrap {
        bottom: 10px;
    }
    .footer .middle-wrap {
        width: 50%;
    }
    .footer .social-wrap {
        width: 176px;
    }
    .footer .social-wrap a {
        font-size: 22px;
        width: 40px;
        height: 40px;
        padding: 8px;
    }
}

@media screen and (max-width: 850px) {
    header .main-menu {width: 64%;}
    .box-grid > a::after {
        border: 10px solid #00adbb;
    }
    .gfht-events > div {
        margin: 12px;
    }
    .blog-wrapper .post-cont .post-text {
        width: 55%;
    }
    h3.block-title {
        font-size: 40px;
        line-height: 50px;
    }
    #contact-wrapper .form-wrap {
        width: 90%;
        padding: 100px 40px;
    }
    .singup-wrap {
        max-width: 450px;
    }
    .slider-content {
        left: 0;
        right: 0;
        width: 100%;
        top: 38%;
    }
    .slider-content h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .slider-content span{
      font-size: 20px;
    }
    .box-grid .box-cont {
        padding: 20px 2px 40px 2px;
    }
    .footer .logo {
        width: 180px;
        text-align: center;
    }
    .footer .logo span {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    .visible-lg {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .cbp-af-header nav {
        display: none;
    }
    .cbp-spmenu-right {
        right: -270px;
    }
    .cbp-spmenu-vertical {
        width: 270px;
    }
    header .logo {
        width: 370px;
    }
    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: 0.438em 0.625em 0.438em 0.625em;
        line-height: 1.125em;
        cursor: pointer;
    }
    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
    }
    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0.188em 0 0 0.438em;
    }
    .slicknav_menu .slicknav_no-text {
        margin: 0;
    }
    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 0.188em;
    }
    .slicknav_nav {
        clear: both;
        display: block !important;
    }
    .slicknav_nav ul,
    .slicknav_nav li {
        border-bottom: 0 none;
        border-top: 1px solid #fff;
    }
    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        float: right;
        margin: 11px 0 0 0.4em;
    }
    .cbp-spmenu-vertical .slicknav_arrow {
       top: 10px;
    }
    .slicknav_nav .slicknav_arrow i {
        font-size: 15px;
    }
    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }
    .slicknav_nav .slicknav_row {
        display: block;
    }
    .slicknav_nav a {
        display: block;
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }
    .slicknav_menu:before,
    .slicknav_menu:after {
        content: " ";
        display: table;
    }
    .slicknav_menu:after {
        clear: both;
    }
    /* IE6/7 support */
    .slicknav_menu {
        width: 100%;
        top: 46px;
        float: right;
        position: relative;
        *zoom: 1;
    }
    /* 
      User Default Style
      Change the following styles to modify the appearance of the menu.
  */
    .slicknav_menu {
        font-size: 16px;
    }
    /* Button */
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        background-color: #323232;
    }
    /* Button Text */
    .slicknav_menu .slicknav_menutxt {
        color: #FFF;
        font-weight: bold;
        text-shadow: 0 1px 3px #000000;
    }
    /* Button Lines */
    .slicknav_menu .slicknav_icon-bar {
        background-color: #f5f5f5;
    }
    .slicknav_menu {
        padding: 5px;
    }
    .slicknav_nav {
        color: #FFF;
        margin: 0;
        padding: 0;
        font-size: 12px;
        background-color: #222222;
        border-top: 1px solid transparent;
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        z-index: 999;
        text-align: left;
    }
    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
    }
    .slicknav_nav ul {
        background-color: #222222;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        z-index: 999;
    }
    .slicknav_nav ul li a {
        padding-left: 20px;
        font-size: 16px;
    }
    .slicknav_nav .sub-menu a {
        color: #FFF;
    }
    /*custom */
    .slicknav_icon.slicknav_no-text {
        display: none;
    }
    .cbp-spmenu-vertical .slicknav_nav {
        margin-top: 0;
    }
    .slicknav_btn.slicknav_collapsed {
        background: #222222;
        display: none;
    }
    .slicknav_nav .slicknav_row {
        padding: 15px 15px;
        margin: 0;
    }
    /*custom */
    .slicknav_nav a {
        padding: 6px 9px;
        margin: 0;
        text-decoration: none;
        color: #FFF;
        font-weight: 400;
        border: 1px solid transparent;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        padding: 0 4px 0 0;
        margin: 0;
    }
    .slicknav_nav .slicknav_row:hover {
        color: #fff;
    }
    .slicknav_nav li a:hover {
        color: #000000;
        background-color: #FFF;
    }
    .slicknav_nav li a:hover a {
        color: #000000;
    }
    .slicknav_nav .slicknav_parent > a:hover a,
    .slicknav_nav .slicknav_parent > a:hover i {
        color: #000000;
    }
    .slicknav_nav li:hover a .slicknav_row a {
        color: #000000;
        background-color: transparent;
    }
    .slicknav_nav li:hover .slicknav_arrow {
        color: #FFF;
    }
    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }
    .slicknav_nav .sub-menu li:hover a {
        background-color: #F3F6F9;
        color: #000000;
    }
    .slicknav_parent.slicknav_open > ul {
        background-color: #FFF;
    }
    .slicknav_parent.slicknav_open > ul li a {
        color: #20343D;
    }
    .slicknav_parent.slicknav_open > ul li a:hover {
        background-color: #f3f3f3;
        color: #2f3030;
    }
    svg.icon {
        display: none;
    }
    .header {
        position: static;
    }
    .header .bottom-wrap {
        background-color: #272525;
    }
    .header .logo-right {
        text-align: center;
        float: left;
        margin-left: 46px;
    }
    .header .phone-info {
        right: 10px;
        left: auto;
    }
    .header .main-menu {
        width: auto;
    }
    .hero-wrapper .layer {
        min-height: auto;
    }
    /*   .slider-content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  text-align: center;
  bottom: 0;
  overflow: hidden;
  background: #00adbb; } */
    .slider-content .aligntop-left,
    .slider-content .aligntop-center,
    .slider-content .aligntop-right,
    .slider-content .aligncenter-left,
    .slider-content .aligncenter-center,
    .slider-content .aligncenter-right,
    .slider-content .alignbottom-left,
    .slider-content .alignbottom-center,
    .slider-content .alignbottom-right {
        padding-top: 0;
        float: none;
        text-align: center;
    }
    .box-grid.team > a {
        display: block;
         width: 320px;
        margin: 0 auto 20px;
        cursor: pointer;

    }
    
    .box-grid > a {
        display: block;
        margin: 0 auto 20px auto;
        width: 330px;
    }
    .gfht-events > div {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .form-group.grid2 > span:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .form-group.grid2 > span:last-child {
        margin-left: 0%;
    }
    .form-group.grid3 > span:nth-of-type(2) {
        margin: 15px 0;
    }
    .form-group.grid2 > span,
    .form-group.grid3 > span,
    .form-group.grid4 > span,
    .form-group.grid3 > div {
        width: 100%;
    }
    .form-group.grid3 > div {
        margin-left: 0;
    }
    .form-group.grid4 > span,
    .form-group.grid3 > div  {
        margin-bottom: 15px;
    }
    .form-group .submit-input {
        width: 180px;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .submit-input {
        float: none;
        width: 100% !important;
    }
    /* ==================blog=============== */
    .blogsec .blogrow .blogcontain {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .blogsec .blogrow .blogcontain .blogimg,
    .blogsec .blogrow .blogcontain .blogtext {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .blogsec .blogleft,
    .blogsec .sidebar {
        width: 100%;
    }
    /* ==================blog=============== */
    .img-block.grid2 .row > div,
    .img-block.grid3 .row > div {
        width: 100%;
        margin-bottom: 15px;
    }
    .img-block.grid2 .row > div:last-child,
    .img-block.grid3 .row > div:last-child {
        margin-bottom: 0;
    }
    .grid-wrapper .content > div {
        display: inline-block;
        width: 100%;
        padding: 40px;
    }
    .grid-wrapper .content .left-wrap {
        padding: 40px 20px;
        border-right: none;
        border-bottom: 3px solid #FFF;
    }
    .grid-wrapper .content .right-wrap {
        padding: 40px 20px;
        border-left: none;
    }
    .gfht-btn ul li {
        min-width: 200px;
    }
    #testi-wrapper .testi-wrap {
        width: 100%;
        left: 0;
    }
    #contact-wrapper .form-wrap {
        width: 95%;
        padding: 60px 40px;
    }
    #contact-wrapper .form-wrap {
        margin: 20px auto;
    }
    .halfSquare.alignLeft .content-wrap.width40,
    .halfSquare.alignLeft .content-wrap.width50,
    .halfSquare.alignLeft .content-wrap.width60 {
        padding: 40px 0 0 0;
    }
    .halfSquare.alignRight .content-wrap.width40,
    .halfSquare.alignRight .content-wrap.width50,
    .halfSquare.alignRight .content-wrap.width60 {
        padding: 40px 0 0 0;
    }
    .halfSquare .full-width {
        margin: 0;
    }
    .blog-wrapper .post-cont .post-text {
        width: 62%;
    }
    .contact-wrapper {
        padding: 40px 0;
    }
    .contact-wrapper .left-wrap,
    .contact-wrapper .right-wrap {
        width: 100%;
        margin: 0;
    }
    .contact-wrapper .left-wrap {
        margin: 0 0 20px 0;
    }
    #map_canvas {
        min-height: 350px;
    }
    .footer .logo,
    .footer .middle-wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .logo span {
        font-size: 26px;
    }
    .footer .social-wrap {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    .gamma-description {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }
    .gamma-description h3 {
        font-size: 14px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 650px) {
    h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .section-title h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .blog-wrapper .post-cont .post-text,
    .blog-wrapper .post-cont .post-img {
        width: 100%;
    }
    .blog-wrapper .post-cont .post-img {
        margin: 0 0 10px 0;
    }
    #contact-wrapper .form-wrap {
        padding: 60px 16px;
    }
}

@media screen and (max-width: 550px) {
    .header .logo-right {
        display: none;
    }
    #events-wrapper {
        height: auto;
    }
    #events-wrapper .bg {
        background-position: right center;
    }
}

@media screen and (max-width: 500px) {
   
    .gamma-buttons {
        float: left;
        clear: both;
    }
}

@media screen and (max-width: 450px) {
    .box-grid > a {
        width: 100%;
    }
     .menu-btn {top: 65px;}
    header .logo {width: 300px;}
    .gfht-btn ul li {
        width: 80%;
        display: block;
        margin: 0 auto 15px auto;
    }
}

/** Additions **/
@media screen and (max-width:850px) {
	.hide-sm{
		display:block !important;
	}
	.hide-lg{
		display: none !important;
	}
}
@media screen and (min-width:850.025px) {
	.hide-sm{
		display:none !important;
	}
	.hide-lg{
		display: block !important;
	}
}


