*{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: 40px;
  line-height: 54px;
  color: var(--title-color);
  font-weight: 600;
}

.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: 80%;
  margin-top: 20px;
}

.crm-mdul-wrp .innr-mdul-bx{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px 13px;
  cursor: pointer;
  clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
  background-color: var(--white);
  margin-bottom: 12px;
  border: 1px solid #ddd;
}

.mdul-icon{
  width: 55px;
  height: 55px;
  background-color: var(--primary-color1);
  text-align: center;
  line-height: 50px;
  position: relative;
}

.innr-mdul-bx .mdul-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #5e5e5f; 
  transform: scale(0);
  transition: transform 0.4s ease;
  z-index: 0;
}

.innr-mdul-bx:hover .mdul-icon::before {
  transform: scale(1);
}

.mdul-icon img{
  width: 39px;
  filter: brightness(0) invert(1);
}

.innr-mdul-bx h6{
  text-align: center;
  font-size: 17px;
  line-height: 46px;
  color: var(--txt-color);
  margin-bottom: 0rem;
  transition: 0.4s ease;
}

.innr-mdul-bx:hover h6{
  color: var(--primary-color1);
}



.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: 25px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 36px;
  width: 75%;
}


.abot-hdng-wrp2 h2 span {
  color: var(--primary-color1);
  text-decoration: underline;
}


.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;
}


.main-abt-img-wrp{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 15px;
  position: relative;
}

.inr-abt-img-bx{
  position: relative;
  z-index: 1;
  width: 220px;
  height: 220px;
  overflow: hidden;
}

.inr-abt-img-bx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inr-abt-img-bx.img1{
  border-radius: 15px;
}
.inr-abt-img-bx.img2{
  border-radius: 12px 12px 230px;
}
.inr-abt-img-bx.img3{
  border-radius: 50%;
}
.inr-abt-img-bx.img4{
  border-radius: 12px 140px 12px 12px;
}
.abt-shape{
  position: absolute;
  right: -56px;
  top: 55px;
}

.abt-shape img{
  width: 80%;
}



.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;
}



.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/crm-for-overseas-education-immigration-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;
  z-index: 1;
}

.innr-count2-wrp .counter-bx2{
  padding: 32px 15px;
  width: 100%;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px 18px;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  border-radius: 60px;
}


.innr-count2-wrp .counter-bx2:hover{
  background-color: var(--white);
  border-color: var(--primary-color1);
}

.counter-bx2 h6{
  font-size: 30px;
  color: var(--white);
  margin-bottom: 0px;
  font-weight: 600;
}

.innr-count2-wrp .counter-bx2:hover h6{
  color: var(--primary-color1);
}


.counter-bx2-txt h3{
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 22px;
  color: var(--white);
}

.innr-count2-wrp .counter-bx2:hover h3{
  color: var(--title-color);
}


.lndng2_features-sctn{
  background-image: url(../images/crm-for-overseas-education-immigration-consultants/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: 3px;
  margin-bottom: 56px;
}

.lndng2-title h2:after{
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: var(--primary-color1);
  width: 215px;
  height: 2px;
  margin: auto;
}

.lndng2-title h2 img{
  width: 28px;
}


.lndng2-feature-crd{
  background-color: var(--white);
  border-radius: 10px;
  height: 150px;
  transition: all 1s ease;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  grid-template-columns: 0.5fr 2fr;
  gap: 5px 15px;
}


.lndng2-feature-crd:hover{
  cursor: pointer;
  box-shadow: rgba(119, 120, 133, 0.39) 0px 3px 8px;
}


.lndng2-feature-icn{
  text-align: center;
  width: 70px;
  height: 150px;
  border-radius: 10px;
  font-size: 27px;
  line-height: 139px;
  color: var(--white);
  margin: 0px auto 10px;
  transition: 0.3s ease;
  background-color: var(--primary-color1);

}


.lndng2-innr-feature-tx h6{
  text-align: left;
  font-size: 18px;
  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: 22px;
}




.lndng2_feature-slider .owl-dots {
  margin-top: 15px !important;
  display: flex;
  justify-content: center;
  gap: 0px;
}


.lndng2_feature-slider .owl-dot span {
  background: var(--white) !important;
  border: 1px solid var(--primary-color1);
}


.lndng2_feature-slider .owl-dot.active span {
  background: var(--primary-color1) !important;
}

/*==================================================
            RESPONSIVE CSS START
===================================================*/

/*==================== 1399px ====================*/
@media only screen and (max-width:1399px){

.banner-content2 h1{
  font-size: 34px;
  line-height: 48px;
}

.banner-content2 p{
  width: 100%;
}

.crm-mdul-wrp{
  width: 95%;
}

.abot-hdng-wrp2 h2{
  width: 100%;
  font-size: 30px;
  line-height: 42px;
}

.abt-content2{
  width: 100%;
}

.abt-shape{
  right: -90px;
  top: 80px;
}

.abt-shape img{
  width: 65%;
}

.lndng2-feature-crd{
  grid-template-columns: 70px 1fr;
  gap: 10px;
}

}


/*==================== 1199px ====================*/
@media only screen and (max-width:1199px){
.lndng2-innr-feature-tx p {
    margin: 0;
}
.innr-brnn-wrp{
  padding: 40px 0px;
}

.banner-content2 h1{
  font-size: 30px;
  line-height: 42px;
}

.banner-content2 p{
  font-size: 15px;
  line-height: 25px;
}

.crm-mdul-wrp{
  width: 100%;
}

.innr-mdul-bx{
  padding-right: 10px;
}

.innr-mdul-bx h6{
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.about-sctn2{
  padding: 45px 0px;
}

.abot-hdng-wrp2 h2{
  font-size: 27px;
  line-height: 38px;
}

.abt-innr-txt2 p{
  font-size: 14px;
  line-height: 24px;
}

.abt-shape{
  right: -130px;
  top: 120px;
}

.abt-shape img{
  width: 50%;
}

.counter-sctn2{
  padding: 40px 0px;
}

.innr-count2-wrp{
  gap: 20px;
}

.innr-count2-wrp .counter-bx2{
  border-radius: 20px;
  padding: 20px 15px;
  gap: 10px;
}

.counter-bx2 h6{
  font-size: 26px;
}

.counter-bx2-txt h3{
  font-size: 14px;
  line-height: 20px;
}

.lndng2_features-sctn{
  padding: 45px 0px;
}

.lndng2-title h2{
  margin-bottom: 40px;
}

.lndng2-feature-crd{
  height: auto;
  min-height: 120px;
  padding-right: 10px;
}

.lndng2-feature-icn{
          width: 65px;
        height: 100%;
        min-height: 125px;
        line-height: inherit;
        font-size: 24px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
}

.lndng2-innr-feature-tx h6{
  font-size: 16px;
}

}


/*==================== 991px ====================*/
@media only screen and (max-width:991px){
.banner-sctn2 .cptcha-wrp{
  width: 100%;
}
.lndng2-feature-crd {
  min-height: 220px;
}
.banner-sctn2{
  background-position: center;
}

.innr-brnn-wrp{
  padding: 35px 0px;
}

.banner-content2{
  margin-bottom: 35px;
}

.banner-content2 h1{
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
}

.banner-content2 p{
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.crm-mdul-wrp{
  margin-top: 25px;
}

.innr-mdul-bx{
  gap: 10px;
}

.mdul-icon{
  width: 50px;
  height: 50px;
  line-height: 48px;
  flex-shrink: 0;
}

.mdul-icon img{
  width: 28px;
}

.innr-mdul-bx h6{
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.about-sctn2{
  padding: 40px 0px;
}

.main-abt-img-wrp{
  margin-bottom: 35px;
}

.abt-content2{
  padding-top: 0px;
}

.abot-hdng-wrp2 h2{
  font-size: 25px;
  line-height: 35px;
}

.abt-shape{
  right: -70px;
  top: 140px;
}

.abt-shape img{
  width: 45%;
}

.innr-count2-wrp{
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.innr-count2-wrp .counter-bx2{
  flex-direction: column;
  text-align: center;
  border-radius: 18px;
}

.counter-bx2 h6{
  font-size: 28px;
}

.counter-bx2-txt h3{
  font-size: 15px;
}

.lndng2_features-sctn{
  padding: 40px 0px;
}

.lndng2-feature-crd{
  display: block;
  text-align: center;
  padding: 20px 15px;
}

.lndng2-feature-icn{
  width: 70px;
  min-height: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.lndng2-innr-feature-tx h6{
  text-align: center;
}

.lndng2-innr-feature-tx p{
  text-align: center;
}

}


/*==================== 767px ====================*/
@media only screen and (max-width:767px){

.innr-brnn-wrp{
  padding: 30px 0px;
}

.banner-content2{
  text-align: center;
}

.banner-content2 h1{
  font-size: 25px;
  line-height: 36px;
}

.banner-content2 p{
  text-align: center;
}

.crm-mdul-wrp{
  width: 100%;
}

.innr-mdul-bx{
  clip-path: none;
  border-radius: 10px;
  padding: 10px;
}

.mdul-icon{
  border-radius: 8px;
}

.innr-mdul-bx h6{
  font-size: 14px;
}

.about-sctn2{
  padding: 35px 0px;
}

.main-abt-img-wrp{
  gap: 10px;
}

.inr-abt-img-bx img{
  width: 100%;
  border-radius: 10px;
}

.abt-shape{
  display: none;
}

.abot-hdng-wrp2{
  text-align: center;
}

.abot-hdng-wrp2 h2{
  font-size: 23px;
  line-height: 33px;
}

.para-lft-bdr{
  padding-left: 12px;
}

.abt-innr-txt2 p{
  font-size: 14px;
  line-height: 23px;
  text-align: left;
}

.counter-sctn2{
  padding: 35px 0px;
}

.innr-count2-wrp{
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
}

.innr-count2-wrp .counter-bx2{
  padding: 18px 10px;
}

.counter-bx2 h6{
  font-size: 24px;
}

.counter-bx2-txt h3{
  font-size: 14px;
  line-height: 20px;
}

.lndng2-title h2{
  font-size: 22px;
  margin-bottom: 30px;
}

.lndng2-title h2:after{
  width: 180px;
}

.lndng2-feature-crd{
 margin-bottom: 7px;
}

.lndng2-innr-feature-tx h6{
  font-size: 16px;
}

.lndng2-innr-feature-tx p{
  font-size: 13px;
  line-height: 21px;
}

}


/*==================== 575px ====================*/
@media only screen and (max-width:575px){
.banner-sctn2 .free-demo-form{
  max-width: 100%;
}
.lndng2-feature-crd {
        min-height: 190px;
    }
.banner-content2 h1{
  font-size: 22px;
  line-height: 32px;
}

.banner-content2 p{
  font-size: 13px;
  line-height: 22px;
}

.crm-mdul-wrp{
  margin-top: 20px;
}

.innr-mdul-bx{
  align-items: flex-start;
}

.mdul-icon{
  width: 42px;
  height: 42px;
  line-height: 40px;
}

.mdul-icon img{
  width: 24px;
}

.innr-mdul-bx h6{
  font-size: 13px;
  line-height: 18px;
}

.about-sctn2{
  padding: 30px 0px;
}

.main-abt-img-wrp{
  grid-template-columns: repeat(2,1fr);
  gap: 8px;
}

.abot-hdng-wrp2 .smll-title{
  font-size: 13px;
  padding: 4px 14px;
}

.abot-hdng-wrp2 h2{
  font-size: 21px;
  line-height: 30px;
}

.abt-innr-txt2 p{
  font-size: 13px;
  line-height: 22px;
}

.counter-sctn2{
  padding: 30px 0px;
}

.innr-count2-wrp{
  grid-template-columns: 1fr;
}

.innr-count2-wrp .counter-bx2{
  border-radius: 15px;
}

.counter-bx2 h6{
  font-size: 26px;
}

.counter-bx2-txt h3{
  font-size: 14px;
}

.lndng2_features-sctn{
  padding: 35px 0px;
}

.lndng2-title h2{
  font-size: 20px;
}

.lndng2-title h2 img{
  width: 22px;
}

.lndng2-feature-crd{
  padding: 18px 12px;
  border-radius: 12px;
}

.lndng2-feature-icn{
  width: 60px;
  height: 60px;
  min-height: 60px;
  line-height: 60px;
  font-size: 22px;
}

.lndng2-innr-feature-tx h6{
  font-size: 15px;
  margin-bottom: 6px;
}

.lndng2-innr-feature-tx p{
  font-size: 12px;
  line-height: 20px;
}

}


/*==================== 440px ====================*/
@media only screen and (max-width:440px){

.banner-content2 h1{
  font-size: 20px;
  line-height: 29px;
}

.banner-content2 p{
  font-size: 12px;
  line-height: 21px;
}

.innr-mdul-bx{
  padding: 8px;
}

.innr-mdul-bx h6{
  font-size: 12px;
  line-height: 17px;
}

/* .main-abt-img-wrp{
  grid-template-columns: 1fr;
} */
.inr-abt-img-bx {
    position: relative;
    z-index: 1;
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.abot-hdng-wrp2 h2{
  font-size: 19px;
  line-height: 28px;
}

.abt-innr-txt2 p{
  font-size: 12px;
  line-height: 21px;
}

.counter-bx2 h6{
  font-size: 24px;
}

.counter-bx2-txt h3{
  font-size: 13px;
}

.lndng2-title h2{
  font-size: 18px;
}

.lndng2-title h2:after{
  width: 150px;
}

}


/* @media only screen and (max-width:1399px){


.mdul-bttm-hdng {
  width: 90%;
}


.lndng2-innr-feature-tx h6 {
  font-size: 15px;
}





}



@media only screen and (max-width:1199px){

  .banner-content2 h1 {
    font-size: 31px;
    line-height: 40px;
  }

  .crm-mdul-wrp {
    width: 100%;
  }

  .abot-hdng-wrp2 h2 {
  font-size: 28px;
  margin-bottom: 24px;
  line-height: 37px;
  width: 80%;
}

.abt-shape {
  right: -111px;
}

.abt-shape img{
  width: 60%;
}

  .mdul-bttm-hdng h5 {
    font-size: 17px;
    padding-top: 4px;
  }

  .cptcha-wrp {
    width: 100%;
  }

  .counter-sctn2 {
    padding: 40px 0px;
  }



  .innr-count2-wrp .counter-bx2 {
    padding: 7px 5px;
    text-align: center;
    display: block;
  }

  .counter-bx2-txt h3 {
    font-size: 14px;
  }

  .lndng2_features-sctn {
    padding: 45px 0px 45px;
  }

  .lndng2-feature-crd {
    height: 149px;
    gap: 5px 3px;
  }

  .lndng2-innr-feature-tx h6 {
    font-size: 16px;
  }

  .lndng2-feature-icn {
    margin: 0px;
  }


  
}



@media only screen and (max-width:991px){

  .banner-content2 h1 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px;
  }

  .banner-content2 p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 12px;
  width: 100%;
}

   .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 {
  text-align: left;
  font-size: 16px;
  line-height: 21px;
  width: 75%;
}

.abt-shape {
    right: -98px;
    top: 193px;
  }


  .innr-count2-wrp {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 30px;
  }

  .abt-content2 {
    padding-top: 35px;
  }

  .abt-img {
    margin: 0px auto 70px;
  }

  .about-exp {
    bottom: -7%;
    left: 17%;
  }

  .abot-hdng-wrp2 h2 {
  font-size: 26px;
  margin-bottom: 15px;
  width: 100%;
}

.innr-count2-wrp .counter-bx2 {
  flex-wrap: wrap;
    text-align: center;
    height: auto;
    display: flex;
    padding: 15px 10px;
}

.lndng2-feature-crd {
  gap: 5px 13px;
}


}


@media only screen and (max-width: 767px) {

  .banner-content2 p {
    font-size: 14px;
  }

  .mdul-bttm-hdng {
    width: 100%;
    clip-path: polygon(0 0, 86% 0%, 94% 100%, 0px 100%);
    height: 51px;
    margin-bottom: 20px;
  }


   .abt-shape {
    top: 100px;
  }

  .innr-count2-wrp {
    flex-wrap: wrap;
    line-height: 31px;
  }

  .innr-count2-wrp .counter-bx2 {
    display: block;
  }


   .abot-hdng-wrp2 h2 {
    font-size: 24px;
    width: 85%;
  }

  .abt-innr-txt2 p {
    font-size: 14px;
  }

  .about-sctn2 {
    padding: 35px 0px 20px;
  }

    .lndng2-feature-crd {
      display: block;
    height: 200px;
    padding: 5px;
  }

  .lndng2-innr-feature-tx{
    padding:12px 8px;
  }

  .lndng2-feature-icn {
    width: 70px;
    height: 65px;
    font-size: 27px;
    line-height: 60px;
    }

 
 
}



@media only screen and (max-width:575px){



  .banner-content2 p {
  font-size: 15px;
  text-align: left;
}

  .crm-mdul-wrp {
    width: 85%;
  }

    .abt-shape {
    top: 125px;
  }


.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: 24px;
    margin-bottom: 9px;
  }

  .abt-innr-txt2 p {
    text-align: left;
  }

}



@media screen and (min-width: 320px) and (max-width: 440px) {

 .banner-content2 h1 {
    font-size: 24px;
  }

  .crm-mdul-wrp {
    width: 100%;
  }

  .abt-shape {
    right: -180px;
    top: 68px;
  }

  .abt-content2 {
    width: 100%;
  }

  .abot-hdng-wrp2 h2 {
    width: 100%;
    font-size: 21px;
    line-height: 30px;
  }

   .abt-shape img {
      width: 37%;
    }

    .abt-innr-txt2 p {
    font-size: 13px;
  }

    .innr-count2-wrp {
    grid-template-columns: repeat(1, 1fr);
  }



} */

