@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'PT Serif', serif;;
font-family: 'Playfair Display', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/

body {
    /*font-family: 'Open Sans', sans-serif;*/
	 font-family: "Poppins", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex !important; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cutom-logo>.navbar-brand>img {
    height: 56px;
}

.logo-title {
    margin-bottom: 0px;
    font-weight: 700;
    position: relative;
    top: 5px;
    color: #2c5895;
    font-size: 28px;
    left: 0px;
    /* text-shadow: 0px 3px 4px rgb(0 0 0 / 20%); */
    /* text-transform: uppercase; */
    /* letter-spacing: 0px; */
    font-family: roboto;
}

.grid-h {
    display: grid;
}

.coloumn-2 {
        grid-template-columns: 45% 55%;
    row-gap: 10px;
}

.top-header {
    background: #166ea4;
}

.main-header {
    background: #d9f0ff;
    box-shadow: 2px 3px 12px #0000001a;
}

.main-header .navbar-light .navbar-nav .active>.nav-link,
.main-header.navbar-light .navbar-nav .nav-link.active,
.main-header.navbar-light .navbar-nav .nav-link.show,
.main-header.navbar-light .navbar-nav .show>.nav-link {
    /* color: rgb(76 76 76 / 90%); */
    
    text-transform: uppercase;
}

.main-header .navbar-light .navbar-nav .nav-link {
    color: rgb(26 26 26);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
   
    /*font-family: 'Roboto', sans-serif;*/
}
ul.dropdown-menu li a:hover {
    background: #d9f0ff;
    color: #000;
    padding-left: 20px;
}
.lisitem-style li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
   
    display: flex;
    align-items: center;
    justify-content: center;
}


.lisitem-style li a .fa {
    color: #f4fdff !important;
    FONT-SIZE: 20px;
    margin: 0px 8px 0px 9px;
}

.main-header .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    padding: 10px 14px;
   
}

.notice_line {
    /*float: left;*/
    width: 100%;
    padding: 10px 0px;
    background: #091722;
    position: relative;
    padding-left: 170px;
    padding-right: 15px;
}

.notice_line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 131px;
    bottom: 0;
    background: #e5b42b;
    top: 0;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    padding-top: 6px;
	z-index:99999;
}

.notice_line::after {
    left: 131px;
    position: absolute;
    content: "";
    clear: both;
    border-left: 24px solid #e5b42b;
    border-bottom: 22px solid transparent;
    border-top: 21px solid transparent;
    top: 0;
}

.notice_line ul {
    margin: 0px;
    padding: 0px;
}

.notice_line li::before {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    height: 17px;
    background: #9d9d9d;
    top: 6px;
}

.notice_line ul li a {
    color: #cacaca;
    font-weight: 600;
    line-height: 19px;
    position: relative;
    top: 3px;
}

.notice_line li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
}

.notice_line ul li a:hover {
    color: #e5b42b;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0px;
    background: #166ea4;
    top: 63px;
    border: 0px;
    border-radius: 0px;
}

.cta1 .callouts_caption {
    background: rgba(18, 135, 116, 0.8);
}

.callouts img {
    width: 100%;
    height: auto !important;
}

.cta-content-inner h2 a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.cta-content-inner img {
    width: 75px !important;
    display: block;
    margin: 0 auto 1em;
    max-width: 75px !important;
}

.cta-content-inner {
    margin-top: 15px;
}

.title h1 {
    color: #2d2e2e;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    position: relative;
}

.title h1 span {
    color: #3eb2ce;
}

.testimonials-wrapper {
    padding: 40px 0px;
    background: url(../images/about_bg.jpg);
    background-size: cover;
    background-position: bottom;
}

.testimonials-wrapper {
    margin: 0;
    padding: 75px 0 123px;
    width: 100%;
    float: left;
    text-align: center;
}

.border_dasho {
    border: 2px dashed #cedbe5;
    padding: 15px;
}
.img_prp img {
    width: 100%;
}

.img_prp {
    
    box-shadow: 1px 2px 7px rgb(0 0 0 / 30%);
}
/* .img_prp {
    width: 145px;
    float: left;
    border-radius: 50%;
    /* border: 5px solid #000; 
} */

.testimonials-wrapper {
    margin: 0;
    padding: 75px 0 90px;
    width: 100%;
    float: left;
    text-align: center;
}

/* .img_prp {
    width: 145px;
    float: left;
    border-radius: 50%;
    /* border: 5px solid #000; 
} */

.testimonials-wrapper p {
    color: #666;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 15px;
    padding: 0px 0px 22px 20px;
    text-align: justify !important;
    margin-bottom: 20px;
}

a.rmore {
    background: #0860a3;
    color: #fff !important;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: -1px;
}

.news_event {
    background: #dee8f0;
    padding: 10px 10px 0 10px;
    width: 100%;
    float: left;
}

.news_event ul li .in-image {
    width: 86px;
    height: 79px;
    border-bottom: 1px solid #e9e9e9;
    position: absolute;
    background: #0860a3;
    overflow: hidden;
}

.news_event .tt-b-day {
    font-size: 28px;
    float: left;
    padding-left: 10px;
    line-height: 75px;
    margin-left: -1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

.tt-b-day-r,
.tt-b-amp {
    float: left;
    font-size: 10px;
    line-height: 12px;
    padding-top: 24px;
    padding-left: 5px;
    padding-right: 10px;
    color: #fff;
}

.tt-b-month {
    text-transform: uppercase;
}

.tt-b-date {
    display: block;
}

.news_event ul li .in-image div.in-turquoise {
    background: #054270;
}

.in-content h2 {
    text-transform: capitalize;
    font-size: 18px;
    text-align: left;
    color: #086096;
    margin-bottom: 5px !important;
    margin-top: 10px;
    margin-top: 0px;
}



.social {
    text-align: right;
}

.new_evt_wrapp {
    max-height: 395px;
    overflow-y: auto;
    width: 100%;
    float: left;
    min-height: 395px;
}

.in-content p {
    padding: 0px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 16px;
}


.news_event ul li .in-image div.in-turquoise {
    background: #054270;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

.in-content {
    padding-left: 96px;
    height: 78px;
    background: #cedbe5;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

.in-turquoise h6 {
    font-size: 10px;
}

.news_event ul li:hover .in-image>.in-turquoise {
    width: 86px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.news_event ul li .in-image div.in-turquoise {
    position: absolute;
    right: 0;
    width: 6px;
    height: 100%;
    background: #054270;
    text-align: center;
    padding-top: 35px;
    box-sizing: border-box;
    padding-left: 10px;
}

.in-image div.in-turquoise {
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
}

.testimonials-wrapper h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

/* .img_prp img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    object-fit: cover;
} */

.testimonials-wrapper h4 {
    color: #777;
    letter-spacing: 1px;
    font-size: 14px;
}

.principal_info h4{
    text-align: left;
    font-size: 13px;
}
.principal_info h5 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.testimonials-wrapper h4 {
    color: #777;
    letter-spacing: 1px;
}

.principal_info h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #0860a3;
}

.principal_info {
    /* float: right; */
    /* width: calc(100% - 160px); */
    padding: 30px 20px 4px;
}

.principal_wrapp p {
    text-align: left;
    margin-bottom: 0px;
}

.bg-light-b {
    background: #f1f4ff;
}

.callouts {
    margin-bottom: 15px;
}

.cta2 .callouts_caption {
    background: rgba(2, 112, 180, 0.8);
}

.cta3 .callouts_caption {
    background: rgba(154, 68, 2, 0.8);
}

.callouts {
    position: relative;
    padding: 0px !important;
    float: left;
    width: 100%;
}

.cta-content-inner p {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 0em !important;
    margin-bottom: 2em !important;
    padding-top: 1em !important;
 
    font-weight: 100 !important;
    text-align: left;
    color: #fff !important;
    line-height: 28px !important;
    font-family: "Open Sans", sans-serif !important;
    display: block;
    float: left;
    text-align: center;
}

.cta-content-inner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.callouts .callouts_caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: 1.5s opacity;
    padding: 15px 20px;
}

.callouts-wrapper .callouts {
    text-align: center;
    background-color: #fff;
    float: left;
    padding: 20px 0;
    width: 100%;
    align-items: stretch;
    display: flex;
    flex-direction: column;
}

a.rmore:hover {
    background: #282828;
}

.acaddemic_wrapp {
    width: 100%;
    float: left;
}

.aca_img {
    width: 100%;
    float: left;
}

.aca_caption {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    color: #fff;
    padding: 10px 10px;
    /* border: 1px solid #f1efef; */
    box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
    margin-bottom: 15px;
}

.aca_caption h3 {
    font-size: 22px;
    font-weight: 600;
    color: #009ffb;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    text-align: center;
}

.aca_img img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.aca_caption p {
    color: #777;
    font-size: 14px;
    letter-spacing: 0.256px;
    line-height: 25px;
    text-align: center;
	min-height: 29px;
}

.footer-wrapper {
    background: #101010;
    padding: 55px 0 0;
    float: left;
    width: 100%;
    color: #727272;
}

.footer-wrapper .fo-one {
    width: 100%;
}

.footer-wrapper .fo-one p {
    color: #727272;
}

address {
    margin: 0 0 20px;
    color: #aaa;
}

.footer-wrapper .fo-one span {
    display: block;
    color: #727272;
}

.footer-wrapper span a {
    color: #aaa;
}

.footer-wrapper h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 32px;
    position: relative;
    padding: 0 0 5px;
  
    font-size: 16px;
}

.footer-wrapper h3:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: -11px;
}

.footer-wrapper .fo-posts {
    float: left;
    margin: 0 0 25px;
    padding: 0;
    width: 100%;
}

.footer-wrapper .image-left {
    color: #fff;
    float: left;
    margin: 0;
    padding: 0 18px 0 0;
    transition: all 0.3s ease-out 0s;
}

.footer-wrapper .text-box-right {
    display: block;
    margin: 0;
    padding: 0 0 0 99px;
    text-align: left;
}

.footer-wrapper .text-box-right h4,
.footer-wrapper .text-box-right h4 a {
    color: #fff;
    margin: 0 0 3px;
    font-weight: 500;
}

.fo-posts .post-info {
    color: #727272;
    font-size: 12px;
}

.footer-wrapper .line {
    border-bottom: 1px solid #f1f1f1;
    float: left;
    margin: 0 0 25px;
    opacity: 0.2;
    width: 100%;
}

.footer-wrapper .footer-tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-wrapper .footer-tags li {
    margin: 0;
    padding: 0;
}

.footer-wrapper .footer-tags li a {
    border: 1px solid #2e2e2e;
    color: #727272;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 15px;
}

.footer-wrapper .fo-gal {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-wrapper .fo-gal li {
    float: left;
    list-style: outside none none;
    margin: 0 12px 12px 0;
    padding: 0;
    width: 28.7%;
}

.footer-wrapper .fo-gal li a img {
    border: medium none;
    transition: all 1s ease 0s;
    width: 100%;
}

.footer-wrapper .fo-gal li a img:hover {
    transform: scale(0.9);
}

.copyright-wrapper {
    padding: 40px 0;
    float: left;
    width: 100%;
    background: #101010;
    color: #929292dd;
}

.copyright-wrapper .social-iconbox {
    border-top: 2px solid #393939;
    position: relative;
    color: #dddd;
}

.copyright-wrapper .social-iconbox ul {
    margin: -25px 0 0 40px;
    padding: 0 0 30px;
}

.copyright-wrapper .social-iconbox li:before {
    background-color: #101010;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: -15px;
    position: absolute;
    top: -10px;
    width: 40px;
    z-index: -1;
}

.copyright-wrapper .social-iconbox li {
    display: inline-block;
    padding-right: 40px;
    position: relative;
    text-align: center;
    top: 14px;
    z-index: 9999;
}

/*==============Event Css Start Here=============*/
.event_wrapp_row {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.event_wrapp_row h3 {
    color: #0860a3;
    font-size: 24px;
    font-weight: 600;
    /* margin-bottom: 16px; */
}

.event_wrapp_row p {
    line-height: 30px;
}

.relt_button {
    text-align: right;
}

.relt_button a {
    padding: 10px 15px;
    background: #0860a3;
    color: #ffd303;
    border-radius: 5px;
}

.footer-wrapper h3:after {
    background: #3eb2ce;
}

.footer-wrapper h3:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: -11px;
}

.foo_links li a {
    color: #aaa;
}

a {
    color: #666666;
    transition: all 0.3s ease 0s;
}

.foo_links li a {
    line-height: 32px;
}

a:hover {
    color: #3eb2ce;
}

.team-wrapper {
    padding: 40px 0 40px;
    background: url(../images/graduation.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 70px;
}

.team-wrapper.team::before {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    /* background: rgba(111, 136, 83, 0.83); */
    background: rgba(12, 104, 163, 0.91);
}

.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    display: table;
    content: " ";
}

.gallery-section .gallery-content {
    width: 100%;
    float: left;
}

.gallery-section .gallery-caption {
    list-style-type: none;
    margin: 0;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.gallery-section .gallery-caption:hover img {
    opacity: 1;
}

.gallery-section .gallery-caption .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.gallery-section .gallery-caption:hover .caption {
    opacity: 1;
}

.gallery-section .gallery-caption img {
    margin: 0;
    padding: 0;
    float: left;
    z-index: 4;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%;
}

.gallery-section .gallery-caption .blur {
    background-color: rgba(0, 0, 0, .65);
    z-index: 5;
    position: absolute;
    padding: 30px;
}

.gallery-section .gallery-caption .caption-text h1 {
    font-size: 18px;
    font-family: "Oswald";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.889;
    text-align: right;
    right: 40px;
    letter-spacing: 4px;
}

.gallery-section .gallery-caption .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    text-align: center;
}

.gallery-section .gallery-caption .caption-text .gallery_caption_text span {
    font-family: Oswald, sans-serif;
    letter-spacing: 5px;
    font-weight: 400;
    position: absolute;
    bottom: 5%;
    right: 10%;
    color: #585745;
    font-size: 11px;
    font-family: "Oswald";
    color: rgb(238, 238, 238);
    text-transform: uppercase;
    line-height: 3.091;
    text-align: right;
    position: absolute;
}

.gallery-section .gallery-caption .caption-text .gallery_caption_icon span.fa-search {
    border-style: solid;
    border-width: 5px;
    border-color: #444;
    opacity: .9;
    width: 69px;
    height: 69px;
    position: absolute;
    top: 43%;
    display: inline-table;
    padding: 20px;
    right: 40%;
    left: auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 7px #222;
    -moz-box-shadow: 0 0 5px 7px #222;
    box-shadow: 0 0 5px 7px #222;
    background: #333;
    font-size: 24px;
    color: #fff;
    line-height: 1.083;
    text-align: right;
}

.gallery-section .owl-nav {
    text-align: center;
    float: left;
    width: 100%;
}

.gallery-section .owl-prev {
    width: 50%;
    text-align: right;
    float: left;
}

.gallery-section .owl-next {
    width: 50%;
    text-align: left;
    float: left;
}

.gallery-section .owl-nav .gallery_prev_div {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    background-color: rgba(225, 225, 225, 0);
    opacity: 0.75;
    width: 100px;
    height: 42px;
    padding: 8px;
    margin-right: 20px;
    text-align: left;
    float: right;
}

.gallery-section .owl-nav .gallery_prev_div .fa {
    margin-left: 5px;
    margin-right: 10px;
}

.gallery-section .owl-nav .gallery_next_div {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    background-color: rgba(225, 225, 225, 0);
    opacity: 0.75;
    width: 100px;
    height: 42px;
    padding: 8px;
    margin-right: 20px;
    text-align: right;
    float: left;
}

.gallery-section .owl-nav .gallery_next_div .fa {
    margin-right: 5px;
    margin-left: 10px;
}

.gallery-section .owl-stage-outer {
    margin-bottom: 30px;
}

.image_wrapp_gallery img {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
    transition: transform .9s;
}

.image_wrapp_gallery {
    background: #dee8f0;
    padding: 5px;
    border: 1px solid #d0dce7;
    transition: transform .9s;
    margin-bottom: 15px;
}

div.title {
    text-align: center;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 5px;
}

.title h2 {
    color: #2d2e2e;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    position: relative;
}

.title h2 span {
    color: #3eb2ce;
}

.gallery_section {
    padding: 40px 0px;
    float: left;
    width: 100%;
}

.content-wraper p {
    font-size: 16px;
    line-height: 200%;
}


/*mobile media query*/
@media only screen and (max-width:786px) {
	#innerpage {
    padding: 35px 0% !important;
	}
    body {
     
        font-size: 14px;
        overflow-x: hidden;
    }
	.inheading h2 {
    color: #ffffff;
    font-size: 15px !important;
    display: inline-block;
    padding: 20px 25px 10px 25px;
    font-weight: normal;
    /* margin-bottom: -21px; */
    border-radius: 8px 8px 0px 0px;
    font-weight: 500;
    text-transform: uppercase;
    /* margin-top: 32px; */
   top: 16px !important;
    position: relative !important;
}
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    nav.navbar ul.navbar-nav li.nav-item {
        padding: 5px 10px !important;
    }
    body {
        
        font-size: 14px;
        overflow-x: hidden;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: unset
    }

    .coloumn-2 {
        grid-template-columns: 1fr !important;
        text-align: center;
    }

    .content-wraper p {
        font-size: 16px;
        line-height: 200%;
        text-align: justify;
    }

    .social {
        text-align: center;
    }

    .navbar-light .navbar-toggler {
        color: rgb(255 253 242);
        border-color: rgb(22 110 164);
        padding: 0px;
        background: #166ea4;
        width: 41px;
        border-radius: 0px;
        height: 40px;
    }

    .navbar-brand {
        margin-right: 0;
    }
    .notice_line::before {
        width: 75px;
        font-size: 18px;
        z-index: 99;
    }
    .notice_line::after {
        left: 75px;
    }
    .title h1 {
        font-size: 20px;
    }
    .logo-title {
        font-size: 18px;
    }

    .cutom-logo>.navbar-brand>img {
        height: 55px !important;
    }

    .main-header .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #ffffff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 14px;
        padding: 10px 14px;
    }

    .principal_info {
        float: none;
        width: calc(100% - 0px);
        padding: 27px 0px;
    }

    .img_prp {
        float: none;
        border: 5px solid #19282a;
        margin: 0 auto;
    }

    .principal_info h4,
    .principal_info h5 {
        text-align: center;
    }

    .in-content h2 {
        font-size: 15px;
    }

    .new_evt_wrapp {
        overflow-y: hidden;
        max-height: none;
        min-height: none;
    }

    .in-content {
        height: auto;
    }
    div#navbarSupportedContent {
        position: absolute;
        top: 55px;
        z-index: 9999;
        background: #d9f0ff;
        width: 100%;
        left: 0;
    }

}

/* btn */
.read_more_btn a,
.course_btn a {
    border: 1px solid #000;
    padding: 10px 20px;
    color: #091722;
    transition: all ease-in-out 0.5s;
}

.read_more_btn a:hover,
.course_btn a:hover {
    border: 1px solid #000;
    padding: 10px 20px;
    color: #fff;
    background: #3eb2ce;
}

.scholar_btn,
.skilled_btn,
.book_btn,
.course_btn {
    text-align: center;
}

.scholar_btn a,
.skilled_btn a,
.book_btn a {
    border: 1px solid;
    color: #fff;
    padding: 8px 16px;
    transition: all ease-in-out 0.5s;
}

.scholar_btn a:hover {
    background: #359382;
}

.skilled_btn a:hover {
    background: #0b659e;
}

.book_btn a:hover {
    background: #974507;
}

.course_btn {
    margin: 8px 0 10px;
}

.image_wrapp_gallery:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.07);
}

.footer-wrapper span a:hover {
    color: #fff;
}
.lisitem-style li a:hover .fa {
    color: #d9f0ff !important;
    transition: .3S all;
}
 nav.navbar ul.navbar-nav li.nav-item{padding: 0px 0px;}

 nav.navbar ul.navbar-nav li.nav-item.active :hover{color: rgb(44 88 149);}
 nav.navbar ul.navbar-nav li.nav-item .nav-item .active :hover,  nav.navbar ul.navbar-nav li.nav-item .nav-link:hover{color: rgb(44 88 149);}
/* 
 .main-header .dropdown:hover .dropdown-menu{display: block;} */


 .foo_links li a:hover {
    color: #fff;
}

.in-banner {
  position: relative;
  z-index: 0;
}
.inheading {
 position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 100;
    padding: 0px;
    text-align: left;
    bottom: 50px;
    top: 0px;
    bottom: 0px;
}
.inheading h2 {
    color: #ffffff;
    font-size: 3.2em;
    display: inline-block;
    padding: 35px 25px 10px 25px;
    font-weight: normal;
    margin-bottom: 10px;
    border-radius: 8px 8px 0px 0px;
    font-weight: 500;
    text-transform: uppercase;
    top: 40px;
    position: relative;
    left: 8%;
}

.primarymenu .navbar-nav .dropdown-menu>li>a:hover{color#000;
}
.overlay-bnr {
position: absolute;

background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2, 0, 36, 0.33) 0%, rgba(9, 9, 121, 0.78) 37%, rgba(9, 15, 125, 0.78) 39%, rgba(0, 212, 255, 0.76) 100%);
width: 100%;
height:100%;
}
.breed-crum-div  {color:#fff} 




#innerpage h3 {
text-align: left;
font-size: 15pt;
padding: 10px 0px;
margin: 10px 0px;
border-bottom: 1px solid #9aacce;
color: #394c93;
}




/* 20 Dec 2021 */
.mission_list_item ul {
    margin-left: 30px;
    font-size: 16px;
}
.inner-page-paragraph {
    font-size: 16px;
}
.principal-img img {
    box-shadow: 3px 3px 5px rgb(0 0 0 / 19%);
    border: 1px solid;
    margin: 20px;
    padding: 10px;
    background: #e5fbff;
}
.principal_message {
    margin-top: 20px;
}

.principal_message h2 {
    color: #15576a;
    margin-bottom: 0;
}

.principal_message h4 {
    color: #15576a;
    margin-bottom: 15px;
}

.principal_message h6 {font-size: 20px;}

/* 21-12-2021 */
.library_content h5 {
    font-size: 22px;
    color: #3eb2ce;
	position: relative;
    margin-bottom: 15px;
}
.library_content p {
    font-size: 17px;
    font-weight: 500;
}
.library_content p span {
    float: right;
}
.library_content h5:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    background: #194972;
    top: 26px;
    left: 45%;
}



/* 12 jan 2022 */

ul.dropdown-menu li a:hover .dropdown-menu{
position: relative;
    /* left: 159px; */
    bottom: 0px;
    display: block;
    top: 0px;
    }
.navbar-expand-lg .navbar-nav .dropdown-menu:hover{display:block;
    }


/* 25 April 2022 */
.marquee {
    display: flex;
    background: #000000;
    color: #ffff;
	margin-bottom:-10px
}

.important-button {
width: 20%;
    text-align: center;
    position: relative;
    height: 0;    
}
ul.list-unstyled {
    display: flex;
 

}
.top-strip-header ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;

}
.important-button:before {content: "";
                             position: absolute;
    border-top: 23px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 20px solid #ffc602;
    top: 0px;
    right: -20px;
    z-index: 9;
                         }
.important-button h3 {
    margin: auto 0;
    padding: 12px 2px;
    font-size: 17px;
    background-color: #fbc601;
    color: #000;
    width: 100%;
   
    text-transform: uppercase;
    position: relative;
    font-weight: 800;top: 0;
}
.important-content {
    width: 100%;
}
.important-content marquee {
    margin-top: 11px;
}

ul.list-unstyled li a {color: #fff;font-weight: 500;}

ul.list-unstyled li a:after {content: "|";margin: 0 17px;}



.contentarea-bal {
	padding: 0 0%;
	background-image: url(../images/wave.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f1f1f1;
}

.box-shadow-bal {
	box-shadow: 0 2px 33px 2px rgb(121 124 148/18%);
	border-radius: 10px;
	background: #fff;
	width: 100%
}


 .ms-5 {
    margin-left: 20px !important;
    font-size: 16px;
    color: #684d4d;
    line-height: 38px;
}
.btn-col {
    background-color: bisque;
}



.social ul{
list-style: none;
    display: flex;
    margin-bottom: 0px;
    position: relative;
    top: 7px;
}


.social ul li a:hover {
    color: #404040;
    padding: 2px 5px;
    border: 1px solid;
    border-radius: 50%;
    margin-left: 15px;
    background: white;
}
.social ul li a {
    color: #404040;
    padding: 4px 5px;
    border: 1px solid;
    border-radius: 50%;
    margin-left: 15px;
    background: white;
}
.contentarea .sub-contentarea {
    padding: 20px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 6%);
    background-color: #fff;
    /* border-radius: 10px; */
    min-height: 300px;
}

#innerpage {
    padding: 35px 5%;
 
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f1f1f1;
}
.table>thead>tr>th {
    background-color: #444;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textlist {
	list-style: none;
	padding: 2px 20px;
}
ul.textlist li::before {
	content: "\f054";
	font-family: FontAwesome;
	color: #065ba7;
	position: absolute;
	top: 2px;
	left: -19px;
	font-size: 16px;
}
ul.textlist li {
    position: relative;
    line-height: 25px;
    text-wrap: wrap;
   
}
.primarymenu .navbar-nav .dropdown-menu>li>a {
  
    padding: 12px 15px;
    font-size: 0.85em;
    display: block;
    text-decoration: none;
    border-bottom: 1px dashed #ccc;
    font-weight: 600;
	text-transform: uppercase;
}
.in-banner img{width:100%}
.breadcrumb{
    margin-bottom: 0px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
}
.wh-100{
    height: 200px;
    width: 100%;
}
.socials ul {
    list-style: none;
    display: flex;
    margin-bottom: 0px;
    position: relative;
    top: 7px;
}
.socials ul li a {
    color: #ffffff;
    padding: 12px 15px 7px 15px;
    border-radius: 4px;
    background: #e50000;
    font-size: 20px;
    margin: auto;
}

.socials ul li a:hover {
    color: #ffffff;
    padding: 12px 15px 7px 15px;
    border-radius: 4px;
    background: #cf0000;
    font-size: 20px;
    margin: auto;
}
.socials ul li a i {
    margin-right: 10px;
    font-size: 1.5em;
}


.modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    overflow: hidden;
    outline: 0;
    height: auto;
}

