@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --button-color: #1173A6;
  --white: #62CFE9;
  --green: #fff;
  --bg-color: #051216;
  --bg-color2: #2CCCE4 !important;
  --black: #59BCD9 !important;
  --fontsize72: 4.5rem;
  --fontsize59: 3.688rem;
  --fontsize23: 1.438rem;
  --fonsize64: 4rem;
  --fonsize18: 1.125rem;
  --fontsize28: 1.75rem;
  --fontsize20: 1.25rem;
  --fontsize32: 2rem;
}

body {
  overflow-x: hidden;
  font-family: "Hind", sans-serif;
}
:is(h1, h2, h3, h4, h5, h6, ) {
  font-family: "Poppins", sans-serif;
}
h1, h2, h3{
  color: #59BCD9;
}
h4, h5, h6{
  color: #7BD3E7;
}
.paragraph{
  color: 	#C8E7EF;
}
.mmbody {
  margin-left: 0px;
  position: relative;
  background: #fff;
}

@media (min-width: 1200px) {
  :is(.main_header, .bannermain, .innerbanner) .container-fluid {
    padding: 0 4rem;
  }
}
section {
  padding: 5rem 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:hover,
button:focus {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: 0;
}

button {
  cursor: pointer;
}

p {
  color: #000000;
  padding: 0;
  font-family: "Hind", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  display: block;
}
a {
  transition: all 0.3s ease-out;
}
.themecol {
  color: var(--button-color);
}
img {
  max-width: 100%;
}
.heading {
  font-size: 4.2vw;
}

[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
.menu::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}

.defult-btn {
  --c: var(--bg-color2);
  font-family: "Poppins", sans-serif;
  background-color: #1173A6;
  height: 46px;
  border-radius: 34px;
  display: inline-flex;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  padding: 0 1.5rem;
  transition: 0.5s;
  text-align: center;
}
.defult-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
  transition-duration: 0.4s;
}

.defult-btn:hover {
  color: #080e1e;
  color: #033D5C !important;
  background: transparent;
}
.defult-btn:hover i {
  color: #033D5C !important;
}
.defult-btn:hover i {
  transition-duration: 0.4s;
}
.defult-btn:hover span {
  transform: translateY(0) scale(2);
}

.defult-btn span:nth-child(1) {
  --n: 1;
}

.defult-btn span:nth-child(2) {
  --n: 2;
}

.defult-btn span:nth-child(3) {
  --n: 3;
}

.defult-btn span:nth-child(4) {
  --n: 4;
}
.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65px;
  height: 100%;
  padding: 56px 0 48px;
  background-color: #000000;
  border-right: 1px solid #ffffff;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
}

.sidenav:hover {
  color: var(--white);
  background-color: #000000;
  border-color: #ffffff;
}
.dlcg {
  position: relative;
  padding: 0;
  margin: 0;
  pointer-events: all;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: transform 0.33s cubic-bezier(0.41, 0, 0.43, 1);
}

.dlcg div {
  position: relative;
  -webkit-animation: hy2s 0.33s cubic-bezier(0.41, 0, 0.43, 1);
  animation: hy2s 0.33s cubic-bezier(0.41, 0, 0.43, 1);
}
.socialfix {
  padding: 0;
  margin: auto 0;
}
.socialfix li {
  padding: 5px 10px;
  background: 	#1173A6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: all 0.3s ease-out;
}
.socialfix li a {
  display: block;
}
.socialfix li i {
  font-size: 14px;
  color: #fff;
}
.socialfix li:hover {
  background: #fff;
  color: #000000;
}
.navparent {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  padding: 0 40px;
}

.services-nav ul {
  columns: 2;
}
.services-nav ul li {
  padding: 0px 10px;
}
.services-nav ul li a {
  color: #C8E7EF;
  font-size: 4vw;
  font-weight: 700;
  position: relative;
}
.services-nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0;
  height: 10px;
  background: 	#2CCCE4;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.services-nav ul li:hover a:before {
  width: 100%;
}

.navparent .big-text {
  font-size: 2vw;
}

@media (min-width: 300px) {
  .dlcg {
    top: 0px;
    width: 20px;
    height: 20px;
  }
  .dlcg div {
    width: 20px;
    height: 20px;
  }
}

.dlcg span {
  position: absolute;
  display: block;
  width: 20%;
  height: 20%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  transition: background-color 0.25s ease;
}
.dlcg span:first-child {
  -webkit-animation: xc3q 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    c3q2 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: xc3q 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    c3q2 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.dlcg span:nth-child(-n + 3) {
  top: 0;
}

.dlcg span:nth-child(3n + 2) {
  left: 40%;
}
.dlcg span:nth-child(3n + 3) {
  left: 80%;
}
.dlcg span:nth-child(4),
.dlcg span:nth-child(5),
.dlcg span:nth-child(6) {
  top: 40%;
}
.dlcg span:nth-child(3n + 1) {
  left: 0;
}
.dlcg span:nth-child(n + 7) {
  top: 80%;
}

.dlcg span:nth-child(2) {
  -webkit-animation: juza 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: juza 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}
.dlcg span:nth-child(3) {
  -webkit-animation: cmqx 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    cmqy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: cmqx 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    cmqy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.dlcg span:nth-child(4) {
  -webkit-animation: r0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: r0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}
.dlcg span:nth-child(6) {
  -webkit-animation: z0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: z0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}
.dlcg span:nth-child(7) {
  -webkit-animation: _3dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggx 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: _3dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggx 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
.dlcg span:nth-child(8) {
  -webkit-animation: h0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
  animation: h0aa 0.34s cubic-bezier(0.33, 0, 0.43, 1) forwards;
}
.dlcg span:nth-child(9) {
  -webkit-animation: _5dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: _5dgg 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    dggy 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}
._5lza .dlcg {
  transform: rotate(180deg);
}

._5lza .dlcg div {
  -webkit-animation: ywxl 0.33s cubic-bezier(0.41, 0, 0.43, 1) forwards;
  animation: ywxl 0.33s cubic-bezier(0.41, 0, 0.43, 1) forwards;
}

._5lza .dlcg span {
  background-color: var(--white);
  transition: background-color 0.17s 0.17s;
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
}

._5lza .dlcg span:first-child {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .dlcg span:nth-child(3) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .dlcg span:nth-child(7) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .dlcg span:nth-child(9) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

._5lza .zw51 {
  overscroll-behavior-y: contain;
  pointer-events: all;
  visibility: visible;
  opacity: 100%;
  transform: translate(0);
}

.jlza .dlcg span {
  background-color: var(--white);
  transition: background-color 0.17s 0.17s;
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards;
}

.jlza .dlcg span:first-child {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    mxn0 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.jlza .dlcg span:nth-child(3) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    m3jk 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.jlza .dlcg span:nth-child(7) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    n3ro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.jlza .dlcg span:nth-child(9) {
  -webkit-animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
  animation: iyng 0.17s cubic-bezier(0.62, 0, 0.67, 1) forwards,
    oxro 0.17s cubic-bezier(0.33, 0, 0.43, 1) 0.17s forwards;
}

.blbg {
  color: var(--white);
  background-color: var(--black);
  border-color: var(--white);
}
.menu {
  transform: translate3d(-100%, 0px, 0px);
  opacity: 0;
  display: block !important;
}
.menu.open {
  opacity: 1;
  transform: translate3d(0%, 0px, 0px) !important;
  transition: all 0.5s ease-out;
}
.menu.open .menu-links-container {
  padding-top: 5vw;
  height: 100%;
}

@-webkit-keyframes iyng {
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes iyng {
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes mxn0 {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 0;
  }
}

@keyframes mxn0 {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes xc3q {
  0% {
    top: 0;
    left: 0;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes xc3q {
  0% {
    top: 0;
    left: 0;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes c3q2 {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 0;
  }
}

@keyframes c3q2 {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes juza {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 40%;
  }
}

@keyframes juza {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 40%;
  }
}

@-webkit-keyframes m3jk {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 80%;
  }
}

@keyframes m3jk {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 80%;
  }
}

@-webkit-keyframes cmqx {
  0% {
    top: 0;
    left: 80%;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes cmqx {
  0% {
    top: 0;
    left: 80%;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes cmqy {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 80%;
  }
}

@keyframes cmqy {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 0;
    left: 80%;
  }
}

@-webkit-keyframes r0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 40%;
    left: 0;
  }
}

@keyframes r0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 40%;
    left: 0;
  }
}

@-webkit-keyframes z0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 40%;
    left: 80%;
  }
}

@keyframes z0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 40%;
    left: 80%;
  }
}

@-webkit-keyframes n3ro {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 0;
  }
}

@keyframes n3ro {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 0;
  }
}

@-webkit-keyframes _3dgg {
  0% {
    top: 80%;
    left: 0;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes _3dgg {
  0% {
    top: 80%;
    left: 0;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes dggx {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 0;
  }
}

@keyframes dggx {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 0;
  }
}

@-webkit-keyframes h0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 40%;
  }
}

@keyframes h0aa {
  0%,
  50% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 40%;
  }
}

@-webkit-keyframes oxro {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 80%;
  }
}

@keyframes oxro {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 80%;
  }
}

@-webkit-keyframes _5dgg {
  0% {
    top: 80%;
    left: 80%;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@keyframes _5dgg {
  0% {
    top: 80%;
    left: 80%;
  }
  to {
    top: 40%;
    left: 40%;
  }
}

@-webkit-keyframes dggy {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 80%;
  }
}

@keyframes dggy {
  0% {
    top: 40%;
    left: 40%;
  }
  to {
    top: 80%;
    left: 80%;
  }
}

@-webkit-keyframes ywxl {
  24.24% {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

@keyframes ywxl {
  24.24% {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

@-webkit-keyframes hy2s {
  24.24% {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

@keyframes hy2s {
  24.24% {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}

.section.home-about {
  margin-top: -50px;
  background-color: #ffffff;
}

.bannermain .slick-dots {
  display: flex;
  margin: 2rem 0 0 0;
  justify-content: center;
}
.bannermain .slick-dots li {
  padding: 0 5px;
  line-height: 0;
}
.bannermain .slick-dots li button {
  background: #a1a1a1;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: -9999999px;
}
.bannermain .slick-dots li.slick-active button {
  background: var(--button-color);
}
.bannermain .slides_carousel .slick-dots {
  position: absolute;
  right: 4rem;
  top: -10rem;
  display: block;
}
.bannermain .slides_carousel .slick-dots li {
  padding: 10px 0;
}

.main_header {
  padding: 18px 0 0;
}
.main_header .defult-btn.popup-open {
  padding: 0;
  height: 46px;
}
.head-rightside {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.head-rightside .chat {
  background: transparent;
  color: #59BCD9;
  border: 1px solid #59BCD9;
  margin-right: 2rem;
}

.head-rightside .btnarrow {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.head-rightside .btnarrow:hover i {
  margin-top: -10px;
  margin-right: -10px;
  animation-duration: 0.3s;
  transition: all 0.3s ease;
}
.blinking-dot {
  height: 10px;
  width: 10px;
  margin-left: 10px;
  border-radius: 50%;
  animation: 1s steps(5, start) infinite blink-animation;
}
@keyframes blink-animation {
  0%,
  100% {
    background-color: 	#59BCD9;
  }
  50% {
    background-color: #fff;
  }
}
.head-rightside a i {
  transform: rotate(40deg);
  font-size: 18px;
  animation-duration: 0.3s;
  transition: all 0.3s ease;
  color: #fff;
}
.bannermain .slick-slide {
  margin: 0;
}
.bannermain {
  position: relative;
  display: flex;
  height: 100vh !important;
  align-items: center;
  z-index: 1;
  padding-top: 15rem;
  padding-bottom: 260px;
}
:is(.innerbanner, .bannermain,.contactul) {
  background: url(https://res.cloudinary.com/dmfxqnlcm/image/upload/v1752537998/img/Black_olhy1o.svg) center/cover no-repeat;
}
.sliderbann {
  margin-left: 245px;
  max-height: calc(100vh);
  overflow: hidden;
  padding-right: 6rem;
  margin-top: 1rem;
}
.sliderbann img {
  width: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}
.head-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.head-menu ul li {
  position: relative;
  margin-right: 10px;
}

.head-menu ul li a {
  text-decoration: none;
  padding: 10px 0px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: 'Poppins';
}

/* .head-menu ul li:hover > a {
  background-color: #1173A6;
} */

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none !important;
  position: absolute;
  top: 110%;
  left: 0;
  padding: 0px 10px 0px 15px !important;
  min-width: 300px;
  z-index: 1000;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #051c29;
}
.dropdown-menu li {
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

 .service-icons ul {
      list-style: none;
      margin: 50px 0;
      padding: 0;
    }

    .service-icons ul li {
      margin-bottom: 10px;
    }

    .service-icons ul li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 34px;
      height: 34px;
      font-family: "Poppins", sans-serif;
      background: 	#1173A6; /* Peach background */
      color: #fff; /* Black icon color */
      font-size: 14px;
      text-decoration: none;
      position: relative;
      border-radius: 2px;
      transition: background 0.3s;
    }

    .service-icons ul li a:hover {
      background: #ffffff;
      color: #000000;
    }

    /* Tooltip styling */
    .service-icons ul li a::after {
      content: attr(data-tooltip);
      position: absolute;
      left: 60px;
      top: 50%;
      transform: translateY(-50%);
      font-family: "Poppins", sans-serif;
      background: #2CCCE4;
      color: #000;
      padding: 4px 8px;
      border-radius: 4px;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s;
      font-size: 14px;
    }

    .service-icons ul li a:hover::after {
      opacity: 1;
    }

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}
.bannermain .slides_carousel {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  background: var(--black);
  width: 480px;
  padding: 15px 9px 5px;
}
.bannermain .slides_carousel .items img {
  width: 100%;
  border: 1px solid var(--white);
}
.bannermain .slides_carousel .slick-slide {
  margin: 0 10px;
}

.headbann {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
:is(.headbann, .inner-banenrhdg) * {
  color: #ffffff;
}
:is(:is(.section-text-container, .headbann)) .defult-btn {
  color: #fff;
  border: 0;
}
.headbann h3 {
  font-size: var(--fontsize23);
  font-weight: normal;
  margin-bottom: 15px;
}
:is(.headbann) h2 {
  font-size: var(--fonsize64);
  margin: 1rem 0 2rem;
}
:is(.inner-banenrhdg, .headbann) p {
  margin-bottom: 20px;
  font-size: 1rem;
}

.section-outlined-heading.outlined {
  color: var(--green) !important;
  font-size: 18.25rem;
}
.about-hdg {
  color: 	#C8E7EF;
}
.heading-2.absolute {
  z-index: 2;
}

.home-about-inner-container .contleft {
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  padding-right: 4%;
  height: 100vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-about-inner-container .imgdvs {
  position: sticky;
  top: 0px;
  width: 55%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.home-about-inner-container .contleft h2 {
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.home-about-inner-container .imgdvs figure {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
}
.home-about-inner-container .imgdvs figure:before {
  content: "";
  background: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 20px;
  top: 20px;
}
.main_header {
  position: fixed;
  z-index: 299;
  width: 100%;
  background-color: #051c29;
  padding: 30px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Mobile-first responsive tweaks */
@media (max-width: 768px) {
  .main_header {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }
}

.main_header .defult-btn span {
  background-color: var(--bg-color);
}
.main_header .logo {
  display: none;
}
.template-index .main_header .logo {
  display: block;
  width: 190px;
}
.main_header .innerlogo {
  display: block;
  width: 250px;
}
.template-index .innerlogo {
  display: none !important;
}

.template-index .headbann {
  text-align: left;
  right: initial;
  left: initial;
  margin: 0;
}
.hading-cta {
  padding: 3rem 0;
  display: flex;
  color: #000 !important;
  align-items: center;
  justify-content: center;
  background: #fefefe;
}
.hading-cta h1 {
  margin-bottom: 0;
  font-size: 5.688rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.allright-text {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  animation: allright-text 100s linear infinite;
  white-space: nowrap;
  width: max-content;
  will-change: transform;
}

@keyframes allright-text {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.right-one {
  border-top: 1px solid #2a2a2a;
  padding-top: 20px;
}
.cta-sec {
  padding: 95px 0;
}
.cta-sec .owl-prev span{
  filter: brightness(0) invert(1);
}
.cta-hding h3 {
  font-size: var(--fontsize72);
  color: #ffffff;
  font-weight: 400;
  font-family: "Hind", sans-serif;
}
.cta-hding p {
  color: 	#C8E7EF;
  font-size: var(--fonsize18);

  font-weight: 700;
}
.cta-hding .defult-btn {
  background-color: #1173A6;
  color: #fff;
}
:is(.awards-hdg,.introduction,.factSec,.contcatus) h3 {
  font-weight: 600;
  font-family: "Hind", sans-serif;
  color: #000 !important;
  font-size: var(--fontsize59);
}
.introduction .owl-dots button::before,.introduction .owl-dot.active::after,.factSlider .owl-dots button::before,.factSlider .owl-dot.active::after{display: none;}
.introduction .owl-dots,.factSlider .owl-dots{display: none;}
.awards-hdg p {
  color: #000000;
  margin-bottom: 0;
}
:is(.awards-sec, .portfolio-sec,.contcatus) .section-outlined-heading {
  font-size: 11.938rem;
  font-family: "Hind", sans-serif;
  margin-left: -10%;
  letter-spacing: -4px;
  position: absolute;
  left: 0;
  right: 0;
}
.section-outlined-heading{margin-left: 0 !important;}
.awards-ul {
  padding-top: 5rem;
}
.awards-ul li {
  padding: 2rem 0rem;
  height: 230px;
  display: flex;
  background: #f5f5f5;
  align-items: center;
  justify-content: space-evenly;
}
.awards-ul li img {
  margin: auto;
  width: 200px !important;
}
.icon-cnt h4 {
  font-size: var(--fontsize20);
  margin: 2rem 0 10px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
}
.awards-ul p {
  margin-bottom: 0;
}
.awards-sec .container {
  margin-top: 4rem;
}
.awards-sec .slick-slide {
  margin: 0px 10px 0px 0px;
}
.awards-sec .slick-slide:last-child {
  margin: 0;
}
.crafting-sec {
  padding-top: 3rem;
  background: #fff;
}
.cta2-sec {
  background: url(../images/cta2-bg.png) center/cover no-repeat;
  text-align: center;
}
.cta2-sec h3 {
  font-size: var(--fontsize23);
  color: #6cdcfd;
}
.cta2-sec h2 {
  font-size: var(--fontsize72);
  color: #fff;
  line-height: 1.1;
}
.cta2-sec .defult-btn {
  color: #ffffff;
}
/* after-before-sec */
.after-before-sec .section-heading h2 {
  color: #000000;
  font-size: var(--fontsize28);
  font-weight: 400;
}
:is(.our-proces-sec, .after-before-sec, .webstrategy-sec, .testimonials-sec)
  .section-heading
  h3 {
  font-size: var(--fontsize59);
  font-weight: 700;
  color: #0f0e0e;
}

:is(.after-before-sec, .our-proces-sec) .section-heading p {
  font-size: var(--fontsize32);
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.after-before-sec .section-heading p span {
  color: #000;
}
.after-before-sec .owl-dots {
  position: absolute;
  top: -13rem;
  display: flex;
  border-bottom: 2px solid var(--bg-color2);
  padding-bottom: 0rem;
  z-index: 3;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #000;
}

:is(.owl-prev, .owl-next) span {
  width: 26px;
  height: 38px;
  font-size: 0;
  position: absolute;
  display: block;
}
.owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.owl-prev span {
  background: url(https://res.cloudinary.com/dmfxqnlcm/image/upload/f_auto,q_auto/v1/img/leftarrowberf_ucagtg) left/cover no-repeat;
  left: -4rem;
}
.owl-next span {
  background: url(https://res.cloudinary.com/dmfxqnlcm/image/upload/f_auto,q_auto/v1/img/Rightarrowberf_d3swux) left/cover no-repeat;
  right: -4rem;
}
.owl-stage-outer {
  z-index: 2;
  position: relative;
  padding: 1rem 0;
}
.owl-theme .owl-dots .owl-dot span {
  display: none;
}
.owl-dots button {
  position: relative;
  height: 100px;
}
.owl-dots button::before {
  content: "";
  position: absolute;
  right: -4rem;
  background-color: var(--bg-color2);
  width: 1px;
  top: 0;
  margin: auto;
  bottom: 0;
}

.after-before-sec .owl-dots button:nth-child(1) {
  background: url(https://res.cloudinary.com/dmfxqnlcm/image/upload/f_auto,q_auto/v1/img/Portfolio/web/Design_1_logo_lqjmnl) center/cover no-repeat;
  width: 150px;
}
.after-before-sec .owl-dots button:nth-child(2) {
  background: url(https://res.cloudinary.com/dmfxqnlcm/image/upload/f_auto,q_auto/v1/img/Portfolio/web/Design_2_logo_pwoc9k) center/cover no-repeat;
  width: 221px;
}
.after-before-sec .owl-dots button:nth-child(3) {
  background: url(https://res.cloudinary.com/dmfxqnlcm/image/upload/f_auto,q_auto/v1/img/Portfolio/web/Design_3_logo_kwrl51) center/cover no-repeat;
  width: 158px;
}
.after-before-sec .owl-dots button:nth-child(4) {
  background: url(https://res.cloudinary.com/dmfxqnlcm/image/upload/f_auto,q_auto/v1/img/Portfolio/web/Design_4_logo_g8xloc) center/cover no-repeat;
  width: 190px;
}
.after-before-sec .owl-dots button:nth-child(5) {
  background: url(https://res.cloudinary.com/dmfxqnlcm/image/upload/f_auto,q_auto/v1/img/Portfolio/web/Design_5_logo_wylupt) center/cover no-repeat;
  width: 236px;
}
.after-before-sec .owl-carousel .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.owl-dot.active {
  position: relative;
}
.owl-dot.active::after {
  position: absolute;
  content: "";
  width: 217px;
  height: 19px;
  bottom: -1rem;
  background: url(https://res.cloudinary.com/dmfxqnlcm/image/upload/f_auto,q_auto/v1/img/slider-active_unlhy4) bottom/cover no-repeat !important;
  left: 0px;
  right: 0px;
}
.aft-befr-wraper {
  padding-top: 15rem;
}
.aft-befr-wraper .owl-stage-outer::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 243px;
  height: 60px;
  margin-top: -2.5rem;
}
.owl-dots button:last-child::before {
  display: none;
}
.after-before-sec .container {
  max-width: 1390px;
}
.our-proces-sec {
  text-align: center;
  height: 445px;
  padding-bottom: 0;
  background: #fff;
}

.our-proces-sec h3 {
  color: #0c2222;
}
.our-proces-sec p {
  font-weight: 500 !important;
  margin-bottom: 0;
}
.our-proces-sec h5 {
  font-weight: 600;
  color: #878787;
  font-size: var(--fontsize32);
  font-family: "Hind", sans-serif;
}
.icon-ctn h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: var(--fonsize18);
  color: #7a7a7a;
}
.icon-ctn picture {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #083132;
}
.our-procesul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  border: 0;
}
.icon-ctn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.our-procesul li a:hover picture,
.our-procesul .active picture {
  background-color: #2CCCE4;
}

.our-procesul li a:hover img,
.our-procesul .active img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(49%) saturate(645%)
    hue-rotate(132deg) brightness(97%) contrast(98%);
}
.our-procesul li a:hover .icon-ctn h6,
.our-procesul .active .icon-ctn h6 {
  color: #000000;
}
.webstrategy-sec {
  padding-top: 0;
  margin-top: -10.6rem;
  background: #fff;
}
.webstrategy-sec .tab-content {
  margin-top: 5rem;
}
.tab-box {
  display: none;
}
:is(.webstrategy-sec :is(p, b)) {
  color: #000000;
}
.strategylist {
  margin-top: 1.2rem;
  line-height: 2.2;
}
.strategylist li {
  display: flex;
  align-items: center;
}
.strategylist li p {
  padding-left: 15px;
  margin-bottom: 0;
  color: #000000;
}
.strategylist li i {
  color: #000000;
}
/* testimonials */
.plateformimg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.testimonials-box {
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid #000;
  height: 381px;
}
.testimonials-sec .container-fluid {
  padding: 0 5rem;
}
.name-details img {
  margin-right: 1rem !important;
}
.name-details {
  display: flex;
  align-items: center;
}
.testimonials-box h5 {
  font-size: var(--fontsize19);
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #000;
}
.testimonials-box h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.testimonials-box h6 span {
  font-weight: 400;
  color: #b2b2b2;
}
:is(.awards-sec, .testimonials-sec) .owl-nav {
  position: relative;
  left: auto;
  right: auto;
  justify-content: center;
  width: 0;
  padding-top: 2rem;
}
:is(.awards-sec, .testimonials-sec) .owl-prev span {
  left: -20px;
}
.testimonials-sec {
  padding-bottom: 8rem;
  background: #fff;
}
canvas {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
}
.innerbanner {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
}
/* popup-form */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: none;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}
.entry-box {
  padding-top: 0;
  padding-bottom: 20px;
  max-width: 476px;
  margin: 0 auto;
  border-radius: 0;
  background-color: 	#021E30;
  position: relative;
  box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.7);
}
.layer-1 {
  width: 9%;
  display: block;
  height: 99%;
  background-color: 	#021E30;
  position: absolute;
  top: 1px;
  transform: rotate(-3deg);
  z-index: -1;
}
.layer-2 {
  display: block;
  width: 95%;
  height: 107%;
  position: absolute;
  top: 0;
  background: 	#021E30;
  z-index: -2;
  transform: translate(26px, -13px) rotate(1deg);
}
.layer-3 {
  width: 90%;
  height: 108%;
  display: block;
  position: absolute;
  top: -21px;
  background: 	#021E30;
  z-index: -3;
  transform: rotate(-3deg);
  right: 0;
}
.layer-4 {
  width: 102%;
  height: 108%;
  position: absolute;
  top: -26px;
  border: 5px solid 	#2CCCE4;
  transform: rotate(1deg);
  z-index: -1;
  left: -4px;
}
a#entry-box_close {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 59px;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background: #1173A6;
}
a#entry-box_close svg {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-box .form-text-1 h1 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 34px;
  margin-bottom: 12px;
}
.entry-box .form-text-1 h1 span.red {
  color: #f78d0e;
  text-transform: uppercase;
}
.col-sm-12.entry-right {
  background-color: 	#021E30;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding: 30px 15px 70px;
}
.entry-box .form-text-1 p {
  color: var(--white);
  font-size: 25px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}
.form-text-1 h3 {
  color: var(--white);
}
.entry-box .form-text-1 p strong {
  text-transform: uppercase;
}
.form-text-1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 9px;
  text-align: center;
}
.form-text-1:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #f7941d;
  border-radius: 100px;
  display: none;
}
.entry-box .form-control {
  min-height: 50px;
  border-radius: 30px;
  background-color: 	#021E30;
  border-color: transparent;
  color: 		#C8E7EF;
  font-size: 19px;
  width: 100%;
  display: block;
  padding: 15px 24px;
  border: 1px solid 		#59BCD9;
}
.entry-box .form-control::placeholder {
  color: 	#90AAB8;
}
.entry-box button {
  color: var(--white);
  width: 100%;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 700;
  padding: 10px 0;
  height: 70px;
  background-color: #1173A6;
  border-radius: 900px;
}
.entry-box button:hover {
  background-color: #2CCCE4;
  color: #000000;
}
.form-root-counter li {
  width: auto !important;
}
.entry-box ul li i {
  color: #eb0000;
}
.form-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 565px;
  left: 50%;
  transform: translateX(-50%);
}

/* end testimonials */
.main-footer {
  padding-top: 3rem;
  background: #000;
}
.form-group.row {
  border: 0 !important;
}
.main-footer h4 {
  text-align: center;
  color: var(--white);
  font-size: var(--fontsize59);
  margin-bottom: 3rem;
}
.contct-text p {
  font-size: var(--fontsize32);
  color: #ffffff;
  margin-bottom: 0;
}
.contct-text h3 {
  font-size: var(--fonsize64);
  color: #fff;
}
/* end-css */
.form-wraper .form-control {
  background-color: transparent;
  height: 60px;
  border-radius: 0;
  margin-bottom: 1rem;
}
.form-wraper label {
  color: #fff;
}
.form-wraper .form-control::placeholder,
textarea::placeholder {
  color: #fff !important;
}
.brand-details img {
  width: 240px;
  padding: 2rem 0;
}
.brand-details p {
  color: #ffffff;
}
ul.social-icon {
  display: flex;
  font-size: 30px;
}
ul.social-icon li {
  padding: 0 5px;
}
.main-footer h5 {
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 1.5rem;
  width: 88%;
}
ul.pages-link i .pages-link,
.pages-link li,
.pages-link a {
  color: #ffffff;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.services-2 {
  padding-top: 6rem;
  margin-top: 8px;
}
.main-footer .container {
  max-width: 1390px;
}
.brand-details p {
  padding-right: 10rem;
}
ul.talk-details a,
.talk-details li,
.talk-details i {
  color: #C8E7EF;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
li.star-1 i {
  padding-right: 5px;
  color: #ffcf00;
}
.copyright .policys {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policys li,
.policysa a {
  padding: 0;
}
ul.policys img {
  width: 250px;
}
.pages-link i {
  margin-right: 15px;
}
.footer-menu{
  display: flex;
}
.services-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-footer .row {
  border-bottom: 1px solid #59BCD9;
  padding: 20px 0;
}
.policys {
  padding: 20px 0;
}
.policys span,
.policys a {
  color: #ffffff;
}
.contact-form .defult-btn {
  padding: 0 50px;
}

.inner-banenrhdg h5 {
  color: 	#59BCD9;
  margin-bottom: 7px;
}
.inner-banenrhdg{margin-top: 4rem;}
:is(.inner-banenrhdg :is(h5, h4)) {
  font-size: 1.563rem;
  font-weight: 300;
}
.inner-banenrhdg h2 {
  font-size: var(--fontsize59);
  margin-bottom: 2rem;
}
.inner-banenrhdg h4 {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.inner-banenrhdg .defult-btn {
  color: #fff;
  height: 44px;
}
:is(
    .banenrimg,
    .webbanenrimg,
    .moblebanenrimg,
    .videobanenrimg,
    .brandingbanenrimg,.smmpageimg,.ecombanenrimg
  ) {
  position: absolute;
}
.ecombanenrimg {
  right: 4rem;
  bottom: 1rem;
}
.banenrimg {
  width: 33%;
  right: 13rem;
  bottom: 0;
}
.service-sec {
  position: relative;
  margin: 2rem 1.7rem 0;
  overflow: hidden;
  padding: 0;
}
.service-wraper {
  overflow: hidden;
}
.slidehvr img {
  position: absolute;
  transition-property: transform;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0.2s;
  transition: -webkit-transform 0.4s ease-in-out 0.2s;
  transition: transform 0.4s ease-in-out 0.2s;
  transition: transform 0.4s ease-in-out 0.2s,
    -webkit-transform 0.4s ease-in-out 0.2s;
  pointer-events: none;
  transition-property: opacity;
  left: 0;
  cursor: pointer;
  top: 0;
}
.slidehvr.active img {
  opacity: 1;
  touch-action: pan-y;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: 0.3s;
}
:is(.services-ctn, .images-box-ul, .number-name) {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #2CCCE4;
}
.number-name {
  border: 0;
  transform: translate(0, 7rem);
  transition: 0.5s;
}
.number-name strong {
  font-size: var(--fonsize64);
  color: 	#59BCD9;
}
.number-name h3 {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: var(--fontsize23);
  font-weight: 700;
  color: 	#7BD3E7;
}
.images-box-ul li {
  width: 446px;
  height: 424px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid #2CCCE4;
  align-items: center;
}
.cnt-box {
  padding: 2rem 1.2rem;
  height: 300px;
}
.video-pageservices .cnt-box{
  padding: 2rem 1.2rem 5rem;
}
.slidehvr.active .cnt-box{height: auto;} 
.threed-logos img:last-child {
  left: auto;
}
.fadeIn-right i {
  color: #7BD3E7;
  font-size: var(--fontsize59);
  position: absolute;
  right: 0;
  bottom: -2rem;
}
.images-box-ul li.active {
  background-color: #0b2727a6;
  -webkit-transition: background-color rgba(7, 23, 49, 0.4) ease-out;
  transition: 0.3s;
}
.slidehvr.active .cnt-box p {
  color: 	#C8E7EF;
  display: block;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: 0.5s;
}
.slidehvr.active .number-name {
  transform: translate(0, 0);
  transition: 0.5s;
}
.cnt-box p {
  font-size: var(--fonsize18);
  color: var(--white);
  font-weight: 600;
  transition: 0.5s;
  opacity: 0;
  transform: translate3d(27rem, 0, 0);
}
.portfolio-sec .section-outlined-heading.outlined {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 18rem;
}
.portfolio-sec h3 {
  margin-top: 0rem;
  margin-left: 0rem;
}
.addons-list{
  color: 	#C8E7EF;
}
.portfolio-tabs {
  z-index: 2;
  justify-content: space-between;
  position: relative;
  border: 0;
  align-items: center;
  margin: 3rem 0 2rem;
}
@media only screen and (max-width: 600px) {
      .port-img img {
        width: 100% !important;
        height: 200px !important;
    }
  .portfolio-tabs li{
    margin-left: 10px;
    padding-bottom: 30px;
  }
  .head-menu ul{
    justify-content: space-around;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
    .head-menu ul li {
  margin-right: 0;
}
}
.portfolio-sec .nav-tabs .nav-link{border: 0;color: var(--black);padding: 1rem 2rem;}
.portfolio-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: var(--bg-color2);
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 12px;
}
.mobileapp .portfolio-slider .port-img a img{
    height: auto !important;
}
.portfoliotbas {
  display: none;
}
.port-img img {
  width: 100% !important;
  height: 300px;
}
.portfolio-sec {
  padding-bottom: 0;
  padding: 0px 30px 0px 30px;
}
.webbanenrimg {
  width: 30%;
  right: 10rem;
  bottom: 0px;
}
.moblebanenrimg {
  right: 19rem;
  width: 27%;
  bottom: 0;
}
.videobanenrimg {
  right: 20rem;
  bottom: 0;
  width: 13%;
}
.brandingbanenrimg {
  right: 5rem;
  width: 45%;
  bottom: 0;
}

/* Thanks You Page  */

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: var(--button-color);
}

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

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700;
  color: var(--bg-color2);
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
}
.main-content .defult-btn {
  color: var(--bg-color2);
  margin-top: 1rem;
}

/* Thanks You Page  */
.introduction,.introduction-section2,.factSec
{
  padding-bottom: 0;
  background: #fff;
}.intr-icon-box {
  box-shadow: 0.278px 1.981px 59px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;

  border-radius: 12px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.intr-icon-box h3 {
  font-size: var(--fontsize23);
  margin-bottom: 0;
  padding-left: 13px;
  font-weight: 600;
}

.intr-sec2-area {
  display: flex;
  align-items: center;
}

.intr-sec2-img1 {
  margin-left: -10.7%;
}

.factSec .factBox {
  padding: 2rem;
  text-align: center;
  border-radius: 12px;
}
.factSec .factBox .fact-icon {
  margin: 0 0 20px;
}
.factSec .factSlider li {
  width: 23%;
}
.factSec .factSlider {
  margin-top: 5rem;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  gap: 1rem;
}
:is(.introduction,.factSec) p{
  color: #000000;
  font-size: var(--fonsize18);
  margin-bottom: 0;
}
.portflex{display: flex; align-items: center; justify-content: center; gap: 50px;}
.portfolio-tabs a{color: var(--bg-color2); font-size: var(--fonsize18); padding: 10px 2rem; border: 1px solid var(--bg-color); border-radius: 30px;}
.portfolio-tabs{padding-bottom: 2rem;}
.portfolio-tabs a.active{background-color: var(--bg-color2); color: var(--white);}
.packblock{display: block;}
.highlight {
  background-color: yellow;
}
.tab-main-box h3{margin-bottom: 1rem;}
.tab-main-box {
  margin-top: 3rem;
}
.contactul{padding: 2rem;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.contactul a {
  margin-left: 15px;
  color: #000000;
  font-size: var(--fontsize23);
}
.contactul li{
  margin-bottom: 2rem;
}
.contactul li:last-child{margin-bottom: 0;display: inline-flex;}
.contact-pag-form .form-wraper .form-control{background-color: #f0f0f0;}
.contact-pag-form .defult-btn {width: 100%;height: 55px;background: #000;border-radius: 0;}
.contcatus{
  padding-bottom: 0;
}
.contcatus h3{margin-bottom: 5rem;}
.contcatus .row,.bdrclass{outline: 2px solid #c2c2c2;outline-offset: 7px;}
.bdrclass{padding: 0;}
.contact-pag-form .form-wraper .form-control{
  height: 70px;
}
.contact-pag-form textarea{height: 150px !important; padding: 1rem;}
.smmpageimg{width: 40%;right: 0;bottom: 0;}
.after-before-sec {
  padding-bottom: 0;
  background: #fff;
}
.cookie-bar {
  position: fixed;
  bottom: 0;
  padding: 12px 15px;
  width: 100%;
  z-index: 15;
  background-size: cover;
  text-align: left;
  z-index: 99999;
  background: 	#033D5C;
  display: none
}

.cookie-bar .col-nopadd {
  padding-left: 0;
  padding-right: 0
}

.cookie-bar p {
  display: inline-block;
  margin-bottom: 0;
  color: 	#C8E7EF;
  font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
  line-height: 25px;
  margin-right: 10px
}

.cookie-bar .setcokies {
  color: #fff;
  display: inline-block
}

.cookie-bar .cookie-btn {
  color: #fff;
  background: #e00030;
  padding: 3px 10px 3px 6px;
  border-radius: 0;
  font-weight: 700;
  font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 0
}

.cookie-bar .cookie-btn-3 {
  border: 1px solid #fff;
  padding: 2px 4px;
  background: #36454f;
  border-radius: 2px;
  color: #fff
}
.setcokies a:hover{
  color: #fff;
} 
.header-section {
            color: #fff;
            padding: 60px 0 0 0;
            border-bottom-left-radius: 50px; /* Rounded bottom-left corner */
            border-bottom-right-radius: 50px; /* Rounded bottom-right corner */
            background: #fff;
        }
        .header-section h1 {
            font-weight: 600;
            font-family: "Hind", sans-serif;
            color: #000;
            font-size: var(--fontsize59);
            margin-bottom: 20px;
        }
        .content-section {
            padding: 50px 0;
        }
        .profile-image {
            width: 100%;
            max-width: 300px;
            height: auto;
            border-radius: 15px; /* Rounded corners for the image */
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
            display: block;
            margin: 0 auto;
        }
        .pricing-card {
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            padding: 30px;
            text-align: center;
            margin-bottom: 30px;
            transition: transform 0.3s ease-in-out;
        }
        .pricing-card:hover {
            transform: translateY(-10px);
        }
        .pricing-card h3 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: #343a40;
        }
        .pricing-card .price {
            font-size: 3rem;
            font-weight: 700;
            color: #ff6f00;
            margin-bottom: 10px;
        }
        .pricing-card .price-per-month {
            font-size: 1rem;
            color: #6c757d;
            margin-bottom: 30px;
        }
        .pricing-card ul {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }
        .pricing-card ul li {
            margin-bottom: 10px;
            color: #495057;
        }
        .pricing-card ul li::before {
            content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢"; /* Bullet point */
            color: #ff6f00;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }
        .pricing-card .btn {
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease-in-out;
        }
        .btn-primary-custom {
            background-color: #ff6f00;
            border-color: #ff6f00;
            color: #fff;
        }
        .btn-primary-custom:hover {
            background-color: #e66300;
            border-color: #e66300;
            color: #fff;
        }
        .btn-outline-secondary-custom {
            border-color: #6c757d;
            color: #6c757d;
        }
        .btn-outline-secondary-custom:hover {
            background-color: #6c757d;
            color: #fff;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .header-section h1 {
                font-size: 2.5rem;
            }
            .feature-list li {
                font-size: 1rem;
            }
            .profile-image {
                margin-bottom: 30px;
            }
            .pricing-card {
                padding: 20px;
            }
            .pricing-card .price {
                font-size: 2.5rem;
            }
        }

        @import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap");


/* main {
  margin-top: 5rem;
} */

.cards-info {
  margin-right: 1rem;
  max-width: 380px;
  width: 95%;
}
.features{
  background-color: 	#021E30;
}
.features ul{
  color: 	#C8E7EF;
}
@media (max-width: 807px) {
  .cards-info {
    max-width: unset;
  }
}

.cards-info .prices {
  border-style: solid;
  border-color: #59BCD9;
  border-width: 1px 1px 0px 1px;
  background-color: rgba(0, 0, 0, 0.8);
}

.cards-info .prices h1 {
  padding: 1rem 0;
  font-size: 2.875rem;
}

.cards-info .prices a,
.cards-info .prices a:visited {
  background-color: #1173A6;
  color: #fff;
  max-width: 160px;
  width: 100%;
}




    .price-card {
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      padding: 30px 20px;
      background: #021E30;
      transition: transform 0.3s ease;;
      height: 100%;
      display: flex;
      flex-direction: column;
      text-align: left; /* Ensures consistent text alignment */
      justify-content: space-between; /* Optional: pushes button to bottom */
    }
    .price-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

    .price-card:hover {
      transform: translateY(-5px);
    }
    .price {
      color: #59BCD9;
      font-size: 2rem;
      font-weight: bold;
    }
    .old-price {
      text-decoration: line-through;
      font-size: 0.9rem;
      color: #C8E7EF;
    }
    .price-card p{
       color: #C8E7EF !important;
    }
    .discount-badge {
      background-color: #1173A6;
      color: #fff;
      font-size: 0.8rem;
      padding: 5px 10px;
      border-radius: 5px;
      margin-left: 10px;
    }
    .feature-list li {
      margin-bottom: 10px;
      color: #C8E7EF;
    }
    .order-btn {
      background-color: #1173A6;
      color: #C8E7EF;
      border: none;
    }
    .order-btn:hover {
      background-color: #c1006c;
    }
    .live-chat {
      color: #e5007d;
      font-weight: bold;
      text-decoration: none;
    }
    .price-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.new-price {
  font-size: 24px;
  font-weight: bold;
  color: #59BCD9;
}

.old-price {
  font-size: 20px;
  color: #fff;
  text-decoration: line-through;
}

.discount-badge {
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
}


.section-services {
	font-family: "Poppins", sans-serif;
	color: #202020;
	padding-top: 115px;
    padding-bottom: 120px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ff4500;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #021E30;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #1173A6;
    border: 6px solid #59BCD9;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #1173A6;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #021E30;
	color: #fff;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 22px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #000000;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #000000;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #59BCD9;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #000000;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #59BCD9;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #000000;
}

.contact-options {
  font-family: 'Segoe UI', sans-serif;
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}

.contact-label {
  font-weight: 600;
  font-size: 13px;
  color: #fff; /* blue color */
}

.contact-phone {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.chat-now {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}



.scrollable-list {
  max-height: 12rem; /* Adjust height as needed */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px; /* Optional: adds space for scrollbar */
}
/* For Chrome, Edge, Safari */
.scrollable-list::-webkit-scrollbar {
  width: 8px;
}

.scrollable-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

.scrollable-list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #021E30; 
}
.tooltip-item {
  position: relative;
  list-style: none;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tooltip-item .dot-line {
  width: 4px;
  height: 20px;
  display: inline-block;
}

.info-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
}

.tooltip-text {
  visibility: hidden;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  bottom: 125%; /* Show above the icon */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* Arrow at the bottom of tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.info-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.socialfix li:hover i{
  color: #000 !important
}

.cta-sec.home h3{
  color: #000;
  font-weight: 600;
}
.cta-sec.home p{
  color: #000;
}

.contcatus .bdrclass {
    outline: 2px solid #c2c2c2;
}

.contact-pag-form .form-wraper .form-control::placeholder {
    color: #000 !important;
}

.sidenav{
  display: none !important;
}

.head-menu .dropdown-menu li {
    border-bottom: 1px solid #000000;
}
.head-menu .dropdown-menu {
    padding: 0px 10px 20px 15px !important;
    background: #fff;
}
.head-menu .dropdown-menu li a {
    color: #000;
}

/* new-header */
.mob-menu {
    display: none;
}

.mob-menu .navbar-toggler.toggler-example i::before {
    color: #fff;
}

.mob-menu .navbar-toggler.toggler-example {border: 1px solid #fff;}
a
.mob-menu .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
}
section#logo-main img {
    width: 100%;
    max-width: 100%;
}

section#logo-main .col-md-3 {
    padding: 0 3px;
}

#logo-main2 .row img {
    /* padding: 10px; */
    box-shadow: #0000002e 0 0px 12px;
    width: 92%;
}
#top .logo img {
    width: 180px;
}

#top .top-content ul {
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}
#top .top-menu ul li a:hover {
    color: #2789c4;
}

#top .logo-menu-2 li a {
    font-size: 13px !important;
}

#top .top-menu ul li a:hover {
    color: #2789c4;
}
#top .row {
    align-items: center;
}


#top .top-bg .container {
    padding: 10px 0px;
}

#top .top-content ul li a {
    color: #ffffff;
    padding-left: 40px;
    font-size: 15px;
    position: relative;
}

#top .top-content ul li:nth-child(1) a::before {
    position: absolute;
    content: "\f0e0";
    left: 70px;
    font-family: fontawesome;
    color: #46abe7;
    top: 0px;
    font-size: 15px;
}
#top .top-content ul li:nth-child(3) a::before {
    position: absolute;
    content: "\f10b";
    left: 180px;
    font-family: fontawesome;
    color: #fff;
    top: -8px;
    font-size: 25px;
    z-index: 999;
}
#top .top-content ul li:nth-child(2) a::before {
    position: absolute;
    content: "\f095";
    left: 170px;
    font-family: fontawesome;
    color: #46abe7;
    top: 0px;
    font-size: 15px;
}
#top .top-content ul li:last-child a {
    background: #2789c3;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 15px;
    padding: 12px 25px 12px 40px;
    margin-left: 30px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s ease;
    border: 1px solid #2789c3;
    text-decoration: none;
}

#top .top-content ul li:last-child a:hover {
    transition: 0.5s ease;
    background: transparent;
    color: #ffffff;
}
#top .top-content ul li:last-child a:hover:before {
    color: #2789c3;
}
#top ul li .dropdown.mega-menu-ctm {
    display: none;
}
#top .top-bg {
    background: #000;
    padding: 20px 10px 20px;
}

#top .top-menu {
    box-shadow: 0px 20px 20px #0000005c;
    border-bottom: #eceeef 1px solid;
}

#top .top-menu ul {
    display: flex;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: space-around;
    margin: 0;
    padding: 20px 0;
}

#top .top2 .row {
    justify-content: center;
    align-items: center;
}

#top .top-menu ul li a {
    font-size: 15px;
    color: #181818;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
#top .top-menu ul.dropdown img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
    border: #dbdbdb 2px solid;
}

#top .top-menu ul.dropdown .logo-menu {
    width: 100%;
    text-align: center;
    height: auto;
}

#top .top-menu ul.dropdown {
    position: absolute;
    left: 0;
    align-items: center;
    width: 80%;
    padding: 20px 50px;
    background: #fff;
    top: 135px;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 12px 20px #08070733;
    border-radius: 0 0px 20px 20px;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    border-bottom: #2789c4 4px solid;
}

#top .top-menu ul.dropdown h4 {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 8px;
    color: #000;
}
#top .top-menu ul.dropdown .logo-menu.logo-menu.logo-menu-2 {
    background: #0d0d0d;
    border-bottom: 5px solid #2789c3;
    border-left: 5px solid #2789c3;
    border-radius: 0 0 40px 0;
    margin: 0;
    padding: 0 0px 15px;
}

#top .top-menu ul.dropdown h5 {
    background: #2789c3;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    padding: 5px 0;
    width: 100%;
    margin: 0 auto 3px;
}

#top .top-menu ul.dropdown li a {
    color: #fff;
    text-align: left;
    font-weight: 500;
}

#top .top-menu ul li.serv-drop:hover ul {
    opacity: 1;
    transition: 0.5s ease;
    visibility: visible;
}
.portfolio-page {
    margin-top: 50px;
}
#top .top-menu ul.dropdown::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: #ffffff;
    left: 38%;
    top: 0px;
    transform: rotate(45deg);
    border-top: 2px solid #2789c4;
    border-left: 2px solid #2789c4;
}
#top .dropdown {
    position: absolute;
    width: 20%;
    left: auto;
    right: auto;
    padding: 0 30px;
    box-shadow: 0px 20px 20px #1813130d;
    top: 148px;
    opacity: 0;
    border-bottom: #2789c3 5px solid;
    transition: 0.5s ease;
    background: #fff;
    visibility: hidden;
}

#top .dropdown ul {
    display: block;
}

#top .dropdown ul li a {font-weight: 600;line-height: 30px;border-bottom: 1px solid #0000002e;width: 100%;display: block;padding-bottom: 10px;margin-bottom: 10px;}

#top .top-menu ul li.pricing:hover .dropdown {opacity: 1;transition: 0.5s ease;visibility: visible;}
#top .top-menu ul li.serv-drop a::before {
    position: absolute;
    content: "\f149";
    right: -15px;
    font-family: 'FontAwesome';
    top: 2px;
}

#top .top-menu ul li.serv-drop a {
    position: relative;
}

#top .top-menu ul li.pricing a::before {
    position: absolute;
    content: "\f149";
    right: -15px;
    font-family: 'FontAwesome';
    top: 2px;
}

#top .top-menu ul li.pricing a {
    position: relative;
}

#top .top-menu ul li.pricing .dropdown a::before {
    display: none;
}
header#top {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
}


.mob-menu a {
    display: inline-block;
    width: 250px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff !important;
    border-bottom: 1px solid #fff;
}



nav.navbar.navbar-light {
    justify-content: space-between;
    background: #000000 !important;
    z-index: 999;
    position: relative;
    padding-bottom: 20px;
}

.mob-menu a img {
    filter: invert(1) !important;
}

.main-logo {
    border-bottom: none !important;
}

.innerbanner video {
    position: absolute;
    width: 30%;
    right: 100px;
    bottom: 50px;
}


.talk-details li img {
    width: 35%;
    filter: brightness(10.5);
}

ul.awards-ul.awards-slider.owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: none;
}

#fixedWhatsAppIcon {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 90px;
  width: 45px;
  height: 45px;
  background-color: #54b460;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  z-index: 9999;
}
#fixedWhatsAppIcon:hover {
  background-color: #339933;
}
a.header-wp-icon i {
    color: #54b460;
}