.widget-title h3 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 28px;
}
.widget-title h3.white {
  color: #ffffff;
}
.widget-title h3.blk {
  color: #000000;
}
.widget-title h3.blues {
  color: #1644a8;
}
.widget-title h3 em {
  font-style: normal;
}
.formError .formErrorContent {
  line-height: 1.32 !important;
}

/* borders-start */
.widget-title h3.fullborder {
  padding-bottom: 15px;
  margin-bottom: 5px; /* border-bottom:2px solid #0d0d0d;*/
}
/* .widget-title.white h3.fullborder{border-bottom:2px solid #ffffff;} */
.widget-title h3.halfborder {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.widget-title h3.halfborder:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 65%;
  height: 2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #ffffff;
}
.widget-title h3.noborder {
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.widget-title h3.noborder:before {
  content: "";
  display: none;
}

.bgorange {
  background-color: #0b9ddd;
}
.zIndex-1 {
  z-index: 2;
}

/* #recognitions-slider.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  background: #0054a8;
}
#recognitions-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background: #8dc63f;
} */

/*Recognitions STARTS*/
.section9 {
  position: relative;
  background-color: #ffffff;
}
.section9::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -100px;
  width: 80px;
  height: 190px;
  background: url(../images/recognitions/rec-dots-LT.png) no-repeat center
    center;
  background-size: contain;
  z-index: 1;
}
.sec9Head {
  position: relative;
  padding: 0 3%;
}
.sec9Head p {
  font-weight: 600;
  padding-bottom: 12px;
  letter-spacing: 0.8px;
  font-size: 14px;
}
#recognitions-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  background: #005bab;
}
#recognitions-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #59d627;
}
#recognitions-slider.owl-theme .owl-item img {
  width: 165px;
  margin: 0 auto;
}
#recognitions-slider.owl-theme .owl-item .items {
  margin: 10px 7px 16px;
  padding: 15px 10px;
  border: 2px solid transparent;
  box-shadow: 0 0.1rem 0.75rem rgba(0, 0, 0, 0.15);
  transition: 0.7s;
}
#recognitions-slider.owl-theme .owl-item .items:hover {
  border: 2px solid #005bab;
}

/* recognitions-flex */
#recognitions-slider.owl-carousel .owl-stage {
  display: flex;
}
#recognitions-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#recognitions-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
}

/* rank-slider */
#rank-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  background: #005bab;
}
#rank-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #59d627;
}
#rank-slider.owl-theme .owl-item img {
  width: 100%;
}
#rank-slider .ranks_box_ada {
  border-radius: 15px;
  background-color: #fefefe;
  margin: 10px 5px 16px;
  padding: 5px;
  box-shadow: 0 0.1rem 0.75rem rgba(0, 0, 0, 0.15);
  min-height: 200px;
  position: relative;
}
#rank-slider .ranks_box_ada .rank_cont{
position: absolute;
width: 100%;
height: auto;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
padding: 50px 60px;
}


#rank-slider .ranks_box_ada h6 {
color: #553077;
text-align: center;
font-size: 32px;
line-height: 34px;
margin-bottom: 10px;
font-weight: 900;
}
#rank-slider .ranks_box_ada p {
color: #553077;
text-align: center;
font-size: 16px;
line-height: 22px;
font-weight: 500;
}
#rank-slider .ranks_box_ada p span {
color: #553077;
font-weight: 800;
}
/* rank-flex */
#rank-slider .ranks_box_ada img{
  opacity: 0.7;
}
/* rank-slider-close */

/* partner-slider-start */
#partner-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  background: #005bab;
}
#partner-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #59d627;
}
#partner-slider.owl-theme .owl-item figure {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 0.1rem 0.75rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 10px;
}

#partner-slider.owl-theme .owl-item .items figure:last-child {
  margin-bottom: 0px;
}
#partner-slider.owl-theme .owl-item figure img {
  width: 100%;
}
#partner-slider.owl-theme .owl-item .items {
  margin: 5px 0px;
  padding: 0px;
}
#partner-slider.owl-theme .owl-item .items figure:hover,
#partner-slider.owl-theme .owl-item .items figure:focus {
  border: 2px solid #59d627;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}

/* recruit-flex */
#partner-slider.owl-carousel .owl-stage {
  display: flex;
}
#partner-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#partner-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.studentslider {
  position: relative;
  width: 100%;
}
/* partner-slider-close */
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 2px !important;
}

/* adv-slider-start */
#adv-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  background: #005bab;
}
#adv-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #59d627;
}
#adv-slider.owl-theme .owl-item figure {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 0.1rem 0.75rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 10px;
}

#adv-slider.owl-theme .owl-item .items figure:last-child {
  margin-bottom: 0px;
}
#adv-slider.owl-theme .owl-item figure img {
  width: 100%;
}
#adv-slider.owl-theme .owl-item .items {
  width: 100%;
  margin: 5px 0px;
  padding: 0px;
}
#adv-slider.owl-theme .owl-item .items figure:hover,
#adv-slider.owl-theme .owl-item .items figure:focus {
  border: 2px solid #59d627;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}

/* adv-slider-flex */
#adv-slider.owl-carousel .owl-stage {
  display: flex;
}
#adv-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#adv-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.adamasAdvslider {
  position: relative;
  width: 100%;
}
/* adv-slider-close */

/* package-slider */
.package_dv {
  padding: 1px;
}
.package__block::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5px;
  height: 100%;
  bottom: 0px;
  background-color: #ffffff;
  z-index: 2;
}
.package_section {
  background-color: #ffffff;
}
.package_section::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -100px;
  width: 80px;
  height: 190px;
  background: url(../images/pack-dots-RT.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.package_section .package__block .package_dv .package__item {
  padding: 60px 0px 5px;
}
.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block {
  margin-bottom: 25px;
  min-height: 115px;
  width: 100%;
  border-right: 3px solid #b8c2d7;
}
.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block:last-child {
  margin-bottom: 0px;
}
.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  .counting-number,
.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  .plus {
  font-size: 40px;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #2f4b89;
}
.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  strong {
  display: block;
  color: #000000;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 400;
}
.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  strong.txttop {
  margin-top: -40px;
  margin-bottom: 15px;
}
.package_section
  .package__block
  .package_dv
  .package__item
  .counting-item-block
  p {
  display: block;
  color: #000000;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

/* whyus_CSS START*/
.whyus {
  background-color: #0053a7;
}
.sec14Head {
  padding-left: 9%;
  padding-right: 9%;
}
.whyus_content {
  position: relative;
  text-align: center;
}
.whyus_content h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.whyus_content p {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}
.whyus_content p:last-child {
  margin-bottom: 0px;
}
/* whyus_CSS CLOSE*/

/*== HEADER CSS START ==*/
.header-absolute {
  position: relative;
  height: 100px;
}
.logo {
  position: absolute;
  z-index: 999;
}
.logo img {
  width: 155px;
}
.logo2 {
  margin-top: 20px;
}
.logoright {
  text-align: right;
  position: relative;
  padding-bottom: 34px;
}
.logoright img {
  position: relative;
  width: 70%;
  display: inline-block;
}
.logoright strong a {
  color: #000;
  font-size: 20px;
  padding: 8px;
  padding-top: 30px;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
}
.logoright strong a i {
  color: #85c125;
}

/* linear-gradient-start */
.form_gradient {
  background: #003768;
  background: -moz-linear-gradient(
    130deg,
    rgba(82, 164, 49, 1) 0%,
    rgba(55, 127, 68, 1) 37%,
    rgba(0, 55, 104, 1) 90%
  );
  background: -webkit-linear-gradient(
    130deg,
    rgba(82, 164, 49, 1) 0%,
    rgba(55, 127, 68, 1) 37%,
    rgba(0, 55, 104, 1) 90%
  );
  background: linear-gradient(
    130deg,
    rgba(82, 164, 49, 1) 0%,
    rgba(55, 127, 68, 1) 37%,
    rgba(0, 55, 104, 1) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52a431',endColorstr='#003768',GradientType=1);
}
.blue_gradient {
  background: #003361;
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 51, 97, 1) 0%,
    rgba(24, 83, 80, 1) 58%,
    rgba(65, 140, 57, 1) 90%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 51, 97, 1) 0%,
    rgba(24, 83, 80, 1) 58%,
    rgba(65, 140, 57, 1) 90%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 51, 97, 1) 0%,
    rgba(24, 83, 80, 1) 58%,
    rgba(65, 140, 57, 1) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003361',endColorstr='#418c39',GradientType=1);
}
.green_gradient {
  background: #003361;
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 51, 97, 1) 0%,
    rgba(24, 83, 80, 1) 58%,
    rgba(65, 140, 57, 1) 90%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 51, 97, 1) 0%,
    rgba(24, 83, 80, 1) 58%,
    rgba(65, 140, 57, 1) 90%
  );
  background: linear-gradient(
    270deg,
    rgba(0, 51, 97, 1) 0%,
    rgba(24, 83, 80, 1) 58%,
    rgba(65, 140, 57, 1) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#418c39',endColorstr='#003361',GradientType=1);
}
/* linear-gradient-close */

/*== BANNER CSS START ==*/
.frmBg h4 {
  font-size: 19px;
  line-height: 26px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  margin: 0 7%;
  padding-bottom: 5px;
}
.thankyou .frmBg h4 {
  text-transform: initial;
  font-weight: 400;
}
.form-group {
  margin-bottom: 10px;
}
.contact-fild-box {
  margin-bottom: 0px;
  position: relative;
}
.contact-fild-box.text-center {
  margin-bottom: 0px;
}

.dsu-intro {
  position: absolute;
  width: 31%;
  top: 5%;
  z-index: 1;
  right: 0;
}
.dsu-addmission {
  margin-top: 13%;
  display: block;
  padding: 0px;
}
.dsu-addmission h2 {
  font-size: 42px;
  line-height: 1;
  color: #ffffff;
  padding: 3px 0px;
  margin-top: 10px;
  text-transform: uppercase;
}
.dsu-addmission span {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  padding: 0px;
}
.dsu-addmission small {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 10px;
}

.dsu-addmission .last_dv {
  width: 54%;
}
.dsu-addmission .last_dv ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.dsu-addmission .last_dv ul li {
  background-color: #0054a8;
  font-size: 18px;
  padding: 10px;
  font-weight: 600;
  color: #fff !important;
  border: solid 1px #ffffff;
  border-bottom: none;
}
.dsu-addmission .last_dv ul li.gren {
  background-color: #8dc63f;
}
.dsu-addmission .last_dv ul li span {
  padding: 0px;
  float: left;
  border: none;
}
.dsu-addmission .last_dv ul li img {
  margin-right: 18px;
}

.formIDfid {
  padding: 0 10px;
}
.contact-fild-box .form-control option {
  color: #000;
}

.banner_highlights {
  position: relative;
  width: 100%;
  padding-right: 0px;
}

.greenBG {
  background-color: #8dc63f;
}
.blueBG {
  background-color: #0054a8;
}
.banner_highlights h3,
.banner_highlights p {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  padding: 8px 10px;
}
.banner_highlights h3::before {
  content: "";
  position: absolute;
  width: 0px;
  right: 0px;
  height: 80%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
}

.banner_highlights p.blink-soft {
  font-size: 16px;
  display: inline-block;
  padding: 14px 22px;
  padding-top: 15px;
  font-weight: 400;
  border-radius: 10px;
  background-color: #8dc63f;
}
.banner_highlights p.blink-soft:hover,
.banner_highlights p.blink-soft:focus {
  background-color: #0054a8;
}
.blinkersection {
  display: inline-block;
  border-radius: 2px;
  margin-top: 15px;
}
.highlightsalign {
  position: relative;
  margin: 20px 0;
  padding: 0px;
}
/* new */
#applyBox {
  margin-bottom: 0px;
}

.dsu-form {
  position: relative;
  width: 100%;
  max-width: 350px;
  padding: 20px 15px;
  margin: 0px;
  margin-top: 0px;
  /* background-color: rgba(63,65,66,.87); */
  background-color: rgba(0, 84, 169, 0.9);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}
.dsuinner {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
}
.thankyou .dsu-form {
  padding: 35px 5px;
}

.frmBg {
  position: relative;
  text-align: center;
  padding: 0px 10px;
}

.thankyou .frmBg:before,
.thankyou .frmBg:after {
  content: "";
  display: none;
}

.thankyou .frmBg {
  padding: 10px 10px;
  border: 0px;
}

.frmBg h4 {
  font-size: 16px;
  line-height: 1.01;
  color: #ffffff;
  display: block;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.thankyou .frmBg h4 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 400;
}

.applyBox {
  margin: 15px 0;
  padding: 0px;
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 100%;
}

.contact_fild {
  padding: 10px 0px 0px;
}

.contact-fild-box .form-control,
.contact-fild-box
  .form-group.input-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 12px;
  color: rgba(1, 1, 1, 0.9);
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 auto;
  border-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-left: 0;
  min-height: 42px;
}
.contact-fild-box .form-control.email {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
.contact-fild-box .form-control:focus {
  color: rgba(1, 1, 1, 0.9);
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: 0 0 0 0.1rem rgba(73, 73, 73, 0.25);
}

.contact-fild-box .input-group-text {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #494949;
  font-size: 13px;
}

.form-group {
  margin-bottom: 8px;
}
.formError .formErrorContent {
  line-height: 1.3 !important;
}
.btn_submit {
  width: auto;
  background-color: #00cd53;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  border-radius: 8px;
  padding: 9px 30px;
  margin: 0px auto;
  line-height: normal;
  letter-spacing: 1px;
  display: inline-block;
  z-index: 1;
}

.btn_submit:hover {
  background: #0952d9;
  color: #ffffff;
}

.contact-fild-box {
  margin-bottom: 5px;
  position: relative;
}

.contact-fild-box.text-center {
  margin-top: 5px;
  margin-bottom: 0px;
}

.contact-fild-box:last-child {
  margin-top: 15px;
  margin-bottom: 0px;
}
.contact-fild-box:last-child .form-group {
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-group:last-child {
  margin-bottom: 0px;
}
.contact-fild-box .form-check {
  margin-top: 10px;
}
.contact-fild-box .form-check input[type="checkbox"] {
  width: auto;
  top: 0px;
  left: 1px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  min-height: unset;
  min-height: initial;
  height: auto;
  margin-top: 3px;
}
.contact-fild-box .form-check label {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #ffffff;
  cursor: pointer;
  margin: 0px;
}

/*== BANNER CSS end ==*/

.sec8Head {
  position: relative;
  padding: 0 3%;
}
.abtinner {
  position: relative;
  width: 100%;
  z-index: 1;
}
.abtcontent p {
  font-size: 17px;
  line-height: 1.55;
  text-align: justify;
  color: #ffffff;
}

.sec8Head .listcontent {
  position: relative;
  width: 100%;
  padding: 0px 15px;
}

.sec8Head ul {
  position: relative;
}

.sec8Head ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.35;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0px;
  padding: 0px;
}

.sec8Head ul li span {
  position: relative;
  margin-bottom: 0px;
  padding: 0px;
  background: url(../images/arrows.png) no-repeat left 15px;
  padding: 8px 7px 8px 22px;
  display: block;
}
.mobview {
  display: none !important;
}

/*Impeccable css start*/

.impact {
  text-align: center;
  position: relative;
  width: 77%;
  border: solid 1px #ffc107;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1% auto;
  line-height: 60px;
}
.impact span {
  font-size: 25px;
  z-index: 1;
  display: block;
  float: left;
  background-color: #ffc107;
  text-align: center;
  font-weight: 600;
  color: #000;
  padding: 0 25px;
  position: relative;
}
.impact span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 15px;
  height: 16px;
  /*background: url(../images/arrow-left.png) no-repeat center center;*/
  background-size: contain;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.impact b {
  font-weight: 600;
  padding: 14px 10px;
}
/*Impeccable css ends*/

/*students css start*/
.student {
  position: relative;
  background-color: #0054a8;
}
.student-pic {
  width: 90%;
  margin: 0 auto;
}
.student-pic img {
  border: solid 1px #ffffff;
  padding: 10px;
}
.student-pic h3 {
  font-size: 25px;
  text-align: center;
  font-weight: 400;
  padding-top: 15px;
  color: #ffffff;
}
.student-pic h3 span {
  color: #8dc63f;
}

/*students css ends*/

/*School css start*/
.section1 {
  position: relative;
  overflow: hidden;
}

.courses_sec2 {
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding: 0px;
}

.section1 .courses-wrap {
  width: 18%;
  margin: 1%;
  padding: 22px 15px;
  border: 1px solid #ececec;
  position: relative;
  background-color: #0054a8;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px;

  text-align: left;
  border-radius: 11px;
  min-height: 150px;
  z-index: 1;
}
.section1 .courses_sec2 .courses-wrap {
  border: 1px solid #ffffff;
}
.section1 .courses-wrap:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 17px rgba(32, 46, 60, 0.7);
  border: 1px solid #fbb12e;
}

.section1 .courses_sec2 .courses-wrap > a:hover {
  background-color: #8dc63f;
}

.section1 .courses-wrap:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.section1 .courses-wrap:nth-child(1) {
  position: relative;
  /*background-color: #efc603;
padding: 50px 20px 0;*/
}
.section1 .courses-wrap label {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin: 0px;
}

.section1 .courses_sec2 .courses-wrap figure {
  margin-bottom: 5px;
}
.section1 .courses-wrap label > span {
  position: relative;
  padding-bottom: 0px;
  display: inline-block;
}

.section1 .courses-wrap label.orngBrdr > span > :after,
.section1 .courses-wrap label.orngBrdr > span > ::after {
  content: "";
  background-color: #e2923d;
}
.section1 .courses-wrap strong {
  font-family: "Roboto", sans-serif;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.26;
  color: #000000;
  font-weight: 500;
}
.section1 .courses-wrap img {
  max-width: 75px;
  opacity: 0.87;
}
.section1 .courses-wrap:hover img {
  opacity: 1;
}

.section1 .courses-wrap p {
  position: absolute;
  bottom: 0;
  display: inline-block;
  padding: 0 5px;
  background-color: #0054a8;
  line-height: 22px;
  font-size: 11px;
  color: #0054a8;
  right: 35%;
}

.section1 .courses-wrap:hover p {
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  background-color: #8dc53f;
}

/* dept_container-satrt */
.dept_container {
  position: relative;
  width: 100%;
}
.faculty__form .form-control {
  background-color: #d7d7d7;
  border-radius: 0px;
  font-style: italic;
  font-size: 18px;
  padding: 18px 15px;
  height: auto;
}
.section-5 .widget-title .hr:after {
  left: 40%;
}
.course-row {
  width: 100%;
  display: table;
  position: relative;
  padding: 30px 0;
}
.course-row .course-details {
  padding-top: 30px;
}
.section-5 .bluerow {
  color: #ffffff;
  margin-top: 10px;
  padding: 25px 50px;
}
.section-5 .bluerow h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 24px;
  margin-bottom: 20px;
}
.section-5 .bluerow h3 small {
  font-size: 18px;
  color: #ffffff;
}
.section-5 .bluerow p {
  color: #ffffff;
  font-size: 16px;
}
.section-5 .bluerow ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.45;
  color: #232e33;
  position: relative;
  padding-left: 13px;
  word-wrap: break-word;
  word-break: break-word;
}
.section-5 .bluerow ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.interestedsec {
  position: relative;
  width: 100%;
  background-color: #8dc63f;
  margin-bottom: 0px;
}
.interestedsec p {
  width: 100%;
  text-align: center;
  padding: 19px 15px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
.section-5 .bluerow ul li::before,
.section-5 .bluerow ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #232e33;
  border-radius: 100%;
  top: 8px;
  left: 0px;
  /* -o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); */
}

.dptsec {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.section-5 .bluerow .last {
  background: #bbc7e0;
  font-size: 20px;
  color: #000;
  padding: 13px;
  border-radius: 3px;
}
.section-5 .bluerow .btn {
  background: #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid transparent;
}

.section-5 .bluerow .btn:hover,
.section-5 .bluerow .btn:focus {
  color: #ffffff;
  background-color: #0054a8;
  border: 2px solid #ffffff;
}

.desing-blue {
  background-color: #0054a8 !important;
}
.tech-green {
  background-color: #8dc63f !important;
}
.manag-grey {
  background-color: #0054a8 !important;
}
.planning-org {
  background-color: #8dc63f !important;
}

.address-section {
  width: 100%;
  display: table;
  padding: 15px 0;
  position: relative;
  background-color: #8dc63f;
  text-align: center;
}
.address-section p {
  color: #ffffff;
}
.tittle_content h4 {
  font-family: sans-serif;
  font-size: 22px;
  line-height: 1.23;
  color: #ffffff;
  margin-bottom: 15px;
}
/* .tittle_content h4 {font-family:sans-serif;font-size: 30px; line-height: 1.1; -webkit-text-stroke:0.5px #ffffff; -webkit-text-fill-color:transparent;  } */
.section-5 .box {
  display: none;
}
.deptboxinner {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

/* dept_container-close */

/*School css start*/

/*Scholarship css start*/
.scholar {
  background: url(../images/scholar.jpg) no-repeat center center;
  background-size: cover;
}

.progCard {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.proglistwrapper {
  width: 100%;
}
.prog-list50 {
  width: 100%;
  border-radius: 15px;
  background-color: #0054a8;
  padding: 20px 2%;
  border-radius: 15px;
  border: 7px solid #ffffff;
}
.prog-list50 ul {
  width: 100%;
}
.prog-list50 ul li {
  width: 100%;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  padding: 0px;
  text-align: left;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.prog-list50 ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.prog-list50 ul li span {
  position: relative;
  display: block;
  padding: 14px 13px;
  width: 100%;
  display: flex;
}
.prog-list50 ul li span::before,
.prog-list50 ul li span:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 100%;
  top: 24px;
  left: 0px;
  /* -o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); */
}

/* .prog-list50 ul li:hover{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px); box-shadow: 0px 15px 10px -15px #111;} */

/*Scholarship css ends*/

/*Advantage css start*/
.section10 {
  position: relative;
}
.progcontent {
  position: relative;
  padding-top: 3%;
}
.img-container > p,
.studyListTitle {
  width: 100%;
  bottom: unset;
  bottom: initial;
  left: unset;
  left: initial;
  transform: unset;
  transform: initial;
  font-size: 22px;
  color: #1f1d1f;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  max-width: 100%;
  line-height: 1.3;
}
.img-container ul,
.studyList {
  width: 100%;
}
.progcontent .img-container {
  max-width: 1200px;
  margin: 0 auto;
}
.img-container > img {
  position: relative;
  width: 65%;
  max-width: 100%;
}
.img-container ul li {
  color: #1f1d1f;
  font-size: 15px;
  font-weight: 400;
  display: block;
  line-height: 1.37;
  text-align: left;
}
.img-container ul li label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.img-container ul li span {
  padding-left: 0px;
  display: block;
  color: #1f1d1f;
}
.img-container > p,
.studyListTitle {
  color: #1f1d1f;
  font-size: 22px;
  font-weight: 600;
  display: block;
  line-height: 1.07;
  text-align: center;
}
/*Advantage css ends*/

/*COLLABORATION css starts*/
/* flex */
#collabs-slider.owl-carousel .owl-stage {
  display: flex;
}
#collabs-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  padding: 0px;
}
#collabs-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
}
#int-slider.owl-theme .items p {
  font-weight: 500;
  line-height: 1.4;
}
#collabs-slider.owl-theme .items {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 10px;
  background-color: #ffffff;
  border: 2px solid transparent;
  transition: 0.7s;
}
#collabs-slider.owl-theme .items:hover {
  border: 2px solid #59d527;
  box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.2);
}
#collabs-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 25px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
  border-radius: 60px;
  text-align: center;
  background-color: transparent;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#collabs-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #59d527;
}
#collabs-slider.owl-theme .owl-nav .owl-prev {
  left: -30px;
}
#collabs-slider.owl-theme .owl-nav .owl-next {
  right: -30px;
}
#collabs-slider.owl-carousel .owl-item img {
  width: 97%;
  margin: 0 auto; /* height:115px;object-fit:contain;padding:10px;min-width:100%;background-color:transparent; */
}
#collabs-slider.owl-carousel .owl-item:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  bottom: 0px;
  height: 100%;
  background: url(../images/client/clientbrdr.png) no-repeat center center;
  background-size: contain;
}
#collabs-slider.owl-theme .owl-nav {
  margin-top: 0px;
}
.section12 {
  position: relative;
  background-color: #0053a7;
}
.section12.subtitle p {
  font-size: 16px;
  font-weight: 400;
}
.section12 .subtitle {
  margin-top: -15px;
  z-index: 0;
}
.sec7Box h5 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
/*COLLABORATION css ends*/

/*Recognitions css STARTS*/
.section9 {
  position: relative;
  background-color: #f1f1f1;
}
.sec9Head p {
  font-weight: 600;
  padding-bottom: 5%;
}

/*Recognitions css ends*/

/*LATEST RATING css starts*/
/* exe-slider */
#awards-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #0f0f0f;
  background-color: transparent;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px;
  padding: 0px;
  border-radius: 40px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 33px;
  font-size: 22px;
  font-weight: 700;
  opacity: 0.9;
}

#awards-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #636ec5;
  opacity: 1;
}

#awards-slider.owl-theme .owl-nav .owl-prev {
  left: -30px;
}

#awards-slider.owl-theme .owl-nav .owl-next {
  right: -30px;
}
#awards-slider.owl-theme .owl-nav {
  margin-top: 0px;
  display: none;
}
#awards-slider.owl-carousel .owl-item img {
  width: 100%;
  padding: 5px;
  min-width: 100%;
  /* height: 105px;
object-fit: contain; */
}
#awards-slider.owl-carousel .owl-item img:last-child {
  margin-top: 1px;
}
.sec13Head {
  position: relative;
  padding: 0 5%;
}

.section13 .subtitle {
  margin-top: 15px;
  z-index: 0;
  padding-left: 12%;
  padding-right: 12%;
}
.section13 .subtitle p {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  padding-left: 5px;
  font-weight: 500;
  color: #000;
}
.section13 .subtitle p span {
  display: inline-block;
  padding-right: 5px;
}
.section13 .subtitle p:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  top: 8px;
  background: url(../images/arrows.png) no-repeat top center;
  background-size: auto;
  background-size: contain;
}
.section13 .subtitle p:not(:last-child) {
  margin-bottom: 10px;
}

/*LATEST RATING css ends*/

/*LIFE @ ADAMAS CSS STARTS*/
.section17 {
  position: relative;
  background-color: #8dc53f;
}
.natcollabInner {
  padding-left: 2%;
  padding-right: 2%;
}
.picsa-sec {
  position: relative;
}
.picsa {
  padding: 2% 0;
  position: relative;
}

.picsa .single_gallery_item {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.picsa .single_gallery_item > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.picsa .single_gallery_item .hover_overlay {
  background-color: rgba(0, 0, 0, 0.7); /* display: none; */
  border: 1px solid #ffffff;
  height: 92%;
  left: 4%;
  position: absolute;
  top: 4%;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  width: 92%;
  border-radius: 3px;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.picsa .single_gallery_item:hover .hover_overlay {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.picsa .single_gallery_item .links > a > i {
  color: #ffffff;
  font-size: 34px;
}
.picsa .single_gallery_item .links {
  top: 73%;
  position: absolute;
  right: 14%;
  margin-right: -17.5px;
  width: auto;
  z-index: 99;
  overflow: hidden;
}

#gallery-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px;
  padding: 0px;
  border-radius: 100%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 43px;
  font-size: 29px;
  opacity: 0.9;
}

#gallery-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000;
  opacity: 1;
}

#gallery-slider.owl-theme .owl-nav .owl-prev {
  left: -50px;
}

#gallery-slider.owl-theme .owl-nav .owl-next {
  right: -50px;
}

#gallery-slider.owl-theme .owl-dots {
  position: relative;
}

/*LIFE @ ADAMAS CSS ENDS*/

/*TESTIMONIAL CSS STARTS*/
.section8 {
  position: relative;
  background-color: #f4f4f4;
}

.sec8Headd {
  position: relative;
  padding: 15px 4.5%;
}

#testi-slider.owl-carousel {
  position: relative;
  width: 100%;
  margin: 10px 0px;
  padding: 0px;
}
#testi-slider.owl-carousel:after,
#testi-slider.owl-carousel::after {
  content: "";
  position: absolute;
  top: 55px;
  bottom: 25%;
  width: 3px;
  background: url(../images/testimonials/dotted-border.png) top center;
  background-size: contain;
  background-repeat: repeat;
  z-index: 1;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#testi-slider.owl-carousel .owl-stage {
  display: flex;
}
#testi-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#testi-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

/* student_testi */
#student_testi.owl-carousel {
  position: relative;
  width: 100%;
  padding: 00px;
}
#student_testi.owl-carousel .owl-stage {
  display: flex;
}
#student_testi.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#student_testi.owl-carousel .items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.studentvideosection {
  position: relative;
  width: 100%;
  height: 220px;
}
.studentvideosection iframe {
  width: 100%;
  height: 100%;
}
.studentvideosection img {
  width: 100%;
  height: 100%;
}
.playbtn {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  z-index: 2;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.playbtn > i {
  position: relative;
  text-align: center;
  margin: 0 auto;
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
}
.playbtn > i:hover,
.playbtn > i:focus {
  color: rgba(255, 0, 0, 1);
}
/* // student_testi */

/* student_testi2 */
#student_testi2.owl-carousel {
  position: relative;
  width: 100%;
  padding: 00px;
}
#student_testi2.owl-carousel .owl-stage {
  display: flex;
}
#student_testi2.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#student_testi2.owl-carousel .items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
/* // student_testi2 */

.testimonials-box {
  position: relative;
  text-align: left;
}
.testiBox {
  padding: 0px 20px;
}
.testicontent {
  width: 100%;
  position: relative;
  padding: 50px 0px 5px 0px;
  margin-bottom: 0px;
  border-radius: 5px;
  min-height: 190px;
}

/* .testicontent::before,.testicontent:before{content:'';position:absolute;left:80px;bottom:-27px;width:50px;height:50px;background:url(../images/testimonials/testimonial-leaf.png) no-repeat bottom center;background-size:contain;} */
.testicontent p:first-child::before,
.testicontent p:first-child:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -50px;
  left: 1px;
  opacity: 1;
  background: url(../images/testimonials/quote-open.png) no-repeat center center;
  background-size: contain;
}
/* .testicontent p:last-child::after,.testicontent p:last-child:after{content:'';position:absolute;width:30px;height:32px;bottom:-22px;background:url(../images/testimonials/quote-close.png) no-repeat center center;background-size:contain;} */

.sec8Head {
  position: relative;
  padding: 15px 4.5%;
}

#testi-slider.owl-carousel .owl-item figure > img {
  width: 100%;
  max-width: 110px;
  height: 110px;
  object-fit: cover;
  padding: 5px;
  border-radius: 100%;
  border: 0;
  background-color: #ffbc3a;
}

#student_testi.owl-carousel .owl-item figure > img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  object-fit: cover;
  padding: 5px;
  border-radius: 100%;
  border: 0px;
  background: #ffffff;
  background-color: #ffffff;
  background: -moz-linear-gradient(
    90deg,
    rgba(92, 43, 109, 1) 0%,
    rgba(135, 72, 137, 1) 37%,
    rgba(171, 96, 159, 1) 90%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(92, 43, 109, 1) 0%,
    rgba(135, 72, 137, 1) 37%,
    rgba(171, 96, 159, 1) 90%
  );
  background: linear-gradient(
    90deg,
    rgba(92, 43, 109, 1) 0%,
    rgba(135, 72, 137, 1) 37%,
    rgba(171, 96, 159, 1) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c2c6e', endColorstr='#ac61a1', GradientType=1);
}

#student_testi2.owl-carousel .owl-item figure > img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  object-fit: cover;
  padding: 5px;
  border-radius: 100%;
  border: 0px;
  background: #ffffff;
  background-color: #ffffff;
  background: -moz-linear-gradient(
    90deg,
    rgba(92, 43, 109, 1) 0%,
    rgba(135, 72, 137, 1) 37%,
    rgba(171, 96, 159, 1) 90%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(92, 43, 109, 1) 0%,
    rgba(135, 72, 137, 1) 37%,
    rgba(171, 96, 159, 1) 90%
  );
  background: linear-gradient(
    90deg,
    rgba(92, 43, 109, 1) 0%,
    rgba(135, 72, 137, 1) 37%,
    rgba(171, 96, 159, 1) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c2c6e', endColorstr='#ac61a1', GradientType=1);
}

.sec8Head i.btmclose {
  position: absolute;
  bottom: 10px;
}

.sec8Head > i {
  position: absolute;
  top: 0px;
  left: 0px;
}

.sec8Head img.topquote,
.topquote {
  width: 145px;
  height: auto;
  object-fit: contain;
  padding: 0px;
}

.testicontainer {
  position: relative;
}
.testicontent p {
  position: relative;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  line-height: 1.3;
  color: #454242;
  font-weight: 400;
}

.testicontent h3 {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 4px;
}
.testiTitle {
  margin-bottom: 10px;
  border-bottom: 3px solid #000000;
  min-height: 85px;
}

.testimonials-box h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
  color: #454242;
  padding-left: 15px;
}

.testimonials-box h4 > small {
  color: #454242;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-transform: initial;
}
.testimonials-box figure {
  width: 100%;
  margin-top: 15px;
  text-align: left;
}

#testi-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px;
  border-radius: 0px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 24px;
  font-size: 21px;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  background: #18171f;
  background-color: #18171f;
  background: -moz-linear-gradient(
    180deg,
    #18171f 0%,
    #18171f 37%,
    #18171f 90%
  );
  background: -webkit-linear-gradient(
    180deg,
    #18171f 0%,
    #18171f 37%,
    #18171f 90%
  );
  background: linear-gradient(180deg, #18171f 0%, #18171f 37%, #18171f 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18171f', endColorstr='#18171f', GradientType=1);
}

#testi-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #454242;
  background: #ffbc3a;
  background-color: #ffbc3a;
  /* background: -moz-linear-gradient(180deg, #186c97 0%, #1a6e97 37%, #8bc33e 90%);
background: -webkit-linear-gradient(180deg, #186c97 0%, #1a6e97 37%, #8bc33e 90%);
background: linear-gradient(180deg, #186c97 0%, #1a6e97 37%, #8bc33e 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#186c97', endColorstr='#8bc33e', GradientType=1); */
}

#testi-slider.owl-theme .owl-nav [class*="owl-prev"]:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

#testi-slider.owl-theme .owl-nav [class*="owl-next"]:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#testi-slider.owl-theme .owl-nav .owl-prev {
  left: -15px;
}

#testi-slider.owl-theme .owl-nav .owl-next {
  right: -15px;
}

#testi-slider.owl-theme .owl-dots .owl-dot span {
  width: 35px !important;
  height: 7px !important;
  background: #454242 !important;
  background-color: #454242 !important;
}

#testi-slider.owl-theme .owl-dots .owl-dot.active span,
#testi-slider.owl-theme .owl-dots .owl-dot:hover span {
  width: 35px !important;
  height: 7px !important;
  background: #8dc53f !important;
  background-color: #8dc53f !important;
  transform: translateY(0px);
}

 .owl-dots .owl-dot.active span,
 .owl-dots .owl-dot:hover span {
  background: #8dc53f !important;
  background-color: #8dc53f !important;
}

/*TESTIMONIAL CSS ENDS*/

/*FOTTER CSS STARST*/
.footer {
  width: 100%;
  display: table;
  padding: 20px 0;
  color: #ffffff;
  background-color: #353535;
}

.footer a,
.footer span {
  color: inherit;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.75px;
  opacity: 0.9;
}
/*FOTTER CSS ENDS*/

.why h3 {
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
  color: white;
}
.why h3:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 160px;
  height: 4px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #85c125;
}

.whys h3 {
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
  color: white;
}
.whys h3:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 160px;
  height: 4px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #ffffff;
}

.whyee h3 {
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
  color: white;
}
.whyee h3:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 130px;
  height: 4px;
  left: -36px;
  right: 0px;
  margin: 0 auto;
  background-color: #85c125;
}

.orang {
  color: #f5a623;
}
.formIDfid {
  padding: 0 10px;
}
.contact-fild-box .form-control option {
  color: #000;
}

/*== BANNER CSS end ==*/

/*== SEC1 css start ==*/

.program-sec {
  padding: 0;
  background-color: #ffffff;
  border: solid 1px #0767ad;
}

.section2 .program-sec .highlights ul li:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 25px;
  font-size: 15px;
  left: 0px;
  top: 14px;
  background: url("../images/list-arrow.png") no-repeat top center;
  background-size: contain; /*content: "\f00c"; font-family: 'Font Awesome 5 Pro'; color: #003f6a;*/
}
.section2 .program-sec .highlights ul li {
  position: relative;
  padding: 10px 0px;
  padding-left: 17px;
  color: #000;
  font-size: 15px;
  border-bottom: 1px dotted #045084;
}
.eligiContent ol li {
  position: relative;
  padding: 10px 0;
  font-size: 15px;
  margin-left: 20px;
  color: #045084;
}

.highlight {
  padding: 0;
}
.highlight h5 {
  padding: 20px 0 8px 0;
  color: #0767ad;
}
.highlight h4 {
  padding: 20px 0 8px 0;
}
.highlights img {
  width: 90%;
  float: left;
}

.highlights p {
  font-size: 16px;
}
.highlights p span {
  font-size: 14px;
}
.durationsec p {
  font-size: 16px;
}
.eligiContent {
  border-top: 1px dotted #045084;
}

.highlights .awards_dv .awards_item {
  width: 20%;
  margin-top: 10px;
  padding: 0 3px;
}
.highlights .awards_dv .awards_item .awards_bb {
  border: 1px solid #c2cbc8;
  height: 100px;
}
.highlights .awards_dv .awards_item .awards_content p {
  font-size: 9px;
  line-height: 10px;
  padding: 4px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(../images/mCSB_buttons.png) !important;
  background-repeat: no-repeat;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

#content-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0767ad;
}

#content-1 {
  height: 297px;
}

#content-2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0767ad;
}

#content-2 {
  height: 297px;
}
.highlight .specialized__dv p {
  color: #0767ad;
  font-weight: 600;
  font-size: 16px;
  margin-top: 12px;
}
.highlight .specialized__dv .specialized__content img {
  width: 50px;
  float: left;
}
.highlight .specialized__dv .specialized__content p {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin-top: 12px;
  padding: 6px 0 0 58px !important;
}
.eligibility__flex .eligibility__item p span {
  color: #8ddb15;
  display: block;
}
.eligibility__flex .eligibility__item {
  margin: 0;
  align-items: center;
}
.eligibility__flex .eligibility__item p {
  font-size: 16px !important;
  line-height: 30px;
  padding-top: 20px;
  color: #ffffff;
}

.alumni-item {
  margin-top: 100px;
  position: relative;
  z-index: -1;
}
.alumni-section .alumniContent {
  border: solid 2px #85c125;
  border-radius: 15px;
}
.alumni-section .alumniContent .picc {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 999;
  top: -99px;
  left: 230px;
}
.alumni-section .alumniContent .picc img {
  float: left;
}
.alumni-section .alumniContent .picc h6 {
  color: #000;
  font-size: 24px;
  display: block;
  text-align: left;
}
.alumni-section .alumniContent .picc span {
  color: #000;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
  display: block;
}
.alumni-section .alumniContent {
  padding: 20px;
  margin: 20px 15px;
  height: 320px;
}

.alumni-section .alumniContent p {
  font-size: 14px;
  line-height: 20px;
  color: #656565;
  padding-top: 80px;
}
#alumni-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #231f20;
  background: transparent;
  padding: 0 0;
  font-size: 50px;
  top: 40%;
  margin: 0px;
  border-radius: 0px;
  text-align: center;
}
#alumni-slider.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
#alumni-slider.owl-theme .owl-nav .owl-next {
  right: 15px;
}

.ourRecruiter {
  background-color: #0265a9;
}

.roww {
  width: 80%;
  margin: 0 auto;
}
.card-body p {
  text-align: center;
}

.retro {
  background-color: none;
}
.retro p {
  font-size: 16px;
  color: #ffffff;
}

.section2 {
  background-image: url(../images/sec2bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-color: #a78440;
}
.section2 .program_row {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
}
.section2 .program_row .intake {
  padding: 15px;
  font-weight: 500;
  background-color: #1e3f7d;
  color: #ffffff;
  font-size: 22px;
}
.section2 .program_row ul.listing li {
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #d7aa53;
  margin-left: 25px;
}
.section2 .widget-title p {
  text-shadow: 1px 1px 2px #000000;
}
.section2 .program_row ul.listing li:last-child,
.section5 ul.listing li:last-child {
  border-bottom: 0px;
}
.section2 .program_row ul.listing li:after,
.section5 ul.listing li:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  font-size: 15px;
  left: 0px;
  top: 14px;
  background: url("../images/side-arrow.png") no-repeat top center;
  background-size: contain; /*content: "\f00c"; font-family: 'Font Awesome 5 Pro'; color: #003f6a;*/
}
.section5 ul.listing li {
  position: relative;
  padding: 10px 0px;
  padding-left: 25px;
  margin-left: 0px;
  color: #ffffff;
  font-size: 15px;
  border-bottom: 1px dotted #045084;
}
.section3 {
  background-color: #1e3f7d;
}

.section11 {
  position: relative;
  width: 100%;
  padding: 0px;
  background: url(../images/girl-bg.jpg) no-repeat top center;
  background-size: auto;
  background-size: cover;
  padding-top: 3%;
}

.section22 {
  position: relative;
  width: 100%;
  padding: 0px;
  background: url(../images/short-bg.jpg) no-repeat top center;
  background-size: auto;
  background-size: cover;
  padding-top: 3%;
}

.section3 .whyItem {
  width: 24%;
  margin-bottom: 1.3%;
  min-height: 215px;
}
.section3.skillsec .whyItem {
  width: 32%;
  margin-bottom: 1.33%;
  margin-right: 1.33%;
  min-height: unset;
  min-height: initial;
  border-radius: 10px;
}
.section3 .whyItem img {
  max-width: 67px;
}
.memberships-item .memberships-row {
  height: 150px;
}
.memberships-item .memberships-row p {
  margin-top: 8px;
}
.advBox {
  position: relative;
  display: table;
  width: 100%;
  padding: 21px 20px;
  border-radius: 32px;
  box-shadow: 0 0.52rem 1.4rem rgba(0, 0, 0, 0.15) !important;
  vertical-align: middle;
  height: 100%;
  border: 1px solid rgba(35, 46, 51, 0.6);
  text-align: center;
}
.dpu_advtange h4 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
  line-height: 24px;
  padding-top: 10px;
}
.dpu_advtange {
  text-align: center;
  position: relative;
  color: #ffffff;
  z-index: 2;
}
.dpu_advtange img {
  max-width: 100%;
  margin-bottom: 15px;
}
.dpu_advtange h5 {
  display: block;
  background: url(../images/tri-shap.png) left top no-repeat;
  margin: 0 auto;
  width: 35px;
  height: 30px;
  margin-top: -35px;
  text-align: center;
  position: relative;
  color: #ffffff;
  z-index: 2;
}
.min-bg {
  position: relative;
  width: 100%;
  padding: 0px;
  background: url(../images/crousel-bg.jpg) no-repeat top center;
  background-size: auto;
  background-size: cover;
  padding-top: 3%;
}
.section4 {
  padding: 20px 0px;
  background-color: #f1f1f1;
}
.section5 {
  position: relative;
  width: 100%;
  padding: 0px;
  /* background: url(../images/foot-bg.jpg) no-repeat top center; */
  background-size: auto;
  background-size: cover;
  padding-top: 3%;
}

.section6 .memBorder:after {
  position: absolute;
  content: "";
  background-color: #eaeaea;
  right: -18px;
  top: 0px;
  height: 100%;
  width: 2px;
}
#memberships-slider.owl-theme .owl-nav [class*="owl-"],
#memberships-slider1.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #231f20;
  background-color: #9c9c9c;
  padding: 5px 12px;
  font-size: 30px;
  top: -12%;
  margin: 0px;
  border-radius: 0px;
  text-align: center;
}
#memberships-slider.owl-theme .owl-nav .owl-prev,
#memberships-slider1.owl-theme .owl-nav .owl-prev {
  right: 41px;
}
#memberships-slider.owl-theme .owl-nav .owl-next,
#memberships-slider1.owl-theme .owl-nav .owl-next {
  right: -5px;
}
#memberships-slider.owl-theme .owl-nav [class*="owl-"]:hover,
#memberships-slider1.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #b22b2b;
  color: #ffffff;
  text-decoration: none;
}
.skillsec {
  position: relative;
  display: block;
}
.section3.skillsec {
  background-color: #eaeaea;
}
.bg-blue {
  background-color: #1e3f7d !important;
}
.bg-white {
  background-color: #0265a9 !important;
}
.card {
  margin-bottom: 3px !important;
}
.text-dark {
  color: #fff !important;
}

/*== Footer css start ==*/
.footer {
  width: 100%;
  display: table;
  color: #ffffff;
  background-color: #000000;
  font-size: 14px;
}

.footer p {
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.studyabroad-logo img {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}

/*dflex start*/
.dflexSB,
.dflexCNTR,
.dflexCNTR2,
.dflexSTRH,
.dflexSTRHCNTR,
.dflexSTRHstart,
.dflexSTRHstart2,
.dflexSTRHBTM,
.dflexAlignitmCNTR {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  flex-direction: row;
}
.dflexSTRH {
  align-items: stretch;
}
.dflexCNTR2 {
  justify-content: center;
}
.dflexSTRHCNTR {
  align-items: stretch;
  justify-content: center;
}
.dflexSTRHstart {
  justify-content: flex-start;
}
.dflexSTRHstart2 {
  justify-content: flex-start;
  align-items: stretch;
}
.dflexSTRHBTM {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.dflexAlignitmCNTR {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dflexSB > div,
.dflexCNTR > div,
.dflexCNTR2 > div,
.dflexSTRH > div,
.dflexSTRHCNTR > div,
.dflexSTRHstart > div,
.dflexSTRHstart2 > div,
.dflexSTRHBTM > div,
.dflexAlignitmCNTR > div,
.dflexSB > li,
.dflexCNTR > li,
.dflexCNTR2 > li,
.dflexSTRHCNTR > li,
.dflexSTRHstart > li,
.dflexSTRHstart2 > li,
.dflexSTRHBTM > li,
.dflexSTRH > li,
.dflexAlignitmCNTR > li {
  margin-left: -1px;
}

/*dflex close*/
#partner-slider,
#partner-slider2 {
  position: relative;
  width: 100%;
}
#partner-slider.owl-theme .owl-nav [class*="owl-"],
#partner-slider2.owl-theme .owl-nav [class*="owl-"],
#advantages-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #ffffff;
  background: transparent;
  padding: 0 0;
  font-size: 50px;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -15px;
  border-radius: 0px;
  text-align: center;
}
#partner-slider.owl-theme .owl-nav .owl-prev,
#partner-slider2.owl-theme .owl-nav .owl-prev,
#advantages-slider.owl-theme .owl-nav .owl-prev {
  left: -35px;
}
#partner-slider.owl-theme .owl-nav .owl-next,
#partner-slider2.owl-theme .owl-nav .owl-next,
#advantages-slider.owl-theme .owl-nav .owl-next {
  right: -35px;
}
.recruiters-logo {
  border: 1px solid #1e3f7d;
}
#partner-slider2 .recruiters-logo {
  border: 0px;
  background-color: #ffffff;
  border-radius: 5px;
}
#partner-slider2 .recruiters-logo > img {
  border: 3px solid #ffffff;
  padding: 10px;
  border-radius: 5px;
}
#partner-slider2 .recruiters-logo > img + img {
  margin-top: 10px;
}
.advantages_item .bg-red,
.advantages_item .bg-gold {
  height: 360px;
  margin-bottom: 8%;
}

.training-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  margin-right: 2%;
  border: solid 2px #ffffff;
}
.training-block-one .inner-box .content-box {
  position: relative;
  display: block;
  height: 170px;
}

.training-block-one .inner-box .content-box .image-box {
  margin-bottom: 0px;
}
.training-block-one .inner-box .overlay-box {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  padding: 40px 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.training-block-one .inner-box .content-box .introo {
  background-color: #000;
}
.training-block-one .inner-box .content-box .introo h1 {
  display: block !important;
  background-color: #ffba4a;
  width: 100% !important;
  height: 100px;
  position: relative;
  z-index: 1;
}
.training-block-one .inner-box .content-box .introo img {
  width: 20%;
  margin-top: 5%;
}

.training-block-one .inner-box .content-box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 15px 22px;
  z-index: 1;
  opacity: 1;
  transition: all 500ms ease;
}
.training-block-one .inner-box .content-box .text h4,
.training-block-one .inner-box .overlay-box .text h4 {
  color: #ffffff;
  font-size: 22px;
}
.training-block-one .inner-box .content-box .text p,
.training-block-one .inner-box .overlay-box .text p {
  color: #ffffff;
  margin-top: 15px;
}

.training-block-one .inner-box:hover .overlay-box {
  opacity: 1;
  top: 0;
}

.training-block-one .inner-box .overlay-box .text h4 {
  color: #000 !important;
  font-size: 30px;
}

.training-block-one .inner-box:hover .content-box .text {
  opacity: 0;
}

.training-block-one .inner-box .content-box .images-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  background-color: #244286;
  z-index: 1;
  transition: all 500ms ease;
}

.training-block-one .inner-box .content-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  background-color: #244286;
  z-index: 1;
  transition: all 500ms ease;
}

.training-block-one .inner-box .overlay-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: white;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-size: 48px;
  padding-top: 35%;
}
.training-block-one .inner-box .overlay-box .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 15px;
  transform: translate(-50%, -50%);
}

#partners-slider.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  color: #ffffff;
  bottom: 15px;
  border: 1px solid #000;
  border-radius: 100%;
  margin: 5px;
  left: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 25px;
  width: 35px;
  height: 35px;

  left: 50px;
}
#partners-slider.owl-theme .owl-nav {
  margin-top: 0;
}
#partners-slider.owl-theme .owl-nav .owl-prev i,
#partners-slider.owl-theme .owl-nav .owl-next i,
#client-slider.owl-theme .owl-nav .owl-next i,
#client-slider.owl-theme .owl-nav .owl-prev i {
  color: #000;
}
#partners-slider.owl-theme .owl-nav .owl-prev {
  left: -40px;
}
#partners-slider.owl-theme .owl-nav .owl-next {
  right: -40px;
}
#partners-slider.owl-theme .owl-nav [class*="owl-"]:hover,
#client-slider.owl-theme .owl-nav [class*="owl-"]:hover,
#alumni-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #c95227;
  border-color: #c95227;
}

.flow {
  padding: 8% 0 5% 0;
}
.eligi {
  background-color: #7b2b87;
  padding: 3%;
  border-bottom: solid 2px #f3a424;
}
.blu {
  background-color: #234385;
  padding: 3%;
  border-bottom: solid 2px #f3a424;
}

.section35 {
  width: 100%;
  padding: 0px;
  background: url(../images/qms.jpg) no-repeat top center;
  background-size: cover;
}

.sec12Head {
  position: relative;
}

.modal-title {
  text-transform: uppercase;
  color: #ffffff;
}
.modal-header {
  background-color: #0054a8;
}
.descr {
  position: relative;
}
.descr ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.descr ul li {
  display: block;
  padding-bottom: 20px;
}
.descr ul li:last-child {
  padding-bottom: 0px;
}
.descr ul li h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;
}
.descr ul li p {
  font-size: 16px;
  border-bottom: dotted 1px #000;
  color: #555555;
  padding: 5px 0;
  font-weight: 400;
}
.descr ul li p.no-border {
  border-bottom: 0px;
}

.modal-dialog {
  max-width: 500px;
}

/*== SEC5-css--start ==*/
.section5 {
  background-color: #f4f4f4;
}

#edge-slider {
  z-index: 1;
}

#edge-slider:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
}

.edgeBX {
  width: 100%;
  position: relative;
  padding: 0px;
  border-radius: 18px;
  z-index: 1;
}

.edgeBX figure {
  position: relative;
  width: auto;
  margin-bottom: 0px;
}

#edge-slider.owl-carousel .owl-stage {
  display: flex;
}
#edge-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#edge-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

#edge-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #0053a7;
  background-color: transparent;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px;
  padding: 0px;
  border-radius: 100%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 43px;
  font-size: 29px;
  opacity: 0.9;
}

#edge-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #8dc63f;
  opacity: 1;
}

#edge-slider.owl-theme .owl-nav .owl-prev {
  left: -50px;
}

#edge-slider.owl-theme .owl-nav .owl-next {
  right: -50px;
}

.feature_content {
  padding: 15px;
}

.sec5Head {
  padding: 0px 8%;
  margin-top: 30px;
}

.feature_content h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0px;
  margin: 0px;
  min-height: 29px;
  color: #023d67;
  margin-bottom: 8px;
}
.feature_content h5 small {
  display: block;
  margin-top: 5px;
}

.feature_content h6 {
  color: #010101;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.feature_content p {
  color: #010101;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.feature_content p b {
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  font-style: normal;
}
#edge-slider.owl-carousel .owl-item img {
  width: 240px;
  position: relative;
  z-index: 2;
  border: 4px solid #0053a7;
  border-radius: 100%;
}
.leadersProfile {
  position: relative;
  width: 100%;
}

.cborder {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
/* .cborder {
  position: relative;
  display: inline-block;
  background: linear-gradient(0deg, transparent, transparent);
  padding: 5px;
  margin-top: 5px;
  border: 4px solid #0053a7;
  border-radius: 14px;
  overflow: hidden;
} */

/* .glowing::before{
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg, #ffba4a,#85c125, #0053a7,#85c125, #0053a7,#85c125, #0053a7);
  background-size: 400%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: -1;
  animation: glower 20s linear infinite;
  border-radius: 100%;
} */

@keyframes glower {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-moz-keyframes Color {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes Color {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}
@keyframes Color {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}
/* section5-close */

/*== download_section Start ==*/
.download-section {
  width: 100%;
  background-color: #0053a7;
}
.applybtn {
  position: relative;
  width: 100%;
  text-align: center;
}
.callusbox a {
  color: #000000;
  background-color: #f4d146;
  padding: 18px 50px;
  border-radius: 80px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.callusbox a:hover,
.callusbox a:focus {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.callusbox .callus {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  margin-top: 3px;
}
.ctatitle h4 {
  width: 100%;
  position: relative;
  text-align: center;
}
.ctatitle h4 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0px;
  margin-bottom: 20px;
}
.applybtn a {
  display: inline-block;
  background-color: #f4d146;
}
.whatsapp a {
  background-color: #85c125;
  display: flex;
  align-items: center;
}
.callusbox a span img {
  max-width: 38px;
}

.text-transform-normal {
  text-transform: unset !important;
  text-transform: initial !important;
}

/*== download_section Close ==*/
.contact-fild-box
  .form-group.input-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 12px;
}
.contact-fild-box .form-group.input-group {
  flex-wrap: nowrap;
}
.contact-fild-box
  .form-group
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.contact-fild-box .form-group .select2-container,
.contact-fild-box
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  min-height: 42px;
}
.contact-fild-box .form-group .select2-container .select2-selection--single {
  height: auto;
}
.contact-fild-box
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px;
}
.contact-fild-box
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
}

.contactsec .contactusContent h4 {
  font-size: 1.5rem;
}
.contactsec .contactusContent h4 b {
  color: #8dc53f;
}
.section5.leadershipsec {
  display: none;
}

/* ====  dream-START  ====   */
.dreamsection {
  width: 100%;
  background: url(../images/dream-banner.jpg) no-repeat bottom center;
  background-size: cover;
}
.titlewrap {
  width: 100%;
  padding-bottom: 5px;
}
.titlewrap h4 {
  position: relative;
  color: #5c5c5c;
  font-weight: 700;
  font-size: 41px;
  line-height: 1.15;
  min-height: 110px;
}
.titlewrap h4 span {
  color: #8dc63f;
}
.dreamdescription {
  width: 100%;
  padding-bottom: 20px;
}
.dreamdescription p {
  position: relative;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.32;
  padding: 10px 0 0;
}
.dreamdescription p.lidots {
  margin: 0;
}
.dreamdescription p.lidots span {
  display: block;
  position: relative;
  padding-left: 15px;
}
.dreamdescription p.lidots span::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0px;
  width: 7px;
  height: 7px;
  background-color: #1e1e1e;
  display: inline-block;
  border-radius: 100%;
}
.hrborder {
  position: relative;
  width: 100%;
  padding: 1px 0;
  margin: 6px 0;
  border-bottom: 2px solid #8dc63f;
}

.mentorwrapalign {
  padding-left: 15px;
  margin-top: 20px;
}
.mentorwrap h4 {
  position: relative;
  color: #5c5c5c;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.05;
  padding: 0;
  margin-bottom: 7px;
}

.mentorwrap h5 {
  position: relative;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.07;
  padding: 0;
}

.mentorwrap p {
  position: relative;
  color: #1e1e1e;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
}
.dreamcontainer {
  position: relative;
  width: 100%;
  padding: 40px 25px 40px 12%;
  margin: 0 auto;
}

.img-wrapper {
  width: 100%;
  margin: 0px 0;
}
.img-wrapper figure {
  width: 100%;
}
.img-wrapper figure img {
  max-width: 100%;
}

.introduc_sec .row .col-12:first-child {
  padding-right: 4%;
}
.mentorwrapalign .dreamdescription {
  padding-top: 7px;
  padding-bottom: 0px;
}
.dreamlisting {
  width: 100%;
}
/* ====  dream-CLOSE  ====   */


.scholarship__sec{
  background-color: #8DC63F;
}

.ranks_ban_section .bengal_box{
  width: 100%;
  text-align: center;
  padding: 20px 20px;
  background-color: #fff;
  box-shadow:1px 1px 5px 2px #0054a857;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.ranks_ban_section .bengal_box .beng_img{
display: flex;
justify-content: center;
align-items: flex-start;
margin-bottom: 15px;
}
.ranks_ban_section .bengal_box .beng_img img{
width: auto;
height:80px;
}
.ranks_ban_section .bengal_box .bengal_content{
width: calc(100% - 100px);
height: 100%;
min-height: 130px;
padding-left: 15px;
border-left: 1px solid #8DC63F;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.ranks_ban_section .bengal_box p{
color: #000;
font-size: 16px;
text-align: left;
line-height: 22px;
font-weight: 400;
margin-bottom: 7px;
}
.ranks_ban_section .bengal_box p span{
color: #0B5DA7;
font-weight: 600;
}
.ranks_ban_section .bengal_box ul{
  margin: 0;
  text-align: left;
  padding: 0;
}

.ranks_ban_section .bengal_box ul li{
padding-left: 15px;
  text-align: left;
  color: #0B5DA7;
  font-size: 14px;
  position: relative;
  line-height: 18px;
  margin-bottom: 4px;
  font-weight: 600;
}

.ranks_ban_section .bengal_box ul li::before {
  content: ""; /* Play icon unicode */
position: absolute;
left: 0;
top: 5px;
width: 8px;
height: 8px;
background: url(../images/icon_list.png);
background-size: contain;
background-repeat: no-repeat;
}

.ranks_ban_section .bengal_box ul li span{
  color: #000;
  font-weight: 400;
}