@import url("https://fonts.googleapis.com/css2?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");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
:root {
  --themecolorone: #0062bd;
  --themecolortwo: #ff0000;
  --para: #565656;
}
/* global css  */
.container {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
.flex {
  display: flex;
}
.spce-btwn {
  justify-content: space-between;
}
a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
.glblbtn {
  background: var(--themecolorone);
  box-shadow: unset;
  padding: 10px 22px;
  box-shadow: unset;
  padding: 10px 22px;
  color: #fff;
  display: inline-block;
}
.glbl-btn {
  background: #0062bd;
  padding: 12px 30px;
  color: #fff;
  text-transform: capitalize;
  margin: auto;
  display: block;
  width: 18%;
  text-align: center;
  font-size: 19px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.glbl-btn a {
  color: #fff;
}

/* section  */
section {
  padding: 60px 0px;
}

/* mainbanner  */
.mainbanner {
  height: 100vh;
  background: linear-gradient(90deg, #0062bd, #bd0000c4);
}
.swiper-backface-hidden .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

/* header  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 999;
  background-color: transparent;
  transition: background-color 0.6s ease, transform 0.6s ease;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Default logo */
.logo .logo-default {
  display: block;
  transition: opacity 0.6s ease;
}

/* Scrolled logo */
.logo .logo-scrolled {
  display: none;
  transition: opacity 0.6s ease;
}

/* When scrolling down */

.innerheader.header .logo-default {
  display: none;
}

.header.scrolled.shrink nav > ul > li > a img {
  filter: unset;
}

.innerheader.header {
  display: block;
  width: 185px;
}
.header.innerheader .logo-scrolled {
  display: block;
  width: 185px;
}

.header.scrolled .logo-default {
  display: none;
}

.header.scrolled .logo-scrolled {
  display: block;
  width: 185px;
}

.header.scrolled {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 14px;
}

.header.innerheader {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 14px;
}
.header.innerheader .callrequest {
  background: linear-gradient(90deg, #0062bd, #0062bd);
  box-shadow: unset;
  padding: 10px 22px;
  box-shadow: unset;
  padding: 10px 22px;
}

.header.scrolled .callrequest {
  background: linear-gradient(90deg, #0062bd, #0062bd);
  box-shadow: unset;
  padding: 10px 22px;
  box-shadow: unset;
  padding: 10px 22px;
}
.header.innerheader {
  transform: translateY(-10px); /* Slightly move it up when scrolling down */
  width: 100%;
}
.header.shrink {
  transform: translateY(-10px); /* Slightly move it up when scrolling down */
  width: 100%;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header a {
  color: #fff;
  transition: color 0.3s ease;
  font-size: 18px;
  display: flex;
  animation: capitalize;
  align-items: center;
}
nav > ul > li > a img {
  filter: brightness(0) invert(1); /* makes image appear white */
}
header.header.innerheader.scrolled.shrink nav > ul > li > a img {
  filter: unset; /* makes image appear white */
}

.header.scrolled a {
  color: #000;
}
.header.innerheader a {
  color: #000;
  display: flex;
  align-items: center;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 15%;
}
header .logo img {
  width: 100%;
}
header nav > ul > li {
  display: inline-block;
  margin-left: 28px;
  position: relative;
  padding: 10px 0;
}

.header .callrequest {
  padding: 10px 22px;
  border-radius: 5px;
  color: #000;
  text-transform: capitalize;
  border: 1px solid #ffffff21;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.header .callrequest a {
  color: #fff;
  font-size: 16px;
}

/* Positioning the submenu */
nav ul li {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 12px;
  z-index: 99;
  padding: 15px 5px;
  min-width: 320px;
}
.submenu.second-level-menu.recourse {
  padding: 7px;
}
.submenu.second-level-menu.recourse img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.submenu.second-level-menu.recourse p {
  color: #595959;
  font-size: 13px;
  font-weight: 400;
  margin: 8px 0;
}

.header .submenu.second-level-menu.recourse .submenu-body a {
  color: #0062bd;
  font-size: 14px;
  font-weight: 500;
}
.header .submenu.second-level-menu.recourse .submenu-body {
  width: 100%;
  padding: 10px;
  padding-top: 0;
}
nav ul li:hover .submenu {
  display: block;
}

.submenu.second-level-menu.recourse .submenu-body h4 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin: 3px 0;
}

/* Second level items styling */
.second-level-menu li {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  padding-bottom: 3px;
  display: inline-block;
  width: 100%;
}

.second-level-menu li:last-child {
  border-bottom: none;
}

.second-level-menu li img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.second-level-menu li a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

.second-level-menu li:last-child a {
  border: unset;
}

.second-level-menu li:hover {
  background-color: #f9f9f9;
}
.second-level-menu li {
  padding: 0px 0px;
}


/* bannertext  */
.bannercontant {
  height: 100%;
  position: relative;
}
.bannercontant::before {
  position: absolute;
  content: "";
  background-image: url(../img/backgroundpattern2.webp);
  height: 100%;
  inset: 0;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.8;
}

.bannercontant .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.bannercontant .container .bannertext {
  width: 65%;

  margin-top: 9%;
}
.bannercontant .bannertext h1 {
  font-size: 53px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 13px;
  text-transform: capitalize;
  width: 95%;
}

.bannercontant .bannertext h1 span {
  color: #ffcb14;
}

.bannercontant .bannertext ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
.bannercontant .bannertext ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0px 15px;
}

/* bannercontent  */

.demo {
  height: 500px;
}

.bannertext .trained {
  margin-top: 20px;

  display: flex;
  align-items: center;
}
.bannertext .trained img {
  width: 90px;
  margin-right: 10px;
}

.bannertext .trained h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

/* banner img  */

.bannerimg {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: end;
  position: relative;
}
.bannerimg img {
  width: 100%;
}

.bannertext a {
  text-decoration: none;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  font-size: 19px;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #ffffff2b;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bannertext a img {
  width: 23px;
}

.bannerimg .fb,
.insta,
.youtube,
.google {
  position: absolute;

  width: 44px;
}
.bannerimg .fb {
  left: 5%;
  top: 53%;
}
.bannerimg .insta {
  right: 2%;
  top: 53%;
}

.bannerimg .youtube {
  right: 2%;
  top: 80%;
}

.bannerimg .google {
  top: 80%;
}

/* Add this to your CSS */
@keyframes slowFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Apply the animation to all icons */
.bannerimg .fb,
.bannerimg .insta,
.bannerimg .youtube,
.bannerimg .google {
  position: absolute;
  width: 44px;
  animation: slowFloat 3s ease-in-out infinite;
}

.retention {
  width: 258px;
  background: #833b6bde;
  position: absolute;
  padding: 10px;
  border-radius: 5px;
  bottom: 10%;
  color: #fff;
  padding-left: 25px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.retention h5 span {
  font-size: 32px;
  font-weight: 600;
}

.retention h5 img {
  width: auto;
}

/* Typing Effect */
.typewriter {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
  /* border-right: 2px solid #ffcb14; */ /* Removed blinking line */
  animation: typing 4s steps(22, end) infinite;
  font-weight: 600;
  color: #ffcb14;
}

@keyframes typing {
  0% {
    max-width: 0;
  }
  50% {
    max-width: 100%;
  }
  60% {
    max-width: 100%;
  }
  100% {
    max-width: 0;
  }
}

/* ourbrands and clients  */
.heading {
  text-align: center;
  margin-bottom: 18px;
}
.heading h2 {
  color: var(--themecolorone);
     font-size: 47px;
  text-transform: capitalize;
  font-weight: 600;
}
.heading h2 span {
  color: #323232;
  border-bottom: 3px solid #ffcb14;
}
.heading p {
  font-size: 22px;
  color: #5e5e5e;
  font-weight: 500;
  margin-bottom: 15px;
}

/* banner */
.banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.banner-contant h1 {
  margin: auto;
  color: #fff;
  line-height: 70px;
  margin: 30px 0px;
  font-size: 80px;
  line-height: 80px;
}

.banner-contant {
  font-size: 32px;
  color: #fff;
  text-align: left;
  width: 55%;
}

.banner-contant p {
  font-size: 27px;
  line-height: 40px;
  color: #d0d0d0;
}

.banner-contant ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px auto;
}
.banner-contant ul li {
  width: 50%;
}
.banner-contant ul li:first-child a {
  border-radius: 1px solid #fff;
  background-color: #fff;
  font-weight: 800;
  color: var(--themeclrone);
}
.banner-contant ul li a {
  border-radius: 16px;
  padding: 10px 25px;
  font-size: 20px;
  width: 49%;
  text-transform: capitalize;
  border: 1px solid #fff;
  color: #fff;
}
.banner .bammer-video {
  width: 42%;
  height: 400px;
  position: relative;
}
.banner .bammer-video video {
  position: absolute;
  z-index: 2;
}
.banner .bammer-video::after {
  position: absolute;
  content: "";
  background-color: #cd5103;
  top: -119px;
  inset: 0;
  transform: rotate(45deg);
  z-index: 1;
  height: 90px;
  top: 35%;
  width: 630px;
  border-radius: 5px;
}
.banner .bammer-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

/* youtube  */
.youtube {
  width: 100%;
  position: static;
  overflow: hidden;
  background-color: #efefef52;
}
.youtube .heading {
  text-align: center;
  margin-bottom: 0px;
}

.slider-container {
  width: 100%;

  overflow: hidden;
}

.slider-track {
  display: flex;
  width: max-content;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Top slider moves right */
.slider-top .slider-track {
  margin: 25px 0px;
  animation-name: scroll-right;
  animation-duration: 50s;
}

/* Bottom slider moves left */
.slider-bottom .slider-track {
  animation-name: scroll-left;
  animation-duration: 40s;
}

.slider-item {
  flex: 0 0 auto;
  width: 12%;
  margin-right: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
  height: 250px;
}

.slider-item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-265px * 5));
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(calc(-265px * 5));
  }

  100% {
    transform: translateX(0);
  }
}

.popup-animate {
  animation: zoomInOut 2s ease-in-out infinite;
  animation-duration: 2s; /* 2 seconds total for each cycle */
  animation-timing-function: ease-in-out; /* Smooth transition */
  animation-iteration-count: infinite; /* Repeat indefinitely */
}

.slider-container.slider-bottom .slider-item {
  width: 10%;
}

.youtube .glblbtn {
  padding: 15px 25px;
  background-color: #e10000;
  width: 250px;
  display: block;
  border-radius: 5px;
  margin: auto;
  margin-top: 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

/* service  */
.service {
  background-image: url(../img/pattern-3.svg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 60px;
}
.service.service2 {
  background-image: unset;
  padding-top: 0px;
}
.service-2-body {
  padding-top: 0;
}
.service.service3 {
  background-image: unset;
  padding-top: 0px;
}
.service.service3 .right .girl-image {
  background-image: url("../img/service3/11.png");
}
.service .service-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service .service-body .left {
  width: 50%;
  padding-right: 10%;
}

.service .service-body .left a {
  font-size: 19px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
}
.service .right {
  position: relative;
  width: 50%;
  background: #eeeeee75;
  border-radius: 5px;
  height: 450px;
  border-radius: 15px;
}

.service .right .icon:nth-child(6),
.service .right .icon:nth-child(4) {
  left: 8% !important;
}
.service .right .icon:nth-child(2) {
  top: 10% !important;
  left: auto !important;
  right: 4% !important;
}
.service .right .icon:nth-child(7) {
  top: 40% !important;
  right: 4% !important;
}

.service .right .girl-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-image: url(../img/6.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service.service2 .right .girl-image {
  background-image: url(../img/service3/11.png);
}
.service.service3 .service-body .right .girl-image {
  background-image: url("../img/service3/11.png") !important;
}

.service .right .icon {
  width: 160px;
  height: auto;
  position: absolute;
  opacity: 0;
  transform: scale(0) translateY(20px); /* Changed from scale(0.5) */
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Added bouncy effect */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.service.service2 .right .icon {
  width: 80px;
  height: 80px;
}
.service.service2 .right .icon:nth-child(8) {
  left: 30% !important;
  top: 70% !important;
}
.service .right .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service .right .icon.visible {
  opacity: 1;
  transform: scale(1) translateY(0); /* Added translateY(0) */
}

/* ADD these hover effects if desired */
.service .right .icon:hover {
  transform: scale(1.05) translateY(-5px);
}

.service .service-body .left h2 {
  font-size: 35px;
}
.service .service-body .left p {
  font-size: 16px;

  text-align: left;
  color: #333;
}

/* service 2 */
.service-2-body .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-2-body .left {
  width: 50%;
  background-image: url("../img/service2/1.png");
  background-size: contain;
  background-position: calc(100% - 50px) center;
  background-repeat: no-repeat;
  background-color: #eeeeee75;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 450px;
  transition: background-position 0.5s ease;
  border-radius: 15px;
}

.service-2-body .right {
  width: 50%;
  padding-left: 10%;
}
.service-2-body .right h2 {
  font-size: 35px;
}
.service-2-body .right p {
  font-size: 15px;
  text-align: justify;
  color: #333;
}

.service-2-body .right a {
  font-size: 19px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
}
.service-2-body .left .icons-body {
  position: relative;

  width: 300px;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 80px;
}

.service-2-body .left .icons-body .box {
  opacity: 0;
  transform: scale(0) translateY(20px);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  width: 250px;
}

.service-2-body .left .icons-body .box.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.service-2-body .left .icons-body .box img {
  width: 100%;
}

/* service 3 */

/* feedback  */
.feedback {
  background: linear-gradient(90deg, #0062bd, #bd0000c4);
}
.feedback .heading h2 {
  color: #fff;
}
.feedback .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback .leftfeedback {
  width: 55%;
}

.feedback .leftfeedback:first-child img {
  width: 200px;
}

.feedback .leftfeedback p {
  font-size: 23px;
  font-weight: 500;
  margin: 25px 0px;
  line-height: 42px;
  color: #fff;
}
.feedback .right {
  width: 40%;
}

.feedback .right img {
  width: auto;
}

.feedback .leftfeedback .box .left img {
  width: auto;
  margin-right: 20px;
}

.feedback .leftfeedback .box {
  display: flex;
  align-items: center;
}

.feedback .leftfeedback .box .left {
  width: 10%;
  margin-right: 15px;
}

.feedback .leftfeedback .box p {
  margin: auto;
  line-height: 10px;
  font-size: 18px;
  font-weight: 200;
}
.feedback .leftfeedback .box .right h5 {
  font-size: 20px;
  color: #fff;
  margin-top: 14px;
  font-weight: 400;
}
.feedback .leftfeedback .box {
  color: #fff;
  font-size: 32px;
}

.feedback .rightfeeback {
  width: 40%;
  display: flex;
  justify-content: right;
}
.feedback .rightfeeback img {
  width: auto !important;
}

.feedback #testimonial .owl-nav span {
  color: #fff;
}

/* demand course  */
.deman-course {
  background: linear-gradient(90deg, #0062bd, #bd0000c4);
}

.deman-course .heading h2,
.deman-course .heading p {
  color: #fff;
}
.deman-course .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.deman-course .right {
  width: 40%;
}
.deman-course .right a {
  background: #0062bd;
  padding: 10px 45px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  width: 95%;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  margin: auto;
  display: block;
  margin-top: 20px;
}
.deman-course .right .course-box {
  width: 85%;
  margin-left: auto;
  border-radius: 8px;
}
.deman-course .right .course-box img {
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.deman-course .right .course-box {
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 5px;
  padding-bottom: 25px;
}

.deman-course .right .course-box h4 {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  background: #972121;
  padding: 10px 10px;
  color: #fff;
  margin-top: -8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 12px;
}
.deman-course .right .course-box h5 {
  font-size: 16px;

  font-weight: 500;
  color: #000000;
}
.deman-course .right .course-box p {
  color: #3d3939;
  font-size: 15px;
  padding: 5px 0;
}
.deman-course .right .course-box .price {
  display: flex;
  align-items: center;
}
.deman-course .price h6 {
  display: flex;
  align-items: center;
  font-size: 25px;
}
.deman-course .price span {
  font-size: 25px;
  color: #777272;
  text-decoration: line-through;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.deman-course .right .course-box .box {
  display: flex;
  align-items: center;
  width: 80%;
  padding: 4px 8px;
  border-radius: 5px;
}

.deman-course .right .course-box .box .img img {
  width: 18px;
  margin-right: 8px;
}
/* .wrapper #iconContainer {
  position: absolute;
  top: 50%;
  left: 48%;
}
.wrapper {
  position: relative;
  width: 500px;
  height: 500px;
}

.orbit-line {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orbit1 {
  width: 200px;
  height: 200px;
}

.orbit2 {
  width: 300px;
  height: 300px;
}

.orbit3 {
  width: 400px;
  height: 400px;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.center img {
  width: 80%;
}

.orbit-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.orbit-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  transform-origin: center center;
}
 */
.wrapper {
  position: relative;
  width: 100%; /* full width for responsiveness */
  max-width: 500px; /* prevent it from being too large */
  height: 500px; /* desktop height */
  margin: 0 auto; /* center in the page */
}

.wrapper #iconContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* cover the wrapper */
  height: 100%;
}

.orbit-line {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orbit1 {
  width: 200px;
  height: 200px;
}

.orbit2 {
  width: 300px;
  height: 300px;
}

.orbit3 {
  width: 400px;
  height: 400px;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.center img {
  width: 80%;
}

.orbit-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.orbit-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  transform-origin: center center;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
  .wrapper {
    height: 350px;
  }
  .orbit-icon {
    width: 55px;
    height: 55px;
  }
  .orbit-icon img {
    width: 28px;
    height: 28px;
  }
  .center {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 400px) {
  .wrapper {
    height: 280px;
  }
  .orbit-icon {
    width: 45px;
    height: 45px;
  }
  .orbit-icon img {
    width: 22px;
    height: 22px;
  }
  .center {
    width: 70px;
    height: 70px;
  }
}

/* testimonial  */
#testimonial {
  position: relative;
}

#testimonial button.owl-prev {
  position: absolute;
  left: 25%;
  top: 90%;
}
#testimonial button.owl-next {
  position: absolute;
  left: 30%;
  top: 90%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset !important;
  color: #fff;
  text-decoration: none;
}

/* why choose  */
.whychoose {
  background-color: #efefef52;
}
.whychoose .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.whychoose .box {
  width: 24%;

  text-align: center;
  background: #fff;
  padding: 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 10px;
}
.whychoose .box img {
  background: #972121;
  padding: 10px;
  border-radius: 100%;
  width: 55px;
}
.whychoose .box:nth-child(even) img {
  background: #0062bd;
}

.whychoose .box span {
  font-size: 40px;
  font-weight: 800;
  display: block;
  line-height: 60px;
  -webkit-text-stroke: 1.5px white;
  text-align: center;
  position: relative;
}
.whychoose .box h4 {
  font-size: 21px;
  font-weight: 600;
}

/* contact  */
.contact {
  background-color: #efefef52;
}
.main-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  padding: 10px;
  border-radius: 15px;
  height: 650px;
}
.main-contact .left {
  width: 50%;
  text-align: center;
  height: 100%;
  position: relative;
}
.main-contact .left .contact-box {
  position: absolute;
  bottom: 24%;
  width: 90%;
  left: 5%;
  text-align: left;
}
.main-contact .left .contact-box .box {
  display: flex;
  align-items: center;
  background: #833b6bde;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  width: 65%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.main-contact .left .contact-box .box:nth-child(2) {
  margin: 10px 0px;
}
.main-contact .left .contact-box .box h5 {
  font-weight: 500;
}
.main-contact .left .contact-box .box img {
  width: 35px;
  margin-right: 10px;
}
.main-contact .left .main-img {
  width: 100%;
  border-radius: 10px;
  margin: auto;
  height: 100%;
  object-fit: cover;
}
.main-contact .right {
  width: 45%;
  border-radius: 15px;
}
.main-contact .right .heading {
  padding: 14px 0;
  font-size: 45px;
  color: #000000;
  margin-bottom: 0;
  text-align: left;
  font-weight: 600;
}

.main-contact .right .heading p {
  margin-bottom: 0;
}
.main-contact .right form {
  width: 85%;
}

.main-contact .right form .form_group {
  margin: 10px 0;
}
.main-contact .right form input[type="submit"] {
  background: #bd0000;
  color: #fff;
  font-size: 20px;
  width: 100%;
  margin: 20px auto;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}

.form_group label {
  display: block;
}
input,
select {
  width: 100%;
  border: unset;
  border: 1px solid #91919178;
  border-radius: 7px;
  outline: none;
  padding: 11px 14px;
  margin: 4px 0px;
  color: #313030;
  font-size: 15px;
  font-weight: 500;
}

textarea {
  width: 100%;
  border: unset;
  width: 9;
  border-radius: 5px;
  margin-top: 5px;
  height: 80px;
  outline: unset;
  padding: 15px;
  border: 1px solid #cdcdcd;
}
input[type="submit"] {
  width: 94%;
  border: unset;
  background-color: var(--primary-clrTwo);
  color: #fff;
  font-size: 17px;
}

/* footer  */
footer {
  background: #0c1e5e;
  padding: 60px 0px;
}
footer .footer-parent {
  display: flex;
  justify-content: space-between;
}
footer .left {
  width: 25%;
}

footer .left p {
  color: #fff;
  margin: 15px 0px;
}
footer .social-icons {
  display: flex;
}

footer .phone-mail a {
  font-size: 21px;
  color: #fff;
}

footer .right {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

footer .right ul {
  margin: 0px 25px;
}
footer .right ul li {
  line-height: 33px;
}
footer .right ul li a {
  color: #fff;
  text-transform: capitalize;
}
footer h5 {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

footer .container {
  padding-bottom: 40px;
}

.footer-parent2 {
  border-top: 1px solid #ffffff42;
  margin-top: 35px;
  padding-top: 30px;
}
footer .footer-parent2 ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-parent2 ul li {
  line-height: 40px;
}
footer .footer-parent2 ul li a {
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  padding-right: 13px;
}

footer .footer-parent2 ul li:last-child a {
  border: unset;
}

footer .social-icons li img {
  width: 25px;
}

footer .footer-parent2 .social-icons {
  justify-content: center;
}
footer .footer-parent2 .social-icons li a {
  border: unset;
  padding: 0;
  margin: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin-right: 10px;
  border: 1px solid #fff;
}
footer .footer-parent2 .social-icons li:last-child a {
  border: 1px solid #fff;
}

footer .copyright p {
  margin-top: 50px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #ffffff42;
  padding-top: 30px;
}
.filter_loading{position:fixed;display:none;top:0;left:0;text-align:center;background:rgba(0,0,0,0.6);color:#FFF;width:100%;height:100%;z-index:999999999;}.filter_loading img{margin: 20% auto 0 auto;padding:5px;width:54px;}.overlay {background:#000000b3;position: fixed;z-index:2;width: 100%;height: 100%;left: 0;right: 0;margin: auto;top: 0;bottom: 0;display:none;}.over_inner {width: 100%;height: 100%;}.is-invalid {border-color: #df4841;}em.error {color: rgb(223, 72, 65);right: 0;font-size: 10px;margin: 0; font-weight: 700;}
.service-3 .service-3-body .right {
  background-color: #eeeeee75;
  width: 50%;
}

.service.service3 .right2 {
  width: 50%;
}

.service.service3 .right2 video {
  width: 100%;
}

/* main services  */
.main-services .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-services .glbl-btn {
  margin-top: 35px;
  margin-bottom: 0px;
}
.tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  background-color: #fff;
  width: 50%;
  flex-wrap: wrap;
}

.tab {
  text-align: center;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  width: 31%;
  text-transform: capitalize;
  transition: all ease-in-out 0.5s;
}
.tab:hover {
  background: #eeeeee9e;
}

.tab.active {
  background: #eeeeee9e;
}

.tab img {
  display: block;
  margin: 10px auto;
  width: 50px;
}

.image-container {
  position: relative;
  width: 49%;
}

.image-container .service-contant {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 60%;
}
.image-container .service-contant h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  margin: 7px 0;
}
.image-container .service-contant p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.image-container .service-contant h3 {
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 44px;
}

/* inner service  */

.services-wrapper {
  display: flex;
  position: relative;
  min-height: 100vh;
  background: linear-gradient(192deg, #0062bd, #bd0000c4);
  padding-bottom: 0;
}

.services-left {
  color: #fff;
  width: 25%;
  position: sticky; /* CHANGED from fixed to sticky */
  top: 0;
  align-self: flex-start;
  padding: 140px 20px 50px;
  height: fit-content;
}
.services-left h2 span {
  font-size: 40px;
  font-weight: 400;
}

.services-left h2 strong {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.underline {
  width: 100px;
  height: 3px;
  background: #fff;
  margin-top: 10px;
}

.services-right {
  width: 75%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.service-box {
  width: 50%;
  padding: 40px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.service-box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.line {
  width: 50px;
  height: 3px;
  background: #0062bd;
  margin-bottom: 15px;
}

.service-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-btn {
  background: var(--themecolorone);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}

.read-btn:hover {
  background: #009a5a;
}

@media screen and (max-width: 768px) {
  .services-left {
    position: static;
    width: 100%;
    align-items: center;
    text-align: center;
    min-height: auto;
  }

  .services-right {
    margin-left: 0;
    width: 100%;
  }

  .service-box {
    width: 100%;
    padding: 30px 20px;
  }
}

/* blog  */
.blog-home {
  padding: 60px 0px;
}
.blog-home .blog-body {
  display: flex;
  justify-content: space-between;
}

.blog-home .detail-blog {
  margin-top: 45px;
    border-top: 2px solid #000;
  padding-top: 25px;
}

.blog-home .detail-blog .our-work .box {
  font-size: 11px;
  color: #483d3d;
  width: 32%;
  margin-bottom: 35px;
}
.blog-home .detail-blog .heading h4 {
  font-weight: 600;
}
.blog-home .detail-blog .left {
  border-top: unset;
  width: 72%;
}
.blog-home .detail-blog .right {
  width: 25%;
}
.blog-home .detail-blog .right .box h3 {
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0;
  font-weight: 600;
}
.blog-home .detail-blog .right .box .date span {
  background: unset;
  font-weight: 400;
  margin-top: 0;
}

.blog-home .detail-blog .our-work {
  border: unset;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-home .detail-blog .our-work .box.ads img {
  height: 100%;
}

.blog-home .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;

  
}
.blog-home .heading h2 {
  width: 48%;
  text-align: left;
      color: #1d1d1d;
      
}
.blog-home .heading p {
  font-size: 13px;
  text-align: left;
  width: 48%;
  font-weight: 400;
  color: #444444;
}
.blog-home .our-work {
  background-color: unset;
}

.blog-home .our-work a{
    padding: 0 0px;
    border-bottom: 2px solid #d5d5d5;
    display: block;
    margin: 25px 0px;
    padding-bottom: 15px;
}
.blog-home .our-work a .box{
    margin-bottom:0px;
}

.blog-home .our-work h4 {
  font-weight: 600;
}
.blog-home .left {
    width: 48%;
    border-top: 2px solid #1d1d1d;;
    padding-top: 10px;
}
.blog-home .left .our-work .box h3 {
    font-size: 35px;
    line-height: 50px;
    margin: 12px 0;
    
}
.blog-home .left .our-work .box a:hover{

 text-decoration-line: underline;
  text-decoration-color: #000;
}
    

.blog-home .detail-blog .our-work .box h3 {
  font-size: 16px;
  line-height: 25px;
  margin: 12px 0;
}
.blog-home .detail-blog .container {
  display: flex;
  justify-content: space-between;
}

.blog-home .our-work .box {
  width: 100%;
}
.blog-home .left .our-work .box .about-blog {
  display: flex;
  justify-content: space-between;
}

.blog-home .left .our-work .box .about-blog span {
  width: auto;
  border-radius: 20px;
  text-align: center;
  background: #cacacaad;
  color: #000000;
  text-transform: capitalize;
  padding: 3px 15px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin: 7px 0;
}

.blog-home .right .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #33333340;
  padding-bottom: 15px;
  margin-bottom: 25px;
  transition: all ease-in-out 0.5s;
}

.blog-home .right .box img {
  width: 180px;
  border-radius: 8px;
  margin-right: 15px;
  object-fit: cover;
}
.blog-home .right .box:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}

.blog-home .right .box:last-child img {
  width: 100%;
}

.blog-home .right .box h3 {
      font-size: 18px;
    line-height: 24px;
}
.blog-home .right .box span {
  width: auto;
  border-radius: 20px;
  text-align: center;
  background: #cacacaad;
  color: #000000;
  text-transform: capitalize;
  padding: 3px 15px;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  margin: 0;
  margin-right: 25px;
}
.blog-home .our-work .box .date span {
  margin-right: 15px;
  font-size: 11px;
  color: #626262;
  background: unset;
  font-weight: 400;
}

.blog-home .blog-body .right {
  width: 48%;
  border-top: 2px solid #1d1d1d;
  padding-top: 10px;
}

.blog-home .blog-body .right .view-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;

  padding-top: 12px;
}
.blog-home .blog-body .right .view-all h4 {
  font-weight: 600;
}

.blog-home .blog-social {
  background-color: #000;
  border-radius: 15px;
  padding: 40px;
}
.blog-home .blog-social .social-blog-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-home .blog-social .box {
  width: 23%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-home .blog-social .box img {
  width: 100%;
  border-radius: 10px;
}

.blog-home .blog-social .box .youtube {
  background: unset;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: auto;
}

.blog-home .blog-social .box .youtube {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}

.blog-home .blog-social h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-home .social-blog-box ul {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 28px;
}
.blog-home .social-blog-box ul li {
  margin-left: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.blog-home .social-blog-box ul li img {
  width: 24px;
}

.detail-blog.social-media-analytics .our-work .box {
  font-size: 11px;
  color: #483d3d;
  width: 23%;
  margin-bottom: 35px;
}
.blog-home .detail-blog .reports {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-home .detail-blog .reports .our-work {
  display: block;
  width: 31%;
  border-top: 1px solid #000;
  padding-top: 15px;
}
.blog-home .detail-blog .reports .our-work .box {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #33333336;
  padding-bottom: 15px;
}
.blog-home .detail-blog .reports .our-work .box img {
  width: 160px;
  height: 90px;
}
.blog-home .detail-blog .reports .our-work .box .about-blog {
  display: block;
  padding-left: 15px;
}
.blog-home .detail-blog .reports .our-work .box .about-blog h3 {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  margin-top: 5px;
}
.blog-home .detail-blog .reports .our-work .box .about-blog span {
  margin: 4px;
  font-size: 10px;
}

.blog-home .topic-hubs {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 25px;
}

.blog-home .topic-hubs .topic-hubs-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-home .topic-hubs ul {
  width: 18%;
}
.blog-home .topic-hubs ul li {
  line-height: 32px;
}

.blog-home .topic-hubs ul li a {
  font-size: 13px;
  text-decoration: underline;
  color: #0062bd;
  font-weight: 500;
}

.blog-home .topic-hubs {
  border: 1px solid #000;
  padding: 18px;
}
.blog-home .topic-hubs h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* blog  */
.blog .our-work {
  background-color: unset;
}
.blog .our-work .box {
  width: 32%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.blog .our-work .box a {
  font-size: 14px;
  display: inline-block;
  margin-top: 8px;
}

.blog .our-work .box .box-body {
  padding: 10px 20px 18px;
}
.blog .our-work .box .about-blog span {
  width: auto;
  border-radius: 20px;
  text-align: center;
  background: #0062bd;
  color: #fff;
  text-transform: capitalize;
  padding: 3px 15px;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  margin-right: 25px;
}
.blog .our-work .box .about-blog span:last-child {
  background-color: var(--themecolortwo);
}

.blog .glbl-btn {
  background: linear-gradient(90deg, #0062bd, #0062bd);
  box-shadow: unset;
  padding: 10px 22px;
  box-shadow: unset;
  padding: 10px 22px;
  margin-top: 38px;
  margin-bottom: 0;
}

/* service detail  */
.service-detail {
  padding-top: 145px;
}
.service-detail.service-detail3 {
  padding-top: 60px;
}
.service-detail .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-detail .left {
  width: 60%;
}
.service-detail .left ul li {
  margin: 10px 0;
  line-height: 25px;
}
.service-detail .right {
  width: 48%;
  text-align: right;
}
.service-detail .right img {
  width: 85%;
}
.service-detail .left h1, .service-detail .left h2{
  font-size: 40px;
  color: var(--themecolorone);
  line-height: 58px;
  margin-bottom: 20px;
}
.service-detail .left p {
  font-size: 17px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}

.services-grid ul {
  margin: 10px 0;
}
.services-grid ul li {
  list-style: disc;
  line-height: 30px;
}
.services-grid .service-box img {
  width: 100%;
}

.service-detail2 {
  padding-top: 60px;
}
.service-detail.service-detail2 .right {
  text-align: left;
}
/* persnalized */
.persnalized {
  background: #eeeeee75;
  text-align: center;
  width: 100%;
}
.persnalized a {
  display: inline-block;
  background: #0062bd;
  padding: 14px 45px;
  color: #fff;
  margin-top: 12px;
}
.persnalized h2 {
  font-size: 42px;
  width: 100%;
  margin: auto;
  color: var(--themecolorone);
  line-height: 60px;
}
.persnalized p {
  font-size: 17px;
  color: #333;
  margin: 13px 0px;
  line-height: 25px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
}

.service-box {
  width: 50%;
  padding: 60px 50px;
}
.service-box p {
  font-size: 16px;
}

.white-bg {
  background-color: #fff;
}

.grey-bg {
  background-color: #f5f5f5;
}

.service-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.title-underline {
  width: 60px;
  height: 3px;
  background-color: #fcd307;
  margin-bottom: 25px;
}

.service-description {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 90%;
}

.service-box a {
  background: #0062bd;
  padding: 12px 30px;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
}
/* .approach */
.approach-body {
  flex-wrap: wrap;
}

.approach .heading h2 {
  text-align: center;
}
.approach-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.approach-body.seo .box {
  width: 24%;
  text-align: center;
  height: auto;
}
.approach-body .box {
  width: 16%;
  text-align: center;
  height: 375px;
}
.approach-body .box h3 {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.approach-body .box p {
  font-size: 15px;
}

/* our-work */
.our-work.services-detail-page .box {
  width: 23%;
  height: 400px;
}

/* Global Rail Group */

/* technology */
.technology {
  background: #eeeeee75;
}
.technology .heading {
  text-align: center;
  margin-bottom: 40px;
}
.technology .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.technology .box {
  width: 17%;
}
.technology .box img {
  width: 65%;
  margin-bottom: 30px;
}

/* our work  */
.our-work {
  background-color: #efefef52;
}

.our-work .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-work .heading h2 {
  text-align: center;
}

.our-work .box img {
  width: 100%;
  border-radius: 5px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.our-work .box h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
  color: #000;
  line-height: 25px;
}
.our-work .box p {
  color: #444040;
  font-size: 13px;
}
.our-work .box .date {
  margin-top: 0px;
}
.our-work .box .date span {
  margin-right: 15px;
  font-size: 12px;
  color: #333;
  margin-top: 8px;
  margin-bottom: 0;
}

/* about  */

.first-about {
  padding-bottom: 43px;
  background-color: #eee;
  padding-top: 130px;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #333;
  font-weight: 600;
}
.about .heading {
  margin-bottom: 15px;
}
.about .left h4 i {
  font-size: 18px;
  color: #4e4e4e;
}
.about .left p {
  margin-bottom: 6px;
  line-height: 24px;
}

.about .container {
  display: flex;
}

.about .left .heading h2 {
  text-align: left;
}
.about .left {
  width: 60%;
  padding-right: 70px;
  text-align: left;
}
.about .left h4 {
  text-align: left;
}

.about .left h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #363333;
}

.about .right {
  width: 45%;
}

.about .right img {
  width: 100%;
  border-radius: 5px;
}

/* what-we-do */
.what-we-do.about {
  background-color: #efefef52;
  margin-top: 0px;
}
.what-we-do.about .left {
  padding-right: 0;
  padding-left: 70px;
}

.about.what-we-do .left ul {
  margin: 12px 20px;
}
.about.what-we-do .left ul li {
  list-style: disc;
  line-height: 30px;
  font-size: 17px;
}

/* leadership  */

.leadership-section {
  background-color: #efefef52;
  text-align: center;
}

.leadership-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}

.leadership-section h2 .highlight {
  color: #00c26e;
  border-bottom: 3px solid #fbe82f;
}

.leadership-section .leaders {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.leadership-section .leader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.leadership-section .leader strong {
  margin-bottom: 10px;
  display: inline-block;
}
.leadership-section .leader.left .text {
  order: 1;
  text-align: justify;
  width: 70%;
}
.leadership-section .leader.right .text {
  order: 1;
  text-align: justify;
  width: 70%;
}

.leadership-section .leader.left .image-wrapper {
  order: 2;
}

.leadership-section .leader.right .image-wrapper {
  order: 1;
}

.leadership-section .leader.right .text {
  order: 2;
}
.leadership-section .leader.left .text ul {
  margin: 12px 0px;
}
.leadership-section .leader.left .text ul li {
  list-style: disc;
  margin-left: 19px;
  color: #333;
  line-height: 28px;
}

.leadership-section .text p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 7px;
}

.leadership-section .image-wrapper {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
}

.leadership-section .image-wrapper img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  object-fit: cover;
  background: #fff;
}

.leadership-section .circle {
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.9;
}

.leadership-section .circle.yellow {
  background: #fbe82f;
}

.leadership-section .circle.green {
  background: #00c26e;
}

.leadership-section .bottom-left {
  bottom: -15px;
  left: -15px;
}

.leadership-section .top-right {
  top: -20px;
  right: -15px;
}

/* about WeBeeWinning */
.about.WeBeeWinning {
  margin-top: 0px;
}
.about.WeBeeWinning ul li {
  list-style: disc;
  line-height: 30px;
  margin-left: 20px;
}
.about.WeBeeWinning b {
  margin-top: 10px;
  display: inline-block;
  font-size: 19px;
}

.about.WeBeeWinning .left {
  width: 100%;
}

.leadership-section .heading h2 {
  text-align: center;
}

/* innercontact */

.innercontact {
  margin-top: 60px;
}
.map {
  padding: 0;
  width: 100%;
  height: 275px;
}
.map iframe {
  padding: 0;
  width: 100%;
  height: 100%;
}

/* blog detail  */

.blog-navigation {
  background: linear-gradient(90deg, #0062bd, #bd0000c4);
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-top: 110px;
  border-bottom: 1px solid #bfbaba;
  position: sticky;
  top: 0;
  z-index: 99;
}
.blog-navigation .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-navigation .search {
  background: #fff;
  width: 275px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc4c4;
  border-radius: 5px;

  padding: 5px;
}
.blog-navigation .search svg {
  color: #948d8d;
}
.blog-navigation .search input {
  padding: 5px 10px;
  border: unset;
  padding: 0px;
  color: #6d6969;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 13px;
  padding-left: 10px;
}
.blog-navigation ul li {
  display: inline-block;
}

.blog-navigation ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-right: 30px;
  word-spacing: 2px;
  display: flex;
  align-items: center;
}
.blog-navigation ul li a span {
  line-height: 0;
}
.blog-navigation ul li a img {
  width: 13px;
  margin-left: 1px;
}
.detail-blog .heading h2 {
  text-align: left;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 45px;
}

.blog-detail-body {
  display: flex;
  justify-content: space-between;
}
.blog-detail-body .left {
  border-radius: 5px;
  width: 100%;
}

.detail-blog .left img {
  border-radius: 5px;
}

.blog-detail-body .right {
  width: 30%;
}
.detail-blog .left {
  font-size: 25px;
  font-weight: 600;
  width: 73%;
  background: #fff;
  padding: 15px 0px;
}
.detail-blog .left .blog-text-body {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.detail-blog .left .blog-text-body .blog-part h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.detail-blog .left .blog-text-body .blog-part ul li {
  list-style: disc;
  font-size: 14px;
  margin: 15px;
  font-weight: 400;
  color: #353434;
}
.detail-blog .left .blog-text-body .blog-part ul {
  margin: 25px 0;
}
.detail-blog .left .blog-text-body .blog-part h4 {
  font-size: 20px;
  font-weight: 600;
}
.detail-blog .left .blog-text-body .blog-video h3 {
  font-size: 20px;
  font-weight: 600;
}
.detail-blog .left .blog-text-body .text-body-left {
  width: 24%;
    max-height: max-content;
  position: sticky;
  top: 100px;
}

.detail-blog .left
  .blog-text-body
  .text-body-left
  .table-of-content ul li{
      font-size: 13px;
    font-weight: 500;
    margin: 8px 0;   
     border-left: 1px solid #ffffffa1;
    padding-left: 8px;
  }

    
    
.detail-blog
  .left
  .blog-text-body
  .text-body-left
  .table-of-content:first-child {
  background-color: #0062bd;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 5px;
  color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.detail-blog .left .blog-text-body .text-body-right p a {
  text-decoration: none;
  font-weight: 600;
  color: #0065c4;
  font-size: 16px;
  padding: 0px 3px;
}

.detail-blog .left .blog-text-body .text-body-right .blog-footer ul li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}
.detail-blog .left .blog-text-body .text-body-right .blog-footer ul li a {
  background-color: #dee1e1;
  font-size: 10px;
  color: #000;
  padding: 4px 8px;
  border-radius: 5px;
}
.detail-blog .blog-text-body .text-body-right .blog-footer .author .left img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}
.detail-blog .blog-text-body .text-body-right .blog-footer .author .left {
  width: 15%;
}
.detail-blog
  .blog-text-body
  .text-body-right
  .blog-footer
  .author
  .right
  .name
  h5 {
  font-size: 15px;
  font-weight: 600;
}
.detail-blog .blog-text-body .text-body-right .blog-footer .author .right p {
  font-size: 11px;
  color: #424141;
  margin: 9px 0px;
  text-align: justify;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 0;
}
.detail-blog .blog-text-body .text-body-right .blog-footer .author .right a {
  font-size: 12px;
  display: inline-block;
}
.detail-blog .blog-text-body .text-body-right .blog-footer .author .right {
  width: 85%;
}
.detail-blog .blog-text-body .text-body-right .blog-footer .author {
  display: flex;
  align-items: center;
  border: 1;
  border-top: 1px solid #0000002b;
  margin: 55px 0px 40px;
  padding: 15px 0px;
  border-bottom: 1px solid #0000002b;
}

.detail-blog .left .blog-text-body .text-body-left ul li a {
  font-size: 12px;
  color: #fff;
  display: block;
  margin: 15px 0px;
  font-weight: 400;
}
.detail-blog .left .blog-text-body .text-body-left .share ul li a {
  color: #bd0000;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}
.detail-blog .left .blog-text-body .text-body-left .share ul li a img {
  margin-right: 8px;
  border-radius: unset;
  background: #0062bd;
  padding: 5px;
  width: 25px;
}
.detail-blog .left .blog-text-body .text-body-left ul li a img {
  width: 14px;
}
.detail-blog .left .blog-text-body .text-body-right {
  width: 70%;
  margin-right: auto;
  margin-left: 20px;
}
.detail-blog .left .blog-text-body .text-body-right .table-of-content {
  font-weight: 600;
  color: #333;
}
.detail-blog .left .blog-text-body .text-body-right .table-of-content ul {
  border-left: 1px solid #39373738;
  padding-left: 8px;
}
.detail-blog .left .blog-text-body .text-body-left .table-of-content h5 {
  font-size: 16px;
  font-weight: 600;
}
.detail-blog .left img {
  width: 100%;
}

.blog-detail-body .right {
  width: 25%;
}
.blog-detail-body .right .resource {
  padding: 10px 0px;
  position: sticky;
  max-height: 550px;
  top: 110px;
}


.detail-blog ol{
        list-style: disc;
    font-size: 14px;
    margin: 15px;
    font-weight: 400;
    color: #353434;
}
.blog-detail-body .right .box {
  font-weight: 600;
  font-size: 17px;
  color: #221f1f;
  border-top: 1px solid #000;
  margin-top: 25px;
  padding-top: 10px;
}
.blog-detail-body .right .box h4 {
  font-weight: 600;
  color: #333;
}
.blog-detail-body .right .box .left img {
  width: 88px;
}
.blog-detail-body .right .box .left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 8px 0px;
  padding-bottom: 12px;
  box-shadow: unset;
  border-radius: unset;
  border-bottom: 1px solid #c6c6c6;
  padding-left: 0;
}
.blog-detail-body .right .box .left:nth-child(3) {
  border-bottom: unset;
}
.blog-detail-body .right .box .left:last-child {
  border: unset;
  padding: 0px;
}
.blog-detail-body .right .box .left:last-child img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.blog-detail-body .right .box .left .text h5 {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #2e2e2e;
}
.blog-detail-body .right .box .left .text span {
  font-size: 11px;
  color: #757575;
  line-height: 20px;
  display: block;
  line-height: 20px;
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 0;
}

.blog-detail-body .right .box .left .text {
  padding-left: 12px;
}
.blog-detail-body .blog-video img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 15px 0px;
}
.blog-text-body p {
  font-size: 14px;
  color: #424141;
  margin: 15px 0px;
  text-align: justify;
  line-height: 25px;
  font-weight: 400;
}
.blog-text-body .blog-part {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-text-body .blog-part h5 {
  font-size: 22px;
  font-weight: 700;
}

/* detail-blog */
.detail-blog {
  padding-top: 0px;
}

.detail-blog .our-work {
  background-color: unset;
  border-top: 1px solid #111111;
  padding-top: 15px;
  margin-top: 50px;
  padding-bottom: 0px;
}
.detail-blog .our-work .heading {
  display: flex;
  justify-content: space-between;
}
.detail-blog .our-work .heading h4 {
  font-size: 16px;
  font-weight: 600;
  color: #110f0f;
}
.detail-blog .our-work .heading a {
  color: #0275e7;
  font-weight: 500;
  font-size: 14px;
}
.detail-blog .our-work .box img {
  width: 100%;
  border-radius: 5px;
  height: 180px;
  object-fit: cover;
}
.detail-blog .our-work .box {
  font-size: 11px;
  color: #483d3d;
  width: 24%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.detail-blog .our-work .box .box-body {
  padding: 12px;
}
.detail-blog .our-work .box .date {
  display: flex;
  justify-content: space-between;
  margin: 5px 0px;
  align-items: center;
}
.resource .resource-date {
  display: flex;
  justify-content: space-between;
}
.detail-blog .our-work .box .about-blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-blog .our-work .box .about-blog span {
  width: auto;
  border-radius: 20px;
  text-align: center;
  background: #bd0000;
  color: #fff;
  text-transform: capitalize;
  padding: 3px 15px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin: 7px 0;
}
.detail-blog .our-work .box .about-blog span:last-child {
  background-color: var(--themecolorone);
}

.detail-blog .share-blog {
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}

.detail-blog .share-blog .box {
  display: flex;
  align-items: center;
  margin: 0;
}

.detail-blog .share-blog .box img {
  width: 20px;

  margin-right: 10px;
}
.detail-blog .share-blog .box span {
  font-size: 15px;
}
.detail-blog .share-blog h5 {
  font-size: 16px;
  margin: 7px 0;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}
.detail-blog .share-blog .box {
  display: flex;
  align-items: center;
}
/* blog category  */

.blog-category {
  padding: 0px 0px 60px;
}
.blog-category .heading p {
  font-size: 14px;
  color: #252525;
  font-weight: 400;
  margin-bottom: 15px;
  width: 75%;
}

.blog-category .heading h2 {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--themecolorone);
}

.blog-category .bradcum ul li:last-child a {
  color: #545151;
}
.blog-category .container {
  display: flex;
  justify-content: space-between;
}

.blog-category .our-work .container {
  flex-wrap: wrap;
}

.blog-category .our-work .box {
  font-size: 11px;
  color: #483d3d;
  width: 32%;
}
.blog-category .left {
  width: 23%;
  height: 350px;
  position: sticky;
  top: 100px;
}
.blog-category .right {
  width: 72%;
}

.blog-category.detail-blog .blog-banner-cta {
  margin-top: 30px;
}

.blog-category .right .blog-cta {
  margin-top: 50px;
}
.blog-category .right img {
  width: 100%;
}
.blog-category .right .heading {
  text-align: left;
}
.blog-category .left .filter select {
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center; /* Push it left from the right */
  background-size: 16px;
  padding-right: 30px;
  font-weight: 500;
  font-size: 13px;
  color: #262626e3;
}
.blog-category .left h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
.blog-category .left .filter a {
  background-color: #0062bd;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
}
.blog-category .left .filter a {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.blog-category .left .filter .filter-group {
  margin-bottom: 15px;
}
.blog-category .left .filter label {
  font-size: 14px;
  font-weight: 600;
}

.filter .filter-btn {
  display: flex;

  align-items: center;
}
.filter input[type="reset"] {
  border: unset;
  background: unset;
  text-transform: capitalize;
  font-weight: 600;

  width: auto;
}

/* .bradcum */
.bradcum {
  padding: 30px 0px;
}

.bradcum ul {
  display: flex;
}
.bradcum ul li {
  list-style: none;
  margin-right: 8px;
}
.bradcum ul li a {
  color: #205bc3;
  font-size: 13px;
  font-weight: 600;
}

/* about blog  */
.about-blog .heading h1{
  color: var(--themecolorone);
  font-size: 43px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: left;
}
.about-blog ul {
  display: flex;
  align-items: center;
}
.about-blog ul li {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.about-blog ul li svg {
  color: #bd0000;
  height: 13px;
  padding-right: 5px;
}
.about-blog ul li span.date {
  font-size: 11px;
  font-weight: 500;
  padding-left: 2px;
  background-color: #0062bd;
  padding: 5px 10px;
  color: #fff;
  border-radius: 16px;
}
.about-blog ul li span {
  color: #1c1c1c;
}
.about-blog ul li img {
  width: 35px;
  border-radius: 100%;
}
.about-blog ul li a {
  text-decoration: none;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  color: #0062bd;
}

.about-blog ul li span {
  font-size: 12px;
  color: #000000;
  margin: 2px;
  padding: 0px 0px 0px 8px;
}

.detail-blog .right .blog-quote {
  background-color: #f3f4f4;
  padding: 20px;
  border-radius: 4px;
}
.detail-blog .right .blog-quote h4 {
  font-size: 20px;
  font-weight: 600;
}
.detail-blog .right .blog-quote p {
  font-size: 13px;
  color: #333;
  margin: 12px 0;
  font-weight: 300;
}
.detail-blog .right .blog-quote a {
  background: #bd0000;
  width: 80%;
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
}
.detail-blog span:last-child {
  font-size: 12px;
  color: #333;
  margin: 15px 0px;
  display: block;
}

/* cta  */
.cta {
  background: linear-gradient(90deg, #0062bd, #bd0000c4);
  padding-bottom: 0;
}
.cta h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  width: 65%;
  margin: 20px 0;
}
.cta p {
  color: #fff;
  font-size: 21px;
  margin: 13px 0;
}
.cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta .container .left {
  width: 70%;
}

.cta .container .right {
  width: 25%;
}

.cta .container .right img {
  width: 100%;
  margin-bottom: -4px;
}
.cta a {
  color: #fff;
  font-size: 19px;
  background: #b70000;
  padding: 14px 40px;
  display: inline-block;
  border-radius: 25px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* services-detail-our-work */
.services-detail-our-work.our-work .box {
  width: 24%;
}

.owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  line-height: 0 !important;
}
.owl-carousel.owl-theme.blog-cta-carousel .owl-nav {
  display: none !important;
}
.owl-carousel.owl-theme.blog-cta-carousel span {
  display: none !important;
}
.owl-carousel.owl-theme.blog-cta-carousel .item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: unset;
}

/* blog-ft-banner */
.blog-ft-banner {
  background-image: url(../img/services3.webp);
  height: 250px;
  background-size: cover;
  background-position: bottom;
}

/* persnalized privacy */
.persnalized.privacy {
  text-align: left;
  margin-top: 60px;
  padding-bottom: 45px;
}
.persnalized.privacy ul {
  margin-left: 25px;
}
.persnalized.privacy ul li {
  list-style: disc;
  line-height: 30px;
}

/* accoridan  */
.accordion-section .heading h2 {
  color: #fff;
}
.accordion-section {
  background: linear-gradient(90deg, #0062bd, #bd0000c4);
  width: 100%;
}
.accordion {
  max-width: 750px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.accordion h4 {
  font-weight: 500;
  color: #fff;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;

  font-weight: bold;
  transition: background 0.3s ease;
  background: linear-gradient(90deg, #bd000073, #0062bd);
  transition: all 0.5s ease-in-out;
}

.accordion-header:hover {
  background: linear-gradient(90deg, #690f0f73, #0062bd);
}

.accordion-header .icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
  background: #fff;
}

.accordion-content p {
  margin: 16px 0;
  color: #0c0c0c;
  font-size: 15px;
}
.accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 0px 20px;
  font-size: 14px;
  color: #000;
  line-height: 25px;
}

.accordion-item.active .icon {
  content: "-";
  transform: rotate(180deg);
}

.accordion-item .icon::before {
  content: "+";
  font-size: 28px;
  line-height: 0;
  color: #fff;
  font-weight: 400;
}

.accordion-item.active .icon::before {
  content: "–";
}

.accordion-section a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  background: #833b6b;
  padding: 10px 10px;
  display: inline-block;
  margin: auto;
  width: 160px;
  margin: auto;
  display: block;
  text-align: center;
  margin-top: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}

.accordion-item {
  border-bottom: 1px solid #dddddda6;
}
.accordion-item.hidden {
  display: none;
}
.accordian-parent.accordion-item:last-child {
  border-bottom: unset;
}

.persnalized h4 {
  font-size: 25px;
  color: #0062bd;
  margin: 10px 0px;
  display: inline-block;
}

/* popup  */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}
.popup .form {
  padding: 20px;
}

.popup .heading {
  text-align: center;
  margin-bottom: 18px;
  background: #0062bd;
  padding: 12px 0px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0px;
}
/* Show popup */
.popup.show {
  opacity: 1;
  visibility: visible;
}

/* Popup Box */
.popup-content {
  background: #fff;

  border-radius: 10px;
  width: 400px;
  max-width: 90%;
  position: relative;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);

  transform: translateY(-50px);
  transition: transform 0.3s ease;
}

/* Slide down effect when shown */
.popup.show .popup-content {
  transform: translateY(0);
}

/* Close Button */
.popup .close {
  position: absolute;
  top: -2px;
  right: 15px;
  font-size: 39px;
  cursor: pointer;
}

.popup input[type="submit"] {
  background-color: var(--themecolortwo);
  margin-top: 15px;
  width: 100%;
  text-transform: uppercase;
}



/*meta */
.whyservice .container{
display:flex;
justify-content:space-betweenn;
align-items:center;
}

.whyservice .left{
width: 49%;
}
.whyservice .left img{
    width:100%;
}
.whyservice .right{
width: 49%;
}

.blog-navigation .mainmenu li{
     position:relative;
         padding: 12px 0;
}
.blog-navigation .mainmenu li:hover .submenu{
       display: block;
    top: 30px;
    width: auto !important;
    min-width: auto;
     padding: 12px 20px;


}

.blog-navigation .mainmenu .submenu li{
       display: block;
    padding: 4px 0px;
}
.blog-navigation .mainmenu .submenu li a{
color:#000;
font-size: 14px;
}







/*main faq */

.accordion-section.main-faq{
        padding-top: 135px;
}
}