img {
    width: 100%}
a {
    text-decoration: none;
}
body {
    overflow-x: hidden;
    background-color: #000;
}
h4 {
    font-family: Roboto-Bold!important;
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.navbar {
    padding: 10px 2%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: 0.2s ease-in;
}
.navbar .logo {
    width: 100px;
    transition: 0.2s ease-in;
}
.navbar .portfolio-btn {
    position: relative;
}
.navbar .portfolio-btn a {
    font-family: Boogaloo-Regular;
    color: #fff;
    font-size: 30px;
    padding: 15px 69px;
    position: absolute;
}
.navbar .portfolio-btn video {
    width: 225px;
    border-radius: 200px;
}
.navbar-fixed-top.scrolled-inner {
    background-color: #000;
}
.navbar-fixed-top.scrolled-inner .logo {
    width: 70px;
}
.menu-btn-main .menu-btn {
    cursor: pointer;
    letter-spacing: 5px;
    font-weight: 700;
}
.menu-btn-main .menu-btn:hover span:nth-child(1) {
    width: 70px;
}
.menu-btn-main .menu-btn:hover span:nth-child(2) {
    width: 65px;
    margin-left: -10px;
}
.menu-btn-main .menu-btn span {
    display: block;
    margin: 5px 0;
    background: #fff;
    margin-left: auto;
    width: 42px;
    height: 2px;
    transition: 0.6s cubic-bezier(.075, .82, .165, 1);
}
.menu-btn-main .menu-btn span:nth-child(2) {
    width: 70px;
    transition-delay: 0.1s;
}
.menu.active {
    opacity: 0;
    visibility: hidden;
}
.menu {
    transition: 0.52s;
    z-index: 1111;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / .98);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu span {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    font-size: 48px;
    cursor: pointer;
    transition: 0.2s ease;
}
.menu span:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    font-size: 52px;
}
.menu .links-container {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    padding-right: 40px;
}
.menu .links-container a {
    width: 100%;
    height: 400px;
    font-size: 2.5em;
    text-decoration: none;
    color: whitesmoke;
    transition: 0.6s cubic-bezier(.075, .82, .165, 1);
    position: relative;
}
.menu .links-container a:hover {
    color: #0087CE;
    font-size: 3em;
    margin-left: 10px;
}
.menu .links-container a:before {
    color: whitesmoke;
}
.menu .home:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 800px;
    background-size: cover;
    top: -250%;
    right: -1000px;
    transition: 0.6s cubic-bezier(.075, .82, .165, 1);
    filter: grayscale(75%);
    visibility: hidden;
}
.menu .home:hover:after {
    visibility: visible;
    top: -275%}
.menu .home:hover:before {
    visibility: visible;
    right: -1150px;
}
.menu .places:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 800px;
    background-size: cover;
    top: -350%;
    right: -1000px;
    transition: 0.6s cubic-bezier(.075, .82, .165, 1);
    filter: grayscale(75%);
    visibility: hidden;
}
.menu .places:hover:after {
    visibility: visible;
    top: -375%}
.menu .places:hover:before {
    visibility: visible;
    right: -1150px;
}
.menu .about:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 800px;
    background-size: cover;
    top: -450%;
    right: -1000px;
    transition: 0.6s cubic-bezier(.075, .82, .165, 1);
    filter: grayscale(75%);
    visibility: hidden;
}
.menu .about:hover:after {
    visibility: visible;
    top: -475%}
.menu .about:hover:before {
    visibility: visible;
    right: -1150px;
}
.menu .contact:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 800px;
    background-size: cover;
    top: -550%;
    right: -1000px;
    transition: 0.6s cubic-bezier(.075, .82, .165, 1);
    filter: grayscale(75%);
    visibility: hidden;
}
.menu .contact:hover:after {
    visibility: visible;
    top: -575%}
.menu .contact:hover:before {
    visibility: visible;
    right: -1375px;
}
.menu .menu-title {
    color: #fff;
    font-size: 1em;
    opacity: .4;
    letter-spacing: 10px;
}
.main-slider {
    position: relative;
    margin-bottom: -6px;
    overflow: hidden;
    background-color: #000;
    min-height: 100vh;
    transform: translateY(0vh);
    transition: all 1.2s cubic-bezier(.22, .44, 0, 1);
}
.main-slider video {
    height: 65vh;
    width: 100%;
    object-fit: contain;
    margin-top: 20vh;
    padding-left: 40px;
}
.main-slider #video-placeholder {
    height: 65vh;
    width: 100%;
    object-fit: contain;
    margin-top: 20vh;
    padding-left: 40px;
}
.main-slider .slider-caption {
    padding-top: 0%;
    position: absolute;
    top: 38%;
    right: 6%;
    width: 48%}
.main-slider .slider-caption h2 {
    font-family: myriad-pro-regular;
    color: #fff;
    letter-spacing: -1px;
    position: relative;
    font-size: 2em;
}
.main-slider .slider-caption h2:before {
    content: '';
    display: block;
    background-image: url(../img/line.png);
}
.main-slider .slider-caption h1 {
    font-family: american-captain;
    color: #fff;
    font-size: 4.8em;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#0087CE, #28278A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.main-slider .social-icons {
    position: absolute;
    left: -80px;
    z-index: 999;
    bottom: 90px;
    transform: rotate(270deg);
}
.main-slider .social-icons li {
    display: inline;
    list-style: none;
}
.main-slider .social-icons img {
    width: 30px;
}
.main-slider .social-icons ul li {
    font-family: Formular-Light;
    background: -webkit-linear-gradient(#0087CE, #28278A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
.request-quote {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.request-quote a {
    font-family: Formular-Regular;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    padding: 28px 10px;
    margin: 0 57px 0 auto;
    position: fixed;
    font-size: 22px;
    line-height: 26px;
    display: block;
    z-index: 9;
    width: fit-content;
}
.request-quote video {
    width: 180px;
    border-radius: 200px;
    height: auto;
    margin-top: 0;
    padding-left: unset!important;
}
@media only screen and (max-width:600px) {
    .request-quote video {
    width: 140px;
}
.request-quote a {
    font-family: Formular-Regular;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    padding: 24px 10px;
    margin: 0 45px 0 auto;
    position: fixed;
    font-size: 17px;
    line-height: 19px;
    display: block;
    z-index: 9;
    width: fit-content;
}
}.background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 130vh;
    position: fixed;
    width: 100%;
    -webkit-transform: translateY(30vh);
    -ms-transform: translateY(30vh);
    transform: translateY(30vh);
    -webkit-transition: all 1.2s cubic-bezier(.22, .44, 0, 1);
    transition: all 1.2s cubic-bezier(.22, .44, 0, 1);
}
.background:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / .3);
}
.background:first-child {
    -webkit-transform: translateY(-15vh);
    -ms-transform: translateY(-15vh);
    transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
    -webkit-transform: translateY(15vh);
    -ms-transform: translateY(15vh);
    transform: translateY(15vh);
}
.background:nth-child(1) {
    z-index: 3;
}
.background:nth-child(2) {
    z-index: 2;
}
.background:nth-child(3) {
    z-index: 1;
}
.content-wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: #fff;
    font-family: Montserrat;
    text-transform: uppercase;
    -webkit-transform: translateY(40vh);
    -ms-transform: translateY(40vh);
    transform: translateY(40vh);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1.7s cubic-bezier(.22, .44, 0, 1);
    transition: all 1.7s cubic-bezier(.22, .44, 0, 1);
}
.content-title {
    font-size: 12vh;
    line-height: 1.4;
}
.background.up-scroll {
    -webkit-transform: translate3d(0, -15vh, 0);
    transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
    -webkit-transform: translateY(15vh);
    -ms-transform: translateY(15vh);
    transform: translateY(15vh);
}
.background.up-scroll+.background {
    -webkit-transform: translate3d(0, 30vh, 0);
    transform: translate3d(0, 30vh, 0);
}
.background.up-scroll+.background .content-wrapper {
    -webkit-transform: translateY(30vh);
    -ms-transform: translateY(30vh);
    transform: translateY(30vh);
}
.background.down-scroll {
    -webkit-transform: translate3d(0, -130vh, 0);
    transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
    -webkit-transform: translateY(40vh);
    -ms-transform: translateY(40vh);
    transform: translateY(40vh);
}
.background.down-scroll+.background:not(.down-scroll) {
    -webkit-transform: translate3d(0, -15vh, 0);
    transform: translate3d(0, -15vh, 0);
}
.background.down-scroll+.background:not(.down-scroll) .content-wrapper {
    -webkit-transform: translateY(15vh);
    -ms-transform: translateY(15vh);
    transform: translateY(15vh);
}
.home-service-scroll {
    background-color: #0087CE;
    width: 100%;
    overflow: hidden;
}
.home-service-scroll .custom-container {
    padding: 2px 2% 2px!important;
}
.home-service-scroll .news-message {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%}
.home-service-scroll .news-message {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    animation: slide-left 20s linear infinite;
}
.home-service-scroll .news-message p {
    margin-bottom: 0;
}
.home-service-scroll .news-message p a {
    font-size: 2.5em;
    padding-left: 1em;
    font-family: Arial-Bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.home-service-scroll .news-message p img {
    width: 50px;
}
@keyframes slide-left {
    from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}.about-main {
    background-color: #000;
}
.about-main .custom-container {
    padding: 50px 3%}
.about-main .h-re {
    font-family: Formular-Bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: -1px;
    position: relative;
    z-index: 9;
}
.about-main .head-underline {
    width: 320px;
    height: 85px;
    object-fit: contain;
    margin: -45px auto 0;
    display: block;
}
.about-main p {
    font-family: Formular-Light;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: -1px;
    width: 80%;
    margin: auto;
}
.about-main .about-img {
    position: relative;
    min-height: 450px;
}
.scroll-center-main {
    position: relative;
}
.scroll-center-main .scroll-center-video-one {
    position: absolute;
    height: 590px;
    top: 135px;
    left: -50vh;
}
.scroll-center-main .scroll-center-video-two {
    position: absolute;
    height: 590px;
    top: 135px;
    right: -50vh;
}
.scroll-center-main .about-scroll-bg-video {
    position: absolute;
    width: 100vw;
    left: -45px;
}
@media only screen and (max-width:1100px) {
    .scroll-center-main .scroll-center-video-one {
    height: 360px;
    left: -35vh;
}
.scroll-center-main .scroll-center-video-two {
    height: 360px;
    right: -35vh;
}
}@media only screen and (max-width:767px) {
    .scroll-center-main .scroll-center-video-one {
    height: 270px;
    left: -25vh;
}
.scroll-center-main .scroll-center-video-two {
    height: 270px;
    right: -25vh;
}
.scroll-center-main .about-scroll-bg-video {
    top: 30%}
.cards p {
    bottom: 80px!important;
}
}@media only screen and (max-width:499px) {
    .scroll-center-main .scroll-center-video-one {
    height: 170px;
    left: -15vh;
}
.scroll-center-main .scroll-center-video-two {
    height: 170px;
    right: -15vh;
}
}.animated-text-home {
    min-height: 70vh;
}
.animated-text-home .animated-caption h2 {
    font-weight: 600;
    letter-spacing: -.025em;
    color: #000;
    font-size: 6em;
    line-height: 1.2em;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-family: Henderson-Bold;
    -webkit-text-stroke: 1px #fff;
    border-right: 2px solid #000;
    visibility: hidden;
}
.center {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.stack-area {
    width: 100%;
    height: 300vh;
    position: relative;
    display: flex;
    justify-content: center;
}
.right {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    box-sizing: border-box;
    flex-basis: 100%}
.cards {
    width: 100%;
    height: 100%;
    position: relative;
}
.cards p {
    position: absolute!important;
    bottom: 55px!important;
    height: 50px!important;
    margin: 260px auto 0px!important;
    left: 0px!important;
    right: 0px!important;
    width: fit-content;
    font-family: portico;
    font-size: 70px;
    opacity: .5;
}
.card {
    width: 290px;
    height: auto;
    box-sizing: border-box;
    color: #fff;
    border-radius: 0px!important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s ease-in-out;
    border: none;
    background: none;
}
.card:nth-child(1) {
    z-index: 6;
}
.card:nth-child(2) {
    z-index: 5;
}
.card:nth-child(3) {
    z-index: 4;
}
.card:nth-child(4) {
    z-index: 3;
}
.card:nth-child(5) {
    z-index: 2;
}
.card:nth-child(6) {
    z-index: 1;
}
.sub {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.card.active {
    transform-origin: bottom left;
}
.top, .bottom {
    width: 100%;
    height: 100vh;
    font-family: sans-serif;
    font-size: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:600px) {
    .card {
    width: 200px;
}
.cards p {
    font-size: 26px;
}
}@media screen and (max-width:399px) {
    .card {
    width: 180px;
}
.cards p {
    font-size: 22px;
}
}.services-main {
    background-color: #000;
}
.services-main .h-re {
    font-family: Formular-Bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: -1px;
    position: relative;
    z-index: 9;
}
.services-main .head-underline {
    width: 320px;
    height: 85px;
    object-fit: contain;
    margin: -45px auto 0;
    display: block;
}
.services-main p {
    font-family: Formular-Light;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: -1px;
    width: 80%;
    margin: 0 auto 30px;
}
.services-main .service-box {
    position: relative;
    transition: 0.2s ease-in;
    border: 1px solid #373737;
}
.services-main .service-box .service-hm-img {
    height: 60vh;
    object-fit: cover;
    opacity: 0;
    transition: 0.2s ease-in;
}
.services-main .service-box:hover .service-hm-img {
    opacity: 1;
}
.services-main .service-box h4 {
    font-family: Formular-Regular;
    color: #fff;
    text-align: center;
    font-size: 28px;
}
.services-main .service-box .arrow-icon {
    width: 70px;
    object-fit: contain;
    height: 30px;
}
.services-main .service-box .content {
    width: fit-content;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 0;
    height: 100px;
}
.services-main .service-box .arrow-icon {
    width: 70px;
    object-fit: contain;
    height: 30px;
    margin-left: auto;
    display: block;
}
.banner-main {
    background-image: url(../img/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-main .custom-container {
    padding: 40px 3%!important;
}
.banner-main h4 {
    font-family: Formular-Bold;
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
}
.banner-main h4 span {
    font-family: Henderson-Bold;
}
.banner-main input {
    border-radius: 8px;
    height: 38px;
    border: none;
    font-family: Formular-Light;
    width: 100%}
.banner-main .form-box {
    position: relative;
}
.banner-main button {
    background: #28278a;
    background: linear-gradient(0deg, rgb(40 39 138) 0%, rgb(0 135 206) 100%);
    color: #fff;
    position: absolute;
    right: 0;
    border-radius: 8px;
    padding: 7px 15px;
    border: none;
}
.testimonials-main {
    background-color: #000;
}
.testimonials-main .custom-container {
    padding: 180px 5% 100px;
}
.testimonials-main .testimony-box {
    position: relative;
}
.testimonials-main .testimony-box:before {
    content: '';
    display: block;
    background-image: url(../img/icons/quotes1.svg);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -110px;
    left: 0;
    animation: updown 2s infinite alternate ease-in-out;
}
.testimonials-main .testimony-box:after {
    content: '';
    display: block;
    background-image: url(../img/icons/quotes2.svg);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    animation: updown 2s infinite alternate ease-in-out;
}
@keyframes updown {
    0% {
    transform: translatey(-10px);
}
100% {
    transform: translatey(10px);
}
}.testimonials-main .testimony-box p {
    font-family: Formular-Light;
    color: #fff;
    text-align: center;
    font-size: 22px;
    letter-spacing: -1px;
    width: 90%;
    margin: 0 auto 30px;
}
.testimonials-main .testimony-box .person-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-main .testimony-box .person-box img {
    border-radius: 70px;
    height: 70px;
    width: 70px;
    margin-right: 20px;
}
.testimonials-main .testimony-box .person-box .name h4 {
    font-family: Formular-Light;
    color: #fff;
    text-align: left;
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.testimonials-main .testimony-box .person-box .name h5 {
    font-family: Formular-Light;
    color: #fff;
    text-align: left;
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.latest-news-main {
    background-color: #000;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.latest-news-main .h-re {
    font-family: Formular-Bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: -1px;
    position: relative;
    z-index: 9;
}
.latest-news-main .head-underline {
    width: 370px;
    height: 100px;
    object-fit: contain;
    margin: -45px auto 0;
    display: block;
}
.latest-news-main .news-row {
    display: flex;
    flex-wrap: wrap;
}
.latest-news-main .first-img {
    width: 65%}
.latest-news-main .first-img img {
    border-left: none!important;
    height: 400px!important;
}
.latest-news-main .first-content {
    border-right: none!important;
    position: relative;
}
.latest-news-main .first-content:before {
    content: '';
    display: block;
    width: 55px;
    height: 41px;
    clip-path: polygon(92% 50%, 0 0, 0 100%);
    background-color: #fff;
    position: absolute;
    left: -2px;
    transform: rotate(0deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.latest-news-main .third img {
    border-right: none!important;
}
.latest-news-main .second-content {
    border-left: none!important;
    position: relative;
}
.latest-news-main .second-content:before {
    content: '';
    display: block;
    width: 40px;
    height: 30px;
    clip-path: polygon(92% 50%, 0 0, 0 100%);
    background-color: #fff;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.latest-news-main .first-content {
    width: 35%;
    padding-top: 60px!important;
    padding-left: 70px!important;
}
.latest-news-main .second-img {
    width: 25%}
.latest-news-main .second-content {
    width: 25%}
.latest-news-main .second-content {
    width: 25%}
.latest-news-main .third-img {
    width: 25%}
.latest-news-main .third-content {
    width: 25%;
    position: relative;
}
.latest-news-main .third-content:before {
    content: '';
    display: block;
    width: 40px;
    height: 30px;
    clip-path: polygon(92% 50%, 0 0, 0 100%);
    background-color: #fff;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.latest-news-main .img img {
    height: 360px;
    object-fit: cover;
    border: 1px solid #fff;
}
.latest-news-main .content {
    padding: 30px 40px 30px 30px;
    border: 1px solid #fff;
}
.latest-news-main .content h4 {
    font-family: Formular-Light;
    color: #fff;
    text-align: left;
    font-size: 20px;
    letter-spacing: -1px;
    padding-top: 60px;
}
.latest-news-main .content p {
    font-family: Formular-Light;
    color: #fff;
    text-align: left;
    font-size: 16px;
    letter-spacing: -1px;
}
.latest-news-main .content a img {
    width: 60px;
    object-fit: contain;
    height: 20px;
}
.back-btn img {
    width: 15px;
}
.back-btn button {
    font-family: Formular-Regular;
    color: #fff;
    background-color: #3d3d3d;
    border: none;
    padding: 6px 17px;
    display: block;
    width: fit-content;
    margin-top: 30px;
    transition: 0.3s ease-in-out;
}
.back-btn button:hover {
    transition: 0.3s ease-in-out;
    background: linear-gradient(90deg, rgb(9 9 121) 0%, rgb(0 138 255) 100%);
}
.team-main {
    background-color: #000;
    margin-top: -15px;
}
.team-main .custom-container {
    padding: 60px 5%}
.team-main .team-box {
    padding: 20px 12%}
.team-main .team-box h4 {
    font-family: Formular-Light;
    color: #fff;
    text-align: center;
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.team-main .team-box h6 {
    font-family: Formular-Extralight;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: -1px;
}
.team-main .team-box .team-mem-img {
    position: relative;
}
.team-main .team-box .team-member {
    height: 250px;
    width: 250px;
    border-radius: 300px;
    margin: 55px auto 30px;
    display: block;
    position: relative;
    z-index: 8;
    object-fit: cover;
    object-position: top;
}
.team-main .team-box .team-round {
    width: 315px;
    height: 315px;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}
.team-main .team-box p {
    font-family: Formular-Light;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: -1px;
}
.works-main {
    background-color: #000;
}
.works-main .custom-container {
    padding: 60px 0;
}
.works-main .h-re {
    font-family: Formular-Bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: -1px;
    position: relative;
    z-index: 9;
}
.works-main .head-underline {
    width: 370px;
    height: 100px;
    object-fit: contain;
    margin: -45px auto 0;
    display: block;
}
.works-main .our-works-home .slider-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.works-main .slick-cloned.slick-active:first-child {
    background-color: #fff;
}
.works-main {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    color: #fff;
    position: relative;
    margin-top: -20px;
}
.works-main .slider-section {
    height: 85vh;
    bottom: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    object-position: top;
    top: 180px;
}
.wheel {
    position: absolute;
    top: 110px;
    display: flex;
    justify-content: center;
    width: 221vw;
    height: 210vw;
    max-width: 2000px;
    max-height: 2000px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
}
.wheel__card {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    max-width: 270px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
}
.works-main .wheel__card img {
    width: 100%;
    pointer-events: none;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    will-change: transform;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header img {
    width: 40vw;
    height: 40vw;
    max-height: 350px;
    max-width: 350px;
}
.scroll-down {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    overflow: visible;
}
.scroll-down .arrow {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    filter: invert(1);
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
    background-size: contain;
}
.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in;
}
.grid-wrapper>div>img:hover {
    overflow: hidden;
    transform: rotate(8deg);
    scale: 1.4;
}
.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}
.grid-wrapper .wide {
    grid-column: span 2;
}
.grid-wrapper .tall {
    grid-row: span 2;
}
.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}
.vision-main {
    background-color: #000;
}
.vision-main .home-service-scroll .custom-container {
    padding: 5px 2% 5px!important;
}
.vision-main .custom-container {
    padding: 30px 9%}
.vision-main .vision-box, .mission-box {
    padding: 50px;
}
.vision-main .vision-box img {
    width: 100px;
    height: 150px;
    object-fit: contain;
}
.vision-main .vision-box h4 {
    font-family: Formular-Light;
    color: #fff;
    text-align: left;
    font-size: 50px;
    letter-spacing: -1px;
}
.vision-main .vision-box p {
    font-family: Formular-Light;
    color: #fff;
    text-align: left;
    font-size: 14px;
    letter-spacing: -1px;
}
.vision-main .mission-box img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.vision-main .mission-box h4 {
    font-family: Formular-Light;
    color: #fff;
    text-align: left;
    font-size: 50px;
    letter-spacing: -1px;
}
.vision-main .mission-box p {
    font-family: Formular-Light;
    color: #fff;
    text-align: left;
    font-size: 14px;
    letter-spacing: -1px;
}
.counter-main {
    background-color: #000;
}
.counter-main .custom-container {
    padding: 50px 11%}
.counter-main .custom-row {
    display: flex;
    justify-content: center;
}
.counter-main .counter-box {
    width: 23%;
    padding: 55px 15px;
    transition: 0.3s ease-in;
}
.counter-main .counter-box:hover {
    z-index: 9;
    transition: 0.3s ease-in;
    transform: scale(1.1)!important;
}
.counter-main .counter-box img {
    width: 115px;
    height: 115px;
    object-fit: contain;
    display: block;
    margin: auto;
}
.counter-main .counter-box .counter {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: -30px;
}
.counter-main .counter-box h6 {
    font-family: Formular-Bold;
    background: -webkit-linear-gradient(#0087CE, #28278A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: center;
    margin-bottom: 0;
    font-size: 44px;
}
.counter-main .counter-box h2 {
    font-weight: 500;
    background: -webkit-linear-gradient(#0087CE, #28278A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 0;
    font-size: 44px;
}
.counter-main .counter-box h3 {
    font-family: Formular-Light;
    background: -webkit-linear-gradient(#0087CE, #28278A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: center;
    font-size: 20px;
    margin-top: -8px;
}
.counter-main .counter-box.box-one {
    background-image: url(../img/counter-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.counter-main .counter-box.box-two {
    background-image: url(../img/counter-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 75px 0 -75px -25px;
}
.counter-main .counter-box.box-three {
    background-image: url(../img/counter-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: -25px;
    position: relative;
}
.counter-main .counter-box.box-four {
    background-image: url(../img/counter-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 75px 0 -75px -25px;
}
.footer {
    background-color: #000;
}
.footer .custom-container {
    padding: 60px 5% 20px;
}
.footer .footer-logo img {
    width: 170px;
    margin-bottom: 30px;
}
.footer .footer-logo a {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 10px 0;
}
.footer .footer-logo a img {
    width: 20px;
    margin-bottom: 0;
}
.footer .footer-links h4 {
    font-family: Formular-Bold;
    background: -webkit-linear-gradient(#0087CE, #28278A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 30px;
}
.footer .footer-links li a {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 12px 0;
    transition: 0.2s ease-in;
}
.footer .footer-links li a:hover {
    color: #0087ce;
}
.footer .footer-links ul {
    padding-left: 0;
}
.footer .footer-links li {
    list-style: none;
}
.footer .social-links h4 {
    font-family: Formular-Bold;
    background: -webkit-linear-gradient(#0087CE, #28278A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 30px;
}
.footer .social-links ul {
    padding-left: 0;
    margin-bottom: 30px;
}
.footer .social-links li {
    display: inline;
    list-style: none;
}
.footer .social-links a img {
    width: 60px;
}
.footer .social-links h5 {
    font-family: Formular-Bold;
    background: -webkit-linear-gradient(#0087CE, #28278A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.footer .social-links p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}
.footer .copyright {
    padding: 50px 0 10px;
}
.footer .copyright p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #B5B5B5;
    font-size: 14px;
}
.footer .copyright p a {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #B5B5B5;
    font-size: 14px;
}
.footer .copyright .t-left p {
    text-align: right;
}
.footer .portfolio-btn a {
    font-family: Boogaloo-Regular;
    color: #fff;
    font-size: 30px;
    padding: 15px 69px;
    position: absolute;
    display: block;
    z-index: 9;
}
.footer .portfolio-btn video {
    width: 225px;
    border-radius: 200px;
}
.about-inner {
    background-color: #000;
}
.about-inner .custom-container {
    padding: 40px 4%}
.about-inner .about-img img {
    height: 600px;
    object-fit: cover;
}
.about-inner .about-content h2 {
    font-family: Formular-Regular;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: -1px;
}
.about-inner .about-content h2 {
    font-family: Formular-Bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: -1px;
    text-align: left;
}
.about-inner .about-content p {
    font-family: Formular-Light;
    color: #bebebe;
    text-align: left;
    font-size: 20px;
    letter-spacing: -1px;
}
.about-inner .about-img {
    position: relative;
    padding-right: 20%}
.about-inner .about-img .logo-f {
    position: absolute;
    top: 0;
    width: 290px;
    right: 0;
    animation: shake 3.5s infinite alternate ease-in-out;
}
.about-inner .about-img .logo-f img {
    height: auto;
    padding: 0;
    object-fit: contain;
}
@keyframes shake {
    0% {
    transform: translatey(-40px);
}
100% {
    transform: translatey(40px);
}
}.about-service-section {
    background-color: #000;
}
.about-service-section .custom-container {
    padding: 50px 6%}
.about-service-section .content h4 {
    font-family: Henderson-Bold;
    font-size: 40px;
    background: -webkit-linear-gradient(-86deg, #045fab 5%, #1e388e 53%, #069be9 91%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px #fff0;
    color: #000;
}
.about-service-section .content ul li {
    font-family: Formular-Light;
    color: #bebebe;
    text-align: left;
    font-size: 20px;
    letter-spacing: -1px;
    list-style: none;
}
.about-service-section .img img {
    height: 500px;
    object-fit: contain;
}
.about-service-section .content ul li img {
    width: 20px;
}
.about-service-section .service-box {
    padding: 30px 0;
    border-top: 1px solid #57575759;
}
.about-team {
    background-color: #070707;
}
.about-team .head h4 {
    font-family: Henderson-Bold;
    font-size: 40px;
    background: -webkit-linear-gradient(-86deg, #045fab 5%, #1e388e 53%, #069be9 91%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px #fff0;
    color: #000;
    text-align: center;
}
.about-team .custom-container {
    padding: 50px 6%}
.about-team .team-box {
    position: relative;
    margin: 20px;
}
.about-team .team-box img {
    height: 500px;
    object-position: top;
    object-fit: cover;
    filter: grayscale(1);
}
.about-team .team-box .content {
    background: #171717;
    background: linear-gradient(0deg, rgb(23 23 23) 0%, rgb(23 23 23 / 94%) 32%, rgb(23 23 23 / 78%) 62%, #fff0 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 120px 20px 21px;
}
.about-team .team-box .content h4 {
    font-family: Formular-Light;
    font-size: 34px;
    margin-bottom: 0;
    color: #fff;
}
.about-team .team-box .content h6 {
    font-family: Formular-Bold;
    font-size: 20px;
    color: #0088cf;
}
.head-banner {
    background-color: #000;
}
.head-banner .custom-container {
    padding: 40px 5% 30px;
}
.head-banner h1 {
    font-family: Formular-Bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 52px;
    letter-spacing: -1px;
    text-align: left;
    padding-top: 160px;
}
.news-list-main {
    background-color: #000;
}
.news-list-main .custom-container {
    padding: 40px 4%}
.news-list-main .news-box {
    border: 1px solid #1c1c1c;
    margin: 15px;
}
.news-list-main .news-box .readmore-btn a {
    background: #090979;
    background: linear-gradient(90deg, rgb(9 9 121) 0%, rgb(0 138 255) 100%);
    color: #fff;
    display: block;
    width: 152px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
    font-family: Formular-Regular;
    letter-spacing: -1px;
    margin: 15px 0 5px;
    position: relative;
    transition: 0.2s ease-in;
}
.news-list-main .news-box .readmore-btn a:after {
    content: '';
    display: block;
    width: 152px;
    height: 40px;
    background: none;
    border: 1.5px solid #000;
    clip-path: polygon(11% 0%, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 35%);
    position: absolute;
    top: -4px;
    left: 6px;
    transition: 0.2s ease-in;
}
.news-list-main .news-box .readmore-btn:hover a:after {
    left: -6px;
    top: 4px;
}
.view-more-btn a {
    background: #090979;
    background: linear-gradient(90deg, rgb(9 9 121) 0%, rgb(0 138 255) 100%);
    color: #fff;
    display: block;
    width: 152px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
    font-family: Formular-Regular;
    letter-spacing: -1px;
    margin: 15px 0 5px;
    position: relative;
    transition: 0.2s ease-in;
    margin: 20px auto;
}
.view-more-btn a:after {
    content: '';
    display: block;
    width: 152px;
    height: 40px;
    background: none;
    border: 1.5px solid #000;
    clip-path: polygon(11% 0%, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 35%);
    position: absolute;
    top: -4px;
    left: 6px;
    transition: 0.2s ease-in;
}
.view-more-btn:hover a:after {
    left: -6px;
    top: 4px;
}
.news-list-main .news-box img {
    height: 300px;
    object-fit: cover;
}
.news-list-main .news-box .content {
    padding: 20px;
}
.news-list-main .news-box .content h4 {
    font-family: Formular-Regular;
    font-size: 22px;
    color: #fff;
    letter-spacing: -1px;
}
.news-list-main .news-box .content p {
    font-family: Formular-Light;
    font-size: 14px;
    margin-bottom: 0;
    color: #bebebe;
    letter-spacing: -1px;
}
.news-detail-main {
    background-color: #000;
}
.news-detail-main .custom-container {
    padding: 40px 4%}
.news-detail-main .news-detail-content {
    padding-right: 30px;
}
.news-detail-main .news-detail-content img {
    height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
}
.news-detail-main .news-detail-content h1, h2, h3, h5, h6 {
    font-family: "Roboto", sans-serif!important;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    letter-spacing: -1px;
}
.news-detail-main .news-detail-content p {
    font-family: "Roboto", sans-serif!important;
    font-size: 16px;
    margin-bottom: 0;
    color: #bebebe;
    letter-spacing: -1px;
}
.news-detail-main .news-detail-content {
    font-family: "Roboto", sans-serif!important;
    font-size: 16px;
    margin-bottom: 0;
    color: #bebebe;
    letter-spacing: -1px;
}
.news-detail-main .latest-news .news-box {
    border: 1px solid #1c1c1c;
    margin: 15px;
}
.news-detail-main .latest-news .news-box .readmore-btn a {
    background: #090979;
    background: linear-gradient(90deg, rgb(9 9 121) 0%, rgb(0 138 255) 100%);
    color: #fff;
    display: block;
    width: 152px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
    font-family: Formular-Regular;
    letter-spacing: -1px;
    margin: 15px 0 5px;
    position: relative;
    transition: 0.2s ease-in;
}
.news-detail-main .latest-news .news-box .readmore-btn a:after {
    content: '';
    display: block;
    width: 152px;
    height: 40px;
    background: none;
    border: 1.5px solid #000;
    clip-path: polygon(11% 0%, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 35%);
    position: absolute;
    top: -4px;
    left: 6px;
    transition: 0.2s ease-in;
}
.news-detail-main .latest-news .news-box .readmore-btn:hover a:after {
    left: -6px;
    top: 4px;
}
.news-detail-main .latest-news .news-box img {
    height: 300px;
    object-fit: cover;
}
.news-detail-main .latest-news .news-box .content {
    padding: 20px;
}
.news-detail-main .latest-news .news-box .content h4 {
    font-family: Formular-Regular;
    font-size: 22px;
    color: #fff;
    letter-spacing: -1px;
    border-bottom: 0;
    padding-bottom: 0;
}
.news-detail-main .latest-news .news-box .content p {
    font-family: Formular-Light;
    font-size: 14px;
    margin-bottom: 0;
    color: #bebebe;
    letter-spacing: -1px;
}
.news-detail-main .latest-news h4 {
    font-family: Formular-Regular;
    font-size: 22px;
    color: #0081c9;
    letter-spacing: -1px;
    border-bottom: .5px solid #0081c9;
    padding-bottom: 5px;
}
.service-main-one {
    background-color: #000;
}
.service-main-one .custom-container {
    padding: 50px 4%}
.service-main-one .serice-head h2 {
    font-family: Formular-Bold;
    color: #fff;
    font-size: 44px;
    letter-spacing: -1px;
    text-align: left;
}
.service-main-one .serice-head h1 span {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.service-main-one .service-slider .service-box {
    position: relative;
    padding: 15px;
}
.service-main-one .service-slider .service-box img {
    height: 320px;
    object-fit: cover;
}
.service-main-one .service-slider .service-box h4 {
    background: #090979;
    background: linear-gradient(90deg, rgb(9 9 121) 0%, rgb(0 138 255) 100%);
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-family: Formular-Regular;
    font-size: 18px;
    padding: 10px 30px;
    width: 80%;
    left: 0;
}
.service-main-two {
    background-color: #05050a;
}
.service-main-two .custom-container {
    padding: 50px 4%}
.service-main-two .serice-head h2 {
    font-family: Formular-Bold;
    color: #fff;
    font-size: 44px;
    letter-spacing: -1px;
    text-align: left;
}
.service-main-two .serice-head h2 span {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.service-main-two .service-slider .service-box {
    position: relative;
    padding: 15px;
}
.service-main-two .service-slider .service-box img {
    height: 320px;
    object-fit: cover;
}
.service-main-two .service-slider .service-box h4 {
    background: #090979;
    background: linear-gradient(90deg, rgb(9 9 121) 0%, rgb(0 138 255) 100%);
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-family: Formular-Regular;
    font-size: 18px;
    padding: 10px 30px;
    width: 80%;
    left: 0;
}
.banner2 {
    background-image: url(../img/genresbg.webp)!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.y-work h4 {
    margin-bottom: 86px!important;
}
.unity img {
    display: none;
}
.unity-content {
    width: 100%;
    height: auto;
    position: relative;
    margin: 1em 0em;
}
.unity-pic {
    width: 100%;
    height: auto;
}
.img-full {
    width: 100%;
    height: auto;
    display: block;
}
.unity-content-dtl {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unity-content-dtl-tile {
    width: 100%;
    height: auto;
    color: rgb(255 255 255 / .5);
    font-size: 1.667em;
    font-family: 'Adobe Garamond Pro';
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.unity-content-dtl p {
    width: 100%;
    height: auto;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.7;
    color: rgb(255 255 255 / .5);
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
}
.game-dev {
    background-image: url(../img/html5bg.webp)!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.varoius {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.sevices-content-bottom-for {
    width: 15.83%;
    height: auto;
    position: relative;
    float: left;
    margin-bottom: 4%;
    margin-right: 1%}
.sevices-content-bottom-for-icon {
    width: 100%;
    height: auto;
    text-align: center;
}
.sevices-content-bottom-for-icon img {
    max-width: 80%;
    margin: 0 auto;
}
.sevices-content-bottom-name {
    width: 100%;
    height: auto;
    font-family: inherit;
    font-size: 1.1em;
    line-height: 1.7;
    color: rgb(255 255 255 / .5);
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
}
.service-inner-two .new-content {
    padding: 30px;
}
.service-inner-two .new-content h4 {
    font-family: Formular-Regular;
    color: #bebebe;
    text-align: left;
    font-size: 24px;
    letter-spacing: -1px;
}
.service-inner-two .new-content ul li {
    font-family: Formular-Light;
    color: #bebebe;
    text-align: left;
    font-size: 16px;
    letter-spacing: -1px;
}
.sym {
    font-family: 'Roboto'}
.new-content p {
    color: #bebebe;
}
.scrol {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 96%;
    overflow-y: scroll;
    margin-bottom: 25px;
}
#style-15::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .1);
    background-color: #F5F5F5;
    border-radius: 10px;
}
#style-15::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
#style-15::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(0deg, rgb(255 255 255) 0%, rgb(0 0 0) 100%);
}
.works-list-main {
    background-color: #000;
}
.works-list-main .custom-container {
    padding: 50px 4%}
.works-list-main .works-list-box {
    position: relative;
    margin: 15px;
    overflow: hidden;
}
.works-list-main .works-list-box img {
    height: auto;
    object-fit: cover;
    position: relative;
    transition: 0.3s ease-in;
}
.works-list-main .works-list-box img:hover {
    transform: rotate(5deg);
    scale: 1.3;
}
.works-list-main .works-list-box h6 {
    clip-path: polygon(6% 0%, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 35%);
    background: #0b101e;
    position: absolute;
    bottom: -5px;
    color: #fff;
    font-family: Formular-Regular;
    font-size: 18px;
    padding: 10px 30px;
    width: 80%;
    left: 0;
}
.works-list-main .tab {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
.works-list-main .tab button {
    border: 2px solid #165caa;
    background-color: #000;
    color: #fff;
    font-family: Formular-Regular;
    font-size: 18px;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.works-list-main .tab button:hover {
    background-color: #ddd;
}
.works-list-main .tab button.active {
    background-color: #165caa!important;
    border: 2px solid #165caa;
    background: none;
}
.works-list-main .tabcontent {
    display: none;
    border-top: none;
}
.works-list-main .img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / .5);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.works-list-main .img-popup img {
    max-width: 900px;
    width: 100%;
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}
.works-list-main .close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.works-list-main .close-btn .bar {
    height: 4px;
    background: #333;
}
.works-list-main .close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
}
.works-list-main .close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
}
.works-list-main .opened {
    display: flex;
}
.works-list-main .opened img {
    animation: animatepopup 1s ease-in-out .8s;
    -webkit-animation: animatepopup .3s ease-in-out forwards;
}
@keyframes animatepopup {
    to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
}.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none!important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: #fff0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: #fff0;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset #fff0;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / .6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-height: 670px !important;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 63px 0 0px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgb(0 0 0 / .6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgb(0 0 0 / .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgb(0 0 0 / .6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}@media all and (max-width:900px) {
    .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}.img-gallery-magnific a {
    height: 100%;
    width: 100%}
.img-gallery-magnific a img {
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:880px) {
    .works-list-main .container .container__img-holder: nth-child(3n+1) {
    margin-left: 16px;
}
}.contact-main {
    background-color: #000;
}
.contact-main .custom-container {
    padding: 50px 7%}
.contact-main .contact-info .box {
    padding: 35px 40px;
    border: 1px solid #0d1226;
    margin-bottom: 20px;
    background-color: #040509;
}
.contact-main .contact-info .box h4 {
    font-family: Formular-Bold;
    background: -webkit-linear-gradient(#0087CE, #28278A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 27px;
}
.contact-main .contact-info .box h4:after {
    content: '';
    display: block;
    background-color: #7c7c7c;
    width: 47px;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.contact-main .contact-info .box p {
    font-family: Formular-Light;
    display: flex;
    color: #bebebe;
    font-size: 18px;
}
.contact-main .contact-info .box p span {
    margin-right: 8px;
    color: #1864b8;
}
.contact-main .contact-info .box p .mail {
    font-family: "Roboto", sans-serif;
    margin-right: 0;
}
.contact-main .contact-form {
    padding: 30px;
}
.contact-main .contact-form h4 {
    font-family: Formular-Bold;
    background: -webkit-linear-gradient(#0087CE, #28278A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 15px;
}
.contact-main .contact-form .form-group input {
    padding: 10px 20px;
    height: 60px;
    width: 100%;
    border: 1px solid #0d1226;
    margin-bottom: 20px;
    background-color: #040509;
    color: #bebebe;
}
.contact-main .contact-form .form-group input::placeholder {
    font-family: Formular-Regular;
}
.contact-main .contact-form .form-group textarea::placeholder {
    font-family: Formular-Regular;
}
.contact-main .contact-form .form-group textarea {
    padding: 15px 25px;
    height: 250px;
    width: 100%;
    border: 1px solid #0d1226;
    margin-bottom: 20px;
    background-color: #040509;
    color: #bebebe;
}
.contact-main .contact-form .form-group button {
    background: #090979;
    background: linear-gradient(90deg, rgb(9 9 121) 0%, rgb(0 138 255) 100%);
    color: #fff;
    font-family: Formular-Regular;
    font-size: 18px;
    padding: 12px 40px;
    border: none;
    height: 50px;
    line-height: 1.5;
}
.industry-list {
    background-color: #000;
}
.industry-list .custom-container {
    padding: 50px 4%}
.industry-list .industry-box {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
}
.industry-list .industry-box img {
    height: 300px;
    object-fit: cover;
    position: relative;
}
.industry-list .industry-box h4 {
    background: #090979;
    background: linear-gradient(90deg, rgb(9 9 121) 0%, rgb(0 138 255) 100%);
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-family: Formular-Regular;
    font-size: 18px;
    padding: 10px 30px;
    width: 80%;
    left: 0;
}
.service-inner-content-one {
    background-color: #000;
}
.service-inner-content-one .custom-container {
    padding: 50px 7%}
.service-inner-content-one h4 {
    font-family: Formular-Bold;
    color: #fff;
    font-size: 50px;
    letter-spacing: -1px;
    text-align: left;
    text-align: center;
}
.service-inner-content-one p {
    font-family: Formular-Light;
    color: #bebebe;
    text-align: center;
    font-size: 20px;
    letter-spacing: -1px;
}
.service-inner-two {
    background-color: #000;
}
.service-inner-two {
    background-color: #000;
}
.service-inner-two .img img {
    height: 325px;
    object-fit: cover;
}
.service-inner-two .content {
    padding: 30px;
}
.service-inner-two .content h4 {
    font-family: Formular-Regular;
    color: #bebebe;
    text-align: left;
    font-size: 20px;
    letter-spacing: -1px;
}
.service-inner-two .content h4 {
    font-family: Formular-Regular;
    color: #bebebe;
    text-align: left;
    font-size: 24px;
    letter-spacing: -1px;
}
.service-inner-two .service-inner-head h3 {
    font-family: Formular-Bold;
    color: #fff;
    font-size: 30px;
    letter-spacing: -1px;
    text-align: left;
    text-align: center;
    margin: 30px 0 15px;
}
.service-inner-two .content p {
    font-family: Formular-Light;
    color: #bebebe;
    text-align: left;
    font-size: 16px;
    letter-spacing: -1px;
}
.service-inner-two {
    padding-bottom: 50px;
}
.cross-platform {
    background-image: url(../img/advantagebg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cross-platform .custom-container {
    padding: 50px 4%}
.cross-platform .img img {
    height: 300px;
    object-fit: contain;
}
.cross-platform .content h4 {
    font-family: Formular-Regular;
    color: #bebebe;
    text-align: center;
    font-size: 24px;
    letter-spacing: -1px;
}
.cross-platform .content p {
    font-family: Formular-Light;
    color: #bebebe;
    text-align: center;
    font-size: 18px;
    letter-spacing: -1px;
}
.why-studd {
    background-color: #000;
}
.why-studd .custom-container {
    padding: 80px 4%}
.why-studd h4 {
    font-family: Formular-Regular;
    color: #bebebe;
    text-align: center;
    font-size: 46px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.why-studd h6 {
    font-family: Formular-Regular;
    color: #bebebe;
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.why-studd p {
    font-family: Formular-Light;
    color: #bebebe;
    text-align: center;
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.why-studd ul li {
    font-family: Formular-Light;
    color: #bebebe;
    text-align: left;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 10px;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    list-style: none;
}
.why-studd ul li img {
    width: 30px;
}
.service-inner-two .content ul li {
    font-family: Formular-Light;
    color: #bebebe;
    text-align: left;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 10px;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    list-style: none;
}
.service-inner-two .content ul li img {
    width: 30px;
}
.services-related-articles {
    background-image: url(../img/bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.services-related-articles .custom-container {
    padding: 60px 4%}
.services-related-articles .related-box {
    padding: 10px;
    border: 1px solid #fff;
    margin-bottom: 20px;
    transition: 0.2s ease-in;
}
.services-related-articles .related-box a {
    font-family: Formular-Light;
    color: #bebebe;
    text-align: center;
    font-size: 18px;
    letter-spacing: -1px;
    list-style: none;
    display: block;
}
.services-related-articles .related-box:hover {
    border: 1px solid #0476dd;
}
.cookie-alert {
    position: fixed;
    bottom: 15px;
    bottom: 15px!important;
    right: 15px!important;
    left: unset!important;
    top: unset!important;
    margin: 0!important;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    background-color: #fff;
    border-radius: 5px!important;
    height: 190px;
}
.cookie-alert.show {
    opacity: 1;
    transform: translateY(0%)!important;
    transition-delay: 1000ms;
}
.card.cookie-alert h5 {
    color: #000;
    font-family: "Roboto", sans-serif!important;
    font-weight: 600;
    font-size: 22px;
}
.card.cookie-alert p {
    color: #000;
    font-family: "Roboto", sans-serif!important;
    font-weight: 400;
    font-size: 14px;
}
.cookie-alert #close-btn {
    text-decoration: underline;
    border: none;
    background: none;
    padding: 5px 15px;
    color: #0d6efd;
}
@media only screen and (min-width:2100px) {
    .counter-main .counter-box {
    width: 16%!important;
}
}@media only screen and (min-width:1600px) {
    .counter-main .counter-box {
    width: 18%}
}@media only screen and (max-width:767.5px) {
    .footer .copyright p {
    text-align: center;
}
.news-detail-main .news-detail-content {
    padding-right: 0;
}
.team-main .tb-one {
    border-right: none;
}
.main-slider video {
    height: 30vh;
    width: 100%;
    object-fit: contain;
    margin-top: svh;
}
.main-slider #video-placeholder {
    height: 30vh;
    width: 100%;
    object-fit: contain;
    margin-top: svh;
}
.main-slider .slider-caption {
    position: absolute;
    top: unset;
    right: 0;
    left: 0;
    padding: 0px!important;
    bottom: 200px;
    width: 80%;
    margin: auto;
}
.main-slider .slider-caption h2 {
    font-size: 24px;
    text-align: center;
}
.main-slider .slider-caption h1 {
    font-size: 44px;
    text-align: center;
}
.main-slider .social-icons {
    position: absolute;
    right: -100px;
    z-index: 999;
    top: 200px;
    transform: rotate(270deg);
    left: unset;
    bottom: unset;
}
.main-slider .request-quote {
    left: 20px;
    text-align: center;
}
.about-main .about-img .center {
    width: 140px;
}
.about-main .about-img .left {
    width: 140px;
    left: -165px;
}
.about-main .about-img .right {
    width: 140px;
    right: -165px;
}
.animated-text-home .animated-caption h2 {
    font-size: 2.5rem;
    margin-top: 30px;
}
.main-slider .request-quote a {
    width: 180px;
    margin: auto;
}
.services-main .head-underline {
    width: 300px;
}
.latest-news-main .head-underline {
    width: 300px;
}
.about-main .head-underline {
    width: 300px;
}
.counter-main .custom-row {
    flex-wrap: wrap;
}
.counter-main .counter-box {
    width: 50%}
.counter-main .counter-box h1 {
    font-size: 32px;
}
.counter-main .counter-box h2 {
    font-size: 32px;
}
.counter-main .counter-box h3 {
    font-size: 20px;
}
.counter-main .counter-box img {
    width: 100px;
    height: 110px;
}
.team-main .team-box .team-member {
    height: 190px;
    width: 190px;
    margin: 58px auto 42px;
}
.team-main .team-box .team-round {
    width: 235px;
    height: 235px;
    bottom: -20px;
}
.testimonials-main .testimony-box p {
    font-size: 18px;
}
.testimonials-main .testimony-box:before {
    width: 50px;
    height: 50px;
}
.testimonials-main .testimony-box:after {
    width: 50px;
    height: 50px;
    bottom: -50px;
}
.latest-news-main h1 {
    font-size: 30px;
}
.banner-main h4 {
    font-size: 28px;
}
.services-main h1 {
    font-size: 36px;
}
.about-main h1 {
    font-size: 36px;
}
.vision-main .vision-box, .mission-box {
    padding: 20px;
}
.latest-news-main .first-img {
    width: 100%}
.latest-news-main .first-content {
    width: 100%}
.latest-news-main .second-content {
    width: 100%}
.latest-news-main .second-img {
    width: 100%}
.latest-news-main .third-content {
    width: 100%}
.latest-news-main .third-img {
    width: 100%}
.latest-news-main .first-content:before {
    bottom: unset;
    top: 1px;
    left: 20px;
    right: unset;
    width: 35px;
    height: 30px;
    transform: rotate(90deg);
}
.latest-news-main .second-content:before {
    bottom: 1px;
    top: unset;
    right: 20px;
    left: unset;
    width: 35px;
    height: 30px;
    transform: rotate(270deg);
}
.latest-news-main .third-content:before {
    top: unset;
    bottom: 1px;
    left: unset;
    right: 20px;
    width: 35px;
    height: 30px;
    transform: rotate(270deg);
}
.head-banner h1 {
    font-size: 46px;
}
.footer .copyright .t-left p {
    text-align: center;
}
.ssdata-stack-area {
    height: 60vh;
}
.ssdata-right, .ssdata-left {
    height: 50vh;
}
.about-inner .about-content h2 {
    padding-top: 40px;
}
.about-service-section .content h4 {
    font-size: 34px;
}
.about-service-section .content ul {
    padding-left: 0;
}
.about-service-section .img img {
    height: 300px;
}
.about-team .team-box {
    margin: 10px;
}
.why-studd ul {
    padding-left: 0;
}
.news-detail-main .latest-news h4 {
    padding-top: 30px;
}
.service-inner-two .content ul {
    padding-left: 0;
}
.service-inner-two .img img {
    margin-bottom: 30px;
}
.footer .footer-links h4 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.services-main .service-box .service-hm-img {
    opacity: 1!important;
}
.counter-main .counter-box.box-four {
    margin: -50px 0 -75px 70px;
}
.cards p {
    bottom: 80px!important;
}
}@media only screen and (max-width:499px) {
    .main-slider video {
    height: 23vh;
    width: 100%;
    object-fit: contain;
    margin-top: 30vh;
}
.main-slider #video-placeholder {
    height: 23vh;
    width: 100%;
    object-fit: contain;
    margin-top: 30vh;
}
.main-slider .slider-caption {
    padding-top: 5%;
    padding-left: 20px;
}
.main-slider .slider-caption h2 {
    font-size: 22px;
}
.main-slider .slider-caption h1 {
    font-size: 40px;
}
.main-slider .social-icons {
    position: absolute;
    right: -100px;
    z-index: 999;
    top: 200px;
    transform: rotate(270deg);
    left: unset;
    bottom: unset;
}
.main-slider .request-quote {
    left: 20px;
}
.about-main .about-img .center {
    width: 150px;
}
.about-main .about-img .left {
    width: 150px;
    left: -165px;
}
.about-main .about-img .right {
    width: 150px;
    right: -165px;
}
.animated-text-home .animated-caption h2 {
    font-size: 3rem;
}
.main-slider .request-quote a {
    width: 180px;
}
.services-main .head-underline {
    width: 300px;
}
.latest-news-main .head-underline {
    width: 300px;
}
.about-main .head-underline {
    width: 300px;
}
.counter-main .custom-row {
    flex-wrap: wrap;
}
.counter-main .counter-box {
    width: 56%}
.counter-main .counter-box h1 {
    font-size: 32px;
}
.counter-main .counter-box h2 {
    font-size: 32px;
}
.counter-main .counter-box h3 {
    font-size: 14px;
}
.counter-main .counter-box img {
    width: 100px;
    height: 110px;
}
.team-main .team-box .team-member {
    height: 190px;
    width: 190px;
    margin: 58px auto 42px;
}
.team-main .team-box .team-round {
    width: 235px;
    height: 235px;
    bottom: -20px;
}
.testimonials-main .testimony-box p {
    font-size: 18px;
}
.testimonials-main .testimony-box:before {
    width: 50px;
    height: 50px;
}
.testimonials-main .testimony-box:after {
    width: 50px;
    height: 50px;
    bottom: -50px;
}
.latest-news-main h1 {
    font-size: 30px;
}
.banner-main h4 {
    font-size: 28px;
}
.services-main h1 {
    font-size: 36px;
}
.about-main h1 {
    font-size: 36px;
}
.vision-main .vision-box, .mission-box {
    padding: 20px;
}
.head-banner h1 {
    font-size: 36px;
}
.navbar .logo {
    width: 90px;
}
.navbar {
    padding: 10px 4%}
.about-main p {
    width: 100%}
.home-service-scroll .news-message p {
    width: auto;
}
.vision-main .custom-container {
    padding: 30px 2%}
.about-inner .about-img {
    padding-right: 0%}
.contact-main .contact-info .box {
    padding: 25px 20px;
}
.contact-main .contact-form {
    padding: 5px;
}
.works-main .head-underline {
    width: 300px;
}
.counter-main .counter-box {
    padding: 38px 15px;
}
.cards p {
    bottom: 105px!important;
}
}@media only screen and (max-width:399.5px) {
    .about-main .about-img .center {
    width: 110px;
}
.about-main .about-img .left {
    width: 110px;
    left: -120px;
}
.about-main .about-img .right {
    width: 110px;
    right: -120px;
}
.cards p {
    bottom: 105px!important;
}
.card.cookie-alert h5 {
    font-size: 18px;
}
.card.cookie-alert p {
    font-size: 14px;
}
.cookie-alert {
    width: 250px;
}
}.video-container {
    position: relative;
}
.d-none {
    display: none;
}
#video-placeholder {
    height: 65vh;
    width: 100%;
    object-fit: contain;
    margin-top: 20vh;
    padding-left: 40px;
    position: absolute;
}
.hidden {
    display: none;
}