*{margin: 0px; padding: 0px; box-sizing: border-box;}


body {
  font-family: "inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #484848;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
  letter-spacing: 0.6px;
}

p{
   font-family: "inter", sans-serif;
   letter-spacing: 0.6px;
}

a{
 text-decoration: none;
 letter-spacing: 0.6px;
}


ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}


button {
  background: none;
  border: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}


:root {
  --primary-color1: #d7172e;
  --primary-color2: #0e1728;
  --secondary-color: #373639;
  --drk-color:#2c2f34;
  --white: #fff;
  --txt-color:#55535d;
  --title-color:#36374c;
}

/*-------------------------------*/


/*------banner-------wrap------start------*/

.banner-sctn2{
  position: relative;
  background-image: url(../images/landing-bnnr-bg.webp);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


.innr-brnn-wrp{
  width: 100%;
  padding: 50px 0px;
}

.banner-content2 h1{
  font-size: 37px;
  line-height: 54px;
  color: var(--title-color);
  font-weight: 600;
  width: 77%;
}

.banner-content2 h1 span{
  color: var(--primary-color1);
}

.banner-content2 p {
  font-size: 16px;
  line-height: 27px;
  color: var(--txt-color);
  margin-bottom: 12px;
  /* text-align: justify; */
  width: 95%;
}

.crm-mdul-wrp{
  width: 87%;
  margin-top: 20px;
}

.crm-mdul-wrp .innr-mdul-bx{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px 13px;
  cursor: pointer;
  background-color: var(--primary-color1);
  margin-bottom: 12px;
  border-radius: 40px;
  overflow: hidden;
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(2){
  background-color: var(--white);
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(2) .mdul-title h5{
  color: var(--primary-color1);
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(2) .module-name{
  background-color: var(--primary-color1);
}


.crm-mdul-wrp .innr-mdul-bx:nth-child(2) h6{
  color: var(--white);
}

.mdul-title h5{
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  padding: 0px 16px;
  font-size: 17px;
  color: var(--white);
  width: 165px;
}

.module-name{
  background-color: var(--white);
  border-radius: 40px;
  width: 100%;
  padding: 3px 7px;
}


.innr-mdul-bx h6{
  text-align: center;
  font-size: 17px;
  line-height: 46px;
  color: var(--txt-color);
  margin-bottom: 0rem;
  transition: 0.4s ease;
}


/*------banner-------wrap------end------*/


/*--------title-----wrap----start-------*/
.abot-hdng-wrp2 .smll-title {
  font-size: 15px;
  position: relative;
  background-color: rgba(44, 44, 44, 1);
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--white);
  padding: 4px 23px;
  border-radius: 3px 0px 21px 3px;
}

.abot-hdng-wrp2 h2{
 font-size: 27px;
  margin-bottom: 24px;
  font-weight: 600;
  color: var(--title-color);
}


.abot-hdng-wrp2 h2 span {
  color: var(--primary-color1);
  text-decoration: underline;
}

/*--------title-----wrap----end-------*/

/*----about--------wrap-------start------------*/

.about-sctn2{
  position: relative;
  background-image: url(../images/landing-about-bg.webp);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}


.inr-abt-img-bx{
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.inr-abt-img-bx img{
  width: 97%;
}


.abt-content2{
  position: relative;
  z-index: 1;
  width: 92%;
  margin: auto;
}

.para-lft-bdr {
  border-left: 6px solid var(--primary-color1);
  padding-left: 15px;
}

.abt-innr-txt2 p{
  font-size: 15px;
  line-height: 26px;
  color: var(--txt-color);
  /* text-align: justify; */
  margin-bottom: 15px;
}

.red-bg-abt-txt p{
  background-color: var(--primary-color1);
  padding: 27px 26px;
  border-radius: 10px;
  color: var(--white);
  font-size: 15px;
  line-height: 27px;
  /* text-align: justify; */
}

/*----about--------wrap-------end------------*/


/*-------counter------wrap-----start------*/

.counter-sctn2{
  position: relative;
  padding: 50px 0px;
  background-color: rgb(12, 16, 20);
}

.counter-sctn2:after{
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/next-generation-crm-for-education-consultants/counter-mask.webp);
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  opacity: 0.3;
}

.innr-count2-wrp{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  position: relative;
  gap: 5px 30px;
}

.innr-count2-wrp .counter-bx2{
  padding: 32px 15px;
  width: 100%;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: center;
}

.counter-bx2-icn{
  padding-bottom: 12px;
}

.counter-bx2 h6{
  font-size: 30px;
  color: var(--white);
  margin-bottom: 7px;
  font-weight: 600;
}


.counter-bx2-txt h3{
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 22px;
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--primary-color1);
}


/*------counter------wrap----end---------*/



/*--------crm-----features----wrap---start------*/
.lndng2_features-sctn{
  width: 100%;
  height: 100%;
  position: relative;
  padding: 60px 0px 60px;
  background-image: url(../images/next-generation-crm-for-education-consultants/features-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lndng2_features-sctn:after{
  content: '';
  background-color: var(--primary-color1);
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}


.lndng2-title h2{
  font-size: 25px;
  color: var(--primary-color1);
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}

.lndng2-title h2:after{
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e26f7d;
  width: 215px;
  height: 2px;
  margin: auto;
}

.lndng2-title h2 img{
  width: 28px;
}



.lndng2-feature-crd{
  background-color: var(--white);
  border-radius: 129px;
  height: 365px;
  transition: all 1s ease;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  padding: 25px 20px;
  
}


.lndng2-feature-crd:hover{
  cursor: pointer;
  box-shadow: rgba(119, 120, 133, 0.39) 0px 3px 8px;
}


.lndng2-feature-icn{
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  font-size: 45px;
  line-height: 143px;
  color: var(--white);
  margin: 0px auto 10px;
  transition: 0.3s ease;
  background-color: #0a0e12;

}


.lndng2-innr-feature-tx h6{
  text-align: center;
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 8px;
  font-weight: 600;
}

.lndng2-innr-feature-tx p {
  font-size: 13px;
  color: var(--txt-color);
  letter-spacing: 0.7px;
  line-height: 20px;
  text-align: center;
}


/*----------------------------*/


.lndng2_feature-slider .owl-dots {
  margin-top: 15px !important;
  display: flex;
  justify-content: center;
  gap: 0px;
}

/* Default dot */
.lndng2_feature-slider .owl-dot span {
  background: var(--white) !important;
  border: 1px solid var(--primary-color1);
}

/* Active dot */
.lndng2_feature-slider .owl-dot.active span {
  background: var(--primary-color1) !important;
}




@media only screen and (max-width:1399px){

  .banner-content2 h1 {
    font-size: 35px;
    line-height: 50px;
    width: 85%;
  }

  .crm-mdul-wrp {
    width: 95%;
  }

  .mdul-bttm-hdng {
    width: 90%;
  }

  .innr-mdul-bx h6 {
    font-size: 15px;
  }

  .abot-hdng-wrp2 h2 {
    width: 77%;
  }

  .red-bg-abt-txt p {
    padding: 18px 18px;
    text-align: left;
  }

  .lndng2-feature-crd {
    padding: 25px 17px;
    height: 345px;
  }


  .lndng2-innr-feature-tx h6 {
    font-size: 15px;
  }
  


}


@media only screen and (max-width:1199px){

  .banner-content2 h1 {
    font-size: 30px;
    line-height: 44px;
  }

  .crm-mdul-wrp {
    width: 100%;
  }

  .mdul-title h5 {
    padding: 0px 13px;
    font-size: 16px;
    width: 145px;
  }

.innr-mdul-bx h6 {
    font-size: 13px;
  }

  .mdul-bttm-hdng h5 {
    font-size: 17px;
    padding-top: 4px;
  }

  .cptcha-wrp {
    width: 100%;
  }

  .abt-innr-txt2 p {
    font-size: 15px;
    text-align: left;
  }


  .red-bg-abt-txt p {
    font-size: 14px;
  }

  .counter-sctn2 {
    padding: 40px 0px;
  }

  .innr-count2-wrp .counter-bx2 {
    padding: 7px 5px;
    gap: 5px 10px;
  }

  .counter-bx2-txt h3 {
    font-size: 14px;
  }

  .lndng2_features-sctn {
    padding: 45px 0px 45px;
  }

  .lndng2-feature-crd {
            padding: 18px 25px;
        height: inherit;
        min-height: 300px;
  }

  .lndng2-innr-feature-tx h6 {
    font-size: 16px;
  }

}



@media only screen and (max-width:991px){
  .lndng2-feature-crd{border-radius: 65px;    margin-bottom: 15px;}
  .lndng2-innr-feature-tx p{margin: 0;}
  .banner-content2 h1 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px;
    width: 100%;
  }

  .banner-content2 p {
    font-size: 15px;
  }

   .mdul-bttm-hdng {
    width: 100%;
    clip-path: polygon(0 0, 94% 0%, 100% 100%, 0px 100%);
    height: 62px;
  }

  .innr-brnn-wrp {
    padding: 35px 0px;
  }

  .innr-mdul-bx h6 {
    line-height: 24px;
  }

  .abt-content2 {
    width: 100%;
  }

  .abt-img {
    margin: 0px auto 70px;
  }

  .about-exp {
    bottom: -7%;
    left: 17%;
  }

  .abot-hdng-wrp2 h2 {
  font-size: 26px;
  margin-bottom: 15px;
  width: 95%;
}


.innr-count2-wrp {
  gap: 5px 10px;
}

.innr-count2-wrp .counter-bx2 {
  flex-wrap: wrap;
  text-align: center;
  height: auto;
}


}


@media only screen and (max-width: 767px) {
.lndng2-feature-crd{ min-height: 308px;}
  .banner-content2 h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .module-name {
    padding: 10px 7px;
  }

  .mdul-bttm-hdng {
    width: 100%;
    clip-path: polygon(0 0, 86% 0%, 94% 100%, 0px 100%);
    height: 51px;
    margin-bottom: 20px;
  }

  .innr-count2-wrp {
    grid-template-columns: repeat(2, 1fr);
  }

  .innr-count2-wrp .counter-bx2 {
    text-align: center;
  }

  .about-sctn2 {
    padding: 45px 0px 25px;
  }


 
 
}



@media only screen and (max-width:575px){
.banner-sctn2 .free-demo-form{
  max-width: 100%;
}
    .lndng2-feature-crd {
        min-height: 270px;
    }

  .banner-content2 p {
  font-size: 15px;
}

  .crm-mdul-wrp {
    width: 95%;
  }


.crm-mdul-title2 {
  font-size: 20px;
  margin-bottom: 3px;
  width: 100%;
  font-weight: 600;
}


.mdul-icon {
  width: 43px;
  height: 43px;
  line-height: 42px;
}

.mdul-icon img {
  width: 31px;
}

.innr-mdul-bx h6 {
  text-align: left;
  font-size: 13px;
  line-height: 17px;
}

.mdul-bttm-hdng {
  margin-top: 19px;
  padding: 6px 11px 0px;
}

 .mdul-bttm-hdng h5 {
    font-size: 13px;
    padding-top: 0px;
    width: 90%;
    line-height: 19px;
  }

  .about-sctn2 {
    padding: 35px 0px;
  }

   .abt-img {
    margin: 0px auto 35px;
    height: auto;
    width: 100%;
  }

  .abt-img img {
  width: 300px;
  height: 300px;
}

.abt-img::before,
.abt-img::after {
  display: none;
}

.about-exp{
  display: none;
}

 .abot-hdng-wrp2 h2 {
    font-size: 20px;
    margin-bottom: 21px;
  }

  .abt-innr-txt2 p {
    text-align: left;
  }

   .innr-count2-wrp .counter-bx2 {
    justify-content: center;
    text-align: center;
    height: 170px;
  }

}

@media screen and (min-width: 320px) and (max-width: 440px) {

   .banner-content2 h1 {
    line-height: 31px;
  }

   .crm-mdul-wrp {
    width: 100%;
  }

   .mdul-title h5 {
    padding: 0px 3px;
    width: 130px;
  }

  .module-name {
    padding: 10px 18px;
  }

  .innr-mdul-bx h6 {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

    .innr-count2-wrp {
    grid-template-columns: repeat(1, 1fr);
  }

  .innr-count2-wrp .counter-bx2 {
    height: auto;
  }

.lndng2-feature-crd {
    width: 100%;
    margin: auto;
  }

  
  
}
