/** @format */
/** @format */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.about_courses .sec_list.detail-wrap li {
    width:100%;
}
img{
    max-width: 100%;
}

.red-btn {
    background: #dc3545;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
#basicModal .modal-body {
    position: relative;
    flex: 1 1 auto;
     padding: 0; 
     background: rgb(64,57,181);
    background: linear-gradient(90deg, rgba(64,57,181,1) 0%, rgba(47,47,213,1) 35%, rgba(0,212,255,1) 100%);
}
.modal-header button {
    background: transparent;
    border: none;
    font-size: 30px;
}
#myModalLabel label {
    display: inline-block;
    color: #6c757d;
}
.popup-right .btn_default {
    line-height: 5rem;
    }
    .modal-content{
      border-radius: 10px !important;
    }
    .pop-btn{
            position: fixed;
    left: -70px;
    background: #ed3438;
    color: #fff;
    font-size: 20px;
    z-index: 999;
    top: 150px;
    background: #ed3438;
    color: #fff;
    font-size: 20px;
    -ms-transform: rotate(20deg);
    transform: rotate(270deg);
}
img.msme-logo.img-fluid {
  margin-left: 45px;
}
.autodesk-logo{
  padding: 40px 0;
}
.popup-left{
/*background: rgb(64,57,181);
background: linear-gradient(90deg, rgba(64,57,181,1) 0%, rgba(47,47,213,1) 35%, rgba(0,212,255,1) 100%);*/
height: 432px;
position: relative;
margin-right: 20px;
    padding: 70px;
}
.popup-right {
    padding: 20px;
}
button.close span {
    color: #000;
    font-size: 30px;
    z-index: 9;
    right: 20px;
    border: none;
    position: absolute;
}
.main-pop-content h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.custom-height{
    height: 450px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media(max-width: 991px){
    .custom-height{
        height: auto;
    }
}

.main-pop-content p, .main-pop-content span, .main-pop-content a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.popup-right:before{
  background: url(https://dadelhi.com/website/assets/images/home/elements/element-3/144x144.png);
    content: '';
    position: absolute;
    right: 0;
    z-index: 1;
    width: 110px;
    background-repeat: no-repeat;
    height: 100px;
    bottom: 0;

}
.parent {
    display: table;
    width: 100%;
    height: 40px;
    padding: 5px;
}
#left {
    display: table-cell;
    width: 7%;
}
#right {
    display: table-cell;
    width: 95%;
}
.popup-left:after{
  background: url(https://dadelhi.com/website/assets/images/home/elements/element-5/74x74.png);
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    width: 110px;
    background-repeat: no-repeat;
    height: 100px;
    top: 0;

}
button.close span {
    color: #000;
    font-size: 30px;
}
.form-control {
    color: #fff;
    background: transparent;
    }
.modal.show .modal-dialog {
    transform: none;
    max-width: 60% !important;
}
.modal.show .modal-dialog .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    float: left;
}
.modal input:focus {
  background: transparent;
  color: #fff;
}
.modal select:focus {
  background: transparent;
}
.modal:focus {
  background: transparent;
}
select option { color: black; }
.modal ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
  background: transparent;
}

.modal :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
 background: transparent;
}

.modal ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
 background: transparent;
}
button:focus,
.btn:focus,
.form-control:focus,
input:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-size: 1.5rem;
  overflow-x: hidden;
  font-weight: 400;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 3.8rem;
}

h4 {
  font-size: 22px;
  font-weight: 600;
}

p {
  font-size: 15px;
  font-weight: 400;
}

.flex_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.highlight {
  color: #ed3438;
}
.modal #course {
  color: #fff !important;
}


.form-control {
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  padding-bottom: 2rem;
  padding-top: 1rem;
  padding-left: 0;
  color: #000;
  border-bottom: 2px solid #9b9b9b;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-control::-webkit-input-placeholder {
  opacity: 0.9;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-control:-ms-input-placeholder {
  opacity: 0.9;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-control::-ms-input-placeholder {
  opacity: 0.9;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-control::placeholder {
  opacity: 0.9;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.form-control:focus {
  border-color: #ed3438;
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0.2;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0.2;
}

.form-control:focus::-ms-input-placeholder {
  opacity: 0.2;
}

.form-control:focus::placeholder {
  opacity: 0.2;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
}

.file_container {
  border-bottom: 2px solid #9b9b9b;
}

.file_container .form-control {
  border: none;
}

.file_container .upload_resume {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.file_container .upload_resume:hover {
  color: #ed3438;
}

.sec_padding {
  padding: 8rem 0;
}

.main_content {
  margin-top: 5rem;
}

.sec_title {
  font-size: 5rem;
  letter-spacing: -1px;
  font-weight: 700;
  position: relative;
  line-height: 8rem;
  color: #313131;
  padding-bottom: 1.5rem;
}

.sec_title::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 8px;
  background-color: #6b6b6b;
  bottom: 0;
  left: 0;
}

.sec_title.text-center::after {
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec_title + .sub_info {
  text-align: center;
  margin: 2rem 10% 0;
  color: rgba(0, 0, 0, 0.7);
}

.read_more {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.read_more:hover {
  color: black;
}

.read_more.hover_red:hover, .read_more.hover_red.active {
  color: #ed3438;
}

.link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: inline-block;
}

.link:hover {
  color: #ed3438;
}

.link.red {
  color: #ed3438;
}

.link.red:hover {
  font-weight: 600;
}

.btn_default {
  display: inline-block;
  min-width: 20.6rem;
  line-height: 7.8rem;
  border: 2px solid #ed3438;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  padding: 0 2.5rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_default::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ed3438;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_default:hover {
  color: #ed3438;
}

.btn_default:hover::before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.btn_default.transparent {
  border-color: rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
}

.btn_default.transparent::before {
  -webkit-transform: translateY(-102%);
          transform: translateY(-102%);
}

.btn_default.transparent:hover {
  color: #ffffff;
  border-color: #ed3438;
}

.btn_default.transparent:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.select_div {
  position: relative;
}

.select_div .form_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  pointer-events: none;
}

.ele {
  position: absolute;
}

header {
  padding: 2rem 0;
}

header nav .element1 {
  top: -3rem;
  left: 25%;
}

header nav .nav_item {
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

header nav .nav_item:hover, header nav .nav_item.active {
  color: #ed3438;
}

header nav .list-inline-item:not(:last-child) {
  margin-right: 3.5rem;
}

header #da_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slidable {
  position: fixed;
  width: 100%;
  top: -10rem;
  padding: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.sticky {
  top: 0;
  background-color: #ffffff;
  z-index: 9;
  padding: 8px 0;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
          box-shadow: 0px 0px 10px 0px #ccc;
}

.sticky .navbar_brand {
  width: 15rem;
}

.blacklayer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.blacklayer.show {
  opacity: 1;
  visibility: visible;
}

.sidebar-menu {
  position: fixed;
  right: 0;
  top: 0;
  background: #ffffff;
  z-index: 11;
  padding: 3rem 2rem 3rem 3rem;
  height: 100vh;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sidebar-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sidebar-menu .nav_toggle {
  position: absolute;
  right: 3rem;
  top: 5rem;
}

.sidebar-menu .menu-box {
  max-height: 75vh;
  overflow: auto;
  padding-right: 10rem;
}

.sidebar-menu .menu-box li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.sidebar-menu .menu-item {
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.sidebar-menu .menu-item:hover, .sidebar-menu .menu-item.active {
  color: #ed3438;
}

.sidebar-menu .navbar_brand {
  width: 15rem;
  display: block;
  margin-bottom: 3rem;
}

.nav_toggle {
  outline: none;
  display: inline-block;
  background: none;
  width: 3.6rem;
  height: 2.1rem;
  margin-left: 1rem;
  border: none;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.nav_toggle:hover, .nav_toggle.active {
  border-color: #000000;
}

.nav_toggle:hover span,
.nav_toggle.active span {
  background-color: #000000;
}

.nav_toggle span {
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav_toggle span:nth-child(1) {
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav_toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav_toggle span:nth-child(3) {
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav_toggle.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 5%;
}

.nav_toggle.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 5%;
}

.nav_toggle.active span:nth-child(2) {
  opacity: 0;
}
.header nav .nav_item .dropdown:before {
    background-color: transparent;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content.more_drop {
    min-width: 200px;
}
.dropdown:hover .dropdown-content2 {
    display: block;
}
.dropdown-content.more_drop2 {
    min-width: 254px;
}
.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 8px;
    background-color: #fff;
    min-width: 165px;
    right: 0px;
    left:-64px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}
.dropdown-content2 {
    display: none;
    position: absolute;
    border-radius: 8px;
    background-color: #fff;
    min-width: 252px;
    right: 0px;
    left:0px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 0;
}
li.dropdown a {
    position: relative;
}
.dropdown-content a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    color: black;
    padding: 8px 12px !important;
    border-radius: 8px;
    text-decoration: none;
    display: block !important;
    text-align: center !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.dropdown-content a {
    transition: all 0.6s ease-in-out;
}
.dropdown-content a:hover {
    background-color:transparent;
    cursor: pointer;
    color: #ed3438;
    padding-right: 20px !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.dropdown-content2 a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    color: black;
    padding: 8px 12px !important;
    border-radius: 8px;
    text-decoration: none;
    display: block !important;
    text-align: center !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.dropdown-content2 a {
    transition: all 0.6s ease-in-out;
}
.dropdown-content2 a:hover {
    background-color:transparent;
    cursor: pointer;
    color: #ed3438;
    padding-right: 20px !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.main_banner {
  position: relative;
}

.main_banner .element6 {
  bottom: 0;
  left: 30%;
}

.main_banner .element5 {
  left: 42%;
  top: 6rem;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.main_banner .element4 {
  right: -5rem;
  bottom: 0;
}

.main_banner .element3 {
  top: 0;
  right: 3rem;
}

.main_banner .element2 {
  bottom: 20%;
  left: 48%;
}

.main_banner .element1 {
  left: 4%;
  top: 32%;
}

.main_banner .main_title {
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: -1px;
  line-height: 8rem;
}

.main_banner p {
  color: rgba(0, 0, 0, 0.7);
  margin: 2rem 0 4rem;
}

.main_banner .content {
  padding: 10rem 0;
}

.carousel-control-next,
.carousel-control-prev {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel-control-prev {
  left: -4rem;
}

.carousel-control-next {
  right: -4rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 2rem;
  height: 2rem;
  background-size: contain;
}

.carousel-control-prev-icon {
  background-image: url("../images/home/icons/left_arrow.png");
}

.carousel-control-next-icon {
  background-image: url("../images/home/icons/right_arrow.png");
}

.the_institute {
  position: relative;
  overflow: hidden;
}

.the_institute .container {
  position: relative;
}

.the_institute .element1 {
  left: 34%;
    z-index: -1;
    top: 12rem;
}

.the_institute .element2 {
  right: -5rem;
  bottom: 42%;
}

.the_institute .element4 {
  bottom: 3rem;
  left: -3rem;
  z-index: -1;
}

.the_institute .element3 {
  bottom: 0;
  right: 0;
}

.the_institute .element5 {
  top: -3rem;
  left: -5rem;
}

.the_institute .element6 {
  right: -9rem;
}

.the_institute .element7 {
  right: 30%;
  top: -1rem;
}

.the_institute .content {
  margin-top: 2rem;
}

.the_institute p {
  color: rgba(0, 0, 0, 0.7);
}

.the_institute .title {
  margin-bottom: 1rem;
}

.the_institute .inner_cont {
  margin-top: 3rem;
}

.the_institute .inner_cont:not(:last-child) {
  margin-bottom: 5rem;
}

.the_institute .img1 {
  margin-left: 5rem;
}

.the_institute .img2 {
  margin-top: -12rem;
  border-top-right-radius: 2.5rem;
}

.the_institute .img3 {
  margin: 3rem 0 0 3rem;
}

.research_and_work {
  position: relative;
  padding-top: 5rem;
  overflow: hidden;
}

.research_and_work .image_container {
  position: relative;
}

.research_and_work .container {
  position: relative;
}

.research_and_work .element11 {
  right: -2rem;
  bottom: -1rem;
  z-index: -1;
}

.research_and_work .element22 {
  top: -7rem;
  right: 2rem;
  z-index: -1;
}

.research_and_work .element1 {
  left: -8rem;
  bottom: 0rem;
}

.research_and_work .element2 {
  right: -7rem;
  top: 30rem;
}

.research_and_work .element6 {
  top: 31%;
  left: -5rem;
}

.research_and_work .element5 {
  top: -6rem;
  z-index: -1;
  left: -6rem;
}

.research_and_work .element7 {
  bottom: 17%;
  left: -6rem;
}

.research_and_work .element8 {
  bottom: 8rem;
  left: -2rem;
  z-index: -1;
}

.research_and_work .element9 {
  right: -9rem;
  top: 13%;
}

.research_and_work .element10 {
  right: -2rem;
  bottom: 5rem;
  z-index: -1;
}

.research_and_work .element12 {
  right: -3rem;
  top: 50%;
}

.research_and_work .element13 {
  bottom: 21%;
  right: 26%;
}

.research_and_work .element14 {
  bottom: 16%;
  left: 25%;
}

.research_and_work .element15 {
  right: 5%;
  bottom: 10rem;
}

.research_and_work .image_container img {
  width: 100%;
}

.research_and_work .title {
  margin: 2rem 0;
  color: rgba(0, 0, 0, 0.7);
}

.research_and_work p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
}

.research_and_work p.full_text {
  -webkit-line-clamp: inherit;
}

.research_and_work .main_content {
  margin-top: 2.5rem;
}

.research_and_work .read_more {
  margin-top: 1.5rem;
}

.unique_values {
  position: relative;
}

.unique_values .element1 {
  bottom: 13rem;
  right: 52.5%;
}

.unique_values .content {
  padding-right: 7rem;
}

.unique_values p {
  color: rgba(0, 0, 0, 0.7);
}

.unique_values .cont_inner {
  padding-top: 3rem;
}

.unique_values .text_overlay {
  position: absolute;
  -webkit-box-shadow: 4.728px 3.694px 22px rgba(0, 0, 0, 0.13);
          box-shadow: 4.728px 3.694px 22px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  width: 33.6rem;
  text-align: center;
  padding: 6rem 3rem;
  border-radius: 2rem 2rem 2rem 0;
  bottom: 7rem;
  left: -6rem;
}

.unique_values .text_overlay h4 {
  line-height: 3.4rem;
}

.industry_reaction {
  position: relative;
}

.industry_reaction .element1 {
  right: 0;
  bottom: 22rem;
}

.industry_reaction .element2 {
  left: 12%;
  top: 15rem;
}

.industry_reaction .element3 {
  bottom: 0;
  left: 10%;
}

.industry_reaction .content {
  margin: 0 8%;
}

.industry_reaction .auth {
  margin-top: 3rem;
}

.industry_reaction .name {
  font-size: 15px;
  margin: 1rem 0 0.5rem;
}

.industry_reaction .desg {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  letter-spacing: 0.2px;
}

.industry_reaction p {
  font-size: 22px;
  font-weight: 600;
  line-height: 44px;
}

.industry_reaction .carousel-indicators {
  position: relative;
  margin-top: 3rem;
}

.industry_reaction .carousel-indicators [data-bs-target] {
  width: 36px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
}

.industry_reaction .carousel-indicators [data-bs-target].active {
  background-color: #ed3438;
}

.success_outcomes {
  overflow: hidden;
  position: relative;
}

.success_outcomes .element1 {
  left: -6rem;
  top: 16rem;
}

.success_outcomes .element3 {
  bottom: 3rem;
  right: -1rem;
}

.success_outcomes .left_list {
  padding-top: 4rem;
  position: relative;
  z-index: 1;
}

.success_outcomes .left_list::before {
  content: "";
  position: absolute;
  width: 129%;
  left: -50%;
  top: 0;
  height: 130%;
  z-index: -1;
  background: #ffffff;
}

.success_outcomes .sec_title {
  margin-bottom: 2rem;
}

.success_outcomes .list_text {
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.success_outcomes .list_text .hidden {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  display: inline-block;
}

.success_outcomes .list_text:hover, .success_outcomes .list_text.active {
  color: #000000;
}

.success_outcomes .list_text:hover .hidden, .success_outcomes .list_text.active .hidden {
  opacity: 1;
}

.success_outcomes .list_text:not(:last-child) {
  margin-bottom: 3rem;
}

.success_outcomes .content {
  position: relative;
}

.success_outcomes .content .artist_img {
  text-align: center;
  margin-right: 6rem;
}

.success_outcomes .content .about {
  position: absolute;
  bottom: 6rem;
  width: 44rem;
  right: 2rem;
  -webkit-box-shadow: 4.728px 3.694px 22px rgba(0, 0, 0, 0.13);
          box-shadow: 4.728px 3.694px 22px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 2rem 2rem 0 2rem;
  padding-left: 5rem;
}

.success_outcomes .content .about p {
  color: rgba(0, 0, 0, 0.7);
}

.success_outcomes .content .about .title {
  margin-bottom: 1rem;
}

.success_outcomes .content .proj {
  margin-left: -14rem;
  z-index: 1;
  position: relative;
  margin-top: 3rem;
  display: inline-block;
}

.success_outcomes .carousel-inner {
  overflow: visible;
}

.success_outcomes .social_icon_list {
  margin-top: 1rem;
}

.success_outcomes .social_icon_list .icon {
  font-size: 22px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin-right: 1rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.success_outcomes .social_icon_list .icon:hover {
  color: #ed3438;
}

.take_next_step {
  position: relative;
}

.take_next_step .element1 {
  left: 38%;
  top: 16rem;
  z-index: -1;
}

.take_next_step .element3 {
  bottom: 14rem;
  right: 22%;
}

.take_next_step .element2 {
  left: 3%;
  top: 10rem;
}

.take_next_step .btn {
  background-color: #ffffff;
}

.take_next_step .content {
  padding-left: 9rem;
}

.take_next_step .btn {
  width: 75%;
  margin-top: 2rem;
}
.leader-p-head{
    padding-top:15px;
    font-size: 22px;
    
}
.leader-p-head1{
 padding-bottom:13px;  
 font-size: 22px;
}

footer {
  position: relative;
  overflow: hidden;
}

footer .element1 {
  bottom: -7rem;
  left: -7rem;
}

footer .element2 {
  left: 20%;
  top: 0;
}

footer .element3 {
  right: -2rem;
  top: 7rem;
}

footer .footer_top {
  position: relative;
}

footer .footer_brand {
  display: block;
  margin-bottom: 3rem;
}

footer .footer_title {
  margin-bottom: 2.5rem;
}

footer li:not(:last-child) {
  margin-bottom: 1.5rem;
}

footer li .footer_link {
  color: rgba(0, 0, 0, 0.8);
}

footer .footer_link {
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  color: #000000;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: inline-block;
}

footer .footer_link:hover {
  color: #ed3438;
  font-weight: 600;
}

footer .d-flex:not(:last-child) {
  margin-bottom: 2rem;
}

footer .d-flex > i {
  font-size: 20px;
  margin-top: 5px;
  margin-right: 2.5rem;
}

footer #newsletter_form {
  margin-bottom: 4rem;
}

footer .newsletter {
  position: relative;
  color: #000000;
}

footer .newsletter input {
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.35);
  background: transparent;
  font-size: 15px;
  line-height: 6rem;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

footer .newsletter input:focus {
  border-color: #ed3438;
}

footer .newsletter input:focus::-webkit-input-placeholder {
  opacity: 0.2;
}

footer .newsletter input:focus:-ms-input-placeholder {
  opacity: 0.2;
}

footer .newsletter input:focus::-ms-input-placeholder {
  opacity: 0.2;
}

footer .newsletter input:focus::placeholder {
  opacity: 0.2;
}

footer .newsletter input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

footer .newsletter input:-ms-input-placeholder {
  color: #000000;
  opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

footer .newsletter input::-ms-input-placeholder {
  color: #000000;
  opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

footer .newsletter input::placeholder {
  color: #000000;
  opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

footer .newsletter .send {
  position: absolute;
  outline: none;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 0;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

footer .newsletter .send:hover {
  color: #ed3438;
}

footer .copyright {
  margin-top: 4rem;
  padding: 3rem 0;
  border-top: 2px solid rgba(0, 0, 0, 0.35);
}

.inner_banner {
  position: relative;
}

.inner_banner .banner_cpation {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #ffffff;
}

.inner_banner .banner_cpation .main_title {
  font-size: 5rem;
  letter-spacing: -1px;
  font-weight: 600;
      text-transform: capitalize;
}

.inner_banner .banner_cpation .breadcrumbs {
  color: #ed3438;
}

.inner_banner .banner_cpation .breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.inner_banner .banner_cpation .breadcrumbs a:hover {
  color: #ed3438;
}

.inner_banner .banner_cpation .breadcrumbs li {
  position: relative;
  font-size: 15px;
}

.inner_banner .banner_cpation .breadcrumbs li:not(:last-child)::after {
  content: ">";
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}

.fee_structure {
  position: relative;
}

.fee_structure .element1 {
  left: -9rem;
  top: 35%;
}

.fee_structure .element2 {
  top: -1.5rem;
  z-index: -1;
  left: 30%;
}

.fee_structure .element3 {
  top: -3rem;
  z-index: -1;
  right: -2rem;
}

.fee_structure .element6 {
  right: -10rem;
  z-index: -1;
  bottom: 18%;
}

.fee_structure .element7 {
  z-index: -1;
  left: -4rem;
  bottom: -4rem;
}

.fee_structure .form-control {
  font-size: 22px;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.fee_structure .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.fee_structure .form-control:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.fee_structure .form-control::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.fee_structure .form-control::placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.fee_structure .form-control:focus {
  border-color: inherit;
}

.fee_structure .form-control:focus::-webkit-input-placeholder {
  opacity: 0.2;
}

.fee_structure .form-control:focus:-ms-input-placeholder {
  opacity: 0.2;
}

.fee_structure .form-control:focus::-ms-input-placeholder {
  opacity: 0.2;
}

.fee_structure .form-control:focus::placeholder {
  opacity: 0.2;
}

.fee_structure .course_details {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.12);
  padding: 3rem;
  margin-top: 3.5rem;
}

.fee_structure tbody,
.fee_structure td,
.fee_structure tfoot,
.fee_structure th,
.fee_structure thead,
.fee_structure tr {
  font-size: 22px;
  font-weight: 400;
  border: none;
  color: rgba(0, 0, 0, 0.7);
}

.fee_structure .table > :not(caption) > * > * {
  padding: 1.5rem 0.5rem;
}

.fee_structure td {
  text-align: center;
}

.fee_structure .bottom th,
.fee_structure .bottom td {
  font-weight: 600;
  padding-top: 3rem;
}

.fee_structure .info {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 2rem;
}

.sec_list li {
  position: relative;
  padding-left: 2.5rem;
  line-height: 25px;
}

.sec_list li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.sec_list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ed3438;
  position: absolute;
  left: 0;
}


.our_jewels .inner_box{
height: 331px;    
}

.instructions {
  position: relative;
}

.instructions .element5 {
  right: -6rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.instructions .element4 {
  left: -4rem;
  bottom: -15rem;
}

.instructions .element8 {
  bottom: -15rem;
  right: 10%;
}

.instructions .sec_list {
  margin-top: 2.5rem;
}

.education_loan_partner {
  position: relative;
}

.education_loan_partner .element9 {
  bottom: -22rem;
  right: -9rem;
}

.education_loan_partner a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.leadership .desg{
  text-transform:uppercase;  
}
.education_loan_partner .image_container {
  min-height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.education_loan_partner .inner_box {
  -webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  padding: 2rem;
  text-align: center;
  height: 100%;
}

.education_loan_partner .inner_box:hover .see_more {
  color: #000000;
}

.education_loan_partner .see_more {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5rem;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.why_choose_us {
  position: relative;
}

.why_choose_us .element1 {
  top: 50%;
  left: -4rem;
}

.why_choose_us .element2 {
  right: -6rem;
}

.why_choose_us .element3 {
  bottom: -4rem;
  left: 50%;
}

.why_choose_us .icon {
  margin-bottom: 3rem;
}

.why_choose_us .title {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 1rem;
}

.why_choose_us p {
  color: rgba(0, 0, 0, 0.7);
}

.leadership {
  position: relative;
}

.leadership.leadership_detail .element1 {
  right: 95%;
  top: 3rem;
}

.leadership.leadership_detail .element4 {
  left: -3rem;
  bottom: 20%;
}

.leadership.leadership_detail .element5 {
  left: -8rem;
  top: 40%;
}

.leadership.leadership_detail .element6 {
  left: -2.5rem;
  z-index: -1;
  top: 16%;
}

.leadership.leadership_detail .element2 {
  bottom: 67%;
  right: -7rem;
}

.leadership.leadership_detail .element7 {
  right: -2rem;
  z-index: -1;
  top: 33%;
}

.leadership.leadership_detail .element9 {
  top: -4rem;
  right: -3rem;
  z-index: -1;
}

.leadership .element1 {
  right: 4rem;
  top: -7rem;
}

.leadership .element2 {
  bottom: -5rem;
  right: 30%;
}

.leadership .element3 {
  right: -8rem;
  top: 5rem;
}

.leadership .inner_box {
  position: relative;
}

.leadership .title {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
  margin-top: 2rem;
}

.leadership .desg {
  color: #ed3438;
  margin-bottom: 1rem;
}

.leadership p {
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.leadership p.full_text {
  -webkit-line-clamp: inherit;
}

.about_admission {
  position: relative;
  overflow: hidden;
}

.about_admission .element1 {
  top: -9rem;
  left: 10%;
}

.about_admission .element2 {
  bottom: 23%;
  left: -2rem;
}

.about_admission .element3 {
  top: -1rem;
  right: 30%;
}

.about_admission .element4 {
  bottom: 40%;
  right: -7rem;
}

.about_admission .sec_title {
  margin-bottom: 3rem;
}

.about_admission p {
  color: rgba(0, 0, 0, 0.7);
}

.about_admission .content {
  padding-right: 10rem;
}

.about_admission .apply_process {
  margin-top: 3rem;
  position: relative;
}

.about_admission .apply_process::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-image: url(../images/admission/dotted_shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 2rem;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_admission .apply_process li {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

.about_admission .apply_process li:not(:last-child) {
  margin-bottom: 4rem;
}

.about_admission .apply_process .num {
  display: inline-block;
  width: 45px;
  line-height: 45px;
  background-color: #ed3438;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  margin-right: 1rem;
}

.reserve_your_seat {
  position: relative;
  overflow: hidden;
}

.reserve_your_seat .element1 {
  bottom: 5%;
  left: -8rem;
}

.reserve_your_seat .element2 {
  bottom: 5rem;
  right: 10%;
}

.reserve_your_seat .element3 {
  right: 23%;
}

.admission_faq {
  overflow: visible;
}

.admission_faq .container {
  position: relative;
}

.admission_faq .element1 {
  right: 0;
  bottom: -18rem;
}

.admission_faq .element2 {
  left: -3rem;
  top: 5rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.accordion-button::after {
  width: 2.25rem;
  height: 2.25rem;
  background-size: 2.22rem;
  background-image: url("../images/icons/plus.png");
}

.accordion-button:not(.collapsed) {
  opacity: 1;
  color: inherit;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 23px;
  height: 2px;
  background-color: #000000;
}

.accordion-button {
  font-size: 22px;
  opacity: 0.6;
  padding: 2rem 0rem;
}

.accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-flush .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-body {
  padding: 1rem 0rem 4rem;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500;
}

.faq_sec {
  position: relative;
}

.faq_sec .element1 {
  right: -7rem;
  top: 42%;
}

.faq_sec .element2 {
  right: -6rem;
  bottom: 12%;
}

.faq_sec .element3 {
  top: 25%;
  left: -2rem;
}

.faq_sec .element4 {
  left: -5rem;
  top: 56%;
}

.faq_sec .element5 {
  left: 10%;
  top: -10rem;
  z-index: -1;
}

.faq_sec .element6 {
  right: -6rem;
  top: 3rem;
}

.faq_sec .element7 {
  left: -8rem;
  bottom: -7rem;
  z-index: -1;
}

.faq_sec .form-control {
  font-size: 22px;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.faq_sec .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.faq_sec .form-control:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.faq_sec .form-control::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.faq_sec .form-control::placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.faq_sec .form-control:focus {
  border-color: inherit;
}

.faq_sec .form-control:focus::-webkit-input-placeholder {
  opacity: 0.2;
}

.faq_sec .form-control:focus:-ms-input-placeholder {
  opacity: 0.2;
}

.faq_sec .form-control:focus::-ms-input-placeholder {
  opacity: 0.2;
}

.faq_sec .form-control:focus::placeholder {
  opacity: 0.2;
}

.faq_sec .faq_bottom {
  position: relative;
  margin-top: 5rem;
  padding: 4rem 8rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.12);
}

.our_office {
  position: relative;
}

.our_office .element1 {
  left: -3rem;
}

.our_office .element2 {
  right: 10%;
  top: 15rem;
}

.our_office .element3 {
  bottom: 5.5rem;
  left: 38%;
  z-index: -1;
}

.our_office .box_container {
  -webkit-box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 4rem;
  border-bottom-right-radius: 0;
}

.our_office .inner {
  height: 100%;
}

.our_office .inner.center {
  padding: 0 5rem;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.our_office .inner.mail_box {
  padding-left: 5rem;
}

.our_office .inner.location_box {
  padding-right: 5rem;
}

.our_office .inner i {
  color: #ed3438;
  font-size: 32px;
  vertical-align: middle;
  margin-right: 12px;
}

.our_office .inner .title {
  margin-bottom: 2rem;
}

.our_office .contact_link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.our_office .contact_link:hover {
  color: #ed3438;
}

.stay_in_touch {
  position: relative;
}

.stay_in_touch .container {
  position: relative;
}

.stay_in_touch .element1 {
  bottom: 7rem;
  left: -3rem;
}

.stay_in_touch .element2 {
  right: -7rem;
  top: 10rem;
}

.stay_in_touch .element3 {
  bottom: 9rem;
  right: 0;
}

.find_us .map_div {
  position: relative;
}

.find_us .map_div .element2 {
  top: -7rem;
  left: 20%;
}

.find_us .map_div .element1 {
  bottom: -6rem;
  right: 20%;
  z-index: -1;
}

.find_us .map_div iframe {
  width: 100%;
  height: 60rem;
}

.best_training {
  position: relative;
}

.best_training .element1 {
  bottom: -5rem;
  right: 18%;
}

.best_training .element2 {
  bottom: -15rem;
  left: 10%;
}

.best_training .element3 {
  left: -9rem;
  margin-top: 4rem;
}

.best_training p {
  color: rgba(0, 0, 0, 0.7);
}

.best_training .bottom_text {
  color: #000000;
}

.recruiters .recruiters_box {
  border-radius: 2rem;
  border-bottom-right-radius: 0;
  padding: 2rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.1);
  margin: 2rem 1rem;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dots_center .owl-dots {
  text-align: center;
  margin-top: 5rem;
}

.dots_center .owl-dots button {
  width: 36px;
  height: 2px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.3);
}

.dots_center .owl-dots button.active {
  background-color: #ed3438;
}

.about_courses {
  position: relative;
}

.about_courses .element1 {
  top: -9rem;
  z-index: -1;
  left: 5%;
}

.about_courses .element2 {
  right: -8rem;
  bottom: 22%;
}

.about_courses .element3 {
  bottom: -1rem;
  left: -1rem;
  z-index: -1;
}

.about_courses .element4 {
  right: 22%;
  top: 4rem;
}

.about_courses .image_container {
  position: relative;
}

.about_courses .image_container .img-fluid {
  border-bottom-left-radius: 5rem;
}

.about_courses .content {
  padding-left: 5rem;
  position: relative;
}

.about_courses .sec_title {
  margin-bottom: 2rem;
}

.about_courses p {
  color: rgba(0, 0, 0, 0.7);
}

.about_courses .career_options {
  margin: 3rem 0;
}
#content-massage{
    margin-top:0px;
}
#content-about{
margin-top:0px;    
}

.about_courses .title {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 1.5rem;
}

.about_courses .sec_list li {
  width: 35%;
}

.curriculam {
  position: relative;
}

.curriculam .element1 {
  left: -4rem;
  top: 8rem;
}

.curriculam .element3 {
  right: -8rem;
  top: 50%;
}

.curriculam .element2 {
  top: 58%;
  left: -9rem;
}

.curriculam .element4 {
  bottom: -5rem;
  left: 74%;
}

.curriculam .main_content {
  margin-top: 4rem;
}

.curriculam .main_content .title {
  margin-bottom: 2rem;
}

.curriculam .sec_list li {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

.curriculam .head_bar {
  padding: 2rem 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin-top: 5rem;
}

.fancybox-image,
.fancybox-spaceball {
  border-radius: 4rem 4rem 0 4rem;
}

.work_gallery {
  position: relative;
}

.work_gallery .container {
  position: relative;
}

.work_gallery .element1 {
  top: 20rem;
  left: -3%;
}

.work_gallery .element2 {
  right: -6rem;
  top: 50%;
}

.work_gallery .element11 {
  left: -9rem;
  top: 40%;
}

.work_gallery .element22 {
  bottom: -10rem;
  right: 30%;
}

.creative_env {
  position: relative;
}

.creative_env .element3 {
  right: -7rem;
  top: 62%;
}

.creative_env .element1 {
  left: -3rem;
}

.creative_env .element2 {
  top: 15rem;
  right: 3%;
}

.creative_env .sec_title {
  margin-bottom: 2rem;
}

.creative_env p {
  color: rgba(0, 0, 0, 0.7);
}

.creative_env .image_container {
  margin-top: 4rem;
}

.stdnt_facilities {
  position: relative;
}

.stdnt_facilities .element11 {
  left: -3rem;
  top: 4rem;
}

.stdnt_facilities .element22 {
  bottom: 3rem;
  left: 32%;
}

.stdnt_facilities .image_container {
  position: relative;
}

.stdnt_facilities .image_container .element2 {
  bottom: -6rem;
  right: -6rem;
  z-index: -1;
}

.stdnt_facilities .image_container .element1 {
  top: -5rem;
  z-index: -1;
  left: 10rem;
}

.stdnt_facilities .sec_title {
  margin-bottom: 2rem;
}

.stdnt_facilities p {
  color: rgba(0, 0, 0, 0.7);
}

.stdnt_facilities .sec_list {
  margin-top: 2.5rem;
}

.inst_activities .title {
  margin: 2rem 0 0;
}

.art_events {
  position: relative;
  padding: 5rem 0;
}

.art_events .element11 {
  left: -7rem;
  top: 7rem;
  z-index: -1;
}

.art_events .element22 {
  bottom: 48%;
  left: 90%;
}

.art_events .element5 {
  top: -3rem;
  left: -5rem;
  z-index: -1;
}

.art_events .element6 {
  right: -9rem;
  z-index: -1;
  top: 16%;
}

.art_events .element7 {
  right: 30%;
  top: -1rem;
  z-index: -1;
}

.art_events .element13 {
  top: 80%;
  left: -9rem;
}

.art_events .element14 {
  right: -6rem;
  top: -6rem;
  z-index: -1;
}

.art_events .left_content {
  padding-right: 4rem;
}

.art_events .right_content {
  padding-left: 4rem;
}

.art_events .bottom_bar {
  margin-top: 3rem;
}

.art_events .container > .row > * {
  margin-top: 10rem;
}

.art_events .image_container {
  position: relative;
}

.art_events .left_content {
  position: relative;
}

.past_events .container {
  position: relative;
}

.past_events .element1 {
  top: 8rem;
  right: 8rem;
  z-index: -1;
}

.past_events .title {
  color: rgba(0, 0, 0, 0.7);
  margin: 2rem 0 3rem;
}

.past_events .dots_center .owl-dots {
  margin-top: 3rem;
}

.available_services {
  position: relative;
}

.available_services .image_container {
  position: relative;
}

.available_services .element1 {
  right: 13%;
  top: -7rem;
  z-index: -1;
}

.available_services .element2 {
  right: -2rem;
  top: 52%;
}

.available_services .element3 {
  left: -9rem;
  bottom: 13%;
}

.available_services .element4 {
  top: 5rem;
  left: 10%;
}

.available_services .element5 {
  right: -5rem;
  bottom: 14%;
}

.available_services .element8 {
  top: 45%;
  left: -8rem;
}

.available_services .element9 {
  right: -1rem;
  z-index: -1;
}

.available_services .element6 {
  bottom: -13rem;
  right: 20%;
}

.available_services .element7 {
  right: -7rem;
  top: 17%;
}

.available_services .element10 {
  right: 10rem;
  top: -2.5rem;
  z-index: -1;
}

.available_services .title {
  color: rgba(0, 0, 0, 0.7);
  margin: 2rem 0 2rem;
}

.available_services p {
  color: rgba(0, 0, 0, 0.7);
  margin-right: 3rem;
}

.available_services .bottom {
  margin-top: 4rem;
}

.available_services .bottom span {
  display: block;
  margin-bottom: 5px;
}

.available_services .main_content > .row > * {
  margin-top: 5rem;
}

.inst_achievements {
  position: relative;
}

.inst_achievements .element1 {
  left: -11rem;
  bottom: -7rem;
  z-index: -1;
}

.inst_achievements .element4 {
  right: -7rem;
  bottom: 18%;
}

.inst_achievements .element3 {
  top: -9rem;
  z-index: -1;
  right: 10%;
}

.inst_achievements .element2 {
  top: 7rem;
  left: 20%;
}

.inst_achievements .main_content {
  margin-top: 3rem;
}

.inst_achievements p {
  color: rgba(0, 0, 0, 0.7);
}

.inst_achievements .inner {
  text-align: center;
}

.inst_achievements .inner .label {
  color: rgba(0, 0, 0, 0.7);
}

.inst_achievements .count_box {
  font-size: 8rem;
  letter-spacing: -2px;
  color: #ed3438;
  font-weight: 700;
  line-height: 10rem;
}

.inst_achievements .counter {
  position: relative;
  -webkit-box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.13);
  padding: 3rem 3rem;
  height: 302px;
  margin-top: 5rem;
  border-radius: 3rem 3rem 3rem 0rem;
  background: #ffffff;
}

.inst_achievements .image_container {
  text-align: center;
  margin-top: -11rem;
  position: relative;
}

.stdnt_achievemnt {
  position: relative;
}

.stdnt_achievemnt .element1 {
  left: 10%;
}

.stdnt_achievemnt .element3 {
  bottom: 15rem;
}

.stdnt_achievemnt .element2 {
  right: -8rem;
  top: 50%;
}

.stdnt_achievemnt .sec_title {
  margin-bottom: 3rem;
}

.stdnt_achievemnt p {
  color: rgba(0, 0, 0, 0.7);
}

.stdnt_achievemnt .title {
  color: rgba(0, 0, 0, 0.7);
  margin: 1rem 0;
}

.stdnt_achievemnt .inner {
  text-align: center;
}

.stdnt_achievemnt .inner .highlight {
  margin-bottom: 1rem;
  display: block;
}

.stdnt_achievemnt .img_container {
  margin-bottom: 3rem;
  position: relative;
}

.stdnt_achievemnt .img_container .bg-img {
  position: absolute;
  top: calc(50% - 22px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.the_work_sec {
  position: relative;
  overflow: hidden;
}

.the_work_sec .element4 {
  left: -8rem;
  bottom: 24%;
}

.the_work_sec .element6 {
  bottom: -6rem;
  right: 15%;
}

.the_work_sec .element5 {
  right: -4rem;
  bottom: 24%;
}

.the_work_sec .element3 {
  right: -9rem;
  top: 24%;
}

.the_work_sec .element2 {
  top: 15%;
  left: -6rem;
}

.the_work_sec .element1 {
  top: -4rem;
  z-index: -1;
  right: 18%;
}

.the_work_sec .element8 {
  right: -2rem;
  z-index: -1;
  bottom: 24%;
}

.the_work_sec .element7 {
  bottom: -1rem;
  z-index: -1;
  left: -1rem;
}

.the_work_sec .image_container {
  position: relative;
}

.the_work_sec .image_container .img-fluid {
  border-bottom-left-radius: 5rem;
}

.the_work_sec .main_content > .row > * {
  margin-top: 5rem;
}

.the_work_sec .form-control {
  font-size: 22px;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.the_work_sec .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.the_work_sec .form-control:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.the_work_sec .form-control::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.the_work_sec .form-control::placeholder {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.the_work_sec .form-control:focus {
  border-color: inherit;
}

.the_work_sec .form-control:focus::-webkit-input-placeholder {
  opacity: 0.2;
}

.the_work_sec .form-control:focus:-ms-input-placeholder {
  opacity: 0.2;
}

.the_work_sec .form-control:focus::-ms-input-placeholder {
  opacity: 0.2;
}

.the_work_sec .form-control:focus::placeholder {
  opacity: 0.2;
}

.the_work_sec .label {
  color: rgba(0, 0, 0, 0.7);
}

.the_work_sec .title {
  margin: 2rem 0 2rem;
}

.the_work_sec .inner {
  margin-bottom: 3rem;
}

.the_work_sec .btn {
  margin-top: 3rem;
}

.btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.modal_wrapper {
  padding: 2rem 5rem 5rem;
}

.modal_wrapper .highlight {
  margin-bottom: 2rem;
}

.modal_wrapper .image_container {
  margin-bottom: 2rem;
}

.modal_wrapper .label {
  color: rgba(0, 0, 0, 0.7);
}

.modal_wrapper .title {
  margin: 3rem 0 2rem;
}

.modal_wrapper .inner {
  margin-bottom: 2rem;
}

.modal_wrapper p {
  color: rgba(0, 0, 0, 0.7);
}

.modal_wrapper .work_title {
  margin: 2rem 0;
}

.modal-content {
  border-radius: 0;
}

.leadership_sec {
  position: relative;
}

.leadership_sec .image_container {
  position: relative;
}

.leadership_sec .element1 {
  top: -4rem;
  left: -4rem;
  z-index: -1;
}

.leadership_sec .element2 {
  right: 25%;
  top: -1rem;
  z-index: -1;
}

.leadership_sec .element4 {
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
}

.leadership_sec img.ele.w-auto.element3 {
  left: -4rem;
  top: 45%;
  z-index: -1;
}

.leadership_sec .sec_title {
  line-height: 6rem;
}

.leadership_sec .sub_title {
  line-height: 30px;
  margin: 2rem 0;
  color: rgba(0, 0, 0, 0.7);
}

.leadership_sec p {
  color: rgba(0, 0, 0, 0.7);
}

.leadership_sec .content {
  margin-right: 3rem;
}

.blogs_listing {
  position: relative;
}

.blogs_listing.blog_detail .element4 {
  right: -9rem;
  top: 30%;
}

.blogs_listing.blog_detail .element5 {
  top: 72%;
}

.blogs_listing.blog_detail .element3 {
  right: 20%;
  bottom: -3%;
}

.blogs_listing.blog_detail .element7 {
  top: 73%;
}

.blogs_listing .element1 {
  top: -1.5rem;
  z-index: -1;
  left: 32%;
}

.blogs_listing .element2 {
  left: -9rem;
  top: 13rem;
}

.blogs_listing .element3 {
  right: -6rem;
  bottom: 22%;
}

.blogs_listing .element4 {
  right: -8rem;
  top: 14%;
}

.blogs_listing .element5 {
  right: -3rem;
  top: 40%;
}

.blogs_listing .element6 {
  top: -8rem;
  z-index: -1;
  right: 10%;
}

.blogs_listing .element7 {
  left: -8rem;
  top: 38%;
}

.blogs_listing .element8 {
  bottom: -3rem;
  left: -3rem;
}

.blogs_listing .element10 {
  right: -8rem;
  z-index: -1;
  top: 5rem;
}

.blogs_listing .img_cont {
  position: relative;
}

.blogs_listing .blog_connectivity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 4rem;
  padding: 2rem 3rem;
  color: #ffffff;
}

.blogs_listing .blog_connectivity .inner {
  text-decoration: none;
  color: #ffffff;
}

.blogs_listing .blog_connectivity .inner:not(:last-child) {
  margin-right: 2rem;
}

.blogs_listing .inner.share {
  margin-left: auto;
  position: relative;
  cursor: pointer;
}

.blogs_listing .inner.share:hover .drop {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.blogs_listing .inner.share .drop {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 12px;
  right: 0;
  font-size: 20px;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blogs_listing .inner.share .drop a {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: inline-block;
  margin: 0 5px;
}

.blogs_listing .inner.share .drop a:hover {
  color: #ed3438;
}

.blogs_listing .title {
  font-weight: 700;
  letter-spacing: -1px;
  margin: 3rem 0 2.5rem;
}

.blogs_listing .blog_container p {
  color: rgba(0, 0, 0, 0.7);
}

.blogs_listing .blog_container .read_more {
  margin-top: 2rem;
}

.blogs_listing .blog_container:not(:last-child) {
  margin-bottom: 5rem;
}

.blogs_listing .right {
  padding-left: 3rem;
}

.blogs_listing .posts .post_title {
  padding: 0rem 0 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e4e4e4;
}

.blogs_listing .posts .post_container a {
  text-decoration: none;
}

.blogs_listing .posts .post_container a p {
  color: #000000;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blogs_listing .posts .post_container a .date {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blogs_listing .posts .post_container .post_cont {
  width: 75%;
  padding-left: 2rem;
}

.blogs_listing .posts .post_container:not(:last-child) {
  margin-bottom: 2rem;
}

.blogs_listing .posts:not(:last-child) {
  margin-bottom: 5rem;
}

.blogs_listing .blog_pagination a {
  width: 5.3rem;
  line-height: 5.3rem;
  font-size: 15px;
  border: 1px solid;
  margin-right: 10px;
  text-decoration: none;
  color: #00000073;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blogs_listing .blog_pagination a.active, .blogs_listing .blog_pagination a:hover {
  background-color: #ed3438;
  color: #fff;
  border-color: #ed3438;
}

.blogs_listing .blog_pagination a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.blogs_listing .blog_pagination .previous,
.blogs_listing .blog_pagination .next {
  font-size: 20px;
}

.task_learning {
  position: relative;
}

.task_learning .element1 {
  z-index: -1;
  left: 12%;
  top: -7rem;
}

.task_learning .element2 {
  z-index: -1;
  right: 15%;
  top: -4rem;
}

.task_learning .sec_title {
  margin-bottom: 3rem;
}

.task_learning p {
  color: rgba(0, 0, 0, 0.7);
}

.skill_devop .element3 {
  bottom: 65%;
  left: -7rem;
}

.skill_devop .element5 {
  top: 5rem;
  right: -5rem;
}

.skill_devop .element4 {
  bottom: -9rem;
  left: 20%;
}

.skill_devop p {
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin: 0 5%;
}

.fashion_design .element7 {
  right: -8rem;
  top: 45%;
}

.fashion_design .element6 {
  bottom: 71%;
}

.interior_design .element8 {
  top: -3%;
}

.interior_design .element9 {
  right: -6rem;
  top: 45%;
}

.placement_process {
  position: relative;
}

.placement_process .element1 {
  top: -9rem;
  z-index: -1;
  left: 15%;
}

.placement_process .element2 {
  bottom: 3%;
  left: -3rem;
}

.placement_process .element3 {
  right: 22%;
  bottom: -3rem;
}

.placement_process .element5 {
  top: 0;
  right: 10rem;
}

.placement_process .element4 {
  right: -7rem;
  top: 60%;
}

.placement_process .sec_title {
  margin-bottom: 3rem;
}

.placement_process p {
  color: rgba(0, 0, 0, 0.7);
}

.our_jewels {
  position: relative;
}

.our_jewels .element6 {
  left: -8rem;
  top: 2rem;
}

.our_jewels .element9 {
  right: -4rem;
  top: 32%;
}

.our_jewels .element7 {
  right: 15%;
  top: -5rem;
}

.our_jewels .element8 {
  left: -6rem;
  z-index: -1;
  top: 16%;
}

.our_jewels .column {
  position: relative;
  width: 20%;
}

.our_jewels .inner_box {
  -webkit-box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.2);
  border-radius: 2rem 2rem 0 2rem;
  overflow: hidden;
}

.our_jewels .inner_box img {
  border-radius: 2rem 2rem 0 2rem;
}

.our_jewels .info {
  background: #ffffff;
  padding: 1.5rem 1.5rem 2rem;
  font-size: 13px;
}

.our_jewels .info .name {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

.blogs_listing .blog_pagination a.active{
  background-color: #ed3438;
    color: #fff;
    border-color: #ed3438;
    padding: 13px 20px!important;
}
.blogs_listing .blog_pagination a{
  padding: 13px 20px!important;
}

/*# sourceMappingURL=style.css.map */


/*card niky*/
.red_col_curri{
 background-color:#f7f7f7;   
 margin: 0px 143px;
    margin-top: 0px;
   padding: 18px 73px;
    color: #000;
    border-radius: 14px;
}
.red_col_curri_li ul li{
    padding:4px 0px;
}
.elig{
    margin-top:24px;
}
.about_courses .one-year-img .img-fluid {
    height: 803px;
}

.about_courses .one-year-img2 .img-fluid {
    height: 1045px;
}
.about_courses .one-year-img3 .img-fluid {
    height: 938px;
}
.about_courses .one-year-img4 .img-fluid {
    height: 1003px;
}
.about_courses .one-year-img5 .img-fluid {
    height: 1220px;
}
.about_courses .one-year-img6 .img-fluid {
    height: 1155px;
}

.about_courses .one-year-img7 .img-fluid {
    height: 1210px;
}
.about_courses .one-year-img8 .img-fluid {
    height: 975;
}
.about_courses .one-year-img9 .img-fluid {
    height: 988px;
}

.about_courses .one-year-img10 .img-fluid {
    height: 835px;
}

.about_courses .one-year-img11 .img-fluid {
    /*height: 1593px;*/
    width: 100%;
}

.about_courses .one-year-img12 .img-fluid {
    height: 1073px;
}
.about_courses .one-year-img13 .img-fluid {
    /*height: 815px;*/
    width: 100%;
}

.about_courses .one-year-img14 .img-fluid {
    /*height: 1060px;*/
    width: 100%;
}
.about_courses .one-year-img15 .img-fluid {
    /*height: 910px;*/
    width: 100%;
}
.about_courses .one-year-img16 .img-fluid {
    height: 1263px;
}

.ab-btn{
    width:60%;
    text-transform: capitalize;
}
.bsc-inter{
min-width: 16rem; 
padding: 0 1rem;
font-size:14px;
text-transform: capitalize;
}
.sket p a{
    color: rgba(0, 0, 0, 0.7);
    text-decoration:none;
}
.sket p a:hover{
    color:#e31e24;
}

 .sket_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.sket_figure  {
    
    box-shadow: 0px 0px 14px -2px rgb(0 0 0 / 75%);
}
.fass,.sadow {
 box-shadow: 0px 0px 14px -2px rgb(0 0 0 / 75%);   
}
.auto-img{
    margin-top:55px;
}

.curriculam .main_content .title {
    margin-bottom: 1.5rem;
}
.about_courses .sec_list li {
    width: 28%;
}

.cadd_section1,.graphic_content{
    text-align:center;
    padding: 0px 69px;
}
.cadd_row{
    margin-top:45px;
}
.graph_row{
margin-top:88px;    
}
.vfx_content2{
    width:100%;
    text-align:center;
   padding: 25px 46px; 
}
.vfx_row{
    margin-top:55px;
}

.inter_img{
    margin-top: 55px;
}
.inter_img1{
margin-top: 21px;    
}
.inter-content-img2{
 margin-top: 69px;    
}
.inter-content-img1{
  text-align: center;
    margin-top: 34px;  
}
.footer-links{
margin-top:20px;    
}
.footer-links li a{
    font-size:22px;
     color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
     padding: 1px;
}
.footer-links li a i{
    font-size:22px;
     color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 1px;
}
.footer-links li a i:hover {
    color: #ed3438;
    font-weight: 600;
}
.footer-links li a:hover {
    color: #ed3438;
    font-weight: 600;
}
footer .copyright {
    margin-top: 2.2rem;
}
#about-img-da{
    padding:108px 0px;
}
#about-img-da1  .element1 {
    left: 39.2%;
    z-index: -1;
    top: 26rem;
}
#about-img-da1  .element3 {
    bottom: -54px;
    right: 0;
}
.leadership .element1 {
    right: 4rem;
    top: -6rem;
    z-index: -1;
}
.img-director{
    width:520px;
    height:auto;
}
#sect13-img1{
    width:390px;
    height:auto;
}
#sect13-img2{
    width: 265px;
    height: auto;
}
#sect13-img3{
     width:174px;
    height:auto;
}
#sect12-img1{
    width:390px;
    height:auto;
}
#sect12-img2{
    width: 265px;
    height: auto;
}
#sect12-img3{
     width:174px;
    height:auto;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.research_and_work .image_container img{
  border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

section.top-placement h2 {
    color: #fff;
    margin-bottom: 40px;
}
section.top-placement .sec_title::after{
background-color: #fff;
}
.our-prog h2.sec_title.text-center {
    margin-top: 30px;
}
.left-blk-content-heading h2 {
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: -1px;
    text-align: left;
    padding: 0 10px;
    width: 70%;
    line-height: 5rem;
    background: #00000094;
}
.left-red-content-heading {
    background: #ed34388c;
    width: 90%;
    padding: 20px;
    /*margin-top: 30px;*/
}
.image_container.landing img{
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.left-red-content-heading h3 {
  color: #fff;
  font-size: 3.3rem;
}
.left-red-content-heading h2 {
    text-align: left;
    /*padding: 0 10px;*/
}
.banner-content-right .form-control{
  color: #9b9b9b;
}
/*.banner-content-right .form-group {
    margin-top: 20px;
    margin-bottom: 20px;
}*/
/*.banner-content-right input:focus {
  background-color: transparent;
  color: #9b9b9b;
}*/
/*.banner-content-right select:focus {
  background-color: transparent;
  color: #9b9b9b;
}*/
.banner-content-right h4{
  padding: 30px 0;
}
.banner-content-right {
    background: #ffffffc7;
    padding: 30px;
    width: 70%;
    display: block;
    margin: 60px auto;
    float: right;
}
.banner-content-right label {
    display: inline-block;
    float: left;
    color: #ff0505;
}
.banner-content-left {
    position: relative;
    padding: 150px 0 100px 0;
}
.banner-content-right .form-control {
    color: #9b9b9b;
    background: #fff;
    margin: 10px 0;
    padding: 10px;
}

.banner-content-right ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9b9b9b;
  
}

.banner-content-right :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9b9b9b;
}

.banner-content-right ::-ms-input-placeholder { /* Microsoft Edge */
  color: #9b9b9b;
}
.second-left {
    display: flex;
}
.second-content-box h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.second-content-box p {
    font-size: 15px;
    text-align: center;
    color: #fff;
}
.second-content-box {
    cursor: pointer;
    margin: 20px;
    padding: 20px;
    border: 1px solid #fff;
    min-height: 155px;
}
.right-bg-theme{
  background: #ed3438;
}
.second-icon-box img {
    width: 50%;
    display: block;
    /*margin: 0 auto;*/
    float: right;
}
.first-left-box .second-left {
    display: flex;
    background: #e9ecef;
    padding: 30px 120px;
}
.second-icon-box h2 {
    color: #ed3438;
    font-weight: 700;
}
.second-icon-box p {
    color: #ed3438;
}
.row.secon-left-box img {
    width: 60%;
    float: right;
}
.row.secon-left-box {
    background: rgb(0 0 0 / 80%);
    padding: 30px 120px;
}

.landing_ele:before{
    background: url(https://dadelhi.com/website/assets/images/landing/purple.svg);
    content: '';
    position: absolute;
    right: 0;
    z-index: 1;
    width: 42px;
    top: 20px;
    background-repeat: no-repeat;
    height: 42px;
    bottom: 0;
}
/* Equal Heights for OwlCarousel 2 */

  .owl-stage {
    display: flex;
  }
  .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
  .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
  }
    .caption {
      display: flex;
      flex: 1 0 auto;
      flex-direction: column;
    }
      .flex-text {
        flex-grow: 1;
}
article.thumbnail.item img {
    border-radius: 10px;
    width: 100%;
}
article.thumbnail.item h4 {
    font-size: 28px;
}
article.thumbnail.item .caption {
    padding: 20px 10px;
}
.caption p{
  margin: 20px 0;
  text-align: justify;
}
.prog-slider-sec {
    margin-top: 80px;
}
section.our-prog {
    padding-bottom: 10rem;
    background: #f8f9fa;
}
footer {
  background: #f8f9fa;
  padding: 20px 0 0 0;
}
section.best_training.landing-pagebest .main_content.text-center p {
    text-align: justify;
}
.our-prog .owl-dot{
  border: 1px solid #ed3438 !important;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}
.our-prog .owl-dot.active{
    border: 1px solid #ed3438;
    background: #ed3438;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}
.our-prog .owl-dots{
    width: 10%;
    margin: 0 auto;
  }
  .landing-pagebest .sec_title {
    font-size: 5rem;
    letter-spacing: -1px;
    font-weight: 700;
    position: relative;
    line-height: 8rem;
    color: #fff;
    padding-bottom: 1.5rem;
}
.landing-pagebest p {
    color: #fff !important;
  
}
  section.best_training.landing-pagebest .container-fluid{
    background: #ed3438;
    padding: 50px 20px;
}
.best_training.landing-pagebest .btn_default::before{
  background: #fff;
  color: #ed3438 !important;
}
.best_training.landing-pagebest .btn_default{
  color: red;
}
.best_training.landing-pagebest .btn_default:hover{
  color: #fff;
  border: 1px solid #fff;
}
/*.landing-pagebest .btn_default:hover {
    color: #fff;
}*/

section.best_training.landing-pagebest .element2 {
    bottom: -10%;
    left: -50px;
}
section.best_training.landing-pagebest .element3 {
    left: -50px;
    margin-top: -2rem;
}
img.ele.element8 {
    right: -50px;
    bottom: 40px;
}
section.why_choose_us.landing {
    padding-top: 10rem;
}
section.why_choose_us.landing h4{
    font-weight: 700;
    font-size: 30px;
}
section.why_choose_us.landing p{
    font-size: 22px;
}
.why_choose_us.landing .icon img {
    width: 30%;
}
section.top-placement {
    position: relative;
    padding-top: 10rem;
}



.placement-image .content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}
.content-detail {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 100%;
    bottom: 0;
  -webkit-transition: all 0.9s ease-in-out 0s;
  -moz-transition: all 0.9s ease-in-out 0s;
  transition: all 0.9s ease-in-out 0s;
}
.placement-image .content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.placement-image .content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}

.placement-image .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.placement-image .content:hover .content-detail{
  opacity: 0;
}
.content-details h3{
  color: #fff;
  font-weight: 500;
  /*letter-spacing: 0.15em;*/
  margin-bottom: 0.5em;
  font-size: 20px;
  text-transform: uppercase;
}
.content-detail h3{
  color: #fff;
  text-align: center;
  font-weight: 500;
  /*letter-spacing: 0.15em;*/
  margin-bottom: 0.5em;
  font-size: 20px;
  text-transform: uppercase;
}
.content-detail p{
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}
.content-details p{
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 0;
}

.fadeIn-bottom{
  top: 80%;
}
.placement-box .col-md-3.col-sm-6 {
    float: left;
}
.placement-image .content img {
    border-radius: 10px;
}
section.top-placement .container-fluid {
  background: #ed3438;;
    padding: 50px 20px;
}
section.top-placement h2 {
    color: #fff;
}
.placement-box {
    padding: 40px 150px;
}
img.ele.element81 {
    top: 30px;
    left: -50px;
    z-index: -1;
}
img.ele.element31 {
    bottom: -5%;
    left: -50px;
}
img.ele.element82 {
    right: -50px;
    top: 50px;
}
.top-placement img.ele.element1 {
    bottom: -15%;
    left: 170px;
}
.banner-content-right.footer_form{
  width: 80%;
  box-shadow: 0px 12px 35px rgb(0 0 0 / 10%);
  margin-top: 20px;
}

.banner-content-right .btn_default {
    display: inline-block;
    min-width: 20.6rem;
    line-height: 4.8rem;
  }

section.best_training.landing-pagebest .btn_default {
    display: inline-block;
    min-width: 20.6rem;
    line-height: 4.8rem;
  }

  .prog-slider-sec .btn_default {
    display: inline-block;
    min-width: 20.6rem;
    line-height: 4.8rem;
  }
  .prog-slider-sec button.owl-dot {
    margin-right: 20px;
}
section.best_training.landing-pagebest .main_content {
    margin-top: 2rem;
    padding: 0 120px;
}
.second-section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
/*.inner_banner.bg-banner{
  background: url('../images/ug-id-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;

}*/
.banner_caption.inner-content {
   position: absolute;
   z-index: 1;
    top: 0;
    width: 100%;
}
.banner-content-left h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
li.list-inline-item .btn_default {
    line-height: 5rem;
}
.banner-content-right.footer_form {
    padding: 30px;
}
.banner-content-right.footer_form h4 {
    padding: 0;
}
.the_institute.sec_padding .btn_default{
  line-height: 5rem;
}
.best_training.landing-pagebest .sec_title::after{
  background-color: #fff;
}
.my-carousel{
  width:100%;
  margin: 0 auto;
  position: relative;
}
.my-carousel-item img{
  width: 100%;
}
.my-carousel .owl-nav{
  position: absolute;
  top: 45%;
  width:95%;
  margin: 0 auto;
  left:0;
  right:0;
  display: flex;
  justify-content: space-between;
}
.my-carousel .nav-main-slider-btn{
  color: #fff !important;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 30px !important;
  border: none;
  outline: none;
  
}
.my-carousel .owl-dots{
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.my-carousel .owl-dot{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff !important;
  margin: 10px;
  outline: none;
}
.my-carousel-item {
    width: 100%;
    border-radius: 0;
}
.my-carousel .my-carousel-item img{
  border-radius: 0 !important;
}


/*Responsive*/

@media(min-width: 1399px){
    .sket_figure{
        height: 430px;
    }
}


/*placement*/
.pl-mt-4{
    margin-top:35px;
}
.placement-record {
    display: flex;
    justify-content: center;
}

p.placement-record-text {
    font-size: 28px;
    font-weight: 700;
}

.placement-record-count h3 {
    font-size: 96px;
    font-weight: 700;
    color: #ffc300;
}


.home a {
    text-decoration: none;
    color: #ed3438;
    font-weight: 600;
}

.title.listing-title {
    font-size: 40px;
    line-height: normal;
}
.blog-container-wrap h2{
    font-size: 30px;
    line-height: normal;    
    
    
}
.blog-detail-wrap h2{
        font-size: 34px;
    
}

.blog-detail-wrap h3{
        font-size: 28px;
    
}
@media screen and (max-width: 576px) {
    
  .blog-container-wrap h2 {
    font-size: 22px;
    line-height: normal;
}  
 .blog-detail-wrap h2{
        font-size: 22px;
    
}
   .blog-detail-wrap h3{
        font-size: 21px;
    
}
}