

@keyframes navigationEffect {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes navigationEffect1 {
    0% {
        opacity: 0;
        transform: translateY(60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.g-w-auto {
    width: auto !important
}

.g-h-auto {
    height: auto !important
}

.g-w-initial {
    width: initial !important
}

.g-full {
    width: 100%
}

.g-not-full {
    max-width: 1440px
}

.g-d-n {
    display: none
}

.g-d-i-b {
    display: inline-block
}

.g-d-b {
    display: block !important
}

.g-d-f {
    display: flex
}

.g-grid {
    display: grid
}

.g-m-a {
    margin: 0 auto
}

.g-overlay-black {
    position: relative
}

.g-overlay-black::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .39
}

.g-overlay-black .g-slide-content-container {
    z-index: 1
}

.g-d-f-f_d-c {
    flex-direction: column !important
}

.g-d-f-f_d-c_r {
    flex-direction: column-reverse !important
}

.g-d-f-f_d-r {
    flex-direction: row !important
}

.g-d-f-f_d-r_r {
    flex-direction: row-reverse !important
}

.g-d-f-f_w-w {
    flex-wrap: wrap !important
}

.g-d-f-f_w-w_r {
    flex-wrap: wrap-reverse !important
}

.g-d-f-f_w-n_w {
    flex-wrap: nowrap !important
}

.g-d-f-j_c-c {
    justify-content: center !important
}

.g-d-f-j_c-f_s {
    justify-content: flex-start !important
}

.g-d-f-j_c-f_e {
    justify-content: flex-end !important
}

.g-d-f-j_c-s_b {
    justify-content: space-between !important
}

.g-d-f-j_c-s_a {
    justify-content: space-around !important
}

.g-d-f-a_i-c {
    align-items: center !important
}

.g-d-f-a_i-f_s {
    align-items: flex-start !important
}

.g-d-f-a_i-f_e {
    align-items: flex-end !important
}

.g-d-f-a_i-s {
    align-items: stretch !important
}

.g-d-f-a_i-b {
    align-items: baseline !important
}

.g-d-f-a_c-s_b {
    align-content: space-between !important
}

.g-d-f-a_c-s_a {
    align-content: space-around !important
}

.g-d-f-a_c-s {
    align-content: stretch !important
}

.g-d-f-a_c-c {
    align-content: center !important
}

.g-d-f-a_c-f_s {
    align-content: flex-start !important
}

.g-d-f-a_c-f_e {
    align-content: flex-end !important
}

.g-d-f-cd-a_s-c {
    align-self: center !important
}

.g-d-f-cd-a_s-f_s {
    align-self: flex-start !important
}

.g-d-f-cd-a_s-f_e {
    align-self: flex-end !important
}

.g-d-f-cd-a_s-s {
    align-self: stretch !important
}

.g-d-f-j_s-c {
    justify-self: center !important
}

.g-d-f-j_s-f_s {
    justify-self: flex-start !important
}

.g-d-f-j_s-f_e {
    justify-self: flex-end !important
}

.g-pos-r {
    position: relative !important
}

.g-pos-a {
    position: absolute !important
}

.g-pos-f {
    position: fixed !important
}

.g-tlr {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important
}

.g-t {
    top: 0 !important
}

.g-l {
    left: 0 !important
}

.g-r {
    right: 0 !important
}

.g-b {
    bottom: 0 !important
}

.g-o-h {
    overflow: hidden !important
}

.m0 {
    margin: 0px !important
}

.p0 {
    padding: 0px !important
}

.mt0 {
    margin-top: 0px !important
}

.pt0 {
    padding-top: 0px !important
}

.mb0 {
    margin-bottom: 0px !important
}

.pb0 {
    padding-bottom: 0px !important
}

.ml0 {
    margin-left: 0px !important
}

.pl0 {
    padding-left: 0px !important
}

.mr0 {
    margin-right: 0px !important
}

.pr0 {
    padding-right: 0px !important
}

.m5 {
    margin: 5px !important
}

.p5 {
    padding: 5px !important
}

.mt5 {
    margin-top: 5px !important
}

.pt5 {
    padding-top: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.ml5 {
    margin-left: 5px !important
}

.pl5 {
    padding-left: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.pr5 {
    padding-right: 5px !important
}

.m10 {
    margin: 10px !important
}

.p10 {
    padding: 10px !important
}

.mt10 {
    margin-top: 10px !important
}

.pt10 {
    padding-top: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.pl10 {
    padding-left: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.pr10 {
    padding-right: 10px !important
}

.m15 {
    margin: 15px !important
}

.p15 {
    padding: 15px !important
}

.mt15 {
    margin-top: 15px !important
}

.pt15 {
    padding-top: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.ml15 {
    margin-left: 15px !important
}

.pl15 {
    padding-left: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.pr15 {
    padding-right: 15px !important
}

.m20 {
    margin: 20px !important
}

.p20 {
    padding: 20px !important
}

.mt20 {
    margin-top: 20px !important
}

.pt20 {
    padding-top: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.ml20 {
    margin-left: 20px !important
}

.pl20 {
    padding-left: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.pr20 {
    padding-right: 20px !important
}

.m25 {
    margin: 25px !important
}

.p25 {
    padding: 25px !important
}

.mt25 {
    margin-top: 25px !important
}

.pt25 {
    padding-top: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.ml25 {
    margin-left: 25px !important
}

.pl25 {
    padding-left: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.pr25 {
    padding-right: 25px !important
}

.m30 {
    margin: 30px !important
}

.p30 {
    padding: 30px !important
}

.mt30 {
    margin-top: 30px !important
}

.pt30 {
    padding-top: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.ml30 {
    margin-left: 30px !important
}

.pl30 {
    padding-left: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.pr30 {
    padding-right: 30px !important
}

.m35 {
    margin: 35px !important
}

.p35 {
    padding: 35px !important
}

.mt35 {
    margin-top: 35px !important
}

.pt35 {
    padding-top: 35px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.pb35 {
    padding-bottom: 35px !important
}

.ml35 {
    margin-left: 35px !important
}

.pl35 {
    padding-left: 35px !important
}

.mr35 {
    margin-right: 35px !important
}

.pr35 {
    padding-right: 35px !important
}

.m40 {
    margin: 40px !important
}

.p40 {
    padding: 40px !important
}

.mt40 {
    margin-top: 40px !important
}

.pt40 {
    padding-top: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.ml40 {
    margin-left: 40px !important
}

.pl40 {
    padding-left: 40px !important
}

.mr40 {
    margin-right: 40px !important
}

.pr40 {
    padding-right: 40px !important
}

.m45 {
    margin: 45px !important
}

.p45 {
    padding: 45px !important
}

.mt45 {
    margin-top: 45px !important
}

.pt45 {
    padding-top: 45px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.pb45 {
    padding-bottom: 45px !important
}

.ml45 {
    margin-left: 45px !important
}

.pl45 {
    padding-left: 45px !important
}

.mr45 {
    margin-right: 45px !important
}

.pr45 {
    padding-right: 45px !important
}

.m50 {
    margin: 50px !important
}

.p50 {
    padding: 50px !important
}

.mt50 {
    margin-top: 50px !important
}

.pt50 {
    padding-top: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.ml50 {
    margin-left: 50px !important
}

.pl50 {
    padding-left: 50px !important
}

.mr50 {
    margin-right: 50px !important
}

.pr50 {
    padding-right: 50px !important
}

.m60 {
    margin: 60px !important
}

.p60 {
    padding: 60px !important
}

.mt60 {
    margin-top: 60px !important
}

.pt60 {
    padding-top: 60px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.pb60 {
    padding-bottom: 60px !important
}

.ml60 {
    margin-left: 60px !important
}

.pl60 {
    padding-left: 60px !important
}

.mr60 {
    margin-right: 60px !important
}

.pr60 {
    padding-right: 60px !important
}

.m70 {
    margin: 70px !important
}

.p70 {
    padding: 70px !important
}

.mt70 {
    margin-top: 70px !important
}

.pt70 {
    padding-top: 70px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.pb70 {
    padding-bottom: 70px !important
}

.ml70 {
    margin-left: 70px !important
}

.pl70 {
    padding-left: 70px !important
}

.mr70 {
    margin-right: 70px !important
}

.pr70 {
    padding-right: 70px !important
}

.m75 {
    margin: 75px !important
}

.p75 {
    padding: 75px !important
}

.mt75 {
    margin-top: 75px !important
}

.pt75 {
    padding-top: 75px !important
}

.mb75 {
    margin-bottom: 75px !important
}

.pb75 {
    padding-bottom: 75px !important
}

.ml75 {
    margin-left: 75px !important
}

.pl75 {
    padding-left: 75px !important
}

.mr75 {
    margin-right: 75px !important
}

.pr75 {
    padding-right: 75px !important
}

.m80 {
    margin: 80px !important
}

.p80 {
    padding: 80px !important
}

.mt80 {
    margin-top: 80px !important
}

.pt80 {
    padding-top: 80px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.pb80 {
    padding-bottom: 80px !important
}

.ml80 {
    margin-left: 80px !important
}

.pl80 {
    padding-left: 80px !important
}

.mr80 {
    margin-right: 80px !important
}

.pr80 {
    padding-right: 80px !important
}

.m90 {
    margin: 90px !important
}

.p90 {
    padding: 90px !important
}

.mt90 {
    margin-top: 90px !important
}

.pt90 {
    padding-top: 90px !important
}

.mb90 {
    margin-bottom: 90px !important
}

.pb90 {
    padding-bottom: 90px !important
}

.ml90 {
    margin-left: 90px !important
}

.pl90 {
    padding-left: 90px !important
}

.mr90 {
    margin-right: 90px !important
}

.pr90 {
    padding-right: 90px !important
}

.m100 {
    margin: 100px !important
}

.p100 {
    padding: 100px !important
}

.mt100 {
    margin-top: 100px !important
}

.pt100 {
    padding-top: 100px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.pb100 {
    padding-bottom: 100px !important
}

.ml100 {
    margin-left: 100px !important
}

.pl100 {
    padding-left: 100px !important
}

.mr100 {
    margin-right: 100px !important
}

.pr100 {
    padding-right: 100px !important
}

.g-grid {
    display: grid !important
}

.play-btn {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    cursor: pointer
}

.g-anim-1 {
    transform: translateY(7em) rotateZ(-9deg);
    transition: transform .7s .15s cubic-bezier(0.12, 0.32, 0.58, 1)
}

.g-anim-1.is-visible {
    transform: translateY(0) rotateZ(0deg)
}

.g-anim-t-1 {
    transform: translateX(2em);
    transition: transform .7s .5s ease-in-out
}

.g-anim-t-1::after {
    transform: rotateY(90deg);
    transition: transform .7s .5s cubic-bezier(0, 1, 0.3, 1)
}

.g-anim-t-1.is-visible {
    transform: translateX(0)
}

.g-anim-t-1.is-visible::after {
    transform: rotateY(0deg)
}

.g-image-clip-reveal-top {
    overflow: hidden;
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-top picture {
    transform: translateY(-30vh);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-top picture img {
    transform: scale(1.4);
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-image-clip-reveal-top.active {
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-image-clip-reveal-top.active picture {
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1);
    transform: translateY(0)
}

.g-image-clip-reveal-top.active picture img {
    transform: scale(1.0002);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-top,
.g-image-clip-reveal-top img {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0)
}

.g-image-clip-reveal-top.active,
.g-image-clip-reveal-top.active img,
.g-image-clip-reveal-top img.active,
.g-image-clip-reveal-top img.active img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)
}

.g-image-clip-reveal-bottom {
    overflow: hidden;
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-bottom picture {
    transform: translateY(30vh);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-bottom picture img {
    transform: scale(1.4);
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-image-clip-reveal-bottom.active {
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-image-clip-reveal-bottom.active picture {
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1);
    transform: translateY(0)
}

.g-image-clip-reveal-bottom.active picture img {
    transform: scale(1.0002);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-bottom,
.g-image-clip-reveal-bottom img {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
}

.g-image-clip-reveal-bottom.active,
.g-image-clip-reveal-bottom.active img,
.g-image-clip-reveal-bottom img.active,
.g-image-clip-reveal-bottom img.active img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)
}

.g-image-clip-reveal-left {
    overflow: hidden;
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-left picture {
    transform: translateX(-30vw);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-left picture img {
    transform: scale(1.4);
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-image-clip-reveal-left.active {
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-image-clip-reveal-left.active picture {
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1);
    transform: translateX(0)
}

.g-image-clip-reveal-left.active picture img {
    transform: scale(1.0002);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-left,
.g-image-clip-reveal-left img {
    clip-path: polygon(0 0, 0% 0%, 0% 100%, 0 100%)
}

.g-image-clip-reveal-left.active,
.g-image-clip-reveal-left.active img,
.g-image-clip-reveal-left img.active,
.g-image-clip-reveal-left img.active img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)
}

.g-image-clip-reveal-right {
    overflow: hidden;
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-right picture {
    transform: translateX(30vw);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-right picture img {
    transform: scale(1.4);
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-image-clip-reveal-right.active {
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-image-clip-reveal-right.active picture {
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1);
    transform: translateX(0)
}

.g-image-clip-reveal-right.active picture img {
    transform: scale(1.0002);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-image-clip-reveal-right,
.g-image-clip-reveal-right img {
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%)
}

.g-image-clip-reveal-right.active,
.g-image-clip-reveal-right.active img,
.g-image-clip-reveal-right img.active,
.g-image-clip-reveal-right img.active img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)
}

.g-video-clip-reveal-top {
    overflow: hidden;
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-top .video-cont {
    transform: translateY(-30vh);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-top .video-cont video {
    transform: scale(1.4);
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-video-clip-reveal-top.active {
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-video-clip-reveal-top.active .video-cont {
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1);
    transform: translateY(0)
}

.g-video-clip-reveal-top.active .video-cont video {
    transform: scale(1.0002);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-top,
.g-video-clip-reveal-top video {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0)
}

.g-video-clip-reveal-top.active,
.g-video-clip-reveal-top.active video,
.g-video-clip-reveal-top video.active,
.g-video-clip-reveal-top video.active video {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)
}

.g-video-clip-reveal-bottom {
    overflow: hidden;
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-bottom .video-cont {
    transform: translateY(30vh);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-bottom .video-cont video {
    transform: scale(1.4);
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-video-clip-reveal-bottom.active {
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-video-clip-reveal-bottom.active .video-cont {
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1);
    transform: translateY(0)
}

.g-video-clip-reveal-bottom.active .video-cont video {
    transform: scale(1.0002);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-bottom,
.g-video-clip-reveal-bottom video {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
}

.g-video-clip-reveal-bottom.active,
.g-video-clip-reveal-bottom.active video,
.g-video-clip-reveal-bottom video.active,
.g-video-clip-reveal-bottom video.active video {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)
}

.g-video-clip-reveal-left {
    overflow: hidden;
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-left .video-cont {
    transform: translateX(-30vw);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-left .video-cont video {
    transform: scale(1.4);
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-video-clip-reveal-left.active {
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-video-clip-reveal-left.active .video-cont {
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1);
    transform: translateX(0)
}

.g-video-clip-reveal-left.active .video-cont video {
    transform: scale(1.0002);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-left,
.g-video-clip-reveal-left video {
    clip-path: polygon(0 0, 0% 0%, 0% 100%, 0 100%)
}

.g-video-clip-reveal-left.active,
.g-video-clip-reveal-left.active video,
.g-video-clip-reveal-left video.active,
.g-video-clip-reveal-left video.active video {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)
}

.g-video-clip-reveal-right {
    overflow: hidden;
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-right .video-cont {
    transform: translateX(30vw);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-right .video-cont video {
    transform: scale(1.4);
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-video-clip-reveal-right.active {
    transition: all 1.4s cubic-bezier(0.89, -0.1, 0.21, 1.09)
}

.g-video-clip-reveal-right.active .video-cont {
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1);
    transform: translateX(0)
}

.g-video-clip-reveal-right.active .video-cont video {
    transform: scale(1.0002);
    transition: all 1.4s .7s cubic-bezier(0.1, 1, 0.3, 1)
}

.g-video-clip-reveal-right,
.g-video-clip-reveal-right video {
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%)
}

.g-video-clip-reveal-right.active,
.g-video-clip-reveal-right.active video,
.g-video-clip-reveal-right video.active,
.g-video-clip-reveal-right video.active video {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)
}

@keyframes morph {
    0% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }

    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
}

* {
    box-sizing: border-box
}

html,
body {
    font-size: 1rem;
    font-family: "Poppins", sans-serif !important;
    background-color: #fff;
    overflow-x: hidden
}

body,
ul {
    margin: 0;
    padding: 0
}

picture,
.video-cont {
    width: 100%;
    height: auto;
    display: block
}

img,
video {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    user-select: none;
    width: 100%;
    display: block
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

.g-main {
    width: 100%;
    height: 100%
}

iframe {
    width: 100%;
    height: 100%
}

.g-h1 {
    font-size: 3.5rem
}

.g-h2 {
    font-size: 2.3333333333rem
}

.g-h3 {
    font-size: 1.75rem
}

.g-h4 {
    font-size: 1.4rem
}

.g-h5 {
    font-size: 1.1666666667rem
}

.g-h6 {
    font-size: 1rem
}

.g-h7 {
    font-size: .875rem
}

.g-h8 {
    font-size: .7777777778rem
}

.g-h9 {
    font-size: .7rem
}

.g-h10 {
    font-size: .6363636364rem
}

.g-section-title {
    width: 100%
}

.g-section-title.g-s-t-a {
    width: auto
}

.t_a-c {
    text-align: center
}

.t_a-l {
    text-align: left
}

.t_a-r {
    text-align: right
}

.t_a-j {
    text-align: justify
}

.f_w-300 {
    font-weight: 300 !important
}

.f_w-400 {
    font-weight: 400 !important
}

.f_w-500 {
    font-weight: 500 !important
}

.f_w-600 {
    font-weight: 600 !important
}

.f_w-700 {
    font-weight: 700 !important
}

.m_b {
    margin-bottom: 0
}

.m_t {
    margin-top: 0
}

.hello {
    text-decoration: none
}

.g-image-background {
    background: url("") no-repeat center;
    background-size: cover;
    height: 100%;
    width: 100%
}

.g-image-front {
    position: relative
}

.g-icon {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-content: center;
    justify-content: center
}

.g-video-container {
    height: 100%;
    width: 100%;
    position: relative
}

.g-video-container .g-video-content {
    position: absolute !important;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: none
}

.g-video-container video {
    width: 100%;
    max-height: 80vh;
}

.g-c-p {
    color: #00b259 !important
}

.g-c-s {
    color: #fff !important
}

.g-c-w {
    color: #fff !important
}

.g-c-b {
    color: #000 !important
}

.g-b_c-p {
    background-color: #00b259 !important
}

.g-b_c-s {
    background-color: #fff !important
}

.g-b_c-w {
    background-color: #fff !important
}

.g-b_c-b {
    background-color: #000 !important
}

.g-container {
    position: relative;
    height: 100%;
    margin: 0 auto
}

@media screen and (min-width: 1248px) {
    .g-container {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media screen and (min-width: 1056px) {
    .g-container {
        padding-left: 53.3333333333px;
        padding-right: 53.3333333333px
    }
}

@media screen and (max-width: 768px) {
    .g-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 600px) {
    .g-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (min-width: 769px)and (max-width: 1055px) {
    .g-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.g-container.no-side-gap {
    padding: 0 !important
}

.g-section {
    padding-top: 80px;
    padding-bottom: 80px
}

@media screen and (max-width: 768px) {
    .g-section {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (max-width: 600px) {
    .g-section {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.g-section.no-side-gap {
    padding-left: 0;
    padding-right: 0
}

.g-section.g-banner {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 0
}

.g-section.g-section-w-bg-img {
    background-position: center;
    background-size: cover
}

.g-content-group.g-zig-zag:nth-child(even)>.g-content-area {
    flex-direction: row-reverse
}

.g-content-area {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-content: center
}

.g-row {
    display: flex;
    width: 100%;
    height: 100%
}

.g-row.g-row-fixed {
    flex-wrap: wrap
}

.g-col-1 {
    width: 100%
}

@media screen and (max-width: 768px) {
    .g-col-1 {
        width: 100%
    }
}

.g-col-e-1 {
    width: 8.3333333333%
}

@media screen and (max-width: 768px) {
    .g-col-e-1 {
        width: 100%
    }
}

.g-col-2 {
    width: 50%
}

@media screen and (max-width: 768px) {
    .g-col-2 {
        width: 100%
    }
}

.g-col-e-2 {
    width: 16.6666666667%
}

@media screen and (max-width: 768px) {
    .g-col-e-2 {
        width: 100%
    }
}

.g-col-3 {
    width: 33.3333333333%
}

@media screen and (max-width: 768px) {
    .g-col-3 {
        width: 100%
    }
}

.g-col-e-3 {
    width: 25%
}

@media screen and (max-width: 768px) {
    .g-col-e-3 {
        width: 100%
    }
}

.g-col-4 {
    width: 25%
}

@media screen and (max-width: 768px) {
    .g-col-4 {
        width: 100%
    }
}

.g-col-e-4 {
    width: 33.3333333333%
}

@media screen and (max-width: 768px) {
    .g-col-e-4 {
        width: 100%
    }
}

.g-col-5 {
    width: 20%
}

@media screen and (max-width: 768px) {
    .g-col-5 {
        width: 100%
    }
}

.g-col-e-5 {
    width: 41.6666666667%
}

@media screen and (max-width: 768px) {
    .g-col-e-5 {
        width: 100%
    }
}

.g-col-6 {
    width: 16.6666666667%
}

@media screen and (max-width: 768px) {
    .g-col-6 {
        width: 100%
    }
}

.g-col-e-6 {
    width: 50%
}

@media screen and (max-width: 768px) {
    .g-col-e-6 {
        width: 100%
    }
}

.g-col-7 {
    width: 14.2857142857%
}

@media screen and (max-width: 768px) {
    .g-col-7 {
        width: 100%
    }
}

.g-col-e-7 {
    width: 58.3333333333%
}

@media screen and (max-width: 768px) {
    .g-col-e-7 {
        width: 100%
    }
}

.g-col-8 {
    width: 12.5%
}

@media screen and (max-width: 768px) {
    .g-col-8 {
        width: 100%
    }
}

.g-col-e-8 {
    width: 66.6666666667%
}

@media screen and (max-width: 768px) {
    .g-col-e-8 {
        width: 100%
    }
}

.g-col-9 {
    width: 11.1111111111%
}

@media screen and (max-width: 768px) {
    .g-col-9 {
        width: 100%
    }
}

.g-col-e-9 {
    width: 75%
}

@media screen and (max-width: 768px) {
    .g-col-e-9 {
        width: 100%
    }
}

.g-col-10 {
    width: 10%
}

@media screen and (max-width: 768px) {
    .g-col-10 {
        width: 100%
    }
}

.g-col-e-10 {
    width: 83.3333333333%
}

@media screen and (max-width: 768px) {
    .g-col-e-10 {
        width: 100%
    }
}

.g-col-11 {
    width: 9.0909090909%
}

@media screen and (max-width: 768px) {
    .g-col-11 {
        width: 100%
    }
}

.g-col-e-11 {
    width: 91.6666666667%
}

@media screen and (max-width: 768px) {
    .g-col-e-11 {
        width: 100%
    }
}

.g-col-12 {
    width: 8.3333333333%
}

@media screen and (max-width: 768px) {
    .g-col-12 {
        width: 100%
    }
}

.g-col-e-12 {
    width: 100%
}

@media screen and (max-width: 768px) {
    .g-col-e-12 {
        width: 100%
    }
}

.g-navigation {
    background-color: transparent;
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 10000;
    transition: all .2s ease-in-out;
    top: 0;
    left: 0;
    right: 0
}

.g-navigation.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    transition: all .2s ease-in-out
}

.g-navigation .g-container {
    height: 100%;
    padding-left: 48px;
    padding-right: 48px
}

.g-navigation .g-container .g-row {
    height: 100%
}

.g-logo {
    display: flex;
    width: auto;
    flex-grow: 0;
    align-items: flex-start
}

.g-logo .logo-img {
    height: 157px;
    width: initial;
    margin-left: -48px
}

.g-logo .logo-img img.g-base-height {
    height: 100%
}

.g-logo .logo-img img.g-base-width {
    width: 100%
}

.g-nav {
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    display: flex
}

.g-nav .g-ul {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

.g-nav .g-ul .g-li {
    position: relative;
    margin-left: 60px
}

.g-nav .g-ul .g-li .g-a {
    color: #000;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .4px;
    user-select: none
}

.g-nav .g-ul .g-li.act-s-1.active {
    font-weight: 700
}

.g-nav .g-ul .g-li.act-s-1.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 120%;
    height: 2px;
    background-color: #00b259
}

.g-nav-btn {
    height: 60px;
    width: 60px;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000000000000
}

@media screen and (max-width: 960px) {
    .g-nav-btn {
        display: block
    }
}

.g-nav-btn .g-nav-btn-area {
    background-color: #000;
    height: 48px;
    width: 48px;
    cursor: pointer
}

.g-nav-btn .g-nav-btn-area .g-nav-line {
    height: 2px;
    background-color: #fff;
    width: 24px;
    margin-left: 12px;
    position: absolute;
    top: 50%;
    margin-top: -1px
}

.g-nav-btn .g-nav-btn-area .g-nav-line:nth-child(2) {
    transition: opacity .2s ease-in-out
}

.g-nav-btn .g-nav-btn-area .g-nav-line:nth-child(1) {
    margin-top: -8px
}

.g-nav-btn .g-nav-btn-area .g-nav-line:nth-child(3) {
    margin-top: 6px
}

.nav-open .g-nav-line:nth-child(2) {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.nav-open .g-nav-line:nth-child(1) {
    margin-top: -1px !important;
    transform: rotate(-45deg) !important;
    transition: margin-top .2s ease-in-out, transform .2s .2s ease-in-out
}

.nav-open .g-nav-line:nth-child(3) {
    margin-top: -1px !important;
    transform: rotate(45deg) !important;
    transition: margin-top .2s ease-in-out, transform .2s .2s ease-in-out
}

.g-sub-ul {
    overflow: hidden;
    max-height: 0;
    transition: all .2s ease-in-out
}

.g-sub-ul .g-li {
    font-size: 1rem
}

@media screen and (max-width: 768px) {
    .g-nav-t-1 {
        position: fixed;
        top: 0;
        bottom: 0;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: #fff;
        width: 250px;
        margin-left: -250px
    }

    .g-nav-t-1 .g-ul {
        flex-direction: column;
        padding-top: 70px
    }

    .g-nav-t-1 .g-ul .g-li {
        margin: 5px 20px;
        line-height: 25px
    }

    .g-nav-t-1.nav-f-l {
        left: 0
    }

    .g-nav-t-1.nav-f-r {
        right: 0
    }
}

.g-banner {
    width: 100%;
    min-height: 550px;
    height: 100vh
}

.g-slider-container {
    width: 100%;
    height: 100%
}

.g-slider-container .g-slider-wrapper .g-slide {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover
}

.g-slider-container .g-slider-wrapper .g-slide .g-slide-content-container {
    margin-left: 48px
}

.g-slider-container .g-slider-wrapper .g-slide .g-slide-content-container .g-slide-content .g-slide-heading {
    font-size: 5.2rem;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 24px
}

.g-slider-container .g-slider-wrapper .g-slide .g-slide-content-container .g-slide-content .g-slide-subHeading {
    font-size: 1.15rem;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1.9px
}

.g-slider-container .g-slider-pagination {
    margin-right: 48px
}

.g-slider-container .g-slider-pagination span {
    position: relative;
    height: 14px;
    width: 14px;
    box-sizing: content-box;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 1;
    margin: 16px 10px !important
}

.g-slider-container .g-slider-pagination span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    transform: translate(-50%, -50%)
}

.g-slider-container .g-slider-pagination span.swiper-pagination-bullet-active {
    border: 1px solid #fff;
    background-color: transparent
}

.g-a-button {
    margin: 1em 0 0 0;
    padding: 10px 30px;
    font-size: 1rem;
    display: flex;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    cursor: pointer
}

.g-a-button i {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 1.3em
}

.g-a-button.b-s-1 {
    border: solid 1px #00b259
}

.g-a-button.b-s-2 {
    border: solid 1px #00b259;
    background-color: #00b259;
    color: #fff
}

.g-button-button {
    margin: 0 0 0 0;
    padding: .5em 1em;
    font-size: 1rem;
    background-color: #fff;
    display: flex;
    border: "solid 1px #000000";
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    box-shadow: "none";
    cursor: pointer
}

.g-button-button i {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 1.3em
}

.g-button-button.b-s-1 {
    border: solid 1px #00b259
}

.g-button-button.b-s-2 {
    border: solid 1px #00b259;
    background-color: #00b259;
    color: #fff
}

input,
textarea {
    width: 100%;
    padding: 8px 8px;
    font-family: "Poppins", sans-serif;
    font-size: 14px
}

button {
    font-family: "Poppins", sans-serif;
    min-width: 100px
}

.g-input-box {
    padding: 10px 0
}

.g-input-box-1 .g-input-box-inner {
    position: relative
}

.g-input-box-1 .input-box {
    border: none;
    outline: none;
    width: 100%
}

.g-input-box-1 .g-label {
    display: none
}

.g-input-box-1 .g-label,
.g-input-box-1 .input-box {
    font-size: 1rem;
    padding: 10px
}

.g-input-box-1.b-r .input-box {
    border-radius: 100px;
    padding-left: 15px
}

.g-input-box-1 button {
    background-color: var(--primary);
    color: #fff;
    cursor: pointer
}

.g-input-box-1 button:focus {
    border: 2px solid var(--primary);
    color: var(--primary);
    background-color: #fff !important
}

.g-input-box-2 {
    padding: 0
}

.g-input-box-2 textarea {
    height: auto !important;
    resize: none;
    padding-top: 10px !important
}

.g-input-box-2 textarea::placeholder {
    font-size: 14px;
    color: #9e9e9e
}

.g-input-box-2 .g-input-box-inner {
    position: relative;
    margin-top: 1rem
}

.g-input-box-2 .g-input-box-inner .input-box {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 2.625rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    overflow: visible;
    line-height: 1.15
}

.g-input-box-2 .g-input-box-inner .g-label {
    width: 100%;
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    cursor: text;
    transform-origin: 0% 100%;
    transform: translateY(12px);
    pointer-events: none;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out
}

.g-input-box-2 .g-input-box-inner .g-label::after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out
}

.g-input-box-2 .g-input-box-inner .g-error {
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    color: red
}

.g-input-box-2 .g-input-box-inner .input-box:focus~.g-label {
    color: var(--primary)
}

.g-input-box-2 .g-input-box-inner .input-box:focus~.g-label,
.g-input-box-2 .g-input-box-inner .input-box:valid~.g-label {
    transform: translateY(-14px) scale(0.8);
    transform-origin: 0 0
}

.g-input-box-3 .input-box {
    border-radius: 5px;
    border: solid 1px #c9c9c9
}

.g-check-box .input-box {
    width: initial
}

form {
    width: 100%
}

.g-error {
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    color: red
}

.file-preview-box {
    font-size: 13px;
    margin: 0;
    overflow-y: hidden;
    position: relative;
    font-family: "Roboto", sans-serif;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200000;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .1s, 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-delay: 0s, .1s
}

.file-preview-box.f-p-op-n {
    opacity: 1;
    visibility: visible;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-delay: 0s, 0s;
    outline: none
}

.file-preview-box .f-p-b-bg {
    background-color: rgba(0, 0, 0, .85);
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.file-preview-box .f-p-b-prvwr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    transition: bottom .218s ease-out
}

.file-preview-box .f-p-b-prvwr .prvwr-btn-pre,
.file-preview-box .f-p-b-prvwr .prvwr-btn-nxt {
    position: absolute;
    top: 80px;
    bottom: 80px;
    margin-top: auto;
    margin-bottom: auto;
    outline: 0;
    width: 48px;
    height: 90px;
    z-index: 5;
    cursor: pointer
}

.file-preview-box .f-p-b-prvwr .prvwr-btn-pre .prvwr-icn-cntnr,
.file-preview-box .f-p-b-prvwr .prvwr-btn-nxt .prvwr-icn-cntnr {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .75);
    transition: background .2s, opacity .34s, transform .34s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1
}

.file-preview-box .f-p-b-prvwr .prvwr-btn-pre .prvwr-icn-cntnr:hover,
.file-preview-box .f-p-b-prvwr .prvwr-btn-nxt .prvwr-icn-cntnr:hover {
    background-color: #d81e38
}

.file-preview-box .f-p-b-prvwr .prvwr-btn-pre .prvwr-icn-cntnr i,
.file-preview-box .f-p-b-prvwr .prvwr-btn-nxt .prvwr-icn-cntnr i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 24px;
    width: 24px;
    box-sizing: border-box;
    padding: 2px;
    font-size: 20px
}

.file-preview-box .f-p-b-prvwr .prvwr-btn-pre .prvwr-icn-cntnr i {
    transform: translate(-50%, -50%) rotate(-180deg)
}

.file-preview-box .f-p-b-prvwr .prvwr-btn-pre.prvwr-btn-hs,
.file-preview-box .f-p-b-prvwr .prvwr-btn-nxt.prvwr-btn-hs {
    cursor: default
}

.file-preview-box .f-p-b-prvwr .prvwr-btn-pre.prvwr-btn-hs .prvwr-icn-cntnr,
.file-preview-box .f-p-b-prvwr .prvwr-btn-nxt.prvwr-btn-hs .prvwr-icn-cntnr {
    display: none
}

.file-preview-box .f-p-b-prvwr .prvwr-btn-pre {
    user-select: none;
    left: 12px;
    opacity: 1
}

.file-preview-box .f-p-b-prvwr .prvwr-btn-nxt {
    user-select: none;
    right: 12px;
    opacity: 1
}

.file-preview-box .f-p-b-prvwr .prvwr-srt-btn {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    border-radius: 3px;
    bottom: 12px;
    z-index: 3;
    overflow: hidden;
    opacity: 1
}

.file-preview-box .f-p-b-prvwr .prvwr-srt-btn .prvwr-pg-cntnr {
    background: rgba(0, 0, 0, .75);
    border-right: 1px solid rgba(255, 255, 255, .2);
    display: inline-block;
    font-size: 13px;
    line-height: 44px;
    height: 44px;
    vertical-align: middle
}

.file-preview-box .f-p-b-prvwr .prvwr-srt-btn .prvwr-pg-cntnr .prvwr-ttl {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle
}

.file-preview-box .f-p-b-prvwr .prvwr-srt-btn .prvwr-pg-cntnr .prvwr-curnt {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 48px
}

.file-preview-box .f-p-b-prvwr .prvwr-srt-btn .prvwr-pg-cntnr .prvwr-slsh {
    display: inline
}

.file-preview-box .f-p-b-prvwr .prvwr-srt-btn .prvwr-pg-cntnr .prvwr-totl {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 48px
}

.file-preview-box .f-p-b-prvwr .prvwr-srt-btn .prvwr-btn-cntnr {
    background: rgba(0, 0, 0, .75);
    display: inline-block;
    padding: 2px;
    vertical-align: middle
}

.file-preview-box .f-p-b-prvwr .prvwr-srt-btn .prvwr-btn-cntnr .prvwr-sngl-btn {
    user-select: none;
    border-radius: 1px;
    width: 24px;
    height: 24px;
    transition: background-color .1s, opacity .1s;
    line-height: 24px;
    margin: 0;
    padding: 8px;
    min-width: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, .87);
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 rbga(0, 0, 0, 0.8);
    position: relative;
    display: inline-block
}

.file-preview-box .f-p-b-prvwr .prvwr-srt-btn .prvwr-btn-cntnr .prvwr-sngl-btn .prvwr-sngl-btn-icn {
    width: 24px;
    height: 24px;
    opacity: 1
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    user-select: none
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts {
    min-width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts.prvwr-ldg-hd {
    display: none
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .prvwr-ldg-icn {
    height: 51px;
    width: 51px;
    top: 2px;
    display: inline-block;
    position: relative
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    margin-left: -25px;
    z-index: 18;
    pointer-events: none
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading .icon-loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    padding-bottom: 100%;
    width: 100%;
    animation: spinLeft 1568.23529647ms linear infinite;
    pointer-events: none
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading .icon-loading-container .icon-loading-rtr {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: spinRtr 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading .icon-loading-container .icon-loading-rtr .icon-loading-lft,
.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading .icon-loading-container .icon-loading-rtr .icon-loading-rit {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading .icon-loading-container .icon-loading-rtr .icon-loading-lft .icon-loading-crcl,
.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading .icon-loading-container .icon-loading-rtr .icon-loading-rit .icon-loading-crcl {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #ddd #ddd transparent;
    border-radius: 50%;
    border-width: 4px
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading .icon-loading-container .icon-loading-rtr .icon-loading-lft {
    left: 0;
    right: 49%
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading .icon-loading-container .icon-loading-rtr .icon-loading-lft .icon-loading-crcl {
    left: 0;
    right: -100%;
    border-right-color: transparent;
    animation: spinLeftCircle 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading .icon-loading-container .icon-loading-rtr .icon-loading-rit {
    right: 0;
    left: 49%
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts .icon-loading .icon-loading-container .icon-loading-rtr .icon-loading-rit .icon-loading-crcl {
    right: 0;
    left: -100%;
    border-left-color: transparent;
    animation: spinRightCircle 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-ldg-sts.d-p-n {
    display: none
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-img-cntnr .prvwr-img-inr-cntnr .prvwr-img-bx {
    transition-property: left, top, width, height;
    transition-duration: .218s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    position: absolute;
    background-color: #fff;
    background-image: linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
    background-position: 0 0, 10px 10px;
    background-size: 21px 21px;
    box-shadow: 0 4px 15px 2px rgba(0, 0, 0, .35);
    -webkit-user-select: none;
    -webkit-user-drag: none
}

.file-preview-box .f-p-b-prvwr .prvwr-img-main .prvwr-img-cntnr .prvwr-img-inr-cntnr .prvwr-img-bx img {
    height: 100%;
    width: 100%;
    position: absolute
}

.file-preview-box .f-p-b-tlbr {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
    z-index: 30000000;
    height: 56px;
    width: auto;
    padding: 0 0 16px 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%)
}

.file-preview-box .f-p-b-tlbr .f-p-b-inr-tlbr {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    height: 48px;
    padding-top: 8px;
    margin-right: 12px;
    padding-left: 12px;
    pointer-events: auto
}

.file-preview-box .f-p-b-tlbr .f-p-b-inr-tlbr .tlbr-bck-wt-nm {
    position: absolute;
    left: 12px;
    white-space: nowrap
}

.file-preview-box .f-p-b-tlbr .f-p-b-inr-tlbr .tlbr-bck-wt-nm .tlbr-bck-btn {
    user-select: none;
    float: left;
    margin-left: 0;
    transition: background-color .1s, opacity .1s;
    border-radius: 2px;
    margin: 0;
    padding: 8px;
    min-width: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, .87);
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
    vertical-align: middle;
    z-index: 1;
    min-height: 26px;
    position: relative;
    display: flex;
    align-items: center
}

.file-preview-box .f-p-b-tlbr .f-p-b-inr-tlbr .tlbr-bck-wt-nm .tlbr-bck-btn .icon-right-arrow {
    border-radius: 2px;
    display: block;
    float: left;
    position: relative;
    font-size: 18px;
    padding-left: 8px;
    transform: rotate(180deg)
}

.file-preview-box .f-p-b-tlbr .f-p-b-inr-tlbr .tlbr-bck-wt-nm .tlbr-bck-btn:hover {
    background-color: rgba(255, 255, 255, .25)
}

.file-preview-box .f-p-b-tlbr .f-p-b-inr-tlbr .tlbr-nm {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.file-preview-box .f-p-b-tlbr .f-p-b-inr-tlbr .tlbr-nm .tlbr-inr-nm {
    border: 1px solid transparent;
    border-radius: 2px;
    background: rgba(0, 0, 0, .75);
    margin: 0;
    white-space: nowrap;
    display: inline-block
}

.file-preview-box .f-p-b-tlbr .f-p-b-inr-tlbr .tlbr-nm .tlbr-inr-nm .tlbr-inr-nm-i2 {
    user-select: none;
    padding-left: 8px;
    padding-right: 8px;
    min-width: 0;
    color: #fff;
    height: 30px;
    margin-left: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-right-radius: 0;
    display: inline-block;
    margin-right: 0;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    transition: background-color .1s, opacity .1s;
    border-radius: 2px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
    vertical-align: middle;
    position: relative
}

.file-preview-box .f-p-b-tlbr .f-p-b-inr-tlbr .tlbr-nm .tlbr-inr-nm .tlbr-inr-nm-i2 .fnly-nm {
    line-height: 24px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block
}

@keyframes spinLeft {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinRtr {
    12.5% {
        transform: rotate(135deg)
    }

    25% {
        transform: rotate(270deg)
    }

    37.5% {
        transform: rotate(405deg)
    }

    50% {
        transform: rotate(540deg)
    }

    62.5% {
        transform: rotate(675deg)
    }

    75% {
        transform: rotate(810deg)
    }

    87.5% {
        transform: rotate(945deg)
    }

    100% {
        transform: rotate(1080deg)
    }
}

@keyframes spinLeftCircle {
    0% {
        transform: rotate(130deg)
    }

    50% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(130deg)
    }
}

@keyframes spinRightCircle {
    0% {
        transform: rotate(-130deg)
    }

    50% {
        transform: rotate(5deg)
    }

    100% {
        transform: rotate(-130deg)
    }
}

@keyframes logoRotation {
    0% {
        transform: perspective(800px) rotateY(-15deg) translateY(-50px) rotateX(10deg) scale(1)
    }

    20% {
        transform: perspective(800px) rotateY(34deg) translateY(-50px) rotateX(20deg) scale(1)
    }

    40% {
        transform: perspective(800px) rotateY(15deg) translateY(-50px) rotateX(12deg) scale(1)
    }

    60% {
        transform: perspective(800px) rotateY(13deg) translateY(-50px) rotateX(40deg) scale(1)
    }

    80% {
        transform: perspective(800px) rotateY(-40deg) translateY(-50px) rotateX(40deg) scale(1)
    }

    100% {
        transform: perspective(800px) rotateY(-15deg) translateY(-50px) rotateX(10deg) scale(1)
    }
}

.g-progress-cont {
    width: 90%;
    margin: 0 auto
}

.g-progress-cont .g-progressbar {
    counter-reset: step
}

.g-progress-cont .g-progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    font-weight: 500
}

.g-progress-cont .g-progressbar li::before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #fff
}

.g-progress-cont .g-progressbar li::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1
}

.g-progress-cont .g-progressbar li:first-child:after {
    content: none
}

.g-progress-cont .g-progressbar li.active {
    color: #00b259
}

.g-progress-cont .g-progressbar li.active::before {
    border-color: #00b259
}

.g-progress-cont .g-progressbar li.active+li::after {
    background-color: #7d7d7d
}

.pop_up_box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 10000000;
    display: none
}

.pop_up_box .pop_up_model {
    max-width: 675px;
    position: relative;
    z-index: 1
}

.pop_up_box .pop_up_model>.g-content-area {
    height: initial
}

.pop_up_box.show {
    display: block
}

.pop_up_box .close-pop-up {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.g-accordion>.g-content-area {
    flex-direction: column
}

.g-accordion-item .g-section-title {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    cursor: pointer
}

.g-accordion-item .g-section-title h2 {
    letter-spacing: 1.4px
}

.g-accordion-item .g-ul-list {
    display: none
}

.g-accordion-item .g-ul-list.open {
    display: block
}

.g-accordion-item .g-ul-list li {
    letter-spacing: 1.4px
}

.g-d-h {
    visibility: hidden
}

.g-t-h24 {
    font-size: 24px !important
}

@media screen and (min-width: 1440px) {
    .g-t-h24 {
        font-size: 36px !important
    }
}

@media screen and (max-width: 1439px) {
    .g-t-h24 {
        font-size: 28px !important
    }
}

@media screen and (max-width: 1247px) {
    .g-t-h24 {
        font-size: 26px !important
    }
}

@media screen and (max-width: 1055px) {
    .g-t-h24 {
        font-size: 24px !important
    }
}

@media screen and (max-width: 768px) {
    .g-t-h24 {
        font-size: 22px !important
    }
}

@media screen and (max-width: 600px) {
    .g-t-h24 {
        font-size: 18px !important
    }
}

.g-t-h40 {
    font-size: 40px !important
}

@media screen and (min-width: 1440px) {
    .g-t-h40 {
        font-size: 50px !important
    }
}

@media screen and (max-width: 1439px) {
    .g-t-h40 {
        font-size: 45px !important
    }
}

@media screen and (max-width: 1247px) {
    .g-t-h40 {
        font-size: 40px !important
    }
}

@media screen and (max-width: 1055px) {
    .g-t-h40 {
        font-size: 40px !important
    }
}

@media screen and (max-width: 768px) {
    .g-t-h40 {
        font-size: 35px !important
    }
}

@media screen and (max-width: 600px) {
    .g-t-h40 {
        font-size: 30px !important
    }
}

.g-t-h60 {
    font-size: 60px !important
}

@media screen and (min-width: 1440px) {
    .g-t-h60 {
        font-size: 70px !important
    }
}

@media screen and (max-width: 1439px) {
    .g-t-h60 {
        font-size: 65px !important
    }
}

@media screen and (max-width: 1247px) {
    .g-t-h60 {
        font-size: 60px !important
    }
}

@media screen and (max-width: 1055px) {
    .g-t-h60 {
        font-size: 60px !important
    }
}

@media screen and (max-width: 768px) {
    .g-t-h60 {
        font-size: 50px !important
    }
}

@media screen and (max-width: 600px) {
    .g-t-h60 {
        font-size: 40px !important
    }
}

.g-t-h70 {
    font-size: 70px !important
}

@media screen and (min-width: 1440px) {
    .g-t-h70 {
        font-size: 80px !important
    }
}

@media screen and (max-width: 1439px) {
    .g-t-h70 {
        font-size: 75px !important
    }
}

@media screen and (max-width: 1247px) {
    .g-t-h70 {
        font-size: 70px !important
    }
}

@media screen and (max-width: 1055px) {
    .g-t-h70 {
        font-size: 70px !important
    }
}

@media screen and (max-width: 768px) {
    .g-t-h70 {
        font-size: 60px !important
    }
}

@media screen and (max-width: 600px) {
    .g-t-h70 {
        font-size: 50px !important
    }
}

.g-t-p14 {
    font-size: 14px !important
}

@media screen and (min-width: 1440px) {
    .g-t-p14 {
        font-size: 14px !important
    }
}

@media screen and (max-width: 1439px) {
    .g-t-p14 {
        font-size: 14px !important
    }
}

@media screen and (max-width: 1247px) {
    .g-t-p14 {
        font-size: 14px !important
    }
}

@media screen and (max-width: 1055px) {
    .g-t-p14 {
        font-size: 14px !important
    }
}

@media screen and (max-width: 768px) {
    .g-t-p14 {
        font-size: 14px !important
    }
}

@media screen and (max-width: 600px) {
    .g-t-p14 {
        font-size: 14px !important
    }
}

.g-t-p21 {
    font-size: 21px !important
}

@media screen and (min-width: 1440px) {
    .g-t-p21 {
        font-size: 26px !important
    }
}

@media screen and (max-width: 1439px) {
    .g-t-p21 {
        font-size: 26px !important
    }
}

@media screen and (max-width: 1247px) {
    .g-t-p21 {
        font-size: 24px !important
    }
}

@media screen and (max-width: 1055px) {
    .g-t-p21 {
        font-size: 21px !important
    }
}

@media screen and (max-width: 768px) {
    .g-t-p21 {
        font-size: 20px !important
    }
}

@media screen and (max-width: 600px) {
    .g-t-p21 {
        font-size: 18px !important
    }
}

.g-t-p20 {
    font-size: 20px !important
}

@media screen and (min-width: 1440px) {
    .g-t-p20 {
        font-size: 22px !important
    }
}

@media screen and (max-width: 1439px) {
    .g-t-p20 {
        font-size: 22px !important
    }
}

@media screen and (max-width: 1247px) {
    .g-t-p20 {
        font-size: 22px !important
    }
}

@media screen and (max-width: 1055px) {
    .g-t-p20 {
        font-size: 20px !important
    }
}

@media screen and (max-width: 768px) {
    .g-t-p20 {
        font-size: 16px !important
    }
}

@media screen and (max-width: 600px) {
    .g-t-p20 {
        font-size: 14px !important
    }
}

.g-t-p16 {
    font-size: 16px !important
}

@media screen and (min-width: 1440px) {
    .g-t-p16 {
        font-size: 18px !important
    }
}

@media screen and (max-width: 1439px) {
    .g-t-p16 {
        font-size: 18px !important
    }
}

@media screen and (max-width: 1247px) {
    .g-t-p16 {
        font-size: 16px !important
    }
}

@media screen and (max-width: 1055px) {
    .g-t-p16 {
        font-size: 16px !important
    }
}

@media screen and (max-width: 768px) {
    .g-t-p16 {
        font-size: 14px !important
    }
}

@media screen and (max-width: 600px) {
    .g-t-p16 {
        font-size: 14px !important
    }
}

.g-t-p22 {
    font-size: 22px !important
}

@media screen and (min-width: 1440px) {
    .g-t-p22 {
        font-size: 24px !important
    }
}

@media screen and (max-width: 1439px) {
    .g-t-p22 {
        font-size: 24px !important
    }
}

@media screen and (max-width: 1247px) {
    .g-t-p22 {
        font-size: 24px !important
    }
}

@media screen and (max-width: 1055px) {
    .g-t-p22 {
        font-size: 22px !important
    }
}

@media screen and (max-width: 768px) {
    .g-t-p22 {
        font-size: 20px !important
    }
}

@media screen and (max-width: 600px) {
    .g-t-p22 {
        font-size: 18px !important
    }
}

.g-main {
    overflow: hidden !important;
    position: relative;
    z-index: 11
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #111
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.g-div-button {
    padding: 15px 25px;
    border: 1px solid #000;
    cursor: pointer
}

.nav-name {
    line-height: 36px;
    transition: all .2s ease-in-out
}

@media screen and (max-width: 600px) {
    .nav-name {
        display: none
    }
}

.nav-menu-btn-lower {
    padding-right: 3.47vw;
    padding-top: 3vw;
    height: auto
}

.menu-btn-group {
    z-index: 1000;
    cursor: pointer
}

.nav-menu-line {
    height: 36px;
    width: 36px;
    padding-left: 5px;
    position: relative
}

.nav-menu-line .nav-line {
    height: 1px;
    width: 24px;
    background-color: #000;
    position: relative;
    transition: all .2s .2s ease-in-out
}

.nav-menu-line .nav-line::before,
.nav-menu-line .nav-line::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 60%;
    background-color: #000;
    transition: all .2s .2s ease-in-out
}

.nav-menu-line .nav-line::before {
    top: -6px;
    left: 0
}

.nav-menu-line .nav-line::after {
    top: 6px;
    right: 0
}

.nav-menu-btn {
    position: fixed;
    z-index: 1002;
    right: 0
}

.nav-menu-btn-lower {
    position: relative;
    height: auto
}

.navigation {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000
}

.navigation .g-image-front {
    height: 40px;
    padding: 30px;
    box-sizing: content-box;
}

@media screen and (max-width: 768px) {
    .navigation .g-image-front {
        height: 6vw;
        padding: 20px;
        box-sizing: content-box;
    }
}

@media screen and (max-width: 600px) {
    .navigation .g-image-front {
        height: 8vw;
        padding: 16px;
        box-sizing: content-box;
    }
}

@media screen and (min-width: 1440px) {
    .navigation .g-image-front {
        height: 54px
    }
}

@media screen and (min-width: 1596px) {
    .navigation .g-image-front {
        height: 54px;
        padding: 30px 40px;
        box-sizing: content-box;
    }
}

.navigation picture {
    height: 100%;
    width: auto
}

.navigation img {
    height: 100%;
    width: auto;
    filter: drop-shadow(0px 4px 4px #00000038)
}

@media screen and (max-width: 768px) {
    .nav-ul-lower {
        align-content: space-between !important
    }
}

@media screen and (max-width: 768px) {
    .nav-list-lower {
        justify-content: flex-end;
        padding-right: 30px
    }
}

@media screen and (max-width: 600px) {
    .nav-list-lower {
        padding-right: 20px
    }
}

.nav-ul {
    position: fixed;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    height: 0
}

.nav-ul .g-col-2 {
    height: calc(100vh - 50px)
}

@media screen and (max-width: 768px) {
    .nav-ul .g-col-2 {
        height: auto
    }
}

.nav-ul .g-col-1 {
    height: 50px
}

@media screen and (max-width: 768px) {
    .nav-ul .g-col-1 {
        height: 70px
    }
}

.nav-ul .nav-p {
    font-weight: 600;
    padding-left: 80px;
    color: #fff;
    font-size: 8vw !important;
    width: min-content;
    line-height: 1.2em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px
}

@media screen and (max-width: 768px) {
    .nav-ul .nav-p {
        -webkit-text-stroke-width: 2px;
        font-size: 10vw !important;
        padding-left: 30px;
        padding-top: 4vh
    }
}

@media screen and (max-width: 600px) {
    .nav-ul .nav-p {
        padding-left: 20px
    }
}

.nav-ul .g-content-area .g-paragraph {
    height: 100%;
    display: flex;
    align-items: center
}

.nav-ul .g-content-area .g-paragraph .nav-p {
    color: #353535
}

.nav-ul .g-a {
    color: #fff;
    font-size: 36px;
    font-weight: 800
}

@media screen and (min-width: 1248px) {
    .nav-ul .g-a {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .nav-ul .g-a {
        font-size: 48px
    }
}

@media screen and (min-width: 1596px) {
    .nav-ul .g-a {
        font-size: 60px
    }
}

.nav-ul .g-li {
    position: relative;
    padding-left: 5px;
    padding-right: 5px
}

.nav-ul .g-li:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .nav-ul .g-li:not(:last-child) {
        margin-bottom: 5px
    }
}

.nav-ul .g-li:not(:last-child) .g-a {
    display: inline-block;
    position: relative
}

.nav-ul .g-li .g-a.active::after {
    content: "";
    position: absolute;
    left: -5%;
    top: 57%;
    transform: translateY(-50%);
    height: 4px;
    width: 110%;
    background-color: #fff;
    transition: all .5s ease
}

@media screen and (max-width: 768px) {
    .nav-ul .g-ul-list {
        padding-left: 30px
    }
}

@media screen and (max-width: 600px) {
    .nav-ul .g-ul-list {
        padding-left: 20px
    }
}

.nav-ul .g-ul-list li {
    display: inline;
    color: #ffffff60 !important
}

@media screen and (max-width: 768px) {
    .nav-ul .g-ul-list li {
        line-height: 25px
    }
}

.nav-ul .g-ul-list li a {
    color: #ffffff60;
    letter-spacing: .36px
}

@media screen and (max-width: 768px) {
    .nav-ul .g-ul-list li a {
        font-size: 14px
    }
}

.nav-ul .g-ul-list li:not(:last-child) {
    padding-right: 8px
}

@media screen and (max-width: 768px) {
    .nav-ul .g-ul-list li:nth-child(4) {
        display: table-column
    }
}

.g-sub-ul .g-li {
    margin-left: 10px
}

.g-sub-ul .g-li .g-a {
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

@media screen and (min-width: 1248px) {
    .g-sub-ul .g-li .g-a {
        font-size: 22px;
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .g-sub-ul .g-li .g-a {
        font-size: 28px;
        line-height: 36px
    }
}

@media screen and (min-width: 1596px) {
    .g-sub-ul .g-li .g-a {
        font-size: 36px;
        line-height: 40px
    }
}

.g-sub-ul .g-li:first-child {
    margin-top: 10px
}

.g-sub-ul .g-li:not(:last-child) {
    margin-bottom: 5px
}

.n-trigger {
    position: fixed;
    top: -9.3vw;
    right: -6.6vw;
    width: 25vw;
    height: 25vw;
    margin-left: 2vw;
    font-size: .85vw;
    line-height: 1.1vw
}

@media screen and (max-width: 1055px) {
    .n-trigger {
        width: 30vw;
        height: 30vw;
        top: -10.3vw;
        right: -8.6vw
    }
}

@media screen and (max-width: 768px) {
    .n-trigger {
        width: 35vw;
        height: 35vw;
        top: -11.3vw;
        right: -10.6vw
    }
}

.home-banner {
    position: relative
}

.pane,
canvas {
    position: absolute
}

svg {
    max-height: 100vh;
    max-width: 100vw
}

path {
    stroke: #000;
    stroke-width: calc(2px + .2vw);
    stroke-linejoin: round;
    stroke-linecap: butt;
    fill: #000
}

svg:not(#id1) {
    display: none
}

path#Glass_Water {
    fill: blue
}

.banner_blob {
    width: 40vw;
    height: 40vw;
    grid-area: 1/1;
    margin-right: 5vw
}

.h-banner-title {
    z-index: 1;
    grid-area: 1/1;
    margin-left: 5vw
}

.hp-lst-grp {
    min-height: 500px
}

.hp-gap-l-r:nth-child(1)>.g-content-area {
    padding-right: 20px
}

.hp-gap-l-r:nth-child(2)>.g-content-area {
    padding-left: 20px
}

.hp-gap-t-b:nth-child(1)>.g-content-area {
    padding-bottom: 20px
}

.hp-gap-t-b:nth-child(2)>.g-content-area {
    padding-top: 20px
}

.ph-lst-sngl {
    height: 100%
}

.ph-lst-sngl-50 {
    height: 50%
}

.hc-sqr-b-pt-mrg {
    width: calc(20% - 20px);
    margin-right: 20px
}

.hc-sqr-b-pt-mrg:nth-child(5),
.hc-sqr-b-pt-mrg:nth-child(10) {
    width: 20%;
    margin-right: 0
}

.hc-sqr-b-pt-mrg:nth-child(-n+5) {
    margin-bottom: 20px
}

.hc-sqr-b-pt {
    padding-top: 50%;
    position: relative;
    border: solid 1px #0000003b
}

.hc-sqr-b-pt .hc-sqr-b-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hc-sqr-b-pt .hc-sqr-b-abs img {
    width: auto;
    max-height: 150px;
    margin: 0 auto;
    padding: 10%;
    filter: grayscale(100);
    transition: all .2s ease
}

.hc-sqr-b-pt:hover img {
    filter: grayscale(0)
}

#homepage_p1 {
    height: 100%
}

.footer h4 {
    margin-bottom: 15px
}

.footer input {
    font-size: 16px !important;
    padding: 20px 10px !important;
    border-bottom: solid 1px var(--footer-color) !important
}

.footer .ftr-bdr-t {
    border-top: solid 1px var(--footer-color)
}

.footer .ftr-bdr-t:nth-child(1) {
    padding-top: 100px
}

.footer .ftr-bdr-t:nth-child(2) {
    margin-top: 50px
}

.ftr-newsletter .g-button-container {
    padding: 10px 0;
    padding-top: 20px
}

.ftr-newsletter .g-button-container button {
    box-shadow: none;
    border: none;
    font-size: 1.5rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px
}

.footer_social a.copyright {
    line-height: 50px;
    font-weight: 400;
    font-size: 14px
}

.footer_social a.copyright i {
    line-height: 50px;
    padding-right: 5px;
    margin: 0
}

.footer_social li {
    display: inline
}

.footer_social li a {
    line-height: 50px;
    font-weight: 600
}

.home-services {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: #000
}

.home-services .home-services-tide {
    position: fixed;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    height: 0;
    left: 0;
    right: 0
}

.home-services .home-services-tide>.g-content-area {
    max-width: 990px;
    margin: 0 auto;
    height: 100vh
}

.home-services .hs-sngl:nth-child(odd) .min-cont {
    margin-left: auto;
    padding-right: 40px
}

.home-services .hs-sngl:nth-child(odd) .min-cont {
    padding-left: 40px
}

.home-services .g-button-container {
    width: 100%
}

.home-services .g-button-container .g-a-button {
    justify-content: space-between
}

.home-services .g-list-item {
    font-size: 24px;
    padding: 5px 0
}

.home-services .g-list-item a {
    color: red !important
}

@media screen and (min-width: 1248px) {
    .home-services .g-list-item {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .home-services .g-list-item {
        font-size: 32px
    }
}

@media screen and (min-width: 1596px) {
    .home-services .g-list-item {
        font-size: 36px
    }
}

.home-services .g-div-button {
    background-color: #fff;
    border-color: #fff;
    color: red
}

.ser_project_o_img .single-project-img {
    background-color: #abcd7b;
    margin: 20px;
    width: calc(25% - 40px)
}

.ser_project_o_img .single-project-img:nth-child(1) {
    background-color: #abcd7b
}

.ser_project_o_img .single-project-img:nth-child(2) {
    background-color: #99d2b1
}

.ser_project_o_img .single-project-img:nth-child(3) {
    background-color: #79c0cb
}

.ser_project_o_img .single-project-img:nth-child(4) {
    background-color: #5695c6
}

.ser_project_o_img .single-project-img:nth-child(5) {
    background-color: #53c1e2
}

.ser_project_o_img .single-project-img:nth-child(6) {
    background-color: #7b62a2
}

.ser_project_o_img .single-project-img:nth-child(7) {
    background-color: #b27cb5
}

.ser_project_o_img .single-project-img:nth-child(8) {
    background-color: #f599b1
}

.ser_project_o_img .single-project-img:nth-child(9) {
    background-color: #d77860
}

.ser_project_o_img .single-project-img:nth-child(10) {
    background-color: #f9a870
}

.ser_project_o_img .single-project-img:nth-child(11) {
    background-color: #dbcc42
}

body.nav_open .hs-sngl:nth-child(1) {
    animation: navigationEffect1 .8s .15s ease
}

body.nav_open .hs-sngl:nth-child(3) {
    animation: navigationEffect1 .8s .3s ease
}

body.nav_open .hs-sngl:nth-child(5) {
    animation: navigationEffect1 .8s .45s ease
}

body.nav_open .hs-sngl:nth-child(2) {
    animation: navigationEffect1 .8s .15s ease
}

body.nav_open .hs-sngl:nth-child(4) {
    animation: navigationEffect1 .8s .3s ease
}

body.nav_open .hs-sngl:nth-child(6) {
    animation: navigationEffect1 .8s .45s ease
}

#canvas_hs {
    transform: rotate(180deg);
    left: 0
}

.ripple {
    position: fixed;
    top: -20%;
    left: 50%;
    height: 40vh;
    width: 40vh;
    transform: scale(0);
    background-color: orange;
    border-radius: 50%;
    margin-left: -30vh
}

.home-about {
    display: grid;
    align-items: center;
    overflow: hidden
}

.home-projects-new,
.bonn-bread,
.home-clients {
    min-height: 100vh
}

.text-abs h2 {
    font-size: 7vw;
    margin: 0;
    white-space: nowrap;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 2.5;
    font-family: "Poppins", sans-serif
}

.list-of-work p {
    font-size: 1.5vw;
    margin: .8vw 0;
    color: #000c2a;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1
}

@media screen and (min-width: 1441px) {
    .list-of-work p {
        font-size: 1.1vw
    }
}

.project-button {
    color: var(--primary);
    font-size: 1.2vw;
    display: grid;
    align-items: center;
    grid-template-columns: max-content max-content;
    margin-top: 24px
}

@media screen and (min-width: 1441px) {
    .project-button {
        font-size: .9vw
    }
}

@media screen and (max-width: 1055px) {
    .project-button {
        font-size: 2vh
    }
}

.project-button i {
    margin-left: .5vw;
    font-size: 1.5em
}

.projects-group {
    display: grid;
    grid-template-columns: repeat(10, 100vw)
}

.projects-group img.main-img {
    width: auto;
    max-height: 70vh
}

.single-project {
    display: grid;
    grid-template-columns: 1fr 3fr;
    width: 100%
}

.single-project .left-side {
    position: relative;
    margin-left: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 80px
}

@media screen and (min-width: 1440px) {
    .single-project .left-side {
        margin-left: 0
    }
}

.single-project .right-side {
    display: grid;
    justify-content: flex-end;
    align-items: center
}

.projects-group {
    position: relative
}

.projects-group .o-p-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .5s ease-in-out
}

.projects-group .o-p-l {
    position: absolute;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%)
}

.projects-group .o-p-l .start,
.projects-group .o-p-l .end {
    display: inline-flex;
    height: 3vw;
    width: 3vw;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-height: 24px;
    min-width: 24px;
    max-width: 36px;
    max-height: 36px
}

.projects-group .o-p-l .end {
    margin-left: 8vw
}

.projects-group .o-p-l .line {
    height: 1px;
    width: 8vw;
    background-color: #000;
    position: absolute;
    top: calc(50% - 1px)
}

.only-projects h2 .main-o {
    transform: translateX(300px);
    display: inline-block
}

.only-projects h2 .main-t {
    transform: translateX(200px);
    display: inline-block
}

.only-projects .list-of-work p:nth-child(1) {
    transform: translateX(182px)
}

.only-projects .list-of-work p:nth-child(2) {
    transform: translateX(106px)
}

.only-projects .list-of-work p:nth-child(3) {
    transform: translateX(166px)
}

.only-projects .list-of-work p:nth-child(4) {
    transform: translateX(109px)
}

.only-projects .list-of-work p:nth-child(5) {
    transform: translateX(118px)
}

.only-projects .list-of-work p:nth-child(6) {
    transform: translateX(125px)
}

.only-projects .list-of-work p:nth-child(7) {
    transform: translateX(104px)
}

.only-projects .list-of-work p:nth-child(8) {
    transform: translateX(181px)
}

.only-projects .list-of-work p:nth-child(9) {
    transform: translateX(188px)
}

.only-projects:nth-child(1) p,
.only-projects:nth-child(1) a {
    color: #4b0646
}

.only-projects:nth-child(1).active~.o-p-back {
    background-color: #f2e9e4
}

.only-projects:nth-child(1).active~.o-p-l .line {
    background-color: #4b0646
}

.only-projects:nth-child(1).active~.o-p-l .start {
    border-color: #4b0646;
    color: #4b0646
}

.only-projects:nth-child(1).active~.o-p-l .end {
    border-color: #4b0646;
    color: #4b0646
}

.only-projects:nth-child(2) .img-back {
    position: absolute;
    top: -10vh;
    height: 90vh;
    right: 5vw;
    width: 80vh;
    background-color: #fff;
    z-index: -1;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw
}

.only-projects:nth-child(2) p,
.only-projects:nth-child(2) a {
    color: #2b2d42
}

.only-projects:nth-child(2).active~.o-p-back {
    background-color: #8d99ae
}

.only-projects:nth-child(2).active~.o-p-l .line {
    background-color: #f8edeb
}

.only-projects:nth-child(2).active~.o-p-l .start {
    border-color: #f8edeb;
    color: #f8edeb
}

.only-projects:nth-child(2).active~.o-p-l .end {
    border-color: #f8edeb;
    color: #f8edeb
}

.only-projects:nth-child(3) p,
.only-projects:nth-child(3) a {
    color: #0b1956
}

.only-projects:nth-child(3).active~.o-p-back {
    background-color: #f7e0e0
}

.only-projects:nth-child(3).active~.o-p-l .line {
    background-color: #bd1d21
}

.only-projects:nth-child(3).active~.o-p-l .start {
    border-color: #bd1d21;
    color: #bd1d21
}

.only-projects:nth-child(3).active~.o-p-l .end {
    border-color: #bd1d21;
    color: #bd1d21
}

.only-projects:nth-child(3) video {
    max-height: 70vh;
    max-width: 70vw;
    position: absolute;
    right: 3vw;
    top: 50%;
    z-index: -1;
    aspect-ratio: 16/9;
    transform: translateY(-50%)
}

@media screen and (min-width: 1441px) {
    .only-projects:nth-child(3) video {
        max-height: 60vh
    }
}

.only-projects:nth-child(3) p,
.only-projects:nth-child(4) a {
    color: #fff
}

.only-projects:nth-child(3).active~.o-p-back {
    background-color: #2e394b
}

.only-projects:nth-child(3).active~.o-p-l .line {
    background-color: #fff
}

.only-projects:nth-child(3).active~.o-p-l .start {
    border-color: #fff;
    color: #fff
}

.only-projects:nth-child(3).active~.o-p-l .end {
    border-color: #fff;
    color: #fff
}

.only-projects:nth-child(5) p,
.only-projects:nth-child(5) a {
    color: #c6aa9d
}

.only-projects:nth-child(5).active~.o-p-back {
    background-color: #4d5557
}

.only-projects:nth-child(5).active~.o-p-l .line {
    background-color: #c6aa9d
}

.only-projects:nth-child(5).active~.o-p-l .start {
    border-color: #c6aa9d;
    color: #c6aa9d
}

.only-projects:nth-child(5).active~.o-p-l .end {
    border-color: #c6aa9d;
    color: #c6aa9d
}

.only-projects:nth-child(3) video,
.only-projects:nth-child(5) video,
.only-projects:nth-child(2) video {
    max-height: 70vh;
    max-width: 70vw;
    position: absolute;
    right: 3vw;
    top: 50%;
    z-index: -1;
    aspect-ratio: 16/9;
    transform: translateY(-50%)
}

@media screen and (min-width: 1441px) {

    .only-projects:nth-child(3) video,
    .only-projects:nth-child(5) video,
    .only-projects:nth-child(2) video {
        max-height: 60vh
    }
}

.only-projects:nth-child(4) video {
    max-height: 70vh;
    max-width: 70vw;
    position: absolute;
    right: 3vw;
    top: 50%;
    z-index: -1;
    aspect-ratio: 16/9;
    transform: translateY(-50%)
}

@media screen and (min-width: 1441px) {
    .only-projects:nth-child(4) video {
        max-height: 60vh
    }
}

.only-projects:nth-child(4) p,
.only-projects:nth-child(4) a {
    color: #fff
}

.only-projects:nth-child(4).active~.o-p-back {
    background-color: #2e394b
}

.only-projects:nth-child(4).active~.o-p-l .line {
    background-color: #fff
}

.only-projects:nth-child(4).active~.o-p-l .start {
    border-color: #fff;
    color: #fff
}

.only-projects:nth-child(4).active~.o-p-l .end {
    border-color: #fff;
    color: #fff
}

.only-projects:nth-child(5) p,
.only-projects:nth-child(5) a {
    color: #c6aa9d
}

.only-projects:nth-child(5).active~.o-p-back {
    background-color: #4d5557
}

.only-projects:nth-child(5).active~.o-p-l .line {
    background-color: #c6aa9d
}

.only-projects:nth-child(5).active~.o-p-l .start {
    border-color: #c6aa9d;
    color: #c6aa9d
}

.only-projects:nth-child(5).active~.o-p-l .end {
    border-color: #c6aa9d;
    color: #c6aa9d
}

.only-projects:nth-child(4) video,
.only-projects:nth-child(5) video,
.only-projects:nth-child(2) video {
    max-height: 70vh;
    max-width: 70vw;
    position: absolute;
    right: 3vw;
    top: 50%;
    z-index: -1;
    aspect-ratio: 16/9;
    transform: translateY(-50%)
}

@media screen and (min-width: 1441px) {

    .only-projects:nth-child(4) video,
    .only-projects:nth-child(5) video,
    .only-projects:nth-child(2) video {
        max-height: 60vh
    }
}

.only-projects:nth-child(6) .gallery-group {
    max-height: 70vh;
    max-width: 70vw;
    position: absolute;
    right: 3vw;
    top: 50%;
    z-index: -1;
    aspect-ratio: 16/9;
    transform: translateY(-50%);
    display: grid;
    grid-template-areas: "one one one two two two" "three three four four five five" "six six six six six six";
    gap: 15px
}

.only-projects:nth-child(6) .gallery-group>img:nth-child(1) {
    grid-area: one
}

.only-projects:nth-child(6) .gallery-group>img:nth-child(2) {
    grid-area: two
}

.only-projects:nth-child(6) .gallery-group>img:nth-child(3) {
    grid-area: three
}

.only-projects:nth-child(6) .gallery-group>img:nth-child(4) {
    grid-area: four
}

.only-projects:nth-child(6) .gallery-group>img:nth-child(5) {
    grid-area: five
}

.only-projects:nth-child(6) .gallery-group>img:nth-child(6) {
    grid-area: six
}

@media screen and (min-width: 1441px) {
    .only-projects:nth-child(6) .gallery-group {
        max-height: 60vh
    }
}

.only-projects:nth-child(6) p,
.only-projects:nth-child(6) a {
    color: #adb5bd
}

.only-projects:nth-child(6).active~.o-p-back {
    background-color: #343a40
}

.only-projects:nth-child(6).active~.o-p-l .line {
    background-color: #adb5bd
}

.only-projects:nth-child(6).active~.o-p-l .start {
    border-color: #adb5bd;
    color: #adb5bd
}

.only-projects:nth-child(6).active~.o-p-l .end {
    border-color: #adb5bd;
    color: #adb5bd
}

.only-projects:nth-child(7) img {
    z-index: -1
}

.only-projects:nth-child(7) p,
.only-projects:nth-child(7) a {
    color: #e9ecef
}

.only-projects:nth-child(7).active~.o-p-back {
    background-color: #202229
}

.only-projects:nth-child(7).active~.o-p-l .line {
    background-color: #e9ecef
}

.only-projects:nth-child(7).active~.o-p-l .start {
    border-color: #e9ecef;
    color: #e9ecef
}

.only-projects:nth-child(7).active~.o-p-l .end {
    border-color: #e9ecef;
    color: #e9ecef
}

.only-projects:nth-child(1) .text-abs,
.only-projects:nth-child(2) .text-abs,
.only-projects:nth-child(3) .text-abs,
.only-projects:nth-child(4) .text-abs,
.only-projects:nth-child(5) .text-abs,
.only-projects:nth-child(6) .text-abs,
.only-projects:nth-child(7) .text-abs,
.only-projects:nth-child(8) .text-abs,
.only-projects:nth-child(9) .text-abs {
    position: absolute;
    left: 10vw;
    top: 3vh
}

@media screen and (min-width: 1441px) {

    .only-projects:nth-child(1) .text-abs,
    .only-projects:nth-child(2) .text-abs,
    .only-projects:nth-child(3) .text-abs,
    .only-projects:nth-child(4) .text-abs,
    .only-projects:nth-child(5) .text-abs,
    .only-projects:nth-child(6) .text-abs,
    .only-projects:nth-child(7) .text-abs,
    .only-projects:nth-child(8) .text-abs,
    .only-projects:nth-child(9) .text-abs {
        left: 0
    }
}

.only-projects:nth-child(1) .list-of-work,
.only-projects:nth-child(2) .list-of-work,
.only-projects:nth-child(3) .list-of-work,
.only-projects:nth-child(4) .list-of-work,
.only-projects:nth-child(5) .list-of-work,
.only-projects:nth-child(6) .list-of-work,
.only-projects:nth-child(7) .list-of-work,
.only-projects:nth-child(8) .list-of-work,
.only-projects:nth-child(9) .list-of-work {
    position: absolute;
    bottom: 4vh;
    left: 10vw
}

@media screen and (min-width: 1441px) {

    .only-projects:nth-child(1) .list-of-work,
    .only-projects:nth-child(2) .list-of-work,
    .only-projects:nth-child(3) .list-of-work,
    .only-projects:nth-child(4) .list-of-work,
    .only-projects:nth-child(5) .list-of-work,
    .only-projects:nth-child(6) .list-of-work,
    .only-projects:nth-child(7) .list-of-work,
    .only-projects:nth-child(8) .list-of-work,
    .only-projects:nth-child(9) .list-of-work {
        left: 0
    }
}

.only-projects:nth-child(1) img.main-img,
.only-projects:nth-child(2) img.main-img,
.only-projects:nth-child(3) img.main-img,
.only-projects:nth-child(4) img.main-img,
.only-projects:nth-child(5) img.main-img,
.only-projects:nth-child(6) img.main-img,
.only-projects:nth-child(7) img.main-img,
.only-projects:nth-child(8) img.main-img,
.only-projects:nth-child(9) img.main-img {
    position: absolute;
    right: 3vw;
    top: 50%;
    max-width: initial;
    max-height: 75vh;
    z-index: -1;
    transform: translateY(-50%)
}

@media screen and (min-width: 1441px) {

    .only-projects:nth-child(1) img.main-img,
    .only-projects:nth-child(2) img.main-img,
    .only-projects:nth-child(3) img.main-img,
    .only-projects:nth-child(4) img.main-img,
    .only-projects:nth-child(5) img.main-img,
    .only-projects:nth-child(6) img.main-img,
    .only-projects:nth-child(7) img.main-img,
    .only-projects:nth-child(8) img.main-img,
    .only-projects:nth-child(9) img.main-img {
        right: 0
    }
}

.home-clients {
    overflow: hidden;
    position: relative
}

@media screen and (min-width: 1056px) {
    .home-clients.active {
        background-color: #202229
    }

    .home-clients.active h2 {
        color: #e9ecef
    }

    .home-clients.active .client-name {
        color: rgba(233, 236, 239, .8) !important;
        border-top: 1px solid rgba(233, 236, 239, .486) !important
    }

    .home-clients.active .client-name:hover {
        color: #e9ecef !important
    }
}

.home-clients .client-list-cnvs {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.home-clients .client-list-cnvs .client-logo {
    width: 100%;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100vh
}

.home-clients .client-list-cnvs .client-logo>img {
    margin: 0 auto;
    animation: logoRotation 6s infinite;
    transform: scale(6)
}

.home-clients .client-list-cnvs .client-list {
    padding-left: 40px
}

.home-clients .client-list-cnvs .client-list .client-name {
    padding: 10px;
    padding-left: 25px;
    border-top: 1px solid rgba(74, 78, 105, .486);
    font-size: 1.8vw;
    text-transform: uppercase;
    color: rgba(74, 78, 105, .8);
    display: flex;
    align-items: center;
    line-height: 1.5;
    user-select: none
}

.home-clients .client-list-cnvs .client-list .client-name:hover {
    color: #4a4e69
}

.home-service-btn {
    margin: 0;
    padding: 20px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 1.1vw;
    font-weight: 500
}

.c-scrollbar {
    z-index: 111111;
    opacity: 1
}

.can_link_c {
    position: fixed;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500
}

body.nav_open .nav-ul .nav-p {
    animation: navigationEffect 1s .3s ease
}

body.nav_open .nav-ul .g-li:nth-child(1) {
    animation: navigationEffect .8s .15s ease
}

body.nav_open .nav-ul .g-li:nth-child(2) {
    animation: navigationEffect .8s .3s ease
}

body.nav_open .nav-ul .g-li:nth-child(3) {
    animation: navigationEffect .8s .45s ease
}

body.nav_open .nav-ul .g-li:nth-child(4) {
    animation: navigationEffect .8s .6s ease
}

body.nav_open .nav-ul .g-li span {
    display: inline-block;
    pointer-events: none;
    transition: transform .1s linear
}

body.nav_open .nav-line {
    background-color: transparent
}

body.nav_open .nav-line::before {
    width: 100%;
    transform: translateY(6px) rotate(225deg);
    background-color: #000
}

body.nav_open .nav-line::after {
    width: 100%;
    transform: translateY(-6px) rotate(-225deg);
    background-color: #000
}

.cont-max-width {
    max-width: 1440px
}

.heading-one-border {
    font-size: 8vw;
    margin: 0;
    color: #343a40;
    line-height: 1
}

@media screen and (max-width: 1055px) {
    .heading-one-border {
        font-size: 9vh
    }
}

.heading-one-border .bordered-text {
    color: #e09f3e;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px
}

.para-one {
    font-size: 1.5vw;
    margin: 0;
    max-width: 30vw;
    color: #5dbac3
}

@media screen and (max-width: 1055px) {
    .para-one {
        font-size: 2vh;
        max-width: 400px
    }
}

.heading-two-border {
    font-size: 6vw;
    margin: 0;
    color: #343a40;
    line-height: 1
}

@media screen and (max-width: 1055px) {
    .heading-two-border {
        font-size: 5vh
    }
}

.heading-two-border .bordered-text {
    color: #b14421;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px
}

@media screen and (max-width: 1055px) {
    .heading-two-border .bordered-text {
        -webkit-text-stroke-width: 2px
    }
}

.heading-three-border {
    font-size: 3vw;
    margin: 0;
    color: #343a40;
    line-height: 1
}

@media screen and (max-width: 1055px) {
    .heading-three-border {
        font-size: 4vh
    }
}

.heading-three-border .bordered-text {
    color: #b14421;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px
}

@media screen and (max-width: 1055px) {
    .heading-three-border .bordered-text {
        -webkit-text-stroke-width: 1px
    }
}

.para-two {
    font-size: 1.25vw;
    margin: 0;
    color: #343a40
}

@media screen and (max-width: 1055px) {
    .para-two {
        font-size: 1.75vh
    }
}

.title-dot {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    margin: 0;
    color: var(--primary);
    position: relative;
    display: inline-block
}

.title-dot::after {
    content: "";
    position: absolute;
    height: .3ch;
    width: .3ch;
    background-color: red;
    bottom: .7ch;
    border-radius: 50%;
    right: -0.5ch;
    background: radial-gradient(circle, #f599b1 0%, #d77860 100%)
}

.hover-this {
    transition: all .3s ease
}

.cursor {
    pointer-events: none;
    position: fixed;
    padding: .25rem;
    background-color: #fff;
    border-radius: 5rem;
    mix-blend-mode: difference;
    transition: transform .3s ease
}

.hover-this:hover~.cursor {
    transform: translate(-50%, -50%) scale(8)
}

.navigation {
    cursor: none
}

.home-about .heading-two-border {
    font-size: 6vw !important;
    align-self: center
}

.home-about .about-para p {
    font-size: 1.8vw !important;
    font-weight: 600;
    transition: all .5s ease-in-out;
    color: #fff
}

.home-about .about-para.active p {
    color: #b1b1b1;
    transition: all .5s ease-in-out
}

.home-about .about-para.active p .colr-1 {
    color: #e56b6f;
    transition: all .5s ease-in-out
}

.home-about .about-para.active p .colr-2 {
    color: #197278;
    transition: all .5s ease-in-out
}

.home-about .about-para.active p .colr-3 {
    color: #a53860;
    transition: all .5s ease-in-out
}

.home-clients h2 {
    font-size: 7vw !important
}

@media screen and (max-width: 1055px) {
    .home-about .g-row {
        flex-direction: column;
        justify-content: center
    }

    .home-about .g-row .g-content-group {
        width: 100%
    }

    .home-about .g-row .g-content-group p {
        font-size: 2.5vh !important
    }

    .home-about .g-row .g-content-group.g-col-e-3 {
        margin-top: 20px;
        width: max-content
    }

    .home-about .g-row .home-service-btn {
        font-size: 1.8vh !important;
        border-radius: 10px
    }
}

.projects-group-m {
    grid-template-columns: 1fr
}

.projects-group-m .only-projects-m {
    margin-top: 10vh
}

.projects-group-m .only-projects-m:first-child {
    margin-top: 15vh
}

.projects-group-m .only-projects-m .g-row {
    display: grid;
    grid-template-columns: 1fr
}

.projects-group-m .only-projects-m .g-row video {
    max-height: 80vh;
    max-width: 90vw;
    aspect-ratio: 16/9
}

.projects-group-m .only-projects-m .g-row .text-content {
    margin-top: -3vh
}

.projects-group-m .only-projects-m .g-row .text-content>div {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.5vh;
    padding: 0 20px
}

.projects-group-m .only-projects-m .g-row .text-content>div a,
.projects-group-m .only-projects-m .g-row .text-content>div p {
    margin: 0
}

.projects-group-m .only-projects-m .g-row .text-content>div p {
    font-size: 2vh !important;
    font-weight: 500
}

.projects-group .single-folio {
    width: 100% !important
}

.skip-button-group {
    position: absolute;
    bottom: 80px;
    right: 80px
}

.skip-button-group .skip-button {
    width: 64px;
    height: 64px;
    background-color: #000;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25)
}

.skip-button-group .skip-button.bottom i {
    transform: rotate(90deg)
}

.skip-button-group .skip-button.top i {
    transform: rotate(-90deg)
}

.clients-home {
    min-height: 100vh
}

.clients-home .clients-list>div {
    grid-template-rows: 1fr 1fr;
    display: grid
}

@media screen and (max-width: 1023px) {
    .clients-home .clients-list>div {
        grid-template-columns: 1fr 1fr 1fr !important;
        grid-template-rows: auto !important;
        grid-gap: 20px
    }
}

@media screen and (max-width: 768px) {
    .clients-home .clients-list>div {
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto !important
    }
}

.clients-home .clients-list>div .g-image-front {
    height: 340px;
    width: 340px
}

@media screen and (max-width: 1440px) {
    .clients-home .clients-list>div .g-image-front {
        height: 280px;
        width: 280px
    }
}

@media screen and (max-width: 1023px) {
    .clients-home .clients-list>div .g-image-front {
        height: 33.333vw;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .clients-home .clients-list>div .g-image-front {
        height: 50vw;
        width: 100%
    }
}

.clients-home .clients-list>div .g-image-front picture {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .clients-home .clients-list>div .g-image-front picture {
        margin: 0;
        width: 100%;
        height: 100%
    }
}

.clients-home .clients-list>div .g-image-front img {
    width: max-content
}

@media screen and (max-width: 1023px) {
    .clients-home .clients-list>div .g-image-front img {
        width: 80%
    }
}

@keyframes bubbleTranslate {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px)
    }
}

@keyframes bubbleAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scaleY(0.95) scaleX(1.05);
        transform: scaleY(0.95) scaleX(1.05)
    }

    48% {
        -webkit-transform: scaleY(1.1) scaleX(0.9);
        transform: scaleY(1.1) scaleX(0.9)
    }

    68% {
        -webkit-transform: scaleY(0.98) scaleX(1.02);
        transform: scaleY(0.98) scaleX(1.02)
    }

    80% {
        -webkit-transform: scaleY(1.02) scaleX(0.98);
        transform: scaleY(1.02) scaleX(0.98)
    }

    97%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sideways {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(50px)
    }
}

/*bubble blast*/
@keyframes pop {
  from {
    opacity: 1;
    transform: translateZ(0) scale(1, 1);
  }
  to {
    opacity: 0;
    transform: translateZ(0) scale(1.75, 1.75);
  }
}


.clients-bubble {
    overflow: hidden
}

.clients-bubble .bubbleCont {
    display: grid;
    grid-template-columns: max-content max-content max-content max-content;
    justify-content: center;
    grid-gap: 4em;
    position: relative
}

.clients-bubble .bubble-holder:nth-child(1) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 217px;
    height: 217px
}

.clients-bubble .bubble-holder:nth-child(1) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(2) {
    animation: sideways 3s 1.5s ease-in-out infinite alternate;
    width: 171px;
    height: 171px
}

.clients-bubble .bubble-holder:nth-child(2) .bubble {
    animation: bubbleAnim 3s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(3) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 247px;
    height: 247px
}

.clients-bubble .bubble-holder:nth-child(3) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(4) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 175px;
    height: 175px
}

.clients-bubble .bubble-holder:nth-child(4) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(5) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 213px;
    height: 213px
}

.clients-bubble .bubble-holder:nth-child(5) .bubble {
    animation: bubbleAnim 3s 1.8s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(6) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 234px;
    height: 234px
}

.clients-bubble .bubble-holder:nth-child(6) .bubble {
    animation: bubbleAnim 3s 0.6s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(7) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 224px;
    height: 224px
}

.clients-bubble .bubble-holder:nth-child(7) .bubble {
    animation: bubbleAnim 2s 0.6s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(8) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 152px;
    height: 152px
}

.clients-bubble .bubble-holder:nth-child(8) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(9) {
    animation: sideways 4s 1.5s ease-in-out infinite alternate;
    width: 206px;
    height: 206px
}

.clients-bubble .bubble-holder:nth-child(9) .bubble {
    animation: bubbleAnim 3s 1.8s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(10) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 221px;
    height: 221px
}

.clients-bubble .bubble-holder:nth-child(10) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(11) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 236px;
    height: 236px
}

.clients-bubble .bubble-holder:nth-child(11) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(12) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 182px;
    height: 182px
}

.clients-bubble .bubble-holder:nth-child(12) .bubble {
    animation: bubbleAnim 3s 1.8s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(13) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 171px;
    height: 171px
}

.clients-bubble .bubble-holder:nth-child(13) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(14) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 178px;
    height: 178px
}

.clients-bubble .bubble-holder:nth-child(14) .bubble {
    animation: bubbleAnim 3s 0.6s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(15) {
    animation: sideways 3s 1.5s ease-in-out infinite alternate;
    width: 156px;
    height: 156px
}

.clients-bubble .bubble-holder:nth-child(15) .bubble {
    animation: bubbleAnim 2s 1.8s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(16) {
    animation: sideways 5s 0.5s ease-in-out infinite alternate;
    width: 230px;
    height: 230px
}

.clients-bubble .bubble-holder:nth-child(16) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(17) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 237px;
    height: 237px
}

.clients-bubble .bubble-holder:nth-child(17) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(18) {
    animation: sideways 3s 1.5s ease-in-out infinite alternate;
    width: 190px;
    height: 190px
}

.clients-bubble .bubble-holder:nth-child(18) .bubble {
    animation: bubbleAnim 2s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(19) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 242px;
    height: 242px
}

.clients-bubble .bubble-holder:nth-child(19) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(20) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 205px;
    height: 205px
}

.clients-bubble .bubble-holder:nth-child(20) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(21) {
    animation: sideways 5s 0.5s ease-in-out infinite alternate;
    width: 208px;
    height: 208px
}

.clients-bubble .bubble-holder:nth-child(21) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(22) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 234px;
    height: 234px
}

.clients-bubble .bubble-holder:nth-child(22) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(23) {
    animation: sideways 4s 1.5s ease-in-out infinite alternate;
    width: 201px;
    height: 201px
}

.clients-bubble .bubble-holder:nth-child(23) .bubble {
    animation: bubbleAnim 2s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(24) {
    animation: sideways 5s 0.5s ease-in-out infinite alternate;
    width: 234px;
    height: 234px
}

.clients-bubble .bubble-holder:nth-child(24) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(25) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 152px;
    height: 152px
}

.clients-bubble .bubble-holder:nth-child(25) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(26) {
    animation: sideways 5s 0.5s ease-in-out infinite alternate;
    width: 231px;
    height: 231px
}

.clients-bubble .bubble-holder:nth-child(26) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(27) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 211px;
    height: 211px
}

.clients-bubble .bubble-holder:nth-child(27) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(28) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 177px;
    height: 177px
}

.clients-bubble .bubble-holder:nth-child(28) .bubble {
    animation: bubbleAnim 3s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(29) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 201px;
    height: 201px
}

.clients-bubble .bubble-holder:nth-child(29) .bubble {
    animation: bubbleAnim 2s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(30) {
    animation: sideways 4s 0.5s ease-in-out infinite alternate;
    width: 207px;
    height: 207px
}

.clients-bubble .bubble-holder:nth-child(30) .bubble {
    animation: bubbleAnim 3s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(31) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 163px;
    height: 163px
}

.clients-bubble .bubble-holder:nth-child(31) .bubble {
    animation: bubbleAnim 2s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(32) {
    animation: sideways 3s 1.5s ease-in-out infinite alternate;
    width: 150px;
    height: 150px
}

.clients-bubble .bubble-holder:nth-child(32) .bubble {
    animation: bubbleAnim 2s 1.8s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(33) {
    animation: sideways 4s 1.5s ease-in-out infinite alternate;
    width: 208px;
    height: 208px
}

.clients-bubble .bubble-holder:nth-child(33) .bubble {
    animation: bubbleAnim 3s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(34) {
    animation: sideways 3s 1.5s ease-in-out infinite alternate;
    width: 196px;
    height: 196px
}

.clients-bubble .bubble-holder:nth-child(34) .bubble {
    animation: bubbleAnim 2s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(35) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 160px;
    height: 160px
}

.clients-bubble .bubble-holder:nth-child(35) .bubble {
    animation: bubbleAnim 3s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(36) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 232px;
    height: 232px
}

.clients-bubble .bubble-holder:nth-child(36) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(37) {
    animation: sideways 5s 1.5s ease-in-out infinite alternate;
    width: 195px;
    height: 195px
}

.clients-bubble .bubble-holder:nth-child(37) .bubble {
    animation: bubbleAnim 3s 0.3s ease-out infinite
}

.clients-bubble .bubble-holder:nth-child(38) {
    animation: sideways 3s 0.5s ease-in-out infinite alternate;
    width: 233px;
    height: 233px
}

.clients-bubble .bubble-holder:nth-child(38) .bubble {
    animation: bubbleAnim 2s 0.1s ease-out infinite
}

.clients-bubble .bubble-holder .bubble-rotate {
    width: 100%;
    height: 100%
}

.clients-bubble .bubble-holder .bubble {
    background: radial-gradient(circle at 50% 55%, rgba(240, 245, 255, 0.9), rgba(240, 245, 255, 0.19) 40%, rgba(225, 238, 255, 0.8) 60%, rgba(43, 130, 255, 0.4));
    border-radius: 100%;
    position: relative;
     display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
}

.clients-bubble .bubble-holder .bubble img {
    max-width: 60%
}

.clients-bubble .bubble-holder .bubble::before {
    filter: blur(0);
    height: 80%;
    width: 40%;
    background: radial-gradient(circle at 130% 130%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 2
}

.clients-bubble .bubble-holder .bubble::after {
    display: block;
    background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    filter: blur(1px);
    z-index: 2;
    transform: rotateZ(-30deg)
}

.contact-now {
    position: fixed;
    bottom: 0;
    right: 100px;
    background-color: var(--primary);
    color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 1111111110;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .contact-now {
        width: 100%;
        right: inherit;
        text-align: center
    }
}

.conact-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1111111111;
    display: grid;
    justify-content: center;
    align-items: center;
    display: none;
    overflow-y: auto
}

.conact-form.show {
    display: grid
}

.conact-form>div {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    height: auto;
    padding: 40px
}

@media screen and (max-width: 768px) {
    .conact-form>div {
        padding: 20px
    }
}

.conact-form .cancel-btn button {
    background-color: #d3d3d3
}

.conact-form .g-check-box {
    display: grid;
    border: 3px solid transparent;
    border-radius: 4px;
    cursor: pointer
}

.conact-form .g-check-box>.input-box {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0
}

.conact-form .g-check-box span {
    display: block;
    padding: 8px;
    border: solid 1px #343a40;
    border-radius: 2px;
    user-select: none;
    pointer-events: none
}

.conact-form .g-check-box.active {
    border: 3px solid var(--primary)
}

.conact-form .g-check-box.active span {
    border: 1px solid transparent
}

.gooey {
    background-image: linear-gradient(120deg, #34e0f0 0%, #b400ff 100%);
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    width: 100px;
    height: 90px;
    animation: morph 3s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
    position: absolute;
    bottom: 70px;
    right: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

.gooey span {
    position: relative;
    z-index: 1
}

.gooey i {
    position: relative;
    z-index: 1111;
    transition: all .4s ease-in-out;
    margin-left: 5px
}

.gooey.bottom i {
    transform: rotate(90deg)
}

.gooey.top i {
    transform: rotate(-90deg)
}

.gooey:before {
    animation: morph 3s linear infinite;
    opacity: .21;
    animation-duration: 1.5s
}

.gooey:after {
    animation: morph 3s linear infinite;
    animation-delay: 400ms;
    opacity: .89;
    content: "What'cSS up?";
    line-height: 120px;
    text-indent: -21px
}

.gooey:before,
.gooey:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    box-shadow: 5px 5px 89px rgba(0, 102, 255, .21);
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms
}

@keyframes morph {

    0%,
    100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg)
    }

    34% {
        border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg)
    }

    50% {
        opacity: .89;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg)
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg)
    }
}

@keyframes fadeIn {
    100% {
        transform: scale(1.03);
        opacity: 0
    }
}

.mt-pb {
    padding-top: 11vw
}

@media screen and (min-width: 1596px) {
    .mt-pb {
        padding-top: 5vw
    }
}

.porfolio-page {
    background-color: #f8f9fa
}

.porfolio-banner {
    padding-top: 11vw
}

@media screen and (min-width: 1596px) {
    .porfolio-banner {
        padding-top: 5vw
    }
}

@media screen and (max-width: 1055px) {
    .porfolio-banner {
        padding-top: 15vh
    }
}

.porfolio-banner .title-image>div {
    grid-template-columns: repeat(5, 1fr)
}

.porfolio-banner .title-image>div .g-section-title {
    grid-row: 1/3;
    grid-column: 1/3;
    position: relative;
    z-index: 1
}

.porfolio-banner .title-image>div .g-image-front {
    width: 100%;
    grid-row: 1/3;
    grid-column: 2/-1
}

@media screen and (max-width: 1055px) {
    .porfolio-banner .title-image>div .g-image-front {
        grid-column: 1/-1;
        grid-row: 3;
        margin-top: -3vh
    }
}

.porfolio-banner p {
    max-width: 30vw;
    color: #e09f3e
}

@media screen and (max-width: 1055px) {
    .porfolio-banner p {
        max-width: 400px
    }
}

.portfolio-list {
    padding-top: 2vw
}

.portfolio-list .g-row {
    display: grid;
    --column-gap: 2rem;
    --row-gap: 10vh;
    --mwidth: 400px;
    --columns: 3;
    max-width: calc(var(--mwidth)*var(--columns) + (var(--columns) - 1)*var(--column-gap));
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(calc(var(--mwidth) / 2), var(--mwidth)));
    grid-column-gap: var(--column-gap);
    grid-row-gap: var(--row-gap);
    justify-content: center;
    align-items: flex-end
}

.portfolio-list .heading-two-border {
    font-size: 30px
}

@media screen and (max-width: 1055px) {
    .portfolio-list .heading-two-border {
        font-size: 30px
    }
}

.portfolio-list .heading-two-border .bordered-text {
    -webkit-text-stroke-width: 2px
}

.portfolio-list .single-item {
    height: var(--mwidth)
}

.portfolio-list .single-item .hover-img-content>div {
    display: grid;
    grid-template-columns: repeat(12, 8.3333%);
    grid-template-rows: repeat(12, 8.3333%)
}

.portfolio-list .single-item .hover-img-content>div .g-image-front {
    grid-column: 2/12;
    grid-row: 2/10;
    display: block
}

.portfolio-list .single-item .hover-img-content>div .g-image-front picture {
    height: 100%
}

.portfolio-list .single-item .hover-img-content>div .g-image-front picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.portfolio-list .single-item .hover-img-content>div .g-paragraph {
    grid-column: 2/12;
    grid-row: 10/-1
}

.portfolio-list .single-item .g-image-front {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center
}

.portfolio-list .single-item .g-image-front img {
    max-width: max-content;
    margin: 0 auto
}

.portfolio-list .item {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: flex-start
}

.portfolio-list .item .g-image-front {
    grid-row: 1/2;
    grid-column: 2/-1;
    height: 100%;
    position: relative
}

.portfolio-list .item .g-image-front .after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #e09f3e
}

.portfolio-list .item .g-section-title {
    grid-row: 1/2;
    grid-column: 1/4;
    position: relative;
    z-index: 1;
    margin-top: 1.5rem
}

.portfolio-list .item .g-paragraph {
    grid-row: 2;
    grid-column: 2/-1
}

.portfolio-list .item .g-paragraph p {
    margin: 0;
    margin-top: 1rem
}

#page-wrap {
    position: relative
}

#portfolio_canvas {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 111111
}

.folio-single-page.la-americana {
    background-color: #f7e0e0
}

.folio-single-page .single-folio-banner {
    height: 100vh
}

.folio-single-page .single-folio-banner .pb-title {
    padding-bottom: 5vw;
    color: #274581
}

.folio-single-page .single-folio-banner .pb-title .bordered-text {
    color: #0b1956
}

.folio-single-page .single-folio-banner .banner-bottom p {
    color: #0b1956
}

.folio-single-page .single-folio-banner .banner-bottom>div {
    grid-template-columns: 1fr 1fr
}

.folio-single-page .packagin-showcase>div {
    grid-template-columns: 1fr 1fr;
    position: relative
}

.folio-single-page .packagin-showcase .packagin-column {
    height: 100vh
}

.folio-single-page .packagin-showcase .packagin-column .top,
.folio-single-page .packagin-showcase .packagin-column .left,
.folio-single-page .packagin-showcase .packagin-column .right {
    position: absolute
}

.folio-single-page .packagin-showcase .packagin-column .pack-image {
    width: 35vw;
    margin: 0 auto;
    box-shadow: 0 16px 28px rgba(0, 0, 0, .16)
}

.folio-single-page .packagin-showcase .packagin-column .top {
    top: 0;
    left: 0;
    right: 0;
    height: 70%;
    width: 100%;
    background-color: #fff6a4
}

.folio-single-page .packagin-showcase .packagin-column .left {
    bottom: 0;
    left: 0;
    width: 50%;
    height: 30%;
    background-color: #2a9d8f
}

.folio-single-page .packagin-showcase .packagin-column .right {
    bottom: 0;
    right: 0;
    width: 50%;
    height: 30%;
    background-color: #ffd25d
}

.single-folio-packagin.sft-first {
    height: 300vh;
    overflow: hidden
}

.single-folio-packagin.sft-first .g-row {
    position: relative
}

.single-folio-packagin.sft-first .packagin-showcase {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.single-folio-packagin.sft-first .packagin-showcase .pack-image {
    transition: transform 1s cubic-bezier(0.84, 0.13, 0.24, 1.05)
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(1) {
    z-index: 2
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(1) .packagin-column:nth-child(1) .top {
    background-color: #f1faee
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(1) .packagin-column:nth-child(1) .left {
    background-color: #a8dadc
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(1) .packagin-column:nth-child(1) .right {
    background-color: #457b9d
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(1) .packagin-column:nth-child(2) .top {
    background-color: #f0f3bd
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(1) .packagin-column:nth-child(2) .left {
    background-color: #457b9d
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(1) .packagin-column:nth-child(2) .right {
    background-color: #02c39a
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(2) {
    z-index: 1
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(2) .packagin-column .pack-image {
    transition: transform 1s cubic-bezier(0.84, 0.13, 0.24, 1.05);
    transform: translateY(100vh)
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(2) .packagin-column:nth-child(1) .top {
    background-color: #edc4b3
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(2) .packagin-column:nth-child(1) .left {
    background-color: #774936
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(2) .packagin-column:nth-child(1) .right {
    background-color: #f8edeb
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(2) .packagin-column:nth-child(2) .top {
    background-color: #cb997e
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(2) .packagin-column:nth-child(2) .left {
    background-color: #f8edeb
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(2) .packagin-column:nth-child(2) .right {
    background-color: #774936
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(3) {
    z-index: 0
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(3) .packagin-column .pack-image {
    transition: transform 1s cubic-bezier(0.84, 0.13, 0.24, 1.05);
    transform: translateY(100vh)
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(3) .packagin-column:nth-child(1) .top {
    background-color: #edf2f4
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(3) .packagin-column:nth-child(1) .left {
    background-color: #8d99ae
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(3) .packagin-column:nth-child(1) .right {
    background-color: #cbc0d3
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(3) .packagin-column:nth-child(2) .top {
    background-color: #4a4e69
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(3) .packagin-column:nth-child(2) .left {
    background-color: #cbc0d3
}

.single-folio-packagin.sft-first .packagin-showcase:nth-child(3) .packagin-column:nth-child(2) .right {
    background-color: #edf2f4
}

.single-folio-packagin.float-folio {
    padding: 10vw 0
}

.single-folio-packagin.float-folio .g-row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5vw
}

.digital-marketing.v-campaign {
    padding-top: 10vw !important
}

.digital-marketing.v-campaign .valentine-campaign {
    margin-top: 2vw
}

.digital-marketing.v-campaign .valentine-campaign>div {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1vw;
    row-gap: 1vw
}

.digital-marketing.v-campaign .normal-campaign {
    margin-top: 8vw
}

.digital-marketing.v-campaign .normal-campaign>div {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1vw;
    row-gap: 1vw
}

.digital-marketing.campaign {
    padding-top: 10vw !important
}

.digital-marketing.campaign .sweet-campaign {
    margin-top: 2vw
}

.digital-marketing.campaign .sweet-campaign>div {
    grid-template-columns: repeat(8, max-content);
    column-gap: 3vw
}

.digital-marketing.campaign .sweet-campaign>div img {
    width: auto !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
    max-height: 70vh
}

.clip-reveal.top-reveal {
    transition: clip-path .7s cubic-bezier(0.84, 0.13, 0.24, 1.05);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%)
}

.clip-reveal.bottom-reveal {
    transition: clip-path .7s cubic-bezier(0.84, 0.13, 0.24, 1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)
}

.clip-reveal.left-reveal {
    transition: clip-path .7s cubic-bezier(0.84, 0.13, 0.24, 1.05);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%)
}

.clip-reveal.right-reveal {
    transition: clip-path .7s cubic-bezier(0.84, 0.13, 0.24, 1.05);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%)
}

.clip-reveal.active.top-reveal {
    transition: clip-path .7s cubic-bezier(0.84, 0.13, 0.24, 1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.clip-reveal.active.bottom-reveal {
    transition: clip-path .7s cubic-bezier(0.84, 0.13, 0.24, 1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.clip-reveal.active.left-reveal {
    transition: clip-path .7s cubic-bezier(0.84, 0.13, 0.24, 1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.clip-reveal.active.right-reveal {
    transition: clip-path .7s cubic-bezier(0.84, 0.13, 0.24, 1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.services-page {
    background-color: #e9ecef
}

.service-page-banner .heading-one-border {
    margin-top: 9vw
}

@media screen and (min-width: 1596px) {
    .service-page-banner .heading-one-border {
        margin-top: 7vw
    }
}

@media screen and (max-width: 1055px) {
    .service-page-banner .heading-one-border {
        margin-top: 11vh
    }
}

.service-page-banner .para-one {
    margin-top: .835vw;
    color: #e09f3e
}

.service-page-banner .banner-gallery {
    margin-top: 5vw
}

.service-page-banner .banner-gallery>div {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    align-items: start
}

@media screen and (max-width: 1055px) {
    .service-page-banner .banner-gallery>div {
        grid-template-columns: repeat(2, 1fr)
    }
}

.service-page-banner .banner-gallery .g-image-front {
    background-color: #e09f3e
}

.service-list .service-item {
    margin-bottom: 10vw
}

@media screen and (max-width: 1055px) {
    .service-list .service-item {
        margin-top: 10vh
    }
}

.service-list .service-item:nth-child(1) .bordered-text,
.service-list .service-item:nth-child(1) li {
    color: #e09f3e !important;
    border-color: #e09f3e !important
}

.service-list .service-item:nth-child(2) .bordered-text,
.service-list .service-item:nth-child(2) li {
    color: #e56b6f !important;
    border-color: #e56b6f !important
}

.service-list .service-item:nth-child(3) .bordered-text,
.service-list .service-item:nth-child(3) li {
    color: #197278 !important;
    border-color: #197278 !important
}

.service-list .service-item:nth-child(4) .bordered-text,
.service-list .service-item:nth-child(4) li {
    color: #0466c8 !important;
    border-color: #0466c8 !important
}

.service-list .service-item:nth-child(1) .bordered-text,
.service-list .service-item:nth-child(1) li {
    color: #e09f3e !important;
    border-color: #e09f3e !important
}

.service-list .service-item:nth-child(6) .bordered-text,
.service-list .service-item:nth-child(6) li {
    color: #a53860 !important;
    border-color: #a53860 !important
}

.service-list .service-breif-list {
    margin-top: 2.5vw
}

.service-list .service-breif-list>div {
    grid-template-columns: 2fr 1fr;
    grid-gap: 2vw
}

@media screen and (max-width: 768px) {
    .service-list .service-breif-list>div {
        grid-template-columns: 1fr
    }
}

.service-list .service-breif-list ul {
    display: grid;
    justify-content: center;
    grid-gap: .5vw;
    column-gap: 1vw;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: max-content
}

@media screen and (max-width: 768px) {
    .service-list .service-breif-list ul {
        margin-top: 2vh
    }
}

.service-list .service-breif-list ul li {
    font-size: 1.05vw;
    color: #e09f3e;
    border-bottom: 1px solid #e09f3e;
    padding-bottom: 5px
}

@media screen and (max-width: 1055px) {
    .service-list .service-breif-list ul li {
        font-size: 1.55vh
    }
}

.about-banner {
    height: 80vh;
    padding: 0
}

@media screen and (max-width: 768px) {
    .about-banner {
        height: initial;
        margin-top: 12vh
    }
}

.about-banner .g-row {
    align-items: center;
    display: grid;
    grid-template-columns: 50% 50%
}

@media screen and (max-width: 768px) {
    .about-banner .g-row {
        display: flex;
        flex-direction: column-reverse
    }
}

.about-banner .g-row .about-title {
    max-width: 500px;
    margin: 0 auto;
    font-size: 3vw
}

@media screen and (max-width: 1055px) {
    .about-banner .g-row .about-title {
        font-size: 5vh
    }
}

@media screen and (max-width: 768px) {
    .about-banner .g-row .about-title {
        font-size: 3vh;
        text-align: center;
        margin-top: 2vh
    }
}

.about-banner .g-row .about-image {
    width: 100%;
    text-align: center
}

@media screen and (max-width: 768px) {
    .about-banner .g-row .about-image picture {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 80vh
    }
}

.about-banner .g-row .about-image img {
    max-height: 80vh;
    width: auto
}

@media screen and (max-width: 768px) {
    .about-banner .g-row .about-image img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 80vh;
        object-fit: contain
    }
}

@media screen and (max-width: 768px) {
    .about-brief {
        margin-top: 8vh
    }
}

.about-brief .g-paragraph {
    width: 100%
}

.about-brief .brief-text {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto
}

.about-page .about-feature {
    position: relative;
    margin-top: 5vw
}

@media screen and (max-width: 768px) {
    .about-page .about-feature {
        margin-top: 15vh
    }
}

.about-page .about-feature .g-container {
    margin-bottom: 5vw
}

.about-page .about-feature .single-feature {
    margin-bottom: 20vw
}

@media screen and (max-width: 768px) {
    .about-page .about-feature .single-feature {
        margin-bottom: 20vh
    }
}

.about-page .about-feature .single-feature:nth-child(5) {
    margin-bottom: 10vw
}

@media screen and (max-width: 768px) {
    .about-page .about-feature .single-feature:nth-child(5) {
        margin-top: 10vh
    }
}

.about-page .about-feature .before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    left: -8vw;
    height: 30vw;
    width: 30vw;
    background-color: #80c791;
    z-index: -1;
    border-radius: 50%;
    transform-origin: left center;
    transition: all 1s ease-in-out;
    opacity: 0
}

@media screen and (max-width: 768px) {
    .about-page .about-feature .before {
        height: 50vh;
        width: 50vh
    }
}

.about-page .about-feature .before.active {
    transform: translateY(-50%) rotate(-64deg);
    transition: all 1s ease-in-out;
    opacity: 1
}

.about-page .about-feature .before.active.second {
    background-color: #f9a870 !important
}

.about-page .about-feature .before.active.three {
    background-color: #f59eb4 !important
}

.about-page .about-feature .before.active.four {
    background-color: #79c0cb !important
}

.about-page .feature-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    margin: 0;
    color: #5b5b5b;
    position: relative;
    display: inline-block
}

@media screen and (max-width: 768px) {
    .about-page .feature-title {
        font-size: 6vh !important;
        line-height: 1em;
        display: inline
    }
}

.about-page .feature-title::after {
    content: "";
    position: absolute;
    height: .3ch;
    width: .3ch;
    background-color: red;
    bottom: .7ch;
    border-radius: 50%;
    right: -0.5ch;
    background: radial-gradient(circle, #f599b1 0%, #d77860 100%)
}

.about-page .feature-para {
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    margin: 0;
    margin-top: .2em
}

@media screen and (max-width: 768px) {
    .about-page .feature-para {
        font-size: 2.2vh !important;
        margin-top: 1em
    }
}

.about-team {
    --gap: 80px;
    --height: calc(400px + var(--gap));
    min-height: 100vh;
    padding-right: 400px !important
}

@media screen and (max-width: 768px) {
    .about-team {
        padding-right: 0 !important;
        --height: 90vw
    }

    .about-team .g-row {
        justify-content: center
    }
}

.about-team .main-t {
    position: absolute;
    top: -5vh;
    left: 50%
}

@media screen and (max-width: 768px) {
    .about-team .main-t {
        position: relative;
        top: inherit;
        left: inherit;
        text-align: center;
        margin-bottom: 8vh
    }
}

.about-team .svg {
    display: block !important;
    max-height: initial;
    max-width: initial
}

.about-team .g-row {
    position: relative;
    align-items: center
}

.about-team .team-path picture,
.about-team .team-path img {
    width: initial;
    max-width: initial
}

.about-team .team-member-group {
    margin-top: 5vw;
    width: 100vw
}

.about-team .team-member-group .teamMemberScroll {
    grid-template-columns: repeat(21, max-content)
}

@media screen and (max-width: 768px) {
    .about-team .team-member-group .teamMemberScroll {
        grid-template-columns: 1fr
    }
}

.about-team .team-member-group .teamMemberScroll .team-member>div {
    width: calc(100% - var(--gap));
    height: calc(100% - var(--gap))
}

.about-team .team-member {
    z-index: 111;
    height: var(--height);
    width: var(--height);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 768px) {
    .about-team .team-member:nth-child(1) {
        height: calc(100vh - 240px)
    }
}

.about-team .team-member:nth-child(even)>div {
    margin-top: var(--gap) !important
}

@media screen and (max-width: 768px) {
    .about-team .team-member:nth-child(even)>div {
        margin-bottom: var(--gap) !important
    }
}

.about-team .team-member .name-avatar {
    clip-path: circle(0% at 50% 50%);
    transition: clip-path 1s cubic-bezier(0.4, 0, 1, 1);
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-content: center;
    justify-content: center;
    text-align: center
}

.about-team .team-member .hover-quoate {
    clip-path: circle(0% at 50% 100%);
    transition: all .7s cubic-bezier(0.15, 0.85, 0.58, 1);
    animation: morph 10s linear infinite both alternate
}

.about-team .team-member .hover-quoate>div {
    padding: 2vw
}

.about-team .team-member .hover-quoate p {
    font-family: "Caveat", cursive !important;
    font-weight: bold;
    font-size: 1.7vw !important
}

@media screen and (max-width: 1055px) {
    .about-team .team-member .hover-quoate p {
        font-size: 2.7vw !important
    }
}

@media screen and (min-width: 1440px) {
    .about-team .team-member .hover-quoate p {
        font-size: 1.3vw !important
    }
}

@media screen and (max-width: 768px) {
    .about-team .team-member .hover-quoate p {
        font-size: 4.5vw !important
    }
}

@media screen and (max-width: 600px) {
    .about-team .team-member .hover-quoate p {
        font-size: 2.2vh !important
    }
}

@media screen and (max-width: 768px) {
    .about-team .team-member {
        position: static;
        top: initial
    }

    .about-team .team-member:nth-child(odd) {
        margin-right: 0;
        margin-left: auto
    }

    .about-team .team-member:nth-child(even) {
        margin-right: auto;
        margin-left: 0
    }

    .about-team .team-member:last-child {
        margin-bottom: 0
    }
}

.about-team .team-member:nth-child(1n+1) .name-avatar {
    background-color: #84c991
}

.about-team .team-member:nth-child(1n+1) .hover-quoate {
    background-color: #008275
}

.about-team .team-member:nth-child(2n+2) .name-avatar {
    background-color: #3c91cb
}

.about-team .team-member:nth-child(2n+2) .hover-quoate {
    background-color: #00365b
}

.about-team .team-member:nth-child(3n+3) .name-avatar {
    background-color: #f59eb4
}

.about-team .team-member:nth-child(3n+3) .hover-quoate {
    background-color: #ba002f
}

.about-team .team-member:nth-child(4n+4) .name-avatar {
    background-color: #79c0cb
}

.about-team .team-member:nth-child(4n+4) .hover-quoate {
    background-color: #006474
}

.about-team .team-member>div {
    justify-content: center;
    text-align: center
}

.about-team .team-member .g-image-front {
    height: calc(var(--height)/2);
    width: calc(var(--height)/2);
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .about-team .team-member .g-image-front {
        --new-height: calc(var(--height) - var(--gap) / 2);
        height: calc(var(--new-height)/2);
        width: calc(var(--new-height)/2)
    }
}

.about-team .team-member .g-section-title {
    margin-top: 1vw;
    transform: translateY(20px);
    transition: all .7s ease-in-out;
    opacity: 0
}

.about-team .team-member .g-section-title h5 {
    margin: 0;
    color: rgba(0, 0, 0, .75);
    transition: all .7s ease-in-out
}

.about-team .team-member .g-paragraph {
    transform: translateY(20px);
    opacity: 0;
    user-select: none;
    pointer-events: none
}

.about-team .team-member .g-paragraph p {
    margin: 0;
    color: #fff
}

.about-team .team-member .g-image-front {
    clip-path: circle(0% at 50% 100%);
    transition: all .7s .7s cubic-bezier(0.15, 0.85, 0.58, 1)
}

.about-team .team-member.active .name-avatar {
    clip-path: circle(50% at 50% 50%);
    transition: clip-path 1s cubic-bezier(0.15, 0.85, 0.58, 1)
}

.about-team .team-member.active .g-image-front {
    transition: all .7s .7s cubic-bezier(0.15, 0.85, 0.58, 1);
    clip-path: circle(50% at 50% 50%)
}

.about-team .team-member.active .g-section-title,
.about-team .team-member.active .g-paragraph {
    opacity: 1;
    transform: translateY(0);
    transition: all .7s ease-in-out
}

.about-team .team-member .hover-quoate {
    pointer-events: none
}

.about-team .team-member .hover-quoate p {
    opacity: 0;
    transition: all .7s cubic-bezier(0.15, 0.85, 0.58, 1)
}

.about-team .team-member .name-avatar:hover~.hover-quoate {
    transition: all 1.2s cubic-bezier(0.15, 0.85, 0.58, 1);
    clip-path: circle(50% at 50% 50%)
}

.about-team .team-member .name-avatar:hover~.hover-quoate p {
    opacity: 1;
    transition: all .7s .7s cubic-bezier(0.15, 0.85, 0.58, 1)
}

@media screen and (max-width: 768px) {
    #svg {
        display: none !important
    }
}

@media screen and (max-width: 1247px) {
    .contact-us-page .contact-us {
        padding-top: 14vw
    }
}

@media screen and (max-width: 1055px) {
    .contact-us-page .contact-us {
        padding-top: 16vw
    }
}

@media screen and (max-width: 768px) {
    .contact-us-page .contact-us {
        padding-top: 25vw
    }
}

@media screen and (max-width: 600px) {
    .contact-us-page .contact-us {
        padding-top: 35vw
    }
}

@media screen and (max-width: 600px) {
    .contact-us-page .contact-us .heading-one-border {
        font-size: 12vw
    }

    .contact-us-page .contact-us .heading-one-border .bordered-text {
        -webkit-text-stroke-width: 2px
    }
}

.contact-us-page .contact-us button.input-box {
    background-color: #e09f3e
}

.contact-us-page .form-loc {
    padding-top: 5vw
}

.contact-us-page .form-loc>div {
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    column-gap: 40px
}

.contact-us-page .form-loc>div>.g-section-title {
    grid-column: 1/3;
    grid-row: 1/1
}

@media screen and (max-width: 1055px) {
    .contact-us-page .form-loc>div>.g-section-title {
        grid-column: 1/-1;
        grid-row: 1
    }
}

.contact-us-page .form-loc>div .contact-form {
    grid-column: 1/3;
    grid-row: 2
}

@media screen and (max-width: 1055px) {
    .contact-us-page .form-loc>div .contact-form {
        grid-column: 1/-1;
        grid-row: 2
    }
}

.contact-us-page .form-loc>div .social-loc {
    grid-column: 3/4;
    grid-row: 1/3
}

@media screen and (max-width: 1055px) {
    .contact-us-page .form-loc>div .social-loc {
        grid-column: 1/-1;
        grid-row: 3;
        margin-top: 6vw
    }
}

.contact-us-page .form-loc .form-title {
    font-weight: 500
}

.contact-us-page .form-loc .input-service>div {
    column-gap: 10px;
    row-gap: 10px
}

.contact-us-page .form-loc .g-check-box {
    display: grid;
    border: 3px solid transparent;
    border-radius: 4px;
    cursor: pointer
}

.contact-us-page .form-loc .g-check-box>.input-box {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0
}

.contact-us-page .form-loc .g-check-box span {
    display: block;
    padding: 8px;
    border: solid 1px #343a40;
    border-radius: 2px;
    user-select: none;
    pointer-events: none
}

.contact-us-page .form-loc .g-check-box.active {
    border: 3px solid var(--primary)
}

.contact-us-page .form-loc .g-check-box.active span {
    border: 1px solid transparent
}

.contact-us-page .form-loc .contact-form>div {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px
}

.contact-us-page .form-loc .contact-form>div>div:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1
}

.contact-us-page .form-loc .contact-form>div>div:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2
}

@media screen and (max-width: 768px) {
    .contact-us-page .form-loc .contact-form>div>div:nth-child(2) {
        grid-column: 1/-1
    }
}

.contact-us-page .form-loc .contact-form>div>div:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2
}

@media screen and (max-width: 768px) {
    .contact-us-page .form-loc .contact-form>div>div:nth-child(3) {
        grid-column: 1/-1;
        grid-row: 3
    }
}

.contact-us-page .form-loc .contact-form>div>div:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2
}

@media screen and (max-width: 768px) {
    .contact-us-page .form-loc .contact-form>div>div:nth-child(4) {
        grid-column: 1/-1;
        grid-row: 4
    }
}

.contact-us-page .form-loc .contact-form>div>div:nth-child(5) {
    grid-column: 1/-1;
    grid-row: 3
}

@media screen and (max-width: 768px) {
    .contact-us-page .form-loc .contact-form>div>div:nth-child(5) {
        grid-column: 1/-1;
        grid-row: 5
    }
}

.contact-us-page .form-loc .social-loc {
    height: 100%
}

.contact-us-page .form-loc .social-loc h3,
.contact-us-page .form-loc .social-loc h4 {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1
}

.contact-us-page .form-loc .social-loc>div {
    row-gap: 40px
}

.contact-us-page .form-loc .social-loc h3 {
    color: #e09f3e;
    font-weight: 600
}

.contact-us-page .form-loc .social-loc h4 {
    font-size: 24px;
    font-weight: 400
}

.contact-us-page .form-loc .social-loc a {
    color: #343a40;
    display: inline-block
}

@media screen and (min-width: 769px)and (max-width: 1055px) {
    .contact-us-page .form-loc .social-loc>div {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

.contact-us-page .form-loc .social-loc .social>div {
    column-gap: 15px
}

.contact-us-page .form-loc .social-loc .social .g-section-title {
    grid-column: 1/5;
    grid-row: 1
}

.contact-us-page .form-loc .social-loc .social a:nth-child(1) {
    grid-column: 1/2;
    grid-row: 2
}

.contact-us-page .form-loc .social-loc .social a:nth-child(2) {
    grid-column: 2/3;
    grid-row: 2
}

.contact-us-page .form-loc .social-loc .social a:nth-child(3) {
    grid-column: 3/4;
    grid-row: 2
}

.contact-us-page .form-loc .social-loc .social a:nth-child(4) {
    grid-column: 4/5;
    grid-row: 2
}

.video-cont {
    position: relative
}

.video-cont video:hover~.g-video-content {
    visibility: hidden
}

.video-cont .g-video-content {
    left: calc(50% - 30px);
    width: auto
}

.play-btn {
    background-color: var(--primary);
    color: var(--background-color)
}

.folio-single-page {
    transition: background .3s ease-in-out
}

@media screen and (max-width: 1055px) {
    .folio-single-page .heading-one-border {
        font-size: 8vw
    }
}

@media screen and (max-width: 768px) {
    .folio-single-page .heading-one-border {
        font-size: 12vw
    }
}

@media screen and (max-width: 600px) {
    .folio-single-page .heading-one-border {
        font-size: 14vw
    }

    .folio-single-page .heading-one-border .bordered-text {
        -webkit-text-stroke-width: 2px
    }
}

.folio-single-page .single-portfolio-banner {
    padding-top: 10vw !important
}

.folio-single-page .single-portfolio-banner .g-container {
    padding: 0 10vw !important
}

@media screen and (max-width: 600px) {
    .folio-single-page .single-portfolio-banner .g-container {
        padding: 0 6vw !important
    }
}

.folio-single-page .single-portfolio-banner .g-container .g-row {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 5vw
}

@media screen and (max-width: 600px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row {
        row-gap: 14vw
    }
}

.folio-single-page .single-portfolio-banner .g-container .g-row .g-section-title {
    grid-row: 1
}

.folio-single-page .single-portfolio-banner .g-container .g-row .g-section-title .heading-one-border {
    color: var(--primary)
}

.folio-single-page .single-portfolio-banner .g-container .g-row .g-section-title .heading-one-border .bordered-text {
    color: var(--secondary) !important
}

@media screen and (max-width: 1055px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-section-title .heading-one-border {
        font-size: 8vw
    }
}

@media screen and (max-width: 768px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-section-title .heading-one-border {
        font-size: 12vw
    }
}

@media screen and (max-width: 600px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-section-title .heading-one-border {
        font-size: 14vw
    }

    .folio-single-page .single-portfolio-banner .g-container .g-row .g-section-title .heading-one-border .bordered-text {
        -webkit-text-stroke-width: 2px
    }
}

.folio-single-page .single-portfolio-banner .g-container .g-row .g-ul-list {
    grid-row: 2;
    align-self: center
}

.folio-single-page .single-portfolio-banner .g-container .g-row .g-ul-list li {
    font-size: 1.2vw !important;
    font-weight: 500;
    color: var(--primary)
}

@media screen and (max-width: 768px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-ul-list li {
        font-size: 2.2vw !important
    }
}

@media screen and (max-width: 600px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-ul-list li {
        font-size: 5vw !important
    }
}

@media screen and (min-width: 769px),
print {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-ul-list li {
        font-size: 1.9vw !important
    }
}

@media screen and (min-width: 1056px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-ul-list li {
        font-size: 1.5vw !important
    }
}

@media screen and (min-width: 1248px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-ul-list li {
        font-size: 1.4vw !important
    }
}

@media screen and (min-width: 1441px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-ul-list li {
        font-size: 1.3vw !important
    }
}

@media screen and (min-width: 1596px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-ul-list li {
        font-size: 1.2vw !important
    }
}

.folio-single-page .single-portfolio-banner .g-container .g-row .g-paragraph {
    grid-row: 2;
    color: var(--primary)
}

@media screen and (max-width: 600px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-paragraph {
        grid-row: 3
    }
}

.folio-single-page .single-portfolio-banner .g-container .g-row .g-paragraph p {
    font-size: 1.3vw !important;
    margin: 0;
    font-weight: 300
}

@media screen and (max-width: 768px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-paragraph p {
        font-size: 2.3vw !important
    }
}

@media screen and (max-width: 600px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-paragraph p {
        font-size: 4.9vw !important
    }
}

@media screen and (min-width: 769px),
print {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-paragraph p {
        font-size: 2vw !important
    }
}

@media screen and (min-width: 1248px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-paragraph p {
        font-size: 1.5vw !important
    }
}

@media screen and (min-width: 1441px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-paragraph p {
        font-size: 1.4vw !important
    }
}

@media screen and (min-width: 1596px) {
    .folio-single-page .single-portfolio-banner .g-container .g-row .g-paragraph p {
        font-size: 1.3vw !important
    }
}

@media screen and (max-width: 768px) {
    .folio-single-page .single-portfolio-banner {
        padding-top: 16vw !important
    }
}

@media screen and (max-width: 600px) {
    .folio-single-page .single-portfolio-banner {
        padding-top: 25vw !important
    }
}

@media screen and (min-width: 769px),
print {
    .folio-single-page .single-portfolio-banner {
        padding-top: 13vw !important
    }
}

@media screen and (min-width: 1056px) {
    .folio-single-page .single-portfolio-banner {
        padding-top: 10vw !important
    }
}

@media screen and (min-width: 1441px) {
    .folio-single-page .single-portfolio-banner {
        padding-top: 9vw !important
    }

    .folio-single-page .single-portfolio-banner .g-container {
        padding-left: 4vw !important;
        padding-right: 4vw !important
    }
}

@media screen and (min-width: 1596px) {
    .folio-single-page .single-portfolio-banner {
        padding-top: 8vw !important
    }

    .folio-single-page .single-portfolio-banner .g-container {
        padding-left: 2vw !important;
        padding-right: 2vw !important
    }
}

.folio-single-page .single-portfolio-list.list-gap {
    padding-top: 15vw !important
}

.folio-single-page .single-portfolio-list.list-gap .g-container {
    padding: 0 10vw !important
}

@media screen and (max-width: 600px) {
    .folio-single-page .single-portfolio-list.list-gap .g-container {
        padding: 0 6vw !important
    }
}

@media screen and (max-width: 768px) {
    .folio-single-page .single-portfolio-list.list-gap {
        padding-top: 18vw !important
    }
}

@media screen and (max-width: 600px) {
    .folio-single-page .single-portfolio-list.list-gap {
        padding-top: 27vw !important
    }
}

@media screen and (min-width: 769px),
print {
    .folio-single-page .single-portfolio-list.list-gap {
        padding-top: 15vw !important
    }
}

@media screen and (min-width: 1056px) {
    .folio-single-page .single-portfolio-list.list-gap {
        padding-top: 13vw !important
    }
}

@media screen and (min-width: 1441px) {
    .folio-single-page .single-portfolio-list.list-gap {
        padding-top: 11vw !important
    }

    .folio-single-page .single-portfolio-list.list-gap .g-container {
        padding-left: 4vw !important;
        padding-right: 4vw !important
    }
}

@media screen and (min-width: 1596px) {
    .folio-single-page .single-portfolio-list.list-gap {
        padding-top: 12vw !important
    }

    .folio-single-page .single-portfolio-list.list-gap .g-container {
        padding-left: 2vw !important;
        padding-right: 2vw !important
    }
}

.folio-single-page .single-portfolio-list.list-gap .packaging {
    height: 100vh;
    transition: all .5s ease-in-out
}

.folio-single-page .single-portfolio-list.list-gap .packaging img {
    width: 80vh;
    height: auto;
    margin: 0 auto;
    max-height: 80vh;
    object-fit: contain
}

.folio-single-page .digital-portfolio .heading-one-border {
    color: var(--primary)
}

.folio-single-page .digital-portfolio .heading-one-border .bordered-text {
    color: var(--secondary) !important
}

.folio-single-page .digital-portfolio .portfolio-list-title .g-row {
    display: grid;
    grid-auto-flow: column
}

.folio-single-page .photoshoot-grid {
    display: grid;
    grid-gap: 40px
}

.folio-single-page .photoshoot-grid .one {
    grid-column: 1/3
}

.folio-single-page .photoshoot-grid .two {
    grid-column: 1/2
}

@media screen and (max-width: 768px) {
    .folio-single-page .photoshoot-grid .two {
        grid-column: 1/3
    }
}

.folio-single-page .photoshoot-grid .two-o {
    grid-column: 2/3
}

@media screen and (max-width: 768px) {
    .folio-single-page .photoshoot-grid .two-o {
        grid-column: 1/3
    }
}

.folio-single-page .hoz-portfolio .g-content-area {
    display: grid;
    grid-template-columns: repeat(8, max-content);
    gap: 4vw
}

.folio-single-page .hoz-portfolio .g-video-container {
    clip-path: polygon(0 20%, 100% 20%, 100% 80%, 0 80%);
    transition: clip-path .7s cubic-bezier(0.61, -0.1, 0.25, 1)
}

.folio-single-page .hoz-portfolio .g-video-container video {
    transform: scale(0.8);
    transition: transform .7s cubic-bezier(0.61, -0.1, 0.25, 1)
}

.folio-single-page .hoz-portfolio .g-video-container.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path .7s cubic-bezier(0.61, -0.1, 0.25, 1)
}

.folio-single-page .hoz-portfolio .g-video-container.active video {
    transform: scale(1);
    transition: transform .7s cubic-bezier(0.61, -0.1, 0.25, 1)
}

.folio-single-page .hoz-portfolio video {
    max-width: 80vw !important;
    height: auto;
    margin:  0vw
}

.folio-single-page .hoz-portfolio video,
.folio-single-page .hoz-portfolio img {
    width: auto !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
    max-height: 80vh;
    display: block
}

.folio-single-page .h100 {
    height: 100vh
}

.folio-single-page .h80 {
    height: 100vh
}

.folio-single-page .grid-portfolio {
    width: 100%
}

.folio-single-page .grid-portfolio .g-content-area {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.folio-single-page .grid-portfolio .g-content-area picture {
    
    position: relative;
    overflow: hidden
}

.folio-single-page .grid-portfolio .g-content-area picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
    opacity: .2
}

.folio-single-page .grid-portfolio .g-content-area picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: loading 1.5s infinite
}

.folio-single-page .grid-portfolio .g-content-area img {
    position: relative;
    z-index: 11
}

@media screen and (max-width: 768px) {
    .folio-single-page .grid-portfolio .g-content-area {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 600px) {
    .folio-single-page .grid-portfolio .g-content-area {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media screen and (max-width: 1055px) {
    .folio-single-page .video-portfolio {
        padding-top: 12vw !important
    }
}

@media screen and (min-width: 1056px) {
    .folio-single-page .video-portfolio {
        padding-top: 10vw !important
    }
}

@media screen and (max-width: 768px) {
    .folio-single-page .video-portfolio {
        padding-top: 15vh !important
    }
}

.folio-single-page .video-portfolio .g-container {
    padding-left: 10vw !important;
    padding-right: 10vw !important
}

@media screen and (max-width: 600px) {
    .folio-single-page .video-portfolio .g-container {
        padding-left: 6vw !important;
        padding-right: 6vw !important
    }
}

@media screen and (min-width: 1441px) {
    .folio-single-page .video-portfolio .g-container {
        padding-left: 4vw !important;
        padding-right: 4vw !important
    }
}

@media screen and (min-width: 1596px) {
    .folio-single-page .video-portfolio .g-container {
        padding-left: 2vw !important;
        padding-right: 2vw !important
    }
}

.folio-single-page .video-portfolio .g-section-title {
    margin-bottom: 1.5vw
}

@media screen and (max-width: 768px) {
    .folio-single-page .video-portfolio .g-section-title {
        margin-bottom: 1.5vh
    }
}

.folio-single-page .video-portfolio .grid-images-caption>div {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

@media screen and (max-width: 768px) {
    .folio-single-page .video-portfolio .grid-images-caption>div {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 600px) {
    .folio-single-page .video-portfolio .grid-images-caption>div {
        grid-template-columns: repeat(1, 1fr)
    }
}

.folio-single-page .video-portfolio .grid-images-caption>div p {
    margin-top: .875vw !important;
    color: #fff;
    font-size: 1.3vw !important
}

@media screen and (max-width: 1055px) {
    .folio-single-page .video-portfolio .grid-images-caption>div p {
        font-size: 2vh !important
    }
}

.pre-load.loading picture {
    position: relative;
    overflow: hidden
}

.pre-load.loading picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
    opacity: .2
}

.pre-load.loading picture::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: loading 1.5s infinite
}

@keyframes loading {
    100% {
        transform: translateX(100%)
    }
}

.blog-page .blog-page-heading {
    font-size: 2.5rem
}

@media screen and (max-width: 768px) {
    .blog-page .blog-page-heading {
        margin-top: 80px
    }
}

.blog-page .banner-background,
.blog-page .blog-list-background {
    height: 450px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .16)
}

.blog-page .banner-background::after,
.blog-page .banner-background::before,
.blog-page .blog-list-background::after,
.blog-page .blog-list-background::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%
}

.blog-page .banner-background::before,
.blog-page .blog-list-background::before {
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .25)
}

.blog-page .banner-background::after,
.blog-page .blog-list-background::after {
    bottom: 0;
    height: 150px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 95%)
}

.blog-page .banner-background>.g-content-area,
.blog-page .blog-list-background>.g-content-area {
    position: relative;
    z-index: 11
}

.blog-page .banner-background .blog-banner-heading,
.blog-page .banner-background .blog-list-heading,
.blog-page .banner-background .blog-banner-para,
.blog-page .banner-background .blog-list-para,
.blog-page .blog-list-background .blog-banner-heading,
.blog-page .blog-list-background .blog-list-heading,
.blog-page .blog-list-background .blog-banner-para,
.blog-page .blog-list-background .blog-list-para {
    color: #fff
}

.blog-page .banner-background .g-button-container .g-a-button,
.blog-page .blog-list-background .g-button-container .g-a-button {
    color: #fff
}

.blog-page .blog-list-background {
    height: 250px !important
}

.blog-list {
    padding-bottom: 220px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px
}

@media screen and (max-width: 1247px) {
    .blog-list {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width: 768px) {
    .blog-list {
        grid-template-columns: 1fr
    }
}

.blog-list-heading {
    font-size: 1.2rem;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.blog-single-page {
    padding-top: 140px;
    padding-bottom: 160px
}

.blog-single-page .g-row {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 45px
}

@media screen and (max-width: 1247px) {
    .blog-single-page .g-row {
        grid-template-columns: 1fr
    }
}

.blog-single-page .g-row .blog-recent-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px
}

@media screen and (max-width: 1247px) {
    .blog-single-page .g-row .blog-recent-list {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (max-width: 768px) {
    .blog-single-page .g-row .blog-recent-list {
        grid-template-columns: 1fr
    }
}

.home-two {
    --font-family: "Josefin Sans", sans-serif;
    --color-one: #8468AB;
    font-family: var(--font-family) !important;
    position: relative
}

.home-two .underline-text {
    position: relative;
    display: inline-block
}

.home-two .underline-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #8468ab;
    height: 50%;
    width: 100%;
    z-index: -1
}

.home-two .page-background {
    backdrop-filter: blur(110px);
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.home-two .home-banner {
    position: relative;
    padding-top: 8vw;
    padding-bottom: 6vw
}

.home-two .home-banner .before img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: auto;
    max-height: initial;
    max-width: initial;
    filter: hue-rotate(5deg)
}

.home-two .home-banner h1 {
    font-size: 6vw;
    line-height: 1.2em;
    font-weight: 900;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1359px) {
    .home-two .home-banner h1 {
        margin-top: 8vw;
        margin-bottom: 5vw;
        font-size: 8vw;
        line-height: 1.1em
    }
}

.home-two .big-button {
    background-color: #000;
    position: relative;
    z-index: 2;
    font-size: 1.5vw;
    padding: 1.5vw 3vw;
    color: #fff;
    border-radius: 100px;
    font-family: var(--font-family) !important;
    font-weight: 500;
    margin-top: 0 !important
}

@media screen and (max-width: 1359px) {
    .home-two .big-button {
        font-size: 2vw
    }
}

.home-two .home-about {
    position: relative;
    padding-top: 15vw
}

.home-two .home-about .g-row {
    position: relative;
    z-index: 2
}

.home-two .home-about .before img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    max-height: initial;
    max-width: initial;
    filter: hue-rotate(5deg)
}

.home-two .home-about h5 {
    font-size: 2.5vw;
    line-height: 1em;
    margin: 0;
    font-weight: 700
}

@media screen and (max-width: 1359px) {
    .home-two .home-about h5 {
        font-size: 4vw
    }
}

.home-two .home-about p {
    font-size: 2.2vw;
    margin: 0;
    margin-top: .8em;
    line-height: 1.2em;
    font-weight: 400
}

@media screen and (max-width: 1359px) {
    .home-two .home-about p {
        font-size: 3.2vw
    }
}

.home-two .home-service {
    padding-top: 15vw;
    position: relative
}

.home-two .home-service .before img {
    position: absolute;
    right: -50vw;
    top: 0;
    height: 100%;
    width: auto;
    max-height: initial;
    max-width: initial;
    filter: hue-rotate(5deg)
}

.home-two .home-service .g-row {
    position: relative;
    z-index: 2
}

.home-two .home-service h2 {
    font-size: 4.5vw;
    margin-top: 0
}

@media screen and (max-width: 1359px) {
    .home-two .home-service h2 {
        font-size: 6vw
    }
}

.home-two .home-service .services-list {
    width: 50%
}

@media screen and (max-width: 1359px) {
    .home-two .home-service .services-list {
        width: 100%
    }
}

.home-two .home-service .service-item {
    padding: 1.6vw 1.3vw;
    border-radius: 8px;
    user-select: none;
    margin-bottom: 1.3vw;
    transition: all .2s ease-in-out
}

@media screen and (max-width: 1359px) {
    .home-two .home-service .service-item {
        padding: 2vw 1.8vw
    }
}

.home-two .home-service .service-item:hover {
    box-shadow: 0px 3px 35px rgba(0, 0, 0, .2);
    transition: all .2s ease-in-out
}

.home-two .home-service .service-item span {
    font-size: 1.8vw
}

@media screen and (max-width: 1359px) {
    .home-two .home-service .service-item span {
        font-size: 2.5vw
    }
}

.home-two .home-service .service-item span.gap {
    width: 5px;
    height: 100%;
    display: inline-block
}

.home-two .home-service .service-item a {
    font-size: 1vw;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1359px) {
    .home-two .home-service .service-item a {
        font-size: 1.5vw
    }
}

.home-two .home-service .service-item a i {
    transform: rotate(-45deg)
}

.home-two .home-client {
    position: relative
}

.home-two .home-client .g-container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.home-two .home-client .before img {
    position: absolute;
    left: -10vw;
    top: -15%;
    height: 70%;
    width: auto;
    max-height: initial;
    max-width: initial;
    filter: hue-rotate(317deg)
}

.home-two .home-client h2 {
    font-size: 3vw
}

.home-two .home-client .g-row {
    position: relative;
    z-index: 2
}

.home-two .home-client .clients-list>div {
    width: 140%
}

.home-two .home-client .clients-list .client-item {
    width: 16vw;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 30px;
    margin-left: 30px;
    border: solid 1px #eee;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

.home-two .home-client .clients-list .client-item img {
    height: 120px;
    filter: grayscale(1)
}

.home-two .home-testimonial {
    position: relative
}

.home-two .home-testimonial .g-row {
    position: relative;
    z-index: 2
}

.home-two .home-testimonial .before img {
    position: absolute;
    right: -10vw;
    top: -15%;
    height: 100%;
    width: auto;
    max-height: initial;
    max-width: initial
}

.home-two .home-testimonial h2 {
    font-size: 4.5vw
}

.home-two .home-testimonial .testimonial-list {
    max-width: 700px;
    border: solid 1px var(--color-one);
    padding: 3vw 4vw;
    border-radius: 23px;
    position: relative;
    margin: 0 auto;
    margin-top: 4vw;
    width: 100%;
    height: 100%
}

.home-two .home-testimonial .testimonial-list::after {
    content: '"';
    position: absolute;
    top: -2vw;
    left: -3vw;
    font-size: 14vw;
    font-weight: 900;
    font-style: italic;
    color: #000;
    z-index: 22
}

.home-two .home-testimonial .testimonial-list .slide-next,
.home-two .home-testimonial .testimonial-list .slide-prev {
    background-color: #000;
    height: 3vw;
    width: 3vw;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.home-two .home-testimonial .testimonial-list .slide-next {
    transform: rotate(180deg);
    margin-right: .8vw
}

.home-two .home-testimonial .testimonial-list .after {
    position: absolute;
    bottom: -4vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex
}

.home-two .home-testimonial .testimonial-item {
    width: 100%
}

.home-two .home-testimonial .testimonial-item .quote {
    font-size: 1.5vw
}

.home-two .home-testimonial .testimonial-item .quote p {
    margin: 0 !important;
    line-height: 1.2em;
    font-weight: 400 !important
}

.home-two .home-testimonial .testimonial-item .testi-name {
    font-size: 2vw
}

.home-two .home-testimonial .testimonial-item .testi-name h6 {
    margin: 0 !important;
    margin-top: 1em !important
}

.home-two .home-testimonial .testimonial-item .testi-pos {
    font-size: .8vw
}

.home-two .home-testimonial .testimonial-item .testi-pos p {
    margin-top: .2em;
    margin-bottom: 0 !important
}

.home-two .get-to-work {
    position: relative;
    padding-top: 15vw
}

.home-two .get-to-work .g-row {
    position: relative;
    z-index: 2
}

.home-two .get-to-work .before img {
    position: absolute;
    left: -10vw;
    top: -20%;
    height: 100%;
    width: auto;
    max-height: initial;
    max-width: initial
}

.home-two .get-to-work h2 {
    font-size: 4.5vw
}

.home-two .get-to-work p {
    font-size: 1.5vw;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.2em;
    margin-bottom: 1.8em
}

.home-two .footer {
    position: relative;
    z-index: 2
}

.web-design-banner h1 {
    font-size: 6rem
}