@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
h1 {
  font-size: 90px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 16px;
}
h2 {
  font-size: 52px;
  margin-bottom: 14px;
  font-family: "Oswald", sans-serif;
}
h3 {
  font-size: 32px;
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
}
h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
}
h5 {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
}
h6 {
  font-size: 16px;
  margin-bottom: 6px;
  font-family: "Oswald", sans-serif;
}
/* Paragraph and link tags */
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}
a {
  font-size: 18px;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Bold and strong tags */
b,
strong {
  font-weight: bold;
  font-size: 18px;
  color: #666666;
}
/* Styling for lists */
ul {
  font-size: 18px;
  padding-left: 24px;
  margin-bottom: 16px;
}
ul li {
  margin-bottom: 0;
  color: #666666;
}
.purple {
  background: #532360;
  background: linear-gradient(to right, #532360 20%, #6e398e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container,
.container-fluid {
  max-width: 1170px;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.site-logo {
    padding-bottom: 12px;
}
.fixed-me {
  background: #fff;
  margin-bottom: 0;
  position: fixed;
  z-index: 9;
  right: 0;
  left: 0;
  top: 0;
  border-bottom: 1px solid #ffbf00;
}
.fixed-me .navbar-brand .img-fluid {
  max-width: 100px;
}
.fixed-me .container {
  max-width: 1170px;
  width: 100%;
}
.fixed-me .navbar-brand {
  margin-top: 4px;
}
.fixed-me .site-logo {
    padding-bottom: 6px;
}
.deal-top {
  max-width: 450px;
}
.banner-select {
  float: right;
  padding-top: 0px;
  min-width: 290px;
}
.deal-top .form-select {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
  color: #753f9a;
  background-color: #f7f7f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239400d3' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px 14px;
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 70px;
  margin-top: -15px;
  text-align: left;
}
.deal-top .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: -11px;
  width: 100%;
  padding: 0;
}
.deal-top .dropdown-item {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #333333;
}

ul#dropdownMenuButton-menu li a span {
  color: #753f9a;
}
ul#dropdownMenuButton-menu li a:hover {
  background: #ffbf00;
}
ul.dropdown-menu li a:hover {
  color: #fff !important;
}


/* Submenu hover effect only */
.navbar-nav .dropdown-item {
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    color: #51225d;
    padding: 10px 15px;
}

.navbar-nav .dropdown-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #52225e;
    transition: left 0.4s ease;
    z-index: 0;
}

.navbar-nav .dropdown-item span {
    position: relative;
    z-index: 1;
}

.navbar-nav .dropdown-item:hover::before {
    left: 0;
}
.service-dropdown .custom-dropdown .dropdown-menu .nav-link {
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    color: #51225d; /* Default text color */
    padding: 10px 15px;
    display: block;
}

.service-dropdown .custom-dropdown .dropdown-menu .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #52225e; /* Hover background color */
    transition: left 0.4s ease;
    z-index: 0;
}

.service-dropdown .custom-dropdown .dropdown-menu .nav-link span {
    position: relative;
    z-index: 1; /* Keeps text above background */
}

.service-dropdown .custom-dropdown .dropdown-menu .nav-link:hover::before {
    left: 0;
}

.service-dropdown .custom-dropdown .dropdown-menu .nav-link:hover span {
    color: #fff !important; /* Text color when hovered */
}
.service-dropdown ul#dropdownMenuButton-menu li a:hover {
    background: none;
}



.banner-select ul.dropdown-menu.show li a {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #753f9a !important;
  border-radius: 2px;
  padding: 6px 12px;
}
select#sector {
  min-width: 300px;
}
select#sector option {
  color: #753f9a;
}
ul#dropdownMenuButton-menu li:hover a span {
  color: #fff;
}

.nav-link {
  text-transform: uppercase;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  padding: 2px 12px;
}
.nav-link:hover {
  text-decoration: none;
  color: #ffbf00;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.top-nav {
  max-width: 700px;
  width: 100%;
  text-align: right;
  margin-top: -2px;
}
.contact-top {
  background: #f0f1f2;
  max-width: 400px;
  width: 100%;
  display: inline-block;
  border-radius: 0 0 0 15px;
  padding: 14px 20px;
}
.contact-top a {
  color: #753f9a;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.contact-top a:hover {
  text-decoration: none;
  color: #ffbf00;
}
.contact-top a:active,
.contact-top a:focus {
  color: #ffbf00;
}
.form-select:focus {
  box-shadow: none;
}
.phone-top {
  background: #ffbf00;
  border-radius: 0 0 8px 0;
  padding: 15px 34px;
  color: #52225e;
  font-weight: 600;
  font-size: 15px;
}
.phone-top:hover {
  text-decoration: none;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-brand {
  margin-top: -40px;
}
.navbar-nav .nav-item {
  padding: 4px 25px;
  margin-bottom: 0;
}
.navbar-nav .dropdown-menu li {
  padding: 0px;
}
.navbar-nav .nav-item {
  transition: color 0.3s ease, background-color 0.3s ease;
}
.navbar-nav .current-menu-item > a,
.navbar-nav .active > a {
  color: #ffbf00 !important;
}
.navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link:last-child {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffbf00;
}


/*  Dropdown Hover Css Starts */
.custom-dropdown-btn {
  background: linear-gradient(to right, #53245e 0%, #ffbf00 0%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0 0 8px 0;
  padding: 12.5px 16px;
  color: #52225e;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.4s ease, color 0.4s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
}
.custom-dropdown-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #53245e;
  z-index: -1;
  transition: width 0.4s ease;
}

.custom-dropdown-btn:hover::before {
  width: 100%;
}

.custom-dropdown-btn:hover {
  color: #fff;
}


.custom-dropdown .drop {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #ffbf00 !important;
    color: #52225e !important;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.4s ease;
    max-width: 290px;
    width: 290px;
    text-align: left;
    height: 60px;
	border: 0;
}

.custom-dropdown .drop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #53245e;
  z-index: -1;
  transition: width 0.4s ease;
}

.custom-dropdown .drop:hover::before {
  width: 100%;
}

.custom-dropdown .drop:hover {
  color: #fff !important;
}
.custom-dropdown .custom-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: currentColor;
  pointer-events: none;
}
.custom-dropdown .btn.drop {
  position: relative;
}







/*  Dropdown Hover Css Ends */
.custom-arrow {
  margin-right: 4px;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.dropdown-flag {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 2px;
  border-radius: 50%;
}
.phone-dropdown-item img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  margin-right: 8px;
}
.phone-dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  margin-bottom: 0;
}
.phone-dropdown-menu.show {
  display: block;
}
.position-relative {
  position: relative !important;
  float: right;
}
.phone-dropdown-item:hover {
  background: #5e2f6b;
  color: #fff !important;
}
.custom-dropdown-btn a {
  color: #52225e;
  text-decoration: none;
}
.custom-dropdown-btn:hover a {
  color: #fff;
}
/*********banner css start*********************/
.banner-container {
  position: relative;
  width: 99%;
  height: 84vh;
  margin: 0 6px 0;
}
.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.banner-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: end;
  border-radius: 12px;
}
.banner-content {
  color: #fff;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.banner-content h1 {
  padding-bottom: 60px;
}
.banner-content span {
  color: #ffbf00;
}
/*********banner css end*********************/
.exclusive {
  float: left;
  width: 100%;
  padding: 60px 0;
}
.exclusive-deals {
  text-align: center;
}
.exclusive-deals h2 {
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.exclusive-deals span {
  color: #52225e;
  text-transform: uppercase;
}
.consistently {
  float: left;
}
.consistently strong {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  float: left;
  width: 100%;
}
.consistently p {
  color: #666666;
  font-size: 18px;
  float: left;
}
.unloq-empowers {
  float: left;
  width: 99%;
  background: #f7f7f7;
  margin: 0 6px 0;
  border-radius: 12px;
  padding: 100px 0;
}
.empowers h3 {
  color: #333333;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.empowers span {
  color: #52225e;
  text-transform: uppercase;
}
.empowers h2 {
  color: #333333;
}
.ideal-fit {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 12px;
  transition: background-color 0.8s ease;
  transition: background 0.5s ease;
  height: 100%;
}
.ideal-fit span {
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  margin-top: 20px;
  transition: color 0.2s ease;
}
.ideal-fit p {
  color: #666666;
  font-size: 17px;
  margin-bottom: 0px;
  transition: color 0.5s ease;
}
.ideal-fit:hover {
  background: #532360;
  background: linear-gradient(
    85deg,
    rgba(83, 35, 96, 1) 0%,
    rgba(83, 35, 96, 1) 56%,
    rgba(110, 57, 142, 1) 100%
  );
}
.ideal-fit:hover img {
  filter: brightness(0) invert(1);
}
.ideal-fit .show {
  display: block;
  transition: color 0.5s ease;
}
.ideal-fit .hide {
  display: none;
  transition: color 0.5s ease;
}
.ideal-fit:hover .show {
  display: none;
}
.ideal-fit:hover .hide {
  display: block;
}
.ideal-fit:hover span {
  color: #f0f0f0;
}
.ideal-fit:hover p {
  color: #cccccc;
}
.video-top {
  float: left;
  width: 99%;
  background: #fff;
  margin: 0 6px 0;
}
.video-top iframe {
  border-radius: 20px;
}
.video-top .img-fluid {
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
}
/****tabs css start****************/
.slider-tabs {
  text-align: center;
  margin-bottom: 25px;
}
.slider-tabs a {
    padding: 10px 25px;
    color: #777;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}
.slider-tabs a:hover {
    color: #52225e;
}
.slider-tabs button {
  border: none;
  background: transparent;
  padding: 10px 25px;
  color: #777;
  cursor: pointer;
  font-size: 18px;
}
.slider-tabs button.active {
  color: #52225e;
}
.custom-slider .hover-block {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.slide-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #111111;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 1) 53%
  );
  color: #fff;
  padding: 20px;
  text-align: center;
}
.slide-content .fa-angle-right::before {
  color: #fdbe00;
}
.tabs-slide .slick-prev,
.slick-next {
  z-index: 1;
}
.tabs-slide .slick-prev::before,
.slick-next::before {
  content: "";
}
.tabs-slide .slick-prev i,
.slick-next i {
  font-size: 18px;
  color: #fdbe00;
  background: #51225d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 48px;
  text-align: center;
}
.tabs-slide .slick-prev:hover i,
.slick-next:hover i {
  background: #fff;
}
.tabs-slide .slick-next {
  right: 15px;
}
.tabs-slide .slick-prev {
  left: -15px;
}
.slide-content h4 {
  text-transform: uppercase;
  transition: transform 0.4s ease;
}
.slide-content p {
  margin-bottom: 0;
  transition: transform 0.4s ease;
}
.arrow {
  font-size: 24px;
  color: #fdbe00;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: inline-block;
}
/* Image hover triggers animation */
.hover-block:hover .slide-content h4,
.hover-block:hover .slide-content p {
  transform: translateY(-20px);
}
.hover-block:hover .arrow {
  opacity: 1;
  transform: translateY(0);
}
.tabs-slide {
  float: left;
  width: 99%;
  background: #f7f7f7;
  margin: 0 6px 0;
  padding: 80px 0;
}
.work-top {
  text-align: center;
}
.work-top h2 {
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
}
.work-top span {
  color: #6c378a;
}

@media (max-width: 575px) {
  .slide-content {
    position: inherit;
    background: #111111; /* background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 1) 53%); */
  }
}
/*************tabs css end *****************************/
.ideal-flow {
  float: left;
  width: 100%;
  padding: 70px 0 85px;
  background: #fff;
  position: relative;
}
.ideal-flow::before {
  content: "";
  background: url(../images/center-key.png) no-repeat;
  position: absolute;
  width: 213px;
  height: 392px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  top: 30px;
  background-size: 80%;
}
.lets-talk h2 {
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lets-talk span {
  color: #64327e;
}
.left-btn {
  float: left;
  background: #fdbe00;
  border-radius: 8px;
  max-width: 238px;
  padding: 10px 38px;
  width: 50%;
}
.left-btn a {
  color: #6a3686;
}
.left-btn .fa-angle-right::before {
  padding-left: 10px;
}
.right-btn .fa-angle-right::before {
  padding-left: 10px;
}
.left-btn a:hover {
  text-decoration: none;
}
/**********btn css start**************************/
.touch-3 {
  background-color: #ffbf00;
  color: #51225d;
  padding: 16px 20px;
  border-radius: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  min-width: 210px;
}
.touch-3:hover {
  color: #f8ba00;
  text-decoration: none;
}
.btn-hover-effect-3 {
  position: relative;
  overflow: hidden;
  color: #51225d;
  border: none;
  transition: color 0.4s ease;
}
.btn-hover-effect-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #52225e;
  transition: left 0.4s ease;
  z-index: 0;
}
.btn-hover-effect-3:hover::before {
  left: 0;
}
.btn-hover-effect-3 span {
  position: relative;
  z-index: 0;
}
.touch-3 .fa.fa-angle-right {
  line-height: 20px;
  padding-left: 10px;
}
.touch-4 {
  background-color: #51225d;
  color: #52225e;
  padding: 16px 20px 16px 40px;
  border-radius: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  min-width: 210px;
  margin-left: 30px;
}
.touch-4:hover {
  color: #52225e;
  text-decoration: none;
}
.btn-hover-effect-4 {
  position: relative;
  overflow: hidden;
  color: #f8ba00;
  border: none;
  transition: color 0.4s ease;
}
.btn-hover-effect-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #f8ba00;
  transition: left 0.4s ease;
  z-index: 0;
}
.btn-hover-effect-4:hover::before {
  left: 0;
}
.btn-hover-effect-4 span {
  position: relative;
  z-index: 0;
}
.touch-4 .fa.fa-angle-right {
  line-height: 20px;
  padding-left: 10px;
}
/*************btn css end******************************/

.right-btn {
  float: right;
  background: #51225d;
  border-radius: 8px;
  max-width: 238px;
  padding: 10px 0 0 38px;
  width: 50%;
}
.lets-talk p {
  margin-bottom: 40px;
}
.right-btn a {
  color: #fdbe00;
}
.right-btn a:hover {
  text-decoration: none;
}
.btn-center {
  display: flex;
  justify-content: center;
  position: relative;
}
.center-circle {
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: -15%;
}
.center-circle span {
  font-size: 20px;
  font-weight: 700;
  line-height: 68px;
  color: #52225e;
}
.unloq-numbers {
  float: left;
  width: 99%;
  margin: 0 6px 0;
  background: #6f3a8f;
  background: linear-gradient(
    90deg,
    rgba(111, 58, 143, 1) 0%,
    rgba(96, 46, 118, 1) 55%,
    rgba(83, 35, 96, 1) 100%
  );
  border-radius: 8px;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.unloq-numbers::before {
  content: "";
  position: absolute;
  background: url(../images/unloq-top.png) repeat-x;
  height: 178px;
  width: 100%;
  top: -70px;
}
.unloq-numbers::after {
  content: "";
  position: absolute;
  background: url(../images/unloq-bottom.png) repeat-x;
  height: 178px;
  width: 100%;
  bottom: -155px;
}
.numbers h2 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.numbers span {
  color: #f8ba00;
}
.number-point {
  padding-right: 70px;
}
.number-point span {
  color: #fff;
  /*font-size: 280px;*/
  font-size: 170px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 285px;
  float: right;
}

.target-top {
  padding-left: 25px;
}
.target-top strong {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
}
.target-top strong p {
  color: #fff;
  /*font-size: 50px;
	line-height: 55px;*/
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
}
.numbering-center {
  justify-content: center;
  align-items: center;
  position: relative;
}
.numbering-center::before {
  content: "";
  position: absolute;
  background: url(../images/unloq-number.png) no-repeat;
  height: 230px;
  width: 100%;
  max-width: 57px;
  padding-right: 110px;
  top: 42px;
}
.case-studies {
  float: left;
  width: 100%;
  background: #fff;
  padding: 70px 0 30px;
}
.recent-case h2 {
  color: #333333;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.recent-case span {
  color: #52225e;
}
.more-case-1 {
  padding-bottom: 60px;
}
/**********recent case css start******************/
.case-studies .hover-block {
  position: relative;
  height: 572px;
  width: 100%;
  max-width: 572px;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.case-studies .hover-block:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.case-studies .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.case-studies .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case-studies .bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: background-color 0.4s ease;
}
.case-studies .hover-block:hover .bg-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.case-studies .content {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  text-align: center;
  transition: transform 0.4s ease;
}
.case-studies .hover-block:hover .content {
  transform: translateY(-10px);
}
.case-studies .heading {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.case-studies .subtext {
  font-size: 28px;
  color: #f0f0f0;
  font-weight: 500;
}
.case-studies .arrow {
  margin-top: 8px;
  font-size: 20px;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.case-studies .hover-block:hover .arrow {
  opacity: 1;
}
.case-studies .fa-angle-right::before {
  color: #ffbf00;
}
.case-studies .pd-2 {
  padding: 0 8px;
}
/**********recent case css end******************/
.latest-trends {
  float: left;
  width: 99%;
  padding: 70px 0;
  margin: 0 6px 0;
  background: #f7f7f7;
  border-radius: 8px;
}
.latest-trends .slick-next {
  right: 15px;
}
.latest-trends .slick-prev {
  left: 2px;
  position: absolute;
  z-index: 1;
}
.latest-trends .slick-prev:hover i,
.slick-next:hover i {
  background: #fff;
}
.latest-trends .slick-prev::before {
  content: "";
}
.latest-trends .slick-dots {
  width: 99%;
}
.latest-trends .slick-slide {
  padding: 7px;
}
.slide-box {
  border-radius: 8px;
}
.slick-dots {
  text-align: center;
  margin-top: 20px;
}

/* Hide dots on small screens */
@media (max-width: 767.98px) {
  .slick-dots {
    display: none !important;
  }
}
.latest-trends .hover-block {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.latest-trends .hover-block:hover {
  box-shadow: 0 6px 20px rgba(207, 207, 207, 0.25);
}
.latest-trends .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.latest-trends .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.latest-trends .bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: background-color 0.4s ease;
}
.latest-trends .hover-block:hover .bg-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.latest-trends .content {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  text-align: center;
  transition: transform 0.4s ease;
}
.latest-trends .hover-block:hover .content {
  transform: translateY(-10px);
}
.latest-trends .heading {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.latest-trends .subtext {
  font-size: 18px;
  color: #f0f0f0;
  font-weight: 500;
  padding: 0 10px;
}
.latest-trends .arrow {
  margin-top: 2px;
  font-size: 20px;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.latest-trends .hover-block:hover .arrow {
  opacity: 1;
}
.latest-trends .fa-angle-right::before {
  color: #ffbf00;
}
.latest-trends .fa-angle-left::before {
  color: #ffbf00;
}
.latest-trends .slick-prev i,
.slick-next i {
  font-size: 18px;
  color: #fdbe00;
  background: #51225d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 48px;
  text-align: center;
}
.unloq-numbers .slick-prev:before {
  content: "";
}
.unloq-numbers .slick-prev {
  width: 50px;
  height: 50px;
  z-index: 1;
}
.unloq-numbers .slick-next {
  width: 50px;
  height: 50px;
  z-index: 1;
}
.unloq-numbers .slick-prev i {
  font-size: 18px;
  color: #fdbe00;
  background: #51225d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 48px;
  text-align: center;
}
.unloq-numbers .slick-next i {
  font-size: 18px;
  color: #fdbe00;
  background: #51225d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 48px;
  text-align: center;
}
.unloq-numbers .slick-prev:hover i,
.slick-next:hover i {
  background: #fff;
}
.latest-trends .slick-dots li button::before {
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  content: "";
  text-align: center;
  opacity: 1;
  color: #f8f8f8;
  border: 1px solid #52225e;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.latest-trends .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #52225e;
  border: 1px solid #52225e;
  background: #52225e;
}
.latest-trends .slick-list {
  margin: 0 0 25px;
}
.unloq-map .img-fluid {
  margin-bottom: 30px;
}
.cross-border {
  float: left;
  width: 100%;
  background: #fff;
  padding: 70px 0;
}
.europe-office {
  text-align: center;
}
.europe-office strong {
  color: #333333;
  font-size: 26px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.europe-office address {
  margin-bottom: 30px;
  color: #666666;
  font-size: 17px;
}
.europe-office small {
  margin-bottom: 10px;
  color: #666666;
  font-size: 17px;
  float: left;
  width: 100%;
}
.europe-office a {
  color: #555555;
  font-size: 17px;
  font-weight: 600;
  transition: background-color 0.4s ease, color 0.4s ease;
  border-bottom: 1px solid #52225e;
}
.europe-office a:hover {
  color: #ffbf00;
  text-decoration: none;
}
/*******footer css start*********************/
footer {
  float: left;
  width: 99%;
  padding: 70px 0 20px;
  background: #542361;
  background: linear-gradient(
    90deg,
    rgba(84, 35, 97, 1) 0%,
    rgba(110, 57, 142, 1) 85%
  );
  position: relative;
  overflow: hidden;
  margin: 0 6px 0;
  border-radius: 8px;
}
footer::before {
  content: "";
  position: absolute;
  background: url(../images/footer-right.png) no-repeat;
  height: 578px;
  width: 100%;
  right: 0;
  max-width: 307px;
  top: 0;
  z-index: 0;
}
.pl-1 {
  padding-left: 60px;
}
.footer-menu {
  float: left;
  position: relative;
  z-index: 1;
}
.footer-menu strong {
  color: #ffffff;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  display: block;
}
.footer-menu ul li a {
  color: #cccccc;
  font-size: 15px;
  line-height: 35px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.footer-menu ul li a:hover {
  color: #ffbf00;
  text-decoration: none;
}
.phone-number {
  float: left;
}
.phone-number a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.phone-number a:hover {
  text-decoration: none;
  color: #ffbf00;
}
.social-menu {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.social-menu ul {
  margin: 0;
  padding: 0;
}
.social-menu ul li {
  display: block;
}
.social-menu .fab.fa-linkedin-in {
  font-size: 20px;
  color: #ffbf00;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.social-menu .fab.fa-linkedin-in:hover {
  color: #52225e;
}
.footer-end {
  float: left;
  width: 100%;
  border-top: 1px solid #784a91;
  padding: 20px 0;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.footer-menu-2 {
  float: left;
  text-align: right;
}
.footer-menu-2 ul {
  margin: 0;
  padding: 0;
  float: right;
}
.footer-menu-2 ul li {
  display: inline-block;
  border-right: 1px solid #cccccc;
  line-height: 12px;
}
.footer-menu-2 ul li a {
  color: #cccccc;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.footer-menu-2 ul li a:hover {
  color: #ffbf00;
  text-decoration: none;
}
.footer-menu-2 ul li:last-child {
  border: none;
}
.reserved {
  float: left;
}
.reserved small {
  color: #cccccc;
  font-size: 12px;
}

/*******btn hover effect start******************/
.touch {
  background-color: #ffbf00;
  color: #51225d;
  padding: 14px 20px;
  border-radius: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  min-width: 210px;
  text-align: left;
  margin-top: 10px;
  line-height: 22px;
}
.touch:hover {
  color: #fff;
  text-decoration: none;
}
.btn-hover-effect {
  position: relative;
  overflow: hidden;
  color: #51225d;
  border: none;
  transition: color 0.4s ease;
}
.btn-hover-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #52225e;
  transition: left 0.4s ease;
  z-index: 0;
}
.btn-hover-effect:hover::before {
  left: 0;
}
.btn-hover-effect span {
  position: relative;
  z-index: 0;
}
.touch .fa.fa-angle-right {
  float: right;
  line-height: 20px;
}
/*************btn hover css end**************************************/
.touch-2 {
  background: #52225e;
  color: #ffbf00;
}
.btn-hover-effect-2 {
  position: relative;
  overflow: hidden;
  color: #ffbf00;
  border: none;
  transition: color 0.4s ease;
}
.btn-hover-effect-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffbf00;
  transition: left 0.4s ease;
  z-index: 0;
}
.btn-hover-effect-2:hover::before {
  left: 0;
}
.btn-hover-effect-2 span {
  position: relative;
  z-index: 0;
}
.touch .fa.fa-angle-right {
  float: right;
  line-height: 20px;
}
/**********services pages css start********************************/
.banner-content.pd-7 h1 {
  padding-bottom: 0;
}
.banner-btn {
  float: right;
  text-align: right;
}
.touch-banner {
  background-color: #ffbf00;
  color: #51225d;
  padding: 14px 20px;
  border-radius: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  min-width: 210px;
  text-align: left;
  margin-top: 10px;
  line-height: 28px;
}
.touch-banner:hover {
  color: #fff;
  text-decoration: none;
}
.btn-hover-effect-banner {
  position: relative;
  overflow: hidden;
  color: #51225d;
  border: none;
  transition: color 0.4s ease;
}
.btn-hover-effect-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #52225e;
  transition: left 0.4s ease;
  z-index: 0;
}
.btn-hover-effect-banner:hover::before {
  left: 0;
}
.btn-hover-effect-banner small {
  position: relative;
  z-index: 0;
}
.touch-banner .fa.fa-angle-right {
  float: right;
  line-height: 28px;
}
.banner-padding {
  padding-bottom: 100px;
}
.breadcrumb-top {
  float: left;
  width: 100%;
  padding: 50px 0 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #6c757d;
  padding: 0 0.5rem;
  font-size: 30px;
  line-height: 20px;
}
.breadcrumb-item .active {
  color: #666666;
}
.breadcrumb-item a {
  color: #753f9a;
  font-size: 15px;
  font-weight: 500;
}
.breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb {
  margin-bottom: 0;
}
.read-more {
  float: left;
  color: #52225e;
  font-size: 15px;
  font-weight: 500;
}
.read-more:hover {
  text-decoration: none;
  color: #ffbf00;
}
/*************box hover css****************************/
.unloq-empowers .hover-box {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.8s ease;
}
.unloq-empowers .hover-box:hover {
  background: #532360;
  background: linear-gradient(
    85deg,
    rgba(83, 35, 96, 1) 0%,
    rgba(83, 35, 96, 1) 56%,
    rgba(110, 57, 142, 1) 100%
  );
}
.unloq-empowers .image-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.5s ease, color 0.4s ease;
  z-index: 2;
  padding-top: 25px;
}
.unloq-empowers .hover-box:hover .image-heading {
  transform: translateY(-10px);
  color: #fff;
}
.unloq-empowers .overlay-content {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
  z-index: 2;
}
.unloq-empowers .hover-box:hover .overlay-content {
  opacity: 1;
  transform: translateY(0);
  color: #fff;
}
.unloq-empowers img {
  max-width: 130px;
  margin-bottom: 0;
  transition: filter 0.4s ease;
}
.unloq-empowers .hover-box:hover img {
  filter: brightness(0) invert(1);
}
.unloq-empowers h4 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  transition: color 0.4s ease;
}
.unloq-empowers .overlay-content p {
  margin-bottom: 0.5rem;
  transition: color 0.4s ease;
  max-width: 350px;
  font-size: 17px;
  color: #cccccc;
}
.unloq-empowers .overlay-content .btn {
  transition: background-color 0.4s ease, color 0.4s ease;
}
.unloq-empowers .hover-box:hover .btn {
  background-color: #fff;
  color: #6f42c1;
}
.gain p {
  color: #dddddd;
}
/**************patner css start***********************************/
.banner-btn.banner-partner {
  align-content: end;
  padding-bottom: 30px;
}
.deal-flow {
  float: left;
  padding-top: 0px;
  min-width: 290px;
}
.deal-flow ul#dropdownMenuButton-menu {
  top: 100%;
  left: 0;
  margin-top: 5px;
  width: 290px;
  padding: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.deal-flow ul#dropdownMenuButton-menu li a.nav-link {
  padding: 2px 12px;
}
.deal-flow .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 5px;
  width: 100%;
  padding: 0;
}
.deal-flow .form-select {
  font-size: 16px;
  font-weight: 700;
  /*line-height: 50px;*/
  color: #753f9a;
  background-color: #ffbf00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239400d3' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px 14px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 60px;
  max-width: 290px;
  border-radius: 10px;
  border: none;
  text-align: left;
}
/************case studies css start***************************/
.more-case {
  margin-top: 40px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 60px;
}
.more-case .small,
small {
  font-size: inherit;
}
.more-case .touch-banner .fa-angle-right::before {
  color: #51225d;
}
.more-case .touch-banner:hover .fa-angle-right::before {
  color: #fff;
}
.case-studies.studies-2 {
  padding-bottom: 0;
}
.buyer-top label {
  text-align: right;
  color: #333333;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
/************contact css start**************************/
.buyer-top .form-select {
  font-size: 20px;
  line-height: 50px;
  color: #753f9a;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239400d3' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px 13px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 60px;
  border-radius: 10px;
  border: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.consistently .btn.btn-hover-effect-2.touch-2 {
  float: left;
  margin-left: 10px;
  margin-top: -5px;
}
.contact-us .form-control {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.col-form-label {
  color: #666666;
  font-size: 18px;
}
.text-danger {
  --bs-text-opacity: 1;
  color: #6a4674 !important;
}
.submitting p {
  font-size: 15px;
  color: #666666;
}
.submitting a {
  color: #52225e;
}
/*************blog css start*************************/
.blog-top {
  float: left;
  width: 100%;
  padding: 60px 0 0;
  background: #fff;
}
.blog-img .img-fluid {
  border-radius: 8px;
}
.blog-content {
  padding-left: 30px;
}
.blog-content h3 {
  max-width: 800px;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.blog-content h3 a {
  max-width: 800px;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  text-decoration: none;
  color: #333333;
}
.blog-content h3 a:hover {
  color: #ffbf00;
  transition: color 0.3s ease;
}
.blog-content .touch-banner {
  min-width: 150px;
}
.blog-content-2 {
  padding-right: 30px;
  padding-left: 15px;
}
.pagination .page-link {
  border: none;
  background-color: #f4f5f6;
  color: #753f9a;
  font-weight: 500;
  padding: 6px 16px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  margin: 0 10px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.pagination .page-link span {
  background-color: transparent !important;
  padding: 0;
  margin: 0;
}
.pagination .page-item.active .page-link,
.pagination .page-link:hover:not(span) {
  background-color: #753f9a;
  color: #fff;
  text-decoration: none;
}
.pagination .page-item:last-child .page-link {
  background-color: transparent;
}
.pagination .page-item:last-child .page-link:hover {
  background-color: transparent;
  color: #753f9a;
}
.pagination {
  margin-top: 50px;
  margin-bottom: 10px;
}
/************mandates css start*******************************/
.choose-right {
  float: right;
  margin-bottom: 40px;
}
.choose-right .form-select {
  font-size: 18px;
  line-height: 50px;
  color: #666666;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px 13px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 60px;
  border-radius: 8px;
  border: none;
  max-width: 210px;
  float: right;
}
.project-top {
  float: left;
  width: 100%;
  background: #fff;
}
.project-top .info-box {
  border-radius: 20px;
  overflow: hidden;
  max-width: 350px;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.project-top .info-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.project-top .info-box {
  transition: all 0.4s ease;
}
.project-top .info-content {
  background-color: #fff;
  color: #333333;
  padding: 30px 15px;
  transition: all 0.4s ease;
  height: 350px;
}
.project-top .info-content h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 50px;
}
.project-top .info-content strong {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  min-height: 65px;
  float: left;
  width: 100%;
}
.info-content .small-label {
  color: #52225e;
  font-size: 15px;
  font-weight: 600;
  padding-right: 15px;
  min-width: 90px;
  float: left;
}
.info-content P {
  color: #52225e;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.project-top .info-box:hover .info-content {
  background-color: #753f9a;
  color: #fff;
}
.project-top .info-content .project {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  float: left;
  width: 100%;
}
.project-top .info-box:hover .info-content .small-label,
.project-top .info-box:hover .info-content strong,
.project-top .info-box:hover P,
.project-top .info-box:hover .project {
  color: #fff;
}
.equal-padding {
  padding: 0 7px;
  margin-bottom: 15px;
}
.touch-banner .fa.fa-angle-down {
  float: right;
  line-height: 28px;
}
.more-case-2 {
  margin-top: 40px;
}

/**********Single-Mandate css starts******************/
.mandate-content p {
  color: #000;
  font-size: 18px;
}
.mandate-content p strong {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
.Turnover strong {
  min-width: 125px;
  float: left;
}
.mandate-content ul li {
  margin-bottom: 0;
  list-style: disc;
}

/**********Single-Mandate css end******************/

/* Center aligned image */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Left aligned image */
img.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

/* Right aligned image */
img.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

/* Make sure images don't exceed the container */
img.alignleft,
img.alignright,
img.aligncenter {
  max-width: 100%;
  height: auto;
}
