:root {
    --morange: #FF7800;
    --sbrown: rgb(249, 204, 133);
    --defpad: 100px;
    --defminpad: 20px;
}

hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 120, 0, 1), rgba(0, 0, 0, 0));
    opacity: 1;
    margin-top: 50px;
    margin-bottom: 50px;
}

.full-view-height {
    height: 100vh;
}

.center-box {
    display: grid;
    place-items: center;
}

.bgvid-home {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.bgvid-top {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

/* .footer-nav-box {
    padding: 50px;
    padding-bottom: 0px;
}

.footer-nav {
    padding: 10px 10px;
    background: rgb(45, 45, 45);
    color: white !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 5px;
}

.footer-nav:hover {
    transform: scale(1.1);
    background-color: var(--morange);
    color: black !important;
} */

.footer-bar-home .active {
    background-color: var(--morange);
    color: black !important;
    font-weight: 700;
}

#top-box {
    /* border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px; */
    overflow: hidden;
}

.top-white-bg {
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.middle-white-bg {
    background-color: rgb(255, 255, 255);
}

.bottom-white-bg {
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.contact-white-bg {
    background-color: rgb(239, 239, 239);
    /* border-radius: 50px; */
}

.blog-bg {
    background-color: rgb(255, 255, 255);
}

.title-box {
    color: white;
}

.home-space {
    height: 100vh;
    display: grid;
    place-items: end center;
}

.blank-space {
    height: 50px;
}

.main-logo {
    height: 150px;
    margin-bottom: 50px;
}

.sub-logo {
    height: 100px;
}

.back-menu {
    /* background-color: white; */
    padding: 5px 10px;
    color: white;
    font-size: 110%;
    transition: 0.5s all ease;
    border: 1px solid rgba(255, 255, 255, 0);
}

.back-menu:hover {
    /* background-color: white; */
    padding: 5px 10px;
    /* color: var(--morange) !important; */
    font-size: 110%;
    color: white;
    border: 1px solid rgb(255, 255, 255);
}

.main-button-box {
    padding: var(--defminpad);
    display: inline;
    text-align: left;
}

.text-button {
    color: #ff6600 !important;
    margin-left: 30px;
}

.main-button {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 20px;
    color: rgb(50, 50, 50) !important;
    background: #c1c1c1;
    box-shadow: 6px 6px 0 rgb(65, 65, 65);
    min-width: 250px;
    place-items: center;
    transition: 0.2s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.main-button:focus {
    outline: none;
}

.main-button:hover {
    box-shadow: 10px 10px 0 #ff6600;
    transform: scale(1.1);
    background: rgb(45, 45, 45);
    color: white !important;
}

.main-sub-button {
    margin-top: 10px;
    /* background-color: rgba(255, 255, 255, 0.772); */
    padding: var(--defminpad);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    /* background: #b8b8b8; */
    text-shadow: 3px 3px 7px #000000;
    font-weight: 700;
}

.back-button-container {
    /* display: grid;
    place-items: end; */
    display: flex;
    align-items: end;
    justify-content: end;
}

.hvr-buzzz-out {
    font-weight: 700;
}

.main-button:hover .hvr-buzzz-out {
    color: #ff6600;
}


.footer-box {
    background-color: #161616;
    /* box-shadow: 1px 58px 49px -37px rgba(0, 0, 0, 0.62) inset;
    -webkit-box-shadow: 1px 58px 49px -37px rgba(0, 0, 0, 0.62) inset;
    -moz-box-shadow: 1px 58px 49px -37px rgba(0, 0, 0, 0.62) inset; */
    color: white;
}

.home-box {
    background-color: #959595;
    /* box-shadow: 1px 58px 49px -37px rgba(0, 0, 0, 0.62) inset;
    -webkit-box-shadow: 1px 58px 49px -37px rgba(0, 0, 0, 0.62) inset;
    -moz-box-shadow: 1px 58px 49px -37px rgba(0, 0, 0, 0.62) inset; */
    color: rgb(0, 0, 0);
}

.footer-bar {
    text-align: center;
    padding: var(--defpad) 0px;
}

.footer-bottom-space {
    padding-bottom: 120px !important;
}

.footer-bar-home {
    text-align: left;
}

.foot-link {
    text-decoration: none;
    padding: 0px 10px;
    text-transform: uppercase;
}

.soc {
    font-size: 150%;
}

.soc:hover {
    color: var(--morange);
}

.text-box {
    padding: var(--defpad);
}

.text-box-home {
    padding-top: var(--defpad);
    padding-bottom: var(--defpad);
}

.text-box-l {
    padding: var(--defpad) 0px var(--defpad) var(--defpad);
}

.text-box-r {
    padding: var(--defpad) var(--defpad) var(--defpad) 0px;
}

.dark-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.516);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8980391472995448) 0%, rgba(0, 0, 0, 0.2537814442183123) 100%);
}

.main-title {
    font-size: 250%;
    font-weight: 700;
    /* text-transform: uppercase; */
    display: block;
    margin-bottom: 20px;
    line-height: 35px;
}

.text-highlight {
    font-size: 250%;
    line-height: 65px;
}

.text-title {
    font-size: 250%;
    line-height: 50px;
    /* font-weight: 700; */
    /* text-transform: capitalize; */
    display: block;
    margin-bottom: 10px;
}

.text-subtitle {
    font-size: 130%;
    font-weight: 700;
    text-transform: uppercase;
}

.tilt-box {
    position: relative;
    transition: all ease 1s;
    pointer-events: none;
}

.cat-box {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: perspective(500px);
    pointer-events: none;
}

.cat-icon {
    width: 1000px;
    height: 1000px;
    position: absolute;
    ;
    pointer-events: none;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    gap: 10px;
}

.contact-title {
    font-weight: 700;
    font-size: 120%;
    display: block;
}

.contact-input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    background-color: rgb(199, 199, 199);
}

.contact-submit {
    /* border-radius: 5px; */
    border: none;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(85, 85, 85);
}

.top-margin {
    margin-top: 50px;
}

.row {
    transition: all ease 1s;
}

.tilt-right,
.tilt-left {
    transform: scale(0.4);
    z-index: 2;
}


.row:hover>.tilt-right {
    transform: scale(0.5) translateX(50px);
}

.row:hover>.tilt-left {
    transform: scale(0.5) translateX(-50px);
}

.benefit-box {
    display: grid;
    place-items: center;
    text-align: center;
    font-size: large;
    padding: var(--defminpad);
    /* font-weight: 600; */
    /* aspect-ratio: 1 / 1; */
}

.benefit-icon {
    width: 100%;
    display: inline-block;
}

.sum-list {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sum-list li {
    display: inline-block;
    margin: 2px;
    padding: 5px 15px;
    background-color: var(--morange);
    color: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    vertical-align: middle;
}

.ifgcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border: 0px solid rgb(255, 255, 255);
    overflow: hidden;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.ifg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.norm-button {
    border: none;
    padding: 10px 20px;
    color: rgb(255, 255, 255) !important;
    background-color: var(--morange);
    font-size: 110%;
    display: inline-block;
    text-decoration: none;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.norm-button-mm {
    border: none;
    padding: 10px 30px;
    color: rgb(255, 255, 255) !important;
    background-color: var(--morange);
    font-size: 110%;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    margin-left: 10px;
}

.action-button-container {
    bottom: 0px;
    right: 0px;
    position: fixed;
    padding: 20px;
    display: grid;
    place-items: center;
    z-index: 999;
}

.action-button {
    padding: 20px 40px;
    background-color: var(--morange);
    color: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /* margin-right: 20px; */
    display: inline-block;
    transition: 0.2s ease all;
}

.action-button:hover {
    background-color: var(--sbrown);
}

.footer-link {
    padding: 5px 10px;
    /* background-color: var(--morange); */
    color: var(--morange);
    /* border: 2px solid var(--morange);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; 
    margin-right: 20px;*/
    display: inline-block;
    margin: 5px;
}

#uparrow {
    visibility: none;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

#uparrow.show {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

/* Forward */
.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

/* Forward */
.hvr-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-back:hover,
.hvr-back:focus,
.hvr-back:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

/* Grow */
.hvr-grow {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mob-only {
    display: none;
}

.desk-only {
    display: block;
}

.main-logo-box {
    padding: var(--defpad);
    padding-bottom: 0px;
}

.play-video-thumbnail {
    display: grid;
    place-content: center;
    background-size: cover;
    background-position: center;
    height: 200px;
    transition: all 0.2s ease;
    position: relative;
}

.play-video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all 0.2s ease;
}

.play-button-icon {
    color: white;
    font-size: 300%;
    transition: all 0.2s ease;
    width: 75px;
    height: 75px;
    text-align: center;
    background: #000000b3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 1;
}

.play-video-thumbnail:hover img {
    transform: scale(1.1);
}

.play-video-thumbnail:hover .play-button-icon {
    color: var(--morange);
}

#wd img {
    object-fit: contain;
}

.more-button {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
    padding: 10px 15px;
    font-size: 100%;
    transition: all 0.2s ease;
    color: rgb(184, 70, 0) !important;
    font-weight: 600;
}

.more-button:hover {
    color: var(--morange) !important;
}

.more-box {
    border-top: 1px solid var(--morange);
    border-left: 1px solid var(--morange);
    padding: 15px 20px;
}

/* .collapse,
.collapsing {
    margin-top: 20px;
} */

.top-radius {
    overflow: hidden;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.bot-radius {
    overflow: hidden;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.all-raduis {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mobile-animated-icon {
    width: 80%;
}

#education-top-box {
    background-image: url(../media/education/top-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#other-top-box {
    background-image: url(../media/creative/top-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-side-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-items {
    /* text-align: center; */
    font-size: 120%;
    padding: var(--defminpad);
}

/*.client-items {
     filter: grayscale(1);
    filter: invert(1); 
}*/

.subs-form {
    display: grid;
    grid-template-columns: 8fr 4fr;
}

.subs-text {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    background-color: rgb(199, 199, 199);
}

.subs-btn {
    padding: 10px 20px;
    color: rgb(255, 255, 255) !important;
    background-color: var(--morange);
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

@media (max-width: 576px) {
    :root {
        --defpad: 30px;
        --defminpad: 10px;
    }

    hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .full-view-height {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .main-logo {
        height: auto;
        width: 100%;
        margin-bottom: 0px;
        padding: var(--defpad);
    }

    .sub-logo {
        height: auto;
        width: 60%;
        padding: var(--defminpad);
    }

    .main-button {
        padding: 20px 30px;
        font-size: 120%;
    }

    .logo-container {
        display: grid;
        place-items: center;
    }

    .back-button-container {
        display: grid;
        place-items: center;
    }

    .cat-box {
        width: 300px;
        height: 300px;
    }

    .text-title {
        font-size: 150%;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .sum-list {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sum-list li {
        margin: 2px;
        padding: 5px 15px;
    }

    .footer-bar-home {
        padding-bottom: var(--defpad);
        text-align: center;
    }

    .norm-button-mm {
        width: 100%;
    }

    .benefit-icon {
        width: 100%;
        height: auto;
    }

    .text-highlight {
        line-height: 45px;
    }

    .benefit-box {
        font-size: medium;
        padding: 10px;
    }

    .subs-form {
        display: grid;
        grid-template-columns: 12fr;
    }

    .service-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-rows: repeat(2, 1fr); */
        gap: 10px;
    }
}

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

@media (max-width: 992px) {
    :root {
        --defpad: 40px;
        --defminpad: 15px;
    }

    body {
        overflow-x: hidden;
    }

    .text-box-l {
        padding: var(--defpad);
    }

    .text-box-r {
        padding: var(--defpad);
    }

    .ifgcontainer {
        padding-right: var(--defpad);
    }

    .vdo-l {
        padding: 0px var(--defpad);
    }

    .tilt-right {
        transform: scale(0.5) translateX(0px);
        justify-content: center;
    }

    .tilt-left {
        transform: scale(0.5) translateX(0px);
        justify-content: center;
    }

    .row:hover>.tilt-right {
        transform: none;
    }

    .row:hover>.tilt-left {
        transform: none;
    }

    .footer-bar {
        padding-bottom: 130px;
    }

    .action-button-container {
        width: 100%;

    }

    .action-button {
        margin-right: 0px;
    }

    .mob-only {
        display: grid;
    }

    .desk-only {
        display: none;
    }

    .main-button-box {
        padding: var(--defminpad);
        display: block;
    }
}

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

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