

/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        background-color: white;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

.navbar-fixed-top, .navbar-fixed-bottom {
    position: unset;
    right: 0;
    left: 0;
    z-index: 1030;
}

.MenuHover:hover {
    /* box-shadow: -1px 2px 6px 0px #7a7070;*/
    border-bottom: 4px solid #002147;
    color: #e66030;
    transition: all 0.10s ease-in-out;
}
/* dropdown border clr*/
.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    font-size: 16px;
    text-transform:capitalize;
    padding-top:30px;
    color:darkblue;
}

    .navbar-default .navbar-nav > li > a:hover {
        background-color: transparent;
        color: #d90429;
    }
.dropdown-menu > li > a ::after {
    content: "";
    position: absolute;
    background-color: #002147;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
}
.dropdown-menu > li > a :hover:after {
    width: 100%;
}
        /*search course clr*/
        .sf-submit input {
            border: 1px solid #f7f7f7;
            background: linear-gradient(to top, #002147, #002147);
        }



@media screen and (max-width: 1200px) {
    .navlogo {
        display: none;
    }
}



.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
}

p {
    
    font-weight: 600;
    text-align: justify;
}

.border {
    border-bottom: 4px solid #185ca0;
}

.Hover:hover {
    box-shadow: 1px 4px 14px 3px grey;
    transition: all 0.55s ease-in-out;
}

/*.pro-cover {
    background: url(../images/page-title.jpg) no-repeat center center;
    width: 100%;
    height: 250px;
    display: block;
    background-size: cover;
}*/

.bann-btn-1 {
    background: #002147;
    background: -webkit-linear-gradient(to top, #ef612f, #f36b3b);
    /* background: linear-gradient(to top, #ef612f, #f36b3b); */
    color: #fff;
    border: 1px solid #fff7f4;
}

/* heading CSS Start */
.heading {
    font-size: 50px;
    border-left: 9px solid #002147;
    height: 140px;
    padding-left: 20px;
    margin-bottom: 30px;
    display: inline-block;
    color: white;
    margin-top: 100px;
    font-weight: 600;
    display: block;
    line-height: 0.9;
}


@media screen and (min-width: 280px) and (max-width:348px) {

    .heading {
        font-size: 19px;
        height: 72px;
    }
}

@media screen and (min-width: 349px) and (max-width:486px) {

    .heading {
        font-size: 19px;
        height: 57px;
    }
}

@media screen and (min-width: 487px) and (max-width:767px) {

    .heading {
        font-size: 28px;
        height: 83px;
    }
}

@media screen and (min-width: 767px) and (max-width:999px) {

    .heading {
        font-size: 36px;
        height: 107px;
    }
}


@media screen and (min-width: 1000px) and (max-width:1200px) {

    .heading {
        font-size: 50px;
    }
}
/* heading CSS end */

/* blink text css start*/
.blink {
    width: 300px;
    height: 50px;
    padding: 15px;
    text-align: center;
}

spam {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
/* blink text css end*/

/* mobile menu close btn css start*/
.ed-mi-close b {
    font-size: 16px;
    padding: 6px;
    /*border-radius: 20px;*/
    margin-top: 10px;
    color: #0a2444;
    cursor: pointer;
    padding-left: 200px;
    /*opacity: 0.7;*/
}

.ed-mi-close {
    margin-top: -38px;
}
/* mobile menu close btn css end */
p .fa {
    font-size: 8px;
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.course-name {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}

/* Course Offer Section */
.coursesoffer {
    display: flex;
    justify-content: center;
    min-height: 50vh;
    background-color: #00215E;
}
.coursecontainer{
    width:1100px;
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
}
.coursecontainer .box{
    position:relative;
    width:320px;
    background-color:#fff;
    padding:100px 40px 60px;
    box-shadow:0 15px 45px rgba(0,0,0,.1);
}
    .coursecontainer .box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFC100;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.5s;
    }
    .coursecontainer .box:hover::before {
        transform: scaleY(1);
        transform-origin: bottom;
        transition: transform 0.5s;
    }

.coursecontainer .box h2{
    position:absolute;
    left:40px;
    top:60px;
    font-size:4em;
    font-weight:800;
    z-index:1;
    opacity:0.1;
    transition:0.5s;
}

 .coursecontainer .box:hover{
     opacity:1;
     color:#fff;
     transform:translateY(-40px);

 }

    .coursecontainer .box h3{
        position:relative;
        font-size:1.5em;
        z-index:2;
        color:#333;
        transition:0.5s;
    }

    .coursecontainer .box p{
        position:relative;
        z-index:2;
        color:#555;
        transition:0.5s;

    }
.coursecontainer .box :hover h3
.coursecontainer .box :hover p{
    color:#fff;
}

.crcontainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.item-crcontainer {
    position: relative;
    margin: 24px;
    width: 20%;
    height: 270px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.img-crcontainer {
    background-color: #d90429;
}
.img-crcontainer,
.body-crcontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .img-crcontainer img {
        width: 100%;
    }

.body-crcontainer {
    position: relative;
}

.overlay {
    position: relative;
    width: 100%;
    height: 171px;
    background-color: rgba(24, 83, 122, 0.6);
    opacity: 0;
    transition: height linear 0.4s, opacity linear 0.2s;
}

.item-crcontainer:hover .overlay {
    opacity: 1;
    height: 150px;
}

.event-info {
    background-color: #00215E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:2px;
}

.title,
.price {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    margin: -3px;
    text-align:center;
}

.titlelist {
    color: #fff;
    font-size: 2.0em;
    font-weight:bolder;
    letter-spacing: 1px;
    margin: 12px;
    text-align: center;
    margin-top:90px;
}


.info {
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.separator {
    width: 20%;
    height: 2px;
    background-color: #FFC55A;
    margin-bottom: 4px;
}

.additional-info {
    border-top: 1px solid #bbb;
    margin-top: 12px;
    padding: 28px;
    padding-bottom: 0;
}

    .additional-info .info {
        font-size: 0.9em;
        margin-bottom: 20px;
        text-align: center;
        background-color: #FFC100;
    }

.info i {
    color: #18537a;
    font-size: 1.1em;
    margin-right: 4px;
}

.info span {
    color: #18537a;
    font-weight: bolder;
}

.action {
    color: #fff;
    border: 3px solid #fff;
    background-color: transparent;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    outline: none;
    cursor: pointer;
    padding: 12px;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 2px;
    transition: background-color 0.4s, top 0.4s;
}

.item-crcontainer:hover .action {
    top: 50px;
}

.action:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* News section */
.newssection {
    /*width: 100%;*/
    width: 100%;
    height: 80vh;
   /* margin-top: 20px;*/
   /* background-image: url('../pictures/allpic/newsbg.jpg');*/
   /* background-size: cover;*/
}
.newssection .leftbox{
    width:50%;
    height: 90%;
    float: left;
    padding: 50px;
    box-sizing: border-box;
}
    .newssection .leftbox .content {
        color: #fff;
        background-color: #002147;
        padding: 1px;
        transition: 0.5s;
    }

    .newssection .leftbox .content:hover {
        background-color: #d90429;
        color:#002147;
    }
.newssection .leftbox .content h1{
      margin:0;
      padding:0;
      font-size:30px;
      text-transform:uppercase;
  }

.newssection .leftbox.content p{
      margin:10px 0 0 ;
      padding:0;
  }
.newssection .events{
        position:relative;
        width:50%;
        height:100%;
        background-color:rgba(0,0,0,0.5);
        box-sizing:border-box;
        float:right;
   }
.newssection .events ul{
       position:absolute;
       top: 0;
      /* transform:translate(-50%);*/
       margin:0;
       padding:40px;
       box-sizing:border-box;
       float:right;
       margin-right:20px;

   }
.newssection .events ul li{
       list-style:none;
       background-color:#fff;
       box-sizing:border-box;
       height:150px;
       margin:15px 0;
       width:100%;
   }

    .newssection .events ul li .time {
        position: relative;
        padding: 20px;
        background-color: #002147;
        box-sizing: border-box;
        width: 30%;
        height: 100%;
        float: left;
        text-align: center;
        transition: .5s;
    }
    .newssection .events ul li:hover .time {
        background-color: #d90429;
    }
 .newssection .events ul li .time h2 {
        position: absolute;
        margin: 0;
        padding: 0;
        top:80px;
        left: 90px;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 60px;
        line-height: 30px;
  }

    .newssection .events ul li .time h2 span {
       
       /* top: 150px;*/
        left: 90px;
       
        color: #fff;
        font-size: 30px;
       
    }
.newssection .events ul li .details{
       padding:20px;
       background-color:#fff;
       box-sizing:border-box;
       width:70%;
       height:100%;
       float:left;
   }
    .newssection .events ul li .details h3 {
        position: relative;
        margin: 0;
        padding: 0;
        font-size: 22px;
        color: #d90429;
    }
.newssection .events ul li .details p{
       position:relative;
      /* margin:-12px 183px 150px ;*/
       padding:0;
       font-size:14px;
       width:95%;
   }
.newssection .events ul li .details a{
        display:inline-block;
        text-decoration:none;
        padding:5px 20px;
        border:1.5px solid #262626;
        margin-top:-20px;
        font-size:12px;
        transition:.5s;
        margin-left:50px;

    }
    .newssection .events ul li .details a:hover {
        background-color: #FFC100;
        color: #fff;
        border-color: #18537a;
    }



/* Counter */

@import url('https://fonts.googleapis.com/css2?family=Merriweather');

@import url('https://fonts.googleapis.com/css2?family=Poppins');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

/*html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}*/

/*body {
    font-family: 'Merriweather', serif;
    min-height: 100vh;
}*/

.counter-wrapper {
  background-image: url('../image/vitsback.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.5rem;
    padding: 10rem 9%;
    margin-top: 5rem;
    position: relative;
    background-color: #002147;
    opacity: 1.15;
}

    .counter-wrapper::before {
        position: absolute;
        content: '';
        content: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 1;
    }

.counter {
    text-align: center;
    color: #ddd;
    z-index: 2;
    position: relative;
}

    .counter::before {
        position: absolute;
        content: '';
        bottom: -2rem;
        left: 50%;
        width: 40%;
        height: .2rem;
        background-color: #d90429;
        border-radius: .5rem;
        -webkit-border-radius: .5rem;
        -moz-border-radius: .5rem;
        -ms-border-radius: .5rem;
        -o-border-radius: .5rem;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .counter .count {
        font-size: 5rem;
        margin-bottom: 1rem;
    }

    .counter p {
        font-size: 2rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: #FFC100;
       margin-left:70px;
    }







@media (max-width: 991px) {
    html {
        font-size: 55%;
    }
}

@media (max-width: 768px) {
    .counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 8rem;
    }
}

@media (max-width: 450px) {
    html {
        font-size: 50%;
    }

    .counter-wrapper {
        grid-template-columns: 1fr;
    }
}

/*   Facilities Section*/
.facecontainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.item-facecontainer {
    position: relative;
    margin: 24px;
    width: 320px;
    height: 225px;
    overflow: hidden;
    background-color: #002147;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.img-facecontainer,
.body-facecontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .img-facecontainer img {
        width: 100%;
    }

.body-facecontainer {
    position: relative;
}

.faceoverlay {
    position: relative;
    width: 100%;
    height: 184px;
    background-color: rgba(24, 83, 122, 0.6);
    opacity: 0;
    transition: height linear 0.4s, opacity linear 0.2s;
}

.item-facecontainer:hover .faceoverlay {
    opacity: 1;
    height: 150px;
}

.faceevent-info {
    background-color: #d90429;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.facetitle,
.faceprice {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 7px;
}

.faceinfo {
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.faceseparator {
    width: 20%;
    height: 6px;
    background-color: #d90429;
    margin-bottom: 16px;
}

face.additional-info {
    border-top: 1px solid #bbb;
    margin-top: 12px;
    padding: 28px;
    padding-bottom: 0;
}

    face.additional-info .faceinfo {
        font-size: 0.9em;
        margin-bottom: 20px;
        text-align: center;
    }

.faceinfo i {
    color: #fff;
    font-size: 1.1em;
    margin-right: 4px;
}

.faceinfo span {
    color: #18537a;
    font-weight: bolder;
}

.faceaction {
    color: #fff;
    border: 3px solid #fff;
    background-color: transparent;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    outline: none;
    cursor: pointer;
    padding: 12px;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 2px;
    transition: background-color 0.4s, top 0.4s;
}

.item-facecontainer:hover .faceaction {
    top: 50px;
}

.faceaction:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/*-------------------------------------------------*/
/* =  14.USER DASHBOARD 
/*-------------------------------------------------*/
/*.pro-cover {*/
    /* background: url('../images/computer_lab.jpg') no-repeat center center;*/
    /*background-image: url('../pictures/building/vitsfullg.jpg');
    width: 100%;
    height: 250px;
    display: block;
    background-size: cover;
}

.pro-menu {
    background: #002147;
    box-shadow: 0px 4px 10px hsla(0, 0%, 0%, 0.08);
    position: relative;
    z-index: 2;
}

    .pro-menu ul {
        margin-bottom: 0px;*/
        /* margin: 0 auto;
     */
        /*display: table;
        margin-left: 25px;
    }

        .pro-menu ul li {
            display: inline-block;
        }

.pro-act {
    background: #e31e25;
    color: #fff !important;
}

.pro-menu ul li a {
    padding: 17px 14px;
    line-height: 53px;
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #405d7d;
}

    .pro-menu ul li a:hover {
        background: #e31e25;
        color: #fff;
    }

.pro-user {
    position: relative;
    margin-top: -160px;
    box-shadow: 0px 5px 18px -11px rgba(150,150,150,0.8);
    border: 1px solid #f3f2f2;
    border-bottom: 0px;
    z-index: 9;
}

    .pro-user img {
        width: 100%;
        border: 4px solid #fff;
    }

.pro-user-bio {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 5px 18px -11px rgba(150,150,150,0.8);
    border: 1px solid #f3f2f2;
}

    .pro-user-bio ul {
    }

        .pro-user-bio ul li {
            padding-bottom: 10px;
        }

            .pro-user-bio ul li a {
                color: #333;*/
                /* font-weight: 500;
     */
            /*}

                .pro-user-bio ul li a i {
                    margin-right: 5px;
                    width: 20px;
                }

            .pro-user-bio ul li:last-child {
                padding-bottom: 0px;
            }

            .pro-user-bio ul li:nth-child(2) {
                border-bottom: 1px solid #e9edf1;
                margin-bottom: 15px;
                padding-bottom: 15px;
            }

.pro-con {
    padding: 35px 50px;
}

.pro-con-table {
    border: 1px solid #f7f8f9;
    padding: 5px 15px;
    margin-top: 25px;
}

    .pro-con-table tr {
        line-height: 50px;
    }

        .pro-con-table tr:hover {
            background: #f3f3f3;
        }

    .pro-con-table th {
        font-weight: 600;
        padding: 10px;
    }

    .pro-con-table td {
        padding: 10px;
        font-size: 13px;
    }

.pro-edit {
    background: #203245;
    color: #ffffff !important;
    padding: 1px 4px;
    border-radius: 2px;
    font-size: 13px;
}

.pro-act {
}

.pro-user-act {
    background: #469c49;
    color: #fff;
    padding: 1px 4px;
    border-radius: 2px;
    font-size: 13px;
}

.pro-user-de-act {
    background: #8794a0;
}

.pro-user-page {
    border: 1px solid #d8d8d8;
    padding: 5px 20px 30px 20px;
    position: relative;
    overflow: hidden;
}

    .pro-user-page h5 {
        font-size: 16px;
        margin-top: 22px;
    }

    .pro-user-page label {
        margin-right: 20px;
        font-size: 15px !important;
    }

    .pro-user-page input {
    }

.btn-pro-submit {
    margin-top: 24px;
    background: #f2323b;
    background: linear-gradient(to bottom, #ff4d56, #f12f38);
    color: #fff;
    padding: 14px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.btn-upload {
    height: 46px !important;
}

.pro-ad-img {
    width: 100px;
    padding: 12px;
}

.pro-ad-table {
}

    .pro-ad-table tr {
    }

    .pro-ad-table td {
    }

.pro-con {
}

    .pro-con form {
    }

        .pro-con form label, select {
        }*/

/* Start News Blog Section*/
.blogcontainer{
    width:100%;
    }
.blog-section{
    width:85%;
    margin:20px auto;
}
.blog-section .blogtitle{
        width:60%;
        text-align:center;
        margin:auto;
}
.blog-section .blogtitle h2{
    font-size:40px;
    color:#002147;
    text-transform:uppercase;
    margin-top:50px;
}

.blog-section .blogtitle p{
    font-size:18px;
    color:#7e7e7e;
    margin-top:20px;
}
.blogcards{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap:50px;
    margin:25px auto;
}
    .blogcards .blogcard{
        width:100%;
        position:relative;
    }
.blogimage-section img{
    width:100%;
    height:auto;
}
.blogcontent{
    padding:15px 20px;
}
.blogcontent h4{
    font-size:24px;
    color:#222;
    font-weight:500;
}
.blogcontent p{
    color:#7e7e7e;
    font-size:15px;
}
.blogcontent a{
    text-decoration:none;
    color:#fff;
    margin-top:15px;
    display:inline-block;
    background-color:#002147;
    padding:8px 15px;
}
.blogcard .posted-date {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: #d90429;
    padding: 6px 15px;
}
/* End News Blog Section*/




