/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;400;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css');
body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  color: #45424e;
}

body.menu-open {
  overflow: hidden;
  height: 100vh;
}

/* body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #45424e;
} */

* {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  word-spacing: 5px;
}

h3 {
  font-size: 28px;
  font-weight: 300;
  word-spacing: 3px;
}

h4 {
  font-size: 20px;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #45424e;
}

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  color: black;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a,
input {
  text-decoration: none;
  outline: none;
}

section {
  /* padding: 30px 0; */
}
.pt-0{padding-top: 0;}
.mt-0{margin-top: 0;}
/* ======== Header start ======= */
/*.fullheader {
  padding: 20px 0;
  background: #FEF4FF;
}*/
.logo h1{padding: 0; margin: 0;}
.topmenu {padding-top: 25px;}
.topmenu ul{
  padding: 0;
  margin:0;
  display: flex;
/*  justify-content: left;*/
  justify-content: right;
  gap: 5%;
}
.topmenu ul li{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
position: relative;
}
.topmenu ul li a{color: #1F2B4D;}
.topmenu ul li ul{
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  background: #16001A;
  padding:0;
  width: 300px;
  z-index: 99;
  border-radius: 0 0 5px 5px;
  padding-top: 5px;
}
.topmenu ul li:hover ul{display: block;}
.topmenu ul li ul li{ padding: 0 15px; border-bottom: 1px solid #1F2B4C;}
.topmenu ul li ul li a{color: #fff; padding: 8px 0; display: block; font-size: 15px;}
.topmenu ul li ul li:hover{background: #FF8A02;}
.topmenu ul li ul li:last-child{border-bottom: 0;}
/*.topcontacts{display: flex; gap: 20px; justify-content: right; padding-top: 15px;}*/
/*.topcall{
color: #141136;
font-family: "Plus Jakarta Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 19px;
padding-top: 10px;
display: block ruby !important;
word-spacing: 4px;
}*/
.topcall img{margin-right: 5px;}
.topcontacts button{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  width: 140px;
  height: 40px;
  text-align: left;
  padding-left: 4px;
}
.topcontacts button img{margin-right: 5px;}
.bantext-home{
  max-width: 500px;
  padding-top: 30px;
}
.bantext {
  position: absolute;
  left: 40px;
/*  top: 60px;*/
  top: 10px;
  max-width: 500px;
  padding-top: 30px;
}
.bantext h3{
  color: rgba(0, 0, 0, 0.05);
  font-family: Poppins;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: 100px;
  text-transform: uppercase;
  padding-top: 100px;
  padding-left: 19px;
}

/*.bantext-home h3{
  color: rgba(0, 0, 0, 0.05);
  font-family: Poppins;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: 100px;
  text-transform: uppercase;
  padding-top: 100px;
  padding-left: 19px;
}*/

.bantext h3 span{font-weight: 300;}
.bantext-home h3 span{font-weight: 300;}
.topbanner {
  position: relative;
  overflow: hidden;
}
.topbanner h2{
  color: #000;
  font-family: "Reem Kufi";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 59px;
  text-transform: uppercase;
  background: #F3E1FE;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: inline;
}
.topbanner p{
color: #5F5666;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 192.857% */
padding: 40px 0 20px 0;
}
.topbanner button{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  width: 150px;
  height: 40px;
  text-align: left;
  padding-left: 4px;
  margin-top: 20px;
  display: block ruby !important;
}
.topbanner button img{margin-right: 5px;}
/*.lftbgimg{
  position: absolute;
  top: 70px;
  padding-bottom: 30px;
  margin-left: 350px;
}*/
/*.lftbgimg{
  position: absolute;
  top: 70px;
  padding-bottom: 30px;
  margin-left: 310px;
  max-width: 10%;
}*/
/*.rgtexpvideo{text-align: right; padding-top: 40px; padding-right: 25px;}*/
/*.rgtexpvideo{text-align: right; padding-top: 40px; padding-right: 25px;}*/
/*.rgtexpvideo {
  text-align: left;
  padding-top: 40px;
  padding-right: 25px;
  padding-left: 10px;
  overflow-y: auto;
  margin: auto;
  position: relative;
  left: 30px;}
*//* ======== Header end ======= */

/* ======== mid body start ======= */
/*.whoweare{padding: 50px 0;}*/
/*.whoweare h2{
  color: #1F2B4D;
  text-align: center;
  font-family: "Reem Kufi";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  padding-bottom: 10px;
}*/
/*.whoweare p{
color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
*/
.ourpartners .container{

    
border-radius: 30px;
background: #F3E1FE;
padding:15px 30px;
min-height: 100px;
}
/*.ourpartners h2{
color: #1F2B4D;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%;
text-transform: uppercase;
}*/
.ourpartners ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
/*.ourclients{padding: 50px 0;}
.ourclients h2{
  color: #1F2B4D;
  text-align: center;
  font-family: "Reem Kufi";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  padding-bottom: 15px;
  }
.ourclients ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 63px;
}*/
.serviceseg .row, .serviceseg .col-lg-6{padding: 0; margin: 0;}
/*.serv-lead{background:url(../images/leadgen-bg.png) center bottom no-repeat #F1E8F2; min-height: 650px;}*/

/*.serv-creative{background:url(../images/creative-bg.png) center bottom no-repeat #16001A; min-height: 650px;}*/
.serv-creative .servseg-text h2, .serv-creative .servseg-text p, .serv-creative .servseg-text button{color: #fff;}
/*.serv-autom{background:url(../images/autom-bg.png) center bottom no-repeat #000; min-height: 650px;}*/
.serv-autom .servseg-text h2, .serv-autom .servseg-text p, .serv-autom .servseg-text button{color: #fff;}
/*.serv-dedica{background:url(../images/dedicat-bg.png) center bottom no-repeat #F1E8F2; min-height: 650px;}*/
/*.servseg-text{padding: 50px;}*/
.servseg-text h2{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
  text-align: center;
  font-family: "Reem Kufi";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  text-transform: uppercase;
}
.servseg-text p{
color: #756679;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 135%;
padding: 20px 0 25px 0;
}
/*.servseg-text button{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background:inherit;
  width: 150px;
  height: 40px;
  text-align: left;
  padding-left: 4px;
  margin-top: 20px;
  margin: 0 auto;
  display: block;
}*/
.product-slide {
  overflow: hidden;
  margin-top: 50px;
/*  newly added*/
/*  display: flex;   */
}
.product-slide .owl-item{float: left;}
.product-slide .owl-nav, .product-slide .owl-dots{display: none;}

/*.product-card {
  position: relative;
  padding: 30px;
  background: #F7EEF8;
  border-radius: 20px;
  text-align: left;
}
*/

/*.product-card .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px; 
  width: 51px;
  height: 51px;
}*/

/*.product-card {
  border-radius: 20px;
  background: #F7EEF8;
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; 
}*/

/*.product-card h3{color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
  font-family: "Reem Kufi";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  padding-top: 10px;
}*/
/*.product-card p{
  color: #685568;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px;
text-align: left;
}*/

/*.product-card p {
  color: #685568;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  flex-grow: 1; 
}*/

/*.product-card a {
  justify-content: right;
  display: flex;
  cursor: auto;
}*/
/*.product-card a img{cursor: pointer;}*/
.anlbna{text-align: center;}
.numbercount {
  background: #16001A;
  margin-top: 50px;
  padding: 50px 0;
}
.counter-container{display: flex;}
.count-wrap {
  display: flex;
  color: var(--White, #FFF);
  color: #FFF !important;
text-align: right;
font-family: Poppins;
font-size: 81px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 97.2px */
text-transform: uppercase;
}
.counter-container span{
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  padding-top: 20px;
  padding-left: 10px;
}
.numberinc {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
.whoweare button {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  width: 194px;
  height: 60px;
  text-align: left;
  padding-left: 4px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}
.whoweare button img{margin-right: 10px;}
.corevalue .container{
  border-radius: 50px;
  background: #F7EEF8;
  padding: 50px;
  position: relative;
  z-index: 9;
  margin-top: -105px;
}
/*.valuebanpic{width: 100%;}*/
.corevalue h2{
  color: #1F2B4D;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 54px */
text-transform: uppercase;
margin-bottom: 30px;
}
.corevaletab {
  display: flex;
  gap: 30px;
}
.corevaletab h3{
  color: #1F2B4D;
  font-family: "Reem Kufi";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  background: #F3E1FE;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: inline;
}
.corevaletab p{
color: #5F5666;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 192.857% */
margin-top: 15px;
}
.value-card img{display: block; margin-bottom: 25px;}
/*.testimonials {
  padding: 50px 0 0 0;
}*/
.testimonials .row, .testimonials .col-lg-6{padding: 0; margin: 0;}
/*.testmotext{background: #16001A; padding: 50px !important;}*/
/* .testmotext h2{color: var(--White, #FFF);
  font-family: "Reem Kufi";
  font-size: 500px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;} */
.testmotext p{
  color: var(--White, #FFF);
font-family: Poppins;
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 135%; /* 27px */
padding-top: 50px;
}
.testmotext h4{color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin-top: 30px;
}
.testmotext h4 strong{font-weight: 700;
  display: block;}
/*.testimlftpic img{width: 100%;}*/
.newssubscribe{padding: 30px 0;}
/*.newssubscribe h2{
color: var(--gray-900, #18181B);
font-family: "Reem Kufi";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 42px;
text-transform: uppercase;
}*/
.newssubscribe button{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  width: 194px;
  height: 60px;
  text-align: left;
  padding-left: 4px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.newssubscribe button img{margin-right: 10px;}
/* ======== mid body end ======= */

/* ======== footer start ======= */
.fullfooter{background: #FEF4FF; padding: 30px 0 0 0;}
.f_copy{
  background: #16001A; padding: 20px 0; color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-align: center;
}
.footerlinks {
  padding: 30px 0;
}
.footerlinks .container{ border-top: 1px solid #E4E4E7; padding-top: 50px;}
.footerlinks p{color: var(--gray-600, #52525B);

  /* Regular/13px */
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
padding-bottom: 20px;}
.footerlinks h3{color: var(--gray-900, #18181B);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.footerlinks ul{padding: 0; margin: 0;}
.footerlinks ul li{
  color: var(--gray-900, #18181B);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 285.714% */
}  
.footerlinks ul li a{
  color: var(--gray-900, #18181B);
}  
.f_abouttxt {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  padding-left: 2.8%;
}
.f_logg{
  display: inline-block;
  vertical-align: top;
}
.f_social a {
  margin: 0 12px !important;
}
/* ======== footer end ======= */

/* ==== inner pages start==== */
.innerbanner {
}
.innerbanner img{width: 100%; border-radius: 30px;}
.innerbanner .bantext.rgt{left: auto; right: 30px;}
.innerbanner .bantext.rgt h2{text-align: right;}
.about-objective{}
/*.about-objective h2{
  color: #FF8A02;
  font-family: "Reem Kufi";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  text-transform: uppercase;
}*/
.about-objective h3{
  color: #1F2B4D !important;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 150%;
}
.about-objective button{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  width: 172px;
  height: 40px;
  text-align: left;
  padding-left: 4px;
  margin-top: 20px;
}
.about-objective button img {
  margin-right: 5px;
  margin-top: 2px;
}
/*.objectivecard {
  border-radius: 20px;
  background: #F7EEF8;
  padding: 35px;
  margin-bottom: 20px;
}*/
.objectivecard h3{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 32.4px */
padding: 10px 0 0 0;
}
.objectivecard p{
  color: #685568;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
}
.corevalueseg{
  padding: 50px 0;
}
.corevalueseg h2{
color: #1F2B4D;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%;
text-transform: uppercase;
text-align: center;
padding-bottom: 30px;
}
.corevalueseg h2 span{color: #FF8A02;}
.corevsegbox {
  border-radius: 40px;
  background: #FF8A02;
  padding: 50px;
  padding-bottom: 0;
}
.corevsegbox h3{
  color: #FFF;
text-align: left;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 43.2px */
text-transform: uppercase;
}
.corevsegbox p{
  color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px;
text-align: left;
padding-bottom: 25px;
}
/*.whynewampssec {
  background: #16001A;
  padding: 80px 0;
}
.whynewampssec h2{
  color: #818181;
font-family: "Reem Kufi";
font-size: 127px;
font-style: normal;
font-weight: 700;
line-height: 135%;
text-transform: uppercase;
padding-top: 50px;
}

.whynewampssec h2 strong{
  display: block;
  color: #818181;
  font-family: "Reem Kufi";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-top: -30px;
}
.whynewampssec h2 span{
  color: #818181;
  font-family: "Reem Kufi";
  font-size: 57px;
  font-style: normal;
  font-weight: 700;
  line-height: 7px;
  text-transform: uppercase;
  display: block;
}
.whynewampssec h1{
  color: rgba(129, 129, 129, 0.40);
  font-family: "Reem Kufi";
  font-size: 400px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: -140px;
  left: 275px;
}
.whynewampssec .container{position: relative;}
.whynewampssec ul{padding: 0;}
.whynewampssec ul li{
  background: url(../images/wh-arrow-circle.png) 0 0 no-repeat;
  padding-left: 70px;
  margin-bottom: 40px;
}
.whynewampssec ul li h3{
  color: #EEF3FF;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}
.whynewampssec ul li p{
  color: #C9C9C9;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}*/
.teamnumber{
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 30px 0;
}
.teamnumber h3{color: #1F2B4C;
  text-align: right;
  font-family: Poppins;
  font-size: 81px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 97.2px */
  text-transform: uppercase;}
.teamnumber h3 span{
  color: #1F2B4C;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-top: 20px;
  }
  .dynamicwebdesign{
  background: #16001A;
  padding: 80px 0;
  }
.dynamicwebdesign h2{
color: #FFF;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 54px */
text-transform: uppercase;
}
.dynamicwebdesign p{
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
}
.dynamicwebdesign ul{padding: 50px 0 0 0; margin: 0;}
/*.dynamicwebdesign ul li{background: url(../images/yellow-arrow-circle.png) 0 0 no-repeat;
  color: #EEF3FF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-bottom: 30px;
  padding: 0 30px 5px 70px;}*/
/*.techlogo{background: #FEF4FF; padding:24px 10px;}*/
.techlogo ul{display: flex; justify-content: space-between;}
/*.infographdesign {
  background: #F7EEF8;
  padding: 80px;
}*/
/*.infographdesign h2{
color: #1F2B4D;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%;
text-transform: uppercase;
}*/
.infographdesign p{
color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
text-align: justify;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
padding: 20px 0;
}
.infographdesign button{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  width: 140px;
  height: 40px;
  text-align: left;
  padding-left: 4px;
  margin-top: 20px;
}
.infographdesign button img {
  margin-right: 5px;
  margin-top: 2px;
}
.owl-item{float: left;}
.locardslide {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
.locardslide button{display: none;}
.locardslide .owl-item{position: relative;}
.locardslide h3{
  position: absolute; bottom: 15px; left: 0; right: 0;
  color: #FFF;
  text-align: center;
  font-family: "Reem Kufi";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 24.3px */
  text-transform: uppercase;
}
.leadgentxt h2{background: #fff;}
.experbrand {
  padding: 80px 0;
}
.experbrand h2{
color: #1F2B4D;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 129%; /* 51.6px */
text-transform: uppercase;
padding-bottom: 10px;
}
.experbrand p{
color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
}
.experbrand h3{
  color: #1F2B4D;
  font-family: "Reem Kufi";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 37.8px */
  text-transform: uppercase;
  padding-bottom: 10px;
}
/*.helphowcancard{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}*/
/*.howwecanhelp {
  border-radius: 20px;
  background: #F7EEF8;
  padding: 20px;
  flex-shrink: 0;
  width: 50%;
}*/
/*.howwecanhelp h4{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
font-family: Poppins;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 135%;
}*/
/*.howwecanhelp p{
color: #685568;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px;
text-align: left;
}*/
.experbrand .row{padding-top: 50px;}
.startescorepan{border-top: 1px solid #D1D1D1; padding: 20px 0;}
.startescorepan h5{
  color: #FF8A02;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  padding: 0;
  margin: 0;
}
.startescorepan p{
color: #685568;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
text-align: left;
}
/*.startpan{padding: 0 20px;}
.startpan {
  padding: 0 0 0 96px;
}*/
/*.socialmedicapresence {
  background: #16001A;
  padding: 80px 0;
}*/
/*.socialmedicapresence h2{
  color: var(--Other-White, #FFF);
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%;
text-transform: uppercase;
padding-bottom: 10px;
}*/
/*.socialmedicapresence p{
  color: var(--Other-White, #FFF);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.socialmedicapresence h3{
color: #FF8A02;
font-family: Poppins;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 135%;
padding-bottom: 15px;
}*/
/*.socialmedicapresence ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}*/
/*.socialmedicapresence ul li{
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  flex-shrink: 0;
  width: 50%;
  padding-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.socialmedicapresence ul li::before{
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #FF8A02;
  border-radius: 50%;
}*/
/*.socialmedicapresence button{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  width: 200px;
  height: 46px;
  text-align: left;
  padding-left: 4px;
  margin-top: 20px;
}*/
/*.socialmedicapresence button img{margin-right: 5px;}
.socialmedicapresence .row{padding-top: 50px;}*/
/*.ultimateppc{
  background:url(../images/ppc-rgtpic.png) right top no-repeat #FEF4FF;
  padding: 80px 0;
}*/
/*.ultimateppc h2{color: #1F2B4D;
  text-align: center;
  font-family: "Reem Kufi";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  text-transform: uppercase;
}*/
/*.ultimateppc p{color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 10px;
}*/
/*.ultimateppc h3{color: #FF8A02;
  font-family: "Reem Kufi";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  text-transform: uppercase;
padding-top: 50px;
padding-bottom: 15px;}*/
/*.ultimateppc ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}*/
/*.ultimateppc ul li{
  color: var(--Other-White, #1F2B4D);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  flex-shrink: 0;
  width: 50%;
  padding-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.ultimateppc ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #FF8A02;
  border-radius: 50%;
}*/
/*.ultimateppc button{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  height: 40px;
  text-align: left;
  padding-left: 4px;
  margin-top: 20px;
  flex-shrink: 0;
  width: 140px;
  margin-left: 30px;
}*/
/*.basicppc p, .startppbrand p{text-align: left;}*/
/*.tmsbg .basicppc{padding-bottom: 60px;}*/
/*.startppbrand {
  display: flex;
}*/
.rgtperf h4{
color: #1F2B4D !important;
text-align: center;
font-family: Poppins;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 134%; /* 33.5px */
text-transform: uppercase;
padding-bottom: 20px;
}
/*.marperform {
  padding-top: 80px;
}*/
.marperform .objectivecard h3{font-size: 20px;}
.importancecontent {
  background: #F7EEF8;
  padding: 80px 0;
}
.importancecontent h2, .customizeemail h2{
color: #1F2B4D;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 129%; /* 51.6px */
text-transform: uppercase;
}
.importancecontent h2 span{display: block;
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
padding-bottom: 15px;
}
/*.importancecontent p, .customizeemail p{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}*/
.importancecontent h3{
  color: #1F2B4D;
  font-family: "Reem Kufi";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: uppercase;
  background: #DCD4E0;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: inline;
}
/*.importancecontent .impcontabox p {text-align: left; padding: 15px 0;}*/
/*.importancecontent .impcontabox img{display: block; margin-bottom: 15px;}*/
.importancecontent button{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  width: 140px;
  height: 40px;
  text-align: left;
  padding-left: 4px;
  margin: 0 auto;
    margin-top: 0px;
  display: block;
  margin-top: 30px;
}
.importancecontent button img{margin-right: 8px;}
.impcontabox {
  margin-top: 30px;
}
/*.customizeemail {
  padding: 80px 0;
}*/
/*.customizeemail h3{
  color: #FF8A02;
  font-family: "Reem Kufi";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}*/
/*.emailcapmpcard{display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;}*/
/*.emailcapmbox{
  border-radius: 20px;
  background: #F7EEF8;
  padding: 30px;
  flex-shrink: 0;
  width: 30%;
}*/
/*.emailcapmbox h4{color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;}*/
/*.emailcapmbox p{
  color: #685568;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 25px;
text-align: left;
}*/
.potential-reportreseach {
  background: url(../images/protenblkbg.png) center bottom repeat-x #000;
  padding: 80px;
}
.potential-reportreseach h2{
color: #FFF;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 54px */
text-transform: uppercase;
}
.potential-reportreseach p{
  color: var(--Other-White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}
.potential-reportreseach h3{
color: #FF8A02;
font-family: "Reem Kufi";
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: 129%; /* 32.25px */
text-transform: uppercase;
padding-bottom: 20px;
}
.potential-reportreseach ul{}
.potential-reportreseach ul li{
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}
.potential-reportreseach ul li strong{font-weight: 600;}
.potential-reportreseach ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #FF8A02;
  border-radius: 50%;
}
.potential-reportreseach .row{padding-top: 70px;}
.trustedcompanies{background: #F7EEF8;}
.trustedcompanies .container{padding: 0; background: none; border-radius: 0;}
.trustedcompanies {
  background: #F7EEF8;
  padding: 80px;
}
.trustedcompanies h2{}

.slick-slide {
/*  previous*/
  padding: 10px;
/*newly added*/
  /*display: flex;
  align-items: stretch; */
}

/*Newly added*/
/*.slick-slide > div {
  display: flex;
  height: 100%;
}*/

/*#### newly added CSS #####################*/
.contactform{
  border-radius: 20px;
  background: #F7EEF8;
  padding: 40px;
  margin-top: 30px;
}

.contactform h4{
  color: #1F2B4D;
  text-align: center;
  font-family: "Reem Kufi";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 37.8px */
  text-transform: uppercase;
  padding-bottom: 30px;
}

.contactform input[type="text"], .contactform input[type="email"], .contactform select, .contactform textarea{
  border-radius: 4px;
  border: 0.5px solid var(--Secondary-DarkBlue-400, #9FA4B2);
  background: var(--Others-White, #FFF);
  width: 100%;
  height: 44px;
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  text-align: left;

  /* Font/12px/Reguler-12px */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 175% */
  padding-left: 20px;
  margin-bottom: 10px;
}

.contactform textarea{height: 100px; padding-top: 15px;}
.contactfrmsec h3{color: #1F2B4D;}
/*.contactfrmbtn{display: flex; justify-content: center; gap: 15px; margin-top: 20px;}*/
.contactfrmbtn input{
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  width: 190px;
  height: 54px;
  background-color: none;
  padding-left: 20px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/*.contactfrmbtn input[type="reset"]{background: url(../images/reset-icon.png) 5px 4px no-repeat;}*/
/*.contactfrmbtn input[type="submit"]{background: url(../images/submit-icon.png) 5px 4px no-repeat; padding-left: 46px;}*/
.contactcustcard{background: #000;}
/*.contactcard{display: flex; gap: 20px;}*/
/*.contactcard .product-card{flex-shrink: 0; width: 33%;}*/
/*.capcardbox .contactcard {
  padding-top: 50px;
}*/
/*.capcardbox .contactcard h3{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}*/
.unlockdealer .product-card p{color: #685568;}
.contact-map img {
  width: 100%;
}

.topban-slide .owl-nav{display: none;}
.topban-slide .owl-dots{
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.topban-slide .owl-dot{
  background: #453F4D;
  width: 13px;
  height: 13px;
  border: 0;
  margin: 0 3px;
}
.topban-slide .owl-dot.active{background: #FF8A02;}
.grybg{background: #F7EEF8;}
.customizeemail.dtmgmtkey.grybg .emailcapmbox {
  background: #fff;
}
.dtmgmtkey p{padding-bottom: 50px;}
.dtmgmtkey .emailcapmbox p{padding-bottom: 0;}
.socialmedicapresence.dedicatlist {
  padding-bottom: 0;
}
/*.autoteststpw h2 span{display: block; font-size: 28px; line-height: 28px;}*/
.autoteststpw p{padding-bottom: 50px; padding-top: 20px;}

/*.whichtestauto{
  background: url(../images/whichtestlft-pic.png) left top no-repeat #FEF4FF;
  padding: 80px 0;
}*/
.whichtestauto h2{
  color: #FF8A02;
  text-align: left;
}
.whichtestauto h3{
color: #1F2B4D;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 134%; /* 26.8px */
padding-top: 20px;
}
.whichtestauto ul li{width: 100%;}
.whichtestauto button {
  margin-left: 0;
  width: 240px;
  height: 48px;
}

/*====================== Arijit da's code ===================================*/

.bantextdidicat {
  position: absolute;
  left: 40%;
  top: 120px;
  max-width: 689px;
}
.bantextdidicat h2{
  background: none;
  color: var(--Other-White, #FFF);
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 48px; /* 120% */
text-transform: uppercase;
}
.bantextdidicat h2 span{
color: #FF8A02;
font-family: "Reem Kufi";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 59px; /* 245.833% */
text-transform: uppercase;
display: block;
}
.bantextdidicat p{
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  padding-bottom: 40px;
}
.bantextdidicat a{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  width: 170px;
  height: 42px;
  text-align: left;
  padding-left: 4px;
  display: block;
}
.bantextdidicat a img{width: auto; margin-right: 5px;}
/* Newly added */
.dedicatrem{padding-top: 80px;}
.hiremaeasy{background: #F7EEF8;}
/*.hiremaeasy h2{text-align: right;}*/
/*.hiremaeasy h2 span{
color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
text-align: right;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
display: block;
}*/
.sfasaleslist .objectivecard{background: #fff;}
.sfasaleslist .objectivecard h3{color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 28.35px */
  margin-top: 0;
  padding-top: 0;}
.sfasaleslist .objectivecard p{
  color: #685568;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}

.keystategi{padding-bottom: 80px;}
.keystategi h2{
  color: #1F2B4D;
  text-align: center;
  font-family: "Reem Kufi";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 54px */
  text-transform: uppercase;
}
.keystategi p{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  padding-bottom: 40px;
}
.keystategi .objectivecard{position: relative;}
.keystategi .objectivecard p{text-align: left; padding-bottom: 0;}
.keystategi .objectivecard h4{
  color: #DDD1DF;
  text-align: right;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 54px */
  position: absolute;
  bottom: 0;
  right: 20px;
}
.onlinerelation .objectivecard{background: #fff;}
.onlinerelation .objectivecard h3{padding-bottom: 0;}
.onlinerelation{background: #F7EEF8;}
.onlinerelation h3{
  color: #1F2B4D;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 134%; /* 33.5px */
padding-bottom: 20px;
}
/*.recentopening{padding: 50px 0;}*/
/*.recentopening h2{
color: #1F2B4D;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%;
text-transform: uppercase;
}*/


.dedicatlist ul li{
  background: url(../images/yellow-arrow-circle.png) 0 0 no-repeat;
  width: 100%;
  padding-left: 70px;
  color: #EEF3FF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 10px;
}

.dedicatlist ul li span{
display: block;
color: #685568;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
}

.dedicatlist ul li::before {display: none;}

/*======================Campain Management==================*/

.blogdtlink {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.blogdtlink h5{
  color: #5C6A92;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
}


.campmange{background: #F7EEF8; padding: 80px 0;}
.campmange h2{padding-bottom: 20px;}
.campmange .blogcard{background: #fff;}
.campmange .blogcardtxt h4{color: #1F2B4D;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  text-transform: capitalize;}
  .campmange .blogdtlink{justify-content: right;}

/*  .bloglist {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}*/

/*
.blogcard {
  border-radius: 20px;
  background: #F7EEF8;
  padding: 10px;
  width: 32%;
}*/
/*.blogcard img{border-radius: 10px;}*/
/*.blogcardtxt{padding: 20px 20px 0 20px;}*/
/*.blogcardtxt h4{
color: #841099;
text-align: left;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 135%;
text-transform: uppercase;
}*/
/*.blogcardtxt p{
text-align: left;
color: #1F2B4D;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 25px;
text-transform: capitalize;
}*/

.otherblogneamps .blogcard {
  background: #fff;
  width: auto;
}

.othblog-slide{
  display: block;
  overflow: hidden;
  position: relative;
}
.othblog-slide .owl-nav{display: none;}
.othblog-slide .blogcard img{width: 100%;}

.databenicard .blogcardtxt h4{
  color: #1F2B4D;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  text-transform: capitalize;
}
.databenicard .blogcardtxt p{color: #685568;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}

.whyusedist{background: #fff;}
.whyusedist .container{text-align: center; padding-bottom: 50px;}
.whyusedist .blogcard{background: #F7EEF8;}
.whyusedist .blogcard h4{
  color: #1F2B4D;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  text-transform: capitalize;
}
.whyusedist .blogcard p{
  color: #685568;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}
.whyusedist .blogcardtxt{padding: 20px 10px;}


/*.mmsmanagement{background: #16001A; padding: 80px 0;}*/
/*.mmsmanagement h2{
color: var(--Other-White, #FFF);
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%;
text-transform: uppercase;
}*/
/*.mmsmanagement p{color: var(--Other-White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 50px;
}*/
/*.mmsmanagement h3{
color: #FF8A02;
font-family: Poppins;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 135%;
padding-bottom: 30px;
}*/
/*.mmsmanagement ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}*/
/*.mmsmanagement ul li{
  position: relative;
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  flex-shrink: 0;
  width: 48%;
  padding-left: 20px;
}*/
/*.mmsmanagement ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #FF8A02;
  border-radius: 50%;
}*/

.sfasaleslist{background: #F7EEF8; padding: 80px 0 0 0;}
.sfasaleslist h3{
color: #1F2B4D;
font-family: Poppins;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 134%; /* 33.5px */
}

.sfasaleslist .ulticonnecbtn{margin-left: 0;}
.datasegment{padding: 80px 0;}

.ulticonnecbtn{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  width: 150px;
  height: 40px;
  text-align: left;
  padding-left: 4px;
  margin: 0 auto;
    margin-top: 0px;
  display: block;
  margin-top: 30px;
}
.ulticonnecbtn img{margin-right: 5px;}
.ulticonnecbtn.lg{width: 180px;}
/*.tmsbg .ulticonnecbtn.lg{margin-left: 0;}*/
.campvideobox .ulticonnecbtn.lg {
  height: 50px;
}
/*.onlinerelation .ulticonnecbtn.lg{margin: 0; margin-top: 30px;}*/
.ulticonnecbtn.lg.ml {
  width: 220px;
}

.rgtkeybefi h3{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 28.35px */
}

.rgtkeybefi h2{color: #1F2B4D;
  font-family: "Reem Kufi";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%; /* 32.25px */
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}

.campvideobox{text-align: center; position: relative;}
.campvideobox .container{position: absolute; left: 0; right: 0; margin: 0 auto; top: 120px;}
/*.campvideobox h2{
color: var(--Other-White, #FFF);
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%;
text-transform: uppercase;
padding-top: 20px;
}*/
/*.campvideobox p{
  color: var(--Other-White, #FFF);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}*/


/*.benifiaiml {
  padding: 80px 0;
}*/
.benifiaiml h2{
color: #1F2B4D;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 129%; /* 51.6px */
text-transform: uppercase;
}
.benifiaiml p{
color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 200% */
}
.benifiaiml ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px;
  margin-top: 30px;
}
/*.benifiaiml ul li{
  background: url(../images/yellow-arrow-circle.png) 0 0 no-repeat;
  padding-left: 72px;
  margin-top: 20px;
  flex-shrink: 0;
  width: 48%;
}*/
.benifiaiml ul li h3{
color: #1F2B4D;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 27px */
}
.benifiaiml ul li p{
color: #1F2B4D;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 135%;
text-align: left;
}

.benifiaiml.thepurpose.whitebg{padding-top: 0;}
.benifiaiml.thepurpose.whitebg ul li {
  line-height: 14px;
  color: #1F2B4D;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  padding-bottom: 5px;
}

/*========================= Inventory Management System ==============================*/

.recentopening p{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}

/* ===== Tab ======= */
.invtab ul.tabs, .invtab ul.tabss {
  float: left;
  list-style: none;
  height: 32px;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 40px;
  /* border-bottom: 1px solid #02E270; */
  padding-left: 50px;
  position: relative;
  text-align: center;
  justify-content: center;
}
.invtab ul.tabs::after, .invtab ul.tabss::after{content: ''; position: absolute; bottom: 0; left: 0; height: 1px; width: 100%; background-color: #FF8A02;}

.invtab ul.tabs li, .invtab ul.tabss li {
  /* float: left; */
  margin: 0;
  cursor: pointer;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  border: 1px solid transparent;
  border-bottom: 0;
  width: auto;
}
.invtab ul.tabs li::before{display: none;}
.tab_last {}

.invtab ul.tabs li:hover, .invtab ul.tabss li:hover {
  color: #FF8A02;
  border-radius: 5px 5px 0 0;
  border: 1px solid #FF8A02;
  border-bottom: 0;
}

.invtab ul.tabs li.active, .invtab ul.tabss li.active {
  color: #FF8A02;
  display: block;
  border-radius: 5px 5px 0 0;
  border: 1px solid #FF8A02;
  border-bottom: 0;
  background: #16001A;
  position: relative;
  z-index: 9;
}

.invtab .tab_container, .invtab .tab_containers {
border: 0;
clear: both;
width: 100%;
background: inherit;
overflow: auto;
}
.invtab .tab_container p{
  color: var(--Tertiary-Color-Dark-Blue-200, #CACDD3);
  text-align: justify;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}
.invtab .tab_content, .invtab .tab_contents {
  padding: 20px;
  display: none;
}

.invtab .tab_drawer_heading, .invtab .tab_drawer_headings {display: none; }
.invtab .tab_content{padding-top: 30px;}
.invtab .tab_content img{border-radius: 10px;}
.invtab .tab_content h3{margin-bottom: 0; padding-bottom: 20px;}
.invtab .tab_content p{padding: 0 0 25px 0; margin: 0; color: #fff;}
.invtab .tab_content ul li{width: 100%;}
/* ===== Tab end======= */


.convmarket{}
.convmarket strong{
color: #9EA8C5;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 129%;
text-decoration-line: line-through;
text-transform: uppercase;
}
.convmarket span{
color: #FF8A02;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 129%;
text-transform: uppercase;
}

.appstorebtn {
  display: flex;
  gap: 5px;
  justify-content: left;
  margin-top: 15px;
}

.unlockdealer{background: #000;}
.unlockdealer h2{
  color: #FF8A02;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 129%; /* 51.6px */
text-transform: uppercase;
}
.unlockdealer p{color: #fff;}

.twobtnwid button{width: 220px;}
.howtousegamific {
  background: #000;
  padding: 80px 0;
}

.howtousegamific h2{
  color: var(--Other-White, #FFF);
  text-align: center;
  font-family: "Reem Kufi";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 54px */
  text-transform: uppercase;
  padding-bottom: 10px;
}

.howtousegamific p{
  color: var(--Other-White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}

.distportal h4{
  color: #FF8A02;
  font-family: "Reem Kufi";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}
.distportal .gamificard{margin-top: 30px;}
.distportal .gamificard h3{font-size: 20px;}

.gamificard {
  border-radius: 20px;
  background: #F7EEF8;
  padding: 32px;
  margin-top: 50px;
}
.gamificard h3{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
font-family: Poppins;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 28.35px */
}
.gamificard p{
  color: #685568;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 178.571% */
text-align: left;
}

.otherblogneamps{
  background: #F7EEF8;
  padding: 50px 0;
}

.otherblogneamps h2{
  color: #1F2B4D;
  text-align: center;
  font-family: "Reem Kufi";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 54px */
  text-transform: uppercase;
}

.efflessdist {
  background: url(../images/effdis-rgtpic.png) right bottom no-repeat #FEF4FF;
  padding: 80px 0;
}

.efflessdist h2{text-align: left;}
.efflessdist h4{
  color: #1F2B4D;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%; /* 24.12px */
}


.contactpopup .modal-body, .contactpopup .modal-footer{text-align: center; border: 0;}
.contactpopup .modal-body h1{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}
.contactpopup .modal-body p, .contactpopup .modal-body h3{
  color: var(--Primary-Other-define-Dark-Blue, #1F2B4D);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contactpopup .modal-body h3{font-weight: 500; padding-top: 15px;}
.contactpopup .modal-footer button {
  margin: 0 auto;
  background: #FF8A02;
  border: 0;
  width: 110px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.contactpopup .modal-header{border: 0;
  position: absolute;
  right: 0;
  z-index: 99;}

.maxireachsec{background-image: none;}
.maxireachsec h2{text-align: left; padding-bottom: 20px;}


.createmoreopplist .container-fluid{
  border-bottom: 1px solid #5E4264;
  padding: 50px 0;
  text-align: center;
}
.createmoreopplist h3 {
  color: #FF8A02;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  padding:50px 0 20px 0;
  text-align: center;
}
.createmoreopplist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
/*.createmoreopplist ul li {
  position: relative;
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  flex-shrink: 0;
  width: 48%;
  padding-left: 20px;
}*/
/*.createmoreopplist ul li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #FF8A02;
  border-radius: 50%;
}*/


.dealerappbantxt{padding:30px 0 0 50px; max-width: 600px;}
.dealerappbantxt h2{
  color: var(--Other-White, #FFF);
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 59px; /* 147.5% */
text-transform: uppercase;
display: block;
background: none;
}
.dealerappbantxt h3{
color: #FF8A02;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 59px;
text-transform: uppercase;
margin-bottom: 0;
padding-bottom: 0;
}
.dealerappbantxt p{
  color: var(--Other-White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  padding-top: 15px;
  padding-bottom: 40px;
}
.dealerappbantxt .bannerappbtn{display: flex; gap: 15px;}
.dealerappbantxt .bannerappbtn img{width: auto; height: auto;}

.thepurpose{background: #FEF4FF;}
.thepurpose h2{
color: #FF8A02;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 129%; /* 51.6px */
text-transform: uppercase;
}
.thepurpose li{
color: #1F2B4D;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 285%;
}

.whitebg{background: #fff !important;}

.bantext-dms {
  position: absolute;
  left: 40px;
  top: 80px;
  max-width: 500px;
}


.absposi{
  position: absolute;
  top: 200px;
  left: 0;
  right: 20px;
  height: 50px;
}
.relposi{position: relative;}
/*.tmsbg .ulticonnecbtn.lg{margin-left: 0;}*/
/*.tmsbg {
  background: url(../images/tms-lftimg.png) left top no-repeat #FEF4FF;
  padding: 80px 0 0 0;
}*/
/*.tmsbg ul{display: block;}
.tmsbg ul li{width: 100%;}*/
/*.tmsbg h3{padding-top: 0;}*/

.menu-icon {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}


.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.mobile-nav.open {
  transform: translateX(0);
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
}

.mobile-nav ul li {
  margin: 15px 0;
}

.mobile-nav ul li a {
  font-size: 20px;
  color: #1f2b4d;
  text-decoration: none;
}

.blogpagination ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.blogpagination ul li {
  border-radius: 4px;
  border: 0.5px solid var(--Tertiary-Color-Dark-1000, #161E3E);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 27px;
  margin: 0 5px;
  cursor: pointer;
}
.blogpagination ul li a{
color: var(--Tertiary-Color-Dark-1000, #161E3E);
text-align: center;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 32px;
display: block;
}
/*.blogpagination ul li a svg{margin-top: 9px;}*/
.blogpagination ul li:hover{border-radius: 4px; background: #FF8A02; border-color: #fff;}
.blogpagination ul li:hover a{color: #fff;}
.blogpagination ul li:hover a svg path{stroke:#fff}

.blogwrap {
  padding: 50px 0;
}

.blogwrap h2{
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 135% */
}

.lftblogdtls{}
.lftblogdtls h2{
color: #000;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 135% */
text-align: left;
}
.lftblogdtls h2 span{
  display: block;
  color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #090909);
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 185.714% */
}
.lftblogdtls h4{
color: #5C6A92;
text-align: left;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 16.2px */
text-transform: capitalize;
padding-bottom: 20px;
}
.lftblogdtls p{
color: #000;
text-align: justify;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 181.25% */
padding-top: 15px;
}
.lftblogdtls h3{
color: #000;
font-family: Poppins;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 142.857% */
padding-top: 20px;
}
.lftblogdtls ul{}
.lftblogdtls ul li{color: #000;
  text-align: justify;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;}
  .lftblogdtls ul li::before{content: ''; position: absolute; left: 0; top: 9px; background: #A7011E; width: 10px; height: 10px; border-radius: 50%;}

.blogdtls-rightpan {
    background: #EBEDF0;
    padding: 20px;
  }
.blogdtls-rightpan h2{
  color: #1F2B4D;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 36.2px */
}

.blogdtls-rightpan .viewmorebtn{
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #BEBEBE;
  background: #fff;
  height: 40px;
  text-align: left;
  padding-left: 4px;
  display: block;
  margin-top: 20px;
}

.blogdtlsrgtpan {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    border-bottom: 1px solid #B0A7B1;
    padding-bottom: 20px;
}
.blogdtlsrgtpan .blothumrgt{flex-shrink: 0; height: 88px;}
.blogdtlsrgtpan h5{
  color: var(--Tertiary-Color-Dark-800, #4A536E);
  text-align: left;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  border-radius: 4px;
  border: 0.5px solid var(--Tertiary-Color-Dark-400, #9FA4B2);
  padding: 5px;
}
.blogdtlsrgtpan h2{
  color: #000;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px; /* 158.333% */
  text-align: left;
}

.blogdtlsrgtpan p{
  color: var(--Tertiary-Color-Dark-600, #747C90);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 145.455% */
}

.recentsec {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 30px;
}

.recjobopen {
  border-radius: 20px;
  border: 0.5px solid var(--Tertiary-Color-Dark-200, #CACDD3);
  background: #F7EEF8;
  padding: 30px;
  flex-shrink: 0;
  width: 32%;
}
.recjobopen h5{
color: #841099;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 175% */
}
.recjobopen h3{
color: #1F2B4D;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 25px; /* 178.571% */
}
.recjobopen h3 span{
color: var(--Tertiary-Color-Dark-800, #4A536E);
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 21px; /* 175% */
display: block;
}
.recjobopen h3 span strong{font-weight: 500;}
.recjobopen p{
color: #1F2B4D;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 175% */
text-align: left;
}

.carlinkrecopen {
  display: flex;
  justify-content: space-around;
}

.carlinkrecopen a{margin-top: 12px;}

.career-walking{}
.career-walking .walkban{width: 100%;}
/*.career-walking .container{
  border-radius: 50px;
  background: #F7EEF8;
  padding: 48px 120px;
  margin-top: -80px;
  z-index: 9999;
  position: relative;
}*/
.career-walking h2{
color: #1F2B4D;
text-align: center;
font-family: "Reem Kufi";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 54px */
text-transform: uppercase;
}
.career-walking h3{
color: #1F2B4D;
text-align: center;
text-overflow: ellipsis;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 25px; /* 156.25% */
}
.career-walking h3 span{
  overflow: hidden;
color: var(--Tertiary-Color-Dark-800, #4A536E);
text-align: center;
text-overflow: ellipsis;

/* Font/Poppins Light 12px */
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 21px; /* 175% */ display: block;}
.career-walking h3 span strong{font-weight: 500;}

/*.dtv{
  display: flex;
  border-bottom: 0.5px solid #CACDD3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  margin-top: 25px;
}*/
/*.cdate{
  display: flex;
  justify-content: space-between;
  min-width: 15%;
}*/
.cdate h4{
color: #1F2B4D;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 27px; /* 168.75% */
}
.cdate h4 span{
display: block;
color: var(--Tertiary-Color-Dark-800, #4A536E);
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 21px; /* 175% */
}

.cdate img{max-width: 32px; max-height: 32px;}

.ctime {
  flex-shrink: 0;
  min-width: 12% !important;
}

.cvenue{
  flex-shrink: 0;
  min-width: 50% !important;
}

.walkinpara{
  color: var(--Tertiary-Color-Dark-1000, #161E3E);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 192.857% */
}
.walkinpara span{
  color: var(--Tertiary-Color-Dark-800, #4A536E);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  display: block;
  float: left;
  margin-top: 15px;
  margin-right: 20px;
}

.nav-btn{
  display: flex;
/*  flex-direction: column;*/
  
}




/* ==== inner pages end==== */