*{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: 41px;
  line-height: 57px;
  color: var(--title-color);
  font-weight: 600;
}

.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: 12px;
  /* text-align: justify; */
  width: 95%;
}


.circle-crm-txt{
  color: var(--primary-color1);
  font-size: 20px;
  text-align: center;
  width: 90%;
  height: 90px;
  background-color: var(--white);
  padding: 15px 15px;
  border-radius: 55px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  margin: auto;
  box-shadow: 2px 2px 4px 2px #ddd;
}

.crm-mdul-wrp{
  width: 90%;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -30px auto 0px;
}



.crm-mdul-wrp .innr-mdul-bx{
  position: relative;
  padding: 2px 5px;
  display: block;
  cursor: pointer;
  border-radius: 40px;
  margin-bottom: 7px;
  transition: all 0.5s ease;
}


.mdul-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  text-align: center;
  line-height: 68px;
  position: relative;
  border: 5px solid var(--white);
  margin: auto;
  box-shadow: 2px 2px 4px 2px #ddd;
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(2) .mdul-icon{
  background-color:#0d1012;
}

.arrow-bdr{
  width: 2px;
  height: 27px;
  background-color: #97989f;
  margin: 15px auto;
  position: relative;
}

.arrow-bdr:before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #707178;
  position: absolute;
  left: -2px;
  right: 0px;
  top: -5px;
}

.arrow-bdr:after{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #707178;
  position: absolute;
  left: -2px;
  right: 0px;
  bottom: -5px;
}

.mdul-icon img{
  width: 55px;
  filter: brightness(0) invert(1);
}



.innr-mdul-bx h6{
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  color: var(--txt-color);
  margin-bottom: 0rem;
  transition: 0.4s ease;
}

.innr-mdul-bx:hover h6{
  color: var(--primary-color1);
}


/*------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;
}


.about-img-exp-wrp{
  position: relative;
}


.abt-img{
  position: relative;
}

.abt-img img{
  width: 95%;
  border-radius: 20px;
}


.abot-hdng-wrp2 h2 {
  font-size: 25px;
}


.abt-white-bx{
  background-color: var(--white);
  padding: 30px 24px 15px;
  border-radius: 2px 30px 30px 30px;
  box-shadow: 4px 3px 0px 2px var(--primary-color1);
  border: 1px solid var(--primary-color1);
  position: absolute;
  width: 50%;
  right: -2%;
  top: 35%;
}

.abt-txt-countr{
   display: grid;
  grid-template-columns: 0.6fr 2fr;
  gap: 5px 10px;
}

.about-exp{
  width: 115px;
  height: 110px;
  border-radius: 2px 25px 2px 25px;
  background-color: var(--white);
  text-align: center;
  padding-top: 15px;
  box-shadow: -3px -2px 0px 5px #f2d8db;
}



.about-exp h6{
  font-size: 30px;
  margin-bottom: 0px;
  color: var(--primary-color1);
}

.about-exp p{
  font-size: 15px;
  line-height: 18px;
  color: var(--primary-color1);
}





.abt-content2{
  position: relative;
  z-index: 1;
  width: 92%;
  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: repeat-x;
  background-image: url(../images/crm-software-for-coaching-institutes/counter-mask.webp);
  position: absolute;
  top: 0px;
  left: 0px;
}


.innr-count2-wrp{
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  padding: 0px 90px;
}

.innr-count2-wrp .counter-bx2{
  text-align: center;
 
}


/*-----------------------*/

.hex {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 180px;
  background: var(--white);
  box-sizing: border-box;
  -webkit-clip-path: polygon(50% 0%, 100% 27%, 100% 77%, 50% 100%, 0% 75%, 0% 25%);
  -moz-clip-path: polygon(50% 0%, 100% 27%, 100% 77%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
}


.hex:before{
  content: '';
  position: absolute;
  width: 150px;
  height: 170px;
  background: #d7172e;
  box-sizing: border-box;
  -webkit-clip-path: polygon(50% 0%, 100% 27%, 100% 77%, 50% 100%, 0% 75%, 0% 25%);
  -moz-clip-path: polygon(50% 0%, 100% 27%, 100% 77%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
  inset: 5px;
}

.hex-background {
  background-color: var(--white);
  width: 138px;
  height: 155px;
  -webkit-clip-path: polygon(50% 0%, 100% 27%, 100% 77%, 50% 100%, 0% 75%, 0% 25%);
  -moz-clip-path: polygon(50% 0%, 100% 27%, 100% 77%, 50% 100%, 0% 75%, 0% 25%);
  margin: 12px auto;
  padding-top: 39px;
}


.counter-bx2-icn{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  background-color: var(--white);
  position: absolute;
  z-index: 11;
  border: 2px solid var(--primary-color1);
  margin-top: -6px;
  margin-left: 13px;
}



/*---------------------*/

.counter-bx2 h6{
  font-size: 30px;
  color: var(--primary-color1);
  margin-bottom: 0px;
  font-weight: 600;
}

.counter-bx2 h3{
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 20px;
  color: var(--title-color);
  padding-top: 6px;
}

/*------counter------wrap----end---------*/



/*--------crm-----features----wrap---start------*/
.lndng2_features-sctn{
  background-image: url(../images/overseas-education-consultant-crm-for-study-abroad./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: 20px 10px;
  border-radius: 20px 0px 20px 0px;
  height: 215px;
  transition: all 1s ease;
  margin-bottom: 20px;
  position: relative;
  overflow:hidden;
}


.lndng2-feature-crd:hover{
  cursor: pointer;
  box-shadow: rgba(119, 120, 133, 0.39) 0px 3px 8px;
}


.featr-icn-title-bx{
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 13px;
}


.lndng2-feature-icn{
  text-align: center;
  width: 50px;
  height: 54px;
  line-height: 61px;
  margin: 0px auto 10px;
  transition: 0.3s ease;
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  clip-path: polygon(50% 0%, 100% 19%, 100% 80%, 50% 100%, 0 80%, 0 19%);
  position: relative;
}

.lndng2-feature-icn i{
  font-size: 27px;
  color: var(--white);
}


.lndng2-feature-icn::after{
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  border: 1.5px solid var(--primary-color1);
  clip-path: polygon(50% 0%, 100% 19%, 100% 78%, 50% 100%, 0 80%, 0 19%);
  pointer-events: none;
  background-color: #ffffff47;
  left: -6px;
  top: 2px;
  z-index: -1;
}




.featr-icn-title-bx h6{
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 11px;
  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;
}

/* 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: 32px;
  line-height: 45px;
}


.mdul-bttm-hdng {
  width: 90%;
}

.circle-crm-txt {
  margin: 0px;
}

.crm-mdul-wrp {
  margin: -30px 0px 0px;
}

.abt-content2 {
  width: 100%;
}


.abt-white-bx {
  padding: 25px 22px 10px;
  width: 60%;
  right: -2%;
  top: 32%;
}

.abt-txt-countr {
  grid-template-columns: 0.5fr 2fr;
  gap: 5px 3px;
}

.abt-innr-txt2 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 17px;
}

.featr-icn-title-bx h6 {
  font-size: 14px;
}


}

/*-----====large----screen----start====------*/

@media only screen and (max-width:1199px){

  .banner-content2 h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .banner-content2 p {
  font-size: 15px;
  line-height: 27px;
  text-align: left;
}

.circle-crm-txt {
  width: 100%;
}

  .crm-mdul-wrp {
    width: 100%;
  }

  .mdul-bttm-hdng h5 {
    font-size: 17px;
    padding-top: 4px;
  }

  .cptcha-wrp {
    width: 100%;
  }

  .innr-count2-wrp {
    padding: 0px 40px;
  }



  .counter-sctn2 {
    padding: 40px 0px;
  }

  .innr-count2-wrp .counter-bx2 {
    padding: 7px 5px;
    gap: 5px 10px;
  }

  .counter-bx2-txt h3 {
    font-size: 14px;
  }

   .abt-content2 {
    margin-bottom: 11%;
  }

   .abt-white-bx {
    padding: 20px 20px 5px;
    width: 72%;
    right: -2%;
    top: 44%;
  }

  .lndng2_features-sctn {
    padding: 45px 0px 45px;
  }

      .lndng2-feature-crd {
        padding: 18px 14px;
        height: inherit;
        min-height: 168px;
    }
    .lndng2-innr-feature-tx p {
    margin: 0;
}

  .lndng2-innr-feature-tx h6 {
    font-size: 16px;
  }
  
}

/*-----====large----screen----end====------*/


/*==================================================
TABLET RESPONSIVE
===================================================*/

@media only screen and (max-width: 991px){

  .banner-sctn2{
    min-height: auto;
  }

  .innr-brnn-wrp{
    padding: 50px 0px 35px;
  }

  .banner-content2{
    text-align: center;
    margin-bottom: 35px;
  }

  .banner-content2 h1{
            font-size: 28px;
        line-height: 40px;
        margin-bottom: 15px;
  }

  .banner-content2 p{
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
  }

  .crm-mdul-wrp{
    width: 100%;
    gap: 15px;
    margin: -50px 0 0;
  }

  .mdul-icon{
    width: 70px;
    height: 70px;
    line-height: 58px;
  }

  .mdul-icon img{
    width: 42px;
  }

  .innr-mdul-bx h6{
    font-size: 13px;
    line-height: 20px;
  }

  .circle-crm-txt{
    width: 100%;
    margin-bottom: 10px;
  }

  /* ABOUT */

  .about-sctn2{
    padding: 50px 0px;
  }

  .abt-content2{
    width: 100%;
  }

  .abt-img{
    margin-bottom: 30px;
  }

  .abt-img img{
    width: 100%;
  }

  .abot-hdng-wrp2{
    text-align: center;
  }

  .abot-hdng-wrp2 h2{
    font-size: 28px;
    line-height: 38px;
  }

  .abt-white-bx{
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    padding: 25px 20px;
    margin-top: 20px;
  }

  .abt-txt-countr{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-exp{
    margin: auto;
  }

  .abt-innr-txt2 p{
    text-align: center;
  }

  /* COUNTER */

  .counter-sctn2{
    padding: 45px 0px;
  }

  .innr-count2-wrp{
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0;
  }

  .innr-count2-wrp .counter-bx2{
    width: 45%;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .counter-bx2-icn{
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }

  /* FEATURES */

  .lndng2_features-sctn{
    padding: 50px 0px;
  }

  .lndng2-title h2{
    font-size: 28px;
    margin-bottom: 40px;
  }

  .lndng2-feature-crd{
    min-height: 194px;
    padding: 20px 15px;
  }

  .featr-icn-title-bx{
    gap: 10px;
  }

}


/*==================================================
MOBILE RESPONSIVE
===================================================*/

@media only screen and (max-width: 575px){

  body{
    overflow-x: hidden;
  }

  .container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .innr-brnn-wrp{
    padding: 35px 0px;
  }

  .banner-content2{
    text-align: center;
  }

  .banner-content2 h1{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .banner-content2 p{
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    text-align: center;
  }

  .circle-crm-txt{
    width: 100%;
    height: auto;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .crm-mdul-wrp{
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 15px;
    gap: 15px;
  }

  .crm-mdul-wrp .innr-mdul-bx{
    padding: 10px 0px;
  }

  .arrow-bdr{
    height: 20px;
    margin: 10px auto;
  }

  .innr-mdul-bx h6{
    font-size: 14px;
    line-height: 22px;
  }

  .innr-mdul-bx h6 br{
    display: none;
  }

  /* ABOUT */

  .about-sctn2{
    padding: 40px 0px;
  }

  .abot-hdng-wrp2{
    text-align: center;
  }

  .abot-hdng-wrp2 .smll-title{
    font-size: 13px;
  }

  .abot-hdng-wrp2 h2{
    font-size: 24px;
    line-height: 34px;
  }

  .abt-white-bx{
    padding: 22px 16px;
    border-radius: 20px;
  }

  .abt-txt-countr{
    display: block;
  }

  .about-exp{
    width: 100px;
    height: 100px;
    margin: auto auto 20px;
  }

  .about-exp h6{
    font-size: 28px;
  }

  .about-exp p{
    font-size: 13px;
    line-height: 18px;
  }

  .abt-innr-txt2 p{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  /* COUNTER */

  .counter-sctn2{
    padding: 35px 0px;
  }

  .innr-count2-wrp{
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .innr-count2-wrp .counter-bx2{
    width: 100%;
    justify-content: center;
    position: relative;
  }

  .hex{
    width: 140px;
    height: 160px;
  }

  .hex:before{
    width: 130px;
    height: 150px;
  }

  .hex-background{
    width: 118px;
    height: 136px;
    padding-top: 34px;
  }

  .counter-bx2-icn{
    width: 52px;
    height: 52px;
    line-height: 48px;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    margin-left: 0;
  }

  .counter-bx2 h6{
    font-size: 25px;
  }

  .counter-bx2 h3{
    font-size: 13px;
    line-height: 18px;
  }

  /* FEATURES */

  .lndng2_features-sctn{
    padding: 40px 0px;
  }

  .lndng2-title h2{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
  }

  .lndng2-title h2:after{
    width: 180px;
  }

  .lndng2-feature-crd{
    min-height: auto;
    padding: 18px 14px;
    border-radius: 16px;
  }

  .featr-icn-title-bx{
    grid-template-columns: 55px 1fr;
    gap: 12px;
  }

  .featr-icn-title-bx h6{
    font-size: 15px;
    margin-bottom: 0;
  }

  .lndng2-feature-icn{
    width: 45px;
    height: 50px;
    line-height: 55px;
  }

  .lndng2-feature-icn i{
    font-size: 22px;
  }

  .lndng2-innr-feature-tx p{
    font-size: 13px;
    line-height: 22px;
  }

}

/* @media only screen and (max-width:991px){

  .banner-content2 h1 {
    font-size: 23px;
    line-height: 34px;
    padding-bottom: 10px;
  }

  .banner-content2 p {
    font-size: 14px;
    line-height: 27px;
    width: 100%;
  }

  .crm-mdul-wrp {
    width: 100%;
  }

  .mdul-icon {
  width: 70px;
  height: 70px;
  line-height: 58px;
}

.mdul-icon img {
  width: 42px;
}

   .mdul-bttm-hdng {
    width: 100%;
    clip-path: polygon(0 0, 94% 0%, 100% 100%, 0px 100%);
    height: 53px;
  }

  .innr-brnn-wrp {
    padding: 35px 0px;
  }

  .innr-mdul-bx h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .abt-white-bx {
    position: unset;
    width: 100%;
  }

   .abt-img {
    margin: 0px auto 30px;
  }

  .abt-content2 {
    margin-bottom: 0%;
  }

  .innr-count2-wrp {
    padding: 0px 7px;
  }

  .about-exp {
    bottom: -7%;
    left: 17%;
  }

  .abot-hdng-wrp2 h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.innr-count2-wrp .counter-bx2 {
  flex-wrap: wrap;
  text-align: center;
  height: auto;
}

}


@media only screen and (max-width: 767px) {

  .mdul-bttm-hdng {
    width: 100%;
    clip-path: polygon(0 0, 86% 0%, 94% 100%, 0px 100%);
    height: 51px;
    margin-bottom: 20px;
  }

  .innr-count2-wrp {
    flex-wrap: wrap;
  }

  .innr-count2-wrp .counter-bx2 {
    width: 50%;
  }

  .counter-bx2-icn {
    margin-top: -6px;
  margin-left: 57px;
  }

 
 
}


@media only screen and (max-width: 575px) {


  .circle-crm-txt {
    height: 70px;
  }

   .crm-mdul-wrp {
    margin: -30px 0px 0px;
    grid-template-columns: repeat(1, 1fr);
  }

   .innr-mdul-bx h6 br{
    display: none;
   }

   .arrow-bdr {
      height: 23px;
      margin: 11px auto;
    }

    .about-sctn2 {
      padding: 35px 0px;
    }


  .abot-hdng-wrp2 h2 {
      font-size: 23px;
      line-height: 28px;
  }

    .abt-img img {
  width: 100%;
}

  .abt-txt-countr {
    display: block;
  }

  .about-exp {
    margin: auto auto 15px;
  }

 .counter-sctn2 {
    padding: 30px 12px;
  }

  .hex {
    width: 132px;
    height: 155px;
  }

  .hex::before {
    width: 123px;
    height: 145px;
  }

  .hex-background {
    width: 112px;
    height: 130px;
    margin: 13px auto;
    padding-top: 33px;
  }

  .counter-bx2 h6 {
  font-size: 26px;
}

.counter-bx2 h3 {
  font-size: 13px;
  line-height: 20px;
  padding-top: 1px;
}

.counter-bx2-icn {
    margin-top: -7px;
    margin-left: 8px;
  }


}
 */
