*{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: 40px;
  line-height: 54px;
  color: var(--title-color);
  font-weight: 600;
}

.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);
  background: linear-gradient(90deg,rgb(254, 253, 255) 0%, rgba(241, 241, 249, 0.03) 100%);
  padding: 10px 10px 10px;
  border-left: 3px solid var(--primary-color1);
  width: 75%;
  align-items: center;
  display: flex;
}

.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: flex;
  column-gap: 10px;
  width: 85%;
  margin-top: 70px;
}

.crm-mdul-wrp .innr-mdul-bx{
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--primary-color1);
  background-color: var(--white);
  width: 33%;
  height: 80px;
  padding: 5px 5px;
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(2){
  background-color: var(--primary-color1);
}

.crm-mdul-wrp .innr-mdul-bx:nth-child(2) h6{
  color: var(--white);
}

.mdul-icon{
  position: absolute;
  top: -43px;
  left: 0px;
  right: 0px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  background-color: var(--white);
  margin: auto;
  text-align: center;
  line-height: 63px;
}

.mdul-icon img{
  width: 53px;
}


.innr-mdul-bx h6{
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  padding-top: 18px;
  color: var(--txt-color);
}

/*------banner-------wrap------end------*/


/*--------title-----wrap----start-------*/

.abot-hdng-wrp2 span{
  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;
}



/*--------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{
  width: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  animation: abtImgMive 3s infinite linear;
}

@keyframes abtImgMive{
  0%{transform: translateX(0);}
  50%{transform: translateX(10px);}
  100%{transform: translateX(0);}
}

.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);
  background-image: url(../images/crm-software-for-study-abroad-consultants/lndng2-counter-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}

.innr-count2-wrp{
  display: flex;
  width: 100%;
  position: relative;
}

.innr-count2-wrp .counter-bx2{
  border: 1px solid #d7172ea8;
  padding: 7px 15px;
  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{
  position: absolute;
    content: '';
    width: 34px;
    height: 64px;
    background: #d7172e00;
    right: -1px;
    bottom: 0px;
    z-index: -1;
    border-radius: 0 0 10px 10px;
    border: 1px solid #d7172ea8;
    border-bottom: none;
    border-left: none;
    border-top: none;
}
.innr-count2-wrp .counter-bx2::before{
      position: absolute;
    content: '';
    width: 34px;
    height: 64px;
    background: transparent;
    right: -34px;
    top: 0px;
    z-index: -1;
    border-radius: 10px 0 0 0;
    border: 1px solid #d7172ea8;
    border-bottom: none;
    border-right: none;
    border-top: none;
}
.innr-count2-wrp .counter-bx2:nth-child(1){
   border-left: none;
   border-right: none;
   border-top: none;
   border-right: none;
   border-radius: 0px 0px 10px 0px;
   
}

.innr-count2-wrp .counter-bx2:nth-child(2){
  border-bottom: none;
    border-radius: 10px 10px 0 0;
    border-left: none;
    border-right: none;
}
.innr-count2-wrp .counter-bx2:nth-child(2)::after{
  border-radius: 0 0 0 10px;
    right: -34px;
    border-left: 1px solid #d7172ea8;
    border-right: none;
}
.innr-count2-wrp .counter-bx2:nth-child(2)::before{
  border-radius: 0 10px 0 0;
    border-right: 1px solid #d7172ea8;
    border-left: none;
        right: -1px;
}
.innr-count2-wrp .counter-bx2:nth-child(3){
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px 0px 10px 10px;
}

.innr-count2-wrp .counter-bx2:nth-child(4){
  border-bottom: none;
  border-right: none;
  border-radius: 10px 0px 0px 0px;
  border-left: none;
}
.innr-count2-wrp .counter-bx2:nth-child(4)::after, .innr-count2-wrp .counter-bx2:nth-child(4)::before{
  display: none;
}
.counter-bx2-icn{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  text-align: center;
  line-height: 52px;
}


.counter-bx2-txt h6{
  font-size: 30px;
  color: var(--primary-color1);
  margin-bottom: 0px;
  font-weight: 600;
}

.counter-bx2-txt h3{
  font-size: 16px;
  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 20px;
  border-radius: 20px 0px 20px 0px;
  height: 215px;
  transition: all 1s ease;
  border: 2px solid var(--white);
}

.lndng2-feature-crd:hover{
  border: 2px solid var(--primary-color1);
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}


.lndng2-feature-icn{
  text-align: center;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  font-size: 27px;
  line-height: 61px;
  color: var(--primary-color1);
  margin: 0px auto 10px;
  transition: 0.3s ease;
  background-color: var(--white);
}

.lndng2-feature-crd:hover .lndng2-feature-icn{
  background-color: var(--primary-color1);
  color: var(--white);
}

.lndng2-innr-feature-tx h6{
  text-align: center;
  font-size: 18px;
  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: 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: 35px;
  line-height: 53px;
}


.crm-mdul-title2 {
  font-size: 25px;
}

.crm-icon img {
  width: 32px;
}

.crm-icon {
  width: 48px;
  height: 48px;
  line-height: 33px;
}

.crm-mdul-wrp {
  width: 92%;
}

.mdul-icon img {
  width: 48px;
}

.mdul-icon {
  width: 63px;
  height: 63px;
  line-height: 62px;
}

.lndng2_features-sctn {
  padding: 50px 0px 50px;
}


}

/*-----====large----screen----start====------*/

@media only screen and (max-width:1199px){

  .banner-content2 h1 {
    font-size: 29px;
    line-height: 48px;
  }

  .banner-content2 p {
    font-size: 15px;
  }

  .crm-icon img {
    width: 30px;
  }

  .crm-icon {
  height: 46px;
  line-height: 32px;
}

.crm-mdul-wrp {
  width: 97%;
}

.innr-mdul-bx h6 {
  font-size: 13px;
  line-height: 20px;
}

.lndng-2-img-bttm{
  margin-top: 25%;
}

.innr-count2-wrp .counter-bx2 {
  padding: 6px;
}

.counter-bx2-txt h6 {
  font-size: 26px;
}

.counter-bx2-txt h3 {
  font-size: 13px;
  line-height: 18px;
}

.lndng2-feature-crd {
  padding: 18px 14px;
  height: 261px;
  }
.lndng2-feature-crd {
    height: inherit;
        border: 2px solid #fff3f4;
        min-height: 190px;
}
  .lndng2-innr-feature-tx p{
    margin: 0;
  }
  .lndng2_feature-slider .owl-dots {
    margin-top: 20px !important;
}
}

/*-----====large----screen----end====------*/


/*-----====tablet--------start====------*/

@media only screen and (max-width:991px){
    .counter-sctn2{padding-bottom: 0;}
    .lndng2-feature-crd {min-height: 200px;}
  .banner-sctn2 .cptcha-wrp{width: 100%;}
  .innr-brnn-wrp {
    padding: 30px 0px;
  }

   .banner-content2 h1 {
    font-size: 26px;
    line-height: 37px;
    padding-bottom: 10px;
  }

  .banner-content2 p {
    font-size: 15px;
    line-height: 24px;
  }

   .crm-mdul-title2 {
    font-size: 22px;
    width: 95%;
  }

   .crm-mdul-wrp {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: flex-start;
  }

  .crm-mdul-wrp .innr-mdul-bx {
    width: 100%;
    height: auto;
    margin: 0px 0px 15px 34px;
  }

   .innr-mdul-bx h6 {
    padding-top: 7px;
        text-align: left;
        padding-left: 25px;
   }

   .innr-mdul-bx h6 br{
    display: none;
   }


   .mdul-icon img {
    width: 40px;
  }

  .mdul-icon {
  position: absolute;
  top: -5px;
  left: -35px;
  right: unset;
  width: 53px;
  height: 53px;
  line-height: 50px;
}

.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;
        background: #fdf3f5;
        padding: 0;
}

 .innr-count2-wrp .counter-bx2 {
    width: 50%;
  }


.innr-count2-wrp .counter-bx2:nth-child(1) {
  border-left: none;
  border-bottom:  1px solid #d7172e38;
  border-top: none;
  border-right: none;
  border-radius:0;
}


.innr-count2-wrp .counter-bx2:nth-child(2) {
  border-radius: 0;
  border-right: none;
  border-bottom:  1px solid #d7172e38;
  border-top: none;
}
.innr-count2-wrp .counter-bx2:nth-child(2)::after, .innr-count2-wrp .counter-bx2:nth-child(2)::before{
  display: none;
}
.innr-count2-wrp .counter-bx2::before{display: none;}
.innr-count2-wrp .counter-bx2::after {
    width: 1px;
    height: 85px;
    border-radius: 0;
            border-right: 1px solid #d7172e38;
}
.innr-count2-wrp .counter-bx2:nth-child(3) {
  border-radius: 0;
  border: none;
}

.innr-count2-wrp .counter-bx2:nth-child(4) {
  border-radius: 0;
  border: none;
}

.lndng2-innr-feature-tx h6 {
  font-size: 15px;
}

.lndng2-feature-icn {
  width: 55px;
  height: 55px;
  font-size: 23px;
  line-height: 55px;
}



}
/*-----====tablet--------end====------*/

/*----====tablet---or--mobile---medium---start====------*/

@media only screen and (max-width: 767px) {
  .counter-sctn2 {padding: 30px 0 0 0;}
  .lndng2_features-sctn {padding: 30px 0 30px;}
  .lndng2-feature-crd {min-height: 223px;}
  .banner-sctn2 .free-demo-form{margin-top: 20px;}
  .lndng2-title h2 {margin-bottom: 25px;}
  .crm-mdul-wrp .innr-mdul-bx {
    width: 100%;
  }

  .about-sctn2 {
    padding: 30px 0px;
  }

  .abt-img{
    margin-bottom: 25px;
    text-align: center;
  }

  .abt-img img {
    width: 55%;
  }
 
}

/*-----====tablet---or--mobile---medium----end=====------*/


/*-----=====mobile-----start=====--------*/

@media only screen and (max-width:575px){


  .crm-mdul-wrp {
    justify-content: left;
    margin-top: 22px;
  }

   .banner-content2 p {
    line-height: 25px;
    text-align: left;
  }

   .lndng2-feature-crd {
    height: auto;
  }


   .crm-mdul-wrp .innr-mdul-bx {
    width: 94%;
        margin: auto 0px 15px auto !important;
  }
    .innr-mdul-bx h6 {
        padding-left: 20px;
    }

.counter-sctn2 {
  padding: 0;
}
 

  .innr-count2-wrp .counter-bx2 {
    width: calc(100% - 30px);
        justify-content: left;
        gap: 2px 12px;
        border-bottom: 1px solid #d7172e38 !important;
        border: none;
        border-radius: 0px !important;
        margin: auto;
  }

  .cptcha-wrp {
    width: 100%;
  }

       .mdul-icon {
        top: -2px;
        left: calc(-6% - 4px);
        width: 49px;
        height: 49px;
        line-height: 46px;
    }

    .mdul-icon img {
    width: 33px;
  }

   .lndng2_features-sctn {
    padding: 35px 0px 40px;
  }

 .banner-content2 h1 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 5px;
    } 
    .abot-hdng-wrp2 h2 {
        font-size: 22px;
        margin-bottom: 5px;
        line-height: 30px;
    } 
        .banner-sctn2 .free-demo-form {
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
    }
      .crm-mdul-title2 {
        font-size: 18px;
        width: 95%;
    }
    .innr-count2-wrp .counter-bx2::after{display: none;}
        .innr-count2-wrp .counter-bx2::after {
        display: none;
    }
    .innr-count2-wrp .counter-bx2:nth-child(4){border: none!important;}
}
@media only screen and (max-width:450px){
  .innr-mdul-bx h6 {
        padding-left: 30px;
    }
}
/*-----=====mobile-----end=====--------*/