@font-face {
    font-family: "Cera";
    src: url("/fonts/Cera.eot");
    src: url("/fonts/Cera.eot") format("embedded-opentype"), url("/fonts/Cera.woff2") format("woff2"), url("/fonts/Cera.woff") format("woff"), url("/fonts/Cera.ttf") format("truetype"), url("/fonts/Cera.svg#Cera") format("svg");
}

html {
    font-size: 10px;
}

.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;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #666666;
}

img {
    border: none;
    max-width: 100%;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
}

a,
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}
/* General */
body {
    font-family: "Cera", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.leftalign {
    text-align: left;
}
/* Headings */
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: 100;
}

p {
    text-align: left;
    margin: 0;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 36px;
    line-height: 1.27;
}

h3 {
    font-size: 20px;
    color: #C3360C;
    line-height: 1;
    font-weight: 700;
    padding-left: 25px;
    background-image: url(/images/pointer.png);
    background-position: left center;
    background-size: 12px 6px;
    background-repeat: no-repeat;
    margin: 60px 0 30px 0;
}

p.quate {
    font-size: 20px;
    font-weight: 700;
}

    p.quate span {
        display: block;
        padding-top: 20px;
        font-size: 14px;
        font-weight: 100;
    }

h4 {
    font-size: 40px;
    color: #2a3851;
}

.content p {
    margin-bottom: 30px;
}

.round-img {
    border-radius: 0 16px;
}

.bg_holder {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sideframe {
    display: block;
    position: fixed;
    width: 50px;
    height: 100%;
    top: 0;
    z-index: 10;
    background: #ffffff;
    transition: 0.5s all;
    transition-delay: 1s;
}

    .sideframe.right {
        transform: translateX(100%);
        right: 0;
    }

    .sideframe.left {
        left: 0;
        transform: translateX(-100%);
    }

.centerposition {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 600px;
    max-width: 70%;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: 1.5s all;
}

    .centerposition svg {
        display: block;
        width: 100%;
    }

body.step1 .bg_holder .fullheight {
    transform: scale(1.05);
}

body.step2 .centerposition {
    opacity: 1;
}

body.step3 header, body.step3 footer, body.step3 .sideframe {
    transform: none !important;
}

.fullheight {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 3s all;
    background-size: cover;
    background-position: center;
}

.topright {
    position: absolute;
    display: block;
    bottom: 0;
    right: 50px;
    width: 50px;
    transition: 0.5s all;
    transition-delay: 1.5s;
}

.bottomleft {
    display: block;
    width: 50px;
    top: 0;
    left: 50px;
    position: absolute;
    transition: 0.5s all;
    transition-delay: 1.5s;
}

.step3 .topright {
    transform: translateY(100%);
}

.step3 .bottomleft {
    transform: translateY(-100%);
}
/* Navigation */

header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    height: 190px;
}

    header .container {
        height: 100%;
    }



a.logo {
    width: 150px;
    left: 0;
    display: block;
    z-index: 2;
}

#page-home a.logo::before {
    content: none !important;
}

.projectsToggle
{
    display:none
}



.nav li a::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    margin: auto;
    height: 2px;
    background-color: rgba(102,102,102,0.3);
    -webkit-transition: all 0.6s ease;
    transition: all 0.4s ease;
    width: 0;
}

.nav li a:after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    margin: auto;
    height: 2px;
    background-color: #666666;
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 0;
}

.nav li a:hover:before, header a.projects:hover:before,
#page-projects header a.projects:before, .nav li.active a:before {
    width: 100%;
}

.nav li a:hover:after, header a.projects:hover:after,
#page-aboutus header a.aboutus:after,
#page-howwework header a.howwework:after,
#page-people header a.people:after,
#page-insights header a.insights:after,
#page-showreel header a.showreel:after,
#page-contact header a.contact:after,
#page-insights header a.insights:after,
#page-projects header a.projects:after, .nav li.active a:after {
    transition-delay: 0.3s;
    width: 100%;
}

.bottomleft, .topright {
    display: none;
}

#page-home .bottomleft, #page-home .topright {
    display: block;
}

#page-home {
    overflow: hidden;
}

    #page-home header {
        z-index: 100;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        transform: translateY(-100%);
        transition: 1s all;
    }

    #page-home footer {
        padding: 40px 0;
        z-index: 10000;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        height: 176px;
        transform: translateY(100%);
        transition: 1s all;
    }

.banner-header .logo:after {
    display: none !important;
}

.round-bg {
    max-width: calc(100% - 80px);
    width: 1300px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    border-radius: 0px 16px;
    height: calc(100vh - 365px);
    position: relative;
}

#page-showreel .round-bg {
    box-shadow: 0px 3px 7px #000000AD;
    border: 1px solid #707070;
    border-radius: 5px;
}

.nav {
    right: 0;
    text-align: right;
}

    .nav li {
        list-style: none;
        position: relative;
        display: inline-block;
        margin-right: 30px;
    }

        .nav li:last-child {
            margin-right: 0;
        }

        .nav li a {
            text-transform: uppercase;
            font-size: 1.2rem;
            color: #333333;
            line-height: 1;
            position: relative;
        }

.innerUl {
    display: none;
}

#page-projects .innerUl {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    top: 120px;
}

header .flex {
    -webkit-box-align: end;
    align-items: flex-end;
}

/*#nav-toggle */

#nav-toggle {
    position: absolute;
    right: 25px;
    z-index: 10000;
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: none;
    text-transform: uppercase;
    overflow: hidden;
}

    #nav-toggle span {
        position: absolute;
        display: block;
        height: 2px;
        background: #444C5A;
        transition: all 0.5s;
    }

    #nav-toggle .sp1 {
        width: 100%;
        top: 0;
        transform-origin: left;
        left: 0;
    }

    #nav-toggle .sp2 {
        width: 95%;
        top: calc(50% - 1px);
        left: 0;
    }

    #nav-toggle .sp3 {
        width: 50%;
        bottom: 0;
        left: 0;
        transform-origin: left;
    }


    #nav-toggle.active .sp1 {
        width: 138%;
        top: 0;
        left: 0;
        transform: rotate(45deg) translate(0.5px,-0.5px);
    }

    #nav-toggle.active .sp2 {
        opacity: 0;
    }


    #nav-toggle.active .sp3 {
        width: 138%;
        transform: rotate(0);
        -webkit-transform: rotate(-45deg) translate(-0.5px,1px);
        left: 0;
    }

/* 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: 16px;
    margin: 0 auto;
    padding: 5px 10px;
    width: 100%;
    color: #fff;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #525252;
    text-align: left;
    letter-spacing: 2px;
}

select {
    padding: 5px 7px;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

    select option {
        padding: 7px 5px;
        background: #fff;
        text-align-last: center;
        text-align: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }

.privacy {
    font-size: 10px;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    width: 20px;
    text-align: left;
}

    #chkInternational + label {
        background: url("/images/buttons/uncheck.png") no-repeat left center;
        color: #fff;
        padding: 2px 0 2px 26px;
    }

    #chkInternational:checked + label {
        background: url(/images/buttons/check.png) no-repeat left center;
    }

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ffffff;
    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;
}

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    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;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

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;
    border: 1px solid #525252;
    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: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li,
    ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #f00d0d;
    }

* {
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.team-link {
    display: block;
}

    .team-link span {
        display: block;
    }

    .team-link a.read-more {
        display: inline-block;
        padding-right: 22px;
        position: relative;
    }

.close {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/images/close.png);
    background-size: cover;
    right: 30px;
    top: 30px;
}

a.read-more:after {
    background-image: url(/images/rm.png);
    width: 17px;
    height: 17px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 17px 17px;
    background-position: right center;
    background-repeat: no-repeat;
}

.red {
    color: #C3360C;
}

span.name {
    font-size: 20px;
    font-weight: 700;
}

.team-row {
    position: relative;
    margin-bottom: 60px;
}

.team-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.35s;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 3px 7px #000000;
    border: 1px solid #707070;
    border-radius: 5px;
    z-index: 10;
}

    .team-content span {
        display: block;
    }

p.skills {
    margin-bottom: 5px !important;
    padding-left: 20px;
    position: relative;
}

    p.skills:before {
        content: '-';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
    }

.pr15 {
    padding-right: 15px;
}

.container {
    width: 1300px;
    max-width: calc(100% - 80px);
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

    .container.sml {
        width: 775px;
    }

.max250 {
    max-width: 250px;
}

img.max250 {
    display: block;
}

.icon {
    display: block;
    margin-bottom: 25px;
    height: 90px;
}

    .icon.ic1 {
        height: 71px;
    }

.circleimg {
    width: 577px;
    max-width: 100%;
    display: block;
    margin: 0 auto 25px auto;
}

.proccess {
    position: relative;
    padding-left: 120px;
    margin: 0 0 50px 0;
}

    .proccess .red {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }

span.no {
    display: block;
    height: 72px;
    width: 72px;
    border: 1px solid #C3360C;
    border-radius: 50px;
    position: absolute;
    color: #C3360C;
    font-size: 24px;
    left: 0;
    top: 0;
}

.plyBtn {
    color: #fff;
    font-weight: bold;
    width: 150px;
}

    .plyBtn svg {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto 10px auto;
        fill: #fff;
    }

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb60 {
    margin-bottom: 60px;
}

.pt15 {
    padding-top: 15px;
}

.pt60 {
    padding-top: 60px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer {
    padding: 60px 0 40px;
    font-size: 12px;
    color: #666666;
}

    footer .wrapper {
        position: absolute;
        top: 0;
        left: 0;
    }

.address {
    width: 400px;
    max-width: 100%;
    display: block;
    margin: 0;
    margin-left: auto;
}

#page-contact .address {
    margin: 0 auto 60px auto;
	    margin: 0 0 40px 0;
	
}

#page-contact footer .wrapper {
    position: relative;
}

.linkhover .flex {
    -webkit-box-align: start;
    align-items: flex-start;
    justify-content: flex-start;
}

    .linkhover .flex > * {
        width: calc(100% / 3 - 20px);
        height: 300px;
        margin-bottom: 30px;
        margin-right: 30px;
        overflow: hidden;
        position: relative;
    }

    .linkhover .flex > div > a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .linkhover .flex > div > a .bgImg {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            width: 100%;
            height: 100%;
            transition: all 1s ease;
            transition: all 3s;
            position: absolute;
        }

    .linkhover .flex > *:hover > a .bgImg {
        transform: scale(1.2);
    }


    .linkhover .flex > *:nth-of-type(3n) {
        margin-right: 0;
    }

    .linkhover .flex > div > a:before {
        position: absolute;
        content: '';
        z-index: 1;
        background-color: rgba(255,255,255,0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        flex-wrap: wrap;
        opacity: 0;
        visibility: hidden;
        transition: all 1s ease;
        z-index: 1;
    }

    .linkhover .flex > div:hover > a:before {
        visibility: visible;
        opacity: 1;
    }

    .linkhover .flex > * > a h3 {
        text-align: center;
        padding: 0 10px;
        margin: auto;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: all 1s ease;
        background-image: none;
        width:100%
    }

    .linkhover .flex > *:hover > a h3 {
        visibility: visible;
        opacity: 1;
    }


    .linkhover .flex > div > a:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 19px;
        right: 20px;
        bottom: 20px;
        background-image: url('/images/project/logo.png');
        background-position: center;
        background-size: cover;
        z-index: 1;
        transition: all 1s ease;
        opacity: 0;
        visibility: hidden;
    }

    .linkhover .flex > div > a:hover:after {
        opacity: 1;
        visibility: visible;
    }




    .linkhover .flex > * span {
        display: block;
        color: #000000;
        font-size: 1.4rem;
        padding-top: 10px;
        font-weight: 100;
    }

    .linkhover .flex > * img {
        display: none;
    }

.banner > .container {
    width: 100%;
    height: calc(100vh - 210px - 180px);
    overflow: hidden;
}

.fullyvideo {
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    min-height: calc(100vh - 198px - 170px);
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: -2;
    background-image: url(/images/banner.png);
    background-size: cover;
}

#carousel .slides li {
    height: calc(100vh - 208px - 145px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#page-details #carousel .slides li {
    height: calc(100vh - 200px);
}
#main_img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.copydeck:not(.mob) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: space-around;
}

.copydeck.mob {
    display: none;
}

.copydeck .container {
    width: 960px;
    max-height: 100%;
    overflow: auto;
    padding: 20px 45px;
    padding-bottom: 75px;
}

.copydeck p {
    color: #000000;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 100;
}

.copydeck span {
    color: #c3360c;
    font-size: 1.6rem;
}

.custom-control-nav {
    width: 960px;
    max-width: 100%;
    margin: 40px auto 0;
}


.custom-control-nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .custom-control-nav > * {
        width: calc(100% / 6 - 100px/6);
        margin-right: 20px;
        margin-bottom: 20px;
        height: 105px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 145%;
        cursor: pointer;
        position: relative;
        transition: all 2s;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .custom-control-nav > * {
        width: calc(100% / 8 - 100px / 8);
        margin-right: 10px;
        margin-bottom: 20px;
        height: 80px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 150%;
        cursor: pointer;
        position: relative;
        transition: all 2s;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        overflow: hidden;
    }



        .custom-control-nav > *:nth-of-type(8n) {
            margin-right: 0;
        }



        .custom-control-nav > *:after {
            position: absolute;
            content: '';
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            background: #000;
            opacity: 0.7;
            /* transition: all 0.6s ease; */
            visibility: hidden;
        }

.slider_nagivator:hover {
    background-size: 165%;
}

.custom-control-nav > .flex-active {
    cursor: auto;
    background-size: 165%;
}

.custom-control-nav div:nth-child(1):after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    visibility: visible;
    opacity: 0.8;
}

.custom-control-nav div:nth-child(1) span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    z-index: 5;
    letter-spacing: 1px;
    text-align: center;
}

.custom-control-nav > *.flex-active:after {
    visibility: visible;
}

.zoom_in_effect {
    overflow: hidden;
    text-align: center;
}

    .zoom_in_effect img {
        -webkit-transition: -webkit-transform 2s;
        transition: -webkit-transform 2s;
        transition: transform 2s;
        transition: transform 2s,-webkit-transform 2s;
    }

    .zoom_in_effect:hover img {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }


.bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.proj {
    opacity: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: 0.6s all;
}

    .proj.sh {
        opacity: 1;
    }

.first_copydeck h3 {
    font-size: 2.3rem;
}

    .first_copydeck h3 + p {
        font-size: 1.9rem;
    }

.socialmedia {
    transform: translateY(25%);
    height: 15px;
}

.dc {
    color: #c3360c !important;
}
.contact_content li{
    margin-bottom:10px;
}

.contact_content p, .contact_content ul {
    margin-bottom: 20px;
}
.contact_content ul {
    margin-left: 20px;
}
#page-contact h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
}
.subheader {
    text-align: center;
    font-size: 22px;
    font-weight: initial !important;
}
#page-contact h3{
    margin-top:30px;
}
.contact_content a {
    color: #C3360C;
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 1200px) {
    .linkhover .flex > * {
        height: 250px;
    }
}

@media screen and (max-width: 900px) {
    body {
        padding: 100px 0 0 0;
    }

    #page-home {
        overflow: initial;
        padding: 0;
    }

        #page-home footer {
            position: relative;
            transform: translate(0) !important;
            height: auto;
        }

    h2 {
        font-size: 26px;
        line-height: 1.27;
    }

    h3 {
        font-size: 18px;
    }

    .grid_6 {
        width: 100%;
    }

    .round-bg {
        max-width: 100%;
        border-radius: 0;
        height: calc(100vh - 100px);
        position: relative;
    }

    .linkhover .flex > * {
        height: 200px;
    }

    #carousel .slides li {
        min-height: 250px;
    }

    .custom-control-nav > * {
        height: 50px;
    }

    #carousel .slides li {
        background-size: cover;
    }

    #page-details #carousel .slides li {
        height: 80vw;
        background-size: contain;
    }

    .flex-direction-nav a {
        transform: scale(0.8);
    }

    .custom-control-nav > * {
        width: calc(100% / 3 - 10px);
        margin-right: 15px;
        margin-bottom: 15px;
        height: 75px;
        margin-right: auto !important;
    }

        .custom-control-nav > *:nth-of-type(3n) {
            margin-right: 0;
        }

    .copydeck .container {
        padding: 20px 25px;
        max-height: initial;
    }

    .copydeck:not(.mob) {
        display: none;
    }

    .copydeck.mob {
        display: block;
    }

    a.projects {
        margin-bottom: 0 !important;
    }

    .container {
        max-width: calc(100% - 30px);
    }

    footer {
        padding: 30px 0;
    }

        footer .wrapper {
            position: static;
            margin-top: 20px;
        }

    .flex {
        flex-wrap: wrap;
    }

    .linkhover .flex > * {
        margin-bottom: 15px;
        margin-right: 0;
        height: auto;
    }

        .linkhover .flex > * > a .bgImg {
            display: none;
        }

        .linkhover .flex > * > a h3 {
            position: absolute;
        }

        .linkhover .flex > * img {
            display: block;
            transition: all 0.6s ease;
        }

        .linkhover .flex > *:hover img {
            transform: scale(1.2);
        }

    .linkhover .flex {
        margin-bottom: 0;
    }

        footer .flex > *,
        .linkhover .flex > * {
            width: 100%;
        }

            footer .flex > *:first-child {
                margin-bottom: 20px;
            }

    .address {
        margin: 0;
    }

    .banner > .container {
        height: calc(100vh - 119px - 277px);
        min-height: 250px;
    }

    .fullyvideo {
        min-height: calc(100vh - 119px - 277px);
    }

    header {
        margin: 0 auto;
        width: 100%;
        display: block;
        position: fixed;
        text-align: center;
        top: 0;
        left: 0;
        z-index: 1000;
        background: #ffffff;
        height: 100px;
    }

    #page-projects, #page-details {
        padding-top: 100px;
    }

    .nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: calc(100vh - 100px);
        top: 100px;
        background: #fff;
        z-index: 10;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
    }

    .sideframe {
        display: none !important;
    }

    .bottomleft, .topright {
        display: none !important;
    }

    header .container {
        max-width: 100%;
    }

    a.logo {
        left: 25px;
    }


    .active_nav .nav {
        transform: translateX(0);
    }

    header.active_nav nav {
        -webkit-transform: none;
        transform: none;
    }

    header .flex {
        -webkit-box-align: center;
        align-items: center;
    }


    #nav-toggle {
        display: block;
    }

    .nav {
        clear: both;
        display: block;
        padding-left: 55px;
        overflow: auto;
        border-bottom: 1px solid #666666;
        width: 100%;
    }

        .nav li {
            display: block;
            margin: 20px 0 !important;
            width: 100%;
            text-align: left;
            padding: 0;
        }

            .nav li a {
                margin: 0;
                text-align: center;
                width: 100%;
                line-height: 1;
                color: #666666;
                /* font-size: 2rem; */
                padding: 10px 0;
            }

    #page-projects .innerUl {
    text-align: left;
    left: 0;
    top: 100px;
    height: auto;
    z-index: 55000;
    transform: translateX(0);
    position: fixed;
    padding: 0;
    border: none;
    }
    #page-projects
    {
        padding:140px 0 0 0;
    }
    
.projectsToggle
{
    display:block;
    display: block;
    font-weight: bold;
    padding: 10px 0;
}

    .innerUl ul {
        display: none;
    }

    .copydeck.mob .container p + span {
        padding-top: 20px;
        display: block;
    }
    
.proccess {
    position: relative;
    padding-left: 70px;
    margin: 0 0 30px 0;
}

    .proccess .red {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }

span.no {

    height: 40px;
    width: 40px;
    color: #C3360C;
    font-size: 16px;
 
}
.team-row .grid_6
{
    margin-bottom:25px;
}
.team-row 
{
    margin-bottom:25px;
}
}

@media screen and (max-width: 900px) and (orientation: landscape) {
    #page-details #carousel .slides li {
        height: 54vw;
        background-size: contain;
    }
}
