.case-box-content:root {
  --primary-color: #0099ad;

  --secondary-color: #0e0d23;

  --white: #ffffff;
}

body {
  font-family: "Poppins";
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/pop/Poppins-Regular.woff2") format("woff2"),
    url("/assets/fonts/pop/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/pop/Poppins-Bold.woff2") format("woff2"),
    url("/assets/fonts/pop/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/pop/Poppins-Black.woff2") format("woff2"),
    url("/assets/fonts/pop/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/pop/Poppins-Regular.woff2") format("woff2"),
    url("/assets/fonts/pop/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/pop/Poppins-SemiBold.woff2") format("woff2"),
    url("/assets/fonts/pop/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/pop/Poppins-Medium.woff2") format("woff2"),
    url("/assets/fonts/pop/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Slick";
  src: url("/assets/fonts/slick.woff") format("woff"),
    url("/assets/fonts/slick.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #050607;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

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

a.btn-style-1:hover {
  color: #ffffff !important; /* white */
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  cursor: pointer;
}

p {
  font-size: 14px;
  line-height: 1.43;
}

a {
  color: #0e0d23;
  text-decoration: none !important;
}

.ban-form input[type="submit"]:hover {
  background: linear-gradient(to right, #000 0%, #000 100%);
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

ul.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

ul.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: var(--white);
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: var(--primary-color);
}

span.arrows {
  width: 36px;
  height: 36px;
  border: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  line-height: 39px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  top: 0;
  border-radius: 0;
  background: #dde2e6;
  color: #222;
}
span.arrows.next {
  right: 1%;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
}

::-webkit-input-placeholder {
  color: #3b3b3b;
}

::-moz-placeholder {
  color: #3b3b3b;
}

:-ms-input-placeholder {
  color: #3b3b3b;
}

:-moz-placeholder {
  color: #3b3b3b;
}

/* .loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
   background: url('{{ asset("assets/images/ajax-loader.gif") }}') no-repeat center center;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
   */
/* Custom Radio Button */
.customradio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  font-weight: 400;
  color: var(--white);
}

.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 11px;
  width: 11px;
  border-radius: 3px;
  background-color: #e0e0e0;
}

.customradio input:checked ~ .checkmark {
  background: #ff6101;
}

/* Hamburger Menu */
.hamburger {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background: var(--primary-color);
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.open span {
  background: var(--white);
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

body.over-hidden {
  overflow: hidden;
}

body.over-hidden header {
  position: absolute;
}
.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 76%);
  z-index: 999999999;
}

.overlay {
  display: none;
}

/* General Classes */

.hompg header {
  position: relative;
}

.font-osans {
  font-family: "Open Sans", sans-serif;
}

.color-white {
  color: #ffffff !important;
}

ul.inline-block li {
  display: inline-block;
  color: #333333;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

.dropdown-nav ul li a:hover {
  color: #333333 !important;
}
.banner-content h2 {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 15px;
}

.banner-content h6 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
}
.banner-content h1 {
  font-size: 22px;

  position: relative;
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  margin-top: 15px;
}

.banner-content p {
  font-size: 18px;
  color: #30343c;
  margin-bottom: 10px;
  line-height: 26px;
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
}

.btn-style-1 {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 0.3s ease 0s !important;
  transition: background-color 0.3s ease 0s !important;
  padding: 11px 30px;
  z-index: 1;
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

.btn-style-1:hover {
  background: linear-gradient(to right, #000 0%, #000 100%);
}

.btn-style-2 {
  cursor: pointer;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  padding: 11px 95px 11px 30px;
  z-index: 1;
  font-family: "Poppins";
  margin-top: 0px;
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

.btn-style-2 span.moving-circle {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--white);
  width: 50px;
  height: 1px;
}

.btn-style-2 span.moving-circle::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -3px;
  background-color: var(--white);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: moving-circle 7s infinite linear;
}

.btn-style-2:hover {
  background: linear-gradient(to right, #000 0%, #000 100%);
}

.btn-color-4-red:hover {
  background: linear-gradient(to right, #000 0%, #000 100%);
}

.btn-color-3-black:hover {
  background: linear-gradient(to right, #000 0%, #000 100%);
}

.chat.btn-color-1-black:hover {
  background: linear-gradient(to right, #000 0%, #000 100%);
}

.btn-color-3-black {
  cursor: pointer;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  padding: 11px 95px 11px 30px;
  z-index: 1;
  font-family: "Poppins";
  margin-top: 15px;
  background-color: #3c4142;
}

.btn-color-3-black span.moving-circle {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--white);
  width: 50px;
  height: 1px;
}

.btn-color-3-black span.moving-circle::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -3px;
  background-color: var(--white);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: moving-circle 7s infinite linear;
}

.btn-style-3 {
  cursor: pointer;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  padding: 11px 95px 11px 30px;
  z-index: 1;
  font-family: "Poppins";
  margin-top: 15px;
  background-color: #808f00;
}

.btn-style-3 span.moving-circle {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--white);
  width: 50px;
  height: 1px;
}

.btn-style-3 span.moving-circle::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -3px;
  background-color: var(--white);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: moving-circle 7s infinite linear;
}

@keyframes moving-circle {
  0% {
    left: -5px;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -5px;
  }
}

.logo {
  text-align: center;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
  border-radius: 19px 0px 0px 23px !important;
}

.fldset
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3
  .selected-flag {
  border-radius: 0px 0px 0px 0px !important;
}
.ft__nav .ad-etxt {
  margin-left: 11px !important;
}

.headingstyle1 {
  text-align: center;
  margin-bottom: 40px;
}

.headingstyle1.left {
  text-align: left;
}

.headingstyle1 h4 {
  font-weight: 600;
  color: #0099ad;
  font-size: 24px;
}

.headingstyle1 h3 {
  font-weight: 700;
  color: #3c4142;
  font-size: 50px;
  text-transform: capitalize;
}

.headingstyle1 p {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 16px;
  margin: 0;
}

.headingstyle2 {
  margin-bottom: 30px;
}

.headingstyle2 h6 {
  color: var(--primary-color);
  font-size: 24px;
  margin: 0;
  font-weight: 500;
}

.headingstyle2 h3 {
  color: var(--white);
  font-size: 50px;
  font-weight: 600;
}
.testimonials .headingstyle2 h3 {
  color: var(--white);
  font-size: 50px;
  font-weight: 600;
}

.headingstyle2 p {
  color: var(--white);
  font-size: 18px;
  margin: 0;
}

.headingstyle3 {
  margin-bottom: 30px;
}

.headingstyle3 h3 {
  color: #333333;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
}

/*.headingstyle3 h3 span  {
      color:  var(--primary-color);
  }
  */
.headingstyle3 p {
  color: #333333;
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
}

/*heading  color code */
.gradient-text {
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  background-image: linear-gradient(163deg, #2ec7dbeb, #3c4142);
}

.dark-purple-champ {
  color: #4f2088;
}
.green-champ {
  color: #808f00;
}
.see-green-champ {
  color: #80cbc4;
}
.purple-champ {
  color: #9c28b1;
}
.red-champ {
  color: #ee3c00;
}
.yellow-champ {
  color: #fcb426;
}
.light-black-champ {
  color: #3c4142;
}

.white-champ {
  color: #3c4142;
}
.orange-champ {
  color: #ff9800;
}

.light-cyan-champ {
  color: #24c5da;
}

.spacing__x {
  padding: 60px 0;
}

.spacing__x.top {
  padding-top: 90px;
  padding-bottom: 0;
}

.spacing__x.bottom {
  padding-bottom: 90px;
  padding-top: 0;
}

.mt-81 {
  margin-top: 81px;
}

.bg__detail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.element {
  position: absolute;
}

.element-1 {
  right: 0;
  z-index: 1;
  width: 35%;
}

.element-3 {
  left: 1rem;
  top: 4rem;
  animation: rotateElement 6000ms infinite linear;
}

.element-4 {
  right: 2rem;
  top: 4rem;
  animation: rotateElement 6000ms infinite linear;
}

.element-5 {
  bottom: 4rem;
  left: 2rem;
  animation: rotateElement 6000ms infinite linear;
}

.element-6 {
  bottom: 4rem;
  right: 2rem;
  z-index: -1;
  animation: rotateElement 6000ms infinite linear;
}

.element-7 {
  left: 0;
  top: 20px;
}

.element-8 {
  right: 0;
  top: -300px;
  z-index: -1;
}

.element-9 {
  left: 0;
  bottom: -250px;
}

.element-10 {
  left: -130px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 21%;
}

.element-11 {
  right: 0;
  top: 0;
  max-width: 14%;
}

.element-12 {
  bottom: 3rem;
  left: 2rem;
  animation: rotateElement 6000ms infinite linear;
}

.element-13 {
  top: 0;
  left: -60px;
  z-index: -1;
}

.element-14 {
  top: 20px;
  left: 90px;
}

.element-15 {
  bottom: 0;
  left: -40px;
  z-index: -1;
}

.element-16 {
  top: 0;
  right: 0;
  z-index: -1;
}

.element-17 {
  left: -80px;
  top: 0;
}

.element-20 {
  width: 100%;
  height: 100%;
}

.element-22 {
  right: -120px;
  bottom: 0;
}

.element-23 {
  left: -70px;
  bottom: -70px;
}

.element-24 {
  top: 100px;
  right: 200px;
}

.element-25 {
  top: 3rem;
  left: 4rem;
  animation: rotateElement 6000ms infinite linear;
}

.element-26 {
  left: 0;
  bottom: 5rem;
}

.element-27 {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.element-28 {
  top: -20px;
  right: 35rem;
  animation: rotateElement 6000ms infinite linear;
}

.element-29 {
  right: 10rem;
  bottom: 1rem;
  animation: rotateElement 6000ms infinite linear;
}

.element-30 {
  z-index: 1;
  left: 3rem;
  top: 6rem;
  animation: rotateElement 6000ms infinite linear;
}

.element-31 {
  z-index: 1;
  right: 3rem;
  top: 6rem;
  animation: rotateElement 6000ms infinite linear;
}

.element-32 {
  bottom: 0;
  z-index: 1;
  left: 2rem;
  animation: rotateElement 6000ms infinite linear;
}

.seprator {
  width: 1px;
  height: 100%;
  background: #5c4283;
  left: 0;
  display: none;
  margin-left: 10px;
}

@keyframes rotateElement {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateElement {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateElement {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Header */

header {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: transparent;
  border-bottom: 1px solid #ddd7db;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

header .container-fluid {
  padding: 0 40px;
}

header.sticky-header {
  /* position: fixed !important; */
  background-color: var(--white);
  box-shadow: 0px 2px 20px 1px #e0e0e0;
}

header.sticky-header .main__navigation > ul > li > a {
  padding: 20px 0;
}

.main__navigation.mob-menu.text-center ul li a:hover {
  color: #39c2d5;
}

.header-relative header {
  padding: 3px 0;
  position: relative;
}

/* header .logo img  {
      max-width:  70%;
  }
   */
.main__navigation ul li {
  margin-right: 30px;
}

.main__navigation ul li:last-child {
  margin-right: 0;
}

.main__navigation ul li a {
  font-size: 16px;
  color: #333333;
  padding: 25px 0;
}

ul.inline-block .active a {
  color: #24c5da;
}

.dropdown-nav {
  position: relative;
  vertical-align: middle;
}

ul.dropdown {
  position: absolute;
  width: 250px;
  top: 65px;
  left: 0;
  margin: auto;
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  padding: 15px 25px 15px 20px;
  text-align: left;
  border-radius: 0 0 5px 5px;
  z-index: 1;
  display: none;
}

ul.dropdown li {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

ul.dropdown li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  padding: 0;
}

ul.dropdown li::before {
  display: none;
}

ul.dropdown li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
ul.dropdown li:last-child a {
  border-bottom: none;
}

.header-contact-details ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

.header-contact-details ul li {
  margin-right: 20px;
}

.header-contact-details ul li:first-child a {
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}

.header-contact-details ul li:first-child a:hover {
  color: #39c2d5;
}

.header-contact-details ul li:first-child a::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/sprite.png);
  background-position: -161px -8px;
  width: 34px;
  height: 28px;
}

.header-contact-details ul li:last-child {
  margin-right: 0;
}

.header-contact-details ul li:last-child a span {
  display: inline-block;
  box-shadow: 0px 0px 10px 3px #eaeaea;
  border-radius: 50%;
}

.nav-none header {
  background-color: var(--white);
  position: relative !important;
  margin-top: 52px;
  padding: 10px 0;
}

.nav-none header .logo img {
  max-width: 80%;
}

.mt-80 {
  margin-top: 80px !important;
}

/* Home Page */
.banner-element-1 {
  position: relative;
}

.banner-element-1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/elements/banner-element-2.png) no-repeat;
  width: 731px;
  height: 100%;
  z-index: 1;
}

.banner-home {
  height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(../images/ban.webp);
}

.visionary-businesses {
  padding: 15px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.brands-logo-bg {
  background-color: #3c4142 !important;
}

.visionary-businesses .text__area h6 {
  font-size: 18px;
  color: #ffff;
  margin: 0;
  font-weight: 400;
  border-right: 1px solid #ffff;
}

.visionary-businesses .img__area img {
  filter: grayscale(100%);
}

.area-service {
  position: relative;
}

.area-service .service-type-listing {
  font-size: 0;
  text-align: center;
}

.area-service .service-type-listing > li {
  margin-bottom: 20px;
  margin-right: 15px;
  width: 23.5%;
  display: inline-block;
  vertical-align: middle;
}

.area-service .service-type-listing li > a {
  display: block;
}

.area-service .service-type-listing li.active .service-type-box {
  box-shadow: 0px 29px 62px 0px rgba(0, 0, 0, 0.19);
}

.area-service .service-type-listing li.active .service-type-box h4 {
  color: #24c5da;
}

.service-type-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  height: 221px;
  border: 1px solid #cccccc;
  transition: all 0.7s ease-in-out;
  cursor: auto;
}

.service-type-box * {
  transition: all 0.4s ease-in-out;
}

.service-type-box h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  padding-top: 25px;
}

.service-type-box:hover {
  box-shadow: 0px 29px 62px 0px rgba(0, 0, 0, 0.19);
}

.service-type-box:hover h4 {
  color: #24c5da;
}

.cta__1 .headingstyle1 h3 {
  font-size: 36px;
}

.contact-details ul li {
  vertical-align: top;
  position: relative;
  margin-right: 6px;
}

.contact-details ul li + li {
  border-left: 1px solid #cccccc;
  padding-left: 13px;
}

.contact-details ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
}

.contact-details ul li a span {
  display: block;
  font-size: 10px;
  font-weight: 600;
}

.contact-details ul li a span i {
  color: var(--primary-color);
  margin-left: 5px;
  font-size: 21px;
  margin: -7px 3px;
}

.contact-details ul li:nth-child(2) {
  padding-left: 35px;
}

.contact-details ul li:nth-child(2)::before {
  content: "\f095";
  position: absolute;
  left: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  color: var(--primary-color);
  font-size: 28px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.cta-slider-1 img {
  transform: scale(1.2);
}

.custom-tab-list {
  text-align: center;
  margin-bottom: 50px;
}

.custom-tab-list .nav .nav-item:nth-child(1) {
  order: 2;
}

.custom-tab-list .nav .nav-item:nth-child(2) {
  order: 1;
}

.custom-tab-list .nav .nav-item:nth-child(3) {
  order: 3;
}

.custom-tab-list .nav .nav-item:nth-child(4) {
  order: 4;
}

.custom-tab-list .nav .nav-item:nth-child(5) {
  order: 5;
}

.custom-tab-list .nav .nav-item:nth-child(6) {
  order: 6;
}

.custom-tab-list .nav .nav-item:nth-child(7) {
  order: 7;
}

.custom-tab-list .nav .nav-item:nth-child(8) {
  order: 8;
}

.custom-tab-list .nav .nav-item:nth-child(9) {
  order: 9;
}

.custom-tab-list .nav .nav-item:nth-child(10) {
  order: 10;
}

.custom-tab-list ul {
  font-size: 0;
  border: none;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-tab-list ul li a {
  border: none;
}
.custom-tab-list ul li a.active {
  border: none;
}
.custom-tab-list .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}
.custom-tab-list ul li {
  display: inline-block;
  margin-right: 0px;
}

.custom-tab-list ul li:last-child {
  margin-right: 0;
}

.custom-tab-list ul li a {
  color: #333333;
  font-size: 14px;
  position: relative;
  padding: 5px 20px;
}

.custom-tab-list ul li a::before {
  content: "";
  width: 0;
  transition: all 0.5s ease-in-out;
}

.custom-tab-list ul li:hover a::before,
.custom-tab-list ul li.active a::before {
  position: absolute;
  left: 10px;
  bottom: 0;
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  height: 2px;
  width: 85%;
}

.custom-tab-list ul li:hover a,
.custom-tab-list ul li.active a {
  color: var(--primary-color);
}

.pricing-pg .custom-tab-list ul li {
  margin-right: 15px;
}

.portolio-pg .custom-tab-list ul li {
  margin-top: 15px;
}

.portfolio {
  position: relative;
  overflow: hidden;
}

.portfolio-box ul {
  font-size: 0;
  text-align: center;
}

.portfolio-box ul li {
  display: inline-block;
  width: 24%;
  margin-bottom: 15px;
  margin-right: 15px;
}

.portfolio-box ul li .portfolio-item {
  /* -webkit-box-shadow:  inset 0px 0px 17px 0px rgba(0, 0, 0, 1);
      -moz-box-shadow:  inset 0px 0px 17px 0px rgba(0, 0, 0, 1)
      box-shadow:  inset 0px 0px 17px 0px rgba(0, 0, 0, 1);*/
  position: relative;
}

.portfolio-box ul li .portfolio-item .hover-effect {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease-in-out;
  opacity: 0;

  background-color: rgb(39 158 177 / 62%);
}

.portfolio-box ul li .portfolio-item .hover-effect a {
  color: var(--white);
  font-size: 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-box ul li:hover .hover-effect {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.items.cta__btn li a {
  color: #fff !important;
}

.cta__2 {
  padding: 50px 0;
  border-bottom: 1px solid #d7d7d7;
}

.cta__2 .items {
  text-align: center;
}

.cta__2 .items ul li {
  display: inline-block;
  position: relative;
  margin-right: 35px;
}

.cta__2 .items ul li:last-child {
  margin-right: 0;
}

.cta__2 .items ul li a span {
  display: block;
  font-size: 14px;
  text-align: right;
  line-height: 0.9;
  font-weight: 500;
}

.cta__2 .items ul li::before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat;
}

.cta__2 .items ul li:first-child a {
  padding-right: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}

.cta__2 .items ul li:first-child::before {
  width: 21px;
  height: 59px;
  background-position: 0 0;
  right: 0;
  top: -20%;
}

.cta__2 .items ul li:last-child a {
  padding-left: 75px;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}

.cta__2 .items ul li:last-child a span {
  text-align: left;
}

.cta__2 .items ul li:last-child::before {
  width: 66px;
  height: 52px;
  background-position: -33px -7px;
}

.pricing {
  position: relative;
  overflow: hidden;
}

.pricing-box {
  position: relative;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  padding: 32px 25px;
  background: url(../images/mix/pricing-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  z-index: 1;
  cursor: pointer;
  background-color: #ffffff;
}

.pricing-box .title {
  margin-bottom: 15px;
}

.pricing-box .title h5 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}

.pricing-box .title h6 {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}

.pricing-box .title h6 span {
  display: inline-block;
  text-decoration: line-through;
  text-decoration-color: var(--primary-color);
  transition: none;
}

.pricing-box .title h3 {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
}

.pricing-box .title p {
  font-size: 12px;
  margin: 0;
  color: #000000;
  font-weight: 500;
}

.pricing-box ul.inline-flex li {
  display: inline-block;
  width: 46%;
  font-size: 14px;
  text-align: left;
  border-right: 1px solid #cccccc;
  font-weight: 600;
  margin-right: 10px;
}

.pricing-box ul.inline-flex li span {
  display: block;
  font-size: 10px;
  transition: none;
  font-weight: 300;
}

.pricing-box ul.inline-flex {
  font-size: 0;
  margin: 17px 0;
}

.pricing-box ul.inline-flex li:last-child {
  border-right: 0;
}

.pricing-box .details {
  margin-bottom: 20px;
}

.pricing-box .details ul {
  height: 160px;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.pricing-box .details ul::-webkit-scrollbar {
  width: 5px;
}

.pricing-box .details ul::-webkit-scrollbar-button:start:decrement,
.pricing-box .details ul::-webkit-scrollbar-button:end:increment {
  display: none;
}

.pricing-box .details ul::-webkit-scrollbar-track-piece {
  background-color: #eeeeee;
}

.pricing-box .details ul::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #24c5da;
}

.pricing-box .details ul li {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 500;
}

.pricing-box .details ul li strong {
  transition: none;
}

.pricing-box .details ul li i {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 400;
  margin-right: 5px;
}

.pricing-box .details h6 {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
}

.pricing-box .details p {
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}

.pricing-box .details p span {
  color: var(--primary-color);
  font-weight: 600;
}

.pricing-box .info .order-now {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  border: 2px solid var(--primary-color);
  padding: 14px 55px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}

.pricing-box .info ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-box .info ul li {
  display: inline-block;
}

.pricing-box .info ul li a {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}

.pricing-box .info ul li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.pricing-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 7px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  /*background:  -moz-linear-gradient(-45deg,  #db1e5a 0%,  #1d1a42 100%);
      background:  -webkit-linear-gradient(-45deg,  #0c77ae 0%, #59af5d 100%);
      background:  linear-gradient(135deg,  #0874b2 0%, #5bb15a 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1e5a',  endColorstr='#1d1a42', GradientType=1 );
}

.pricing-box .pricing-bg-purple::before {
  background: #4f2088;
}

.pricing-box.pricing-bg-green::before {
  background: #808f00;
}

.pricing-box.pricing-bg-seegreen::before {
  background: #80cbc4;
}

.pricing-box.pricing-bg-black::before {
  background: #3c4142;
}

.pricing-box.pricing-bg-red::before {
  background: #ee3c00;
}

.pricing-box.pricing-bg-light-purple::before {
  background: #9c28b1;
}

.pricing-box.pricing-bg-yellow::before {
  background: #fcb426;
}

.pricing-box * {
  transition: all 0.3s ease-in-out;
}

.pricing-box:hover::before {
  opacity: 1;
}

.pricing-box:hover h5 {
  color: #333333;
}

.pricing-box:hover h6 {
  color: #333333;
}

.pricing-box:hover .details h6 {
  color: #333333;
}

.pricing-box:hover h6 span {
  text-decoration-color: white;
}

.pricing-box:hover h3 {
  color: #333333;
}

.pricing-box:hover p {
  color: white;
}

.pricing-box:hover p span {
  color: white;
}

.pricing-box:hover ul li {
  color: white;
}

.pricing-box:hover ul li i {
  color: #333333;
}
.pricing-box:hover ul li a {
  color: #fff !important;
}

.pricing-box:hover ul li a span {
  color: #333333;
}

.pricing-slider .pricing-box {
  cursor: url(../images/drop3.png), auto !important;

  position: relative;
}

.responsive .pricing-box {
  cursor: url(../images/drop3.png), auto !important;

  position: relative;
}

.responsive .order-now {
  cursor: url(../images/drop3.png), auto !important;

  position: relative;
}

.pricing-slider .order-now {
  cursor: url(../images/drop3.png), auto !important;

  position: relative;
}

.main-services {
  cursor: url(../images/drop3.png), auto !important;

  position: relative;
}

.testimonial-slider {
  cursor: url(../images/drop3.png), auto !important;

  position: relative;
}

.banner-inner.bi__main .banner-inner-content ul li:last-child a:hover {
  color: #24c5da;
  transition: all 0.2s ease-in-out;
}
/* .pricing-box:hover .order-now {
      background-color: var(--white);
      color: var(--primary-color);
  } */

.pricing-box:hover .order-now {
  background-color: #333333;
  color: var(--white);
  transition: 1.2s;
  transform: scale(1.1);
}

.pricing-slider .slick-slide {
  margin: 0;
}

.pricing-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  cursor: pointer;
}

.pricing-slider .slick-arrow::before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png);
}

.pricing-slider .slick-prev {
  left: -100px;
}

.pricing-slider .slick-prev::before {
  background-position: 0 -145px;
  width: 67px;
  height: 25px;
}

.pricing-slider .slick-next {
  right: -30px;
}

.pricing-slider .slick-next::before {
  background-position: 0 -77px;
  width: 85px;
  height: 56px;
}

.cta__3 {
  background-color: #3c4142;
  position: relative;
}

.cta__3 .title h4 {
  font-size: 23px;
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}

.cta__3 .title h4 span {
  font-weight: 300;
  display: block;
  color: #ededed;
  position: relative;
  font-size: 18px;
}

.cta__3 .title h4 span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 73px;
  height: 1px;
  background-color: var(--white);
}

.cta__3 .title h4 span::after {
  content: "";
  position: absolute;
  right: 70px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cta__3 .price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta__3 .price h3 {
  margin: 0;
  font-size: 96px;
  color: var(--primary-color);
  font-weight: 700;
  margin-right: 20px;
}

.cta__3 .get-in-touch h6 {
  color: #d0d0d0;
  font-size: 16px;
  font-weight: 400;
}

.cta__3 .get-in-touch h6 span {
  font-weight: 700;
  color: var(--primary-color);
}

.cta__3 .get-in-touch ul li {
  margin-right: 10px;
  vertical-align: middle;
}

.cta__3 .get-in-touch ul li:last-child {
  margin-right: 0;
  margin-top: 10px;
}

.cta__3 .get-in-touch ul li:last-child a {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.cta__3 .get-in-touch ul li:last-child a span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  position: relative;
}

.cta__3 .get-in-touch ul li:last-child a span i {
  color: var(--primary-color);
  margin-left: 5px;
}

.cta__3 .get-in-touch .btn-style-2::before,
.cta__3 .get-in-touch .btn-style-2::after {
  display: none;
}

.cta__3 .get-in-touch .btn-style-2 {
  background-color: var(--white);
  color: #fff;
}

.cta__3 .get-in-touch .btn-style-2 span.moving-circle {
  background-color: #ffff;
}

.cta__3 .get-in-touch .btn-style-2 span.moving-circle::before {
  background-color: #ffff;
}

.combo-package {
  position: relative;
  background-color: #efeeee;
}

.package-details h5 {
  color: var(--primary-color);
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 10px;
}

.package-details h3 {
  font-size: 133px;
  font-weight: 900;
  line-height: 0.75;
}

.package-details p {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 30px;
}

.package-details .item-list {
  margin-bottom: 20px;
}

.package-details .item-list h6 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.package-details .item-list ul li {
  color: #333333;
  font-size: 14px;
  margin-bottom: 3px;
}

.package-details .item-list ul li i {
  color: var(--primary-color);
  font-weight: 600;
  margin-right: 4px;
}

.package-details .item-list ul li:last-child {
  margin-bottom: 0;
}

.combo-box-pack {
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--primary-color);
  box-shadow: 0px 0px 20px 3px #cccccc;
}

.combo-box-pack * {
  position: relative;
}

.combo-box-pack::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  /* background:  -moz-linear-gradient(-45deg,  #db1e5a 0%,  #1d1a42 100%);
      background:  -webkit-linear-gradient(-45deg,  #1980a0 0%, #61b555 100%);
      background:  linear-gradient(135deg,  #0874b3 0%, #5cb15b 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1e5a',  endColorstr='#1d1a42', GradientType=1 );
}

.combo-box-pack .info {
  padding: 35px 20px;
  text-align: center;
}

.combo-box-pack .info::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  background: url(../images/elements/element-10.png) no-repeat;
  width: 60px;
  height: 59px;
  animation: rotateElement 6000ms infinite linear;
}

.combo-box-pack .title {
  margin-bottom: 20px;
}

.combo-box-pack .title h3 {
  font-weight: 700;
  margin: 0;
  font-size: 42px;
  color: var(--white);
}

.combo-box-pack .title p {
  margin: 0;
  font-size: 20px;
  color: #fcfdfd;
}

.combo-box-pack .price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.combo-box-pack .price h3 {
  color: var(--white);
  font-size: 110px;
  font-weight: 700;
  margin: 0;
}

.combo-box-pack .price h6 {
  margin: 0;
  font-size: 24px;
  color: #fcfdfc;
  margin-left: 20px;
}

.combo-box-pack .price h6 span {
  display: block;
  text-decoration: line-through;
  text-decoration-color: #ffa6cd;
}

.combo-box-pack .details {
  padding: 35px 20px;
}

.combo-box-pack .details::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: url(../images/elements/element-11.png) no-repeat;
  width: 60px;
  height: 59px;
  overflow: hidden;
  animation: rotateElement 6000ms infinite linear;
}

.combo-box-pack .details ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.combo-box-pack .details ul li {
  color: var(--white);
  position: relative;
}

.combo-box-pack .details ul li:first-child {
  text-align: right;
}

.combo-box-pack .details ul li + li {
  padding-left: 50px;
}

.combo-box-pack .details ul li + li::before {
  content: "";
  position: absolute;
  left: 25px;
  height: 100%;
  width: 2px;
  background-color: var(--white);
}

.combo-box-pack .details ul li:last-child {
  text-align: left;
}

.combo-box-pack .details ul li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

.combo-box-pack .details ul li a span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.combo-box-pack .off-now {
  background-color: #3c4142;
  text-align: center;
  padding: 10px 0;
}

.combo-box-pack .off-now h6 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

.combo-box-pack .off-now h6 span {
  color: var(--primary-color);
}

.combo-box-pack .btn-style-2::before,
.combo-box-pack .btn-style-2::after {
  background: #0e0d23;
  background: -moz-linear-gradient(left, #ee1236 0%, #bc0422 100%);
  background: -webkit-linear-gradient(left, #0e0d23 0%, #0e0d23 100%);
  background: linear-gradient(to right, #0e0d23 0%, #0e0d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee1236',  endColorstr='#bc0422', GradientType=1 );
}

.point-wrap-2 {
  padding-top: 0px !important;
}
.point-wrap {
  padding-top: 40px;
}

.industrie-number {
  text-align: center;
  padding-top: 30px;
  position: relative;
}

.industrie-number:before {
  background-image: url(../images/mix/plus.png);
  position: absolute;
  content: "";
  bottom: -25px;
  right: -40px;
  width: 41px;
  height: 38px;
  background-position: -133px -5px;
  display: none;
}

.industrie-number h3 {
  color: var(--primary-color);
  font-size: 35px;
  font-weight: 600;
}

.industrie-number p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.sprite {
  background-image: url(../images/mix/industrie-icons.webp);
  background-repeat: no-repeat;
  display: block;
  mix-blend-mode: multiply;
}

.sprite-01 {
  width: 33px;
  height: 41px;
  background-position: -5px -5px;
}

.sprite-02 {
  width: 37px;
  height: 23px;
  background-position: -48px -5px;
}

.sprite-03 {
  width: 35px;
  height: 32px;
  background-position: -95px -5px;
}

.sprite-04 {
  width: 32px;
  height: 39px;
  background-position: -140px -5px;
}

.sprite-05 {
  width: 33px;
  height: 42px;
  background-position: -182px -5px;
}

.sprite-06 {
  width: 44px;
  height: 47px;
  background-position: -5px -57px;
}

.sprite-07 {
  width: 45px;
  height: 41px;
  background-position: -59px -57px;
}

.sprite-08 {
  width: 41px;
  height: 38px;
  background-position: -114px -57px;
}

.sprite-09 {
  width: 44px;
  height: 44px;
  background-position: -165px -57px;
}

.sprite-10 {
  width: 43px;
  height: 43px;
  background-position: -59px -111px;
}

.sprite-11 {
  width: 41px;
  height: 45px;
  background-position: -112px -111px;
}

.sprite-12 {
  width: 39px;
  height: 39px;
  background-position: -163px -111px;
}

.sprite-13 {
  width: 38px;
  height: 36px;
  background-position: -212px -111px;
}

.sprite-14 {
  width: 39px;
  height: 43px;
  background-position: -5px -157px;
}

.sprite-15 {
  width: 39px;
  height: 40px;
  background-position: -212px -157px;
}

.sprite-16 {
  width: 33px;
  height: 40px;
  background-position: -219px -57px;
}

.sprite-17 {
  width: 36px;
  height: 37px;
  background-position: -54px -207px;
}

.sprite-18 {
  width: 31px;
  height: 36px;
  background-position: -225px -5px;
}

.sprite-19 {
  width: 34px;
  height: 38px;
  background-position: -100px -207px;
}

.sprite-20 {
  width: 30px;
  height: 35px;
  background-position: -144px -207px;
}

.sprite-21 {
  width: 32px;
  height: 38px;
  background-position: -184px -207px;
}

.sprite-22 {
  width: 36px;
  height: 41px;
  background-position: -266px -5px;
}

.sprite-23 {
  width: 41px;
  height: 45px;
  background-position: -261px -107px;
}

.sprite-24 {
  width: 34px;
  height: 45px;
  background-position: -261px -162px;
}

.sprite-25 {
  width: 37px;
  height: 37px;
  background-position: -262px -56px;
}

.sprite-26 {
  width: 31px;
  height: 41px;
  background-position: -5px -217px;
}

.sprite-27 {
  width: 32px;
  height: 34px;
  background-position: -163px -162px;
}

.sprite-28 {
  width: 33px;
  height: 32px;
  background-position: -226px -217px;
}

.sprite-29 {
  width: 30px;
  height: 38px;
  background-position: -269px -217px;
}

.sprite-30 {
  width: 36px;
  height: 32px;
  background-position: -46px -259px;
}

.industrie-point ul li {
  display: flex;
  align-items: center;
  line-height: 70px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.industrie-point ul li i {
  margin-right: 15px;
}

.work-with-us {
  padding-top: 149px;
  padding-bottom: 77px;
  border-top: 1px solid #cccccc;
  overflow: hidden;
  background-size: cover;
  position: relative;
}

.ready h1 {
  font-size: 54px;
  font-weight: 700;
}

.ready h1 span {
  color: var(--white);
  position: relative;
  right: -11px;
  z-index: 1;
}

.ready h1 span:before {
  content: "";
  position: absolute;
  background: url(../images/mix/y_bg.png);
  width: 62px;
  height: 217px;
  background-size: cover;
  top: -145px;
  left: -14px;
  z-index: -1;
}

.call_us {
  display: flex;
  align-items: center;
}

.icon {
  padding: 20px 24px 20px 24px;
  border: 2px solid;
  margin-right: 19px;
}

.icondetai {
  position: relative;
  left: -30px;
  background: var(--white);
  padding: 9px 0;
}

.icondetai p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.call-info a,
.call-info h5 {
  font-size: 24px;
  color: var(--primary-color);
  margin: 0;
  padding: 0;
}

.icondetai h5 a {
  font-size: 24px;
  color: #000000;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.wit_us {
  text-align: center;
}

.wit_us h2 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 24px;
}

.wit_us p {
  font-size: 16px;
  font-weight: 400;
  color: #838383;
}

.with_us_content {
  display: flex;
  justify-content: space-between;
  padding-top: 65px;
}

.testimonials {
  background-color: #3c4142;
}

.testimonials .text-area p {
  color: var(--white);
  margin-bottom: 20px;
}

.testimonials .text-area p i {
  color: #f8b820;
  display: inline-block;
}

.testimonials .text-area p i:last-child {
  margin-right: 10px;
}

.testimonial-box {
  position: relative;
  border: 1px solid #e2e2e2;
  padding: 30px 20px 30px 80px;
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: 0px 5px 5px 1px #ececec;
  margin-bottom: 30px;
}

.testimonial-box::before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 16px;
  top: 30px;
  color: #333333;
  font-size: 52px;
}

.testimonial-box .review {
  margin-bottom: 30px;
}

.testimonial-box .review p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #666666;
}

.testimonial-box .review-by {
  display: flex;
  align-items: center;
}

.testimonial-box .review-by .name {
  margin-left: 10px;
}

.testimonial-box .review-by h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.testimonial-box .review-by i {
  color: #f8b820;
}

.testimonial-slider .slick-list {
  margin-top: -50px;
}

.testimonial-slider ul.slick-dots {
  padding: 0;
  margin-bottom: 30px;
}

.testimonial-slider .slick-slide {
  margin: 0 15px;
}

.brand {
  padding-top: 0;
}

ul.other-services {
  padding: 43px 0px 0px 0px;
}

.footer-top {
  padding: 60px 0 40px 0;
  background-color: rgb(61 65 67);
}

.footer-top .ft__nav .mw-60 {
  max-width: 90%;
}

.footer-top .ft__nav p {
  font-size: 14px;
  color: #ffff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-top .ft__nav h4 {
  font-size: 18px;
  color: #24c5da;
  margin-bottom: 25px;
  font-weight: 700;
}
.footer-top .ft__nav ul li {
  margin-bottom: 5px;
}

.footer-top .ft__nav ul li a {
  color: #ffffff;
  font-size: 13px;
}

.footer-top .ft__nav ul li a:hover {
  color: var(--primary-color);
}

.footer-top .ft__nav ul li a i {
  color: var(--primary-color);
  margin-right: 4px;
}

.footer-top .get-in-touch h6 {
  color: var(--white);
}

.footer-top .get-in-touch ul li a {
  color: #737373;
  font-size: 14px;
}

.footer-top .get-in-touch ul li a:hover {
  color: var(--primary-color);
}

.footer-bottom {
  border-top: 1px solid #5d5c5e;
  padding: 10px 0;
  background-color: #212121;
}

.footer-bottom .copy-rights p {
  margin: 0;
  font-size: 16px;
  color: #999999;
  display: inline-block;
}

.footer-bottom .copy-rights ul {
  display: inline-block;
  margin-left: 10px;
}

.footer-bottom .copy-rights ul li a {
  font-size: 16px;
  color: #999999;
  padding-right: 5px;
  text-decoration: none;
}

.footer-bottom .copy-rights ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-bottom .social-icons ul li {
  margin-right: 10px;
  display: inline-block;
}

.footer-bottom .social-icons ul li:last-child {
  margin-right: 0;
}

.footer-bottom .social-icons ul li a span {
  color: #333333;
  background-color: var(--white);
  border-radius: 25px;
  line-height: normal;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-form-wrap {
  padding: 92px 0;
  position: relative;

  overflow-x: hidden;
}

.footer-form-wrap:before {
  background-color: #e3e3e3;
  height: 198px;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-form-wrap .form-before {
  position: relative;
  display: flex;
}

.footer-form-wrap .form-before:before {
  content: "";
  position: absolute;
  background-image: url(../images/mix/footer-form-before.webp);
  background-size: contain;
  width: 353px;
  height: 457px;
  background-repeat: no-repeat;
  left: -40px;
}

.footer-form-wrap .form-before:after {
  content: "";
  position: absolute;
  background-image: url(../images/mix/footer-form-after.webp);
  background-size: contain;
  width: 589px;
  height: 542px;
  background-repeat: no-repeat;
  right: -18px;
  overflow: hidden;
}

.footer-text-sec {
  background-color: #3c4142;
  height: 450px;
  padding: 85px 60px 60px 40px;
  margin-top: 12px;
}

.footer-text-sec .quote {
  background: var(--white);
  color: #ffff;
  max-width: 280px;
  padding: 25px 25px;
  position: absolute;
  bottom: calc(100% - 30px);
  box-shadow: -2.232px 31.922px 43px 0 rgba(0, 0, 0, 0.14);
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

.footer-text-sec .quote p {
  color: #fff;
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  line-height: 37px;
}
.footer-text-sec .quote:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #239bae;
  border-left: 25px solid transparent;
}

.footer-text-sec p {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px;
  color: #ffff;
}

.footer-text-sec a.contact-info {
  display: block;
  margin: 0 0 10px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}

.footer-text-sec .btn-white {
  font-weight: 600;
  margin-top: 30px;
  padding: 0.75rem 1.5rem;
  background-color: var(--white);
  border-radius: 4px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}

.btn-white strong {
  color: #ee2042;
  font-weight: 600;
  margin-right: 4px;
}

.footer-form-sec h3 {
  font-size: 50px;
  font-weight: 700;
  color: #24c5da;
  padding-bottom: 8px;
}

.footer-form-sec p {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
}

.footer-form {
  margin-top: 50px;
}

.footer-form input {
  height: 54px;
  border-radius: 50px;
  padding-left: 20px;
  font-size: 15px;
  color: #000000;
  margin-bottom: 25px;
  border: 1px solid #ced4da;
}

.footer-form .home-btn {
  background-color: #ee2042;
  color: var(--white);
  width: 45%;
  padding: 12px 5px 12px 25px;
  border: none;
  margin-top: 13px;
}

.footer-form .home-btn:before {
  background-color: var(--white);
  top: 19px;
}

.footer-form .home-btn:after {
  background-color: var(--white);
  bottom: 22px;
}

.footer-lp .footer-bottom {
  padding: 1.5rem 0;
}

.footer-lp .footer-bottom .copy-rights p {
  margin-bottom: 0;
}

.footer-lp .footer-bottom .copy-rights ul {
  margin: 19px 0 10px 0;
}

.footer-form .form-group input {
  background-color: #fff;
}

.col-lg-3.ft-last {
  padding-left: 0;
  padding-right: 0;
}

.banner-inner {
  min-height: 550px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.banner-inner .banner-inner-content {
  position: relative;
  z-index: 1;
}

.banner-inner .banner-inner-content h1 {
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.banner-inner .banner-inner-content h2 {
  color: var(--white);
  font-size: 52px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  line-height: normal;
}

.banner-inner .banner-inner-content h2::before {
  content: "";
  position: absolute;
  right: 30px;
  top: -40px;
  width: 153px;
  height: 174px;
  background: url(../images/mix/70-percent.png);
  display: none;
}

/*.banner-inner .banner-inner-content h2 span  {
      color:  #f1c607;
  }*/
.banner-inner .banner-inner-content p {
  color: #333333;
  font-size: 18px;
  margin-bottom: 30px;
}

.banner-inner .banner-inner-content ul li {
  margin-right: 10px;
}

.banner-inner .banner-inner-content ul li:last-child {
  margin-right: 0;
}

.banner-inner .banner-inner-content ul li:first-child a {
  padding: 11px 43px;
  border: 0px solid var(--white);
}

.banner-inner .banner-inner-content ul li:last-child a {
  border: 0px solid var(--white);
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.banner-inner .banner-inner-content ul li:last-child a:hover {
  color: #ffffff;
  border-color: #3c4142;
}

.banner-inner .banner-inner-content ul li:last-child a::before,
.banner-inner-content ul li:last-child a::after {
  opacity: 0;
}

.banner-inner .banner-item {
  position: absolute;
  right: -50px;
}

.banner-inner .banner-item.style-2 {
  right: -380px;
  max-width: 100%;
}

.banner-inner.bi__main h6 {
  color: #333333;
}

.banner-inner.bi__main h2::before {
  display: none;
}

.banner-inner.bi__main p {
  color: #1d1a42;
}

.banner-inner.bi__main .banner-inner-content ul li:first-child a {
  border: none;
  padding: 11px 95px 11px 30px;
}

.banner-inner.bi__main .banner-inner-content ul {
  display: flex;
  align-items: center;
}

.banner-inner.bi__main .banner-inner-content ul li:last-child a {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  line-height: 1.1;
}

.banner-inner.bi__main .banner-inner-content ul li:last-child a span {
  display: block;
  font-size: 10px;
}

.banner-inner.bi__main .banner-inner-content ul li:last-child a span i {
  color: var(--primary-color);
  margin-left: 6px;
}

.circle-1 {
  position: absolute;
  top: 0;
}

.moving-1 {
  left: 20%;
  width: 800px;
  top: 10%;
  animation: moving-fish 15s;
}

@keyframes moving-fish {
  0% {
    left: -30%;
  }

  100% {
    left: 20%;
  }
}
@-moz-keyframes moving-fish {
  0% {
    left: -30%;
  }

  100% {
    left: 20%;
  }
}
@-webkit-keyframes moving-fish {
  0% {
    left: -30%;
  }

  100% {
    left: 20%;
  }
}

.up-down {
  position: absolute;
  top: 0;
  right: 1rem;
  animation: up-down 2s infinite;
}

@keyframes up-down {
  0% {
    top: 0;
  }

  50% {
    top: 5%;
  }

  100% {
    top: 0;
  }
}
@-moz-keyframes up-down {
  0% {
    top: 0;
  }

  50% {
    top: 5%;
  }

  100% {
    top: 0;
  }
}
@-webkit-keyframes up-down {
  0% {
    top: 0;
  }

  50% {
    top: 5%;
  }

  100% {
    top: 0;
  }
}

.limited-offer {
  padding: 5px 0;
  background: #db1e5a;
  background: -moz-linear-gradient(left, #db1e5a 0%, #1d1a42 100%);
  background: -webkit-linear-gradient(left, #db1e5a 0%, #1d1a42 100%);
  background-image: linear-gradient(to right, #65b850, #016fba);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1e5a',  endColorstr='#1d1a42', GradientType=1 );
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
}

.offer-text h6 {
  margin: 0;
  color: var(--white);
  font-weight: 300;
  font-size: 20px;
}

.offer-text h6 strong {
  font-weight: 600;
}

.offer-action {
  text-align: right;
}

.offer-action ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.offer-action ul li {
  margin-right: 20px;
  padding-right: 20px;
}

.offer-action ul li:first-child {
  border-right: 1px solid #ac8da5;
}

.offer-action ul li:last-child {
  margin-right: 0;
}

.offer-action ul li:first-child a {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding: 9px 25px;
  border-radius: 40px;
  background: #edd507;
  background: -moz-linear-gradient(top, #edd507 0%, #fc9004 100%);
  background: -webkit-linear-gradient(top, #edd507 0%, #fc9004 100%);
  background: linear-gradient(to bottom, #edd507 0%, #fc9004 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd507',  endColorstr='#fc9004', GradientType=0 );
}

.offer-action ul li:last-child a {
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
}

.offer-action ul li:last-child a span {
  display: block;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-size: 10px;
}

.offer-action ul li:last-child a span i {
  margin-left: 5px;
}

.inner-brand-list {
  text-align: center;
  padding: 26px 0;
  background-color: #ededed;
}

.adv-of-service h6 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: "Open Sans", sans-serif;
}

.adv-of-service .wd-50 {
  font-size: 0;
}

.adv-of-service .wd-50 li {
  width: 50%;
  font-size: 16px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  vertical-align: top;
}

.adv-of-service .wd-50 li i {
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
}

.avail-offer {
  margin-top: 20px;
}

.avail-offer li {
  margin-right: 5px;
  vertical-align: top;
}

.avail-offer li:last-child {
  margin-right: 0;
}

.avail-offer li a {
  font-size: 16px;
  color: #999999;
  padding: 13px 46px;
  border-radius: 35px;
  box-shadow: 0px 11px 15px 1px #e5e5e5;
}

.avail-offer li:first-child a {
  font-family: "Open Sans", sans-serif;
  border: 2px solid #cccccc;
  color: #000000;
}

.avail-offer li:last-child a {
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  color: var(--white);
}

.avail-offer li a span {
  color: var(--primary-color);
  font-weight: 700;
}

.avail-offer li a i {
  margin-right: 6px;
}

.avail-offer li a:hover {
  box-shadow: 0px -10px 15px 1px #e5e5e5;
}

.services-types .bottom-area .container {
  margin-top: -180px;
}

.services-types .headingstyle3 h4 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 700;
}

.services-types .headingstyle3 p {
  color: #e7e6ff;
}

.services-types .top-area {
  background-color: #3c4142;
  padding-bottom: 200px;
}

.services-types .bottom-area {
  padding-bottom: 80px;
}

.services-types .tab-list {
  text-align: center;
  background-color: var(--white);
  border-radius: 10px 10px 0 0;
}

.services-types .tab-list.animation-tablist ul li a {
  padding: 24px 14.5px;
}

.services-types .tab-list ul {
  font-size: 0;
  border-bottom: 1px solid #d9d9d9;
}

.services-types .tab-list ul li {
  display: inline-block;
}

.services-types .tab-list ul li:first-child a {
  border-radius: 10px 0 0 0;
}

.services-types .tab-list ul li:last-child a {
  border-radius: 0 10px 0 0;
}

.services-types .tab-list ul li.active a,
.services-types .tab-list ul li:hover a {
  background-color: #d9d9d9;
}

.services-types .tab-list ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  padding: 24px 30.8px;
}

.services-types .st__header {
  padding: 2rem 2.2rem;
  background-color: var(--white);
}

.services-types .st__header h4 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-types .st__header p {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 18px;
}

.services-types .st__body {
  padding: 0;
  text-align: center;
  background-color: var(--white);
}

.services-types .st__body ul {
  font-size: 0;
}

.services-types .st__body ul li {
  display: inline-block;
  margin-right: 10px;
  width: 23%;
}

.services-types .st__body ul li a {
  display: block;
}

.services-types .st__body ul li a img {
  width: 100%;
}

.services-types .st__body ul li:last-child {
  margin-right: 0;
}

.contact-whatsapp {
  position: fixed;
  z-index: 3;
  bottom: 100px;
  left: 25px;
  animation: scrollDownAnimation 0.5s ease infinite alternate;
  -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate;
}

.contact-whatsapp img {
  max-width: 70%;
}

@keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}
@-moz-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}

.our__facts {
  position: relative;
  padding: 100px 0 70px 0;
  overflow: hidden;
}

.our__facts h5 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
}

.our__facts p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 50px;
  font-family: "Open Sans", sans-serif;
}

.our__facts .completed-projects {
  margin-bottom: 50px;
}

.our__facts .completed-projects li {
  margin-right: 30px;
  position: relative;
  padding-left: 40px;
}

.our__facts .completed-projects li:last-child {
  margin-right: 0;
}

.our__facts .completed-projects li:nth-child(1) span {
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

.our__facts .completed-projects li:nth-child(2) span {
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

.our__facts .completed-projects li:nth-child(3) span {
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

.our__facts .completed-projects li span {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 30px;
  background-color: #000000;
}

.our__facts .completed-projects li h6 {
  font-size: 42px;
  color: #000000;
  font-weight: 900;
  margin: 0;
}

.our__facts .completed-projects li p {
  margin: 0;
  font-size: 18px;
}

.our__facts .contact-details {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.vision__mission h5 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.vision__mission h5 span {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 30px;
  background-color: var(--primary-color);
}

.vision__mission p {
  font-size: 16px;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.bg__text {
  position: absolute;
  font-size: 280px;
  line-height: 180px;
  font-weight: 900;
  top: -10px;
  left: -30px;
  color: #c7c7c7;
  opacity: 0.2;
  text-transform: uppercase;
  z-index: -1;
}

.main-services {
  display: inline-block;
}

.main-services figure {
  margin: 0;
  position: relative;
}

.main-services figure img {
  margin: auto;
}

.main-services figcaption {
  position: absolute;
  bottom: 50px;
  left: 20px;
}

.main-services figcaption h4 {
  color: #ffffff;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.main-services-slider ul.slick-dots {
  padding: 20px 0 0;
}

.digital-success {
  position: relative;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 80px 0;
}

.digital-success .headingstyle1 h3 {
  text-transform: none;
}

.ds__left {
  background-color: #ffffff;
  padding: 30px 45px;
  border: 2px solid #eeeeee;
  box-shadow: 0px 0px 20px 5px #eeeeee;
  position: relative;
}

.ds__left::before {
  content: "";
  position: absolute;
  background: url(../images/elements/About-Us.html) no-repeat;
  width: 24px;
  height: 46px;
  right: -23px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ds__left p {
  margin: 0;
  font-size: 18px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
}

.ds__right p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
  color: #666666;
}

.ds__right .avail-offer li {
  vertical-align: top;
}

.element-11.style-2 {
  left: 40px;
  bottom: 50px;
  right: auto;
  top: auto;
}

.git__form {
  position: relative;
  overflow: hidden;
}

.git__form .lets__talk {
  background-color: #0c0a0e;
  padding: 50px 50px 50px 30px;
}

.git__form .lets__talk h4 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.git__form .lets__talk ul {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3d3b3e;
}

.git__form .lets__talk ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.git__form .lets__talk ul li {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.git__form .lets__talk ul li:last-child {
  margin-bottom: 0;
}

.git__form .lets__talk ul li a {
  color: #ffffff;
}

.git__form .lets__talk ul li a:hover {
  color: var(--primary-color);
}

.git__form .lets__talk ul.social-icons li a {
  margin-right: 10px;
}

.git__form input[type="text"] {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  height: 60px;
  padding: 0 20px;
  color: #b3b3b3;
  font-size: 16px;
}

.git__form input[type="text"]::placeholder {
  color: #b3b3b3;
}

.git__form textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  resize: none;
  padding: 20px;
  color: #b3b3b3;
}

.git__form textarea::placeholder {
  color: #b3b3b3;
}

.reviews__area {
  position: relative;
  overflow: hidden;
}

.reviews__area .review-box {
  background-color: #ffffff;
  border: 2px solid #d7d7d7;
  border-radius: 8px;
  padding: 25px 20px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.review-box .iconbox {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.review-box .iconbox img {
  display: block;
}

.review-box .iconbox h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin: 20px 0 5px 0;
}

.review-box .iconbox p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  margin: 0;
}

.review-box .rv__detail {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

.review-box .rv__detail p {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #666666;
  font-size: 16px;
  min-height: 132px;
}

.review-box .title h4 {
  font-size: 24px;
  font-weight: 500;
  color: #282828;
  margin: 0 0 5px 0;
}

.review-box .title ul li {
  font-size: 16px;
  color: #333333;
}

.review-box .title ul li:first-child {
  margin-right: 15px;
}

.review-box .title ul li i {
  display: inline-block;
  color: #f38010;
}

.reviews__area .review-box:hover {
  box-shadow: 0px 10px 62px 0px rgba(0, 0, 0, 0.19);
  border: 2px solid var(--primary-color);
}

.idustries-we-served {
  background-color: #f0f0f0;
}

.weserved-box {
  background-color: #cccccc;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 15px;
}

.weserved-box h5 {
  font-size: 20px;
  margin: 15px 0 15px 0;
  font-weight: 700;
  text-transform: capitalize;
}

.weserved-box p {
  margin: 0;
  font-size: 14px;
  color: #666666;
}

.weserved-box,
.weserved-box * {
  transition: all 0.3s ease-in-out;
}

.weserved-box:hover {
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

.weserved-box:hover h5 {
  color: #ffffff;
}

.weserved-box:hover p {
  color: #ffffff;
}

.idustries-we-served .avail-offer {
  text-align: center;
  margin-top: 50px;
}

.weserved-slider .slick-slide {
  margin: 0;
}

.weserved-slider .slick-slide img {
  display: inline-block;
}

.illustration-style .col-lg-3 {
  margin-bottom: -1px;
  padding: 0;
}

.other-display-illustration {
  position: relative;
}

.other-display-illustration h4 {
  position: absolute;
  background: #000000;
  z-index: 1;
  bottom: 0;
  color: #ffcc00;
  font-size: 22px;
  font-weight: 400;
  padding: 6px 20px;
  margin: 0;
}

.thankyou-pg {
  background: url(../images/bg/thank-you-bg.jpg);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-content {
  text-align: center;
}

.thankyou-content h5 {
  font-size: 54px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 90px;
}

.thankyou-content h6 {
  font-family: "Libre Baskerville", serif;
  font-size: 54px;
  color: #ffffff;
  font-style: italic;
  margin: 10px 0 25px 0;
}

.thankyou-content p {
  font-size: 18px;
  color: #ab8cb4;
  font-style: italic;
  margin-bottom: 20px;
}

.thankyou-content .btn-style-3 {
  padding: 11px 55px 11px 55px;
}

.thankyou-content .back-to-home {
  display: block;
  margin-top: 20px;
}

.thankyou-content .back-to-home span {
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}

.policies-pg.banner-inner {
  min-height: 300px;
}

.policies-pg.banner-inner .banner-inner-content h2 {
  margin: 0;
}

.policies .policy-list {
  margin-bottom: 30px;
}

.policies .policy-list:last-child {
  margin-bottom: 0;
}

.policies .policy-list h5 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

.policies .policy-list p,
.policies .policy-list ul li {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #333333;
}

.policies .policy-list ul li {
  margin-bottom: 5px;
}

.policies .policy-list ul li:last-child {
  margin-bottom: 15px;
}

.content-not-found {
  text-align: center;
}

.content-not-found .btn-style-3 {
  padding: 15px 55px;
}

.content-not-found .not-found {
  margin: 50px 0;
}

.combo-package.ecommerce-combo .combo-box-pack .title h3 {
  font-size: 22px;
}

.combo-package.ecommerce-combo .combo-box-pack .title p {
  font-size: 14px;
}

.combo-package.ecommerce-combo .combo-box-pack .price h3 {
  font-size: 52px;
}

.combo-package.ecommerce-combo .combo-box-pack .price h6 {
  font-size: 16px;
}

.combo-package.ecommerce-combo .combo-box-pack .off-now h6 {
  font-size: 18px;
}

.combo-package.ecommerce-combo .combo-box-pack .details ul li a span {
  font-size: 10px;
}

.combo-package.ecommerce-combo .combo-box-pack .details ul li a {
  font-size: 10px;
}

.combo-package.ecommerce-combo .combo-box-pack .details ul li:last-child {
  padding-left: 30px;
}

.combo-package.ecommerce-combo .combo-box-pack .details ul li + li::before {
  left: 15px;
}

.combo-package.ecommerce-combo .btn-style-2 {
  padding: 11px 30px;
}

.combo-package.ecommerce-combo .btn-style-2 span {
  display: none;
}

.combo-package.ecommerce-combo .combo-box-pack .details,
.combo-package.ecommerce-combo .combo-box-pack .info {
  padding: 25px 20px;
}

.combo-package.ecommerce-combo .package-details .item-list ul li {
  margin-bottom: 13px;
  position: relative;
  padding-left: 12px;
  font-size: 13px;
}

.combo-package.ecommerce-combo .package-details .item-list ul li i {
  position: absolute;
  top: 3px;
  left: 0;
}

.pos-unset {
  position: unset;
}

.cta__1 {
  position: relative;
}

.cta__1 .cta-slider-1 .slick-list {
  overflow: visible;
}

.tnak-banner {
  padding: 3% 0 3% 0;
}
.tnak-banner .popup-layout {
  width: 100%;
  position: static;
}

.popup-layout {
  width: 1011px;
  height: 575px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 9999999999999999999999;
  /* background: #24c5da; */
  background: url(https://thedesignersagency.webdemodesigns.co/assets/images/mery/mery-bg-1.png)
    no-repeat center center/contain;
  display: none;
}

.popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #09a5b9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #039db1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999 !important;
  background-color: #fff;
}

.popup-close:hover {
  background-color: #3c4142;
  color: #fff;
}

.popup-wrapper {
  width: 100%;
  height: 100%;
  padding: 2.5rem 3rem;
  /* display: flex; */
  align-items: center;
  border-radius: 15px;
}

.popup-layout .popup-head {
  margin-bottom: 3rem;
}

.popup-layout .popup-head h5 {
  color: #ffffff;
  font-size: 33px;
  font-weight: 200;
}

.popup-layout .popup-head h5 strong {
  font-weight: 600;
}

.popup-layout .popup-head h4 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 300;
}

.popup-layout .popup-head h4 strong {
  font-weight: 600;
}

.popup-layout .popup-field {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #959595;
  height: 56px;
  border-radius: 35px;
  padding: 0 15px 0 50px;
  font-size: 14px;
}

.popup-layout .btn-style-2 {
  width: 100%;
  padding: 11px 30px;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.popup-layout .contact-info {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-left: 20px;
}

.popup-layout .contact-info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.popup-layout .contact-info h6 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.popup-layout .contact-info a {
  color: #fbf7f7;
  font-size: 16px;
  font-weight: 500;
}

.form-icon {
  position: relative;
}

.form-icon > i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  left: 18px;
  font-size: 22px;
  color: #24c5da;
}

.fs-18 {
  font-size: 18px !important;
}

.usp-generic-list {
  background-color: #ededed;
  text-align: center;
  padding: 26px 0;
}

.usp-generic ul {
  font-size: 0;
}

.usp-generic ul li {
  display: inline-block;
  width: 16.6666%;
  vertical-align: top;
  padding: 0 15px;
}

.usp-generic ul li h5 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.usp-generic ul li p {
  margin: 0;
  font-size: 12px;
  margin-top: 3px;
  font-weight: 500;
  color: #1e0e4e;
}

.usp-generic ul li.color-1 h5 {
  color: #17629b;
}

.usp-generic ul li.color-2 h5 {
  color: #5e258b;
}

.usp-generic ul li.color-3 h5 {
  color: #468c13;
}

.usp-generic ul li.color-4 h5 {
  color: #135e9b;
}

.usp-generic ul li.color-5 h5 {
  color: #d02e64;
}

.usp-generic ul li.color-6 h5 {
  color: #ff5d42;
}

/*Step Styling*/

.steps.has-steps {
  display: none !important;
}

h2.main-cnt-heading {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  position: relative;
}

p.main-cnt-para.para-wdth {
  text-align: center;
  margin-bottom: 30px;
}

.navbg-clr .sec-7.logos-client {
  padding: 40px 0 40px;
}

h2.main-cnt-heading {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  position: relative;
}

p.main-cnt-para.para-wdth {
  text-align: center;
  margin-bottom: 30px;
}

section.main-lgo-requiremnts-sec {
  padding: 50px 0;
  border-bottom: 1px solid #eaeaea;
}

p.main-cnt-para.para-wdth a {
  color: #cc1e58;
}

.main-lgo-requiremnts-sec input,
.main-lgo-requiremnts-sec select,
.main-lgo-requiremnts-sec textarea {
  width: 100%;
  background: #ededed;
  border: none;
  font-size: 14px;
  border-radius: 4px;
  color: #2f2f2f;
  height: 44px;
  border: 1px solid #ccc;
  padding: 0 10px;
  margin-bottom: 12px;
}

.main-lgo-requiremnts-sec input[type="file"] {
  padding: 10px 10px !important;
}

.main-lgo-requiremnts-sec .thnk_inp span,
.main-lgo-requiremnts-sec .infrm-inpts span {
  font-size: 13px;
}

.main-lgo-requiremnts-sec textarea {
  height: 90px;
  padding: 12px;
  resize: none;
}

section.main-lgo-requiremnts-sec .sbmt_btn input {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 11px 28px;
  border-radius: 2px;
  text-decoration: none;
  margin-left: 10px;
  transition: 0.3s;
  width: auto;
  border: none;
  cursor: pointer;
  background: linear-gradient(to right, #1d1a42 0%, #db1e5a 100%);
}

input#profile-img1 {
  padding: 7px 9px;
}

.has-form h4 {
  text-align: center;
  font-weight: 600;
}

.has-pay-meth {
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 25%;
  padding: 15px;
  background: #f3f6fa;
  border: 1px solid;
  border-color: #c2cadb #bbc5d6 #b7c0cd;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.has-pay-meth > div {
  padding: 0 6px;
}

.has-pay-meth input#last-sub {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 0;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 0 0 10px;
}

.has-pay-meth img {
  margin-bottom: 10px;
  margin-top: 10px;
}

.main-lgo-requiremnts-sec .has-pay-meth input {
  color: #525864;
  background: white;
  border: 1px solid;
  border-color: #b3c0e2 #bcc5e2 #c0ccea;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #f6f8fa, white);
  background-image: -moz-linear-gradient(top, #f6f8fa, white);
  background-image: -o-linear-gradient(top, #f6f8fa, white);
  background-image: linear-gradient(to bottom, #f6f8fa, white);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}

.bottom-form {
  padding: 20px 0 36px 0;
  text-align: center;
  margin: 30px auto 0;
  background: #e7ecf2;
  width: 100%;
}

.bottom-form ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-form ul li {
  display: inline-block;
  margin: 0 20px;
}

.logo-port-inner {
  overflow: hidden;
}

.package-tab-content img:hover {
  transform: scale(1.15);
}

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

.mobile-cta {
  position: fixed;
  bottom: 80px;
  z-index: 999999;
  right: 16px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: none;
}

.mobile-cta .xicon {
  font-size: 23px;
  color: #fff;
  text-align: center;
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #f62525;
  padding-top: 4px;
}

/*Step Styling end*/

.form-error {
  display: none;
}

/* test */

.banner-btn-wrap {
  display: flex;

  align-items: center;
}

.banner-btn-wrap .btn-style-2 {
  margin-right: 20px;

  width: 230px;
}

.social-links-box a {
  font-size: 25px;

  color: white;

  padding: 5px;

  margin-top: -30px;
}

.social-links-box i:hover {
  color: #39c2d5;
  transform: scale(1.5);
  transition: 1.5s;
}

.in-ser-pkg .custom-tab-list {
  display: none;
}

/*flotbutton css begin*/

/*flot btn css*/

.policy-list li {
  list-style-type: disc;
}

.policy-list ul {
  margin-left: 49px;
}

.terms-conditions li {
  list-style-type: decimal;
}

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 18%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  border-radius: 3px 0 0 3px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  background: -moz-linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: -webkit-linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);

  font-family: Poppins, sans-serif;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton:hover {
  background: linear-gradient(to right, #000 0%, #000 100%);
}

.call_wrap:hover {
  background: linear-gradient(to right, #000 0%, #000 100%);
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -54px;
  white-space: pre;
  bottom: 87px;
}

.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px;
}

.banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}

.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
  width: 100%;
}

.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}

.banner-form h3 strong {
  font: 24px/24px Poppins, sans-serif;
  font-weight: 600;
}

.ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background: -moz-linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: -webkit-linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0 0;
  resize: none;
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.btns_wrap:hover .call_wrap {
  background: linear-gradient(to right, #000 0%, #000 100%);
}

.chat_wrap:hover span.icoo {
  background: linear-gradient(to right, #000 0%, #000 100%);
}

.btns_wrap:hover .call_wrap span.icoo,
.btns_wrap:hover {
  background: linear-gradient(to right, #000 0%, #000 100%);
  border-radius: 5px;
}

.btns_wrap:hover .call_wrap i {
  transform: scale(1.5);
}

.btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  background: -moz-linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  top: 63px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px 0 0 3px;
  z-index: 9999;
  background: -moz-linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: -webkit-linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
  background: -moz-linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: -webkit-linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
  background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}

.fldset.inpchecbx {
  margin: 10px 0 0 0;
}

.fldset p {
  font-size: 13px;
  color: #676767;
  padding: 0;
  margin: 10px 0 0 0;
}

.fldset p a {
  display: block;
  padding: 5px 0 0 0;
  color: #141315;
  font-weight: 500;
  font-size: 14px;
}

.main-services-banner-sec .ban-form .fldset textarea {
  height: 60px;
}

.main-services-banner-sec .ban-form input {
  height: 40px;
}

.main-packges-sec {
  background-color: #fff;
  padding: 60px 0 0 0;
  z-index: 9;
  position: relative;
}

.package-wrapper {
  background-color: #fafeff;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 0;
  transition: box-shadow 0.3s ease 0s, box-shadow 0.3s ease 0s,
    box-shadow 0.3s ease 0s, background-color 0.3s ease 0s,
    background-image 0.3s ease 0s;
  transition: all 0.2s ease-in-out;
  border: 1px solid #16a085;
  position: relative;
}

.package-wrapper.bst-selr:after {
  content: "BEST SELLER";
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  padding: 7px 10px;
  text-indent: 35px;
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 35px;
  width: 180px;
  background-color: red;
  position: absolute;
  border: 2px solid #b70000;
  box-shadow: 2px 1px 7px -1px #b70000;
  right: -62px;
  top: 23px;
}

.btn-hvr:hover .package-wrapper {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 1px 17px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 17px 10px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 1px 17px 10px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 1px 17px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact-details ul li a:hover {
  color: #24c5da;
  transition: all 0.2s ease-in-out;
}
.contact-details ul li:hover:nth-child(2)::before {
  color: #24c5da;
  transform: scale(1.2);
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.contact-details ul li:nth-child(2)::before {
  content: "\f095";
  position: absolute;
  left: 6px;
  font: normal normal normal 14px/1 FontAwesome;
  color: var(--primary-color);
  font-size: 25px;
  transform: rotate(45deg);
  top: -2;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

/*flotbutton css end*/

/* scrool up button begin  */

#button {
  display: inline-block;
  background-color: #27a2b5;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 13px;
  left: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 33px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #333;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* scrool up button begin  */

.we-want-img2 {
  text-align: right;
  margin-top: 35px;
  margin-right: 48px;
  display: block;
}

.we-want-secimg {
  position: absolute;
  left: 8%;
  top: 40%;
}

.we-want-img3 {
  margin: 15vh 16px 0 auto;
  display: block;
}

.we-want-img3 {
  margin: 13vh 16px 0 auto;
  display: block;
}

.we-want-sec p {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 16px;
  margin: 0;
}

.we-want-sec {
  background: #f4f7ff;
}

/* new page section begin */
.services-box h3,
.services-box h4 {
  color: #0099ad;
}
.services-box p {
  font-size: unset;
  line-height: unset;
}

.services-box a,
.wrap-anch span {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3slinear;
}

.wrap-anch span {
  display: inline-flex;
  align-items: center;
}

.services-wrap .col-lg-6:nth-child(odd) .services-box {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  padding: 30px 10px 30px 0;
  height: 100%;
}

.services-wrap .col-lg-6:nth-child(even) .services-box {
  border-bottom: 1px solid #b2b2b2;
  padding: 30px 10px 30px 20px;
  height: 100%;
}

/* =====================================FAQs_section1===================================== */
.accordion-button {
  position: relative;
  padding: 0 !important;
  box-shadow: none !important;
  color: #2e2e2e;
  font-size: 19px !important;
  font-weight: 600;
  background-color: #dbdbdb;
  border-top-left-radius: 10px !important;
}

.accordion-button::after {
  content: none !important;
}

.btn_acrd {
  display: inline-block;
  position: absolute;
}

.accordion-item {
  margin-bottom: 15px;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: none;
}

.accordion-button.collapsed::before {
  content: "\2b" !important;
  font: var(--fa-font-solid) !important;
}

.accordion-item .accordion-body {
  background-color: transparent;
  color: #fff;
}
.accordion-item .accordion-body p {
  font-size: 18px;
  color: #007889;
}

.accordion-button:not(.collapsed)::before {
  background-color: var(--primary-color);
}

.accordion-button::before {
  content: "\f068" !important;
  font: var(--fa-font-solid) !important;
  background-color: #000;
  height: 60px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 900 !important;
  margin-right: 20px;
  border-top-left-radius: 10px;
}

.faq_sec {
  background-color: #efeeee;
}
.sec_hd {
  font-size: 36px;
  font-weight: 700;
  color: #3c4142;
}

.pricing-slider .slick-arrow {
  display: none !important;
}
.about-service .headingstyle3 h2 {
  color: #333333;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
}
.services .headingstyle1 h2 {
  font-weight: 700;
  color: #3c4142;
  font-size: 50px;
  text-transform: capitalize;
}
.header-above {
  background-color: #ffc10d;
}
.btn-red {
  background-color: #ff0000;
  padding: 10px 20px;
  transition: all 0.4s ease;
  color: #fff;
  border-radius: 30px;
  font-weight: 700 !important;
}
.btn-blck:hover {
  background-color: #000;
  color: #fff;
}
.limit-content p {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
.head-right ul li a {
  color: #ffff;
  font-weight: 500;
}

img.lazy-loaded-image.img-fluid.offer-img.show {
  position: absolute;
  top: 37%;
  transform: scale(2);
}
.font-26 {
  font-size: 26px;
  font-weight: 500;
}
.font-30 {
  font-size: 30px;
  font-weight: 500;
}
.popup-head h3 {
  font-size: 60px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

/* mery-css */
.thanks-counter {
  display: flex;
  gap: 15px;
  justify-content: end;
}
.thanks-content.text-white h3 {
  font-size: 30px;
  font-weight: 600;
}

.thanks-content.text-white p {
  font-size: 25px;
}

.modal-close i {
  color: #000;
}

.mid-col {
  display: flex;
}

@media (max-width: 1399px) {
  .thanks-content.text-white h3 {
    font-size: 25px;
  }

  .thanks-content.text-white p {
    font-size: 20px;
  }

  .label {
    font-size: 14px;
  }

  .value {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .thanks-content.text-white h3 {
    font-size: 21px;
  }

  .thanks-content.text-white p {
    font-size: 17px;
    font-weight: 500;
  }

  .thanks-img li img {
    max-width: 70% !important;
  }

  .value {
    font-size: 23px;
  }

  .label {
    font-size: 12px;
  }

  .thanks-btn {
    padding: 7px 10px;
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .mid-col {
    display: none !important;
  }

  .thanks-img li {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .thanks-img li img {
    max-width: 80% !important;
  }

  .thanks-img li {
    text-align: center !important;
  }

  .value {
    font-size: 20px;
  }

  .label {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .given-sec .wrap {
    justify-content: center;
  }

  .thanks-img li img {
    max-width: 100% !important;
  }

  .value {
    font-size: 16px;
  }

  .label {
    font-size: 8px;
  }

  .thanks-btn {
    padding: 5px 8px;
    font-size: 12px;
  }

  .thanks-counter {
    gap: 9px;
  }
}
/* mery-css */
.bann-img img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
.situation-sec {
  background-color: #f1f1f1;
  margin-top: 20px;
}
.deliver-box {
  position: relative;
  overflow: hidden;
}
.deliver-box::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: -12px;
  left: -15px;
  rotate: 37deg;
  background-color: rgb(24, 117, 255);
}
.deliver-box.yellow-arrow::before {
  background-color: rgb(255, 230, 0);
}
.deliver-box.green-arrow::before {
  background-color: rgb(96, 255, 149);
}
.new-gallery img,.new-gallery a{
  width: 100%;
  object-fit: cover;
  height: 400px;
  margin-bottom: 20px;
  border-radius: 15px;
}
.action-right ul li{
  position: relative;
}
.action-right ul li::before{
  content: "\f061";
  position: absolute;
  font-family: fontawesome;
  top: 0;
  left: -20px;
  color: #016fba;
}
.the-result{
  height: 600px;
  background: radial-gradient(circle,rgba(102, 150, 255, 1) 0%, rgba(0, 4, 112, 1) 100%);
}
.the-result .row{
  height: 600px;
}
.count-num .count{
  font-size: 33px;
  font-weight: 700;
  /* background: -webkit-linear-gradient(#713dff, #0285ff); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #24c5da;
}
/* .trans-btn{
  border: 1px solid #0285ff;
  font-weight: 700;
  padding: 10px 15px;
  position: relative;
  z-index: 9999999;
  color: #fff;
  
}
.trans-btn:hover{
  background-color: #fff;
  background: -webkit-linear-gradient(#713dff, #0285ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.case-study{
  background:linear-gradient(to bottom,#2a2d47 0,rgba(1, 15, 141, 0.1) 51%,#00042a 100%)
}
.case-hd {
  font-size: 52px !important;
  font-weight: 400 !important;
}
.solution-left .btn-container a:hover{
  background: #2c2c2c;
  color: #24c5da;
}




/* ---------Custom---------- */
.case-study-banner {
  background-image: url(/public/assets/images/banner/case-study-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study-banner a:hover {
color: #fff;
}




/* --------- case study slider css :start--------- */





.main_slider .carousel-inner>.item>a>img,
.main_slider .carousel-inner>.item>img {
  width: 100%;
}

.main_slider .carousel-control.right,
.main_slider .carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.main_slider .carousel-control.right:hover,
.main_slider .carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.main_slider .carousel-control.right .fa,
.main_slider .carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.main_slider .carousel-control.right {
  right: 0px;
}

.main_slider .carousel-control.left {
  left: 0px;
}


.main_slider .carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
/* 
.main_slider .carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.main_slider .carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
} */



.main_slider .banner-inner-content h1 {
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.main_slider .banner-inner-content h2 {
  color: var(--white);
  font-size: 52px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  line-height: normal;
}

.main_slider .banner-inner-content p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 30px;
}


.main_slider .bann {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

 
.case-study-section{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
padding:80px 10%;
background:#f5f8ff;
}

.case-box{height: 370px;background-size: cover !important;background-position:center;border-radius:12px;position:relative;overflow:hidden;cursor:pointer;transition:0.5s;background: url(../images/case-study-images/unnamed.jpg) no-repeat;/* background-position: center center; */}

.case-box::before{
content:"";
position:absolute;
width:100%;
height:100%;
background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);
transition:0.4s;
}

.case-content{position:absolute;bottom: 40px;left:20px;color:white;transform:translateY(20px);transition:0.4s;}

.case-content h3{
font-size:22px;
margin-bottom:8px;
}

.case-content a{
display:inline-block;
margin-top:10px;
color:#fff;
text-decoration:none;
font-weight:600;
}
.case-content a:hover {
    color: #24c5da;
}
.case-box:hover{
transform:translateY(-10px) scale(1.03);
}

.case-box:hover .case-content{transform:translateY(0);border-radius: 10px;padding: 10px 10px;}

.case-box:hover::before{background:linear-gradient(to top,rgba(0,0,0,0.85),transparent);}


.case-category .row + .row {
    padding: 5% 0 0;
}


.carousel-item img{
width:100%;
display:block;
}

.carousel-item{
margin:0;
padding:0;
}
.carousel-item img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}




/* card section two  */



.main_slider  .carousel-indicators [data-bs-target] {
    width: 40px;
    height: auto;
    text-indent: inherit;
    cursor: pointer;
    border: 0;
    border-top:  0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity 0.6s ease;
    opacity: 1;
    margin: 0;
    background: transparent;
    transition: all 0.8s ease-in-out;
  }
  .main_slider .carousel-indicators {
      position: absolute;
      right: 360px;
      bottom: 0;
      left: 0;
      z-index: 0;
      display: flex;
      justify-content: flex-end;
      padding: 0;
      margin-right: 0;
      margin-bottom: 1rem;
      margin-left: 0;
      list-style: none;
      z-index: 9;
  }

  .main_slider  .carousel-indicators .active img {
    transform: scale(1.2);
}


.flamingo_sec { padding: 5% 0 ;}


.main_head {
    margin: 0 0 5%;
}
.main_head h2 {
    font-weight: 700;
    color: #3c4142;
    font-size: 50px;
    text-transform: capitalize;
    margin: 0 0 30px;
    line-height: 55px;
}
.main_head a {
    display: flex;
    height: 33px;
    width: 160px;
    border-radius: 30px;
    justify-content: center;
    color: #fff;
    background: linear-gradient(to right, #24c5da 0%, #0099ad 100%);
    gap: 5px;
    align-items: center;
}
.main_head a:hover {
  background: #000;
  color:#fff;

 }




.falmingo_text h3 {
    color: #000000;
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.falmingo_text p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #666666;
}

.flamingo_img img {
    border-radius: 30px;
    width: 80%;
    display: block;
}

.flamingo_img:hover img {
    transform: scale(1.1);
        transition: 1.5s all ease-in-out;

}
.flamingo_img img{
    transition: 1.5s all ease-in-out;
}




.row.rev {
    flex-direction: row-reverse;
    padding: 5% 0;
}


.falmingo_text.bot_text {
    margin: 10% 0 0;
}



.row.rev {
    flex-direction: row-reverse;
    padding: 8% 0;
}

.row.rev  .falmingo_text {
    padding: 0  16% 0 0px;
}



.banner_slider .slick-list.draggable {
    overflow: hidden;
}

.banner_slider ul.slick-dots {
    padding: 50px 0 0;
    text-align: left;
    bottom: -40px;
}

/* =============BLOG_CSS============ */
.blog-title {
  padding: 20px 20px;
}
.blog-img {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.blog-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 7px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.blog-box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-box .blog-img img {
  transition: all 0.3s ease;
}
.blog-box:hover .blog-img img {
  transform: scale(1.06);
}
.blog-badge {
  background-color: #1cbacf;
  color: #fff;
  font-size: 13px;
  padding: 5px 7px;
  display: inline-block;
  border-radius: 30px;
  position: absolute;
  top: 13px;
  z-index: 55;
  left: 10px;
}
.cmt-box {
  display: none;
  align-items: center;
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 1px 5px;
  border-radius: 30px;
  gap: 4px;
}
.icon-box {
  font-size: 13px;
  gap: 5px;
}
.view-more-btn {
  transition: 0.3s ease;
}
.view-more-btn:hover {
  transform: translateY(-3px);
}
.blog-profile-pic img {
  margin-bottom: 10px;
  border-radius: 100%;
}
.table-content a {
  display: inline-block;
  width: 100%;
  margin: 7px 0;
}
.table-content {
  position: sticky;
  top: 30px;
}
.search-field {
  padding: 10px 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease;
}
.search-field:focus-visible {
  outline: none;
  border-color: #1cbacf;
}
.search-box{
    position: relative;
}
.search-icon{
    position: absolute;
    right: 20px;
    top: 7px;
}
.blog-para h4 {
  scroll-margin-top: 50px;
}
.social-icon{
  position: sticky;
  top: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 100px;
  background: #e8fcff;
}
.social-icon i{
  font-size: 30px;
  margin: 10px 0;
}
.blog-detail-sec .col-lg-1.p-0 {
    width: 4%;  
    margin-right: 10px;
}
.facebook-icon {
  color: #1877F2;
}
.reddit-icon {
  color: #FF4500;
}
.blog-detail-content{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-banner{
  position: relative;
  z-index: 555;
 padding: 70px 0 70px 0;
}
.blog-banner::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .5;
  top: 0;
  left: 0;
  z-index: -5;
}
.slider-nav{
  position: absolute !important;
  bottom: 30px;
  right: 20px;
  z-index: 55555;
}
.slider-nav img{
  object-fit: cover;
  width: 90px !important;
  height: 90px;
  border-radius: 100%;
}
.blog-banner .slick-slide{
  text-align: center;
}
.blog-sec a{
 color: #000;
}
.blog-img-slider{
 width: 40%;
}
/* =============BLOG_CSS============ */

 .hero-section {
            padding: 80px 0 40px;
            position: relative;
            overflow: hidden;
        }

        .sec-title {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
        }

        .hero-text {
            margin-top: 16px;
            font-size: 18px;
            color: #1d1a42;
            max-width: 500px;
        }

        .slick-list.draggable {
            overflow: visible;
        }

        .btn-style-2:hover {
            color: #fff;
        }

        .lawyers-img {
            position: absolute;
            bottom: 0;
            left: 80px;
            max-height: 420px;
        }

        .case-category {
            background: linear-gradient(155deg, rgba(0, 67, 79, 1) 29%, rgba(1, 113, 128, 1) 100%);
        }

        .case-box-content a {
            color: #fff;
        }

        .row.rev .falmingo_text{
            padding: 77px 77px 0 0;
        }

        .case-box-content {
            color: #fff;
            margin-top: 15px;
        }

        .case-info a,
        .case-info i {
            color: #fff;
            font-size: 17px;
        }

        .cate-icon-circle {
            height: 50px;
            width: 50px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 25px;
            border-radius: 100px;
            border: 1px solid #fff;
            transition: all 0.5s ease-in-out;
        }

        .case-card-2:hover a.cate-icon-circle {
            background-color: #fff;
            rotate: -20deg;
            border-color: #24c5da;
            color: #1cbacf !important;
        }

        .case-card-2:hover .case-info i {
            color: #1cbacf !important;
        }



        .case-detail-desc {
            background-color: #000000c7;
            color: #ffff;
            padding: 10px 15px;
            position: absolute;
            left: -50px;
            bottom: 10px;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .case-card-2:hover .case-detail-desc {
            left: 10px;
            opacity: 1;
        }

        .flamingo_img_1 img{
            margin: 0 auto;
        }


        .case-card-2:hover,
        .case-card-2:hover .case-box-hd {
            border-color: #24c5da !important;
            color: #1ed4ec !important;
        }

        .case-card-2:hover {
            background-color: #00000047;
        }
        .case-slider .slick-slide   {
            margin: 0;
        }

        .case-card-2 {
            border: 2px solid #fff;
            padding: 12px 12px 20px 12px;
            border-radius: 10px;
            transition: all 0.5s ease-in-out;
            margin-bottom: 30px;
        }

        .case-box-img img {
            transition: all 0.2s ease-in-out;
        }

        .case-box-img {
            overflow: hidden;
        }

        .case-card-2:hover .case-box-img img {
            transform: scale(1.08);
            rotate: 2deg;
            opacity: 0.8;
        }