
:root {
  /* Colors */
  --primary-color: #d38e25;
  --secondary-color: #14212b;
  --text-color: #333;
  --white-color: #ffffff;
  --border-color: #e0e0e0; 
}

.body{
  font-family: 'Mona Sans',sans-serif;
}

/* footer */
.foot{
   font-family: 'Mona Sans',sans-serif;
   font-size: 12px;
}
.about-bag{
  clip-path: polygon(0 0, 82% 0, 99% 100%, 0% 100%);
  height: 49px;
  width: 44%;
margin-bottom: 7px;
  background-color: black;
}
.mylogo-img{
 margin-bottom: 10px;
  width: 42%;
}
.inform-bag{
  clip-path: polygon(0 0, 82% 0, 99% 100%, 0% 100%);
  height: 49px;
  width: 55%;
  /* border: 1px solid black; */
  background-color: black;
  margin-bottom: 10px;
}

.trans-bag{
  clip-path: polygon(0 0, 82% 0, 99% 100%, 0% 100%);
  height: 49px;
  width: 55%;
  /* border: 1px solid black; */
  background-color: black;
  margin-bottom: 10px;
}
.abt-text{
  font-size: 19px;
  font-weight: 700;
  color: white;
  text-align: center;
  justify-content: center;
  padding: 10px;
  padding-right: 45px;
  text-transform: uppercase;
  font-family: 'mona', sans-serif;
}
.trans-txt{
  font-weight: 600;
  color: #000;
}
.trans-minitxt{
  font-size: 15px;
  font-family: 'mona', sans-serif;
  
}
.bag-two{
  display: flex;
  gap: 10px;
  padding-bottom: 6px;
}
.bag-three{
   display: flex;
  gap: 20px;
  padding-bottom: 6px;
}
.bag-three:hover{
  color: white;
  font-weight: 400;
}
.inform-text{
  margin-bottom: 0px;
  font-size: 15px;
  font-family: 'mona', sans-serif;
}


/* default icon */
.arrow-ico::before {
  content: "\f4b6"; /* bi-patch-check */
  transition: 0.3s ease;
}

/* parent hover par fill icon */
.bag-two:hover .arrow-ico::before {
  content: "\f4b5"; /* bi-patch-check-fill */
}

/* existing hover style */
.bag-two:hover {
  color: white;
  font-weight: 400;
}
.app-ic{
  font-size: 15px;
  padding-top: 1px;
}
.icons{
  gap: 12px;
  display: flex;  
}
.social-app:hover{
color: white;
}
/* end footer */
/* banner start */
.bannerContainer {
    width: 100%;
}


.banner-content {
    color: #fff;
    max-width: 600px;
}

.banner-content h1 {
   font-size: 50px;
  font-weight: 700;
  margin-bottom: 0px;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-btn {
    display: inline-block;
    padding: 14px 32px;
    /* background: #ff5a5f; */
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s;
}

.banner-btn:hover {
    /* background: #e63946; */
}

/* banner end */
/* ------- About lions  section------- */
.content-inner{
  justify-content: center;

}

.crm-ic{
  font-size: 30px;
}

.edu-bt{
  padding: 10px 20px;
  border-radius: 3px;
  color: white;
  background: var(--secondary-color);
  border:none;
  font-size: 15px;
  font-weight: 600;
}

.edu-bt:hover{
  background: var(--primary-color);

}

.but-sec{
  justify-content: center;
  align-items: center;
}
.call-sec p{
  margin: 0px;
}

.icon-imh{
  width: 70%;

}
.crm-head-b{
  font-size: 15px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;

}

.call-sec{
  padding-left: 10px;
}
.icon-head{
  padding: 0px;
}
.crm-head{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
   background: linear-gradient(90deg, rgba(20, 33, 43, 1) 0%, rgba(211, 142, 37, 1) 33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  background-clip: text; 

}
.span-crm{
    color: rgb(15, 15, 15);

}
.crm-para-b{
  font-size: 14px;
  color: rgb(51, 51, 51);
  text-align: justify;

}

.parag-p{
  font-weight: 700;
  font-size: 18px;
}

.job-coll{
  padding: 10px;
}
.crm-img{
width: 80%;
}
.crm-para{
  text-align: justify;
  font-size: 15px;
  color: #5c5b5b;

}

.line-n{
  border-right: 2px solid var(--primary-color);
  position: relative;
display: flex;
align-items: center;  
}

.line-n::before{
    position: absolute;
    content: "";
    top: 50%;
    right: -2px;
    height: 10px;
    width: 10px;
    transform: translateY(-50%);    
    background-color: var(--primary-color);
    clip-path: polygon(100% 0, 0 46%, 100% 100%);
}

/* ------- verification type  section------- */


.verify-n{
border-radius: 50%;
background: linear-gradient(to bottom, #ffddbfd9, #fff, #fff);
text-align: center;
padding: 40px;
/* position: absolute; */
height: fit-content;


}

.veri-h{
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: -50px;
  line-height: 1.4;

 }
.veri-p{
  font-size: 14px;
  position: relative;
  top: -45px;
  margin: 0px;
 }

 .veri-bbg{
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .veri-bg{
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: var(--primary-color);
  left: 50%;
  top:-70px;
  border: 6px solid white;
   transform: translateX(-50%);
   display: flex;
   justify-content: center;
 }
 .veri-pp{
  font-size: 18px;
  position: relative;
  top: -55px;
  margin-bottom: 4px;
  color: var(--primary-color);
  font-weight: 700;

 }
 .bg-iimg{
  width:70%;
}


 /* ------- Heading section------- */


.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

.section-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-bottom: 0;
}

.section-title::before {
  position: absolute;
  content: '';
  width: 35%;
  height: 1px;
  background-color: var(--secondary-color);
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.underline-heading {
  background: linear-gradient(90deg, rgba(20,33,43,1) 0%, rgba(211,142,37,1) 33%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 1px;
  background-color: var(--primary-color);
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

/* why choose section */

.nev-con{
  background-image:url("../img/foot-background.png");
  background-size: cover;
  /* height: 430px; */
}

.nev-row{
  background: rgb(29, 29, 29,0.9) ;
  /* height: 430px; */
  justify-content: center;
  align-items: center;
  padding: 30px;
}


.why-veri{
  background-color: #f6efdd;
  /* justify-content: center;   /* horizontal center */
  align-items: center; 
  z-index: 2;
  position: relative;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 18px;
  text-align: center;
  padding: 15px;

}

.why-immgg{
  width: 32%;

}

.why-veri-1{
  background-color: var(--primary-color);
  /* display: flex;
  justify-content: center;   /* horizontal center */
  /* align-items: center;  */ 
  z-index: 2;
  position: relative;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 18px;  
  color: white;
  text-align: center;
  padding: 15px;

}

.why-vver:hover .why-veri{  
  background-color: var(--primary-color);
}

.why-vver:hover .why-ver{
  background-color: white;

}


.row-co{
  text-align: center;
}

.headin-verr{
font-size: 37px;
color: #f6c506;;
font-weight: 600;
text-transform: uppercase;
}

.headin-pp{
font-size: 16px;
color: white;
}

.in-v{
font-size: 12px;
color:black;
text-align: center;
letter-spacing: 2;
font-weight: 500;
line-height: 1.6;
font-family: 'mona', sans-serif;
text-transform: uppercase;
font-weight: 600;
padding-top: 12px;

}

.rw-com{
 
  justify-content: center;
}

.iv-p{
  font-weight: 700;
  font-size: 25px;
  color: black;
text-align: center;
justify-content: center;
margin-bottom: 0px;
}

.in-vv{
font-size: 12px;
color: #000;
text-align: center;
letter-spacing: 2;
font-weight: 500;
line-height: 1.6;
font-family: 'mona', sans-serif;
text-transform: uppercase;
font-weight: 600;
padding-top: 12px;
}

.iv-ppp{
  font-weight: 700;
  font-size: 25px;
  color: #000;
text-align: center;
justify-content: center;
margin-bottom: 0px;
}


@media (max-width: 1200px) {
  .call-sec p{
    font-size: 14px;
  }
  .parag-p{
    font-size: 16px;

  }
  .edu-bt {
    font-size: 12px

  }
.verify-n{
  padding: 10px;
}
.veri-bg {
  top: -45px;
}
.veri-pp{
top: -29px;
}
.veri-h {
  font-size: 14px;
    top: -28px;
}
.veri-p {
  top: -26px;
}
/* footer */
.abt-text {
  font-size: 14px;
}
.inform-text{
font-size: 14px;
padding-top: 2px;
}
.trans-minitxt {
  font-size: 14px;
}
.arrow-ico{
 margin-top: 0px;
}

  .about-bag{
    height: 40px;

  }
  .inform-bag{
    height: 40px;

  }
  .trans-bag{
    height: 40px;

  }
}

@media (max-width: 992px) {
  .call-sec p{
    font-size: 14px;
  }
  .parag-p{
    font-size: 18px;

  }

  .edu-bt {
  padding: 12px 30px;
  font-size: 14px
}
.verify-n{
  padding: 8px;
}
.veri-bg {
  top: -35px;
}
.veri-pp{
top: -29px;
}
.veri-h {
  font-size: 14px;
    top: -28px;
}
.veri-p {
  top: -26px;
}
/* footer */
.inform-text{
font-size: 12px;
}
.trans-minitxt {
  font-size: 12px;
}
.arrow-ico{
margin-top: 2px;
    font-size: 12px;
  
}
.app-ic {
  font-size: 12px;
  padding-top: 1px;
}
 .abt-text {
    font-size: 13px;
  }
  .about-bag{
    height: 38px;
  width: 55%;
  }
  .inform-bag{
    height: 38px;
  width: 70%;
  }
  .trans-bag{
    height: 38px;
  width: 70%;
  }
}

@media (max-width: 767px) {
  .crm-para {
  font-size: 14px;
}

.crm-head {
  font-size: 20px;

}
.verify-n{
  padding: 8px;
}
.veri-bg {
  top: -38px;
}
.veri-pp{
top: -29px;
}
/* footer */

    .app-ic {
    font-size: 12px;
    padding-top: 2px;
  }
  
  .about-bag , .inform-bag{
    width: 60%;
    height: 34px;
  }
  .trans-bag{
    width: 60%;
    height: 34px;
  }
  .abt-text{
    font-size: 12px;
    padding: 8px;
    padding-right: 50px;
  }
  .icons{
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .new-bttn{
  text-align: center;
  align-items: center;
  justify-content: center;
}

 .new-bttn-1{
  align-items: center;
  justify-content: center;

 }
 .crm-content{
  padding: 19px;
 }
 .why-immgg {
  width: 28%;
}
.in-v {
  font-size: 12px;
  padding-top: 5px;
}
.nev-row {
  padding: 0px;
}
.in-vv {
  font-size: 12px;
   padding-top: 5px;
}
.iv-p {
  
  font-size: 22px;
}
.iv-ppp {  
  font-size: 22px;
}
.headin-verr {
  font-size: 30px;
}
.veri-p {
  font-size: 12px;  
  top: -41px;  
  padding: 10px;
}
.veri-h {
  font-size: 13px;
}
.verify-n{
  padding: 0px;
}
.veri-bg {
  top: -44px;
}
.veri-pp{
padding-top: 14px;
}
.why-veri{
  padding: 10px;
}
.why-veri-1{
  padding: 10px;
}
/* footer */
 .abt-text{
    font-size: 12px;
  }
   .foot{
    font-size: 10px;
   }
}

@media (max-width: 480px) {
.new-bttn{
  text-align: center;
}
.new-bttn-1{ 
  display: flex;  
  align-items: center;
  justify-content: center;
}
.crm-content{
  padding: 18px;
 }

.why-immgg {
  width: 28%;
}
.in-v {
  font-size: 12px;
  padding-top: 5px;
}
.nev-row {
  padding: 0px;
}
.in-vv {
  font-size: 12px;
   padding-top: 5px;
}
.iv-p {  
  font-size: 20px;
}
.iv-ppp {  
  font-size: 20px;
}
.headin-verr {
  font-size: 28px;
}
.veri-p {
  font-size: 11px;  
  top: -39px;  
  padding: 10px;
}
.veri-h {
  font-size: 10px;
}
.verify-n{
  padding: 0px;
}
.veri-bg {
  top: -44px;
}
.veri-pp{
padding-top: 14px;
}

/* footer */
.abt-text{
    font-size: 11px;
  }
.trans-bag {
    width: 56%;
  }
  .inform-bag, .about-bag{
    width: 56%;
  }

}