@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Six+Caps&display=swap');

/*:focus,:active, :link, button {border:none;outline:none; }*/
@font-face {
    font-family: brittanysignatur;
    src: url('../BrittanySignature.woff');
}

@font-face {
    font-family: futur;
    src: url('../futur.woff');
}

@font-face {
    font-family: futurheavey;
    src: url('../Futura Heavy font.woff');
}

@font-face {
    font-family: futurlight;
    src: url('../futura light bt.woff');
}

@font-face {
    font-family: amoresa;
    src: url('../Amoresa.woff');
}

@font-face {
    font-family: perandory;
    src: url('../PerandorySemiCondensed.woff');
}

@font-face {
    font-family: Heathergreen;
    src: url('../Heathergreen.woff');
}

@font-face {
    font-family: biro;
    src: url('../biro-script-plus.woff');
}

@font-face {
    font-family: canva;
    src: url('../CanvaSans-Regular.woff');
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #525252;
    position: relative;
    background-image: linear-gradient(180deg, #1A0500, #010000);
}

.gl_inner {
    position: relative;
}

.gl_inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    left: 0;
    top: 0;
}

.container {
    max-width: 1500px;

}

.slow {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: disc;
}

li,
p {
    color: #464646;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 24px;
}

section {
    padding: 100px 0;
}

a:hover {
    text-decoration: none;
}

.mb-30 {
    margin-bottom: 30px !important;
}

header {
    /* z-index: 9; */
    /* background: #fff; */
    /* width: 100%; */
    /* padding: 14px 0; */
    /* background-color: #fff; */
    /* -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .08); */
    -moz-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .08);
    /* box-shadow  : 1px 2px 3px 0 rgba(0, 0, 0, .08); */
    /* display     : none; */
}

/* header header.sticky {
    background-color: #ffffff;
    box-shadow: 0 8px 28px 2px rgba(0, 0, 0, 0.12);
    padding: 7px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
   
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

header .logo {
    margin: 0 !important;
    padding: 0;
    line-height: 22px;
    cursor: pointer;
    width: 140px;
}

header .logo img {
    border: 0;
}

header.sticky .logo {
    width: 140px;
}

.desktop_header {
    display: block;
    position: sticky;
    top: 0;
}

.mobile_header {
    display: none;
}

header .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

header nav .main-menu ul li {
    float: left;
    padding: 17px 0;
}

header nav .main-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    padding: 30px 20px;
    font-weight: 700;
    text-transform: uppercase;
}

header nav .main-menu ul li a:hover {
    color: #292929;
}

header nav .main-menu ul li ul {
    display: none;
    position: absolute;
    background: #000;
    margin: 21px 0 0 0;
}

header nav .main-menu ul li:hover ul {
    display: block;
}

header nav .main-menu ul li ul li {
    cursor: pointer;
    float: none;
    padding: 0px;
    display: block;
    width: 100%;
    min-width: 220px;
}

header nav .main-menu ul li ul li a {
    padding: 12px 8px;
    color: #bbbbbb;
    display: block;
    width: 100%;
}

header nav .main-menu ul li ul li:hover {
    background-color: #ea5e20;
    ;
}

header nav .main-menu ul li ul li:hover a {
    background-color: #ea5e20;
    ;
}

header nav .main-menu ul li ul li a:hover {
    color: #fff;
}

header nav .main-menu ul li a.register_btn {
    color: #fff;
    padding: 13px 20px;
    background-color: #009bdc;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

header nav .main-menu ul li a.register_btn:hover {
    color: #fff;
    background-color: #7ebd96;
}

header nav .main-menu ul li a.paynow_btn {
    color: #ea5e20;
    padding: 10px;
    background-color: #000;
    margin-left: 5px;
    color: #fff;
}

header nav .main-menu ul li a.paynow_btn:hover {
    color: #fff;
    background-color: #ea5e20;
    ;
}

header nav .main-menu ul li a.paynow_btn .fa {
    font-size: 16px;
}

header.sticky nav .main-menu ul li {
    padding: 30px 0;
} */

.tbdy_left {
    margin: 180px 0 0 0;
}

.tbdy_left .title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tbdy_right .title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tbdy_left p {
    font-size: 16px;
    width: 80%;
}

.tbdy_left h3 {
    font-weight: 300;
    font-size: 30px;
}

.item-img .img {
    height: 300px;
    width: 100%;
}

.tbdy_right {
    margin: 80px 0 0 0;
}

.mt70 {
    margin-top: 70px;
}

.swiper-slide {
    position: relative;
}

.swiper-slide:before {
    background: #0093d4;
}

.swiper-slide:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 30px;
    background: #FEA91F;
    height: 2px;
    width: 96px;
    margin-right: -8px;
    margin-top: 1px;
    z-index: 1;
    box-sizing: border-box;
}

.swiper-slide:after {
    border-color: #0093d4;
}

.swiper-slide:after {
    content: "";
    position: absolute;
    left: -32px;
    top: 24px;
    background: #ffffff;
    border: 4px solid #FEA91F;
    height: 16px;
    width: 16px;
    margin-left: -8px;
    border-radius: 16px;
    z-index: 1;
    box-sizing: border-box;
}

.tbdy_right:before {
    background: rgba(0, 41, 59, 0.1);
}

.tbdy_right:before {
    position: absolute;
    content: "";
    top: 30px;
    left: -30px;
    width: 2px;
    height: 50vh;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.tbdy_right .owl-carousel .owl-stage-outer {
    padding-left: 50px;
    width: 80%;
}

.item-desc h4 {
    color: #0093d4;
    font-size: 14px;
}

.item-desc h3 {
    color: #00293b;
    text-transform: none;
    font-weight: bold;
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.owl-carousel .owl-nav button.owl-next span {
    opacity: 0;
}

.owl-carousel .owl-nav button.owl-next::after {
    content: "Next";
    font-size: 16px;
    color: #000;
}

.owl-carousel .owl-nav button.owl-prev span {
    opacity: 0;
}

.owl-carousel .owl-nav button.owl-prev::after {
    content: "Previous";
    font-size: 16px;
    color: #000;
}

.owl-carousel .owl-nav button.owl-prev {
    border-right: thin solid #000 !important;
    padding-right: 6px !important;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}

.section {
    padding: 100px 0;
}

.mt0 {
    margin-top: 0;
}

.pl70 {
    padding-left: 70px;
}

.tbdy_right h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tbdy_left h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tbdy_left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tbdy_left ul li {
    float: left;
    width: 50%;
}

.pt120 {
    padding-top: 120px;
}

.btns {
    position: absolute;
    right: 0;
    top: 0;
}

.form-success-clean {
    float: left;
    width: 100%;
}

.arrow-circ-btn {
    color: #ffffff;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.btn {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 3px;
    background: transparent;
    line-height: 1;
}

.arrow-circ-btn .txt {
    display: inline-block;
    padding: 8px 0;
    padding-right: 4px;
}

.arrow-circ-btn .arrow-icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    border-radius: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.arrow-circ-btn .arrow-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    border-radius: 40px;
    border: 2px solid #ffffff;
    border-color: #ffffff;
    border-left-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.arrow-circ-btn .arrow-icon:before {
    border-color: #0093d4;
    border-left-color: transparent;
}

.arrow-circ-btn .arrow-icon:after {
    position: absolute;
    top: 14px;
    left: 12px;
    height: 12px;
    width: 12px;
    z-index: -1;
    content: "";
    border: 2px solid #ffffff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.arrow-circ-btn .arrow-icon:after {
    border-color: #00293b;
}

.arrow-circ-btn:after {
    position: absolute;
    content: "";
}

.arrow-circ-btn {
    color: #00293b;
}

.fields {
    margin: 10px 0 5px 0;
}

.contact_bdy {
    padding-top: 0;
}

.frame_bdy {
    background: url(../images/frame.png) no-repeat;
    width: 100%;
    /* height       : 100%; */
    background-size: contain;
    padding: 28px 0 0 10px;
    /* position     : sticky; */
    /* top          : 0; */
    /* padding-right: 0; */
}

.frm-bdy-wrap {
    position: sticky;
    top: 137px;
}

.gallerybdy_scroll {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.2, .84, .5, 1);
    -o-transition: transform 1s cubic-bezier(.2, .84, .5, 1);
    transition: transform 1s cubic-bezier(.2, .84, .5, 1);
    transition: transform 1s cubic-bezier(.2, .84, .5, 1), -webkit-transform 1s cubic-bezier(.2, .84, .5, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 40px;
}

.edgtf-fil-item a {
    font-family: 'EB Garamond', serif;
    font-size: 55px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 53px;
    display: block;
    color: transparent !important;
}

.edgtf-fil-item.active .one,
.edgtf-fil-item.texthov .two {
    display: none;
}

.edgtf-fil-item.active .two {
    display: block;
}

/* .edgtf-fil-item a.texthov>span {
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke: 1px white !important;
    transition: .8s;
}

.edgtf-fil-item a.active>span {
    -webkit-text-fill-color: white !important;
    -webkit-text-stroke: 1px #ffffff !important;
    transition: .8s;
} */

.gallerybdy {
    /* background-image: linear-gradient(180deg, #e85222, #8f371b); */
    /* height       : 100vh; */
    background: white;
    padding: 80px 0;
    padding-top: 160px;
}

.frame_img {
    display: none;
}

.edgtf-fil-item.active {
    -webkit-text-fill-color: transparent;
}

.bg-img-1 {
    background-image: url(../images/parallax1.jpg);
    background-attachment: fixed;
    padding: 0;
}

.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.inset-2 {
    padding-right: 45px;
}

.banner__mod {
    min-height: 440px;
}

.banner {
    min-height: 390px;
    padding: 30px 0;
    width: 100%;
    position: relative;
}

.bg-primary-variant-1 {
    background: rgb(232 82 34 / 44%);
    color: #FFFFFF;
}

.banner_cnt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 40px;
    padding-right: 30px;
}

.bg-primary-variant-1 h1,
.bg-primary-variant-1 h2,
.bg-primary-variant-1 h3,
.bg-primary-variant-1 h4,
.bg-primary-variant-1 h5,
.bg-primary-variant-1 h6,
.bg-primary-variant-1 .heading-1,
.bg-primary-variant-1 .heading-2,
.bg-primary-variant-1 .heading-3,
.bg-primary-variant-1 .heading-4,
.bg-primary-variant-1 .heading-5,
.bg-primary-variant-1 .heading-6 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 800;
}

h2,
.heading-2 {
    font-size: 40px;
    line-height: 1.25;
}

.normal {
    font-weight: 400;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.image-wrap-2 {
    width: 50%;
}

.image-wrap-2:before,
.image-wrap-2:after {
    content: " ";
    display: table;
}

.image-wrap-2 img {
    float: right;
    max-width: none;
}

.image-wrap-2:after {
    clear: both;
}

.bg-contrast-variant-1 {
    background: #333333db;
    color: #FFFFFF;
    display: flex;
}

.box-lg_left {

    width: 450px
}

.box-lg_left img,
.box-lg_right img {
    max-width: none;
}

.box-lg_body {
    padding: 40px 40px;
    width: calc(100% - 450px);
}

.box-lg_left_out {
    width: 40%;
}

.box-lg_body_out {
    width: 60%;
}

.text-default {
    color: #ff9d55;
}

h3,
.heading-3 {
    font-size: 30px;
    line-height: 1.433333;
}

*+p {
    margin: 10px 0;
}

.text-md-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.box-lg_body h3 {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 0;
}

.normal {
    font-weight: 400;
}

.text-primary {
    color: #67acbc !important;
}

.text-primary {
    color: #67acbc;
}

.ndtext {
    font-weight: 400 !important;
    margin-top: 0;
}

.box-lg_body p {
    color: #fff;
}

.index-list {
    counter-reset: li;
}

.row-60 {
    margin-bottom: -60px;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* .row-60>* {
    margin-bottom: 60px;
} */

.index-list>li:first-child>.index-list__counter {
    padding-left: 66px;
}

.index-list>li>.index-list__counter {
    padding-left: 106px;
    padding-top: 80px;
    position: relative;
}

h3,
.heading-3 {
    font-size: 30px;
    line-height: 1.433333;
}

.index-list>li>.index-list__counter:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    left: -5px;
    bottom: 0;
    font: 400 150px/130px "Montserrat", sans-serif;
    color: #67acbc;
    opacity: 0.15;
}

.d-inline-block {
    display: inline-block !important;
}

.text-gray-800 {
    color: #333333;
}

.bg-default {
    background: #fff;
}

.bg-default {
    background-color: #fff;
}

.wellbg {
    padding: 55px 0 115px;
    margin-bottom: 0;
}

.bg-img-2 {
    background-image: url(../images/parallax2.jpg);
}

.nopadding {
    padding: 0;
}

.image-wrap-3 {
    position: relative;
}

.inset-1 {
    padding-left: 56px;
}

.image-wrap-3 img {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: -56px;
    height: 100%;
    max-width: none;
}

.banner__mod {
    min-height: 440px;
}

.banner {
    min-height: 390px;
    padding: 30px 0;
    width: 100%;
    position: relative;
}

.bg-contrast-variant-2__after {
    position: relative;
}

.bg-contrast-variant-2 {
    background: rgba(51, 51, 51, 0.8);
    color: #FFFFFF !important;
}

.banner__mod-2 .banner_cnt {
    padding-right: 0;
    padding-left: 36px;
    top: 52%;
}

.banner_cnt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 40px;
    padding-right: 30px;
}

.bg-contrast-variant-2__after:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 5000px;
    height: 100%;
    background: rgba(51, 51, 51, 0.8);
}

.bg-img-3 {
    background-image: url(../images/parallax3.jpg);
}

.displayflex {
    display: flex;
}

.button .insider {
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.btn-md {
    font-weight: 800;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 30px;
}

.button-primary {
    color: #FFFFFF;
    background: #67acbc;
}

.button {
    display: inline-block;
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

*+.button {
    margin-top: 22px;
}

*+.list {
    margin: 20px 0 0 0;
    padding: 0;
}

.list li {
    font-weight: 500;
    color: #67acbc;
    margin: 10px 0 0 0;
}

ul li,
ol li {
    display: block;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
    color: #333333;
}

.text-lg-left {
    text-align: left !important;
}

.button-primary {
    color: #FFFFFF;
    background: #67acbc;
}

.btn-md {
    font-weight: 800;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 30px;
}

.box_left,
.box_right,
.box_body {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

.box .box_left {
    padding-right: 30px;
}

.protfolio_bdy {
    display: flex;
    align-items: center;
    padding: 12.5px;
}

.protfolio_bdy .latest-post {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.protfolio_bdy .latest-post.leftpadding {
    padding-right: 0px;
    padding-left: 20px;
}

.protfolio_bdy .eltd-post-title {
    font-size: 26px;
}

.eltd-post-info-category {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    color: #58bcb3;
    font-weight: 700;
}

.portfolio-excerpt {
    font-size: 16px;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.border {
    border: none;
    box-shadow: none;
}

.protfolio-border {
    display: inherit;
}

.head {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    position: relative;
    padding-top: 110px;
}

.logo-wrap {
    display: flex;
    align-items: center;
}

.logo-box {
    width: 150px;
}

.logo-box.rect-logo {
    width: 210px;
}

.logo-box img {
    width: 100%;
}

.logo-vnu {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.logo-vnu p {
    margin: 0;
    color: white;
}

.logo-vnu p i {
    margin-right: 5px;
}

.portfolio {
    padding: 12.5px;
    padding-top: 0;
}

.filter-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.filter-wrap .btn {
    position: relative;
    padding: 15px 40px;
    box-shadow: none;
    padding-top: 0;
    outline: 0 !important;
    border: none !important;
    color: white;
}

.filter-wrap .btn::before {
    content: "";
    width: 9px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 9px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    transform: scale(0) translateY(320%);
    transition: transform 0.35s ease, opacity 1s ease;
    z-index: 1;
    transform-origin: top center;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}

.filter-wrap .btn::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    bottom: 0.3rem;
    transform: scaleX(0);
    transition: transform 0.25s ease;
    left: 0;
}

.filter-wrap .btn.active::before {
    opacity: 1;
    transform: scale(1) translate(-50%, 21px);
}

.filter-wrap .btn.active::after {
    transform: scaleX(1);
}

.image-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 14px #0000004f;
}

.yeardevide {
    position: relative;
    margin: 0;
    text-align: right;
    font-size: 20px;
    font-weight: 300;
}

.yeardevide::before {
    content: '';
    width: calc(100% - 65px);
    position: absolute;
    left: 0;
    height: 1px;
    background: #040000;
    top: 11.5px;
}

.yeardevide span {}

.edgtf-fil-item {
    margin: 0;
    width: auto;
    display: inline-block;
    /* border-bottom: 2px solid #ffffff66;
    padding-bottom: 20px; */
}

.tab-list {
    float: left;
    width: 100%;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 25px;
    justify-content: start;
}

.tab-list li {
    /* min-width: fit-content; */
    display: inline-flex;
    /* width: 100%; */
}

.tab-list li a {
    background: #fff;
    color: #404040;
    padding: 12px 25px;
    border-radius: 50px;
    border: none;
    width: 100%;
    text-align: center;
    border: 1px solid #404040;
}

.tab-list li a.active,
.tab-list li a:hover {
    border: 1px solid #f84438;
    background: #f84438;
    color: #fff;
}

.tan-content-inner {
    display: none;
}

.tab-content {
    margin-top: 25px;
    float: left;
    width: 100%;
}

.tan-content-inner.active {
    display: block;
}

@media (min-width: 992px) {
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
}

@media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@keyframes moveFromBottom {
    from {
        transform: translateY(800px)
    }
}

.cssanimation,
.cssanimation {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        transform: translate(111px, 72px) rotate(72deg)
    }

    60% {
        transform: translate(93px, 122px) rotate(108deg)
    }

    80% {
        transform: translate(-70px, 72px) rotate(124deg)
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(111px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(124deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        transform: translate(-40px, 72px) rotate(104deg) scale(1.1)
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -179px)
    }

    100% {
        transform: translate(-346px, 617px)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px)
    }

    100% {
        -webkit-transform: translate(-346px, 617px)
    }
}

@keyframes animationFramesFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg)
    }

    100% {
        transform: translate(251px, -200px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg)
    }
}

@keyframes animationFramesFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg)
    }

    21% {
        transform: translate(4px, -190px) rotate(38deg)
    }

    41% {
        transform: translate(-139px, -200px) rotate(74deg)
    }

    60% {
        transform: translate(-263px, -164px) rotate(108deg)
    }

    80% {
        transform: translate(-195px, -49px) rotate(144deg)
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg)
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg)
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg)
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg)
    }
}

@keyframes animationFramesSix {
    0% {
        transform: translate(31px, -45px) rotate(0deg)
    }

    21% {
        transform: translate(4px, -80px) rotate(19deg)
    }

    41% {
        transform: translate(-70px, -100px) rotate(36deg)
    }

    60% {
        transform: translate(-133px, -84px) rotate(54deg)
    }

    80% {
        transform: translate(-98px, -24px) rotate(72deg)
    }

    100% {
        transform: translate(-1px, 0px) rotate(180deg)
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes item_rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes item_rotate_child {
    0% {
        -webkit-transform: rotate(-160deg);
        -moz-transform: rotate(-160deg);
        -o-transform: rotate(-160deg);
        transform: rotate(-160deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

ul.creative_inner-list {
    margin: 0;
    padding: 0 0 0 35px;
    list-style: disc;
    color: wheat;
}

li.creative_inner-list {
    color: #cfcfcf;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 24px;
}

.main-wrap {
    background: #1c1000;
    padding: 40px;
    padding-top: calc(var(--headerheight) + 40px);
}

.dg_banner_sec {
    display: flex;
    padding-bottom: 0;
    width: 100%;
    margin: auto;
    flex-direction: row-reverse;
    height: 634px;
    position: relative;
    padding: 0 calc(var(--headersidewidth));
}

.dg_banner_sec::before {
    content: '';
    position: absolute;
    width: calc(var(--bannerimagewidth) + calc(var(--headersidewidth)));
    height: 100%;
    background: #300900;
    top: 50%;
    height: 67%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 1000px 0 0 1000px;
    display: none;
}

.dg_banner_lt {
    width: 100%;
    /* padding-left: 15px; */
    height: 100%;
    padding: 45px;
    padding-right: 0;
    border: 2px solid #22dde6;
    border-radius: 20px;
}

.dg_banner_rt {
    width: 25%;

}

.dg_banner_rt_bottom {
    padding: 0;
    width: 100%;
    position: relative;
    background-image: linear-gradient(45deg, white, #1ab3bb);
    border-radius: 20px;
    /* height       : 50%; */
}

.dg_banner_rt_bottom::before {
    content: '';
    position: absolute;
    width: calc(100% + var(--headersidewidth));
    left: calc(var(--headersidewidth) / -1);
    height: 100%;
    background-image: linear-gradient(45deg, white, #22dde6);
    top: 0;
    border-top-right-radius: 20px;
    display: none;
}

.dg_banner_lt .main-box {
    color: #fff;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.dg_banner_lt .caption h1 {
    font-size: 82px;
    line-height: 92px;
    font-weight: 600;
    margin-top: 0;
}

.dg_banner_lt .gl-rate {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 60px;
    padding: 10px 20px;
    z-index: 3;
    display: flex;
    align-items: center;
}

.dg_banner_lt .text {
    position: relative;
    z-index: 3;
    margin-top: 0;
    width: var(--bannerimagewidth);
    margin-right: 0;
    object-fit: contain;
    /* height   : 100%; */
    margin-right: -100px;
}

.dg_banner_lt .text h6 {
    font-size: 20px;
}

.dg_banner_lt .gl-rate .icon {
    width: 35px;
}

.dg_banner_lt .gl-rate .cont {
    padding-left: 15px;
}

.dg_banner_lt .gl-rate .cont h6 {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.dg_banner_lt .gl-rate .cont .stars {
    font-size: 13px;
    color: #FFA826;
    margin-left: 10px;
}

.dg_banner_lt .gl-rate .cont p {
    color: #eee;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 0;
}

.dg_banner_lt .main-box:after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -20%;
    width: 100%;
    height: 100%;
    background-image: url('../images/Digital Wing Drawing.png');
    background-size: cover;
    background-position: left top;
    display: none;
}

.dg_banner_rt .serv {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

/* .dg_banner_rt .serv div a{
    font-size: 20px;
    border: 1px solid #ccc;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 10px 12px;
}
.dg_banner_rt .serv div p{
    margin-bottom: 0;
    margin-top: 5px;
} */
.dg_banner_rt .serv h6 {
    font-size: 20px;
    margin: 0;
    line-height: 27px;
}

.dg_banner_rt .serv .content {
    position: relative;
    height: 300px;
}

.dg_banner_rt .serv .content .item {
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

}

.dg_banner_rt .serv {
    background: #fff;
    padding: 20px;
    overflow: hidden;

}

.dg_banner_rt .serv .content .item span {
    font-size: 16px;
    padding: 8px 24px;
    background: #EFF0FA;
    border-radius: 30px;
}

.dg_banner_rt .serv .content .item span.bdark {
    background: #151515;
    color: #fff;
}

.dg_banner_rt .serv .content .item span.bred {
    background: #f84438;
    color: #fff;
}

.dg_banner_rt .serv .content .item img {
    width: 50px;
}

.dg_banner_rt .serv .content .item .icon1 img {
    width: 70px;
}

.dg_banner_rt .awards {
    height: 100%;
    /* background     : #dd6a23; */
    color: #fff;
    /* overflow       : hidden; */
    position: relative;
    padding: 25px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* padding-left   : 0; */
    /* padding-top    : 0; */
    /* margin-top     : -51px; */
}

.dg_banner_rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-orient   : vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content      : space-between; */
    gap: 30px;
    width: 250px;
    margin-right: 30px;
}

.p6040 {
    padding: 60px 40px;

}

.border20 {
    border-radius: 20px !important
}

.dg_imahe_content_sec {
    background-color: #f8f9fa !important;
    display: grid;
    /* gap          : 60px; */
}

.dg_image_content_head {
    /* display: grid; */
    /* gap: 50px; */
    /* align-items: start; */
    /* grid-template-columns: 2fr 1fr; */
}

.dg_image_content_head div h2 {
    font-size: 53px;
    line-height: 60px;
    letter-spacing: -3px;
    margin-top: 0;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    color: white;
    font-family: futurheavey;
}

.dg_image_content_head div h2::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(45deg, #e85222, #8f371b00);
    top: 7px;
    left: calc(100% + 30px);
    height: 49px;
    width: 2000px;
    opacity: .3;
}

.content_image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.content_image_tag {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}

.content_spec {
    padding-left: 50px;
    margin-bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: -140px;
}

.content_spec li,
.news-item {
    border: 0 !important;
    border-bottom: 1px solid rgb(255 255 255 / 15%) !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
    text-wrap: pretty;
    list-style: none;
    position: relative;
}

.content_spec li::before {
    content: '\f111';
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    top: 1px;
    left: -22px;
    /* transform   : translate(0, -50%); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #00a51d;
}

.content_spec li:last-child {
    border-bottom: 0 !important;
    padding: 0;
    margin: 0;
}

.content_sub_spec {
    margin-bottom: 0;
    margin-top: 20px;
}

.content_sub_spec li {
    font-size: 14px;
}

.content_sub_spec li::before {
    font-size: 10px;
    color: #a53e00;
}

.dg_engine_content_sec {
    background: #f8f9fa !important;
    z-index: 1;
    position: relative;
}

.dg_review_content_sec {
    background: #333333;
    color: #fff;
}

.dg_review_content_sec ul li .text h6 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.7px;
    color: white;

}

.dg_review_content_sec ul li .cont h6 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -.7px;
    color: white;
    margin-top: 0;
    margin: 0;
}

.dg_review_content_sec ul li .cont span {
    font-size: 14px;
    color: #b1b1b1;
}

.dg_review_content_sec ul li {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dg_review_content_sec ul li:last-child {
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dg_review_content_sec ul {
    padding: 0;
}

.dg_news_content_sec {
    background: #f8f9fa;
}

.contact-ca {}

.contact-ca p {
    color: #b1b1b1;
}

.contact-ca .contact-form label {
    font-size: 14px;
    margin-bottom: 15px;
}

.contact-ca .contact-form label .star {
    color: red;
    padding-left: 5px;
}

.contact-ca .contact-form input,
.contact-ca .contact-form textarea {
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
}

.contact-ca .contact-form button {
    background: #f84438;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    border: none;
}

.contact-ca .contact-form button:hover {
    background: #fff;
    color: #151515;
}

.faq-wrap {
    margin-bottom: 0;
    padding: 0;
    padding-left: 30px;
}

.faq-wrap li {
    list-style: none;
    margin-bottom: 00px;

}

.faq-wrap li:last-child {
    margin-bottom: 0;
}

.faq-wrap li h6 {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: 15px 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.faq-wrap li h6 span {
    font-size: 14px;
    margin-right: 30px;
}

.faq-wrap li .faqx {
    display: none;
    padding-left: 44px;
    padding-bottom: 15px;
    /* box-shadow : 0px 14px 15px #00000012; */
    /* padding-top: 0; */
    color: #000000;
    /* padding-top: 0; */
    font-size: 14px;
    line-height: 21px;
}

.faq-wrap li .faqx p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 29px;
    color: var(--base-color);
}

.faq-wrap li h6.active {
    border-color: #f84438;
    color: #f84438;
}

.numbers-ca {
    padding: 100px 40px 60px;
    background: #f84438;
    color: #fff;
    margin-top: -40px;
    border-radius: 0 0 20px 20px;
}

.numbers-ca .item h2 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 45px;
}

.numbers-ca .item span {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
}

.dg_content_items li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
    text-wrap: pretty;
    color: #ffffff !important;
    position: relative;
    padding-left: 30px;
    list-style: none;
    border-bottom: 1px solid rgb(255 255 255 / 15%) !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.dg_content_items li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.dg_content_items li::before {
    content: '\f1ce' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    left: 1px;
    top: 0;
    color: #821d00;
}

.news-item .date {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news-item .date i,
.sub-color i {
    margin-right: 6px;
}

.news-item:hover,
.news-item.slick-current {
    border-color: #f84438 !important;
    cursor: pointer;
}

.news-item:hover h6,
.news-item.slick-current h6 {
    color: #f84438 !important;
}

.slider-nav {
    padding-left: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.slider-for {
    padding-right: 50px;
}

.dg_news_content_sec .mitem .info,
.info_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    gap: 15px;
}

.dg_news_content_sec .mitem .info .author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.dg_news_content_sec .mitem .info .author-info,
.dg_news_content_sec .mitem .info .date {
    font-size: 13px;
    text-transform: uppercase;
}

.dg_news_content_sec .mitem .info .author-info span,
.dg_news_content_sec .mitem .info .date span {
    display: block;
    line-height: 22px;
}

.dg_news_content_sec .mitem .img {
    border-radius: 15px;
    height: 285px;
    overflow: hidden;
}

.dg_news_content_sec .mitem h5 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
    color: black;
}

.dg_news_content_sec .mitem:hover h5 {
    color: #f84438;
}

.digi-sec-left .cont {
    /* margin-top: 40px; */
    text-align: center;
}

.digi-sec-left .rest {
    padding: 0;
    margin: 0;
}

.cont .rest li {
    font-size: 18px;
    margin-bottom: 5px;
    color: white;
}

.social-icon {
    margin-top: 0;
}

.cont .social-icon a {
    font-size: 13px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f1ae45;
    border-radius: 50%;
    margin: 0 2px;
    display: inline-block;
    color: #f1ae45;
    text-align: center;
}

.circle-text {
    width: 220px;
    height: 220px;
    background: #212121;
    position: relative;
    margin: auto;
    object-fit: contain;
    margin-top: 40px;
}

.digi-sec-left .butn.butn-bord {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 25px;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    color: #ababab;
    font-size: 14px;
}

.digi-sec-left .butn.butn-bord i {
    margin-right: 5px;
}

.digi-sec-left {
    width: 350px;
    height: calc(100vh - 80px);
    position: sticky;
    top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.digi-sec-right {
    width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-image: linear-gradient(159deg, #321b00, #533100);
    border-radius: 25px;
}

.digi-row {
    display: flex;
    align-items: start;
    justify-content: center;
}

.logo_concept,
.logo_concept .owl-stage-outer,
.logo_concept .owl-stage,
.logo_concept .owl-item,
.logo_concept .item {
    /* display: flex; */
    /* align-items: center; */
    /* width: 100% !important; */
}

.logo_concept .item img {
    height: 100%;
    object-fit: contain;
    /* margin : auto; */
    /* filter : grayscale(1); */
}

.logo_concept .owl-nav button.owl-next,
.logo_concept .owl-nav button.owl-prev {
    border: 1px solid white !important;
    padding: 3px 10px !important;
    border-radius: 50px;
}

.logo_concept .owl-nav button.owl-prev {
    margin-right: 5px;
}

.logo_concept .owl-nav button::after {
    display: none;
}

.logo_concept .owl-nav {
    bottom: 10px;
    top: inherit;
    right: 10px;
}

.slider-for .slick-prev,
.slider-for .slick-next {
    right: 50px !important;
    color: black;
    bottom: -54px !important;
    top: inherit !important;
    transform: translate(0px, 0px) !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid black;
}

.slider-for .slick-prev::before,
.slider-for .slick-next::before {
    content: '\f105' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 600;
    font-size: 17px;
    color: #000401;
}

.slider-for .slick-prev {
    right: 95px !important;
    left: inherit !important;
}

.slider-for .slick-prev::before {
    content: '\f104' !important;
}

.dg_review_content_sec .dg_image_content_head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0;
}

.dg_review_content_sec .gl-rate {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #151515;
    border-radius: 60px;
    padding: 10px 20px;
    z-index: 3;
    display: flex;
    align-items: center;
}

.dg_review_content_sec .gl-rate .icon {
    width: 35px;
}

.dg_review_content_sec .gl-rate .cont {
    padding-left: 30px;
}

.dg_review_content_sec .gl-rate .cont h6 {
    line-height: 1;
    font-size: 16px;
    color: #FFA826;
}

.dg_review_content_sec .gl-rate .cont h6 span {
    color: #fff;
    margin-left: 10px;
}

.dg_review_content_sec .gl-rate .cont h6 span a {
    text-decoration: underline;
}

.cardStacking {
    /* overflow: hidden; */
    /* padding: 60px 0; */
    /* background: #151515; */
    padding: 80px calc(var(--headersidewidth));
    overflow: hidden;
    background-image: linear-gradient(180deg, #101010, #181818);
    position: relative;
    z-index: 1;
}

.cardStacking n {
    font-family: 'Six Caps', sans-serif;
    color: white;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 100px;
    line-height: 95px;
}

.cardStacking .stackCard {
    border-radius: 30px;
    position: relative;
    width: 100%;
    padding: 40px 0 !important;
}

.spacer {
    height: 100%;
    position: relative;
}

.spacer video {

    position: absolute;

    width: 100%;

    height: 100%;

    object-fit: cover;

    left: 0;

    top: 0;
}

/* .spacer:before {
    content: '';
    background: #151515bd;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: darken;
} */

.pco-inner {
    background: #0000002e;
    padding: 40px;
    min-height: 70vh;
    border-radius: 40px;
    position: relative;
    backdrop-filter: blur(50px);
    overflow: hidden;
}

.pco-inner-head {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 0px;
    position: relative;
    display: inline;
    color: white;
}

.pco-inner-head::before {
    content: '';
    position: absolute;
    left: 103%;
    background: white;
    width: 200px;
    height: 2px;
    top: 22px;
}

.pco-inner-box {
    margin-top: 30px;
    width: 60%;
}

.pco-inner-box .pco-inner-head {
    font-size: 22px;
    margin-bottom: 14px;
    color: #f84438;
    padding-left: 23px;
}

.pco-inner-box .pco-inner-head::before {
    left: 0;
    border: 1px solid #f84438;
    width: 200px;
    height: 12px;
    top: 9px;
    width: 12px;
    border-radius: 50px;
    background: transparent;
}

.pco-inner-box ul {
    padding-left: 23px;
    margin-top: 10px;
}

.pco-inner-box ul li {
    font-size: 18px;
    line-height: 38px;
    color: #fdfdfd;
    position: relative;
    padding-left: 23px;
}

.pco-inner-box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: #c9c9c9;
    width: 12px;
    height: 2px;
    top: 18px;
    border-radius: 50px;
}

.hero-title {
    font-size: 245px;
    line-height: 243px;
    font-weight: 500;
    position: relative;
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-family: 'Six Caps', sans-serif;
    text-transform: lowercase;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 33px;
    /* animation    : swing ease-in-out 1s infinite alternate; */
    transform-origin: center -20px;
}

@keyframes swing {
    0% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(-1deg);
    }
}

.hero-title span {
    display: block;
    margin-top: 0;
    /* min-width     : 3vw; */
    /* transform     : translateY(160px);
    -webkit-transform: translateY(160px); */
}

.height-title .hero-title span {
    box-sizing: border-box;
    display: inline-block;
    transform-origin: bottom center;
}

.light-content .hero-title {
    color: #fff;
}

.height-title {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    padding-right: 40px;
}

.hero-subtitle {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
}

.pco-inner-box p {
    margin: 0;
    margin-top: 10px;
    font-size: 20px;
    margin-left: 23px;
    gap: 10px;
    color: white;
    font-weight: 100;
    display: inline-flex;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
}

.pco-bk-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
}

.review_flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review_flex .fit-img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.website-design-client {
    height: 350px;
    overflow: hidden;
    border: 2px solid #6f6f6f;
    border-radius: 10px;
}

.website-design-client img {
    -webkit-transition: -webkit-transform 10s ease-in;
    transition: -webkit-transform 10s ease-in;
    transition: transform 10s ease-in;
    transition: transform 10s ease-in, -webkit-transform 10s ease-in;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    height: auto;
    min-height: 100%;
}

.website-design-client:hover img {
    -webkit-transform: translateY(calc(-100% + 450px));
    transform: translateY(calc(-100% + 450px));
    -webkit-transition: -webkit-transform 10s ease-in;
    transition: -webkit-transform 10s ease-in;
    transition: transform 10s ease-in;
    transition: transform 10s ease-in, -webkit-transform 10s ease-in;
    cursor: pointer;
}

.spotless-bk {
    /* background-image: url('../images/pco/Spotless Spot Management Colour.jpg'); */
    background: #0000002e;
    background: #041318;
}

.precon-bk {
    /* background-image: url('../images/pco/Pre Conference Secretariat_Background Colour.jpg'); */
    background: #010511;
}

.postcon-bk {
    /* background-image: url('../images/pco/Post Conference Management_Background Colour.jpg'); */
    background: #12292f;
}

.postcon-bk .pco-inner-box .pco-inner-head {
    color: #ffc5ae;
}

.postcon-bk .pco-inner-box .pco-inner-head::before {
    border: 1px solid #ffc5ae;
}

.spotless-bk .pco-inner-box .pco-inner-head {
    color: #ffc5ae;
}

.spotless-bk .pco-inner-box .pco-inner-head::before {
    border: 1px solid #ffc5ae;
}

.precon-bk .pco-inner-box .pco-inner-head {
    color: #ffc5ae;
}

.precon-bk .pco-inner-box .pco-inner-head::before {
    border: 1px solid #ffc5ae;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    overflow: hidden;
    --preloader-image-height: 66vh
}

.preloader[data-arts-os-animation=true] *:not(.preloader__lcp-visible) {
    opacity: 0;
    pointer-events: none !important
}

.preloader[data-arts-os-animation=true] *:not(.preloader__lcp-visible) * {
    pointer-events: none !important
}

.preloader:not(.preloader_loaded) {
    cursor: progress
}

.preloader:not(.preloader_loaded) * {
    cursor: progress
}

.preloader__wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.preloader__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative
}

.preloader__footer {
    position: relative;
    margin-top: auto;
    width: 100%;
    z-index: 50
}

.preloader__image {
    display: block;
    height: var(--preloader-image-height);
    width: calc(var(--preloader-image-height)*var(--aspect-ratio))
}

.preloader__image-mask {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.preloader__wrapper-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: calc(100% - 2*var(--gutter-horizontal));
    max-height: 100%;
    margin: auto;
    transform: translate(-50%, -50%);
    z-index: 40
}

.preloader__wrapper-images-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.preloader__loading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader__custom-loader {
    width: auto;
    max-width: unset;
    height: 80px
}

.preloader__wrapper-counter {
    position: absolute;
    top: 0;
    left: var(--gutter-horizontal);
    right: var(--gutter-horizontal);
    bottom: 0;
    --preloader-counter-size-min: 200;
    --preloader-counter-size-max: 600;
    width: calc(1*var(--preloader-counter-size-min)*1px);
    height: calc(1*var(--preloader-counter-size-min)*1px);
    margin: auto;
    aspect-ratio: 1/1;
    border: 1px solid var(--color-border-opacity);
    border-radius: 100em;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 360px) {
    .preloader__wrapper-counter {
        width: calc(1*(var(--preloader-counter-size-min)*1px + (var(--preloader-counter-size-max) - var(--preloader-counter-size-min))*(100vw - 360px)/1560))
    }
}

@media screen and (min-width: 1920px) {
    .preloader__wrapper-counter {
        width: calc(1*var(--preloader-counter-size-max)*1px)
    }
}

@media screen and (min-width: 360px) {
    .preloader__wrapper-counter {
        height: calc(1*(var(--preloader-counter-size-min)*1px + (var(--preloader-counter-size-max) - var(--preloader-counter-size-min))*(100vw - 360px)/1560))
    }
}

@media screen and (min-width: 1920px) {
    .preloader__wrapper-counter {
        height: calc(1*var(--preloader-counter-size-max)*1px)
    }
}

.preloader__wrapper-counter svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    stroke-width: 3px;
    pointer-events: none;
    stroke-dashoffset: .001;
    stroke-dasharray: 0px, 999999px
}

.preloader__wrapper-counter svg .circle {
    stroke: currentColor
}

.preloader__heading {
    position: absolute;
    top: 50%;
    left: var(--gutter-horizontal);
    right: var(--gutter-horizontal);
    transform: translateY(-50%);
    z-index: 50
}

.preloader__counter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

.preloader__wrapper-images-inner {
    position: relative;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

.preloader__overlay {
    z-index: 0
}

.preloader__counter-sign {
    display: inline-block;
    margin-top: .4em
}

.preloader__wrapper-counter-end {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.section-title h6 {
    width: 100%;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    opacity: 0.5;
    font-size: 14px;
    color: white;
    margin-top: 0;
}

.section-title h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 60px;
    line-height: 1.2;
    position: relative;
    color: white;
}

.section-title h2:before {
    content: attr(data-text);
    width: 100%;
    font-size: 20vw;
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    left: 0;
    top: -20%;
}

/* TEXT BOX */
.text-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.text-box h4 {
    width: 100%;
    display: block;
    margin-top: 5px;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 23px;
}

.wpb_wrapper_right_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    border-collapse: collapse;
}

.wpb_column.col-lg-7 {
    padding-left: 30px;
}

.custom-link {
    display: block;
    transition: all .5s;
}

.custom-link * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.custom-link a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}

.custom-link a:hover {
    text-decoration: none;
}

.custom-link b {
    font-weight: 600;
    display: inline-block;
    margin-left: 20px;
}

.custom-link .lines {
    width: 42px;
    height: 1px;
    float: left;
    overflow: hidden;
}

.custom-link .lines span:nth-child(1) {
    width: 100%;
    height: 1px;
    float: right;
    background: #ff6464;
}

.custom-link .lines span:nth-child(2) {
    width: 0;
    height: 1px;
    float: left;
    background: #ff6464;
}

.custom-link:hover .lines {
    width: 62px;
    margin-left: 20px;
}

.custom-link:hover .lines span:nth-child(1) {
    width: 0;
}

.custom-link:hover .lines span:nth-child(2) {
    width: 100%;
    transition-delay: 0.20s;
}

.client-box {
    width: 100%;
    display: block;
    position: relative;
    /* border       : 1px solid #b4b4b440; */
    /* background   : #ffffff; */
    padding: 15px;
    /* border-radius: 10px; */
    border-collapse: collapse;
    background: white;
    display: flex;
    /* height       : 121px; */
    padding: 40px;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    /* filter       : grayscale(1); */
}

.client-box * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.client-box img {
    opacity: 1;
    display: block;
    /* height : 130px; */
    object-fit: contain;
    width: 100%;
    filter: grayscale(1);
}

.client-box small {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    font-size: 600;
    opacity: 0;
    font-size: 22px;
    color: white;
    display: none;
}

.client-box:hover small {
    margin-top: -25px;
    opacity: 1;
}

.client-box:hover img {
    opacity: 1;
    /* transform: scale(1.2); */
    filter: grayscale(0);
}

.client,
.dg_client_content_sec {
    /* background: #181818; */
    width: 100%;
}

#depreload .wrapper {
    vertical-align: middle;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#depreload {
    background-size: cover;
    background-color: #ccc;
    position: fixed;
    text-align: center;
    z-index: 99;
    width: 100%;
    height: 100vh;
}

#depreload .circle {
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 1px 0px rgb(255, 255, 255);
    margin: 0 auto;
    position: relative;
}

#depreload .line {
    margin: -20px;
    opacity: 0;
}

#depreload .perc {
    color: #fff;
    font-size: 4.3em;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

#depreload .loading {
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-top: 110px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

#depreload .perc,
#depreload .loading {
    position: absolute;
    width: 100%;
}

.tab-content-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.tab-content-box .eltd-blei-upper-wrapper {
    padding: 0;
}

.tab-content-box .eltd-blei-upper-wrapper .image-container {
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    height: 100%;
}

.tab-content-box .eltd-blei-upper-wrapper .image-container img {
    height: 100%;
}

.well-sm-bottom .container {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
}

.well-sm-lt {
    padding-left: 6%;
}

.h1-flash {
    margin-bottom: 55px;
    background: linear-gradient(to bottom, #ff7c00, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 9.25925926vmin;
    line-height: 1;
    font-size: 89px;
}

.flash-descr {
    color: #9999cc;
}

.flash-descr strong {
    color: white;
}

.banner-wrap {
    display: flex;
    align-items: start;
    padding: 0 15%;
}

.flash-pin-1 {
    width: 5%;
}

.flash-pin-2 {
    width: 65%;
}

.flash-pin-3 {
    width: 30%;
}

.flash-item-nav {
    position: fixed;
    left: 15px;
    z-index: 500;
    padding-left: 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

.vertical-text-right {
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    white-space: nowrap;
    text-align: left;
    color: white;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rounded-logo {
    width: 11.5rem;
    height: 11.5rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.rounded-logo svg {
    transform: rotate(175deg);
    text-transform: uppercase;
    letter-spacing: 2.65px;
    word-spacing: 4px;
    font-weight: bold;
    fill: #999999;
}

.scroll-icon {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 38px;
    padding-top: 18px;
    transform: translate(-50%, -50%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 10px;
}

.scroll-icon i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

.scroll-icon i:nth-child(1) {
    width: 2px;
    height: 2px;
}

.scroll-icon i:nth-child(2) {
    width: 4px;
    height: 4px;
}

.scroll-icon i:nth-child(3) {
    width: 6px;
    height: 6px;
}

.rounded-logo svg textPath {
    letter-spacing: 7px;
}

.project-item {
    display: block;
    position: relative;
    height: 585px;
    overflow: hidden;
}

.project-carousel-photo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: .5s;
}

.project-carousel-date {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    color: #ffffff;
    font-size: 20px;
}

.project-carousel-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    padding: 30px;
    transition: .5s;
}

.project-carousel-title {
    color: white;
    margin-top: 0;
}

.project-carousel-go {
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 0;
    margin-right: 2rem;
    font-size: 3.75rem;
    transition: 0.5s ease-in-out;
    color: white;
}

.project-carousel-category {
    color: white;
}

.grid_wrap {
    display: flex;
    align-items: center;
    padding: 0 15%;
}

.grid_wrap_lt {
    width: 50%;
}

.grid_wrap_rt {
    width: 50%;
}

.project-item:hover .project-carousel-detail {
    background: #000000b5;
    transition: .5s;
}

.project-item:hover .project-carousel-go {
    opacity: 1;
    margin-right: 0rem;
    transition: .5s;
}

.project-item:hover .project-carousel-photo {
    transform: scale(1.05);
    transition: .5s;
}

.grid_wrap_lt_head {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3px;
    margin-top: 0;
    margin-bottom: 80px;
    color: white;
}

.butn.butn-bord {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 25px;
    border-radius: 50px;
    display: inline-block;
    width: max-content;
    color: #ababab;
    font-size: 14px;
}

.grid_wrap_lt .project-item {
    margin: 188px 0;
    margin-top: 210px;
}

.client_wrap {
    padding: 0 15%;
}

footer {
    background: #151515;
    padding: 80px calc(var(--headersidewidth));
}

.ftr_wrap {
    display: grid;
    grid-template-columns: 1fr 3fr 4fr;
    gap: 30px;
}

.ft_lt {}

.ft_lt img {
    filter: brightness(16.5);
    margin-bottom: 22px;
}

.ft_lt p {
    margin: 0;
    color: white;
}

.ft_mid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: max-content;
    gap: 30px;
}

.ft_mid ul {
    padding: 0;
    margin: 0;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 4px;
}

.ft_mid ul li {
    list-style: none;
    color: #ffffff !important;
    font-size: 13px;
    line-height: normal;
}

.ft_mid ul li a {
    color: #ffffff !important;
    font-size: 13px;
}

.ft_rt {}

.ft_head {
    font-size: 15px;
    color: #ffffff87;
    margin-bottom: 40px;
    margin-top: 0;
}

.ft_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 8px 9px;
    border: 1px solid #ffffff3b;
    border-radius: 50px;
    padding-left: 27px;
}

.ft_btm ul,
.ft_rt ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 18px;
}

.ft_btm ul li,
.ft_rt ul li {
    list-style: none;
}

.ft_btm ul li a,
.ft_rt ul li a {
    color: white;
}

.ft_rt ul {
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.ft_btm .cont {
    background: var(--color2);
    color: white;
    border-radius: 50px;
    padding: 11px 20px;
}

.copyright {
    padding: 0;
    margin-top: 0;
    text-align: center;
    border-top: 1px solid #ffffff40;
    padding: 30px calc(var(--headersidewidth));
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright img {
    width: 100px;
    margin-left: 7px;
}

.copyright p {
    margin-bottom: 0;
    font-size: 13px;
}

.social-box {
    display: flex;
    gap: 14px;
    margin-top: 15px;
}

.social-box a {
    display: flex;
    align-items: center;
    gap: 27px;
    color: #ffffff;
    background: #333333;
    width: 34px;
    height: 34px;
    justify-content: center;
    border-radius: 50px;
    font-size: 12px;
}

.ft-text {
    padding-left: 30px;
    margin-bottom: 0;
    border-left: 1px solid #ffffff40;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    word-break: break-word;
}

.ft-text a {
    display: inline-block;
    text-decoration: underline;
    margin-top: 18px;
}

.footer_bottom {
    background: #151515;
}

.client_wrap .wpb_column {
    margin-bottom: 60px;
}

.banner_component {
    visibility: visible !important;
    height: 90vh !important;
    object-fit: contain !important;
    margin-top: 5vh;
}

.creative_cell_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 calc(var(--headersidewidth));
}

.creative_cell_left {
    /* padding-top: calc(96px + 40px); */
    width: 50%;
    padding-right: 0;
    /* height     : 100%; */
    display: flex;
    /* align-items: center; */
    z-index: 1;
}

.creative_cell_right {
    display: flex;
    align-items: center;
    position: sticky;
    top: calc(var(--headerheight) + 40px);
    height: 100%;
    width: 50%;
    /* margin-left: -30%; */
}





.dg_wings_content {
    padding: 114px calc(var(--headersidewidth));
    overflow: hidden;
    /* background-image: linear-gradient(45deg, #e85222, #8f371b); */
}

.dg_image_content_body h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 27px;
    color: #c1c1c1;
    font-family: futurheavey;
    cursor: pointer;
}

.dg_image_content_body h4.active,
.dg_image_content_body h4:hover {
    color: white;
}

.dg_content_items {
    width: 60%;
    /* padding-left: 40px; */
    position: relative;
    display: none;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 27px;
    padding-left: 40px;
}

.dg_content_items::before {
    content: '';
    background: #821d00;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 50px;
}

.website_wrap {
    text-align: right;
    margin-top: 300px;
    margin-bottom: 300px;
}

.website_wrap .dg_content_items {
    padding-left: 0px;
    padding-right: 40px;
    margin-left: auto;
    justify-content: end;
}

.website_wrap .dg_content_items::before {
    left: inherit;
    right: 0;
}

.website_wrap .dg_content_items li {
    padding-left: 00px;
    padding-right: 30px;
}

.website_wrap .dg_content_items li::before {
    left: inherit;
    right: 1px;
}

.confware_wrap,
.website_wrap {
    position: relative;
}

.rt-side {
    position: absolute;
    top: -303px;
    width: 607px;
    height: calc(100% + 443px);
    /* background-size: contain; */
    background-repeat: no-repeat;
    /* mix-blend-mode : multiply; */
    /* opacity        : .5; */
    object-fit: contain;
    z-index: 1;
    /* display           : none; */
}

.confware_wrap .rt-side {
    right: calc(var(--headersidewidth) / -1);
}

.website_wrap .rt-side {
    left: calc(var(--headersidewidth) / -1);
}

.website_wrap::after,
.confware_wrap::after {
    content: '';
    position: absolute;
    top: -303px;
    width: 607px;
    height: calc(100% + 443px);
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    opacity: .5;
    right: -331px;
    display: none;
}

.confware_wrap::after {
    background-image: url('../images/line-1.png');

}

.website_wrap::after {
    background-image: url('../images/line-2.png');
    left: -331px;
}

.dg-head {
    margin-bottom: 100px;
}

.dg-head h2 {
    position: relative;
    margin-top: 0;
    font-size: 80px;
    font-weight: 700;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    color: white;
    font-family: futurheavey;
}

.dg-head h2::before {
    /* content: ''; */
    background-image: url('../images/wing.png');
    position: absolute;
    left: calc(100% + 13px);
    top: -48px;
    width: 175px;
    height: 206px;
    background-size: contain;
    background-repeat: no-repeat;
}

.dg-head ul {
    display: flex;
    align-items: center;
    padding: 0;
    background-image: linear-gradient(90deg, #D66B32, #661B2C, transparent);
    border-radius: 50px;
    width: max-content;
    margin-top: 20px;
}

.dg-head ul li {}

.dg-head ul li a {
    padding: 13px 25px;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    color: white;
    font-family: "Montserrat", sans-serif;
}

.website_wrap .dg_image_content_head div h2::before {
    background-image: linear-gradient(218deg, #e85222, #8f371b00);
    left: inherit;
    right: calc(100% + 16px);
}

.caption {
    width: calc(100% - var(--bannerimagewidth));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 80px;
    min-height: 100%;
}

.caption h2 {
    margin-top: 0;
    font-size: 82px;
    font-family: brittanysignatur;
    margin-bottom: 26px;
    color: #ffffff;
}

.caption h3 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 82px;
    font-family: futurheavey;
}

.caption h3 span {
    font-weight: 200;
    font-family: futurlight;
    color: #c6c6c6;
}

.caption h6 {
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    /* margin-top: 25px; */
    padding-top: 25px;
    /* border-top: 1px solid #22dde6; */
    font-weight: 400;
    color: #CDFDFF;
}

.dg_banner_rt_top {
    height: 50%;
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    position: relative;
    display: flex;
    background: white;
}

.dg_banner_rt_top::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: #ffffff;
    top: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    display: none;
}

.dg_banner_rt_top h3 {
    /* margin-top: 0; */
    /* text-align: center; */
    /* font-size: 35px; */
    /* margin-bottom: 17px; */
    color: #f1ae45;
    /* font-family: brittanysignatur; */
    margin-top: 0;
    text-align: left;
    font-size: 30px;
    margin-bottom: 0;
    font-family: 'brittanysignatur';
    font-weight: 200;
    line-height: normal;
    margin-bottom: 0;
}

.dg_banner_rt_top img {
    width: 100%;
}

.dg_banner_rt_top h5 {
    margin-top: 25px;
    font-size: 31px;
    margin-bottom: 23px;
    font-family: brittanysignatur;
    margin-top: 0;
    text-align: left;
    font-size: 23px;
    margin-bottom: 0;
    font-family: 'brittanysignatur';
    font-weight: 200;
    line-height: normal;
    margin-bottom: 0;
    /* margin-top: 19px; */
    color: #1a0500;
}

.dg_banner_rt_bottom h3 {
    margin-top: 0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'brittanysignatur';
    font-weight: 200;
    line-height: normal;
    margin-top: 0;
    color: #ffffff;
}

.dg_banner_rt_top .cont {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    /* margin-top  : -126px; */
    gap: 20px;
}

.dg_client_content {
    padding: 80px calc(var(--headersidewidth));
    /* padding-top     : 0; */
    /* background-image: linear-gradient(360deg, #e85222, #8f371b); */
}

.dg_client_body {
    background: #e8522282;
    padding: 35px;
    border-radius: 20px;
    width: 100%;
}

.dg_image_content_body.owl-carousel .owl-nav button::after,
.wpb_wrapper_right.owl-carousel .owl-nav button::after {
    color: #ffffff;
    text-transform: uppercase;
}

.dg_image_content_body.owl-carousel .owl-nav button i,
.wpb_wrapper_right.owl-carousel .owl-nav button i {
    display: none;
}

.dg_image_content_body.owl-carousel .owl-nav button.owl-prev,
.wpb_wrapper_right.owl-carousel .owl-nav button.owl-prev {
    border-right: thin solid #ffffff !important;
    padding-right: 10px !important;
    margin-right: 10px;
}

.dg_image_content_body.owl-carousel .owl-nav,
.wpb_wrapper_right.owl-carousel .owl-nav {
    position: unset;
    right: 0;
    top: inherit;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.inner-banner {
    /* background-image: linear-gradient(180deg, #1A0500, #010000); */
    /* height: 100vh; */
    padding-top: calc(var(--headerheight) + 40px);
    padding-bottom: 0;
}

.client-banner-img-box {
    background: white;
    display: flex;
    height: 100%;
    padding: 14px;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.dg-banner-rt-inner {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-direction: column;
}

.conference_desk_banner_wrap {
    /* height: 100vh; */
    background-image: linear-gradient(180deg, #101010, #161616);
    height: auto;
    padding-top: calc(var(--headerheight) + 40px);
    padding-bottom: 40px;
    position: relative;
}

.conference_desk_banner_wrap_inner {
    padding-right: calc(var(--headersidewidth));
    padding-left: calc(var(--headersidewidth));
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.conference_banner_left {
    width: calc(100% - calc(var(--bannerimagewidth) + var(--headersidewidth)));
    height: 100%;
}

.conference_right {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    /* background: #181818; */
    position: relative;
    padding-left: 0;
}

.conference_desk_banner_wrap_inner::before {
    content: '';
    position: absolute;
    width: calc(var(--bannerimagewidth) + calc(var(--headersidewidth) * 2));
    height: 100%;
    background: #e8522282;
    top: 50%;
    height: 100%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 1000px 0 0 1000px;
    display: none;
}

.dg_image_content_body {
    display: grid;
    gap: 27px;
    position: relative;
    z-index: 1;
}

.wpb_wrapper {
    margin-bottom: 35px;
}

.height-title-wrap {
    display: flex;
    gap: 20px;
}

.gallerybdy_scroll .creative_points_wrap {
    width: 50%;
    display: none;
}

.gallerybdy_scroll .creative_points_wrap .dg_content_items {
    display: block;
    margin: 27px 0;
}

.creative_points_wrap a {
    /* border: 2px solid white; */
    /* border-radius: 50px; */
    display: inline-block;
    color: white;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    position: relative;
    width: 137px;
    height: 14px;
    overflow: hidden;
    font-size: 16px;
    color: white !important;
    font-weight: normal !important;
    line-height: 14px !important;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: auto;
}

.creative_points_wrap a i {
    transform: rotate(45deg);
    transition: .8s;
}

.creative_points_wrap a:hover i {
    transform: rotate(-45deg);
    transition: .8s;
}

.creative_inner_banner {
    /* background-image: linear-gradient(180deg, #e85222, #8f371b); */
    padding-top: calc(var(--headerheight) + 80px);
    padding-bottom: 0;
    padding-left: var(--headersidewidth);
    padding-right: var(--headersidewidth);
}

.creative_inner_banner h2 {
    font-size: 97px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 100px;
    font-family: futurheavey;
    margin: 0;
    text-transform: uppercase;
    color: white;
}

.creative_inner_banner h2 span {
    font-weight: 200;
    font-family: futurlight;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke: 1px white;
}

.image_grid {
    padding: 80px var(--headersidewidth);
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.2fr;
    gap: 20px;
}

.image_grid_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    height: max-content;
}

.image_grid_box img {
    width: 100%;
    box-shadow: 0px 0px 15px #0000001f;
}

.large_menu {
    position: fixed;
    z-index: 4;
    height: 100vh;
    width: 100%;
    background: #8f371b;
    /* background-image: linear-gradient(180deg, #e85222, #8f371b); */
    transform: scale(0.1);
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
}

.large_menu .mnu-bar {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1;
}

.large_menu.open {
    right: 0;
    left: inherit;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: .8s;
}

.large_menu_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.large_menu_left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.large_menu_left a {
    display: flex;
    position: relative;
    height: calc(100% / 3);
    transition: .8s;
    align-items: start;
    padding: 0 80px;
    flex-direction: column;
    justify-content: center;
}

.large_menu_left a:hover {
    height: 75%;
    transition: .8s;
}

.large_menu_left a .menu_bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.large_menu_left a::before {
    content: '';
    background: #4a1909;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .8s;
    opacity: .5;
}

.large_menu_left a:hover::before {
    opacity: .5;
    transition: .8s;
}

.large_menu_left a h5 {
    position: relative;
    font-size: 120px;
    /* max-width  : 650px; */
    line-height: 125px;
    font-weight: 300;
    text-align: left;
    font-family: 'Six Caps', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    margin: 0;
    z-index: 1;
    color: white;
    transition: .8s;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.large_menu_left a:hover h5 {
    font-size: 140px;
    line-height: 135px;
    transition: .8s;
}

.large_menu_left a p {
    position: relative;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    margin: 0;
    z-index: 1;
}

.large_menu_left a p i {
    margin-left: 15px;
    font-size: 18px;
    transform: rotate(45deg);
    transition: .8s;
}

.large_menu_left a:hover p i {
    transition: .8s;
    transform: rotate(-45deg);
}

.menu_bg_component {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: contain;
    height: 100%;
}

.large_menu_right {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    position: relative;
    background: white;
}

.large_menu_right ul {
    padding: 0;
    display: grid;
    gap: 50px;
    width: 75%;
}

.large_menu_right ul li {}

.large_menu_right ul li a {
    color: #784f42;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.large_menu_right ul li a i {
    -webkit-text-fill-color: #00000000 !important;
    -webkit-text-stroke: 1px #e85222 !important;
    font-style: normal;
    margin-right: 71px;
    position: relative;
    transition: .8s;
}

.large_menu_right ul li a i::before {
    content: '';
    height: 2px;
    position: absolute;
    left: calc(100% + 10px);
    background: #e85222;
    top: 27px;
    width: 50px;
    transition: .8s;
}

/* .large_menu_right ul li a:hover i {
    -webkit-text-fill-color: white !important;
    -webkit-text-stroke: 1px white !important;
    transition: .8s;
}

.large_menu_right ul li a:hover i::before {
    background: white;
    transition: .8s;
} */

.large_menu_right img {
    width: 75%;
    /* position: absolute; */
    bottom: 0;
    /* filter: brightness(100); */
    /* opacity: .2; */
}

.head-rt:hover .mnu-bar,
.mnu-bar:hover {
    transform: skewX(31deg);
}

.creative_cell_inner .client-banner-img-box {
    background: transparent;
    padding: 0;
    aspect-ratio: initial;
    overflow: hidden;
}

.creative_cell_inner .dg_banner_rt_bottom {
    width: 100%;
}

.creative_back {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #ffd2c3 !important;
}

.creative_back span {}

.creative_back span.arrw {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #e3643b;
    border-radius: 50px;
    font-size: 21px;
    margin-right: 14px;
    position: relative;
    transition: .5s;
}

.creative_back span.arrw::before {
    content: '';
    position: absolute;
    left: 28px;
    width: 0;
    height: 2px;
    background: #ffd2c3;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
    z-index: 3;
    transition: .5s;
}

.creative_back:hover span.arrw {
    transform: translateX(-14px);
    margin-right: 28px;
    transition: .5s;
}

.creative_back:hover span.arrw::before {
    width: 38px;
    transition: .5s;
}

.creative_cell_banner {
    position: relative;
    padding-top: calc(var(--headerheight) + 40px);
}

.creative_cell_banner::before {
    content: '';
    background: #000000;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: calc(50% + 84px);
    transform: translateY(-50%);
}

.creative_cell_banner h2 {
    font-family: 'Six Caps', sans-serif;
    text-align: center;
    font-size: 385px;
    margin: 0;
    position: relative;
    color: #ff914d;
}

.creative_cell_banner h2 span {
    font-family: brittanysignatur;
    font-size: 115px;
    margin-left: 8px;
    display: inline-block;
    color: #545454;
}

.creative_cells {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 80px 0;
}

.creative_cells_box {
    position: relative;
}

.creative_cells_box h3 {
    font-family: perandory;
    font-size: 110px;
    width: 60%;
    line-height: 109px;
    margin: initial;
    letter-spacing: 1px;
    position: absolute;
    color: #444444;
}

.creative_inner_banner h3 {
    font-family: perandory;
    font-size: 91px;
    width: 82%;
    line-height: 85px;
    margin: initial;
    letter-spacing: 1px;
    color: #444444;
    text-align: center;
    margin: auto;
}

.creative_cells_box h3 span,
.creative_inner_banner h3 span {
    font-family: amoresa;
}

.creative_cells_box img {
    width: 80%;
    margin-left: 10%;
    box-shadow: 0px 17px 24px rgb(149 157 165 / 49%);
}

.marquee {
    font-family: futurlight;
    text-transform: uppercase;
    font-size: 35px;
    color: #ff6d4d;
    margin-top: 80px;
    line-height: 40px;
    height: 2.5vw;
    overflow: hidden;
    position: relative;
}

/* nested div inside the container */
.marquee div {
    display: block;
    width: 400%;
    position: absolute;
    overflow: hidden;
    animation: marquee 12s linear infinite;
}

.marquee div:hover {
    animation-play-state: paused;
}

/* span with text */
.marquee span {
    float: left;
    width: 100%;
}

/* keyframe */
@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.creative_cells_box p {
    margin-bottom: 0;
    text-align: center;
    margin-top: 50px;
}

.creative_cells_box p a {
    font-family: biro;
    font-size: 65px;
    color: #8f8f8f;
    text-shadow: 3px 3px 5px rgb(0 0 0 / 25%);
    position: relative;
    padding-right: 116px
}

.creative_cells_box div {
    position: relative;
}

.creative_cells_box.mid div h3 {
    text-align: center;
    margin-left: 20%;
    margin-bottom: -69px;
    z-index: 1;
    position: relative;
}

.creative_cells_box.right div img {
    margin-left: 15%;
}

.creative_cells_box.left div img {
    margin-left: 5%;
}

.creative_cells_box.right div h3 {
    bottom: -69px;
    left: 5%;
}

.creative_cells_box.left div h3 {
    right: 5%;
    bottom: -69px;
    text-align: right;
}

.creative_body {
    background-image: url('../images/bg-creative-cess.png');
    background-size: contain;
    background-position: top;
    background-repeat: repeat;
}

.creative_body .head-mid,
.creative_body .head-lft,
.creative_body .head-rt {
    border-color: #e85222;
    color: #e85222 !important;
}

.creative_body .head-mid img {
    filter: brightness(1);
}

.creative_body .mnu-bar i {
    background: #e85222 !important;
}

.client {
    display: flex;
    align-items: flex-end;
}

.wpb_column {
    width: 50%;
}

.menu_logo {
    text-align: center;
}

.menu_logo a {
    margin-top: 15px;
    display: inline-block;
    font-size: 20px;
    color: #474747;
}

.large_menu .mnu-bar i {
    background: #892100;
}

.creative_cells_box p a::before {
    content: '';
    background-image: url('../images/arrow.svg');
    width: 101px;
    position: absolute;
    right: 0;
    height: 46px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}