*{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: 37px;
  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-title2 {
  font-size: 27px;
  margin-bottom: 3px;
  color: var(--primary-color1);
  width: 75%;
  align-items: center;
  display: flex;
  text-decoration: underline;
  font-weight: 700;
}


.crm-mdul-wrp{
  width: 100%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 20px;
}

.mdule-img-bx{
  background-color: var(--white);
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
   border: 5px solid var(--white);
}

.mdule-img-bx img{
  border-radius: 15px;
  transition: 0.4s ease;
}

.mdule-img-bx:hover img{
  transform: scale(1.1);
}

.innr-mdul-bx h6{
  text-align: center;
  font-size: 16px;
  color: var(--title-color);
  padding-top: 10px;
}




/*------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;
}


.main-about-wrp{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  gap: 5px 17px;
}


.abt-img1 img{
  animation: abtImgMive 3s infinite linear;
}

.about-exp{
  width: 135px;
  height: 125px;
  background: linear-gradient(180deg,rgba(197, 221, 241, 1) 30%, rgba(255, 199, 207, 1) 80%);
  text-align: center;
  position: absolute;
  bottom: 12%;
  z-index: 1;
  left: 36%;
  padding-top: 17px;
  border-radius: 2px 25px 2px 25px;
  border-top: 7px solid var(--white);
  border-left: 7px solid var(--white);
  box-shadow: 2px 1px 10px 2px #f7f0f0;
  
}

@keyframes abtImgMive{
  0%{transform: translateX(0);}
  50%{transform: translateX(10px);}
  100%{transform: translateX(0);}
}

.about-exp h6{
  color: var(--primary-color1);
  font-size: 30px;
  font-weight: 600;
}

.para-lft-bdr{
  border-left: 6px solid var(--primary-color1);
  padding-left: 15px;
}

.about-exp p{
  color: var(--primary-color1);
  font-size: 15px;
  line-height: 18px;
}

.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;
}

.abt-innr-txt2 p:nth-child(2){
  background-color: var(--white);
  padding: 14px 15px;
  border-radius: 12px;
}

/*----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/fully-customized-immigration-crm-software/counter-mask.webp);
  position: absolute;
  top: 0px;
  left: 0px;
}

.innr-count2-wrp{
  display: grid;
  width: 100%;
  position: relative;
  gap: 5px 15px;
  grid-template-columns: repeat(4, 1fr);
}

.innr-count2-wrp .counter-bx2{
  padding: 20px 15px;
  width: 70%;
  height: auto;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: var(--white);
  margin: auto;
  border-radius: 0px 25px;
}

.counter-bx2 h3{
  font-size: 15px;
  color: var(--white);
}

.counter-bx2-icn{
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: auto;
}

.counter-bx2-icn img{
  filter: grayscale(100%);
}


.counter-bx2-txt h6{
  font-size: 30px;
  color: var(--primary-color1);
  margin-bottom: 0px;
  font-weight: 600;
}

.counter-bx2-txt h3{
  font-size: 15px;
  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: 20px;
  border-radius: 20px 0px 20px 0px;
  height: 215px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}

/* Background image */
.lndng2-feature-crd::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/fully-customised-crm-software-for-study-abroad-consultants/three-studnt.webp");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
}

/* Gradient overlay */
.lndng2-feature-crd::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 23, 46, 0.83);
  transition: bottom 0.9s ease;
  z-index: 1;
}

/* Hover effects */
.lndng2-feature-crd:hover::before {
  opacity: 0.6;
}

.lndng2-feature-crd:hover::after {
  bottom: 0;
}

.lndng2-feature-crd:hover {
  cursor: pointer;
  box-shadow: rgba(119, 120, 133, 0.39) 0px 3px 8px;
}



.lndng2-feature-icn{
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 55px;
  color: var(--white);
  margin: 0px auto 10px;
  transition: 0.3s ease;
  background-color: var(--primary-color1);
  position: relative;
  z-index: 11;
  border: 1px solid var(--primary-color1);
}


.lndng2-feature-crd:hover .lndng2-feature-icn{
  background-color: var(--white);
  color: var(--primary-color1);
}

.lndng2-innr-feature-tx{
  position: relative;
  z-index: 11;
}


.lndng2-innr-feature-tx h6{
  text-align: center;
  font-size: 18px;
  color: var(--title-color);
  margin-bottom: 11px;
  font-weight: 600;
  border-bottom: 1px solid #9a9caab5;
  padding-bottom: 6px;
}


.lndng2-feature-crd:hover .lndng2-innr-feature-tx h6,
.lndng2-feature-crd:hover .lndng2-innr-feature-tx p{
  color: var(--white);
}

.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){




}



@media only screen and (max-width:1199px){

  .banner-content2 h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .crm-mdul-wrp {
    width: 100%;
    gap: 5px 11px;
  }

  .innr-mdul-bx h6 {
    font-size: 12px;
    padding-top: 7px;
  }


  .abot-hdng-wrp2 h2 {
    font-size: 27px;
  }


  .abt-innr-txt2 p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }


  .cptcha-wrp {
    width: 100%;
  }

  .counter-sctn2 {
    padding: 40px 0px;
  }

  .innr-count2-wrp .counter-bx2 {
    padding: 7px 5px;
    gap: 5px 10px;
    width: 90%;
  }

  .counter-bx2-txt h3 {
    font-size: 14px;
  }

  .lndng2_features-sctn {
    padding: 45px 0px 45px;
  }

  .lndng2-feature-crd {
        padding: 18px 14px;
        height: inherit;
        border: 1px solid #b7b9c3;
        min-height: 200px;
        margin-bottom: 5px;
    }

  .lndng2-innr-feature-tx h6 {
    font-size: 16px;
  }

  
}

/*========================
TABLET RESPONSIVE
========================*/
@media only screen and (max-width:991px){

  .innr-brnn-wrp{
    padding: 40px 0;
  }

  .banner-content2{
    margin-bottom: 35px;
  }

  .banner-content2 h1{
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .banner-content2 p{
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }

  .crm-mdul-title2{
    width: 100%;
    justify-content: center;
    font-size: 22px;
    text-align: center;
  }

  .crm-mdul-wrp{
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    margin-top: 20px;
  }

  .innr-mdul-bx h6{
    font-size: 14px;
    line-height: 20px;
  }

  .mdule-img-bx img{
    width: 100%;
  }

  /* ABOUT */

  .about-sctn2{
    padding: 45px 0;
  }

  .abt-content2{
    width: 100%;
    margin-bottom: 35px;
  }

  .abot-hdng-wrp2 h2{
    font-size: 28px;
    line-height: 38px;
  }

  .abt-innr-txt2 p{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .main-about-wrp{
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-top: 20px;
  }

  .about-exp{
    width: 110px;
    height: 110px;
    left: 34%;
    bottom: 10%;
    padding-top: 15px;
  }

  .about-exp h6{
    font-size: 24px;
  }

  .about-exp p{
    font-size: 13px;
    line-height: 16px;
  }

  /* COUNTER */

  .counter-sctn2{
    padding: 40px 0;
  }

  .innr-count2-wrp{
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }

  .innr-count2-wrp .counter-bx2{
    width: 100%;
    padding: 20px 10px;
  }

  .counter-bx2-txt h6{
    font-size: 26px;
  }

  .counter-bx2-txt h3{
    font-size: 14px;
    line-height: 20px;
  }

  /* FEATURES */

  .lndng2_features-sctn{
    padding: 45px 0;
  }

  .lndng2-title h2{
    font-size: 24px;
    margin-bottom: 40px;
  }

  .lndng2-feature-crd{
    height: inherit;
    min-height: 208px;
  }
    .lndng2-innr-feature-tx p {
    
    margin-bottom: 0;
}
}


/*========================
MOBILE RESPONSIVE
========================*/
@media only screen and (max-width:767px){

  .innr-brnn-wrp{
    padding: 30px 0;
  }

  .banner-content2{
    margin-bottom: 30px;
  }

  .banner-content2 h1{
    font-size: 24px;
    line-height: 34px;
  }

  .banner-content2 p{
    font-size: 14px;
    line-height: 24px;
  }

  .crm-mdul-title2{
    font-size: 20px;
    margin-bottom: 10px;
  }

  .crm-mdul-wrp{
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
  }

  .innr-mdul-bx h6{
    font-size: 13px;
    padding-top: 8px;
  }

  /* ABOUT */

  .about-sctn2{
    padding: 35px 0;
  }

  .abot-hdng-wrp2 .smll-title{
    font-size: 13px;
    padding: 4px 18px;
  }

  .abot-hdng-wrp2 h2{
    font-size: 24px;
    line-height: 34px;
  }

  .para-lft-bdr{
    padding-left: 12px;
    border-left-width: 4px;
  }

  .abt-innr-txt2 p{
    font-size: 14px;
    line-height: 23px;
  }

  .main-about-wrp{
            grid-template-columns: 1.5fr 2fr;
        gap: 15px;
  }

  .abt-img1,
  .abt-img{
    text-align: center;
  }

  .about-exp {
        width: 110px;
        height: 110px;
        bottom: 10px;
        padding-top: 13px;
        left: 29%;
        bottom: 21%;
    }

  .about-exp h6{
    font-size: 22px;
  }

  .about-exp p{
    font-size: 11px;
    line-height: 14px;
  }

  /* COUNTER */

  .counter-sctn2{
    padding: 35px 0;
  }

  .innr-count2-wrp{
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .innr-count2-wrp .counter-bx2{
    width: 100%;
    border-radius: 15px;
  }

  .counter-bx2-icn{
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .counter-bx2-txt h6{
    font-size: 24px;
  }

  /* FEATURES */

  .lndng2_features-sctn{
    padding: 35px 0;
  }

  .lndng2-title h2{
    font-size: 22px;
    margin-bottom: 35px;
  }

  .lndng2-title h2:after{
    width: 170px;
  }

  .lndng2-feature-crd{
    /* min-height: auto; */
    padding: 20px 15px;
  }

  .lndng2-feature-icn{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }

  .lndng2-innr-feature-tx h6{
    font-size: 16px;
  }

  .lndng2-innr-feature-tx p{
    font-size: 13px;
    line-height: 22px;
  }

}


/*========================
SMALL MOBILE
========================*/
@media only screen and (max-width:575px){

  .banner-content2 h1{
    font-size: 21px;
    line-height: 31px;
  }

 .crm-mdul-wrp {
        grid-template-columns: 1fr 1fr 1fr;
    }
.lndng2-feature-crd {
       
        min-height: inherit;
    }
  .crm-mdul-title2{
    font-size: 18px;
  }

  .innr-mdul-bx{
    width: 100%;
  }

  .abot-hdng-wrp2 h2{
    font-size: 21px;
    line-height: 30px;
  }

  .abt-innr-txt2 p{
    font-size: 13px;
    line-height: 22px;
  }

  /* .about-exp{
    display: none;
  } */

  .counter-bx2-txt h6{
    font-size: 22px;
  }

  .counter-bx2-txt h3{
    font-size: 13px;
  }

  .lndng2-title h2{
    font-size: 20px;
  }

  .lndng2-feature-crd{
    border-radius: 15px;
  }

}
@media only screen and (max-width:380px){
  .crm-mdul-wrp {
        grid-template-columns: 1fr;
    }
}
/* @media only screen and (max-width:991px){

  .banner-content2 h1 {
    font-size: 23px;
    line-height: 32px;
    padding-bottom: 10px;
  }


  .banner-content2 p {
    font-size: 14px;
    line-height: 25px;
  }

  .crm-mdul-title2 {
    font-size: 19px;
  }

  
  .innr-brnn-wrp {
    padding: 35px 0px;
  }

  .main-about-wrp {
  display: block;
}

  .main-about-wrp .abt-img1{
    margin-bottom: 20px;
  }

  .main-about-wrp .abt-img{
    display: block;
  }

 
  .about-exp {
   display: none;
  }

  .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 {
  gap: 14px 15px;
  grid-template-columns: repeat(2, 1fr);
}


}


@media only screen and (max-width: 767px) {

  .innr-count2-wrp {
    flex-wrap: wrap;
  }

  .innr-count2-wrp .counter-bx2 {
    width: 95%;
  }

   .crm-mdul-wrp {
    margin-bottom: 15px;
  }

   .main-about-wrp {
    display: grid;
  }

   .about-exp {
    display:block;
  }

 
 
}


@media only screen and (max-width:575px){

   .abot-hdng-wrp2 h2 {
    font-size: 24px;
  }

  .innr-count2-wrp .counter-bx2 {
    height: 160px;
  }

   .lndng2_features-sctn {
    padding: 35px 0px 40px;
  }


  
} */

