@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* reset css */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

body,
p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x:hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
input {
  display: inline-block;
  text-decoration: none;
}

input:hover,
input:focus {
  box-shadow: none;
  outline: none;
}

/* global css */

/* property variables */
:root {
  --headerBgOne: rgb(0, 68, 109, 78%);
  --headerBg: rgba(218, 234, 248, 0.79);
  --bluesection: rgb(218, 234, 248, 79%);
  --whitesection: rgba(245, 247, 250, 0.9);
  --bodyColor: rgb(0, 0, 0);
  --headingSpan: rgb(21, 161, 223);
  --heading: rgb(0, 0, 0);
  --blueBtn: rgb(56, 109, 141);
  --blueBtntxt: rgb(255, 255, 255);
  --whiteBtn: rgb(255, 255, 255);
  --whiteBtntxt: rgb(56, 109, 141);
}

h1 {
  font-size: 48px;
  color: var(--whiteBtn);
  margin-bottom: 20px;
}

.blueTxt {
  color: var(--headingSpan);
  text-shadow: 2px 2px 0px #000, 1px 1px 1px #000, 0 3px 7px #000;
}

/* button css */
.blue_btn {
  background-color: var(--blueBtn);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 52px 13px 27px;
  border-radius: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 22%);
  font-family: "Montserrat", sans-serif;
}

.blue_btn span {
  position: relative;
  z-index: 1;
}
.blue_btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 0;
}
.blue_btn:hover {
  color: #fff;
}
.blue_btn:hover::before {
  transform: translateX(0);
}
.blue_btn::after {
  position: absolute;
  content: "\f178";
  font-weight: 900;
  right: 8px;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: rgba(255, 255, 255);
  background-color: #000;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
}
.white_btn {
  background-color: var(--whiteBtn) !important;
  color: var(--blueBtn);
  border: 2px solid transparent;
}
.white_btn::after {
  color: var(--blueBtn);
  background-color: #fff;
  position: absolute;
  content: "\f178";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.white_btn::before {
  display: none;
}
.white_btn:hover {
  color: var(--whiteBtn);
  background-color: transparent !important;
  border-color: #fff;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  color: var(--bodyColor);
  margin-bottom: 15px;
}
h2 span {
  color: var(--headingSpan);
}

h3 {
  font-size: 36px;
  line-height: 45px;
  color: var(--whiteBtn);
}
h4 {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  margin-bottom: 10px;
}

/* header css */
a.services-toggle.active {
  color: #000 !important;
  font-weight: 500 !important;
}
a.services-toggle.active::before{
 display:none !important;
}
.top_head {
  background-color: var(--headerBgOne);
  padding: 22px 0 16px;
}
.loc {
  display: flex;
  align-items: center;
}
.icon svg {
  stroke: var(--whitesection);
}
.loc p {
  font-size: 15px;
  font-weight: 500;
  color: var(--whitesection);
  margin-left: 8px;
}

.top_innr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cntct_info ul {
  display: flex;
}
.cntct_info ul li:not(:last-child) {
  padding-right: 17px;
  margin-right: 17px;
}

.cntct_info ul li:first-child {
  border-right: 1px solid rgb(255, 255, 255, 40%);
}
.cntct_info ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.cntct_info ul li a:hover {
  color: #000;
}
.cntct_info .icon {
  margin-right: 5px;
}
.cntct_info ul li a:hover .icon svg {
  stroke: #000;
}

.head_sec .navbar a img {
  max-width: 158px;
}

.bottom_head {
  background-color: var(--blueBg);
  padding: 8px 0;
}

.head_sec .navbar .navbar-collapse {
  justify-content: flex-end;
}
.head_sec .navbar .navbar-collapse .navbar-nav {
  margin: 0 auto;
}

.head_sec .navbar .navbar-collapse .navbar-nav li {
  padding: 0 25px;
}
.head_sec .navbar .navbar-collapse .navbar-nav li:first-child {
  padding-left: 0;
}
.head_sec .navbar .navbar-collapse .navbar-nav li:last-child {
  padding-right: 0;
}
.head_sec .navbar .navbar-collapse .navbar-nav li a {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  padding: 0 !important;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
.head_sec .navbar .navbar-collapse .navbar-nav li a .icon {
  margin-left:2px;
}
.head_sec .navbar .navbar-collapse .navbar-nav li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  background-color: var(--headerBgOne);
}
.head_sec .navbar .navbar-collapse .navbar-nav li a:hover::before,.head_sec .navbar .navbar-collapse .navbar-nav li a.active::before {
  transform: translateX(0);
}

.head_sec .navbar .navbar-collapse .navbar-nav li a:hover,.head_sec .navbar .navbar-collapse .navbar-nav li a.active {
  font-weight: 600;
  color: var(--headerBgOne);
}
.head_sec .navbar .navbar-toggler-icon {
  background-image: url(../images/menu.png) !important;
  width: 25px !important;
  height: 25px !important;
}
.head_sec .navbar .navbar-toggler {
  border: 1px solid #000;
  padding: 6px 8px !important;
}
.sub-menu {
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  width: 250px;
  top: 100%;
  left: 24px;
  text-align: left;
  transition: all 0.5s ease-in;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 27%);
  padding: 10px 0;
  transform: translateY(12px);
}
.head_sec .navbar .navbar-collapse .navbar-nav li:nth-child(3) {
  position: relative;
}
.head_sec .navbar .navbar-collapse .navbar-nav li:nth-child(3):hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(7px);
}

.head_sec .navbar .navbar-collapse .navbar-nav li:nth-child(3) .sub-menu li {
  padding: 8px 10px !important;
  display: flex;
  align-items: center;
  position: relative;
}
.head_sec
  .navbar
  .navbar-collapse
  .navbar-nav
  li:nth-child(3)
  .sub-menu
  li:hover {
  background-color: rgba(23, 142, 211, 0.33);
  
}
.head_sec
  .navbar
  .navbar-collapse
  .navbar-nav
  li:nth-child(3)
  .sub-menu
  li
  a::before {
  transform: inherit !important;
  background-color: transparent !important;
  left: inherit !important;
  bottom: inherit !important;
}
.head_sec
  .navbar
  .navbar-collapse
  .navbar-nav
  li:nth-child(3)
  .sub-menu
  li::after {
  position: absolute;
  content: "\f054";
  right: 12px;
  top: 10px;
  font-size: 13px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #000;
}
.head_sec
  .navbar
  .navbar-collapse
  .navbar-nav
  li:nth-child(3)
  .sub-menu
  li:hover::after {
  color: var(--headerBgOne);
}
.hdr_btn {
  margin-right: 20px;
  margin-left: auto;
}

.head_sec
  .navbar
  .navbar-collapse
  .navbar-nav
  li:nth-child(3) .sub-menu li:has(a.active)::after {
  color: var(--headerBgOne);
}
.head_sec .navbar .navbar-collapse .navbar-nav li:nth-child(3) .sub-menu li:has(a.active){
  background-color: rgba(23, 142, 211, 0.33);
}
/* banner */

.banner-slider,
.swiper,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}




.banner .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.kenburns-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kenburns-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: kenburns-top 8s ease-out forwards;
   animation-play-state: paused;
}



.banner .swiper-slide::after {
  /* Keep your gradient overlay */
  background-image: linear-gradient(
    180deg,
    rgba(122, 146, 161, 0.6) 0%,
    rgba(0, 0, 0, 0.88) 100%
  );
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.bnnr_txt {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 880px;
  padding:0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100vh;
  opacity: 0;
  transform: translateY(30px);
}

.bnnr_txt.animate {
  animation: fadeInUp 1.0s ease-out forwards;
}
.bnnr_txt p {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.banner {
  position: relative;
  height: 100vh; /* make the banner take full viewport height */
  overflow: hidden;
  z-index: 2;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff !important;
  position: absolute !important;
  bottom: 40px !important; /* distance from bottom */
  z-index: 10 !important;
}
.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
  font-size: 25px;
}

/* Position each arrow side by side */
.banner .swiper-button-next {
  right: 40px !important; /* stick to bottom right */
}

.banner .swiper-button-prev {
  right: 100px !important; /* move it left of the next arrow */
}

.banner .swiper-slide-active .kenburns-bg{
  animation-play-state: running;
}
.banner .swiper-slide-active .bnnr_txt{
  animation-play-state: running;
}
/* meeting */
.meeting-sec {
  background-color: rgb(218, 234, 248, 0.79);
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.meeting-sec .container {
  position: relative;
  z-index: 3;
}
.meeting-head {
  text-align: center;
}
.meeting-head p {
  /* font-size: 18px;
  line-height: 26px; */
  color: var(--bodyColor);
  font-weight: 500;
}
.meeting-sec::after {
  background-image: url(../images/meeting-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}

.meeting-cta {
  padding-top: 50px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 30px;
  padding: 85px 50px;
  margin-top: 50px;
}
.meeting-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(23, 141, 211, 1) 0%,
    rgba(56, 107, 141, 0.9) 100%
  );
  z-index: -1;
  border-radius: 30px;
  opacity: 0.95;
  margin: 0 auto;
  padding: 0 25px;
}
.meeting-cta .row {
  justify-content: space-between;
  align-items: center;
}
.mtng_link {
  text-align: right;
  position: relative;
  display: inline-block;
}
.mtng_icon {
  position: absolute;
  top: -30px;
  left: -30px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 25%);
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mtng_icon::before,
.mtng_icon::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  animation: pulse 3s infinite ease-out;
  z-index: 0;
}

.mtng_icon::after {
  animation-delay: 5s;
}

/* SVG inside stays above pulses */
.mtng_icon svg {
  width: 30px;
  height: 30px;
  z-index: 2;
}
.meeting-btn {
  text-align: right;
}
.meeting-cta h3 {
  text-shadow: 2px 2px 0px #000, 1px 1px 1px #000, 0 3px 7px #000;
}

/* service*/
.service-sec {
  background-color: rgba(245, 247, 250, 0.9);
  padding: 80px 0 40px;
  position: relative;
  z-index: 2;
}
.service-sec .container {
  position: relative;
  z-index: 2;
}
.service-sec::after {
  position: absolute;
  content: "";
  background-image: url(../images/service-bg-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.service_head p {
  color: var(--bodyColor);
  font-weight: 500;
}

.srvc_innr {
  background-color: #ffff;
  border-radius: 15px;
  box-shadow: 0 3px 7px 0px rgb(0 0 0 / 5%);
  width: 100%;
  height: 100%;
  min-height: 380px;
  padding: 35px 16px 32px;
}

.servc_icon img {
  max-width: 47px;
}
.servc_icon {
  position: relative;
}
.servc_icon::after {
  position: absolute;
  content: "";
  background-color: rgb(23, 141, 211, 0.33);
  width: 41px;
  height: 41px;
  border-radius: 50%;
  top: -13px;
  left: 14px;
}

.servc_dtls h4 {
  font-size: 20px;
  line-height: 26px;
  color: var(--bodyColor);
  margin: 15px 0;
}

.servc_dtls p {
  font-size: 15px;
  line-height: 24px;
  color:#000;
  font-weight: 500;
  margin-bottom: 15px;
}

.service-slider {
  margin: 40px 0;
}
.service-slider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.service-slider .swiper-wrapper {
  margin-bottom: 60px;
}
.srvc_link a {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #386d8d;
}
.srvc_link a span {
  margin-left: 5px;
}
.srvc_link {
  position: absolute;
  bottom: 30px;
}
.service-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px !important;
  height: 13px !important;
  background-color: rgb(56, 109, 141, 0.85) !important;
}
.service-slider .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: rgb(56, 109, 141, 0.65) !important;
}
.service-slider .swiper-slide.swiper-slide-active .srvc_innr{
  background: linear-gradient(
    217deg,
    rgba(23, 141, 211, 1) 0%,
    rgba(56, 109, 141, 0.95) 100%
  );
  position: relative;
}
.service-slider .swiper-slide.swiper-slide-active .srvc_innr::after{
  position: absolute;
  content: "";
  height: 46px;
  width: 46px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid rgb(56, 109, 141, 0.56);
  top: 0;
  right: 0;
  transform: rotate(78deg);
  z-index: 10;
}
.service-slider .swiper-slide {
  cursor: pointer;
}
.service-slider .swiper-slide.swiper-slide-active .srvc_innr::before{
  position: absolute;
  content: "";
  height: 46px;
  width: 46px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid rgb(56, 109, 141, 0.56);
  top: 15px;
  right: 18px;
  transform: rotate(78deg);
  z-index: 10;
}

.service-slider .swiper-slide .srvc_innr {
  transition: background 0.5s ease;
}

.service-slider .swiper-slide .srvc_innr .servc_dtls h4,
.service-slider .swiper-slide .srvc_innr .servc_dtls p,
.service-slider .swiper-slide .srvc_innr .srvc_link a {
  transition: color 0.5s ease;
}

.service-slider .swiper-slide .srvc_innr .servc_icon img,
.service-slider .swiper-slide .srvc_innr .servc_icon::after,
.service-slider .swiper-slide .srvc_innr .srvc_link a span img {
  transition: filter 0.5s ease, transform 0.4s ease;
}
.service-slider .swiper-slide.swiper-slide-active .srvc_innr .servc_icon img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(210deg) brightness(105%) contrast(101%);
}
.service-slider .swiper-slide.swiper-slide-active .srvc_innr .servc_icon::after{
  background-color: rgb(255, 255, 255, 0.6);
}
.service-slider .swiper-slide.swiper-slide-active .srvc_innr .servc_dtls h4,
.service-slider .swiper-slide.swiper-slide-active .srvc_innr .servc_dtls p,
.service-slider .swiper-slide.swiper-slide-active .srvc_innr .srvc_link a {
  color: #fff;
}
.swiper-slide.swiper-slide-active .srvc_innr .srvc_link a span img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(210deg) brightness(105%) contrast(101%);
  transform: rotate(26deg);
}
.service-slider .swiper-pagination-bullet {
  margin: 0 4px !important;
}
/* why-aritel */
.why-aritel {
  background-color: var(--bluesection);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.why-aritel::after {
  background-image: url(../images/meeting-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}
.why-head p {
  margin-bottom: 15px;
  color: var(--bodyColor);
  font-weight: 500;
}
.featurs_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.featurs_innr {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 0 15px;
  background-color: var(--whiteBtn);
  border-radius: 15px;
  padding: 35px 25px 13px;
  box-shadow: 0 0 22px 0px rgb(0 0 0 / 18%);
  text-align: center;
  cursor: pointer;
  transition: background 0.5s ease;
}

.featurs_innr:hover {
  background: linear-gradient(
    217deg,
    rgba(23, 141, 211, 1) 0%,
    rgba(56, 109, 141, 0.95) 100%
  );
}

.featurs_wrap .featurs_innr:nth-child(1) {
  margin-bottom: 30px;
}
.featurs_wrap .featurs_innr:nth-child(2) {
  margin-top: 40px;
  margin-left: 32px;
}
.featurs_wrap .featurs_innr:nth-child(4) {
  margin-top: 40px;
  margin-left: 32px;
}
.featurs_wrap .featurs_innr:nth-child(3) {
  margin-top: 5px;
  margin-bottom: 52px;
}
.featurs_innr .img_bx {
  margin-bottom: 10px;
}
.featurs_innr .img_bx img {
  max-width: 47px;
  transition: filter 0.5s ease, transform 0.4s ease;
}
.featurs_innr .txt_bx h4,
.featurs_innr .txt_bx p {
  transition: color 0.5s ease;
}
.featurs_innr .txt_bx p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.featurs_innr:hover .img_bx img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(210deg) brightness(105%) contrast(101%);
}
.featurs_innr:hover .txt_bx h4,
.featurs_innr:hover .txt_bx p {
  color: #fff;
}

/* testimonial */
.testimonial {
  background-color: var(--whitesection);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.testimonial::after {  
  background-image: url(../images/review_bg_one.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;

}
.tstmonial_head p {
  font-size: 18px;
  line-height: 26px;
  color: var(--bodyColor);
  font-weight: 500;
}
.testimonial::before {
  background-image: url(../images/review_bg_two.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.tstmonial_head h2 {
  position: relative;
}
.tstmonial_head h2::after {
    position: absolute;
    content: "";
    background-image: url(../images/svg/quotes.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 80px;
    width: 80px;
    height: 80px;
    top: -25px;
    left: -20px;
}
.testimonial .row{
  justify-content:space-between;
}

.rvw_innr {
  background-color: #ffff;
  border-radius: 15px;
  box-shadow: 0 3px 7px 0px rgb(0 0 0 / 5%);
  width: 100%;
  min-height: 300px;
  padding: 35px 16px 32px;
  transition:background 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}
.rvw_shp svg {
  margin-bottom: 10px;
  width: 42px;
  height: 42px;
}
.rvw_txt{
height: 220px;                    
overflow: hidden;               
transition: all 0.3s ease;
  position: relative;
  
}
.rvw_txt:hover{
  overflow-y:auto; 
}
.rvw_txt::-webkit-scrollbar{
  width:4px;
}
.rvw_txt::-webkit-scrollbar-thumb {
  background-color: rgb(255 255 255 / 53%);
  border-radius: 4px;
}
.rvw_txt::-webkit-scrollbar-track {
  background: transparent;
}
.rvw_txt::-webkit-scrollbar-button:start:decrement,
.rvw_txt::-webkit-scrollbar-button:end:increment {
  display: none;
  height: 0;
  width: 0;
}

.rvw_txt p {
  max-width: 234px;
  font-size: 14px;
  line-height: 24px;
  color: var(--bodyColor);
  font-weight: 500;
  padding-right:10px;
/*    margin-bottom: 20px; */
}

.client_info {
  display: flex;
  align-items: center;
  border-top: 1px solid rgb(0, 0, 0, 0.25);
  margin-top:15px;
}
.client_img {
  padding-top: 14px;
}
.client_txt {
  margin-left: 10px;
}

.client_img img {
  border-radius: 50%;
  max-width: 55px;
  max-height: 55px;
}

/* review slider */
.review-slider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.review-slider .swiper-pagination-bullet {
  margin: 0 4px !important;
}

.review-slider {
  margin: 40px 0;
}
.review-slider .swiper-slide {
  height: auto;
}

.review-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px !important;
  height: 13px !important;
  background-color: rgb(56, 109, 141, 0.85) !important;
}
.review-slider .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: rgb(56, 109, 141, 0.65) !important;
}
.client_txt h5 {
  font-size: 14px;
  line-height: 24px;
  color: var(--bodyColor);
  font-weight: 600;
}
.rvw_innr:hover {
  background: linear-gradient(
    217deg,
    rgb(23 141 211) 0%,
    rgb(56 109 141 / 68%) 100%
  ) !important;
}
.rvw_innr:hover .rvw_txt p,
.rvw_innr:hover .client_txt h5 {
  color: #fff;
}
.rvw_innr:hover .client_info {
  border-color: rgba(255, 255, 255, 0.25);
}

.rvw_innr:hover .rvw_shp svg rect {
  fill-opacity: 0.6 !important;
}

/* faq */
.faq {
  background-color: var(--bluesection);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.faq::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/meeting-shape.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}
.faq_head h2 {
  position: relative;
}
.faq_head h2::after {
  position: absolute;
  content: "";
  background-image: url(../images/question-shape.png);
  background-size: 104px;
  background-repeat: no-repeat;
  background-position: top;
  width: 104px;
  height: 104px;
  top: -40px;
  left: -40px;
}

.faq_head p {
  font-size: 18px;
  line-height: 26px;
  color: var(--bodyColor);
  font-weight: 500;
}

.faq_row {
  align-items: center;
}
.faq_row .accordion-item {
  margin-bottom: 30px;
  border-radius: 14px !important;
  overflow: hidden;
  border: 0 !important;
  background: #fff;
  transition: all 0.3s ease;
}
.faq_row .accordion-button,
.faq_row .accordion-button:hover,
.faq_row .accordion-button:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.faq_row .accordion-item .accordion-button {
  align-items: flex-start;
  padding: 15px 15px 12px !important;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
  background: transparent;
}
.faq_row .accordion-item .accordion-body {
  padding: 0 15px 15px 55px !important;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}

.faq_row .accordion-item .accordion-button .num {
  margin-right: 20px;
  font-size: 17px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.faq_row .accordion-item:has(.accordion-collapse.show) {
  background: linear-gradient(
    217deg,
    rgba(23, 141, 211, 1) 0%,
    rgba(56, 109, 141, 0.95) 100%
  ) !important;
  color: #fff;
}
.faq_row .accordion-item:has(.accordion-collapse.show) .accordion-button,
.accordion-item:has(.accordion-collapse.show) .accordion-body,
.accordion-item:has(.accordion-collapse.show) .num {
  background: transparent;
  color: #fff;
}
.faq_row .accordion-button {
  background: transparent;
}
.faq_row .accordion-button::after {
  background-image: inherit !important;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  font-size: 16px;
}
.faq_row
  .accordion-item:has(.accordion-collapse.show)
  .accordion-button::after {
  content: "\f068";
  color: #fff;
}

/* blog */

.blog {
  background-color: #f5f5f5;
  position: relative;
  padding: 80px 0 160px;
  z-index: 1;
}
.blog::after {
  background-image: url(../images/review_bg_two.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.blog::before {
  background-image: url(../images/review_bg_two.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.blog_head {
  text-align: center;
  margin-bottom: 40px;
}
.blog_head p {
  font-size: 18px;
  line-height: 26px;
  color: var(--bodyColor);
  font-weight: 500;
  max-width: 526px;
  margin: 0 auto;
}
.blog_innr {
  background: #fff;
  border-radius: 10px;
  padding: 13px 15px 27px;
  width: 100%;
  height: 100%;
/*   min-height:484px; */
  transition:background 0.5s ease;
  cursor: pointer;
  filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.2));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog_innr:hover {
  background: linear-gradient(
    217deg,
    rgba(23, 141, 211, 1) 0%,
    rgba(56, 109, 141, 0.95) 100%
  ) !important;
}

.blog_innr .blog-details h4,.blog_innr .blog-details p{
  transition:color 0.5s ease;
}
.blog_innr:hover .blog-details h4,
.blog_innr:hover .blog-details p {
  color: #fff;
}
.blog_innr:hover .post-details {
  border-color: rgba(255, 255, 255, 0.25);
}
.blog_innr:hover .post-date img {
  filter: inherit !important;
}
.blog_innr:hover .post-date p,
.blog_innr:hover .post-link a {
  color: #fff;
}
.blog_innr:hover .post-link a span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(249deg) brightness(101%) contrast(102%);
}
.blog_innr:hover .blog-img::after {
  background-color: rgba(56, 108, 141, 0.65);
}
.blog-img {
  position: relative;
  z-index: 2;
}
.blog-img::after {
  position: absolute;
  content: "";
  background-color: rgba(56, 108, 141, 0.33);
  width: 40px;
  height: 40px;
  top: -12px;
  right: -17px;
  border-radius: 50%;
  z-index: -1;
}
.blog-img img {
  width: 100% !important;
  max-height:230px !important;
  border-radius: 10px;
  object-fit:cover !important;
}
.blog_slider .blog-img img{
  max-height:170px !important;
}
.blog-img {
  padding-bottom: 20px;
}
.post-details .post-date img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7485%)
    hue-rotate(329deg) brightness(107%) contrast(105%);
  max-width: 20px;
  margin-right: 6px;
}
.post-link a span img {
  max-width: 20px;
}
.post-link a {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}
.post-details {
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.post-date {
  display: flex;
  align-items: center;
}
.post-date p {
  font-size: 14px;
  line-height: 24px;
  color: var(--bodyColor);
  font-weight: 500;
}
.blog_slider .swiper-slide {
  display: flex;
  height: auto !important;
}

.blog_slider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.blog_slider .swiper-wrapper {
  margin-bottom: 50px;
  display: flex;
  align-items: stretch;
}


.blog_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px !important;
  height: 13px !important;
  background-color: rgb(56, 109, 141, 0.85) !important;
}
.blog_slider .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: rgb(56, 109, 141, 0.65) !important;
}
.blog_btn{
  text-align: center;
}
.mob_btn{
  display:none;
}
.blog-details p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* footer cta */
.ftr_cta{
    position: relative;
    z-index: 2;
    margin-bottom: -155px;
}
.ftr_cta_innr{
  background: linear-gradient(217deg, rgba(23, 141, 211, 1) 0%, rgba(56, 109, 141, 0.95) 100%) !important;
  border-radius:30px;
  padding:90px 72px 84px 84px;
  position:relative;
  z-index:1;
  margin-top:-110px;
}
.ftr_cta_innr::after{
  position: absolute;
  content:'';
  background-image:url(../images/review_bg_one.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  width:100%;
  height:100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:-1;
}
.ftr_cta_innr .row .col-md-4{
  text-align:right;
}

.ftr_cta_innr .row{
  justify-content:space-between;
  align-items:center;
}
.callbck_btn{
  text-align: right;
  position: relative;
  display: inline-block;
}
.callback_link{
  display: inline-block;
  position: relative;
}
.clbck_icon{
    position: absolute;
    content: '';
    top: -40px;
    left: -57px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 19%);
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clbck_icon svg{
   width: 40px;
    height: 40px;
    z-index: -1;
}
.clbck_icon::after,.clbck_icon::before{
  content: "";
    position: absolute;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    animation: pulse 3s infinite ease-out;
    z-index: 0;
}

.ftr_cta_innr h3{
  text-shadow: 2px 2px 0px #000, 1px 1px 1px #000, 0 3px 7px #000;
}

.ftr_sec{
  background-color:#DAEAF8;
  padding:210px 0 50px;
  position: relative;
  z-index:1;
}

.ftr_sec::after{
  position: absolute;
  content:'';
  width:100%;
  height:100%;
  background-image: url(../images/meeting-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}
.ftr_logo a img{
  max-width:185px;
}
.ftr_logo{
  margin-bottom:18px;
}

.ftr_txt p{
  font-size:16px;
  line-height:28px;
  color:var(--bodyColor);
  font-weight:500;
  margin-bottom:18px;
  max-width: 343px;
}
.contact_info ul li p{
  max-width:320px;
}

.contact_info h4,.ftr_menu_hd h4,.scl_hd h4{
  font-size:20px;
  line-height:28px;
  color: #000;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:0.5em;
  margin-bottom:20px;
}
.contact_info ul li{
  display:flex;
}



.ftr_sec .icon svg{
    stroke: #000;
    width: 22px;
    height: 22px;
    margin-right: 12px;
}
.contact_info ul li p,.contact_info ul li a{
  font-size:16px;
  line-height:24px;
  color: #000;
  font-weight:500;
  margin-bottom:15px;
}

.ftr_menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #1E293B;
  line-height: 26px;
  transition: color 0.5s ease-in-out;
  position: relative;
  display: inline-block; /* ensure pseudo-element aligns */
}

.ftr_menu ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  background-color: var(--headerBgOne);
}

.ftr_menu ul li a:hover::before {
  transform: translateX(0);
}

.ftr_menu ul li a:hover {
  font-weight: 600; /* optional, may cause slight shift */
  color: var(--headerBgOne);
}

.ftr_menu ul li a::before {
  transform: scaleX(0);
  transform-origin: left;
}

.ftr_menu ul li a:hover::before {
  transform: scaleX(1);
}

.ftr_menu ul li{
  padding-bottom:15px;
  position: relative;
  padding-left:15px;
}
.ftr_menu ul li::after{
  position: absolute;
  content:'\f105';
  font-family:'Font Awesome 6 Free';
  font-weight:900;
  left:0;
  top:0;
  font-size:15px;
  
}
.newsletter_sec{
  background: linear-gradient(217deg, rgba(23, 141, 211, 1) 0%, rgba(56, 109, 141, 0.95) 100%) !important;
  border-radius:5px;
  min-height:94px;
  padding: 0 18px;
}
.newsletter_sec form input{
    width: 100%;
    background: transparent !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgb(255 255 255 / 68%);
    border-left: 0 !important;
    border-right: 0 !important;
    color: rgb(255 255 255 / 68%);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius:0;
    padding: 12px 12px 12px 4px;
}
.nwsltr_mail{
  position: relative;
}
.nwsltr_mail::after{
  position: absolute;
  content:'';
  background-image:url('../images/send-icon.png');
  background-repeat:no-repeat;
  background-position:right;
  background-size:20px;
  width:20px;
  height:20px;
  right:3px;
  top:0;
}
.newsletter_sec form input::placeholder{
   color: rgb(255 255 255 / 68%);
    font-size:16px;
    line-height:24px;
    font-weight:400;
    text-transform:capitalize;
    padding-bottom:10px;
}
.newsletter_sec form{
  padding:25px 0 0;
}

.scl_follow{
  margin-top:20px;
}
.scl_hd ul{
  display: flex;
}
.scl_hd ul li{
  padding:0 8px;
}
.scl_hd ul li a{
  font-size:16px;
  color: #000;
  border:2px solid #000;
  width:30px;
  height:30px;
  border-radius:50%;
  transition:all 0.5s ease-in-out;
  background-color:transparent;
  display:flex;
  justify-content:center;
  align-items:center;
}
.scl_hd ul li a:hover{
  background-color:#000;
  color:#fff;
}
.top_ftr{
  padding-bottom:50px;
}
.btm-ftr{
  padding-top:12px;
  border-top:1px solid rgba(0, 0, 0, 0.30);
}
.btm-ftr .row{
  justify-content:space-between;
}
.btm-links ul{
  display:flex;
}
.btm-links ul li a{
  color:#000;
  font-size:15px;
  line-height:24px;
  font-weight:500;                                                                                                                                                                        
  transition:all 500ms ease-in-out;
}
.btm-links ul li a:hover{
  color: #386d8d;
  font-weight:600;
}
.btm-links ul li:first-child{
  border-right:1px solid rgba(0, 0, 0, 0.35);
  padding-right:14px;
  margin-right:14px;
}
.ftr_btm_shp{
  position: absolute;
  right:0;
  bottom:0;
}

.btm-links{
  display: flex;
  justify-content:flex-end;
}
/* chatbot */
.chatbot-widget{
  position: fixed;
  bottom: 40px; 
  right: 25px;  
  width: 70px;  
  height: 70px;
  z-index: 9999; 
  cursor: pointer;
}

.chatbot-widget img{
  width: 70px;  
  height: 70px;
  display: block;
}

.chatbot-text {
  position: absolute;
  bottom: 100%; /* 👈 Position above the icon */
  right: 0;      /* 👈 Align to the right edge */
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.chatbot-widget:hover .chatbot-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sticky{
 position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; /* Make sure it stays above all */
  width: 100%;
  background-color: #fff; /* Or a solid color that fits */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Optional: subtle shadow */
  transition: all 0.3s ease;
}


/* calendly css */
.calendly-overlay .calendly-popup-close{

       right: 25% !important;
    top: 7% !important;
    background-image:url('../images/close.png') !important;

}
.calendly-overlay .calendly-popup{
  width:100% !important;
  max-height:990px !important;
  background-color:#fff !important;
}
.calendly-overlay{
  background-color: rgb(31 31 31 / 80%) !important;
}


/*...............about us................. */

.innr_bnnr_sec{
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center;
  position: relative;
  min-height:550px;
  z-index:2;
}
.innr_bnnr_sec::after{
   background-image: linear-gradient(
    180deg,
    rgba(122, 146, 161, 0.6) 0%,
    rgba(0, 0, 0, 0.88) 100%
  );
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.innr_bnnr_txt{
  opacity:1;
}


/* breadcrumbs*/
.breadcrumb ul{
  display:flex;
  align-items:center;
}
.breadcrumb ul li:not(:last-child){
  padding-right:17px;
  margin-right:17px;
}
.breadcrumb ul li{
  position: relative;
   color:#fff;
  font-size:20px;
  font-weight:600;
}
.breadcrumb ul li:not(:last-child):after {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    left: 62px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
}
.breadcrumb ul li a{
  color:#fff;
  font-size:20px;
  font-weight:600;
  font-family: "Roboto", sans-serif;
}
.breadcrumb li.active {
   color: var(--headingSpan);
    text-shadow: 2px 2px 0px #000, 1px 1px 1px #000, 0 3px 7px #000;
}


.our_story{
  padding:100px 0 30px;
  background-color:var(--bluesection);
  position: relative;
  z-index:2;
}
.our_story::after{
  position: absolute;
  content:'';
  width:100%;
  height:100%;
  top:0;
  left:0;
  bottom:0;
  right:0;
   background-image: url(../images/review_bg_two.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:-1;
}
.our_story::before{
  position: absolute;
  content:'';
  width:100%;
  height:100%;
  top:0;
  left:0;
  bottom:0;
  right:0;
   background-image: url(../images/review_bg_one.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:-1;
}
.our_story .row:not(:last-child){
  padding-bottom:90px;
}
.our_story .row:nth-child(even){
  flex-direction:row-reverse;
}

.our_story .row:nth-child(even) .our_stry_img{
  padding-left:0;
}

.our_story .row:nth-child(even) .our_stry_img::after {
  left:-45px;
}

.our_stry_img img{
   border-radius: 30px;
    max-width: 590px;
    height: 400px;
    object-fit: contain;
}
.our_stry_img{
  position: relative;
  z-index:2;
  padding-left:60px;
}
.our_stry_img::after{
    background-color: var(--headerBgOne);
    width: 570px;
    height: 400px;
    position: absolute;
    content: '';
    right: 0;
    top:-36px;
    bottom: 0;
    left: 84px;
    border-radius: 30px;
    z-index: -1;
}

.our_mssn_wrap{
  display: flex;
  align-items:flex-start;
  margin:38px 0;
}
.our_mssn_wrap:last-child{
  margin:0;
}
.our_mssn_wrap .icon{
  margin-right:17px;
}

.our_stry_txt h2{
  margin-bottom:17px;
}
.our_stry_txt p{
  color:#000;
  font-weight:500;
  margin-bottom:10px;
}
.abt_servc{
  padding-bottom:50px;
}
.abt_testimonial{
  padding-top:30px;
  padding-bottom:180px;
}
.abt_ftr_cta{
  margin-bottom: -150px;
}
.abt_ftr_cta{
  margin-bottom:-150px;
}
.abt_ftr_cta .ftr_cta_innr{
  margin-top:-130px;
}
.abt_testimonial .review-slider {
    margin: 0 0 50px;
}

.innr_bnnr_txt .breadcrumb{
  margin-bottom:25px;
}
.abt_meeting{
  padding:50px 0 80px;
}

.why-choose-us{
  background-color: var(--bluesection);
    padding: 50px 0 80px;
    position: relative;
    z-index: 1;
}
.why-choose-us::after{
  background-image: url(../images/meeting-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}

.why-choose-txt p{
  color: #000;
  font-weight:500;
  margin-bottom:15px;
}
.why-choose-img::after{
  width: 630px !important;
  left: 55px !important;
}
.why-choose-img{
  padding-left:30px;
}

/*...............contact us................. */

.connect-us{
  background-color:var(--bluesection);
  padding:80px 0;
  position: relative;
  z-index:2;
}
.connect-us::before{
   position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/contact-bg-shape.png);
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: -1;
    opacity: 0.55;
    background-position: bottom;
}
.connect_head p{
  font-size:18px;
  line-height:28px;
  color: #000;
  font-weight:500;
  max-width:526px;
}

.cntct_innr{
  background-color:rgb(255, 255, 255, 0.72);
  border-radius:15px;
  width:100%;
  padding:43px 24px 40px;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  flex-direction: column;
  text-align:center;
  box-shadow:0 1px 2px 0 rgb(0, 0, 0, 0.15);
  cursor: pointer;
  transition:all 600ms ease-in-out;
  position: relative;
  z-index: 1;
  width:100%;
  height:100%;
}
.cntct_innr::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: linear-gradient(217deg, rgba(23, 141, 211, 1) 0%, rgba(56, 109, 141, 0.95) 100%);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index:-1;
}
.cntct_innr:hover::before {
  opacity: 1;
}

.cntct_innr:hover .cntct_innr_icon svg path{
  stroke:#fff;
}
.cntct_innr:hover .cntct_innr_txt h4,.cntct_innr:hover .cntct_innr_txt p,.cntct_innr:hover .cntct_innr_txt a{
  color:#fff;
}


.cntct_innr_txt{
  padding-top:15px;
    display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cntct_innr_txt h4{
  font-size:20px;
  line-height:30px;
  color:#000;
  margin-bottom:12px;
}
.cntct_innr_txt p,.cntct_innr_txt a{
  font-size:15px;
  line-height:24px;
  color:#000;
  font-weight:500;
}
.contact-info-row{
  display: flex;
  flex-wrap: wrap;
  margin:40px -15px 30px;
  align-items: stretch; 
}

.contact-info-col{
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  display: flex;
  margin-bottom: 30px;
}
.contact-info-col > .cntct_innr {
  flex-grow: 1;
}
.cntct_innr_icon {
  min-height: 48px; /* or whatever value matches both */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* contact-form */

.contact_frm_outr{
  background-color:rgb(255, 255, 255, 0.72);
  border-radius:15px;
  padding:42px 26px 39px 20px;
   box-shadow:0 1px 2px 0 rgb(0, 0, 0, 0.15);
}

.contact-tabs {
    display: flex;
    background-color:rgb(23, 141, 211, 0.20);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    padding:8px 39px 8px 9px;
  }

  .tab-btn {
    flex: 1;
    padding: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    border-radius:15px;
    font-size:20px;
    color:#000;
    border:none !important;
    background:transparent !important;
  }

  .tab-btn.active {
    background: #fff !important;
    color:#386D8D;
  }

  .form-row {
    margin-bottom: 15px;
  }

  input, select, textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }

  .send-btn {
    background-color: #386D8D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }

  textarea {
    min-height: 100px;
  }

  .form-row{
    display:flex;
    gap: 0 15px;
  }
  .input-wrap{
    flex:0 0 auto;
    width:48%;
  }
  .input-wrap label{
    font-size:15px;
    line-height:24px;
    color: #000;
    font-weight:500;
    padding-bottom:5px;
  }
  .input-wrap input::placeholder{
    font-size:14px;
    line-height:24px;
    color: rgb(0, 0, 0, 0.65);
    font-weight:400;
    text-transform:capitalize;
  }
  .input-wrap input,.form-row select{
    width:100%;
    background-color:#fff;
    border-radius:10px;
    border:1px solid rgb(0, 0, 0, 0.45);
    box-shadow:none;
    outline:none;
    height:48px;
    color: #000;
  }
  .input-select{
    width:100%;
  }
  .form-row select,.form-row textarea{
    font-size:14px;
    line-height:24px;
    color: rgb(0, 0, 0, 0.65);
    font-weight:400;
    text-transform:capitalize;
  }
.input-wrap input:focus,.input-wrap select:focus{
    box-shadow:none;
    outline:none;
    border:2px solid rgb(0, 0, 0);
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-row textarea{

  height:203px;
  resize:none;
  color:#000;
}
.msg-box{
  width:100%;
}
.agree-check{
  width:100%;
  display:flex;
}
.agree-check input{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius:4px;
    border:2px solid #000;
}

.form-row button{
  border:none !important;
}
.form-row button:hover{
  color:#fff;
}

/******************* telecom **********************/
.about-telecom-sec{
  background-color:rgb(21 161 223 / 30%);
  padding:80px 0 100px;
  position: relative;
  z-index:2;
}

.about-telecom-sec::after,.how-we-help::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/review_bg_two.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}



.srvc-innr{
  position: relative;
  z-index:2;
  background-color:rgb(115 170 204 / 75%);
  border-radius:30px;
  padding:40px 25px;
  width:100%;
  height:fit-content;
  position: sticky;
  top: 150px;
}
.srvc_list{
   position: relative;
  z-index:2;
}
.srvc-innr::after {
    background-color: rgb(245 245 245 / 5%);
    width: 100%;
    height: 1000px;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 5000px;
    left: auto;
    right: 0;
    z-index: -1;
    position: absolute;
    content: '';
    margin-top: -80px;
}

.abt_telecom_innr{
  padding-left:28px;
}
.srvc_list ul li{
 margin-bottom:15px;
}

.srvc_list li a{
 color:#000;
   font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    transition: color 500ms ease-in-out;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
   background-color:#fff;
  border-radius:6px;
  box-shadow:0 4px 4px 0 rgb(0, 0, 0, 0.25);
  padding:10px 12px 10px 20px;
}
.srvc_list li a:hover,.srvc_list li a.active{
  color:#386D8D;
}
.srvc_list li a::after{
    position: absolute;
    content: "\f105";
    font-size: 13px;
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    right: 14px;
    top: 12px;
    color: #000;

}
.srvc_list li a:hover::after,.srvc_list li a.active::after{
  color:#386D8D;
}

.srvc_list li a::before{
    content: "";
    width: 5px;
    left:0;
    bottom:0;
    background: rgb(56, 109, 141, 0.65);
    height: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 1;
    border-radius: 6px;
}
.srvc_list li a:hover::before,.srvc_list li a.active::before{
  height:100%;
}
.srvc_innr_head{
  border-top:1px solid rgb(0, 0, 0, 0.25);
  margin-top: 30px;
  padding-top: 15px;
}
.srvc_innr_head h4{
  font-size:20px;
   font-family: "Montserrat", sans-serif;
   line-height:26px;
   font-weight:700;
   color: #000;
}

.srvc_innr_head p{
  margin-bottom:15px;
  font-weight:500;
}
.calender_icon svg{
  width: 26px;
  height: 26px;
  margin-right:8px;
}
.abt_telecom_txt p,.how_we_help_txt p{
  font-size:18px;
  line-height:28px;
  color:#000;
  font-weight:500;
  margin-bottom:20px;
}
.abt_telecom_img{
  position: relative;
  margin-top:80px;
  z-index:2;
}
.abt_telecom_img::after{
    background-color: var(--headerBgOne);
    width: 675px;
    height: 420px;
    position: absolute;
    content: '';
    right: 0;
    top: -40px;
    bottom: 0;
    left: 100px;
    border-radius: 30px;
    z-index: -1;
}
.abt_telecom_img img{
    width: 100%;
    border-radius: 15px;
    height: 420px;
    object-fit: cover;
    max-width: 700px;
     filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3));
}
.srvc_btn a{
  font-size:16px;
  line-height:26px;
}

.how-we-help{
  background-color:rgb(21 161 223 / 30%);
  padding: 50px 0 220px;
  position: relative;
  z-index: 2;
}

.weVoice-logo{
  display:block;
}
.how_we_help_head h2{
  max-width:600px;
  font-size:38px;
}
.we-help-img{
  position: relative;
  z-index:2;
}
.we-help-img img{
   width: 100%;
    border-radius:10px;
    height: 430px;
    object-fit: cover;
    max-width: 675px;
     filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3));
}
.we-help-img::after{
    background-color: var(--headerBgOne);
    width: 640px;
    height: 420px;
    position: absolute;
    content: '';
    right: 0;
    top: -41px;
    bottom: 0;
    left: -40px;
    border-radius: 30px;
    z-index: -1;
}
.how_we_help_txt {
  padding-left:28px !important;
}
 

.how_we_help_txt p{
  margin-bottom:0;
}

.weVoice-logo a img {
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
  transition: filter 0.3s ease; /* optional hover effect */
}
.weVoice-logo a img:hover {
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

.partner_innr{
    background-color: #F8FAFC;
    box-shadow: 0px 2px 11px 0px rgb(0 0 0 / 15%);
    border-radius:15px;
    padding: 56px 37px 40px;
    max-width: 1770px;
    margin-left:auto;
    margin-right:auto;
    max-height: 354px;
    margin-top: -170px;
    position: relative;
    z-index: 2;
}

.marquee-slider .swiper-slide{
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 25px;
}
.marquee-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
/* .partner-img{
  overflow: hidden;
} */
.partner-img img{
  width:100%;
  height:fit-content;
  max-width:140px;
  transition:all 600ms ease-in-out;
  transform:scale(1);
  cursor:pointer;
}
.partner-img img:hover{
  transform:scale(1.2);
}

.marquee-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px !important;
  height: 11px !important;
  background-color: rgb(56, 109, 141, 0.85) !important;
}
.marquee-slider .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: rgb(56, 109, 141, 0.65) !important;
}
.marquee-slider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.marquee-slider {
  position: relative;
  overflow: hidden;
  background: #f9fbfd; /* Or the actual background color */
}

.marquee-slider::before,
.marquee-slider::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px; /* You can adjust this for stronger/weaker fades */
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-slider::before {
  left: 0;
  background: linear-gradient(to right, #f9fbfd 10%, rgba(249, 251, 253, 0));
}

.marquee-slider::after {
  right: 0;
  background: linear-gradient(to left, #f9fbfd 10%, rgba(249, 251, 253, 0));
}

.solution{
    background-color: rgb(245, 247, 250, 0.90);
    margin-top: -184px;
    position: relative;
    padding: 250px 0 80px;
    z-index:1;
}

.solution::after{
  background-image: url(../images/review_bg_one.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.solution::before{
  background-image: url(../images/service-bg-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.solutn_head{
  max-width:784px;
  margin:0 auto;
}
.solutn_head h2{
  margin-bottom:95px;
}

.solutn_img{
  position: relative;
  z-index:1;
}
.solutn_img::after{
    background-color: var(--headerBgOne);
    width: 640px;
    height: 420px;
    position: absolute;
    content: '';
    right: 0;
    top: -41px;
    bottom: 0;
    left: -40px;
    border-radius: 30px;
    z-index: -1;
}
.solution .solutn_row:nth-child(2) .solutn_img::after{
  height:430px !important;
}


.solutn_img img{
    max-height: 423px;
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3));
    border-radius: 10px;
    
}
.solutn_txt h3{
    font-size: 33px;
    font-weight: 700;
    color: #000;
    line-height: 45px;
    margin-bottom: 10px;
}
.solutn_txt h3 span{
  color:#15A1DF;
  margin-bottom:18px;
}
.solutn_txt p{
  font-size:18px;
  line-height:28px;
  color: #000;
  font-weight:500;
  margin-bottom:25px;
}
.solutn_list ul li{
  color: #000;
  font-weight:500;
  font-size:18px;
  line-height:28px;
  position: relative;
  padding-left: 35px;
  padding-bottom:10px;
}
.solutn_list ul li::after{
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/svg/checkIcon.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
    width: 30px;
    height: 30px;
    top: 3px;
}

.solutn_row{
  padding-bottom:80px;
 
}
.solutn_row:nth-child(2n+1) {
  flex-direction: revert-layer !important;
}

.solutn_txt{
  margin-left: 36px;
}
.solutn_row:nth-child(odd){
  flex-direction: row-reverse;
}

.solutn_row:nth-child(odd) .solutn_txt{
  margin-left:0;
}

.telecom-faq{
  padding-bottom:185px;
  background-color: rgb(21 161 223 / 30%);
}
.telecom_cta{
  margin-top:-199px;
}
.telecom_cta .ftr_cta_innr h3{
  font-size:33px;
}
.solutn_row:nth-child(odd) .solutn_img::after{
  left:100px;
  width:580px;
}
.solutn_row:nth-child(3) .solutn_img::after,.solutn_row:nth-child(4) .solutn_img::after{
  height: 500px !important;
}
.solutn_row:last-child{
  padding-bottom:0;
}

/******************* data-mining **********************/

.data_cta{
  margin-bottom:-115px;
}

.data_solutn .solutn_row:nth-child(3) .solutn_img::after,.solutn_row:nth-child(4) .solutn_img::after{
  height:430px !important;
}

.help_benefits{
  margin-top:25px;
}
.help_benefits ul li{
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 35px;
    padding-bottom: 10px;
}
.help_benefits ul li::after{
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/svg/checkIcon.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
    width: 30px;
    height: 30px;
    top: 3px;
}
.data_solutn{
  padding-top:230px;
}
.data_solutn .solutn_head{
  max-width: 784px;
}
.data_solutn_list ul li{
 padding-left:20px !important;
}
.data_solutn_list ul li::after{
  background-image:none !important;
  background-size:inherit !important;
  background-position:inherit !important;
  background-color:#15A1DF;
  width:10px !important;
  height:10px !important;
  border-radius:50%;
  top:7px !important;
}
.data_solutn_list ul li{
  padding-left:40px;
}


.process-slider {
  width: 100%;
  padding: 30px 0 50px;
  overflow: hidden;
}

.marquee-slider-two .swiper-wrapper {
  display: flex;
  align-items: center;
}

.marquee-slider-two .swiper-slide {
  width: auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  position: relative;
}

/* dashed line after all but last */
.marquee-slider-two .swiper-slide:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  border-top: 1px dashed #000;
}

.procss_innr {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 6px;
  transition: all 500ms ease-in-out;
  padding: 10px 15px;
}

.process-slider .swiper-slide.swiper-slide-active .procss_innr{
  background-color: rgba(23, 141, 211, 0.35);
  box-shadow:0 4px 9px 0 rgb(0, 0, 0, 0.10);
}
.process-slider .swiper-slide.swiper-slide-active .procss_innr .process-icon img{
  filter: brightness(0) saturate(100%)
}
.process-icon img {
  margin-right: 15px;
  max-width: 40px;
  height: auto;
}

.procss_name h5 {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    margin: 0;
    line-height: 34px;
}

.process-slider .swiper-slide {
  width: auto;
  flex: 0 0 auto;
  min-width: 200px; /* Adjust based on your design */
}

.process-slider .swiper-wrapper {
  transition-timing-function: linear !important; /* Required for marquee */
}

.marquee-slider-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 11px !important;
  height: 11px !important;
  background-color: rgb(56, 109, 141, 0.85) !important;
}
.marquee-slider-two .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: rgb(56, 109, 141, 0.65) !important;
}
.marquee-slider-two .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.marquee-slider-two {
  position: relative;
  overflow: hidden;
  background: #f9fbfd; /* Or the actual background color */
}

.marquee-slider-two::before,
.marquee-slider-two::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px; /* You can adjust this for stronger/weaker fades */
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-slider-two::before {
  left: 0;
  background: linear-gradient(to right, #f9fbfd 10%, rgba(249, 251, 253, 0));
}

.marquee-slider-two::after {
  right: 0;
  background: linear-gradient(to left, #f9fbfd 10%, rgba(249, 251, 253, 0));
}

.abt_data_img{
  text-align: center;
}
.abt_data_img img{
  max-width:760px;
  width:100%;
}



/****************Debt Management Advisory***************/
.debt-process-slider .marquee-slider-two .swiper-slide{
  padding:0 40px;
}
.debt-help .how_we_help_head h2{
  max-width:none;

}

.debt-help .how_we_help_txt {
    padding-left: 15px;
}


/************ web development and digital marketing *************/
.develop-slider .swiper-slide .procss_innr{
  width:400px;
  align-items:flex-start;
}
.develop-slider.marquee-slider-two .swiper-slide:not(:last-child)::after{
  right:-35px;
}
.develop-slider .process-icon img{
  max-width:35px;
  margin-right:8px;
  margin-top:7px;
}
.develop-slider .procss_name p{
  font-size:14px;
  line-height:26px;
}
.about-development .abt_telecom_img img{
  height:480px;
}

    .wheel {
      position: relative;
      width: 600px;
      height: 600px;
      margin: 25px auto;
      /* background: #f0f8ff; */
      border-radius: 50%;
      z-index:2;
    }

    .wheel-center {
    position: absolute;
    top: 59%;
    left: 49%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 71%);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--headingSpan);
    font-size: 26px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    line-height: 37px;

    }

    .item {
      position: absolute;
      top: 50%;
      left: 40%;
      width: 110px;
      height: 110px;
      background: linear-gradient(217deg, rgba(23, 141, 211, 1) 0%, rgba(56, 109, 141, 0.95) 100%);
      border-radius: 50%;
      text-align: center;
      padding: 8px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      transform: scale(0);
      opacity: 0;
      transform-origin: center;
    }

    .item img {
      width: 30px;
      height: 30px;
      margin-bottom: 8px;
      object-fit: contain;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7453%) hue-rotate(129deg) brightness(100%) contrast(113%);
    }

    .item span {
    font-size: 14px;
    color:#fff;
    font-weight: 500;
    line-height: 18px;
    }

    /* Run animation only when animate class is added */
.item.animate {
  animation: zoomOut 0.6s ease-out forwards;
  animation-delay: calc(var(--i) * 0.15s);
}

/*...............BPO/KPO.................. */
.about-bpo-sec img{
  max-width:750px;
  
}
.about-bpo-sec .abt_telecom_img::after{
  width: 695px; 
}

.bpo-help .solutn_list{
  margin-top:20px;
}

.bpo-slider .procss_innr{
  justify-content:center;
}
.bpo-slider .swiper-slide .procss_innr{
  width:250px;
}

.bpo-slider .swiper-slide{
  margin-right:30px;
}

.bpo-solution .solutn_row:nth-child(2) .solutn_img::after{
  height: 364px;
}
.bpo-solution .solutn_row:nth-child(3) .solutn_img::after{
  height:430px !important;
}

/* blog details */

.blog-listing{
  padding:80px 0;
}
.blog-listing .col-lg-4{
  padding-bottom:30px;
}


/* blog-sec- 01.07.25 */
.blog-banner{
  background:linear-gradient(rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4) 100%), url(./image/blog-banner.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  min-height: 500px;
  position: relative;
}
.blog-banner::after {
    position: absolute;
    content: '';
    background-color: rgb(0 0 0 / 65%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bnnr_content{
 position: relative;
 z-index:2;
}
.bnnr_content h2{
 color:#fff;
 font-size:32px;
 font-weight: 500;
 color: #2ab1ff;
 font-family: 'Exo 2', sans-serif;
 padding: 20px 0 15px 0;
}
.blog-banner .bnnr_content .breadcrumbs{
 padding-left:0;
}
.blog-details-main .blog-img{
 padding-bottom:27px;
}
.blog-details-head h1{
 font-size: 35px;
 line-height: 45px;
 margin-bottom:30px;
 color:#222;
}
.blog-content h2{
 font-size: 30px;
 line-height: 40px;
 margin:25px 0 10px;
}
.blog-content p{
 padding:8px 0;
font-size:15px;
line-height:24px;
}
.blog-content span{
 font-size:15px;
 font-weight:400;
 line-height:24px;
}
.blog-content ul li{
  list-style-type:disc;
  font-size:15px;
  line-height:24px;
	
}
.blog-content h3,.blog-content h4{
 color:#000;
 margin:25px 0 10px;
}
.blog-content h3{
  font-size:27px;
  line-height:34px;
}
.blog-content h4{
 font-size:24px;
 line-height:30px;
}
.blog-date{
 padding-bottom: 10px;
}
.blog-content ul{
 padding-left:20px;
}
/* .blog-content span{
 display:inline-flex;
} */
.blog-details-main img,.blog-recent-img img{
 border-radius:10px;
}
.blog-details-main img{
 height:450px !important;
 max-height:none !important;
 object-fit: cover;
}
.blog-recent-img img{
 height:170px;
 object-fit: cover;
/*  max-width: 255px; */
 width:100%;
}
.blog-content a{
 color:rgb(0, 68, 109, 78%);
 text-decoration:none;
 transition:all 0.05s ease-in-out;
}
.blog-content a:hover{
  text-decoration:underline;
  text-underline-offset:0.2em;
}

.blog-recent h2,.blog-recent-head h2{
 font-size:30px;
 line-height:40px;
}
.blog-recent-img{
 margin:0 0 15px;
}
.blog-recent-head h3{
 font-size: 19px;
 line-height: 26px;
 margin-bottom: 15px;
 color:#000;
}

.blog-recent-head h3 a{
 color:#000;
}
.lft-angle{
 margin-right:10px;
}
.ctgry-list ul li a{
 color:#222;
 font-size: 15px;
 line-height: 30px;
 font-weight:500;
 text-decoration:none;
 transition:all .5s ease-in-out;
}
.ctgry-list ul li a:hover{
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:0.3em;
}
.category-div h2{
 font-size:30px;
 line-height:40px;
}
.category-div{
 border-top:1px solid rgb(0 0 0 / 11%);
 padding-top:15px;
}
.ctgry-list ul{
 margin:0 !important;
 padding-top:5px;
}
.blog-details-main{
 padding-right:25px;
}
.blog-content p{
 font-size:14px;
 line-height:24px;
}
.blog-content p strong{
 font-size:17px;
}

.blog-innr-details{
  padding:80px 0;
}
.blog-listing .blog-details{
  padding:0;
}
.blog-listing ~ footer{
 padding: 90px 0 50px !important;
} 
.blog-details ~ footer{
 padding: 90px 0 50px !important;	
}

/* fixed css 02.09.25 */
.abt_telecom_img{
 padding-left:28px;
}

.agree-check > p .wpcf7-form-control-wrap .wpcf7-form-control{
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
}
.agree-check > p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item{
 margin-left:0 !important;
}
.agree-check > p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label{
 display:flex !important;
 align-items:center !important;
}
.privacy-policy-bnnr{
  min-height: 380px !important;

}
.privacy-policy-bnnr::after{
   background: linear-gradient(90deg, rgba(23, 141, 211, 1) 0%, rgba(56, 107, 141, 0.9) 100%) !important;
}
.privacy-policy-bnnr .bnnr_txt{
  height:100%;
  transform:inherit !important;
  min-height:380px!important;
}
.privacy-policy-bnnr .breadcrumb li.active{
 color:#fff !important;
 text-shadow:none !important;
}
.privacy-policy h2{
 margin-bottom:10px !important;
 font-size: 30px !important;
 line-height:45px !important;
}
.privacy-policy .our_stry_txt p{
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
}
.privacy-policy .our_stry_txt ul li{
 margin-bottom:10px;
 position:relative;
 font-size:15px;
 line-height:24px;
 color:#000;
 font-weight:500;
 padding-left:20px;
}
.privacy-policy .our_stry_txt ul li::after{
 position:absolute;
 content:'';
 background-color:#3084b7;
 width:10px;
 height:10px;
 border-radius:50%;
 left:0;
 top:7px;
}
.privacy-policy{
 padding:70px 0 !important;
 background:#fff !important;
}

.privacy-page-container ~ footer{
 padding: 90px 0 50px !important;
}

@keyframes zoomOut {
      0% {
        transform: scale(0) rotate(calc(30deg * var(--i))) translate(0px) rotate(calc(-30deg * var(--i)));
        opacity: 0;
      }
      100% {
        transform: rotate(calc(30deg * var(--i))) translate(250px) rotate(calc(-30deg * var(--i)));
        opacity: 1;
      }
    }

/* keyframes */




@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}


@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



