*{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: center; */
}


.banner-content2 h1 span {
  color: var(--primary-color1);
}

.banner-content2 p {
  font-size: 16px;
  line-height: 27px;
  color: var(--txt-color);
  margin-bottom: 25px;
  /* text-align: justify; */
}

.crm-mdul-title2 {
  font-size: 27px;
  margin-bottom: 3px;
  color: var(--primary-color1);
  text-align: center;
  display: inline-block;
  width: 100%;
  text-decoration: underline;
}

.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 15px;
  width: 100%;
  margin-top: 30px;
  background-color: var(--white);
  padding: 10px 10px;
  border-radius: 70px;
}

.crm-mdul-wrp .innr-mdul-bx{
  position: relative;
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  align-items: center;
  gap: 5px 10px;
  border-radius: 70px;
  padding: 25px 15px;
}


.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) .mdul-icon {
  background-color: var(--primary-color1);
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(2) .mdul-icon img{
  filter: brightness(0) invert(1);
}




.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;
}

.mdul-icon img{
  width: 53px;
}


.innr-mdul-bx h6{
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  color: var(--txt-color);
  margin-bottom: 0px;
}

/*------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 img{
  border-radius: 15px;
}



.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(--white);
}

.innr-count2-wrp{
  display: flex;
  width: 100%;
  position: relative;
}

.innr-count2-wrp .counter-bx2{
  border-right: 1px solid #d7172ea8;
  padding: 7px 15px;
  width: 100%;
  height: 85px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px 18px;
  justify-content: center;
}

.innr-count2-wrp .counter-bx2:last-child{
  border-right: none;
}


.counter-bx2-icn{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  text-align: center;
  line-height: 52px;
}

.counter-bx2-icn img{
  filter: brightness(0) invert(1);
}


.counter-bx2-txt h6{
  font-size: 30px;
  color: var(--title-color);
  margin-bottom: 0px;
  font-weight: 600;
}

.counter-bx2-txt h3{
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 22px;
  color: var(--title-color);
}

/*------counter------wrap----end---------*/



/*--------crm-----features----wrap---start------*/
.lndng2_features-sctn{
  background-image: url(../images/crm-software-for-study-abroad-consultants/lndng2-feature-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);
  padding: 10px 5px;
  border-radius: 50px;
  display: flex;
  transition: all 1s ease;
  border: 2px solid var(--white);
  column-gap: 7px;
  margin-bottom: 18px;
  align-items: center;
  height: 90px;
}

.lndng2-feature-crd:hover{
  border: 2px solid var(--primary-color1);
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}


.lndng2-feature-icn{
  text-align: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 47px;
  color: var(--primary-color1);
  transition: 0.3s ease;
  background-color: rgba(216, 21, 48, 0.1);
}

.lndng2-feature-crd:hover .lndng2-feature-icn{
  background-color: var(--primary-color1);
  color: var(--white);
}

.lndng2-innr-feature-tx h6{
  text-align: left;
  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: 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;
}

.innr-mdul-bx h6 {
  text-align: left;
  font-size: 13px;
  line-height: 17px;
}

.abot-hdng-wrp2 h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.lndng2-innr-feature-tx{
  width: 80%;
}


}

/* =========================================================
   RESPONSIVE CSS
========================================================= */

/* ---------- 1199px ---------- */

@media only screen and (max-width:1199px){

  .banner-content2 h1{
    font-size: 30px;
    line-height: 42px;
  }

  .banner-content2 p{
    font-size: 15px;
    line-height: 25px;
  }

  .crm-mdul-wrp{
    gap: 10px;
    padding: 12px;
    border-radius: 25px;
  }

  .crm-mdul-wrp .innr-mdul-bx{
    padding: 15px 10px;
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    border-radius: 20px;
  }

  .innr-mdul-bx h6{
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }

  .mdul-icon{
    width: 50px;
    height: 50px;
    line-height: 46px;
  }

  .mdul-icon img{
    width: 34px;
  }

  .abot-hdng-wrp2 h2{
    font-size: 28px;
    line-height: 38px;
  }

  .abt-innr-txt2 p{
    font-size: 14px;
    line-height: 24px;
  }

  .innr-count2-wrp .counter-bx2{
    padding: 10px;
    gap: 10px;
  }

  .counter-bx2-txt h6{
    font-size: 25px;
  }

  .counter-bx2-txt h3{
    font-size: 14px;
    line-height: 20px;
  }

  .lndng2-feature-crd{
    height: auto;
    min-height: 95px;
    border-radius: 25px;
    padding: 12px;
  }

  .lndng2-innr-feature-tx h6{
    font-size: 16px;
  }

}


/* ---------- 991px (Tablet) ---------- */

@media only screen and (max-width:991px){
  .banner-sctn2 .cptcha-wrp {
        width: 100%;
    }
  .innr-brnn-wrp{
    padding: 35px 0;
  }

  .banner-content2{
    text-align: center;
    margin-bottom: 30px;
  }

  .banner-content2 h1{
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 12px;
  }

  .banner-content2 p{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 18px;
  }

  .crm-mdul-title2{
    font-size: 22px;
  }

  .crm-mdul-wrp{
    grid-template-columns: repeat(3,1fr);
    border-radius: 18px;
    margin-top: 20px;
  }

  .crm-mdul-wrp .innr-mdul-bx{
    padding: 12px 8px;
  }

  .innr-mdul-bx h6 br{
    display: none;
  }

  .about-sctn2{
    padding: 40px 0;
  }

  .abt-content2{
    margin-bottom: 25px;
  }

  .abt-img{
    text-align: center;
    margin-bottom: 25px;
  }

  .abot-hdng-wrp2 h2{
    font-size: 25px;
    line-height: 34px;
  }

  .innr-count2-wrp{
    flex-wrap: wrap;
            background: #f7e9eb;
        padding: 0;
  }
.counter-sctn2 {
   
    padding-bottom: 0;
}
  .innr-count2-wrp .counter-bx2{
    width: 50%;
    border-bottom: 1px solid #d7172ea8;
  }

  .innr-count2-wrp .counter-bx2:nth-child(2),
  .innr-count2-wrp .counter-bx2:nth-child(4){
    border-right: none;
  }

  .innr-count2-wrp .counter-bx2:nth-child(3),
  .innr-count2-wrp .counter-bx2:nth-child(4){
    border-bottom: none;
  }

  .lndng2_features-sctn{
    padding: 45px 0;
  }

  .lndng2-title h2{
    font-size: 24px;
    margin-bottom: 35px;
  }

  .lndng2-feature-crd{
    border-radius: 20px;
  }

}


/* ---------- 767px ---------- */

@media only screen and (max-width:767px){
  .counter-sctn2 {
    padding: 35px 0 0 0;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0!important;
}
.innr-count2-wrp .counter-bx2:nth-child(3){
          border-bottom: 1px solid #d7172ea8;
}
  .banner-content2 h1{
    font-size: 24px;
    line-height: 34px;
  }

  .crm-mdul-wrp{
    grid-template-columns: repeat(1,1fr);
    padding: 15px;
  }

  .crm-mdul-wrp .innr-mdul-bx{
    grid-template-columns: 60px 1fr;
    text-align: left;
    justify-items: start;
    align-items: center;
    padding: 12px;
  }

  .innr-mdul-bx h6{
    text-align: left;
    margin-top: 0;
    font-size: 14px;
  }

  .mdul-icon{
    width: 52px;
    height: 52px;
    line-height: 48px;
  }

  .mdul-icon img{
    width: 36px;
  }

  .abot-hdng-wrp2 .smll-title{
    font-size: 13px;
    padding: 4px 16px;
  }

  .abot-hdng-wrp2 h2{
    font-size: 22px;
    line-height: 32px;
  }

  .abt-innr-txt2 p{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .counter-sctn2{
    padding: 35px 0;
  }

  .innr-count2-wrp .counter-bx2{
    width: 100%;
    border-right: none;
    justify-content: flex-start;
    padding: 15px;
    height: auto;
  }

  .counter-bx2-txt h6{
    font-size: 24px;
  }

  .counter-bx2-txt h3{
    font-size: 14px;
  }

  .lndng2-title h2{
    font-size: 22px;
  }

  .lndng2-title h2:after{
    width: 180px;
  }

  .lndng2-feature-crd{
    display: flex;
    align-items: flex-start;
    padding: 14px;
    min-height: auto;
  }

  .lndng2-feature-icn{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    flex-shrink: 0;
  }

  .lndng2-innr-feature-tx h6{
    font-size: 15px;
  }

  .lndng2-innr-feature-tx p{
    font-size: 12px;
    line-height: 20px;
  }

}


/* ---------- 575px (Mobile) ---------- */

@media only screen and (max-width:575px){
      .lndng2-innr-feature-tx {
        width: 100%;
    }
  .innr-brnn-wrp{
    padding: 25px 0;
  }

  .banner-content2 h1{
    font-size: 21px;
    line-height: 30px;
  }

  .banner-content2 p{
    font-size: 13px;
    line-height: 23px;
  }

  .crm-mdul-title2{
    font-size: 18px;
  }

  .crm-mdul-wrp{
    gap: 12px;
    border-radius: 15px;
  }

  .crm-mdul-wrp .innr-mdul-bx{
    grid-template-columns: 50px 1fr;
    gap: 10px;
    border-radius: 15px;
  }

  .mdul-icon{
    width: 45px;
    height: 45px;
    line-height: 41px;
  }

  .mdul-icon img{
    width: 30px;
  }

  .innr-mdul-bx h6{
    font-size: 13px;
    line-height: 19px;
  }

  .about-sctn2{
    padding: 30px 0;
  }

  .abot-hdng-wrp2 h2{
    font-size: 20px;
    line-height: 28px;
  }

  .abt-innr-txt2 p{
    font-size: 13px;
    line-height: 22px;
  }

  .counter-sctn2{
    padding: 30px 0;
  }

  .innr-count2-wrp .counter-bx2{
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .counter-bx2-icn{
    margin-bottom: 10px;
  }

  .counter-bx2-txt h6{
    font-size: 22px;
  }

  .counter-bx2-txt h3{
    font-size: 13px;
    line-height: 18px;
  }

  .lndng2_features-sctn{
    padding: 35px 0;
  }

  .lndng2-title h2{
    font-size: 20px;
    margin-bottom: 28px;
  }

  .lndng2-title h2 img{
    width: 22px;
  }

  .lndng2-feature-crd{
    flex-direction: column;
    text-align: center;
    border-radius: 18px;
    row-gap: 12px;
  }

  .lndng2-feature-icn{
    margin: auto;
  }

  .lndng2-innr-feature-tx h6{
    text-align: center;
  }

  .lndng2-innr-feature-tx p{
    text-align: center;
  }

}

/* 

@media only screen and (max-width:1199px){

  .banner-content2 h1 {
    font-size: 27px;
    line-height: 40px;
  }

  .banner-content2 p {
    font-size: 15px;
  }

  .crm-mdul-wrp .innr-mdul-bx {
  display: block;
  border-radius: 25px;
  padding: 15px;
  margin: auto;
  width: 100%;
}

  .crm-icon img {
    width: 30px;
  }

  .crm-icon {
  height: 46px;
  line-height: 32px;
}

.crm-mdul-wrp {
  border-radius: 25px;
}

.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;
}


  
}



@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: block;
    padding: 7px;
  }

   .crm-mdul-wrp {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 18px;
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
    border-radius: 15px;
  }

  .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;
  }


   .mdul-icon img {
    width: 33px;
  }



.abot-hdng-wrp2 h2 {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 35px;
}

.abt-content2 {
  width: 100%;
}

.lndng-2-img-bttm{
  display: none;
}

.innr-count2-wrp {
  flex-wrap: wrap;
}

 .innr-count2-wrp .counter-bx2 {
    width: 50%;
  }



.lndng2-innr-feature-tx h6 {
  font-size: 15px;
}

.lndng2-feature-icn {
  width: 55px;
  height: 55px;
  font-size: 23px;
  line-height: 55px;
}

.innr-count2-wrp .counter-bx2:nth-child(2) {
  border-right: none;
}



}


@media only screen and (max-width: 767px) {


  .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;
    }
 
}



@media only screen and (max-width:575px){


  .crm-mdul-wrp {
    justify-content: left;
  }

   .banner-content2 p {
    line-height: 25px;
    text-align: left;
  }

   .lndng2-feature-crd {
    height: auto;
  }

.crm-mdul-wrp {
    grid-template-columns: repeat(1, 1fr);
  }

  .counter-sctn2 {
  padding: 35px 0px;
}

 .lndng2_features-sctn {
    padding: 30px 0px 40px;
  }

  
  .innr-count2-wrp .counter-bx2 {
    width: 50%;
    display: block;
    text-align: center;
    height: auto;
    margin-bottom: 13px;
  }

  .counter-bx2-icn {
    margin: auto;
  }

  
} */

