/*@font-face {
    font-family: 'Calibre';
    src: url('/fonts/Calibre-Regular.woff2') format('woff2'), url('/fonts/Calibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silk Serif';
    src: url('/fonts/SilkSerif-ExtraLight.woff2') format('woff2'), url('/fonts/SilkSerif-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('/newFonts/Calibre-Regular.woff2') format('woff2'),
        url('/newFonts/Calibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SilkSerif';
    src: url('/newFonts/SilkSerif-ExtraLight.woff2') format('woff2'),
        url('/newFonts/SilkSerif-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('/newFonts/Calibre-Medium.woff2') format('woff2'),
        url('/newFonts/Calibre-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SilkSerif';
    src: url('/newFonts/SilkSerif-ExtraLight.woff2') format('woff2'),
        url('/newFonts/SilkSerif-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Copyright Klim Type Foundry';
    font-size: 15px;
    line-height: 1.33;
    background: #fbf9f4;
    color: #303030;
    margin: 0;
    padding: 0;
    height: 100vh;
}

#main {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.scroll-content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-content {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.scroll-content::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.holder {
    position: relative;
    width: 1px;
}

#heroHolder:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.uppsercase {
    text-transform: uppercase
}

.arrow {
    display: block;
    margin: 0 auto 0 auto
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1;
    color: #FBF9F4;
    z-index: 50;
    transition: all 0.3s;
    letter-spacing: 0.29em;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

header .container {
    padding: 15px 0;
    gap: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative
}

header.bg {
    background-color: #FBF9F4;
    color: #303030;

}

header .enq {
    background-color: transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
header.bg .enq{
    background-color: #303030;
}

#banner {
    background: #303030;
    width: 100%;
    padding: 10px 0;

    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 4px;
    text-align: center;
    color: #fbf9f4;
    text-transform: uppercase;
    position: relative
}

.close {
    position: absolute;
    right: 30px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%)
}

.bg-video {
    height: 100vh;
    height: 100svh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.bg-video video {
    width: 100%;
    height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 11;
    opacity: 0;
}

.h-ancher {
    display: block;
}

.clear,
* html .clearfix,
*:first-child+html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 41.67%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 58.33%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    float: left;
    display: block;
}

.bg {
    background: #fbf9f4;
}

.container {
    width: 95%;
    margin: auto;
}

.flex-c {
    display: flex;
    justify-content: space-between;
}

.team-flex {
    display: flex;
    justify-content: space-between;
    gap: 40px 1.5vw;
    flex-wrap: wrap;
    align-items: flex-start
}

.team-flex h4 {
    margin-bottom: 0
}

.team-flex h3 {
    margin-bottom: 20px
}

.team-flex p {
    max-width: 470px
}

.team-flex img {
    display: block;
    margin-bottom: 20px
}

.team-sec {
    width: 30vw;
}

.pt60 {
    display: block;
    padding-top: 60px
}

.mauto {
    margin: auto;
    width: max-content
}

.pt200 {
    padding-top: 160px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb85 {
    padding-bottom: 85px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a,
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.full-height {
    height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: transform 2s;
    background-size: cover;
}

#hero.faded {
    transform: scale(1);
}

.fadeOut {
    opacity: 0 !important;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    width: 100%;
}

.middle-h {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    display: block;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

/* General */
section {
    position: relative;
}

.sticky {
    position: sticky;
    top: 0;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

/* Headings */
h1,
h2,
h4,
h5 {
    margin: 0;
    font-weight: 200;
    font-family: 'SilkSerif';
}

p {
    text-align: left;
    margin: 0;
}

.toLetter {
    line-height: 0.6;
}

.spHolder {
    display: inline-block;
    line-height: 1;
    overflow: hidden;
}

.spHolder span {
    transition: transform 0.5s, opacity 1.5s;
    opacity: 0;
    transform: translateY(100%);
    line-height: 1;
    display: inline-block;
}

.toLetter.animated .spHolder span {
    opacity: 1;
    transform: translateY(0);
}

.fadeInUp {
    transition: all 0.5s;
    transform: translateY(15px);
    opacity: 0;
}

.fadeInUp.animated {
    transform: translateY(0);
    opacity: 1;
}

#sh,
#sh1 {
    display: block;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    width: 1022px;
    max-width: calc(100% - 80px);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transition: all 1s;
}

#sh1 {
    width: 620px
}

#sh.faded,
#sh1 {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.underline {
    text-decoration: underline;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb180 {
    padding-bottom: 180px;
}

.w460 {
    width: 430px;
    max-width: 38%;
}

.max460 {
    max-width: 430px
}

#enquire .w460 {
    max-width: 33%;
}

.pl50 {
    padding-left: 50px;
}

.w950 {
    width: 950px;
    max-width: 50%;
}

.w720 {
    width: 720px;
    max-width: 60%;
}

.w30 {
    width: 30vw;
}

.flex-h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.flex-h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#scale1 {
    z-index: 2;
    overflow: hidden;
}

#images {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
}

.w-left {
    position: absolute !important;
    left: 0;
    top: 30px;
}

.w-right {
    position: absolute !important;
    right: 0;
    bottom: 30px;
}

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.parallexHolder {
    position: relative;
    overflow: hidden;
}

.parallexHolder:after {
    content: '';
    display: block;
    height: 100%;
    left: -2px;
    right: -2px;
    top: 0;
    background: #fbf9f4;
    transition: all 1s ease-out;
    transform-origin: top center;
    z-index: 5;
    position: absolute;
}

.parallexHolder.animated:after {
    /*transform: scale(1,0);*/
    top: 100%
}

#images.animated .parallexHolder:after {
    /*transform: scale(1,0);*/
    top: 100%
}

.mainImage {
    opacity: 0;
    display: block;
    width: 100%;
}

.innerPara {
    position: relative;
    transition: transform 1s ease;
    /*transform: translateY(100px);*/
}

.parallex {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: -120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: top 1s ease-out;
}

.parallexHolder.animated .innerPara {
    transform: translateY(0);
}

#images.animated .innerPara {
    transform: translateY(0);
}

.bg100 {
    height: 100px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 4;
}

.full-c {
    position: relative;
    min-height: 100vh;
}

.parallex {
    overflow: hidden;
}

.para {
    position: absolute;
    top: 80px;
    bottom: ;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

h1,
h2 {
    font-size: 180px;
    text-transform: uppercase;
}

h3 {
    font-size: 12px;
    letter-spacing: 0.25em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

#address {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    font-size: 14px;
    letter-spacing: 0.29em;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    z-index: 3
}


#spnHeader {
    transform: translateY(-54px);
}

.enq-m {
    display: none
}

.enq {
    display: flex;
    align-items: center;
    background: #303030;
    color: #fbf9f4;
    text-align: center;
    padding: 10px 30px;
    display: block;
    text-transform: uppercase;
    transition: opacity 0.7s;
    line-height: 1;
    position: relative;
    z-index: 3
}

.tel {
    position: relative;
    z-index: 3
}

#enq {
    z-index: 1;
}

#enq.faded {
    opacity: 1;
}


#enqm {
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 14px;
    opacity: 0;
    color: #fbf9f4;
    background: #303030;
    transition: opacity 0.5s;
    display: none;
}

#header-mirror {
    position: absolute;
    top: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fbf9f4;
}

.quickload #logo {
    opacity: 1;
}

.quickload #hero {
    opacity: 1;
    transform: scale(1);
}

.quickload .enq {
    opacity: 1 !important;
}

.quickload #address {
    opacity: 1;
}

#logo {

    width: 300px;
    display: block;
    opacity: 0;
    transition: opacity 0.3s
}

.bg #logo {
    opacity: 1
}

#logo img {
    display: block;
    width: 100%;
    height: auto;
}

nav {
    margin: 0 auto;
    padding: 0;
}

#nav li {
    list-style: none;
    display: inline-block;
    padding: 0 25px 0 25px;
    font-size: 18px;
    line-height: 10px;
    position: relative;
}

#nav li a {
    color: #fff;
    text-transform: uppercase;
}

/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    cursor: pointer;
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: a rotate(-45deg);
}

/* enquiry */
.register {
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    background: #000;
}

.formbox {
    margin: 0 auto;
    padding: 10px 0;
    width: 90%;
    max-width: 320px;
}

input,
select {
    font-size: 15px;
    font-family: inherit;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    width: 100%;
    color: #303030;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    text-align: left;
}

.liner {
    position: relative;
    padding-bottom: 12px;
}

.line {
    display: block;
    width: 0;
    height: 1px;
    content: '';
    background: #303030;
    transition: 0.7s width;
}

.delay1 {
    transition-delay: 0.1s;
}

.delay2 {
    transition-delay: 0.2s;
}

.delay3 {
    transition-delay: 0.3s;
}

.delay4 {
    transition-delay: 0.4s;
}

.delay5 {
    transition-delay: 0.5s;
}

.delay6 {
    transition-delay: 0.6s;
}

.delay7 {
    transition-delay: 0.7s;
}

.box.animated .line {
    width: 100%;
}

#enquire.animated .fadeInUp {
    opacity: 1;
    transform: translateY(0);
}

.privacy {
    font-size: 10px;
    padding-top: 30px;
}

.chk_holder {
    margin: 0 0 10px 0;
    color: #303030;
}

.enq_frm {

    max-width: 100%;

}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    width: 20px;
    text-align: center;
}

#chkInternational+label {
    padding: 2px 0 2px 26px;
    position: relative;
    text-align: center;
    display: block;
    color: #303030;
    font-size: 14px;
    font-family: inherit;
    display: inline;
    margin: auto;
}

#chkInternational+label:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #303030;
    content: '';
    display: block;
}

#chkInternational+label:after {
    position: absolute;
    left: 0;
    width: 5px;
    height: 11px;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
    transform: translateY(-60%) rotate(45deg) scale(0);
    border-bottom: 2px solid #303030;
    border-right: 2px solid #303030;
    content: '';
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#chkInternational:checked+label:after {
    -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
    transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
    color: #303030;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #303030;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #303030;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #303030;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #303030;
    opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.b_submit {
    cursor: pointer;
    background: #303030;
    width: 180px;
    padding: 10px 0;
    text-align: center;
    color: #fbf9f4;
    line-height: 1;
    letter-spacing: .4em;

}

/*footer*/
footer {
    padding: 200px 0 30px 0;
}

footer a {
    display: inline-block;
    margin-right: 30px;
}

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

div.token-input-dropdown-project ul {
    margin: 0;
    padding: 0;
    display: block !important;
    max-height: 205px;
}

div.token-input-dropdown-project ul li {
    background-color: #fff;
    font-size: 14px;
    padding: 3px;
    margin: 0;
    list-style-type: none;
    font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
    background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
    background-color: #fff;
}

div.token-input-dropdown-project ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
    background-color: #ccc;
    color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
    padding: 0;
    text-align: left;
    color: #F00D0D;
}

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.m {
    display: none;
}

.mob {
    display: none !important
}

@media screen and (max-width : 1520px) {

    h1,
    h2 {
        font-size: 155px;
    }
}

@media screen and (max-width : 1350px) {

    h1,
    h2 {
        font-size: 140px;
    }
}

@media screen and (max-width : 1300px) {

    h1,
    h2 {
        font-size: 115px;
    }
}



@media screen and (max-width : 1000px) {

    .d {
        display: none !important;
    }

    .m {
        display: block !important;
    }

    .hauto {
        height: auto;
    }

    .w60m {
        height: 60vw;
    }

    .pb60 {
        padding-bottom: 30px;
    }

    .w950 {
        max-width: 100%;
    }

    .pb30m {
        padding-bottom: 30px !important;
    }

    .pt30m {
        padding-top: 30px !important;
    }

    .parallexHolder:after {
        display: none;
    }

    .innerPara {
        transform: translateY(0) !important;
    }

    .w720,
    .grid_6 {
        width: 100%;
        max-width: 100%;
    }

    .mb20m {
        margin-bottom: 20px;
    }

    .container {
        width: calc(100% - 30px);
        margin: auto;
    }

    .pt200 {
        padding-top: 80px;
    }

    .w30 {
        width: 100%;
        height: auto;
    }

    .w-left {
        position: relative !important;
        top: auto;
    }

    .w-right {
        position: relative !important;
        bottom: auto;
        right: auto;
    }

    #images {
        position: relative;
        top: 0;
        height: auto;
    }

    .holder {
        display: none;
    }

    #holder0 {
        display: block
    }

    .w460 {
        width: 460px;
        max-width: 100% !important;
    }

    .bg100 {
        display: none;
    }

    h1,
    h2 {
        font-size: 40px;
        text-transform: uppercase;
    }

    .line {
        width: 100%;
    }

    .pl50 {
        padding: 0;
    }

    footer {
        padding: 40px 0 60px 0;
    }

    #enqm {
        display: block !important;
    }

    .hw60m {
        height: 65vw;
    }


    .parallex {
        transform: none !important;
    }

    #header-mirror {
        height: auto;
        top: 0;
        bottom: auto
    }

    #enq-mirror {
        top: auto;
        position: fixed;
        left: 0;
        width: 100%;
        padding: 14px;
        opacity: 0;
        color: #fbf9f4;
        background: #303030;
        transition: opacity 0.5s;
        bottom: 0
    }

    .mbm40m {
        margin-bottom: 30px;
    }


    #address {
        bottom: 35px;
        font-size: 11px;
    }

    .flex-c {
        display: block;
    }

    .para {
        top: 0;
    }

    .mb50m {
        margin-bottom: 50px;
    }

    .spHolder span {
        transform: translateY(0%);
    }

    #logo {
        width: 250px;
    }

    #heroHolder {
        height: 100%
    }

    #banner {
        font-size: 12px;
        letter-spacing: 2px;
        padding-left: 15px;
        padding-right: 15px
    }

    .enq-m {
        display: flex;
        padding: 18px 20px;
        background: #fbf9f4;
        position: fixed;
        left: 0;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        color: #303030;
        z-index: 30;
        bottom: 0;

    }

    .team-sec {
        width: 100%
    }

    .mauto {
        margin: 0
    }

    .pb-mob {
        padding-bottom: 60px
    }

    .hide-m {
        display: none
    }

    .readMore {
        display: block;
        padding-top: 5px;
    }

    .readMore:after {

        content: 'Read More';
        text-decoration: underline
    }

    .team-flex p {
        max-width: 320px
    }

    .team-sec.active .hide-m {
        display: inline
    }

    .team-sec.active .readMore:after {
        content: 'Read Less';
    }

    .desk {
        display: none !important
    }

    .mob {
        display: block !important
    }
}

@media screen and (max-width : 420px) {
    /*#main {
        position: relative;
        height: auto;
    }

    .fadeInUp {
        transform: translateY(0);
        opacity: 1;
    }

    .para {
        bottom: 0;
        position: relative;
    }*/
    /*.spHolder span {
        opacity: 1 !important;
        transform: translateY(0%) !important;
    }*/
}