*{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: 50px;
  color: var(--title-color);
  font-weight: 600;
}

.banner-content2 h1 span{
  color: var(--primary-color1);
}

.banner-content2 p {
  font-size: 16px;
  line-height: 27px;
  color: var(--txt-color);
  margin-bottom: 12px;
  /* text-align: justify; */
  width: 95%;
}


.crm-mdul-bx{
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;

}

.crcle-bdr{
  position: relative;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  padding: 38px;
  background: #fff;
  z-index: 1;
}

/* Animated rotating border */
.crcle-bdr::before{
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: conic-gradient( #d7172eab 0deg, #d7172eb8 90deg, #d7172ea6 90deg, transparent 360deg );
  animation: rotateBorder 2.5s linear infinite;
  z-index: -1;
}

/* Optional inner border look */
.crcle-bdr::after{
  content: "";
  position: absolute;
  inset: 3px;
  background: white;
  border-radius: 50%;
  z-index: -1;
}

@keyframes rotateBorder {
  100% {
    transform: rotate(360deg);
  }
}


.circle-crm-txt{
  color: var(--primary-color1);
  font-size: 20px;
  text-align: center;
  width: 145px;
  height: 145px;
  background-color: var(--white);
  padding: 29px 15px;
  border-radius: 50%;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 3px solid #98737845;
  position: relative;
  margin: auto;
}

.crm-mdul-wrp{
  width: 80%;
  margin-left: -54px;
  position: relative;
  z-index: 1;
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(1),
.crm-mdul-wrp .innr-mdul-bx:nth-child(3){
    margin-left: -18px;
}

.crm-mdul-wrp .innr-mdul-bx{
  position: relative;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  gap: 5px 13px;
  cursor: pointer;
  border-radius: 40px;
  margin-bottom: 7px;
  transition: all 0.5s ease;
}


.mdul-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  line-height: 48px;
  position: relative;
  border: 1px solid var(--primary-color1);
}

.innr-mdul-bx .mdul-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--primary-color1); 
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s ease;
  z-index: 0;
}

.innr-mdul-bx:hover .mdul-icon::before {
  transform: scale(1);
}

.mdul-icon img{
  width: 35px;
}

.innr-mdul-bx:hover .mdul-icon img {
  filter: brightness(0) invert(1);
}

.innr-mdul-bx h6{
  text-align: center;
  font-size: 19px;
  line-height: 46px;
  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;
}


.abot-hdng-wrp2 h2 {
  font-size: 25px;
}

.about-exp{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  position: absolute;
  top: 20%;
  right: 8%;
  text-align: center;
  padding-top: 27px;
  z-index: 1;
}

/* rotating dashed inset border */
.about-exp::before{
  content: "";
  position: absolute;
  inset: 6px; /* inset spacing */
  border-radius: 50%;
  border: 2px dashed var(--white);
  animation: rotateDashed 8s linear infinite;
  pointer-events: none;
}

.about-exp h6{
  font-size: 30px;
  margin-bottom: 0px;
}

.about-exp p{
  font-size: 15px;
  line-height: 18px;
}

.about-exp h6,
.about-exp p{
  position: relative;
  z-index: 2;
  color: var(--white);
}

@keyframes rotateDashed {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.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(--white);
}


.innr-count2-wrp{
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  padding: 0px 90px;
}

.innr-count2-wrp .counter-bx2{
  padding: 12px;
    width: 160px;
    height: 160px;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(251, 232, 235);
    border: 6px solid var(--white);
    box-shadow: 0px 0px 0px 2px #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.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: 60px;
  height: 60px;
  line-height: 65px;
  margin: 0px auto 10px;
  transition: 0.3s ease;
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
  padding: 0px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.lndng2-feature-icn i{
  font-size: 27px;
  color: var(--white);
  /*transform: rotate(-50deg);*/
}


.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: 34px;
  line-height: 45px;
}


.mdul-bttm-hdng {
  width: 90%;
}

.featr-icn-title-bx h6 {
  font-size: 14px;
}

.crcle-bdr {
  width: 200px;
  height: 200px;
  padding: 32px;
}

.crm-mdul-wrp {
  width: 100%;
  margin-left: -33px;
}

.circle-crm-txt {
  width: 135px;
  height: 135px;
  padding: 29px 15px;
  line-height: 23px;
}


}

/*-----====large----screen----start====------*/

@media only screen and (max-width:1199px){

  .banner-content2 h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .banner-content2 p {
  font-size: 15px;
  line-height: 27px;
  text-align: left;
}

  .crm-mdul-wrp {
    width: 100%;
  }

  .innr-mdul-bx h6 {
    font-size: 17px;
  }

  .abt-innr-txt2 p {
  font-size: 14px;
}

.about-exp {
  top: 8%;
  right: 6%;
}

  .mdul-bttm-hdng h5 {
    font-size: 17px;
    padding-top: 4px;
  }

  .cptcha-wrp {
    width: 100%;
  }

  .counter-sctn2 {
    padding: 40px 0px;
  }

  .innr-count2-wrp .counter-bx2 {
    padding: 28px 5px;
    gap: 5px 10px;
  }

  .featr-icn-title-bx {
    gap: 5px 10px;
  }

  .counter-bx2-txt h3 {
    font-size: 14px;
  }

  .lndng2_features-sctn {
    padding: 45px 0px 45px;
  }

  .lndng2-feature-crd {
            padding: 18px 14px;
        height: inherit;
        min-height: 188px;
  }
.lndng2-innr-feature-tx p {
    margin-bottom: 0;
}
  .lndng2-innr-feature-tx h6 {
    font-size: 16px;
  }


  
}

/*-----====large----screen----end====------*/


/*-----====tablet--------start====------*/

@media only screen and (max-width:991px){
  .abt-content2 {
    width: 100%;
}
  .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-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: 16px;
    line-height: 22px;
  }


  .abot-hdng-wrp2 h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.innr-count2-wrp .counter-bx2 {
  flex-wrap: wrap;
  text-align: center;
  height: auto;
}

.innr-count2-wrp {
  flex-wrap: wrap;
  padding: 0px 0px;
}


.crm-mdul-bx {
  display: block;
}

.crcle-bdr {
    width: 170px;
    height: 170px;
    padding: 25px;
    margin: auto;
  }

  .crm-mdul-wrp,
  .crm-mdul-wrp .innr-mdul-bx:nth-child(1), 
  .crm-mdul-wrp .innr-mdul-bx:nth-child(3){
    margin: auto !important;
  }


   .circle-crm-txt {
    width: 120px;
    height: 120px;
    padding: 25px 15px;
    line-height: 23px;
  }

    .innr-mdul-bx h6 {
    font-size: 13px;
  }

  .mdul-icon img {
  width: 30px;
}

.mdul-icon {
  width: 45px;
  height: 45px;
  line-height: 40px;
}


}
/*-----====tablet--------end====------*/

/*----====tablet---or--mobile---medium---start====------*/

@media only screen and (max-width: 767px) {
  .crm-mdul-bx {
        display: flex;
    }
      .crcle-bdr {
        margin: auto 0;
    }
    .crm-mdul-wrp {
        padding-left: 25px;
    }
  .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: 130px;
    height: 130px;
    padding: 21px 5px;
  }

  .counter-bx2 h6 {
  font-size: 27px;
}

  .counter-bx2 h3 {
  font-size: 13px;
  padding-top: 2px;
  line-height: 18px;
}

.crm-mdul-bx {
  margin-bottom: 19px;
}

  .crm-mdul-wrp {
    margin-left: -21px;
  }

  .about-exp {
    top: -8%;
    right: -3%;
  }
 
 
}

/*-----====tablet---or--mobile---medium----end=====------*/


/*-----=====mobile-----start=====--------*/



@media only screen and (max-width:575px){
.banner-sctn2 .free-demo-form{
  max-width: 100%;
}
.crm-mdul-bx {
        display: block;
    }
        .crm-mdul-wrp {
        padding-left: 0;
    }
    .crcle-bdr {
        margin: 10px auto;
    }
 .abot-hdng-wrp2 h2 {
    font-size: 24px;
  }

  .abt-innr-txt2 p {
    text-align: left;
  }

.about-exp{
  display: none;
}

.innr-count2-wrp {
    padding: 0px 20px;
    gap: 18px 5px;
}


  .lndng2_features-sctn {
    padding: 35px 0px 35px;
  }


}

/*-----=====mobile-----end=====--------*/