html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-display: fallback;
}

div.container div.columns div.column ul h4.title.small em {
    font-size: 22px;
    opacity: 0.8;
}

.wow {
    visibility: hidden;
}

a {
    color: #424242;
}

.wrapper#parent_div {
    position: relative;
}

.box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: yellow;
}

.image-grip {
    width: 100%;
    height: 100%;
    padding: 0 0 0 30px;
}

a.link {
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: #525252;
    border-bottom: 1px dotted #757575;
    margin-top: 80px;
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin-left: 30px;
    font-size: 16px;
}

a.link:hover {
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: #212121;
    border-bottom: 1px dotted #424242;
}


.qbtext {
    display: block;
}

.textbox {
    padding: 0 40px 0 0;
}


.textbox.l {
    padding: 0 0 0 40px;
}

.textbox ul {
    padding: 0 40px 0 40px;
    list-style: circle;
    padding: 10px;
    padding-left: 50px;
}

.textbox ul li {
    padding: 30px;
}

.hetb .textbox ul li {
    padding: 10px;
}

@media (max-width: 430px) {
    .textbox {
        padding: 0 0px;
    }

    .qbtext {
        display: none;
    }

    div.textbox a.link {
        padding-left: 0px;
    }

    a.link {
        margin-left: 0px;
    }

}

/* Navbar Burger */

nav {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

nav.navbar {
    background-color: transparent;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

nav.no-change.navbar {
    background-color: #ffffff;
}

nav.navbar:hover {
    background-color: #ffffff;
}

nav.navbar.past-main {
    background-color: #fff;
}

.navbar-burger.burger {
    margin-top: 16px;
}

.navbar-burger.burger span {
    height: 2px;
    width: 24px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 7px;
}

.navbar.no-change .navbar-burger.burger span {
    background-color: #525252;
}


.navbar-burger.burger span {
    height: 2px;
    width: 24px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 7px;
}

.navbar-burger.burger:hover {
    background-color: transparent;
}

nav.navbar.past-main .navbar-burger.burger span {
    background-color: #525252;
}

nav.navbar :hover > .navbar-burger.burger span {
    background-color: #525252;
}

h4.title {
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    color: #525252;
    font-size: 2rem;
}

/* Navbar */

.navbar {
    position: fixed;
    min-height: 50px;
    box-shadow: none;
    z-index: 9999;
}

nav.navbar.past-main {
    box-shadow: 0 0.76rem 1rem 0 rgba(0, 0, 0, .2);
}

nav.no-change.navbar {
    box-shadow: 0 0.76rem 1rem 0 rgba(0, 0, 0, .2);
}

/* logo */

div.navbar-brand a.navbar-item,
div.navbar-item.has-dropdown.is-hoverable a.navbar-item.phone-number {
    padding: 0;
    z-index: 999;
    color: white;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

div.navbar-brand a.navbar-item,
div.navbar-item.has-dropdown.is-hoverable a.navbar-item.h2b {
    z-index: 999;
    color: #2a8986;
    color: white;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navbar-item svg {
    max-height: none;
    width: 350px;
    min-height: 70px;
    z-index: 999;
    margin: 5px 0;
    fill: #fff;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

nav.navbar.no-change .navbar-item svg {
    fill: #525252;
}

nav.navbar .navbar-item svg path.gold {
    fill: url(#grad1);
}

nav.navbar.past-main .navbar-item svg {
    fill: #525252;
}

.navbar:hover > div div a.navbar-item svg {
    fill: #525252;
}



@media (max-width: 430px) {

    .navbar-item svg {
        max-height: none;
        width: 200px;
        min-height: 50px;
    }
}

a.navbar-item {
    color: white;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

a.navbar-link {
    color: white;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navbar-item.phone-no:hover {
    background-color: white;
}


nav.navbar.past-main a.navbar-item {
    color: #525252;
}

nav.navbar.no-change a.navbar-item {
    color: #525252;
}

nav.navbar:hover > div div a.navbar-item {
    color: #525252;
}

nav.navbar.past-main a.navbar-link {
    color: #525252;
}

nav.navbar.no-change a.navbar-link {
    color: #525252;
}

nav.navbar:hover > div div a.navbar-link {
    color: #525252;
}

div.navbar-item.has-dropdown.is-hoverable div.navbar-dropdown.is-boxed {
    margin-top: 4px;
    padding-top: 0px;
    border-top: none;
    border-radius: 0px 0px 6px 6px;
    -webkit-box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 15px -6px rgba(0, 0, 0, 0.75);
    z-index: 999;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 1.55, 1.55);
}

.reg-logo {
    display: none;
}

.reg-WHITE-logo {
    display: block;
}

nav.navbar.past-main .reg-logo {
    display: block;
}

nav.navbar.past-main .reg-WHITE-logo {
    display: none;
}

.mob-logo {
    display: none;
    padding: 15px;
    padding-left: 30px;
}

body nav.navbar.is-fixed-top {
    padding: 0 30px;
}

nav.scrollUp {
    transform: translaFteY(-80px);
}

/* navbar media queries */

@media (max-width: 1070px) {
    div.navbar-item.has-dropdown.is-hoverable div.navbar-dropdown.is-boxed {
        box-shadow: none;
    }

    .navbar-item.mob-hide {
        display: none;
    }

    .navbar-dropdown.mob-hide {
        display: none;
    }

    body nav.navbar.is-fixed-top {
        padding: 0px;
    }

    .navbar-brand {
        padding: 0 30px;
    }

}

div.wrapper {
    z-index: 999;
}

/* button style */

.button.is-primary {
    background-color: #c3ae4e;
    border-color: transparent;
    color: #fff;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.button.is-primary:hover {
    background-color: #d5c063;
}

.button.is-primary:focus {
    border-color: transparent;
    background-color: #d5c063;
    color: #fff;
}

.button.is-primary.is-outlined {
    background-color: #d5c063;
    border-color: #b29c39;
}

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined:focus {
    background-color: #d5c063;
    border-color: #b29c39;
}

.center,
.center-column,
.top,
.right,
.bottom,
.left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-column {
    flex-direction: column;
}

.top {
    align-items: flex-start;
}

.right {
    justify-content: flex-end;
}

.bottom {
    align-items: flex-end;
}

.left {
    justify-content: flex-start;
}

.single-spaced,
.single-spaced * {
    line-height: 1;
}

.mob {
    display: none;
}

@media (max-width: 1024px) {
    .desktop {
        display: none;
    }

    .mob {
        display: block;
    }
}

/* Home section 1 */

.titlep {
    height: 860px;
    overflow: hidden;
    background: url("../images/bg/CRearNight.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.titlep .fade {
    opacity: 0;
    height: 100%;
    width: 100%;
    background: url("../images/bg/CRearDay.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    transition: opacity 2s linear;
}

.titlep:hover > .fade {
    opacity: 1;
}

.titlep.hero {
    position: relative;
}

.titlep.hero .container {
    left: 0;
    padding-top: 300px;
    pointer-events: none;
    position: absolute;
}

.titlep.hero .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    transition: all 4s cubic-bezier(.25, .8, .25, 1);
    pointer-events: none;
}

.hero .title {
    color: #fff;
    font-size: 52px;
    max-width: 700px;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
}

.titlep:hover > .container h1 {
    opacity: 0;
    text-shadow:
}

.titlep:hover > .container h2 {
    opacity: 0;
}
.titlep:hover > .container h4 {
    opacity: 0;
}



.hero .help {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: white;
    font-size: 18px;
    padding-bottom: 10px;
}

.hero .title span {
    color: #fff;
    font-weight: 600;
}

.titlep.hero .title {
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.titlep.hero .subtitle {
    padding-top: 10px;
    max-width: 400px;
    color: #fff;
    font-weight: 300;
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

/*
.toggleWrapper {
  width: 392px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  transform: scale(0.8);
  bottom: 0;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.titlep:hover > .toggleWrapper {
  opacity: 1;
}

.toggleWrapper input {
  position: absolute;
  left: -99em;
}

.toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 90px;
  height: 50px;
  background-color: #83D8FF;
  border-radius: 84px;
  transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.toggle:before {
  content: 'AM';
  position: absolute;
  left: -50px;
  top: 15px;
  font-size: 18px;
  color: #ffffff;
}

.toggle:after {
  content: 'PM';
  position: absolute;
  right: -48px;
  top: 15px;
  font-size: 18px;
  color: #ffffff;
}

.toggle__handler {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 3px;
  left: 3px;
  width: 44px;
  height: 44px;
  background-color: #FFCF96;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: rotate(-45deg);
}

.toggle__handler .crater {
  position: absolute;
  background-color: #E8CDA5;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  border-radius: 100%;
}

.toggle__handler .crater--1 {
  top: 18px;
  left: 10px;
  width: 4px;
  height: 4px;
}

.toggle__handler .crater--2 {
  top: 28px;
  left: 22px;
  width: 6px;
  height: 6px;
}

.toggle__handler .crater--3 {
  top: 10px;
  left: 25px;
  width: 8px;
  height: 8px;
}

.star {
  position: absolute;
  background-color: #ffffff;
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 50%;
}

.star--1 {
  top: 10px;
  left: 35px;
  z-index: 0;
  width: 30px;
  height: 3px;
}

.star--2 {
  top: 18px;
  left: 28px;
  z-index: 1;
  width: 30px;
  height: 3px;
}

.star--3 {
  top: 27px;
  left: 40px;
  z-index: 0;
  width: 30px;
  height: 3px;
}

.star--4,
.star--5,
.star--6 {
  opacity: 0;
  transition: all 300ms 0 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.star--4 {
  top: 16px;
  left: 11px;
  z-index: 0;
  width: 2px;
  height: 2px;
  transform: translate3d(3px, 0, 0);
}

.star--5 {
  top: 32px;
  left: 17px;
  z-index: 0;
  width: 3px;
  height: 3px;
  transform: translate3d(3px, 0, 0);
}

.star--6 {
  top: 36px;
  left: 28px;
  z-index: 0;
  width: 2px;
  height: 2px;
  transform: translate3d(3px, 0, 0);
}

input:checked + .toggle {
  background-color: #749DD6;
}

input:checked + .toggle:before {
  color: #ffffff;
}

input:checked + .toggle:after {
  color: #ffffff;
}

input:checked + .toggle .toggle__handler {
  background-color: #FFE5B5;
  transform: translate3d(40px, 0, 0) rotate(0);
}

input:checked + .toggle .toggle__handler .crater {
  opacity: 1;
}

input:checked + .toggle .star--1 {
  width: 2px;
  height: 2px;
}

input:checked + .toggle .star--2 {
  width: 4px;
  height: 4px;
  transform: translate3d(-5px, 0, 0);
}

input:checked + .toggle .star--3 {
  width: 2px;
  height: 2px;
  transform: translate3d(-7px, 0, 0);
}

input:checked + .toggle .star--4,
input:checked + .toggle .star--5,
input:checked + .toggle .star--6 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

input:checked + .toggle .star--4 {
  transition: all 300ms 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

input:checked + .toggle .star--5 {
  transition: all 300ms 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

input:checked + .toggle .star--6 {
  transition: all 300ms 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/*index search */


div.wrapper:hover > .search .top-of-search {
    opacity: 1;
}


div.index.search {
    background-color: white;
    height: auto;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-top: -61px;
    overflow: hidden;
}
div.index.search#onet::before {
    content: 'Crimea Apartments, Wakefield, West Yorkshire';
    display: block;
    color: white;
    position: absolute;
    right: 0;
    top: -50px;
    font-weight: 400i;
    font-size: 12px;
    opacity: 0.8;
}


@media (max-width: 1100px) {

    div.index.search::before {
        right: 50px;
    }
}

div.index.search:hover {
    box-shadow: 0 0.76rem 1rem 0 rgba(0, 0, 0, .2);
}


div.index.search .topbar {
    height: auto;
    background-color: #f2f2f2;
    width: 100%;
    padding: 15px 30px;
}

div.index.search .topbar .column.right p {
    text-align: right;
    color: #ef5350;
    opacity: 1;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

div.index.search .topbar .column.right p:hover {
    color: #bf4240;
}

div.index.search .topbar .column.right p:hover > div.index.search .topbar .column.right a p::after {
    background-color: #bf4240;
}


div.index.search .topbar .column.right a p::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 5px;
    background-color: #ef5350;
}

div.index.search .topbar p {
    opacity: 0.8;
}

div.index.search form {
    padding: 20px;
    position: relative;
}

div.index.search form .columns {
    margin-bottom: 0;
}

div.index.search form input {
    padding: 10px;
    font-size: 20px;
    width: 100%;
    border: none;
}

.search select {
    border: 0;
    padding: 10px;
    font-size: 20px;
    width: 100%;
    opacity: 0.8;
}

.select select {
    border: none;
    padding-left: 0;
}

.select select:focus {
    box-shadow: none;
}

.select :hover > :not(.is-multiple):not(.is-loading)::after {
    border-color: #ef5350;
}

.search select:focus {
    box-shadow: none;
}

.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #ef5350;
}



div.index.search form button {
    position: absolute;
    height: 100%;
    width: 100px;
    right: 0;
    bottom: 0;
    border: 0;
    background-color: #ef5350;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

div.index.search form button:hover {
    background-color: #bf4240;
}

section.results .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
}


@media (max-width: 800px) {
    div.index.search .topbar {
        display: none;
    }

    div.index.search form input {
        padding: 10px;
        font-size: 16px;
    }

    div.index.search form {
        padding: 0px;
    }

    div.index.search {
        margin-top: -55px;
        box-shadow: 0 0.76rem 1rem 0 rgba(0, 0, 0, .2);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
    div.index.search form input {
        padding: 10px;
        font-size: 12px;
        padding-top: 20px;
    }

    section.search.odd {
        padding-bottom: 20px;
    }

    div.index.search form button {
        position: absolute;
        height: 100%;
        padding: 0 20px;
        right: 0;
        bottom: 0;
        border: 0;
        background-color: #ef5350;
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
    div.index.search {
        margin-top: -5px;
    }
    div.index.search img {
        padding-top: 20px;
    }
}

@media (max-width: 780px) {


}

/* Selector */

.selector {
    border-bottom: 1px #E0E0E0 solid;
    overflow: hidden;
}

.selector a div.column:nth-child(1) {
    border-right: 1px #E0E0E0 solid
}

.selector div.column:hover a > .wrap .textwrap h3 i {
    padding-left: 50px;
}

.selector div.column a:hover {
    background-color: #F5F5F5;
}

.selector .column {
    padding: 50px 0;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.selector .wrap {
    margin: 0 auto;
    display: block;
    width: 271px;
}

.selector .wrap img {
    display: inline-block;
    opacity: 0.6;
}

.selector .textwrap {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 0px;
}

.selector a .wrap .textwrap h3 {
    text-align: center;
    padding: 0px;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    color: #424242;
}

.selector .wrap .textwrap p {
    font-size: 13px;
    color: #999;
    font-weight: 700;
    text-transform: uppercase;
}

.selector .wrap .textwrap h3 i {
    padding-left: 15px;
    color: #ef5350;
    vertical-align: bottom;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

/* selector media queires */


@media (max-width: 772px) {
    .selector div.column:nth-child(1) {
        border-right: 0px;
        border-bottom: 1px #E0E0E0 solid;
    }
}

/* Slider Hero */

.slider-wrapper {
    height: 740px;
    min-height: 740px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.slider-wrapper:hover {
    cursor: e-resize;
}

.titlep:hover > .overlay {
    opacity: 0;
}

.comparison-slider {
    position: absolute;
    width: 4px;
    left: 100%;
    background-color: white;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

.before-wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../images/bg/light.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.before-wrapper.active {
    background: url("../images/bg/light.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.after-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(75%);
    transform: translateX(75%);
}

.after-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: url("../images/bg/dark.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/* section 1 media quiries */

@media (max-width: 1620px) {
    .titlep.hero .container {
        padding-left: 10%;
    }
}

@media (max-width: 772px) {


    .titlep.hero {
        height: auto;
    }

    .titlep.hero .container {
        padding-left: 0;
        padding-top: 170px;
        padding-bottom: 170px;

    }

    .titlep.hero .container {
        position: relative;
    }

    .titlep.hero {
        background: url("../images/bg/CRearNight.jpg");
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        padding: 50px;
    }

    .titlep:hover > .container h1 {
        opacity: 1;
    }


    .titlep:hover > .container h2 {
        opacity: 1;
    }

    .titlep.hero.is-medium {
        padding: 0;
    }

    .titlep:hover > .overlay {
        transform: translateX(0);
        opacity: 0.5;
        height: 100%;
        width: 100%;
    }

    .hero h1.title {
        font-size: 32px;
        max-width: 400px;
        margin-top: 100px;
        margin: 0 auto 0 auto;
        padding: 30px;
    }

    p.quote {
        font-size: 32px;
        max-width: 400px;
        padding: 20px 30px;
    }

    .titlep.hero .subtitle {
        font-size: 18px;
        max-width: 400px;
        color: #fff;
        margin: 0 auto 0 auto;
        padding: 30px;
    }

}

@media (max-width: 479px) {

    .titlep.hero {
        padding: 5px;
        height: 100%;
    }

    .titlep.hero.is-medium div.container div.hero-body {
        padding: 80px 10px;
    }

    .hero .title {
        margin-top: 20%;
    }

    .hero h1.title {
        margin: 50px auto 0 auto;
        padding: 10px 30px;
    }

    .titlep.hero .subtitle {
        font-size: 18px;
        max-width: 400px;
        color: #fff;
        margin: 0 auto 125px auto;
        padding: 10px 30px;
    }

    .titlep.hero .container {
        padding-top: 70px;
    }

}


.circle {
    position: absolute;
    width: 200px;
    height: 50px;
    top: 25%;
    left: 25%;
    z-index: 1000;
    top: -25%;
    margin: -100px 0 0 -100px;
    background: white;
    backface-visibility: hidden;
}

/* dev card */

section.devtit {
    padding: 0 50px 50px 50px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    z-index: 11;
}


section.devtit h2 {
    color: #525252;
    font-size: 52px;
    max-width: 600px;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    margin: 0;
    text-align: left;
    padding: 50px 0 120px 0;
    line-height: 55px;
    z-index: 99;
    display: block;
    position: relative;

}

@media (max-width: 600px) {
    section.devtit h2 {
        font-size: 32px;
    }
}

@media (max-width: 479px) {
    section.devtit h2 {
        padding: 20px 0 75px 0;
        text-align: center;
    }
}

.showcase {
    padding-bottom: 100px;
    z-index: 22;
    display: block;
    position: relative;
}

@media (max-width: 771px) {
    .showcase {
        padding: 50px 0;
    }
}


.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}



/* help to buy*/

section.helptobuy.hero.is-primary {
    font-family: 'Roboto', sans-serif;
    position: relative;
    overflow: hidden;
    display: block;
}

#myVideo {
    position: absolute;
    left: 50%;
    top: 50%;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}


section.helptobuy.hero .subtitle {
    max-width: 575px;
    font-size: 18px;
}

section.helptobuy.hero .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2da5a1;
    opacity: 0.6;
}

section.helptobuy.hero img {
    position: absolute;
    right: 75px;
    top: -40px;
    opacity: 0.6;
}

/* help to buy media queires */


@media (max-width: 1189px) {
    section.helptobuy.hero img {
        opacity: 0.1;
    }
}

@media (max-width: 1000px) {
    section.helptobuy.hero.is-primary {
        display: none;
    }

}

/* Developments */

.devpagehead.desktop {
    height: 750px;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
}

@media (max-width: 1000px) {}

.devpagehead.desktop img.devlogo {
    z-index: 66;
    max-width: 100%;
}

.devpagehead.desktop .helper h4 {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 64px;
    z-index: 66;
    vertical-align: middle;
    top: 0;
}

.devpagehead.desktop .helper h5 {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 34px;
    font-weight: 200;
    z-index: 66;
    top: 0;
}

.devpagehead.desktop .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
}

.devpagehead.desktop .columns ul {
    list-style: none;
    position: absolute;
    right: 0;
}

.devpagehead.desktop .columns ul li {
    padding: 5px 0px;
    font-weight: 600;
    font-size: 20px;
    color: white;
}

.devpagehead.desktop .columns ul li::before {
    content: '\2713';
    margin: 10px;
    font-weight: 600;
}

.devpagehead.desktop.hero div.container {
    position: absolute;
    top: 278px;
    left: 0;
    right: 0;
}

.devpagehead.mob {
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 42vh 0;
}

.devpagehead.mob img {
    position: absolute;
    bottom: 80px;
    left: 50%;
    right: 50%;
    margin-left: -55px;
    opacity: 0.6;
}

.devpagehead.mob .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    pointer-events: none;
}

.devpagehead.mob .columns ul {
    padding: 0px 30px;
}

.devpagehead.mob .columns ul li {
    padding: 5px 0px;
    font-weight: 600;
    font-size: 18px;
    color: white;
    width: auto;
    display: table;
}

.devpagehead.mob .columns ul li::before {
    content: '\2713';
    margin: 10px;
    font-weight: 600;
}

.devpagehead.mob.hero div.container {
    position: absolute;
    left: 0;
    right: 0;
}

.devpagehead.mob .brochure-request {
    margin-top: 0px;
    z-index: 222;
}

.dev-enquire {
    margin-top: 0px;
    z-index: 222;
}

.enquire {
    margin-top: -55px;
    background-color: white;
    padding: 20px 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.dev-enquire img {
    position: absolute;
    height: 700%;
    top: -280%;
    opacity: 0.03;
    max-width: none;

}

.enquire h4.title {
    margin-bottom: 5px;
}

.enquire button {
    margin-top: 10px;
}

.enquire:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.devpagehead.mob .helper h4 {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 34px;
    z-index: 66;
    vertical-align: middle;
    text-align: center;
    top: 0;
}

.devpagehead.mob .helper h5 {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 24px;
    font-weight: 200;
    z-index: 66;
    text-align: center;
    top: 0;
}

.slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slideshow-image:nth-child(1) {
    -webkit-animation-name: kenburns-1;
    animation-name: kenburns-1;
    z-index: 4;
}

.slideshow-image:nth-child(2) {
    -webkit-animation-name: kenburns-2;
    animation-name: kenburns-2;
    z-index: 3;
}

.slideshow-image:nth-child(3) {
    -webkit-animation-name: kenburns-3;
    animation-name: kenburns-3;
    z-index: 2;
}

.slideshow-image:nth-child(4) {
    -webkit-animation-name: kenburns-4;
    animation-name: kenburns-4;
    z-index: 1;
}

@-webkit-keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);

    }

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

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.2117647059);
        transform: scale(1.2117647059);
    }

    100% {
        opacity: 1;
    }
}

@keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

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

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

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.2117647059);
        transform: scale(1.2117647059);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

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

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

@keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

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

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

@-webkit-keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

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

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

@keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

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

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

@-webkit-keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

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

@keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

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

@media (max-width: 777px) {

    img.devlogo {
        width: 255px;
        margin: 0 auto;
        display: block;
    }

    .devpagehead.desktop .columns ul {
        list-style: none;
        display: block;
        margin: 0 auto;
        position: inherit;
    }
    
    .dev-enquire img {
        position: absolute;
        height: 700%;
        top: -280%;
        opacity: 0.03;
        max-width: none;
    }

}

/* Developments */

#ldnbackground {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    height: 130vh;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}

.developments {
    position: relative;
    overflow: hidden;
}

.developments.hero {
    color: #525252;
    position: relative;
}

.developments.homeowner {
    background: url("../images/bg/homeowner.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.developments.homeowner .overlay {
    background: url("../images/bg/homeowner.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.developments.values {
    background: url("../images/bg/laughing-team.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.developments.thanks .overlay {
    position: absolute;
    background-color: white;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

.developments.values .textbox {
    padding: 160px 0;
}

.developments.thanks {
    background: url("../images/bg/light.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.developments.thanks .textbox {
    padding: 60px 0;
}


.developments.values .overlay {
    position: absolute;
    background-color: white;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}

.developments.hero.video {
    background: none;
    position: relative;
    color: white;

}

.textbox p.disclaim {
    font-size: 10px;
    padding: 0 30px 0 0;
}


@media (max-width: 600px) {

    .developments.hero.video .hero-body {
        padding-top: 35%;
        padding-bottom: 35%
    }

    .developments p {
        font-size: 14px;
        padding: 0 30px;
    }

    .developments h4 {
        font-size: 28px;
    }

    .textbox p {
        font-size: 14px;
        padding: 0 30px;
    }
    .textbox iframe {
        margin: 0 0 0 30px;
    }

    .textbox h4 {
        font-size: 28px;
        padding: 0 30px;
    }

    .quotes p.quote {

        font-size: 28px;
    }

    .quotes p.quote {

        font-size: 28px;
    }

    .big-brochure-request h4 {
        font-size: 28px;

    }

    #ldnbackground {
        height: 160vh;
    }
}

.developments.hero.video .hero-body {}


.developments.hero.video div.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.62;
    z-index: 1;
}

.developments.hero.is-medium div.hero-body {
    padding: 200px 0 150px 0;
}

@media (max-width: 775px) {

.developments.hero.is-medium div.hero-body {
    padding: 100px 0 150px 0;
}
}
.developments.hero.is-large div.hero-body {
    padding: 400px 0 350px 0;
}



@media (max-width: 1490px) {
    .developments.hero.is-large div.hero-body {
        padding: 300px 0 250px 0;
    }
}

@media (max-width: 1230px) {
    .developments.hero.is-large div.hero-body {
        padding: 250px 0 200px 0;
    }
}

section.developments.hero.video div.container {
    z-index: 2;
}

.developments.homeowner div.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.72;
}


.developments.services div.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.62;
}

.developments h4 {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    padding-bottom: 10px;
}

.developments h6 {
    font-family: 'Playfair Display', serif;
}
.developments p {
    max-width: 800px
}

@media (max-width: 775px) {

    .developments p {
        font-size: 14px;
        padding: 0 40px;
    }

    .developments h4 {
        font-size: 28px;
        padding: 0 40px;
    }

    .textbox {
        font-size: 14px;
        padding: 60px 0;
    }

    .textbox.gob {
        font-size: 14px;
        padding: 20px 0;
    }
}

@media (max-width: 850px) {
    .hero-body.jv {
        padding: 120px 0 150px 0;   
    }
    
    .textbox p {
        font-size: 14px;
        padding: 0 40px;
    }
    .textbox h1.jv {
        font-size: 32px;
        padding: 0 40px;
    }

    .textbox h4 {
        font-size: 28px;
        padding: 0 40px;
    }

    .textbox h6 {
        font-size: 16px;
        padding: 0 40px;
    }
    
    div.column.is-6.jv{
        padding: 0 40px;
    }

    .textbox button.learn-more {
        padding: 0 40px;
        width: 15rem;
    }
}

.dev-spec {
    background: url("../images/bg/30171565_714153152307939_1322840316552623382_o.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.dev-spec.hero.is-medium div.hero-body {
    padding: 150px 0 150px 0;
}

.dev-spec.hero.is-large div.hero-body {
    padding: 400px 0 400px 0;
}

@media (max-width: 400px) {
    .developments.hero.is-large div.hero-body {
        padding: 200px 0 200px 0;
    }
}

.dev-spec div.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.62;
}


.dev-spec h4 {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    padding-bottom: 10px;
    padding: 0 30px;
    color: #fff;
}

    .textbox h6 {
        font-size: 16px;
        font-family: 'Playfair Display', serif;
        margin-bottom: 7px;
    }

.dev-spec p {
    max-width: 800px;
    padding: 0 30px;
    color: #fff;
}

.help-to-buy {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.help-to-buy img {
    position: absolute;
    height: 200%;
    top: -50%;
    opacity: 0.06;
    z-index: 2;
}

.help-to-buy .overlay {
    position: absolute;
    background-color: #33a7a4;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;

}

.help-to-buy .textbox {
    z-index: 3;

}


@media (max-width: 600px) {


    .help-to-buy h4.title {
        font-size: 28px;
        font-family: 'Playfair Display', serif;
        padding-bottom: 10px;
        padding: 0 40px;
        color: #fff;
    }


    .help-to-buy .textbox {
        padding: 0;
    }

    section#main.help-to-buy.developments.hero.is-small.video div.container div.hero-body {
        padding: 0 0;
    }

}

.dev-collection.hetb .overlay.httb {
    position: absolute;
    background-color: #33a7a4;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.dev-collection.hetb .textbox {
    z-index: 2;
    display: block;
    color: white;
}

.dev-collection.hetb .textbox h4 {
    color: white;
}


@media (max-width: 772px) {

    .help-to-buy img {
        display: none;
    }

    .help-to-buy .overlay {
        opacity: 1;

    }
}

@media (max-width: 772px) {

    .help-to-buy h4 {
        padding: 0 40px;
    }

    .help-to-buy p {
        padding: 0 40px;
    }

    .help-to-buy button {
        padding: 0 10px;
    }
}

/* The only rule that matters */
#video-background {
    /*  making the video fullscreen  */
    right: 0;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
}


.developments.hero.help-to-buy.video div.overlay {
    background-color: #33a7a4;
    opacity: 0.62;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media (max-width: 1500px) {}

@media (max-width: 1270px) {

    .help-to-buy .logo-hold {
        display: none;
    }

}


.dev-collection {
    padding: 100px 0;
    position: relative;
    overflow: 0;
}

.dev-collection.jv {
    padding: 40px 0;
    position: relative;
    overflow: 0;
}

.dev-collection.spec h4 {
    display: inline-block
}

.dev-collection.spec img {
    display: inline-block;
    height: 40px;
    margin-top: 0px;
    position: absolute;
    opacity: 0.8;
    margin-left: -60px;
}

.dev-collection.spec img {
    display: inline-block;
    height: 40px;
    margin-top: 0px;
    position: absolute;
    opacity: 0.8;
    margin-left: -60px;
}


@media (max-width: 760px) {
    .dev-collection.spec img {
        opacity: 0.1;
        margin-left: -5px;
        height: 80px;
    }
}




.dev-collection .overlay {
    position: absolute;
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.dev-collection .textbox {
    z-index: 2;
    display: block;
}


.odd {
    background-color: #f0f4f5;
}

.h2b {
    background-color: #33a7a4;
}

.inc {
    background-color: #606060;
}


.h2b.dark {
    background-color: #2a8986;
}

.h2b-text {
    color: #33a7a4;
}

.plat {
    background-color: #c1beba;
}
.corp {
    background-color: #212831;
}

.dev-collection h2.dev-tit {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    padding-bottom: 10px;
    padding: 0 0 40px 0;
}



@media (max-width: 1080px) {

    .dev-collection .column.is-offset-2 {
        margin-left: 30px;
    }

}

@media (max-width: 1100px) {

    .dev-collection .stats {
        display: none;
    }

}

@media (max-width: 500px) {

    .dev-collection {
        padding: 40px 10px;
    }

    .header {
        padding: 80px 0 30px 0;
    }

}

section#jump.dev-collection.header {
    padding-bottom: 50px;
}

.sign-up {
    text-align: left;
    padding: 75px 0;
}

.sign-up form#mc-embedded-subscribe-form.validate {
    text-align: left;
}

.sign-up h4 {
    text-align: left;
}

.sign-up p {
    text-align: left;
}

.sign-up input {
    left: 0;
    text-align: left;
}

.sign-up div#mc_embed_signup {
    padding-top: 75px;
}


div#mc_embed_signup.bot {
    border-top: #e9e9e9 solid 1px;
}

@media (max-width: 750px) {

    .sign-up form#mc-embedded-subscribe-form.validate {
        text-align: center;
    }

    .sign-up div#mc_embed_signup {
        padding-top: 0;
    }

    .sign-up div.textbox {
        padding-top: 0;
    }

    .sign-up {
        text-align: left;
        padding: 75px 0 0 0;
    }
}


.column.imagehold {
    position: relative;
    overflow: hidden;
}


.quotes img {
    border-radius: 9999px;
    height: 60px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


@media (max-width: 500px) {
    .quotes img {
        height: 40px;
    }
}

.quotes .title {
    display: inline-block;
    margin-top: -5px;
    margin-left: 20px;

}

.quotes p.quote {
    font-size: 28px;
    padding-left: 2px;
    font-family: 'Playfair Display', serif;
}


@media (max-width: 772px) {
    .quotes p.quote {
        font-size: 25px;
        max-width: 400px;
        padding: 20px 30px;
    }

}

.quotes p.quote::before {
    content: '"';
    display: block;
    font-size: 62px;
    margin-left: -40px;
    position: absolute;
    margin-top: -45px;
    font-family: 'IM Fell French Canon', serif;
    font-weight: 400i;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ef5350;
    opacity: 0.8;

}

.quotes p.quote.n::before {
    content: '"';
    display: block;
    font-size: 62px;
    margin-left: -40px;
    position: absolute;
    margin-top: -45px;
    font-family: 'IM Fell French Canon', serif;
    font-weight: 400i;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ef5350;
    opacity: 0;

}
.quotefoot {
    margin-top: 30px;
    border-top: 1px #f2f2f2 solid;
    padding-top: 20px;
}

.quotefoot:hover > img {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.quotes span {
    font-size: 62px;
    font-family: 'IM Fell French Canon', serif;
    color: #ef5350;
    font-weight: 400i;
    position: absolute;
    margin-top: -10px;
    margin-left: 10px;
    opacity: 0.8;

}

.quotes .title h5 {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    padding-bottom: 2px;
    padding-left: 3px;
}

.quotes .title p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 200;
}

.quotes .title p.bold {
    font-weight: 500;
}


@media (max-width: 500px) {

    .quotes {
        padding: 40px 40px;
    }
}

@media (max-width: 400px) {

    .quotes {
        padding: 40px 10px;
    }
}


.maintitle {
    margin-bottom: 150px;
    max-width: 500px;
}

.maintitle h1 {
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: 'Playfair Display';
    color: #424242;
}

.maintitle p {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #777777;
}

@media (max-width: 771px) {
    .maintitle {
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .maintitle h1 {
        font-size: 28px;
    }
}

a.dev-link {
    z-index: 999;
    display: block;
}

.dev-collection.index .single-blog {
    margin-top: 0;
}

.single-blog {
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0;
    margin-top: -125px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.single-blog.jv {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    border: 0;
    border-radius: 8px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
      transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-top: -225px;
}

@media (max-width: 991px) {
    .single-blog.jv {
    margin-top: -0px;
    }
}
.single-blog.featured.jv .blog-details p {
    min-height: 0;
}

.single-blog.results {
    margin-top: 30px;
}



.single-blog:hover {
    transform: scale(1.02);
}



.single-blog:hover > .blog-details {
    transform: scale(1.05);
}

ul.jv {
    list-style: none;
    padding: 10px 0;
    text-align: center;
}

ul.jv li {
    padding: 10px 0;
}


.single-blog.featured {
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.single-blog:hover > p.featured {
    transform: scale(1.08);
}


.single-blog.featured .blog-details {
    background-color: transparent;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog.featured .blog-thumb img {
    opacity: 0;
}

.single-blog.featured .blog-details p {
    color: #fff;
    z-index: 33;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    min-height: 80px;
}

div.single-blog.featured div.blog-details a h5 {
    margin-bottom: 0;
    color: #fff;
    z-index: 33;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 27px;
}

.single-blog.featured .blog-details .blog-meta {
    color: #fff;
    z-index: 33;
    margin: 5px 0;
}

.single-blog.featured .blog-details .blog-meta .m-gap {
    color: #fff;
    z-index: 33;
    margin: 0;
}

.single-blog .blog-details h5 {
    margin-bottom: 0;
}

.single-blog .blog-details h5 a {
    z-index: 33;
    margin-bottom: 0;
    font-size: 28px;
}

.single-blog .blog-details .blog-meta {
    z-index: 33;
    margin: 5px 0;
}

.single-blog .blog-details .blog-meta .m-gap {
    z-index: 33;
    margin: 0;
}


.single-blog .overlay {
    opacity: 0;
}

.single-blog.featured .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
    opacity: 0.8;
    z-index: 0;
    transition: all 0.2s;
    top: 0;
}

.single-blog.featured:hover .overlay {
    opacity: 0.6;
}





@media (max-width: 991px) {
    .single-blog {
        margin: 40px 0;
    }
}

@media (max-width: 691px) {
    .single-blog {
        margin: 20px 40px;
    }
}

.single-blog .blog-thumb {
    position: relative;
    overflow: hidden;
    max-height: 300px;
}


@media (max-width: 575px) {
    .single-blog .blog-thumb img {
        width: 100%;
    }
}

.single-blog:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.4);
    z-index: 999;
    left: 210%;
    top: 0;
    height: 100%;
    width: 130%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-blog .blog-details {
    padding: 25px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-details p {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #777777;
    min-height: 80px;
}

.single-blog .blog-details .blog-meta {
    margin: 5px 0;
}

.single-blog .blog-details .blog-meta .m-gap {
    padding-right: 20px;
    color: #777777;
}

.single-blog .blog-details .blog-meta .m-gap i {
    padding-right: 10px;
    text-transform: uppercase;
}

.single-blog .blog-details .blog-meta .m-gap span i.far {
    padding-right: 10px;
}

.single-blog .blog-details h5 {
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    margin: 7px 0px 7px;
    margin-bottom: 0;
}

.single-blog .blog-details h5 a {
    color: #222222;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 27px;
}

.single-blog:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}

.single-blog:hover:before {
    left: -130%;
}

.home-about {
    padding: 75px 0;
}


.single-blog.search {
    margin-top: 0;
}

p.featured {
    position: absolute;
    margin-left: 30px;
    top: 20px;
    color: white;
}

@media (max-width: 772px) {
    .home-about {
        background: url("../images/bg/about-behind.png");
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

}

.home-about .image-grip {
    position: relative;
}

.home-about .image-grip img.one {
    border: 14px solid #fff;
    position: absolute;
    left: 2%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 23%;
    bottom: 0;
    transition: all 0.2s;
}

.home-about .image-grip img.one:hover {
    border: 5px solid #fff;
}

.home-about .image-grip img.two {
    border: 14px solid #fff;
    position: absolute;
    left: -15%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    top: 65%;
    transition: all 0.2s;
}

.home-about .image-grip img.two:hover {
    border: 5px solid #fff;
}


.home-about .image-grip img.three {
    border: 14px solid #fff;
    position: absolute;
    right: -15%;
    transition: all 0.2s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    top: 5%;
}

.home-about .image-grip img.three:hover {
    border: 5px solid #fff;
}


.home-about .maintitle {
    margin-top: 18%;
    margin-left: 33%;
}


.compare {
    padding: 75px 0;
}

@media (max-width: 600px) {

    .compare {
        display: none;
    }

    .slider-wrapper {
        display: none;
    }

    .toggleWrapper {
        display: none;
    }

    .fade {
        display: none;
    }
}

.compare .maintitle {
    margin-top: 75px;
    margin-bottom: 75px;
}

.maintitle div.btn-main {
    border: 2px #ef5350 solid;
    padding: 15px;
    background-color: white;
    letter-spacing: 2px;
    width: 230px;
    color: #ef5350;
    text-align: center;
    margin: 50px 0;
}


@media (max-width: 1315px) {
    .home-about .image-grip img.one {
        left: 2%;
        right: 0;
        top: 19%;
        bottom: 0;
    }

    .home-about .image-grip img.two {
        left: 0;
        top: 55%;
    }

    .home-about .image-grip img.three {
        right: 0;
        top: 7%;
    }
}

@media (max-width: 1268px) {
    .home-about .image-grip img.two {
        left: 0;
        top: 48%;
    }

    .home-about .maintitle {
        margin-top: 5%;
        margin-left: 33%;
    }
}

@media (max-width: 742px) {
    .home-about .image-grip {
        display: none;
    }

    .imggrp {
        display: none;
    }

    .home-about .maintitle {
        margin: 50px 40px;
    }
}

/*
.dev-block {
  margin-bottom: 75px;
  overflow: hidden;
  z-index: 22;
  transition: all 0.2s;
  border-radius: 0px;
  max-height: 562.5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.dev-block:hover {
  transform: scale(0.98);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.dev-head {
  padding: 20px 15px 30px 15px;
  height: 290px;
}

.dev-head .imghold {
  width: 170px;
  height: 90px;
  padding-left: 10px;
  position: relative;
}

.dev-head img {
  width: 100%;
  -webkit-filter: drop-shadow(5px 5px 5px #555);
  filter: drop-shadow(5px 5px 5px #555);
  display: inline-block;
}

.dev-block .dev-body {
  background-color: #FAFAFA;
  padding: 20px;
}

.dev-body h4.title {
  font-family: 'Playfair Display', serif;
  font-weight: 100;
  color: #525252;
}

.dev-body h4.subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  padding-left: 2px;
  margin-bottom: 0;
  color: #8D8D8D;
}

.dev-body p {
  font-size: 11px;
  max-width: 90%;
  text-align: justify;
  color: #8D8D8D;
  margin-top: 10px;
  max-height: 82.5px;
  overflow: hidden;
}


@media (max-width: 1100px) {

  .dev-body h4.title {
    font-family: 'Playfair Display', serif;
    font-weight: 100;
    color: #525252;
    font-size: 26px;
  }
}

/*brochure req */

.brochure-request {
    margin-top: -50px;
    z-index: 222;
}

.brochure-request .column {
    margin: 0 0;
    padding: 0;
}

.brochure-request .columns {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.brochure-request .columns:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.brochure-request input {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 30px 30px;
    border: 0;
    background-color: #fafafa;
    border-bottom: #b6b6b6 solid 1px;
    border-right: #b6b6b6 solid 1px;
    font-size: 16px;
}

.brochure-request button.submit {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 30px 20px;
    border: 0;
    color: white;
    filter: saturate(165%);
    border-right: none;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
}

.brochure-request button.submit:hover {
    filter: saturate(325%);
}

/* info pannel */

.info .column {
    padding: 0;
    margin 12px 0;
    position: relative;
}

.info {
    padding: 75px 30px 100px 30px;
}

.info .textbox {}

.info h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 200;
}

.info p {}

/* Spec */

.spec-showcase {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    padding: 220px 0;
}

/* Gallery */

div.column img.image.is-5by4 {
    padding: 0;
}

section.img-showcase {
    padding: 50px 0 75px 0;
}


section.img-showcase h4 {
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 200;
    max-width: 500px;
}


.gallery {
    width: 100%;
    margin: auto;
    border-radius: 3px;
    overflow: hidden;
    padding: 80px 30px;
}


.gallery.spec {
    padding: 40px 0;
}

.img-c {
    width: 330px;
    height: 330px;
    float: left;
    position: relative;
    overflow: hidden;
}

.img-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform ease-in-out 300ms;
}

.img-w img {
    display: none;
}

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
    transform: scale(1.08);
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    z-index: 2;
    z-index: 2;
}

.img-c.postactive {
    position: fixed;
    z-index: 2;
    pointer-events: none;
}

.img-c.active.positioned {
    left: 0 !important;
    top: 0 !important;
    transition-delay: 50ms;
}

/* stats */

section.stats {
    padding: 75px 0;
}

.stats span h4.title {
    color: white;
    font-family: 'Playfair Display', serif;
    font-weight: 200;
    font-size: 52px;
    text-align: left;
}

.stats.index {
    display: inline-block;
    transition: opacity 2s linear;
}

.stats.index h4 {
    font-size: 0.8rem;
}
.stats span h4.title {
    color: white;
    font-family: 'Playfair Display', serif;
    font-weight: 200;
    font-size: 52px;
    text-align: left;
}


.stats h5 {
    color: white;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
}

.stats h6 {
    vertical-align: middle;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    padding: 40px 0 10px 0;
    text-align: center;
}

div.columns h6 img {
    height: 30px;
    max-height: 30px;
    vertical-align: middle;
}

/* big-brochure-request */

.big-brochure-request {
    padding: 75px 0;
    color: white;
    overflow: hidden;
    position: relative;
}

.big-brochure-request h4.title {
    color: white;
    font-family: 'Playfair Display', serif;
    font-weight: 200;
    font-size: 52px;
    text-align: left;
}

.big-brochure-request h4.title::after {
    content: '';
    display: block;
    background-color: white;
    width: 100px;
    height: 2px;
    margin-top: 30px;
}

.big-brochure-request .columns ul li::before {
    content: '\2713';
    margin: 10px;
    font-weight: 600;
}

.big-brochure-request img.watermark {
    position: absolute;
    height: 150%;
    width: 150%;
    opacity: 0.04;
    margin-top: -200px;
    margin-left: -200px;
}

.big-brochure-request div.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-attachment: fixed;
    margin-top: -75px;
    margin-bottom: -75px;
    opacity: 0.27;
}

.developments.services.brochure-req div.overlay.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 0.5) 78%, transparent 100%);
    opacity: 1;
}

@media (max-width: 600px) {
    .big-brochure-request h4.title {
        font-size: 28px;
    }

}

@media (max-width: 600px) {
    .big-brochure-request h4 {
        padding: 10px 30px;
    }

    .big-brochure-request p {
        padding: 10px 30px;
    }

    .big-brochure-request ul {
        padding: 10px 30px;
    }
}

.book-showcase {
    z-index: 2;
    position: relative;
    padding: 50px 0 50px 0;
}

.book-showcase h4 {
    font-family: 'Playfair Display', serif;
}

.book-showcase .mob {
    display: none;
    z-index: 2;
    position: relative;
    padding: 50px 0 50px 0;
}



.book-showcase .columns ul li::before {
    content: '\2713';
    margin: 10px;
    font-weight: 600;
}

.book-showcase ul li {
    font-size: 0.8rm;
    opacity: 0.8;
}

@media (max-width: 600px) {
    .book-showcase ul {
        padding: 10px 30px;
    }
}


@media (max-width: 1458px) {
    .book-showcase.desktop {
        padding: 70px 0 70px 0;
    }
}

@media (max-width: 1267px) {
    .book-showcase.desktop {
        padding: 90px 0 90px 0;
    }
}

@media (max-width: 1050px) {
    .book-showcase.desktop {
        display: none;
    }

    .book-showcase.mob {
        display: block;
    }

    .developments.services.brochure-req div.overlay.overlay {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(255, 255, 255, 1);
        opacity: 0.9;
    }
}


.book-showcase .strip {
    position: absolute;
    padding: 30px 0 50px 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3;
    pointer-events: all;
}

.book-showcase .container.book {
    pointer-events: none;
    z-index: 555;
    display: block;
}


.book-showcase.desktop .book-showcase a button {
    pointer-events: all;
    z-index: 555;
    display: block;
}

.book-showcase.desktop .book {
    z-index: 0;
    display: block;
}

.book-showcase.desktop .book img {
    margin-top: -150px;
    z-index: 0;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.book-showcase.mob:hover img {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (max-width: 777px) {
    .book-showcase.mob .book img {
        position: absolute;
        top: -10%;
        left: 0;
        right: 0;
        padding: 0 40%;
        box-shadow: none;
    }

    .book-showcase.mob:hover img {
        box-shadow: none;
    }

    .book-showcase .mob {
        display: none;
        z-index: 2;
        position: relative;
        padding: 20px 0 20px 0;
        margin-top: 30px;
    }
}

@media (max-width: 777px) {
    .book-showcase.mob .book img {
        display: none;
    }
}

@media (max-width: 370px) {
    .book-showcase.mob .book img {
        display: none;
    }
}


/*
 div.book img:hover {
    margin-top: -450px;
    margin-bottom: 200px
}*/

.book-showcase.desktop:hover img {
    margin-top: -250px;
    margin-bottom: 100px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.book-showcase.desktop.entry img {
    margin-top: -250px;
    margin-bottom: 100px;
}


.book-display.desktop {
    padding: 100px 0;
    display: block;
}

.book-display.mob {
    display: none;
    padding: 40px 50px;
}

@media (max-width: 1050px) {
    .book-display.mob {
        display: block;
    }

    .book-display.desktop {
        display: none;
    }
}


.book-display .book-grip {
    position: relative;
    overflow: none;
    margin: 0;
    margin-top: 60px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 0 30px;
}

.book-display div.title {
    width: 100%;
    position: absolute;
    bottom: 20px;
    z-index: 20;
}

div.title h4.title {
    font-size: 14px;
}

h2.title {
    font-size: 45px;
    font-family: 'Playfair Display', serif;
}


.book-display .book img {
    margin-top: 0px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.book-display.mob img {
    height: 200px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


.book-display.mob img:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.book-display.mob p {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    font-family: 'Playfair Display', serif;
    display: block;
}

.book-display .book-grip::after {
    content: '';
    display: block;
    width: 100%;
    height: 75px;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    left: 0;
}
.book-display.odd .book-grip::after {
    content: '';
    display: block;
    width: 100%;
    height: 75px;
    bottom: 0;
    position: absolute;
    background-color: #f0f4f5;
    left: 0;
}

.book-display .book-grip:hover img {

    margin-bottom: 60px;
    margin-top: -60px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* brands */

.column.brand {
    height: 100px;
    position: relative;
}

.column.brand img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* brand media enqury */

@media (max-width: 1086px) {
    .brands .container {
        margin: 0;
        padding: 0;
    }

    .column.brand {
        height: 100px;
        position: relative;
    }

    .brands .mob-hide {
        display: none;
    }

}

@media (max-width: 400px) {
    .instagram .hero-body h3 {
        max-width: 200px
    }

    .instagram .hero-body {
        padding: 20px;
        color: white;
    }
}

@media (max-width: 365px) {
    .instagram {
        display: none;
    }
}

/* instagram */

.instagram {
    background-image: url(../images/bg/insta.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}

.instagram .wrap {
    max-width: 854px;
    margin: 0 auto;
}

.instagram .hero-body {
    padding: 40px;
    color: white;
}

.instagram .hero-body h3 {
    color: white;
    font-weight: 200;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.instagram .hero-body .follow {
    color: white;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

/* instagram media queries */


@media (max-width: 1000px) {

    .instagram .hero-body h3 {
        font-size: 16px;
    }

    .instagram .hero-body .follow {
        padding-left: 5px;
    }

}


@media (max-width: 700px) {

    .instagram .hero-body h3 {
        max-width: 200px
    }

}

@media (max-width: 400px) {
    .instagram .hero-body h3 {
        max-width: 200px
    }

    .instagram .hero-body {
        padding: 20px;
        color: white;
    }
}

@media (max-width: 365px) {
    .instagram {
        display: none;
    }
}

/* contact-footer */
.footer-signup {}

.footer-signup .maintitle {
    text-align: left;
    margin: 0 auto;
    display: block;
}

.contact-footer {
    background-size: 100%;
    color: #424242;
    padding-bottom: 30px;
    padding: 0 40px;
}

.contact-footer.header {
    padding: 90px 40px 40px 40px;
}


.contact-footer.main-page {
    margin-top: 80px;
}


.contact-footer .column.form {
    padding: 50px 0;
}

.contact-footer form {
    margin: 30px 0;
}

.contact-footer h2 {
    color: #525252;
    font-size: 52px;
    max-width: 600px;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    margin: 0;
    text-align: left;
    padding: 50px 0 60px 0;
    line-height: 55px;
    z-index: 11;
    display: block;
    position: relative;
}

.form form label span.dis {
    color: #ef5350;
}

.contact-footer p {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #8D8D8D;
}

.contact-box-holder {
    margin-bottom: 0;
}

.contact-box-holder .contact-box {
    margin-bottom: 0;
    margin-top: 0;
}

.contact-box input.checkBox {
    width: 20px;
    display: inline-block;
    margin: 0
}

.contact-box label.checkBox {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 10px;
    margin-bottom: 30px;
}

input.checkBox {
    width: 20px;
    display: inline-block;
    margin: 0
}

label.checkBox {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 10px;
    margin-bottom: 30px;
}


.contact-box {
    margin-top: -80px;
    margin-bottom: 40px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.contact .img {
    padding: 0;
    margin: 0;
    background-image: url(../images/bg/Beckettham-min.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

.contact .form {
    padding: 40px 50px 40px 40px;
}

.contact .how {
    text-align: center;
    color: white;
    background-color: #f59896;
    ;
    padding: 10px;
    margin-bottom: 20px;
}

.contact .how input {
    width: 20px;
    display: none;
    text-align: center;
    color: white;
}

.contact .how label {
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    color: white;
}

.contact .how span {
    margin: 0 14px;
}

label.checkb {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    position: relative;
    transform: scale(0.8);
}

label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform-origin: center;
    border: 2px solid #fff;
    border-radius: 50%;
    vertical-align: -6px;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

label.prime span {
    border: 2px solid #ef5350;
}


label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
    left: 7px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}

label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(305deg);
    top: 14px;
    left: 9px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}

label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
}

label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
}

.form .contact input[type="checkbox"] {
    display: none;
}

.contact-box input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + label span {
    background-color: #fff;
    transform: scale(0.8);
}

input[type="checkbox"]:checked + label span:after {
    width: 10px;
    background: #ef5350;
    transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label span:before {
    width: 5px;
    background: #ef5350;
    transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label:hover span {
    background-color: #fff;
    transform: scale(1.25);
}

input[type="checkbox"]:checked + label:hover span:after {
    width: 10px;
    background: #ef5350;
    transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label:hover span:before {
    width: 5px;
    background: #ef5350;
    transition: width 150ms ease 100ms;
}

.contact .how p {
    display: inline-block;
    text-align: center;
    color: white;
}

.contact-box .contact {
    background-color: white;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-top: -240px;
    margin-bottom: 95px;
}

.contact-box .contact.brochure {
    margin-top: -120px;
}

.contact-box .contact:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.contact-box .column.is-9 h2 {
    color: #424242;
}

.contact-box .column.is-3 {
    padding: 60px 20px 0 20px;
    color: #666;
}

.contact-box .column.is-3 h2 {
    color: #424242;
}


.contact-box a {
    color: #424242;
}

.contact-box-holder .contact-box ul {
    font-size: 12px;
}

@media (max-width: 750px) {
    .contact-box .column.is-3 {
        display: none;
    }

    .contact-footer.header {
        padding: 90px 40px 240px 40px;
    }
}



@media (max-width: 600px) {
    .contact-footer h2.title {
        font-size: 32px;
    }

    .contact-footer.header {
        padding: 90px 40px 140px 40px;
    }
}

@media (max-width: 600px) {
    .contact-footer h2.title {
        padding: 20px 40px 75px 40px;
    }

    .contact-box-holder {
        margin: 50px 30px 50px 30px
    }
}


.contact-box-holder.brochure {
    padding: 50px 0;
    margin: 0px;
}


.contact-box-holder.brochure .contact-box {
    padding: 40px;
}

.contact-box input {
    width: 100%;
    padding: 10px 15px 10px 0;
    color: #363636;
    font-weight: 400;
    margin: 10px 0;
    margin-top: 0;
    border: 0;
    display: block;
    font-size: 13px;
    border-bottom: 1.5px #e5e5e5 dashed;
    transition: all 1.6s cubic-bezier(.25, .8, .25, 1);
}


.contact-box input:focus > label {
    color: #363636;
}

.contact-box label {
    font-size: 11px;
    color: #9a9a9a;
}

.contact-box input:focus {
    border-bottom: 1.5px #363636 solid;
}

.contact-box textarea {
    resize: vertical;
    padding: 10px 0;
    margin: 10px 0;
    margin-top: 0;
    color: #363636;
    min-height: 140px;
    font-weight: 400;
    display: block;
    width: 100%;
    font-size: 12px;
    border: 0;
    border-bottom: 1.5px #e5e5e5 dashed;
    transition: all 1.6s cubic-bezier(.25, .8, .25, 1);
}
div.contact-box-holder div.columns div.column.is-10 ul a li {
    font-size: 14px;
    padding-left: 20px;
}

div.contact-box-holder div.container div.columns.contact-box div.column.is-3 div.columns div.column.is-10 ul li{
    font-size: 14px;
    padding-left: 20px;
}
.contact-box textarea:focus {
    border-bottom: 1.5px #363636 solid;
}

/*
.contact-box button {
    margin: 0px;
    width: 50px;
    height: 50px;
    display: block;
    border: 0;
    border-radius: 250px;
    padding: 14px;
    background-color: #ef5350;
    color: white;
    margin-top: 20px;
    transition: all 1.6s cubic-bezier(.25, .8, .25, 1);
}

.contact-box button:hover {
    transform: scale(1.07);
    background-color: #a73a38;
    -webkit-box-shadow: 0px 10px 15px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 15px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 15px -14px rgba(0, 0, 0, 0.75);
}

.contact-box ul {

    margin-bottom: -8px;
}

.contact-box li {
    color: #424242;
    line-height: 14px;
    display: block;
    vertical-align: middle;
    margin-bottom: 8px;
}

.contact-box li.fade {
    opacity: 0.6;
}

@media (max-width: 1450px) {

    .contact-box {
        margin: -40px 50px 0 50px;
    }
}

@media (max-width: 550px) {

    .contact-box {
        margin: -40px 10px 0 10px;
    }

    .contact-footer p {
        padding: 0 20%;
    }

    .contact-footer input {
        width: 80%;
    }

    .contact-footer textarea {
        width: 80%;
    }

    .contact-box .column.is-narrow {
        display: none;
    }
}*/

.grip {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

button.learn-more {
    width: 12rem;
    height: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more.light.jv {
    position: absolute;
    bottom: 0;
}

.jvbuthold {
    height: 100px;
}
.jv-header {
    position: relative;
    padding-top: 40px;
}

.jv-shadow {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);   
}

.jv-shadow:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.jv-header img {
    display: inline-block;
    border-radius: 9999px;
    height: 60px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.jv-body {
    padding-left: 30px;
    background-color: #f6f7f7;
}
.jv-header h6 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -12px;
    margin-left: 20px;
}

.jv-stats {
    padding-bottom: 30px;
}

.ten-years {
    margin-bottom: 70px;
}

.columns.jv {
    margin: 0 0 80px 0;
}
.developments h4.jv {
    font-size: 42px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}
.jv-image {
    background-image: url(../images/bg/DJI-0673.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

.jv-imagetwo {
    background-image: url(../images/bg/elnetwork.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

.profile {
    width: 75px;
    border-radius: 999px;
    margin-top: -60px;
}

.ten-years h2 {
    position: absolute;
    font-size: 240px;
    opacity: 0.2;
    font-family: 'Playfair Display', serif;
    margin-top: -180px;
}

.ten-years h5 {
    font-size: 24px;
    opacity: 0.8;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: -10px;
}

.ten-years h4 {
    font-size: 32px;
    opacity: 0.8;
    font-family: 'Playfair Display', serif;
}
.ten-years h4.shift {
    margin-left: 20px;
}

button.learn-more p {
    font-weight: 100;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #363636;
    border-radius: 1.625rem;
    left: 0;
    z-index: 11;
}
.jvkey h4.jv {
    color: 424242;
    z-index: 66;
    vertical-align: middle;
    top: 0;
    font-family:"Roboto", sans-serif; 
    font-weight: 600; 
    font-size: 22px;
    
}
h6.jv {
    font-family:"Roboto", sans-serif; 
    font-weight: 600; 
    font-size: 18px;
    color: white;
    
}




#
#
####

h1.jv {
    font-size: 49px;
    color: white;
    font-weight: 200;
}

h1.jv strong {
    color: white;
}


.jv-stats h4 {
    font-family: 'Playfair Display', serif;
    color: 424242;
    font-size: 20px;
    z-index: 66;
    vertical-align: middle;
    top: 0;
}

@media (max-width: 775px) {
    .jv-image {
        height:300px;
    }
    .jv-imagetwo {
        height: 300px;
    }
}
.jvkey {
    border-radius: 9px;
    background-color: #f8fbfc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 30px 30px 40px 30px;
    color: #424242;
    margin-bottom: 60px;
    text-align: center;
}

.hs-form-d8bfa9b7-ad25-4f13-80dd-035507025284_79a9254b-d260-4456-870d-207bb548b499 .hs-form-field label:not(.hs-error-msg) {
    color: white;
}

#hsForm_d8bfa9b7-ad25-4f13-80dd-035507025284 > div.hubspot-link__container.sproket {
    display: none;
    opacity: 0;
}

button.learn-more.submit .circle {
    background: #ef5350;
}


button.learn-more.light .circle {
    background: #fff;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

button.learn-more.light .circle .icon.arrow::before {
    border-top: 0.125rem solid #363636;
    border-right: 0.125rem solid #363636;
}

button.learn-more.light.h2b .circle .icon.arrow::before {
    border-top: 0.125rem solid #33a7a4;
    border-right: 0.125rem solid #33a7a4;
}


button.learn-more p.button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #363636;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: ;
    z-index: 22;
}

i.fas.fa-map-pin {
    color: #ef5350;    
}

button.learn-more.light p.button-text {
    color: #fff;
}

button.learn-more.submit p.button-text {
    color: #ef5350;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

buttonlearn-more.light:hover .circle .icon.arrow {
    background: #363636;
}

buttonlearn-more.light.htb:hover .circle .icon.arrow {
    background: #33a7a4;
}

button.learn-more:hover p.button-text {
    color: #fff;
}

button.learn-more.light:hover p.button-text {
    color: #363636;
}

button.learn-more.light.h2b:hover p.button-text {
    color: #33a7a4;
}


@supports (display: grid) {
    .grip {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0.625rem;
        grid-template-areas: ". main main ."". main main .";
    }

    #container {
        grid-area: main;
        align-self: center;
        justify-self: center;
    }
}

/* Specification */

.spechead {
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
    background-image: url(../images/bg/light.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

.spechead .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}

.spechead img {
    z-index: 11;
    margin: 160px auto;
    padding: 40px;
}

.specbody {
    margin: 50px 0;
}

.specbody .textbox {
    margin-top: 60px;
}

.specbody h3 {
    font-size: 45px;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    text-align: center;
}

.specbody h3::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #424242;
    margin: 20px auto 40px auto;
}

.specbody p {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

circle.innercircle {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.description {
    pointer-events: none;
    position: absolute;
    font-size: 18px;
    text-align: center;
    background: white;
    padding: 30px 15px;
    z-index: 5;
    height: 30px;
    line-height: 15px;
    margin: 0 auto;
    color: #21669e;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.description.active {
    display: block;
}

.description:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

form#mc-embedded-subscribe-form.validate div#mc_embed_signup_scroll input#mce-EMAIL.email {
    margin-top: 15px;
    margin-right: -22px;
    border: 0;
    border-bottom: solid 2px #ef5350;
    border-radius: 0;
}


@media (max-width: 750px) {
    form#mc-embedded-subscribe-form.validate div#mc_embed_signup_scroll input#mce-EMAIL.email {
        margin: 0 auto 40px auto;
        width: 80%;
        border: 0;
        border-bottom: solid 2px #ef5350;
        border-radius: 0;
    }
}



/* footer */

ul.footerlist {
    list-style: none;
    margin: 0;
}

.footer img.logo {
    margin: 0 auto;
    display: block;
}

ul.footerlist a li {
    padding: 0;
    opacity: 0.6;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

ul.footerlist a li:hover {
    opacity: 1;
}

.bot-footer {
    background-color: #232323;
}

.bot-footer p {
    display: inline-block;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
}

.bot-footer p a {
    color: white;
}


p a {
    color: #0000EE;
}
/* Landing Guides */

.fa.fa-map-marker {
    color: #e53935;
}

section.landed {}

#mc_embed_signup {
    padding: 50px 0;
}

/* time line */

.timeline {
    padding: 60px 0;
}

.sectionHeading {
    margin-bottom: 20px;
    color: #009688;
}

::-moz-selection {
    background: #fcfcfc;
    background: rgba(224, 224, 224, 0.2);
    text-shadow: none;
}

::selection {
    background: #fcfcfc;
    background: rgba(224, 224, 224, 0.2);
    text-shadow: none;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.shadow-nohover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes animatop {
    0% {
        opacity: 0;
        bottom: -500px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes animatop {
    0% {
        opacity: 0;
        bottom: -500px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@-webkit-keyframes rotatemagic {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -24px;
        left: -253px;
    }

    100% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
        top: -24px;
        left: -78px;
    }
}

@keyframes rotatemagic {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -24px;
        left: -253px;
    }

    100% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
        top: -24px;
        left: -78px;
    }
}

.experience {
    border-left: 3px solid #e53935;
    padding: 0 30px;
    margin-left: 185px;
}

@media (max-width: 767px) {
    .experience {
        margin-left: 0;
        padding-right: 0;
    }
}

.experience .item {
    position: relative;
    margin-bottom: 40px;
}

.experience .item::before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #e53935;
}

.experience .item::after {
    content: "";
    position: absolute;
    left: -37px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e53935;
}

.experience .company-name {
    color: #e53935;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.experience .location {
    position: absolute;
    right: 0;
    top: 2px;
}

.experience .location .fa {
    margin-right: 8px;
}

.experience .job-info {
    position: absolute;
    left: -185px;
    top: 0;
}

.experience .job-info .title {
    color: #e53935;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 200;
}

.job-info img {
    height: 75px;
    border-radius: 200px;
}

@media (max-width: 767px) {
    .experience .job-info {
        position: static;
        margin-bottom: 1rem;
    }
}

div ul.fa-ul {
    margin-left: 0px;
    padding-right: 60px;
    max-width: 570px;
}

.inceptionbro img {
    height: 100px;
    vertical-align: middle;
    -webkit-box-shadow: 0px 10px 15px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 15px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 15px -14px rgba(0, 0, 0, 0.75);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.inceptionbro img:hover {
    box-shadow: 0 1.5rem 3rem 0 rgba(0, 0, 0, .5);
}

.inceptionbro a.link {
    vertical-align: middle;
}

.featured-dev {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: white;
}

.inception-grip {
    padding-left: 250px;
}

@media (max-width: 920px) {
    .inception-grip {
        padding-left: 150px;
    }
}

@media (max-width: 744px) {
    .inception-grip {
        padding-left: 40px;
    }

    div ul.fa-ul {
        margin-left: 0px;
        padding-right: 60px;
        font-size: 14px;
    }

}


.inception-grip h5 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 32px;
}

.inception-grip h5 span.loc {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    margin-left: 10px;
    font-size: 22px;
}

.featured-dev .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    top: 0;
}

div.column.is-4.is-offset-0-mobile.scroller {
    position: relative;
    width: 550px;
}

#side1 {
    height: 250px;
    width: 250px;
    position: absolute;
    transform: translateX(150px) scale(1.5);
    z-index: 4;
    transition: all .5s;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

#side2 {
    height: 250px;
    width: 250px;
    position: absolute;
    transform: translateX(0px);
    z-index: 3;
    transition: all .5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#side3 {
    height: 250px;
    width: 250px;
    position: absolute;
    transform: translateX(300px);
    z-index: 3;
    transition: all .5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.loopholder {
    position: relative;
    height: 400px;
    padding: 40px 0;
}

span.nav-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

div.loopholder span.nav-buttons div#nex.button {
    border-radius: 200px;
    border: none;
    transition: all .5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

div.loopholder span.nav-buttons div#nex.button:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

div.loopholder span.nav-buttons div#pre.button {
    border-radius: 200px;
    border: none;
    transition: all .5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

div.loopholder span.nav-buttons div#pre.button:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

/* Mobile */


#mside1 {
    height: 150px;
    width: 100px;
    position: absolute;
    transform: translateX(75px) scale(1.5);
    z-index: 4;
    transition: all .5s;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

#mside2 {
    height: 150px;
    width: 100px;
    position: absolute;
    transform: translateX(0px);
    z-index: 3;
    transition: all .5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#mside3 {
    height: 150px;
    width: 100px;
    position: absolute;
    transform: translateX(150px);
    z-index: 3;
    transition: all .5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.scroller.mob {
    position: relative;
    width: 275px;
    margin: 0 auto;
    display: none;
}

.scroller.mob .loopholder {
    height: 300px;
}

.scroller.mob div.loopholder span.nav-buttons div#nex.button {
    border-radius: 200px;
    border: none;
    transition: all .5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.scroller.mob div.loopholder span.nav-buttons div#nex.button:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.scroller.mob div.loopholder span.nav-buttons div#pre.button {
    border-radius: 200px;
    border: none;
    transition: all .5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.scroller.mob div.loopholder span.nav-buttons div#pre.button:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.montent {
    display: none;
    position: relative;
}

.montent.sitemap {
    position: relative;
    width: 100%;
    height: 100%;
}
@media (max-width: 760px) {

    .locimg {
        min-height: 300px;
    }
}


.show {
    display: block;
}

.show .fadein {
    animation: fadein 0.7s ease;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs {
    border-bottom: 4px solid;
}

.tabs a {
    display: inline-block;
    border: 0;
    margin-bottom: 0px;
}

.tab.active {
    color: white;
    border-radius: 8px 8px 0 0;
}

.tabs a:hover {
    border: 0;
}

.tabs:not(:last-child) {
    margin: 0;
}

#map {
    position: relative;
    top: 0;
    bottom: 0;
    height: 500px;
    width: 100%;
}

.mapboxgl-canvas {
  left: 0;
}

.map-hold {
    padding: 0;
}

section.search div.container div.index.search.wow.fadeInUp form div.columns {
    margin-bottom: 0;
}

.montent.column.responsive-image {
    max-height: 600px;
}

.textbox.transport h4.title {
    display: inline-block;
    font-size: 18px;
}
.textbox.transport h4.title.time {
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 1070px) {
    .map-hold {
        padding: 0 40px;
    }
}

@media (max-width: 670px) {
    .tabs a {
        font-size: 12px;
    }
}
@media (max-width: 570px) {
    #map {
        height: 300px;
    }
}

.textbox.moredevs {
    padding: 30px 30px;
    height: 505px;
}
div.single-blog.jeff div.textbox.moredevs a.dev-link {
    margin-top: 40%;
}

.single-blog.featured .blog-details p.project {
    min-height: 0;
    margin: 20px;
    font-size: 0.8rem;
    text-align: center;
    z-index: 20;
    
}

.single-blog.jeff img {
    position: absolute;
    top: 2%;
    opacity: 0.02;
}

span.red {
    color: #ef5350;
}

.stamp-head {
	font-size: 32px;
	font-weight: 600;
}

div.textbox.calculator {
	padding: 20px;
	background-color: #f7f7f7;
	border-radius: 9px;
}

.select select:not([multiple]) {
	padding: 0 9px;
}