body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
  h1, h2, h3, h4, h5, h6{
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
  }
  .t-h1, .t-h2, .t-h3, .t-h4, .t-h5, .t-h6{
     font-family: 'Poppins', sans-serif;
  }
  a{
      color: #375CFB;
  }
  .text-underline{
      text-decoration: underline !important;
  }
  .t-h1, h1{
      font-size: 48px;
  }
  .t-h2, h2{
      font-size: 40px;
  }
  .t-h3, h3{
      font-size: 30px;
  }
  .t-h4, h4{
      font-size: 26px;
  }
  .t-h5, h5{
      font-size: 22px;
  }
  .t-h6, h6{
      font-size: 18px;
  }
  .fw-300{
      font-weight: 300 !important;
  }
  .fw-400{
      font-weight: 400 !important;
  }
  .fw-500{
      font-weight: 500 !important;
  }
  .fw-600{
      font-weight: 600 !important;
  }
  .fw-700{
      font-weight: 600 !important;
  }
  .text-montserrat {
      font-family: "Montserrat";
  }
  a {
      color: #113DFA;
  }
  a:hover {
      text-decoration: none;
      color: #113DFA;
      opacity: .9;
  }
  .btn:hover {
      box-shadow: 0px 8px 32px rgb(0 0 0 / 24%);
  }
  .text-blk {
      color: #434343;
  }
  header{
      height: 70px;
      background: #fff;
      display: flex;
      width: 100%;
      position: fixed;
      top: 0;
      filter: drop-shadow(0px 4px 2px rgba(56,32,96,0.12));
      z-index: 999;
  }
  .logo-img {
      min-width: 120px;
      height: 55px;
      object-fit: contain;
  }
  header .navbar {
      padding: 0;
      margin: 0;
  }
  header .navbar li {
      padding-left: 30px;
  }
  header .navbar .nav-link {
      font-size: 18px;
      font-weight: 400;
      color: #434343;
      transition: .5s;
  }
  header .navbar .nav-link:hover {
      opacity: .8;
      transition: .5s;
  }
  .navbar-toggler:focus {
      border: 1px solid transparent !important;
      outline: none;
      box-shadow: none;
  }
  .hero {
      height:800px;
      background: url(../img/hero-banner.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      display: flex;
      margin-top: 70px;
      position: relative;
      z-index: 0;
  }
  .hero .right {
      position: absolute;
      width: 43%;
      right: 0;
      top: 0;
  }
  .hero .right img{
      width: 100%;
      height:800px;
      object-fit: cover;
      object-position:top;
      padding-top: 10px;
  }
  .hero .text-wrp {
      margin-top: 170px;
      padding-left: 30px;
  }
  .hero .t-h1 {
      color: #2b2b2b;
      font-weight: 300;
      margin-bottom: 22px;
      font-size: 51px;
  }
  .hero .btn img {
      width: 170px;
  }
  .hero .btn {
      margin-left: 5px;
  }
  .btn-red {
      background-color: #ff0000;
      color: #fff;
  }
  .download-app {
      width: 230px;
      height: 51px;
      border-radius: 25px;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 25px;
      transition: .5s;
  }
  .download-app:hover {
      color: #fff;
      transition: .5s;
  }
  .services {
      margin-top:  -120px;
      width: 100%;
  }
  .overlap {
      height: 220px;
      border-radius: 20px;
      filter: drop-shadow(0px 24px 22.5px rgba(63,77,86,0.2));
      background-color: #ffffff;
      display: flex;
      align-items: center;
      padding: 25px 80px;
      overflow: hidden;
  }
  .overlap .sr-wrap {
      display: flex;
      justify-content: space-between;
      width: 100%;
  }   
  .sr-info {
      text-align: center;
      width: 150px;
  }
  .sr-info img{
      width: 80px !important;
      height: 80px;
      object-fit: contain;
      margin: auto;
  }
  .sr-info .t-h6 {
      font-size: 18px;
      color: #000000;
      font-weight: 500;
      font-family: "Montserrat";
      margin-top: 15px
  }
  .category {
      margin-top: 65px;
  }
  .category .ct-wrp {
       box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
      text-align: center;
      border-radius: 20px;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .h-50 {
      height: 49% !important;
  }
  .h-50 img{
       height: 220px !important;
  }
  .mb-custom {
      margin-bottom: 17px;
  }
  .category .ct-wrp img {
      height: 290px;
      object-fit: cover;
      object-position: bottom;
      padding-bottom: 20px;
  }
  .category .ct-wrp h6 {
      font-size: 20px;
      font-weight: 600;
  }
  .ct-main {
      display: flex;
      justify-content: space-between;
  }
  .ct-wrp h2{
      font-size: 39px;
      color: #000000;
      font-family: "Montserrat";
      text-align: center;
  }
  .sub-t {
      font-size: 25px;
      color: #000000;
      font-family: "Montserrat";
      text-align: center; 
      margin-bottom: 30px;
      margin-top: 20px;
  }
  .ec-slider {
      overflow-x: hidden;
  }
  .ec-slider .owl-stage {
      display: flex;
  }
  .ec-slider .owl-nav, .portfolio-slider .owl-nav {
      display: none;
  }
  .ec-slider .owl-dots, .portfolio-slider .owl-dots {
      display: flex;
      justify-content: center;
      margin-top: 20px;
  }
  .ec-slider .owl-dots button {
      width: 20px;
      height: 4px;
      border-radius: 30px;
      padding: 0;
      border: none;
      background:#aea9a9 !important;
      margin: 0 2px; 
  }
  .ec-slider .owl-dots button.active {
      background:#e33937 !important;
  }
  .portfolio {
      background-color: #e33937;
      margin-top: 70px;
      display: flex;
      align-items: center;
      padding: 40px 0;
  }
  .portfolio .t-h2 {
      font-size: 39px;
      text-transform: uppercase;
      color: #f7f8fa;
      font-weight: 400;
      font-family: "Montserrat";
      text-align: center;
      margin: 0;
  }
  .portfolio h5 {
      color:  #f7f8fa;
      text-align: center;
      font-weight: 400;
      font-family: "Montserrat";
      margin: 0;
  }
  .portfolio-slider .owl-dots button {
       width: 20px;
      height: 3px;
      border-radius: 30px;
      padding: 0;
      border: none;
      background:#c1c1c1 !important;
      margin: 0 7px; 
  }
  .portfolio-slider .owl-dots button.active {
      background:#fff !important; 
  }
  .portfolio-slider .owl-stage {
      display: flex;
  }
  .owl-bg {
      position: absolute;
      right: 14%;
      background: url(../img/bg-portfolio.png);
      height: 100%;
      background-repeat: no-repeat;
      background-position: right;
      top: 3px;
      opacity: .8;
  }
  .prt-wrp {
      background-color: #ffedfd;
      padding: 35px;
      width: 55%;
      margin: 30px auto 20px auto;
      border-radius: 90px 0 90px 90px;
      position: relative;
      
  }
  .prt-wrp .bg{
      position: absolute;
  }
  .portfolio .content {
      display: flex;
      align-items: center;
  }
  .portfolio .content .image {
      min-width: 70px;
      height: 70px;
      border-radius: 20px;
  }
  .portfolio .content .image img {
      object-fit: cover;
      border-radius:20px;
      height: auto;
      width: 100%;
      max-width: 65px;
  }
  .portfolio .text {
      padding-left: 20px;
  }
  .portfolio .rating {
      margin: 0;
      padding: 0;
      display: flex;
  }
  .portfolio .rating li {
      list-style-type: none;
  }
  .portfolio .rating li i {
      color: #ffc700;
      font-size: 12px;
  }
  .portfolio .rating li span {
      color: #2b2b2b;
      font-size: 12px;
      padding-left: 10px;
  }
  .portfolio .text p {
      font-size: 16px;
      /* color: #6e7898; */
      font-weight: 400;
      font-family: "Montserrat";
      margin: 7px 0;
  }
  .portfolio .text .name {
      font-size: 17px;
      color: #2d3652;
      font-weight: 400;
  }
  .features {
      margin-top: 40px;
  }
  .features .inn{
      text-align: center;
      padding: 30px 30px;
      border-radius: 6px;
      height: 100%;
  }
  .features .col-lg-4 {
      margin-top: 25px;
  }
  .features .inn img{
      width: 90px;
      height: 90px;
      object-fit: contain;
  }
  .features .t-h4 {
      color: #000;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 15px;
  }
  .features p {
      font-size: 17px;
      color: #000000;
      font-weight: 500;
      text-align: center;
  }
  .bg-lighter {
      background: #fef0e7;
  }
  .bg-prpl {
      background: #f0e2fb;
  }
  .bg-pr {
      background: #e0f2fc;
  }
  .bg-bl {
      background:#e2fbf8;
  }
  .bg-aq {
      background: #f5fde6;
  }
  .bg-lemon {
      background: #fcf4d9; 
  }
  .bg-yl {
      background:  #fcf4d9
  }
  .get-app {
      margin-top: 40px;
  }
  .get-app .buttons
  {
     justify-content: center;
      margin-top: 15px;
  }
  .get-app a img {
      width: 190px;
  }
  .footer {
      background-color: #2d3652;
      margin-top: 50px;
  }
  .footer-wrp {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100px;
  }
  .footer h6 {
      font-size: 18px;
      color: #ffffff;
      padding: 0;
      margin: 0;
  }
  .social-m-icons {
      margin: 0;
      padding: 0;
      display: flex;
  }
  .social-m-icons li {
      list-style-type: none;
  }
  .social-m-icons li a{
      margin-right: 10px;
  }
  .social-m-icons li i {
       color: #fff;
      font-size: 24px;
  }
  .social-m-icons li a:hover {
      text-decoration: none;
  }
  .categories-slider {
      overflow-x: hidden;
  }
  .categories-slider .owl-stage {
      display: flex;
  }
  .categories-slider .owl-nav {
      display: none;
  }
  .categories-slider .cat-m {
      text-align: center;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      padding: 30px;
      width: 450px;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: auto auto 20px auto;
  }
  .categories-slider .cat-m img {
      width: 250px !important;
      margin-bottom: 20px;
  }
  .categories-slider .cat-m h6 {
      font-size: 18px;
      margin: 0;
  }
  .cat-mobile {
      display: none;
  }
  .categories-slider .owl-dots {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
  }
  .categories-slider .owl-dots button {
      width: 20px;
      height: 3px;
      border-radius: 30px;
      padding: 0;
      border: none;
      background:#c1c1c1 !important;
      margin: 0 2px; 
  }
  .categories-slider .owl-dots button.active {
      background: #e33937 !important; 
  }
  .categories-slider .item {
  }
  .sr-wrap-start {
      justify-content: flex-start !important;
   }
  .sr-wrap-start .sr-info
  {
      /* margin-right: 30px; */
  }
  
  
  
  @media(max-width:2000px) {
       .hero .right {
        width: auto;
      }
     .hero , .hero .right img{
        height: 820px;
      }
  }
@media(max-width:1800px){
    .hero .right {
      width: auto;
   }
}

  @media(max-width:1500px){
      .services {
        margin-top:  -120px;
     }
      .hero .right {
        width: auto;
      }
  }
  @media(max-width:1400px){
      .category .ct-wrp img {
          height: 250px;
      }
      .category .ct-wrp h6 {
          font-size: 18px;
      }
  }
  @media(max-width:1366px) {
      header .navbar .nav-link {
         font-size: 16px;
      }
      .logo-img {
         min-width: 115px;
         height: 50px;
      }
      .portfolio {
          margin-top: 30px;
      }
      .category .ct-wrp {
          height: 94%;
      }
      .category h2{
          font-size: 40px;
      }
      .h-50 {
        height: 46% !important;
       }
      .prt-wrp {
          width: 52%;
      }
      .hero
      {
         height: 600px;
      }
      .owl-bg {
          right: 15%;
      }
      .hero .t-h1 {
          font-size: 48px;
      }
      .hero .right img {
          height: 600px;
      }
      .hero .text-wrp {
          margin-top: 130px;
          padding-left: 10px;
      }
      .sr-info img {
        width: 70px !important;
        height: 70px;
      }
     .features .inn img {
         width: 81px;
         height: 81px;
         object-fit: contain;
      }
      header .navbar .nav-link {
          font-size: 16px;
      }
      .hero .btn img {
         width: 162px;
      }
  }
  @media(max-width:1200px) {
      .overlap {
        padding: 0 20px;
        height: 190px;
       }
      .portfolio {
        margin-top: 10px;
       }
      .h-50 {
         height: 43% !important;
       }
      .h-50 img {
         height: 135px !important;
          padding-bottom: 5px;
       }
        category .ct-wrp h6 {
         font-size: 14px;
       }
      .category .ct-wrp h6 {
        font-size: 13px;
       }
      .category .ct-wrp {
        height: 88%;
       }
      .owl-bg {
        right: 7%;
       }
      .sr-info .t-h6 {
        font-size: 16px;
       }
     .prt-wrp {
       width: 66%;
      }
     .t-h4, h4 {
       font-size: 22px;
      }
      .category .ct-wrp img {
        height: 194px;
      }
      .features .inn img {
        width: 71px;
        height: 71px;
        object-fit: contain;
     }
  }
  @media(max-width:991px) {
      header .navbar-nav {
       box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
       padding: 25px 17px;
       background: #fff;
      }
      .portfolio .content .image img {
          max-width: 65px;
      }
      .portfolio .text .name {
          font-size: 15px;
      }
      .portfolio .text p {
          font-size: 14px;
      }
      .sr-wrap-start .sr-info
      {
          margin-right: 0;
          width: 33% !important;
      }
      .footer h6 {
        font-size: 16px;
      }
      .social-m-icons li i {
        font-size: 18px;
      }
      .cat-mobile {
        display: block;
       }
      .category-desktop  {
          display: none;
      }
      .owl-bg {
        right: -8px;
      }
      .get-app a img {
        width: 150px;
      } 
      .t-h5 {
        font-size: 20px;
      }
      .prt-wrp {
        width: 80%;
       }
      .portfolio {
         height: 100%;
         padding: 40px 0;
      }
      .portfolio .t-h2 {
         font-size: 34px;
      }
      .portfolio .text p {
         margin: 4px 0;
      }
      .portfolio h5 {
         font-size: 16px;
      }
      .portfolio .content .image {
         min-width: 70px;
         height: 70px;
      }
      .logo-img {
         min-width: 90px;
         height: 40px;
      }
      .sr-info img {
         width: 50px !important;
         height: 50px;
      }
      .sr-info .t-h6 {
       font-size: 14px;
      }
      header {
          height: 50px;
      }
      header .navbar li {
          padding-left: 0;
      }   
      .hero {
         height: 400px;
         align-items: center;
         margin-top: 50px;
       }
      .hero .right img {
         height: 400px;
      }
      .hero .text-wrp
      {
         margin-top: 0;
      }
      .services {
          margin-top: 30px;
      }
      .overlap .sr-wrap
      {
          flex-wrap: wrap;
          justify-content: flex-start;
      }
     
      .sr-info
      {
          width: 25%;
          margin-bottom: 20px;
      }
      .overlap
      {
          height: 100%;
          padding: 20px 15px;
      }
     .t-h1, h1 {
         font-size: 35px;
       }
      .hero .btn img {
        width: 128px;
     }
      .download-app {
        width: 213px;
        height: 42px;
      }
      .features h2 {
        font-size: 34px;
      }
      .t-h4, h4 {
         font-size: 22px;
     }
     .features .inn img {
         width: 71px;
         height: 71px;
         object-fit: contain;
     }
      .ct-main {
          flex-wrap: wrap;
      }
      .category .ct-wrp {
          width: 100%;
          display: flex;
          margin: 0 auto 30px auto;
          align-items: center;
          flex-direction: column;
          justify-content: center;
      }
      .category .h-50 {
          height: auto !important;
      }
      .category .ct-wrp img, .category .h-50 img {
        height: 350px !important;
      }
       .category h2{
          font-size:32px;
      }
      .sub-t {
          font-size: 21px;
      }
  }
  @media(max-width:768px) {
      
      .category .ct-wrp {
          box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
       }
      .cat-half {
          height: 230px !important;
      } 
      .categories-slider .cat-half h6 {
          font-size: 14px;
      }
      .cat-half img {
          height: 100px !important;
      }
        .category .ct-wrp img {
          height: 220px !important;
      }
       .hero .t-h1 {
          font-size: 34px;
           font-weight: 400;
      }
      .hero .btn img {
          width: 115px;
      } 
       .download-app {
          font-size: 14px;
          width: 170px;
      }
       .hero {
          height: 300px;
      }
       .sr-info {
          width: 25%;
          margin-bottom: 20px;
      }
       .prt-wrp {
          width: 98.5%;
          padding: 21px;
      }
       .features p {
          font-size: 16px;
      }
       .owl-bg {
          right: 0;
        }
      .footer-wrp {
         flex-direction: column;
         justify-content: center;
      }
      .footer {
        height: 100px;
      }
      .features h2 {
      font-size: 30px;
     }
      .features .inn img {
          width: 65px;
          height: 65px;
      }
      .category {
      margin-top: 41px;
      }
      category .ct-wrp h6 {
      font-size: 19px;
     }
      .portfolio {
          margin-top: 40px;
      }
      .hero .right img {
        height: 303px;
      }
      .hero {
          position: relative;
      }
      .hero .container {
          position: relative;
          z-index: 2;
      }
      .hero:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background:rgb(255,255,255,.8);
          border-radius: 4px;
          z-index: 2;
      }
  }
  @media(max-width:500px){
      .categories-slider .cat-m
      {
        width: 97%;
         margin-top: 9px;
      }
       .sr-info .t-h6 {
       font-size: 13px;
      }
      
  }
  
  
  