.widget-title {
  text-align: center;
  position: relative;
}

.widget-title.text-left {
  text-align: left;
}

.widget-title h3 {
  min-width: 150px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  font-size: 32px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.widget-title h3.text-orange {
  color: #f08f2b;
}

.widget-title h3:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 130px;
  height: 5px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #de8425;
}

.widget-title h3.noborder {
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.widget-title h3.noborder:before {
  content: '';
  display: none;
}

.widget-title h3.text-white:before {
  content: '';
}

.widget-title h3.text-white.orangebdr:before {
  content: '';
  background-color: #f08f2b;
}

.widget-title.text-left h3:before {
  content: '';
  left: 0px;
  right: auto;
}

.widget-title.text-left h3.text-white.orangebdr:before {
  content: '';
  background-color: #f08f2b;
}

.widget-title h3.text-white.whitebdr:before,
.widget-title.text-left h3.text-white.whitebdr:before {
  content: '';
  background-color: #ffffff;
}

.widget-title.bordrLT h3:before {
  content: '';
  width: 100%;
}

.widget-title.white h3 {
  color: #ffffff;
}

.mobview {
  display: none !important;
}

/*== HEADER CSS START ==*/
.header {
  width: 100%;
  display: table;
  background-color: #ffffff;
  position: relative;
  top: 0px;
  left: 0px;
}

.header:after {
  background-color: transparent;
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0px;
  bottom: 0px;
}

.logoRTsecMob {
  display: none;
}

.dsu-addmission .headerSubmenu {
  display: none;
}

.logo {
  position: relative;
}

.logo img {
  position: relative;
  max-width: auto;
  width: 280px;
}

.loader {
  z-index: 9999999;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
}

.loader img {
  max-width: 270px;
  margin: 0 auto 15px;
}

.top-head {
  z-index: 2;
  width: 100%;
  padding: 15px 0px 15px;
}

.headerRtcontent {
  position: relative;
  width: 100%;
}

.header .approvalbx {
  border-right: 0px solid #adadac;
  padding-right: 0px;
  margin-right: 0px;
}

.header .approvalbx p {
  color: #222222;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

.header .approvalbx p b {
  color: #08466f;
  font-weight: 700;
}

.logoRTsec {
  width: 100%;
  position: relative;
  text-align: right;
}

.logoRTsec>img {
  position: relative;
  text-align: right;
  max-width: 145px;
}

.headerSubmenu {
  width: 100%;
  margin-top: 15px;
}

.headerSubmenu ul {
  position: relative;
}

.headerSubmenu ul li {
  position: relative;
}

.headerSubmenu ul li a {
  color: #091423;
  padding: 0px 4px;
  font-size: 15px;
  font-weight: 600;
}

.headerSubmenu ul li a:hover,
.headerSubmenu ul li a:active,
.headerSubmenu ul li a:focus {
  color: #f55431;
}

.headerSubmenu ul li img {
  max-width: 26px;
  margin-right: 5px;
}

.header .navbar-dark .navbar-nav .nav-link {
  color: #091423;
  padding: 0px 7px;
  border-right: 1px solid #ffffff;
  font-size: 12px;
  font-weight: 500;
}

.header .navbar-dark.sticky .navbar-collapse {
  background-color: #de555d;
}

.header .navbar-dark.sticky .navbar-nav .nav-link:hover {
  text-decoration: underline;
}

/*.header .navbar-dark.sticky .navbar-nav .nav-link {
border-right: 1px solid #151611;
color: #151611;
}
.header .navbar-dark.sticky .admissons h1 {
color: #151611;
}*/
.header .navbar-dark .navbar-nav .nav-item {
  padding: 14px 0px;
}

.header .navbar-dark .navbar-nav .nav-item:last-child .nav-link {
  border: 0px;
}

.header .admissons h1 {
  font-family: 'Barlow', sans-serif;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
}

/*== BANNER CSS START ==*/
#applyBox {
  margin-top: 0px;
  margin-bottom: 0px;
}

.dsu-form {
  width: 100%;
  max-width: 320px;
  float: right;
  padding: 28px 23px;
  background-color: rgba(121, 20, 6, .85);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, .2);
  margin: 25px auto 55px;
}

.thankyou .dsu-form {
  padding: 25px 5px;
}

.thankyou .dsu-addmission {
  margin-top: 15px
}

.dsu-intro:before,
.dsu-intro::before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.dsu-intro:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 33%;
  background-color: transparent;
  z-index: -1;
}

.frmBg {
  text-align: center;
  padding: 0px 0px 10px;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}

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

.frmBg h4 {
  font-size: 30px;
  line-height: 25px;
  color: #ffffff;
  display: block;
  font-weight: 700;
}

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

.applyBox {
  margin-top: 0px;
  z-index: 1;
  width: 100%;
}

.contact_fild {
  padding: 0px;
}

.contact-fild-box .form-control {
  font-size: 13px;
  font-weight: 600;
  color: rgba(1, 1, 1, 0.9);
  background-color: #ffffff;
  border: 0px solid #ffffff;
  margin: 0 auto;
  border-radius: 12px;
  padding-left: 0;
  min-height: 37px;
}

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

.form-group:last-child {
  margin-bottom: 0px;
}

.btn_submit {
  width: auto;
  background-color: #fdb414;
  color: #000000;
  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;
}

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

.btn_submit:hover {
  background: #efc603;
  color: #1b1c1d;
}

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

.contact-fild-box.text-center {
  margin-top: 5px;
  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.35;
  color: #ffffff;
  cursor: pointer;
}

.form-control:focus {
  background-color: #ffffff;
  outline: 0;
  box-shadow: none;
}

.formError .formErrorContent {
  line-height: 1.2;
}

.formError {
  margin-left: 36% !important;
}

.dsu-intro {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  padding-top: 0px;
}

.dsu-intro .container,
.dsu-intro .row,
.leftsec_content,
.applyBox,
.dsu-form {
  height: auto;
}

.dsu-addmission {
  width: 100%;
  margin: 0px;
  display: block;
  padding: 0px;
  margin-bottom: 30px;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.dsu-addmission h1 {
  position: relative;
  color: #fdb414;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  padding-bottom: 3px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.dsu-addmission h1 em {
  text-decoration: none;
  font-style: normal;
  color: #ffffff;
  display: block;
  font-weight: 500;
}

.dsu-addmission h1:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100px;
  height: 0px;
  left: 0px;
  margin: 0 auto;
  background-color: #ffffff;
}

.dsu-addmission h2 {
  position: relative;
  color: #fdb414;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: .7px;
  line-height: 1.1;
  margin-top: 30px;
}

.dsu-addmission h3 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
  padding: 0px;
  margin-bottom: 20px;
}

.dsu-addmission h3>small {
  font-weight: 700;
  font-size: 24px;
  background-color: #f76929;
  padding: 2px 8px;
  text-shadow: none;
  margin-bottom: 4px;
  display: inline-block;
}

.dsu-addmission figure>img {
  max-width: 200px;
}

.dsu-addmission p {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
}

.dsu-addmission p>span {
  display: block;
  color: #fcd309;
  font-weight: 700;
  text-shadow: none;
}

.formIDfid {
  padding: 0 0px;
}

.contact-fild-box .form-control option {
  color: #000000;
  background-color: #ffffff;
}

.contact-fild-box .form-control optgroup {
  font-weight: 600;
  padding: 0px;
  background-color: #eeeeee;
}

optgroup:before {
  content: attr(label);
  display: block;
}

.npf_wgts {
  position: relative;
  width: 100%;
}

.npf_wgts iframe {
  position: relative;
  width: 100%;
}

/*== BANNER CSS end ==*/
.show {
  display: block !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  left: 0px;
  width: 100%;
  bottom: 10px;
  z-index: 4 !important;
}

.owl-theme .owl-dots .owl-dot {
  position: relative;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  margin: 4px 4px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.owl-theme .owl-dots .owl-dot span {
  background: #b9b9b9 !important;
  width: 18px !important;
  height: 18px !important;
  border: 0px solid #ffffff !important;
  z-index: 4 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f08f2b !important;
  transform: translateY(0px);
}

#heroo.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 10px;
  z-index: 4 !important;
}

#heroo.owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  margin: 4px 4px !important;
  background: #5d5c5c !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

#heroo.owl-theme .owl-dots .owl-dot.active span,
#heroo.owl-theme .owl-dots .owl-dot:hover span {
  background: #f08f2b !important;
  width: 16px !important;
  height: 16px !important;
  transform: translateY(1px);
}

/*== SEC1 css start ==*/
.section1 {
  background-color: #ffffff;
}

.courses_sec1 {
  position: relative;
  width: 100%;
  padding: 0px;
}

.courses_sec2 {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.courses_sec3 {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.section1 .courses-wrap {
  width: 20%;
  margin: 0%;
  padding: 20px;
  position: relative;
  -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;
  background-color: #f5f5f5;
}

.section1 .courses_sec3 .courses-wrap {
  width: 20%;
}

.section1 .courses_sec1 .courses-wrap i {
  margin-top: 0px;
}

.specializationSec {
  position: relative;
}

.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, .7);
}

.section1 .courses-wrap:hover strong {
  color: #e56a20;
}

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

/* .section1 .courses-wrap:nth-child(1) {
background-color: #efc603;
padding: 50px 20px 0;
} */

.section1 .courses-wrap strong {
  font-weight: 600;
  margin-top: 15px;
  font-size: 24px;
  line-height: 1.2;
  color: #060608;
}

.section1 .courses-wrap p {
  font-weight: 300;
  margin-top: 0px;
  font-size: 24px;
  line-height: 1.02;
  color: #060608;
}

.section1 .courses-wrap img {
  max-width: 48px;
}

/*== SEC2 css start ==*/
.section2 {
  background-image: url(../images/sec2bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.section2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(33, 47, 120, 0);
}

.section2 .widget-title {
  text-align: left;
}

.section2 .widget-title h3 {
  margin-bottom: 15px;
}

.aboutContent {
  padding: 35px 25px;
  background-color: rgba(0, 0, 0, 0.8);
}

.service-block .inner-box .image-box img {
  position: relative;
  border: 1px solid #ffffff;
  width: 100%;
  display: block;
  transition: all .3s ease 0s;
}

.service-block .inner-box .image-box .caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 42%;
  color: #ffffff;
  display: block;
  text-align: center;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
}

.service-block .inner-box .image-box:hover img {
  transform: scale(1.1);
}

.kpsbulding:before {
  position: absolute;
  content: "";
  width: 249px;
  height: 242px;
  background-image: url(../images/dotted1.png);
  background-repeat: repeat;
  opacity: .5;
  bottom: -35px;
  left: 0px;
}

#client-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%);
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 36px;
  opacity: .85;
  -o-transition: .4s ease;
  -ms-transition: .4s ease;
  -moz-transition: .4s ease;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

#client-slider.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #f08f2b;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}

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

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

#client-slider.owl-carousel .owl-item .items {
  width: 100%;
  padding: 0 5px;
}

#client-slider.owl-carousel .owl-item img {
  width: 100%;
  padding: 0 0 0px;
  min-width: 100%;
  border: 3px solid #ffffff;
  /*height: 130px;object-fit: contain; */
}

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

#place-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: 2px;
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 32px;
  font-size: 22px;
  opacity: 1;
  padding: 0px;
  background-color: #230d09;
  border: 2px solid #ffffff;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.15);
}

#place-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #f08f2b;
  border: 2px solid #ffffff;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.5);
}

#place-slider.owl-theme .owl-nav .owl-prev {
  left: -35px;
}

#place-slider.owl-theme .owl-nav .owl-next {
  right: -35px;
}

#place-slider.owl-carousel .owl-item img {
  width: 100%;
  /*height: 120px;
object-fit: contain;
padding: 15px;
min-width: 100%;*/
}

#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: 23px;
  font-size: 14px;
  opacity: 1;
  background-color: #454545;
  -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);
}

#testi-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #8e291b;
}

#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;
}

#edge-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 37px;
  margin: 0px;
  border-radius: 0px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 24px;
  opacity: .9;
  -o-transition: .4s ease;
  -ms-transition: .4s ease;
  -moz-transition: .4s ease;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  color: #000000;
  background-color: #ffffff;
  box-shadow: 0 0 12px rgb(0, 0, 0, .3);
}

#edge-slider.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #f08f2b;
  box-shadow: 0 0 12px rgb(0, 0, 0, .45);
}

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

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

/*== SEC4-css--start ==*/
.section4 {
  background-color: #ffffff;
}

.section4:before,
.section4::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 125px;
  height: 100%;
  /* background: url(../images/sec4LTvector.png) no-repeat left center; */
  background-size: 100% 100%;
  z-index: 0;
}

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

/*== SEC5-css--start ==*/
.section5 {
  position: relative;
  background-color: #ffffff;
  z-index: 0;
}

.section5:before,
.section5::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 350px;
  height: 350px;
  /* background: url(../images/sec5-vector-top-left.png) no-repeat left center; */
  background-size: contain;
  z-index: 0;
}

.section5:after,
.section5::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 80%;
  /* background: url(../images/sec5-vector-top-right.png) no-repeat right top; */
  background-size: contain;
  z-index: 0;
}

#edge-slider {
  position: relative;
  padding: 0 1px;
  z-index: 1;
}

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

.edgeBX {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  margin-bottom: 10px;
}

.edgeBXinner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
}

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

#edge-slider.owl-carousel .owl-item img {
  width: 100%;
  z-index: 1;
  border: 1px solid #cfcfcf;
}

.edgeBX figure:before {
  content: '';
  position: absolute;
  width: 0px;
  background-color: #fcc741;
  left: -15px;
  height: 70%;
  bottom: 0px;
}

.feature_content {
  margin: 0px;
  padding: 20px 10px 15px;
  background-color: #d6d5d3;
  min-height: 110px;
}

.sec5Head {
  padding: 0 0px;
}

.feature_content h5 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  min-height: 40px;
  color: #ffffff;
  background-color: #f08f2b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.feature_content p {
  color: #040000;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.feature_content p b {
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  font-style: normal;
}

/*== SEC6 css start ==*/
.section6 {
  width: 100%;
  background: url(../images/sec6bg.jpg) no-repeat top center;
  background-size: cover;
}

.section6 .courses-wrap {
  width: 33.33%;
  padding: 20px 12px;
  position: relative;
  -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: 152px;
  background-color: #a76460;
  border: 6px solid #ebebeb;
  box-shadow: 0px 2px 15px rgb(0, 0, 0, .1);
}

.section6 .courses-wrap.align-self-center strong {
  margin: 10px 0px;
}

.section6 .courses-wrap:nth-child(even) {
  background-color: #54312f;
}

.section6 .courses-wrap:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #001c54;
  box-shadow: 0 0 17px rgba(32, 46, 60, .9);
}

.section6 .courses-wrap:hover strong {
  color: #efc603;
}

.section6 .courses-wrap strong {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.127;
  color: #ffffff;
}

.section6 .courses-wrap strong>small {
  margin-top: 2px;
  font-size: 20px;
  display: block;
  line-height: 1.23;
}

.section6 .eligibilitysec p {
  color: #363636;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.4;
}

.proseccontent {
  position: relative;
  width: 100%;
}

.proseccontent ul {
  position: relative;
  width: 100%;
}

.proseccontent ul li {
  position: relative;
  width: 31%;
  margin-left: 1.02%;
  margin-right: 1.02%;
  margin-top: 7px;
  padding: 13px 5px 13px 36px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  display: block;
  line-height: 1.27;
  text-align: left;
  background-color: #f08f2b;
}

.proseccontent ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 35px;
  height: 100%;
  bottom: 0px;
  background-color: #ffffff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  border-left: 1px solid #b19aba;
  border-top: 1px solid #b19aba;
  border-bottom: 1px solid #b19aba;
}

.proseccontent ul li.ico1:before {
  content: '';
  background-image: url(../images/programs/pro-icon1.png);
}

.proseccontent ul li.ico2:before {
  content: '';
  background-image: url(../images/programs/pro-icon2.png);
}

.proseccontent ul li.ico3:before {
  content: '';
  background-image: url(../images/programs/pro-icon3.png);
}

.proseccontent ul li.ico4:before {
  content: '';
  background-image: url(../images/programs/pro-icon4.png);
}

.proseccontent ul li.ico5:before {
  content: '';
  background-image: url(../images/programs/pro-icon5.png);
}

.proseccontent ul li.ico6:before {
  content: '';
  background-image: url(../images/programs/pro-icon6.png);
}

.proseccontent ul li.ico7:before {
  content: '';
  background-image: url(../images/programs/pro-icon7.png);
}

.proseccontent ul li.ico8:before {
  content: '';
  background-image: url(../images/programs/pro-icon8.png);
}

.proseccontent ul li.ico9:before {
  content: '';
  background-image: url(../images/programs/pro-icon9.png);
}

.proseccontent ul li.ico10:before {
  content: '';
  background-image: url(../images/programs/pro-icon10.png);
}

.proseccontent ul li.ico11:before {
  content: '';
  background-image: url(../images/programs/pro-icon11.png);
}

.proseccontent ul li.ico12:before {
  content: '';
  background-image: url(../images/programs/pro-icon12.png);
}

.proseccontent ul li.ico13:before {
  content: '';
  background-image: url(../images/programs/pro-icon13.png);
}

.proseccontent ul li span {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 7px;
}

.section3 .container-fluid {
  padding: 95px 0px;
}

.whyrow {
  width: 100%;
  margin: 0px;
  padding: 0px 15px;
  z-index: 3;
}

.whyrow:after,
.whyrow::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 80%;
  top: 50%;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/li-border1.png) no-repeat top center;
  background-size: 100% 100%;
  display: none;
}

#why {
  position: relative;
}

.icon-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  border-bottom: 0px solid #ffffff;
}

.whyrow .colms:last-child .icon-box {
  border-bottom: 0px solid #ffffff;
}

.icon-box p {
  text-align: justify;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  padding: 0px 10px 0px 23px;
  font-weight: 500;
  display: inline-block;
  min-height: 40px;
}

.icon-box p:before,
.icon-box p::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(../images/arrow-angle1.png) no-repeat center center;
  background-size: contain;
}

.incuRTSec {
  position: relative;
  width: 100%;
}

.incuRTSec>img {
  width: 100%;
  box-shadow: -3px 8px 16px rgba(32, 46, 60, .5);
}

.whyrow .colms {
  margin-bottom: 15px;
}

.alignBx .widget-title {
  margin-bottom: 15px;
}

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

.abtinner {
  position: relative;
  width: 100%;
  z-index: 1;
}

.videosection {
  position: relative;
  width: 100%;
  height: 310px;
}

.videosection iframe {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0px;
}

.abtcontent p {
  font-size: 17px;
  line-height: 1.55;
  text-align: justify;
  color: #ffffff;
}

/*== section8 css start ==*/
.section8 {
  position: relative;
  overflow: hidden;
}

.testimonials-box {
  padding: 20px 0px;
  margin-bottom: 20px;
  text-align: left;
  min-height: 280px;
}

.sec8Head {
  position: relative;
  margin-top: 15px;
}

.sec8Head::before,
.sec8Head:before {
  content: '';
  position: absolute;
  top: 125px;
  left: -40px;
  width: 100px;
  height: 100px;
  background: url(../images/testimonials/sec8LTvector.png) no-repeat left center;
  background-size: contain;
  z-index: 0;
}

.sec8Head::after,
.sec8Head:after {
  content: '';
  position: absolute;
  top: -85px;
  right: -100px;
  width: 190px;
  height: 190px;
  background: url(../images/testimonials/sec8RTvector.png) no-repeat left center;
  background-size: contain;
  z-index: 0;
}

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

#testi-slider.owl-carousel .items {
  padding: 0 7px;
}

.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;
  /* min-width: 100%; */
}

.testicontent {
  width: 100%;
  position: relative;
  padding: 15px 28px 15px 45px;
  margin-bottom: 0px;
  background-color: #f08f2b;
  border-radius: 5px;
  min-height: 220px;
}

.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: 34px;
  height: 37px;
  top: -10px;
  left: -39px;
  opacity: 1;
  background: url(../images/testimonials/quote-open.png) no-repeat center center;
  background-size: contain;
}

.testicontent p {
  position: relative;
  padding: 0;
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
}

.testicontent p:last-child::after,
.testicontent p:last-child:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 25px;
  bottom: -10px;
  background: url(../images/testimonials/quote-close.png) no-repeat center center;
  background-size: contain;
}

.testimonials-box h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
  color: #f08f2b;
  padding-left: 15px;
}

.testimonials-box h4>small {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  display: block;
  text-transform: initial;
}

.testimonials-box figure {
  width: 100%;
  margin-top: 35px;
  text-align: left;
}


/*== section9 css start ==*/
.section9 {
  position: relative;
  background-color: #4c1a0f;
  background: -moz-linear-gradient(90deg, rgba(29, 10, 6, 1) 0%, rgba(87, 30, 18, 1) 51%, rgba(171, 59, 34, 1) 90%);
  background: -webkit-linear-gradient(90deg, rgba(29, 10, 6, 1) 0%, rgba(87, 30, 18, 1) 51%, rgba(171, 59, 34, 1) 90%);
  background: linear-gradient(90deg, rgba(29, 10, 6, 1) 0%, rgba(87, 30, 18, 1) 51%, rgba(171, 59, 34, 1) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d0a06', endColorstr='#ab3b22', GradientType=1);
  z-index: 0;
}

.placebx {
  position: relative;
  width: 100%;
  padding: 0 0px 0px 20%;
}

.placebxContent {
  position: relative;
  width: 100%;
}

.placebxContent h4 {
  text-transform: uppercase;
  position: relative;
  font-size: 28px;
  line-height: 1.08;
  color: #ffffff;
  font-weight: 600;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.placebxContent h3 {
  text-transform: uppercase;
  position: relative;
  font-size: 62px;
  line-height: 1.08;
  color: #ffffff;
  font-weight: 600;
  display: block;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.placebxContent h3:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.placebxContent h3:before,
.placebxContent h3::before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 4px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #ffffff;
}

.placebxContent h3.no-bordr:before,
.placebxContent h3.no-bordr::before {
  content: '';
  display: none;
}

/*== secEntrepre-css--start ==*/
.secEntrepre {
  background: url(../images/entrepreneurship_banner.jpg) no-repeat top center;
  background-size: cover;
}

#ent-slider.owl-carousel .items {
  width: 100%;
  position: relative;
  padding: 0px 4%;
  margin-bottom: 5px;
}

#ent-slider.owl-carousel .items p {
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
}

#ent-slider.owl-carousel .owl-item img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  padding: 15px;
  min-width: 100%;
}

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

.secEntrepreHead {
  position: relative;
}

#ent-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%);
  padding: 0px;
  margin: 0px;
  border-radius: 50px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 27px;
  line-height: 40px;
  opacity: .85;
  -o-transition: .4s ease;
  -ms-transition: .4s ease;
  -moz-transition: .4s ease;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  background-color: #000000;
  border: 2px solid #e9e9e9;
  z-index: 1;
}

#ent-slider.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #000000;
  background-color: #e9e9e9;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.75);
}

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

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

/*== secEntrepre-css--close ==*/

/*== sec3GM-css--start ==*/
.sec3GM {
  background-color: #ffffff;
}

.sec3GMHead {
  position: relative;
}

.sec3GMimgBox {
  position: relative;
  width: 100%;
}

.sec3GMimgBox img {
  position: relative;
  width: 100%;
  padding: 0px;
  z-index: 1;
}

/*.sec3GMimgBox:before,.sec3GMimgBox::before{content:'';position:absolute;right:20px;left:-20px;top:-20px;bottom:20px;background-color:#f08f2b;box-shadow:0 0 12px rgba(0,0,0,0.2);z-index:0;} */
.sec3GMcontent {
  position: relative;
  padding: 1px;
}

.sec3GMcontent p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 6px;
  text-align: justify;
}

.sec3GMcontent p i {
  font-style: normal;
  font-weight: 600;
}

.sec3GMcontent p:last-child {
  margin-bottom: 0px;
}

.sec3GMcontent p b {
  font-size: 18px;
  font-weight: 600;
}

.sec3GMcontent .listcontent {
  position: relative;
  width: 100%;
  padding: 18px 15px;
}

.sec3GMcontent ul {
  position: relative
}

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

.sec3GMcontent ul li:last-child {
  border-bottom: none;
}

.sec3GMcontent ul li span {
  position: relative;
  margin-bottom: 0px;
  padding: 0px;
  background: url(../images/angle-right.png) no-repeat left 15px;
  background-size: 15px;
  padding: 8px 7px 8px 22px;
  display: block;
}

.sec3PgROW2 .cols:first-child {
  z-index: 1;
}

.sec3PgROW2 .cols:last-child {
  z-index: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 35px;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../images/prog-concept-img.jpg) no-repeat top center;
  background-size: cover;
}

.ProgContainer {
  overflow: hidden;
  padding-left: 7%;
}

.IntContainer {
  overflow: hidden;
  padding-right: 7%;
}

.sec3PgROW2 {
  margin-top: 40px;
}

.sec3PgROW1 .cols:first-child {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 35px;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  padding-left: 0px;
  padding-right: 0px;
  background: url(../images/international-IMG.jpg) no-repeat top center;
  background-size: cover;
}

.sec3PgROW1 .cols:last-child {
  z-index: 1;
}

.sec3PgROW1 .widget-title h3 {
  margin-left: 20%;
}


/*== sec3GM-css--close ==*/

/*== highlights-css--start ==*/
.sec3High {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: #eeeeee;
}

.cmsinner {
  position: relative;
  width: 100%;
  padding: 10px 8%;
}

.cmsinner>figure {
  width: 100%;
  text-align: center;
  margin-bottom: 0px
}

.cmsinner>figure>img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.cmsmobilelist {
  position: relative;
  width: 100%;
}

.cmsmobilelist ul {
  position: relative;
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
}

.cmsmobilelist ul li {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  padding: 10px 10px 10px 85px;
  min-height: 80px;
  margin-bottom: 10px;
}

.cmsmobilelist ul li:last-child {
  margin-bottom: 0px;
}

.cmsmobilelist ul li:before,
.cmsmobilelist ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* .cmsmobilelist ul li.field1:before{content:'';background-image:url(../images/highlights/field-img1.png);}
.cmsmobilelist ul li.field2:before{content:'';background-image:url(../images/highlights/field-img2.png);}
.cmsmobilelist ul li.field3:before{content:'';background-image:url(../images/highlights/field-img3.png);}
.cmsmobilelist ul li.field4:before{content:'';background-image:url(../images/highlights/field-img4.png);}
.cmsmobilelist ul li.field5:before{content:'';background-image:url(../images/highlights/field-img5.png);}
.cmsmobilelist ul li.field6:before{content:'';background-image:url(../images/highlights/field-img6.png);} */
.cmsmobilelist ul li>span {
  position: relative;
  color: inherit
}

/*== highlights-css--close ==*/

/*== success-css--start ==*/
.success-section {
  background: url(../images/our-record-banner.jpg) no-repeat center center;
  background-size: cover;
}

.subtitle {
  width: 100%;
  padding: 0px 4% 30px;
}

.subtitle h4 {
  font-weight: 600;
  margin: 0px;
  font-size: 26px;
  line-height: 1.4;
  color: #ffffff;
}

.subtitle p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.15;
  color: #ffffff;
}

.success-section .success-block {
  padding: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.success-section .success-block .countingbg .countingnumber .counting-number {
  font-weight: 600;
  font-size: 48px;
  color: #efb509;
}

.success-section .success-block .countingbg .countingContent p {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
}

.success-section .success-block .countingbg .countingnumber .counting-text {
  font-weight: 600;
  font-size: 36px;
  line-height: 89px;
  position: relative;
}

.success-section .success-block .countingbg .countingnumber .counting-text sup {
  top: -25px;
}

.success-section .success-block .cols {
  margin: 0px;
  padding: 25px 8px;
  text-align: center; max-width: 20%;
}

.numbercounter {
  position: relative;
}

.numbercounter .cols {
  border-right: 2px solid #ffffff;
}

.numbercounter .cols:last-child {
  border-right: 0px;
}

/* .numbercounter .cols:first-child{background-color:#33110a;}
.numbercounter .cols:nth-child(2){background-color:#4d1a0f;}
.numbercounter .cols:nth-child(3){background-color:#662314;}
.numbercounter .cols:nth-child(4){background-color:#802c1a;}
.numbercounter .cols:nth-child(5){background-color:#90311d;}
.numbercounter .cols:last-child{background-color:#99341f;} */

/*== success-css--close ==*/

/*== eligibility-css--start ==*/
.sec9GM {
  background-color: #f8f8f8
}

.sec9GMHead {
  position: relative;
}

.sec9GMimgBox {
  position: relative;
  width: 100%;
  padding: 20px 0px 0px 20px;
}

.sec9GMimgBox img {
  position: relative;
  width: 100%;
  padding: 0px;
  z-index: 1;
}

.sec9GMimgBox:before,
.sec9GMimgBox::before {
  content: '';
  position: absolute;
  right: 20px;
  left: 0px;
  top: 0px;
  bottom: 20px;
  background-color: #f08f2b;
  z-index: 0;
}

.sec9GMcontent {
  position: relative;
  padding-left: 15px;
  padding-right: 5%;
}

.sec9GMcontent h4 {
  color: #f08f2b;
  font-size: 28px;
  margin: 0px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}

.sec9GMcontent p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify;
}

.sec9GMcontent p:last-child {
  margin-bottom: 0px;
}

.sec9PgROW2 {
  margin-top: 40px;
}

#place-slider.owl-carousel .owl-item .items {
  margin-bottom: 20px;
  width: 100%;
}

.sec9PgROW1 {
  position: relative;
}

/*== eligibility-css--close ==*/

/*== why-css--start ==*/

/* bg-video-section--start */
.vdoOverlay:before {
  content: '';
  position: absolute;
  display: flex;
  height: 100%;
  max-height: 100%;
  background: rgba(0, 0, 0, .87);
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.hero1,
.hero_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero1 {
  overflow: hidden;
  background: url(../images/whyedii/video-thumbnail.jpg) no-repeat center center;
  background-size: cover;
}

.hero_video,
.hero1 iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* 16/9*100 = 177.77 */
}

.hero1 iframe {
  opacity: 0;
}

.hero1 iframe.loaded {
  opacity: 1;
}

.hero_content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero_content_title {
  color: #ffffff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: clamp(1.5rem, 5vw, 3.25rem);
  line-height: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.375em;
  font-weight: lighter;
  margin-bottom: 2.625rem;
}

.hero_content_play {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 2px solid transparent;
  border-radius: 50%;
  background: rgba(22, 22, 16, 0.78);
  text-indent: -9999px;
  transition: border-color 0.3s ease;
  -webkit-animation: pulseate 3s infinite;
  animation: pulseate 3s infinite;
}

.hero_content_play:hover {
  border-color: #ffffff;
  -webkit-animation: none;
  animation: none;
}

.hero_content_play:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1.425rem;
  width: 0;
  height: 0;
  border: 0;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 1rem 0 1rem 1.5rem;
}

@-webkit-keyframes pulseate {
  0% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(205, 170, 147, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0);
  }
}

@keyframes pulseate {
  0% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(205, 170, 147, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(205, 170, 147, 0);
  }
}

.playbtnSec {
  position: relative;
  width: auto;
  display: inline-block;
  margin-top: 20px;
}

.playbtn,
.playbtnSec a {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 19px;
  background-color: transparent;
  display: inline-block;
  border-radius: 0px;
  border: 3px solid #f08f2b;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.playbtnSec a i {
  color: #f08f2b;
  margin-left: 10px;
}

.playbtn a:hover,
.playbtn a:focus,
.playbtn a:active,
.playbtnSec a:hover,
.playbtnSec a:focus,
.playbtnSec a:active {
  color: #ffffff;
  background-color: #f08f2b;
  border: 3px solid #ffffff;
}

.playbtn a:hover i,
.playbtn a:focus i,
.playbtn a:active i,
.playbtnSec a:hover i,
.playbtnSec a:focus i,
.playbtnSec a:active i {
  color: #ffffff;
}

/* bg-video-section--close */

/*== why-css--close ==*/

/*== aboutSec-css--start ==*/
.aboutSec {
  width: 100%;
}

.aboutSec .subtitle {
  width: 100%;
  padding: 5px 4% 30px;
}

.aboutSec .subtitle h4 {
  font-weight: 600;
  margin: 0px;
  font-size: 26px;
  line-height: 1.4;
  color: #45180e;
}

.aboutSec .subtitle p {
  font-weight: 400;
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.65;
  color: #45180e;
}

.aboutSec .subtitle p img {
  width: auto;
  height: 34px;
  object-fit: contain;
  padding: 0px;
}

/*== aboutSec-css--close ==*/

/*== collSec-css--start ==*/
.collSec {
  width: 100%;
}

.collSec .subtitle {
  width: 100%;
  padding: 5px 15% 30px;
}

.collSec .subtitle h4 {
  font-weight: 600;
  margin: 0px;
  font-size: 26px;
  line-height: 1.4;
  color: #45180e;
}

.collSec .subtitle p {
  font-weight: 400;
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.65;
  color: #45180e;
}

.collSecSlider {
  position: relative;
  width: 100%;
}

/* coll-slider---Start */
.collSec {
  background-color: #f3f3f3;
  background-size: cover;
}

#coll-slider.owl-carousel .owl-stage {
  display: flex;
}

#coll-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#coll-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
}

#coll-slider.owl-carousel .items {
  width: 100%;
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
  background-color: #f08f2b;
  border-bottom: 7px solid transparent;
  min-height: 280px;
}

#coll-slider.owl-carousel .owl-item img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  padding: 15px;
  min-width: 100%;
}

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

.secEntrepreHead {
  position: relative;
}

#coll-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%);
  padding: 0px;
  margin: 0px;
  border-radius: 50px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 23px;
  line-height: 39px;
  opacity: .85;
  -o-transition: .4s ease;
  -ms-transition: .4s ease;
  -moz-transition: .4s ease;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  background-color: #f08f2b;
  border: 2px solid #e9e9e9;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

#coll-slider.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #000000;
  background-color: #e9e9e9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}

#coll-slider.owl-theme .owl-nav .owl-prev {
  left: -45px;
}

#coll-slider.owl-theme .owl-nav .owl-next {
  right: -45px;
}

.coll-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-bottom: 62px;
  background-color: rgba(0, 0, 0, .65);
}

.coll-wrap h5 {
  position: relative;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
}

.coll-wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #f08f2b;
  margin-top: 7px;
}

.readbtnSec {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.readbtn,
.readbtnSec a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 12px;
  background-color: #f08f2b;
  display: inline-block;
  border-radius: 0px;
  border: 2px solid transparent;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 10px 0px 20px 20px;
}

.readbtn a:hover,
.readbtn a:focus,
.readbtn a:active,
.readbtnSec a:hover,
.readbtnSec a:focus,
.readbtnSec a:active {
  color: #f08f2b;
  background-color: #ffffff;
  border: 2px solid #f08f2b;
}

/* coll-slider--Close*/

/*== collSec-css--close ==*/

/*== Awards-css--start ==*/
.awardSec {
  padding-left: 7%;
  padding-right: 7%;
  position: relative;
  background: url(../images/awards/award-banner.webp) no-repeat bottom right;
  background-size: cover;
}

.awardContent p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #ffffff;
}

.awardSec .subtitle p {
  font-size: 21px;
  line-height: 1.45;
}

.awardSec .subtitle {
  padding: 0px 0px 10px;
}

.awardSec .sec4Head {
  padding-left: 10%;
  padding-right: 10%;
}

#client-slider.owl-carousel .owl-item {
  padding-bottom: 15px;
}

#client-slider.owl-carousel .owl-stage-outer {
  border-bottom: 1px solid #ffffff;
}

#client-slider.owl-theme .owl-nav {
  margin-top: 30px;
}

/*== Awards-css--close ==*/

/*== Mentors-css--close ==*/
.mentorSec {
  width: 100%;
}

.mentorSec .subtitle {
  width: 100%;
  padding: 5px 15% 30px;
}

.mentorSec .subtitle h4 {
  font-weight: 600;
  margin: 0px;
  font-size: 27px;
  line-height: 1.35;
  color: #45180e;
}

.mentorSec .subtitle p {
  font-weight: 400;
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.65;
  color: #45180e;
}

.mentorSecSlider {
  position: relative;
  width: 100%;
}

/* mentor-slider---Start */
.mentorSec {
  background-color: #f3f3f3;
  background-size: cover;
}

#mentor-slider.owl-carousel .owl-stage {
  display: flex;
}

#mentor-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#mentor-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
}

#mentor-slider.owl-carousel .items {
  width: 100%;
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
  background-color: #f08f2b;
}

#mentor-slider.owl-carousel .owl-item img {
  width: 100%;
  /* height: 130px;
object-fit: contain; */
  padding: 0px;
  min-width: 100%;
}

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

.secEntrepreHead {
  position: relative;
}

#mentor-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%);
  padding: 0px;
  margin: 0px;
  border-radius: 50px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 23px;
  line-height: 39px;
  opacity: .85;
  -o-transition: .4s ease;
  -ms-transition: .4s ease;
  -moz-transition: .4s ease;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  background-color: #f08f2b;
  border: 2px solid #e9e9e9;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

#mentor-slider.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #000000;
  background-color: #e9e9e9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}

#mentor-slider.owl-theme .owl-nav .owl-prev {
  left: -45px;
}

#mentor-slider.owl-theme .owl-nav .owl-next {
  right: -45px;
}

.mentor-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #f25330;
}

.mentor-content {
  position: relative;
  width: 100%;
  padding: 15px 10px;
}

.mentor-wrap h5 {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
}

.mentor-wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 5px;
}

/* mentor-slider--Close*/

/*== Mentors-css--close ==*/

/*== VirtualConnect-css--start ==*/
#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;
}

.playbtnSlider {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.playbtnSlider a i,
.sliderplaybtn i {
  color: rgba(0, 0, 0, .95);
  font-size: 55px;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: relative;
}

.sliderplaybtn a i:hover,
.sliderplaybtn a i:focus,
.sliderplaybtn a i:active,
.playbtnSlider a i:hover,
.playbtnSlider a i:focus,
.playbtnSlider a i:active {
  color: #FF0000;
}

.playbtnSlider a:before,
.sliderplaybtn:before {
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  z-index: 2;
}

.playbtnSlider a i,
.sliderplaybtn i {
  z-index: 3;
  position: relative;
}

/*== VirtualConnect-css--close ==*/

/*== Testimonials-css--start ==*/
#alumni-slider.owl-carousel .owl-stage {
  display: flex;
}

#alumni-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

#alumni-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
}

.section5a {
  position: relative;
  background-color: #ffffff;
}

#alumni-slider {
  position: relative;
  padding: 0 20px;
  z-index: 1;
}

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

.alumniBX {
  position: relative;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 20px;
}

.alumniBXinner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #f55431;
}

.alumniBX figure {
  position: relative;
  width: 100%;
  border-bottom: 0px;
  padding: 0px;
  margin: 0 auto;
}

#alumni-slider.owl-carousel .owl-item img {
  width: 100%;
  z-index: 1;
}

.alumniBX figure:before {
  content: '';
  position: absolute;
  width: 15px;
  background-color: #fcc741;
  left: -15px;
  height: 70%;
  bottom: 0px;
}

.alumni_content {
  margin: 0px;
  padding: 15px 12%;
  background-color: #f55431;
  min-height: 95px;
}

.sec5aHead {
  padding: 0 20px;
}

.alumni_content h5 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  min-height: 40px;
  color: #ffffff;
  background-color: #f08f2b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.alumni_content h6 {
  color: #181818;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.alumni_content p {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 500;
}

.alumni_content p b {
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  font-style: normal;
}

.alumniplay {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.alumniplay a i,
.alumniplaybtn i {
  color: rgba(0, 0, 0, .95);
  font-size: 62px;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: relative;
}

.alumniplaybtn i:hover,
.alumniplaybtn i:focus,
.alumniplaybtn i:active,
.alumniplay a i:hover,
.alumniplay a i:focus,
.alumniplay a i:active {
  color: #FF0000;
}

.alumniplay a:before,
.alumniplaybtn:before {
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  z-index: 2;
}

.alumniplay a i,
.alumniplaybtn i {
  z-index: 3;
  position: relative;
}

#alumni-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: 50px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 24px;
  opacity: .9;
  -o-transition: .4s ease;
  -ms-transition: .4s ease;
  -moz-transition: .4s ease;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  color: #ffffff;
  background-color: #f08f2b;
  box-shadow: 0 0 12px rgb(0, 0, 0, .3);
}

#alumni-slider.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
  color: #000000;
  background-color: #ffffff;
  box-shadow: 0 0 12px rgb(0, 0, 0, .45);
}

#alumni-slider.owl-theme .owl-nav .owl-prev {
  left: -20px;
}

#alumni-slider.owl-theme .owl-nav .owl-next {
  right: -20px;
}

/*== Testimonials-css--close ==*/
.abtBox:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
}

/* .gemsAbout .col-12:first-child .abtBox:before {
  content: '';
  background: url(../images/building-icon.png) no-repeat top right;
  background-size: contain;
} */

/* .gemsAbout .col-12:nth-child(2) .abtBox:before {
  content: '';
  background: url(../images/university-icon.png) no-repeat top right;
  background-size: contain;
} */

/* .gemsAbout .col-12:nth-child(2) .abtBox:before {
  content: '';
  background: url(../images/graduate-icon.png) no-repeat top right;
  background-size: contain;
}

.gemsAbout .col-12:last-child .abtBox:before {
  content: '';
  background: url(../images/global-icon.png) no-repeat top right;
  background-size: contain;
} */

.abtBox {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
  -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;
}
.abtBox:hover,.abtBox:focus {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
  opacity: .9;
}
.gemsAbout .col-12:first-child .abtBox {
  background-color: #791406;
}
.gemsAbout .col-12:nth-child(2) .abtBox {
  background-color: #323232;
}
/*.gemsAbout .col-12:nth-child(3) .abtBox {
  background-color: #cd7213;
} */
.gemsAbout .col-12:last-child .abtBox {
  background-color: #791406;
}

.gemsAbout .col-12 {
  padding-right: 2px;
  padding-left: 2px;
}

ul.dots {
  list-style: disc;
  padding: 0px 0px 0px 15px;
}

.abtBoxInner {
  position: relative;
  width: 100%;
  padding: 0px;
  padding-bottom: 15px;
  padding-right: 35px;
  height: 100%;
}

.abtBox h4 {
  color: #ffffff;
  font-size: 30px;
  margin: 0px;
  line-height: 1.1;
  font-weight: 400;
}

.abtBox h4:hover,
.abtBox h4:focus,
.abtBox h4:active {
  color: #ededed;
}

.abtBox h4>b {
  font-weight: 700;
  display: block;
}

.abtBoxArrow {
  position: absolute;
  bottom: -15px;
  left: 0px;
  right: -5px;
  display: block;
  margin-top: 0px;
  text-align: right;
}

.abtBoxArrowbtn,
.abtBoxArrow span {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  padding: 0px;
  display: inline-block;
  margin: 0px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.fancymodelbtn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.abtBox:hover .abtBoxArrowbtn,
.abtBox:hover .abtBoxArrow span,
.abtBox:focus .abtBoxArrowbtn,
.abtBox:focus .abtBoxArrow span,
.abtBox:active .abtBoxArrowbtn,
.abtBox:active .abtBoxArrow span {
  color: #f1dfdf;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

/* fancybox-model-animation-Start */
.customfancymodel {
  width: 70% !important;
  padding: 20px !important;
  overflow: hidden !important;
}

.customfancymodel h4 {
  font-size: 22px;
  color: #fdb414 !important;
  margin-bottom: 3px;
}

.animated-modal ul,
.animated-modal p {
  font-size: 15px;
}

.customfancymodel p {
  font-size: 15px;
  font-weight: 400;
  color: #060608 !important;
}

.customfancymodel p:not(:last-child) {
  margin-bottom: 10px;
}

.customfancymodel p b {
  font-weight: 500;
}

.customfancymodel .fancybox-close-small {
  color: #000000 !important;
  padding: 10px;
  right: -10px !important;
  top: -10px !important;
}

/* Styles for animated modal */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h1,
.animated-modal h2,
.animated-modal h3,
.animated-modal h4,
.animated-modal h5,
.animated-modal h6,
.animated-modal ul,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h1,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal h3,
.fancybox-slide--current .animated-modal h4,
.fancybox-slide--current .animated-modal h5,
.fancybox-slide--current .animated-modal h6,
.fancybox-slide--current .animated-modal ul,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h1,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal h3,
.fancybox-slide--current .animated-modal h4,
.fancybox-slide--current .animated-modal h5,
.fancybox-slide--current .animated-modal h6 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .25s;
}

.fancybox-slide--current .animated-modal ul {
  transition-delay: .3s;
}

/* fancybox-model-animation-Close */


/* top-cat-items-Start */
.top-cat-area .top-cat-items.inc-bg-color .item.mariner a::after {
  background: #307ad5 none repeat scroll 0 0;
}

.top-cat-items .item a::after {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.top-cat-items .item h4 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.top-cat-items.text-light .item span {
  color: #ffffff;
}

.top-cat-items .item .info {
  padding-left: 15px;
}

.top-cat-items .item i,
.top-cat-items .item .info {
  display: table-cell;
  vertical-align: top;
}
.top-cat-items{position: relative;width:100%;}

/* ============================================================== 
   # Top Category 
=================================================================== */
.top-cat-area .top-cat-items.text-center {
  padding-right: 35px;
}

.top-cat-area .top-cat-items.text-center .equal-height {
  margin-bottom: 0;
  margin-top: 30px;
}

.top-cat-area .top-cat-items.text-center {
  margin-top: -30px;
}

.top-cat-items .equal-height {
  margin-bottom: 30px;
  min-height: 125px;
}

.top-cat-items .item {
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.top-cat-items .item a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  display: block;
  padding: 25px 25px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  width: 100%;
  height: 100%;
}

.top-cat-items .item a:hover:after {
  background: #002147 none repeat scroll 0 0;
  opacity: 0.6;
}

.top-cat-items .item a:hover {
  background: transparent none repeat scroll 0 0;
  text-decoration: none;
}

.top-cat-items .item a:hover h4,
.top-cat-items .item a:hover i,
.top-cat-items .item a:hover span {
  color: #ffffff;
}

.top-cat-items .item a::after {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.top-cat-items .item i,
.top-cat-items .item .info {
  display: table-cell;
  vertical-align: top;
}

.top-cat-items.text-center .item i,
.top-cat-items.text-center .item .info {
  display: block;
}

.top-cat-items.text-center a {
  padding: 30px;
}

.top-cat-items.text-center .item i {
  margin: auto auto 15px;
  color: #002147;
}

.top-cat-items.text-light .item i {
  margin: auto auto 15px;
  color: #ffffff;
}

.top-cat-items.text-center .item .info {
  padding-left: 0;
}

.top-cat-items.text-center .item .info h4 {
  margin-bottom: 2px;
}

.top-cat-items .item .info {
  padding-left: 15px;
  /* height: 95px; */
}

.top-cat-items .item i {
  font-size: 45px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  color: #666666;
}

.top-cat-items .item h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.top-cat-items .item h4:hover {
  text-decoration: none;
}

.top-cat-items .item span {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: #666666;
}

.top-cat-items.text-light .item span {
  color: #ffffff;
}


/* Category BG Color */


/* Category BG Color */

.top-cat-area .top-cat-items.inc-bg-color .item.mariner a::after {
  background: #791406 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.java a::after {
  background: #323232 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.malachite a::after {
  background: #791406 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.brilliantrose a::after {
  background: #791406 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.casablanca a::after {
  background: #323232 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.emerald a::after {
  background: #323232 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.cinnabar a::after {
  background: #323232 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.plum a::after {
  background: #791406 none repeat scroll 0 0;
}

.learn {
  background-image: url("../img/bannera.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 20px;
}

.learn {position: relative;}

.learn ol li {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

.career {
  position: relative;
}

.career-box {
  padding: 22px 22px;
  color: #ffffff;
  margin: 20px auto;
  border-radius: 22px;
}
.career-box p {font-size: 17px;font-weight: 400; line-height: 1.5;}

.green {
  background-color: #4ba4a2;
}

.blue {
  background-color: #2832b4;
}

.pink {
  background-color: #c83d7e;
}

/* top-cat-items-Close */


/* career-Start */
.careerContainer {padding: 0 8%; }

/* career-Close */


/*== Footer css start ==*/
.footer {
  width: 100%;
  display: table;
  padding: 20px 0;
  color: #ffffff;
  background-color: #353535;
}

.footer span {
  font-size: 15px;
  font-weight: 300;
  opacity: .7;
}

/* .footer span br{display:none;} */
.top-sec {
  background-color: #1c286a;
  width: 100%;
  display: table;
  padding: 10px;
  text-align: center;
}

.head6 {
  -webkit-animation: head6_animate 2s infinite;
  -moz-animation: head6_animate 2s infinite;
  animation: head6_animate 2s infinite;
  font-size: 20px;
  font-weight: 700;
}

@-webkit-keyframes head6_animate {
  20% {
    color: #ffffff;
  }

  40% {
    color: #efc603;
  }

  60% {
    color: #ffffff;
  }

  80% {
    color: #efc603;
  }

  100% {
    color: #ffffff;
  }
}

@-moz-keyframes head6_animate {
  20% {
    color: #ffffff;
  }

  40% {
    color: #efc603;
  }

  60% {
    color: #ffffff;
  }

  80% {
    color: #efc603;
  }

  100% {
    color: #ffffff;
  }
}

@keyframes head6_animate {
  20% {
    color: #ffffff;
  }

  40% {
    color: #efc603;
  }

  60% {
    color: #ffffff;
  }

  80% {
    color: #efc603;
  }

  100% {
    color: #ffffff;
  }
}

/*== sideNavi-css start ==*/
.sideNavi {
  position: fixed;
  top: 50%;
  right: -87px;
  z-index: 2;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sideNavi a {
  background-color: #4d1a0f;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 16px;
}

.sideNavi a>i {
  margin-right: 3px;
  display: none;
}

.sideNavi a:hover {
  background-color: #4d1a0f;
  color: #ffffff;
  box-shadow: 0 0 14px rgba(0, 0, 0, .65);
}

.sideNavi-flex .sideNavi-item .callbg {
  background-color: #fcc741;
  color: #000;
}

.sideNavi-flex .sideNavi-item .downbg {
  background-color: #3678c2;
}

.sideNavi-flex .sideNavi-item .entypo-twitter {
  background-color: #31b946;
}

.callnone {
  display: none;
}
.ranking__section { position: relative; width: 100%; padding: 20px 0; background-color: #eeeeee;}
.ranking__section .ranking__item .ranking__content { position: absolute; top:-11px; width: 100%; height: 100%; display: flex; align-items: center; } 
.ranking__section .ranking__item .ranking__content p { width: 58%; margin: 0 auto; font-size: 1.1rem; line-height: 1.2; color: #131313;} 
.ranking__section .ranking__item .ranking__content p b { display: block; font-size: 1.6rem; font-weight: 700; color: #015bbc; line-height: 1.1; }
.ranking__section .ranking__item .ranking__content p b.fs-2 { font-size: 3rem; }