@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: RobotoSlab-Light;
    src: url('../fonts/RobotoSlab-Light.ttf');
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
    font-family: Poppins-Regular;
    background: #ececec;
}

.bg_color_bg {
    background: rgba(255, 255, 255, 0.39);
}

.clr {
    clear: both;
}

.clr5 {
    clear: both;
    height: 10px;
}

.clr10 {
    clear: both;
    height: 10px;
}

.clr15 {
    height: 18px;
    clear: both;
}

.clr20 {
    clear: both;
    height: 20px;
}

.clr25 {
    clear: both;
    height: 30px;
}

p {
    line-height: 29px;
    font-size: 16px;
    color: #000000;
    text-align:justify;
    font-family: Poppins-Regular;
}

a {
    color: #333333;
    outline: none !important;
    text-decoration: none !important;
}

a:hover, a:focus {
    outline: none !important;
}

input {
    outline: none !important;
}

h1 {
    font-size: 32px;
    margin: auto;
}

h2 {
    font-size: 30px;
    margin: auto;
    color: #060606;
    font-weight: normal;
    font-family: Poppins-Regular;
    text-align: center;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
    color: #0050b3;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.5;
}

td, th {
    padding: 0;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #ddd;
}

.glyphicon.glyphicon-chevron-right {
    background: #cc005e;
    line-height: 45px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.glyphicon.glyphicon-chevron-left {
    background: #0050b3;
    line-height: 45px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.facility {
    background: url(../images/MakerShalaa.jpg) fixed;
    height: 400px;
}

.inrbg {
    background: url(../images/inbg.jpg) fixed;
    background-size: 100%;
    background-position: top;
    height: 400px;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.inrover {
    background: url( ../images/overlay.png) repeat;
    height: 400px;
}

.inrpage {
    padding-top: 30px;
    background: white;
    padding-bottom: 40px;
    min-height: 300px;
}

.inrpage h2 {
    font-size: 33px;
    color: #1f1f1f;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

.inrpage p {
    line-height: 30px;
    font-size: 17px;
    color: #000000;
    text-align:justify;
    font-family: Poppins-Regular;
}

.breadcrumb {
    font-size: 14px;
    text-align: center;
    color: #b1b1b1;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px;
    width: 385px;
    margin: -56px auto 25px;
}

.breadcrumb a {
    color: #b1b1b1;
}

.breadcrumb a:hover {
    color: #fff;
}

.inrleftimg {
    float: left;
    margin: 5px 25px 20px 0px;
    width: 500px;
    border: 2px solid #ef3a46;
    transition: .5s;
}

.inrrigimg {
    float: right;
    margin: 5px 0px 20px 25px;
    width: 500px;
    border: 2px solid #ef3a46;
    transition: .5s;
}

.inrrigimg:hover, .inrleftimg:hover {
    -webkit-transform: scale(1.03,1.06);
    -moz-transform: scale(1.03,1.06);
    -ms-transform: scale(1.03,1.06);
    -o-transform: scale(1.03,1.06);
    z-index: 2;
}

.pdfframe {
    width: 80%;
    min-height: 850px;
}

.checklist {
    margin-left: 15px;
    font-size: 16px;
    line-height: 30px;
}

.contact {
    float: left;
    margin: 5px 25px 20px 0px;
    width: 700px;
    border: 2px solid #ef3a46;
    transition: .5s;
}

.social {
    float: left;
    margin: 0px 15px;
}

.about_us_sec p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    height: 312px;
}
/***********Accordionlink*************/
.accordionlink > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f056";
    padding-right: 15px;
}

.accordionlink > a.collapsed:before {
    float: right !important;
    content: "\f055";
}

.accordionlink > a {
    font-weight: 600;
    line-height: 40px;
}

.accordionlink > a:hover, .accordionlink > a:active, .accordionlink > a:focus {
    text-decoration: none;
    font-weight: 600;
}

.panel-heading {
    background: #f1f1f1;
}

.accordionlink a {
    color: black;
}

.panel-title {
    font-size: 20px;
    font-weight: 600;
}

.colimg {
    width: 250px;
    height: 160px;
    float: left;
    margin: 0px 20px 20px 0px;
}

.colmultiimg {
    width: auto;
    height: 220px;
    margin-bottom: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #000;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.coltab {
    background: #dadada;
    width: 140px !important;
}

.newscol {
    float: left;
    width: 19.5%;
    position: relative;
    padding: 8px;
}

.news-img {
    object-fit: fill;
    object-position: top;
    width: 100%;
    height: 200px;
    cursor: pointer;
    margin-bottom: 10px;
    background: linear-gradient(to top,#d2d2d2 -4%,#fbfdf4 100%);
    padding: 3px;
    box-shadow: 1px 1px 3px 0px #828282;
}

.infraimg {
    width: auto;
    height: 300px;
    margin-bottom: 15px;
    border: 2px solid #CBCBCB;
}
/**************************************video******************************************/
.videost {
    height: 100%;
    width: 100%;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.5s;
    display: block;
    background: #000;
}

.overlay-content {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    background: url(../images/bubles.png) repeat;
    height: 100vh;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #484848;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    font-size: 60px;
    display: block;
}

.overlay .closebtn img {
    width: 60px;
    transition: all 3s;
    animation: mymove 3s infinite;
}

@keyframes mymove {
    from {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}

@keyframes mymove {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.3);
    }
}

.overlay .data {
    position: absolute;
    width: 100%;
    top: 100px;
    z-index: 99;
}

.overlay .data section {
    text-align: center;
    margin: auto;
    margin-top: 15%;
}

.overlay .data section h2 {
    color: #fff;
    border-bottom: solid 1px #fff;
    width: 420px;
    padding-bottom: 5px;
    font-size: 48px;
    text-shadow: 3px 2px 3px black;
}

.overlay .data section h3 {
    color: #fff;
    font-size: 27px;
    margin-top: 10px;
    line-height: 25px;
    text-shadow: 0px 2px 1px black;
}

.overlay .data section .type-wrap {
    color: #ffe200;
    font-size: 25px;
    height: 32px;
    text-shadow: 2px 3px 2px black;
}

.typed-cursor {
    display: none;
}

.videobutton {
    cursor: pointer;
    position: absolute;
    top: 40%;
    display: block;
    z-index: 9;
    left: -94px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.videobutton:hover {
    left: 0px;
}
/**************************************tc button******************************************/
.tcsec article {
    background: #ffffff;
    padding: 10px;
    border: solid 1px #ffffff;
    margin-bottom: 20px;
}

.tcsec input {
    width: 100%;
    border: solid 1px #c7c7c7;
    padding: 10px;
    background: #efefef;
    margin: auto;
}

.tcsec input[type="submit"] {
    width: 30%;
    background: #0050b3;
    color: #ffffff;
    letter-spacing: 1px;
}

.tcsec input[type="submit"]:hover {
    width: 30%;
    background: #000;
    color: #ffffff;
    letter-spacing: 1px;
}
/**************************************video******************************************/
.white_bg {
    background: #fff;
}

.modal-dialog {
    width: 700px;
}

.modal-open .modal {
    padding-right: 0px !important;
}

.modal-body {
    padding: 0px;
}

.modal-body p {
    margin: 0px 10px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.modal {
    background: url(../images/popup.jpg) repeat;
    z-index: 99999 !important;
}

.modal-body img {
    height: 550px !Important;
    width: 100%;
    object-fit: fill;
    object-position: top;
}

.modal-header .close {
    margin-top: 0;
    color: #ffffff;
    opacity: 1;
    right: 10px;
    top: 6px;
    line-height: 1;
}

.modal-header {
    background: #0250b3;
    display: block;
    padding: 7px;
}

.modal-header h4 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: left;
}

.carousel-control.right, .carousel-control.left {
    background-image: inherit;
}

.carousel-control {
    top: 40px;
}

#ui-to-top {
    display: none;
}

.erp_links {
    right: 0px;
    position: fixed;
    bottom: 6px;
    z-index: 99999;
}

.read_more {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #0050b3;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 20px;
    color: black;
}

.read_more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 20px;
    border: solid 2px #151515;
}

.read_more:hover, .read_more:focus, .read_more:active {
    color: white;
}

.read_more:hover:before, .read_more:focus:before, .read_more:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.read_more:hover {
    border-radius: 20px;
    color: white;
}

.navbar-toggle {
    border: solid 1px #dadedf;
    top: 0px;
    background-color: #0250b3;
    margin: 0px;
}

.navbar-toggle .icon-bar {
    border: solid 1px #fff;
}
/**********************************************top_sec*********************************************************************/
.top_sec {
    background: #0050b3;
    height: 20px;
}

.top_sec marquee {
    margin: 0px;
    height: 20px;
}

.top_sec marquee p {
    margin: 0px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}

.top_sec ul {
    text-align: center;
    margin-bottom: 0px;
    float: right;
}

.top_sec ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
}

.top_sec ul li a {
    color: #fff;
}

.top_sec ul li a .fa {
    color: #ffd600;
    margin: 0px 4px;
}

.top_sec marquee p a {
    color: #ffffff;
    padding: 0px 0px;
    margin-top: 6px !important;
}

.top_sec marquee p a:hover {
    color: #fffd9b;
}
.logo_sec img {
    margin-top: 0;
    max-width: 320px;
    padding: 20px;
    -webkit-filter: sepia(30%) hue-rotate(375deg) saturate(200%);
    filter: sepia(30%) hue-rotate(375deg) saturate(200%);
}

.logo_sec {
    background: #ffffff;
    position: relative;
    width: 100%;
    z-index: 9;
}
.navbar-nav {
    float: left;
    margin: 0;
    border: none;
}

.nav > li > a {
    color: #ffffff;
    font-family: Poppins-Regular;
    font-size: 16px;
}

.navbar-nav > li > a {
    /* padding: 6px 10px; */
    padding: 6px;
    border-left: 1px solid #f1f1f1;
    border-right: 0;
    width: auto;
    font-size: 14px;
    
}

.menu_left {
    float: right;
    height: auto;
}

.menu_right {
    float: right;
}

.menu_sec {
    background: #2e3192;
    display: none;
}

.menu_sec ul {
    text-align: center;
    float: none;
}

.menu_sec ul li {
    display: inline-block;
    float: none;
    line-height: 20px;
}

.menu_sec ul li a {
    color: #fff;
    padding: 10px 15px;
}

.menu_sec .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgb(32, 150, 243);
}

.dropdown-menu {
    z-index: 99999 !important;
    background: #fffffff0;
    font-family: Poppins-Regular;
}

.menu_sec ul li li a {
    line-height: 20px;
    padding: 5px 15px;
}

.menu_sec ul li li {
    display: block;
    text-align: left;
    line-height: 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #2096f3;
}

.logo_sec.fix-header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
    -webkit-transition: width 1s;
    transition: width 1s;
    transition: background 1s;
    top: 0px;
    box-shadow: -1px -2px 7px 3px #000000;
    border-bottom: 0px solid #0050b3;
}

.logo_sec.fix-header .navbar-nav > li > a {
    /* padding: 6px 8px; */
    padding: 6px;
    font-size:14px;
}

.logo_sec.fix-header img {
    width: 165px;
    margin-top: 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #2096f3;
    color: #fff;
}

.dropdown-menu > li > a {
    color: #000;
    line-height: 25px;
}
/**********************************************slider_sec*********************************************************************/
.slider_bottom_img {
    background: url(../images/bg-slider.html) repeat-x;
    height: 10px;
    margin-top: -10px;
    position: relative;
}

.slider {
    overflow: hidden !important;
    position: relative;
}

.parent_link {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-top: 16px;
    background: #006f3d; /* border-radius: 16px; */
    padding: 9px;
}

.parent_link a, .software_link a {
    color: #fff;
}

.parent_link a:hover, .software_link a:hover {
    color: #ffd600;
}

.software_link {
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-top: 16px;
    background: #006f3d; /* border-radius: 16px; */
    padding: 9px;
}

.online_reg {
    position: absolute;
    z-index: 9;
    margin: 0px auto;
    top: 125px;
    right: 0px;
}

.online_reg .animations {
    animation: blinker 2s linear infinite;
    background: #da170f !important;
    padding: 10px;
    padding-top: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@keyframes blinker {
    50% {
        background: #2e3192;
    }
}

.online_reg .animations a {
    color: #fff;
}

.online_reg .text_sec {
    float: right;
}

.online_reg .fa {
    color: #ffe200;
    font-size: 27px;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}

#jssor_1 {
    /* width: 1920px !important; */
}

.jssorb051 .i {
    position: absolute;
    cursor: pointer;
    overflow: hidden !important;
}

.jssorb051 .i .b {
    fill: #0250b3;
    fill-opacity: .5;
    stroke: #ffffff;
    stroke-width: 1000;
    stroke-miterlimit: 10;
    stroke-opacity: 1;
    display: block;
}

.jssorb051 .i:hover .b {
    fill-opacity: .7;
}

.jssorb051 .iav .b {
    fill-opacity: 1;
}

.jssorb051 .i.idn {
    opacity: .3;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

#jssor_1 img {
    object-fit: cover !important;
    /* width: 100% !important; */
}

#jssor_1 {
    object-fit: cover !important;
    -webkit-width: 100% !important;
    -moz-width: 99% !important;
}
/**********************************************about_sec*********************************************************************/
.about_us {
    padding-top: 30px;
    background: white;
    padding-bottom: 40px;
}

.about_us h2 {
    font-size: 30px;
    color: #1f1f1f;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 0px;
}

.about_us_sec h3 {
    text-align: center;
    color: #272727;
    font-size: 20px;
    margin-top: 15px;
}
/**********************************************Co-circular activities*********************************************************************/
.activities {
    padding-top: 40px;
    background: white;
    padding-bottom: 40px;
}

.activities img {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    margin-top: 1px;
    border: 5px solid #d6d6d6;
    border-radius: 100px;
}

.activities img:hover {
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    border: 5px solid #0050b3;
}

.activities_sec h3 {
    text-align: center;
    color: #272727;
    font-size: 20px;
    margin-top: 10px;
}

.activities_sec h3:hover {
    color: #0050b3;
}

.activities_sec h2 {
    font-size: 30px;
    color: #1f1f1f;
    margin-bottom: 20px !important;
    text-align: center;
    margin-top: 10px !important;
}
/**********************************************latest_news_sec*********************************************************************/
.latest_news_sec .bg_clr {
    padding-top: 0px;
    padding-bottom: 10px; /* background: #ffffff; */
}

.latest_news_sec h2 {
    color: #1f1f1f;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 0px;
}

.latest_news_sec article {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #b9b9b9;
}

.latest_news_sec article:hover {
    box-shadow: 0 0px 10px rgb(236, 236, 236);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    padding: 5px;
}

.latest_news_sec article img {
    width: 100%;
    height: 120px;
    border-bottom: solid 3px #9a9a9a;
    object-fit: fill;
    transform: scale(1,1);
    width: 80%;
    transition: all .3s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.latest_news_sec article img:hover {
    transform: scale(1.2,1.2);
}

.latest_news_sec article .news_img {
    overflow: hidden;
}

.latest_news_sec article h3 {
    color: #000000;
    margin-top: 10px;
    font-size: 19px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 21px;
    text-align: center;
}

.latest_news_sec article p {
    color: #525252;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    text-align: center;
}

.latest_news_sec article .attachment {
    position: absolute;
    background: #0050b3;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 89px;
    left: 30px;
}

.latest_news_sec article .attachment .fa {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    padding-top: 12px;
    transition: all 0.4s ease-in;
}

.latest_news_sec .clor_one img {
    border-bottom: solid 3px #9a9a9a;
}

.latest_news_sec .clor_one h3 {
    color: #000000;
    margin-top: 10px;
    font-size: 19px;
    margin-bottom: 5px;
    text-align: center;
}

.latest_news_sec .clor_one .attachment {
    background: #c30038;
}

.latest_news_sec .clor_two img {
    border-bottom: solid 5px #f18ec4;
}

.latest_news_sec .clor_two h3 {
    color: #f18ec4;
    margin-top: 10px;
    font-size: 19px;
    margin-bottom: 5px;
}

.latest_news_sec .clor_two .attachment {
    background: #f18ec4;
}

.latest_news_sec .read_more {
    padding: 1px 10px;
    font-size: 14px;
    display: initial;
    background: white;
    color: #0050b3;
    border: 2px solid #0050b3;
}

.latest_news_sec .read_more:hover {
    padding: 2px 10px;
    font-size: 14px;
    display: initial;
    background: #0050b3;
    color: #fff;
    border: 2px solid #0050b3;
}

.panel-body .colimg {
    width: 150px;
    height: 100px;
    float: left;
    margin: 0px 20px 0px 0px;
}

.innerdate a {
    color: black;
    font-size: 18px;
}
/**********************************************Events_sec*********************************************************************/
.event_sec {
    margin-top: 40px;
    margin-bottom: 40px;
}

.event_sec .image {
    display: block;
    width: 100%;
    height: auto;
}

.event_sec .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 102, 179, 0.80);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}

.event_details:hover .overlay {
    height: 100%;
}

.event_sec .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 85%;
}

.event_sec .attachment {
    position: absolute;
    background: #ffffff;
    top: 2px;
    left: 2px;
    padding: 0px 5px;
    height: 44px;
    line-height: 15px;
}

.event_sec .attachment a {
    color: #310000;
}

.event_sec .attachment .fa {
    font-size: 20px;
}

.event_sec h2 {
    color: #1f1f1f;
    margin-bottom: 15px;
    text-align: center;
    font-size: 26px;
}

.event_sec p {
    color: #444;
    text-align: center;
}

.event_sec .read_more {
    padding: 1px 10px;
    font-size: 14px;
    display: initial;
    background: white;
    color: #0050b3;
    border: 2px solid #0050b3;
}

.event_sec .read_more:hover {
    padding: 2px 10px;
    font-size: 14px;
    display: initial;
    background: #0050b3;
    color: #fff;
    border: 2px solid #0050b3;
}

.event_sec article {
    margin-top: 25px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    border: solid 3px rgba(0, 102, 179, 0.50);
    position: relative;
    width: 100%;
    padding-bottom: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
}

.event_sec article:hover {
    box-shadow: 0 0px 20px rgb(152, 177, 217);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.event_sec article h5 span {
    border: solid 1px #d4d4d4;
    padding: 2px 9px;
    margin: 1px;
    color: #000;
    border-radius: 20px;
}

.event_sec article h5 span a {
    color: #000;
}

.event_sec article h3 {
    text-align: center;
    margin-bottom: 11px;
    color: #252525;
    font-size: 20px;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 5px;
}

.event_sec article .overlay h3 {
    text-align: center;
    margin-bottom: 23px;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    width: 260px;
    display: none;
}

.event_sec article img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.event_sec article p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 8.5em;
    color: #fff;
    font-size: 17px;
    width: 85%;
    margin: auto;
    margin-bottom: 17px;
    line-height: 25px;
    vertical-align: middle;
}

.event_sec h5 {
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}

.event_sec h5 a {
    color: #fff;
}

.event_sec article .overlay h5 span {
    border-radius: 0px;
    color: #ffe93d;
    border: none;
}

.event_sec .clr_one .overlay h3 {
    color: #ffffff;
    display: none;
}

.event_sec .clr_one .overlay {
    background-color: rgb(0, 102, 179);
}

.event_sec .clr_two .overlay h3 {
    color: #ffffff;
    display: none;
}

.event_sec .clr_two .overlay {
    background-color: rgba(39, 39, 39, 0.81);
}

.event_sec .clr_three .overlay h3 {
    color: #ffffff;
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    font-size: 20px;
    display: none;
}

.event_sec .clr_three .overlay {
    background-color: rgba(19, 19, 19, 0.82);
}
/**********************************************message_sec*********************************************************************/
.message_sec {
    padding-top: 30px;
    padding-bottom: 50px;
}

.message_sec h2 {
    color: #1f1f1f;
    margin-bottom: 40px;
    text-align: center;
}

.message_sec h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    font-size: 26px;
}

.message_sec img {
    width: 100%;
    height: 442px;
    object-fit: cover;
    object-position: top;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.message_sec img:hover {
    box-shadow: 0 20px 60px rgba(4,75,194,0.2);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.message_sec .text_sec {
    background: #0250b3;
    height: 443px;
    padding: 40px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.message_sec .text_sec:hover {
    box-shadow: 0 20px 60px rgba(4,75,194,0.2);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.message_sec p {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    height: 283px;
}

.message_sec .view_button {
    position: absolute;
    bottom: 10px;
    left: -60px;
    z-index: 9;
    color: #000000;
}

.message_sec .view_button:hover .read_more:hover {
    background: #0050b3;
    color: #fff;
}

.message_sec .read_more {
    padding: 8px 10px;
    border-radius: 0px;
    color: #000000;
}

.message_sec .read_more:before {
    border-radius: 0px;
    border: solid 2px #0050b3;
}
/**********************************************gallery************************************************************/
.myDiv {
    display: none;
}

.selected_year {
    display: block;
}

#ddlYear {
    border: solid 1px #adadad;
    color: #001a52;
    width: 120px;
    height: 31px;
    padding: 5px;
    margin-top: 0px;
    background: #ffffff;
    font-weight: bold;
    margin-bottom: 7px;
}

.year_selction_sec {
    float: right;
    padding: 0px 15px;
    margin-top: 0px;
}

.year_selction_sec select {
    margin: 0px;
}

.year_selction_sec select {
    width: 100%;
    background: #0050b3;
    border: solid 1px #0050b3;
    height: 28px;
    color: #fff;
    margin-top: 15px;
}

.gallery_sec {
    padding-bottom: 30px;
    background: #ececec;
    padding-top: 27px;
}

.gallery_sec img {
    object-fit: fill;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    object-position: top;
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: -12px;
    margin-top: 0px !important;
}

.gallery_sec .image_two {
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.gallery_sec .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(21, 21, 21, 0.6705882352941176);
}

.gallery_sec .overlay h3 {
    color: white;
}

.img_sec {
    position: relative;
}

.img_sec:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.gallery_sec .read_more {
    padding: 5px 10px;
    font-size: 15px;
    margin-top: 5px;
    background: #0050b3;
    border: 2px solid #0250b3;
}

.gallery_sec .read_more:before {
    border: 0px;
}

.gallery_sec .img_sec {
    object-position: top;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.gallery_sec .img_sec:hover {
    box-shadow: 0 20px 60px rgba(4,75,194,0.2);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.gal-cate h2 {
    color: #1f1f1f;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}

.gal-cate h2 span {
    color: #0050b3;
}

.gallerygrid h5 {
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    background: #151515;
    padding: 5px 15px;
    margin-top: -35px;
    z-index: 9999;
    position: absolute;
}

.gal-cate img {
    object-fit: fill;
    object-position: top;
    width: 100%;
    height: 180px;
    cursor: pointer;
    margin-bottom: 10px;
}

.gal-cate {
    margin-bottom: 11px;
}

.gal-img {
    object-fit: fill;
    object-position: top;
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    background: linear-gradient(to top,#b7cce6 -4%,#fbfdf4 100%);
    padding: 3px;
    box-shadow: 1px 1px 3px 0px #828282;
}

.column {
    float: left;
    width: 16.5%;
    position: relative;
    padding: 0 6px;
}

.button {
    margin-top: 5px;
}
/**************************************Magnify Modal******************************************************/
.magnify-modal {
    position: fixed !important;
    z-index: 999999999 !important;
    padding-top: 10px !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    background-color: #000000d9 !important;
}

.magnify-header .magnify-toolbar {
    float: right;
}

.magnify-stage {
    position: absolute;
    top: 40px;
    right: 10px;
    bottom: 40px;
    left: 10px;
    z-index: 1;
    background: #0000000a;
    overflow: hidden;
}

.magnify-image {
    position: relative;
    display: inline-block;
    border: 5px solid white;
}

.magnify-image.image-ready {
    max-width: 100%;
    max-height: 100%;
}

.magnify-footer {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
}

.magnify-footer .magnify-toolbar {
    display: inline-block;
}

.magnify-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-width: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    background: rgb(0, 0, 0);
}

.magnify-button:hover {
    color: #fff;
    background-color: #f70f0f;
}

.magnify-button-close:hover {
    background-color: #f70f0f;
}

.magnify-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #333;
}

.magnify-loader::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    -webkit-animation: magnifyLoading 1s infinite linear;
    animation: magnifyLoading 1s infinite linear;
}

.magnify-loader::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

@-webkit-keyframes magnifyLoading {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
        transform: rotateZ(0deg) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
        transform: rotateZ(360deg) translate3d(0, 0, 0);
    }
}

@keyframes magnifyLoading {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
        transform: rotateZ(0deg) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
        transform: rotateZ(360deg) translate3d(0, 0, 0);
    }
}

:full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

:full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
}

:-webkit-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

:-moz-full-screen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

:-ms-fullscreen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

:fullscreen {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

:-webkit-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
}

:-moz-full-screen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
}

:-ms-fullscreen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
}

:fullscreen .magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
    background-color: #000;
}

::-webkit-backdrop {
    background-color: #000;
}

::backdrop {
    background-color: #000;
}

::-ms-backdrop {
    background-color: #000;
}

.is-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.is-grabbing {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.dips-grid a {
    color: black;
}

.dips-grid a:hover {
    color: #005919;
}

.panel-ppad {
    padding-top: 5px;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 2.5em;
    text-overflow: ellipsis;
}

#myImg, #myImg1, #myImg2 {
    width: 100%;
    border: 5px solid rgba(158, 158, 158, 0.1);
    background: #b9b9b9;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

.animodal {
    display: none;
    position: fixed;
    z-index: 99999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.animodal-content {
    margin: auto;
    display: block;
}

#anicaption, #anicaption2, #anicaption3 {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    height: 150px;
    font-size: 24px;
    text-transform: capitalize;
}

.animodal-content, #anicaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.close {
    outline: none;
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 28px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 0.5;
    color: white;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 780px) {
    .modal-content {
        width: 70%;
        height: auto;
        margin-left: -20%;
        margin-top: 0%;
    }

    .animodal-content, #anicaption {
        width: 70%;

    }
    #admisson{
    border: 4px solid blue;
    top: 60%;
    width: 170px;
    }
    .logo_sec img{
        position: relative;
        margin-left: 32%
    }

}
@media screen and (min-width: 320px) {
    #admisson{
    left: 5%;
    width: 120px;
      }


@media only screen and (max-width: 667px) {
    .modal-content {
        width: 70%;
        height: auto;
    }

    .animodal-content, #anicaption {
        width: 100%;
    }
    #admisson{
    top: 45%;
    width: 170px;
    margin-top:160px;
    border: 4px solid #0250b3;
    }
}
/*********************1st*************/
@media only screen and (max-width: 736px) {
    .modal-content {
        width: 70%;
        height: auto;
        border: 4px solid #0250b3;
    }

    .animodal-content, #anicaption {
        width: 100%;
    }
    #admisson{
    top: 50%;
    width: 170px;
    }
}
/************************2nd*************/
@media only screen and (max-width: ) {
    .modal-content {
        width: 70%;
        height: auto;
    }

    .animodal-content, #anicaption {
        width: 100%;
    }
    #admisson{
    top: 48%;
    width: 170px;
    border: 4px solid #0250b3;
    }
}
/************************3rd*************/
@media only screen and (max-width: 568px) {
    .modal-content {
        width: 70%;
        height: auto;
    }

    .animodal-content, #anicaption {
        width: 100%;
    }
    #admisson{
    top: 52%;
    width: 170px;
    border: 4px solid #0250b3;
    }
}
/************************4th*************/
@media only screen and (max-width: 736px) {
    .modal-content {
        width: 70%;
        height: auto;
    }

    .animodal-content, #anicaption {
        width: 100%;
    }
    #admisson{
    top: 45%;
    width: 170px;
    border: 4px solid #0250b3;
    }
}
/************************5th*************/
@media only screen and (max-width: 360px) {
    .modal-content {
        width: 70%;
        height: auto;
    }

    .animodal-content, #anicaption {
        width: 70%;
    }
    #admisson{
    margin-top: 133px;
    top: 41%;
    width: 170px;
    border: 4px solid #0250b3;
    }
}
/************************5th*************/
@media only screen and (max-width: 411) {
    .modal-content {
        width: 70%;
        height: auto;
    }

    .animodal-content, #anicaption {
        width: 100%;
    }
    #admisson{
    top: 30%;
    width: 170px;
    border: 4px solid #0250b3;
    }
}
/************************6th*************/
@media only screen and (max-width: 600px) and (min-width: 400px)  {
    .modal-content {
        width: 70%;
        height: auto;
    }

    .animodal-content, #anicaption {
        width: 100%;
    }
    #admisson{
    top: 38%;
    width: 170px;
    border: 4px solid #0250b3;
    }
}
/**********************************************footer*********************************************************************/
.footer_sec h3 {
    color: #ffffff;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 3px;
}

.footer_sec h4 {
    color: #ffffff;
    line-height: 22px;
    text-transform: none;
    margin-top: 0px;
    font-size: 17px;
}

.footer_sec a {
    color: #ffffff;
}

.footer_sec img {
    float: left;
    width: 45px;
    margin: 0px 27px 10px 27px;
}

.footer_sec .footer_one {
    background: #0250b3;
    min-height: 130px;
}

.footer_sec .footer_two {
    background: rgb(8, 91, 197);
    min-height: 130px;
}

.footer_sec .footer_three {
    background: #166adc;
    min-height: 130px;
}

.footer_sec_bottom {
    padding-top: 30px;
    background: #ececec;
    border-bottom: dashed 1px #fff;
}

.footer_sec_bottom h3 {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.footer_sec_bottom ul li {
    list-style-type: none;
    line-height: 28px;
    background: url(../images/tick.png) 0% 8px no-repeat;
    padding-left: 25px;
    font-size: 16px;
}

.footer_sec_bottom ul li a {
    color: #020202;
}

.footer_sec_bottom ul li a:hover {
    color: #0050b3;
}

.footer_sec_bottom_link {
    background: #151515;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer_sec_bottom_link p {
    text-align: center;
    margin-bottom: 0px;
    line-height: 25px;
    color: #ffffff;
    font-size: 15px;
}

.footer_sec_bottom_link a {
    color: #ffffff;
}

.footer_sec_bottom_link a:hover {
    color: #2f90dc;
}
/*********************************************mobileapp*******************************************************/
.mob_app {
    text-align: center;
    background: url(../images/bgpat.html);
}

.mob_app h2 {
    font-size: 20px;
    text-align: left;
    color: #101010;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mob_app .mob_sec img {
    margin-top: -20px;
}

.mob_app .icon_sec img {
    width: 125px;
    margin: 20px 5px;
    float: left;
    margin-left: 0px;
}

.mob_app .icon_sec p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 63px;
    line-height: 35px;
}

.mob_app .icon_sec h4 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #212121;
    font-size: 17px;
}

.mob_app h5 {
    color: #212121;
    font-size: 20px;
    text-align: left;
}

.res_logo {
    display: none;
    position: relative;
}

.res_logo img {
    width: 240px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0050b3;
    border-color: #0050b3;
    color: white;
}

.navbar-collapse.in {
    overflow-y: inherit;
    background: white;
}

.primary-btn {
    background: #0050b3;
    color: white;
    padding: 5px;
}
/*********************************************resposive*******************************************************/
@media (max-width:1479px) {
    .logo_sec img {
        max-width:180px;
        padding: 5px;
    }

    .navbar-nav > li > a {
        padding: 6px 8px;
        font-size: 16px;
    }

    .event_sec article img {
        height: 150px;
        object-fit: fill;
    }

    .event_sec article h3 {
        font-size: 17px;
        width: 100%;
    }

    .overlay .data section {
        margin-top: 10%;
    }
}

@media (max-width:1300px) {
    .footer_sec img {
        margin: 1px 10px 20px 10px;
        width: 40px;
    }

    .videost {
        height: 100vh;
        width: 100%;
    }

    .message_sec h3 {
        font-size: 21px;
        line-height: 28px;
    }
}

@media (max-width:1199px) {
    .logo_sec, .logo_sec.fix-header {
        height: auto;
    }

    .footer_sec_bottom .container {
        width: 100%;
    }

    .logo_sec .container {
        width: 100%;
    }

    .nav > li > a {
        padding: 6px 8px;
        font-size: 12px;
    }

    .videost {
        height: 100vh;
        width: 100%;
    }

    .modal-dialog {
        width: 700px;
        margin-top: 35px;
    }

    .modal-body img {
        height: 400px !Important;
    }

    .logo_sec img {
        max-width: 265px;
    }

    .footer_sec .footer_three, .footer_sec .footer_two, .footer_sec .footer_one {
        padding: 0px;
        min-height: 110px;
    }

    .event_sec article img {
        height: 200px;
        object-fit: fill;
    }

    .event_sec article h3 {
        font-size: 17px;
        width: auto;
    }

    .infraimg {
        width: auto;
        height: 220px;
    }

    .footer_sec h3 {
        margin-top: 20px;
        font-size: 20px;
    }

    .footer_sec h4 {
        font-size: 15px;
    }

    .news-img {
        height: 150px;
    }
}

@media (max-width:991px) {
    .online_reg {
        top: 300px;
    }

    .dropdown-menu {
        background: #fff;
    }

    .mob_app .mob_sec img {
        margin-top: 20px;
    }

    .footer_sec_bottom {
        padding-top: 15px;
    }

    .footer_sec_bottom ul {
        text-align: left;
    }

    .footer_sec_bottom ul li {
        background: none;
        padding-left: 0px;
    }

    .app_img_sec {
        width: 275px;
        margin: auto;
    }

    .footer_sec_bottom h3, .mob_app h2, .mob_app .icon_sec h4, .mob_app h5 {
        text-align: center;
        margin-top: 5px;
    }

    .row_sec {
        margin: 0px -15px;
    }

    .latest_news_sec .bg_clr {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .message_sec .view_button {
        left: 0px;
        bottom: 10px;
    }

    .about_us img {
        margin-top: 50px;
    }

    .slider_bottom_img {
    }

    .nav > li > a {
        padding: 10px 3px;
    }

    .navbar-nav {
        float: none;
        margin: 0 auto;
        margin-top: 5px;
        border-top: 1px solid #b9b9b9;
    }

    .logo_sec, .logo_sec.fix-header {
        height: auto;
        position: relative;
    }

    .logo_sec img {
        max-width: 100%;
        margin-top: 0px;
        margin: 0 auto;
    }

    .nav > li > a {
        padding: 10px 4px;
        min-width: 100px;
        text-align: center;
    }

    .footer_sec img {
        margin-top: 7px;
    }

    .footer_sec h4 {
        text-align: left;
        font-size: 14px;
        line-height: 1.1;
    }

    .inrleftimg {
        float: left;
        margin: 5px 25px 20px 0px;
        width: 340px;
    }

    .column {
        width: 33.3%;
    }

    .inrbg, .inrover, .facility {
        height: 300px;
    }

    .newscol {
        width: 24.8%;
    }
}

@media (max-width:895px) {
    .nav > li > a {
        padding: 10px 5px;
        font-size: 15px;
        min-width: 95px;
    }

    .mob_app h2 {
        margin-top: 50px;
    }
}

@media (max-width:857px) {
    .nav > li > a {
        padding: 6px 3px;
        font-size: 13px;
        min-width: 40px;
    }
}

@media (max-width:767px) {
    .modal-dialog {
        width: auto;

    }
    .youtube{
        width: 150px;
        margin-left: -167px;
        margin-right: 10px;
        position: relative;
        padding-top: 97px;
        right: 250px;

    }
    .mbutton {
    position: relative;
    left: 55%;
    top: 30%;
    
}

 


    .logo_sec img {
        margin-left: 25%;
        max-width: 180px;
        margin-top: 0px;
    }

    .navbar-nav {
        float: left;
        width: 100%;
    }

    .nav > li > a {
        padding: 10px 11px;
        width: 100%;
        border: none;
        float: left;
        border: 1px solid white;
    }

    .navbar-header {
        background: #dadedf;
        padding: 6px;
    }

    .event_sec article .overlay h3 {
        width: 340px;
    }

    .footer_sec .footer_three, .footer_sec .footer_two, .footer_sec .footer_one {
        min-height: 90px;
    }

    .footer_sec h3 {
        margin-top: 20px;
    }

    .modal-body img {
        height: 400px !Important;
    }

    .modal-dialog {
        width: 100%;
        margin-left: 0px;
        padding: 15px;
    }

    .overlay .data section {
        margin-top: 140px;
    }

    .footer_sec h4 {
        text-align: left;
        line-height: 36px;
        font-size: 15px;
    }

    .inrleftimg {
        float: none;
        margin: 0 auto;
        width: auto;
    }

    .infraimg {
        width: auto;
        height: 180px;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: #fff;
        color: #0050b3;
        font-weight: bold;
    }

    .column {
        width: 50%;
    }

    .newscol {
        width: 33.3%;
    }

    .logo_sec.fix-header .navbar-nav > li > a {
        /* padding: 10px 11px; */
        padding: 6px;
        border: none;
        font-size:14px;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #fff;
        border-color: none;
        color: #0050b3;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
    }

    .colmultiimg, .infraimg {
        height: auto;
    }

    .erp_links {
        right: 0px;
        position: absolute;
        bottom: 193px;
        z-index: 9;
    }

    .inrbg, .inrover, .facility {
        height: 220px;
    }

    .footer_sec img {
        margin-top: 7px;
        margin: 1px 28px 10px 25px;
        width: 40px;
    }
}

@media (max-width:650px) {
    .fullwidth650 {
        width: 100%;
    }

    .videost {
        height: 620px;
        width: 100%;
    }

    .newscol {
        width: 50%;
    }

    .colmultiimg {
        width: auto;
        height: auto;
        margin-bottom: 15px;
    }

    .overlay .data section h2 {
        width: 310px;
        font-size: 36px;
    }

    .overlay .closebtn img {
        width: 40px;
    }

    .news-img {
        height: 120px;
    }
}

@media (max-width:550px) {
    .fullwidth550 {
        width: 100%;
    }

    .erp_links img {
        width: 90px;
    }

    .breadcrumb {
        width: 100%;
    }
}

@media (max-width:450px) {
    .fullwidth {
        width: 100%;
    }
}

.oreg {
    width: 260px;
    /* margin-top: -45px; */
    position: relative;
}

.oreg p {
    text-align: center;
    background: #0050b3;
    color: white;
    border-radius: 5px;
    font-size: 18px;
}

.oreg a {
    color: white;
}

.oreg a:hover {
    color: #ffe200;
}
.logo_sec:before {
    contain: "";
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0250b3;
}

.navbar-nav:last-child {
    border-right: 1px solid #f1f1f1;
    background: #0250b3;
}
.logo_sec.fix-header .navbar-nav:last-child {
}
ul.curriculum {
    width: 100%;
    display: inline-block;
}

.curriculum li {
    /* display: inline-block; */
    height: 140px;
    overflow: hidden;
    padding: 0;
}

.curriculum li h2 {
    font-size: 15px;
    margin: 10px 0px 10px 0px;
    color: #fff;
}

.curriculum li p {
    font-size: 15px;
    text-align: center;
}
.curriculum li p {
    font-size: 15px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    margin-bottom: 15px;
}

.curriculum li:nth-child(2) {
    background: #F44336;
    padding: 4px;
    margin-bottom: 20px;
}
.curriculum li:nth-child(4) {
    background: #9C27B0;
    padding: 4px;
}
.curriculum li:nth-child(6) {
    background: #00BCD4;
    padding: 4px;
}
.curriculum li img {
}
.curriculum li a {
    color: #0250b3;
    background: #fff;
    padding: 3px 8px;
    border-radius: 20px;
}
.fee_table{
    margin: auto;
    border: 5px solid #009be6;
    font-size: 16px;
    max-width: 750px;
}
.fee_table td{
    padding: 6px 5px;
}
.fee_table tr td:first-child{
    border-right: 5px solid #039be7;
    width: 50%;
    text-align: left !important;
}
.fee_table td.section_head{
    color: #0250b3;
    font-weight: 800;
    font-size: 18px;
}
.fee_table tr td:last-child {
    text-align: right;
}
tr.last-row{
    border-bottom: 2px solid #039be7;
}

.fee_table2{
    margin: auto;
    font-size: 16px;
    max-width: 750px;
    font-weight: 600;
}
.fee_table2 td{
    padding: 6px 5px;
}
.fee_table2 tr td:first-child{
    text-align: left !important;
    width:100%;
}
.fee_table2 td.section_head{
    color: #f44338;
    font-weight: 600;
}
.fee_table2 tr td:last-child {
    text-align: left;
    width: 125px;
    white-space: nowrap;
}
.color_red{
    color: #0150b3;
}
.color_green{
    color: #3ec325;
}
.color_blue{
    color: #03A9F4;
}
.contact_p h4 {
    background: #0266b2;
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 0px 1px #06426f;
    margin-bottom: 6px;
}

.contact_p p {
    margin-bottom: 11px;
    font-size: 15px;
}
.col-md-5.contact_p {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #dcdddf;
}
.section_head span {
    padding-bottom: 0px;
    border-bottom: 2px solid #0250b3;
}
div[class^="col-"] p[style^="text-align:j"] {
    padding: 10px;
    background: #b9b9b9;
     margin-bottom:0px
}
div[class^="col-"] p[style^="text-align:j"]:first-child{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
div[class^="col-"] p[style^="text-align:j"]:last-child{
     border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    margin-bottom: 20px
}
.glance {
    height: 90px;
    width: 90px;
    border: 3px solid;
    vertical-align: middle;
    transform: rotate(45deg);
    box-shadow: 5px 5px 5px;
    margin: auto;
    color: #0150b3;
    border-color: #0150b3;
    background:#fff;
    border-radius: 10px;
    cursor: pointer;
}

.glance-title {
    width: 100%;
    margin-top: 25px;
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
}

span.glance-counter {
    color: #0150b3;
    border-color: #0150b3;
    font-size: 38px;
    transform: rotate(-45deg);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    height: 90px;
    width: 90px;
    vertical-align: middle;
    line-height: 90px;
}
/*@media only screen and (max-width: 1285px) {
  body {
    background-color: red;
  }
  .panel-default img{
    height: 540px;
  }
}

@media only screen and(width: 1440px) {
   .panel-body img{
    height: 515px;
    background: red
  }
}
@media only screen and (max-width: 2560px) {
  body {
    background-color: red;
  }
  .panel-default img{
    height: 486px;
  }
}*/
@media only screen and (max-width: 786px) {
    .youtube {
    position: relative;
    width: 125px;
  }
}
@media only screen and (max-width: 1024px) {
    .youtube {
    position: relative;
    width:  118px;
  }
}
@media (max-width:767px) {
    .add-opensky {
        position: relative;

    }
 
}
@media only screen and (max-width: 414px) {
    .add-opensky {
        position: fixed;
        top:35%;
        width: 180px;
    }
}
@media only screen and (max-width: 768px) {
    .youtube {
    position: relative;
    width: 125px;
    margin-top: 7%;
  }
}