@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Open+Sans&family=Poppins:ital,wght@0,300;1,400&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=PT+Sans+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Italianno&display=swap');*/

body {
    font-family: 'Open Sans', sans-serif;
}

.container {
    width: 1300px;
}

.nav-tabs {
    display: inline-block;
    border-bottom: none;
    padding-top: 15px;
    font-weight: bold;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    border-radius: 0;
}

.nav-list {
    border-bottom: 1px solid #eee;
}

.nav-list>li {
    padding: 20px 15px 15px;
    border-left: 1px solid #eee;
}

.nav-list>li:last-child {
    border-right: 1px solid #eee;
}

.nav-list>li>a:hover {
    text-decoration: none;
}

.nav-list>li>a>span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 15px 15px;
    text-align: center;
    width: 100%;
}

.navbar-default .navbar-nav>li>a {
    color: #999;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #b6b6b6;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #e7e7e7;
}

#wrap {
    margin: 50px 100px;
    display: inline-block;
    position: relative;
    height: 60px;
    float: right;
    padding: 0;
    position: relative;
}

.input-group {
    margin-top: 23px;
}


/*input[type="text"] {
    height: 60px;
    font-size: 18px;
    display: inline-block;
    font-weight: 300;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: -24px;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}*/

input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}

input[type="text"]:focus {
    width: 300px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
}

input[type="submit"] {
    height: 67px;
    width: 63px;
    display: inline-block;
    color: red;
    float: right;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .4s ease;
}

input[type="submit"]:hover {
    opacity: 0.8;
}

i.fa.fa-search {
    font-size: 16px;
    color: black;
    margin-top: 0px;
    padding-right: 20px;
}

a.dropdown-toggle:hover {
    color: black !important;
}


/*a.active:after {
    content: "";
    box-shadow: inset 0 -3px 0 #ef7c00;
    border-bottom: 3px solid #ef7c00;
    width: 100%;
    float: left;
    margin-top: 12px;
}*/

a.dropdown-toggle:hover {
    border-bottom: 3px solid #ef7c00 !important;
}

ul.nav.navbar-nav li a:hover {
    border-bottom: 3px solid #ef7c00 !important;
}

ul.admissions_block li a {
    font-weight: bold !important;
    color: #003d7c !important;
    text-transform: uppercase;
    box-shadow: none !important;
    font-size: 16px !important;
}

.dropdown-menu.mega-dropdown-menu ul {
    padding: 0 0 0 15px;
    list-style: none;
}

.dropdown-menu.mega-dropdown-menu ul {
    text-align: left;
}

.dropdown-menu.mega-dropdown-menu ul li a:hover {
    border: none !important
}

.dropdown-menu.mega-dropdown-menu ul li a {
    text-decoration: none !important;
    line-height: 2;
}

i.fa.fa-angle-right {
    color: #ef7c00;
    font-weight: bold;
    padding-right: 10px;
}

.navbar-default {
    background-color: #003062;
    border-color: #ffffff;
}

.mega-dropdown-menu {
    padding: 20px 15px 15px;
    text-align: center;
    width: 100%;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu.mega-dropdown-menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropdown-menu.mega-dropdown-menu strong {
    text-transform: uppercase;
    color: #003062;
    margin-bottom: 5px;
    display: block;
}

ul.education_block li a {
    color: #000000 !important;
}

i.fa.fa-caret-right {
    color: #ef7c00;
    font-weight: bold;
    padding-right: 10px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

a.active {
    padding-left: 0px !important;
}

a.dropdown-toggle:hover {
    background-color: white !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #000000 !important;
}

.navbar-nav>li>a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.navbar {
    min-height: auto;
    border-radius: 0px;
}

.header_logo {
    float: left;
}

.header_desc h2 {
    margin: 0px;
    padding-left: 62px;
    padding-top: 14px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #003062;
}

.header_desc h1 {
    padding-left: 60px;
    font-size: 28px;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    color: #003062;
}

.header_logo img {
    padding-top: 5px;
}

.mid_header_left {
    float: left;
    width: 50%;
}

.mid_header_right {
    width: 50%;
    padding-top: 13px;
    float: right;
}

.iso_certified img {
    width: 60%;
    padding-top: 14px;
}

.iso_certified {
    float: right;
}

.naac_cert img {
    width: 60%;
    padding-top: 14px;
}

.naac_cert {
    float: right;
    padding-right: 10px;
    text-align: center;
}

.admissions_button {
    float: right;
    margin: 0px;
}

.admissions_button a button {
    line-height: 20px;
    background: #003062;
    border-color: #003062;
    color: white;
    border: none;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mid_header_right h3 {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #003062;
    float: right;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

ul.nav.navbar-nav li a {
    color: white;
    font-size: 16px;
    padding-bottom: 14px;
}

.top_header_right li {
    padding-top: 4px;
}

li.admission_button_li {
    padding: 0px;
}


/*=======================header block ends================*/


/*=======================top header block begins==========*/

.top_header {
    padding-top: 5px;
    background-color: #e7e7e7;
    padding-bottom: 1px;
}

.top_header_right {
    float: right;
    width: auto;
}

.top_header_right ul {
    list-style-type: none;
    float: right;
    display: flex;
    margin-bottom: 5px;
}

.top_header_right ul li {
    padding-left: 5px;
    padding-right: 20px;
}

.top_header_right ul li a {
    color: rgb(0 0 0);
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}


/*=======================top header block ends==========*/


/*=======================banner style begins==============*/

section.banner_block {
    background-image: url(../images/banner_img_20.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.banner_block h1 {
    padding: 30px;
    line-height: 1.6;
    font-size: 56px;
    color: #003062;
    padding-top: 97px;
    padding-bottom: 97px;
    margin: 0px;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.heading_block {
    width: 580px;
}

section.banner_block h1 span {
    font-size: 74px;
    letter-spacing: 7px;
}


/*=======================banner style ends================*/


/*=======================intro block begins===============*/

.intro_desc_block {
    padding-right: 60px !important;
    padding-left: 60px !important;
    padding: 48px 0;
}

.intro_desc_block h2 {
    font-size: 40px !important;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400;
}

.intro_desc_block {
    text-align: center;
}

.intro_desc_block p {
    font-size: 19px;
    line-height: 2;
    margin-bottom: 0px;
    font-weight: 300;
}

.tab_block {
    text-align: center;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}


/********************************************************************/


/*** PANEL DEFAULT ***/

.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #ffffff;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #ffffff;
    background-color: #ddd;
    border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #ffffff;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #ffffff;
    background-color: #555;
}


/********************************************************************/


/*** PANEL PRIMARY ***/

.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #ffffff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #ffffff;
    background-color: #3071a9;
    border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    background-color: #4a9fe9;
}


/********************************************************************/


/*** PANEL SUCCESS ***/

.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #ffffff;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #3c763d;
}


/********************************************************************/


/*** PANEL INFO ***/

.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #ffffff;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #ffffff;
    background-color: #bce8f1;
    border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #31708f;
}


/********************************************************************/


/*** PANEL WARNING ***/

.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #8a6d3b;
}


/********************************************************************/


/*** PANEL DANGER ***/

.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f2dede;
    /* bg color */
    border-color: #ebccd1;
    /* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #a94442;
    /* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ebccd1;
    /* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    /* active text color */
    background-color: #a94442;
    /* active bg color */
}

.panel.with-nav-tabs.panel-default {
    border: none;
}

.tab_block .panel-heading {
    border: none;
}

.tab_block li.active a {
    background: rgb(242, 124, 54) !important;
    color: white !important;
    border-radius: 5px !important;
    line-height: 125%;
    font-size: 16px;
    border: 1px solid #f27c36;
    color: #f27c36;
    border-radius: 5px;
    min-width: 110px;
    padding: 10px 20px;
    margin: 0 5px 0px 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
}

ul.nav.nav-tabs.tabs_block li a {
    line-height: 125%;
    font-size: 16px;
    border: 1px solid #f27c36;
    color: #f27c36;
    border-radius: 5px;
    min-width: 110px;
    padding: 10px 20px;
    margin: 0 5px 18px 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
}

ul.nav.nav-tabs.tabs_block li a:hover {
    background-color: #f27c36;
    color: white;
}

ul.nav.nav-tabs.tabs_block {
    padding-top: 0px;
}

.panel.with-nav-tabs.panel-default .panel-heading {
    padding: 0px;
}

div#tab1default {
    box-shadow: 0 0px 10px rgb(0 0 0 / 16%), 0 0px 10px rgb(0 0 0 / 16%);
}

.col-md-6.intro_left img {
    display: block;
    width: 100%;
}

a.hover {
    margin-top: 0;
    color: #616161;
    text-decoration: none;
}

.image_desc h3 {
    text-align: left;
    font-size: 14px;
    border-bottom: 2px solid gainsboro;
    padding-bottom: 8px;
}

.image_desc {
    background: white;
    color: #333;
    display: inline-block;
    padding: 10px;
    z-index: 2;
    position: relative;
    width: 100%;
    /*height: 125px;*/
    border-right: 1px solid #ddd;
}

p.arrow {
    padding-left: 28px;
    background-size: 14px 26px;
    background-image: url(../images/gt-arrow.png);
    background-repeat: no-repeat;
    margin-left: 12px;
}

p.arrow {
    text-align: justify;
}

em.orange-text {
    color: #ef7c00;
}

.col-md-6.intro_left {
    padding: 0px;
}

.col-md-6.intro_left {
    box-shadow: 0 0px 0px rgb(0 0 0 / 16%), 0 0px 10px rgb(0 0 0 / 16%);
}

.image_block:hover {
    opacity: 0.7;
}

.panel.with-nav-tabs.panel-default {
    margin-bottom: 0px;
}


/*=======================intro block ends=================*/


/*=======================subintro block begins================*/

.sub_intro_img img {
    width: 100%;
}

.sub_img_block img {
    width: 100%;
}

.inner_texs {
    padding: 20px;
}

.sub_img_block {
    padding-left: 30px;
    padding-right: 30px;
}

.caption {
    color: #fff;
    background: #376ba5;
    padding: 37px;
    width: auto;
    margin-top: 40px;
}

h3.nomargintop {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
}

.caption p {
    font-size: 18px;
    font-weight: 300;
}

a.btn.learn-more {
    padding: 6px 18px;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

a.btn.learn-more:hover {
    background-color: white;
    color: black;
}


/*=======================subintro block ends================*/


/*=======================about block begins=================*/

section.about_block {
    padding-top: 10px;
}

.col-md-3.gallery1 {
    padding: 0px;
    width: 20%;
}

.col-md-3.gallery1 img {
    width: 100%;
}

.item {
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
}

.item img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.item img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.img-thumbnail {
    border: 0px;
    border-radius: 0px;
}


/*=======================about block ends=================*/


/*=======================leadership block begins==========*/

section.leadership_block {
    clear: both;
    padding-bottom: 48px;
}

.col-md-6.leadership_left {
    border-right: 1px solid white;
    padding: 0px;
}

.col-md-6.leadership_left img {
    width: 100%;
}

.col-md-6.leadership_right img {
    width: 100%;
}

.col-md-6.leadership_right {
    padding: 0px;
}

.headline.text-center.left-gradient {
    background: -webkit-linear-gradient(left, #e98f2e, #d36844);
    color: white;
    padding: 24px;
}

.resizeHeight p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.resizeHeight h3 {
    font-size: 25px;
}

.headline.text-center.right-gradient {
    background: -webkit-linear-gradient(left, #d26649, #b5366b);
    color: white;
    padding: 24px;
}


/*=======================leadership block ends==========*/


/*=======================events block begins============*/

.newsfeed-item {
    display: inline-block;
    margin: 20px 0;
    margin-top: 0px;
}

.newsfeed-cal {
    text-align: center;
    width: 70px;
    float: left;
    display: inline-block;
}

.newsfeed-caldate {
    background: #003d7c;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
}

.newsfeed-calday {
    background: #003d7c;
    color: #ffd2a3;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 0;
    text-transform: uppercase;
}

.newsfeed-details {
    margin-left: 90px;
}

h5.feed-title {
    color: #555555;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 300;
    font-size: 18px;
}

.feed-text {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
}

.button_block {
    text-align: center;
}

section.events_block {
    padding-bottom: 65px;
    background-color: #ededed;
    padding-top: 0px;
}


/*=======================events block ends============*/


/*footer block style*/

.footer-bgtint {
    margin: 0;
    padding: 40px;
    color: #e2e1e1;
    background-color: #96000bd6;
    height: 137px;
}

.footer-block {
    background: url(../images/foot2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-logo {
    margin: 20px 0px 100px 0px;
}

.footer-about {
    font-size: 25px;
    color: black;
}

.footer-content-p {
    font-size: 16px;
    line-height: 2em;
    color: #f1f1f1;
    padding: 27px;
}

.footer-telno {
    padding-left: 850px;
}

.footer-content-p1 {
    font-size: 15px;
    color: #ccc;
}

i.fa.content {
    font-size: 30px;
    margin: 0px 0px 0px 30px;
    color: black;
}

img.footer-logo {
    padding: 20px;
    background: #fff;
}

.col-md-6.footer_icon i {
    font-size: 36px;
    padding-right: 100px;
    color: #000000;
}

.rights-content.col-md-6 {
    padding-top: 24px;
    color: #f1f1f1;
    padding-left: 40px;
}

.events_block {
    padding: 10px 5px;
}

.date_block {
    float: left;
    width: 70px;
    margin-right: 20px;
}

.date_block>h4 {
    margin: 0 0;
    font-size: 14px;
    padding: 9px 0;
    background-color: #96000b;
    color: white;
}

.date_block>h3 {
    margin: 0 0;
    font-size: 14px;
    padding: 9px 0;
    background-color: rgb(197, 197, 197);
    color: black;
}

.event_detblock>p {
    color: #949292;
    margin-top: 0;
}

.event_detblock>p>a {
    color: black;
}

.col-md-6.news_events {
    padding-left: 44px;
}

.upcoming_events h2 {
    margin: 0px;
    margin-bottom: 20px;
}

.announce_div {
    padding: 9px 5px 14px;
    border-top: 1px solid #ffda75;
}

p#all_para {
    color: #090a3a;
    font-weight: 400;
}

a.events_view {
    text-decoration: none;
}

footer.footer_block {
    background-image: url(../images/map3.jpg);
    clear: both;
}

h6.up-services {
    color: white;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: normal;
}

p.foot-para {
    color: white;
    line-height: 26px;
    text-align: justify;
    font-weight: 300;
    padding-right: 30px;
}

p.foot-para {
    color: white;
    line-height: 26px;
    text-align: justify;
    font-weight: 300;
    padding-right: 30px;
}

p.foot-para>a {
    color: white;
    font-weight: 300;
    text-decoration: none;
}

ul.links li {
    float: left;
    width: 50%;
    list-style-type: none;
    position: relative;
}

ul.links li a {
    color: white;
    line-height: 40px;
    font-size: 14px;
    padding-bottom: 3px;
    font-weight: 300;
    text-decoration: none;
}

ul.links_style li {
    list-style-type: none;
    position: relative;
}

ul.links_style li a {
    color: white;
    line-height: 40px;
    font-size: 14px;
    padding-bottom: 3px;
    font-weight: 300;
    text-decoration: none;
}

.rights {
    padding: 10px 0px;
    background: #032a53;
    color: white;
}

p.pull-left {
    padding-top: 7px;
    font-weight: 300;
}

.pull-left {
    float: left!important;
}

p.pull-right1 {
    float: right;
    padding-top: 7px;
    font-weight: 300;
}

span.dobig {
    color: white;
}

.mid_header_left.footer_text {
    width: 100%;
}

.mid_header_left.footer_text h2 {
    color: white;
    font-size: 22px;
    padding-top: 20px;
}

.mid_header_left.footer_text h1 {
    font-size: 22px;
    color: white;
}

h3.affiliated_footer {
    color: white;
    line-height: 1.4;
    float: right;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
}

.widgets-social a {
    background: #ffffff;
    width: 36px;
    height: 36px;
    color: #000;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px;
}

.widgets-social {
    margin-left: 40px;
}

.dropdown-toggle {
    color: #fff;
    background-color: #003062;
    font-size: 16px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    position: relative;
    display: block;
    padding: 10px 15px;
}


/* notification block */

.view-content {
    padding: 23px 0px 30px;
    background: #003062;
}

.text-icon {
    float: left;
    width: auto;
    margin-top: 7px;
}

.text-news>h3 {
    font-size: 16px;
    color: #12125a;
    line-height: 26px;
    text-align: justify;
}

.text-news>h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
    text-align: justify;
}

a#slide-left {
    background: transparent;
    width: 0%;
    left: 95%;
    top: -20%;
    color: black;
}

a#slide-right {
    background: transparent;
    width: 0%;
    left: 97.5%;
    top: -20%;
    color: black;
}

span.fa-stack {
    font-size: 12px;
    color: #ffffff;
    background: transparent;
    border-radius: 50%;
}

.text-news {
    padding-left: 115px;
}

div#side-item img {
    margin-top: 0px;
}

.col-md-6.founder_img_left {
    background-image: url(../images/founder_img.jpg);
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
}

.description_block_founder {
    position: absolute;
    margin-left: -114px;
    margin-top: 44px;
    background-color: #376ba5;
    color: white;
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
    padding: 37px;
}


/*=====================leadership block begins===========*/

.event-title.event-title-2 h3 {
    text-transform: uppercase;
    font-weight: 300;
    color: #96000b;
    margin-bottom: 35px;
}

.event-title>h3>span:before {
    border-bottom: 3px solid #58709b;
    content: '';
    height: 1px;
    width: 230px;
    position: absolute;
    margin-top: 44px;
}

.event-title>h3>span:after {
    border-bottom: 4px solid #203152;
    content: '';
    height: 0px;
    width: 63px;
    position: absolute;
    margin-top: 41px;
    left: 15px;
    border-radius: 1px;
}

.col-md-6.guest_left {
    padding-left: 0px;
}

.news-inner {
    margin-bottom: 20px;
}

.news-inner h3 {
    margin-top: 8px;
    color: #96000b;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 6px;
}

p.name_block {
    color: black;
    margin-bottom: 5px;
}

p.guest_date_block {
    color: #a7a7a7;
    font-weight: 400;
    font-size: 14px;
}

.pricipal_desc {
    background-image: url(../images/award_img_2_banner.jpg);
    /* background-image: url(../images/award_img_march_banner.jpg);*/
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
}


/*=====================leadership block ends=============*/


/*=====================subbanner block begins============*/

.full_subbanner {
    background-color: #000000b8;
    height: auto;
    margin-top: 0px;
}

.full_subbanner h1 {
    color: white;
    font-size: 40px;
    padding-top: 18px;
}

section.subbanner_block {
    background-image: url(../images/subbanner_img.jpg);
}

section.aes_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.aes_block h1 {
    margin: 0px;
    font-size: 30px;
    color: black;
}

section.aes_block h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #087837;
    margin-bottom: 35px;
}

.subbanner_h3>h3>span:before {
    border-bottom: 3px solid #ffffff;
    content: '';
    height: 1px;
    width: 230px;
    position: absolute;
    margin-top: 35px;
}

.subbanner_desc p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
}

.subbanner_desc ul {
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    list-style-type: none;
    padding-left: 0px;
}

i.fa.fa-star {
    color: #003062;
    font-size: 12px;
}


/*=====================subbanner block ends============*/

#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 18px;
    font-weight: 400;
    color: black;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #003062;
    color: white;
}

.col-md-4.iqac_img_block img {
    width: 100%;
}

.col-md-4.iqac_img_block img {
    margin-top: 0px;
    width: auto;
}

.col-md-8.iqac_desc p {
    font-size: 18px;
    color: black;
    line-height: 2;
    text-align: justify;
}

section.goal_block {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #e6e6e6;
}

section.goal_block h3 {
    margin: 0px;
    margin-bottom: 30px;
}

section.goal_block.functioning_block {
    background-color: white;
}

section.iqac_table {
    padding-top: 40px;
    padding-bottom: 60px;
}

section.iqac_table h3 {
    margin: 0px;
}

section.iqac_table table {
    margin-top: 30px !important;
}

.col-md-6.milestones_img {
    padding-top: 30px;
}

.col-md-6.milestones_img {
    padding-top: 30px;
}

.col-md-6.milestones_img img {
    width: 100%;
}

section.chart_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.col-md-8.chart_mid {
    text-align: center;
}


section.ranking_block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ranking_desc {
    padding: 10px;
    background-color: #e9e9e9;
}

.ranking_desc h3 {
    margin-top: 0px;
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
    color: black;
}

.ranking_desc {
    padding: 20px;
    background-color: #e9e9e9;
}

.ranking_desc p {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
}

.ranking_desc {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

section.vission_block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.vission_desc img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.vission_desc {
    margin-bottom: 30px;
}

.vission_desc h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #424242;
    margin: 0 0 1px;
    margin-bottom: 10px;
    text-transform: none;
}

.vission_desc p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #424242;
    margin: 0 0 20px;
    text-align: justify;
}

.vission_desc h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #424242;
    margin: 0 0 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.description_block_founder a {
    padding: 6px 18px;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    border: 1px solid #ffffff;
    transition: all ease 0.2s;
    text-decoration: none;
}

section.princiapl_desk_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.col-md-8.pricipal_block_desc p {
    color: black;
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
    font-weight: 300;
}

.col-md-2.principal_resume p {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.col-md-2.principal_resume p i {
    color: maroon;
    font-size: 25px;
    padding-left: 6px;
}

ul.nav.navbar-nav li a:hover {
    color: white;
}

.banner_img_block img {
    width: 100%;
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 15%);
}

.banner_img_block {
    padding: 10px;
}

.description_block_founder h3 {
    margin-top: 0px;
}

.description_block_founder p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.description_block_founder a:hover {
    background-color: white;
    color: black;
}

.principal_img {
    background-image: url(../images/award_img_4_banner.jpg);
    height: 400px;
    background-size: cover;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d4d4d4;
}

.col-lg-7.col-sm-12.col-xs-12.home-masthead-intro-border {
    border-left: 9px solid #ef7c01;
    padding-left: 30px;
    margin-top: 60px;
    padding-top: 0px;
    margin-bottom: 60px;
}

.col-lg-7.col-sm-12.col-xs-12.home-masthead-intro-border h1 {
    color: #003D7c;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

.col-lg-7.col-sm-12.col-xs-12.home-masthead-intro-border p {
    color: #003D7c;
    font-size: 20px;
    display: block;
    width: 518px;
    margin-bottom: 25px;
    text-align: justify;
}

.col-lg-7.col-sm-12.col-xs-12.home-masthead-intro-border h3 {
    color: #003D7c;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.col-lg-7.col-sm-12.col-xs-12.home-masthead-intro-border h4 {
    color: #003D7c;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.profile_block p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

.intro_desc_block.profile_desc h2 {
    color: #003062;
}

.gallery_awards img {
    width: 100%;
}

.gallery_awards {
    width: 25%;
    float: left;
    margin-bottom: 0px;
}

section.principal_profile h2 {
    margin-bottom: 0px;
}

.header_desc a {
    text-decoration: none;
}

section.profile_block_img {
    background-image: url(../images/prifile_bg_img.jpg);
    height: auto;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover;
}

h1.home-biography-title {
    font-size: 56px !important;
    margin-bottom: 20px;
    margin-top: 0;
    color: #003062;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 200px;
}

p.home-biography-text {
    color: white;
    font-size: 24px;
    width: 600px;
}

span.home-biography-text-bar {
    border-bottom: 7px solid white;
    margin-top: 60px;
    display: block;
    width: 80px;
}

span.home-biography-text-link a {
    color: #ef7c00;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 37px;
    display: block;
    font-weight: 500;
    margin-bottom: 200px;
}

span.home-biography-text-link a {
    text-decoration: none;
}

.achievement_block {
    background: linear-gradient(to right, #3865a5 0%, #4e98bc 100%);
    display: block;
    padding: 115px 0px;
    color: white;
    text-align: center;
    height: auto;
    font-size: 50px;
    text-transform: uppercase;
    border-right: 1px solid white;
    font-weight: 700;
    width: 100%;
    text-decoration: none;
}

.achievement_left {
    padding: 0px;
}

.achievement_block a {
    color: white;
    text-decoration: none;
    font-size: 30px;
}

.achievement_block a:hover {
    color: #003D7c;
    transition: all 0.25s ease-out;
}

.achievement_block.right {
    background: linear-gradient(to right, #3865a5 0%, #4e98bc 0%, #60c3cf 100%);
}

.subbanner_h3 h3 {
    color: white;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 14px;
}

.founders_img_left img {
    width: 100%;
    padding-bottom: 10px;
}

.col-md-3.founders_img_left {
    padding-top: 10px;
}

.subbanner_h3.founders_title_left h3 {
    margin-top: 6px;
    margin-bottom: 8px;
}

.subbanner_h3.founders_title_left span {
    text-transform: none;
}

section.chairman_block {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.col-md-3.founders_img_left p {
    text-align: center;
    margin: 0px;
    font-size: 18px;
}


/*===================================================*/


/********************************/

.fade-carousel {
    position: relative;
    height: 400px;
}

.fade-carousel .carousel-inner .item {
    height: 400px;
}

.fade-carousel .carousel-indicators>li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}


/********************************/


/*          Hero Headers        */


/********************************/

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}


/********************************/


/*            Overlay           */


/********************************/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #080d1500;
}


/********************************/


/*          Custom Buttons      */


/********************************/

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}


/********************************/


/*       Slides backgrounds     */


/********************************/

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../images/principal_img_banner_30_sep.jpg);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-image: url(../images/banner_img_20.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.fade-carousel .slides .slide-3 {
    background-image: url(../images/banner_img_20.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.heading_block.banner_2 {
    margin-top: -400px;
}


/********************************/


/*          Media Queries       */


/********************************/

@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}

.image_desc.content1 {
    height: 121px;
}

.foot-block {
    background: #003062;
    border-top: 1px solid #003d7c;
    color: #999;
    font-weight: 300;
}

.row.wrapper.navigator {
    padding: 70px 0;
}

.social_box {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 0;
}

h3.title {
    margin-top: 0;
    color: #fff;
    font-size: 20px;
}

ul.contact-us {
    display: inline-block;
    text-align: center;
    padding: 0px;
}

ul.contact-us li {
    margin: 0;
    padding: 0;
}

ul.contact-us li {
    padding-left: 0px;
    list-style: none;
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 10px;
    color: #999;
}

.module-ct.custom.footnav-info.footnav-social {
    margin-top: 10px;
    text-align: center;
}

.footnav-social a {
    margin: 0 4px;
}

.copyright {
    border-top: 1px solid #003d7c;
    color: #999999;
    padding: 20px 10px;
    text-align: center;
    font-size: 12px;
}

.info {
    margin-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

ul.nav-copyright {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: block;
}

ul.nav-copyright li a {
    color: #999;
    padding-right: 20px;
    text-decoration: none;
    font-size: 18px;
}

.top_header_right ul li img {
    width: 12%;
    margin-top: -6px;
}

li.mandatrory_block {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.text-news h1 {
    margin: 0px !important;
    color: white;
    font-size: 20px;
}

i.fa.fa-address-card {
    color: white;
    padding-right: 10px;
}

i.fa.fa-phone {
    color: white;
    padding-right: 10px;
}

.social_box.iso_box {
    padding-top: 55px;
}

ul.nav-copyright li {
    padding-top: 12px;
}

.aies_glance_div img {
    width: 100%;
}

.founder_img_block img {
    width: 100%;
}

section.goal_block h3 {
    color: black;
}

section.iqac_table h3 {
    color: black;
}

.text-icon {
    background-color: #004082;
    width: 80px;
    text-align: center;
    height: 80px;
    border-radius: 62px;
    margin: 0px;
}

.text-icon img {
    padding-top: 16px;
}

section.scholorship_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.scholorship_block p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
}

ul.scholorship_ul li {
    list-style-type: disclosure-closed;
    font-size: 18px;
    line-height: 1.8;
}

section.syllabus_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.button_block a {
    padding: 10px;
    background-color: #003062;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
}

.button_block {
    text-align: left;
    margin-bottom: 36px;
}

.button_block a i {
    padding-left: 10px;
    font-size: 18px;
}

section.map_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

ul.nav.nav-tabs.tabs_block li i {
    color: white;
}

section.contact_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact_add {
    border: 1px solid #003062;
    text-align: -webkit-center;
    height: 190px;
    padding: 20px;
    padding-top: 28px;
}

.contact_add i {
    font-size: 30px;
    color: #003062 !important;
}

.contact_add h3 {
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin-top: 10px;
}

.contact_add p {
    font-size: 16px;
    line-height: 2;
}

.google_map {
    padding-top: 30px;
}

.col-md-1.list_left {
    text-align: right;
    padding-top: 9px;
}

.col-md-11.list_right {
    padding-left: 15px;
}

p.founder_block {
    clear: both;
    text-align: right;
    padding-right: 82px;
}

.intro_desc_block.profile_desc.principal_space {
    padding: 70px;
}

.col-md-2.principal_resume {
    text-align: center;
}

.subbanner_desc.management_block {
    padding-bottom: 30px;
}

ul.education_block li {
    text-decoration: none !important;
    line-height: 2;
    font-size: 16px;
    color: #000000 !important;
}

.no-pad a strong {
    padding-left: 12px;
    padding-top: 8px;
}

section.admission_process h3 {
    color: #003062;
}


/*section.admission_process .subbanner_h3>h3>span:before {
    border-bottom: 3px solid black;
}*/


/*sahana*/

.subbanner_h3>h3>span:before {
    border-bottom: 3px solid #ffffff;
    height: 12px;
    width: 230px;
    position: absolute;
    margin-top: 35px;
}

.subbanner_h3 h3 span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
}


/*sahana*/

.admission_process_block p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
}

.admission_button_block {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0px;
}

.admission_button_block button {
    background-color: #6e0606;
    margin-bottom: 20px;
    width: 300px;
    height: 45px;
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 6px;
}

section.admission_process h4 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
}

section.admission_process p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

.karnataka_student_block ul {
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    list-style-type: none;
    padding-left: 0px;
}

section.gallery_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gallery_block_sep {
    min-height: 375px;
}

.gallery_block_sep img {
    width: 100%;
}

.gallery_block_sep p {
    text-align: center;
    color: #003062;
    font-size: 18px;
    padding-top: 10px;
}

.gallery_block_sep a {
    text-decoration: none;
}

section.iic_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gallery_view img {
    width: 100%;
}

section.iic_block h3 {
    color: #003062;
}

section.iic_block h3 span:before {
    border-bottom: 3px solid black;
}

section.iic_block p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
}


/*==========================================*/

.karnata_box_icon img {
    width: 100%;
}

.karnata_box_icon {
    padding: 25px;
    background-color: #7f0000;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    text-align: center;
}

.karnata_box_icon p {
    color: white;
    text-align: center !important;
    font-size: 18px !important;
}

.col-md-4.left_admission a {
    text-decoration: none;
}

.col-md-8.fee_structure {
    padding-left: 0px;
}

.col-md-8.fee_structure {
    padding-left: 0px;
    padding-bottom: 40px;
}

div#nonkarnataka {
    clear: both;
}

.dropdown-toggle a {
    text-decoration: none;
}

.col-md-8.fee_structure table {
    margin-bottom: 30px !important;
}

div#international {
    clear: both;
}

section.scholorship_block.linkpath a {
    color: black;
    text-decoration: none;
}

section.leadership_block.guest_lect_block p {
    text-transform: uppercase;
}

input.form-control {
    height: 35px;
    background-color: white;
    margin-top: 24px;
}

button.btn.btn-default {
    margin-top: -23px !important;
    padding: 7px 12px;
    padding-bottom: 6px;
}

.input-group {
    margin-top: 23px;
}

input.form-control {
    margin-top: -23px;
}

form.navbar-form {
    height: 10px;
}

.management_img img {
    width: 100%;
}

.table_block {
    clear: both;
    padding-top: 20px;
}

.col-md-3.members_row {
    margin-bottom: 30px;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card_img {
    padding: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 0px;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2857em;
    color: #003062;
    text-align: center;
}

.card-block p {
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.table_block h1 {
    font-size: 22px !important;
    padding-bottom: 18px;
    color: #003062 !important;
}

section.scholorship_block.linkpath {
    padding-top: 0px;
}

.karnata_box_icon img {
    width: 30%;
}

.table_block {
    padding-left: 0px;
}


/*------------------------*/

label.rd-btn-l {
    width: 20%;
    margin: 2em 2em 0em 0em;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}

input.radio-inline.rad-line {
    height: 1px;
    width: 1px;
    opacity: 0;
}

.outside {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid red;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

.inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: red;
    left: 3px;
    top: 3px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.no-transforms .inside {
    left: auto;
    top: auto;
    width: 0;
    height: 0;
}

input {
    /*  &:focus, &:active {
        + .outside {
          border-color: $almost-black;
        }
      }*/
}

input:checked+.outside .inside {
    -webkit-animation: radio-select 0.1s linear;
    animation: radio-select 0.1s linear;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.no-transforms input:checked+.outside .inside {
    width: 10px;
    height: 10px;
}

.membership-d p:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #ffffff;
    width: 270px;
    margin-top: 2em;
}

.membership-d {
    margin-bottom: 51px;
}

.continue-red-btn {
    text-align: center;
    padding: 4em 0px 10px;
}

a.c-btn.btn.btn-lg {
    background: #6e0554;
    color: #fff;
}

a.c-btn.btn.btn-lg:hover {
    background: #ad1e88;
    color: #fff;
}

.membership-d {
    padding: 54px 0px;
}

.memb-form-inp h5 span {
    color: red;
}

.memb-form-inp h5 {
    font-size: 16px;
    font-weight: 400;
}

.frm-inp {
    margin-bottom: 22px;
}

span.error p {
    font-size: 13px;
    color: red;
    font-weight: bolder;
    padding-top: 5px;
}

.membership-d {
    padding: 25px 0px 0px;
    padding-left: 12px;
}

.memb-form-inp {
    margin-bottom: 20px;
}

span.error p:before {
    content: unset;
}

.reguploadfrm {
    margin-top: 18px;
}

.up_image img {
    width: 40px;
    height: 40px;
    margin-left: 5px;
}

div#t_file5_filelist {
    display: -webkit-inline-box;
}

a.upload-btn {
    background: #7b120a;
    color: #fff;
    padding: 7px 38px;
    text-transform: uppercase;
    z-index: unset !important;
}

.up-form-d {
    display: -webkit-inline-box;
}

input.form-control.frm-inp {
    height: 40px;
    margin: 0;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    background: #f4f4f4;
    color: #4B4B4B;
    padding: 13px;
    font-size: 14px;
    border: 1px solid #c7c7c747;
    border-bottom: 1px solid #003062ab;
    box-shadow: none;
}

select.form-control.frm-inp {
    height: 40px;
    margin: 0;
    outline: none;
    width: 100%;
    background: #f4f4f4;
    color: #4B4B4B;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #c7c7c747;
    border-bottom: 1px solid #003062ab;
    box-shadow: none;
}

textarea.form-control {
    height: 40px;
    margin: 0;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    background: #f4f4f4;
    color: #4B4B4B;
    padding: 13px;
    font-size: 14px;
    border: 1px solid #c7c7c747;
    border-bottom: 1px solid #003062ab;
    box-shadow: none;
}

input.form-control.frm-inp:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 1px 3px 20px 3px rgba(173, 30, 136, 0.18);
}

label.rd-btn-l.mem-b {
    margin: 9px 0px;
}

label.rd-btn-l.mem-b .outside {
    border: 2px solid #50033d94;
}

label.rd-btn-l.mem-b .inside {
    background: #ad1e88;
}

input.form-control.frm-inp::placeholder {
    font-size: 16px;
    color: #aa918f;
}

.clear {
    float: unset;
    clear: both;
}

.reg-page.memb-addr {
    margin-top: 25px;
}

.able-frm-submit {
    margin-top: 1em;
}

.reg-page {
    margin-bottom: 30px;
}

.reg-page h3 {
    text-transform: uppercase;
    background: #fff2f1;
    border-bottom: 1px solid #003062;
    color: #003062;
    padding: 8px 10px;
    font-size: 21px;
    margin-bottom: 15px;
}

.form_subitton_block {
    text-align: center;
}

button.abl-sub-frm.btn.btn-lg {
    margin-top: 20px;
    padding: 13px 135px;
    background: #003062;
    color: #fff;
    font-size: 20px;
}

.reg-page.comm_address {
    clear: both;
    padding-top: 10px;
}

#search-nav input,
#search-nav button[type="reset"] {
    display: none;
}

#search-nav input,
#search-nav button {
    border-radius: 0px;
    border-width: 0px;
    color: #454545;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

#search-nav .search-submit {
    position: relative;
    bottom: 2px;
}

span.fa.fa-search {
    color: white;
    font-size: 20px;
}

button.search-submit {
    padding-top: 15px;
}

span.fa.fa-close {
    color: white;
}

input.search-field {
    background-color: white !important;
    height: 30px;
    width: 200px;
}


/*-------------styling login page --------------------------*/

ul.ld-list li>input {
    border: 1px solid gainsboro;
    height: 42px;
}

ul.ld-list li>input::-webkit-input-placeholder {
    color: black !important;
}

ul.ld-list li>button {
    margin: 0 10px;
}

.home-logo {
    text-align: center;
    margin: 60px 0;
}

.login-body {
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.4);
    background-color: rgb(255, 255, 255);
    padding: 30px 18px 30px;
    margin: 5px 0;
}

.login-main {
    background-image: -webkit-linear-gradient(top, #c3c3c3, #bebdb9);
    width: 340px;
    margin: 40px auto 0 auto;
    border-radius: 7px;
    margin-bottom: 40px;
}

.login-body>input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    margin: 24px 0 25px 0;
}

button#login-btn {
    margin: 25px 0 5px 0;
    padding: 4px 28px;
    background-image: -webkit-linear-gradient(top, #003062, #003062);
    border-radius: 0;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
}

.form-control {
    border-radius: 0px !important;
}

h3.thank {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #31526E;
    padding-bottom: 15px;
    border-bottom: 1px solid #31526E;
}

h3.logo-txt {
    text-align: center;
    font-weight: 900;
    color: #ffffff;
    font-size: 23px;
    margin-top: 14px;
    /* width: 72%; */
    width: 100%;
}


/*-----------------------------------------------------------------------*/

.login-body input {
    border: none;
    border-bottom: 1px solid #e7e7e7;
}

section.princiapl_desk_block p {
    text-align: justify;
    font-size: 18px;
    line-height: 1.6;
}

.img_div_sec img {
    width: 100%;
}

.img_div_sec {
    background-image: url(../images/principal_bg.png);
    height: 476px;
    background-size: cover;
    background-repeat: no-repeat;
}

.col-md-6.photo_pri_left img {
    width: 80%;
    padding-top: 60px;
}

.profile_right h1 {
    color: white;
    font-size: 42px;
    font-weight: bold;
}

.profile_right h3 {
    font-size: 26px;
    color: white;
}

.profile_right p {
    color: white;
    font-size: 20px;
    padding-left: 214px;
}

.profile_right h1 {
    color: white;
    font-size: 36px;
    font-weight: bold;
}

.profile_right {
    padding-top: 185px;
}

section.princiapl_desk_block h1 {
    padding-bottom: 20px;
}

.col-md-6.photo_pri_left {
    text-align: right;
}

.col-md-6.photo_pri_left.founders_block img {
    width: 90%;
    padding-top: 18px;
    padding-bottom: 18px !important;
}

.col-md-6.photo_pri_left.founders_block {
    text-align: center;
    padding-left: 298px;
}

.profile_right.principal_profile {
    padding-top: 240px;
}

section.princiapl_desk_block.founders_block {
    padding-top: 50px;
    padding-bottom: 0px;
}

.col-md-6.photo_pri_left img {
    width: 64%;
}

.profile_right.founders_msg1 {
    padding-top: 240px;
}

.aies_img {
    background-image: url(../images/alameen_aes_img.png);
    height: 475px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile_right.founders_msg1.aes_block1 h1 {
    color: black;
}

.profile_right.founders_msg1.hon_block h1 {
    font-size: 32px;
}

section.notification_blocks {
    padding-top: 40px;
    padding-bottom: 40px;
}

.notification_button a {
    text-transform: uppercase;
    color: #003062;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    padding-left: 20px;
    font-size: 18px;
}

.notification_button .fa-file-pdf-o {
    color: red;
    font-size: 20px;
    padding-left: 20px;
}

.profile_right.founders_msg1.aes_block1 h1 {
    color: white;
    padding-left: 110px;
}

.module-ct h3 {
    margin: 0px;
    color: white;
    font-size: 22px;
}

.module-ct {
    text-align: left;
}

.col-md-6.members_row {
    margin-bottom: 32px;
}

section.karnataka_content {
    padding-top: 15px;
    padding-bottom: 0px;
}

div#karnataka {
    padding-left: 14px;
}

section.jodo_block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.jodo_block_content {
    padding-left: 15px;
    padding-right: 15px;
}

.jodo_block_content p {
    line-height: 1.6;
    font-size: 18px;
    text-align: justify;
    padding-bottom: 10px;
}

.jodo_step1 h3 {
    color: orange;
    font-size: 20px;
    margin: 0px;
}

.jodo_step1 {
    border: 1px solid #c9c8c8;
    padding: 10px;
    text-align: center;
}

.jodo_step1 img {
    padding-top: 10px;
}

.jodo_step1 h2 {
    font-size: 20px;
    margin-top: 10px;
}

.jodo_step1 p {
    text-align: center;
}

.jodo_step1 {
    border: 1px solid #c9c8c8;
    padding: 20px 20px 10px 12px;
    text-align: center;
    height: 325px;
}

.jodo_step1 a {
    color: #19045c;
    text-decoration: underline;
}

img.whatsapp-logo {
    padding-left: 10px;
    width: 15%;
}

.col-md-11.list_right ul {
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    list-style-type: none;
    padding-left: 0px;
}

.jodo_block_content h3 {
    color: #003062;
}

.jodo_block_content .subbanner_h3>h3>span:before {
    border-bottom: 3px solid black;
    content: '';
    height: 1px;
    width: 230px;
    position: absolute;
    margin-top: 35px;
}

.guest_lect_box {
    background-color: maroon;
    color: white;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px;
}

ul.guest_lec li {
    list-style-type: decimal;
    font-size: 18px;
    line-height: 2.4;
    text-align: justify;
}

p.guest_p {
    padding-top: 30px;
}

.col-md-11.list_right.centric ul {
    padding-top: 10px;
}

.row.centric_block {
    margin-top: 18px;
}

ul.workshop_block {
    padding-left: 22px !important;
}

ul.workshop_block li {
    list-style-type: square;
}

.jodo_block_content img {
    width: 100%;
}

.col-md-6.rank_holders_mid p {
    text-align: center;
}

.alameen_right img {
    width: 100%;
}

.alameen_left {
    padding-left: 14px;
    padding-right: 14px;
}

.alameen_right {
    padding-top: 8px;
    padding-left: 30px !important;
}

.alameen_right p {
    text-align: center;
    padding-top: 10px;
    margin: 0px;
    font-weight: bold;
}

.alameen_right {
    padding-top: 10px;
}

.alameen_right h1 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0px;
}

.alameen_right p {
    text-align: center !important;
}

.col-md-9.alameen_mess_right {
    padding-top: 45px;
}

.management_img {
    padding-top: 12px;
}

.iqac_block {
    padding-left: 15px;
}

.aies_glance_div {
    padding-top: 12px;
}

.aims_glance {
    padding-left: 5px;
}

.col-md-4.principal_block img {
    width: 100%;
}

.jodo_step1 img {
    width: auto;
}

img.whatsapp-logo {
    width: 48px;
}

.admission_process_block {
    padding-left: 15px;
}

div#nonkarnataka {
    padding-left: 15px;
}

div#international {
    padding-left: 15px;
}

.col-md-4.industrial_visit img {
    width: 100%;
}

ul.faculty_deputaton {
    padding-top: 20px !important;
}

ul.faculty_deputaton li {
    padding-left: 20px !important;
}

ul.faculty_deputaton li a {
    color: black !important;
}

table#customers ul li {
    list-style-type: disclosure-closed;
}

table#customers li {
    padding-bottom: 15px;
}

.news-events-sec-a-one {
    background: #f8844c;
    margin-bottom: 23px;
}

ul.module-title-ul {
    margin-top: 20px;
    padding: 0px;
}

ul.module-title-ul li {
    list-style: none;
}

ul.module-title-ul li a {
    background: #003062;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 17px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    display: block;
    transition: 0.5s ease-in-out;
    /* border-bottom: 0px; */
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

ul.module-title-ul a.abt-title-active {
    background: #f27c36;
    border-left: 5px solid #003062;
    color: #fff;
}

ul.module-title-ul a {
    text-decoration: none;
}

td.views-field.views-field-title.views-align-left a {
    color: black;
}

td.views-field.views-field-title.views-align-left ul {
    padding-top: 10px;
    line-height: 1.6;
    text-align: justify;
    list-style-type: disclosure-closed;
}

td.views-field.views-field-title.views-align-left ul li {
    padding-bottom: 10px;
    font-size: 16px !important;
}

td.views-field.views-field-title.views-align-left {
    text-align: justify;
}

section.aes_block.faculty_block_p p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
}

section.aes_block.faculty_block_p p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
}

tr.odd.views-row-first.faculty_deputation_tab td {
    font-size: 18px;
    vertical-align: middle;
}

.col-md-9.faculty_block_div {
    padding-top: 14px;
}

td.views-field.views-field-field-journal-name {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.col-md-8.industry_visit {
    padding-left: 30px;
}

ul.inside_block li {
    list-style-type: decimal;
}

ul.inside_block {
    padding-left: 30px !important;
}

section.infrastucture_photo {
    padding-top: 40px;
    padding-bottom: 40px;
}

.infrastucture_block {
    padding-left: 15px;
}

.photo_gal img {
    width: 100%;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #003062;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group label {
    padding-right: 30px;
}

ul.elective-cb li {
    float: left;
    padding-right: 62px;
    list-style: none;
    padding-top: 0;
    line-height: 2;
}

section.infrastucture_photo {
    padding-top: 40px;
    padding-bottom: 40px;
}

.infrastucture_block {
    padding-left: 15px;
}

.photo_gal img {
    width: 100%;
}

p.menu_icon_side {
    float: right;
    margin-right: 58px;
}


/*=====stand events page ==== */

img.events_image {
    width: 100%;
}

.content {
    padding-left: 17px;
    padding-right: 17px;
}

button.btn.btn_event_readmore {
    float: left;
    background-color: #b01116;
    color: #fff;
    padding: 8px;
    border-radius: 0px;
    font-size: 16px;
}

h3.event_inner_heading {
    margin: 0px;
    color: #bd1110 !important;
    font-weight: 600;
}

.standard_desc_text {
    font-size: 18px;
    line-height: 2.0;
}

.standard_desc_image img {
    width: 100%;
    vertical-align: middle;
}

.standard_desc_text>ul>li {
    list-style: none;
    list-style-position: inside;
    padding: 0px 0 1px 43px;
    text-indent: -42px;
    text-align: justify;
}

.standard_desc_text>ul>li:before {
    content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    color: #003062;
    margin-right: 30px;
}

.standard_desc_text>ul>li>ol {
    margin-left: 31px;
}

.subbanner_h3 p {
    padding-left: 15px;
}

.photo_gal {
    padding-bottom: 25px;
}


/*-===================iqac sahana=====================--*/

.iqac_block h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.subbanner_desc a {
    padding-left: 10px;
}

.subbanner_desc lable {
    padding-left: 20px;
}

.list_right img {
    width: 25px;
    float: right;
}

section.goal_block>.container {
    padding-left: 50px;
}


/*  IQAC Member CCS */

.mem_table {
    margin: 0 auto;
    width: 80%;
}

.block_header {
    background: #003062;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 20px;
    font-weight: 500;
}

.block_name {
    text-align: center;
    padding: 15px;
}

.block_name strong {
    font-size: 18px;
}

.mem_block {
    border-bottom: 1px solid #ccc;
    clear: both;
}

.mem_lf_block {
    width: 50%;
    float: left;
    text-align: left;
    padding: 15px;
}

.mem_rt_block {
    text-align: left;
    float: right;
    width: 50%;
    padding: 15px;
    border-left: 1px solid #1f1738;
}

.bg_odd {
    background: #efefef;
}

.block_name img {
    width: 170px;
    margin: auto;
    padding: 5px;
    border: 1px solid #7a7a7a;
}

.subbanner_h3 li {
    list-style: none;
    padding-bottom: 5px;
}

.col-md-4.members_row {
    padding: 0 65px;
}

.row.mgmt-block {
    margin: 20px 0;
}


/* prasad */

.notify_block {
    margin-left: 58px;
    height: 50px;
}

.notify_txt {
    float: left;
    padding: 5px;
}

.notify_pdf {
    float: right;
    padding-top: 5px;
}

div#tab1default .row {
    padding: 0 15px;
}

.image_block {
    max-height: 375px;
    max-width: 100%;
}


/* founder section */

section.news-events-sec-lyr {
    background: url(../images/slider_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.news-events-sec-lyr-in {
    padding: 70px 0px 70px;
    background: rgb(1 48 98 / 64%);
}

.news-events-sec-lyr-in .container {
    background: white !important;
}

.philosophy_head {
    padding: 50px 50px 50px 0px;
}

.notify-layer-head>h2 {
    color: #000;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.notify-layer-head>h2:after {
    display: block;
    position: absolute;
    left: 0%;
    width: 13%;
    height: 2px;
    content: "";
    background-color: #d00000;
}

.notification-content-text p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}

.para_right_block {
    text-align: center;
    padding: 15px;
}

.para_right_block img {
    width: 100%;
    margin-top: 60px;
}

img.img_block1 {
    height: 20px;
}

.standard_desc_text {
    font-size: 18px;
    line-height: 2.0;
}

.standard_desc_text>ul>li {
    list-style: none;
    list-style-position: inside;
    padding: 10px;
    text-indent: -42px;
    text-align: justify;
    border-bottom: 1px solid #e5e5e5;
}

.principal_award {
    background: #e7e7e7;
    padding: 35px;
    text-align: justify;
    font-weight: 600;
}

.event-detail-p {
    padding-top: 20px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

a.evt-hover {
    float: right;
    color: #dd1511;
}

.iqac-commtt {
    text-align: center;
    background-color: #003062;
    font-weight: bold !important;
    font-size: 22px !important;
    color: #fff !important;
    ;
}

i.fa.fa-file-pdf-o {
    margin-left: 10px;
    color: red;
    font-size: 21px;
}

ul.education_block1 {
    list-style: none;
}

ul.education_block1 li a {
    color: #000000 !important;
    font-size: 20px;
    font-weight: bold;
}

ul.education_block1 li {
    list-style: none;
    padding: 10px;
}


/* New set///////////////////// */

a.archive_button button {
    padding: 13px 20px;
    font-size: 18px;
    margin: 6px 20px 20px 0;
    font-weight: 600;
}

a.archive_button.active button {
    background: #f27c36;
    border: none;
}


/* =new= */

.dropdown-menu.mega-dropdown-menu strong span {
    text-transform: lowercase;
    color: #000;
    font-weight: 300;
}
ul.education_block3 li a {
    color: #000000 !important;
    font-size: 14px;
    font-weight: bold;
}
ul.education_block3 li {
    list-style: none;
    padding: 9px 0px;
}
