/*  ---- By WM ---- */
/*---------------------------------- Common Css  ----------------------------------*/
*::before, *::after, .btn, .animate, a, .owl-theme .owl-dots .owl-dot span, .form-control{
  transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -ms-transition:all 0.3s ease-in-out 0s;
  -o-transition:all 0.3s ease-in-out 0s;
  -webkit-transition:all 0.3s ease-in-out 0s;       
} 
html, body {
    font-size: 14px;
    margin: 0 !important;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: #1d2e3e;

}
a, a:focus, a:hover{     
  text-decoration:none !important;
  outline:none !important;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
  font-family: 'Oswald', sans-serif;
}  
p, ul, li{
  margin:0;
  padding:0;
} 
ul, li{
  list-style-type:none;
}
.relative{
  position:relative;
}  
.back-img{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.img-fix {
    background-attachment: fixed;
    background-position: initial;
}
.btn-black {
    background: #000 !important;
}
.btn-blck:hover{
  color: #fff;
  background-color: #ed3424;
}
.owl-middle-nav .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0;
    left: 0;
    transform: translatey(-50%);-webkit-transform: translatey(-50%);-ms-transform: translatey(-50%);
}
.owl-middle-nav .owl-nav .owl-prev {
    float: left;
    margin-left: -65px;
}
.owl-middle-nav .owl-nav .owl-next {
    float: right;
    margin-right: -65px;
}
.owl-middle-nav .owl-theme .owl-nav [class*=owl-], .owl-middle-nav .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #000;
    font-size: 45px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 0;
}
.owl-bg-blck.owl-middle-nav .owl-theme .owl-nav [class*=owl-], 
.owl-bg-blck.owl-middle-nav .owl-theme .owl-nav [class*=owl-]:hover{
    background: #2e2d2b;
    color: #fff;
}
.owl-middle-nav .owl-theme .owl-nav [class*=owl-] i {
    opacity: 0.8;
}
.marg-owl-nav .owl-dots {
    margin: -25px 0 0 !important;
    z-index: 99;
    position: relative;
}
.marg-owl-nav .owl-dots .owl-dot span, .marg-owl-nav .owl-dots .owl-dot.active span {
    opacity: 1;
    background: #fff;
}
/*.marg-owl-nav .owl-dots .owl-dot.active span {
    background: #000;
}*/
.flex-model {
    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;
            flex-flow: row wrap;
}
.flex-stretch{
    justify-content: stretch;
    align-items: stretch;
}
.btn-red, .btn-red:hover {
    display: inline-block;
    background: #e52e25;
    padding: 15px 40px;
    font-weight: 600;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
}
.comm-head {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
    color: #000;
}
.comm-head:before {
    position: absolute;
    content: "";
    width: 50%;
    left: -52%;
    top: 50%;
    height: 6px;
    background: #e52e25;
    margin: -3px 0 0;
}
.wt-100 {
    width: 100%;
}
.nm {
    margin: 0;
}
.np {
    padding: 0;
}
.school-head {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 10px;
}

.dice-young-mind .bg-grad-orange{
background: #f9ca22 !important; /* Old browsers */
background: -moz-linear-gradient(left, #f9ca22 0%, #f83700 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f9ca22 0%,#f83700 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f9ca22 0%,#f83700 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ca22', endColorstr='#f83700',GradientType=1 ); /* IE6-9 */
}
.bg-grad-orange{
background: #f9ca22 !important; /* Old browsers */
background: -moz-linear-gradient(left, #f9ca22 0%, #f83700 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f9ca22 0%,#f83700 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f9ca22 0%,#f83700 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ca22', endColorstr='#f83700',GradientType=1 ); /* IE6-9 */
}
.bg-grad-blue{
background: #22dbfd; /* Old browsers */
background: -moz-linear-gradient(left, #22dbfd 0%, #5766ba 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, #22dbfd 0%,#5766ba 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #22dbfd 0%,#5766ba 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22dbfd', endColorstr='#5766ba',GradientType=1 ); /* IE6-9 */
}
.bg-grad-pink{
background: rgba(203, 76, 173, 0.9) !important; /* Old browsers */
background: -moz-linear-gradient(left,  rgba(203, 76, 173, 0.9) 0%, rgba(159, 69, 201, 0.9) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(203, 76, 173, 0.9) 0%,rgba(159, 69, 201, 0.9) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(203, 76, 173, 0.9) 0%,rgba(159, 69, 201, 0.9) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(203, 76, 173, 0.9)', endColorstr='rgba(159, 69, 201, 0.9)',GradientType=1 ); /* IE6-9 */
}
.color-white{
    color: #fff;
}
.bg-pink{
    background: #dd1667 !important;
}
.bg-blue{
    background: #1f386e !important;
}
.bg-light-pink{
    background: #f4b9bf !important;
}
.bg-light-blue{
    background: #bedcd2 !important;
}
.color-pink{
    color: #dd1667 !important;
}
.cust-select:before {
    position: absolute;
    content: "\f107";
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e52e25;
    line-height: 54px;
    color: #fff;
    font-family: 'FontAwesome';
    text-align: center;
    -webkit-appearance: none;
    pointer-events: none;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
}
.cust-inp .form-control {
    height: 54px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: none;
    border: none;
    outline: none;
}
section {
    padding: 40px 0;
}
.inner-page, section.home_page, .home_page section {
    padding: 0;
}
.inner-page h1, .inner-page h2, .inner-page h3, .inner-page h4, .inner-page h5, .inner-page h6{
  font-family: 'Montserrat', sans-serif;
} 
/**************** header ****************/
header {
    background: rgba(255, 255, 255, 1);  
}
.sticky-header.open-menu .menu-bar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}
.logo {
    margin: 0 0 0 40px;
}

.logo a {
    display: block;
    height: 70px;
    line-height: 70px;
}

.logo img, .foot-logo img {
    width: 200px;
    height: 60px;
    object-fit: contain;
}
.foot-logo img {
    width: auto;
}
.menu-bar {
    /*    margin: 0 0 0 10px;*/
    position: relative;
    height: 70px;
    width: 65px;
    cursor: pointer;
    background: #e52e25;
    z-index: 99;
}

.menu-bar span {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    z-index: 999;
    background: #fff;
    top: 50%;
    border-radius: 10px;
    margin: 0 auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.menu-bar span:before,
.menu-bar span:after {
    content: "";
    width: 22px;
    height: 3px;
    background: #fff;
    left: 4px;
    top: -8px;
    z-index: 999;
    display: block;
    position: absolute;
    border-radius: 10px;
}

.menu-bar span:after {
    top: 8px;
}

.open-menu .menu-bar span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0px;
}

.open-menu .menu-bar span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
}

.open-menu .menu-bar span {
    background: transparent;
}
.menu li {
    position: relative
}
.menu li a {
    display: block;
    padding: 0 0;
    color: #5a5a5d;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding: 0 12.5px;
}
.menu li > a:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: -3px;
    height: 3px;
    background: #e52e25;
    width: 100%;
}

.menu li >a:hover:before {
    top: 0;
}

.menu li a:hover {
    color: #ed3424;
}
.hover-menu {
    border: 1px solid #e3e3e3;
    position: absolute;
    background: rgba(255,255,255,.9);
    left: 0;
    top: 100%;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.hover-menu li a {
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px!important;
    border-bottom: 1px solid #e3e3e3
}
.hover-menu li a:before {
    opacity: 0;
}
.hover-menu li:last-child a {
    border-bottom: none
}

.menu li:hover .hover-menu {
    opacity: 1;
    visibility: visible
}

.mob-menu {
    display: none;
}

.menu-box {
    position: fixed;
    width: 440px;
    background-color: rgba(0, 0, 0, 0.85);
    top: -100%;
    right: 0px;
    height: 100%;
    text-align: left;
    z-index: 9;
    flex-direction: column;
     align-items: flex-end; 
    padding: 80px 30px;
}
ul.desk-menu {
    display: none;
}
.open-menu .menu-box {
    top: 0;
}

.menu-box li a {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu-box li a:hover,
.mail a:hover,
.social-links a:hover {
    opacity: 1;
}

.serach-bar {
    width: 340px;
    margin: 20px 45px 0 0;
}

.serach-bar .form-control {
    width: 100%;
    height: 30px;
    border-radius: 50px;
    box-shadow: none;
    font-size: 12px;
}

.serach-bar .btn,
.serach-bar .btn:focus,
.serach-bar .btn:hover {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    height: 100%;
    background: #e52e25;
    color: #fff;
    border: none;
    font-size: 12px;
    outline: none;
}
/**************** Footer Section ****************/
footer {
    background: #232323;
    padding: 0 0 0;
}
.foot-logo {
    margin: 60px 0 0;
}
.footer-menu {
    margin: 20px 0;
}
.footer-menu li {
    margin: 0 0 10px;
}
.footer-menu a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    word-wrap: break-word;
}
.cont-form {
    background: #ffffff;
    padding: 10px;
}
.cont-form h2 {
    margin: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.cont-ip .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    background: #232323;
 /*   margin: 0 0 15px;*/
    height: 35px;
}
.cont-ip {
    margin: 0 0 15px;
}
.cont-form label {
    color: #000;
    font-weight: 400;
}
.subm-btn .btn {
    color: #fff;
    background: #000;
    font-size: 12px;
    padding: 0;
    width: 100%;
    height: 35px;
    letter-spacing: 2px;
}
.subm-btn .btn i {
    margin-left: 10px;
}
.foot-2 {
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 10px;
}
.footer-menu.cont-no a {
    text-transform: lowercase;
}
/**************** banner Section ****************/
.bnr-img {
    /*height: calc(100vh - 70px);*/
    padding: 140px 0 100px;
}
.bnr-caption {
    /* margin: 60px 0; */
    padding: 0 0 0 15px;
}
.bnr-caption li {
    font-size: 99px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    /* line-height: 110px; */
    margin: -55px 0 0;
}
.app-btn .btn-red {
    font-weight: 900;
    font-size: 35px;
}
.school-body a {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
}
.wt-100 {
    width: 100%;
}
.nm {
    margin: 0;
}
.np {
    padding: 0;
}
.school-head {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 10px;
    min-height: 140px;
}
.exp-section {
    padding: 40px 0;
}
.cust-inp .btn.btn-red {
    width: 100%;
    border-radius: 0;
    padding: 10px 0;
    height: 55px;
}
.trending-head {
    width: 70%;
}
.trending-btn {
    /*width: 30%;
    background: #e52e25;*/
    overflow: hidden;
}
.trending-btn a {
    width: 100%;
}
.trending-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(188, 31, 154, 0.8);
}
.trending-head {
    /*padding: 10px 50px;*/
    padding: 10px 20px;
    color: #fff;
}
.trending-head p {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    line-height: initial;
    margin: 0 0 10px;
}
.trending-head span {
    font-size: 12px;
    margin: -4px 0 0;
    display: block;
}
.exp-data p {
    background: #e52e25;
    padding: 5px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.exp-data span {
    font-size: 13px;
    padding: 5px;
    display: inline-block;
    text-transform: capitalize;
}
.trending-section .row {
    margin: -10px -5px 0;
}
.trending-section .row > div {
    padding: 10px 5px 0;
}
.events-section .row > div {
    padding: 0 5px;
}
.events-section .row {
    margin: 0 -5px;
}
.event-img-first .event-img {
    height: 500px;
}
.event-img img {
    height: 100%;
    object-fit: cover;
    padding: 0 0 10px;
}
.event-img-middle .event-img, .event-img-last .event-img {
    height: 250px;
}
.search-form .cust-inp .form-control {

}

/******************* Course List Page ************************/
.inner-bnr-img {
    align-items: flex-end;
    /*padding: 300px 0 0;*/
        height: calc(100vh - 70px);
}
.banr-caption {
    background: rgba(0, 0, 0, 0.88);
    padding: 40px 20px;
    color: #fff;
}
.banr-caption li {
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 52px;
    font-weight: 800;
    vertical-align: middle;
}
.banr-caption li:first-child {
    border-style: solid;
    border-color: #fff;
    border-width: 5px 0;
    padding: 5px 20px;
    margin-right: 20px;
}

.banr-caption li:nth-child(2) {
    line-height: 58px;
}
.banr-caption h4 {
    color: #f22c50;
    font-size: 23px;
    margin: 20px 0;
    font-weight: 800;
}
.banr-caption h3 {
    font-size: 58px;
    font-weight: 900;
}
.banr-caption a{
    margin: 20px 0;
}
.banr-caption h5 {
    color: #efe231;
    font-size: 24px;
    font-weight: 800;
}
.balck-patch {
    background: #2e2d2b;
    padding: 20px 0;
    color: #fff;
}
.balck-patch p {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}
.fas-edu-text p {
    font-size: 13px;
    color: #191717;
    margin: 0 0 20px;
    font-weight: 500;
}
.fas-edu-text ul {
    margin: 0 0 20px;
}
.fas-edu-text li {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 0 30px;
    position: relative;
}
.fas-edu-text li:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #e52e25;
    left: 0;
    top: 50%;
    margin: -1px 0 0;
}
.fas-edu-img h4 {
    color: #000;
    font-size: 19.8px;
    text-transform: uppercase;
    font-weight: 900;
}
.course-list-data, .work-list-data {
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.course-list-data h3 {
    background: #000;
    color: #fff;
    padding: 10px 5px;
    font-size: 20px;
    font-weight: 800;
}
.work-list-data h3 {
    background: #efecdb;
    color: #fff;
    font-size: 17px;
    padding: 10px 5px;
    font-weight: 900;
}
.work-list-data p {
    font-size: 15px;
    margin: 2px 0 0;
    font-weight: 500;
}
.fas-des-para {
    padding: 20px 40px;
}
.fas-btn {
    margin: 20px 0 0;
}
.fas-des-img, .fas-des-img img {
    height: 100%;
    object-fit: cover;
}
.key-info-box {
    padding: 40px 60px;
    background: rgba(255, 255, 255, 0.9);
}
.key-info-right:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: black;
    left: -85px;
    top: 0;
}
.key-info-right h3 {
    font-size: 53px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 20px;
    color: #000;
}
.key-inp .form-control {
    background: #7e7e7e;
}
.key-info-left li {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #000;
}
.key-info-left li span {
    margin: 0 4px 0 0;
}
.key-info-left li b {
    font-weight: 900;
}
.key-info-left {
    margin: 40px 0;
}
.stud-plan-head h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #000;
    text-transform: uppercase;
}
.stud-plan-body p {
    margin: 0 0 10px;
}
ul.list-50 {
    width: 600px;
    /*margin: 10px 0 0;*/
}
ul.list-50 li {
    float: left;
    width: 50%;
    
}
.stud-plan-body li{
    margin: 0 0 5px; 
    position: relative;
    padding: 0 10px;   
}
.stud-plan-body li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #080808;
    left: 0;
    top: 6px;
    opacity:0.5;
}
.stud-plan-body * {
    color: #080808;
    font-size: 13px;
}
.stud-plan-section .row {
    margin-bottom: 30px;
}
.stud-plan-section .row:last-child {
    margin-bottom: 0;
}
.bg-white {
    background: #fff;
    color: #2e2d2b;
}
.faculty-filter {
    width: 340px;
    position: absolute;
    right: 50px;
    bottom: 0;
}
.faculty-filter .panel {
    border: none;
    background: transparent;
    border-radius: 6px 0px 0px 0px;
}
.panel-collapse {
    background: rgba(255, 255, 255, 0.9);
    margin: -4px 0 0;
}
.filter-heading a {
    display: block;
    padding: 10px 20px;
    background: #e52e25;
    color: #fff;
    position: relative;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    height: 50px;
}
.filter-heading a:before {
    position: absolute;
    content: "\f106";
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 50px;
    color: #e52e25;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    border-radius: 0px 5px 5px 0px;
}
.filter-heading a.collapsed:before {
    content: "\f107";
}
.faculty-filter .panel-body li a {
    position: relative;
    display: inline-block;
    padding: 0 0 10px 25px;
    color: #000;
}
.faculty-filter .panel-body li a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background: #e52e25;
    left: 0;
    top: 10px;
}
.faculty_page .banner img {
    /*height: calc(100vh - 70px);
    object-fit: cover;*/
}
.fact-name {
    padding: 10px;
    color: #fff;
}
.fact-name li{
    padding: 5px 10px;
    vertical-align: top;
    font-weight: 700;
}
.fact-name li h4 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
.fact-name li.fact-patc {
    background: #fff;
    color: #000;
    display:none;
}
.hover-data {
    padding: 20px 15px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.fact-data:hover .hover-data {
    opacity: 1;
    visibility: visible;
}
section.faculty-section {
    padding: 0;
}
.fac-list .row {
    margin: 0 -5px;
}
.fac-list .row > div {
    padding: 0 5px 10px;
}
.bnr-cap {
    position: absolute;
    bottom: 90px;
    left: 20px;
}
.bnr-cap h4 {
    font-size: 112px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    line-height: 90px;
}
.faculty_page .banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
}
.faculty-filter .panel-body li.active a, .faculty-filter .panel-body li a:hover {
    color: #e52e25;
}
.hover-data p {
    font-weight: 300;
}
section.vido-section {
    padding-top: 0;
}
.course-list-data h3 {
    min-height: 65px;
    width: 100%;
}
.about-ym p:first-child {
    font-weight: 800;
}
.fas-edu-text.about-ym a.btn-red {
    font-weight: 900;
    font-size: 18px;
}
section.expl-section {
    padding: 30px 0;
}
.school-of-fashion-lifestyle-and-luxury .course-list-data h3,
.school-of-fashion-lifestyle-and-luxury .work-list-data h3 {
    background: #9ba6c6;
}
.school-of-digi-tech .course-list-data h3,
.school-of-digi-tech .work-list-data h3 {
    background: #f9cf5c;
    color: #443305;
}
.school-of-media-and-creative-arts .course-list-data h3,
.school-of-media-and-creative-arts .work-list-data h3 {
    background: #0eb59d; 
}
.young-minds .course-list-data h3,
.young-minds .work-list-data h3 {
    background: #df1768;
}
.text-800 {
    font-weight: 800;
}
.work-list-section, .work-black-patch, .vido-section {
    display: none;
}
.school-of-fashion-lifestyle-and-luxury .work-black-patch,
.school-of-fashion-lifestyle-and-luxury .work-list-section,
.school-of-fashion-lifestyle-and-luxury .vido-section{
    /*display: block;*/
}
.addmi_form ul:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: black;
    top: 50%;
    transform: translatey(-50%);
    z-index: -1;
    background: #c3c3c3;
}
/*.addmi_form li {
    float: left;
    width: 25%;
}*/
.addmi_form li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #c3c3c3;
    border-radius: 50%;
    margin: 0 auto;
}
.addmi_form li.active a {
    background: #4054a0;
}
.add-form-box {
    margin: 80px 0;
}
.add-form-inp .form-control {
    height: 45px;
    position: relative;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    background: #f1f1f1;
    border-radius: 8px;
}
.add-form-box h1 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 900;
}
.cust-file .form-control {
    width: 130px;
    height: 55px;
    opacity: 0;
    position: relative;
    z-index: 99;
}
.upl-icon {
    position: absolute;
    top: 0;
    background: #4054a0;
    height: 55px;
    width: 130px;
    text-align: center;
    line-height: 55px;
    font-size: 15px;
    border-radius: 10px;
    color: #fff;
}
.upl-icon i {
    margin-right: 10px;
}
.upl-text {
    margin: 15px 0 0;
}
.add-form-box .form-group {
    margin: 0 0 30px;
}
.add-form-inp .btn {
    background: #4054a0;
    border-radius: 8px;
    padding: 10px 75px;
    height: 45px;
    color: #fff;
    outline: none !important;
    border: none !important;
    width: 100%;
}
.admissions-form-wrap {
    padding: 0px;
}
.cust-radio ul:before {
    opacity: 0;
}
.add-form-inp h3 {
    font-size: 14px;
    margin: 0 0 10px;
    color: #555;
}
.cust-radio span {
    color: #555;
    font-weight: 500;
}
.dec-data p {
    margin: 0 0 10px;
    color: #555;
}
.cust-radio input {
    margin: 0px 5px 0 0;
    transform: translatey(2px);
}
.cust-select:before {
    position: absolute;
    content: "\f0d7";
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    font-family: 'FontAwesome';
    text-align: center;
    -webkit-appearance: none;
    pointer-events: none;
    z-index: 1;
    border-radius: 0px 8px 8px 0px;
    background: #e4e4e4;
    color: #000;
    line-height: 45px;
}
.banner-detail-left {
    height: 230px;
    color: #fff;
    padding: 60px 0 0 10%;
}

.banner-detail-left h2 {
    font-weight: 700;
    margin-bottom: .7vw;
    font-size: 36px;
    text-transform: capitalize;
}

.banner-detail-left h4 {
    margin-top: 1vw;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-detail-img img {
    height: 230px;
    object-fit: cover;
}
.page.course_detail_page {
    padding: 0;
}
.tred-mobile {
    display: none !important;
}
.cust-from .form-control {
    border-radius: 5px;
    box-shadow: none;
}
.cust-from .btn {
    background: #e52e25;
    width: 100%;
    color: #fff;
    border: none;
}
.btn.focus, .btn:focus, .btn:hover {
    border: none;
}
section.coming-page {
    height: 100vh;
    /* align-items: center; */
}
.coming-box {
    z-index: 1;
    position: relative;
    color: #fff;
}
.coming-box h2 {
    font-size: 90px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 130px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.coming-box p {
    margin: -15px 0 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.comg-inp .form-control {
    width: 500px;
    /*background: #1c2834;*/
    border: none;
    box-shadow: none;
    height: 35px;
    color: #000;
    /*text-transform: uppercase;*/
}
.comg-inp .btn {
    background: #e22d26;
    color: #fff;
    border: none;
    height: 35px;
    text-transform: uppercase;
    border-radius: 0;
}
.comg-inp li {
    vertical-align: top;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
}
.comg-inp li * {
    display: inline-block;
}
.comg-inp .btn {
    /* margin: -4px 0 0; */
}
.thanks-page:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top:0;
     /*z-index: -1; */
}
.coming-box h2:before, .coming-box h2:after {
    position: absolute;
    content: "";
    width: 20%;
    height: 1px;
    background: #e22d26;
    top: 50%;
    left: 0;
    z-index: -1;
}
.coming-box h2:before {
    left: auto;
    right: 0;
}
p.stay_email {
    text-transform: initial;
    font-weight: 400;
}
.what-btn {
    position: fixed;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #25d366;
    left: 10px;
    bottom: 15px;
    text-align: center;
    z-index: 99;
    border-radius: 50%;
}

.what-btn a {
    display: block;
    color: #fff;
    font-size: 55px;
}
/*.thanks-page .what-btn{
    display: none !important;
}*/
section.page {
    padding: 0 0 0;
}
.contact-page .comm-head:before {
    opacity: 0;
}
.map-box iframe {
    width: 100%;
}
.cont-email {
    margin: 0 0 20px;
}
.contact-page .bnr-cap {
    bottom: 0;
}
.contact-page .bnr-cap h4 {
    font-size: 85px;
}
.contact-page .comm-head {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 900;
}
.cont-data.cont-add p {
    margin: 15px 0 0;
}
.cont-data p, .cont-data a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.map .comm-head {
    margin: 0 0 10px;
}
.basics-of-graphic-design .row.row_study_plan {
    display: none;
}
body.modal-open { padding: 0 !important; }
.power-by a {
    color: #fff !important;
}
.modal-title {
    color: #000;
}
/***********14-08-20  **********/
li.pointer-head {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0;
}
.pointer-box li:before {
    opacity: 0;
}
li.pointer-sub-head {
    font-weight: 600;
}
li.pointer-sub-head:before {
    opacity: 1;
}
.stud-plan-body .col-sm-6 {
    margin: 0 0 10px;
}