

   @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
    :root { 
      --default-color: #000; 
      --heading-color: #37517e; 
      --accent-color: #47b2e4; 
      --surface-color: #ffffff; 
      --contrast-color: #ffffff; 
    }
    
    /* Nav Menu Colors */
    :root {
      --nav-color: #ffffff; 
      --nav-hover-color: #47b2e4;
      --nav-mobile-background-color: #ffffff; 
      --nav-dropdown-background-color: #ffffff; 
      --nav-dropdown-color: #444444;
      --nav-dropdown-hover-color: #47b2e4; 
    }
    
    /* Color Presets*/
    
    
    /* Smooth scroll */
    :root {
      scroll-behavior: smooth;
    }
    
    /*--------------------------------------------------------------
    # General Styling & Shared Classes
    --------------------------------------------------------------*/
    body {
      background-color: var(--background-color);
      font-family: "Plus Jakarta Sans", serif;
      color: #000!important; 
    }
    
    a {
      color: var(--accent-color);
      text-decoration: none!important; 
      transition: 0.3s;
    }
    
    a:hover {
      color: color-mix(in srgb, var(--accent-color), transparent 25%);
      text-decoration: none;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      color: var(--heading-color);
      font-family: "Plus Jakarta Sans", serif;
    }
    .smltxtSection {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700; 
  }
  .sec-title {
    background: -webkit-gradient(linear, left top, right top, from(#ea1616), to(#4b4a5c));
    background: linear-gradient(90deg, #ea1616 0%, #4b4a5c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sec-title2 {
    background: -webkit-gradient(linear, left top, right top, from(#ea1616), to(#7287fb));
    background: linear-gradient(90deg, #ea1616 0%, #7287fb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sliderHeading {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 800;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 48%);
}
  .sliderHeading span {
    position: relative;
    width: fit-content;
    display: inline-block;
  }
  .sliderHeading span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 8%;
    -webkit-mask-image: url(https://www.janbask.com/assets24/img//slider_shape.svg);
    mask-image: url(https://www.janbask.com/assets24/img//slider_shape.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    background-image: -webkit-gradient(linear, left top, right top, from(#ea1616), to(#2a0493));
    background-image: linear-gradient(90deg, #ea1616 0%, #2a0493 100%);
    z-index: -1;
  } 
  .faqHeading {
    font-size: .95rem;
    line-height: 1.3rem;
    font-weight: 700;
}
    .sliderSubHeading {
      font-size: 1.5rem;
      line-height: 1.88rem;
      text-shadow: 0px 2px 2px rgb(0 0 0 / 48%);
  } 
  .sectionHeading {
    font-size: 2rem;
    font-family: "Plus Jakarta Sans", serifGraphikSemibold !important;
      font-weight: 800;
      line-height: 2.5rem;
}
  
  .sectionSubHeading {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 500;
} 
  
  .sectionSmallHeading {
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-weight: 600;
  }

  .sectionDescription {
    font-size: .9rem;
    line-height: 1.2rem;
}

.sectionDescription2 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 700;
}
.boxHeading {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}
    .boxHeading2{
      font-size: 1.6rem;
      line-height: 2rem;
      font-weight: 700;
    }
    .display-table {
      display: table;
  }
  .scrolled header#header {
    background: #ffffff;
    box-shadow: 0 0 4px #e2e2e2;
  }
  .logoHeader-color {
    width: 148px;
  }
  .logoHeader-color{
    display: none;
  }
  .scrolled header#header .navmenu a{
    color: #000 !important;
  }
  .form-control::placeholder {
    font-size: .71rem;
  }
  .scrolled header#header .logoHeader-color{
    display: block;
  }
  .scrolled header#header .logoHeader{
    display: none;
  }
    .yellowText {
      color: #FFC107;
      position: absolute;
      top: -51px;
      left: -20px;
      transform: rotate(345deg);
    }
    .bannerBtn {
      background: #ea1616;
      color: #fff;
      text-align: center;
      width: fit-content;
      padding: 8px 30px;
      border-radius: 50px;
  }
  .bannerBtn a{
    color: #fff;
  }
    .blue-text {
      color :#032d60;
    }
  
    video#popupVideo {
      width: 100%;
    }
    section {
      padding: 70px 0px;
    }
    button.btn.btn-primary.popupButton  {
      color: #fff;
      background: #000000;
      font-size: .94rem;
      padding: 6px 22px;
      border: 0px;
      border-radius: 6px;
      transition: 0.3s;
      font-weight: 700;
      width: 100%;
  }
  
  .modal-content button.btn-close {
    position: absolute;
    background-color: #fff;
    z-index: 11;
    right: 0px;
    opacity: 1;
    color: #000;
    font-size: 10px;
    border-radius: 50%;
    top: 0px;
  }
  .modal-dialog .form-control {
    border-color: #cbd6e2;
    border-radius: 0px;
  }
  #myModal .modal-header {
    background: #ea1616;
    display: table;
  }
  .modal.show .modal-dialog {
    top: 10%;
  }
  .fw-700 {
    font-weight: 700 !important;
  }
    /*--------------------------------------------------------------
    # Global Header
    --------------------------------------------------------------*/
    .header {
      --background-color: transparent;
      --heading-color: #ffffff;
      padding: 8px 0;
      transition: all 0.5s;
      z-index: 997;
    }
    .logoHeader {
      width: 148px;
    }
  .menuLogo {
    width: fit-content;
    display: flex;
    gap: 50px;
}
.header .btn-getstarted span {
  position: relative;
  z-index: 1;
}
.header .btn-getstarted {
  color: #fff;
  background: linear-gradient(to right, #f11000 0%, #ff0404 51%, #e1281b 100%);
  font-size: .82rem;
  padding: 6px 26px 6px 16px;
  margin: 0 0 0 30px;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.header .btn-getstarted::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 100%;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(to right, #f11000 0%, #ff0404 51%, #e1281b 100%);
  transition: 0.3s;
  top: 0px;
}
.header .btn-getstarted:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  background: linear-gradient(to left, #f11000 0%, #ff0404 51%, #e1281b 100%);
} 
    .header .btn-getstarted:hover, .header .btn-getstarted:focus:hover {
      color: #f8f8f8;
    
    }

    .header .btn-getstarted:hover span i.bi.bi-arrow-right {
      transform: rotate(360deg);
    }

    .header .btn-getstarted span i.bi.bi-arrow-right {
      position: absolute;
      transform: rotate(322deg);
      margin-top: -9px;
      -webkit-transition: all .1s ease;
    transition: all .1s ease;
  }
    div#BoostYour .slick-slide  {
      height: auto!important;
  }
  .navmenu .dropdown ul li > a:hover, .scrolled header#header .navmenu .dropdown ul li > a:hover{
    background: #001065;
    color: #FF9800!important;
}
.font-get {
    font-size: 7.875rem;
    color: #ffffff69;
    font-weight: 900;
    line-height: 7.875rem;
}
    @media (max-width: 1200px) {
      .header .logo {
        order: 1;
      }
    
      .header .btn-getstarted {
        order: 2;
        margin: 0 15px 0 0;
      }
    
      .header .navmenu {
        order: 3;
      }
    }
    
    /*--------------------------------------------------------------
    # Navigation Menu
    --------------------------------------------------------------*/
    /* Desktop Navigation */
    @media (min-width: 1200px) {
      .navmenu {
        padding: 0;
      }
    
      .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
      }
    
      .navmenu li {
        position: relative;
      }
    
      /* .navmenu .dropdown:hover>ul{
        position: relative;
      } */
    
      .navmenu .dropdown:hover>ul li{
        position: initial!important;
      } 
    
      .navmenu a, .navmenu a:focus {
        color: var(--nav-color);
        padding: 18px 15px;
        font-size: .87rem;
        /* font-family: "Plus Jakarta Sans", serifGraphikLight; */
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: none;
        text-decoration: none;
        letter-spacing: -0.005em;
    }
    
      .navmenu a i,
      .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
      }
    
      .navmenu li:last-child a {
        padding-right: 0;
      }
    
      .navmenu li:hover>a,
      .navmenu .active,
      .navmenu .active:focus {
        color: #b1b1b1;
      }
    
      .navmenu .dropdown ul {
        margin: 0;
        padding: 0px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 0px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        border: 0px;
    }
    
      .navmenu .dropdown ul li {
        min-width: 200px;
      }
     
      .navmenu .dropdown ul a {
        padding: 8px 10px;
        font-size: .82rem;
        text-transform: none;
        color: var(--nav-dropdown-color);
    }
    .navmenu .dropdown:hover>ul li {
      border-bottom: 1px solid #eee;
  }
      .navmenu .dropdown ul a i {
        font-size: 12px;
      }
    
      .navmenu .dropdown ul a:hover,
      .navmenu .dropdown ul .active:hover,
      .navmenu .dropdown ul li:hover>a {
        color: #000;
      }
    
      .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
      }
    
      .navmenu .dropdown .dropdown ul {
        top: 0;
        left: 90%;
        visibility: hidden;
      }
      .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
    
      .navmenu .megamenu {
        position: static;
      }
    
      .navmenu .megamenu ul {
        margin: 0;
        padding: 10px;
        background: var(--nav-dropdown-background-color);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 130%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        display: flex;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
      }
    
      .navmenu .megamenu ul li {
        flex: 1;
      }
    
      .navmenu .megamenu ul li a,
      .navmenu .megamenu ul li:hover>a {
        padding: 10px 20px;
        font-size: 15px;
        color: #000;
      }
    
      .navmenu .megamenu ul li a:hover,
      .navmenu .megamenu ul li .active,
      .navmenu .megamenu ul li .active:hover {
        color:  #000;
      }
    
      .navmenu .megamenu:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
      }
    
      .navmenu .dd-box-shadow {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      }
    }
    
    /* Mobile Navigation */
    @media (max-width: 1199px) {
      .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
      }
    
    
      .navmenu {
        padding: 0;
        z-index: 9997;
      }
    
      .navmenu ul {
        display: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      }
    
      .navmenu a,
      .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: "Plus Jakarta Sans", serif;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
      }
    
      .navmenu a i,
      .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        /* background-color: color-mix(in srgb, var(--accent-color), transparent 90%); */
      }
    
      .navmenu a i:hover,
      .navmenu a:focus i:hover {
        /* background-color: var(--accent-color); */
        color: var(--contrast-color);
      }
    
      .navmenu a:hover,
      .navmenu .active,
      .navmenu .active:focus {
        color: #feb414;
      }
    
      .navmenu .active i, .navmenu .active:focus i {
        color: var(--contrast-color);
        transform: rotate(360deg); 
    }

    .navmenu .dropdown>.dropdown-active i {
      transform: rotate(90deg);
  }
    
      .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 0px 0;
        margin: 10px 2px 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }
    
      .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
      }
    
      .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
      }
    
      .mobile-nav-active {
        overflow: hidden;
      }
    
      .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
      }
    
      .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
      }
    
      .mobile-nav-active .navmenu>ul {
        display: block;
      }
    }
    
    /*--------------------------------------------------------------
    # Global Footer
    --------------------------------------------------------------*/
    .footer {
      color:#fff;
      background-color:#000;
    }
  
    .aboutTxtBox {
      background: #00000078;
      padding: 54px 60px;
      border-radius: 20px;
  }
  .fan-img {
    width: 30px;
  }
  .white-trans-box-child {
    position: relative;
  }
  
  .white-trans-box {
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: #ffffff8c;
    /* margin: 0 auto; */
    left: 50%;
    transform: translate(-51%, 0px);
    width: 91%;
    padding: 44px;
    /* backdrop-filter: blur(4px); */
  }
  
  /* 
  .cmt-bgcolor-skincolor .featured-content{
    padding: 18px;
  } */
  .map-img {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .featured-icon-box {
    padding: 20px;
  }
  
  .ml_100 {
    margin-left: -100px !important;
  }
  
  
  
  .cmt-bgcolor-skincolor {
  
    background: linear-gradient(257deg, rgb(28 32 215) 0%, rgb(29 32 201) 100%);
  }
  
  
  .cmt-bgcolor-skincolor-1 {
    background-color: #f8f9fa;
  }
  
  .layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
  }
  
  .spacing-6 {
    padding: 70px 0 70px 0;
  }
  
  .locate-img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .form-address-section .form-box {
    box-shadow: 0px 2px 3px #00000026;
    padding: 21px;
    width: 84%;
    /* border: 1px solid #00000017; */
    border-radius: 20px;
    background: #fff;
  }
  
  .form-box {
  /* box-shadow: 0px 5px 3px #00000070; */
  padding: 62px;
  background: #f7f7f7;
  }
  
  .box-new {
    background-image: url(https://www.janbask.com/assets24/img/col-bgimage-2.png);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 130%;
  }
  .icon-div-1 {
  
  display: inline-flex;
  justify-content: center;
  align-items: center;
  
  }
  
  .icon-div-2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  }
  
  .icon-div-2 img,
  .icon-div-1 img {
  width: 40px;
  }
  
  .address-bx-1 {
  background: rgb(18 79 108 / 0.6);
  border: none;
  position: relative;
  padding: 15px;
  height: 100%;
  text-align: center;
  }
  .reaserch-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
  }
  
  .img-div img {
    transition: .2s;
    width: 100%;
    height: 100%;
  }
  
  .content-div {
    position: absolute;
    top: 0;
    background-color: #0000004a;
    padding: 16px;
    height: 100%;
    z-index: 1;
    width: 100%;
  }
  
  .main-description {
    position: relative;
    right: -358px;
    transition: 2s;
  }
  
  .reaserch-box:hover .img-div img {
    transform: scale(70.5)
  }
  
  .reaserch-box:hover .main-description {
    right: 0;
  }
  
  .reaserch-box:hover .buttons-div {
    top: 100px;
  }
  
  .location-bx {
    display: flex;
    justify-content: space-between;
  
  }
  
  .location-bx-1 {
    width: 20%;
  }
  .grow-career-section-child{
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #00000000 68%, #00000003),  url(https://www.janbask.com/assets24/img/ss-1.jpg) no-repeat; background-size: cover; height:58vh;
  }
  .join-btn {
    font-weight: 600;
    display: flex;
    align-items: center;
  
  
  }
  .join-btn:hover .purple-bx {
  margin-left: 16px;
  transition: 1s ease-in-out;
  background-image: linear-gradient(to right, #ea1616, #ea1616);
  }
  .purple-bx img {
    width: 10px;
  }
  
  .purple-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #ea1616, #f74242);
  padding: 10px;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  }
  
  .btn-getstarted-1,
  .btn-getstarted-1:focus {
    color: #fff;
    background: #000000;
    font-size: .94rem;
    padding: 6px 22px;
    border-radius: 6px;
    transition: 0.3s;
    font-weight: 700;
    width: 100%;
  }
  
  .joinus-img {
    width: 586px;
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: rotate(356deg);
  }
  
  .grow-career-section {
  position: relative;
  
  }
  
  .Accordion .accordopn-row {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: skew(0deg);
  }
  
  .Accordion .accordopn-row .card {
    transition: all 1s ease-in-out;
    height: 50vmin;
    width: 23vmin;
    position: relative;
    margin: 0 5px;
    border-radius: 15px;
  }
  
  .Accordion .accordopn-row .card .card__head {
    color: white;
    background: transparent;
    padding: 0.5em;
    transition: all 0.5s ease-in-out;
    text-align: right;
    position: absolute;
    bottom: 85px;
    font-size: 1.4em;
    white-space: nowrap;
    left: -55px;
    transform: translate(-50%, 50%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
    transform: rotate(90deg);
    width: 200px;
  }
  
  .ls-minus-3px.sectionHeading {
    font-size: 2.5rem;
    line-height: 2.8rem;
} 
  
  .show {
    flex-grow: 2;
    z-index: 5;
  }
  
  
  .Accordion .accordopn-row .card .sectionDescription {
    position: absolute;
    /* top: 107px; */
    left: 74px;
    bottom: 13px;
    font-size: 13px;
    display: none;
  
  }
  
  
  .Accordion .accordopn-row .card.show .sectionDescription {
    display: block;
  
  }
  
  .Accordion .accordopn-row .card:hover img {
    filter: grayscale(0);
  }
  
  
  .Accordion .accordopn-row .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
    border-radius: 15px;
  }
  
  .address-bx-img {
    margin-top: -97px;
  }
  
  .contact-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54vh;
  }
  
  
  
  .address-bx {
    background-color: #ffffff;
    padding: 0 10px 20px;
    position: relative;
  }
  
  .icon-div {
    border: 2px solid #D70000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 14px;
    left: 26px;
    background: #fff;
  }
    
    /*--------------------------------------------------------------
    # Scroll Top Button
    --------------------------------------------------------------*/
    .scroll-top {
      position: fixed;
      visibility: hidden;
      opacity: 0;
      right: 15px;
      bottom: -15px;
      z-index: 99999;
      background-color: var(--accent-color);
      width: 44px;
      height: 44px;
      border-radius: 50px;
      transition: all 0.4s;
    }
    
    .scroll-top i {
      font-size: 24px;
      color: var(--contrast-color);
      line-height: 0;
    }
    
    .scroll-top:hover {
      background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
      color: var(--contrast-color);
    }
    
    .scroll-top.active {
      visibility: visible;
      opacity: 1;
      bottom: 15px;
    }
    .popupbtn {
      background: linear-gradient(to right, #d33536 50%, #e03535);
      color: #fff;
      position: fixed;
      right: -1px;
      top: 35%;
      z-index: 1;
      -webkit-transform: rotate(90deg) translate(100%, 0);
      -ms-transform: rotate(90deg) translate(100%, 0);
      transform: rotate(90deg) translate(100%, 0);
      -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
      transform-origin: top right;
      border-radius: 0;
      letter-spacing: 1px;
      border-radius: 0px 0px 10px 10px;
      padding: 10px 20px;
  }
  
  
  .dark-bg .btn-getstarted{
      color: #fff;
      background-image: linear-gradient(to right, #ea1616, #f74242);
      font-size: 1rem;
      padding:9px 22px;
      border-radius: 50px;
      transition: 0.3s;
      font-weight: 700;
      display: table;
  }
  .project-content-wrapper {
    background: #fff;
    border-radius: 20px 0 0 20px;
    padding: 82px;
  }
  .download-section {
    background: url(https://ex-coders.com/html/cphost/assets/img/hosting/hosting.jpg);
    background-repeat: no-repeat;
    height: 55vh;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  .Home-banner:after {
    position: absolute;
    z-index: 1;
    right: 0px;
    background: url(https://www.janbask.com/assets24/img/h2-slider-shape.png);
    content: '';
    top: 0px;
    width: 500px;
    height: 400px;
    opacity: .3;
  }
   .hero-button .tj-primary-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: 1s;
  }
  
  .tj-cancel-btn, .tj-primary-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-radius: 8px;
    font-size: .94rem;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 28px;
    border: none;
    background-image: linear-gradient(to right, #f11000 0%, #770000 51%, #e1281b 100%);
    background-size: 200%;
    font-weight: 700;
}
  .tj-primary-btn:hover{
    color: #fff;
    background-position: -100%;
  }
  .learnBtn {
    color: #FFC107;
    font-size: .86rem;
    border-bottom: 1px solid #FFC107;
  }
  /* .weServeBx {
    height: 100%;
    background: #010e35;
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  } */
  .serviceBannerCont {
    background: linear-gradient(360deg, #13194e78, #01084685), url(https://www.janbask.com/assets24/img/slBan.jpg) bottom center no-repeat;
    padding: 102px 60px 102px 60px !important;
    border-radius: 28px;
    margin-top: 42px;
    position: relative;
    background-size: cover;
  }
  
  .serviceBannerCont:after {
    position: absolute;
    z-index: 0;
    right: 0px;
    background: url(https://www.janbask.com/assets24/img/h2-slider-shape.png);
    content: '';
    top: -30px;
    width: 500px;
    height: 400px;
    opacity: .3;
  }
  .weServeBx {
    height: 100%;
    background: linear-gradient(45deg, #001b30, #0555935e);
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }
  .testim-img {
    width: 605px;
    position: absolute;
    top: -38px;
    right: 28px;
}
.certified-box {
  background: url(https://www.janbask.com/assets24/img/box-33.png);
  background-size: cover;
  position: absolute;
  z-index: 11;
  right: 0px;
  bottom: -1px;
  background-repeat: no-repeat;
  width: 676px;
  height: 300px;
  padding: 36px 87px;
}
.salesforce-column {
  position: absolute;
  z-index: 1;
  bottom: 31px;
  left: 140px;
}
.circle {
  width: 82px;
  height: auto;
  border-radius: 40px;
  background-color: #ffffff;
  transition: all 0.25s ease;
  padding: 6px 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 6px 8px 0px rgb(0 0 0 / 24%);
  display: flex;
  gap: 10px;
  align-items: center;
  float: left;
  margin-right: 20px;
}
.caseSt .sectionDescription2 {

  text-transform: capitalize;
}
.salesforce-banner-1 {
 
  background-size: cover !important;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 0 0 0px 50px;
}
.salesforce-banner-1 .breadcrumb-item.active {
  color: #de0d00;
  font-weight: 700;
}
.salesforce-banner-1 .breadcrumb-item a {
  color: #fff;
}
.salesforce-banner-1 .breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}
.rate span.fa.fa-star img {
  width: 12px;
  padding-right: 2px;
}
.small-heading-space {
  color: #1C65A9;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
}
.work-btn {
  color: #de0d00;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  transition: .5s;
  display: flex;
  align-items: center;
}
.work-btn:hover {
  color: rgb(255, 58, 44);
}

.portfolioBg{
  background: linear-gradient(to right, #050b31 26%, #000d53 100%);
}
form {
    background: #0000008f;
    padding: 78px 32px;
    height: 100%;
    margin-bottom: 0px;
}
.sectionSentence {
    position: absolute;
    bottom: 0px;
    padding: 8px 20px;
}
   /* START: Theme Animation CSS
  ----------------------------------------*/
   /* circle animation */
  @keyframes rotateImg {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }
  .shake-y {
      -webkit-animation: shakeY 2.5s ease-in-out infinite;
      animation: shakeY 2.5s ease-in-out infinite;
  }
  @-webkit-keyframes shakeY {
      0% {
          -webkit-transform: translateY(10px);
          transform: translateY(10px);
      }
      50% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
      }
      100% {
          -webkit-transform: translateY(10px);
          transform: translateY(10px);
      }
  }
  
  @keyframes shakeY {
      0% {
          -webkit-transform: translateY(10px);
          transform: translateY(10px);
      }
      50% {
          -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
      }
      100% {
          -webkit-transform: translateY(10px);
          transform: translateY(10px);
      }
  }
  
  .pulse {
      -webkit-animation: pulse 2.5s ease-in-out infinite;
      animation: pulse 2.5s ease-in-out infinite;
  }
  
  @-webkit-keyframes pulse {
      from {
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
      }
  
      50% {
          -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
      }
  
      to {
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
      }
  }
  
  @keyframes pulse {
      from {
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
      }
  
      50% {
          -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
      }
  
      to {
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
      }
  }
  
  .skew-spin {
      -webkit-animation: skewSpin 5s linear infinite;
      animation: skewSpin 5s linear infinite;
  }
  @-webkit-keyframes skewSpin {
      0% {
          -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
          transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
      }
      100% {
          -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
          transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
      }
  }
  @keyframes skewSpin {
      0% {
          -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
          transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
      }
      100% {
          -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
          transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
      }
  }
  
  .left-right-rotate {
      animation: rotated-style3 2s infinite alternate;
  }
  @keyframes rotated-style3 {
      0% {
          transform: rotate(-10deg);
          -webkit-transform: rotate(-10deg);
      }
      100% {
          transform: rotate(10deg);
          -webkit-transform: rotate(10deg);
      }
  }
    
    /*--------------------------------------------------------------
    # Disable aos animation delay on mobile devices
    --------------------------------------------------------------*/
    @media screen and (max-width: 768px) {
      [data-aos-delay] {
        transition-delay: 0 !important;
      }
    }
    

    @media screen and (max-width: 992px){
      .header .btn-getstarted {
        margin: 0 34px 0 0;
    }
      .mobile-nav-toggle {
        color: #ffffff;
        right: 0px;
        position: absolute;
    }
      .scrolled header#header .mobile-nav-toggle {
        color: #000000;
    }
      .scrolled header#header i.mobile-nav-toggle.d-xl-none.bi.bi-x{
        color: #fff;
    }
   
      .scrolled header#header .navmenu a {
        color: #ffffff !important; 
    } 
      .navmenu a i, .navmenu a:focus i {
        font-size: 8px;
        width: 20px;
        height: 20px;
    }
      .navmenu a, .navmenu a:focus {
        font-size: .81rem;
        font-weight: 400;
    }
      .navmenu a {
        border-bottom: 1px solid #eeeeee2e;
    }
      .navmenu .dropdown ul {
        background-color: #ffffff17;
    }
      .navmenu a, .navmenu a:focus {
        color: #ffffff;
    }
      .mobile-nav-active .navmenu>ul {
        padding-top: 48px;
        background: #000;
    }
      .navmenu ul {
        inset: inherit;
    }
    /* .mobile-nav-active .mobile-nav-toggle {
      color: #010101;
  } */
    }
   
    @media screen and (max-width: 767px) {  
      .font-get {
    font-size: 3.875rem;

    line-height: 4.875rem;
}
      .faIcon img {
        width: 20px;
    } 
 .circle {
        width: 54px;
        margin-right: 7px;
        gap: 1px;
    } 
      .outCheck a .sectionDescription2 {
        font-size: 1.14rem;
        line-height: 1.5rem;
    }
      .rightImg2, .rightImg1 {
        width: 100px!important;
    }
      .col-lg-3.col-md-4.py-3.md-pb-0.col-6.order-lg-2.order-3.text-dark-gray.border-end.border-color-extra-medium-gray.sm-border-end-0 {
        border-right: 0px!important;
    }
      .ls-minus-3px.sectionHeading {
        font-size: 1.6rem;
        line-height: 2rem;
    }
      .breadcrumb-item.active, .breadcrumb-item a {
        font-size: .8rem;
    }
      ol.breadcrumb{
        align-items: center;
      }
      .logoBrannd {
        width: 56px;
        height: 40px;
    }
      .salesforce-column {
        position: unset;
      
    } 
    .certified-box {
      position: relative;
      right: 0px;
      bottom: -5px;
      height: 189px;
      padding: 27px 0 10px 3px;
      color: #fff;
      background: none;
      width: 100%;
  }
  .circle {

    margin-right: 10px;
}
.small-heading-space {
  color: #fff;
}
      img.quote-img.img-fluid {
        width: 28px;
    }
      .research-div .sectionSubHeading {
        font-size: .86rem!important;
    } 
      .research-div {
        top: 10px!important;
        left: 10px!important;
    }
    .reaserch-box:hover .main-description{
      font-size: .74rem!important;
    }
      .reaserch-box:hover .demo-btn1 {
        bottom: 10px!important;
        font-size: .7rem!important;
    }
      .content-div1 {
        padding: 16px 8px!important;
    }
      .reaserch-box:hover .buttons-div {
        top: 10px!important;
        padding: 0px 5px 0px 2px!important;
    }
      .logoHeader-color, .logoHeader {
        width: 100px;
    }
      .accordion button.accordion-button .sectionSubHeading {
        font-size: .84rem;
    }
      .accordion button.accordion-button {
        padding: 10px 10px;
    }
      .form-control::placeholder {
        font-size: .71rem!important;
    }
        form {
        padding: 38px 32px!important;
    }
        .topRated .col-lg-3:nth-child(2) .GrowWithUs:after{
            content:none!important;
        }
        .GrowWithUs:after {
        height: 100%!important;
        right: 14px!important;
    }
        .GrowWithUs {
        margin-bottom: 20px!important;
    }
        .topRated {
        padding: 28px 0px!important;
    }

      .serviceBannerCont {
        padding: 48px 24px 48px 24px!important;
    }
      .clientsBx img.img-fluid.logoIcon {
        width: 64px!important;
    }
        .newtestimonial ul.slick-dots li {
        width: 6px!important;
        height: 6px!important;
        margin: 0px 8px!important;
    }
    section.newtestimonial {
        padding-bottom: 0px!important;
    } 
    .footerBx-heading {
      font-size: 1.06rem!important;
      line-height: 1.2rem!important;
  }
  .footer-ul li a {
    font-size: 0.8rem!important;
}
.footer-ul {
  margin-bottom: 24px!important;
}
        .testim-img {
        width: 596px!important;
        position: initial!important;
        margin-top:20px!important;
    }
    .blogSmltxt {
      font-size: .71rem!important;
  }
    .blogTxtBx {
      width: 98%!important;
      padding: 8px 6px!important;
      border-radius: 6px!important;
      margin: -10px auto 14px auto!important;
  }
        .devtechImg {
        margin: 10px 0px!important;
    }
      .serviceBannerCont {
        padding: 48px 24px 48px 24px!important;
    }
      .tj-cancel-btn, .tj-primary-btn {
        font-size: 12px;
        padding: 10px 24px;
    }
      .grow-career-section-child .col-lg-4 {
        position: relative;
        z-index: 1;
    }
      .grow-career-section-child:after {
        position: absolute;
        background: #00000091;
        content: '';
        width: 100%;
        height: 100%;
    }
    .grow-career-section-child {
      position: relative;
  }
      .research-div .boxHeading {
        font-size: 1rem;
    }
      .white-trans-box .white-trans-box-child {
        display: inline-block!important;
    }
      .sectionDescription, ul.mobile-first li {
        font-size: .91rem;
        line-height: 1.1rem;
    }
      section {
        padding: 40px 0px;
    }
    .boxHeading {
      font-size: 1.1rem;
      line-height: 1.4rem;
      font-weight: 700;
  }
  .sectionSubHeading {
    font-size: 1.01rem;
    line-height: 1.32rem;
  }
      .header .btn-getstarted {
        font-size: .72rem;
    }
    .popupbtn {
      top: initial;
      z-index: 11;
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial;
      -webkit-transform-origin: initial;
      -ms-transform-origin: top right;
      transform-origin: initial;
      border-radius: 0;
      letter-spacing: 1px;
      border-radius: 0px;
      padding: 5px 20px;
      bottom: 0px;
      width: 100%;
      text-align: center;
      left: 50%;
      transform: translate(-50%, 0);
  }
      .copyright-div p {
        font-size: .8rem;
        line-height: 1.1rem;
    }
      section.Accordion br {
        display: none;
    }
      .foot-icon {
        width: 22px!important;
    }
      .addressSuite .d-flex.align-items-center {
        align-items: start!important;
    }
      .form-box {
        padding: 32px 20px!important;
    }
    .white-trans-box-child .sectionDescription {
      font-weight: 600;
  }
  .sliderHeading {
    font-size: 1.6rem;
    line-height: 2rem;
}
  .sliderSubHeading {
    font-size: 1.1rem;
    line-height: 1.38rem;
  }
  .sectionHeading {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .white-trans-box {
    width: 98%!important;
    padding: 44px 10px!important;
  }
  .Cloudbox img {
    width: 58px!important;
}
.perfetIcon {
  margin-bottom: 20px;
}
.perfetIcon .boxHeading {
  font-size: .91rem;
  line-height: 1.2rem;
}
.perfetIcon img {
  width: 52px!important;
}
    }
  
    @media (min-width: 768px) and (max-width:991px) { 
      section {
    padding: 40px 0px;
}
      .circle {
        width: 53px;
        gap: 3px;
        margin-right: 6px;
    }
    .faIcon img {
    width: 16px;
}
      .outCheck a .sectionDescription2 {
        font-size: 1.14rem;
        line-height: 1.5rem;
    }
      .counterBx .progess-group:nth-child(3) span.LeavePatch {
        background-size: 53px!important;
        right: -30px!important;
        transform: rotate(-42deg)!important;
        top: -10px!important;
    }
    .counterBx .progess-group:nth-child(2) span.LeavePatch {
      background-size: 80px!important;
      left: -10px!important;
      transform: rotate(48deg)!important;
      bottom: 40px!important;
  } 
      .counterBx .progess-group:nth-child(1) span.LeavePatch {
        background-size: 34px!important;
        left: 28px!important;
        transform: rotate(36deg)!important;
        top: 41px!important;
    }
      .circular-progress {
        height: 100px!important;
        width: 100px!important;
    }
      .circular-progress::before {
        width: 84px!important;
        height: 84px!important;
    }
      .course-value {
        font-size: 28px!important;
    }
      #cards {
        gap: 0!important;
    }
      .mobile-nav-toggle {
        top: 8px;
    }
      .ls-minus-3px.sectionHeading {
        font-size: 1.4rem;
        line-height: 2rem; 
    }
      .d-flex.gap-2.flex-column.flex-lg-row.align-items-center.justify-content-center.text-center.text-lg-start {
        flex-direction: row!important;
    }
    .review-star-icon.fs-20.d-inline-block.text-gradient-orange-sky-blue {
      display: flex!important;
  }
      .certified-box {
        right: -15px;
        bottom: -1px;
        width: 426px;
        height: 300px;
        padding: 32px 29px 0 71px;
    }
      .research-div .sectionSubHeading {
        font-size: .86rem!important;
    } 
      .research-div {
        top: 10px!important;
        left: 10px!important;
    }
    .reaserch-box:hover .main-description{
      font-size: .74rem!important;
    }
      .reaserch-box:hover .demo-btn1 {
        bottom: 10px!important;
        font-size: .7rem!important;
    }
      .content-div1 {
        padding: 16px 8px!important;
    }
      .reaserch-box:hover .buttons-div {
        top: 10px!important;
        padding: 0px 5px 0px 2px!important;
    }
      .impBx .col-lg-2.col-4.col-md-2 {
        width: 20%;
    }
      .perfetIcon {
        margin-bottom: 20px;
    }
      .perfetIcon .boxHeading {
        font-size: .91rem;
        line-height: 1.2rem;
    }
      .perfetIcon img {
        width: 52px!important;
    }
      .Cloudbox img {
        width: 58px!important;
    }
      .form-control::placeholder {
        font-size: .71rem !important;
    }  
    form {
        padding: 38px 32px!important;
        width: 68%!important;
    }
        .topRated .col-lg-3:nth-child(2) .GrowWithUs:after{
            content:none!important;
        }
        .GrowWithUs:after {
        height: 100%!important;
        right: 14px!important;
    }
        .GrowWithUs {
        margin-bottom: 20px!important;
    }
        .topRated {
        padding: 28px 0px!important;
    }
      .header .btn-getstarted {
        position: absolute;
        right: 58px;
    }
      .foot-icon {
        width: 20px!important;
    }
      .footerBx-heading {
        margin-top: 38px;
    }
      .blogBox {
        margin-bottom: 30px;
    }
      .black-testimonial .sectionSubHeading {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
      .newtestimonial .testim-img {
        width: 448px!important;
        top: 78px!important;
        right: -32px!important;
    }
      img.quote-img.img-fluid {
        width: 30px;
    }
      .devtechImg img {
        width: 66px!important;
        margin: 0 auto 14px auto!important;
    }
      .col-lg-12.halfBox {
        float: left;
        width: 50%;
    }
      .serviceBannerCont:after {
        top: -26px;
        width: 300px;
        height: 360px;
    }
      .sectionDescription, ul.mobile-first li {
        font-size: 1.1rem;
        line-height: 1.34rem;
    }
      .boxHeading {
        font-size: 20px;
        line-height: 27px;
    }
    .sectionHeading {
      font-size: 1.7rem;
      line-height: 2rem;
  }
      .tj-cancel-btn, .tj-primary-btn {
        font-size: 16px;
        padding: 12px 28px;
    }
      .serviceBannerCont {
        padding: 52px 10px 52px 22px!important;
        margin-top: 16px;
    }
    .sliderHeading {
      font-size: 1.9rem;
      line-height: 2.4rem;
  }
.accordion button.accordion-button .sectionSubHeading {
  font-size: .84rem;
}

    } 
  

    @media (min-width: 992px) and (max-width:1199px){
   
      .certified-box {
        right: 0;
        width: 492px;

        height: 250px;
        padding: 36px 66px;
    }
      .reaserch-box:hover .buttons-div {
        top: 37px!important;
        left: 4px!important;
    }
      .impBx .col-lg-2.col-4.col-md-2 {
        width: 20%;
    }
    .mobile-nav-toggle {
      color: #ffffff;
  }
      .header .btn-getstarted {
        position: absolute;
        right: 58px;
    }
      .halfright {
        width: 60%!important;
    }
   .halfleft {
      width: 40%!important;
  }
      .GrowWithUs .sectionDescription {
        font-size: .91rem;
    }
      .GrowWithUs:after {
        right: 0px;
    }
      form {
        padding: 78px 32px;
    }
      .serviceBannerCont {
        padding: 82px 34px 82px 34px !important;
    }
    .sliderHeading {
      font-size: 2.2rem;
      line-height: 2.9rem;
  }
      .sectionHeading {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .faqHeading {
      font-size: 1.2rem;
   
  }
      .boxHeading {
        font-size: 20px;
        line-height: 25px;
    }
    .sectionDescription, ul.mobile-first li {
      font-size: 1.1rem;
      line-height: 1.4rem;
  }
    .testim-img {
      width: 459px !important;
      right: 7px!important;
      top: 76px !important;
  }
      /* .testim-img {
        width: 586px;
        right: -42px;
    } */
    }
      @media (min-width: 992px) and (max-width: 1099px) {
        section {
    padding: 40px 0px;
}
      }

  @media (min-width: 1200px) and (max-width: 1299px) {
      section {
    padding: 50px 0px;
}
  
     .font-get {
    font-size: 4.875rem;
    line-height: 5.875rem;
}
      .logoBrannd {
        width: 96px;
    }
      .header .btn-getstarted, .header .btn-getstarted:focus {
        font-size: .82rem;
    }
      .salesforce-banner-1 {
        height: 99vh;
    }
      .certified-box {
        width: 518px;
        height: 220px;
        padding: 36px 59px;
    }
      p.sectionDescription.text-white.main-description.mb-0 {
        font-size: 13px;
        line-height: 19px;
    }
    .testim-img {
      width: 585px;
      position: absolute;
      top: -16px;
      right: 28px;
  }
      .accordion button.accordion-button .sectionSubHeading {
        font-size: 1rem;
    }
      .risk-box {
        gap: 12px;
        padding: 20px 15px;
        margin-bottom: 12px;
    }
    .boxHeading {
      font-size: 1.2rem;
      line-height: 1.5rem;
  }
      .sectionSubHeading {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
      .sliderHeading {
        font-size: 2.3rem;
        line-height: 2.8rem;
    }
      .sectionDescription {
        font-size: 1rem;
        line-height: 1.34rem;
    }
    .research-div .sectionDescription {
      font-size: .8rem !important;
      line-height: 1.2rem !important;
  } 
    .sectionHeading {
      font-size: 1.7rem;
      line-height: 2.1rem;
  }
  .clientsBx .items-logo img {
    width: 88px;
}
    }
   
  
    @media only screen and (min-width: 1300px) {
  
    /* .download-section {
      
        height: 87vh;
    
    }
    .sectionHeading {
      font-size: 2rem;
      line-height: 2.3rem;
  }
   
    .sectionSubHeading {
      font-size: 1.23rem;
      line-height: 1.5rem;
  } 
  .boxHeading {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .sectionSmallHeading {
    font-size: 1.5rem;
  }
  .project-content-wrapper {
    padding: 60px;
  } */
    }
  
    
    @media (min-width: 1400px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
          max-width: 84%!important;
      }
  }
    @media only screen and (min-width: 1500px) {}
    @media only screen and (min-width: 1600px) {}
    @media only screen and (min-width: 1700px) {}
    @media only screen and (min-width: 1800px) {}
    @media only screen and (min-width: 1900px) {}
    
    @media (min-width: 1800px) and (max-width: 2199px) { 
      p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
      .outCheck a .sectionDescription2 {
        font-size: 1.54rem;
        line-height: 1.78rem;
    }
      .work-btn {
        font-size: 1.3rem;
    }
      .header .btn-getstarted span i.bi.bi-arrow-right {
        margin-top: -12px;
    }
      .header .btn-getstarted {
        font-size: 1.1rem;
        padding: 6px 34px 6px 16px;
    }
      .ls-minus-3px.sectionHeading {
        font-size: 3.2rem;
    }
      span.lh-24.fw-600.d-block {
        font-size: 1.4rem;
    }
      .review-star-icon i { 
        font-size: 1.56rem;
    }
      .faqHeading {
        font-size: 1.16rem;
        line-height: 1.4rem;
    }
      .boxHeading2{
        font-size: 1.9rem;
        line-height: 2.5rem;
      }
      .sectionDescription2 {
        font-size: 1.38rem;
        line-height: 1.7rem;
        font-weight: 700;
    }
      .clientsBx .items-logo img {
        width: 118px;
    }
      .slider-section .card .boxHeading {
      min-height: 50px;
      }
      .sectionDescription {
      font-size: 1.2rem;
      line-height: 1.5rem;
      }
      .sectionHeading {
        font-size: 2.6rem;
        line-height: 3.2rem!important;
      }
      .tj-cancel-btn, .tj-primary-btn {
      font-size: 1.2rem;
      }
      .navmenu .dropdown ul li a {
        font-size: 1rem!important;
        padding: 10px 10px!important;
        border-bottom: 1px solid #eee;
    }
    .navmenu a, .navmenu a:focus {
      padding: 18px 22px 18px 15px!important;
      font-size: 1.1rem!important;
  }
      .boxHeading {
        font-size: 1.4rem;
        line-height: 27px;
        font-weight: 700;
    }
    .sectionSubHeading {
      font-size: 1.4rem;
      line-height: 1.8rem;
  }
  .sliderHeading {
    font-size: 3rem;
    line-height: 3.5rem;
}
    }
    
    