/* css only for feb-2026 page or the new home page */
::selection {
  background: #e63946;
  color: #fff;
}

.feb-2026-headerclass {
  box-shadow: rgb(230 57 70 / 21%) 0px 4px 8px;
}

.feb-2026-first-section-slider {
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}

.feb-2026-slider {
  max-width: 100%;
}

.feb-2026-doitee .swiper-pagination-bullet {
  background: #3b1b1f;
  opacity: 0.4;
  width: 7px;
  height: 7px;
}

.feb-2026-doitee .swiper-pagination-bullet-active {
  background: #3b1b1f;
  opacity: 1;
}

.feb-2026-first-heading {
  font-size: 56px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 600;
}

.feb-2026-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.feb-2026-card-thidr {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.feb-2026-card-thidr:hover {
  transform: translateY(-6px);
}

.feb-2026-card-thidr img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.feb-2026-card-thidr p {
  margin: 0;
  padding: 15px 10px;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #312322;
  text-align: left;
}

@media (min-width: 992px) {
  .col-lg-custom {
    width: 20%;
  }
}

.hjdwhjkhjhkjsd {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.qwjwqjbqbbjqbjq {
  font-size: 18px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.sjkjwjfwlkjflkjew {
  margin-top: 11% !important;
  margin: 80px auto;
  padding: 60px 50px 50px;
  border: 1px solid #000;
  position: relative;
}

.text-center-fev {
  text-align: center;
}

.myBookSlider .swiper-slide {
  transition: opacity 2.8s !important;
}

/* form css*/
.form {
  margin: 45px 0;
}

.form {
  top: -12px;
  position: relative;
  color: #030303;
  text-align: center;
}

.form {
  top: -12px;
  position: relative;
  color: #030303;
  text-align: center;
}

.form_title {
  line-height: 1;
  font-size: 30px;
}

.form {
  margin: 45px 0;
}

.form form {
  padding: 0 55px;
}

.form:after,
.form:before {
  position: absolute;
  width: 50px;
  height: 100%;
  border-color: #000;
  border-style: solid;
  content: " ";
}

.form> :last-child:after,
.form> :last-child:before {
  position: absolute;
  width: 90%;
  height: 50px;
  border-color: #000;
  border-style: solid;
  content: " ";
}

.form:before {
  top: 10px;
  left: 10px;
  border-width: 2px 0 0 2px;
}

.form:after {
  top: 10px;
  right: 0px;
  border-width: 2px 2px 0 0;
}

.form> :last-child:before {
  bottom: -10px;
  right: 0px;
  border-width: 0 2px 2px 0;
}

.form> :last-child:after {
  bottom: -10px;
  left: 10px;
  border-width: 0 0 2px 2px;
}

.btn-send {
  width: 100%;
}

.btn-send:hover {
  color: #fff !important;
}

form#frm_id1 input {
  font-size: 15px;
  line-height: 21px;
  padding: 10px 10px 10px 0;
  border: 0;
  border-bottom: 1px solid #000;
  background: #fff;
  width: 100%;
  outline: 0;
  margin-bottom: 5px;
}

form#frm_id1 textarea {
  font-size: 15px;
  line-height: 23px;
  padding: 10px 10px 10px 0;
  margin-bottom: 21px;
  border: 0;
  border-bottom: 1px solid #000;
  background: #fff;
  width: 100%;
  outline: 0;
}

.dehehehdndnndd {
  padding: 10px 60px;
  font-size: 16px !important;
}

.dehehehdndnndd:focus {
  box-shadow: 0 0 0 0.2rem #3b1b2059 !important;
}

/* form css*/
/* Custom Styling on top of Bootstrap */
.stat-surface {
  background-color: #fff;
  border-radius: 2rem;
  color: #e63946;
  border: 2px solid #dedede;
  min-height: 100%;
  transition: transform 0.3s ease;
}

.stat-surface:hover {
  transform: translateY(-10px);
}

.dial-container {
  position: relative;
  width: 165px;
  height: 165px;
}

.dial-svg {
  transform: rotate(-90deg);
}

.dial-active {
  stroke-dasharray: 339.29;
  /* 2 * PI * 54 */
  stroke-dashoffset: 339.29;
  transition: stroke-dashoffset 2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  stroke-linecap: square;
}

.dial-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 800;
}

.stat-info {
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  opacity: 0.9;
  color: #000000;
  font-weight: 600;
}

/* LEFT CONTENT */
.left-content h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #3a1f1f;
  font-weight: 600;
}

.left-content p {
  max-width: 420px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
}

.left-content a {
  display: inline-block;
  background: #e63946;
  color: #fff;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 600;
}

/* RIGHT SIDE DESIGN */
.glass-box {
  padding: 20px 0;
  border-radius: 12px;
}

.glass-box img {
  border: 1.5px solid #dedede;
  border-radius: 50px;
}

.small-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
}

.small-card img {
  border: 1.5px solid #dedede;
  border-radius: 25px;
}

.small-card h5 {
  font-size: 18px;
  margin-top: 10px;
}

.small-card p {
  font-size: 14px;
  color: #666;
  text-align: left;
}

.myBookSlider {
  overflow: hidden;
}

/* smooth fade animation */
.myBookSlider .swiper-slide {
  opacity: 0;
  transition: opacity .6s ease, transform .6s ease;
  transform: scale(.96);
}

.myBookSlider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

/* optional floating card animation */
.glass-box,
.small-card {
  transition: transform .4s ease;
}

.swiper-slide-active .glass-box {
  transform: translateY(-8px);
}

.swiper-slide-active .small-card {
  transform: translateY(8px);
}

.color-ekekkwwss {
  background-color: #e63946 !Important;
}

@media (max-width: 768px) {

  /* Header becomes vertical */
  .design-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px;
  }

  .small-card {
    text-align: center !important;
  }

  .small-card p {
    text-align: center !important;
  }
}

@media (min-width:760px) and (max-width: 990px) {
  .cssbuttons-io span a {
    font-size: 14px;
  }

  .cssbuttons-io span {
    padding: 0.5em 0.2em 0.5em 0.05em;
  }

}

/* Text animation recounting */
.animated-text-on-scroll {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.animated-text-on-scroll.animate {
  opacity: 1;
}

.animated-text-on-scroll h2 {
  display: flex;
  flex-wrap: wrap;
  color: #3b1b20;
  font-weight: 700;
  line-height: 1em;
  font-size: 40px !important;
}

.word-holder {
  display: flex;
  margin-right: 1%;
}

.char {
  display: inline-block;
  transform: translateX(40px);
  opacity: 0;
  transition: transform 0.1s ease, opacity 0.1s ease;
}

.animated-text-on-scroll.animate .char {
  transform: translateX(0);
  opacity: 1;
}

/* Text recounting end */
.kps_feb_dpppl-faq-container {
  max-width: 800px;
  margin: 50px auto 0;
  padding: 20px;
}

.kps_feb_dpppl-btn {
  background: #fff;
  transition: .3s;
  line-height: 1.5;
}

.kps_feb_dpppl-btn:focus {
  box-shadow: 0 0 0 .25rem rgb(245 188 193) !important;
}

.kps_feb_dpppl-btn:not(.collapsed) {
  background: #e63946;
  color: #fff;
   line-height: 1.5;
}

.kps_feb_dpppl-btn:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.kps_feb_dpppl-body {
  background: #f8f9fa;
  border-left: 4px solid #e63946;
}

.kps_feb_dpppl-icon {
  margin-right: 10px;
  color: #e63946;
}

.kps_feb_dpppl-title {
  font-size: 30px;
  line-height: 23px;
  color: #3b1b20;
  font-weight: 600;
}

@media (max-width: 768px) {
  #contentBox h1 {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  #contentBox p {
    font-size: 14px !important;
  }

  #contentBox {
    text-align: center !important;
  }

  #contentBox a {
    margin: 0 auto !important;
  }
}

.xnknknknwckkwhwk {
  display: inline-block;
  background: #e63946;
  color: #fff;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 22px;
  font-size: 22px;
  font-weight: 600;
}

.xnknknknwckkwhwk:hover {
  color: #fff;
}

.hero-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
  font-family: Arial, sans-serif;
}

.hero-left {
  flex: 1;
}

.hero-right {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SLIDER */
#bookSlider {
  position: relative;
  width: 360px;
  height: 460px;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease;
}

.slide.active {
  opacity: 1;
}

/* FLOATING SIDE CARD (DESKTOP) */
.side-card {
  position: absolute;
  right: -250px;
  top: 55%;
  transform: translateY(-50%);
  background: transparent;
  padding: 15px;
  border-radius: 20px;
  width: 180px;
}

@media(max-width:768px) {
  .hero-section {
    flex-direction: column;
    gap: 30px;
    margin: 40px auto;
    text-align: center;
  }

  .hero-left h2 {
    font-size: 28px !important;
  }

  .hero-left p {
    max-width: 100% !important;
  }

  /* Keep slider working */
  #bookSlider {
    width: 100%;
    height: 460px;
    /* fixed height so slides overlap */
    position: relative;
  }

  .slide {
    position: absolute;
    /* IMPORTANT: keeps only one visible */
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: opacity .6s ease;
  }

  .slide.active {
    opacity: 1;
  }

  /* Big book */
  .slide>div:first-child img {
    width: 150px !important;
  }

  /* Side card on right */
  .side-card {
    position: static !important;
    transform: none !important;
    width: 130px !important;
    padding: 10px !important;
    text-align: left;
  }

  .side-card h4 {
    font-size: 14px !important;
  }

  .side-card p {
    font-size: 11px !important;
  }
}

.services-wrap {
  width: 100%;
  background: radial-gradient(circle at top, #2c2346, #0e0b1f);
  padding: 50px 0;
}

.services-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.services-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1px;
  justify-items: center;
}

.service-item {
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
}

.service-item img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  padding: 10px;
}

.service-item p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px !important;
  text-align: center;
}

.divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 10px 0;
}

.service-item {
  perspective: 1000px;
}

.flip-box {
  width: 116px;
  height: 116px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  margin: auto;
}

.service-item:hover .flip-box {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-front img,
.flip-back img {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  padding: 5px;
}

.flip-back {
  transform: rotateY(180deg);
}

.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  /* keeps horizontal */
  /* light grey background like reference */
}

.video-item {
  flex: 0 0 575px;
  /* fixed width */
  height: 325px;
  /* white inner box */
  border: 1px solid #e0e0e0;
  /* light grey outline */
  /* inner spacing like screenshot */
  box-sizing: border-box;
  border-radius: 2px;
  /* subtle rounded corners */
  overflow: hidden;
}

.video-item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* keeps full logo visible inside box */
  display: block;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .video-section {
    flex-direction: column;
    /* stack vertically */
    flex-wrap: nowrap;
    padding: 0 15px;
  }

  .video-item {
    flex: none;
    width: 100%;
    /* full width on mobile */
    height: auto;
    /* auto height */
    aspect-ratio: 16 / 9;
    /* keeps nice proportion */
  }
}


.cssbuttons-io {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  border-radius: 40px;
  cursor: pointer;
  border: 2px solid transparent;
  background: linear-gradient(to right, #e63946, #e63946);
  color: #fff;
  overflow: hidden;
  transition: all 0.4s ease;
}

.cssbuttons-io span {
  position: relative;
  z-index: 10;
  transition: color 0.4s ease;
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1.2em 0.5em 1.05em;
}

/* white animation layer */
.cssbuttons-io::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: #ffffff;
  transform: skew(30deg) translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: 0;
}

/* hover effects */
.cssbuttons-io:hover {
  border: 2px solid #e63946;
}

.cssbuttons-io:hover span {
  color: #e63946;
}

.cssbuttons-io span a {
  color: #fff;
}

.cssbuttons-io:hover span a {
  color: #e63946;
}

.cssbuttons-io:hover::before {
  transform: skew(30deg) translateX(0%);
}

.cssbuttons-io:active {
  transform: scale(0.95);
}

.rwewereewrerwerwereewrrerr .owl-prev {
  left: -3% !important;
}

.rwewereewrerwerwereewrrerr .owl-next {
  right: -3% !important;
}









/* 

===== GENERAL RESET ===== 

/* ===== HEADER & NAV ===== 
.custom-header {
  width: 100%;
  box-shadow: #a9949536 0px 4px 8px;
  position: relative;
  z-index: 1002;
  padding: 20px 0;
}

.custom-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  height: 70px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== LOGO FIX ===== 
.custom-brand {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.custom-brand img {
  max-height: 80px;
  width: 160px;
  display: block;

}

/* ===== MOBILE MENU (Off-screen Left) ===== 
.custom-menu {
  position: fixed;
  top: 0;
  left: -290px;
  width: 290px;
  height: 100vh;
  background: #ffffff;
  padding: 80px 20px 20px 20px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
}

.custom-menu.active {
  transform: translateX(280px);
}

.custom-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
}

.custom-menu-link {
  color: #e63946;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
}

/* ===== DROPDOWN ===== 
.custom-dropdown {
  position: relative;
}

.custom-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 15px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.custom-dropdown.active .custom-dropdown-menu {
  max-height: 200px;
  margin-top: 10px;
  padding: 10px 15px;
}

.custom-dropdown-menu a {
  color: #ccc;
  text-decoration: none;
  display: block;
  padding: 8px 0;
}

/* ===== BURGER & BUTTONS ===== 
.custom-wrapper {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  z-index: 1003;
}


.custom-burger {
  width: 25px;
  height: 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-burger span {
  width: 100%;
  height: 2px;
  background: #e63946;
  transition: 0.3s;
}

.custom-burger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background: #e63946;
}

.custom-burger.active span:nth-child(2) {
  opacity: 0;
}

.custom-burger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background: #e63946;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 1000;
}

.menu-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* ===== DESKTOP STYLES ===== 
@media(min-width: 768px) {

  .custom-burger,
  .menu-overlay {
    display: none;
  }

  .custom-menu {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    transform: none !important;
  }

  .custom-menu-inner {
    flex-direction: row;
    gap: 2rem;
    margin: 0;
  }

  .custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    min-width: 180px;
    max-width: 100%;
    background: #3b1b1f;
    padding: 10px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    opacity: 0;
    visibility: hidden;
    max-height: none;
    transform: translateY(10px);
  }

  .custom-dropdown:hover .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-radius: 12px;
  }

  .custom-dropdown-menu a {
    padding: 10px 20px;
  }

  .custom-dropdown-menu a:hover {
    background: #e63946;
    color: #fff;
  }
}

/* ===== MOBILE MENU LOGO ===== 

.mobile-menu-logo {
  display: none;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu-logo img {
  max-height: 60px;
  width: auto;
}

/* Mobile Only 
@media(max-width:768px) {

  .custom-dropdown-menu a {
    color: #3b1b1f;
  }

  .custom-menu {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }

  .mobile-menu-logo {
    display: block;
  }

} */

.afafa75 {
  padding: 0;
}

.afafa75 img {
  width: 75%;
}

.feb_portfolio_kps_section {
  margin-bottom: 40px;
  padding: .25rem;
}

.feb_portfolio_kps_card {
  position: relative;
  overflow: hidden;
  display: block;
}

.feb_portfolio_kps_card article {
  position: relative;
  overflow: hidden;
}

.feb_portfolio_kps_card .feb_portfolio_kps_info {
  width: 75%;
  position: absolute;
  z-index: 9;
  left: 15px;
  bottom: 0;
  color: #000;
  background: #fff;
  padding: 15px;
}

.feb_portfolio_kps_card .feb_portfolio_kps_info h3 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 2px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feb_portfolio_kps_card .feb_portfolio_kps_info p {
  color: #000000;
  line-height: 1.3;
  margin-bottom: 0px;
  font-weight: 400 !important;
  text-align: left;
  font-size: 15px !important;
}

.feb_portfolio_kps_video_wrap video {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional: Subtle hover effect for kps style */
.feb_portfolio_kps_card:hover img,
.feb_portfolio_kps_card:hover video {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.feb_portfolio_kps_card img,
.feb_portfolio_kps_card video {
  transition: transform 0.5s ease;
}

/* New menu DP css*/

/*-- nav menu--*/
header {
  z-index: 1;
  width: 100%;
  padding: 10px 0;
}

#innerHeader {
  margin: 110px 0 50px 0;
}

.dp-logo {
  display: inline-block;
}

.langconsult {
      display: inline-block;
    font-size: 16px;
}

.language {
  border-left: 1px solid #c6b2bd;
  padding: 0 5px;
  margin-left: 10px;
  display: inline-block;
}

.language select {
  color: #000000;
  padding: 5px;
  margin: 0;
  border: 0;
  font-size: 16px;
  background: transparent;
  outline: 0;
  cursor: pointer;
}

.toglBtn {
  position: relative
}

.header-fixed-top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1030;
  width: 100%;
  background: #fff;
  animation: smoothScroll 1s forwards
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px)
  }

  100% {
    transform: translateY(0)
  }
}

img#normal_logo {
  width: 45%;
}

#stick_head {
  display: none;
}

.toogle_button {
  position: absolute;
  top: 0;
  right: 15%;
  height: 50px;
  width: 40px;
  cursor: pointer;
  z-index: 1001;
  transition: opacity 0.25s ease;
}

.toogle_button:hover {
  opacity: 0.7;
}

.toogle_button.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff !important;
  top: 30px;
}

.toogle_button.active .middle {
  opacity: 0;
  background: #fff !important;
  top: 28px;
}

.toogle_button.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff !important;
  top: 52px;
}

.toogle_button small {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 14px;
  height: 17px;
  transition: all 0.35s ease;
  cursor: pointer;
  color: #e43945;
  font-weight: 500;
}

.toogle_button span {
  background: #e43945;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 23px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 50px;
}

span:nth-of-type(2) {
  top: 31px;
  border-radius: 50px;
}

span:nth-of-type(3) {
  top: 39px;
  border-radius: 50px;
}

/*.navShowDesktop .dropdown-menu .fa{font-size}*/
.navShowDesktop .nav-item {
  margin-bottom: 20px;
}

.navoverlay {
  position: fixed;
  background: #000000;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 100;
}

.navopen .navoverlay {
  opacity: 1;
  visibility: visible;
  height: 100vh;
}

.navopen .navShowDesktop li {
  animation: fadeIn 0.3s ease forwards;
}
#navoverlay nav ul li a:after {
  border: none !important;
}

#navoverlay nav {
  position: relative;
  padding-bottom: 100px;
  top: 100px;
  font-weight: 400;
  /* overflow-y: Scroll; */
  overflow-x: hidden;
  height: 100%;
}

#navoverlay nav ul {
  list-style: none;
  padding: 0;
  position: relative;
  text-align: left
}

#navoverlay nav ul li {
  display: block;
  position: relative;
  opacity: 1;
}

#navoverlay nav ul li a {
  position: relative;
  color: #fff !important;
  font-size: 27px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

#navoverlay nav ul li a.show {
  color: #e43945 !important;
}

#navoverlay nav ul li a:hover {
  color: #e43945 !important
}
.emaildvsdsdvsdvsvdvsvdsvdvd{
  border-bottom: 3px solid #e43945 !important;
}
#navoverlay nav ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0%;
  height: 3px;
  background: #000;
  transition: 0.35s;
}

.overlay_logo_img {
  width: 13%;
  padding-top: 15px;
}

p a {
  text-decoration: underline;
}

.blogs p a {
  text-decoration: none;
}

footer p a {
  text-decoration: none;
}

.service_heading p a {
  text-decoration: none;
}

.rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  font-size: 25px;
  margin-right: 5px;
  font-family: 'FontAwesome';
  align-items: center;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  padding: 0px 8px;
  border: 2px solid #fff;
}

.rotate1 {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  font-size: 25px;
  margin-right: 5px;
  font-family: 'FontAwesome';
  align-items: center;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  padding: 0px 8px;
  border: 2px solid #fff;
}

.rotate2 {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  font-size: 25px;
  margin-right: 5px;
  font-family: 'FontAwesome';
  align-items: center;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  padding: 0px 8px;
  border: 2px solid #fff;
}

.nav-link .fa-angle-right {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  font-size: 20px !important;
  margin-right: 5px;
  font-family: 'FontAwesome';
  align-items: center;
  vertical-align: middle;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  padding: 0px 5px 0 7px;
  border: 2px solid #fff;
}

.rotate.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate1.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate2.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-menu-lp {
  position: relative !important;
  transform: initial !important;
}

#navoverlay nav ul li>ul.dropdown-menu-lp li a {
  position: relative;
  color: #939393 !important;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

#navoverlay nav ul li>ul.dropdown-menu-lp li a:hover {
  color: #fff !important;
  background-color: #e43945 !important;
}

/*.navcntct{margin-top:30px;}*/
.navcntct .socialicon a .fa,
.navcntct .socialicon-in a .fa {
  padding: 8px 7px;
  width: 37px;
  height: 37px;
  font-size: 21px;
}

#navoverlay nav {
  scrollbar-width: auto;
  scrollbar-color: #e43945 #000000;
}

#navoverlay nav::-webkit-scrollbar {
  width: 10px;
}

#navoverlay nav::-webkit-scrollbar-track {
  background: #000000;
}

#navoverlay nav::-webkit-scrollbar-thumb {
  background-color: #e43945;
  border-radius: 10px;
  border: 3px solid #000000;
}

.mob_contect_no {
  display: none;
}

.dropdown-menu-lp {
  display: block;
}

ul.dropdown-menu-lp.show {
  display: block;
}
header.navopen .navoverlay {
  opacity: 1;
  visibility: visible;
  height: 100vh;
  overflow-y: scroll;
}
header.navopen .navoverlay {
  scrollbar-width: auto;
  scrollbar-color: #e43945 #000000;
}

header.navopen .navoverlay::-webkit-scrollbar {
  width: 10px;
}

header.navopen .navoverlay::-webkit-scrollbar-track {
  background: #000000;
}

header.navopen .navoverlay::-webkit-scrollbar-thumb {
  background-color: #e43945;
  border-radius: 10px;
  border: 3px solid #000000;
}
.bjwqbjbfjbqwjqwrhwrqhqwrqhwqhqwkqwrkhqwrhkwrq{
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
    margin-left: auto;
}
@media (max-width: 768px){
	.brandportfolio .brandport-hover{width:95%;}
	#client-logos li {width: 24%;}
	.down_arrow {margin: 10px 0;}
	.connect{font-size:5.2rem}
	.discussProjectTag{text-align:center}
	.arrowround {display:none}
	.brandingLiBox{width: 75%;}
	#innerHeader p.hdrParacraph{width:95%;margin:50px auto 0 auto}
	.topHomeHeading2{width:100%;margin:0px auto 0 auto}
	.botmLine1 img{width: 100%;}
	.h2BigHeading{margin-top:30px;font-size:calc(2rem + 1vw);}
	.brandingnameLiBox ul{bottom: 2%;}
	.brandingLiBox{width: 100%;}
	.mobcenter {text-align: center!important;}
	.nodeskt {display: block!important;}
	#launchbox{background:none!important}

	#navoverlay nav ul li a{font-size: 20px;line-height: 21px;}
	#navoverlay nav ul li > ul.dropdown-menu-lp li a{font-size: 13px;line-height: 14px;}
	#navoverlay nav ul li a .fa{transform: rotate(0deg);position:absolute;    right: 0;border: 2px solid #fff; border-radius: 50%;}
	.navShowDesktop .nav-item {margin-bottom: 3px;}
	.toogle_button.active span{width:50%;height: 2px;}
	.navoverlay #moblogoW{display: block;padding: 15px 0 0 15px;display: inline-block;position: absolute;}
}

#phno1{
  color: #000 !important;
}
@media (max-width: 550px){
  #phno1{
  color: #ffffff !important;
}  
.mob_contect_no{
    display: none;
    background: black;
    text-align: center;
    margin-top: 14px;
    padding: 5px 0;
}
.mob_contect_no a{
    color:#fff;
}
.hdr_call{
    color:#fff;
}
.mob_link{
    color:#fff;
}
.langconsult{
  display: none;
}
header{
    padding-bottom:0;
}
.desk_bird{
    display:none;
}
.mob_bird{
    display:block;
}

/*.dp-logo img{width:50%}*/
img#normal_logo {
    width: 45%;
}
.overlay_logo_img{
  width: 50%;
}
}