*{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: 27px;
  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%;
}

.crm-mdul-wrp .innr-mdul-bx{
  position: relative;
  width: 220px;
  height: 199px;
  background: var(--primary-color1);
  -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9;
  margin-top: 23px;
}

.crm-mdul-wrp .innr-mdul-bx:before{
  content: '';
  width: 200px;
  height: 195px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -5px;
  background-color: var(--white);
  -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  z-index: -1;
  margin: auto;
}



.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: center;
  font-size: 14px;
  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: 28px;
  margin-bottom: 18px;
  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;
  padding: 0px 33px;
}

.innr-about-bx{
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 90%;
  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: rgb(12, 16, 20);
}

.counter-sctn2:after{
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/crm-software-for-study-abroad-agency/counter-mask.webp);
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  opacity: 0.3;
}

.innr-count2-wrp{
  display: flex;
  width: 100%;
  position: relative;
  gap: 5px 20px;
  z-index: 1;
}

.innr-count2-wrp .counter-bx2{
  padding: 22px 15px;
  width: 100%;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #000;
  border: 1px solid #d7172e87;
  border-radius: 8px;
}



.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(--white);
  margin-bottom: 5px;
  font-weight: 600;
}

.counter-bx2-txt h3{
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 22px;
  color: var(--white);
  font-weight: 300;
}

/*------counter------wrap----end---------*/



/*--------crm-----features----wrap---start------*/
.lndng2_features-sctn{
  background-image: url(../images/crm-software-for-study-abroad-agency/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);
  padding: 0px 10px 10px;
  border-radius: 10px;
  transition: all 1s ease;
  margin-bottom: 18px;
  height: 165px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}



.lndng2-feature-icn{
  text-align: center;
  width: 140px;
  height: 50px;
  font-size: 24px;
  line-height: 40px;
  color: var(--white);
  transition: 0.3s ease;
  background-color: var(--primary-color1);
  clip-path: circle(43.2% at 50% 0);
  margin: auto auto 10px;
}



.lndng2-innr-feature-tx h6{
  text-align: center;
  font-size: 17px;
  color: var(--title-color);
  margin-bottom: 8px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

.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: 95%;
}

.crm-mdul-wrp .innr-mdul-bx::before {
  width: 190px;
}

.crm-mdul-wrp .innr-mdul-bx {
  width: 200px;
}

.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 {
  font-size: 13px;
  line-height: 17px;
}

.innr-about-bx {
  width: 100%;
}

  .abot-hdng-wrp2 h2 {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .abt-innr-txt2 p {
    font-size: 13px;
    line-height: 23px;
  }


.lndng2-innr-feature-tx {
    width: 100%;
  }


.lndng2-feature-crd {
          margin-bottom: 20px;
        height: inherit;
        min-height: 168px;
}
.lndng2_feature-slider .owl-dots {
    margin-top: 10px !important;
}

}

/*-----====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: 13px;
  }

  .crm-mdul-title2 {
    font-size: 22px;
  }

  .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: 14px 7px;
}

.counter-bx2-txt h6 {
  font-size: 26px;
}

.counter-bx2-txt h3 {
  font-size: 13px;
  line-height: 18px;
}

.crm-mdul-wrp .innr-mdul-bx::before {
    width: 158px;
    height: 165px;
  }

.crm-mdul-wrp .innr-mdul-bx {
  height: 167px;
}


  
}

/*-----====large----screen----end====------*/


/*-----====tablet--------start====------*/

@media only screen and (max-width:991px){
    .innr-about-bx {
        box-shadow: none;
    }
  .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;
  }

  .crm-mdul-wrp .innr-mdul-bx {
    height: 100px;
  }

    .crm-mdul-wrp .innr-mdul-bx::before {
      width: 100%;
      height: 100px;
    }

  .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%;
  padding: 15px 20px;
}

.lndng-2-img-bttm{
  display: none;
}

.innr-count2-wrp {
  flex-wrap: wrap;
  gap: 5px 10px;
}

 .innr-count2-wrp .counter-bx2 {
    width: 23%;
  }



.lndng2-innr-feature-tx h6 {
  font-size: 15px;
}

.lndng2-feature-icn {
  width: 141px;
  height: 55px;
  font-size: 23px;
  line-height: 43px;
}


}
/*-----====tablet--------end====------*/

/*----====tablet---or--mobile---medium---start====------*/

@media only screen and (max-width: 767px) {

   .banner-content2 h1 {
    width: 90%;
  }

  .crm-mdul-wrp .innr-mdul-bx,
  .crm-mdul-wrp .innr-mdul-bx::before {
    height: 123px;
  }

  .innr-about-bx {
    grid-template-columns: 1fr;
  }


  .about-sctn2 {
    padding: 30px 0px;
  }

 .abt-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

 .innr-count2-wrp {
    gap: 13px 14px;
  }

 .innr-count2-wrp .counter-bx2 {
    width: 48%;
  }

  .lndng2_features-sctn {
    padding: 40px 0px 35px;
  }

    .crm-mdul-wrp {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 20px;
    }
 
}

/*-----====tablet---or--mobile---medium----end=====------*/


/*-----=====mobile-----start=====--------*/

@media only screen and (max-width:575px){
  .banner-sctn2 .free-demo-form{
    max-width: 100%;
    margin-top: 10px;
  }
      .lndng2_feature-slider .owl-dots {
        margin-top: 0px !important;
    }
    .lndng2-title h2 {
    margin-bottom: 30px;
}
.lndng2-feature-crd {
        margin-bottom: 15px;
        min-height: 155px;
    }

   .banner-content2 p {
    line-height: 25px;
    text-align: left;
  }

  .innr-mdul-bx h6 {
    font-size: 14px;
  }


  .counter-sctn2 {
  padding: 35px 0px;
}

 .lndng2_features-sctn {
    padding: 30px 0px 40px;
  }


  .counter-bx2-icn {
    margin: auto;
  }

  
}


/*----------------------------------------*/


@media screen and (min-width: 320px) and (max-width: 440px) {

.crm-mdul-title2 {
    font-size: 17px;
  }

  .crm-mdul-wrp {
    grid-template-columns: repeat(1, 1fr);
  }

   .crm-mdul-wrp .innr-mdul-bx, .crm-mdul-wrp .innr-mdul-bx::before {
    height: 100px;
  }

  .abt-img img {
    height: auto;
  }

  .abot-hdng-wrp2 h2 {
    font-size: 18px;
    line-height: 30px;
  }

   .abt-innr-txt2 p {
    text-align: left;
   }

    .innr-count2-wrp .counter-bx2 {
    width: 100%;
  }

}

/*-----=====mobile-----end=====--------*/