.sideNavi {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
}
.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; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.item-assured {
  border: 1px solid #0b5d15;
  box-shadow: 0 8px 12px rgb(0 0 0 / 8%);
  border-radius: 05px;
  /* padding: 24px 12px; */
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.item-assured.text-center:hover {
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
  background: #0b5d15;
}

.item-assured.text-center:hover .job-assues h2 {
  color: #d3d4d3;

}

span.text-orange {
  color: #0b5d15;
}

.job-assues {
  padding: 20px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 100%;
  min-height: 140px;
}
.job-assues img{
  width: 50px !important;
  height: 50px !important;
  margin-right: 15px;
  filter: invert(29%) sepia(94%) saturate(4477%) hue-rotate(345deg) brightness(84%) contrast(110%);
}

.job-assues h2 {
  width: calc(100% - 80px);
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0b5d15;
  text-align: left !important;
}
/* 
.modal-dialog .modal-content {
  flex-direction: row;
} */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
  -ms-flex: 1 1 auto;
  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: 1rem 0.5rem;
  margin: -3rem -2rem -1rem auto; */
  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;
}

.about-content p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  /* margin-bottom: 30px; */
  padding: 20px 0;
  line-height: 28px;
  position: relative;
}

.about-content {
  z-index: 2;
}

.courses-img img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.blog-text>a {
  background: #0b5d15;
  color: #fff;
  padding: 16px 34px 16px 36px;
  border: 1px solid #0b5d15;
  border-radius: 65px;
  font-size: 18px;
  font-weight: 700;
}

div#client-slider .position-relative {
  border: 1px solid #de1819;
  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: #030303;
}

.blog-text>a:hover::before {
  transform: scaleY(1);
}

.sideNavi a {
  position: relative;
  z-index: 99;
  background-color: #0b5d15 !important;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  padding: 9px 16px;
  margin-bottom: 30px;
  display: block;
}

.courses-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

span.pnb {
  color: #0b5d15;
}

.sideNavi-item .bg-success {
  background: #0b5d15 !important;
  color: #fff;
}

.sideNavi a:hover {
  background-color: #0b5d15;
  color: #1918185a;
}

* {
  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 {
  color: #060919;
  font-size: 30px;
  margin: 0;
  line-height: 1.3em
}

p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #000
}

footer,
header,
section {
  display: block
}


a {
  outline: 0 !important;
  color: #73ae20;
  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 {
  outline: 0 !important;
  text-decoration: none
}

img {
  border: 0
}
/* 
li {
  color: #1e1e1e;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease
} */

::-moz-selection {
  background-color: #51247a;
  color: #fff
}

::selection {
  background-color: #51247a;
  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/shuats\ 2.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover !important;
  background-position: top center;
  position: relative
}

.bc-img01:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.744);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}

#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;
  -webkit-transition: all .25s ease;
  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;
  -webkit-transition: color .25s ease, -webkit-transform 2s ease;
  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;
}

.zIndex2 {
  z-index: 2
}

.font-weight-300 {
  font-weight: 300
}

.font-weight-900 {
  font-weight: 700
}

.header {
  width: 100%;
  display: table
}

.logo {
  position: relative;
  padding: 10px;
  ;
}

.dsu-form {
  width: 100%;
  padding: 15px 15px;
  margin-top: 10%;
  background: rgba(255, 255, 255);
  border-radius: 10px;
}

.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
}

.header.sticky .logo img {
  width: 150px;
}


.frmBg {
  text-align: center;
  position: relative
}

.frmBg h4 {
  font-size: 22px;
  color: #102962 !important;
  font-weight: 700;
  line-height: 26px;
  color: #4b4b4b;
  padding-bottom: 2px;
  display: block
}

.applyBox {
  margin-top: 0;
  width: 100%;
  display: table
}

section.Students-section.pt-4.pb-3.position-relative {
  background-image: url(../images/shuats3.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.763);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}

section.courses-section.py-4.position-relative {
  background: #fafafa;
}

.contact_fild {
  padding: 0 0;
}

.applyBox {
  width: 100%;
  display: table;
}

.form-control {
  font-size: 14px;
  color: rgba(0, 0, 0, .8);
  border: 0;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 8px !important;
  height: auto;
  box-shadow: none;
  background: #fff;
  border: 0.964706px solid #ddd;
  border-radius: 3.85882px;
}
.owl-theme .owl-dots .owl-dot.active span{
  color: #de1819;
  background-color: #de1819;
}
#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: #fa7b09;
  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
}

.form-group {
  margin-bottom: 20px
}
.form_disclaimer{
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.btn_submit {
  background: #0b5d15  ;
  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: #030303;
  color: #fff
}

.dsu-intro {
  position: relative;
  width:320px;
float: right;
  z-index: 1;
}

.dsu-addmission {
  margin-top: 15%;
  display: block;
  padding: 0
}

.courses-section .courses-item {
  width: 18%;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 5px;
}

.courses-section .courses-item .courses-content {
  color: #0b5d15;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  height: 70px;
}

.courses-section .courses-item:hover {
  background-color: #0b5d15
}

.courses-section .courses-item:hover .courses-content {
  color: #fff
}

.partner-section .text-center {
  margin: 0 10px;
}

.footer {
  width: 100%;
  display: table;
  padding: 10px 0;
  background-color: #696969;
}

.mobile {
  display: none
}

.shadow {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s
}

.shadow:hover {
  box-shadow: none !important;
  -webkit-transform: translateY(-.5em);
  transform: translateY(-.5em)
}
.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;
}
.row {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: auto;
}

.dsu-addmission h1 {
  position: relative;
  color: #FFFFFF;
  font-size: 58px;
  line-height: 68px;
  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;
}

.partner-section {
  background-color: #fff;
}
.desktop {
  display: block
}
.mobile{
  display: none;
}
.logo img {
  width: 10rem;
}

@media only screen and (max-width:980px) {

  .courses-section .courses-item {
    width: 100% !important
  }
  .dsu-addmission h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .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 !important;
  }

  .mobile {
    display: block
  }

  .logo {
    text-align: left;

  }
  
.logo img {
  width: 7rem;
}
}
@media only screen and (max-width:768px){
  .desktop {
    display: none !important;
  }
  .mobile{
    display: block !important;
  }
  .courses-section .courses-item {
    width: 100% !important
  }
}

@media only screen and (max-width:736px) {
  .modal-content{
    padding: 10px;
  }
  .hero-thankyou .bc-img01 .thankyou__dv{
    width: 100%;
  }
  .header.sticky .cd-logo.text-right img {
    width: 76px;
  }

  .header.sticky .logo img {
    width: 5rem;
  }
  .courses-img img{
    height: 170px;
  }
  .container {
    max-width: 100%
  }

  .courses-section .courses-item {
    width: 100% !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;
    margin-bottom: 10px;
    line-height: 24px
  }
  #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
  }

  .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;
    color: #102962 !important;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 2px;
    display: block;
    margin-top: 0px;
  }

  .frmBg h4 {
    color: #102962E5 !important
  }

  .mx-5 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media only screen and (max-width:568px) {

  .job-assues img{
    width: 30px !important;
    height: 30px !important;
  }

  .sideNavi {
    position: fixed;
    width: 100%;
    bottom: 0px;
    top: auto;
    right: auto;
    left: 0;
    z-index: 22;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  section.position-relative.py-5.placements-sec {
    padding-top: 1.5rem !important;
  }

  section.position-relative.py-5.placements-sec {
    padding-bottom: 1.5rem !important;
  }

  section.position-relative.main_ban {
    padding-bottom: 25px;
  }

  span.text-orange {
    color: #de1819;
  }

  .modal-title {
    margin-bottom: 6px;
    line-height: 1.3;
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 2px;
  }

  .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 {
    background: #0b5d15;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 12px 30px;
    margin-top: 10px;
    line-height: normal;
    width: auto;
    text-transform: uppercase;
    border-radius: 36px;
  }

  .item-assured {
    border: 1px solid #cfcfcf;
    box-shadow: 0 0 0 0;
    border-radius: 4px;
    margin: 0px;
    margin-bottom: 0px;
  }

  .about-content p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    /* margin-bottom: 30px; */
    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;
  }

  .sideNavi .sideNavi-flex {
    display: flex;
  }

  .sideNavi a {
    display: block;
    text-align: center;
    padding: 15px 2px;
    background-color: #fff !important;
    margin-bottom: 0px;
    font-size: 14px;
    color: #0b5d15;
  }

  .sideNavi-item {
    width: 100%;
  }

  .partner-section .text-center {
    margin: 0 0px;
  }

  .footer {
    height: 90px;
    font-size: 9px;
  }

  .partner-section .position-relative {
    margin: 5px 5px !important
  }
}

@media only screen and (max-width:480px) {

  h1,
  h2,
  h3,
  h4 {
    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;
  }
}