@font-face {
    font-family: roboto-reg;
    src: url(/assets/fonts/Roboto-Regular.ttf)
}

@font-face {
    font-family: roboto-bold;
    src: url(/assets/fonts/Roboto-Bold.ttf)
}

@font-face {
    font-family: roboto-med;
    src: url(/assets/fonts/Roboto-Medium.ttf)
}

@font-face {
    font-family: roboto-light;
    src: url(/assets/fonts/Roboto-Light.ttf)
}

:root {
    --primary-color: #465C80;
    --secondary-color: #30B4C6;
    --tertiary-color: #EB3237;
    --footer-colour: #1C3A5E;
    --copyright-colour: #0D2742;
    --white: #fff;
    --black: #000;
    --grey: #f2f2f2;
    --grey-shade: #7F7F7F;
    --grey-shade1: #B4C8DB;
    --box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow-x: hidden !important;
    --f-10: 10px;
    --f-16: 16px;
    --f-20: 20px;
    --f-25: 25px;
    --f-1: 1em;
    --f-2: 2em;
    --f-3: 3em;
    --f-4: 4em;
    --f-5: 5em;
    --f-6: 6em;
    --fr-1: 1rem;
    --fr-2: 2rem;
    --fr-3: 3rem;
    --fr-4: 4rem;
    --fr-5: 5rem;
    --fr-6: 6rem
}

body,
html {
    height: 100%
}

* {
    padding: 0;
    margin: 0
}

body,
html {
    font-family: roboto-light;
    height: 100%
}

::-webkit-scrollbar {
    background-color: var(--grey);
    width: 10px;
    scroll-behavior: smooth
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--secondary-color)
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: var(--grey)
}

.our-works-content {
    justify-content: center;
    text-align: center
}

.box-Shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1), 0 -4px 10px rgba(0, 0, 0, .1)
}

.top-bar {
    top: 0;
    background-color: var(--white);
    font-size: .7rem;
    vertical-align: middle;
    overflow-x: hidden !important
}

.top-bar .row .col-md-6 p {
    padding-right: 1rem
}

.top-bar-socials {
    padding-right: 3rem
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .6s;
    font-family: roboto-med;
    z-index: 1000;
    color: var(--white)
}

.navbar-nav {
    margin-left: auto
}

.header-img {
    width: 100%;
    height: 30px
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ff0000;
    transition: none
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff0000;
    transition: none
}

.navbar-light .navbar-nav .nav-link.active {
    color: #ff0000
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #ff0000
}

.navbar-light .navbar-nav .nav-link:not(.active) {
    color: var(--primary-color) !important;
}

.active {
    color: #ff0000
}

.footer {
    position: relative;
    width: 100vw;
    margin-top: 20px !important;
    padding-top: 20px;
    background: var(--footer-colour)
}

.copyright {
    height: 10vh;
    display: flex;
    background-color: var(--copyright-colour);
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-family: roboto-reg;
    font-size: small;
    color: #b4c8db
}

.copyright p {
    position: relative;
    top: .5rem
}

.footer p {
    font-family: roboto-reg
}

.footer h4 {
    padding-bottom: .3em;
    width: 53%;
    font-family: roboto-bold;
    border-bottom: 3px solid var(--secondary-color)
}

.fa-white {
    color: var(--white)
}

.fa-black {
    color: var(--black)
}

.fa-topb {
    color: var(--primary-color)
}

.services ul {
    padding-left: 1em;
    line-height: 2.5em
}

.services ul li a {
    color: #fff;
    text-decoration: none
}

.footer-social a {
    padding-left: 0
}

.header-box-s {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.expertise {
    width: 100%;
    padding: 3rem
}

.expertise-header {
    color: var(--secondary-color);
    font-family: roboto-bold;
    text-align: center;
    margin-top: 1rem
}

.expertise-content {
    color: var(--primary-color);
    font-family: roboto-med;
    text-align: center;
    line-height: 1.7;
    padding: 5px
}

.expertise-img {
    position: relative;
    top: 1.5rem;
    float: left;
    width: 15vw;
    height: 23vh
}

.expertise-img-2 {
    position: relative;
    top: 1.5rem;
    float: right;
    max-width: 300px;
    width: auto;
    height: 24vh
}

.heading {
    display: inline-block;
    background-color: var(--secondary-color);
    width: 100%;
    height: 100px;
    justify-content: center;
    text-align: center;
    box-shadow: var(--box-shadow)
}

.heading-text {
    font-family: roboto-light;
    font-size: 2em;
    text-align: center;
    margin-top: .97em;
    color: var(--white)
}

.body-left {
    float: left;
    width: 44%;
    position: relative;
    top: 2rem;
    margin-bottom: 4rem;
    height: 95vh;
    box-shadow: var(--box-shadow);
    border-radius: 15px;
    left: 2rem
}

.left-image {
    border-radius: 15px;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    height: inherit;
}

.bottom-left {
    position: absolute;
    top: 2.5rem;
    left: 3.5rem;
    height: 35%;
    width: 55%;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    padding: 16px
}

.bottom-left-head {
    font-family: roboto-bold;
    color: var(--primary-color);
    padding: 3px;
    font-size: 1.5rem;
    text-align: left
}

.bottom-left-content {
    font-family: roboto-light;
    text-align: left;
    padding: 3px
}

.body-right {
    float: right;
    width: 50%;
    position: relative;
    margin-bottom: 2rem;
    right: 3rem;
    top: 1.5rem;
    display: grid
}

.wrapper {
    max-width: 650px
}

.wrapper>div {
    border-radius: 5px;
    padding: 1em
}

.wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 32vh
}

.wrapper div:nth-of-type(even) {
    grid-column: 2
}

.One {
    display: grid;
    grid-template-columns: 40% 60%
}

.One>img {
    display: grid;
    grid-template-columns: 40% 60%;
    height: 30vh;
    width: 20vw;
    border-radius: 16px;
    box-shadow: var(--box-shadow)
}

.One>img {
    position: relative;
    left: 2rem
}

.One>div>h1 {
    position: relative;
    left: 17rem;
    margin-top: 3.5rem;
    color: var(--primary-color);
    font-size: 2rem;
    font-family: roboto-reg;
    text-align: left
}

.Two {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-row: 2
}

.Two>img {
    display: grid;
    grid-template-columns: 40% 60%;
    height: 30vh;
    width: 20vw;
    border-radius: 16px;
    box-shadow: var(--box-shadow);
    position: relative;
    right: 3rem
}

.Tow>div {
    position: relative;
    top: 4rem
}

.Two>div>h1 {
    float: left;
    position: relative;
    right: 3.8em;
    margin-top: 1.5rem;
    color: var(--primary-color);
    font-size: 2rem;
    font-family: roboto-reg;
    text-align: right
}

.letterheads {
    position: relative;
    right: 3em
}

.Three {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-row: 3
}

.Three>img {
    position: relative;
    left: 2rem;
    display: grid;
    grid-template-columns: 40% 60%;
    height: 30vh;
    width: 20vw;
    border-radius: 16px;
    box-shadow: var(--box-shadow)
}

.Three>div>h1 {
    position: relative;
    left: 17rem;
    margin-top: 5.5rem;
    color: var(--primary-color);
    font-size: 2rem;
    font-family: roboto-reg;
    text-align: left
}

.footer {
    display: table;
    margin-top: 20px
}

@media only screen and (max-width:600px) {
    .wrapper {
        display: grid;
        width: 65%;
        grid-auto-rows: 24vh
    }

    .One {
        display: grid;
        grid-template-columns: 2fr 1fr
    }

    .One>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 20vh;
        width: 40vw;
        position: relative;
        left: 3rem;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .graphicimg {
        position: relative;
        right: 1rem !important
    }

    .businessimg {
        position: relative;
        left: 3rem !important
    }

    .businesstext {
        position: relative;
        left: .7rem !important
    }

    .lettertext {
        position: relative;
        right: 1rem
    }

    .letterheadtext {
        position: relative;
        right: .6rem !important
    }

    .brandimg {
        position: relative;
        left: 1.9rem !important
    }

    .motion {
        position: relative;
        right: 2.5rem !important
    }

    .motiontext {
        position: relative;
        right: .7rem !important
    }

    .radio {
        position: relative;
        right: 1rem !important
    }

    .alldesign {
        position: relative;
        right: 4rem !important
    }

    .One>div>h1 {
        position: relative;
        left: 5rem;
        font-size: 20px;
        margin-top: 1em !important
    }

    .Two {
        position: relative;
        right: 6rem;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-row: 2
    }

    .Two>img {
        display: grid;
        grid-template-columns: 50% 50%;
        position: relative;
        left: 1em;
        right: 3em;
        height: 20vh;
        width: 40vw;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .Two>div {
        justify-content: center;
        align-items: center
    }

    .Two>div>h1 {
        float: left;
        position: relative;
        margin-top: 1em !important;
        font-size: 20px;
        right: 1em
    }

    .letterheads {
        right: 0
    }

    .Three {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-row: 3
    }

    .Three>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 20vh;
        width: 40vw;
        position: relative;
        left: 3rem;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .Three>div>h1 {
        position: relative;
        left: 5rem;
        font-size: 20px;
        margin-top: 1em !important
    }

    .body-content {
        display: grid;
        width: auto
    }

    .bottom-left-content {
        font-size: 13px;
        text-align: justify
    }

    .bottom-left-head {
        font-size: 20px;
        text-align: center
    }

    .bottom-left {
        height: auto;
        width: 70%;
        left: 2.5rem
    }

    .body-left {
        position: relative;
        right: 13em !important;
        width: 70vw;
        height: 70vh
    }

    .left-image {
        width: 100%;
        height: inherit
    }

    .expertise-header {
        position: relative;
        font-size: 25px;
        text-align: center;
        left: .5rem;
        top: 1.5rem
    }

    .heading-text {
        font-size: 25px;
        vertical-align: middle;
        position: relative;
        top: 1rem
    }

    .heading {
        width: 100%
    }

    .footer-social {
        margin-bottom: 1.5rem
    }

    .top-bar {
        padding: 0 !important;
        overflow-x: hidden;
        position: relative;
        font-size: .5rem;
        width: 100%;
        left: 0
    }

    .top-bar-socials {
        position: relative;
        padding: 0 !important;
        width: 100%;
        right: 40vw;
        bottom: 1rem
    }

    .top-bar-text {
        margin-bottom: 1rem;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .wrapper {
        display: grid;
        width: 100%;
        grid-auto-rows: 24vh;
        margin-left: 15%
    }

    .One {
        display: grid;
        grid-template-columns: 2fr 1fr
    }

    .One>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 20vh;
        width: 40vw;
        position: relative;
        left: 3rem;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .One>div>h1 {
        position: relative;
        left: 5rem;
        font-size: 25px
    }

    .Two {
        position: relative;
        right: 6rem;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-row: 2
    }

    .Two>img {
        display: grid;
        grid-template-columns: 40% 60%;
        position: relative;
        height: 20vh;
        width: 40vw;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .Two>div {
        justify-content: center;
        align-items: center
    }

    .Two>div>h1 {
        float: left;
        position: relative;
        right: 2em;
        font-size: 25px
    }

    .Three {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-row: 3
    }

    .Three>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 20vh;
        width: 40vw;
        position: relative;
        left: 3rem;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .Three>div>h1 {
        position: relative;
        left: 5rem;
        font-size: 25px
    }

    .body-content {
        display: grid;
        width: auto
    }

    .bottom-left-content {
        font-size: 25px;
        text-align: justify
    }

    .bottom-left-head {
        font-size: 25px;
        text-align: center
    }

    .bottom-left {
        height: auto;
        width: 70%
    }

    .body-left {
        width: 90vw;
        height: 70vh
    }

    .left-image {
        width: 100%;
        height: inherit
    }

    .expertise-header {
        position: relative;
        font-size: 25px;
        text-align: center;
        left: .5rem;
        top: 1.5rem
    }

    .heading-text {
        font-size: 25px;
        vertical-align: middle;
        position: relative;
        top: 1rem
    }

    .heading {
        width: 100%
    }

    .footer-social {
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .wrapper {
        display: grid;
        width: 100%;
        grid-auto-rows: 24vh;
        margin-left: 20%
    }

    .body-right {
        position: relative;
        right: 4.5rem
    }

    .letterheadtext {
        position: relative;
        right: 3rem !important
    }

    .motionimg {
        position: relative;
        right: .5rem !important
    }

    .motiontext {
        position: relative;
        right: 3rem !important
    }

    .radio {
        position: relative;
        right: 3rem !important
    }

    .radioimg {
        position: relative;
        right: 2rem !important
    }

    .websitetext {
        position: relative;
        right: 2rem !important
    }

    .websiteimg {
        position: relative;
        right: 4rem !important
    }

    .One {
        display: grid;
        grid-template-columns: 2fr 1fr
    }

    .One>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 20vh;
        width: 30vw;
        position: relative;
        left: 3rem;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .businessimg {
        position: relative;
        right: 1rem !important
    }

    .One>div>h1 {
        position: relative;
        left: 5rem;
        font-size: 25px
    }

    .Two {
        position: relative;
        right: 6rem;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-row: 2
    }

    .Two>img {
        display: grid;
        grid-template-columns: 40% 60%;
        position: relative;
        height: 20vh;
        width: 30vw;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .Two>div {
        justify-content: center;
        align-items: center
    }

    .Two>div>h1 {
        float: left;
        position: relative;
        right: 3em;
        font-size: 25px
    }

    .Three {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-row: 3
    }

    .Three>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 20vh;
        width: 30vw;
        position: relative;
        left: 3rem;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .Three>div>h1 {
        position: relative;
        left: 5rem;
        font-size: 25px
    }

    .body-content {
        display: grid;
        width: auto
    }

    .bottom-left-content {
        font-size: 13px;
        text-align: justify
    }

    .bottom-left-head {
        font-size: 20px;
        text-align: center
    }

    .bottom-left {
        height: auto;
        width: 70%
    }

    .body-left {
        width: 85vw;
        height: 70vh
    }

    .left-image {
        width: 100%;
        height: inherit
    }

    .expertise-header {
        position: relative;
        font-size: 25px;
        text-align: center;
        left: .5rem;
        top: 1.5rem
    }

    .heading-text {
        font-size: 25px;
        vertical-align: middle;
        position: relative;
        top: 1rem
    }

    .heading {
        width: 100%
    }

    .footer-social {
        margin-bottom: 1.5rem
    }

    .top-bar .row {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        overflow-x: hidden;
        position: relative;
        font-size: .8rem;
        width: 185vw;
        right: 20rem
    }

    .top-bar-socials {
        position: relative;
        padding: 0 !important;
        width: 100%;
        right: 83vw;
        bottom: 1rem
    }

    .top-bar-text {
        margin-bottom: 1rem;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .wrapper {
        display: grid;
        width: 100%;
        grid-auto-rows: 24vh;
        margin-left: 20%
    }

    .body-right {
        position: relative;
        right: 0
    }

    .businessimg {
        position: relative;
        left: 4rem !important
    }

    .businesstext {
        position: relative;
        left: 1rem !important
    }

    .brandimg {
        position: relative;
        left: 1rem !important
    }

    .letterheadtext {
        position: relative;
        left: 1rem !important
    }

    .motionimg {
        position: relative;
        left: 4.5rem !important
    }

    .motiontext {
        position: relative;
        left: 1rem !important
    }

    .radio {
        position: relative;
        left: 1rem !important
    }

    .radioimg {
        position: relative;
        right: 2rem !important
    }

    .websitetext {
        position: relative;
        left: 2.5rem !important
    }

    .websiteimg {
        position: relative;
        left: 1rem !important
    }

    .alldesign {
        position: relative;
        right: 1rem !important
    }

    .One {
        display: grid;
        grid-template-columns: 2fr 1fr
    }

    .One>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 20vh;
        width: 30vw;
        position: relative;
        left: 3rem;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .businessimg {
        position: relative;
        right: 1rem !important
    }

    .One>div>h1 {
        position: relative;
        left: 5rem;
        font-size: 25px
    }

    .Two {
        position: relative;
        right: 6rem;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-row: 2
    }

    .Two>img {
        display: grid;
        grid-template-columns: 40% 60%;
        position: relative;
        height: 20vh;
        width: 30vw;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .Two>div {
        justify-content: center;
        align-items: center
    }

    .Two>div>h1 {
        float: left;
        position: relative;
        right: 3em;
        font-size: 25px
    }

    .Three {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-row: 3
    }

    .Three>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 20vh;
        width: 30vw;
        position: relative;
        left: 3rem;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .Three>div>h1 {
        position: relative;
        left: 5rem;
        font-size: 25px
    }

    .body-content {
        display: grid;
        width: auto
    }

    .bottom-left-content {
        font-size: 13px;
        text-align: justify
    }

    .bottom-left-head {
        font-size: 20px;
        text-align: center
    }

    .bottom-left {
        height: auto;
        width: 70%
    }

    .body-left {
        width: 85vw;
        height: 70vh
    }

    .left-image {
        width: 100%;
        height: inherit
    }

    .expertise-header {
        position: relative;
        font-size: 25px;
        text-align: center;
        left: .5rem;
        top: 1.5rem
    }

    .top-bar .row {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        overflow-x: hidden;
        position: relative;
        font-size: 1rem;
        width: 185vw;
        right: 25rem
    }

    .top-bar-socials {
        position: relative;
        padding: 0 !important;
        width: 100%;
        right: 85vw;
        bottom: 1rem
    }

    .top-bar-text {
        margin-bottom: 1rem;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .left-image {
        width: 89vw
    }

    .bottom-left-content {
        font-size: 17px
    }

    .bottom-left {
        width: 50%
    }
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .wrapper {
        max-width: 650px
    }

    .wrapper>div {
        border-radius: 5px;
        padding: 1em
    }

    .wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-auto-rows: 35vh
    }

    .wrapper div:nth-of-type(even) {
        grid-column: 2
    }

    .One {
        display: grid;
        grid-template-columns: 40% 60%
    }

    .One>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 30vh;
        width: 20vw;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .One>div>h1 {
        position: relative;
        left: 13rem;
        margin-top: 3rem;
        color: var(--primary-color);
        font-size: 2rem;
        font-family: roboto-reg;
        text-align: left
    }

    .Two {
        display: grid;
        grid-template-columns: 40% 60%;
        grid-row: 2
    }

    .Two>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 30vh;
        width: 20vw;
        border-radius: 16px;
        box-shadow: var(--box-shadow);
        position: relative;
        right: 6rem
    }

    .Two>div {
        position: relative;
        top: 4rem
    }

    .Two>div>h1 {
        float: left;
        position: relative;
        right: 6em;
        bottom: 1em;
        margin-top: 1rem;
        color: var(--primary-color);
        font-size: 2rem;
        font-family: roboto-reg;
        text-align: right
    }

    .Three {
        display: grid;
        grid-template-columns: 40% 60%;
        grid-row: 3
    }

    .Three>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 30vh;
        width: 20vw;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .Three>div>h1 {
        position: relative;
        left: 13rem;
        margin-top: 1rem;
        color: var(--primary-color);
        font-size: 2rem;
        font-family: roboto-reg;
        text-align: left
    }

    .letterheads {
        right: 1em
    }

    .footer {
        display: table
    }

    .footer-social {
        margin-bottom: 1.5rem
    }

    .copyright {
        font-size: 18px
    }

    .businessimg {
        position: relative;
        right: 7rem !important
    }

    .businesstext {
        position: relative;
        right: 11.5rem !important
    }

    .brandimg {
        position: relative;
        right: 7rem !important
    }

    .lettertext {
        position: relative;
        right: -1rem !important
    }

    .letterheadtext {
        position: relative;
        right: 13rem !important;
        bottom: 4rem !important;
    }

    .motionimg {
        position: relative;
        right: 7rem !important
    }

    .motiontext {
        position: relative;
        right: 10.5rem !important
    }

    .motionimg {
        position: relative;
        right: 7rem !important;
    }

    .radio {
        position: relative;
        left: 1rem !important
    }

    .radioimg {
        position: relative;
        right: 8.5rem !important
    }

    .websitetext {
        position: relative;
        right: 3rem !important;

    }

    .websiteimg {
        position: relative;
        right: 7.5rem !important
    }

    .alldesign {
        position: relative;
        right: 1.5rem !important
    }

    .alldesigntext {
        position: relative;
        right: 10.5rem !important;
        bottom: 3rem !important;
    }

    .top-bar {
        top: 0;
        background-color: var(--white);
        font-size: .6rem;
        vertical-align: middle;
        overflow-x: hidden !important
    }

    .bottom-left {
        height: 50%;
    }

    .body-left {
        height: 100vh;
    }

    .top-bar-text p {
        padding-top: 0.3rem !important;
    }
}

@media only screen and (min-width:3500px) {
    .wrapper {
        max-width: 650px
    }

    .wrapper>div {
        border-radius: 5px;
        padding: 1em
    }

    .wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-auto-rows: 35vh
    }

    .wrapper div:nth-of-type(even) {
        grid-column: 2
    }

    .One {
        display: grid;
        grid-template-columns: 40% 60%
    }

    .One>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 30vh;
        width: 15vw;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .One>div>h1 {
        position: relative;
        left: 15vw;
        margin-top: 3rem;
        color: var(--primary-color);
        font-size: 3.5rem;
        font-family: roboto-reg;
        text-align: left
    }

    .Two {
        display: grid;
        grid-template-columns: 40% 60%;
        grid-row: 2
    }

    .Two>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 30vh;
        width: 15vw;
        border-radius: 16px;
        box-shadow: var(--box-shadow);
        position: relative;
        left: 15rem !important
    }

    .Two>div {
        position: relative;
        top: 4rem
    }

    .Two>div>h1 {
        float: left;
        position: relative;
        right: 6em;
        bottom: 1em;
        margin-top: 1rem;
        color: var(--primary-color);
        font-size: 3.5rem;
        font-family: roboto-reg;
        text-align: right
    }

    .Three {
        display: grid;
        grid-template-columns: 40% 60%;
        grid-row: 3
    }

    .Three>img {
        display: grid;
        grid-template-columns: 40% 60%;
        height: 30vh;
        width: 15vw;
        border-radius: 16px;
        box-shadow: var(--box-shadow)
    }

    .Three>div>h1 {
        position: relative;
        left: 13rem;
        margin-top: 1rem;
        color: var(--primary-color);
        font-size: 3.5rem;
        font-family: roboto-reg;
        text-align: left
    }

    .bottom-left {
        height: 50% !important;
        width: 50% !important;
    }

    .bottom-left-head {
        font-size: 3.5rem !important;
    }

    .body-content {
        padding: 5rem !important;
    }

    .bottom-left-content {
        font-size: 2.5rem !important;
    }

    .body-left {
        width: 35vw;
        left: 10vw;
        height: 100vh;
    }

    .left-image {
        width: 35vw;
    }

    .footer {
        display: table
    }

    .footer-social {
        margin-bottom: 1.5rem
    }

    .copyright {
        font-size: 18px
    }

    .businessimg {
        position: relative;
        right: 7rem !important
    }

    .businesstext {
        position: relative;
        left: 3.5rem !important
    }
  

    .brandimg {
        position: relative;
        right: 7rem !important
    }

    .lettertext {
        position: relative;
        left: 15vw !important;
    }

    .letterheadtext {
        position: relative;
        left: 1.5rem !important;
        bottom: 4rem !important;
    }

    .profiletext {
        position: relative;
        left: 35rem !important;
    }

    .motionimg {
        position: relative;
        right: 7rem !important
    }

    .motiontext {
        position: relative;
        left: 4rem !important
    }

    .color {
        position: relative;
        left: 35rem !important;
    }

    .motionimg {
        position: relative;
        right: 7rem !important;
    }

    .radio {
        position: relative;
        left: 1rem !important
    }

    .radioimg {
        position: relative;
        right: 8.5rem !important
    }

    .radiotext {
        position: relative;
        left: 6.3rem !important;
    }

    .websitetext {
        position: relative;
        left: 18rem !important;

    }

    .websiteimg {
        position: relative;
        right: 7.5rem !important
    }

    .alldesign {
        position: relative;
        right: 1.5rem !important
    }

    .alldesigntext {
        position: relative;
       left: 3rem !important;
        bottom: 3rem !important;
    }

    .top-bar {
        top: 0;
        background-color: var(--white);
        font-size: 1.5rem;
        vertical-align: middle;
        overflow-x: hidden !important
    }
    .heading-text {
        font-size: 4em;
        margin-top: 2.3rem;
    }

    .heading {
        height: 12vh;
    }

    .expertise-header {font-size: 5.5rem;}


    .top-bar-text p {
        padding-top: 0.2rem !important;
    }
}

.Four {
    grid-row: 4
}

.Five {
    grid-row: 5
}

.Six {
    grid-row: 6
}

.Seven {
    grid-row: 7
}

.Eight {
    grid-row: 8
}