*{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);
}

.banner-content2 p {
  font-size: 16px;
  line-height: 27px;
  color: var(--txt-color);
  margin-bottom: 25px;
  /* text-align: justify; */
}

.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 0px;
  width: 75%;
  margin-top: 15px;
  position: relative;
}

.crm-mdul-wrp .innr-mdul-bx{
  position: relative;
  text-align: center;
  border-radius: 50%;
  padding: 30px 15px;
  background-color: rgba(251, 232, 235, 1);
  width: 180px;
  height: 180px;
  margin: auto;
  border: 5px solid var(--white);
}


.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);
  margin-left: -30px;
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(3){
  margin-left: -65px;
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(2) h6 {
  color: var(--white);
}


.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: 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: 5px 190px 190px 190px;
}


.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: flex;
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  backdrop-filter: blur(20px);
  padding: 10px 0px;
  z-index: 1;
}

.innr-count2-wrp .counter-bx2{
  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:after{
  content: '';
  width: 1px;
  height: 43px;
  background-color: var(--white);
  position: absolute;
  right: 0px;
}

.innr-count2-wrp .counter-bx2:last-child:after{
  display: none;
}


.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/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;
}


.crm-slider{
  margin-left: -48px;
}


.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: 47px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 37px;
  color: var(--white);
  transition: 0.3s ease;
  background-color: var(--primary-color1);
  transform: rotate(44deg);
  border: 4px solid var(--white);
}


.lndng2-feature-icn i{
  transform: rotate(-45deg);
}


.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-wrp {
  width: 85%;
}


.crm-mdul-title2 {
  font-size: 23px;
}

.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;
}

.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%;
}



.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 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){
  .crm-slider {
    margin-left: 0;
}
  .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: 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)::after{
  display: none;
}

 .crm-feature-img img {
  display: none;
 }



}
/*-----====tablet--------end====------*/

/*----====tablet---or--mobile---medium---start====------*/

@media only screen and (max-width: 767px) {


  .about-sctn2 {
    padding: 30px 0px;
  }

  .abt-img{
    margin-bottom: 25px;
    text-align: center;
  }
.crm-mdul-wrp .innr-mdul-bx {
      
        justify-content: flex-start;
    }
    /* .crm-mdul-wrp {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 20px;
    } */

    /* .crm-mdul-wrp .innr-mdul-bx {
      width: 175px;
      height: 175px;
      border-radius: 50%;

    } */

    /* .crm-mdul-wrp .innr-mdul-bx:nth-child(2) {
      margin-left: -20px;
    }

    .crm-mdul-wrp .innr-mdul-bx:nth-child(3) {
      margin-left: -30px;
    } */

     /* .mdul-icon {
      margin-: auto auto 7px;
     } */
 .banner-sctn2 .free-demo-form{
  margin-top: 20px;
  width: 100%;
 }
}

/*-----====tablet---or--mobile---medium----end=====------*/


/*-----=====mobile-----start=====--------*/

@media only screen and (max-width:575px){


   .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: 50%;
    display: block;
    text-align: center;
    height: auto;
    margin-bottom: 13px;
  }

  .counter-bx2-icn {
    margin: auto;
  }

  /* .crm-mdul-wrp .innr-mdul-bx{
    display: block;
    padding-top: 33px;
  } */
.banner-sctn2 .free-demo-form{
  max-width: 100%!important;
}
  .innr-count2-wrp {
    width: 85%;
    margin: auto;
  }

    .counter-bx2-txt h3 br{
      display: none;
    }

    .innr-count2-wrp .counter-bx2::after {
      top: 17px;
    }

    .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 {
    width: 90%;
    display: block;
  }

  .innr-count2-wrp .counter-bx2 {
    width: 100%;
  }

   .innr-count2-wrp .counter-bx2::after {
    display: none;
   }

  .counter-sctn2 {
    padding: 25px 0px;
  }


}

/*-----=====mobile-----end=====--------*/