*{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;
  --lgt-txt-color: rgb(220, 232, 255);
  --heading-color: #23272e;
}

.section-padding {
  padding: 50px 0;
}
.section-padding-service {
  padding: 30px 0;
}


.para-01 {
  text-align: justify;
  margin: 0;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.txt-prmry-clr {
  color: var(--primary-color1);
}
.txt-scndry-clr {
  color: var(--primary-color2);
}
.secondry-color {
  color: var(--primary-color2) !important;
}

/*-------------------------------*/

.sectn-hdg {
  color: var(--primary-color1);
  /* font-family: "Frank Ruhl Libre", serif; */
  margin: 0;
  font-weight: 700;
  position: relative;
  font-size: 26px;
}
.sectn-hdg::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 5px;
  background: url(../images/crm-software-for-study-abroad-consultants/icons/shape-01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 12px;
  margin-left: -80px;
}
.sectn-hdg::after {
  position: absolute;
  content: "";
  width: 58px;
  height: 5px;
  background: url(../images/crm-software-for-study-abroad-consultants/icons/shape-02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 12px;
  margin-left: 22px;
}


/*------banner-------wrap------start------*/
section.banner {
    padding: 115px 0 50px 0;
    position: relative;
        z-index: 999;
    background: linear-gradient(180deg, #ffe6e6 0%, #f5faff 100%);
}

 .perspective-grid {
    position: absolute;
    top: -49px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
}
.cnslt-bnr{
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #ffe6e6 0%, #f5faff 100%);
  padding: 50px 0;
}
.banner-content {
    padding-right: 60px;
}
.banner-content .hdg-h1{
         font-size: 51px;
    line-height: 136%;
    font-weight: 500;
    margin: 0;
}
.banner-content .hdg-h1 span{
      color: var(--primary-color1);
   
    font-style: italic;
    display: inline;
    line-height: 0;
}
.crm-service {
       margin-top: 22px;
    border-top: 1px solid #c3c3c3;
    padding-top: 20px;
}
.crm-service .hdg-h4{
  font-size: 21px;
    width: fit-content;
    position: relative;
    z-index: 1;
    font-weight: 600;
    padding: 0 4px;
}
.crm-service .hdg-h4::after{
  position: absolute;
    width: 100%;
    height: 10px;
    content: '';
    background: #ffc422;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.crm-service .bnr-lst{
  padding: 0;
  margin: 0;
  margin-top: 22px;
}
.crm-service .bnr-lst li{
    display: block;
    font-size: 17px;
    margin-top: 9px;
    position: relative;
    padding-left: 28px;
    color: #5A5A5A;
    font-weight: 500;
}
.crm-service .bnr-lst li::before{
 position: absolute;
    content: '\f336';
    font-family: 'fontAwesome';
    left: 0;
    color: var(--primary-color1);
    font-size: 16px;
    top: 1px;
}

/*------banner-------wrap------end------*/



/*----about--------wrap-------start------------*/
.abt-section{
  position: relative;
  z-index: 1;
}
.abt-section::after{
  content: '';
    position: absolute;
    width: 60%;
    right: 0%;
    top: 0;
    height: 95%;
    background: url(../images/crm-software-for-study-abroad-consultants/hero_shape_3_1.webp);
    z-index: -1;
    opacity: .7;
    background-size: contain;
}
.abt-cntnt .sectn-hdg {
  margin-left: 80px;
}
.abt-cntnt .hdg-h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 20px 0 10px 0;
}
.abt-cntnt .para {
  /* text-align: justify; */
  margin: 0;
  font-weight: 400;
  line-height: 28px;
  font-size: 15px;
  padding-top: 18px;
}
.abt-cntnt .para:nth-child(3){
  padding-top: 0!important;
}
.abt-lst {
  margin-top: 25px;
}
.abt-lst .itms {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 15px;
}
.abt-lst .itms .icn {
  width: 40px;
}
.abt-lst .itms .icn img {
  width: 100%;
}
.abt-lst .itms .cntnt {
  width: calc(85% - 65px);
}
.abt-lst .itms .cntnt .secondary-font {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.abt-lst .itms .cntnt p {
  margin: 0;
  font-weight: 400;
  line-height: 28px;
  font-size: 14px;
}
.abt-img {
  position: relative;
  z-index: 1;
}
.abt-img .img-01{
  width: 335px;
  position: relative;
}
.abt-img .img-01 img{
  width: 100%;
  height: 100%;
}

.abt-img .abtrgt-icn{
  position: absolute;
    bottom: 30px;
    right: 25px;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 4px 4px 20px rgb(48 50 78 / 50%);
    animation: abtimgAnim 8s infinite alternate;
}
@keyframes abtimgAnim{
  0%{
     bottom: 30px;
  }
  50%{
    bottom: 70px;
  }
  100%{
    bottom: 30px;
  }
}
.abt-img .abtrgt-icn img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.abt-ex-cunt {
  position: absolute;
  top: 87px;
  left: 141px;
  color: #fff;
  width: 200px;
}
.abt-ex-cunt .hdg-h2 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}
.abt-ex-cunt .hdg-h2 .count2 {
  font-size: 50px;
  font-weight: 900;
}

/*----about--------wrap-------end------------*/

.service-section {
  background: linear-gradient(
    to bottom,
    var(--primary-color1),
    var(--primary-color2)
  );
  border-radius: 30px;
  padding-left: 35px;
  padding-right: 35px;
}
.abt-cntr-itm {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
}

.abt-cntr-itm .icn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
}
.abt-cntr-itm .icn img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.abt-cntr-itm .cntnt {
  width: calc(100% - 60px);
}
.abt-cntr-itm .cntnt .hdg-h5 {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 4px;
}
.abt-cntr-itm .cntnt .hdg-h5 .count {
  display: inline-block;
  max-width: 211px;
  font-size: 27px;
  font-weight: 700;
}
.abt-cntr-itm .cntnt .hdg-h5 .cntr-rting {
  font-size: 14px;
}
.abt-cntr-itm .cntnt h6{
  font-size: 28px;
  margin-bottom: 0px;
  color: var(--white);
}

.abt-cntr-itm .cntnt p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
.abt-mdl-cntnt .sectn-hdg {
  margin-left: 80px;
}
.abt-mdl-cntnt .hdg-h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  line-height: 30px;
  padding-top: 20px;
  padding-right: 30px;
}
.srvc-cntnt{
   background: #fff;
    padding: 25px;
    border-radius: 25px;
    border: 1px solid rgb(255 220 224);
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    min-height: 256px;
    flex-direction: column;
    transition: all 0.2s linear;
}
.srvc-cntnt::after{
  position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/crm-software-for-study-abroad-consultants/benefits-item-bg.webp);
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.srvc-cntnt>.icn{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    padding: 0px;
    border: 1px solid rgb(255 220 224);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}
.srvc-cntnt>.icn i{
      font-size: 30px;
      color: var(--primary-color1);
      transition: transform 1s linear;
}
.srvc-cntnt>.cntnt{
  width: 100%;
}
.srvc-cntnt>.cntnt .hdg-h3{
      font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
.srvc-cntnt>.cntnt .para{
  margin: 0;
    padding-top: 4px;
    font-size: 15px;
    color: #6e727d;
}
.srvc-cntnt:hover .icn {
  background: var(--primary-color1);
}
.srvc-cntnt:hover .icn i{
  color: #fff;
}
.srvc-cntnt:hover{
  background: rgb(255 220 224);
}
.servces-bx>div:nth-child(2n+2) .srvc-cntnt{
  margin-top: 35px;
}
@media only screen and (max-width:1199px){
  .banner-content .hdg-h1 {font-size: 43px; }
  .abt-cntr-itm {min-height: 114px;}
}
@media only screen and (max-width:991px){
  .cnslt-bnr .cptcha-wrp{width: 100%;}
  .primary-btn span:last-child{display: none;}
  .banner-content {padding-right: 0;}
  .banner-content .hdg-h1 {font-size: 30px;line-height: 140%;}
  .crm-service .hdg-h4 {font-size: 19px;}
  .abt-img .img-01 {width: 240px;}
  .abt-img .abtrgt-icn {right: -4px;width: 145px;height: 145px;border: 5px solid #fff;}
  .sectn-hdg {font-size: 22px;}
  .abt-cntnt .hdg-h5 {font-size: 19px;padding: 15px 0 10px 0;line-height: 32px;}
  .abt-cntnt .sectn-hdg {margin-left: 0;}
  .abt-cntnt .sectn-hdg::before{display: none;}
  .servces-bx>div:nth-child(odd) .srvc-cntnt { margin-top: 15px;}
  .srvc-cntnt {padding: 20px; min-height: 275px;}
  .abt-cntr-itm {min-height: 95px;}
}
@media only screen and (max-width:767px){
  .cnslt-bnr .free-demo-form{margin-top: 15px;max-width: 100%;}
  .abt-img .abtrgt-icn {right: unset;left: 265px; width: 165px;height: 165px;}
  .abt-img .img-01 {width: 320px;}
  .abt-cntnt{margin-top: 25px;}
   .servces-bx.pt-5{padding-top: 15px!important;}
   .srvc-cntnt {padding: 15px;min-height: inherit;}
   .servces-bx>div:nth-child(2n+2) .srvc-cntnt {margin-top: 20px;}
   .banner-content {margin-bottom: 15px;}   
}
@media only screen and (max-width:575px){
      .cnslt-bnr .free-demo-form {margin-top: 20px;}
      .abt-img .img-01 {
        width: 75%;
        max-width: 455px;
    }
  .abt-img .abtrgt-icn {width: 165px;
        height: 165px;
        left: inherit;
        right: 10%;}
  .abt-cntnt .sectn-hdg::after {display: none;}
  .service-section {padding:25px 15px;}
  .cnslt-bnr {padding: 35px 0;}
  .banner-content {margin-bottom: 0;}
  .cptcha-wrp {
    width: 100%;
  }
  .banner-content .hdg-h1 {
        font-size: 25px;
        line-height: 130%;
    }
}
