*{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{
 /* position: absolute;
  top: 0%;
  left: 0%;*/
  width: 100%;
  padding: 50px 0px;
}

.banner-content2 h1{
  font-size: 37px;
  line-height: 54px;
  color: var(--title-color);
  font-weight: 600;
  text-align: left;
}


.banner-content2 h1 span {
  color: var(--primary-color1);
  text-decoration: underline;
}

.banner-content2 p {
  font-size: 16px;
  line-height: 27px;
  color: var(--txt-color);
  margin-bottom: 25px;
  /* text-align: justify; */
}

.crm-mdul-title2 {
  font-size: 22px;
  margin-bottom: 3px;
  color: var(--primary-color1);
  text-align: left;
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.crm-icon{
  width: 50px;
  height: 50px;
  padding: 5px;
  background-color: #5A5A5A;
  display: inline-block;
  line-height: 36px;
  border-radius: 4px;
  margin-right: 10px;
  text-align: center;
}


.crm-icon img{
  width: 36px;
}

.crm-mdul-wrp{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 0px;
  width: 90%;
  margin-top: 15px;
  position: relative;
}

.crm-mdul-wrp .innr-mdul-bx{
  position: relative;
  text-align: center;
  border-radius: 12px;
  padding: 30px 15px;
  background-color: var(--white);
  width: 180px;
  height: 170px;
  margin: auto;
  border: 1px solid var(--primary-color1);
}


.crm-mdul-wrp .innr-mdul-bx:hover,
.crm-mdul-wrp .innr-mdul-bx:nth-child(2){
  background-color: rgb(251, 232, 235);
  
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(2){
  background-color: var(--primary-color1);
}


.crm-mdul-wrp .innr-mdul-bx:nth-child(2) .mdul-icon img{
  filter: brightness(0) invert(1);
}


.crm-mdul-wrp .innr-mdul-bx:nth-child(2) h6 {
  color: var(--white);
}


.mdul-icon img{
  width: 53px;
}


.innr-mdul-bx h6{
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  color: var(--txt-color);
  margin-bottom: 0px;
  padding-top: 8px;
}

/*------banner-------wrap------end------*/


/*--------title-----wrap----start-------*/

.abot-hdng-wrp2 .smll-title{
  font-size: 15px;
  position: relative;
  background-color: var(--primary-color1);
  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: 31px;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 36px;
}

.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;
}

.abt-img-wrap{
  display: flex;
  gap: 5px 10px;
}

.abt-img2{
  margin-top: 30px;
}

.abt-img3{
  margin-top: 15px;
}

.abt-img1{
  text-align: right;
}

.abt-img1 img{
  width: 80%;
}

.abt-content2{
  position: relative;
  z-index: 1;
  margin: auto auto auto 30px;
}

.abt-innr-txt2 p{
  font-size: 15px;
  line-height: 26px;
  color: var(--txt-color);
  /* text-align: justify; */
  margin-bottom: 15px;
}

.abot-hdng-wrp2 h2 {
  width: 80%;
}

.abt-para2{
  background-color: var(--white);
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 6px 7px 0px -2px var(--primary-color1);
}

/*----about--------wrap-------end------------*/


/*-------counter------wrap-----start------*/

.counter-sctn2{
  position: relative;
  padding: 50px 0px;
  background-color: var(--primary-color1);
}

.counter-sctn2::after {
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/overseas-education-consultant-software/counter-mask.webp);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  background-size: cover;
}

.innr-count2-wrp{
  display: flex;
  width: 85%;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  margin: auto;
}

.innr-count2-wrp .counter-bx2{
  width: 185px;
  height: 185px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: center;
  /* display: ; */
  border: 1px dashed var(--white);
  padding: 15px;
    border-radius: 50%;
    /* line-height: 185px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}


.counter-bx2 h6{
  font-size: 38px;
  color: var(--white);
  margin-bottom: 0px;
  font-weight: 600;
}

.counter-bx2-txt h3{
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 22px;
  color: var(--white);
}

/*------counter------wrap----end---------*/


/*--------crm-----features----wrap---start------*/
.lndng2_features-sctn{
  background-image: url(../images/overseas-education-consultant-software/features-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 60px 0px 60px;
}


.lndng2-title h2{
  font-size: 25px;
  color: var(--primary-color1);
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 35px;
}

.lndng2-title h2:after{
  content: '';
  position: absolute;
  left: 35px;
  bottom: 0px;
  background-color: var(--primary-color1);
  width: 170px;
  height: 2px;
}

.lndng2-title h2 img{
  width: 28px;
}



.lndng2-feature-crd{
  padding: 10px 5px;
  display: grid;
  transition: all 1s ease;
  column-gap: 7px;
  margin-bottom: 18px;
  align-items: center;
  height: 90px;
  cursor: pointer;
  grid-template-columns: 0.4fr 2fr ;
}


.lndng2-feature-icn{
  text-align: center;
  width: 47px;
  height: 46px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 44px;
  color: var(--primary-color1);
  transition: 0.3s ease;
  background-color: var(--white);
  transform: rotate(44deg);
  border: 1px solid #61616254;
  position: relative;
}




.lndng2-feature-icn i{
  transform: rotate(-45deg);
}




.lndng2-innr-feature-tx h6{
  font-size: 18px;
  color: var(--title-color);
  margin-bottom: 2px;
  font-weight: 600;
}

.lndng2-innr-feature-tx p {
  font-size: 12px;
  color: var(--txt-color);
  letter-spacing: 0.7px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}


/*----------------------------*/


.lndng2_feature-slider .owl-dots {
  margin-top: 37px !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;
}


/*----crm------features-----wrap-----end-----*/


/*-----========responsive--------start----here=============-------*/

@media only screen and (max-width:1399px){

  .banner-content2 h1 {
    font-size: 33px;
    line-height: 45px;
}


.crm-mdul-title2 {
  font-size: 23px;
}

.crm-icon img {
  width: 32px;
}

.crm-icon {
  width: 48px;
  height: 48px;
  line-height: 33px;
}



.mdul-icon {
  margin: auto;
}

.lndng2_features-sctn {
  padding: 50px 0px 50px;
}



.lndng2-feature-crd {
  column-gap: 17px;
}


}

/*-----====large----screen----start====------*/

@media only screen and (max-width:1199px){

  .banner-content2 h1 {
    font-size: 27px;
    line-height: 40px;
  }

  .banner-content2 p {
    font-size: 15px;
    margin-bottom: 18px;
  }


  .crm-icon img {
    width: 30px;
  }

  .crm-icon {
  height: 46px;
  line-height: 32px;
}

.crm-mdul-wrp {
  width: 100%;
}

.cptcha-wrp {
  width: 100%;
}

.crm-mdul-wrp .innr-mdul-bx {
  padding: 30px 5px;
  width: 165px;
  height: 170px;

}



.innr-mdul-bx h6 {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.lndng-2-img-bttm{
  margin-top: 25%;
}

.innr-count2-wrp .counter-bx2 {
  padding: 47px 5px;
}


.counter-bx2-txt h3 {
  font-size: 13px;
  line-height: 18px;
}

.counter-bx2 h6 {
  font-size: 35px;
}

.lndng2-feature-crd{
  height: auto;
  margin-bottom: 10px;
}

.crm-feature-img img{

  width: 100%;
  height: 450px;
  object-fit: cover;
}


  
}

/*-----====large----screen----end====------*/


/*-----====tablet--------start====------*/

@media only screen and (max-width:991px){

  .innr-brnn-wrp {
    padding: 30px 0px;
  }

   .banner-content2 h1 {
    font-size: 21px;
    line-height: 29px;
    padding-bottom: 9px;
  }

  .banner-content2 p {
   font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 13px;
  }

   .crm-mdul-title2 {
    font-size: 20px;

  }

   .crm-mdul-wrp .innr-mdul-bx {
    display: flex;
    padding: 7px;
    width: 100%;
    height: auto;
    border-radius: 30px;
    align-items: center;
    column-gap: 12px;
  }

   .crm-mdul-wrp {
    grid-template-columns: repeat(1, 1fr);
  }

  .crm-mdul-wrp .innr-mdul-bx:nth-child(3),
  .crm-mdul-wrp .innr-mdul-bx:nth-child(2) {
  margin-left: 0px;
}

  .free-demo-form h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .innr-mdul-bx h6 {
    padding-top: 0px;
  }


   .innr-mdul-bx h6 br{
    display: none;
   }

    .mdul-icon {
    width: 45px;
    height: 45px;
    line-height: 43px;
    margin: 0px;
  }


   .mdul-icon img {
    width: 33px;
  }



.abot-hdng-wrp2 h2 {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 35px;
  width: 100%;
}

.abt-content2 {
  width: 100%;
  margin: 0px;
}

.lndng-2-img-bttm{
  display: none;
}

.innr-count2-wrp {
  width: 100%;
  gap: 5px 15px;
}

.innr-count2-wrp .counter-bx2 {
  width: 180px;
  height: 160px;
  padding: 36px 5px;
}

 
.lndng2-innr-feature-tx h6 {
  font-size: 15px;
}

.lndng2-feature-icn {
  width: 55px;
  height: 55px;
  font-size: 23px;
  line-height: 55px;
}


}
/*-----====tablet--------end====------*/

/*----====tablet---or--mobile---medium---start====------*/

@media only screen and (max-width: 767px) {
.innr-count2-wrp .counter-bx2 {
        width: 180px;
        height: 180px;
        padding: 36px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

  .about-sctn2 {
    padding: 30px 0px;
  }

  .abt-img{
    margin-bottom: 25px;
    text-align: center;
  }

    .crm-mdul-wrp {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 20px;
    }

     .mdul-icon {
      margin: auto auto 7px;
     }

    .crm-mdul-wrp .innr-mdul-bx {
      display: block;
      width: 155px;
      height: auto;
      border-radius: 20px;
    }

    .abt-img3 {
      margin-bottom: 15px;
    }

    .abt-img3 img{
      width: 80%;
    }

    .abot-hdng-wrp2 h2 {
      font-size: 20px;
      margin-bottom: 15px;
      line-height: 27px;
    }

     .innr-count2-wrp {
      width: 80%;
      gap: 20px 15px;
      flex-wrap: wrap;
    }
 
}

/*-----====tablet---or--mobile---medium----end=====------*/


/*-----=====mobile-----start=====--------*/

@media only screen and (max-width:575px){
.banner-sctn2 .free-demo-form{
  max-width: 100%;
}

   .banner-content2 p {
    line-height: 25px;
    text-align: left;
  }

   .lndng2-feature-crd {
    height: auto;
  }


   .crm-mdul-wrp {
    width: 90%;
  }



.counter-sctn2 {
  padding: 35px 0px;
}

 .lndng2_features-sctn {
    padding: 30px 0px 40px;
  }

  
  .innr-count2-wrp .counter-bx2 {
    width: 180px;
        text-align: center;
        height: auto;
        margin-bottom: 13px;
        height: 180px;
        display: flex;
  }

  .counter-bx2-icn {
    margin: auto;
  }

  .crm-mdul-wrp .innr-mdul-bx{
    display: block;
    padding-top: 33px;
  }

      .innr-count2-wrp {
        width: 100%;
        margin: auto;
        align-items: center;
        justify-content: center;
    }

    .counter-bx2-txt h3 br{
      display: none;
    }


    .crm-slider{
      margin-left: auto;
    }

     .crm-mdul-title2 {
      font-size: 17px;
    }

  
}



/*-------------------------------------*/

@media screen and (min-width: 320px) and (max-width: 440px) {

  .header-wrp::before {
    width: 45%;
  }


.crm-mdul-wrp {
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
}

 .crm-mdul-wrp .innr-mdul-bx {
    display: flex;
    padding: 7px;
    padding-top: 7px;
    width: 100%;
    height: auto;
    border-radius: 30px;
    align-items: center;
    column-gap: 12px;
  }


  .crm-mdul-wrp .innr-mdul-bx:nth-child(3), .crm-mdul-wrp .innr-mdul-bx:nth-child(2) {
    margin-left: 0px;
  }

  .mdul-icon {
    margin: 0px;
  }

   .abot-hdng-wrp2 h2 {
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 32px;
  }

  .abt-innr-txt2 p {
    text-align: left;
  }

  .innr-count2-wrp .counter-bx2 {
    width: 115px;
    height: 115px;
    padding: 23px 12px;
  }

  .counter-bx2 h6 {
    font-size: 28px;
  }


  .counter-sctn2 {
    padding: 25px 0px;
  }

   .banner-content2 h1 {
    font-size: 20px;
  }


}

/*-----=====mobile-----end=====--------*/