
    .sideNavi {
      position: fixed;
      top: 50%;
      right: 0;
      z-index: 99;
    }
.query-btn {
  background-color: #e5e7eb;
  color: #000;
  padding: 8px 10px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease;
}

.query-btn:hover {
  background-color: #d1d5db;
  color: #000;
}

.query-btn:focus,
.query-btn:active {
  outline: none;
  box-shadow: none;
  background-color: #d1d5db;
}

    .loader_outer {
      height: 100vh;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #0000007b;
      z-index: 999999;
      display: none;
      justify-content: center;
      align-items: center;
    }

    .loader {
      border: 16px solid #f3f3f3;
      border-radius: 50%;
      border-top: 16px solid #3498db;
      width: 80px;
      height: 80px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
    }

    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .association_text {
      font-size: 16px;
      line-height: 18px;
      text-align: left;
    }

    div#client-slider h5 {
      font-size: 11px;
      background: #f79122;
      padding: 8px 5px;
      color: #fff;
      min-height: 47px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .item-assured {
      border: 1px solid #e31e24;
      box-shadow: 0 8px 12px rgb(0 0 0 / 8%);
      border-radius: 05px;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s;
      text-align: center;
      margin-top: 10px;
      cursor: pointer;
    }

    .about_ul li {
      padding: 10px 5px;
      font-size: 18px;
      line-height: 24px;
      color: #fff !important;
      width: 100% !important;
    }

    .item-assured.text-center:hover {
      -webkit-transform: translateY(-0.5em);
      transform: translateY(-0.5em);
      background: #f0f0f0;
    }

    .item-assured.text-center:hover .job-assues h2 { color: #333; }
    .item-assured.text-center:hover .job-assues p { color: #333; }

    span.text-orange { color: #e31e24; }

    .item-assured.text-center:hover .images_sec img {
      background: #fff;
      border-radius: 70px;
      padding: 10px;
    }

    .images_sec img {
      width: 32% !important;
      margin: auto;
    }

    .job-assues {
      padding: 20px 15px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      height: 100%;
      min-height: 140px;
    }

    .job-assues p {
      font-size: 15px;
      font-weight: 500;
      padding: 3px 0;
    }

    .job-assues img {
      width: 50px !important;
      height: 50px !important;
      margin-right: 15px;
      filter: invert(5%) sepia(2%) saturate(4039%) hue-rotate(294deg) brightness(91%) contrast(83%);
    }

    .job-assues h2 {
      width: calc(100% - 80px);
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #e31e24;
      text-align: left !important;
    }

    .rankImg figure { margin: 0; }

    .formDesc {
      padding: 45px;
      color: #fff;
    }

    .dsu-addmission h2 a { color: #f79022; }

    .form-left-sec {
      width: 53%;
      float: left;
      background: #2f2d51;
    }

    .hero-thankyou .bc-img01 {
      height: 100vh;
      background-color: #0d3b59;
      padding-top: 16%;
    }

    .hero-thankyou .bc-img01 .thankyou__dv {
      background-color: #FFFFFF;
      width: 500px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
      padding: 2rem;
      border-radius: 30px;
    }

    .hero-thankyou .bc-img01 .thankyou__dv h3 {
      font-size: 34px;
      line-height: 40px;
      margin: 10px 0px;
      font-weight: 600;
    }

    .hero-thankyou .bc-img01 .thankyou__dv p {
      font-size: 18px;
      line-height: 24px;
    }

    .modal-content {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 5px 30px;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: 0;
      outline: 0;
    }

    .modal-header {
      background: #fff;
      border: 0;
      display: block;
      padding-bottom: 0 !important;
      padding: 1rem;
    }

    .modal .modal-body { background: #fff; }

    .modal-body {
      position: relative;
      flex: 1 1 auto;
      padding: 2rem;
      padding-top: 5px;
    }

    .modal-dialog {
      max-width: 502px;
      margin: 5.75rem auto;
    }

    .modal-title {
      margin-bottom: 6px;
      line-height: 1.2;
      display: block;
      width: 100%;
      text-align: left;
      color: #000;
      font-size: 19px;
      font-weight: 600;
      text-transform: capitalize;
      padding: 0 2px;
    }

    .modal-header p {
      margin-bottom: 10px;
      font-size: 14px;
      color: #7a7a7a;
    }

    .modal-header .close {
      padding: 7px;
      border: none;
      background-color: transparent;
      font-size: 34px;
      width: 100%;
      position: relative;
      right: 0;
      text-align: right;
    }

    p.pop-pre {
      font-size: 13px;
      line-height: 17px;
      padding-left: 1px;
      margin-bottom: 11px;
    }

    .formDesc h4 {
      font-size: 17px;
      color: #fff;
      margin-bottom: 20px;
    }

    .formDesc ul li {
      color: #fff;
      padding-top: 15px;
      list-style: disc;
    }

    .about-content p {
      color: #fff;
      text-align: center;
      font-size: 18px;
      padding: 20px 0;
      line-height: 28px;
      position: relative;
    }

    .about-content { z-index: 5; }

    .packages.ss { margin-left: 0; }

    .dsu-addmission h4 span {
      color: #fff;
      font-size: 20px;
      padding-left: 10px;
      font-weight: 600;
    }

    .packages span { font-size: 17px; }

    .courses-img img {
      height: 200px;
      object-fit: cover;
      width: 100%;
    }

    .packages {
      background: #120f60;
      margin: 0 10px;
      padding: 20px 37px;
      color: #fff;
      font-size: 31px;
      text-align: center;
      line-height: 27px;
      font-weight: 600;
      border: 2px dotted #eeeeee;
    }

    .blog-text > a {
      background: #e31e24;
      color: #fff;
      padding: 16px 34px 16px 36px;
      border: 1px solid #e31e24;
      border-radius: 65px;
      font-size: 18px;
      font-weight: 700;
    }

    div#client-slider .position-relative {
      border: 1px solid #231f20;
      height: 100px;
      border-radius: 10px;
      align-items: center;
      justify-content: center;
      display: flex;
    }

    div#client-slider .position-relative img {
      width: 120px;
      object-fit: cover;
    }

    .apply-btns.aos-item.aos-init.aos-animate {
      display: block;
      width: 100%;
      text-align: center;
    }

    .blog-text > a:hover {
      color: #fff;
      background: #e31e24b3;
    }

    .blog-text > a:hover::before { transform: scaleY(1); }

    .sideNavi a {
      background-color: #e31e24 !important;
      color: #FFF;
      cursor: pointer;
      font-size: 18px;
      padding: 9px 16px;
      margin-bottom: 30px;
      display: block;
    }

    .student-imgs img { width: 85%; }

    .placement_title {
      font-size: 30px;
      position: relative;
      font-weight: 700;
      color: #060919;
      margin-bottom: 14px;
    }

    .placement_content p {
      font-size: 21px;
      line-height: 32px;
      margin-bottom: 22px;
    }

    section#section3 { background: #FFFBF0; }

    .placement_buttons {
      display: flex;
      padding: 3px 0;
    }

    .applysection .popformBtn {
      position: relative;
      background-color: #f79123;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.7;
      padding: 8px 26px;
      border-radius: 4px;
      display: inline-block;
      border: 1px solid #f79123;
    }

    .courses-img img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }

    span.pnb { color: #e31e24; }

    .sideNavi-item .bg-success {
      background: #e31e24 !important;
      color: #fff;
    }

    .sideNavi a:hover {
      background-color: #962d2a;
      color: #ffffff;
    }

    * { margin: 0; padding: 0; }

    body {
      font-family: 'Lato', sans-serif;
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: 400;
      color: #b4b4b4;
      outline: 0;
      line-height: 1.5em;
      overflow-x: hidden;
    }

    h1, h2, h3, h4, h5, h6 {
      color: #060919;
      font-size: 30px;
      margin: 0;
      line-height: 1.3em;
    }

    p {
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 26px;
      color: #000;
    }

    .hr {
      margin-bottom: 15px;
      margin-top: 15px;
      border-color: #000;
    }

    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section { display: block; }

    a {
      outline: 0 !important;
      color: #0854be;
      text-decoration: none;
      transition: all .5s ease;
    }

    a:active, a:focus, a:hover {
      outline: 0 !important;
      text-decoration: none;
      color: #000;
    }

    input:focus, textarea { outline: 0 !important; text-decoration: none; }

    img { border: 0; }

    ::-moz-selection { background-color: #231f20; color: #fff; }
    ::selection { background-color: #231f20; color: #fff; }

    ::-webkit-input-placeholder { color: rgba(0,0,0,.8) !important; }
    ::-moz-placeholder { color: rgba(0,0,0,.8) !important; }
    :-ms-input-placeholder { color: rgba(0,0,0,.8) !important; }
    :-moz-placeholder { color: rgba(0,0,0,.8) !important; }

    .bc-img01 {
      height: 100%;
      background-image: url(../images/cu_bannner.webp);
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover !important;
      background-position: bottom;
      position: relative;
    }

    .bc-img01:before {
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.758);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      content: "";
    }

    .sticky {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 999;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      background-color: #fff;
      box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
    }

    .sticky .top-head { padding: 8px 0 !important; }
    .sticky .top-head .logoright strong { font-size: 16px; }

    #back-top {
      position: fixed;
      right: 10px;
      bottom: 80px;
      z-index: 999;
      overflow: hidden;
      display: none !important;
      width: 50px;
      height: 50px;
      border: 1px solid #fff;
      background-color: #ff7b30;
      border-radius: 100%;
      text-align: center;
      transition: all .25s ease;
    }

    #back-top:after {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-family: 'Font Awesome 5 Pro';
      content: "\f062";
      line-height: 48px;
      transition: color .25s ease, transform 2s ease;
    }

    #back-top:hover { background-color: #eb5000; }
    #back-top:hover:after { color: #000; }

    .widget-title h3 {
      font-size: 45px;
      display: block;
      position: relative;
      font-weight: 700;
      z-index: 5;
      color: #231f20;
    }

    .zIndex2 { z-index: 2; }
    .font-weight-300 { font-weight: 300; }
    .font-weight-900, .font-weight-700 { font-weight: 700; }
    .show { display: block !important; }
    .border15 { border: 15px solid #efeef0; }

    .header { width: 100%; display: table; }

    .logo { position: relative; padding: 10px; }
    .logoright { text-align: right; }
    .logoright strong { color: #ff7b30; font-size: 24px; }

    .dsu-form {
      width: 100%;
      padding: 15px 15px;
      margin-top: 10%;
      background: rgba(255,255,255);
      border-radius: 10px;
    }

    .frmBg { text-align: center; position: relative; }

    .frmBg h4 {
      font-size: 22px;
      color: #231f20 !important;
      font-weight: 700;
      line-height: 26px;
      padding-bottom: 2px;
      display: block;
    }

    .applyBox { margin-top: 0; width: 100%; display: table; }

    .frmBg p { font-size: 12px; line-height: 16px; margin-bottom: 8px; }

    .form-control {
      font-size: 14px;
      color: rgba(0,0,0,.8);
      border: 0.964706px solid #ddd;
      border-radius: 3.85882px;
      background-color: #fff;
      margin: 0 auto;
      padding: 10px 8px !important;
      height: auto;
      box-shadow: none;
    }

    .form-group { margin-bottom: 20px; }

    .form_disclaimer { text-align: center; font-size: 14px; line-height: 16px; }

    .btn_submit {
      background: #e31e24;
      color: #fff;
      font-size: 17px;
      text-transform: uppercase;
      border-radius: 6px !important;
      font-weight: 400;
      position: relative;
      border: 1px solid #fff;
      padding: 12px 30px;
      margin-top: 15px;
      line-height: normal;
      width: auto;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
    }

    .btn_submit:hover { background-color: #231f20; color: #fff; }

    .dsu-intro {
      position: relative;
      width: 320px;
      float: right;
      z-index: 1;
    }

    .owl-theme .owl-dots .owl-dot.active span {
      color: #012e5a;
      background-color: #012e5a;
    }

    .dsu-addmission { margin-top: 10%; display: block; padding: 0; }

    .dsu-addmission h1 {
      position: relative;
      color: #FFFFFF;
      font-size: 48px;
      line-height: 58px;
      font-weight: 700;
      text-transform: capitalize;
    }

    .dsu-addmission h2 {
      position: relative;
      color: #FFFFFF;
      font-size: 24px;
      line-height: 34px;
      font-weight: 200 !important;
      margin-top: 10px;
    }

    .dsu-addmission h3 {
      position: relative;
      color: #fff;
      text-shadow:
        -1px -1px 0 #e31e24,
         1px -1px 0 #e31e24,
        -1px  1px 0 #e31e24,
         1px  1px 0 #e31e24;
      font-size: 24px;
      line-height: 34px;
      font-weight: 600 !important;
      margin-top: 20px;
    }

    .dsu-addmission .offer {
      margin-top: 30px;
      padding: 10px 10px;
      border-radius: 5px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border: 0.5px dashed #fff;
      background-color: #231f20;
      width: max-content;
    }

    .dsu-addmission h4 {
      position: relative;
      color: #e31e24;
      font-size: 24px;
      line-height: 34px;
      font-weight: 600 !important;
      animation: blink 1s infinite;
    }

    @keyframes blink {
      0%   { opacity: 1; color: #fff; }
      50%  { opacity: 0; }
      100% { opacity: 1; }
    }

    .dsu-addmission .offer img {
      width: 30px;
      margin-right: 5px;
      filter: invert(18%) sepia(79%) saturate(85) hue-rotate(349deg) brightness(68%) contrast(94%);
      height: 30px;
    }

    .header.sticky .logo img { width: 180px; }
    .partner-section { background-color: #fff; }
    .logo img { width: 15rem; }

    .courses-section .courses-item {
      width: 21.1%;
      background-color: #fff;
      border-radius: 10px;
      margin: 0 5px;
    }

    .courses-section .courses-item .courses-content {
      color: #e31e24;
      font-size: 15px;
      font-weight: 600;
      padding: 15px 15px;
      display: flex;
      align-items: center;
      height: 70px;
    }

    .courses-section .courses-item:hover { background-color: #231f20; }
    .courses-section .courses-item:hover .courses-content { color: #fff; }

    section.courses-section.py-4.position-relative { background: #fafafa; }

    #client-slider.owl-theme .owl-nav [class*=owl-] {
      position: absolute;
      background-color: #635d60;
      top: 30px;
      margin: 0;
      border-radius: 100%;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 24px;
    }

    #client-slider.owl-theme .owl-nav [class*=owl-]:hover {
      background: #e31e24;
      color: #fff;
      text-decoration: none;
    }

    #client-slider.owl-theme .owl-dots { display: block; }
    #client-slider.owl-theme .owl-nav .owl-prev { left: -30px; }
    #client-slider.owl-theme .owl-nav .owl-next { right: -30px; }

    .partner-section .position-relative.mt-3 { margin: 15px 0 !important; }
    .partner-section .text-center { margin: 0 10px; }

    .footer {
      width: 100%;
      display: table;
      padding: 10px 0;
      background-color: #696969;
    }

    .desktop { display: block; }
    .mobile  { display: none; }

    .shadow { transition: .3s; }
    .shadow:hover { box-shadow: none !important; -webkit-transform: translateY(-.5em); transform: translateY(-.5em); }

    .row {
      padding-top: 0; padding-right: 0;
      padding-bottom: 0; padding-left: 0; width: auto;
    }

    section.Students-section.pt-4.pb-3.position-relative {
      background-image: url(../images/cu_about.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    section.Students-section.pt-4.pb-3.position-relative::before {
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.792);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      content: "";
    }

    .about-content p {
      color: #fff;
      text-align: center;
      font-size: 18px;
      padding: 20px 0;
      line-height: 28px;
      position: relative;
    }

    .about-content { z-index: 5; }

    @media only screen and (max-width:1024px) {
      .dsu-addmission h1 br { display: none; }
    }

    @media only screen and (max-width:980px) {
      .courses-section .courses-item { width: 46% !important; }
      .dsu-addmission h1 { font-size: 28px; line-height: 38px; }
      .dsu-addmission h1 br { display: none; }
      .dsu-intro { position: relative; width: 100%; }
      .widget-title h3 { font-size: 22px; display: block; position: relative; font-weight: 700; }
      .dsu-addmission { margin-top: 0; text-align: center; }
      .bc-img01 { height: auto; }
      .desktop { display: none; }
      .mobile { display: block; }
      .logo { text-align: left; }
      .logo img { width: 9rem; }
    }

    @media only screen and (max-width:736px) {
      .hero-thankyou .bc-img01 .thankyou__dv { width: 100%; }
      .modal-content { padding: 10px; }
      .courses-img img { height: 170px; }
      .container { max-width: 100%; }
      .special-offer-section .offer-content { width: 100%; padding: 10px; text-align: center; }
      .special-offer-section .offer-content p { text-align: center !important; }
      .courses-section .courses-item { width: 46% !important; }
      .courses-section .courses-item .courses-content { font-size: 12px; line-height: 1.1; padding: 10px 10px; height: 50px; }
      .bc-img01 .dsu-addmission h2 { font-size: 20px; margin-top: 10px; line-height: 24px; }
      .header.sticky .logo img { width: 7rem; }
      .dsu-form { background: #fff8ed; border: 1px solid #c7c7c7; width: 100%; margin-top: 10px !important; margin: 0 auto; padding: 20px 10px; }
      .frmBg h4 { font-size: 22px; font-weight: 700; line-height: 26px; padding-bottom: 2px; display: block; margin-top: 0px; color: #231f20 !important; }
      .mx-5 { margin-left: 0 !important; margin-right: 0 !important; }
      #client-slider.owl-theme .owl-nav [class*=owl-] { position: relative; top: 0; }
      #client-slider.owl-theme .owl-nav .owl-next { right: -5px; }
      #client-slider.owl-theme .owl-nav .owl-prev { left: -5px; }
    }

    @media only screen and (max-width:568px) {
      .dsu-addmission h3 { font-size: 18px; line-height: 24px; }
      .dsu-addmission h3 br { display: none; }
      .job-assues img { width: 30px !important; height: 30px !important; }
      .logoright strong { font-size: 16px; }
      .sideNavi {
        position: fixed;
        width: 100%;
        bottom: 0px;
        top: auto;
        right: auto;
        left: 0;
        z-index: 99;
        transform: rotate(0deg);
      }
      .desktop { display: none; }
      .placement_title { font-size: 25px; font-weight: 700; color: #060919; margin-bottom: 14px; text-align: center; }
      .placement_content p { font-size: 17px; line-height: 25px; margin-bottom: 22px; text-align: center; }
      .blog-text.text-left { text-align: center !important; }
      .packages { background: #120f60; margin: 0 5px; padding: 9px 9px; color: #fff; font-size: 21px; text-align: center; line-height: 19px; font-weight: 600; border: 2px dotted #eeeeee; width: 100%; }
      .packages.ss { margin-left: 10px; }
      .packages span { font-size: 13px; }
      span.text-orange { color: #e31e24; }
      .form-left-sec { width: 100% !important; display: block; float: none; height: 50vh; background: #fff; }
      .formDesc h4 { font-size: 17px; color: #333; font-weight: bold; margin-bottom: 8px; }
      .modal-title { margin-bottom: 6px; line-height: 1.3; font-size: 17px; font-weight: 600; text-transform: capitalize; padding: 0 2px; }
      .formDesc ul li { color: #333; padding-top: 15px; list-style: disc; }
      .formDesc { padding: 0 39px; color: #fff; }
      .form-right-sec { width: 100%; float: left; }
      .modal-dialog .modal-content { flex-direction: column-reverse; border: 0; }
      .modal-dialog { max-width: 450px; margin: 41px auto; background: #fff; height: auto; }
      .btn_submit { color: #fff; font-size: 16px; font-weight: 400; position: relative; border-radius: 36px; border: 1px solid #fff; padding: 12px 30px; margin-top: 15px; line-height: normal; width: auto; text-transform: uppercase; }
      .item-assured { border: 1px solid #cfcfcf; box-shadow: 0 0 0 0; border-radius: 4px; margin: 0px; }
      .about-content p { color: #fff; text-align: center; font-size: 15px; padding: 20px 14px; line-height: 26px; }
      .job-assues { padding: 10px 5px; min-height: 100px; }
      .job-assues h2 { width: calc(100% - 50px); font-weight: 600; font-size: 13px; line-height: 18px; }
      .job-assues p { font-size: 14px; font-weight: 500; padding: 3px 0; line-height: 20px; }
      .sideNavi .sideNavi-flex { display: flex; }
      .about_ul li { font-size: 15px; line-height: 22px; }
      .sideNavi a { display: block; text-align: center; padding: 15px 2px; background-color: #fff !important; margin-bottom: 0px; font-size: 14px; color: #e31e24; }
      .sideNavi-item { width: 100%; }
      .partner-section .text-center { margin: 0 0px; }
      .footer { height: 160px; font-size: 9px; }
      .partner-section .position-relative, .partner-section .position-relative.mt-3 { margin: 5px 5px !important; }
    }

    @media only screen and (max-width:480px) {
      h1, h2, h3, h4, h5, h6 { font-size: 22px; }
      p { font-size: 14px; }
    }

    @media only screen and (max-width:384px) {
      .dsu-form { width: 100%; }
    }

    @media only screen and (max-width:340px) {
      .job-assues { min-height: 120px; }
    }

    .kw {
      padding: 0.5rem;
      font-size: 0.75rem;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 0.25rem;
      white-space: nowrap;
      transition: all .2s;
    }
    .kw:hover { background: #000; color: #fff; }

    @media (max-width: 768px) {
      .whatsapp-float { bottom: 60px !important; }
      .call-button { color: #000000 !important; }
    }
