/* banner section start */
.banner-section .content {
    max-width: 870px;
    position: relative;
    margin-top: 110px;
    z-index: 2;
  }


  .banner-section .video{
    z-index: -1;
  }
  .banner-section .video video{
    object-fit: cover;
  }
  .banner-section .content::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    width: 70px;
    height: 130%;
    border-left: 26px solid var(--PrimaryColor);
    border-top: 26px solid var(--PrimaryColor);
    border-bottom: 26px solid var(--PrimaryColor);
  }
  .banner-section .content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    width: 70px;
    height: 130%;
    border-right: 25px solid var(--PrimaryColor);
    border-top: 25px solid var(--PrimaryColor);
    border-bottom: 25px solid var(--PrimaryColor);
  }
  .banner-section .img-content {
    min-height: 90vh;
    position: relative;
    background-size: cover;
    z-index: 0;
  }
  /*.banner-section .img-content::after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  height: 100%;*/
  /*  width: 100%;*/
  /*  z-index: 1;*/
  /*  background: linear-gradient(*/
  /*    180deg,*/
  /*    rgba(0, 0, 0, 0.6) 57.91%,*/
  /*    rgba(0, 0, 0, 0) 157.39%*/
  /*  );*/
  /*}*/
  .banner-section .main-title {
    font-weight: 700;
    line-height: 119%;
    letter-spacing:unset;
  }
  .banner-section .text {
    max-width: 262px;
    font-size: 14px;
    line-height: 165%;
    color: var(--WhiteColor);
  }
  .banner-section .text p{  
    font-size: 14px;
    line-height: 165%;
    color: var(--WhiteColor);
  }
  .banner-section .swiper-pagination {
    transform: rotate(90deg) translateY(-50%);
    right: 50px !important;
    width: auto;
    bottom: auto;
    top: 50%;
    left: auto !important;
    margin-top: 30px;
  }
  @media (min-width: 1399px){
    .banner-section .main-title {
         font-size: 80px;
      }
  }
  @media (max-width: 1399px) {
    .banner-section .content {
      max-width: 750px;
    }
    .banner-section .content::after {
      border-width: 20px;
    }
    .banner-section .content::before {
      border-width: 20px;
    }
  }
  @media (max-width: 1199px) {
    .banner-section .content {
      max-width: 700px;
    }
  }
  @media (max-width: 991px) {
    .banner-section .content {
      max-width: 60%;
    }
    .banner-section .text {
      max-width: 100%;
    }
    .banner-section .main-title {
      max-width: 100%;
    }
    .banner-section .content::after {
      border-width: 10px;
      width: 50px;
      height: 120%;
      right: -35px;
    }
    .banner-section .content::before {
      border-width: 10px;
      width: 50px;
      height: 120%;
      left: -35px;
    }
    .banner-section .swiper-pagination {
      right: 20px !important;
    }
    .mgx-2{
      --bs-gutter-x: 15px;
      --bs-gutter-y: 15px;
    }
  }
  @media (max-width: 575px) {
    .banner-section .content {
      max-width: 80%;
    }
    .banner-section .content::after {
      content: none;
    }
    .banner-section .content::before {
      content: none;
    }
    .banner-section .swiper-pagination {
      right: 10px !important;
    }
  }
  /* banner section end */

  /* news today section start */
  .news-today-section .news-title {
    background-color: var(--PrimaryColor);
    color: var(--WhiteColor);
    font-size: var(--fs-h6);
    font-weight: 700;
    padding: 11px 30px 11px 60px;
    white-space: nowrap;
    clip-path: polygon(0 100%, 0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    z-index: 0;
  }
  .news-today-section .content {
    background-color: var(--SecondaryColor);
    color: var(--WhiteColor);
    font-weight: 400;
    font-size: 14px;
  }
  .news-today-section .marquee-container {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--SecondaryColor);
    flex-grow: 1;
  }
  .news-today-section .marquee-container::after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: -50px;
    background-color: var(--SecondaryColor);
    position: absolute;
    z-index: -1;
  }
  .news-today-section .marquee-track {
    display: flex;
    gap: 20px;
  }
  .news-today-section #marquee {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
  }
  @media (max-width: 767px) {
    .news-today-section .news-title {
      font-size: 14px;
      padding: 10px 30px 10px 20px;
    }
  }
  @media (max-width: 575px) {
    .news-today-section .news-title {
      font-size: 12px;
      padding: 7px 15px 7px 15px;
    }
  }
  /* news today section end */

  /* hot button section start */
  .hot-button-section .thumbnail-container {
    padding-bottom: 54.15%;
    clip-path: polygon(0 100%, 0 7%, 50% 0, 100% 7%, 100% 100%, 0 100%);
  }
  .hot-button-section .thumbnail-container img {
    clip-path: polygon(0 100%, 0 7%, 50% 0, 100% 7%, 100% 100%, 0 100%);
    transition:all 0.5s ease-in-out;
  }
  .hot-button-section .img:hover img{
    transform: scale(1.05);
  }
  .hot-button-section .btn-primary {
    width: calc(100% - 48px);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -31px;
  }
  @media (max-width: 767px){
    .hot-button-section .btn-primary{
      width: calc(100% - 25px);
      font-weight: 500;
      font-size: 12px;
      padding:10px;
    }
  }
  @media (max-width: 575px) {
    .hot-button-section .box-wrap {
      max-width: 300px;
      margin: 0 auto;
    }
  } 
  /* hot button section end */

  /* Academics section start */
  .academics-section .container-2{
        padding-left: 112px;
  }
  .academics-section .thumbnail-container{
    padding-bottom: 47.15%;
  }
  .academics-section .thumbnail-container img{
    margin-bottom: -1px !important;
  }
  .academics-section .box img{
    transition: all 0.5s ease-in-out;
  }
  .academics-section .box:hover img{
      transform: scale(1.05);
  }
  .academics-section .card-box:nth-child(4n+2) .content{
      background-color: var(--TertiaryColor);
  }
  .academics-section .card-box:nth-child(4n+3) .content{
    background-color: #1877F2;
  }
  .academics-section .card-box:nth-child(4n+4) .content{
    background-color:var(--PrimaryColor);
  }
  .academics-section .card-box:nth-child(4n+5) .content{
    background-color:#e7405f;
  }
  .academics-section .content{
    padding: 40px 45px 34px 45px;
  }
  
  .academics-section .title{
    font-size: var(--fs-h6);
    text-transform: uppercase;
  }
  .academics-section .text{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .academics-section .text p{
    color: var(--SecondaryColor) !important;
  }
  .academics-section .content .text p{
    color: var(--WhiteColor) !important;
  }
  .academics-section .btn{
    color: var(--WhiteColor);
    background: rgba(255, 255, 255, 0.3);
    padding: 13px 20px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
  }
  .academics-section .btn + .btn{
    margin-top: 1px;
  }
  .academics-section .btn svg path{
    transition: all 0.5s ease-in-out;
  }
  .academics-section .btn:hover{
    background-color: var(--WhiteColor);
    color: var(--PrimaryColor);
  }
  .academics-section .btn:hover svg path{
    fill: var(--PrimaryColor);
  }

  @media(max-width:1399px){
    .academics-section .content{
        padding:30px;
      } 
  }
  @media(max-width:991px){
    .academics-section .container-2{
        padding-left: 70px;
  }
  }
  @media(max-width:767px){
    .academics-section .container-2{
        padding-left: 50px;
  }
  }
  @media(max-width:575px){
    .academics-section .container-2{
        padding-left: 15px;
  }
  }
  /* Academics section end */
  
  /* hot button 2 section start */
  .hot-button2-section .container{
    padding-left: 112px;
  }
  .hot-button2-section .button-box{
    padding: 23px 37px;
    background: linear-gradient(90deg, #B13A50 0%, #1E3369 100%);
    font-size: var(--fs-h6);
    text-transform: uppercase;
    box-shadow: 5px 5px 0 var(--SecondaryColor);
    font-weight: 700; 
    text-decoration: none;
    line-height: 130%;
    margin-right: 5px;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px dashed;
    border-width: 2px;
  }
  .hot-button2-section .button-box:hover{
    transform: translateY(-3px);
    box-shadow: -5px -5px 0 var(--SecondaryColor);
  }
  .hot-button2-section .button-box .icon img{
    width: 64px;
  }
  @media(max-width:991px){
    .hot-button2-section .container{
        padding-left: 70px;
  }
  }
  @media(max-width:767px){
    .hot-button2-section .container{
        padding-left: 50px;
  }
  }
  @media(max-width:575px){
    .hot-button2-section .container{
        padding-left: 15px;
  }
  }
  /* hot button 2 section end */

  /* Academic affairs section start */
   .academic-affairs-section .section-wrap{
    background-color: var(--gray);
    padding-left: 40px;
    padding-right: 40px;
   }
   .academic-affairs-section .sub-title{
    font-size:var(--fs-h3);
    font-weight: 600;
    color: var(--PrimaryColor);
   }
   .academic-affairs-section .btn{
    padding: 4px;
    border-radius: 5px;
    color: var(--WhiteColor);
    font-size: 12px;
    background-color: var(--TertiaryColor);
    font-weight: 400;
    white-space: nowrap;
   }
   .academic-affairs-section .btn:hover{
    background-color: var(--PrimaryColor);
   }
   .academic-affairs-section .event-wrap{
    height: 560px;
    overflow-y: auto;
   }
   .academic-affairs-section .event-wrap .thumbnail-container{
            background-color: rgba(0,0,0,.05);
   }
   .academic-affairs-section .event-wrap::-webkit-scrollbar {
    width: 5px;
  }
  .academic-affairs-section .event-wrap::-webkit-scrollbar-track {
    border-radius: 30px;
    background:var(--SecondaryColor); 
  }
  .academic-affairs-section .event-wrap::-webkit-scrollbar-thumb {
    background: #AAAAAA; 
    border-radius: 30px;
    border: 1px solid var(--SecondaryColor);
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
   .academic-affairs-section .event-wrap li{
    list-style: none;
   }
   .academic-affairs-section .event-wrap li img{
    transition: 0.5s ease-in-out;
   }
   .academic-affairs-section .event-wrap li:hover .img img{
         transform: scale(1.05);
   }
   .academic-affairs-section .event-wrap li + li{
    margin-top: 35px;
   }
   .academic-affairs-section .item .date{
    margin-left: 10px;
    font-weight: 400;
    font-size: 10px;
   }
   .academic-affairs-section .item .title{
    font-size: var(--fs-h6);
   }
   .academic-affairs-section .item .title a{
    color: var(--TertiaryColor);
    text-decoration: none;
    font-weight: 900;
    font-size: var(--fs-h6);
    transition: all 0.5s ease-in-out;
   }
   .academic-affairs-section .item .title a:hover{
       color: var(--PrimaryColor);
   }
   .academic-affairs-section .item .img{
    width: 110px;
   }
   .academic-affairs-section .item .content{
    width: calc(100% - 110px);
   }
   .academic-affairs-section .item .text{
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
   }
   .academic-affairs-section .calender-wrap{
    max-width: 540px;
   }
   .academic-affairs-section .calender-img{
    background: var(--WhiteColor);
    border-radius: 15px;
    border: 1px solid var(--TertiaryColor);
    padding:10px;
   }
  
   .academic-affairs-section .calender-img .fc-toolbar-title{
    font-weight: 500;
    color: var(--PrimaryColor);
    font-size: 20px !important;
   }
   .academic-affairs-section .calender-img .fc-header-toolbar{
     justify-content: center;
     gap: 8px;
   }
   .academic-affairs-section .calender-img .fc-toolbar-chunk .fc-button-primary{
    padding: 0;
    background: transparent;
    border: none;
    font-size: 30px;
    color: var(--TertiaryColor);
   }
   
   .academic-affairs-section .calender-img .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    min-height: 24px;
   }
   .academic-affairs-section .fc .fc-col-header-cell-cushion{
    font-weight: 600;
    color: var(--WhiteColor);
    text-decoration: none !important;
   }
   .academic-affairs-section .fc .fc-daygrid-day-number{
    text-decoration: none !important;
   }
   
   .academic-affairs-section .fc .fc-view-harness{
    height: 354.074px !important;
   }
   .academic-affairs-section .calender-img thead .fc-scrollgrid-sync-inner{
    background: var(--TertiaryColor);
    
   }
   .academic-affairs-section .calender-img .fc .fc-daygrid-day.fc-day-today{
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
   }
   .academic-affairs-section .calender-img .fc .fc-toolbar.fc-header-toolbar{
    margin-bottom: 10px;
   }
   @media(max-width:991px){
    .academic-affairs-section .event-wrap{
      height: 260px;
     }
     .academic-affairs-section .section-wrap{
      padding-left: 30px;
      padding-right: 30px;
     }
     .academic-affairs-section .sub-title{
      font-size: var(--fs-h4);
     }
   }
   @media(max-width:575px){
    .academic-affairs-section .sub-title{
      font-size: var(--fs-h5);
     }
    .academic-affairs-section .event-wrap{
      height: 203px;
     }
    .academic-affairs-section .item .img{
      width: 60px;
     }
     .academic-affairs-section .item .content{
      width: calc(100% - 60px);
     }
     .academic-affairs-section .item .title{
      font-size: 16px;
     }
     .academic-affairs-section .item .text{
      font-size: 14px;
     }
     .academic-affairs-section .item .text{
      -webkit-line-clamp: 1;
     }
     .academic-affairs-section .calender-img .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
      min-height: 17px;
     }
     .academic-affairs-section .calender-img .fc .fc-daygrid-day-top{
      height: 28px;
     }
     .academic-affairs-section .fc .fc-daygrid-day-number{
      padding: 0;
     }
     .academic-affairs-section .calender-img .calendar-container{
      padding: 0px;
     }
     .academic-affairs-section .section-wrap{
      padding-left: 20px;
      padding-right: 20px;
     }
     .academic-affairs-section .fc .fc-view-harness {
      height: 301.074px !important;
  }
  .academic-affairs-section .fc .fc-col-header-cell-cushion{
    font-size: 12px;
  }
   }
  /* Academic affairs section end */

  /* xaviers life section start */
.xaviers-life-section .content{
  background-color: var(--gray);
  position: relative;
  padding: 44px 40px;
  overflow: hidden;
}
.xaviers-life-section .content::after{
  content: "";
  height: 226px;
  width: 237px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/dot-shape.png);
  background-size: contain;
  z-index: -1;
  animation: zoom 5s infinite ease-in-out;
}
@keyframes zoom{
  0%{
    transform:scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
.xaviers-life-section .main-title{
  position: relative;
  width: fit-content;
}
.xaviers-life-section .main-title span{
  position: relative;
  z-index: 1;

}
.xaviers-life-section .main-title::after{
  content: "";
  position: absolute;
  left: calc(100% + 15px);
  top: -39px;
  z-index: -1;
  height: 226px;
  width: 226px;
  background-image: url(../images/shape-purple.svg);
  background-size: contain;
  animation: rotate 10s infinite linear;
}
@keyframes rotate{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.xaviers-life-section .content{
  position: relative;
  z-index: 0;
}
.xaviers-life-section .gallery{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 6px;
  list-style: none;
}
.xaviers-life-section .gallery .thumbnail-container{
  padding-bottom: 70.628%;
}
.xaviers-life-section .gallery .thumbnail-container:hover::after{
  opacity: 0.2;
}
.xaviers-life-section .gallery .thumbnail-container img{
  transition: 0.5s ease-in-out;
}
.xaviers-life-section .gallery .thumbnail-container:hover img{
  transform: scale(1.05);
}
.xaviers-life-section .gallery .thumbnail-container::after{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(85.59deg, rgba(0, 0, 0, 0.6) 50.5%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  transition: 0.5s ease-in-out;

}
.xaviers-life-section .gallery .title{
  font-size: var(--fs-h6);
  left: 20px;
  right: 20px;
  z-index: 2;
  bottom:20px;
}
@media(min-width:1400px){
  .xaviers-life-section .main-title{
    font-size: 110px;
  }
}
@media(min-width:992px){
  .xaviers-life-section .main-title{
    font-size: 80px;
    line-height:70%;
  }
  .xaviers-life-section .main-title::after{
    background-repeat: no-repeat;
    width: 190px;
    left: calc(100% + 23px);
  }
}

@media(max-width:1199px){
  .xaviers-life-section .gallery{
    grid-template-columns: repeat(3,1fr);
  }
}
@media(max-width:992px){
  .xaviers-life-section .main-title{
    font-size: 60px;
    line-height:70%;
  }
  .xaviers-life-section .main-title::after {
    height: 130px;
    width: 130px;
    background-repeat: no-repeat;
    top: -23px;
    left: calc(100% - -30px);
}
  .xaviers-life-section .content::after{
    height: 180px;
    width: 180px;
    background-repeat: no-repeat;
  }
}
@media(max-width:767px){
  .xaviers-life-section .main-title{
    font-size: 40px;
  }
  .xaviers-life-section .main-title::after{
    height: 100px;
    width: 100px;
    top: -23px;
  }
  .xaviers-life-section .content{
    padding: 30px;
  }
  .xaviers-life-section .content::after{
    content: none;
  }
  .xaviers-life-section .gallery{
    grid-template-columns: repeat(2,1fr);
  }
  .xaviers-life-section .gallery .title{
    font-size: 14px;
    font-weight: 400;
     bottom:10px;
     right:10px;
     left:10px;
     
    letter-spacing:0;
  }
}
@media(max-width:575px){
  .xaviers-life-section .main-title::after{
    content: none;
  }
  .xaviers-life-section .content{
    padding: 20px;
  }
}
/* xaviers life section end */

  /* Ranking section start */
.ranking-section .thumbnail-container{
  padding-bottom: 48.9%;
  border-radius: 15px;
}
.ranking-section .ranking-img .title{
  color: var(--PrimaryColor);
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
}
.ranking-section .ranking-img{
  background-color: var(--gray);
  border-radius: 15px;
}
.ranking-section .ranking-img{
  transition: all 0.5s ease-in-out;
}
.ranking-section .ranking-img:hover{
  transform: scale(1.05);
}
/* Ranking section end */

/* testimonial section start */
.testimonial-section{
  background: var(--gray);
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-bottom: 220px !important;
}
.testimonial-section .main-title{
  margin-bottom: 150px;
}
.testimonial-section .thumbnail-container{
  box-shadow: -6px 6px 0 var(--TertiaryColor);
}
.testimonial-section .thumbnail-container::after{
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--WhiteColor);
}
.testimonial-section .thumbnail-container::before{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.testimonial-section .thumbnail-container:hover::before{
  animation: circle .75s;
}
@keyframes circle{
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.testimonial-section .main-img{
  position: relative;
}
.testimonial-section .main-img::after{
  content: "";
  position: absolute;
  height: 107%;
  width: 107%;
  top: 50%;
  pointer-events: none;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 5px solid var(--PrimaryColor);
}
.testimonial-section .main-img::before{
  content: "";
  position: absolute;
  width: 392px;
  height: 375px;
  top: 70%;
  right: 70%;
  z-index: -1;
  background: url(../images/testimonial-dots.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation:dotzoom 3s infinite ease-in-out;
}
@keyframes dotzoom{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(0.9);
  }
  100%{
    transform: scale(1);
  }
}
.testimonial-section::after{
  content: "";
  position: absolute;
  width: 100%;
  top: 80px;
  bottom: 120px;
  left: 0;
  right: 0;
  background-image: url(../images/testimonial-bg.png);
  background-size: cover;
  opacity: 0.08;
  z-index: -1;
}
.testimonial-section .main-img{
  width:39.7%;
  margin-left: 198px;
}

.testimonial-section .main-img .sub-img{
  position: absolute;
}
.testimonial-section .main-img .sub-img img{
  height: 66px;
  width: 66px;
}
.testimonial-section .main-img .sub-img:nth-child(2){
  left: -6px;
  bottom: calc(100% + 21px);
}
.testimonial-section .main-img .sub-img:nth-child(3){
  top: 0;
  right: calc(100% + 30px);
}
.testimonial-section .main-img .sub-img:nth-child(4){
  top: calc(100% + 31px);
  left: 100px;
}
.testimonial-section .main-img .sub-img:nth-child(5){
  top:0;
  left:calc(100% + 21px);
}
.testimonial-section .main-img .sub-img:nth-child(6){
  top:55%;
  left:calc(100% + 490px);
}
.testimonial-section .main-img .sub-img:nth-child(7){
  bottom:calc(100% - 65px);
  left:calc(100% + 107px);
}
.testimonial-section .main-img .sub-img:nth-child(7) img,.testimonial-section .main-img .sub-img:nth-child(8) img,.testimonial-section .main-img .sub-img:nth-child(9) img{
  height: 157px;
  width: 157px;
}
.testimonial-section .main-img .sub-img:nth-child(8){
  bottom:100px;
  right:calc(100% + 31px);
}
.testimonial-section .main-img .sub-img:nth-child(9){
  bottom:-100px;
  left:calc(100% + 18px);
}
.testimonial-section .main-img .sub-img:nth-child(10){
  bottom:-100px;
  left:calc(100% + 200px);
}
.testimonial-section .main-img .sub-img:nth-child(10) img{
  height: 250px;
  width: 250px;
}
.testimonial-section .img-content{
  background-color: var(--WhiteColor);
  padding: 56px 42px 41px 42px;
  min-width: 526px;
  position: relative;
  z-index: 1;
  top: 97px;
  left: -60px;
}
.testimonial-section .img-content .name{
  font-size: var(--fs-h3);
  color: var(--SecondaryColor);
  line-height: 20px;
  font-weight: 600;
}
.testimonial-section .img-content .text{
  font-size: 16px;
  font-weight: 600;
  color: var(--SecondaryColor);
  line-height: 30px;
}
@media(max-width:1399px){
  .testimonial-section .img-content{
    padding: 35px 30px;
  }
  .testimonial-section .main-img .sub-img:nth-child(10) img{
    height: 157px;
    width: 157px;
  }
  .testimonial-section .main-img .sub-img:nth-child(10){
    left:calc(100% + 107px);
    bottom: -97px;
  }
  .testimonial-section .main-img .sub-img:nth-child(9) img{
    height:66px;
    width: 66px;
  }
  .testimonial-section .main-img .sub-img:nth-child(9){
    bottom: -6px;
  }
}
@media(max-width:1199px){
  .testimonial-section .img-content{
    min-width: 360px;
    top: 95px;
  }
  .testimonial-section .img-content .name{
    line-height: 30px;
    font-size: var(--fs-h4);
  }
  .testimonial-section .img-content .text{
    font-size: 14px;
  }
  .testimonial-section .img-content{
    padding: 25px 20px;
    top: 95px;
  }
  .testimonial-section .main-img .sub-img:nth-child(6) {
    top: 59%;
    left: calc(100% + 315px);
}
.testimonial-section .main-img::before{
  height: 200px;
  width: 200px;
}
.testimonial-section .main-title {
  margin-bottom: 120px;
}
.testimonial-section {
  padding-bottom: 190px !important;
}
}
@media(max-width:991px){
  .testimonial-section .main-img{
    margin-left: 80px;
  }
  .testimonial-section .main-img .sub-img:nth-child(7) img,.testimonial-section .main-img .sub-img:nth-child(8) img,.testimonial-section .main-img .sub-img:nth-child(9) img{
    height: 60px;
    width: 60px;
  }
  .testimonial-section .main-img .sub-img:nth-child(9) img{
    height: 60px;
    width: 60px;
  }
  .testimonial-section .main-img .sub-img:nth-child(10) img{
    height: 60px;
    width: 60px;
  }
  .testimonial-section .main-img .sub-img img {
    height: 60px;
    width: 60px;
}
.testimonial-section .main-img .sub-img:nth-child(2) {
  left: -6px;
  bottom: calc(100% + 18px);
}
.testimonial-section .main-img .sub-img:nth-child(3) {
  top: 0;
  right: calc(100% + 24px);
}
.testimonial-section .main-img .sub-img:nth-child(8) {
  bottom: -6px;
  right: calc(100% + 24px);
}
.testimonial-section .main-img .sub-img:nth-child(4) {
  top: calc(100% + 24px);
  left: -6px;
}
.testimonial-section .main-img .sub-img:nth-child(5) {
  top: 0;
  left: calc(100% + 18px);
}
.testimonial-section .main-img .sub-img:nth-child(7) {
  bottom: calc(100% + 18px);
  right: 0;
  left: auto;
}
.testimonial-section .img-content{
  padding: 15px;
  top: 64px;
}
.testimonial-section .img-content .name{
  font-size: 20px;
}
.testimonial-section .img-content .btn-round{
  height: 35px;
  width: 35px;
}
.testimonial-section .main-img .sub-img:nth-child(10) {
  left:auto;
  right: 0;
  top:calc(100% + 24px);
}
.testimonial-section .main-img .sub-img:nth-child(6) {
  top: 54%;
}
}
@media(max-width:767px){
  .testimonial-section .main-img{
    margin-left: 0px;
    margin: 0 auto;
    width: 60%;
  }
  .testimonial-section .img-content-main{
    margin-top: 150px;
  }
  .testimonial-section .img-content{
    margin: 0 auto;
    position: unset;
  }
  .testimonial-section .main-img .sub-img:nth-child(6) {
     display: none;
}
.testimonial-section {
  padding-bottom: 60px !important;
}
.testimonial-section .img-content{
  min-width: auto;
  max-width: 600px;
}
}
@media(max-width:575px){
  .testimonial-section .main-img .sub-img img {
    height: 50px !important;
    width: 50px !important;
}
.testimonial-section .main-img{
  width: 50%;
}
.testimonial-section .img-content-main{
  margin-top: 120px;
}

}
/* testimonial section end */

/* counter section start */
@media(min-width:1400px){
  .counter-section .container{
    max-width: 1250px;
  }  
}
.counter-section .icon img{
   height: 74px;
   object-fit: contain;
}

.counter-section .content{
  margin-left: 20px;
} 
.counter-section .content .number{
  font-size: 78px;
  color: var(--TertiaryColor);
  line-height: 85%;
}
.counter-section .content .label{
  font-size: 16px;
  font-weight: 700;
  color: var(--TertiaryColor);
}
.counter-section .item{
  width: auto;
}
.counter-section .item:nth-child(1){
    width: 30% !important;
}
.counter-section .item:nth-child(2){
  width: 30%;
}
.counter-section .item:nth-child(3){
  width: 30%;
}
@media(max-width:1399px){
  .counter-section .content .number{
    font-size: 50px;
  }
  .counter-section .icon img{
    width: 60px;
  }
  .counter-section .item:nth-child(1){
    width: 35%;
}
.counter-section .item:nth-child(2){
  width: 35%;
}
.counter-section .item:nth-child(3){
  width: 30%;
}
}
@media(max-width:1199px){
  .counter-section .item .content{
    text-align: center;
    margin-left: 0;
  }
  .counter-section .item .icon{
    text-align: center;
  }
  .counter-section .item{
    width: 33.33% !important;
  }
}
@media(max-width:991px){
  .counter-section .item:nth-child(1){
    width: 100% !important;  
  }
  .counter-section .item{
    width: 50% !important;
  }
}
@media(max-width:575px){

  .counter-section .item + .item{
    margin-top: 30px;
  }
  
}
/* counter section end */

/* newsletter section start */
.newsletter-section{
  background-color: var(--TertiaryColor);
}
@media(min-width:1400px){
  .newsletter-section .container{
    max-width:1250px;
  }
}
.newsletter-section .social-icon{
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  gap: 40px;
}
.newsletter-section .social-icon li a img{
 height: 46px;
 width: 46px;
 transition: all 0.5s ease-in-out;
}
.newsletter-section .social-icon li a:hover img{
  transform: scale(0.90);
}
.newsletter-section .newsletter{
    margin-left: 35px;
    padding-left: 35px;
    border-left: 1px solid var(--WhiteColor);
}
.newsletter-section .title{
  font-weight: 500;
  font-size: var(--fs-h5);
  margin-right: 20px;
}
.newsletter-section .form .wpcf7-form{
  background-color: var(--WhiteColor);
  border-radius: 10px;
  display: flex;
  position: relative;
}
.newsletter-section .form .wpcf7{
  width: 100%;
}
.newsletter-section .form .wpcf7-form input{
  background-color: transparent;
  height: 58px;
  border: none;
  width: 100%;
  outline: none;
  padding: 16px 21px;
  color: var(--SecondaryColor);
  font-size: 14px;
}
.newsletter-section .form .wpcf7 .wpcf7-form P{
  display: flex !important;
  flex-grow: 1 !important;
}
.newsletter-section .form .wpcf7 .wpcf7-form P .wpcf7-form-control-wrap{
  width: 100% !important;
  position: relative !important;
  display: block !important;
}
.newsletter-section .form .wpcf7 .wpcf7-form P .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  position: absolute;
  top: 100% !important;
  font-size: 14px;
  left: 0;
}
.newsletter-section .form .wpcf7-form .wpcf7-response-output{
  position: absolute;
  top: 100%;
  left: 0;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  color: #5cb85c;
}
.newsletter-section .form .wpcf7-form .wpcf7-spinner{
  display: none;
}
.newsletter-section .form .wpcf7-form input::placeholder{
  color: var(--SecondaryColor);
}
.newsletter-section .form .wpcf7-form .wpcf7-submit{
  border-radius: 10px;
  padding: 10px 24px;
  text-transform: uppercase;
  max-width: 110px;
  color: var(--WhiteColor);
  margin-right: -2px;
  background-color: var(--PrimaryColor) !important;
}
@media(max-width:1199px){
  .newsletter-section .social-icon{
    gap: 20px;
  }
  .newsletter-section .social-icon li a img{
    height: 35px;
    width: 35px;
   }
   .newsletter-section .form .wpcf7-form input{
    height: 50px;
    padding: 16px 15px;
  }
  .newsletter-section .title{
     font-size:20px;
  }
}
@media(max-width:767px){
  .newsletter-section .newsletter{
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 20px;
  }
}
/* newsletter section end */

/*Calander css A*/
.fc .fc-button:focus{
  box-shadow: none !important;
}
.fc .fc-button:focus-visible{
  box-shadow: none !important;
  border: none !important;
}
.fc .fc-button:active{
 background-color: transparent !important;
 color: #1E3369 !important;
}
