* {
    box-sizing: border-box;
}

a,
a.active,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

button.btn-close {
    position: absolute;
    right: 0;
}

*,
:after,
:before,
ul.c-list li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html,
select {
    scrollbar-color: rgba(var(--clr-2), 1) transparent;
}

body,
html {
    scroll-behavior: smooth;
}

body,
select {
    scrollbar-width: 8px;
}

html,
select {
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(rgba(var(--clr-2), 1), rgba(var(--clr-2), 1));
}

::-moz-selection {
    color: rgba(var(--clr-1), 1);
    background: rgba(var(--dark-color), 1);
}

::selection {
    color: rgba(var(--light-color), 1);
    background: rgba(var(--dark-color), 1);;
}

html {
    scroll-snap-type: y mandatory;
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-family: "Lato", sans-serif !important;
    line-height: 1.5;
    color: rgba(var(--dark-color), 1);
    background: rgba(var(--light-color), 1);
    overflow-x: hidden;
    font-size: 17px;
}



footer,
section {
    overflow-x: hidden;
    overflow-y: clip;
}


:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    outline: 0;
    color: inherit;
}

a.active,
a:active,
a:focus,
a:hover {
    color: inherit;
    !important;
    outline: 0 !important;
}

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

.fw-700,
b,
strong {
    font-weight: 700;
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-family: "Lato", sans-serif;
    line-height: 1.1;
    transition: 0.8s;
    /*    text-transform: capitalize;*/
}

.f-80 {
    font-size: 80px;
}

.f-70 {
    
    font-size: 70px;
}

.f-34 {
    font-size: 34px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.clr-1 {
    color: rgba(var(--clr-1), 1);
}

.clr-2 {
    color: rgba(var(--clr-2), 1);
}

.clr-l {
    color: rgba(var(--light-color), 1) !important;
}

.bg-1 {
    background: rgba(var(--clr-1), 1);
}

.bg-2 {
    background: rgba(var(--clr-2), 1);
}

.bg-l {
    background: rgba(var(--light-color), 1);
    border-radius: 50px;
}

.bg-d,
.bg-d select option {
    background: rgba(var(--dark-color), 1);
}

.bg-1-l {
    background: rgba(var(--clr-1), 0.12);
}

.bg-light {
    background: #EEEEEE !important;
}

.btn,
button {
    color: rgba(var(--light-color), 1.0);
    background: rgba(var(--clr-1), 1);
    border: 2px solid rgba(var(--clr-1), 1) !important;
    text-transform: uppercase;
    padding: 10px 15px !important;
    border-radius: 30px !important;
    transition-duration: 0.8s;
    font-size: inherit;
}

button.big {
    padding: 10px 10px 10px 64px !important;

    border-radius: 50px !important;

    font-size: 18px;
    margin-top: 30px;
}
.CTA-bottom .container{
    border-radius: 100px;
}
button.big img {
    max-height: 50px;
}

button.white {
    background: rgba(var(--light-color), 1.0) !important;
    color: rgba(var(--dark-color), 1);
}

.btn.active,
.btn:hover,
button.active,
button:hover {
    background: rgba(var(--dark-color), 1) !important;
    color: rgba(var(--light-color), 1) !important;

}

.bg-2 .btn,
.bg-2 button,
.bg-2 .icon {
    background: rgba(var(--clr-1), 1.0) !important;
    border-color: rgba(var(--light-color), 1.0) !important;
}

.bg-2 .btn.active,
.bg-2 .btn:hover,
.bg-2 button.active,
.bg-2 button:hover {
    background: rgba(var(--clr-1), 1.0) !important;
    border-color: rgba(var(--light-color), 1.0) !important;
    border-radius: 0 10px !important;
}

.form-control,
input,
select,
select input {
    background: rgba(var(--dark-color), 0.1);
    color: inherit !important;
    border: none !important;
    padding: 15px 20px !important;
    box-shadow: unset !important;
    transition-duration: 0.8s;
    height: auto !important;
    border-radius: 25px !important;
    overflow: hidden;
}

.bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.form-control:focus,
input:focus {
    outline: 0;
    background: rgba(var(--dark-color), 1);
    color: rgba(var(--light-color), 1) !important;
    border: 1px solid rgba(var(--clr-1), 1);
    box-shadow: none;
}

.bg-d select option,
.icon {
    color: rgba(var(--light-color), 1);
}

.form-control::placeholder,
input::placeholder {
    color: rgba(var(--dark-color), 1);
    opacity: 1;
}

.form-control:focus::placeholder,
input:focus::placeholder {
    color: rgba(var(--light-color), 1);
    opacity: 1;
}

input.phone,
input[name="phone"] {
    padding-left: 75px !important;
}

.iti {
    display: block !important;
    width: 100% !important;
}

.iti input:focus .iti__selected-dial-code {
    color: rgba(var(--dark-color), 1) !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(var(--clr-3), 0.8);
    border-radius: 25px 0 0 25px;
}

.bg-d .form-control,
.bg-d input,
.bg-d select,
.text-white .form-control,
.text-white input,
.text-white select {
    background: rgba(var(--light-color), 1);
    color: rgba(var(--dark-color), 1) !important;
}

.text-white .form-control:focus,
.text-white input:focus {
    background: rgba(var(--clr-3), 1);
    border: 1px solid rgba(var(--clr-2), 1);
}

.text-white .form-control::placeholder,
.text-white input::placeholder {
    color: rgba(var(--light-color), 1);
    opacity: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

label.h {
    z-index: -999999999;
}

input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    font-size: 16px;
}


.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0 !important;
}

.c-list li:before {
    background: rgba(var(--clr-1), 1);
    display: flex;
}

.slick-next {
    right: -35px;
}

.slick-prev {
    left: -30px;
    z-index: 9999;
}

.icon {
    height: 45px;
    width: 45px;
    border-radius: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(var(--clr-1), 1);
    background: rgba(var(--light-color), 1);
    color: rgba(var(--clr-1), 1);

}

.country {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
}

.overlay {
    background: linear-gradient(rgba(var(--clr-1), 1), rgba(var(--clr-2), 0.3));
    padding: 20px 10px;
    height: 100%;
    transition: 0.8s;
    transform: translateY(80%);
}

.country:hover .overlay {
    transform: translateY(0%);
}

.nav-open span.menue-line {
    display: block;
    height: 2px;
    width: 20px;
    background: rgba(var(--clr-1), 1);
    position: relative;
    transition-duration: 0.8s;
}

.nav-open span.menue-line:nth-child(1) {
    margin-top: 1px;
    margin-bottom: 3px;
    left: 2px;
}

.nav-open span.menue-line:nth-child(2) {
    margin-top: 3px;
    margin-bottom: 1px;
    left: auto;
    right: 2px;
}

.nav-open.active span.menue-line:nth-child(1) {
    transform: translate3d(-2px, 1px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.nav-open.active span.menue-line:nth-child(2) {
    transform: translate3d(2px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.nav-open {
    position: fixed;
    z-index: 99999999;
    top: 17px;
}

a.logo {
    display: block;
    height: 50px;
    width: 100%;
}

.logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.nav-open.active,
.nav-open:hover {
    background: rgba(var(--light-color), 1.0);
}

.nav-bar {
    background: rgba(var(--dark-color), 1.0);
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    /* transform: translateX(200%); */
    z-index: 9999;
    transition: .8s;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(var(--light-color), 1);
    overflow-y: scroll;
    clip-path: circle(0% at 87.5% 30px)
}

.nav-bar.active {
    /* transform: translateX(0%); */
    clip-path: circle(226.5% at 87.5% 5%);
}
.nav-bar .logo img{
    filter: invert(100%) sepia(61%) saturate(0%) hue-rotate(65deg) brightness(500000%) contrast(2222227%);
    object-position: left;
}
.nav-bar a {
    opacity: 0.64;
    transition-duration: 0.8s;
    position: relative;
    z-index: 99999999;
}

.nav-bar a:before {
    content: '';
    height: 15px;
    width: 0;
    background: rgba(var(--light-color), 0.3);
    position: absolute;
    z-index: -1;
    bottom: 0;
    transition-duration: 0.8s;
}

.nav-bar a:hover:before {
    width: 100%;
}

.nav-bar a:hover,
.nav-bar a.active {
    opacity: 1;
}

.nav-bar a.active {
    border-bottom: 1px solid;
}
.dropdown{
    position: static;
}
.dropdown:hover .dropdown-cont {
         max-height: 100vh;
         transition: max-height .8s ease-out;
         
         opacity:1;
}
.dropdown-cont {
    position: absolute;
    left: 100%;
    top: 0;
        max-height: 0;
    width: 100%;
    overflow:hidden;
    transition: max-height .8s ease-in;
    opacity:0;
}
.dropdownsub:hover .dropdownsub-cont {
         max-height: 100vh;
         
}
.dropdownsub-cont {
    
    
        max-height: 0;
    padding-left:10px;
    overflow:hidden;
    transition-duration: 0.8s;
}
@supports (-moz-appearance: none) {
    SELECT {
        -moz-appearance: none !important;
        background: url('data:image/gif; base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
        background-position: calc(100% - 5px) center !important;
    }
}

.headingborder {
    border-left: 5px solid rgba(var(--clr-1), 1.0);
    padding-left: 10px;
}

.portfolio-slider .slick-list.draggable {
    padding: 0 100px 0 0 !important;
}

.service {
    background-size: cover;
}

.help {
    background-size: cover;
    background-position: center bottom;
}

.help-3 {
    height: 280px;
}

.help-3 img {
    position: absolute;
    bottom: 0;
    right: 0;
    /* left: 0; */
    width: 80%;
    right: 0;
}

.helpspace {
    height: 300px;
    bottom: -50px;
    position: relative;
    right: -50px;
}

.plus {
    /* clip-path: circle(49.6% at 62% 68%); */
    background: linear-gradient(221deg, #ffffff61, #ffffff2b);
    width: 100%;
    height: 100%;
    border-radius: 5000px;
    padding: 74px !important;
}

.plus .inner {
    /* clip-path: circle(30.8% at 62% 68%); */
    /* height: 300px; */
    /* width: 300px; */
    background: linear-gradient(221deg, #ffffff61, #ffffff2b);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: border-radius: 5000px;
    border-radius: 5000px;
}

.blur-card {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(var(--light-color), 24%)
}

.help-4 {
    height: 330px
}

.reviewtext .quote {
    position: absolute;
    top: 0;
    left: 0;
}


.why-1 {

    background-color: rgba(var(--dark-color), 1.0);
    background-position: 50% 100%;
    background-size: cover;
}

.why-2 video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.x-large {
    height: 900px;
    width: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: inherit;
}

.paraborder {
    padding-left: 70px;
    border-left: 2px solid rgba(var(--clr-1), 1);

}

.numbering {
    background: #f6f6f7;
    width: 32px;
    height: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box.borderright {
    border-right: 1px solid #c3c3c3;
}

.tags {
    background-color: #211944;
    margin-bottom: 16px;
    margin-right: 16px;
    padding: 16px 28px 15px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
}

.service {
    height: 550px;
}
.client-logo {
    height: 150px;
    width: 100%;
    object-fit: contain;
}
.service img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}
  .why-2 {
    background: #1d08c0;
}

.card {
  
  margin-bottom: 50px;
  
   }
  .card:first-child {
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.05);
 
}

.spacer {
  width: 100%;
/*  height: 0vh;*/
/*  background-color: green;*/
}

.containersss {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
}

.left-container,
.right-container {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.right-content {
  width: 100%;
/*  border: 1px solid cyan;*/
}

.right-element {
  width: 100%;
  height: 100vh;
/*  border: 1px solid red;*/
  display: flex;
  justify-content: center;
  align-items: center;
/*  font-size: 100px;*/
padding: 100px 40px ;
}

.left-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-content {
    width: 100%;
    /* max-width: 400px; */
    height: 100%;
    /* max-height: 400px; */
    position: relative;
    overflow: hidden;
}       

.left-content img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.left-content img:first-child {
  opacity: 1;
}
.blue-bg {
  height: 100%;
}

.circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: rgba(var(--dark-color), 1.0);
  color: rgba(var(--light-color), 1.0);
  max-height: 50px;
  z-index: 2;
}

.how-it-works.row {
  display: flex;
}
.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;position: relative;
}
.how-it-works.row .col-2::after,.how-it-works.row .col-2.bottom::before {
  content: "";
  position: absolute;
  border-left: 3px solid rgba(var(--dark-color), 1.0);
  z-index: 1;
}
.how-it-works.row .col-2.bottom::before {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid rgba(var(--dark-color), 1.0);
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid rgba(var(--dark-color), 1.0);
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
.location {
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    max-width: 350px;
    background: rgba(var(--light-color), 1);
    border-radius: 25px;
    box-shadow: 0 0 36px rgba(var(--dark-color), 0.2);
    margin: 20px;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.location.active{
    opacity: 1;
}
.location img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width:1660px) {
    .w-80 {
        max-width: 80vw !important;
    }
}

@media screen and (min-width:1367px) {
    .w-80 {
        max-width: 85vw !important;
    }



}

@media screen and (max-width: 1367px) {
    button.big {
    padding: 10px 10px 10px 30px !important;
}

    .f-80 {
        font-size: 66px;
    }
    .f-70 {
        font-size:65px;
    }
    .f-34 {
        font-size: 30px;
    }

    .f-55 {
        font-size: 50px;
    }

    body {
        font-size: 14px;
    }

    .f-24 {
        font-size: 22px;
    }

    .service {
        height: 500px !important;
    }

    
}

@media screen and (max-width: 1181px) {
    .f-80 {
        font-size: 60px;
    }
    .f-70 {
        font-size:55px;
    }
    
    .f-34 {
        font-size: 27px;
    }

    .f-18 {
        font-size: 16px;
    }

    .f-55 {
        font-size: 45px;
    }

    .f-40 {
        font-size: 35px;
    }

    .f-34 {
        font-size: 32px;
    }

    .f-24 {
        font-size: 20px;
    }
    .service img {
    height: 250px;
}
.card {
  
  margin-bottom: 0px;
/*  position: sticky;*/

  
   }
   .location-row{
        height: 300px;
    }}

@media screen and (max-width: 992px) {
    .containersss{
        display: block;
    }

    .f-18 {
        font-size: 14px;
    }

    img.logo {
        object-position: center;
    }


}
@media screen and (max-width: 766px) {
    

    .dropdown-cont{
        position:relative;
        left:0;
    }

}
@media screen and (max-width: 576px) {
.client-logo {
    height: 75px;}
    .f-80 {
        font-size: 40px;
    }
    .f-70 { 
        font-size:35px;
    }
    .f-34 {
        font-size: 28px;
    }
    button.big {
    padding: 10px 40px !important;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
button.big img {
    max-height: 30px!important;
}
.testimonial {
    width: 80% !important;}
    .CTA-bottom .container {
    border-radius: 50px;
}.counter-box{width:100px !important;}.counter-box h2 {
    font-size: 30px !important;}.map-data .details {
     position: relative !important; 
     left: 0 !important; 
     top: 0 !important;; 
    width: 200px !important;
    padding: 20px !important;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 20px !important;
    z-index: 9999 !important;
}.map-data{
    display:flex;
    justify-content:space-between;
}
}

@media screen and (max-width: 431px) {
    body {
        font-size: 12px !important;
    }

    
}

@media screen and (max-width: 391px) {

    .icon:not(.nav-open) {
        height: 30px;
        width: 30px;
    }
}

.CTA {
    background-color: #000000;
    padding: 60px 0 !important;
}

.embose {
    width: 500px;
}

button.big.my-btn {
    padding: 15px 80px !important;
    text-align: center;
    font-weight: 700;
}
.reviews{
    position: relative;
}
.row.testimonials {
    position: relative;
    flex-wrap: nowrap;
    gap: 3%;
    height: 400px;
animation: move 40s linear infinite;
}
@keyframes move {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-260%);
    }
}
.testimonial {
    width: 33%;
    padding: 25px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    height: auto;


}
.testimonial:nth-child(odd){
    align-self: flex-start;
}
.testimonial:nth-child(even){
   align-self: flex-end;
}
.reviews::before{
content: "Reviews";
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%);
font-size: 42px;
font-weight: 700;
}
.map{
    width: 100%;
}
.banner-image-container{
    position:relative;
}

.fade-in-image {
            width: 300px; /* Adjust size as needed */
            opacity: 0; /* Start invisible */
            animation: fadeInAntiClockwise 2s forwards; /* Animation duration */
            transform: rotate(360deg); /* Start rotated */
        }

        @keyframes fadeInAntiClockwise {
            0% {
                opacity: 0;
                transform: rotate(360deg); /* Starting position */
            }
            100% {
                opacity: 1;
                transform: rotate(0deg); /* Ending position */
            }
        }
  
.map-data{
    /* position: relative; 
 padding: 30px;
 z-index: 99;
}
.map-data .details{
    position: absolute;
    left: 40px;
    top: 10%;
    width: 400px;
    padding: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
}
.details .counter-box{
 width: 100%;
 background-color: #fff;
 color: #000000;
}
.details .counter-box h2{
 color: #000000;
}
.details .counter-box p{
 color: #000000;
}
.counter-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
  }
  .counter-box {
    width: 280px;
    background-color: #000000;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .counter-box h2 {
    font-size: 70px;
    text-align: center;
    font-family: 'Inter';
    margin: 0;
    color: #fff;
  }
  .counter-box p{
      text-align: center;
    font-family: arial;
    color: #fff;
  }
  .uk-pin{
    position: absolute;
    top: 17%;
    left: 54%;
    z-index: 101;
    cursor: pointer;
  }
  .irish-pin{
    position: absolute;
    top: 24%;
    left: 53%;
    z-index: 101;
    cursor: pointer;
  }
  .aus-pin{
    position: absolute;
    top: 60%;
    right: 2%;
    z-index: 101;
    cursor: pointer;
  }
  .can-pin{
    position: absolute;
    top: 25%;
    left: 33%;
    z-index: 101;
    cursor: pointer;
  }
  .us-pin{
    position: absolute;
    top: 35%;
    left: 30%;
    z-index: 99;
    cursor: pointer;
  }
  .us-map{
    position: absolute;
    top: 37%;
    left: 28%;
    z-index: 101;
    width: 218px;
    transition: all 0.6s ease-in-out;
  }
  .us-map:hover{
   width: 70%;
  }
  .nav-area{
    border-left: 2px solid #fff;
  }
  .menushow {
    display: flex;
  }
  
  