*{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;
  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: 10px;
  /* text-align: justify; */
  width: 95%;
}

.crm-mdul-title2 {
  font-size: 25px;
  margin-bottom: 3px;
  color: var(--title-color);
  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 5px;
  width: 85%;
  margin-top: 15px;
  position: relative;
}

.crm-mdul-wrp .innr-mdul-bx{
  position: relative;
  text-align: center;
  border-radius: 50% 50% 5px 5px;
  padding: 30px 15px;
  background-color: var(--white);
  width: 180px;
  height: 180px;
  margin: auto;
  box-shadow: 2px 2px 0px 1px var(--primary-color1);
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(2){
  border-radius: 5px 5px 50% 50%;
}


.crm-mdul-wrp .innr-mdul-bx:nth-child(2) h6{
  padding-bottom: 5px;
}


.mdul-icon{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  background-color: var(--white);
  text-align: center;
  line-height: 50px;
  margin: auto;
}

.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: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 49px;
}

.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;
}



.main-abt-img-wrp{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 15px 17px;
}


.abt-content2{
  position: relative;
  z-index: 1;
  margin: auto;
}

.abt-innr-txt2 p{
  font-size: 15px;
  line-height: 26px;
  color: var(--txt-color);
  /* text-align: justify; */
  margin-bottom: 15px;
}

/*----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/top-rated-crm-for-study-abroad-consultants/counter-mask.webp);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  background-size: cover;
}

.innr-count2-wrp{
  display: grid;
  width: 100%;
  position: relative;
  margin-top: 45px;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 30px;
}

.innr-count2-wrp .counter-bx2{
  width: 100%;
  padding: 12px 10px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed var(--title-color);
}


.counter-bx2 h6{
  font-size: 38px;
  color: var(--primary-color1);
  margin-bottom: 0px;
  font-weight: 600;
}

.counter-bx2-txt h3{
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--title-color);
}

/*------counter------wrap----end---------*/



/*--------crm-----features----wrap---start------*/
.lndng2_features-sctn{
  background-image: url(../images/top-rated-crm-for-study-abroad-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: 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;
}

.main-crm-feature-img-wrp{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 15px 17px;
}

.lndng2-feature-crd {
  background-color: var(--white);
  padding: 20px;
  border-radius: 20px 0px 20px 0px;
  height: 215px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}

/* Background image */
.lndng2-feature-crd::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/best-study-abroad-consultancy-crm-software/three-studnt.webp");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
}

/* Gradient overlay */
.lndng2-feature-crd::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 23, 46, 0.83);
  transition: bottom 0.9s ease;
  z-index: 1;
}

/* Hover effects */
.lndng2-feature-crd:hover::before {
  opacity: 0.6;
}

.lndng2-feature-crd:hover::after {
  bottom: 0;
}

.lndng2-feature-crd:hover {
  cursor: pointer;
  box-shadow: rgba(119, 120, 133, 0.39) 0px 3px 8px;
}



.lndng2-feature-icn{
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 55px;
  color: var(--white);
  margin: 0px auto 10px;
  transition: 0.3s ease;
  background-color: var(--primary-color1);
  position: relative;
  z-index: 11;
  border: 1px solid var(--primary-color1);
}


.lndng2-feature-crd:hover .lndng2-feature-icn{
  background-color: var(--white);
  color: var(--primary-color1);
}

.lndng2-innr-feature-tx{
  position: relative;
  z-index: 11;
}


.lndng2-innr-feature-tx h6{
  text-align: center;
  font-size: 18px;
  color: var(--title-color);
  margin-bottom: 11px;
  font-weight: 600;
  border-bottom: 1px solid #9a9caab5;
  padding-bottom: 6px;
}


.lndng2-feature-crd:hover .lndng2-innr-feature-tx h6,
.lndng2-feature-crd:hover .lndng2-innr-feature-tx p{
  color: var(--white);
}

.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;
}

/* 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: 25px;
}

.crm-icon img {
  width: 32px;
}

.crm-icon {
  width: 48px;
  height: 48px;
  line-height: 33px;
}


.mdul-icon img {
  width: 37px;
}

.mdul-icon {
  width: 50px;
  height: 50px;
  line-height: 48px;
}

.lndng2_features-sctn {
  padding: 50px 0px 50px;
}


.abot-hdng-wrp2 h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.lndng2-innr-feature-tx{
  width: 80%;
}

.crm-mdul-wrp {
  gap: 10px 15px;
  width: 95%;
}


}

/*-----====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;
  }


  .crm-icon img {
    width: 30px;
  }

  .crm-icon {
  height: 46px;
  line-height: 32px;
}

.crm-mdul-wrp {
  gap: 10px 15px;
    width: 100%;
}

.crm-mdul-wrp .innr-mdul-bx {
  padding: 30px 8px;
  width: 165px;
  height: 170px;
}

  .abot-hdng-wrp2 h2 {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 34px;
  }

.cptcha-wrp {
  width: 100%;
}

 .mdul-icon {
  margin: auto;
 }




.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: 6px;
}

.counter-bx2-txt h6 {
  font-size: 26px;
}

.counter-bx2-txt h3 {
  font-size: 13px;
  line-height: 18px;
}

 .lndng2-innr-feature-tx {
    width: 100%;
  }

.lndng2-innr-feature-tx h6 {
  font-size: 15px;
}

  
}

/*-----====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 10px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    justify-content: flex-start;
  }
    .innr-mdul-bx h6 {
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        width: calc(100% - 45px);
        padding-left: 15px;
    }
    
  .crm-mdul-wrp .innr-mdul-bx:nth-child(2) {
  border-radius: 5px;
}
 .crm-mdul-wrp .innr-mdul-bx:nth-child(2) h6{
  order: 2;
 }
 .crm-mdul-wrp .innr-mdul-bx:nth-child(2) .mdul-icon{
  order: 1;
 }
 .lndng2-feature-crd {
    
    height: inherit;
    
    min-height: 210px;
}
.lndng2-innr-feature-tx p

 {
 margin: 0;   
}
   .crm-mdul-wrp {
    grid-template-columns: repeat(1, 1fr);
  
  }

  .free-demo-form h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }


   .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;
}

.abt-content2 {
  width: 100%;
}

.lndng-2-img-bttm{
  display: none;
}

.innr-count2-wrp {
  margin-top: 15px;
  gap: 10px 15px;
}



.lndng2-innr-feature-tx h6 {
  font-size: 15px;
}

.lndng2-feature-icn {
  width: 55px;
  height: 55px;
  font-size: 23px;
  line-height: 55px;
}

.main-crm-feature-img-wrp{
  display: none;
}


}
/*-----====tablet--------end====------*/

/*----====tablet---or--mobile---medium---start====------*/

@media only screen and (max-width: 767px) {
    .innr-mdul-bx h6 {
   
        text-align: center;
        width: 100%;
        padding-left: 0;
    }
  .banner-content2 h1,
  .banner-content2 p {
    width: 100%;
  }


   .crm-mdul-wrp .innr-mdul-bx {
    display: block;
    width: 100%;
  }

  .mdul-icon {
    margin: auto;
  }


  .about-sctn2 {
    padding: 30px 0px;
  }

   .abot-hdng-wrp2 h2 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 37px;
  }

  .abt-img{
    margin-bottom: 25px;
    text-align: center;
  }

    .crm-mdul-wrp {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 20px;
    }

    .innr-count2-wrp {
      grid-template-columns: repeat(2, 1fr);
    }
 
}

/*-----====tablet---or--mobile---medium----end=====------*/


/*-----=====mobile-----start=====--------*/

@media only screen and (max-width:575px){
  .banner-sctn2 .free-demo-form{
    max-width: 100%;
  }
         .lndng2-feature-crd {
        height: inherit;
        min-height: 180px;
        margin-bottom: 10px;
    }
   .banner-content2 p {
    line-height: 25px;
    text-align: left;
  }

  .crm-mdul-wrp {
    justify-content: left;
    grid-template-columns: repeat(1, 1fr);
  }

   .abot-hdng-wrp2 h2 {
    font-size: 28px;
  }


  .counter-sctn2 {
    padding: 35px 0px;
  }


  .counter-bx2-icn {
    margin: auto;
  }

  .lndng2-feature-crd {
    height: auto;
  }

 .lndng2_features-sctn {
    padding: 30px 0px 40px;
  }

}

/*----------------------------------------------*/

@media screen and (min-width: 320px) and (max-width: 440px) {

  .crm-mdul-title2 {
    font-size: 17px;
  }

    .abot-hdng-wrp2 h2 {
    font-size: 21px;
  }

}

/*-----=====mobile-----end=====--------*/