:root {
    --primarycolor: #212121;
    --secondarycolor: #e8eaeb;
}


/*@font-face {*/
/*    font-family: 'eurostile_next_lt_proBdEx';*/
/*    src: url('fonts/eurostilenextltproboldext_linotype_2012-webfont.woff2') format('woff2'),*/
/*         url('fonts/eurostilenextltproboldext_linotype_2012-webfont.woff') format('woff');*/
/*    font-weight: 600;*/
/*    font-style: normal;*/

/*}*/
/*@font-face {*/
/*    font-family: 'eurostile_next_lt_proRgEx';*/
/*    src: url('fonts/eurostilenextltproextended_linotype_2012-webfont.woff2') format('woff2'),*/
/*         url('fonts/eurostilenextltproextended_linotype_2012-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*}*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800;900&display=swap');

::-webkit-scrollbar {
    width: 8px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background: #212121;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    background: #fff
}

::selection {
    background: #212121;
    color: #fff
}


*,body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    font-weight: 400 !important;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600 !important;
}
a{
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}
.fnormal {
    font-weight: 400 !important;
}
.fbold {
    font-weight: 600 !important;
}
.fbolds {
    font-weight: 800 !important;
}
.fbolder {
    font-weight: 900 !important;
}
.parallax {
	position: relative;
	transition: top 1.5s cubic-bezier(0.2, 0.54, 0.36, 1);
}
.jquery-ripples canvas {
	filter: brightness(0.5);
}
.reveal {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	transition: opacity 0.4s, transform 0.8s;
}
.reveal_visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.underline_link {
    position: relative;
    width: max-content;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #21212121;
}
.underline_link:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #212121;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
}
.footer .underline_link {
    text-decoration-color: #ffffff21;
}
.footer .underline_link:before {
    background: #ffffff;
}
.underline_link:hover:before {
    width: 100%;
}

.banner_video  {
    -webkit-mask-image:url(../img/bannericon.svg);
    -webkit-mask-position:left center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:contain;
  
    mask-image:url(../img/bannericon.svg);
    mask-position:left center;
    mask-repeat:no-repeat;
    mask-size:contain;
}

.service_item_content.active {
    display: block !important;
}

@keyframes slideOut {
	0% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}
.overlay-page-transitions.open {
	animation-name: slideOut;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-delay: 300ms;
}


.ht-cursor {
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
}
.ht-cursor.-text.-active:before,
.ht-cursor.-visible.-active:before {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
.ht-cursor {
    -webkit-transition: opacity 0.3s, color 0.4s;
    -o-transition: opacity 0.3s, color 0.4s;
    -moz-transition: opacity 0.3s, color 0.4s;
}
.ht-cursor:before {
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
}
.ht-cursor-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: opacity 0.4s, -o-transform 0.3s;
    -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
}
.ht-cursor.-visible:before {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
}
.ht-cursor.-visible.-active:before {
    -webkit-transform: scale(0.23);
    -moz-transform: scale(0.23);
    -ms-transform: scale(0.23);
    -o-transform: scale(0.23);
}
.ht-cursor.-pointer:before {
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
}
.ht-cursor.-text:before {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
}
.ht-cursor.-text .ht-cursor-text {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.ht-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
}
.ht-cursor.-opaque:before {
    -webkit-transform: scale(1.32);
    -moz-transform: scale(1.32);
    -ms-transform: scale(1.32);
    -o-transform: scale(1.32);
}
.ht-cursor.-opaque.-active:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.ht-cursor.-md:before {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.ht-cursor.-lg:before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
}
.ht-cursor.-hidden:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.-color-red {
    color: #b33939;
}
.-color-green {
    color: #20a05a;
}
.-color-accent-lilac {
    color: #8d53e9;
}
.-color-vblue {
    color: #3c51e0;
}
.-color-orange {
    color: #f26322;
}
.-color-vblack,
.dark .v-btn-more:hover .v-btn_more-title span:after {
    color: #212121;
}
.-color-yellow {
    color: #eab308;
}
.-color-accent-lilac-bg {
    background: #8d53e9;
}
.ht-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 250;
    transition: opacity 0.3s, color 0.4s;
}
.ht-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0);
    background: currentColor;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
}
.ht-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    transition: opacity 0.4s, transform 0.3s;
}
@supports (mix-blend-mode: exclusion) {
    .ht-cursor.-exclusion,
    .ht-cursor.-opaque {
        mix-blend-mode: difference;
    }
}
.ht-cursor.-normal,
.ht-cursor.-text {
    mix-blend-mode: normal;
}
.ht-cursor.-normal:before,
.ht-cursor.-text:before {
    background: currentColor;
}
.ht-cursor.-inverse {
    color: #fff;
}
.ht-cursor.-visible:before {
    transform: scale(0.2);
}
.ht-cursor.-visible.-active:before {
    transform: scale(0.23);
    transition-duration: 0.2s;
}
.ht-cursor.-pointer:before {
    transform: scale(0.15);
    opacity: 0.2;
}
.ht-cursor.-menu:before {
    transform: scale(1.3);
    opacity: 0.2;
}
.toggle_menu i:after, .side_menu_close i:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
}
.ht-cursor.-text:before {
    opacity: 0.85;
    transform: scale(1.7);
}
.ht-cursor.-text .ht-cursor-text {
    opacity: 1;
    transform: scale(1);
}
.ht-cursor.-text.-active:before {
    transform: scale(1.6);
    transition-duration: 0.2s;
}
.ht-cursor.-opaque:before {
    transform: scale(1.32);
}
.ht-cursor.-opaque.-active:before {
    transform: scale(1.2);
}
.ht-cursor.-md:before {
    transform: scale(1.5);
}
.ht-cursor.-lg:before {
    transform: scale(2);
}
.ht-cursor.-hidden:before {
    transform: scale(0);
}


.pin-up {
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.content-wrap{
    position:relative;
    margin-top: -10px;
}
.content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    transform: translateY(50px);
    right: 0;
}
.sideline {
    position: absolute;
    top: calc(50vh - 112px);
    left: calc(20% + 0px);
    height: 222px;
    width: 3px;
    transform: scaleY(0);
    transform-origin: top center;
    z-index: 1;
}

/* testimoniol */

.marquee__group:hover {
    animation-play-state: paused;
}

.testi_div {
    width: clamp(10rem, 1rem + 57vmin, 40rem);
}

.marquee__group {
    animation: testi_slide 600s linear infinite;
}

.testi_div {
    transition: 0.4s ease-in-out;
}

.testi_div:hover {
    transform: scale(1.05);
    transition: 0.4s ease-in-out;
}

@keyframes testi_slide {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .testi_div {
        width: clamp(10rem, 1rem + 80vmin, 40rem);
    }
}



/* contact section  */

.progress-button {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.progress-button.sucess {
    display: none
}

.massage {
    text-align: center
}

.flex-jc-c {
    justify-content: center
}

.flex-sb {
    justify-content: space-between
}

.contant-bottm {
    margin-bottom: 100px
}

.m-top,.m-top-2 {
    margin-top: 20px
}

.m-top-50 {
    margin-top: 50px
}

.m-top-30 {
    margin-top: 30px
}

.contactUs {
    padding: 0;
    margin-top: 30px;
    flex: 0 0 100%;
    width: 100%;
    position: relative
}

.form-label {
    position: relative;
    color: #212121;
    background-color: transparent;
    font-weight: 600;
    transition: all .3s linear;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top
}
.filled .form-input {
    background-color: transparent;
}

.input-box {
    margin-left: 4px;
    display: inline-block;
    width: 305px;
    position: relative
}

.error {
    color: #f00;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: -16px;
    z-index: 1
}

.d-none {
    display: none
}

.input-box.area {
    width: 95%;
    height: 75px;
    max-width: 95%;
    max-height: 75px
}

.form-input {
    position: relative;
    padding: 0 0 0 0;
    width: 100%;
    outline: 0;
    border: 0;
    color: #212121;
    font-weight: 900;
    border-bottom: 1px solid #e1e1e1;
    transition: all .3s linear
}

.form-input:focus {
    border-bottom: 1px solid #e8eaeb
}

.form-input.filled {
    border-bottom: 1px solid #e8eaeb
}

.contact .check-btn {
    opacity: 1;
    transition: all .2s linear;
    margin-bottom: 1rem;
}

.contact .form-label,.contact .form-input {
    font-size: 20px;
    background-color: transparent;
}

input::-webkit-calendar-picker-indicator {
    display: none
}

.coutry-form-group {
    display: flex;
    align-items: center
}

.coutryCode {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    width: 70px;
    text-align: center
}

.coutry-input-box {
    display: flex;
    align-items: center;
    position: relative
}

.coutry-input-box input {
    padding-left: 80px
}



.filled .back-pg {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease
}

.filled .form-label,.filled .form-input {
    font-size: 18px
}

.txField {
    position: relative;
    margin-bottom: 1.3rem;
    height: auto
}

.filled .sucess.information {
    height: 0
}

.success-msg {
    font-weight: 900;
    font-size: 20px;
    color: #e8eaeb;
    text-align: left;
    display: none
}

.success-msg span {
    color: var(--clr1);
    font-size: 30px;
    display: block
}

.success-msg.show {
    top: 32%;
    display: block
}

.information {
    margin-top: 80px;
    overflow: hidden;
    height: 180px;
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    transition: all .3s linear
}

.information .fields {
    height: 465px
}

.call-us.mob-call,.call-us.mob-call.sm-screen {
    display: none
}

.form-input::-webkit-input-placeholder {
    color: rgba(0,0,0,0.15);
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
    transform-origin: 0 50%
}

.form-label,.form-input {
    padding: 5px 0;
    display: inline-block
}

.form-input.style4 {
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    background-color: transparent
}

.form-input.style4:before {
    content: "asdad";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: #f00
}

.form-input.style4:focus::-webkit-input-placeholder {
    text-indent: -300px
}

.chbox {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    height: 40px;
    line-height: 36px
}

.chbox input {
    display: none
}

.chbox label {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    padding: 2px 30px;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.chbox input:checked+label {
    color: #212121;
    background: #e8eaeb
}

.chbox:first-child input:checked+label {
    color: #212121;
    background: #e8eaeb
}

.visible .chbox {
    pointer-events: auto
}

.c-msg {
    vertical-align: middle;
    font-size: 18px;
    margin-top: 80px
}

.c-msg img {
    width: 21px;
    margin: 0 3px
}

.c-msg a {
    color: #212121;
    font-size: 14px;
    font-weight: 900;
    text-transform: capitalize;
    position: relative
}

.c-msg a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #212121;
    bottom: 0;
    left: 0
}

.send.button-grd-line em,.back-pg.button-grd-line em {
    font-weight: 900
}

.send.button-grd-line span,.back-pg.button-grd-line span {
    font-weight: 900
}

.back-pg {
    left: -10px;
    top: -85px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    width: 50px;
    height: fit-content;
    padding: 0 10px;
    position: absolute
}

.back-pg img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

address {
    border-right: 1px solid rgba(0,0,0,0.1);
    font-style: normal
}

address .country {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px
}

address img {
    height: 120px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle
}

address h2 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: capitalize
}

address h6 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

address p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5
}

address strong {
    font-size: 18px;
    font-weight: 900
}

address.border-none {
    border-right: 0 solid rgba(0,0,0,0.1);
    margin-left: 10px
}

.form-input.error {
    border-bottom: 1px solid #f00;
    color: #f00
}

label.error {
    display: none;
    margin: 0;
    color: #f00;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 10px
}


.call-us h4 {
    font-size: 64px;
    font-weight: 900;
    text-transform: capitalize;
    display: inline-block;
    color: #999;
    line-height: 68px;
    line-height: .95
}

.call-us ul {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
}

.call-us ul li {
    display: block;
    width: auto;
    margin-top: 20px;
    text-align: right
}

.call-us ul li strong {
    color: #999;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
}

.call-us ul a {
    color: #212121
}

.call-us ul .mail a {
    text-decoration: underline
}

.call-us ul .mail a:hover {
    text-decoration: none
}

.section-padding.contact {
    height: 95vh;
    padding: 0;
}
.section-padding.contact .fakeconteainer {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 52%;
    position: relative;
}
.filled .hdg1 {
    font-size: 0;
    margin-bottom: 0;
    display: none;
}

.filled .sub-line {
    font-size: 0;
     display: none;
}

.filled .information {
    height: auto;
    margin-top: 20px
}

@media (min-width: 1200px) and (max-height: 860px) {
    .section-padding.contact {
        height: 115vh;
    }
    .contactUs {
        height: 650px;
    }
    .section-padding.contact .fakeconteainer {
        top: 52%;
    }
}

.splash {
    position: relative;
}

.splash:after {
    --highlight-width: 8em;
    --higlight-overlap-right: 0.5em;
    content: "";
    position: relative;
    z-index: -5;
    display: inline-block;
    height: 1.1em;
    min-width: var(--highlight-width);
    margin: 0 calc(-1*var(--higlight-overlap-right)) -0.25em calc(var(--higlight-overlap-right) - var(--highlight-width));
    background-image: linear-gradient(to left, var(--secondarycolor), transparent),linear-gradient(to left, var(--secondarycolor), var(--secondarycolor));
    background-position: left center,right center;
    background-size: calc(100% - var(--higlight-overlap-right)) 1.1em,0.55em 1.1em;
    background-repeat: no-repeat;
    border-radius: 0.55em;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}
.splash.onhover:after {
    --highlight-width: 0em;
    top: 5px;
    height: 0.8em;
    right: 10px;
}
.splash.onhover:hover:after {
    --highlight-width: 5em;
}


.flip-animate {
    perspective: 1000px;
}
.flip-animate span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}
.flip-animate span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    transition: color 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
}
.flip-animate:hover span, .flip-animate:focus span {
    transform: rotateX(90deg) translateY(-22px);
}
.flip-animate:hover span:before, .flip-animate:focus span:before {
    color: var(--primarycolor);
}
.footer .flip-animate:hover span:before, .footer .flip-animate:focus span:before {
    color: var(--secondarycolor);
}

.is-hidden, .ac_set .ac_content {
    display: none
}
.work_item img, .work_item picture {
    transition: all .7s ease;
}
.work_item:hover picture {
    transform: scale(0.95);
}
.work_item:hover img {
    transform: scale(1.05);
}
.tile { 
    display: none;
}
.section-parallax {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parallax-content {
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 120%;
}

/*service page*/

.service_item:hover > * {
    mix-blend-mode: difference;
}
.client_grid {
    background: radial-gradient(circle, rgb(135 135 135 / 60%) 0%, rgba(0, 0, 0, 0) 75%);
}
.footer_social a:before {
    position: absolute;
    content: '';
    width: 135%;
    height: 135%;
    z-index: -1;
}


@media (min-width: 1025px) {
    
}
@media (max-width: 1200px) {
    .sideline {
        left: calc(33% + 0px);
    }
    .information .fields {
        height: auto;
    }
}
@media (max-width: 1023px) {
    .banner_video {
        -webkit-mask-position: center;
        mask-position: center;
    }
    .content {
        top: -120px;
    }
    .pin-up {
        flex-wrap: wrap;
    }
    .call-us ul li {
        text-align: left;
    }
    .call-us {
        width: 100%;
        margin-top: 2rem;
        padding-bottom: 4rem;
    } 
    .contactUs {
        margin-top: 0;
        min-height: 370px;
        height: auto;
    }
    .section-padding.contact {
        height: auto;
        width: 100%;
        margin: 0rem auto;
        padding-top: 8rem;
    }
    .section-padding.contact:has(.filled) {
        height: auto;
    }
    .section-padding.contact .fakeconteainer {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0;
    }
    .contactUs {
        margin-top: 0;
        height: auto;
    }
    .filled .information {
        height: auto;
        margin-top: 30px;
    }
    .filled .form-label, .filled .form-input {
        font-size: 16px;
    }
    .textleft_container {
        display: none;
    }
}










