.overlay ul li a:active:after,
.overlay ul li a:focus:after,
.overlay ul li a:hover:after,
header,
img {
    width: 100%
}

header .menu ul a:after,
header nav ul li:after {
    content: "";
    bottom: -2px;
    right: 0;
    background-color: #fff;
    transform-origin: bottom right
}

.overlay ul,
li {
    list-style: none
}

.overlay ul li a,
a {
    text-decoration: none
}

.brd h1,
.cxc h1,
.dgl h1,
.ets h1,
.ind h1,
.rx h1 {
    -webkit-text-fill-color: transparent
}

#videCont,
.vertclScn .container {
    max-width: 60%
}

.sctnHd h3,
.vrtclDv .title,
.wrkCltr .wrkCltrImg,
footer#dsn_footer .btn {
    text-transform: uppercase
}

.big,
.horizontal {
    grid-column: span 2
}

.big,
.vertical {
    grid-row: span 2
}

body,
html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Archivo, sans-serif
}

p {
    font-size: 15px;
    line-height: 24px
}

a {
    color: #131313
}

a:hover {
    border: none
}

ul {
    padding-left: 0
}

header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 14px 70px;
    z-index: 9999;
    background: #fff
}

.main-logo {
    width: 7%
}

@media (max-width:1366px) {
    .main-logo {
        width: 14%
    }
    .footer-content .main-logo {
        width: 84%
    }
}

@media (max-width:1180px) {
    .main-logo {
        width: 15%
    }
}

@media (max-width:992px) {
    .main-logo {
        width: 18%
    }
    .button_container {
        scale: 1
    }
}

@media (max-width:768px) {
    .main-logo {
        width: 26%
    }
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 96%;
    position: relative
}

.histrySctn .row,
.teamHd,
div#vidBox,
header nav,
header nav ul {
    display: flex;
    align-items: center
}

.strnthMn .strnthCol:first-child .line,
.sub-menu {
    display: none
}

header nav ul li {
    position: relative;
    margin-left: 0
}

.footerSctn ul.dsn-socials,
header nav ul li:first-child {
    margin-left: 0
}

header nav ul li:after {
    position: absolute;
    left: 0;
    height: 1px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    display: none
}

header .menu ul a:hover:after,
header nav ul li:hover:after {
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

header nav a,
header nav li {
    color: #fff;
    font-size: 16px
}

header .logo {
    width: 100%;
    position: relative;
    margin-left: -10px
}

header .logo #logo {
    max-width: 45px;
    position: absolute;
    top: 0;
    left: 18px
}

header .logo .audit {
    position: absolute;
    left: 72px;
    bottom: 5px;
    max-width: 85px
}

header .logo canvas {
    max-width: 85px
}

header .burger {
    width: 60px;
    height: 45px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transform: scale(.45)
}

header .burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -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;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

header .burger span:nth-child(2n) {
    left: 50%
}

header .burger span:nth-child(odd) {
    left: 0
}

header .burger span:first-child,
header .burger span:nth-child(2) {
    top: 0
}

header .burger span:nth-child(3),
header .burger span:nth-child(4) {
    top: 18px
}

header .burger span:nth-child(5),
header .burger span:nth-child(6) {
    top: 36px
}

header .burger.open span:first-child,
header .burger.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .burger.open span:nth-child(2),
header .burger.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header .burger.open span:first-child {
    left: 5px;
    top: 7px
}

header .burger.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px
}

header .burger.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

header .burger.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

header .burger.open span:nth-child(5) {
    left: 5px;
    top: 29px
}

header .burger.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px
}

@media (max-width:400px) {
    header .third_btn {
        display: none
    }
}

header .menu {
    opacity: 0;
    position: absolute;
    top: -18px;
    right: 12px;
    z-index: 80;
    background: #0073ff;
    max-width: 380px;
    width: 100%;
    padding: 50px 50px 30px;
    color: #fff;
    pointer-events: none;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

@media (max-width:565px) {
    header .menu {
        max-width: 100%
    }
}

#dsn_footer .col-contact p strong,
.bgDark .sctnHd,
.blogCnt a,
.testmnlSctn .sctnHd,
.vrtclDv .title a,
header .menu a {
    color: #fff
}

header .menu ul a {
    font-size: 38px;
    position: relative
}

@media (max-width:767px) {
    header .menu {
        padding: 50px 25px 30px
    }
    header .menu ul a {
        font-size: 30px;
        line-height: 50px
    }
}

header .menu ul a:after {
    position: absolute;
    left: 0;
    height: 3px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s
}

header .menu .title {
    padding-top: 50px;
    font-size: 14px
}

header .menu .mail {
    display: block;
    margin-top: 15px;
    font-size: 20px
}

header .menu .links {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

header .menu .links a {
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

header .menu .links a:hover {
    opacity: .6
}

header .menu .links a img {
    width: 22px;
    height: 22px
}

header .menu .links a:nth-child(2) {
    width: 28px;
    height: 17px
}

header .menu_opened {
    opacity: 1;
    pointer-events: auto
}

.button_container {
    position: fixed;
    top: 3.5%;
    right: 4%;
    height: 16px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s
}

.button_container span,
.overlay {
    top: 0;
    width: 100%;
    background: #131313;
    left: 0
}

.button_container:hover {
    opacity: .7
}

.button_container.active .top {
    transform: translateY(0) translateX(10px) rotate(45deg);
    background: #fff
}

.button_container.active .middle {
    opacity: 0;
    background: #fff
}

.button_container.active .bottom {
    transform: translateY(-14px) translateX(0) rotate(-45deg);
    background: #fff
}

.button_container span {
    border: none;
    height: 2px;
    position: absolute;
    transition: .35s;
    cursor: pointer
}

.button_container span:first-of-type {
    transform: scaleX(.5);
    transform-origin: left
}

.button_container span:nth-of-type(2) {
    top: 7px
}

.button_container span:nth-of-type(3) {
    top: 14px;
    transform: scaleX(.5);
    transform-origin: right
}

.overlay {
    position: fixed;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.overlay.open li {
    animation: .5s .35s forwards fadeInRight
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .5s
}

.overlay nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    padding: 0 84px;
    align-items: flex-start
}

.nav-content,
.nav-content a.link-hover,
span.nmbr {
    font-size: 15px
}

.overlay ul {
    padding: 0;
    margin: 0 auto;
    display: flex;
    position: relative;
    height: 100%;
    width: 50%;
    flex-direction: column;
    align-items: flex-start
}

.overlay ul li {
    display: block;
    min-height: 50px;
    position: relative;
    opacity: 0;
    margin-bottom: 30px
}

.overlay ul li a {
    position: relative;
    color: #fff;
    overflow: hidden;
    font-size: 35px;
    transition: .5s;
    font-weight: 500
}

.overlay ul li a:hover,
li.nav-item.hasSubmenu:hover {
    transform: skewX(2deg);
    letter-spacing: 2.5px
}

span.nmbr {
    margin-right: 10px;
    opacity: .3
}

.overlay ul li a.active {
    opacity: .2;
    cursor: default
}

.overlay ul.primary-nav li a.active:hover {
    transform: none;
    letter-spacing: 0
}

li.nav-item {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start
}

.sub-menu,
.sub-menu ul {
    justify-content: center;
    width: 100%
}

.sub-menu {
    margin-top: 12px;
    top: 50%;
    position: absolute;
    height: 100vh;
    background: #131313;
    transform: translateY(-56%);
    padding: 70px 98px
}

.sub-menu ul {
    margin: 0;
    height: auto
}

.subMenu.open {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.bckBtn,
li.nav-item.hasSubmenu {
    flex-direction: row;
    display: flex;
    cursor: pointer
}

li.nav-item.hasSubmenu {
    align-items: center;
    transition: .5s
}

.hasSubmenu .img {
    width: 20px;
    display: inline-block;
    margin-left: 9px;
    margin-top: 3px
}

li.nav-item.hasSubmenu span.overflow {
    font-size: 35px
}

.bckBtn {
    color: #fff;
    align-items: center;
    margin-bottom: 16px
}

.bckBtn img {
    width: 30px;
    margin-right: 13px
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }
    100% {
        opacity: 1;
        left: 0
    }
}

.overlay .container-content {
    width: 50%;
    text-align: left;
    padding: 0 10% 0 6%;
    position: relative
}

.overlay .container-content::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ffffff1a;
    left: 0;
    top: 0
}

.nav-content {
    color: #fff;
    margin-bottom: 42px;
    line-height: 22px
}

#dsn_footer .list-inline-block ul.menu li a,
#dsn_footer .list-inline-block ul.sub-menu li a,
.formConfirmation p,
.nav-social.nav-content,
.sctn.crewSctn .abtHd .sctnHd,
.teamHd .sctnHd {
    margin-bottom: 0
}

.nav-content h5 {
    margin-bottom: 7px;
    color: #a56433;
    font-weight: 600
}

.nav-social-inner ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    justify-content: space-between;
    width: 100%
}

.nav-social-inner ul li {
    margin-bottom: 0;
    margin-right: 20px;
    min-height: max-content
}

.nav-social-inner ul li a {
    font-size: 17px
}

.investorSubMenuDv {
    display: flex;
    align-items: flex-start;
}

@media (max-width:1024px) {
    .overlay nav {
        align-items: center
    }
}

@media (max-width:768px) {
    .overlay nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 26px
    }
    .overlay ul {
        align-items: center
    }
	.sub-menu {padding: 70px 34px;}
    .sub-menu ul {
        align-items: flex-start
    }
    .overlay ul li {
        min-height: auto
    }
    .overlay ul li a,
    li.nav-item.hasSubmenu span.overflow {
        font-size: 16px
    }
    span.nmbr {
        display: none
    }
    .overlay .container-content {
        width: 100%;
        padding: 10px;
        text-align: center;
        justify-content: start !important;
        position: relative
    }
    .overlay .container-content::after {
        width: 100%;
        height: 1px
    }
    .nav-content {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px
    }
    .nav-content h5,
    .overlay .nav-social a {
        font-size: 14px
    }
    .overlay .nav-social li {
        margin-right: 0
    }
    .people .sctnHd h3 {
        width: 80%
    }
}

@media (max-width:600px) {
    .main-logo {
        width: 32%
    }
    .button_container {
        scale: 1
    }
    .overlay nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 26px
    }
    .overlay ul {
        align-items: center
    }
    .sub-menu ul {
        align-items: flex-start
    }
    .overlay ul li {
        min-height: auto
    }
    .overlay ul li a,
    li.nav-item.hasSubmenu span.overflow {
        font-size: 16px
    }
    span.nmbr {
        display: none
    }
    .overlay .container-content {
        width: 100%;
        padding: 10px;
        text-align: center;
        justify-content: start !important;
        position: relative
    }
    .overlay .container-content::after {
        width: 100%;
        height: 1px
    }
    .nav-content {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px
    }
    .nav-content h5,
    .overlay .nav-social a {
        font-size: 14px
    }
    .overlay .nav-social li {
        margin-right: 0
    }
}

.slideCnt {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.slideHd {
    width: 50%;
    display: flex;
    padding-left: 140px;
    flex-direction: column;
    justify-content: center
}

.btn,
a#video1 {
    color: #131313;
    width: max-content;
    font-weight: 600
}

.slideHd h1 {
    font-size: 80px;
    font-weight: 600;
    width: 100%;
    margin: 0;
    line-height: 84px
}

.btn,
.slideHd p {
    line-height: 25px
}

.cxc h1 {
    background: linear-gradient(119deg, #385eaa 36%, #101010, #101010, #101010);
    background-clip: text
}

.rx h1 {
    background: linear-gradient(119deg, #db3e3a 36%, #101010, #101010, #101010);
    background-clip: text
}

.ets h1 {
    background: linear-gradient(147deg, rgb(213 150 15) 27%, #101010, #101010, #101010);
    background-clip: text
}

.brd h1 {
    background: linear-gradient(122deg, #1cae50 17%, #101010, #101010, #101010);
    background-clip: text
}

.dgl h1 {
    background: linear-gradient(119deg, #e66925 9%, #101010, #101010, #101010);
    background-clip: text
}


.ind h1 {
    background: linear-gradient(119deg, #7c557f 36%, #101010, #101010, #101010);
    background-clip: text
}

.slideHd p {
    width: 70%;
    font-size: 15px;
    margin-top: 20px
}

.btn {
    font-size: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 0
}

.btn::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    right: auto;
    left: 0;
    bottom: -4px;
    background: #131313;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.btn:hover.btn::after {
    width: 100%
}

.slideVdo {
    margin-right: 80px
}

.slideVdo video {
    height: auto;
    width: 100%;
    position: relative;
    top: 0
}

.banner .swiper-wrapper {
    align-items: center;
    height: 100vh
}

.swiper-slide,
a#video1 {
    align-items: center;
    display: flex
}

.swiper-pagination {
    bottom: 30px !important
}

.swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    border-radius: 0
}

.bgDark,
.blogSlider ul.slick-dots li.slick-active button,
.swiper-pagination-bullet-active {
    background: #131313
}

.slideCnt.main {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 90%
}

.slideCnt.main .slideHd {
    width: 28%;
    padding-left: 0;
    margin: 0 auto
}

.slideCnt.main .slideHd h1 {
    font-size: 110px;
    display: flex;
    flex-direction: column;
    line-height: 106px;
    text-align: left;
    margin: 0 auto
}

.slideCnt.main p {
    position: absolute;
    right: 23%;
    width: 24%;
    text-align: left;
    bottom: 70px
}

.slideCnt.main a.btn {
    margin: 25px 8px
}

a#video1 {
    position: absolute;
    left: 4%;
    bottom: 60px;
    justify-content: flex-start;
    cursor: pointer;
    background: #fff;
    padding: 0 25px 0 0;
    z-index: 1;
    border-radius: 30px;
    height: 52px;
    transition: .5s
}

.video-play-button {
    position: relative;
    z-index: 10;
    left: 5%;
    box-sizing: content-box;
    display: flex;
    width: 10px;
    height: 20px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    align-items: center
}

a#video1:hover {
    letter-spacing: 2px
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #d92d27;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: -11px
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

#videCont {
    padding: 0
}

.strthDv,
video#v1 {
    position: relative
}

#closer_videopopup {
    background: url("../assets/images/close.svg") 0 0/contain;
    font-size: 0;
    width: 32px;
    height: 32px;
    top: 3%;
    right: 4%;
    cursor: pointer
}

.bgBnr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.bgBnr2 {
    background: url("../assets/images/banner/04-01.avif") right -70%/cover no-repeat
}

@media (max-width:1744px) {
    .slideCnt.main p {
        right: 20%
    }
}

@media (max-width:1366px) {
    .slideHd h1 {
        font-size: 58px;
        line-height: 64px
    }
    .slideCnt.main p {
        right: 14%;
        top: 54%
    }
    .vertclScn .container {
        max-width: 80%
    }
}

@media (max-width:1280px) {
    .slideHd {
        padding-left: 60px
    }
    .slideVdo {
        margin-right: 0;
        width: 60%
    }
}

@media (max-width:1180px) {
    .slideHd p {
        width: 66%
    }
    .slideHd h1 {
        font-size: 66px;
        line-height: 65px;
        margin-bottom: 22px
    }
    .slideCnt.main .slideHd h1 {
        font-size: 88px;
        line-height: 92px
    }
    .slideCnt.main p {
        right: 8%;
        top: 49%;
        width: 30%
    }
    #videCont {
        max-width: 75%
    }
}

@media (max-width:992px) {
    .banner {
        padding-top: 0
    }
    .bgBnr2 {
        background-position: right 274px
    }
    .slideCnt {
        flex-direction: column-reverse;
        text-align: center;
        align-items: center
    }
    .slideHd {
        width: 85%;
        margin-bottom: 90px;
        text-align: center;
        align-items: center;
        padding-left: 0;
        margin-top: 66px
    }
    .slideVdo {
        width: 100%
    }
    .slideCnt.main {
        margin-top: -50%
    }
    .slideCnt.main p {
        position: relative;
        top: auto;
        right: auto;
        width: 64%;
        bottom: auto;
        text-align: left
    }
    .slideCnt.main .slideHd {
        width: 50%;
        align-items: flex-start
    }
}

@media (max-width:540px) {
    .slideCnt.main,
    .slideHd,
    .slideHd p {
        margin-top: 0
    }
    .slideCnt.main .slideHd {
        width: 80%;
        align-items: flex-start
    }
    .slideCnt.main .slideHd h1 {
        font-size: 62px;
        line-height: 70px;
        margin-bottom: 14px;
        text-align: center
    }
    .slideHd h1 {
        font-size: 42px;
        line-height: 48px
    }
    .slideCnt.main a.btn {
        margin: 0 auto 8px
    }
    a#video1 {
        left: 50%;
        bottom: 6%;
        transform: translateX(-50%)
    }
    .slideCnt.main p {
        text-align: center;
        width: 100%
    }
    .bgBnr2 {
        background-image: url("../assets/images/banner/04-mob.avif");
        background-position: right 40px
    }
}

@media (max-width:500px) {
    .slideCnt.main .slideHd h1 {
        font-size: 65px
    }
    .slideCnt.main {
        margin-top: -50%
    }
    .slideCnt.main p {
        width: 100%
    }
}

@media (max-width:375px) {
    .slideCnt.main {
        margin-top: -14%
    }
}

.bgGry {
    background: rgba(0, 0, 0, .04)
}

.redBg {
    background: url("../assets/images/red-bg.jpg") 0 0/cover no-repeat
}

.sctn {
    width: 100%;
    padding: 100px 0
}

.sctnHd {
    margin-bottom: 60px
}

.sctnHd h3 {
    font-size: 42px;
    font-weight: 600
}

.sctnHd .subHd {
    margin-bottom: 7px;
    display: block;
    font-size: 18px;
    font-weight: 500
}

.vrtclDv {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.inner-box {
    background: #1a1a1a
}

.vrtclDv .image {
    position: relative;
    margin-bottom: 0
}

.vrtclDv .image img {
    width: 100%;
    min-height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0
}

.vrtclDv .content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 20px
}

.vrtclDv .content .inner img {
    width: 34%;
    position: relative;
    margin-bottom: 14px
}

.vrtclDv.cxc .content .inner::before {
    background: linear-gradient(45deg, #385eaa .1%, #101010, #101010, #101010)
}

.vrtclDv.rx .content .inner::before {
    background: linear-gradient(45deg, #db3e3a .1%, #101010, #101010, #101010)
}

.vrtclDv.ets .content .inner::before {
    background: linear-gradient(45deg, rgb(252 181 30) .1%, #101010, #101010, #101010)
}

.vrtclDv.brd .content .inner::before {
    background: linear-gradient(45deg, #1cae50 .1%, #101010, #101010, #101010)
}

.vrtclDv.dgl .content .inner::before {
    background: linear-gradient(45deg, #e66925 .1%, #101010, #101010, #101010)
}

.vrtclDv.ind .content .inner::before {
    background: linear-gradient(45deg, #7c557f .1%, #101010, #101010, #101010)
}

.vrtclDv .title {
    color: #fff
}

.icon-arrow-down-right {
    width: 76px;
    height: 76px;
    background-image: url("../assets/images/arrow.svg");
    background-size: contain;
    opacity: .3
}

.vrtclDv .inner-box:hover .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.vrtclDv .inner-box:hover .inner:before {
    height: 0
}

.vrtclDv .inner-box:hover .inner:after {
    opacity: 1;
    height: 100%
}

.vrtclDv .inner-box:hover .text {
    opacity: 1
}

@media (max-width:575.98px) {
    .vrtclDv .content {
        padding: 10px
    }
}

.vrtclDv .content .inner {
    position: relative;
    height: 100%;
    padding: 40px;
    -webkit-transition: .3s;
    transition: .3s
}

.vrtclDv .content .inner:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #1a1a1a;
    -webkit-transition: .3s;
    transition: .3s;
    content: ""
}

.vrtclDv .content .inner::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: auto;
    bottom: 0;
    background: linear-gradient(45deg, #d92d27 .1%, #101010, #101010, #101010);
    opacity: .82;
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.vrtclDv .icon {
    position: relative;
    display: inline-block;
    color: #ffaa17;
    font-size: 64px;
    line-height: 1em;
    margin-bottom: 17px;
    z-index: 2;
    -webkit-transition: .2s;
    transition: .2s
}

.vrtclDv .title {
    position: relative;
    letter-spacing: .1em;
    z-index: 2;
    margin-bottom: 10px
}

@media (max-width:1025px) {
    header {
        padding: 14px 14px 14px 24px
    }
    header .container {
        max-width: 100%
    }
    header nav ul {
        display: none
    }
    header .menu {
        right: 0
    }
    .vertclScn .container {
        max-width: 90%
    }
}

@media (max-width:1199.98px) {
    .vrtclDv .title {
        font-size: 22px
    }
}

.vrtclDv .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    z-index: 2;
    opacity: 0;
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    color: grey
}

.vrtclDv .read-more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2
}

.vrtclDv .read-more i {
    display: block
}

.row.strnthMn {
    width: 75%;
    margin: 0 auto
}

.dot-wrap {
    max-width: 270px;
    position: relative;
    height: 80px;
    width: 80px;
    margin: 0 auto 24px
}

.dot-wrap .dot {
    background: #d92d27
}

.dot-wrap .dot::after,
.dot-wrap .dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: inherit
}

.dot-wrap .dot::before {
    width: 80px;
    height: 80px;
    opacity: .3
}

.dot-wrap .dot .count {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: inherit;
    border-radius: 50%;
    text-align: center;
    z-index: 3
}

.dot-wrap .dot::after {
    width: 60px;
    height: 60px;
    opacity: .7
}

.strthDv .content {
    position: relative;
    text-align: left;
    max-width: 94%;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    padding: 38px 30px 44px;
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, .3);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, .3);
    -webkit-filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, .06));
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    min-height: 340px
}

.accordion-header,
.footer-bottom,
.histryDv,
.info,
.social-side .icon,
.socials,
.stepNumber,
.workInfo {
    text-align: center
}

.strthDv .content h5.heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #131313
}

p.bk_pra {
    margin-bottom: 0;
    word-wrap: break-word;
    max-width: 100%;
    font-weight: 500;
    line-height: 1.58;
    font-size: 14px;
    color: #131313
}

#dsn_footer .textwidget p:not(:last-child),
#dsn_footer .textwidget>:not(:last-child),
.textbox h5 {
    margin-bottom: 10px
}

.strnthMn .line {
    position: absolute;
    top: 40px;
    right: 100%;
    -webkit-transform: translateX(50%);
    transform: translateX(44%);
    background: #ddd;
    width: 60%;
    height: 1px
}

.dsn-socials li a:after,
.socials li a:after {
    width: 4px;
    height: 4px;
    background: #e4e4dd;
    transform: translate(-50%, -50%) scale(.2)
}

.footerSctn .main-logo,
.strngthIcon {
    width: 50%
}

.flextop:after,
.flextop:before {
    width: 1px;
    height: 32%;
    content: '';
    position: absolute;
    background: 0 0
}

.flexbox {
    display: flex;
    width: 90%;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto
}

.flex {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 2% 5%;
    justify-content: center
}

.flexbottom {
    border-bottom: 1px dashed #131313;
    border-bottom-left-radius: 170px;
    border-bottom-right-radius: 170px
}

.flextop {
    border-top: 1px dashed #131313;
    border-top-left-radius: 170px;
    border-top-right-radius: 170px;
    position: relative;
    margin-left: -1px
}

.flextop:before {
    left: 0;
    border-left: 1px dashed #bfbfbf
}

.flextop:after {
    right: 0;
    border-right: 1px dashed #bfbfbf
}

.stepNumber {
    width: 100%;
    border: 1px solid orange;
    border-radius: 50px 0;
    background: orange;
    color: #fff;
    padding: 8px 0
}

.histryDv,
.imgbox {
    border-radius: 50%
}

.imgbox {
    width: 60%;
    margin: 25px auto;
    background: #131313
}

.textbox {
    padding-top: 20px
}

.textbox h5 {
    font-size: 20px;
    font-weight: 700
}

@media (max-width:992px) {
    .flexbox {
        flex-direction: column;
        width: 72%
    }
    .flex {
        width: 100%;
        padding: 13% 16%
    }
    .flexbottom {
        border-bottom: 0;
        border-top-right-radius: 170px;
        border-bottom-right-radius: 170px;
        border-right: 1px dashed #131313
    }
    .flextop {
        border-top: none;
        border-left: 1px dashed #131313;
        border-top-left-radius: 170px;
        border-bottom-left-radius: 170px
    }
    .flextop:before {
        width: 172px;
        height: 1px;
        bottom: 0;
        left: 32%;
        border-top: 1px dashed #bfbfbf
    }
    .flextop:after {
        width: 172px;
        height: 1px;
        border-bottom: 1px dashed #bfbfbf;
        top: 0;
        right: 32%
    }
}

.blogImg img,
.people .slick-slide img,
.people .slick-slider .element .img,
.workImg,
.workImg img,
span.btn-icn img {
    width: 100%
}

.people .slick-slider .element {
    width: 100px;
    background-color: #191919;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    height: auto
}

.people .slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none
}

.info {
    padding: 12px 0
}

.info h5 {
    font-size: 18px;
    margin-bottom: 0
}

.info span {
    font-size: 14px;
    color: #999
}

.slick-slider button {
    background: 0 0;
    border: 1px solid #ccc;
    margin-top: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    bottom: -74px
}

.slick-slider button::after {
    color: #fff;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 14px;
    top: 14px
}

.slick-slider button.slick-prev::after,
.workSldr button.slick-prev::after {
    background: url("../assets/images/left-chevron-blck.svg") 0 0/contain no-repeat
}

.slick-slider button.slick-next::after,
.workSldr button.slick-next::after {
    background: url("../assets/images/chevron-blck.svg") 0 0/contain no-repeat
}

.slick-slider button.slick-prev {
    right: 72px
}

.slick-slider button.slick-next {
    right: 8px
}

.workSldr .workItem {
    color: #131313;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    flex-direction: column
}

.workImg {
    border-radius: 8px;
    overflow: hidden
}

.workInfo {
    margin-top: 18px
}

.workInfo span {
    font-size: 16px;
    color: #999
}

.workSldr button {
    top: 0;
    right: 0;
    transform: translateY(-110px)
}

.workSldr button.slick-prev {
    left: auto;
    right: 19.7%
}

.workSldr button.slick-next {
    right: 16.3%
}

@media (max-width:1366px) {
    .row.strnthMn {
        width: 90%
    }
    .workSldr button.slick-prev {
        left: auto;
        right: 12%
    }
    .workSldr button.slick-next {
        right: 7%
    }
}

@media only screen and (max-width:1280px) {
    .workSldr {
        width: 90%;
        margin: 0 auto
    }
    .workSldr button.slick-prev {
        right: 75px
    }
    .workSldr button.slick-next {
        right: 8px
    }
}

.sctn.histrySctn {
    min-height: 626px
}

.histrySctn .row .col-xl {
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    justify-content: center
}

.histryDv {
    width: 220px;
    height: 220px;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 32px;
    transition: .3s ease-in
}

.histryDv:hover {
    border-color: #d92d27;
    scale: 1.5
}

.hstryYear {
    font-size: 24px;
    font-weight: 600;
    color: #d92d27
}

.testmnlSctn {
    background: url("../assets/images/tstmnl-bg.jpg") center/cover no-repeat
}

.blogSlider,
.tstmnlSlider {
    display: flex;
    flex-direction: column
}

.tstmnlBox {
    background: #131313;
    color: #fff;
    padding: 50px 30px;
    margin: 0 auto -152px;
    width: 85%
}

.tstmnlCnt {
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 32px;
    min-height: 200px
}

.tstmnlDtls {
    display: flex;
    flex-direction: row
}

.tstmnlAvtr {
    margin-right: 18px
}

.tstmnlAvtr img {
    width: 50px;
    height: 48px;
    border-radius: 50%
}

.tstmnlName {
    font-weight: 600;
    font-size: 17px
}

.tstmnlDsgn {
    font-size: 16px;
    font-weight: 100
}

.tstmnlSlider ul.slick-dots {
    display: flex;
    margin: 40px auto 0
}

.blogSlider .slick-dots li,
.tstmnlSlider ul.slick-dots li {
    margin: 0 4px
}

.tstmnlSlider button {
    position: relative;
    top: auto;
    transform: none;
    width: 11px;
    height: 11px;
    padding: 0
}

.blogCnt a .btn::after,
.tstmnlSlider ul.slick-dots li.slick-active button {
    background: #fff
}

.tstmnlItem {
    padding: 0 20px
}

@media only screen and (max-width:1180px) {
    .workSldr button.slick-prev {
        right: 187px
    }
    .workSldr button.slick-next {
        right: 121px
    }
    .tstmnlBox {
        width: 100%
    }
    .tstmnlSlider button {
        bottom: 20px
    }
    .tstmnlCnt {
        min-height: 270px
    }
    .blogSlider .slick-list {
        min-height: auto !important
    }
    .blogSlider .slick-dots button {
        bottom: 0
    }
    .blogCnt {
        position: relative !important;
        width: 100% !important;
        bottom: 0 !important
    }
    .blogCnt a h5 {
        min-height: 100px
    }
}

.wrapperMrque {
    width: 96%;
    overflow: hidden;
    margin: 0 auto
}

.marquee {
    margin: 50px 0
}

.marquee.marquee2 {
    margin-top: 104px
}

.marquee-content {
    display: flex;
    animation: 20s linear infinite scrolling
}

.marquee-content li {
    flex: 0 0 13vw;
    margin: 0 3vw;
    height: 50px;
    width: auto;
    display: flex;
    justify-content: center
}

.blogCnt a h5,
.inrPg .abtHd .sctnHd,
.social-side li {
    margin-bottom: 20px
}

.marquee-content img {
    display: block;
    width: auto;
    height: 100%;
    filter: grayscale(1)
}

@keyframes scrolling {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translatex(-144vw)
    }
}

.marquee2 .marquee-content {
    display: flex;
    animation: 20s linear infinite scrolling2
}

@keyframes scrolling2 {
    0% {
        transform: translateX(-144vw)
    }
    100% {
        transform: translatex(0)
    }
}

.blogSlider .slick-list {
    min-height: 486px
}

.blogSlide {
    padding: 24px;
    position: relative
}

.blogCnt {
    position: absolute;
    background: #131313eb;
    width: 80%;
    padding: 34px;
    right: 0;
    bottom: -86px;
    color: #fff;
    min-height: 172px
}

.blogCnt a h5 {
    font-size: 20px;
    line-height: 28px
}

.blogCnt a .btn {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300
}

.blogCnt a:focus-visible.btn,
.blogCnt a:hover.btn {
    border: none
}

.blogCnt a:hover.btn::after {
    width: 100%
}

.blogSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 46px
}

.blogSlider .slick-dots button {
    border-color: #131313;
    padding: 0;
    width: 10px;
    height: 10px;
    position: relative;
    transform: none;
    left: 0;
    top: 0
}

#dsn_footer {
    overflow: hidden;
    height: 100vh;
    padding: 10% 0 0
}

.footer-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#dsn_footer .dsn-container {
    padding: 70px 50px 0
}

.dsn-container.pt-60 {
    padding-top: 60px
}

.d-grid.grid-lg-4.grid-md-2 {
    display: grid;
    align-items: stretch;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    padding-bottom: 86px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    #dsn_footer .grid-col-1 {
        grid-column: 1/4
    }
    #dsn_footer .grid-col-2 {
        grid-column: 1/2
    }
    #dsn_footer .grid-col-3 {
        grid-column: 2/4
    }
}

#dsn_footer.container .container,
#dsn_footer.container .dsn-container,
#dsn_footer.dsn-container .container,
#dsn_footer.dsn-container .dsn-container {
    padding-right: 0;
    padding-left: 0
}

.subtitle {
    color: #ddd;
    font-size: 16px;
    letter-spacing: 2px
}

#dsn_footer h4.subtitle {
    margin-bottom: 20px;
    display: inline-block;
    color: #fff
}

.background-revere {
    background-color: #191919
}

#dsn_footer h4.subtitle span {
    padding: 3px 0 8px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    background: 0 0;
    border-bottom: 1px solid #ffffff1f
}

#dsn_footer ul.menu li a,
#dsn_footer ul.sub-menu li a {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2.5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase
}

#dsn_footer ul.menu li:not(:last-child) a,
#dsn_footer ul.sub-menu li:not(:last-child) a {
    margin-bottom: 9px
}

#dsn_footer .list-inline-block ul.menu li,
#dsn_footer .list-inline-block ul.sub-menu li,
.dsn-socials li {
    display: inline-block
}

#dsn_footer .list-inline-block ul.menu li:not(:last-of-type),
#dsn_footer .list-inline-block ul.sub-menu li:not(:last-of-type) {
    margin-left: 5px
}

#dsn_footer .col-contact p {
    font-size: 14px;
    color: #fff
}

#dsn_footer .col-contact p span {
    margin-right: 5px;
    margin-left: 5px
}

#dsn_footer .col-contact p a {
    text-transform: none;
    color: #fff
}

.col-address p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    width: 84%
}

@media (max-width:768px) {
    .workSctn .sctnHd h3 {
        width: 80%
    }
    .col-address p {
        margin-left: auto;
        margin-right: auto
    }
}

.elementor-social-icon i {
    --e-social-icon-icon-color: $heading-color
}

.dsn-equal-height.h-100>.elementor-widget-container {
    height: 100%
}

footer#dsn_footer .btn::after {
    background: #fff;
    transform: translateX(50%)
}

footer .btn:hover.btn::after {
    left: -50%
}

span.btn-icn {
    width: 24px
}

.footerSctn .sctnHd h3 {
    font-size: 58px;
    color: #fff
}

.footerSctn .sctnHd {
    margin-bottom: 26px
}

footer#dsn_footer .btn {
    color: #fff;
    border: none !important;
    font-weight: 400;
    letter-spacing: 1px
}

ul#menu-footer-menu {
    margin: 0
}

@media only screen and (max-width:767px) {
    .dsn-equal-height.h-100.dsn-position-mobile-relative {
        height: auto
    }
}

@media only screen and (min-width:768px) {
    .grid-md-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-width:992px) {
    .grid-md-2 {
        grid-template-columns: repeat(5, 1fr)
    }
}

ul.dsn-socials {
    margin-top: 22px
}

.social-side {
    position: fixed;
    left: 25px;
    bottom: 50px;
    z-index: 10;
    display: flex;
    mix-blend-mode: exclusion;
    color: #fff;
    --heading-color: #fff;
    --border-color: #fff
}

.social-side .icon {
    width: 30px;
    line-height: 30px;
    cursor: pointer;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    white-space: nowrap;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 12px
}

.social-side .icon:before {
    content: "";
    position: relative;
    display: inline-block;
    border-left: 1px solid #ffffff1a;
    height: 50px;
    margin-bottom: 10px
}

.dsn-socials li a,
.dsn-socials li a a:not(.move-circle) {
    border-color: #ffffff1a
}

.socials {
    font-size: 14px
}

.socials li a {
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #fff
}

.socials li a span,
.socials li a:after,
.socials li a:hover i {
    transition: .3s cubic-bezier(.55, .02, .1, .9)
}

.dsn-socials li a i,
.socials li a i {
    transition: .3s cubic-bezier(.175, .885, .32, 1.275)
}

.socials li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0
}

.socials li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--heading-color);
    font-size: 13px;
    opacity: 0;
    transform-origin: center bottom;
    cursor: pointer;
    transform: translateX(0) translateY(-50%)
}

.dsn-socials li a:hover i,
.socials li a:hover i {
    transform: scale(0)
}

.socials li a:hover label {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 12, -8);
    transition: .6s cubic-bezier(.75, -.5, 0, 1.75)
}

.dsn-socials li a:hover:after,
.socials li a:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: .5s cubic-bezier(.75, -.5, 0, 1.75);
    transition-delay: 0.2s
}

.socials li a:hover span {
    opacity: 1;
    transform: translateX(10px) translateY(-50%)
}

.dsn-socials li:not(:last-of-type) {
    margin-right: -10px
}

.dsn-socials li a {
    position: relative;
    width: 56px;
    height: 56px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.dsn-socials li a .icon-circle {
    z-index: 1
}

.dsn-socials li a span:not(.dsn-icon),
.dsn-socials li a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: .3s cubic-bezier(.55, .02, .1, .9)
}

.dsn-socials li a:after {
    content: "";
    border-radius: 50%
}

.dsn-socials li a span:not(.dsn-icon) {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    transform-origin: center bottom;
    cursor: pointer
}

.dsn-socials li a i {
    transform: scale(1);
    color: #fff;
    font-size: 20px
}

.dsn-socials li a:hover span:not(.dsn-icon) {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -20);
    transition: .6s cubic-bezier(.75, -.5, 0, 1.75)
}

@media only screen and (max-width:1366px) {
    #dsn_footer {
        height: auto
    }
}

@media only screen and (max-width:1025px) {
    .workSldr button.slick-prev {
        right: 94px
    }
    .workSldr button.slick-next {
        right: 30px
    }
    #dsn_footer .dsn-container {
        padding: 60px 30px 0
    }
}

@media only screen and (max-width:991px) {
    .dsn-equal-height.h-100.dsn-position-tablet-relative {
        height: auto
    }
    .social-side {
        display: none
    }
    .dsn-socials li a {
        width: 50px;
        height: 50px
    }
    .dsn-socials li:not(:last-of-type) {
        margin-right: 5px
    }
}

@media only screen and (max-width:768px) {
    .footer-content .grid-md-2 {
        text-align: center;
        padding-bottom: 32px !important
    }
    .grid-md-2 {
        grid-template-columns: repeat(1, 1fr)
    }
    .footer-content .main-logo {
        margin: 0 auto;
        width: 32%
    }
}

.elementor-align-right .dsn-socials .dsn-icon {
    margin: inherit
}

.border-top {
    border-top: 1px solid #ffffff1a
}

.footer-bottom {
    color: #fff;
    padding: 30px 0
}

.footer-bottom p {
    font-size: 15px;
    margin-bottom: 0
}

:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.75)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(.75)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

[data-animation] {
    opacity: 0;
    -webkit-animation-timing-function: var(--animation-timing-function);
    animation-timing-function: var(--animation-timing-function);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: var(--animation-duration);
    animation-duration: var(--animation-duration);
    will-change: transform, opacity
}

.animations-disabled,
.animations-disabled [data-animation] {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important
}

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

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

.slideInLeft {
    -webkit-animation-name: slideInleft;
    animation-name: slideInleft
}

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

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

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

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

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

.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-direction: reverse
}

.dsn-scroll-bottom {
    position: absolute;
    right: 20px;
    bottom: 50px;
    z-index: 1;
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 13px;
    font-size: 10px;
    letter-spacing: 5px;
    cursor: pointer
}

.dsn-scroll-bottom .text {
    writing-mode: vertical-lr
}

.dsn-scroll-bottom:after,
.dsn-scroll-bottom:before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    left: 50%;
    margin-bottom: 10px
}

.dsn-scroll-bottom:before {
    position: relative;
    background-color: #131313
}

.dsn-scroll-bottom:after {
    position: absolute;
    top: 0;
    background-color: #fff;
    transform: scale(0);
    transform-origin: top;
    animation: 2.5s cubic-bezier(.19, 1, .22, 1) infinite scroll-down
}

@keyframes scroll-down {
    0% {
        transform: scale(0);
        transform-origin: top
    }
    50% {
        transform: scale(1);
        transform-origin: top
    }
    51% {
        transform: scale(1);
        transform-origin: bottom
    }
    100% {
        transform: scale(0);
        transform-origin: bottom
    }
}

.breadcrumb {
    display: flex;
    flex-direction: row;
    margin-top: 35px
}

.breadcrumb img {
    width: 16px;
    margin: 0 8px
}

.abtHd {
    margin-top: 50px;
    width: 75%
}

.abtCnt {
    width: 50%;
    margin: 0 0 60px
}

.vsnBox {
    padding: 50px;
    border: 1px solid #131313;
    border-radius: 16px;
    width: 90%;
    margin: 0 auto
}

.vsnIcon {
    width: 54px;
    margin-bottom: 25px
}

.vsnCnt h5 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600
}

.vsnCnt p span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px
}

#dsn_footer.inrPg {
    height: auto;
    padding-top: 100px
}

@media (max-width:991px) {
    .strnthMn .line {
        display: none
    }
    .strnthCol,
    .teamHd,
    .vsnBox {
        margin-bottom: 40px
    }
    .slick-slider button {
        bottom: auto;
        top: -116px
    }
    .histrySctn .row .col-xl {
        padding: 0;
        margin-bottom: 20px
    }
    .tstmnlBox {
        margin-bottom: 0;
        padding: 50px 30px
    }
    .tstmnlSlider .slick-list {
        margin: 0 30px
    }
    .tstmnlCnt {
        min-height: auto
    }
}

.abtHd p {
    width: 60%;
    margin-top: 26px
}

.crewSctn .abtHd p,
.lfeCltrSctn.text-center .abtHd p {
    margin: 26px auto 0
}

.teamSctn {
    width: 90%;
    margin: 30px auto
}

.teamEch {
    margin-bottom: 80px
}

.teamDtls {
    margin-top: 20px;
    color: #fff
}

.sctn.crewSctn .abtHd,
.submtBtn {
    margin: 0 auto
}

.hover-switch {
    width: 100%;
    position: relative
}

.crewSctn .sctnHd .subHd {
    text-transform: capitalize
}

.hover-switch>img:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out
}

.hover-switch:hover>img:last-of-type {
    opacity: 0
}

.lfeCltrSctn.text-center .abtHd {
    margin: 50px auto
}

.wrkCltr {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense
}

.wrkCltr .wrkCltrImg {
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 3rem;
    background: rgba(0, 0, 0, .2);
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
    cursor: initial !important;
	position: relative;
}
span.img-caption {
    position: absolute;
    text-align: left;
    font-size: 16px;
    padding: 16px 20px 10px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #000000b8, transparent);
    width: 100%;
    display: none;
}
.wrkCltr .wrkCltrImg:hover span.img-caption {
	display: block;
}
.wrkCltrImg img,
.wrkCltrImg video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: .5s
}

.wrkCltrImg.show::before {
    content: '';
    display: block;
    position: fixed;
    z-index: 555;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6)
}

.wrkCltrImg.show img {
    position: fixed;
    top: 0;
    left: 0;
    margin: 30px;
    align-self: center;
    object-fit: contain;
    z-index: 666;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    filter: drop-shadow(0 3px 15px black)
}

.wrkCltrImg:not(.show):hover img {
    cursor: pointer;
    transform: scale(1.3)
}

@media (max-width:540px) {
    .sctnHd h3 {
        font-size: 40px
    }
    .flexbottom {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px
    }
    .flextop {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px
    }
    .flextop:after,
    .flextop:before {
        width: 40%;
        left: 30%
    }
    .people .sctnHd h3,
    .workSctn .sctnHd h3 {
        width: 100%
    }
    .slick-slider button {
        top: auto
    }
    .slick-slider button.slick-prev {
        right: 54%
    }
    .slick-slider button.slick-next {
        right: 36%
    }
    .people .slick-slider .element {
        padding: 40px
    }
    .workSldr button {
        top: auto;
        right: 50%;
        transform: translate(-12%, 0)
    }
    .workSldr button.slick-prev {
        right: 52%
    }
    .workSldr button.slick-next {
        right: 35%
    }
    .tstmnlSlider .slick-list {
        margin: 0
    }
    .marquee-content li {
        height: 32px
    }
    main.wrkCltr {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 0 auto
    }
}

@media (max-width:500px) {
    .abtHd p,
    main.wrkCltr {
        width: 100%
    }
}

.jobpost {
    padding: 54px 50px;
    box-shadow: 0 0 2px #ccc;
    border-radius: 7px;
    margin: 0 auto 30px;
    width: 94%;
    border-bottom: 3px solid #d92d27bd
}

.jobHd {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #385eaa
}

.jobpost a.btn {
    margin-top: 10px;
    color: #d92d27
}

.dscrptn {
    margin-top: 24px
}

.jobCntDtls ul,
.jobDtls {
    margin-top: 10px
}

.jobpost .accordion {
    margin-top: 0
}

.jobpost .dscrptn.at-item {
    border-top: none;
    padding: 0;
    margin: 0
}

.dscptnHd {
    font-size: 18px;
    font-weight: 700
}

span.jobDtlTtl {
    font-weight: 700;
    margin-right: 10px
}

.at-title h2,
.box-form h3,
.jobCntHd,
p.jobpara {
    font-weight: 600
}

.jobCntDtls ul {
    padding-left: 17px
}

.jobCntDtls li {
    list-style: circle
}

.jobpost .at-title:after {
    top: 12px
}

p.jobpara {
    margin-top: 30px
}

.box-form {
    background: #fff;
    padding: 50px;
    width: 70%;
    margin: 0 auto;
    border-radius: 8px
}

.form {
    margin-top: 30px
}

.box-form h3 {
    font-size: 32px
}

.input__wrap.controls,
.prctSctnCntr {
    width: 80%;
    margin: 0 auto
}

.form button,
.form input,
.form optgroup,
.form select,
.form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 16px;
    border-radius: 6px
}

.form .form-control[type=file] {
    padding: 10px 12px;
    height: 46px
}

.form .form-group {
    margin-bottom: 30px
}

.submtBtn input[type=submit] {
    background: 0 0;
    border: 2px solid #131313;
    font-weight: 500;
    padding: 10px 26px
}

.prjctImg img,
.prjctImg video {
    border-radius: 14px
}

.submtBtn input[type=submit]:hover {
    background: #131313;
    color: #fff
}

.prjctBox {
    padding: 0 10px
}

.vdoDv {
    height: 411px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 40px;
}

.prjctCnt.workInfo {
    text-align: left;
    margin-bottom: 50px
}

.prjctCnt.workInfo h5 {
    font-weight: 700;
    font-size: 22px
}

.prjctCnt .btn {
    margin: 8px 0 16px
}

.prjctImg mux-player {
    border-radius: 14px;
    overflow: hidden
}

.prjctImg video {
    width: 100%
}

.custom-map {
    height: 600px
}

.accordion {
    max-width: 100%;
    margin: 80px auto 0
}

.at-tab {
    display: none;
    padding: 15px;
    border-top: none
}

.at-title {
    cursor: pointer;
    position: relative;
    transition: background-color .3s
}

.at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: .3s;
    font-size: 24px
}

.at-title.active:after {
    content: "-"
}

.at-item {
    border-radius: 5px;
    margin-bottom: 0;
    border-top: 1px dashed #ccc;
    padding: 30px 0
}

.at-item:last-child {
    border-bottom: 1px dashed #ccc
}

.at-title h2 {
    font-size: 22px;
    padding: 10px 15px;
    margin: 0
}

.accordion-header {
    background-color: #222;
    color: #fff;
    padding: 20px 0
}

body:not(.custom-background-image):after,
body:not(.custom-background-image):before {
    display: none !important
}

section.overLay {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #000000b8;
    z-index: 99999
}

.formConfirmation {
    width: auto;
    height: max-content;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5956e9;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 111;
    border-radius: 10px;
    box-shadow: 0 50px 50px rgba(19, 19, 170, .3);
    animation: .5s forwards slideFromBottom
}

@keyframes slideFromBottom {
    0% {
        bottom: -100px
    }
    100% {
        bottom: 20px
    }
}

@media (max-width:1280px) {
    .vrtclDv .content .inner img {
        width: 50%;
        position: relative;
        margin-bottom: 14px
    }
    .container {
        width: 90%
    }
}

@media (max-width:1024px) {
    .box-form {
        width: 100%
    }
}

@media (max-width:992px) {
    .abtHd {
        width: 100%
    }
    .abtCnt {
        width: 90%
    }
}

@media (max-width:540px) {
    .container {
        width: 90%
    }
    .box-form {
        padding: 50px 0
    }
}
.coming-soon {
    width: 70%;
    margin: 0 auto;
    min-height: 46vh;
    display: flex;
    align-items: center;
}