@font-face {
  font-family: "Montserrat-400";
  src: url("./fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-500";
  src: url("./fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat-600";
  src: url("./fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Jost-300";
  src: url("./fonts/Jost-Light.ttf");
}
@font-face {
  font-family: "Jost-400";
  src: url("./fonts/Jost-Regular.ttf");
}
@font-face {
  font-family: "Jost-500";
  src: url("./fonts/Jost-Medium.ttf");
}
@font-face {
  font-family: "Jost-600";
  src: url("./fonts/Jost-SemiBold.ttf");
}
@font-face {
  font-family: "Roboto-500";
  src: url("./fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Livvic-400";
  src: url("./fonts/Livvic-Regular.ttf");
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  scroll-behavior: smooth;
  top:0px !important;
}
.no-underline {
    text-decoration: none !important;
}

/* Prevent horizontal scroll globally  */
html, body {
      max-width: 100%;
      overflow-x: hidden;
    }
.commonWidth {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1560px) {
  .commonWidth {
    max-width: 1290px;
  }
}
@media (min-width: 1850px) {
  .commonWidth {
    max-width: 1512px;
  }
}

@media (min-width: 1560px) {
  .whyChooseWidth {
    max-width: 1512px !important;
  }
}

.commonContainer {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 992px) {
  .commonContainer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  .commonContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.commonContainer.error-container {
  padding-left: 219px;
  padding-right: 150px;
}
@media screen and (max-width: 1200px) {
  .commonContainer.error-container {
    padding-left: 112px;
    padding-right: 126px;
  }
}
@media screen and (max-width: 1024px) {
  .commonContainer.error-container {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media screen and (max-width: 992px) {
  .commonContainer.error-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.p_LR {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media screen and (max-width: 992px) {
  .p_LR {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 576px) {
  .p_LR {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.commonPadd_LR_80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
@media screen and (max-width: 1200px) {
  .commonPadd_LR_80 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 992px) {
  .commonPadd_LR_80 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 767px) {
  .commonPadd_LR_80 {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media screen and (max-width: 576px) {
  .commonPadd_LR_80 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.topHeader {
  background: #FFFFFF;
  border-bottom: 1px solid #D6D6D6;
}
.topHeader .topHeaderInner {
  align-items: center;
  padding: 11px 0 9px;
}
@media screen and (min-width: 992px) {
  .topHeader .topHeaderInner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .topHeader .topHeaderInner {
    padding: 8px 0 9px;
  }
}
@media screen and (max-width: 570px) {
  .topHeader .topHeaderInner .phnMail {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.topHeader .topHeaderInner .socialIcon {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 990px) {
  .topHeader .topHeaderInner .socialIcon {
    display: none;
  }
}
.topHeader .topHeaderInner .socialIcon a img.hover-image {
  display: none;
}
.topHeader .topHeaderInner .socialIcon a:hover img.default-image {
  display: none;
}
.topHeader .topHeaderInner .socialIcon a:hover img.hover-image {
  display: block;
}
.topHeader .topHeaderInner .upperRight {
  display: flex;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

@media screen and (max-width: 990px) {
  .topHeader .topHeaderInner .upperRight {
    display: none;
  }
}
.topHeader .topHeaderInner .upperRight .salesIcon {
  display: flex;
  align-items: center;
  font-family: "Montserrat-400";
  color: #202124;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}
.topHeader .topHeaderInner .upperRight .salesIcon .salesTxt {
  font-family: "Montserrat-400";
}
.topHeader .topHeaderInner .upperRight .salesIcon .mr_4 {
  margin-right: 4px;
}
.topHeader .topHeaderInner .upperRight .salesIcon .mr_8 {
  margin-right: 8px;
}
.topHeader .topHeaderInner .upperRight .salesIcon.langugesDiv select {
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}
.topHeader .topHeaderInner .upperRight .soLink {
  color: #2b2729;
}
@media screen and (max-width: 770px) {
  .topHeader .topHeaderInner .upperRight .soLink {
    display: none;
  }
}
.topHeader .topHeaderInner .upperRight .soLink .iconn {
  font-size: 15px;
  color:#fff !important;
}
@media screen and (min-width: 990px) {
  .topHeader .topHeaderInner .mobileUpperRight {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .topHeader .topHeaderInner .mobileUpperRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topHeader .topHeaderInner .mobileUpperRight .salesIcon {
    font-family: "Montserrat-400";
    color: #202124;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
  }
  .topHeader .topHeaderInner .mobileUpperRight .salesIcon.langugesDiv select {
    border: none;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
  }
}
@media screen and (max-width: 990px) and (max-width: 375px) {
  .topHeader .topHeaderInner .mobileUpperRight .salesIcon {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 990px) {
  .topHeader .topHeaderInner .mobileUpperRight .leftSec {
    display: flex;
    -moz-column-gap: 16px;
         column-gap: 16px;
    align-items: center;
  }
}
.salesNo:hover{
 color:#0968DF !important;
}
header .headerWrraper {
  position: relative;
  background: #FFFFFF;
}
header .headerWrraper .headerLogo {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  header .headerWrraper .headerLogo {
    top: 25px;
  }
  header .headerWrraper .headerLogo img {
    width: 100px;
  }
}
@media screen and (max-width: 990px) {
  header .headerWrraper .headerLogo {
    display: none;
  }
}
header .bottomHeader {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.393);
}
@media screen and (max-width: 992px) {
  header .bottomHeader .customNav .mobileHeadLogo {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 992px) {
  header .bottomHeader .customNav .mobileHeadLogo img {
    width: 148px;
    height: 26px;
  }
}
header .bottomHeader .customNav .navbar-toggler-iconn svg {
  color: #202124;
}
@media screen and (max-width: 992px) {
  header .bottomHeader .customNav .headerRightSec .bookDemoMob {
    display: none;
  }
}
header .bottomHeader .customNav .headerRightSec .BlueBtn {
  font: 18px/28px "Jost-500";
  background: #0968DF;
  padding: 8px 0px;
  color: #FFF;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  width: 169px;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  header .bottomHeader .customNav .headerRightSec .BlueBtn {
    padding: 6px 0px;
    font: 16px/26px "Jost-500";
    width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  header .bottomHeader .customNav .headerRightSec .BlueBtn {
    padding: 6px 0px;
    font: 14px/24px "Jost-500";
    width: 100px;
  }
}
header .bottomHeader .customNav .headerRightSec .searchIcon {
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  header .bottomHeader .customNav .headerRightSec .searchIcon {
    margin-top: 8px;
  }
}
@media screen and (max-width: 992px) {
  header .bottomHeader .customNav .headerRightSec .searchIcon {
    margin-top: 18px;
  }
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .togglerCust {
    outline: none;
    border: none;
    display: grid;
    place-items: center;
  }
}
header .bottomHeader .customNav .navbar-brandOpacity {
  display: none;
}
header .bottomHeader .customNav .navbar-brandOpacity .mobileLogo {
  width: 0px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .navbar-brandOpacity {
    display: block;
    opacity: 0;
    scale: 0;
  }
}
header .bottomHeader .customNav .navbar-brand {
  display: none;
}
header .bottomHeader .customNav .navbar-brand .mobileLogo {
  width: 97px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .navbar-brand {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  header .bottomHeader .customNav .collapseCust .biCanvasLogo {
    width: 120px;
  }
}
header .bottomHeader .customNav .collapseCust .closeDiv {
  display: none;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .collapseCust .closeDiv {
    display: block;
    text-align: right;
  }
  header .bottomHeader .customNav .collapseCust .closeDiv .cls {
    border: none;
    outline: none;
    background: transparent;
    <!--padding: 25px;-->
    color:white !important;
    align-self:end !important;
  }
  header .bottomHeader .customNav .collapseCust .closeDiv .cls .iconn {
    color: white;
    font-size: 20px;
  }
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
  padding: 21px 20px 22px;
  font-family: "Montserrat-500";
  color: #000;
  font-size: 18px;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
    padding: 20px 10px;
    font-size: 14px;
  }
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link:hover {
  color: #0968DF;
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link.active {
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 7px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .collapseCust {
    display: block;
    background: white;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.4s;
    overflow-x: scroll;
  }
  
  header .bottomHeader .customNav .navbar-nav{
  padding-left:16px;
  }
   
  header .bottomHeader .customNav .collapseCust.show {
    transform: translateX(0%);
    opacity: 1;
  }
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 20px;
  }
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link.active {
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
    text-underline-offset: 7px;
  }
  
  

}


.onlymobile {
  display: none;
}

.onHov {
  background: none;
  border: none;
  padding: 21px 20px 22px;
  font-family: "Montserrat-500";
  color: #000;
  font-size: 18px;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .onHov {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .onHov {
    padding: 20px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .onHov {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
.onHov svg {
  font-size: 12px;
}

.onHov:hover,
.onHov:active,
.urNav:hover {
  color: #0968DF;
  border: none;
  background: #F5FAFF;
}

.onHov .expro-downArrow {
  transition: transform 0.2s ease-in-out;
}

.dis {
  background: transparent;
  position: absolute;
  display: none;
  padding: 0;
}
.dis li {
  padding: 0 16px;
  list-style: none;
}
.dis li a {
  font-family: "Montserrat-500";
  color: #000;
  font-size: 16px;
  line-height: normal;
  padding: 12px 8px;
}
.dis li:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background: #F5FAFF;
  color: #0968DF;
}

.hoverMe:hover {
  cursor: pointer;
}
.hoverMe:hover .dis {
  position: absolute;
  display: block;
  z-index: 1024;
  transition: 0.5s;
  background: #FFF;
  box-shadow: 0px 4px 20.9px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 5px 13px;
}
.hoverMe:hover .expro-downArrow {
  transform: rotate(180deg);
}

@media (max-width: 990px) {
  .onHov {
    padding-left: 10px;
  }
  .hoverMe:hover {
    cursor: pointer;
  }
  .fa-bars::before,
  .fa-navicon::before {
    content: "\f0c9";
    border: 1px solid #0968DF;
    border-radius: 50%;
    padding: 6px 8px;
    background: #0968DF;
  }
  .collapseCust ul {
    align-items: start !important;
  }
  
  .collapseCust{
    width:80vw;
    max-width:80vw;
    height:calc(100vh-60px);
    right:0px;
    background:#fff;
    overflow-y:auto;
 }
 .hoverMe{
 width:80% !important;

 }
 .onHov{
 display:flex;
 justify-content:space-between;
 align-items:center;
 padding:12px 12px;
 cursor:pointer;
 <!--color:#333;-->
 <!--background-color:#f8f8f8;-->
 }
 .dis{
 display:none;
 z-index:none;
 position:static !important;
 padding:10px 0;
 box-shadow:none;
 }
.menu {
display:none;
background:#fff;
box-shadow:none;
width:100%;
padding-left:16px;
padding-bottom:10px;
}

.hoverMe:hover .menu{
dispaly:block;
}
.hoverMe:hover .dis{
z-index:none !important;
background:none;
box-shadow:none;
display:block;

}
.navbar-nav il{
width:100%;
}
.navbar-nav il a:hover{
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
width:100%;
padding:12px 12px;

}
}
.h2-fsize{
font-size:1rem !important;
}

.homeSectWrap {
  position: relative;
}
.homeSectWrap .mainImg .grad {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(272deg, rgba(255, 255, 255, 0.09) 51.82%, rgba(255, 255, 255, 0.61) 71.06%, rgba(255, 255, 255, 0.72) 98.77%);
  box-shadow: 0px 4px 72.3px 0px rgba(0, 0, 0, 0.25) inset;
}
@media screen and (max-width: 576px) {
  .homeSectWrap .mainImg .grad {
    background: linear-gradient(269deg, rgba(255, 255, 255, 0.1) 36.67%, rgba(255, 255, 255, 0.48) 44.71%, rgba(255, 255, 255, 0.8) 98.83%);
  }
}
@media screen and (min-width: 699px) {
  .homeSectWrap .mainImg .mobileBanner {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .homeSectWrap .mainImg .laptopBanner {
    display: none;
  }
}
.homeSectWrap .absT {
  transform: translate(-86%, -43%);
  position: absolute;
  top: 41%;
  left: 55%;
}
@media screen and (max-width: 1720px) {
  .homeSectWrap .absT {
    left: 54%;
  }
}
@media (max-width: 1559px) {
  .homeSectWrap .absT {
    left: 48%;
    top: 39%;
  }
}
@media screen and (max-width: 1400px) {
  .homeSectWrap .absT {
    left: 44%;
  }
}
@media screen and (max-width: 768px) {
  .homeSectWrap .absT {
    left: 62%;
  }
  
}
@media screen and (max-width: 699px) {
  .homeSectWrap .absT {
    left: 71%;
  }
}
@media screen and (max-width: 599px) {
  .homeSectWrap .absT {
    left: 74%;
  }
}
@media screen and (max-width: 576px) {
  .homeSectWrap .absT {
    left: 43%;
    top: 39%;
  }
}
@media (max-width: 499px) {
  .homeSectWrap .absT {
    left: 49%;
    top: 39%;
  }
}
@media (max-width: 399px) {
  .homeSectWrap .absT {
    left: 54%;
    top: 39%;
  }
}
.homeSectWrap .absT .text {
  font: 24px/33px "Jost-600";
  color: #0968DF;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  padding: 1px 5px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1720px) {
  .homeSectWrap .absT .text {
    font: 22px/30px "Jost-600";
  }
}
@media screen and (max-width: 1520px) {
  .homeSectWrap .absT .text {
    font: 20px/28px "Jost-600";
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 992px) {
  .homeSectWrap .absT .text {
    font: 18px/26px "Jost-500";
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .homeSectWrap .absT .text {
    font: 16px/26px "Jost-500";
    letter-spacing: 0.16px;
  }
}
@media screen and (max-width: 576px) {
  .homeSectWrap .absT .text {
    font: 14px/24px "Jost-500";
    letter-spacing: 0.14px;
    margin-bottom: 6px;
  }
}
.homeSectWrap .absT .head {
  font: 64px/76px "Jost-600";
  letter-spacing: 0.53px;
  margin-bottom: 14px;
  color: #202124;
  width: 891px;
}
@media screen and (max-width: 1720px) {
  .homeSectWrap .absT .head {
    width: 730px;
    font: 52px/64px "Jost-600";
  }
}
@media screen and (max-width: 1520px) {
  .homeSectWrap .absT .head {
    width: 706px;
    font: 48px/58px "Jost-600";
  }
}
@media screen and (max-width: 1400px) {
  .homeSectWrap .absT .head {
    width: 615px;
    font: 42px/52px "Jost-600";
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .homeSectWrap .absT .head {
    width: 480px;
    font: 34px/44px "Jost-600";
  }
}
@media screen and (max-width: 992px) {
  .homeSectWrap .absT .head {
    width: 380px;
    font: 22px/32px "Jost-600";
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .homeSectWrap .absT .head {
    width: 490px;
    font: 26px/37px "Jost-600";
  }
}
@media screen and (max-width: 576px) {
  .homeSectWrap .absT .head {
    width: 231px;
    font: 24px/30px "Jost-600";
    letter-spacing: 0.24px;
    margin-bottom: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 430px) {
  .homeSectWrap .absT .head {
    width: 190px;
    font: 20px/26px "Jost-600";
  }
}
.homeSectWrap .absT .head span {
  color: #0968DF;
}
.homeSectWrap .absT .desc {
  font: 24px/28px "Jost-500";
  color: #202124;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
  width: 593px;
}
@media screen and (max-width: 1720px) {
  .homeSectWrap .absT .desc {
    font: 20px/24px "Jost-500";
    max-width: 517px;
  }
}
@media screen and (max-width: 1520px) {
  .homeSectWrap .absT .desc {
    width: 686px;
    font: 18px/22px "Jost-500";
  }
}
@media screen and (max-width: 1400px) {
  .homeSectWrap .absT .desc {
    width: 560px;
  }
}
@media screen and (max-width: 1200px) {
  .homeSectWrap .absT .desc {
    width: 435px;
    font: 18px/28px "Jost-500";
  }
}
@media screen and (max-width: 992px) {
  .homeSectWrap .absT .desc {
    width: 320px;
    font: 15px/25px "Jost-500";
  }
}
@media screen and (max-width: 768px) {
  .homeSectWrap .absT .desc {
    width: 292px;
    font: 16px/26px "Jost-500";
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 699px) {
  .homeSectWrap .absT .desc {
    width: 363px;
  }
}
@media screen and (max-width: 576px) {
  .homeSectWrap .absT .desc {
    width: 232px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 430px) {
  .homeSectWrap .absT .desc {
    width: 206px;
    font: 14px/22px "Jost-500";
  }
}
.homeSectWrap .absT .sBtn .homBannerBtn {
  border-radius: 6px;
  background: #0968DF;
  padding: 7px 23px;
  font: 22px/32px "Jost-600";
  letter-spacing: 0.2px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #0968DF;
}
@media screen and (max-width: 1520px) {
  .homeSectWrap .absT .sBtn .homBannerBtn {
    font: 20px/22px "Jost-500";
  }
}
@media screen and (max-width: 1400px) {
  .homeSectWrap .absT .sBtn .homBannerBtn {
    font: 18px/28px "Jost-600";
    padding: 7px 18px;
  }
}
@media screen and (max-width: 768px) {
  .homeSectWrap .absT .sBtn .homBannerBtn {
    font: 20px/30px "Jost-600";
    padding: 7px 23px;
  }
}
@media screen and (max-width: 430px) {
  .homeSectWrap .absT .sBtn .homBannerBtn {
    font: 18px/28px "Jost-600";
    padding: 7px 18px;
  }
}
.homeSectWrap .absT .sBtn .homBannerBtn:hover {
  background: transparent;
  color: #0968DF;
  transition: all 0.5s;
}

.commonBlueHead {
  font: 16px/26px "Jost-600";
  letter-spacing: 0.16px;
  color: #0968DF;
  margin-bottom: 10px;
}
@media screen and (max-width: 1630px) {
  .commonBlueHead {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .commonBlueHead {
    font: 14px/24px "Jost-600";
  }
}
@media screen and (max-width: 576px) {
  .commonBlueHead {
    margin-bottom: 6px;
  }
}
.commonBlueHead sup {
  font: 4px/8px "Montserrat-400";
  color: #0968DF;
  letter-spacing: 0.04px;
  top: -1.5em;
  right: 3px;
}

.aboutSec .py_80 {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .aboutSec .py_80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .aboutSec .py_80 {
    padding-top: 44px;
    padding-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .aboutSec .py_80 {
    padding-bottom: 40px;
  }
}
.aboutSec .aboutLeft {
  position: relative;
}
.aboutSec .aboutLeft .aboutBgg {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .aboutSec .aboutLeft .aboutBgg {
    width: 76px;
    height: 76px;
  }
}
.aboutSec .aboutLeft .mainAbout {
  margin-top: 64px;
}
@media screen and (max-width: 576px) {
  .aboutSec .aboutLeft .mainAbout {
    margin-top: 37px;
    margin-left: -12px;
  }
}
.aboutSec .aboutRight {
  padding-left: 57px;
}
@media screen and (max-width: 1200px) {
  .aboutSec .aboutRight {
    padding-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .aboutSec .aboutRight {
    padding-left: 0px;
  }
}
.aboutSec .aboutRight .heading {
  font: 43px/50px "Jost-600";
  color: #202124;
  margin-bottom: 24px;
  letter-spacing: 0.48px;
}
.aboutSec .aboutRight .heading span {
  color: #0968DF;
}
@media screen and (max-width: 1851px) {
  .aboutSec .aboutRight .heading {
    font: 38px/44px "Jost-600";
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1520px) {
  .aboutSec .aboutRight .heading {
    font: 35px/40px "Jost-600";
    width: 585px;
  }
}
@media screen and (max-width: 1400px) {
  .aboutSec .aboutRight .heading {
    font: 40px/46px "Jost-600";
    width: auto;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .aboutSec .aboutRight .heading {
    font: 33px/40px "Jost-600";
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 576px) {
  .aboutSec .aboutRight .heading {
    font: 24px/30px "Jost-600";
    margin-bottom: 18px;
    letter-spacing: 0.24px;
  }
}
.aboutSec .aboutRight .desc {
  font: 18px/24px "Jost-400";
  margin-bottom: 30px;
  color: #4A4A4A;
  letter-spacing: 0.2px;
  width: 496px;
}
@media screen and (max-width: 1851px) {
  .aboutSec .aboutRight .desc {
    font: 16px/22px "Jost-400";
    width: 485px;
  }
}
@media screen and (max-width: 1520px) {
  .aboutSec .aboutRight .desc {
    font: 20px/26px "Jost-400";
  }
}
@media screen and (max-width: 1400px) {
  .aboutSec .aboutRight .desc {
    width: 480px;
    font: 17px/24px "Jost-400";
  }
}
@media screen and (max-width: 1200px) {
  .aboutSec .aboutRight .desc {
    font: 14px/24px "Jost-400";
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .aboutSec .aboutRight .desc {
    font: 16px/26px "Jost-400";
     margin-bottom: 0;
  }
}
.aboutSec .aboutRight .tryBtnWarp .tryBtn {
  font: 20px/26px "Jost-600";
  letter-spacing: 0.2px;
  color: #FFF;
  padding: 7px 23px;
  border-radius: 6px;
  background: #0968DF;
  text-decoration: none;
  border: 1px solid #0968DF;
}
@media screen and (max-width: 1400px) {
  .aboutSec .aboutRight .tryBtnWarp .tryBtn {
    font: 18px/24px "Jost-600";
    padding: 6px 20px;
  }
}
@media screen and (max-width: 576px) {
  .aboutSec .aboutRight .tryBtnWarp .tryBtn {
    padding: 7px 31px;
  }
}
.aboutSec .aboutRight .tryBtnWarp .tryBtn:hover {
  background: transparent;
  color: #0968DF;
  transition: all 0.5s;
}

.CommonBg {
  background: #FAFAFA;
}

.py_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .py_60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .py_60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.commonHeading {
  font: 48px/58px "Jost-500";
  color: #202124;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.commonHeading .black_color {
  color: #202124;
}
.commonHeading sup {
  font: 6px/12px "Jost-400";
  letter-spacing: 0.06px;
  color: #0968DF;
  top: -3.5em;
  right: 14px;
}
@media screen and (max-width: 576px) {
  .commonHeading sup {
    top: -2.5em;
    right: 9px;
  }
}
.commonHeading span {
  color: #0968DF;
}
@media screen and (max-width: 1630px) {
  .commonHeading {
    font: 32px/42px "Jost-500";
  }
}
@media screen and (max-width: 1200px) {
  .commonHeading {
    font: 38px/48px "Jost-500";
  }
}
@media screen and (max-width: 768px) {
  .commonHeading {
    font: 28px/38px "Jost-500";
  }
}
@media screen and (max-width: 576px) {
  .commonHeading {
    font: 24px/34px "Jost-500";
  }
}

.CommonviewAll {
  font: 16px/26px "Jost-500";
  color: #0968DF;
  letter-spacing: 0.16px;
}

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

@media screen and (max-width: 768px) {
  .features {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  .features {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 70px;
  }
}
.features .featuresWrap .featuresCarousel .owl-item img {
  width: auto;
}
@media (max-width: 399px) {
  .features .featuresWrap .featuresCarousel .owl-item img {
    height: 252px;
  }
}
@media screen and (max-width: 1200px) {
  .features .featuresWrap .featuresCarousel .owl-nav {
    margin-top: 7px;
  }
}
.features .featuresWrap .featuresCarousel .owl-nav button {
  border: 1px solid #E5E5E5;
  background: #FFF;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.features .featuresWrap .featuresCarousel .owl-nav button svg {
  color: #0968DF;
}
.features .featuresWrap .featuresCarousel .owl-dots button {
  margin: 0 7px;
}
.features .featuresWrap .featuresCarousel .owl-dots span {
  background: #A1CBFF;
  width: 14px;
  height: 14px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .features .featuresWrap .featuresCarousel .owl-dots {
    margin-top: 20px;
  }
}
.features .featuresWrap .featuresCarousel .owl-dot.active {
  border: 3px solid #0968DF;
  border-radius: 50%;
}
.features .featuresWrap .featuresCarousel .owl-item.active {
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 576px) {
  .features .featuresWrap .featuresCarousel .owl-item.active {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
  }
}
.features .featuresWrap .featuresCarousel .owl-stage-outer {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 2000px) {
  .features .featuresWrap .featuresCarousel .owl-stage-outer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1630px) {
  .features .featuresWrap .featuresCarousel .owl-stage-outer {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .features .featuresWrap .featuresCarousel .owl-stage-outer {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .features .featuresWrap .featuresCarousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 576px) {
  .features .featuresWrap .featuresCarousel .owl-stage-outer {
    padding-top: 14px;
    padding-bottom: 15px;
  }
}
@media (max-width: 499px) {
  .features .featuresWrap .featuresCarousel .owl-stage-outer {
    padding-bottom: 0;
  }
}
.features .featuresWrap .featuresCarousel .featSliderWrap {
  border-radius: 20px;
  border: 0.5px solid #D6D6D6;
  background: #FFF;
  height: 446px;
  padding: 44px 34px 40px 10px;
}
@media screen and (max-width: 2000px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap {
    padding: 44px 20px 44px 10px;
    height: 446px;
  }
}
@media screen and (max-width: 1630px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap {
    height: 400px;
  }
}
@media screen and (max-width: 1460px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap {
    height: 395px;
  }
}
@media screen and (max-width: 1300px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap {
    padding: 23px 0px 40px 8px;
     height: 750px;
  }
}
@media screen and (max-width: 490px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap {
     height: 660px;
  }
}
@media screen and (max-width: 370px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap {
     height: 720px;
  }
}
@media screen and (min-width: 1630px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featLeft {
    padding-right: 11px;
  }
}
@media screen and (min-width: 1630px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight {
    padding-left: 11px;
  }
}
@media screen and (max-width: 992px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight {
    margin-top: 24px;
  }
}
.features .featuresWrap .featuresCarousel .featSliderWrap .featRight .title {
  font: 24px/34px "Jost-500";
  color: #202124;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (max-width: 1980px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight .title {
    font: 18px/28px "Jost-500";
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight .title {
    font: 15px/25px "Jost-500";
  }
}
@media (max-width: 576px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight .title {
    font: 19px/29px "Jost-500";
  }
}
.features .featuresWrap .featuresCarousel .featSliderWrap .featRight .desc {
  font: 16px/26px "Jost-400";
  color: #4A4A4A;
  letter-spacing: 0.16px;
  margin-bottom: 21px;
}
@media screen and (max-width: 1630px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight .desc {
    margin-bottom: 10px;
    font: 14px/24px "Jost-400";
  }
}
@media screen and (max-width: 1200px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight .desc {
    margin-bottom: 7px;
  }
}
@media (max-width: 576px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight .desc {
    display: none;
    margin-bottom: 28px;
  }
}
.features .featuresWrap .featuresCarousel .featSliderWrap .featRight .desc.desc1 {
  display: none;
}
@media (max-width: 576px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight .desc.desc1 {
    display: block;
  }
}
.features .featuresWrap .featuresCarousel .featSliderWrap .featRight .elements {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1630px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight .elements {
    margin-bottom: 10px;
  }
}
.features .featuresWrap .featuresCarousel .featSliderWrap .featRight .elements .imgDIv {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #0968DF;
  display: grid;
  place-items: center;
}
.features .featuresWrap .featuresCarousel .featSliderWrap .featRight .elements .imgDIv img {
  width: 24px;
  height: 24px;
}
.features .featuresWrap .featuresCarousel .featSliderWrap .featRight .elements .content .heading {
  color: #202124;
  font: 16px/26px "Jost-500";
  letter-spacing: 0.16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1630px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight .elements .content .heading {
    margin-bottom: 2px;
  }
}
@media (max-width: 499px) {
  .features .featuresWrap .featuresCarousel .featSliderWrap .featRight .elements .content .heading {
    font: 15px/25px "Jost-500";
  }
}
.features .featuresWrap .featuresCarousel .featSliderWrap .featRight .elements .content .subHead {
  color: #4A4A4A;
  font: 14px/18px "Jost-400";
  margin-bottom: 0px;
}

@media screen and (min-width: 576px) {
  .mobileText {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .laptopText {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mobileImg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .laptopWorkTxt {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .industrySec {
    padding-left: 20px;
  }
}
.industrySec .industriesWrap {
  padding-top: 35px;
}
.industrySec .industriesWrap .industryCarousel .owl-nav {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .industrySec .industriesWrap .industryCarousel .owl-nav {
    margin-top: 10px;
  }
}
.industrySec .industriesWrap .industryCarousel .owl-nav button {
  border: 1px solid #E5E5E5;
  background: #FFF;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.industrySec .industriesWrap .industryCarousel .owl-nav button svg {
  color: #0968DF;
}
.industrySec .industriesWrap .industryCarousel .owl-dots {
  margin-bottom: 14px;
}
.industrySec .industriesWrap .industryCarousel .owl-dots button {
  margin: 0 7px;
}
.industrySec .industriesWrap .industryCarousel .owl-dots span {
  background: #A1CBFF;
  width: 14px;
  height: 14px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .industrySec .industriesWrap .industryCarousel .owl-dots {
    margin-top: 20px;
  }
}
.industrySec .industriesWrap .industryCarousel .owl-dot.active {
  border: 3px solid #0968DF;
  border-radius: 50%;
}
.industrySec .industriesWrap .industryCarousel .industrySliderWrap {
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  padding: 20px 18px 24px;
  height: 392px;
}
.industrySec .industriesWrap .industryCarousel .industrySliderWrap img {
  border-radius: 6px;
}
@media (min-width: 2040px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap {
    height: 430px;
  }
}
@media screen and (max-width: 1835px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap {
    height: 402px;
  }
}
@media screen and (max-width: 1600px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap {
    height: 380px;
  }
}
@media screen and (max-width: 1500px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap {
    height: 370px;
  }
}
@media screen and (max-width: 992px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap {
    height: 402px;
  }
}
@media screen and (max-width: 576px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap {
    height: 410px;
  }
}
@media screen and (max-width: 480px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap {
    height: 394px;
  }
}
@media screen and (max-width: 440px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap {
    height: 386px;
  }
}
.industrySec .industriesWrap .industryCarousel .industrySliderWrap .title {
  font: 24px/34px "Jost-500";
  color: #202124;
  text-transform: capitalize;
  letter-spacing: 0.24px;
  margin-top: 15px;
}
@media screen and (max-width: 1750px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap .title {
    font: 22px/30px "Jost-500";
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 1500px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap .title {
    font: 18px/28px "Jost-500";
  }
}
@media screen and (max-width: 576px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap .title {
    font: 20px/30px "Jost-500";
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 337px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap .title {
    font: 18px/28px "Jost-500";
  }
}
.industrySec .industriesWrap .industryCarousel .industrySliderWrap .content {
  color: #4A4A4A;
  font: 16px/26px "Jost-400";
  letter-spacing: 0.16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap .content {
    font: 15px/25px "Jost-400";
  }
}
.industrySec .industriesWrap .industryCarousel .industrySliderWrap .readmoreWrap {
  position: absolute;
  bottom: 24px;
}
.industrySec .industriesWrap .industryCarousel .industrySliderWrap .readmoreWrap .readmoreBtn {
  color: #0968DF;
  font: 16px/26px "Jost-500";
  letter-spacing: 0.16px;
}
@media screen and (max-width: 576px) {
  .industrySec .industriesWrap .industryCarousel .industrySliderWrap .readmoreWrap .readmoreBtn {
    font: 14px/26px "Montserrat-600";
    letter-spacing: 0.14px;
  }
}

.products .productsWrap {
  padding-top: 29px;
  padding-left: 34px;
  padding-right: 34px;
}
@media screen and (max-width: 1600px) {
  .products .productsWrap {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .products .productsWrap {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 576px) {
  .products .productsWrap {
    padding-top: 18px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 2000px) {
  .products .productsWrap .productsCarousel .owl-nav.disabled,
  .products .productsWrap .industryproductsCarousel .owl-nav.disabled {
    display: block;
  }
}
.products .productsWrap .productsCarousel .owl-nav,
.products .productsWrap .industryproductsCarousel .owl-nav {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .products .productsWrap .productsCarousel .owl-nav,
  .products .productsWrap .industryproductsCarousel .owl-nav {
    margin-top: 10px;
  }
}
.products .productsWrap .productsCarousel .owl-nav button,
.products .productsWrap .industryproductsCarousel .owl-nav button {
  border: 1px solid #E5E5E5;
  background: #FFF;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.products .productsWrap .productsCarousel .owl-nav button svg,
.products .productsWrap .industryproductsCarousel .owl-nav button svg {
  color: #0968DF;
}
.products .productsWrap .productsCarousel .owl-dots,
.products .productsWrap .industryproductsCarousel .owl-dots {
  margin-bottom: 14px;
}
.products .productsWrap .productsCarousel .owl-dots button,
.products .productsWrap .industryproductsCarousel .owl-dots button {
  margin: 0 7px;
}
.products .productsWrap .productsCarousel .owl-dots span,
.products .productsWrap .industryproductsCarousel .owl-dots span {
  background: #A1CBFF;
  width: 14px;
  height: 14px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .products .productsWrap .productsCarousel .owl-dots,
  .products .productsWrap .industryproductsCarousel .owl-dots {
    margin-top: 20px;
  }
}
.products .productsWrap .productsCarousel .owl-dot.active,
.products .productsWrap .industryproductsCarousel .owl-dot.active {
  border: 3px solid #0968DF;
  border-radius: 50%;
}
.products .productsWrap .productsCarousel .productSliderWrap,
.products .productsWrap .industryproductsCarousel .productSliderWrap {
  border-radius: 10px;
  border: 0.5px solid #D6D6D6;
  background: #FFF;
  height: 299px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.products .productsWrap .productsCarousel .productSliderWrap .elements,
.products .productsWrap .industryproductsCarousel .productSliderWrap .elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 3px 0 24px;
}
@media screen and (max-width: 1500px) {
  .products .productsWrap .productsCarousel .productSliderWrap .elements,
  .products .productsWrap .industryproductsCarousel .productSliderWrap .elements {
    padding: 24px 3px 0 24px;
  }
}
@media screen and (max-width: 423px) {
  .products .productsWrap .productsCarousel .productSliderWrap .elements,
  .products .productsWrap .industryproductsCarousel .productSliderWrap .elements {
    padding: 18px 3px 0 15px;
  }
}
.products .productsWrap .productsCarousel .productSliderWrap .elements .imgDiv img,
.products .productsWrap .industryproductsCarousel .productSliderWrap .elements .imgDiv img {
  width: 50px;
  height: 50px;
}
.products .productsWrap .productsCarousel .productSliderWrap .elements .btnDIv,
.products .productsWrap .industryproductsCarousel .productSliderWrap .elements .btnDIv {
  border-bottom: 1px solid #F5F5F5;
  width: 100%;
  position: relative;
  top: 6px;
}
.products .productsWrap .productsCarousel .productSliderWrap .elements .btnDIv .module,
.products .productsWrap .industryproductsCarousel .productSliderWrap .elements .btnDIv .module {
  font: 10px/20px "Montserrat-600";
  letter-spacing: 0.1px;
  color: #FFF;
  border-radius: 3px;
  background: #389FB7;
  padding: 2px 8px;
  width: 60px;
  position: absolute;
  right: 15px;
  top: -31px;
}
.products .productsWrap .productsCarousel .productSliderWrap .contentWrap,
.products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap {
  padding: 7px 24px 26px;
}
@media screen and (max-width: 1500px) {
  .products .productsWrap .productsCarousel .productSliderWrap .contentWrap,
  .products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap {
    padding: 7px 20px 26px;
  }
}
@media screen and (max-width: 992px) {
  .products .productsWrap .productsCarousel .productSliderWrap .contentWrap,
  .products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap {
    padding: 7px 5px 22px 26px;
  }
}
@media screen and (max-width: 576px) {
  .products .productsWrap .productsCarousel .productSliderWrap .contentWrap,
  .products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap {
    padding: 7px 24px 22px 26px;
  }
}
@media screen and (max-width: 423px) {
  .products .productsWrap .productsCarousel .productSliderWrap .contentWrap,
  .products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap {
    padding: 7px 15px 24px 15px;
  }
}
.products .productsWrap .productsCarousel .productSliderWrap .contentWrap .heading,
.products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap .heading {
  font: 20px/25px "Jost-600";
  text-transform: capitalize;
  color: #202124;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .products .productsWrap .productsCarousel .productSliderWrap .contentWrap .heading,
  .products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap .heading {
    font: 18px/normal "Jost-600";
  }
}
@media screen and (max-width: 576px) {
  .products .productsWrap .productsCarousel .productSliderWrap .contentWrap .heading,
  .products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap .heading {
    font: 20px/normal "Jost-600";
  }
}
@media screen and (max-width: 368px) {
  .products .productsWrap .productsCarousel .productSliderWrap .contentWrap .heading,
  .products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap .heading {
    font: 18px/normal "Jost-600";
  }
}
.products .productsWrap .productsCarousel .productSliderWrap .contentWrap .desc,
.products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap .desc {
  margin-bottom: 0;
  color: #4A4A4A;
  font: 14px/20px "Jost-400";
  letter-spacing: 0.14px;
}
.products .productsWrap .productsCarousel .productSliderWrap .contentWrap .productBtnWrap .productBtn,
.products .productsWrap .industryproductsCarousel .productSliderWrap .contentWrap .productBtnWrap .productBtn {
  border-radius: 6px;
  border: 1px solid #0968DF;
  padding: 5px 20px;
  font: 14px/20px "Jost-600";
  letter-spacing: 0.14px;
  color: #0968DF;
  text-decoration: none;
}

.blogSec .blog .blogcarousel .owl-stage-outer {
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .blogSec .blog .blogcarousel .owl-stage-outer {
    padding-top: 18px;
    padding-bottom: 10px;
  }
}
.blogSec .blog .blogcarousel .owl-nav button {
  border: 1px solid #E5E5E5;
  background: #FFF;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.blogSec .blog .blogcarousel .owl-nav button svg {
  color: #0968DF;
}
.blogSec .blog .blogcarousel .owl-dots {
  margin-bottom: 14px;
}
.blogSec .blog .blogcarousel .owl-dots button {
  margin: 0 7px;
}
.blogSec .blog .blogcarousel .owl-dots span {
  background: #A1CBFF;
  width: 14px;
  height: 14px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .blogSec .blog .blogcarousel .owl-dots {
    margin-top: 18px;
  }
}
.blogSec .blog .blogcarousel .owl-dot.active {
  border: 3px solid #A1CBFF;
  border-radius: 50%;
}
.blogSec .blog .blogcarousel .owl-dot.active span {
  background: #0968DF;
}
.blogSec .blog .blogcarousel .blogSlideWrap {
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(150, 150, 150, 0.17);
  height: 582px;
}
@media screen and (max-width: 576px) {
  .blogSec .blog .blogcarousel .blogSlideWrap {
    max-height: 520px;
  }
}
@media screen and (max-width: 554px) {
  .blogSec .blog .blogcarousel .blogSlideWrap {
    max-height: 495px;
  }
}
@media screen and (max-width: 470px) {
  .blogSec .blog .blogcarousel .blogSlideWrap {
    max-height: 452px;
  }
}
@media screen and (max-width: 425px) {
  .blogSec .blog .blogcarousel .blogSlideWrap {
    max-height: 450px;
  }
}
@media screen and (max-width: 415px) {
  .blogSec .blog .blogcarousel .blogSlideWrap {
    max-height: 435px;
  }
}
@media screen and (max-width: 370px) {
  .blogSec .blog .blogcarousel .blogSlideWrap {
    max-height: 408px;
  }
}
.blogSec .blog .blogcarousel .blogSlideWrap .contentWrap {
  padding: 24px 19px 24px 30px;
}
@media screen and (max-width: 576px) {
  .blogSec .blog .blogcarousel .blogSlideWrap .contentWrap {
    padding: 24px;
  }
}
.blogSec .blog .blogcarousel .blogSlideWrap .contentWrap .dateWrap {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin-bottom: 11px;
}
.blogSec .blog .blogcarousel .blogSlideWrap .contentWrap .dateWrap img {
  width: 18px;
  height: 20px;
}
.blogSec .blog .blogcarousel .blogSlideWrap .contentWrap .dateWrap .date {
  font: 16px/20px "Jost-400";
  color: #0968DF;
  letter-spacing: 0.32px;
}
.blogSec .blog .blogcarousel .blogSlideWrap .contentWrap .dateWrap .crmTxt {
  color: #4A4A4A;
  font: 14px/26px "Jost-500";
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.blogSec .blog .blogcarousel .blogSlideWrap .contentWrap .dateWrap .crmTxt span {
  color: #0968DF;
}
.blogSec .blog .blogcarousel .blogSlideWrap .contentWrap .title {
  font: 24px/30px "Jost-500";
  color: #202124;
  margin-bottom: 11px;
}
@media screen and (max-width: 576px) {
  .blogSec .blog .blogcarousel .blogSlideWrap .contentWrap .title {
    margin-bottom: 18px;
  }
}
.blogSec .blog .blogcarousel .blogSlideWrap .contentWrap .desc {
  color: #4A4A4A;
  font: 16px/30px "Jost-400";
  margin-bottom: 11px;
}
.blogSec .blog .blogcarousel .blogSlideWrap .contentWrap .blogBtnWrap .blogBtn {
  color: #0968DF;
  font: 16px/30px "Jost-500";
}
.blogSec .newTestimonial {
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogSec .newTestimonial {
    padding-top: 18px;
  }
}
.blogSec .newTestimonial .newTestimonialCaro {
  position: relative;
}
.blogSec .newTestimonial .newTestimonialCaro .owl-nav {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .blogSec .newTestimonial .newTestimonialCaro .owl-nav {
    margin-top: 10px;
  }
}
.blogSec .newTestimonial .newTestimonialCaro .owl-nav button {
  border: 1px solid #E5E5E5;
  background: #FFF;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.blogSec .newTestimonial .newTestimonialCaro .owl-nav button svg {
  color: #0968DF;
}
.blogSec .newTestimonial .testimonialWrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.blogSec .newTestimonial .testimonialWrapper .upperDiv {
  border: 2px solid green;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.4375em 2.875em 2.9375em;
  position: relative;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #FFF;
}
.blogSec .newTestimonial .testimonialWrapper .upperDiv .quteIcon {
  width: 46px;
}
.blogSec .newTestimonial .testimonialWrapper .upperDiv svg path {
  fill: #D6D6D6;
}
.blogSec .newTestimonial .testimonialWrapper .upperDiv .textDesc {
  color: #4A4A4A;
  text-align: center;
  font-family: Jost-400;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 18px;
}
.blogSec .newTestimonial .testimonialWrapper .upperDiv .logoDiv {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 0 5px;
}
.blogSec .newTestimonial .testimonialWrapper .lowerDiv {
  margin-top: 40px;
  text-align: center;
}
.blogSec .newTestimonial .testimonialWrapper .lowerDiv .headName {
  color: #000;
  font-family: Jost-600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blogSec .newTestimonial .testimonialWrapper .lowerDiv .textName {
  color: #4A4A4A;
  font-family: Jost-400;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
.blogSec .newTestimonial .swiper {
  position: relative;
}
.blogSec .newTestimonial .swiper .swiper-slide {
  opacity: 0;
}
.blogSec .newTestimonial .swiper .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
.blogSec .newTestimonial .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.blogSec .newTestimonial .swiper .swiper-slide.swiper-slide-active .testimonialWrapper {
  transition: 0.5s ease-in-out;
  transform: translateY(-45px);
}
@media (max-width: 576px) {
  .blogSec .newTestimonial .swiper .swiper-slide.swiper-slide-active .testimonialWrapper {
    transform: translateY(-35px);
  }
}
.blogSec .newTestimonial .swiper .swiper-slide.swiper-slide-active .testimonialWrapper .upperDiv {
  background-color: #0968DF;
}
.blogSec .newTestimonial .swiper .swiper-slide.swiper-slide-active .testimonialWrapper .upperDiv .textDesc {
  color: #fff;
  font-size: 20px;
  font-family: Jost-500;
}
@media (max-width: 576px) {
  .blogSec .newTestimonial .swiper .swiper-slide.swiper-slide-active .testimonialWrapper .upperDiv .textDesc {
    font-size: 16px;
  }
}
.blogSec .newTestimonial .swiper .swiper-slide.swiper-slide-active .testimonialWrapper .upperDiv svg path {
  fill: #fff;
}
.blogSec .newTestimonial .swiper .swiper-slide.swiper-slide-next {
  opacity: 1;
  z-index: -30;
}
.blogSec .newTestimonial .swiper .swiper-wrapper {
  padding-top: 50px;
}
.blogSec .newTestimonial .swiper .testimonial-pagination {
  margin-top: 20px;
  display: none;
  text-align: center;
}
@media (max-width: 576px) {
  .blogSec .newTestimonial .swiper .testimonial-pagination {
    display: block;
  }
}
.blogSec .newTestimonial .swiper .testimonial-pagination .swiper-pagination-bullet {
  background: #A1CBFF;
  width: 14px;
  height: 14px;
  margin: 0 7px;
}
.blogSec .newTestimonial .swiper .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0968DF;
  outline: 3px solid #A1CBFF;
}
.blogSec .newTestimonial .swiper .scrollBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 14px;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .blogSec .newTestimonial .swiper .scrollBtn {
    display: none;
  }
}
.blogSec .newTestimonial .swiper .testimonial-button-next, .blogSec .newTestimonial .swiper .testimonial-button-prev {
  border: 2px solid red;
  display: inline-block;
  border: 1px solid #E5E5E5;
  background: #FFF;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.blogSec .newTestimonial .swiper .testimonial-button-next svg, .blogSec .newTestimonial .swiper .testimonial-button-prev svg {
  color: #0968DF;
}

.Testimonial {
  padding-left: 190px;
  padding-right: 190px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .owl-stage-outer {
  padding-top: 110px;
  padding-bottom: 150px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .owl-nav {
  margin-top: 250px;
}
@media screen and (max-width: 992px) {
  .Testimonial .TestimonialWrap .TestimonialCarousel .owl-nav {
    margin-top: 10px;
  }
}
.Testimonial .TestimonialWrap .TestimonialCarousel .owl-nav button {
  border: 1px solid #E5E5E5;
  background: #FFF;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .owl-nav button svg {
  color: #0968DF;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .owl-dots {
  margin-bottom: 14px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .owl-dots button {
  margin: 0 7px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .owl-dots span {
  background: #A1CBFF;
  width: 14px;
  height: 14px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .Testimonial .TestimonialWrap .TestimonialCarousel .owl-dots {
    margin-top: 20px;
  }
}
.Testimonial .TestimonialWrap .TestimonialCarousel .owl-dot.active {
  border: 3px solid #A1CBFF;
  border-radius: 50%;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .owl-dot.active span {
  background: #0968DF;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .owl-item img {
  width: auto;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .carousel-inner {
  padding-bottom: 80px;
  padding-top: 100px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .blueBg {
  padding: 33px 46px 61px;
  border-radius: 10px;
  background: #0968DF;
  width: 450px;
  position: absolute;
  right: 31%;
  top: -34%;
  z-index: 1;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .blueBg svg {
  font-size: 50px;
  color: #FFFFFF;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .blueBg .desc {
  color: #FFF;
  font: 20px/24px "Jost-400";
  margin-top: 17px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .blueBg .imgTxtWrap {
  position: absolute;
  top: 80%;
  right: 45%;
  display: inline-grid;
  place-items: center;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .blueBg .imgTxtWrap .RoundImg {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
  display: grid;
  place-items: center;
  background: #FFF;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.Testimonial .TestimonialWrap .TestimonialCarousel .blueBg .imgTxtWrap .RoundImg img {
  width: 29px;
  height: 40px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .blueBg .imgTxtWrap .name {
  color: #000;
  font: 16px/24px "Jost-500";
}
.Testimonial .TestimonialWrap .TestimonialCarousel .blueBg .imgTxtWrap .addr {
  color: #4A4A4A;
  font: 16px/28px "Jost-400";
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrap {
  padding: 23px 72px 47px 53px;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  width: 370px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrap svg {
  font-size: 50px;
  color: #D6D6D6;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrap .Testimonialslidermain {
  display: inline-grid;
  place-items: center;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrap .desc {
  color: #4A4A4A;
  font: 16px/24px "Jost-400";
  margin-top: 17px;
  text-align: center;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrap .imgTxtWrap {
  position: absolute;
  top: 82%;
  right: 80%;
  display: inline-grid;
  place-items: center;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrap .imgTxtWrap .RoundImg {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
  display: grid;
  place-items: center;
  background: #FFF;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrap .imgTxtWrap .RoundImg img {
  width: 29px;
  height: 40px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrap .imgTxtWrap .name {
  color: #000;
  font: 16px/24px "Jost-500";
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrap .imgTxtWrap .addr {
  color: #4A4A4A;
  font: 16px/28px "Jost-400";
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrapitem3 {
  padding: 23px 72px 47px 53px;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  position: absolute;
  right: 0;
  top: -8%;
  width: 370px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrapitem3 svg {
  font-size: 50px;
  color: #D6D6D6;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrapitem3 .desc {
  color: #4A4A4A;
  font: 16px/24px "Jost-400";
  margin-top: 17px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrapitem3 .imgTxtWrap {
  position: absolute;
  top: 84%;
  right: 30%;
  display: inline-grid;
  place-items: center;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrapitem3 .imgTxtWrap .RoundImg {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
  display: grid;
  place-items: center;
  background: #FFF;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrapitem3 .imgTxtWrap .RoundImg img {
  width: 29px;
  height: 40px;
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrapitem3 .imgTxtWrap .name {
  color: #000;
  font: 16px/24px "Jost-500";
}
.Testimonial .TestimonialWrap .TestimonialCarousel .TestimonialsliderWrapitem3 .imgTxtWrap .addr {
  color: #4A4A4A;
  font: 16px/28px "Jost-400";
}

<!--.contactFormSec {-->
<!--  background: url(../images/contactFormBg.webp);-->
<!--  background-repeat: no-repeat;-->
<!--  background-size: cover;-->
<!--  padding-top: 81px;-->
<!--  padding-bottom: 82px;-->
<!--  background-position: center;-->
<!--}-->
<!--@media screen and (max-width: 992px) {-->
<!--  .contactFormSec {-->
<!--    background: url(../images/contactMobileBg.webp);-->
<!--    background-size: cover;-->
<!--    padding-top: 40px;-->
<!--    padding-bottom: 40px;-->
<!--  }-->

<!--}-->
.contactFormSec{
 background: linear-gradient(90deg, #01BEE4, #0263CA);
 padding:80px 80px;
   
}
.contactFormSec .formDiv .desc {
  color: #4A4A4A;
  font: 24px/26px "Jost-500";
  letter-spacing: 0.24px;
  margin-top: 3px;
  margin-bottom: 4px;
}
.contactFormSec .left-content {
  text-align: left;
}

.contactFormSec .content-wrapper {
  display: flex;
  align-items: center;       
  justify-content: center;   
  flex-wrap: wrap;           
  min-height: 100%;          
}


.contactFormSec .left-content {
  display: flex;
  flex-direction: column;
  justify-content: center !important; 
  height: 100%;
  padding: 20px;
}


@media (max-width: 990px) {
  .contactFormSec .left-content {
    text-align: center;
    align-items: center;
    padding:0px;
  }
}
@media screen and (max-width: 992px) {
    .contactFormSec{
    padding:0px 0px !important;
    }
    .contactFormSec .commonWidth{
    padding-bottom:20px;
    }
  .contactFormSec .formDiv .desc {
    font: 20px/26px "Jost-500";
    margin-top: 9px;
    margin-bottom: 10px;
  }
}
.contactFormSec .formDiv .inBox {
  margin-top: 16px;
}
@media screen and (max-width: 576px) {
  .contactFormSec .formDiv .inBox {
    margin-top: 14px;
  }
}
.contactFormSec .formDiv .inBox input,
.contactFormSec .formDiv .inBox textarea {
  border-radius: 11px;
  border: 1px solid #D6D6D6;
  background: #FFF !important;
  width: 100%;
  border: none;
  outline: none;
  padding: 18px 28px;
  font: 16px/26px "Jost-400";
  color: #4A4A4A;
  letter-spacing: 0.16px;
}
.contactFormSec .formDiv .inBox ::-moz-placeholder {
   color: #2c3e50;
}
.contactFormSec .formDiv .inBox ::placeholder {
   color: #2c3e50;
}
<!--.contactFormSec .formDiv .inBox select.dropbtn {-->
<!--  -webkit-appearance: none;-->
<!--  -moz-appearance: none;-->
<!--  appearance: none;-->
<!--  background-repeat: no-repeat !important;-->
<!--  background-position-x: 96% !important;-->
<!--  background-position-y: 49% !important;-->
<!--  background-image: url("../images/downArrow.svg") !important;-->
<!--}-->
.contactFormSec .formDiv .inBox .dropdown .dropbtn {
  outline: none;
  border-radius: 11px;
  border: 1px solid #D6D6D6;
  background: #FFF;
  padding: 13px 19px;
  padding: 18px 28px;
  font: 16px/26px "Jost-400";
  color: #4A4A4A;
  letter-spacing: 0.16px;
  width: 100%;
  cursor: pointer;
}
.contactFormSec .SubmitBtn {
 
    border-radius: 55px;
    background: linear-gradient(90deg, #01BEE4, #0263CA);
    border-radius:55px;
    color:#fff;
    padding: 7px 20px;
    letter-spacing: 0.2px;
    border: none;
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contactFormSec .arrow-icon{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 35px;
            height: 35px;
            background: #000;
            border-radius: 50%;
            transition: all 0.3s ease;
}

<!--.SubmitBtn .arrow-icon {-->
<!--  transform: rotate( -25deg);-->
<!--  background-color: #222;-->
<!--}-->
@media screen and (max-width: 992px) {
  .contactFormSec .SubmitBtn {
    margin-top: 24px;
  }
}

<!--.footerSec {-->
<!--  background: linear-gradient(86deg, #F1F1F1 0%, #EEE 100%);-->
<!--}-->

<!--.footerSec a:hover{-->
<!--   text-decoration:underline !important;-->
  
<!--}-->
<!--.contactSec a:hover{-->
<!--   text-decoration:underline !important;-->
  
<!--}-->
<!--.footerSec .copyright {-->
<!--  color: #4A4A4A;-->
<!--  font: 14px/24px "Montserrat-400";-->
<!--  padding-bottom: 21px;-->
<!--}-->
<!--@media screen and (max-width: 576px) {-->
<!--  .footerSec .copyright {-->
<!--    text-align: center;-->
<!--  }-->
<!--}-->
<!--@media screen and (max-width: 576px) {-->
<!--  .footerSec .mb_30 {-->
<!--    margin-bottom: 30px;-->
<!--  }-->
<!--}-->
<!--@media screen and (max-width: 576px) {-->
<!--  .footerSec .mr_14 {-->
<!--    margin-right: 14px;-->
<!--  }-->
<!--}-->
<!--.footerSec .footerWrap {-->
<!--  padding-top: 48px;-->
<!--  padding-bottom: 48px;-->
<!--}-->

<!--.footerSec .footerWrap .list-unstyled .nolink .info {-->
<!--    font: 16px / 24px "Jost-400" !important;-->
<!--    color: #4A4A4A;-->
<!--    text-decoration: none;-->
    
<!--}-->
<!--.fHead{-->
<!--    white-space:nowrap;-->
<!--}-->
<!--@media screen and (max-width: 576px) {-->
<!--  .footerSec .footerWrap {-->
<!--    padding-bottom: 40px;-->
<!--  }-->
<!--}-->
<!--.footerSec .footerWrap .fHead {-->
<!--  color: #4A4A4A;-->
<!--  font: 20px/26px "Jost-500";-->
<!--  letter-spacing: 0.2px;-->
<!--  margin-bottom: 10px;-->
<!--}-->
<!--.footerSec .footerWrap .footersocialIcon {-->
<!--  display: flex;-->
<!--  -moz-column-gap: 14px;-->
<!--       column-gap: 14px;-->
<!--}-->
<!--.footerSec .footerWrap .footersocialIcon a {-->
<!--  text-decoration: none;-->
<!--}-->
<!--.footerSec .footerWrap .footersocialIcon a img.hover-image {-->
<!--  display: none;-->
<!--}-->
<!--.footerSec .footerWrap .footersocialIcon a:hover img.default-image {-->
<!--  display: none;-->
<!--}-->
<!--.footerSec .footerWrap .footersocialIcon a:hover img.hover-image {-->
<!--  display: block;-->
<!--}-->
<!--.footerSec .footerWrap .list-unstyled li {-->
<!--  margin-bottom: 7px;-->
<!--}-->
<!--.footerSec .footerWrap .list-unstyled .title {-->
<!--  color: #4A4A4A;-->
<!--  font: 16px/26px "Jost-400";-->
<!--  letter-spacing: 0.16px;-->
<!--  text-decoration: none;-->
<!--}-->
<!--.footerSec .footerWrap .list-unstyled .nolink {-->
<!--  display: flex;-->
<!--  -moz-column-gap: 20px;-->
<!--       column-gap: 20px;-->
<!--  margin-top: 21px;-->
<!--}-->
<!--.footerSec .footerWrap .list-unstyled .nolink .info {-->
<!--  font: 16px/26px "Jost-500";-->
<!--  color: #4A4A4A;-->
<!--  text-decoration: none;-->
<!--}-->


 .footer-wrapper {
            margin-top: auto;
        }

        .footer-top {
            background: linear-gradient(180deg, #0a0e27 0%, #0f1428 100%);
            padding: 50px 0 40px;
            position: relative;
            overflow: hidden;
        }

        /* Gradient line below header */
        .footer-header-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(100, 200, 255, 0.5), transparent);
            margin: 40px 0;
        }

        /* Header Section */
        .footer-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        
        /* Grid Background for Footer */
.footer-top {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #0a0e27 0%, #0f1428 100%);
}

.footer-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 500px;
    background-image: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    background-position: 0 0, 0 0;
    pointer-events: none;
    z-index: 0;
    transform: perspective(800px) rotateX(65deg);
    transform-origin: center bottom;
}

/* Make sure content appears above the grid */
.footer-wrapper {
    position: relative;
    z-index: 1;
}

.container-fluid {
    position: relative;
    z-index: 1;
}

.footer-header,
.phone-social-wrapper,
.footer-header-divider,
.footer-content,
.copyright {
    position: relative;
    z-index: 1;
}

        .logo {
            font-size: 2rem;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .tagline {
            font-size: 0.95rem;
            color: #a8a8a8;
            margin-bottom: 30px;
        }

        /* Phone and Social Section */
        .phone-social-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
            margin-bottom: 0;
            flex-wrap: wrap;
        }

        .phone-section {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .phone-icon-circle {
            width: 35px;
            height: 35px;
            background: transparent;
            border: 2px solid #999;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 1.3rem;
        }

        .phone-text {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .phone-label {
            font-size: 0.75rem;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

     
        .phone-number a{
      font-size: 1rem;
            color: #ffffff;
            font-weight: 600;
            text-decoration:none;
        
        }
       /* Social Section */
        .social-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
           
           
            flex-wrap: wrap;
            gap: 30px;
        }

        .social-section {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .social-label {
            font-weight: 600;
            color: #ffffff;
            white-space: nowrap;
            font-size: 1rem;
        }

        .social-icons {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .social-icon {
            width: 45px;
            height: 45px;
            border-radius: 6px;
            background: rgba(100, 200, 255, 0.15);
            border: 1px solid rgba(100, 200, 255, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.2rem;
            border-radius:8px 8px 8px 26px;
            <!--border-bottom-left-radius:20px;-->
        }

        .social-icon:hover {
           background:linear-gradient(180deg,#01BEE4,#0263CA);
            color: #fff;
            transform: translateY(-3px);
            border-color: #64c8ff;
            box-shadow: 0 8px 15px rgba(100, 200, 255, 0.3);
        }


        /* Main Content Grid */
        .footer-content {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            margin-top: 50px;
        }

        .footer-section h3 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #ffffff;
        }

        .footer-section ul {
            list-style: none;
            padding-left:0px;
        }

        .footer-section ul li {
            margin-bottom: 12px;
        }

        .footer-section ul li a {
            color: #b0b0b0;
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
        }

        .footer-section ul li a:hover {
            color: #64c8ff;
            transform: translateX(4px);
        }

        .footer-section ul li a .fa-chevron-right{
            width: 12px;
            text-align: center;
            font-size: 0.6rem !important;
        }

        /* Contact Info Box */
        .contact-info {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(100, 200, 255, 0.25);
            border-radius: 8px;
            padding: 25px;
            backdrop-filter: blur(10px);
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 18px;
        }

        .contact-item:last-child {
            margin-bottom: 0;
        }

        .contact-icon {
            color: #999;
            min-width: 24px;
            margin-top: 2px;
            font-size: 1.1rem;
        }

        .contact-text {
            color: #d0d0d0;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .contact-text a {
            color: #d0d0d0;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-text a:hover {
            color: #64c8ff;
        }

        /* Footer Bottom */
        .footer-bottom {
            
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding: 20px 0;
            text-align: center;
        }

       

        /* Tablet Responsiveness */
        @media (max-width: 1024px) {
            .footer-content {
                grid-template-columns: repeat(2, 1fr);
                gap: 35px;
            }

            .phone-social-wrapper {
                gap: 30px;
            }
        }

        @media (max-width: 768px) {
        
        
            .footer-top {
                padding: 40px 15px 30px;
            }

            .phone-social-wrapper {
                flex-direction: column;
                gap: 25px;
            }

            .footer-header-divider {
                margin: 30px 0;
            }

            .footer-content {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
                margin-top: 40px;
            }

            .footer-section h3 {
                font-size: 0.95rem;
            }

            .footer-section ul li a {
                font-size: 0.85rem;
            }

            .contact-info {
                padding: 20px;
                margin-bottom:20px;
            }
        }

        @media (max-width: 480px) {
            .footer-top {
                padding: 30px 15px;
            }

            .logo {
                font-size: 1.5rem;
                margin-bottom: 5px;
            }

            .tagline {
                font-size: 0.85rem;
                margin-bottom: 20px;
            }

            .phone-icon-circle {
                width: 45px;
                height: 45px;
                font-size: 1.1rem;
            }

            .phone-label {
                font-size: 0.65rem;
            }

            .phone-number {
                font-size: 0.9rem;
            }

            .social-label {
                font-size: 0.85rem;
            }

            .social-icon {
                width: 36px;
                height: 36px;
                font-size: 0.9rem;
            }

            .footer-header-divider {
                margin: 25px 0;
            }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 25px;
                margin-top: 30px;
            }

            .footer-section h3 {
                font-size: 0.9rem;
            }

            .footer-section ul li {
                margin-bottom: 10px;
            }

            .footer-section ul li a {
                font-size: 0.8rem;
            }

            .contact-info {
                padding: 18px;
            }

            .contact-item {
                margin-bottom: 15px;
                gap: 10px;
            }

            .contact-text {
                font-size: 0.8rem;
            }

            .copyright {
                font-size: 0.75rem;
                padding: 0 10px;
                color:#ffffff !important;
            }
        }
 .copyright {
 color:#fff;
 }

.aboutSecWrap {
  position: relative;
}
@media (max-width: 576px) {
  .aboutSecWrap .mainImg .desktopView {
    display: none;
  }
}
.aboutSecWrap .mainImg .mobileView {
  display: none;
}
@media (max-width: 576px) {
  .aboutSecWrap .mainImg .mobileView {
    display: inline;
  }
}
.aboutSecWrap .mainImg .grad {
  background: rgba(52, 62, 75, 0.8);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.aboutSecWrap .exploreContent {
  position: absolute;
  top: 29%;
  left: 5%;
  right: 43%;
}
@media (min-width: 2441px) {
  .aboutSecWrap .exploreContent {
    left: 24%;
  }
}
@media (max-width: 2440px) and (min-width: 2181px) {
  .aboutSecWrap .exploreContent {
    left: 21%;
  }
}
@media (max-width: 2180px) and (min-width: 1951px) {
  .aboutSecWrap .exploreContent {
    left: 18%;
  }
}
@media (max-width: 1950px) and (min-width: 1560px) {
  .aboutSecWrap .exploreContent {
    left: 14%;
  }
}
@media screen and (max-width: 1400px) {
  .aboutSecWrap .exploreContent {
    top: 25%;
    right: 37%;
  }
}
@media screen and (max-width: 1200px) {
  .aboutSecWrap .exploreContent {
    top: 26%;
  }
}
@media screen and (max-width: 992px) {
  .aboutSecWrap .exploreContent {
    top: 21%;
    right: 8%;
  }
}
@media screen and (max-width: 768px) {
  .aboutSecWrap .exploreContent {
    right: 10%;
    left: 10%;
  }
}
@media screen and (max-width: 576px) {
  .aboutSecWrap .exploreContent {
    right: 3%;
    left: 3%;
    top: 20%;
  }
}
.aboutSecWrap .exploreContent.privacy-head {
  position: absolute;
  top: 39%;
}
.aboutSecWrap .exploreContent .bannerHead {
  font: 53px/60px "Jost-600";
  letter-spacing: 0.53px;
  color: #FFF;
  margin-bottom: 7px;
}
@media screen and (max-width: 1200px) {
  .aboutSecWrap .exploreContent .bannerHead {
    font: 34px/44px "Jost-600";
  }
}
@media screen and (max-width: 992px) {
  .aboutSecWrap .exploreContent .bannerHead {
    font: 28px/38px "Jost-600";
  }
}
@media screen and (max-width: 768px) {
  .aboutSecWrap .exploreContent .bannerHead {
    font: 22px/32px "Jost-600";
    letter-spacing: 0.32px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .aboutSecWrap .exploreContent .bannerHead {
    font: 32px/40px "Jost-600";
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 428px) {
  .aboutSecWrap .exploreContent .bannerHead {
    font: 22px/30px "Jost-600";
    letter-spacing: 0.32px;
  }
}
.aboutSecWrap .exploreContent .bannerSubhead {
  color: #FFF;
  font: 20px/26px "Jost-500";
  letter-spacing: 0.2px;
  width: 675px;
}
@media screen and (max-width: 992px) {
  .aboutSecWrap .exploreContent .bannerSubhead {
    font: 16px/26px "Jost-500";
    letter-spacing: 0.18px;
    width: 470px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSecWrap .exploreContent .bannerSubhead {
    text-align: center;
    font: 18px/26px "Jost-500";
    width: auto;
  }
}
@media screen and (max-width: 428px) {
  .aboutSecWrap .exploreContent .bannerSubhead {
    font: 15px/24px "Jost-500";
  }
}
.aboutSecWrap .content {
  position: absolute;
  top: 15%;
  left: 5%;
  right: 43%;
}
@media (min-width: 2441px) {
  .aboutSecWrap .content {
    left: 24%;
  }
}
@media (max-width: 2440px) and (min-width: 2181px) {
  .aboutSecWrap .content {
    left: 21%;
  }
}
@media (max-width: 2180px) and (min-width: 1951px) {
  .aboutSecWrap .content {
    left: 18%;
  }
}
@media (max-width: 1950px) and (min-width: 1560px) {
  .aboutSecWrap .content {
    left: 14%;
  }
}
@media screen and (max-width: 1400px) {
  .aboutSecWrap .content {
    top: 14%;
    right: 37%;
  }
}
@media screen and (max-width: 1200px) {
  .aboutSecWrap .content {
    top: 17%;
  }
}
@media screen and (max-width: 992px) {
  .aboutSecWrap .content {
    top: 18%;
    right: 8%;
  }
}
@media screen and (max-width: 768px) {
  .aboutSecWrap .content {
    right: 10%;
    left: 10%;
  }
}
@media screen and (max-width: 576px) {
  .aboutSecWrap .content {
    right: 3%;
    left: 3%;
    top: 20%;
  }
}
.aboutSecWrap .content .bannerHead {
  font: 53px/60px "Jost-600";
  letter-spacing: 0.53px;
  color: #FFF;
  margin-bottom: 7px;
}
@media screen and (max-width: 1200px) {
  .aboutSecWrap .content .bannerHead {
    font: 34px/44px "Jost-600";
  }
}
@media screen and (max-width: 992px) {
  .aboutSecWrap .content .bannerHead {
    font: 28px/38px "Jost-600";
  }
}
@media screen and (max-width: 768px) {
  .aboutSecWrap .content .bannerHead {
    font: 22px/32px "Jost-600";
    letter-spacing: 0.32px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .aboutSecWrap .content .bannerHead {
    font: 28px/36px "Jost-600";
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 428px) {
  .aboutSecWrap .content .bannerHead {
    font: 22px/30px "Jost-600";
    letter-spacing: 0.32px;
  }
}
.aboutSecWrap .content .bannerSubhead {
  color: #FFF;
  font: 20px/26px "Jost-500";
  letter-spacing: 0.2px;
  width: 608px;
}
@media (max-width: 576px) {
  .aboutSecWrap .content .bannerSubhead.desktopView {
    display: none;
  }
}
.aboutSecWrap .content .bannerSubhead.mobileView {
  display: none;
}
@media (max-width: 576px) {
  .aboutSecWrap .content .bannerSubhead.mobileView {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .aboutSecWrap .content .bannerSubhead {
    font: 16px/26px "Jost-500";
    letter-spacing: 0.18px;
    width: 470px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSecWrap .content .bannerSubhead {
    text-align: center;
    font: 18px/26px "Jost-500";
    width: auto;
  }
}
@media screen and (max-width: 428px) {
  .aboutSecWrap .content .bannerSubhead {
    font: 15px/24px "Jost-500";
  }
}

.subPart {
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 20px 16px 80px;
}
@media screen and (max-width: 576px) {
  .subPart {
    padding: 12px 20px 12px 20px;
  }
}
.subPart .title {
  color: #202124;
  font: 18px/26px "Jost-500";
  letter-spacing: 0.18px;
  text-transform: capitalize;
}
.subPart .title span {
  color: #0968DF !important;
  text-decoration: none;
}
.subPart .title a {
  text-decoration: none;
  color: #202124;
}
@media screen and (max-width: 576px) {
  .subPart .title {
    font: 14px/26px "Jost-500";
    text-align: center;
  }
}

.whyChooseSec {
  padding-top: 80px;
  padding-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .whyChooseSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .whyChooseSec {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.whyChooseSec .chooseRight {
  padding-left: 35px;
}
@media screen and (max-width: 1400px) {
  .whyChooseSec .chooseRight {
    padding-left: 15px;
  }
}
.whyChooseSec .chooseLeft .heading {
  font: 44px/50px "Jost-600";
  color: #202124;
  letter-spacing: 0.44px;
  margin-bottom: 6px;
}
.whyChooseSec .chooseLeft .heading span {
  color: #0968DF;
}
@media screen and (max-width: 1400px) {
  .whyChooseSec .chooseLeft .heading {
    font: 34px/44px "Jost-600";
    width: 510px;
  }
}
@media screen and (max-width: 1200px) {
  .whyChooseSec .chooseLeft .heading {
    font: 26px/36px "Jost-600";
    margin-bottom: 1px;
    width: 410px;
  }
}
@media screen and (max-width: 576px) {
  .whyChooseSec .chooseLeft .heading {
    font: 24px/30px "Jost-600";
  }
}
@media (max-width: 430px) {
  .whyChooseSec .chooseLeft .heading {
    width: unset;
  }
}
@media (max-width: 365px) {
  .whyChooseSec .chooseLeft .heading span {
    white-space: nowrap;
  }
}
.whyChooseSec .chooseLeft .desc {
  color: #4A4A4A;
  font: 20px/26px "Jost-400";
  letter-spacing: 0.2px;
  margin-bottom: 19px;
  width: 653px;
}
@media screen and (max-width: 1400px) {
  .whyChooseSec .chooseLeft .desc {
    width: 520px;
    font: 18px/28px "Jost-400";
  }
}
@media screen and (max-width: 1200px) {
  .whyChooseSec .chooseLeft .desc {
    width: 410px;
    font: 14px/24px "Jost-400";
  }
}
@media screen and (max-width: 992px) {
  .whyChooseSec .chooseLeft .desc {
    font: 18px/26px "Jost-400";
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .whyChooseSec .chooseLeft .desc {
    font: 16px/26px "Jost-400";
    margin-bottom: 15px;
  }
}
.whyChooseSec .chooseLeft .imgTxtWrap .imgTxt {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .imgTxt {
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .imgTxt {
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .imgTxt .imgDiv img {
    width: 30px;
    height: 34px;
  }
}
.whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .title {
  color: #202124;
  font: 20px/22px "Jost-600";
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .title {
    font: 18px/20px "Jost-600";
  }
}
@media screen and (max-width: 1400px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .title {
    font: 16px/18px "Jost-600";
  }
}
@media screen and (max-width: 1290px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .title {
    font: 14px/18px "Jost-600";
  }
}
@media screen and (max-width: 1200px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .title {
    font: 12px/16px "Jost-600";
  }
}
@media screen and (max-width: 992px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .title {
    font: 18px/20px "Jost-600";
  }
}
@media screen and (max-width: 768px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .title {
    font: 16px/20px "Jost-600";
    letter-spacing: 0.16px;
  }
}
.whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .content {
  font: 15px/26px "Jost-400";
  letter-spacing: 0.16px;
  color: #4A4A4A;
  margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .content {
    font: 14px/24px "Jost-400";
  }
}
@media screen and (max-width: 1400px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .content {
    font: 12px/22px "Jost-400";
  }
}
@media screen and (max-width: 1290px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .content {
    font: 10px/20px "Jost-400";
  }
}
@media screen and (max-width: 1200px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .content {
    font: 9px/18px "Jost-400";
  }
}
@media screen and (max-width: 992px) {
  .whyChooseSec .chooseLeft .imgTxtWrap .txtDiv .content {
    font: 14px/26px "Jost-400";
    letter-spacing: 0.14px;
  }
}

@media screen and (max-width: 992px) {
  .colRev {
    flex-direction: column-reverse;
  }
}

.workProcess {
  padding: 60px 55px;
}
@media screen and (max-width: 1200px) {
  .workProcess {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 576px) {
  .workProcess {
    padding: 40px 20px;
  }
}
.workProcess .workWrap {
  padding-top: 44px;
}
@media screen and (max-width: 768px) {
  .workProcess .workWrap {
    padding-top: 20px;
  }
}
.workProcess .workWrap .middleImg {
  padding-left: 71px;
  padding-right: 104px;
}
@media screen and (max-width: 1400px) {
  .workProcess .workWrap .middleImg {
    padding-left: 64px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 992px) {
  .workProcess .workWrap .middleImg {
    padding-left: 40px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .workProcess .workWrap .middleImg {
    padding-left: 10px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  .workProcess .workWrap .middleImg {
    padding-left: 20px;
    padding-right: 30px;
  }
}
.workProcess .workWrap .mt_22 {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .workProcess .workWrap .mt_22 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .workProcess .workWrap .mb_6 {
    margin-bottom: 6px;
  }
}
.workProcess .workWrap .weWorkWrap .workList .dot::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 8px;
  background: #606368;
  position: absolute;
  margin-top: 12px;
}
.workProcess .workWrap .weWorkWrap .workList .info {
  color: #606368;
  font: 14px/24px "Jost-400";
  letter-spacing: 0.14px;
  padding-left: 14px;
  padding-right: 16px;
  margin-bottom: 6px;
}

.goToTopWrap #goToTopBtn {
  display: none !important;
  position: fixed;
  bottom: 14%;
  right: 9%;
  z-index: 99;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  background: transparent;
  color: white;
  cursor: pointer;
  border: 1px solid #0968DF;
  padding: 15px;
  border-radius: 25px;
}
.goToTopWrap #goToTopBtn img {
  margin-top: -20px;
  margin-left: -2px;
}

.customeModalForm {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.customeModalForm .absModalButton {
  position: absolute;
  top: 16px;
  right: 24px;
}
.customeModalForm .absModalButton.btn-close {
  opacity: 1 !important;
  width: 10px;
  height: 10px;
}
.customeModalForm .leftSide {
  padding: 35px 24px;
  padding-left: 40px;
  background-color: #ECF5FF;
}
.customeModalForm .leftSide .headingText {
  color: #202124;
  font-family: Jost-600;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 125% */
  letter-spacing: 0.24px;
}
.customeModalForm .leftSide .headingText span {
  color: #0968DF;
}
.customeModalForm .leftSide .sessionPoints {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 23px;
}
.customeModalForm .leftSide .sessionPoints .points {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.customeModalForm .leftSide .sessionPoints .points .text {
  font-family: Jost-400;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
}
.customeModalForm .rightSide {
  padding: 40px 40px 31px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .customeModalForm .rightSide {
    padding-left: 40px;
  }
}
.customeModalForm .rightSide .input-divBox {
  width: 100%;
}
.customeModalForm .rightSide .input-divBox input {
  width: 100%;
  border: 1px solid #D6D6D6;
  padding: 9px 26px;
  padding-right: 0;
  border-radius: 11px;
  color: #4A4A4A;
  font-family: Jost-400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
}
.customeModalForm .rightSide .modalSubmitButton {
  margin-top: 14px;
  width: 100%;
}
.customeModalForm .rightSide .modalSubmitButton button {
  width: 100%;
  border-radius: 6px;
  background: #0968DF;
  color: #FFF;
  font-family: Jost-600;
  font-size: 20px;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.2px;
  padding: 8px 0;
  border: none;
  outline: none;
}

.fixedDemButton {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.fixedDemButton button {
  width: 100%;
  border-radius: 6px;
  background: #0968DF;
  border: none;
  outline: none;
  padding: 8px 0;
  color: #FFF;
  font-family: Jost-600;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.24px;
  display: none;
}
@media (max-width: 992px) {
  .fixedDemButton button {
    display: block;
  }
}

.chatBotDiv {
  position: fixed;
  bottom: 30px;
  right: 14px;
  width: 80px;
  height: 80px;
  background-color: #0968DF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 998;
}
@media screen and (max-width: 992px) {
  .chatBotDiv {
    bottom: 60px;
  }
}

.Testimonial_customePadding_LR {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
@media screen and (max-width: 1518px) {
  .Testimonial_customePadding_LR {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
}
@media screen and (max-width: 1400px) {
  .Testimonial_customePadding_LR {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 1100px) {
  .Testimonial_customePadding_LR {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 1009px) {
  .Testimonial_customePadding_LR {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 992px) {
  .Testimonial_customePadding_LR {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 576px) {
  .Testimonial_customePadding_LR {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.skiptranslate iframe {
  display: none !important;
}

@media screen and (min-width: 576px) {
  .proBundCarousel .owl-nav.disabled {
    display: block;
  }
  
}  
  /*ChatBoat Container and W code  */

    #chatbot-container{
        display:flex;
        flex-direction:column;
        align-items:flex-end;
        position:fixed;
        bottom:90px;
        right:30px;
        Z-index:9999;
        
    }
    #chatbot-container .card-window{
        width:330px;
        min-height:250px !important;
        border-radius:20px;
        overflow:hidden;
        box-shadow: 0 8 px 25px rgba(0,0,0,0.25);
        
    }
    
    /*chat Header*/
    .chatbot-header{
        background:liner-gradient(135deg, #d93856, #f8774b);
        color:white;
        font-weight:600;
        font-size:1rem;
        border-bottom:none;
        padding:0.8rem 1rem;
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .chatbot-body{
       max-height:320px;
        overflow-y:auto;
        background:#fff;
        padding:1rem;
    }
    .bot-msg,.user-msg{
        max-width:75%;
        padding:0.6rem 1rem;
        margin-bottom:10px;
        border-radius:18px;
        font-size:0.9rem;
        line-height:1.4;
        display:inline-block;
    }
    
    .bot-msg{
        background:#f1f1f1;
        color:#000;
        border-bottom-left-radius:0;
    }
    .user-msg{
        background:#4b74f8;
        color:white;
        margin-left:auto;
        border-bottom-right-radius:0;
        text-align:right;
    }
    
    /*chat footer*/
    
    .card-footer{
        background:#f8f8f8;
        border-top:1px solid #eee;
        padding:0.75rem 1rem;
    }
   
  
    .custom-chat-input{
        border-radius:20px;
        border:1px solid #ccc;
        padding:0.5rem 1rem;
        width:100%;
        outline:none;
        margin-right:0.5rem;
    }
    
    .send-btn{
        border-radius:50%;
        width:40px;
        height:40px;
        background-color:#f8774b;
        color:white;
        display:flex;
        align-items:center;
        justify-content:center;
        
    }
     .send-btn:focus{
        outline:none !important;
        border:none;
    }
    .btn-circle{
        border-radius:100%;
        width:66px;
        height:66px;
        color: white;
    }
    .btn-circle:hover{
        color:#0968DF;
        border:#0968DF;
        background:white;
    }
    .btn-color{
        background:#0968DF;
    }
  
    .chatbot-container button:hover{
        background:white !important;
        color:#0968DF !important;
    }
    
   
   #toggle-chat{
       position:fixed;
       bottom:20px;
       right:30px;
       width:55px;
       height:55px;
       border-radius:50%;
       background:#0968DF;
       color:white;
       box-shadow: 0 5px 10px rgba(0,0,0,0.2);
       z-index:9999;
       border:none;
   }
    @media (max-width: 768px) {
       
        #chatbot-container{
        bottom:60px;
        right:20px;
        Z-index:999;
        
    } 
    }
   /*ChatBoat Container code end */ 
   
   
   /*Header*/
   body {
    margin: 0;
    padding-top: 100px; 
}

@media (max-width:768px) {
    <!--body{-->
    <!--    padding-top:20px !important;-->
    <!--}-->
}

.topHeader{
    z-index:1;
}
.bottomHeader{
   
    z-index:1050;
    
}
.h-line{
    line-height:1.3 !important;
}

.whiteLogoSection{
 background:linear-gradient(135deg,#0263CA,#01BEE4);
color:#fff;
padding:2.5rem 1rem;
border-radius:0 0 200px 0;
position:relative;
background-color:#003A84;
paffing-left:0px;
}
.whiteLogoSection img{
height:50px;
}
.whiteLogoSection h6{
font-size:14px;
}

@media (max-width: 768px) {
 
    .tryBtnWarp{
        margin-top:20px!important;
    }
   
}

.fixed-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
}
   
/*Index page */
.topHeader {
    background: white;
    border-bottom: 1px solid #ddd;
    z-index: 1051;
    
}

.sticky-top {
    background: white;
    z-index: 1100;
}

.showcase {
  width: 100%;
  min-height: 100vh;
  position: relative;
  height:auto;
  opacity: 0;
  animation: fadeInBg 3s ease-in-out forwards;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:60px 20px;
  
}
.faqParent{
    width:100%;
}
<!--@media(min-width:768px){-->
<!--     .faqParent{-->
<!--    width:100% !important;-->
<!--}-->
}
@keyframes fadeInBg {
  to {
    opacity: 1;
  }
}



 /*Showcase Overlay */

.showcase::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  
}

.showcase-top {
  position: relative;
  height: 90px;
  z-index: 2;
}

.showcase-top .logo-text {
  color: var(--primary-color);
  font-family: "Roboto", sans-serif;
  --webkit-font-smoothing: antialiased;
  font-size: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showcase-top a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.showcase-content {
  position: relative;
  max-width:1140px;
  width:100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
  z-index: 2;
  
}

.showcase-content h1 {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 2.5rem;
  margin: 0 0 2rem;
}

.showcase-content p {
  font-weight: 400;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.25rem;
  margin: 2rem 0 2rem 0;
}

.showcase-content .btn-xl {
  margin-top: 3rem;
}


@media (max-width: 960px) {
  .showcase {
    min-height: 90vh;
  }

  .showcase-top .logo-text {
    color: var(--primary-color);
    font-family: "Roboto", sans-serif;
    --webkit-font-smoothing: antialiased;
    font-size: 38px;
    position: absolute;
    top: 30%;
    left: 5%;
    transform: translate(0);
  }

  .showcase-content h1 {
    font-weight: 700;
    font-size: 3.7rem;
    line-height: 1rem;
    margin: 0 0 2rem;
  }

  .showcase-content p {
    font-weight: 400;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0 0 2rem;
  }

  .btn-xl {
    font-size: 1.5rem;
    padding: 1.2rem 1.8rem;
   
  }
}

@media (max-width: 500px) {

  .showcase {
    min-height: 90vh;
  }

  .showcase-top .logo-text {
    font-size: 1.5rem;
    top: 30%;
    left: 15%;
    transform: translate(0);
  }

  .showcase-content h1 {
    font-size: 1.8rem;
    line-height: 1rem;
  }

  .showcase-content p {
    font-size: 1.2rem;
  }

 
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#animated-text {
  display: inline-block;
  animation: slideUp 0.6s ease-in-out;
  color:#0968DF;
  background:linear-gradient(90deg,#0263CA, #01BEE4);
  -webkit-background-clip:text;
  -webkit-text-fil-color:transparent;
  background-clip:text;
  color:transparent;
}


.carousel-inner {
  display: flex;
  width: max-content;
  animation: scroll-left 90s linear infinite;
}


<!--.sBtn {-->
<!--  width: 100%;-->
<!--  max-width: 200px;-->
<!--  height: 50px;-->
<!--  font-size: 16px;-->
<!--  background-color: #007bff;-->
<!--  color: white;-->
<!--  border: none;-->
<!--  border-radius: 6px;-->
<!--  cursor: pointer;-->
<!--  background-color:#0d6efd;-->
<!--  transition: background-color 0.3s ease;-->
<!--}-->

.talkToOurExpertBtn{
width: 100%;
background:#0968DF;
background-color::#0968DF;
color: white;
border: none;
max-width: 200px;
height: 50px;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1.25rem !important;
cursor: pointer;
transition: background-color 0.3s ease;
}
 /*Medium screens (tablets) */
@media (max-width: 768px) {
  .talkToOurExpert {
    height: 45px;
    font-size: 15px;
  }
}

 /*Small screens (phones) */
@media (max-width: 480px) {
  .talkToOurExpertBtn {
    height: 40px;
    font-size: 14px;
  }
}

.talkToOurExpertBtn:hover {
  background-color: #0056b3;
}

/* General responsiveness for smaller screens */
@media (max-width: 768px) {
    .aboutSec .aboutRight {
        text-align: center;
        padding: 20px;
    }

    .aboutSec .aboutRight .desc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .aboutSec .aboutRight .tryBtnWarp {
        margin-top: 20px;
    }

    .aboutSec .aboutRight .tryBtn {
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
        text-align: center;
    }
}


.commonPadd_LR_80 .slider {
    margin-left: -80px;
    margin-right: -80px;
    width: calc(100% + 160px); /* 80px * 2 */
}
    .card{
            border: 1px solid #ddd;
            border-radius:8px;
            overflow:hidden;
            box-shadow:0 4px 8px rgba(0,0,0,0.1);
            transition:box-shadow 0.3 ease;
            min-height:420px;
    }
    .card:hover{
        transform:translateY(-8);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    
    ..btn-container {
        margin-top: auto; /* Align button at the bottom */
    }
    
    .blog-title{
        font-size:1.1rem;
        
       
    }
    .blog-title a{
        text-decoration:none !important;
    }
    .blog-title a:hover{
        text-decoration:underline !important;
    }
    
    .hover-lift{
        transition:transform 0.3s ease, box-shadow 0.3s ease;
        transform-origin:center center;
    }
    .hover-lift:hover{
        transform:scale(1.05);
        box-shadow:0 10px 20px rgba(0,0,0,0.2);
    }
    
    .bluegrd {
     background:linear-gradient(135deg,#0263CA,#01BEE4);
    }
    
    /* About */
    
     #goToTopBtn img {padding-top:16px !important;}
        
        .aboutbiCanvas{
        padding-left:80px !important;
        }
        .aboutInfoImg img{
        margin-left:80px;
        }
       
        .about-heading{
            font-weight:700;
        }
        
        .about-heading span{
            color:#007bff;
        }
        .about-content p {
            text-align:justify;
            font-size:1.1rem;
            margin-bottom:1.5rem;
            text-indent:30px;
        }
        .image-box{
            background:#fff;
            border-radius:30px;
            box-shadow: 0 15px 40px rgba(9,104,223,0.1);
            padding:40px;
            display:flex;
            align-items:center;
            justify-content:center;
        }
        
        .about-ul li{
        list-style:none;
        }
        
      .about-ul .checklist-item svg{
            padding-right:10px !important;
            color:#0968DF !important;
        }
        .image-box img{
            max-width:100%;
        }
        .BlueHead{
          color:#0968DF;  
        }
        .erp-description{
            font-size:1.1rem;
            margin-bottom:30px;
        }
        .mv-card{
            background:#fff;
            border-radius:25px;
            border-radius:20px;
            box-shadow: 0 15px 40px rgba(9,104,223,0.1);
            padding:50px 35px;
            text-align:center;
            height:90%;
            transition:transform 0.3s ease, box-shadow 0.3s ease;
            margin:20px;
        }
        
        .mv-card:hover{
            transform:transateY(-5px);
            box-shadow:0 20px 50px rgba(9,104,223,0.15);
        }
        .mv-title{
            font-weight:700;
            margin-bottom:20px;
        }
        .mv-text{
            font-size:1.1rem;
            color:#333;
           
        }
        .about-ul li a{
            text-decoration:none !important;
            color:black;
        }
        .MvSection{
          background:linear-gradient(135deg,#0263CA,#01BEE4);
          padding-top:40px;
        }
        .mv-section{
            padding-bottom:40px;
           
        }
        .mv-icons{
            display:flex;
            justify-content:center;
            align-items:center;
            margin-bottom:20px;
        }
        .mv-icons svg{
            width:40px;
            height:40px;
            color:#0968DF;
        }
        .whatWeDoImg{
            max-width:90%!important;
            height:90% !important;
           
        }
        .chooseLeft{
            padding-right:50px;
        }
        
        @media(max-width:767px){
            /*.aboutSeaction1{*/
            /*    flex-direction:column-reverse;*/
            /*}*/
            
            .image-box{
                width:85%;
                height:100%;
            }
           .chooseLeft{
            padding-right:10px;
        }
        }
        
    .step-img{
        width:50% !important;
    }
    .how-we-work{
       width:85%;
    }
    
    @media(max-width:768px){
        .how-we-work{
       width:100%;
    } 
    }


/*benifits CSS */

.benefits-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 120px;
  gap: 30px;
  <!--max-width: 1200px; -->
  margin: 0 auto;     
  box-sizing: border-box;
}

.benefits-left {
  flex: 1 1 40%;
  padding-right: 30px;
}

.benefits-left h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.benefits-left .highlight {
  color: #0d6efd;
}

.benefits-left p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.benefits-right {
  flex: 1 1 55%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.benefit-box {
  background-color: #fff;
  border-radius: 20px;
  /*box-shadow: 0 4px 10px rgba(0,0,0,0.5);*/
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  padding: 20px;
  text-align: center;
}

.benefit-box img{
margin-bottom:5px;
}

.benefit-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.benefit-box p {
  font-size: 16px;
  color: #333;
}

/* Responsive Styling */
@media (max-width: 992px) {
  .benefits-section {
    flex-direction: column;
    padding: 30px 20px;
  }

  .benefits-left,
  .benefits-right {
    flex: 1 1 100%;
    padding-right: 0;
  }

  .benefits-right {
    grid-template-columns: 1fr 1fr;
  }
  .benifit-box{
  align-items:left;
  }
  
   .aboutbiCanvas{
        padding-left:20px !important;
        }
        .aboutInfoImg img{
        margin-left:0px;
        }
}

@media (max-width: 600px) {
  .benefits-left h2 {
    font-size: 26px;
  }

  .benefits-left p {
    font-size: 16px;
  }

  .benefits-right {
    grid-template-columns: 1fr;
  }

  .benefit-box {
    padding: 15px;
  }

  .benefit-box h4 {
    font-size: 15px;
  }

  .benefit-box p {
    font-size: 16px;
  }
}


/*Blog page*/

    .blogsClass :root {
        --gradient: linear-gradient(to left top, #DD2476 10%, #FF512F 90%) !important;
    }

    .blogsClass .card {
        background: #222;
        color: rgba(250, 250, 250, 0.8);
        margin-bottom: 2rem;
        min-height: 450px; /* Increased height to keep button aligned */
        display: flex;
        flex-direction: column;
        border: 1px solid #ddd;
        border-radius:8px;
        overflow:hidden;
        box-shadow:0 4px 8px rgba(0,0,0,0.1);
        transition:box-shadow 0.3s ease;
        
    }
    
    .blogsClass .card:hover{
    transform:translateY(-8);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

    .blogsClass .card-img-top {
        width: 100%;
        height: 200px; /* Fixed image size */
        object-fit: cover; /* Maintain aspect ratio */
    }

    .blogsClass .card-body {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .blogsClass .btn {
        background: var(--gradient) !important;
        color: #0968DF !important;
        transition: all .4s ease;
    }

    .blogsClass .btn:hover {
        background:#0968DF !important;
        text-decoration: underline;
        color:white !important;
    }

    <!--.blogsClass .read-more {-->
    <!--    color: #007bff;-->
    <!--    cursor: pointer;-->
    <!--    font-weight: bold;-->
    <!--}-->
    .blogsClass .text-truncate-4{
        display:-webkit-box;
        -webkit-line-clamp:4;
        -webkit-box-orient:vertical;
        min-height:60px;
        overflow:hidden;
    }
    
    
    .text-truncate-4{
        display:-webkit-box;
        -webkit-line-clamp:4;
        -webkit-box-orient:vertical;
        min-height:60px;
        overflow:hidden;
    }
    /* Blog Details Page */
    
     .leaveCommtWrap .card{
        display:flex;
        flex-direction: ;
        justify-content:space-between;
        height:100%;
        border:none;
    }
    
    .leaveCommtWrap .postTitle{
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        min-height:60px;
        overflow:hidden;
    }
   .leaveCommtWrap .form-control{
        width:100%;
        padding:8px;
        
    }
    .leaveCommtWrap .reply-btn{
        padding: 6px 12px;
        border-radius:4px;
       
    }
   .leaveCommtWrap .SubmitReply{
        background:#0968DF;
        border-radius:6px;
        color:#fff;
        margin-top:24px;
        outline:none;
    }
    .leaveCommtWrap .ml-4{
        margin-left:1.5rem;
    }
   
    .leaveCommtWrap .input-line{
        width:100%;
        padding:10px 0;
        border :none;
        background:none;
        outline:none;
        font-size:16px;
        padding:5px;
        }
        
    .leaveCommtWrap .input-line::placehoder{
        color:#999;
    }
    
    .leaveCommtWrap .commment-line{
         width:100%;
        padding:10px 0;
        border :none; 
        background:none;
        outline:none;
    }
   .leaveCommtWrap  .comment-meta{
        font-size: 14px;
        color:#555;
    }
    .leaveCommtWrap .inBox input,textarea{
        border:none;
        border-radius:none !important;
        background:none !important;
        padding:0px;
        margin-top:0px;
        padding:0px !important;
    }
    .leaveCommtWrap .hr-bold-line{
        border:none;
        border-top:3px solid black;
       
    }
    
  @media (max-width:767px)  {
       .leaveCommtWrap  .postWrap{
            display:flex;
            flex-direction:column;
        }
    }
  
  
  
  /* Client silder */
  
  @keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-2000px); /* width of 10 logos (1 full set) */
    }
}

 .clientSlider .slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

 .clientSlider .slider .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: 4000px; /* 2 sets * 10 logos * 200px each */
}

 .clientSlider .slider .slide {
    height: 100px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Contact Form */

<!-- #goToTopBtn img {-->
<!--        padding-top: 16px !important;-->
<!--    }-->

<!--    .contactFormSec {-->
<!--        background:none !important;-->
<!--        background-color: #fbfbfb !important;-->
<!--        background-size: cover;-->
<!--        padding-top: 25px;-->
<!--        padding-bottom: 0.5px;-->
<!--        background-position: center;-->
       
<!--    }-->

<!--    @media screen and (max-width: 992px) {-->
<!--        .contactFormSec {-->
<!--            background-color: #fbfbfb !important;-->
<!--            padding-top:  25px;-->
<!--            /*padding-bottom:  25px;*/-->
<!--        }-->

<!--        .contactFormSec .col-md-6 {-->
<!--            padding: 10px 20px !important;-->
             
<!--        }-->
<!--    }-->


<!--    /* chANGE HERE */-->
<!--    .contactFormSec .formDiv .inBox input,-->
<!--    .inBox .dropbtn,-->
<!--    .contactFormSec .formDiv .inBox textarea {-->
<!--        padding: 10px 25px !important;-->
<!--        border: 1px solid #ccc; -->
<!--        box-shadow: 0 4px 12px rgba(128, 128, 128, 0.4);-->
<!--    }-->

<!--    .infoCard {-->
<!--        background: #fff;-->
<!--        border: 1px solid #ccc;-->
<!--        border-radius: 20px;-->
<!--        padding:40px;-->
<!--        box-shadow: 0 4px 12px rgba(128, 128, 128, 0.9);-->
<!--        margin-bottom: 30px;-->
<!--        width:345px;-->
<!--        height:345px;-->
        
<!--    }-->

<!--    @media screen and (max-width: 768px) {-->
<!--        .infoCard {-->
<!--            text-align: center;-->
<!--        }-->
<!--    }-->

<!--    @media screen and (max-width: 768px) {-->
<!--    .contactFormSec .col-md-5 {-->
<!--        display: none !important;-->
<!--    }-->

<!--    .contactFormSec .col-md-7 {-->
<!--        flex: 0 0 100%;-->
<!--        max-width: 100%;-->
<!--    }-->

<!--    .name {-->
<!--        padding-left: 0 !important;-->
<!--    }-->
<!--}-->



<!--@media screen and (max-width: 576px) {-->
<!--    .contactFormSec .formDiv .inBox {-->
<!--        margin-top: 2px;-->
<!--    }-->
<!--}-->


<!--.infoCard .biCanvasLogo{-->
<!--    text-align: start !important;-->
<!--    width: 171px  !important;-->
<!--}-->

 #goToTopBtn img {
        padding-top: 16px !important;
    }
    
    .contactFormSec{
     background-color: #fbfbfb !important;
    }

    .ContactFormCommon {
        background:none !important;
        background-size: cover;
        padding-top: 25px;
        padding-bottom: 0.5px;
        background-position: center;
       
    }

    @media screen and (max-width: 992px) {
        .ContactFormCommon {
            background-color: #fbfbfb !important;
            padding-top:  25px;
            /*padding-bottom:  25px;*/
        }

        .ContactFormCommon .col-md-6 {
            padding: 10px 20px !important;
             
        }
    }


    /* chANGE HERE */
    .ContactFormCommon .formDiv .inBox input,
    .inBox .dropbtn,
    .ContactFormCommon .formDiv .inBox textarea {
        <!--padding: 10px 25px !important;-->
        border: 1px solid #ccc; 
        <!--box-shadow: 0 4px 12px rgba(128, 128, 128, 0.4);-->
    }

    .infoCard {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding:40px;
        box-shadow: 0 4px 12px rgba(128, 128, 128, 0.9);
        margin-bottom: 30px;
        width:345px;
        height:345px;
        
    }

    @media screen and (max-width: 768px) {
        .infoCard {
            text-align: center;
        }
    }

    @media screen and (max-width: 768px) {
    .ContactFormCommon .col-md-5 {
        display: none !important;
    }

    .ContactFormCommon .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .name {
        padding-left: 0 !important;
    }
}



@media screen and (max-width: 576px) {
    .ContactFormCommon .formDiv .inBox {
        margin-top: 2px;
    }
}


.infoCard .biCanvasLogo{
    text-align: start !important;
    width: 171px  !important;
}


/*Faq section */
.accordion-header{
  font-size:16px !important;
}
.accordion-body{
  font-size:16px !important;
}

.faqParent{
    width:100%;
}
<!--@media(min-width:768px){-->
<!--     .faqParent{-->
<!--    width:75% !important;-->
<!--}-->
<!--}-->
.thank-you-content {
            background-color: #f8f9fa;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            max-width: 600px;
            margin: auto;
        }
        
        
    /* Client Testimonial css */
    
  
  .testimonial-section {
    text-align: center;
    padding: 15px 20px;
  }

  .testimonial-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Adjusted for mobile */
    max-width: 100%; /* Make it full width on mobile */
    margin: 0 auto;
    padding: 0 10px; /* Add some padding for mobile */
  }

  .arrow {
    background: none;
    border: none;
    font-size: 24px; /* Adjusted for mobile */
    cursor: pointer;
    padding: 5px; /* Add padding for easier touch */
  }

  .testimonial-text {
    max-width: 100%; /* Make it full width within the carousel */
    padding: 15px; /* Adjusted for mobile */
    box-sizing: border-box; /* Ensure padding doesn't affect width */
  }

  .testimonial-text p {
    font-size: 16px; /* Adjusted for mobile */
    margin-bottom: 15px; /* Adjusted for mobile */
    color: #000;
    line-height: 1.5; /* Improve readability on mobile */
  }

  .client-name {
    font-size: 16px; /* Adjusted for mobile */
    font-weight: bold;
    margin-bottom: 8px; /* Adjusted for mobile */
  }

  .stars span {
    font-size: 20px; /* Adjusted for mobile */
    color: #333;
  }

  .testimonial-carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    max-width: 100%; /* Make it full width */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .testimonial-carousel::-webkit-scrollbar {
    display: none;
  }

  .testimonial-text {
    min-width: 100%;
    flex-shrink: 0;
  }

  /* Media query for larger screens (optional, adjust as needed) */
  @media (min-width: 768px) {
    .testimonial-content {
      gap: 20px;
      max-width: 900px;
      padding: 0;
    }

    .arrow {
      font-size: 30px;
      padding: 0;
    }

    .testimonial-text {
      padding: 0 20px;
    }

    .testimonial-text p {
      font-size: 20px;
      margin-bottom: 20px;
    }

    .client-name {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .stars span {
      font-size: 24px;
    }

    .testimonial-carousel {
      max-width: 600px;
    }
  }
  
   @media (max-width: 768px) {
       
    .testimonial-section {
        padding: 0px 0px;
    }
   }
   
  .text-primary{
    color:#1569bd !important;
}

/* Landing pages */
.landingPageHeroSection {
    position: relative;
    overflow: hidden;
    background-color: #343e4b;
}

.landingPageHeroSection .mainImg {
    position: relative;
    z-index: 1;
}

.landingPageHeroSection .mainImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.landingPageHeroSection .grad {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(52, 62, 75, 0.4);
    z-index: 1;
}

.landingPageHeroSection .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.landingPageHeroSection .container {
    position: relative;
    z-index: 3;
}

.industry-btn {
background-color:#0968DF;
color:#fff;
}
.industry-btn:hover {
background-color:#0968DF;
color:#fff;
}

@media (max-width: 768px) {
    .landingPageHeroSection {
        background-color: #fff; /* white background for mobile */
    }

    .landingPageHeroSection .mainImg {
        display: none; /* hide background image */
    }

    .landingPageHeroSection .content {
        position: relative !important;
        height: auto;
        padding: 0px 15px;
        display: block;
    }

    .landingPageHeroSection .container {
        padding-top: 0;
    }

    .ratio {
        height: auto;
    }

    .landingPageHeroSection .text-white {
        color: #000 !important; /* black text for visibility on white */
    }
    
     a.mobile-button {
        padding: 8px 28px !important;
        font-size: 18px !important;
    }
    
    .industry-btn {
    width:80%;
    margin:0 auto;
    white-space:no-wrap;
    background-color:#fff;
    color:#0968DF;
    border:2px solid #0968DF; 
}

 .industry-btn:hover,
 .industry-btn:focus,
 .industry-btn:active
 {
    background-color:#fff !important;
    color:#0968DF !important;
    border:2px solid #0968DF !important; 
}
}

@media screen and (max-width: 1400px) {
    .landingPageHeroSection .content {
        top: 3% !important;
    }
}

.feature-section .feature-name {
    font-size: 17px; /* Mobile default */
}

@media (min-width: 768px) {
  .feature-section  .feature-name {
        font-size: 1.25rem; /* Desktop and tablets */
    }
}

.bluebgbooknow .bsectext {
    font-size: 1.00rem !important; /* Mobile default */
}

@media (min-width: 768px) {
   .bluebgbooknow .bsectext {
        font-size: 1.25rem !important; /* Desktop and tablets */
    }
}


 .ClientSec {
    padding-top: 10%; /* Default for mobile */
  }

  @media (min-width: 768px) {
    .ClientSec {
      padding-top: 2%; /* For tablets and desktops */
    }
  }

 .ClientSec .commonPadd_LR_80 .slider {
    margin-left: -80px;
    margin-right: -80px;
    width: calc(100% + 160px); /* 80px * 2 */
  }
  
  /* Explore page */
   .mobileProductSec .accorditon .accordion-item .accordion-header .accorditon-button{
            background:#fff;
            border-radius:8px;
            box-shadow:0 4px 12px rgba(0,0,0,0.5);
            padding:1rem;
            margin:0 auto;
            max-width:400px;
        }
        

    .modulesection-section {
    margin-top: 12%; /* Mobile default */
    }

  @media (min-width: 768px) {
    .modulesection-section {
      margin-top: 2%; /* For tablets and desktops */
    }
  }
  
  
  
  .stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
    flex-direction: column;
    padding: 20px 10px;
  }

  .stat-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
  }

  .stat-box {
    flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 20px;
  }

  .stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #007bff;
  }

  .stat-label {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    /* text-transform: uppercase; */
  }

  /* Desktop: 4 in a row */
  @media (min-width: 768px) {
    .stat-box {
      flex: 1 1 25%;
      max-width: 25%;
    }
  }
  
  
  /* New Home Page design */
  
  .rounded-4{
  border-radius: 1.5rem !important;
  }
  .content-txt{
  display:flex;
  align-items:center;
  justify-content:center;
  }
  .img-shadow{
     box-shadow: 0 6px 12px rgba(0,0,0,0.15);
     transition:transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hover-lift{
  transition: transition:transform .25s ease, box-shadow .25s ease;
  }
  
  .hover-lift:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(2,6,23,0.14) !important;
  }
 
  
 .myIndustrySwiper .swiper-slide{
 text-align:center;
 display:flex;
 justify-content:center;
 align-items:center;
 }
 
.focusIndustrySection{
 position:relative;
 overflow:hidden;
 z-index:0;
 background:#fbfbfb;

 }
 
.bg-sky{
background:#E4F0FF !important;
}

 <!--.focusIndustrySection::after{-->
 <!--content:"";-->
 <!--position:absolute;-->
 <!--top:0;-->
 <!--right:0;-->
 <!--width:60%;-->
 <!--height:100%;-->
 <!--background: #063970;-->
 <!--z-index:-1;-->
 <!--border-radius:50px 0 0 50px;-->
 <!--}-->
 
 .focusIndustrySection h2 , #industryInfo, .myIndustrySwiper{
    position:relative;
    z-index:1;
 }
 
 .tryBtn{
 background:#fff;
 color:#0968DF;
 }
 .tryBtn:hover{
  background:#fff;
 color:#0968DF;
 }
 .focusLeftSec{
 background:linear-gradient(135deg,#0263CA,#01BEE4);
 border-radius: 0 0 150px 0;
 text-color:#fff !important;
 margin-top:0px;
 }
 
 #industryInfo{
 position:relative;
 z-index:3;
 padding:50px;
 min-height:280px;
 <!--margin-right:-40px;-->
 margin-left:20px;
 color:#fff;
 <!--background:#fff;-->
 
 }
 .industry-section{
 background-color:#063a52;
 border-radius:20px;
 padding:40px 20pz;
 }
 
 .industry-card{
  position:relative;
  overflow:hidden;
  border-radius:12px;
  max-width:280px;
  margin:auto;
 }
 
 .industry-card img{
 display:block;
 width:100%;
 height:240px;
 object-fit:cover;
 border-radius:12px;
 }
 .industry-overlay{
 position:absolute;
 bottom:0;
 left:0;
 right:0;
 background:#0968DF;
 color:white;
 text-align:center;
 padding:12px;
 font-weight:600;
 font-size:16px;
 border-radius:0 0 12px 12px;
 white-space:nowrap;
 border-top:3px solid white;
 }
 
 .industry-bg{
 background:#04384c;
 border-radius:60px 0 0 60px;
 padding: 3rem 2rem;
 position:relative;
 }
 
 .myIndustrySwiper{
 position:relative;
 z-index:0;
 perspective:1000px;
 }
 .myIndustrySwiper .swiper-slide{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor:pointer;
  transform-style: preserve-3d;
 }
 .myIndustrySwiper .swiper-slide .industry-card{
 box-shadow : 0 8px 25px rgba(0,0,0,0.2);
 }
 
 .myIndustrySwiper .swiper-slide:hover{
 transform: scale(1.05) translateZ(20px);
 box-shadow : 0 8px 25px rgba(0,0,0,0.2);
 <!--z-index:3;-->
 }
  #industryInfo, .myIndustrySwiper{
  margin-top:15px;
  margin-bottom:20px;
  }
   .focusIndustrySeaction{
 padding:20px;
 }
 
 @media(max-width:768px){
 .focusIndustrySeaction{
    padding:20px;
 }
 .focusIndustrySection::after{
     width:100% !important;
     height:calc(100% + 100px);
     left:0;
     right:0;
     border-radius:20px;

 }
 
 #industryInfo{
 margin-right:10px;
 margin-left:10px;
 border-radius:20px;
 }
  #industryInfo, .myIndustrySwiper{
  margin-top:15px;
  margin-bottom:20px;
  }
   
 }
 <!--.myFeatureSwiper .swiper-wrapper{-->
 <!--max-height:370px;-->
 <!--}-->
 <!--.feature-box{-->
 <!--color: #fff;-->
 <!--text-align:center;-->
 <!--padding:40px 20px;-->
 <!--min-height:370px;-->
 <!--display:flex;-->
 <!--flex-direction: column;-->
 <!--align-items:center;-->
 <!--justify-content:center;-->
 <!--transition:all 0.4s ease;-->
 <!--cursor:pointer;-->
 <!--border-right:0.3px solid #d9d4d4;-->
 <!--}-->
 
 <!--.feature-box h3{-->
 <!-- font-weight:700;-->
 <!-- margin-bottom:15px;-->
 <!-- color:#96999c;-->
 <!-- transition:color 0.3s ease;-->
 <!--}-->
 
 <!--.feature-box p{-->
 <!--    opacity:0;-->
 <!--    transform:translateX(-20px);-->
 <!--    transition:all 0.6s ease;-->
 <!--    padding-left:10px;-->
 <!--    font-weight:500;-->
 <!--   }-->
 
 <!--.feature-box:hover h3{-->
 <!--color:#fff;-->
 <!--}-->
 <!--.feature-box:hover p, .swiper-slide-active .feature-box p{-->
 <!--opacity:1;-->
 <!--tranform:translateX(0);-->
 <!--color:#fff;-->
 <!--margin-left:20px;-->
 <!--}-->
 
 <!--.feature-1:hover{ background-color:#0a53be;}-->
 <!--.feature-1:hover{ background-color:#0a53be;}-->
 <!--.feature-2:hover{ background-color:#1a73e8;}-->
 <!--.feature-3:hover{ background-color:#0d6efd;}-->
 <!--.feature-4:hover{ background-color:#3b82f6;}-->
 <!--.feature-5:hover{ background-color:#3b82f6;}-->
 <!--.feature-6:hover{ background-color:#3b82f6;}-->
 <!--.feature-7:hover{ background-color:#3b82f6;}-->
 
  <!--.home-feature-card {-->
  <!--          background: white;-->
  <!--          border: 2px solid #2079D7;-->
  <!--          border-top-right-radius: 30px;-->
  <!--          border-bottom-left-radius: 30px;-->
           
  <!--          padding: 6px 12px;-->
  <!--          display: flex;-->
  <!--          flex-direction: column;-->
            <!--gap: 12px;-->
  <!--          transition: all 0.3s ease;-->
  <!--          cursor: pointer;-->
  <!--          height: 100%;-->
  <!--      }-->

  <!--      .home-feature-card:hover {-->
            <!--transform: translateY(-4px);-->
            <!--box-shadow: 0 8px 24px rgba(59, 130, 246, 0.15);-->
            <!--border-color: #2563eb;-->
  <!--          border: none;-->
  <!--          border-radius: 0;-->
  <!--          border-top-right-radius: 30px;-->
  <!--          border-bottom-left-radius: 30px;-->
          
  <!--          background: linear-gradient(to right, white 50%, white 50%);-->
  <!--          border-top: 2px solid transparent;-->
  <!--          border-image: linear-gradient(to right, transparent 0%, transparent 50%, #2079D7 50%, #2079D7 100%) 1;-->
  <!--          box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;-->
  <!--      }-->

  <!--      .home-feature-icon {-->
  <!--      width: 47px;-->
  <!--       height: 47px;-->
  <!--      border-radius: 50%;-->
  <!--       background: #E7F3FF;-->
  <!--          font-size: 24px;-->
  <!--          margin-bottom: 8px;-->
  <!--          color: #3b82f6;-->
  <!--          display: flex;-->
  <!--       align-items: center;-->
  <!--      justify-content: center;-->
  <!--      }-->
        
  <!--      .home-feature-card:hover .feature-icon {-->
  <!--          color: #2563eb;-->
  <!--      }-->


.home-feature-card {
    background: white;
    border: 2px solid #2079D7;
   border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    position: relative;
}

.home-feature-card:hover {
    border: 2px solid transparent;
     border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    background: white;
    transform: translateY(-10px);
    <!--box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);-->
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border-top: 2px solid #2079D7;
    border-right: 2px solid #2079D7;
    border-bottom: 2px solid #E5E7EB;
    border-left: 2px solid #E5E7EB;
}

.home-feature-icon {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #E7F3FF;
    font-size: 24px;
    margin-bottom: 12px;
    color: #2079D7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.home-feature-card:hover .home-feature-icon {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(32, 121, 215, 0.2);
   
  
}

.home-feature-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 8px;
}

.home-feature-card p {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.5;
    margin: 0;
}

        .home-feature-card h3 {
            color: #1e293b;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
            line-height: 1.2;
        }

        .home-feature-card p {
            color: #555555;
            <!--font-size: 14px;-->
            <!--line-height: 1.6;-->
            margin-bottom: 0;
        }
<!-- .home-feature-card:hover{-->
<!-- border-left:none;-->
<!--}-->
 .MobileDisplay{
    display:none !important;
 }
 .LaptopDisplay{
    display:block;
 }
 
 @media(max-width:768px){
 .MobileDisplay{
 display:block !important;
 }
 .LaptopDisplay{
    display:none;
 }
  .integration-section{
     padding-top:40px;
     padding-bottom:40px;
 }
 }
 
/* Explore Section */
.exploreProdWrap{
    padding:60px 0;
    }

.commonCard{
border:1px solid #B9B9B9;
border-radius:12px;
padding:24px;
height:100%;
max-width:320px;
margin:10px 10px 0px 0px;
text-align:left;
<!--position:relative;-->
<!--z-index:1111;-->
<!--overflow:hidden;-->
<!--box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;-->
}

.section-title{
font-weight:600;
font-size:1.5rem;
}
.section-icon{
display:flex;
justify-content:center;

width:60px;
height:60px;

padding:10px;
<!--border:1px solid #9AC7FF;-->
<!--border-radius:6px;-->
<!--background-color:#EDF6FF;-->


}
.commonPadd_LR_20{
padding-left:1rem;
padding-right:1rem;

}

.commonCard .section-icon img{
width:48px;
height:48px;
border-radius:50%;
<!--border:2px solid blue;-->

}

.commonCard h5{
font-weight:500;
font-size:1rem;
font-color:#000;
margin-bottom:10px;
}

.commonCard p{
font-weight:400;
font-size:15px;
font-color:#7B7B7B;
margin-bottom:20px;
}
.learnMoreBtn{
width:50%;
padding:8px;
font-size:14px;
font-style:italic;
text-decoration:none;
border:none;
border-radius:55px;
background:linear-gradient(90deg,#01BEE4,#0263CA);
margin-top:auto;
text-align:center;
}
.learnMoreBtn a{
color:#fff;
white-space:nowrap;
}



@media(max-width:992px)
{
    .commonCard{
    padding:20px;
    }
}
@media(max-width:768px){
.commonCardSection .col-md-6{
    flex: 0 0 50%;
    max-width:50%;
    max-height:50%;
    padding:5px;
}
.commonCard{
height:100%;
padding:5px;
}
.commonCard h5{
font-size:1rem;
text-align:left !important;
padding-left:5px;
}
.learnMoreBtn{
margin-top:auto;
margin-bottom:10px;
width:80%;
}
.commonCard p{
margin-bottom:10px;
<!--white-space:nowrap;-->
<!--overflow:hidden;-->
<!--text-overflow:ellipsis;-->
color:#7B7b7B;
display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 60px;
    overflow: hidden;
    text-align:left;
    padding-left:5px;
}
.section-icon{
display:flex;
justify-content:center;
width:46px;
height:46px;
padding:10px;
}
.commonSubTitle{
white-space:wrap!important;
}

}
<!--.detailSecbg{-->
<!--background:#003A84;-->
<!--top:2px;-->
<!--background:transparent;-->
<!--}-->

.detailSecHeroSec{
background:linear-gradient(135deg,#0263CA,#01BEE4);
color:#fff;
padding:2.5rem 1rem;
<!--border-radius:0 0 200px 0;-->
position:relative;
background-color:#003A84;
}


.detailSecHeroSec h2{
font-size:2rem;
font-weight:700;
}

.detailSecHeroSec p{
font-size:1rem;
margin-top:0.5rem 0 1.5rem;
line-height:1.6;
}
.detailSecHeroSec img{
width:129px;
border-radius:50%;
padding:12px;
color:#fff;
}

.breadcrumb{
background:transparent;
margin-bottom:1rem;
font-size:1rem;
font-weight:400;
}

.breadcrumb a {
color:#fff;
text-decoration:none;
}
.breadcrumb .breadcrumb-item,.breadcrumb-item.active {
color:#fff;
}
.breadcrumb-item + .breadcrumb-item::before{
color:#fff;
}
.breadcrumb .active{
font-weight:600;
}

.btn-white{
background:#fff;
}
.btn-white:hover{
background:#fff;
}

.module-utilization{
background:linear-gradient(-180deg,#0263CA,#01BEE4);
color:white;
color:#fff;
padding:2.5rem 1rem;
border-radius:0 0 0 200px;
}
.section-title{
font-size:1.8rem;
font-weight:normal;
margin-bottom:10px;
}
.sub-title{
font-size:1.5rem;
white-space:nowrap;

}
.MUCard{
border-radius:15px;
box-shadow:0 4px 6px rgba(0,0,0,0.1);
padding:10px;
margin:40px auto;
text-align:left;
}
.MUCard-header{
border: 2px solid white;
color:white !important;
border-radius:50px;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
white-space:nowrap;
}

.MUCard-header::-webkit-scrollbar{
display:none;

}
.MUCard-header .nav{
flex-wrap:nowrap !important;
white-space:nowrap;
display:flex;
justify-content:flex-start;
width:max-content;
}

.MUCard-header .nav-item{
flex:0 0 auto;
}
.nav-pills .nav-link{
color:#fff;
border-radius:50px;
padding:8px 16px;
font-weight:600;
margin:5px 5px;
}
.nav-pills .nav-link.active{
background-color:#fff;
color:#004DAE;
}
.MUCard-body{
border-radius:10px;
padding:30px;
font-size:1.1rem;
line-height:27px;
}
.MUCard-body img{
width:438px;
height:292px;
border:2px solid white;
border-radius:50px 0px 50px 0px;
object-fit:cover;
}

.MUCard-body p{
padding-left:1rem !important;
align-text:left;
}
.similar-card-slider-wrapper{
width:100%;
overflow:hidden;
margin-bottom:50px;
}

.similar-card-slider{
display:flex;
gap:20;
overflow-x:auto;
scroll-behavior:smooth;
scrollbar-width:none;
margin-bottom:20px;
}

.similar-card-slider::-webkit-scrollbar{
display:none;
}

.similar-card{
width:300px;
height:350px;
min-width:280px;
max-width:320px;
<!--flex: 0 0 auto;-->
background:#fff;
<!--height:100%;-->
border-radius:10px;
dispaly:flex;
flex-direction:column;
justify-content:space-between;

text-align:center;
}
.similar-nav-controls{
display:flex;
justify-content:center;
gap:10px;
}

.nav-btn{
background:#0968DF;
color:#fff;
border:none;
padding:5px 10px;
cursor:pointer;
border-radius:6px;
font-weight:bold;

}
.nav-btn:disabled{
opacity:0.5;
cursor:not-allowed;
}

@media(max-width:767px){
.MUCard-body .row{
flex-direction:column;
text-align:left;
}
.MUCard-body img{
margin-bottom:20px;
width:100%;
height:250px;
}

.MUCard-header{
padding:5px;
}
.MUCard-header .nav-link{
padding:8px 12px;

}
.similar-card{
min-width:calc(50% - 15px);
max-width:calc(50% - 15px);
height:290px;
}
}

.sr-only{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
}
    .integration-section {
           background:linear-gradient(135deg,#0263CA,#01BEE4);
            padding: 60px 20px;
            min-height: 80vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .container-integration {
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
        }

        

        .int-heading {
            color: white;
            font-size: 1.75rem;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 1.2;
        }

        .int-description {
            color: white;
            font-size: 1.13rem;
            line-height: 1.7;
            <!--margin-bottom: 35px;-->
            max-width: 850px;
            margin-left: auto;
            margin-right: auto;
        }

        .demo-btn {
            background: white;
            color: #0066ff;
            padding: 14px 38px;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            margin-bottom: 45px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }

        .demo-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
        }

        .logos-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 18px;
            max-width: 950px;
            margin: 0 auto;
        }

        /* First row - 5 logos */
        .logo-row-1 {
            display: flex;
            justify-content: center;
            gap: 18px;
            width: 100%;
            margin-bottom: 18px;
        }

        /* Second row - 4 logos */
        .logo-row-2 {
            display: flex;
            justify-content: center;
            gap: 18px;
            width: 100%;
        }

        .logo-card {
            background: white;
            border-radius: 12px;
            padding: 10px 15px;
            width: 170px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .logo-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
        }

        .logo-card img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .logo-card {
                width: 155px;
                height: 95px;
            }
        }

        @media (max-width: 768px) {
        
        .logo-card img {
            max-width: 100%;
            max-height: 150% !important;
            object-fit: contain;
        }
            .integration-section {
                padding: 60px 15px;
            }

            <!--.content-box {-->
            <!--    padding: 40px 25px;-->
            <!--}-->

           int-heading {
                font-size: 1.8rem;
            }

           .int-description {
                font-size: 0.95rem;
            }

            .demo-btn {
                padding: 12px 32px;
                font-size: 0.95rem;
            }

            .logo-row-1,
            .logo-row-2 {
                flex-wrap: wrap;
            }

            .logo-card {
                width: 140px;
                height: 90px;
                padding: 20px 25px;
            }
        }

        <!--@media (max-width: 480px) {-->
        <!--    h2 {-->
        <!--        font-size: 1.5rem;-->
        <!--    }-->

        <!--    .logo-card {-->
        <!--        width: 130px;-->
        <!--        height: 85px;-->
        <!--    }-->

        <!--    .logo-row-1,-->
        <!--    .logo-row-2 {-->
        <!--        gap: 12px;-->
        <!--    }-->
        <!--}-->

@media (max-width: 480px) {
    .logo-row-1,
    .logo-row-2 {
        justify-content: center;
    }

    <!--.logo-card {-->
    <!--    width: calc(80% - 10px);-->
    <!--    max-width: 150px;-->
    <!--}-->
}

  .keyFeature-card {
            background: white;
            border-radius: 12px;
            padding: 10px 15px;
            height: 100%;
            transition: all 0.3s ease;
            border: 1px solid #e9ecef;
        }
        
        .keyFeature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

       .icon-circle {
            width: 57px;
            height: 57px;
            border-radius: 50%;
            background:linear-gradient(180deg, #0263CA, #01BEE4);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
          
        }
        
     .icon-circle img {
            width: 48px;
            height: 48px;
        }
        
        .keyFeature-title {
            font-size: 1rem;
            font-weight: 600;
            color: #212529;
            margin-bottom:5px;
        }
        
        .keyFeature-description {
            color: #6c757d;
            font-size: 0.9rem;
            line-height: 1.6;
           margin-bottom:5px;
        }
        
       .content-wrapper {
            display: flex;
            align-items: center;
            min-height: 70vh;
        }

        .left-content {
            color: white;
            padding-right: 60px;
        }

        .question-text {
            font-size: 1rem;
            font-weight: 400;
            margin-bottom: 8px;
            opacity: 0.95;
        }

        <!--.brand-title {-->
        <!--    font-size: 52px;-->
        <!--    font-weight: 700;-->
        <!--    margin-bottom: 5px;-->
        <!--    line-height: 1.1;-->
        <!--}-->

        .brand-subtitle {
            font-size: 1rem;
            font-weight: 300;
            margin-bottom: 35px;
            opacity: 0.95;
        }

        .description {
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 25px;
            opacity: 0.92;
            max-width: 450px;
        }

        .cta-text {
            font-size: 18px;
            font-weight: 400;
            opacity: 0.92;
        }
        .whiteLogo h6{
        font-size:1rem;
    }
    
    .construction-img{
        border-radius: 20px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      
    }
    .text-content{
    text-align: justify;
    
    padding-left:1.5rem;
    }
    
    .contactFromWhiteLogo{
    height:81px;
    }
.ContactFormCommonSection{
  <!--background:linear-gradient(135deg,#01BEE4,#0263CA);-->
            padding: 40px 80px;
           
            min-height: 80vh;
                  
}
        /* Left Content Styles */
      .ContactFormCommonSection  .infoCard {
            color: white;
            padding-right: 40px;
        }

       .ContactFormCommonSection  .biCanvasLogo {
            height: 45px;
            margin-bottom: 5px;
        }

       .ContactFormCommonSection  .infoCard h2 {
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 5px;
            line-height: 1.1;
        }

        .ContactFormCommonSection .infoCard p:first-of-type {
            font-size: 17px;
            font-weight: 300;
            margin-bottom: 35px;
            opacity: 0.95;
        }

        .ContactFormCommonSection .infoCard p {
            font-size: 14px;
            line-height: 1.6;
            opacity: 0.92;
        }

        /* Form Outer Container */
       .ContactFormCommonSection  .formborder {
           border-radius: 20px;
            padding: 20px 15px;
            border: 1px solid black;
        }

         /* Form Inner Container */
       .ContactFormCommonSection  .formInner {
            background: #e8eef5;
            border-radius: 20px;
            padding: 30px 25px;
            border: 1px solid rgba(255, 255, 255, 0.2);
           
        }

       .ContactFormCommonSection  .name h2 {
            font-size: 32px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 10px;
            text-align: left !important;
        }

        /* Input Styles - Underline Design */
       .ContactFormCommonSection .inBox {
            margin-bottom: 12px;
            position: relative;
        }

      .ContactFormCommonSection   .inBox label {
            display: none;
        }

      .ContactFormCommonSection  .inBox input,
        .inBox textarea {
            width: 100%;
            border: none;
            border-bottom: 1.5px solid #94a3b8;
            background: transparent;
            padding: 8px 0;
            font-size: 15px;
            color: #2c3e50;
            transition: all 0.3s;
        }

        .ContactFormCommonSection .inBox input:focus,
        .ContactFormCommonSection .inBox textarea:focus {
            outline: none;
            border-bottom-color: #1976d2;
        }

        .ContactFormCommonSection .inBox input::placeholder,
        .ContactFormCommonSection .inBox textarea::placeholder {
            <!--color: #64748b;-->
            color: #2c3e50;
            font-size: 15px;
        }

        .ContactFormCommonSection .inBox textarea {
            <!--min-height: 90px;-->
            resize: none;
            font-family: inherit;
            padding-top: 8px;
        }

        .ContactFormCommonSection .dropdown select.dropbtn {
            width: 100%;
            border: none;
            border-bottom: 1.5px solid #94a3b8;
            background: transparent;
            padding: 8px 20px 8px 0;
            font-size: 15px;
            color: #2c3e50;
        }
 
        .ContactFormCommonSection .dropdown select.dropbtn:focus {
            outline: none;
            border-bottom-color: #1976d2;
        }

       .ContactFormCommonSection  .dropdown select.dropbtn option {
            background: white;
            color: #2c3e50;
        }

        @media (max-width: 768px) {
            .ContactFormCommonSection{
            padding:10px 20px 30px 20px;
            }
            .contact-form-section {
                padding: 60px 0;
            }

            .infoCard h2 {
                font-size: 40px;
            }

            .formInner {
                padding: 20px 15px;
            }

            .name h2 {
                font-size: 26px;
            }
            .left-content {
            color: white;
            padding-right:0px !important;
        }
        
        .contactFromWhiteLogo{
    height:51px;
    }
    
     .text-content{
        text-align: justify;
        padding-left:0px;
    }
        }

        @media (max-width: 576px) {
            .infoCard h2 {
                font-size: 36px;
            }

            .name h2 {
                font-size: 24px;
            }

            .formDiv {
                padding: 25px 15px;
            }

            .formInner {
                padding: 25px 20px;
            }
        }

        /* Error Messages */
        .text-danger {
            font-size: 12px;
            color: #dc3545;
            display: block;
            margin-top: 5px;
        }
.salesIcon {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between icon and text */
  font-size: 14px;
  color: #000; /* or your desired color */
  text-decoration: none;
}

.salesIcon img,
.salesIcon svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.salesIcon .salesTxt {
  margin-right: 4px;
  font-weight: 500;
}

.salesNo,
.salesNoiconflex {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.upperRight,
.mobileUpperRight .leftSec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}


@media (max-width: 768px) {
.leftSec {
            background: white;
            <!--border-radius: 12px;-->
            <!--box-shadow: 0 2px 8px rgba(0,0,0,0.1);-->
            overflow: hidden;
            max-width: 100%;
            margin: 0 auto;
        }

        .scroll-container {
            width: 100%;
            overflow: hidden;
            position: relative;
            
        }

        .scroll-content {
            display: flex;
            gap: 20px;
            animation: scrollHorizontal 20s linear infinite;
            width: fit-content;
        }

        .scroll-content:hover {
            animation-play-state: paused;
        }

        @keyframes scrollHorizontal {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        .salesIcon {
            display: flex;
            align-items: center;
            <!--padding: 6px 24px;-->
            <!--color: #333;-->
            text-decoration: none;
            font-size: 14px;
            transition: background 0.3s ease;
            white-space: nowrap;
            min-width: fit-content;
        }

        .salesIcon:hover {
            background: #e9ecef;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .salesIcon i,
        .salesIcon img {
            margin-right: 8px;
        }

        .mr_4 {
            margin-right: 4px;
        }

        .mr_8 {
            margin-right: 8px;
        }

        .salesNoiconflex {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .langugesDiv {
            display: flex;
            align-items: center;
            cursor: default;
        }

        .langugesDiv select {
            border: none;
            background: transparent;
            font-size: 14px;
            color: #333;
            cursor: pointer;
            outline: none;
            padding: 4px;
        }

        .langugesDiv select:focus {
            outline: 2px solid #4A90E2;
            border-radius: 4px;
        }

        /* Placeholder for images */
        .langugesDiv img,
        .salesNoiconflex img {
            width: 20px;
            height: 20px;
            background: #e0e0e0;
            border-radius: 4px;
        }

        /* Control buttons */
        .controls {
            text-align: center;
            margin-top: 20px;
        }

        .controls button {
            background: #4A90E2;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 14px;
            margin: 0 5px;
            transition: background 0.3s ease;
        }

        .controls button:hover {
            background: #357ABD;
        }

        .controls button.paused {
            background: #E74C3C;
        }
}


.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*# sourceMappingURL=style.css.map */





