/*.header_area {
background: linear-gradient(to right,#01006a, #d6424a);
}*/
.logo-area{
    position: relative;
    padding: 29px 0px;
}
.header_top .left li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.hamburger_menu {
display: none;
}
.bnnr-strip {
    position: absolute;
    height: auto;
    background: rgba(0,0,0,.5);
    padding: 12px 30px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
}
.bnnr-strip ul li a {
    color: #ffff;
}
.bnnr-strip .ancmt-title {
    position: absolute;
    height: auto;
    background: url(../img/announcements.png);
    background-size: cover;
    background-position: center;
    width: 250px;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 9;
    font-weight: 700;
}
.bnnr-strip marquee {
    float: left;
}
.bnnr-strip ul {
    width: 100%;
    margin: 0 auto;
}
.bnnr-strip ul li {
    margin-right: 35px;
    list-style-type: disc;
    color: #fff;
    float: none;
    display: inline;
}
video{
width: 100%;
}
.mobile_logo{
        display: none;
    }
.announce a {
color: #000;
}
.sec_title h4 {
    text-align: center;
    padding: 6px;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}
.logo {
float: left;
}
.logo-text {
float: left;
width: 65%;
position: relative;
top: 15px;
left: 3px;
display: none;
}
.logo-text a {
color: #d4424b;
font-weight: 600;
font-size: 16px;
margin-top: 4px;
}
.logo-text span {
color: #01006a;
font-weight: 500;
}
.calendars i {
color: #ff0000;
}
.client_area {
    padding: 35px 0px;
    /*background-color: #f7f7f7;*/
}
.c_thumb {
overflow: hidden;
}
.c_thumb img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.c_thumb:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
/* Start Gallery CSS */
.thumb {
margin-bottom: 15px;
}
.thumb:last-child {
margin-bottom: 0;
}
.tm_thumb img {
border-radius: 50%;
}
.tm_textp p {
position: relative;
padding: 0px 37px;
}
.tmtextest::before {
background: url(../img/before-icon.png) no-repeat;
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 30px;
height: 30px;
background-size: contain;
opacity: 0.5;
}
.tmtextest::after {
background: url(../img/after-icon.png) no-repeat;
content: "";
position: absolute;
right: 24%;
width: 30px;
height: 30px;
background-size: contain;
opacity: 0.5;
}
.gallery_sec.pt-40.pb-40 {
background: linear-gradient(to right, rgb(16 5 104), rgb(181 56 79));
}
.galler_im {
overflow: hidden;
}
.galler_im:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.logo_heading {
    top: 0;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
    z-index: 15;
    height: 150px;
    top: -6px;
    width: 200px;
}
@keyframes blink{
to{
visibility: hidden;
}
}
.home-sec3{
background-image:url(../img/hero/nimu.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
}
.service-box{
position: relative;
overflow: hidden;
margin-bottom:10px;
perspective:1000px;
-webkit-perspective:1000px;
}
.service-icon{
width: 100%;
height: 220px;
padding: 20px;
text-align: center;
transition: all .5s ease;
}
.service-content{
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
width: 100%;
height: 220px;
padding: 20px;
text-align: center;
transition: all .5s ease;
background-color: rgb(13 110 253 / 58%);
backface-visibility:hidden;
transform-style: preserve-3d;
-webkit-transform: translateY(110px) rotateX(-90deg);
-moz-transform: translateY(110px) rotateX(-90deg);
-ms-transform: translateY(110px) rotateX(-90deg);
-o-transform: translateY(110px) rotateX(-90deg);
transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content{
position: relative;
top:80px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.service-box .service-icon .front-content i {
font-size: 40px;
color: #fff;
font-weight: normal;
}
.service-box .service-icon .front-content h3 {
font-size: 18px;
color: #fff;
text-align: center;
margin-bottom: 15px;
text-transform: uppercase;
font-weight: 700;
line-height: 40px;
}
.service-box .service-content h3 {
font-size: 28px;
font-weight: 800;
color: #fff;
text-transform: uppercase;
padding-top: 30%;
}
.service-box .service-content p {
font-size: 13px;
color: #b1b1b1;
margin:0;
}
.service-box:hover .service-icon{
opacity: 0;
-webkit-transform: translateY(-110px) rotateX(90deg);
-moz-transform: translateY(-110px) rotateX(90deg);
-ms-transform: translateY(-110px) rotateX(90deg);
-o-transform: translateY(-110px) rotateX(90deg);
transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
opacity: 1;
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
-o-transform: rotateX(0);
transform: rotateX(0);
}

.gec_events .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}
.gec_events .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #0d9cf3;
    margin: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: .25;
}
.gec_events .owl-dots .owl-dot.active {
    opacity: 1;
}

.gec_courses .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}
.gec_courses .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #0d9cf3;
    margin: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: .25;
}
.gec_courses .owl-dots .owl-dot.active {
    opacity: 1;
}
.intro-item {
    /*border: 1px solid #dcdbdb;*/
    text-align: center;
    padding: 50px 12px;
}
.intro-item .intro-icon i {
    font-size: 50px;
    margin-bottom: 18px;
    color: #ffffff;
}
/*.post_sec [class*="col-"]:first-child .intro-item {
    background-color: rgb(1 152 241 / 0.6);
}
.post_sec [class*="col-"]:nth-child(2) .intro-item {
    background-color: rgba(1 152 241 / 0.7);
}
.post_sec [class*="col-"]:nth-child(3) .intro-item {
    background-color: rgba(1 152 241 / 0.8);
}
.intro-icon {
    text-align: center;
    font-size: 50px;
    color: #fff;
}
.intro-content h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    font-weight: 700;
}*/
.footer-bottom_area .footer-right_area {
    text-align: right;
}
.social-link li {
    display: inline-block;
}
ul.social-link a {
    color: #fff;
    height: 35px;
    width: 35px;
    padding: 6px 10px;
    border-radius: 50%;
    margin-right: 11px;
    position: relative;
    overflow: hidden;
}
.facebook a i:hover {
transform: rotateY(360deg);
transition: .5s;
}
.twitter a i:hover {
transform: rotateY(360deg);
transition: .5s;
}
.youtube a i:hover {
transform: rotateY(360deg);
transition: .5s;
}
.linkedin a i:hover {
transform: rotateY(360deg);
transition: .5s;
}
.instagram a i:hover {
transform: rotateY(360deg);
transition: .5s;
}
.social-link li:last-child a {
    margin: 0;
}
.facebook a {
    background: #0054a6;
}
.twitter a{
    background: #38a1f3;
}
.youtube a{
    background: #c4302b;
}
.linkedin a{
    background: #2867B2;
}
.instagram a{
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}
.copyright a {
    color: #0d9cf3;
}

.intro-item .intro-content .short-desc {
   font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.intro-item .intro-content .title {
   font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.intro-item:hover {
    background: linear-gradient(to right,#f80000c7, #f242429e);
    transition: 0.8s;
}
.intro-item:hover .intro-icon i,  .intro-item:hover .title {
    color: #fff;
}
.intro-item:hover .intro-icon i,  .intro-item:hover .short-desc {
    color: #fff;
}
.footer_widget ul li {
    position: relative;
    margin-bottom: 10px;
}
.footer_widget ul li .icon i {
    font-size: 18px;
    color: #0d9cf3;
    position: absolute;
    left: 0;
    top: 5px;
}
.footer_widget ul li .cont {
    padding-left: 35px;
}
.about-event {
    -webkit-box-shadow: 0px 0px 191px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 191px 0px rgb(0 0 0 / 6%);
   padding: 0px 37px;
    background-color: rgb(255 255 255);
    max-height: 410px;
}
.about-event .event-title h3 {
    font-size: 36px;
    color: #000;
    padding-bottom: 5px;
}
.about-event ul li .single-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}
.about-event ul li .single-event span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}
.about-event ul li .single-event span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}
.about-event ul li .single-event span i {
    color: #ffc600;
    margin-right: 3px;
}
.single-event img {
    height: 30px;
    display: flex;
    float: left;
}
.single-event h5 {
    display: flex;
    float: left;
    margin: 0;
    padding: 6px 0px 0px 9px;
    font-size: 17px;
    font-weight: 600;
}

.al_signle span {
    display: flex;
}
.about_pint li:before {
    content: "\f19d";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    background: #fff;
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #0d9cf3;
    height: 50px;
}
.about_pint li {
    display: flex;
    margin-bottom: 30px;
}
.about_pint li span{
    padding-left: 10px;
    padding-top: 12px;
    font-size: 16px;
    color: #505050;
}
.want_sec li {
    margin: 10px;
}
.want_sec li a {
    color: #353535;
    font-weight: 600;
    font-size: 14px;
}
.fusion-li-item-content ul li a {
    font-weight: 400;
}
.want_sec .fusion-li-item-content {
    margin-left: 35px;
}
.want_sec .fusion-li-item-content li a{

}
.want_sec li i {
    color: #fff;
    background: #fb908f;
    padding: 10px;
    border-radius: 50%;
    height: 32px;
    margin-right: 10px;
    width: 32px;
    font-size: 12px;
}
.intro-item:hover .intro-icon i {
    transform: translate(0, -10px);
}
.intro-item .intro-icon i {
    transition: transform .3s ease-out;
}
.intro-item {
   background-color: rgb(1 152 241 / 85%);
}
.intro_itemsec {
   background: linear-gradient(to right,#01006a, #d6424a);
}
.intro_itemthard{
    background-color: rgb(1 152 241 / 65%);
}
.main_menu ul li:last-child ul.submenu{
    left: auto;
    right: 0;
}
input[type='text'], [type='email'],[type='password'], select, .wpcf7-text, .contact-textarea{
    background: none;
    border: none;
    border-radius: initial;
    border-bottom: solid 1px #0d9cf3;
    color: #737070;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: none;
    padding: 10px;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
  outline: none;
  box-shadow: none;
}
.admission h2 {
    font-size: 24px;
    text-align: center;
    color: #fe0e0b;
    font-weight: 600;
    /* border-bottom: 1px dotted #403f3f; */
}
.inter_btn {
    font-size: 14px;
    padding: 16px 30px;
    text-align: center;
    position: relative;
    color: #211c1c;
    text-transform: uppercase;
    /* background: #0073ff; */
    font-weight: 600;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
.inter_btn i {
    font-size: 15px;
    padding-left: 10px;
}
.inter_btn:hover {
    color: #fff;
}


/***Menu***/

.main-wrapper img{
    width: 100%;
    display: block;
}
.main-wrapper a{
    color: #fff;
    text-decoration: none;
}
.main-wrapper ul li{
    list-style-type: none;
}
.navbar{
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.navbar-collapse{
    overflow-y: scroll;
    display: none;
}
.navbar-nav > li:first-child a{
    padding-left: 0;
}
.navbar-nav > li:last-child a{
    padding-right: 0;
}
.navbar-nav > li:last-child .drop-icon{
    right: -20px;
}
.navbar-nav > li > a{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
    padding: 22px 20px;
}
.navbar-nav > li > a:hover {
    color: #FFFFFF;
}
.drop-icon{
    position: absolute;
    top: 53%;
    right: 0;
    transform: translateY(-50%);
}
.drop-icon i {
    font-weight: 400;
}
.navbar-nav > li > a:hover{
    opacity: 0.7;
}

.sub-menu-item ul li {
    border-bottom: 1px solid #ffffff6e;
    position: relative;
}
.sub-menu-item ul li:last-child {
    border: none;
}
.sub-menu ul li a, .sub-menu-grid-3 ul li a{
    transition: all 0.5s ease;
    text-transform: capitalize;
    padding: 11px 0px;
    font-size: 15px;
    display: block;
    color: #fff;
    font-weight: 500;
}
.sub-menu ul li a:hover, .sub-menu-grid-3 ul li a:hover{
    padding-left: 14px;
    opacity: 0.9;
}
.sub-menu, .sub-menu-grid-3{
    display: none;
}

.sub-menu-item{
    padding-left: 1.2rem;
}
.sub-menu-item:nth-child(3){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}
.sub-menu-item:nth-child(3) .btn{
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}
.sub-menu-item:nth-child(3) .btn:hover{
    background: transparent;
    color: #000;
}
.sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
}

.navbar-nav li .sub-menu-item ul li .sub-child-menu-item ul.sub-child-menu-item-ul {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    background: #59b0ea;
    z-index: 9;
    padding-left: 1.2rem;
    transform-origin: 50% 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.sub-child-of-sub-menu ul.sub-child-of-sub-menu-ul {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    background: #59b0ea;
    z-index: 9;
    padding-left: 1.2rem;
    transform-origin: 50% 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.navbar-nav li .sub-menu-item ul li:hover > .sub-child-menu-item ul.sub-child-menu-item-ul{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.sub-child-menu-item ul li:hover > .sub-child-of-sub-menu ul.sub-child-of-sub-menu-ul{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

/* Media Queries */
@media screen and (min-width: 992px){
    .navbar{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
    }
    .navbar-nav{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: unset;
    }
    .sub-menu  {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 614px;
        top: 100%;
        background: #f8f8f8;
        padding: 0px 20px;
    }
    .sub-menu-grid-3{
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 920px;
        top: 100%;
        background: #d44a48f7;
    }
    .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(2, 1fr);
        background-color: #d44a48f7;
       /* max-height: 340px;
        overflow-y: auto;*/
    }

    .sub-menu::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .sub-menu::-webkit-scrollbar
    {
        width: 4px;
        background-color: #F5F5F5;
    }

    .sub-menu::-webkit-scrollbar-thumb
    {
        background-color: #000000a6;
    }

    .navbar-nav > li:hover .sub-menu-grid-3{
        display: grid!important;
        grid-template-columns: repeat(3, 1fr);
    }
    .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.right-menu .sub-menu{
    right: -25px;
    left: auto;
}
.sub-menu-item img {
    border: 2px solid #e6e6e6;
    margin-top: 15%;
    width: 60%;
}
/***megra Menu end***/
/***PROGRAMMES***/
.programmes_sec {
    background: url(../img/hero/progam.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.program-gec {
    background: linear-gradient(
1deg
,#272525 0,#0b97ec);
    border-radius: 5px;
    box-shadow: -1px 3px 4px #252525;
}
.program-gecc {
    background: linear-gradient( 
1deg
 ,#272525 0,#f54441);
    border-radius: 5px;
    box-shadow: -1px 3px 4px #252525;
}
.program-gec h3 a {
    color: #fff;
    padding: 34px 0px;
    font-size: 25px;
    font-weight: 600;
    display: block;
    text-align: center;
}
.program-gecc h3 a {
    color: #fff;
    padding: 34px 0px;
    font-size: 25px;
    font-weight: 600;
    display: block;
    text-align: center;
}
/***PROGRAMMES end***/
.about-area {
    position: relative;
    z-index: 1
}

.about-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 50px
}

.about-image img {
    border-radius: 5px
}

.about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1
}

.about-content {
    padding-left: 15px
}

.about-content .sub-title {
    text-transform: uppercase;
    display: block;
    color: #ff1949;
    font-weight: 500;
}

.about-content h2 {
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 37px;
    font-weight: 700
}

.about-content h6 {
    margin-bottom: 14px;
    line-height: 1.6
}

.about-content .features-text {
    margin-top: 25px
}

.about-content .features-text h5 {
    margin-bottom: 22px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-left: 47px;
    padding-top: 7px
}

.about-content .features-text i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #0eb582;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    border-radius: 50%
}

.about-content .default-btn {
    margin-top: 30px
}

.about-content .signature {
    margin-top: 25px
}

.about-content.left-content {
    max-width: 625px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 15px
}

.about-right-image {
    position: relative;
    text-align: right;
    padding-left: 100px;
    padding-bottom: 60px
}

.about-right-image img:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0
}

.about-right-image .text-box {
    position: absolute;
    left: 220px;
    top: 60px;
    z-index: 1;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, .08);
    box-shadow: 6px 5px 25px rgba(0, 0, 0, .08);
    text-align: center
}

.about-right-image .text-box .inner {
    position: absolute;
    left: 0;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    text-transform: uppercase;
    color: #727695;
    font-size: 15px;
    font-weight: 600
}

.about-right-image .text-box .inner span {
    display: block;
    color: #ff1949;
    margin-top: -2px;
    font-size: 30px;
    font-weight: 700
}

.about-right-image .text-box::before {
    position: absolute;
    content: '';
    border: 2px dashed #ff1949;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    right: 0;
    bottom: 0;
    margin: 10px;
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.about-inner-area {
    margin-top: 80px
}

.about-text h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-weight: 700
}

.about-text h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    background-color: #ff1949;
    height: 1px
}

.about-text .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0
}

.about-text .features-list li {
    position: relative;
    margin-bottom: 12px;
    color: #252525;
    padding-top: 3px;
    padding-left: 30px
}

.about-text .features-list li i {
    font-size: 16px;
    color: #252525;
    background-color: #eaeaf2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 38%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-text .features-list li:last-child {
    margin-bottom: 0
}

.about-text .features-list li:hover i {
    background-color: #ff1949;
    color: #fff
}
.section-title .sub-title {
    text-transform: uppercase;
    display: block;
    color: #ff1949;
    font-weight: 500;
    margin-bottom: 10px;
}
.section-title h2 {
    margin-bottom: 12px;
    font-size: 37px;
    font-weight: 700;
}
/***whay gec nuiversity***/
.offer-area {
    position: relative;
    z-index: 1;
    background-color: #ff1949;
    background-image: url(../img/hero/nimapada.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.client-logo {
    border: 1px solid #fabcbb;
}
.client-logo a {
    width: 100%;
    height: 100%;
}
.client-logo img{
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.offer-area .section-title .sub-title {
    color: #fff
}

.offer-area .section-title h2 {
    color: #fff
}

.offer-area .section-title p {
    color: #fff;
    opacity: .95
}

.offer-area::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    z-index: -1;
    background-color: #fff
}
.offer-area::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    z-index: -1;
    background-color: #fff;
}
.offer-area .section-title p {
    color: #fff;
    opacity: .95;
}
.section-title p {
    max-width: 620px;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.single-offer-box {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, .08);
    box-shadow: 6px 5px 25px rgba(0, 0, 0, .08);
    padding: 30px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1
}

.single-offer-box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 5px;
    right: 0;
    bottom: 0;
    background: #0d9cf3;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.single-offer-box .icon {
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    border: 2px dashed #ff1949;
    border-radius: 50%;
    font-size: 45px;
    color: #ff1949;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px
}

.single-offer-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-offer-box h3 {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600
}

.single-offer-box p {
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1.8
}

.single-offer-box:hover .icon {
    background-color: #ff1949;
    color: #fff;
    border-color: #fff
}

.single-offer-box:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.single-offer-box:hover h3 {
    color: #fff
}

.single-offer-box:hover p {
    color: #fff;
    opacity: .95
}

.col-lg-4:nth-child(2) .single-offer-box::before {
    background: #ff1949
}

.col-lg-4:nth-child(2) .single-offer-box .icon {
    border-color: #0eb582;
    color: #0eb582
}

.col-lg-4:nth-child(2) .single-offer-box:hover .icon {
    background-color: #0eb582;
    color: #fff;
    border-color: #fff
}

.col-lg-4:nth-child(3) .single-offer-box::before {
    background: #0d9cf3
}

.col-lg-4:nth-child(3) .single-offer-box .icon {
    border-color: #fea116;
    color: #fea116
}

.col-lg-4:nth-child(3) .single-offer-box:hover .icon {
    background-color: #fea116;
    color: #fff;
    border-color: #fff
}

.col-lg-4:nth-child(5) .single-offer-box::before {
    background: #ff1949
}

.col-lg-4:nth-child(5) .single-offer-box .icon {
    border-color: #0eb582;
    color: #0eb582
}

.col-lg-4:nth-child(5) .single-offer-box:hover .icon {
    background-color: #0eb582;
    color: #fff;
    border-color: #fff
}

.col-lg-4:nth-child(6) .single-offer-box::before {
    background: #3d64ff
}

.col-lg-4:nth-child(6) .single-offer-box .icon {
    border-color: #fea116;
    color: #fea116
}
.col-lg-4:nth-child(6) .single-offer-box:hover .icon {
    background-color: #fea116;
    color: #fff;
    border-color: #fff
}
/***whay gec nuiversity end***/
/***TRAINING & PLACEMENTS***/
.main-banner-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 100px
}
.banner-wrapper {
    background-color: #252525;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#232021),to(#0d9cf3));
    background: linear-gradient(
90deg
,#232021 0,#0d9cf3);
    position: relative;
    z-index: 1;
}
.wrapper-content {
    padding-right: 15px
}
.wrapper-content h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 700;
}
.wrapper-content p {
    color: #fff;
    line-height: 1.9;
}
.banner-courses-category {
    text-align: center;
    padding-left: 15px;
}
.banner-courses-category ul {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
}
.banner-courses-category ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
}
.banner-courses-category ul li a {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px 0 rgb(50 50 50 / 40%);
    box-shadow: 0 1px 6px 0 rgb(50 50 50 / 40%);
    padding: 15px;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}
.banner-courses-category ul li a i {
    display: block;
    font-size: 45px;
    margin-bottom: 8px;
    color: #ff1949;
}
.banner-courses-category ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #ff1949;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.banner-courses-category ul li a:hover,
.banner-courses-category ul li a:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 0
}
/***TRAINING & PLACEMENTS end***/

/***TESTIMONIALS***/

.feedback-area-two .feedback-slides.owl-theme {
    margin-bottom: 0
}

.feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: auto;
    height: auto;
    line-height: 1;
    border: none;
    font-size: 40px;
    color: #9d9d9d!important;
    background-color: transparent!important;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    position: absolute;
    top: 50%;
}

.feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 30px
}

.feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff1949!important
}

.feedback-area-two .feedback-slides.owl-theme .single-feedback-box {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto
}

.feedback-area-two .section-title {
    margin-bottom: 20px
}

.feedback-image {
    text-align: center;
    margin-top: 30px
}

.single-feedback-box {
    text-align: center;
    position: relative;
    margin-top: 25px;
    z-index: 1
}

.single-feedback-box p {
    margin-bottom: 0;
    font-size: 19px;
    color: #606060
}

.single-feedback-box .info {
    margin-top: 25px;
    text-align: left
}

.single-feedback-box .info img {
    width: 55px!important;
    display: inline-block!important;
    height: 55px;
    border-radius: 50%;
    margin-right: 7px
}

.single-feedback-box .info .title {
    margin-left: 7px
}

.single-feedback-box .info .title h3 {
    margin-bottom: 5px;
    color: #ff1949;
    font-size: 17px;
    font-weight: 700
}

.single-feedback-box .info .title p {
    color: #606060;
    font-size: 14px
}

.single-feedback-box::before {
    content: "\f10e";
    position: absolute;
    left: -70px;
    top: -35px;
    line-height: 1;
    z-index: -1;
    color: #e3e3e3;
    opacity: .8;
    opacity: .5;
    font-family: 'Font Awesome 5 Pro';
    font-size: 110px
}
.section-title {
    text-align: center;
    position: relative;
    margin-top: -5px;
    margin-bottom: 60px;
}
/***TESTIMONIALS end***/

.event-title {
    border-radius: 2px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
    background: #fa1715;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}
/***contact**/
.contact-area {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.contact-info-area {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 30px 60px
}

.contact-info-box .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 35px;
    color: #ff1949;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px;
    position: relative
}

.contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600
}

.contact-info-box p {
    margin-bottom: 2px
}

.contact-info-box p a {
    display: inline-block;
    color: #727695
}

.contact-info-box p a:hover {
    color: #ff1949
}

.contact-info-box p:last-child {
    margin-bottom: 0
}

.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.contact-info-box:hover .icon {
    background-color: #ff1949;
    color: #fff;
    border-color: #ff1949
}

.contact-form {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
    box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
    border-radius: 5px;
    padding: 5px;
    /*max-width: 850px;*/
    margin-left: auto;
    margin-right: auto
}
/***contact End***/
/***ABOUT page***/
.about-section{
    background-image: url(../img/hero/nimu_about.jpg);
    background-color: rgb(255, 255, 255);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    filter: blur(0px);
}
.about-sec{
    height:120px;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
}
.page-title-content{
    padding-top: 92px;
    padding-bottom: 30px;
    text-align: center;
}
.page-title-content h2{
    color:#ffffff;
    font-weight: 600;
    font-size: 42px;
}
/* breadcrumb effect */

.bread_hed {
  text-align: left;
}
.bread_hed li {
  float: left;
}
.bread_hed a {
  color: #fff;
  background: #0d9cf3;
  text-decoration: none;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
  padding: 0 5px;
}
.bread_hed a::before,
.bread_hed a::after {
  content: "";
  position: absolute;
  border-color: #0d9cf3;
  border-style: solid;
  border-width: 15px 5px;
}
.bread_hed a::before {
  left: -10px;
  border-left-color: transparent;
}
.bread_hed a::after {
  left: 100%;
  border-color: transparent;
  border-left-color: #0d9cf3;
}
.values-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
}
/* breadcrumb effect End*/

/* Vision & Mission*/
.become-instructor-partner-area .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.become-instructor-partner-area .container-fluid .row {
    margin-left: 0;
    margin-right: 0
}

.become-instructor-partner-area .container-fluid .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0
}

.become-instructor-partner-content {
    position: relative;
    z-index: 1;
    padding: 100px;
    background-image: url(../img/pattern.html);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat
}

.become-instructor-partner-content h2 {
    margin-bottom: 14px;
    font-size: 37px;
    font-weight: 700
}
.become-instructor-partner-content p {
    margin-bottom: 25px;
    max-width: 540px
}
.become-instructor-partner-content .default-btn {
    border-radius: 30px
}
.become-instructor-partner-content.bg-color h2 {
    color: #fff
}
.become-instructor-partner-content.bg-color .default-btn {
    background-color: #fff;
    color: #252525
}
.become-instructor-partner-content.bg-color .default-btn .icon-arrow {
    color: #252525;
    -webkit-transition: .5s;
    transition: .5s
}

.become-instructor-partner-content.bg-color .default-btn:focus,
.become-instructor-partner-content.bg-color .default-btn:hover {
    color: #fff;
    background-color: #252525;
    border-color: #252525
}
.become-instructor-partner-content.bg-color .default-btn:focus .icon-arrow,
.become-instructor-partner-content.bg-color .default-btn:hover .icon-arrow {
    color: #fff
}

.become-instructor-partner-content.bg-color::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/bg-lines.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.become-instructor-partner-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.become-instructor-partner-image.bg-image1 {
    background-image: url(../img/become-instructor.jpg)
}

.become-instructor-partner-image.bg-image2 {
    background-image: url(../img/become-partner.jpg)
}

.become-instructor-partner-image img {
    display: none
}
/* Vision & Mission End*/
/* accreditation*/
.courses-categories-area {
    position: relative;
    z-index: 1
}
.single-courses-category {
    text-align: center
}

.single-courses-category a {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
    box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
    padding: 25px;
    color: #252525;
    z-index: 1;
    font-size: 20px;
    font-weight: 600
}
.single-courses-category a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #ff1949;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}
.single-courses-category a i {
    display: block;
    font-size: 55px;
    margin-bottom: 10px;
    color: #ff1949;
    -webkit-transition: .5s;
    transition: .5s
}
.single-courses-category a:hover,
.single-courses-category a:focus {
    border-radius: 0;
    color: #fff;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.single-courses-category a:hover i,
.single-courses-category a:focus i {
    color: #fff
}

.single-courses-category a:hover::before,
.single-courses-category a:focus::before {
    height: 100%
}
/* accreditation End*/
/* Leadership*/
.single-instructor-member {
    position: relative;
    background: #f78889;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
    box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
    text-align: center;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}
.single-instructor-member::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background:#bbd9f4;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1
}
.single-instructor-member .member-image {
    overflow: hidden;
    padding: 10px;
    border-radius: 5px 5px 0 0
}
.single-instructor-member .member-image img {
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px 5px 0 0
}
.single-instructor-member .member-content {
    padding: 15px 25px 25px;
    border-radius: 5px;
    position: relative
}
.single-instructor-member .member-content h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600
}

.single-instructor-member .member-content h3 a {
    display: inline-block
}

.single-instructor-member .member-content span {
    display: block;
    color: #ff1949;
    font-weight: 500
}
.single-instructor-member .member-content .social li a:hover,
.single-instructor-member .member-content .social li a:focus {
    background-color: #ff1949;
    color: #fff
}
.single-instructor-member:hover::after,
.single-instructor-member:focus::after {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    -webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
    box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2)
}
.single-instructor-member:hover .member-image img,
.single-instructor-member:focus .member-image img {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}
.single-instructor-member:hover .member-content .social li a,
.single-instructor-member:focus .member-content .social li a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
/* Leadership End*/
/* applyonline*/
.bai_wrap h2 {
    text-shadow: 1px 5px 5px #711414;
}
/* applyonline End*/
/* awards 17062021*/
.events-area {
    position: relative;
    z-index: 1
}
.single-events-box {
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    background-color: #fff;
    border-radius: 5px;
}
.single-events-box .events-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
}
.events-box {
    margin-bottom: 30px;
    background-color: #eaeaea;
    border-radius: 5px;
}
.single-events-box .events-box .events-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border-radius: 5px 0 0 5px;
}
.single-events-box .events-box .events-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.single-events-box .events-box .events-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border-radius: 0 5px 5px 0;
}
.single-events-box .events-box .events-content .content {
    padding: 30px;
    text-shadow: 1px 2px #bdc4c88c;
    text-align: justify;
    font-weight:600;
}
.single-events-box .events-box .events-content .content1 {
    padding: 20px;
    text-align: justify;
}

.single-events-box .events-box .events-date .date {
    width: 100%;
    height: 100%;
    background-color: #ff5e51;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 0 5px 5px 0;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
}
.single-events-box .events-box .events-content .content h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.single-events-box .events-box .events-content .content h3 a {
    display: inline-block;
}
.single-events-box .events-box .events-content .content .location i {
    color: #ff1949;
    margin-right: 2px;
    position: relative;
    top: 1px;
}
.single-events-box .events-box .events-content .content .join-now-btn {
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
}
.single-events-box .events-box .events-content .content .join-now-btn::before {
    width: 100%;
    height: 1px;
    background: #ff1949;
    content: '';
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    bottom: 0;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.single-events-box .events-box .events-date .date span {
    display: inline-block;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.single-events-box .events-box .events-date .date i {
    display: inline-block;
    font-size: 200px;
    color: #fff;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .2;
}
.single-events-box .events-box .events-date .date h3 {
    color: #fff;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-top:6px;
}
/* awards End*/
/* recreational End*/
.single-gallery-item {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden
}
.single-gallery-item img {
    border-radius: 5px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-transition: .5s;
    transition: .5s
}

.single-gallery-item:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    -webkit-filter: blur(3px);
    filter: blur(3px)
}
/* recreational End*/
/* boxes-area*/
.single-boxes-item {
    padding: 19px;
    position: relative;
    z-index: 1;
}
.single-boxes-item.bg-imgh {
    background-color: #40b2f4cc;
}
.single-boxes-item.bg-colors {
    background-color: #0f9ff0e8;
}
.single-boxes-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.single-boxes-item .boxes-btn {
    display: inline-block;
    position: relative;
    color: #252525;
    z-index: 1;
    padding-right: 22px;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px;
    font-weight: 600
}
.single-boxes-item.bg-image {
    background-color: #21a6f1e0;
}
.single-boxes-item.bg-image p {
    color: #fff;
    opacity: .95
}
.single-boxes-item.bg-color {
    background-color: #0498ecf7;
}
.boxes-area .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.boxes-area .container-fluid .row {
    margin-left: 0;
    margin-right: 0
}

.boxes-area .container-fluid .row .col-lg-3 {
    padding-left: 0;
    padding-right: 0
}
/* boxes-area End*/
/* Criterion 1*/
span.table-pdf i {
    font-size: 24px;
    color: #ea5c5a;
}
span.table-excel i {
    font-size: 24px;
    color: #008000;
}
/* Criterion end*/
ul.left li a:hover {
    color: #0198f1;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "../../index.html");
}
/* emergency-contacts*/
.grievance-cont {
    text-align: center;
}
.manual-cont h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: left;
}
.grievance-cont h5 {
    color: #ff4553;
}
.grievance-cont p {
    text-align: center;
    font-size: 18px;
    color: #383838;
}
.grievance-cont strong a {
    color: #f64553;
}
.single-learning-box {
	margin-bottom: 30px;
	border: 1px solid #2b26353b;
	border-radius: 5px;
	padding: 40px 25px;
	background-color: #0198ef;
}
.single-learning-box h3 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 700
}
.single-learning-box .link-btn {
	display: inline-block;
	font-weight: 500;
	color: #ff1949;
	margin-top: 2px
}
.single-learning-box .link-btn:hover {
	color: #0eb582
}
.single-learning-box ul li i {
    color: #ffffff;
}
/* emergency-contacts end*/
.symptom {
    padding: 30px;
    -webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 10%);
    background: #fff;
}
.symptom .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px;
}
.symptom .text {
    padding-top: 10px;
}
.symptom .text h3 {
    font-size: 16px;
    font-weight: 700;
    color: #f84746;
}
.symptom .text p {
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 0;
}
/* placement*/
.single-blog-post-box {
	margin-bottom: 30px;
	position: relative
}
.single-blog-post-box .post-image {
	border-radius: 5px 5px 0 0
}
.single-blog-post-box .post-image a {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}
.single-blog-post-box .post-image a img {
	border-radius: 5px 5px 0 0;
	-webkit-transition: .5s;
	transition: .5s
}
.single-blog-post-box .post-content {
	background-color: #fffaf3;
	padding: 25px
}

.single-blog-post-box .post-content .category {
	display: inline-block;
	margin-bottom: 7px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500
}
.single-blog-post-box .post-content .category:hover {
	color: #ff1949
}
.single-blog-post-box .post-content h3 {
	margin-bottom: 12px;
	line-height: 1.4;
	font-size: 25px;
	font-weight: 600
}
.single-blog-post-box .post-content h3 a {
	display: inline-block
}
.single-blog-post-box .post-content .post-content-footer {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: 20px
}
.single-blog-post-box .post-content .post-content-footer li {
	color: #727695;
	font-size: 15px;
	position: relative;
	padding-left: 26px;
	padding-right: 7px
}
.single-blog-post-box .post-content .post-content-footer li .post-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}
.single-blog-post-box .post-content .post-content-footer li .post-author span {
	color: #ff1949;
	font-weight: 500;
	font-size: 15px
}
.single-blog-post-box .post-content .post-content-footer li i {
	color: #ff1949;
	position: absolute;
	left: 7px;
	top: 3px
}

.single-blog-post-box .post-content .post-content-footer li:first-child {
	padding-left: 7px
}
.single-blog-post-box.without-bg-color .post-content {
	padding: 18px 12px;
    background-color: #0d9cf3;
}

.single-blog-post-box:hover .post-image a img {
	-webkit-transform: rotate(5deg) scale(1.3);
	transform: rotate(5deg) scale(1.3)
}
/* placement end*/
/* circulars*/
.verification-box {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 10px #ccc;
    text-align: center;
}
.verification-box .verified-image {
    width: 100px;
    margin: 0 auto;
}
.verification-box .verify-btn {
    background-color: #272A6F;
    margin-top: 20px;
    border-color: #272A6F;
}
/* circulars end*/
/* visitors*/
.bg-f9f9f9 {
    background-color: #f9f9f9;
}
.events-box .image {
    height: 100%;
    border-radius: 5px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.events-box .content {
	padding: 30px
}

.events-box .content .date {
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	border-radius: 5px;
	padding: 6px 15px;
	background-color: #ff1949
}

.events-box .content .date span {
	color: #fff;
	font-weight: 500
}

.events-box .content h3 {
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 700
}

.events-box .content h3 a {
	display: inline-block
}

.events-box .content .location {
	display: block;
	color: #727695;
	margin-top: 10px;
	position: relative;
	padding-left: 22px;
	font-weight: 500
}

.events-box .content .location i {
	color: #ff1949;
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 18px
}
/* visitors end*/
.Sclubs {
    background-color: #0d9cf3;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 5px 10px;
    border-left: 5px solid #fc2726;
    margin-bottom: 20px;
    width: auto;
    font-size: 22px;
}
.pricing_single .p_icon img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #dbdee5;
}
/* school*/
.experience-area {
	position: relative;
	z-index: 1
}

.experience-content .sub-title {
	text-transform: uppercase;
	display: block;
	color: #ff1949;
	font-weight: 500;
	margin-bottom: 10px
}

.experience-content h2 {
	margin-bottom: 15px;
	font-size: 37px;
	font-weight: 700
}

.experience-content .features-list {
	padding-left: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: -15px;
	margin-right: -15px
}

.experience-content .features-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px
}

.experience-content .features-list li span {
	display: block;
	color: #252525;
	position: relative;
	font-weight: 600;
	padding-left: 40px;
	padding-top: 5px
}

.experience-content .features-list li span i {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #8fd1fa;
	z-index: 1;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: .5s;
	transition: .5s
}

.experience-content .features-list li span i::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #0d9cf3;
	border-radius: 50%;
	z-index: -1;
	margin: 2px 1px 1px 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.experience-content .features-list li span:hover i {
	background-color: #ff1949;
	color: #ff1949
}

.experience-content .features-list li span:hover i::after {
	background-color: #fff
}

.experience-content .default-btn {
	margin-top: 35px
}

.experience-image {
	text-align: right;
	position: relative;
	z-index: 1;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px
}

.experience-image::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #f96e6d;
	margin-right: 30px
}

/* school end*/
/*login*/
.bai_login {
    padding: 40px 24px;
    border: 1px solid #eee;
    text-align: center;
    box-shadow: 0px 3px 9px #eee;
    border-radius: 3px;
}
.bai_login i {
    font-size: 32px;
    margin-right: 17px;
    color: #0d9cf3;
}
.btn.btn-cncl {
    border: none;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    padding: 7px 34px;
    box-shadow: 1px 2px 4px rgb(145 44 84);
    z-index: 2;
    color: #06f;
    background-color: #bd3540;
    position: relative;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
.btn.btn-cncl i {
    font-size: 15px;
    padding-left: 10px;
    transition: all 0.5s ease;
}
.header_top .right li a.btn-cncl:hover i {
    transform: translate(10px, 0px);
}
/*Student login*/
.bai_login {
    padding: 40px 24px;
    border: 1px solid #eee;
    text-align: center;
    box-shadow: 0px 3px 9px #eee;
    border-radius: 3px;
}
.bai_login i {
    font-size: 32px;
    margin-right: 17px;
    color: #0d9cf3;
}
.btn.btn-cncls {
    border: none;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    padding: 7px 34px;
    box-shadow: 1px 2px 4px rgb(145 44 84);
    z-index: 2;
    color: #06f;
    background-color: #228B22;
    position: relative;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
.btn.btn-cncl i {
    font-size: 15px;
    padding-left: 10px;
    transition: all 0.5s ease;
}
.header_top .right li a.btn-cncl:hover i {
    transform: translate(10px, 0px);
}

/*Staff login*/
.bai_login {
    padding: 40px 24px;
    border: 1px solid #eee;
    text-align: center;
    box-shadow: 0px 3px 9px #eee;
    border-radius: 3px;
}
.bai_login i {
    font-size: 32px;
    margin-right: 17px;
    color: #0d9cf3;
}
.btn.btn-cnclf {
    border: none;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    padding: 7px 34px;
    box-shadow: 1px 2px 4px rgb(145 44 84);
    z-index: 2;
    color: #06f;
    background-color: #0000FF;
    position: relative;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
.btn.btn-cncl i {
    font-size: 15px;
    padding-left: 10px;
    transition: all 0.5s ease;
}
.header_top .right li a.btn-cncl:hover i {
    transform: translate(10px, 0px);
}
/*banner text*/
.carousel-control-prev.left {
    margin: auto;
    bottom: 0;
    width: 55px;
    height: 55px;
    z-index: 10;
    background: #0d9cf396;
    border-radius: 50%;
    opacity: 1;
}
.carousel-control-next.right {
    margin: auto;
    bottom: 0;
    width: 55px;
    height: 55px;
    z-index: 10;
    background: #0d9cf396;
    border-radius: 50%;
    opacity: 1;
}
.carousel-caption.slide-text h2 {
    font-size: 37px;
    font-weight: 700;
    color: #fc6161;
    text-shadow: 2px 2px 5px #151414;
}
.carousel-caption.slide-text p {
    color: #fff;
    font-size: 16px;
}

.about-cont p{
    text-align:justify;
}
.ta-j p{
    text-align:justify;
}


