@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url('../fonts/tabler/tabler-icons.woff2');

  :root {
    --tm-gradient1: #855ae9;
    --tm-gradient2: #f791be;
    --tm-main-color: #56ccdf;
    --tm-red-color: #DF4339;
    --tm-blue-color: #3940DF;
    --tm-main-blue: #1f3965;
    --tm-darkblue-color: #56ccdf;
    --tm-lightblue-color: #1da1f2;
    --tm-black: #222;
    --tm-white: #FFF;
    --tm-grey: #f9fafb;
    --tm-maroon: #DF4339;
    --tm-light-black: #777;
    --tm-ligth-white: #fff9;
    --tm-dark-bg: rgba(0, 0, 0, .7);
    --tm-light-bg: #F9FAFB;
    --tm-school: #fffaeb;
    --tm-teacher: #eefdff;
    --tm-student: #f5eefe;
    --tm-perents: #fff3f7;
    --tm-form-color: #eaf7ff;
    --tm-border: .1rem solid var(--black);
    --tm-box-shadow: 0.5rem 1rem rgba(0, 0, 0, .1);
    --tm-text-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .1);
    --tm-grey-light: #949494;
    --tm-feature:#e9ecf0;
    --tm-smart:#faf4fc;
  }

  * {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    /* overflow-x: hidden; */
  }


  .tm-font {
    background: -webkit-linear-gradient(0deg, var(--tm-gradient1), var(--tm-gradient2));
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color: transparent;
  }

  .tm-border {
    border-image: linear-gradient(0deg, var(--tm-gradient1), var(--tm-gradient2)) 1 !important;
    border: 2px solid;
    border-color: none !important;
    border-radius: 7px;
  }
  .tm-border-left {
    border-image: linear-gradient(0deg, var(--tm-gradient1), var(--tm-gradient2)) 1 !important;
    border-left: 2px solid;
    border-color: none !important;
  }
  .tm-border-4{border-width: 4px !important;}

  .bars {
    font-size: 32px;
  }

  .navbar-nav .nav-item .nav-link {
    color: var(--black);
  }

  .navbar-brand img.logo-header {
    max-width: 175px;
  }

  .d-flex button {
    margin-right: 1rem;
  }

  .header-phone span i {
    background: var(--main-color);
  }

  .header-phone-img {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header-phone-img div>img{
    width: 45px;
  }

  .header-phone-img small a{
    margin-top: 1px;
    font-size: 15px;
    color: var(--tm-grey-light);
    line-height: 11px;
    text-decoration: none;
  }
  .header-phone-img small a:hover{color: var(--tm-gradient1);font-weight: 600;}

  /*header end*/
  /*home page start*/
  .home h1 {
    font-size: 45px;
    margin-top: 3rem;
    word-wrap: break-word;
    width: 490px;
    font-weight: bold;
    text-transform: capitalize;
  }

  .all-btn {
    /*background-color: var(--tm-lightblue-color);*/
    background: linear-gradient(0deg, var(--tm-gradient1), var(--tm-gradient2));
    text-decoration: none;
    color: var(--tm-white);
    padding: 0px 12px;
    border-radius: 0.5rem;
    line-height: 2.8rem;
    padding: 0.5rem 1rem;
    letter-spacing: 1px;
    font-weight: 500;
  }

  .all-btn-outline {
    background-color: var(--tm-white);
    text-decoration: none;
    color: var(--tm-lightblue-color);
    padding: 0px 12px;
    border: 2px solid var(--tm-lightblue-color);
    border-radius: 0.5rem;
    line-height: 2.4rem;
  }

  .all-btn:hover {
    color: var(--tm-white);
  }

  /*home page end*/
  /*about */
  #slider1 {
    background-color: var(--tm-grey);
  }

  .home-slider h6 {
    word-wrap: break-word;
    width: 309px;
    font-size: 17px;
    word-spacing: 1px;
    letter-spacing: 2px;
    border-left: 2px solid var(--tm-darkblue-color);
    padding-left: 1rem;
  }

  /*.home-slider-icon h5
{
  font-weight: 600;
  font-size: 1.5em;
  line-height: 31px;
}*/
  .home-slider-icon h5 i {
    color: var(--tm-darkblue-color);
    padding-left: 5px;
  }

  .home-slider-icon p {
    margin-bottom: 0px;
    margin-top: 15px;
  }

  .home-border {
    /* border-right: 2px solid var(--tm-grey); */
    padding: 0.3em 2.2em;
    background: linear-gradient(to bottom, #dcdcdc00, #dcdcdc, #dcdcdc00);
    background-size: 1px 100%;
    background-position: top 0 right 0;
    background-repeat: no-repeat;
  }

  /*best school start*/
  .owl-school .item img {
    height: 6rem;
    width: auto;
  }

  .school-name {
    position: relative;
    top: 5px;
    margin-top: 2rem;
    background-color: var(--tm-main-blue);
    color: white;
    text-align: center;
    border: none;
    border-radius: 11px;
    padding: 5px;
    display: none;
  }

  /*about end*/
  /*staff section start*/
  .staff h2 {
    color: var(--tm-darkblue-color);
    font-size: 40px;
    text-transform: lowercase;
  }

  .staff {
    text-transform: none;
  }

  .card.mt-3.mb-3.staff-card {
    border: none;
    border-radius: 1.5rem;
  }

  /*staff section end*/
  /*management start*/
  #management {
    background-color: var(--tm-light-bg);
  }

  .management-head h1 {
    flex-wrap: wrap;
    width: 700px;
    font-weight: bold;
  }

  /*management end*/
  /*start learning*/
  /*end learnig*/
  /*partner start*/
  #partners {
    background: linear-gradient(to bottom, #fffaeb 0%, #ffffff 100%);
  }

  .partner .card {
    text-align: center;
    padding: 1rem 2rem 1rem 2rem;
    margin-top: 1rem;
    border: none;
    border-radius: 1rem;
  }

  .partner .card img {
    width: 70px;
    height: 70px;
  }

  .partner .card-text {
    margin-top: 1.5rem;
    font-weight: normal;
    justify-content: center;
    margin: auto;
    width: 300px;
    border-bottom: 0.5px solid var(--tm-grey);
    padding-bottom: 50px;
  }

  /*partner end*/
  /*news start*/
  .news img {
    height: 35px;
  }

  /*news end*/
  /*award start*/
  .award .card {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 1rem;
  }

  .award .card img {
    /*width: 115px;*/
    /*height: 115px;*/
    /*padding-bottom: 1rem;*/
    width: -webkit-fill-available;
    height: 100px;
    padding-bottom: 1rem;
  }

  /*award end*/
  /*faqs start*/
  .collapse-border {
    border-bottom: 1px solid var(--tm-grey);
  }

  /*faqs end*/
  /*form start*/
  .tm-form {
    background-color: var(--tm-teacher);
    border-radius: 11px;
  }

  form .form-control {
    border: none;
    border-radius: 8px;
  }

  /*form end*/
  /*footer start*/
  .footer {
    background-color: var(--tm-grey);
    padding-top: 8px;
  }

  .footer_logo img {
    height: 50px;
  }

  .footer-copyright a {
    line-height: 3;
  }

  .footer-icon {
    line-height: 3;
  }

  .footer ul {
    list-style-type: none;
  }

  .footer ul li {
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--tm-grey);
  }

  .footer ul li a {
    text-decoration: none;
    color: var(--tm-black);
    font-size: 12px;
  }

  small {
    margin-top: 5rem;
  }

  .footer-download-box {
    background-color: var(--tm-grey);
    width: 190px;
    height: auto;
    border: 1px solid nonr;
    margin-top: 2rem;
    padding-bottom: 1.5rem;
    border-radius: 12px;
    padding: 0.5rem;
  }

  .border-bottom {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }

  .footer-icon a i {
    font-size: 28px;
    margin-right: 1rem;
    color: var(--tm-black);
  }

  /*footer end*/
  /* New added */
  .mobile_and_web.owl-carousel .owl-item .item img {
    display: block;
    /* width: 100%; */
    /* max-height: 345px; */
    margin-right: 10px !important;
  }

  .web-sol-box-img {
    box-shadow: 22px 22px 40px rgba(49, 69, 86, .1);
    border-radius: 15px !important;
  }

  .simplify-process {
    padding: 115px 0px;
  }

  .simplify-process .nav-pills .nav-link.active,
  .simplify-process .nav-pills .show>.nav-link {
    background-color: transparent !important;
  }

  .simplify-process .nav-pill-tab-item,
  .simplify-process .nav-pills .nav-link {
    border-bottom: 1px dotted #d1d5d8;
  }

  .simplify-process .nav-pill-tab-item {
    padding-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    margin: 15px 0px;
    min-height: 65px;
  }

  .animation-boader {
    content: "";
    position: relative;
    bottom: -10px;
  }

  .active .animation-boader {
    animation: 6s infinite progress-anim;
    height: 3px;
    vertical-align: middle;
    background-color: var(--tm-red-color);
  }

  .blue .active .animation-boader {
    background-color: var(--tm-blue-color);
  }

  .blue .v-pills-tab p.text-danger {
    color: var(--tm-blue-color) !important;
  }

  .lightblue .active .animation-boader {
    background-color: var(--tm-lightblue-color);
  }

  .lightblue .v-pills-tab p.text-danger {
    color: var(--tm-lightblue-color) !important;
  }

  @keyframes progress-anim {
    0% {
      width: 0%
    }

    100% {
      width: 100%
    }
  }

  .nav-pill-tab-item.active p:nth-child(2) {
    display: block;
    font-size: 15px;
    color: var(--tm-grey-light);
  }

  .nav-pill-tab-item p:nth-child(2) {
    display: none;
  }

  .simplify-img-inner {
    background-color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }

  .tab-pane img {
    padding: 25px 15px;
  }

  .slider-tab-section.first {
    margin-top: 50px !important;
  }

  .slider-tab-section {
    margin-top: 200px !important;
  }

  .slider-tab-section:nth-child(odd) .nav-pills-inner {
    margin-right: 0px !important;
    margin-left: 3px;
    padding-left: 75px;
  }

  #v-pills-tabContent img {
    height: 500px !important;
  }

  /*new add*/
  .learning-management {
    padding: 2px 0px;
    margin-bottom: 1rem;
    border-radius: 15px;
  }

  #learning {
    background-color: var(--tm-light-bg);
  }

  .learning-img-inner {
    /*	background-color: #fff;*/
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  }

  .nav-pill .nav-link.active  {
  color: var(--tm-white);
  }

  .learning-management .nav-pill-tab-item {
    padding-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    margin: 15px 0px;
    min-height: 65px;
  }

  .learing-slider-tab-section {
    margin-top: 50px !important;
    padding-bottom: 70px !important;
  }

  .red .v-pills-tab p.text-danger {
    color: var(--tm-maroon) !important;
  }

  .lightblue .nav-left {
    padding-left: 1rem;
  }

  .slider1-text.service-text {
    text-transform: uppercase;
    letter-spacing: 5px;
  }

  .slider1-text.service-text span {
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .service {
    border: 0;
    padding: 8px 0 8px 0;
    transition: 0.3s;
    color: #17171d;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    line-height: 28px;
    /*width: 224px;*/
    height: 170x;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 5px 30px #E7EBF0;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 30px;
  }

  
  .service-img {
    height: 60px;
    width: 60px;
    margin: 0 auto 5px;
    text-align: center;
  }

  .service-1 {
    background: url('../images/icon/project.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-1{
    background: url('../images/icon/project-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  
  .service-2 {
    background: url('../images/icon/property.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-2{
    background: url('../images/icon/property-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-3 {
    background: url('../images/icon/wing.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-3{
    background: url('../images/icon/wing-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-4 {
    background: url('../images/icon/flat.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-4{
    background: url('../images/icon/flat-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service-5 {
    background: url('../images/icon/sale.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-5{
    background: url('../images/icon/sale-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-6 {
    background: url('../images/icon/profile.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-6{
    background: url('../images/icon/profile-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-7 {
    background: url('../images/icon/buyer.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-7{
    background: url('../images/icon/buyer-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-8 {
    background: url('../images/icon/meeting.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-8{
    background: url('../images/icon/meeting-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-9 {
    background: url('../images/icon/lead.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-9{
    background: url('../images/icon/lead-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-10 {
    background: url('../images/icon/raw-materials.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-10{
    background: url('../images/icon/raw-materials-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-11 {
    background: url('../images/icon/invoice.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-11{
    background: url('../images/icon/invoice-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-12 {
    background: url('../images/icon/task.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-12{
    background: url('../images/icon/task-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-13 {
    background: url('../images/icon/documentation.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-13{
    background: url('../images/icon/documentation-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-14 {
    background: url('../images/icon/sales-dead.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-14{
    background: url('../images/icon/sales-dead-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service-15 {
    background: url('../images/icon/portal.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-15{
    background: url('../images/icon/portal-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-16 {
    background: url('../images/icon/report.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-16{
    background: url('../images/icon/report-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service-17 {
    background: url('../images/icon/call.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-17{
    background: url('../images/icon/call-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service-18 {
    background: url('../images/icon/rupee.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .service.ser_1:hover .service-18{
    background: url('../images/icon/rupee-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .service.ser_1::before {
    width: 100%;
    margin: 0px;
    padding: 0px;
    content: "";
    height: 5px;
    background-color: var(--tm-gradient1);
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 0px 0px 20px 20px;
  }
  
  .service.ser_1:hover {
    background: linear-gradient(0deg, var(--tm-gradient1), var(--tm-gradient2));
    color: #fff;
  }
  /* services text */
  .services {
    border: 0;
    padding: 8px 0 8px 0;
    transition: 0.3s;
    color: #17171d;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    line-height: 28px;
    /*width: 224px;*/
    height: 550px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 5px 30px #E7EBF0;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 30px;
  }
  .services.ser_1:hover .service-1{
    background: url('../images/icon/project-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-2{
    background: url('../images/icon/property-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-3{
    background: url('../images/icon/wing-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-4{
    background: url('../images/icon/flat-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .services.ser_1:hover .service-5{
    background: url('../images/icon/sale-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-6{
    background: url('../images/icon/profile-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-7{
    background: url('../images/icon/buyer-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-8{
    background: url('../images/icon/meeting-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-9{
    background: url('../images/icon/lead-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-10{
    background: url('../images/icon/raw-materials-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-11{
    background: url('../images/icon/invoice-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  
  .services.ser_1:hover .service-12{
    background: url('../images/icon/task-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-13{
    background: url('../images/icon/documentation-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-14{
    background: url('../images/icon/sales-dead-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-15{
    background: url('../images/icon/portal-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-16{
    background: url('../images/icon/report-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-17{
    background: url('../images/icon/call-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1:hover .service-18{
    background: url('../images/icon/rupee-w.webp') no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
  .services.ser_1::before {
    width: 100%;
    margin: 0px;
    padding: 0px;
    content: "";
    height: 5px;
    background-color: var(--tm-gradient1);
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 0px 0px 20px 20px;
  }
  .services.ser_1:hover {
    background: linear-gradient(0deg, var(--tm-gradient1), var(--tm-gradient2));
    color: #fff;
  }

  .services .nav-link.active .services_tabs_link_icon.academics_img {
    background-position: -364px 0px;
  }

  .services .service-feature p{
    margin: 10px;
    padding-top: 10px;
    border-top: 2px solid var(--tm-main-color);
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    text-align: justify;
    word-spacing: -1px;

  }


  .owl-school.owl-carousel .owl-item img {
    display: block;
    width: 175px !important;
    height: 100px !important;
  }
  .staff-card .col-md-6{
    position:relative;
    display: flex;
    align-items: flex-end;
  }
  .staff-card .col-md-6 img1{
    position:absolute;
    bottom:0px;
    left:-15px;
  }
  
  .staff-title {
    padding: 18px 15px 0px;
    margin-bottom: 0px;
  }

  /*17-04-2023*/

  .crm-disc .card{
    border: none;
    border-radius: 1.5rem;
    padding-top: 15px;
  }
  .crm-disc .card h1{
   font-size: 29px;
   padding: 0px 50px 10px 13px;

  }
  .crm-disc .card p{
    font-size: 14px;
    text-align: justify;
    padding: 0px 50px 0px 13px;
  }
  
  .crm-disc .crm-desc-1 {
    background: url(../images/wallpaper/wall1.webp) no-repeat;
    background-position: center center;
    background-size:cover;
  }
  .crm-disc .crm-desc-2 {
    background: url(../images/wallpaper/wall2.webp) no-repeat;
    background-position: center center;
    background-size:cover;
  }
  .crm-disc .crm-desc-3 {
    background: url(../images/wallpaper/wall3.webp) no-repeat;
    background-position: center center;
    background-size:cover;
  }
  .h-475{
      height:360px;
  }
/*Testimonial start*/
.testimonial {
	background-color: #00ff9d0d;
	padding: 1rem;
	border-radius: 1.5rem;
}
.testimonial-text {
	padding: 0px 70px 0px 25px;
}

.testimonial-text h1 {
	font-size: 45px;
	color: var(--tm-main-blue);
	padding-bottom: 10px;
	margin: 35px 0px;
}

.testimonial-text p {
	text-align: justify;
	font-size: 17px;
	padding-bottom: 10px;
}

.swiper {
	width: auto;
	height: 400px;
}

.swiper-slide {
	/* font-size: 18px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide .icon i {
	font-size:35px;
}

.slide_text {
	font-size: 15px;
	text-align: justify;
}

.img-rounded {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

/*Testimonial end*/


/* whyus page */

#whyus .whyus-content{
  background:linear-gradient(var(--tm-gradient1),var(--tm-gradient2));
  /* background-color: var(--tm-gradient1); */
  color: var(--tm-white);
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
}

#whyus .whyus-content .title h2{
  margin-top: 30px;
  /* text-align: -webkit-right; */
  font-weight: bold;
  /* position: relative;
  top: 0px;
  left: 29px; */
}
/* #whyus .col-md-6{
  margin: auto;
} */
#whyus .whyus-content .whyus-text{
  /* padding-left: 2rem; */
}
#whyus .whyus-content .whyus-text p{
  font-size: 18px;
  line-height: 28px;
}

#whyus .whyus-Property{
  background-color: var(--tm-perents);
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
}

#whyus .why-Property .title h2{
  margin: 30px 0px;
  text-align: center;
  font-weight: bold;
  
}

#whyus .why-Property .property-content p{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
#whyus .why-Property .property-text p{
  text-align: center;
  font-size: 20px;
}
.footer_logo{
  text-align: center;
}
.whyus-content-details{
  padding-left: 15px;
}
/* whyus end */


/*[Feature Page CSS]*/
.new-service {
    position: relative;
    margin: 5px;
    z-index: 1;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 5px 30px #E7EBF0;
    border-radius: 20px;
    overflow: hidden;
    height: 259px;
}
.new-service  .feature-icon-title {
    align-content: center;
    display: flex;
    align-items: center;
}
.feature-title {
    font-size: 24px;
    padding-left: 15px;
    display: flex;
    align-items: flex-end;
    text-transform: none;

}
.feature-title span{
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 300;
    
}
.feature-content {
    font-size: 15px;
    /* padding: 15px 0px; */
    margin-top: 12px;
    --max-lines: 6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
    text-align: justify;
}
.new-service  .feature-icon-title .feature-icon{
    margin: 0px;
    border: 2px solid whitesmoke;
    padding: 35px;
    border-top-left-radius: 20px;
    box-shadow: 0px 5px 30px #E7EBF0;
}

.mobileview{
  display: none;
}
.computerView{
  display: block;
}

/* for responsive try */
    
@media screen and (max-width: 575.98px) {
    .feature-title {
      font-size: 20px;
      margin-top: 17px;
      padding-left: 8px;
      /* display: flex; */
      align-items: baseline;
      display: block;
      line-height: 28px;
    }
    .new-service{
      height: 229px;
      padding: 9px 17px;
    }
    .feature-content{
      font-size: 13px;
    }
    .slider1-text.service-text span{
      display: block;
    }
    .hideImage{
      display: none;
    }
    /* #whyus .whyus-content .title h2 {
      margin-top: 15px;
       text-align: -webkit-right; 
      font-weight: bold;
      position: relative;
      top: 0px;
      
      left: 14px;
      padding: 2px;
    } */

    #whyus .whyus-content .title h2 {
      margin-top: 15px;
      /* text-align: -webkit-right; */
      font-weight: bold;
      /* position: relative; */
      /* top: 0px; */
      /* left: 14px; */
      /* padding: 2px; */
      display: block;
  }
   
    #whyus .whyus-content .whyus-text {
      /* padding-left: 1rem; */
    }
    #whyus .whyus-content .whyus-text p {
      font-size: 15px;
      line-height: 25px;
  }
  *{
    overflow-x: hidden;
  }
  *::-webkit-scrollbar {
    display: none;
}
}


.mobileview{
  display: block;
}
.slider1-text.service-text {
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 30px;
}
.computerView{
  display: none;
}





@media screen and (min-width: 576px) and (max-width: 991.98px) {
    .feature-title {
      font-size: 20px;
      margin-top: 34px;
      padding-left: 8px;
      /* display: flex; */
      align-items: baseline;
      display: block;
      line-height: 20px;
    }
    .mobileview{
      display: block;
    }
    .slider1-text.service-text {
      text-transform: uppercase;
      letter-spacing: 4px;
      line-height: 30px;
  }
    .computerView{
      display: none;
    }
    .hideImage{
      display: none;
    }
    .fullWidth{
      width: 100%;
    }
    #whyus .whyus-content .title h2 {
      margin-top: 15px;
      /* text-align: -webkit-right; */
      font-weight: bold;
      position: relative;
      /* top: 0px;
      left: 14px; */
      padding: 2px;
    }
  /* #whyus .whyus-content .whyus-text {
    padding-left: 1rem;
  } */
  #whyus .whyus-content .whyus-text p {
    font-size: 15px;
    line-height: 25px;
}
}


@media screen and (min-width: 992px) {
    .feature-title {
        font-size: 18px;
    }
    .new-service{
      height: 248px;
    }
    
}

}
/*[Feature Page END]*/