﻿* {margin: 0; padding: 0}

body {
 font-family: "Rubik", sans-serif;
 margin: 0;
 padding: 0;
 font-size: 16px;
 font-weight: 400;
 color: #232e33;
 outline: 0;
 line-height: 1.5em;
 overflow-x: hidden
}

.step-box img {
    width: 41%;
}

.pr h2 {
    font-size: 21px;
}
.pr ul {
    padding: 0 10px;
}

.pr ul li {
    font-size: 16px; color: #222; list-style: disc; line-height: 25px;
}

.xv {
    margin-top: 15px;
    text-align: center;
}

.xv h2 {
    font-size: 22px;
    padding: 14px 0px;
}
.xv ul li {
    display: inline-flex;
    border: solid 1px #eee;
    padding: 3px 8px;
    font-size: 14px;
    background: #f7ecd0;
    color: #1c1b1b;
    border-radius: 15px;
}
#recognitions-slider11 .bx-s3 {
    width: 247px;
}

#recognitions-slider11 .bx-s3 img {
    width: 100%;
    border: solid 1px #eee;
    border-radius: 10px;
}

h4.fee {
    text-align: center;
    padding: 21px 0 14px 0px;
    font-size: 23px;
}
.ziehharmonika h3 {
    color: #fff!important;
    background: #204f9e !important;
}

.dfg {font-size: 17px; text-align:
	center; clear: #222;	
	}
.profile-container {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .profile-card {
      position: relative;
      width: 259px;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .profile-card:hover {
      transform: translateY(-5px);
    }

    .profile-card img {
      width: 100%;
      object-fit: cover;
    }

    .profile-info {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 15px;
      background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
      color: #fff;
    }

    .profile-info h3 {
      margin: 0; color: #fff;
      font-size: 18px;
      font-weight: bold;
    }

.profile-info p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #fff;
}
    .profile-info span {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 28px;
    }

    /* Popup Modal */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      width: 400px;
      text-align: center;
      position: relative;
    }

.modal-content img {
    width: 120px;
	height:120px;
    border-radius: 50%;
    object-fit: cover;
    text-align: center;
    margin: 10px auto;
}
    .close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 22px;
      cursor: pointer;
    }



.dh {
    text-align: center;
    padding: 7px;
}
.dh p {
    color: #b22d30;
    font-size: 18px;
}
.dh ul li {
    font-size: 20px;
    color: #000;
    display: contents;
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

 .steps {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }
.step-box p {
    font-size: 15px;
    margin: 0;
    color: #444343;
    line-height: 20px;
}
    .step-box {
      height: 226px;
      background: #19197f;
      color: #fff;
      width: 173px;
      padding: 18px 17px;
      text-align: center;
      border-radius: 5px;
      transition: 0.3s;
    }

    .step-box:hover {
      transform: translateY(-5px);
      background: #eabf4d;
    }

    .step-box i {
      font-size: 40px;
      margin-bottom: 15px;
    }

    .step-box h3 {
      margin: 10px 0;
      font-size: 17px;
      font-weight: bold;
      color: #ffffff;
    }

    .step-box p {
      font-size: 15px;
      margin: 0;
      color: #ffffff;
    }


.box h3 {
    color: #444446;
    font-size: 21px;
}
.hover-text p {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.hover-text p {
    line-height: normal;
}

.container1 {
      display: flex;
      justify-content: center;
      gap: 20px;
      padding: 0;
      margin-bottom: 17px;
    }

.box {
    position: relative;
    width: 391px;
    height: 250px;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 29px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.hover-text p span {
    font-size: 12px;
}
 .box:hover {
    background: #23529f;
    color: #fff;
}

.hover-text ul {
	padding: 0 18px;
	
}

.hover-text ul li {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
    list-style: disc;
}


.icon img {
    width: 45%;
}
    .box .default-text,
    .box .hover-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease;
    width: 90%;
    margin-top: 101px;
    }
    .box .hover-text {
      opacity: 0;
      color: #ffc107;
      font-weight: bold;
      line-height: 1.6;
    }
    .box:hover .default-text {
      opacity: 0;
    }
    .box:hover .hover-text {
      opacity: 1;
    }
    .icon {
      font-size: 40px;
      margin-bottom: 15px;
      color: #ffc107;
    }

table {
      border-collapse: collapse;
      width: 70%;
      margin: auto;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    th, td {
      border: 1px solid #ddd;
      padding: 12px 15px;
      text-align: left;
    }
    th {
      background-color: #004080;
      color: #fff;
      font-size: 16px;
    }
    tr:nth-child(even) {
      background-color: #f9f9f9;
    }
    caption {text-align: center;
      caption-side: top;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
    }

 .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }

    .card {
      position: relative;
      overflow: hidden;
      border-radius: 6px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
    }

    .card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .card:hover {
      transform: scale(1.03);
    }

.card-title {
    position: absolute;
    bottom: -14px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
}
.fiv-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    margin: auto;
}

.three-bx {
    text-align: center;
    border-radius: 10px;
    transition: 
ease all 0.4s;
    margin-bottom: 15px;
    justify-content: center;
    display: inline-block;
    flex-direction: column;
    width: 19%;
    height: 135px;
    padding: 0px 11px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
}

.three-bx img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 11px;
}
.fiv-one13 {
    display: flex;
    flex-flow: wrap;
    position: relative;
    top: 13px;
    justify-content: center;
}

.three-bx13 {
    text-align: center;
    border-right: solid 1px #eee;
    width: 24%;
}

.three-bx13 h2 {
    font-size: 40px !important;
    color: #2b54a1;
    text-align: center;
    font-weight: bold;
}

.three-bx13 p {
    color: #393435;
    font-size: 15px;
}
.btmn h5 {
    color: #ffffff;
    font-size: 18px;
}

.btmn h6 {
    color: #ffffff;
    font-size: 15px;
    background: #10107a;
    display: inline-block;
    padding: 3px 5px;
    margin-top: 5px;
    border-radius: 7px;
}

.btmn {
    position: absolute;
    bottom: -199px;
    background: #d4a123;
    padding: 12px 11px;
    width: 69%;
    border-radius: 10px;
}

.seven {
    text-align: center;
    padding: 15px 0px;
}
	
span.fa.fa-chevron-up {
    color: #fff;
    font-size: 13px;
    top: -7px;
    position: relative;
    left: -1px;
}
.pro h4 {
    font-size: 20px;
    text-align: center;
    padding: 6px 0px 8px;
}
.ziehharmonika {
    width: 100%;
    margin: 28px auto -14px;
}
.bg-hg {
    background-image: url(../images/hg-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: relative;
}
.sch {
    margin-top: -23px;
}
.three-bx2 h2 span {
    font-size: 11px;
    line-height: 0;
}
.sch h5 {
    text-align: center;
    padding: 10px;
    font-size: 16px;
}
.sch p {
    text-align: center;
    color: #000;
    font-size: 15px;
    width:72%;
    margin: 13px auto;
}

.pt1 {
    margin-top: 30px;
}

.fiv-one12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    position: relative;
    top: 20px;
}
.three-bx12 {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    width: 18%;
    padding: 7px 13px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    background-image: linear-gradient(#c4050d, #4a2e71);
}

.three-bx12 img {
    width: 39px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9px;
}

.three-bx12 h2 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.three-bx12 h2 span {
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
}

.tn-b {
    display: table-row;
    width: 30%;
    border-right: solid 1px #eee;
}
.tn-b:last-child {
    border-right: none;
}
.tn-b p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.plac {
    display: flex;
    margin-top: 15px;
    gap: 18px;
}
.tn-b h6 {
    color: #fde047;
    font-size: 26px;
}
.tn-b p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.pro {
    border: solid 1px #eee;
    padding: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    min-height: 579px;
    border-radius: 9px;
}
.pro img {
    width: 100%;
}
.pro h3 {
    padding: 8px 0px 12px 0px;
    line-height: normal;
    font-size: 24px;
    color: #1c2d53;
    text-align: center;
}
.pro ul li {
    line-height: 24px !important;
    color: #424141;
    font-size: 15px;
}


.glo h5 {
    padding: 10px 0px;
    font-size: 17px;
    font-weight: 600;
}

.glo ul li {
    list-style: disc;
    font-size: 15px;
    color: #ffffff;
}
.glo ul {
    padding: 0 20px;
}
#recognitions-slider .bx-s {
    text-align: center;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    width: 188px;
    height: auto;
    border: solid 1px #eee;
    padding: 0;
}

#recognitions-slider3 .bx-s {
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
    height: auto;
    padding: 0;
    border: 0;
}

#recognitions-slider3.owl-carousel .owl-item img {
    display: inline-block;
}

.glo img {
    width: 100%;
    border-radius: 79px;
}
.bx-s h2 {
    font-size: 18px;
    padding: 7px 0px;
}
.bx-s p {
    font-size: 15px;
    line-height: 24px;
    color: #6f6f6f;
}

.eli {
    text-align: right;
    margin: auto;
    padding: 10px;
}
.eli ul li {
    list-style: none;
    color: #fffbfb;
    font-size: 19px;
    text-align: center;
    background: #e42329;
    margin: auto;
    border-radius: 17px;
}
.eli ul {
    padding: 0 21px;
    text-align: left;
}
table {font-size: 15px;}
.glo h2 {
    padding: 0 0 13px 0px;
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
}
.two-side1 {
    position: relative;
    z-index: 999;
    padding: 10px;
    box-shadow: 0px 0px 36px rgb(76 76 100 / 6%);
}
.two-side1 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #ff8829;
    padding: 7px 0px;
    text-align: center;
}

.two-side1 ul {
    padding: 0 0 0 18px;
}
.two-side1 ul li {
    list-style: disc;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    line-height: 33px;
}
.bannerContent h3 {
    color: #ffffff;
    font-size: 25px;
    margin: 11px 0px;
}
.campus.lon img {
    height: 295px;
}
.campus {
    margin-top: 10px;
    border-radius: 4px;
    padding: 2px;
    box-shadow: 0px 0px 12px -3px rgb(98 96 96);
}
.campus img {
    width: 100%;
    border-radius: 4px;
}
img.img-responsive {
    width: 100%;
}
.cent {
    width: 80%;
    margin: auto;
}
.cent1 {
    width: 85%;
    margin: auto;
}

.cent p {
   font-size: 15px;
   text-align: center;
   color: #3e3d3c;
   line-height: 29px;
}
.cent1 p {
   font-size: 16px;
   text-align: center;
   color: #5c5b5a;
   line-height: 25px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

#recognitions-slider2.owl-carousel .owl-item img {
    display: inline-block;
    height: auto;
}


.gik ul li {
    color: #000 !important;
    line-height: 29px !important;
    text-align: left;
}
.tx h2 span {
    font-size: 15px;
    color: #6f6e6e;
}
.dg p {
    font-size: 14px;
    color: #000;
}
.sem.tx p {
    color: #222121;
    font-size: 16px;
    margin: 4px 0px;
}
.tx ul li {
    line-height: 1.9;
    color: #000;
}
.vb {
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    height: 411px;
    padding: 10px;
    border-radius: 10px;
}
.fiv-one2 {
    display: inline-flex;
    width: 100%;
    flex-flow: wrap;
    margin-top: 0;
}
.three-bx2 p {
    font-size: 15px;
    color: #d4d4d4;
    text-align: left;
    margin-top: 13px;
}

.three-bx2 {
    text-align: center;
    border-radius: 8px;
    transition: ease all 0.4s;
    margin-bottom: 11px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 24%;
    padding: 12px 10px;
    background: #fff;
    margin-left: 9px;
    box-shadow: 0 1.6rem 2.4rem rgba(0, 0, 0, 0.08);
    height: 102px;
    background-image: linear-gradient(#c4050d, #4a2e71);
}
.three-bx2 img {
    padding-bottom: 8px;
    width: 45px;
    margin: auto;
}

.three-bx2 h2 {
    margin-top: -3px !important;
    font-size: 15px !important;
    color: #ffffff !important;
    text-align: center !important;
    line-height: 1.5;
}


.fiv-one3 {
    display: inline-flex;
    width: 100%;
    flex-flow: wrap;
    margin-top: 24px;
}
.three-bx3 p {
    font-size: 15px;
    color: #d4d4d4;
    text-align: left;
    margin-top: 13px;
    line-height: 22px !important;
}

.three-bx3 {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    margin-bottom: 11px;
    justify-content: center;
    flex-direction: column;
    width: 24%;
    height: 286px !important;
    padding: 18px 10px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    background: #fff;
    margin-left: 9px;
    background-color: #212121;
    box-shadow: 0 1.6rem 2.4rem rgba(0, 0, 0, 0.08);
    height: 227px;
}
.three-bx3 img {
    padding-bottom: 12px;
    width: 48px;
}

.three-bx3 h2 {
    margin-top: -3px !important;
    font-family: 'Montserrat', normal;
    font-size: 18px !important;
    font-weight: 600;
    color: #b5e2cb !important;
    text-align: left !important;
    line-height: 1.4;
}



.fiv-one9 {
    display: inline-flex;
    width: 100%;
    flex-flow: wrap;
    margin-top: 10px;
    gap: 10px;
}
.three-bx9 p {
    font-size: 15px;
    color: #29292a;
    text-align: center;
    margin-top: 6px;
    line-height: 24px !important;
}

.three-bx9 {
    text-align: center;
    transition: ease all 0.4s;
    margin-bottom: 12px;
    justify-content: center;
    flex-direction: column;
    width: 24%;
    height: 95px !important;
    padding: 19px 6px;
    border: solid 1px #eee;
    background: #ffffff;
}
.three-bx9 img {
    width: 60px;
    background: #242e5d;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.three-bx9 h2 {
    margin-top: -12px !important;
    font-size: 31px !important;
    color: #11117a !important;
    text-align: center !important;
    line-height: 1.4;
}


.xcv {
    font-family: 'Source Sans Pro';
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1));
    box-shadow: 0 0.8rem 1.6rem 0 rgba(18, 18, 18, 0.16);
    margin: 0 auto;
    border-radius: 0.8rem;
    max-width: 123.2rem;
    height: auto;
    backdrop-filter: blur(0.4rem);
    margin-top: 98px;
    padding: 4px 8px;
}
.bz1 {
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2a2727;
    font-family: 'Montserrat';
    font-size: 17px;
    line-height: normal;
    text-transform: uppercase;
    padding: 6px 3px 7px 8px;
    border-right: solid 1px #3e3e3e;
}

.bz1 h5 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    color: #b5e2cb;
    margin: 9px 0 -2px 0px;
}

.bz1 p {
    color: #d4d4d4;
    font-size: 13px;
}

.bannerContent p {
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
    padding: 0 0px 9px 12px;
}
#courses-slider img {
    border-radius: 10px;
}
.container.tx h5 {
    font-size: 18px;
    padding: 18px 0px;
    color: #ce3338;
}
.sem.tx {
    display: inline-block;
    width: 100%;
}
.tab {
  float: left;
  border: 1px solid #292a29;
  background-color: #242e5d;
  width: 30%;
  height: 299px;
  border-radius: 10px 0 0 10px;
  z-index: 999;
  position: relative;
}

.tab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 8px 13px;
  width: 90%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 5%;
  border-radius: 4px;
}

.tab button:hover {
  background-color: #bee9f7;
}
.sem.tx h3 {
    color: #242e5d;
    font-size: 20px;
    margin-top: 2px;
}
.tab button.active {
  background-color: #ff8829;
  color: #ffffff;
  font-weight: bold;
}

.tabcontent {
  float: left;
  padding: 8px 24px;
  width: 70%;
  border-left: none;
  min-height: 297px;
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 0px 12px -3px rgb(36 46 93);
}	
	
.bc-img01:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
#campus {
    font-size: 14px;
    color: rgba(0,0,0,.9);
    border: 0;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin: 0 auto;
    padding: 10px 15px;
    height: auto;
}
.bannerContent h2 {
    color: #ffffff;
    font-size: 20px;
    margin: 16px 0px;
    line-height: 29px;
    font-weight: normal;
}
.logo { 
    position: relative;
    top: 43px; 
}
.dgf img {border-radius: 10px;}
img.img-responsive {
    margin-top: 10px;
}
.financial-tabs h4 {
    font-size: 20px;
    color: #252b5d;
}
.financial-tabs {
    background: #fff;
}
.dg{
    }
.row.yu img {
    width: 100px;
    background: #fff;
    height: 100px;
    padding: 9px;
    border-radius: 50%;
}

.row.yu h2 {
    font-size: 15px;
    line-height: 51px;
    font-weight: 600;
    border: solid 1px #d42329;
    height: 66px;
    text-align: center;
}
.row.yu p {
    font-size: 16px;
    line-height: 1.6;
}
.navbar-light .navbar-nav .nav-link {
    color: #232323;
    font-size: 15px;
    margin: 0 4px;
    padding: 0 5px;
    text-transform: uppercase;
}

h2.lft {
    position: relative;
    right: 0;
    top: 10px;
    text-align: center;
    margin: auto;
}
#back-to-top {
    position: fixed;
    bottom: 13px;
    right: 8px;
    border: none;
    background: #e42329;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#law {
    background-position: center;
    position: relative;
    background: #242a5c;
}

#why {
    background-image: url(https://www.lawentrance.com/lst-freezone/images/slider-1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
#why:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    content: "";
}
.three-bx h2 span {
    color: #8541ba;
    font-size: 41px;
    font-weight: bold;
}

.why-cl1 ol li {
    line-height: 30px;
    font-size: 16px;
}
.why-cl1 ol {
    padding: 3px 24px;
    list-style: square;
}

.why-cl ol li {
    line-height: 36px;
    font-size: 16px;
}
.why-cl ol {
    padding: 3px 24px;
    list-style: square;
}
.why-cl1 {
    text-align: justify;
    /* height: 346px; */
    box-shadow: 0px 0px 36px rgb(76 76 100 / 6%);
    background: #fff;
    padding: 10px 46px;
}
.why-cl {
    text-align: justify;
    box-shadow: 0px 0px 36px rgb(76 76 100 / 6%);
    background: #fff;
    padding: 69px 46px;
}
img.img-responsive {
    width: 100%;
    box-shadow: 0px 0px 36px rgb(76 76 100 / 6%);
}
.digital img {
    box-shadow: 0px 0px 36px rgb(76 76 100 / 6%);
}
.bannerContent h4 span {
    background: #f9d800;
    padding: 3px 6px;
    font-size: 20px;
    border-radius: 4px;
}
.three-bx1 h2 {
    color: #f5ba08;
    font-size: 40px;
    font-weight: bold;
}
.mba {
    text-align: center;
}
#mission {
    margin: 20px 0px;
}
section.pt h6 {
    font-size: 19px;
}
.three-bx1 p {
    text-align: center !important;
    color: #fff;
}
.financial-tabs h5 {
    font-size: 21px;
    padding-bottom: 5px;
}
.bannerContent h6 {
    border: dotted 2px #eee;
    margin: 5px 0px;
    color: #ffffff;
    font-size: 25px;
    padding: 7px 8px;
    border-radius: 9px;
    display: inline-block;
}
.three-bx ul li {
    float: left;
    margin: 2px 21px;
    list-style: square;
    padding: 2px 5px;
    color: #000;
    font-size: 15px;
}
.financial-tabs h6 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 20px;
    background: #8541ba;
    color: #fff;
    display: inline-block;
    padding: 0 9px;
    border-radius: 4px;
}

.fiv-one1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
}

.three-bx1 {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    margin-bottom: 11px;
    justify-content: center;
    flex-direction: column;
    width: 32%;
    height: 145px;
    padding: 19px 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    border: solid 1px #c7afaf;
}
.three-bx1 ul li {
    float: left;
    margin: 2px 21px;
    list-style: square;
    padding: 2px 5px;
    color: #000;
    font-size: 15px;
}
.three-bx1 img {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 0px;
}
.mba h5 {
    position: relative;
    color: #fff;
    padding: 4px 62px;
    font-size: 19px;
    border-radius: 10px;
    background: #0046a4;
    display: inline-block;
}
.bx {
    padding: 0 0px 24px 0px;
    height: auto;
    margin-top: 0;
}

.three-bx img {
    margin-left: auto;
    margin-right: auto;
    padding: 4px 0px;
    width: 78%;
}
.fs {
    display: flex;
    text-align: center;
}

.bx h3 {
    padding: 6px 0px;
    font-size: 23px;
    color: #8441b9;
}
.bx ul li {
    font-size: 16px;
    list-style: disc;
    line-height: 27px;
}
.bx ul {
    list-style: none;
    padding: 0 20px;
}
.bannerContent ul li {
    font-size: 18px;
    line-height: 29px;
    list-style: square;
    color: #fffefc;
}
.bannerContent h4 {
    color: #ffffff;
    margin-top: 15px;
    font-size: 33px;
    line-height: 1.7;
}
.bannerContent ul {
    padding: 18px 26px;
}
hr {
    border: solid 1px #ff8829;
    width: 10%;
    margin: 6px auto 8px;
    border-radius: 10px;
}
hr.about {
    width: 114px;
    border: solid 1px #f0b452;
    margin-top: -17px;
    margin-left: 0px;
}
.bannerContent h1 {
    color: #5e5c5b;
    font-size: 16px;
    padding: 10px;
}
.bannerContent h1 span {
    font-size: 28px;
    font-weight: bold;
    line-height: 31px;
    color: #ffffff;
}
.bannerContent h3 {
  color: #ffffff;
  font-size: 20px;
  margin: 14px 0px;
}
.tx p {
    line-height: 28px;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}
.nx-section {
    background: #f1f1f1;
}
.bannerContent {width: 80%;background: #d4a123;border-radius: 10px;margin-top: -33px;padding: 6px;box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);}
.bx-s1 p span {
    color: #fed032;
    font-size: 24px;
    font-weight: 600;
}
.bx-s1 {
    box-shadow: 1px 1.732px 40px 0px rgb(237 237 237 / 14%);
    padding: 12px 10px;
    width: 210px;
    margin: 0 0 0 9px;
    border-radius: 50%;
    height: 210px;
    border: solid 1px #a19d92;
}
.bx-s1 img {
    width: 81px;
    padding: 10px;
}
.bx-s1 p {
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
}
section.pt {
    padding: 30px 0px;
}
.ab ul {
    text-align: left;
    margin-top: 20px;
}
.ab ul li {
    font-size: 15px;
    line-height: 27px;
}
.fiv-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    margin-top: 13px;
}
.row.abt img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ab h2 {
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    padding: 22px 0px;
    color: #f9d800;
}
.ab p {
    text-align: justify;
    line-height: 25px;
    color: #fff;
    font-size: 15px;
}
.ab {
    padding: 3px 29px;
}
.three-bx {
    text-align: center;
    transition: ease all 0.4s;
    margin-bottom: 15px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 24%;
    padding: 0px 19px;
}
.three-bx h2 {
    font-style: normal;
    font-size: 16px;
    color: #6f6f6f;
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
}
.three-bx p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #f0c33a;
    line-height: 20px;
}
.lst ul {
    list-style: square;
}
.lst ul li {
    color: #fff;
    text-align: left;
    line-height: 30px;
    font-size: 15px;
}
.bannerContent h5 {
    font-size: 26px;
    padding: 3px 1px;
    margin-top: 17px;
    color: #fff;
    line-height: 1.6;
}
.bx-s {
    text-align: center;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    width: 343px;
    height: 369px;
    border: solid 1px #eee;
    padding: 11px 10px;
}
.bx-s h5 {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.highlight {
    /* background: #efefef; */
    padding: 40px 0px;
}
section.band {
    padding: 20px 0px;
}
section.band img {
    width: 100%;
}
.logo img {max-width: 209px;}
.tx ul {
    list-style: square;
    font-size: 15px;
    line-height: 24px;
    padding: 12px 13px;
}
.tx h2 {
    color: #252525;
    font-size: 20px;
    text-align: center;
    margin-top: 12px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-size: 28px;
    margin: 0;
    line-height: 1.3em
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #6f6f6f;
}

.hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border-color: #000;
    width: 25%;
    margin-left: auto;
    margin-right: auto
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.carousel-indicators li {
    background-color: #801634;
}
.carousel-indicators {bottom: -61px;}
a {
    outline: 0 !important;
    color: #f15922;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-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
}

.img-responsive100 {
    width: 100%
}

.nopd {
    padding-left: 0;
    padding-right: 0
}

.fsize22 {
    font-size: 18px;
}

.fsize28 {
    font-size: 28px
}

.fsize24 {
    font-size: 24px
}

.font-weight-300 {
    font-weight: 400 !important
}

.font-weight-900 {
    font-weight: 900 !important
}

.font-weight-700 {
}

li {
    color: #6f6f6f;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    font-size: 14px;
    line-height: 36px;
}

::-moz-selection {
    background-color: #f16f21;
    color: #fff
}

::selection {
    background-color: #f16f21;
    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
}

.zindex2 {
    z-index: 2
}

.show {
    display: block !important
}

.text-orange {
    color: #ffffff;
}

.text-blue {
    color: #1c2e51
}

.bg-orange {
    background-color: #f16e21
}

.bg-blue {
    background-color: #bf2727;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#header.sticky .header-absolute {
    box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%)
}

#header.sticky .header-absolute .logo img {
}

#back-top {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid #8541ba;
    background-color: #8541ba;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

#back-top:after {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    content: "";
    background: url(https://clsite-file1.s3.amazonaws.com/7214_top.png);
    line-height: 48px;
    -webkit-transition: color .25s ease,-webkit-transform 2s ease;
    transition: color .25s ease,transform 2s ease;
    width: 30px;
    height: 24px;
    background-size: 33px;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 3px;
}

#back-top:hover {
    border-color: transparent;
    background-color: #11212e
}

#back-top:hover:after {
    color: #fff
}

.bc-img01 {
	background-image: url(../images/banner.jpg), linear-gradient(to right bottom, rgb(255 255 255), rgb(255 255 255), rgb(127 172 244));
	background-blend-mode: multiply;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 683px;
	background-position: 0px 88px;
	position: relative;
	box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
}

.sideNavi {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2
}

.sideNavi-flex .sideNavi-item .callbg {
    background-color: #c6c6c6;
    color: #010101
}

.sideNavi a {
    background-color: #1c2e51;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 9px 16px;
    margin-bottom: 50px;
    display: block
}

.blog-text > a {
    color: #fff;
    display: inline-block;
    background-color: #1c2e51;
    line-height: 1;
    border-radius: 30px;
    padding: 20px 40px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0);
    transition: color .3s ease 0s;
    vertical-align: middle;
    font-size: 16px
}

.blog-text > a:hover {
    color: #414042
}

.blog-text > a::before {
    border-radius: 30px;
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1
}

.blog-text > a:hover::before {
    transform: scaleY(1)
}

.widget-title h3 {
    position: relative;
    font-size: 23px;
    color: #464646;
    font-weight: bold;
}

.header .header-absolute {
    position: absolute;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
    background: #ffffff;
}

.logo {
    position: relative;
    top: 1px;
}

.logo-right strong a {
    line-height: 1.1;
    color: #1c2e51;
}

.logo-right i {
    margin-top: 5px;
    display: inline-block;
    font-size: 40px;
    position: absolute;
    right: 41%
}

.dsu-form {
    width: 100%;
    padding: 16px 20px;
    background: rgb(242 242 242);
    border-radius: 2px;
    border: solid 1px #eee;
}

.frmBg {
    text-align: center;
    position: relative
}

.frmBg h4 {
    font-size: 22px;
    line-height: 26px;
    color: #060607;
    display: block;
    padding: 6px 6px;
    border-radius: 10px;
}

.applyBox {
    margin-top: -21%;
    width: 100%;
    display: table
}

.contact_fild {
    padding: 0 0;
}

.contact-fild-box .form-control {
    font-size: 15px;
    color: rgba(0,0,0,.9);
    border: 0;
    border-radius: 5px;
    margin: 0 auto;
    padding: 12px 14px;
    height: auto
}

.form-group {
    margin-bottom: 6px
}

.btn_submit {
    background: #fff;
    color: #1c2e51;
    font-size: 20px;
    position: relative;
    border: 0;
    border-radius: 10px;
    padding: 10px 40px;
    margin-top: 10px;
    line-height: normal
}

.btn_submit:hover {
    background: #1c2e51;
    color: #fff
}

.contact-fild-box {
    margin-bottom: 10px;
    position: relative
}

.contact-fild-box.text-center {
    margin-bottom: 0
}

.dsu-intro {
    z-index: 1;
    right: 0;
    position: relative;
    top: 191px;
}

.dsu-addmission {
    margin-top: 24%;
    display: block;
}

.formIDfid {
    padding: 0;
}

.contact-fild-box .form-control option {
    color: #000
}


.unique__section span {
    background-color: #fff;
    position: relative;
    color: #1e2761;
    padding: 5px 2px;
    font-size: 18px;
    font-weight: 700;
}

.unique__section span:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 12px;
    margin: 0 auto;
    bottom: -12px;
    left: 47%;
    clip-path: polygon(0 0,46% 100%,100% 0)
}

.program__section .program__row_area .program-item .program__icon {
    background-color: #fff;
    border: 2px solid #801634;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    line-height: 92px;
    border-radius: 100%
}

.program__section .program__row_area .program-item p {
    font-weight: 700;
    margin-top: 15px;
    font-size: 18px
}

.program__section .program__row_area .program-item:hover {
    background-color: #1c2e51
}

.program__section .program__row_area .program-item:hover p {
    color: #fff
}

.program__section .program__row_area .program-item {
    background-color: #fff;
    border: 2px solid #801634;
    border-radius: 15px;
    padding: 15px 25px;
    min-height: 180px
}

#highlights-slider.owl-carousel .owl-stage-outer {
    padding-top: 40px
}

#highlights-slider.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #1c2e51
}

#highlights-slider.owl-theme .owl-dots .owl-dot.active span, #mentors-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #1c2e51
}

#highlights-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #fff;
    background: #f16e21;
    padding: 0 15px;
    font-size: 50px;
    top: 40%;
    margin: 0;
    border-radius: 0;
    text-align: center
}

#highlights-slider.owl-theme .owl-nav .owl-prev {
    left: -100px
}

#highlights-slider.owl-theme .owl-nav .owl-next {
    right: -100px
}

.industry__section .industry-item .industry-thumb {
    overflow: hidden;
}

.industry__section .industry-item .industry-content p {
    color: #000;
    font-size: 18px;
    padding: 10px
}

.program__section .program__row_area #highlights-slider1 .program-item {
    margin-top: 50px;
    background-color: #fff;
}

.program__section .program__row_area #highlights-slider1 .program-item:hover {
    background-color: #801634;
}

.program__section .program__row_area #highlights-slider1 .program-item:hover p {
    color: #fff;
}

.industry__section .industry-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 0;
    height: 319px;
    transition: all 1s;
}

.industry__section .industry-item:hover {
    background-color: #fff;
    padding: 10px;
    border-radius: 30px
}

.industry__section .industry-item:hover p {
    color: #1c2e51;
}

.program__section .program__row_area #highlights-slider1 .program-item p {
    color: #1a191a;
    .program__section .program__row_area #highlights-slider1 .program-item
    }

.recognitions__section .recognitions_item {
    border-radius: 18px;
    padding: 15px;
    border: solid 1px #bdbcbc;
}

.recognitions__section .recognitions_item p {
    font-weight: 700;
    font-size: 18px;
    margin-top: 8px
}

#recognitions-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #5f5d5d;
    border: 1px solid #fff
}

#recognitions-slider2.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border: 1px solid #fff
}


#recognitions-slider.owl-theme .owl-dots .owl-dot.active span, #recognitions-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff8829;
}

.benefits__section {
    background-color: #eee
}

.talent__section {
    background-image: url(../../images/Admissions.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center
}

.talent__section .talent__block .talent__flex {
    padding: 8px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: rgba(255,255,255,.8);
    display: flex;
    align-items: center
}

.talent__section .talent__block .talent__flex .talent__content h6 {
    text-transform: uppercase;
    color: #1c2e51;
    font-size: 18px;
    font-weight: 700
}

.talent__section .talent__block .talent__flex .talent__content p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600
}

.footer {
    width: 100%;
    display: table;
    padding: 20px 0;
    color: #fff;
    background-color: #102870;
    font-size: 14px;
}

.desktop {
    display: block
}

.mobile {
    display: none
}

ul.listing li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 8px 0;
    padding-left: 35px
}

ul.listing li:last-child {
    border: 0
}

ul.listing li:after {
    color: #fff;
    text-align: center;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #1c2e51;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro'
}

.row {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    /* height: 83px; */
}

.placement-highlights .row {
    row-gap: 50px;
}

.font9 {
    font-size: 38px;
}

.recruiters:after {
    content: "";
    background: linear-gradient(to bottom, #f16e21 0%, #dee2e6 100%);
    position: absolute;
    width: 5px;
    height: 100%;
    top: 10px;
    left: 102%;
    display: block;
}

.recruiters-section .row {
    row-gap: 27px;
}

@media only screen and (max-width: 786px) {
    .mobile-num-top {
        display: block !important;
        text-align: center !important;
        padding: 5px 0px;
        background: #eee;
    }

    .mobile-num-top i {
        display: none;
    }
}

/*****************Media Query ******************************/
@media only screen and (max-width: 1024px) {
    #hero.container-fluid, #hero.container-fluid .row {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width: 980px) {
    .img-fluid {
        width: 32%;
    }

    .dsu-intro {
        position: relative;
        width: 100%;
        top: 0
    }


    .dsu-addmission {
        margin-top: 0
    }

    .join-section, .section2 {
        background-size: cover
    }

    .mx-5 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w-75 {
        width: 100% !important
    }

    .dsu-form {
        margin: 15px auto 15px;
        float: none;
        padding: 20px 0
    }

    .recruiters:after {
        content: none;
    }

    .desktop, .widget-title span {
        display: none
    }

    .mobile {
        display: block
    }

    .companies-section {
        background-size: cover
    }

    .sideNavi {
        position: fixed;
        width: 100%;
        bottom: 0;
        top: auto;
        right: auto;
        left: 0;
        z-index: 2;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .unique__section span {
        display: block
    }

    .sideNavi .sideNavi-flex {
        display: flex
    }

    .sideNavi a {
        display: block;
        text-align: center;
        padding: 12px 2px;
        margin-bottom: 0
    }

    .sideNavi-item {
        width: 100%
    }

    .footer {
        height: 90px;
        font-size: 12px
    }

    .bc-img01 {
        height: auto;
        background-position: top left;
        padding: 65px 0;
        background-size: cover;
    }

    .dsu-addmission .bannerContent h1 {
        font-size: 24px
    }

    .dsu-addmission .bannerContent .admContent p {
        font-size: 22px
    }

    .dsu-addmission .bannerContent .admContent {
        margin-top: 7%
    }

    .logo {
        text-align: center
    }

    .dsu-addmission .bannerContent {
        width: 70%
    }

    .row {
        width: auto
    }

    .header .header-absolute {
        position: relative
    }

    .talent__section {
        background-size: cover
    }

    #highlights-slider.owl-theme .owl-nav [class*=owl-] {
        display: none
    }
}

@media only screen and (max-width: 736px) {
    .bc-img01 {
        padding: 65px 0;
    }

    .container {
        max-width: 100%
    }

    .join-section .joindvItem {
        width: 100%
    }

    #industry-slider.owl-theme .owl-nav [class*=owl-], #recognitions-slider.owl-theme .owl-nav [class*=owl-] {
        display: none
    }
}

@media only screen and (max-width: 667px) {
    .join-section .joindvItem .joinContent {
        padding: 30px 20px
    }

    .join-section .joindvItem .joinContent p {
        line-height: 16px;
        font-size: 14px;
        margin-top: 6px
    }

    .join-section .joindvItem:last-child {
        width: 100%
    }

    #recognitions-slider.owl-theme .owl-nav [class*=owl-] {
        position: relative;
        color: #fff;
        background: #000;
        padding: 0 15px
    }

    #recognitions-slider.owl-theme .owl-nav .owl-next {
        right: -5px
    }

    #recognitions-slider.owl-theme .owl-nav .owl-prev {
        left: -5px
    }

    .programs-section {
        text-align: center
    }

    .programs-section .text-justify {
        text-align: center !important
    }

    #client-slider.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        color: #fff;
        background: #000;
        padding: 3px 10px;
        font-size: 42px;
        top: 50%;
        margin: 0;
        border-radius: 0;
        text-align: center
    }

    #client-slider.owl-theme .owl-nav .owl-prev {
        left: -40px
    }

    #client-slider.owl-theme .owl-nav .owl-next {
        right: -40px
    }

    .client-relative {
        padding: 0 25px
    }

    .about-section .row {
        margin: 0 0
    }
}

@media only screen and (max-width: 568px) {
    .loader-inner, .px-5.advantagesBx, .section3 .px-5 {
        padding: 0 15px !important
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 26px
    }

    p {
        font-size: 14px
    }

    ul.listing li {
        font-size: 14px;
        line-height: 20px
    }

    .applyBox {
        margin-top: 0
    }

    .courseContent, .courseThumb {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .course-right, .courseContent {
        margin-top: 20px
    }

    .pattenabsolute {
        left: 82px
    }
}

@media only screen and (max-width: 480px) {
    .join-section .joindvItem .joinContent strong {
        font-weight: 900;
        line-height: 24px;
        font-size: 16px
    }

    .join-section .joindvItem .joinContent p {
        font-size: 12px
    }
}

@media only screen and (max-width: 414px) {
    .fsize24, h1, h2, h3, h4, h5, h6 {
        font-size: 20px
    }

    .placement-highlights {
        margin-top: 0px !important;
    }

    .font9 {
        font-size: 46px;
    }

    .join-section .joindvItem .joinContent strong {
        font-size: 13px
    }

    .dsu-addmission .bannerContent h1 {
        font-size: 14px
    }

    .placement-highlights .row {
        row-gap: 18px;
    }

    @media only screen and (max-width: 384px) {
        .dsu-form {
            width: 90%
        }

        .dsu-addmission .bannerContent .admContent p {
            font-size: 20px
        }

        .course-section .courseContent {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
    }

    @media only screen and (max-width: 360px) {
        .sideNavi a {
            font-size: 12px
        }

        .fsize22 {
            font-size: 17px
        }
    }

    @media only screen and (max-width: 320px) {
        .footer {
            font-size: 10px
        }

        .frmBg h4, .fsize24, h1, h2, h3, h4, h5, h6 {
            font-size: 20px
        }

        .dsu-addmission .bannerContent h1 {
            font-size: 14px
        }
    }
 
@media (max-width:767px) {
	.logo img {
    max-height: 108px;
}	
	h2.lft {
    position: relative;
    right: 0;
    top: 6px;
    text-align: center;
}
	
 .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }

.bannerContent h4 {
    color: #fff;
    margin-top: 15px;
    font-size: 21px; font-weight: bold;
    line-height: normal;
}
	.bannerContent h1 span {
    font-size: 20px;
    line-height: normal;
    color: #ffc208;
    padding: 4px 6px;
}
	
.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}
	
.dsu-addmission .bannerContent {
    width: 100%; text-align: center;
}	
.img-fluid {
    width: 84%;
}	
.logo {
    position: relative;
    top: 0;
}	
.contact-fild-box .form-control {
    width: 90%;
}	
 .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}
#image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
	
i {
    background-color: rgb(205 40 40);
    padding: 1.4rem
}
	
.bx-s {
    width: 100%;
    height: auto;

}	
    i {
        padding: 0.8rem
    }
.three-bx1 {
    width: 100%;
    height: auto;

}	
.dsu-addmission .bannerContent h1 {
    font-size: 20px; margin-top: 10px;
    line-height: normal;
}
	
.ab {
    padding: 3px 4px;
}	
.ab p {
    text-align: left;}
.tx ul {
    padding: 13px 6px;
}	
.bc-img01 {
    padding: 80px 0;
}
	
	.dsu-addmission {
    margin-top: 0;
    position: relative;
    top: 39%;
}
	
	img.img-responsive {
    width: 100%; border-radius: 0;
    margin-bottom: 10px;
}
.why-cl {
    text-align: left;
    height: auto;
    padding: 6px 19px;
    border-radius: 0;
}
.why-cl1 {
    text-align: left;
    height: auto;
    padding: 28px 25px;
}

.three-bx {
    width:49%; height: auto;

}
.tx h2 {
    font-size: 17px;
    display: block;

}
.dsu-form {
    width: 93%;
}
.bannerContent h5 {
    padding: 5px;
    margin-top: 10px;
    font-size: 14px;
}	
.carousel-indicators {
    bottom: -36px;
}	

.bx-s {
    height: auto;
    margin-bottom: 0px;

}
.row.lst {
    padding: 0 20px;
}	
 .dsu-addmission {
    top: -60px;
  }	
.bannerContent p {
  color: #b5e2cb;
  font-size: 19px;
}	
.bannerContent h2 {
  color: #ffffff;
  font-size: 18px;
}
.bannerContent h1 span {
      font-size: 26px;
    }	
.bannerContent h5 {
    margin-top: 0;
  }
 .dsu-intro {
    top: -47px;
  }	
.xcv {
  background-color: #212121;
  box-shadow: 0 0.8rem 1.6rem 0 rgba(18, 18, 18, 0.16);
  margin: 0 auto;
    margin-top: 0px;
  border-radius: 0.8rem;
  max-width: 123.2rem;
  height: auto;
  backdrop-filter: blur(0.4rem);
  margin-top: 0;
}
	
.bz1 {
  border-right: none;
  border-bottom: solid 1px #3e3e3e;
}
.bc-img01 {
    padding:61px 0 0px 0px;
  }	
.fiv-one2 {
    display: flex;
    gap: 10px;
}	
.three-bx2 {
  width: 48%;
  height: auto;
}	
.vb {
  box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
  height: auto;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.widget-title h3 {
  font-size: 20px;
}	
	
.mb-4, .my-4 {
  margin-bottom: 0 !important;
}
	
.tab {
  width: 100%;
  height: auto;	
}
.tabcontent {
  width: 100%;
  min-height: auto;
}	
.three-bx3 {
  width: 100%;
  height: auto !important;
}	
	
.bz1 h5 {
  font-size: 16px;
}
	
i {
    display: none;
  }	
	
.bz1 {
  font-size: 15px;
}
 .logo img {
      max-height: 81px;
      width: 196px;
    }	
 .bz1 {
    text-align: center;
  }	
.frmBg h4 {
  font-size: 19px;
  line-height: 26px;
  color: #fff;
  display: block;
  background: rgb(31, 45, 94);
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 0;
}
.cent {
  width: 100%;
  margin: auto;
}
.campus.lon img {
  height: auto;
}	

.bannerContent img {
  width: 69%;
}
.three-bx9 {
  width: 48%;
  height: auto!important;
}
.three-bx2 {margin-left: 0px;}
	
#recognitions-slider .bx-s {
  width: 100%;
  height: auto;
}	
	
#recognitions-slider3 .bx-s {
border: none;
  width: 100%;
  height: auto;
}	
.dsu-intro {
  right: 0;
}
#recognitions-slider3.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  padding: 0;
}	
.bannerContent h6 {
  border: dotted 2px #eee;
  margin: 5px 0px;
  color: #fde047;
  font-size: 20px;
  padding: 4px 8px;
  border-radius: 20px;
  display: inline-block;
}
.tn-b h6 {
  color: #fde047;
  font-size: 15px;
}
.tn-b {
  display: table-row;
  width: 30%;
  border-right: solid 1px #eee;
}
.tn-b p {
  font-size: 11px;
  color: #fff;
  line-height: 18px;
}	
.fiv-one12 {
  gap: 10px;
}	
.three-bx12 {
  width: 48%;
}	
.ab1 {
  right: 0 !important;
}	
.sch p {
  width: 96%;
}	
.owl-dots {
  display: none !important;
}	
.eli img {
  width: 100%;
}
.fiv-one9 {
  display: flex;
  margin-top: 6px;
}	
.three-bx9 h2 {
  font-size: 17px !important;
}	
.three-bx9 p {
  font-size: 14px;
  line-height: 22px !important;
}	
	
.seven {
  margin: auto;
  width: 100%;
}
.seven h1 {
  font-size: 20px;
}	
	
.seven1 {
  margin: auto;
  width: 100%;
}
.seven1 h1 {
  font-size: 20px;
}
.glo h2 {
  padding: 9px 0 13px 0px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.three-bx13 h2 {
  font-size: 30px !important;
}	
.three-bx13 {
  width: 48%;
}
.pdf-tabs li a.active::after {
  left: 39%;
}
	
.pdf-tabs li {
  width: 33%;
}	
	
table {
  width: 100%;
}
	

	.inner-page-mask::before {
    height: 100%;

  }	
	
 div.ja-masthead .ja-masthead-detail {
    height: auto;
  }	
 .chomu {
    margin-top: 14px;
  }	
.container1 {margin-top: 58px;
  display: block;
  gap: 9px;
  padding: 10px;
}	
.box {margin-bottom: 20px;
  position: relative;
  width: 100%; padding: 4px;
  height: auto; visibility: visible;
}	
	
.box .default-text, .box .hover-text {
  position: relative;
  left: 50%;
  transform: translate(-50%, -10%);
  transition: opacity 0.4s ease;
  width: 100%;
}
.box .hover-text {
	opacity: 1; color: #000;}	
	
 .box .default-text, .box .hover-text {
    position: relative; margin-top: 0px;
  }	
.default-text h3 {font-size: 17px;
     margin-top: 0;
    line-height: normal;
    margin-bottom: 9px;
}
	
.hover-text p {
    font-size: 14px;
    line-height:normal;
    font-weight: normal;
}
.icon img {
   margin-top: 25px;
    width: 20%;
    margin-bottom: 10px;
}	
.three-bx9 {
  width: 46%;
}	
.program-title {
  font-size: 20px;
}
.salary-box .amount {
  font-size: 29px;
}	
 div.ja-masthead .ja-masthead-detail .ja-masthead-title {
    text-align: center;
  }
  h1 {
    font-size: 35px !important;
  }	
.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.card {
    height: auto !important;
}	 
	
.box:hover {
  background: #fff;
  color: #000;
}
.hover-text ul li {
  color: #332e2e;
  font-size: 14px;
  text-align: left;
  line-height: 23px;
  list-style: disc;
  font-weight: normal;
}
.seven h1 {
  font-size: 24px !important;
}	
	
.step-box {
  background: #e87722;
  color: #fff;
  width: 46%;
  padding: 16px 11px;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}
.step-box i {
  font-size: 28px;
  margin-bottom: 15px;
}
.dh ul li {
  font-size: 15px;
}	
.profile-card {
  width: 100%;
}	
.pt1 {
	margin-top: 0;
}
.card-title {
	font-size: 14px;

}	
.dsu-addmission {display: none;}
	
	
.bc-img01 {background-size: 100%;
  background-image: url(../images/mobile-banner.jpg)
}
.btmn {
  display: none;
}
  .applyBox {
    margin-top: 183px;
  }	
.bc-img01 {
    padding: 0px 0 0px 0px;
  }
.dsu-intro {
    top: 9px;
  }
	.offset-2 {
  margin-left: 0;
}
.dfg {font-size: 14px; text-align:
	center; clear: #222;	
	}
.col-lg-9.col-12.fsize22.desktop.mobile-num-top {
  display: none !important;
}	
#recognitions-slider11 .bx-s3 {
  width: 61%;
  margin: 10px auto;
}	
.pdf-tabs li {
  list-style: none;
  display: block !important;
  margin-right: 1px;
  width: 100%!important;
  padding: 0 !important;
  margin-bottom: 16px;
}
.xv ul li {
  display: inline-block;
  border: solid 1px #eee;
  padding: 3px 8px;
  font-size: 12px;
  background: #f7ecd0;
  color: #1c1b1b;
  border-radius: 15px;
  margin-bottom: 7px;
  width: 48%;
}	
 .container1 {
    margin-top: 0;;
  }	
	

}	