@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
body {
    overflow-x: hidden;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Noto Sans', sans-serif;
    background-color: #f3f3f3;  font-size: 1rem;
}

img {
    width: 100%;
}

:root {
    --color: #122067;
    --text-size: 2rem;
    --text-uppcase: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

/* top Header Section CSS */
section#top_header {
    background: #f3f3f3;
}

#top_header .navbar-nav li{
    margin: 0 30px 0 0;
}

#top_header .navbar-nav li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    font-size: 14px;
}

#top_header .form-control {
    border: 1px solid #dfdfdf;
    border-radius: 0;
}

#top_header .btn {
    border: 1px solid #dfdfdf;
    font-size: 1rem;
    border-radius: 0;
    background: #fff;
    color: #122067;
    font-weight: 900;
}

/* Logo Section Section */
#logo,
#Event_and_Notices {
    background: #fff;
}
#logo {
    padding: 6px 0;
}



/* Navbar section  */
#header_navbar {
    background-color: #a31129;
}

#header_navbar .navbar {
    padding: 0 0;
}

#header_navbar .navbar .navbar-nav .nav-item .nav-link {
    background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 13%) 100%);
    color: #ffffff;
    padding: 15px 15px;
    line-height: inherit;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: capitalize;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover {
    /* background-color:#f1f1f100; */
}

.dropdown-menu>li:hover>.submenu {
    display: block;
}

ul.dropdown-menu li {
    border-bottom: 1px dashed #680313;
    padding: 0px 0;
    white-space: nowrap;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #a3112a;
}

.dropdown-item {
    padding: .25rem 0.5rem;
}

/* slider section */
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    text-align: center;
    background: #000000ba;
}

.carousel-caption p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

/* Events and Notices & News */

.section_heading h3 {
    color: var(--color);
    font-size: var(--text-size);
    font-weight: 700;
    text-transform: var(--text-uppcase);
}

.section_heading h5 {
    color: var(--color);
    font-size: 1.74rem;
    font-weight: 700;
}

.section_heading a {
    text-transform: var(--text-uppcase);
    color: #000;
    font-weight: 500;

}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
    position: absolute;
    bottom: 38px;
    background: #fdfdfd;
    width: 35px;
    right: 20px;
    height: 35px;
    font-size: 45px;
    color: var(--color);
    line-height: 25px;
}

.owl-nav .owl-prev span {
    right: 60px;
}

.nav-pills .nav-link:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.nav-pills .nav-link {
    color: #000;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    padding:  10px 10px;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #a3112a;
    position: relative;
}

.nav-pills .nav-link.active:before {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #a3112a;
    right: -10px;
}

.toggle2 {
    float: right;
    color: rgb(0, 0, 0);
    padding: 4px 10px;
    border: 2px solid rgb(0, 0, 0);

    margin-top: 5px;
}

ul.newsscroll li {
    list-style-type: none;
    padding: 5px 0px;
}

ul.newsscroll {
    padding: 0;
    min-height: 310px;
}

ul.newsscroll li a.local {
    background: #fff;
    display: flex;
    padding: 0;
    align-items: center;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
    margin: 5px 1px;
}

ul.newsscroll li a.local span.month {
    background: #a3112a;
    padding: 8px 5px;
    font-size: 10px !IMPORTANT;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    width: 20%;
    float: left;
}

span.date {
    position: relative;
    font-size: 22px;
    top: -5px;
}

ul.newsscroll li a.local .eventcontent {
    padding: 0px 15px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    width: 80%;
}

a.view_all_btn {
    border: 1px solid #000;

    padding: 8px 19px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--color);
}

.et-run .bi:before {
    content: "\f4c4" !important;
}

.toggle2 i {
    font-weight: 800;
    font-size: 18px;
    color: #000;
}

ul.newsscroll.scroll {
    max-height: 310px;
    overflow: auto;
}


/* Course section  */
#course {
    /*background: rgb(18, 32, 103);
    background: linear-gradient(to bottom, #121467, #54488d, #c3bfd9, #ffffff);
	background:#ccc url(../images/bg.jpg);*/
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(34,33,36,1) 35%, rgba(139,141,142,1) 100%);
    padding: 50px 0;
}

.course_per {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}

.tab-content>.active {
    /*background: #fff;*/
}

.nav-link {
    padding: 1.1rem 2rem;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #a3112a;
}

.nav-tabs .nav-link:not(:last-child):after {
    content: "";
    border: 1px solid #dee2e6d1;
    height: 68px;
    right: 0;
    position: absolute;
    top: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #a3112a;
    position: relative;
}

a.courser_btn {
    border: 2px solid #122067;
    padding: 13px 20px;
    color: #a3112a;

    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    width: 60%;
    margin: 0 25px 20px;
}

a.course_read_more_btn {
    text-transform: uppercase;
    color: var(--color);
    font-weight: 600;
}

/* Campus life */
#campus_life {
    background: url(../images/campus_life.jpg);
    object-fit: cover;
    background-repeat: no-repeat;
}

h3.campus_heading {
    position: relative;
}

h3.campus_heading:after {
    content: "";
    border-bottom: 2px solid #a3112a;
    position: absolute;
    width: 153px;
    height: 10px;
    bottom: -10px;
    left: 0px;
}

.campus_life_per p {
    font-size: 21px;
    font-weight: 700;
}

.campus_life_btn a {
    padding: 10px 15px;
    background: #a3112a;
    color: #fff;
}

.campus_life_btn {
    margin-top: 70px;
}

.campus_life_btn span {
    background: #780a1d;
    padding: 10px 10px;
    color: #fff;
}

.campus_overlay {
    top: 0;
    padding: 10px;
    /*background: linear-gradient(360deg, rgb(27, 27, 29) 0%, rgb(255 255 255 / 0%) 100%);*/
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.campus_content {
    margin-top: 235px;
    color: #fff;
    padding: 12px;
    font-weight: 600;
}

.campus_content a {
    background: #a3112a;
    padding: 10px 13px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
}

.campus_content p {
    margin-top: 18px;
}

.content_top_0 {
    margin-top: 224px;
}

.content_top_0 a {
    font-size: 14px;
}

.content_top_0 p {
    line-height: 18px;
    margin-top: 12px;
}

/* impact */
#making_and_impact {
    background: #f3f3f3;
}

h3.making_impact:after {
    content: "";
    border-bottom: 2px solid #a3112a;
    position: absolute;
    width: 153px;
    height: 10px;
    bottom: -20px;
    left: 44%;
}

h3.making_impact {
    position: relative;
}

li.nav-item.impact {
    background: #dedede;
}

li.nav-item.impact button {
    font-size: 22px;
    font-weight: 600;
    color: #a3112a;
}

.nav-pills .impact .nav-link.active,
.nav-pills .show>.nav-link {
    color: #a3112a;
    background-color: #ffffff;
    position: relative;
}

.nav-pills .impact .nav-link.active:before {
    content: "";
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid #a3112a;
    right: -10px;
}

.nav-pills .impact .nav-link {
    color: #a3112a;
    border-radius: 0;
    text-align: left;
    font-size: 20px;
    padding: 0.95rem 3rem;
    font-weight: 600;
}

.tab-content.impact>.active {
    background: #fff;
}

ul.imp_tab {
    position: absolute;
    top: 0px;
    right: 11px;
    z-index: 99999;
}

.making_impact_top_left {
    padding: 85px 60px 0px 30px;
    background: url(../images/imapct-logo.jpg);
    background-repeat: no-repeat;
    background-position-y: 70%;
    background-position-x: 25%;
}

.making_impact_name h4 {
    color: #151669;
    font-weight: 600;
}

.making_impact_name p {
    margin-top: 15px;
    color: #990909;
    font-size: 15px;
}

.impact_img img {
    border-radius: 10px;
}

.impact_content {
    width: 58% !important;
    margin-right: 25px;
}

.impact_per p {
    margin-top: 15px;
    font-weight: 500;
}

.tab-content .impact {
    background: #fff;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.slide-impact .owl-nav .owl-next span,
.slide-impact .owl-nav .owl-prev span {
    position: absolute;
    bottom: -70px;
    background: #c5c1da;
    width: 40px;
    right: 20px;
    height: 35px;
    font-size: 45px;
    color: var(--color);
    line-height: 25px;
    border-radius: 5px;
    right: 45%;
    box-shadow: -4px -4px 5px rgb(0 0 0 / 21%);
}

.slide-impact .owl-nav .owl-prev span {
    right: 52%;
}

.slide-impact {
    position: relative;
    border-bottom: 1px solid #ddd;
}


/* testimonial */
#testimonial {
    background: url(../images/testimonial.jpg);
    background-repeat: no-repeat;
}

.testimonila {
    background: #fff;
    padding: 20px;
    margin: 10px;
    min-height: 176px;
    box-shadow: 0 0 15px rgb(0 0 0 / 28%);
}
.testimonila .justify-content-around {
    display: inline-block !important;
    justify-content: space-around!important;
    float: left;
    padding: 15px;
    width: 20%;
	margin-top: -22px;
}
.testimonila .testimonial_img {
    display: block;
    width: 100%;
}
.testimonila .textimonail_name {
    margin-top: 14px;
    display: block;
    width: 100%;
    text-align: center;
}
.testimonila .testimonial_per {
    display: inline-block;
    width: 80%;
    padding: 33px;
}



/*.testimonila .testimonial_img img {
    border: 1px solid;
    border-radius: 50%;
    width: 85% !important;
    object-fit: cover;
    height: 85%;
}*/
.slide-testimonial .owl-item img {
    display: block;
   width: 60% !important;
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
}

.testimonila .textimonail_name h3 {
    font-weight: 600;
    color: #a3112a;
    font-size: 20px;
    margin: -9px 0 0 0;
    padding: 0;
}

.testimonila .textimonail_name p {
    font-weight: 500;
    margin-top: 0px;
    font-size: 14px;
}

.textimonail_name {
    margin-top: 14px;
}

.testimonial_per p {
    font-size: 20px;
    padding: 0px 16px 40px 15px;
    position: relative;
}
.testimonial_per p:after {
    content: '"';
    font-size: 45px;
    font-weight: bolder;
    color: #122067;
    font-family: 'Lato', sans-serif;
    position: absolute;
    padding-left: 5px;
}
.testimonial_per p:before {
    content: ' "';
    font-size: 45px;
    font-weight: bolder;
    color: #122067;
    font-family: 'Lato', sans-serif;
}

.slide-testimonial .owl-nav .owl-next span,
.slide-testimonial .owl-nav .owl-prev span {
    position: absolute;
    top: 50%;
    background: #d6d3e9;
    width: 40px;
    right: 20px;
    height: 35px;
    font-size: 45px;
    color: var(--color);
    line-height: 25px;
    border-radius: 5px;
    box-shadow: -4px -4px 5px rgb(0 0 0 / 21%);
}

.slide-testimonial .owl-nav .owl-prev span {
    right: 98%;
}

.slide-testimonial .owl-nav .owl-next span {
    left: 98%;
}



.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #0000003b;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    padding-bottom: 40px;
}

#connect .panel {
    margin-bottom: 0px;
    border-radius: 0px;
    position: relative;
    border: 0px;
    min-height: 419px;
}

.panel-default>.instahead {
    background-color: #e33d6d;
    color: #fff;
}

.panel-default>.panel-heading {
    display: inline-block;
    border-radius: 0px;
    position: relative;
}

.panel-default>.panel-heading:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 61px solid #eee;
    border-right: 52px solid transparent;
}

.panel-default>.fbhead {
    background-color: #3d5a9c;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
}

.panel-default>.fbhead:after {
    border-top-color: #3d5a9c
}

.panel-default>.twithead {
    background-color: #2daae4;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
}

.panel-default>.twithead:after {
    border-top-color: #2daae4
}

.panel-default>.ythead {
    background-color: #ce2329;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
}

.panel-default>.ythead:after {
    border-top-color: #ce2329
}


.panel-body {
    padding: 12px;
}






/* footer */
#footer {
    background: url(https://agdc.ac.in/public/asstes/images/footer_bg.jpg);
}

.w-60 {
    width: 60%;
}

.footer_logo h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
}

.footer_link h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_link ul {
    list-style-type: none;
    padding-left: 1px;
}

.footer_link ul li a {
    color: #fff;
    font-size: 15px;
}

.footer_link ul li {
    margin-bottom: 12px;
}

.other_link ul {
    list-style-type: none;
    padding-left: 0;
}

.other_link ul li {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 41%);
    margin-bottom: 10px;
}

.other_link ul li a {
    color: #ae2e44;
    font-weight: 600;
    text-transform: capitalize;
    font-style: initial;
    position: relative;
    font-size: 18px;
    margin-left: 25px;
}
.other_link ul li a:after {
    content: "\F285";
    font-family: 'bootstrap-icons';
    left: -25px;
    position: absolute;
}
.other_link ul li i {
    color: #ae2e44;
}

.footer_copyright {
    background: #880e22;
    padding: 16px 24px;
    color: #fff;
}

.visitor h4 {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

.visitor span {
    font-size: 15px;
    background: #03115c;
    letter-spacing: 4px;
}
#nav .menu-item a {
    background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 13%) 100%);
    color: #fff;
    padding: 10px 20px;
    line-height: inherit;
    font-size: 1.0em;
    font-weight: normal;
    /*text-transform:uppercase;*/
    display: inherit;
    position: relative;
}
.dropdown-menu .sub-arrow{
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -0.3em;
    margin-right: 5px;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.sub-arrow{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #a31129;
}
.dropdown-menu{padding:0px;}
/*.inner_page_title {
    background: url(../images/about_page.jpg) no-repeat top center !important;
    position: relative;
    padding: 130px 0px 25px 0px;
}*/

.inner_page_title .content h1 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.uploadedbanner {
    position: absolute;
    width: 100%;
    top: 0;
}
.uploadedbanner:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 61%);
}


.inner_page_title:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 61%);
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.inner_page_title .page-breadcrumb {
    position: relative;
    padding-left: 0px;
}

.inner_page_title .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-right: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.inner_page_title .page-breadcrumb li a {
    position: relative;
    color: #ffc413;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    font-weight: 600;
}

.section_padding_top_bottom_50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.about_page_content p {
    text-align: justify;
}

.in-banner {
    position: absolute
}

.breadcrumb {
    color: #fff;
    position: relative;
}

.inner_page_title .content a {
    position: relative;
    color: #ffca2a;
    text-decoration: none;
}
.menu-navbar-container {
    background: #e9e9e9;
    min-height: 300px;
    color: #000;
}

/*.right-sidemenu li {
    display: none;
color: #fff;}

.right-sidemenu li.menu-item.current-menu-ancestor {
    display: block;
    padding: 0px;
    margin: 0 -14px;
}

.right-sidemenu li.menu-item.current-menu-ancestor a {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 14px;
}
.right-sidemenu .current-menu-parent .sub-menu li a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
}
.right-sidemenu .dropdown-menu {
    display: block !important;
    border: 0;
    padding: 0;
}

.right-sidemenu .dropdown-menu li {
    display: block;
}

.right-sidemenu .current-menu-parent .current-menu-item {
    display: block !important;
    margin: 0;
    padding: 0;
}
.right-sidemenu li.menu-item.current-menu-ancestor .sub-menu {
    padding: 0;
}
.right-sidemenu .dropdown-menu {
    background: transparent;
}

.right-sidemenu .dropdown-menu li a {
    font-size: 15px !important;
    padding: 6px 10px;
}

.right-sidemenu ul .active {
    border-left: 2px solid #b13349;
    background: #6b78b5;
}*/
.inner-content {
    /*background-color: #f3f3f3;
    box-shadow: 0 0 5px #ccc; #f9f9f9*/
    border-radius: 2px;
    padding: 0px;
    margin: 0px 0 15px;
    overflow: hidden;
	position:relative;
}

.society_img {
    border: 2px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.society-padding {
    padding: 0 20px 0 0;
}
.inner-content  p{
    text-align: justify;
}
.society_img {
    float: right;
    margin: 0 0 2px 20px;
    border: 2px solid;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
/*.current-menu-item {
    display: block !important;
}
ul.navbar-nav.right-sidemenu {
    display: block;
    margin: 0;
    padding: 0px 15px;
}
.right-sidemenu li a {
    font-size: 19px;
    display: block;
    color: #fff;
    text-transform: capitalize;
	    border-bottom: 1px dashed #c1c0c0;
    padding: 5px 0;
}*/
.inner-content p {
    margin-bottom: 12px;
}
.innerpages {
    /*background: url(../images/blur-background.png);*/
	background:#f4f6f9;
    background-size: cover;
    background-position: center center;
}
.innerpages h3 {
    border-bottom: 1px solid #f0f0f0;
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #1b2833;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
}
/*.current-menu-ancestor .has-submenu {
    display: block;
    border: 0;
    font-weight: 600;
    padding-top: 8px;
    background: #192662;
}
.right-sidemenu .current-menu-parent li {
    display: block;
}
.right-sidemenu .current-menu-parent li a {
    text-transform: capitalize !important;
    font-size: 14px !important;
}
*/
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;position: relative;
}
.menu ul li {
    float: left;
}
.menu, .menu ul li {
    position: relative;
}
.menu ul li, .menu ul>li>ul li a {
    display: block;
    position: relative;
    width: 100%;
}
.menu>ul>li>a {
    display: block;    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    padding: 7px 15px 6px 15px;
    pointer-events: none;
      background-color: #f2e4b8;
    color: #131111;
    text-transform: uppercase;
    margin: 0 -15px;
}
.menu ul>li>ul li a {
    color: #000;
    padding: 10px 0;
    text-decoration: none;
   /* white-space: nowrap;*/
	    white-space: break-spaces;
    transition-duration: .2s;
    font-weight: 300;
}
.menu ul li, .menu ul>li>ul li a {
    display: none;
    position: relative;
    width: 100%;
}
.menu .submenu-indicator-minus > .submenu-indicator {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
}
.menu>ul ul>li>a {
    border-bottom: solid 1px rgba(0,0,0,.1);
}
.menu>ul ul>li:hover>a {
    background: #e0e0e0;
    color: #000;
    padding-left: 10px;
}
.menu-banner-left-container ul li ul {
    display: none;
    min-width: 325px;
    background: #fff;
    position: absolute;
       left: 90%;
    top: 0;
    color: #fff;
    z-index: 200;
    transition-duration: .3s;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
    padding: 8px !important;
    list-style: none;
}


.menu-banner-left-container > ul > li:hover > ul {
    display: block;
    padding: 0px 0px 0px 0px !important;
    list-style: none;
}

ul.banerlink li ul li a:before {
    content: "\f101" !important;
}
.menu-banner-left-container ul.banerlink .dropdown>a:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 6px;
    text-align: right;
    float: right;
}
.menu-banner-left-container > ul > li>ul > li:hover > ul {
    display: block;
    padding: 0px 0px 0px 0px !important;
    list-style: none;
}
.innermenu .current-menu-parent {
    display: block !important;
}
.innermenu .current-menu-parent .dropdown-menu {
    display: block;
}
.innermenu .current-menu-parent .dropdown-menu li {
    display: block;
}
.innermenu .menu-item a {
    background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 13%) 100%);
    color: #000 !important;
    padding: 15px 38px;
    line-height: inherit;
    font-size: 0.93em;
    font-weight: 500;
    text-transform: capitalize;
    display: inherit;
    position: relative;
}
.innermenu .current-menu-parent .dropdown-menu li a {    
    display: block;
    color: #000;
    font-size: 1.02em;
    padding: 14px;
    position: relative;
    text-decoration: none;
    width: 100%;
    transition-duration: .3s;
   /* border-left: 4px solid #144877;*/
}
.innermenu .current-menu-ancestor .dropdown-menu .dropdown-menu{
	font-size:14px;
	 background: #ededed;
}
.innermenu .current-menu-parent .dropdown-menu .dropdown-menu {
    display: none;position: static;
    width: 100%;
	border: 0px solid rgba(0,0,0,.15) !important;
border-radius: 0px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
	    background: #d9dce1;
    font-size: 14px;
}
.innermenu .current-menu-ancestor .dropdown-menu .dropdown-menu {
padding-left: 0px !important;    margin: 0;
}
.innermenu .current-menu-ancestor .dropdown-menu .dropdown-menu li a{padding-left:15px!important;}
.innermenu .current-menu-ancestor .dropdown-menu .bg-light .dropdown-menu li a .dropdown-menu li a{padding-left:15px!important;}

.innermenu .current-menu-ancestor .dropdown-menu .dropdown-menu a {
    border-bottom: 0px !important;
}
.innermenu .dropdown-menu {
    display: none;position: static;
    width: 100%;
	border: 0px solid rgba(0,0,0,.15) !important;
border-radius: 0px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.innermenu  .menu-item-has-children > a
{
	border-bottom: 1px solid #939191;
font-weight: 500;
}
.innermenu .active {
    background-color: #46518b;
    border-left: 1px solid #ae392d !important;
}
.innermenu .active a {	
    padding-left: 10px !important;
	color:#fff !important;
	background:none
}
.menu-item-has-children .bg-light {
    background-color: #810b1f!important;
    color: #fff !important;
}
.menu-item-has-children .bg-light ul li{background:#171b34!important;}
.innermenu .active a:hover{
	color:#FFF !important;
	background:#c1753e !important
}
.current-menu-parent>a .submenu-indicator {
    display: none;
}
.innermenu  .current-menu-parent>a{
    font-weight: 700;
    font-size: 20px!important;
    color: #002B5B!important;
    width: 100%;
    border-bottom: 1px solid #03356E!important;
    margin-bottom: 4px !important;
    background-color: transparent!important;
    border-left: 0!important;
    box-shadow: none!important;
    padding: 9px 0!important;
    cursor: default;
    display: block;
    pointer-events: none;
}
.innermenu .current-menu-parent>a:after {
    display: none;
}
.innermenu a:hover {
    padding: 14px 14px 14px 20px !important;
	transition: all .8s !important;
}
.innermenu .dropdown>a:after {
    content: "\f067";
    font-family: FontAwesome;
    margin-left: 6px;
    float: right;
	display:none;
}
.innermenu .submenu-indicator {
    -moz-transition: "transform .3s linear";
    -o-transition: "transform .3s linear";
    -webkit-transition: "transform .3s linear";
    transition: "transform .3s linear";
    float: right;
    font-size: 20px;
    line-height: 19px;
    position: absolute;
    right: 22px;
}
.innermenu ul .submenu, .innermenu ul .submenu li ul.submenu {
    display: none;
    position: static;
    width: 100%;
}
.innermenu .current-menu-ancestor {
    display: block !important;
}
.innermenu .current-menu-ancestor > ul {
    display: block !important;
	-webkit-box-shadow: none !important ;
box-shadow: none !important;
border:0px
}
.innermenu .current-menu-ancestor > ul li{
    display: block !important;
}
.innermenu ul {background:none }
/*.innermenu .current-menu-ancestor .dropdown-menu li {
    display: block !important;
}*/
.innermenu ul li, .innermenu ul>li>ul li a {
    display: none;
    position: relative;
    width: 100%;
}
.innermenu .current-menu-ancestor .dropdown-menu li a {
    display: block !important;
    padding: 6px 8px !important;
    font-size: .9em !important;
    font-weight: 400 !important;
}
.innermenu .current-menu-ancestor .dropdown-menu li a .submenu-indicator {
    display: none;
}
.innermenu .current-menu-ancestor>a {
    font-size: 13pt !important;
    color: #000 !important;
    width: 100%;
    border-bottom: 1px solid #03356E !important;
    margin-bottom: 0px !important;
    background-color: #ffffff !important;
    border-left: 0 !important;
    box-shadow: none !important;
    padding: 9px 13px !important;
    pointer-events: none;
    text-transform: uppercase !important;
}
.innermenu .current-menu-ancestor a {
    display: block !important;
}

.faculty {
    display: flex;
    border-radius: 15px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 14%);
    padding: 16px;
    align-items: center;
    gap: 20px;
}
.faculty_img img {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #c7c6c6;
}

.faculty_img {
    width: 100px;
}

.faculty_content h4 {
    font-size: 19px;
    color: #d33b56;
    font-weight: 600;
}

.faculty_content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0px 8px 0;
}

.faculty_content p a {
    font-size: 15px;
    color: #607aff;
}

.faculty_content p span {
    color: #000;
    font-weight: 600;
}
.governor-profile .imgwrap {
    left: -18px;
    /* background: #ffffff; */
    top: -223px;
    padding: 0px;
    /* border: 8px solid #ececec; */
    margin: 0 auto 10px auto;
}
.governor-profile .imgwrap img{display: block;
    width: auto;
    border: 3px solid #d09a06;
    padding: 3px;
    border-radius: 0 10%;
    margin: 0 auto;}

.governor-profile h2 {
    display: block;
    padding-bottom: 0;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #1b2833;
    position: relative;
    margin-top: 0px;
    text-align: center;
}
.governor-profile h4 {
    display: block;
    padding-bottom: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1b2833;
    position: relative;
    margin-top: 0px;
    text-align: center;
}
.dropdown-menu li a {
    font-size: 0.92em !important;
    padding: 6px 23px 6px 6px !important;
    text-align: left !important;
}
.list {
	margin: 0 0 15px;
	padding: 0;
	list-style: none
}
.list li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 25px;
}
.list li a {
	color: #ba1414
}
.list li:before, .inner ul ul li:before {
	    content: "\f135";
	    font-family: bootstrap-icons !important;
	color: #03356E;

	position: absolute;
	left: 15px
}
.list li:before {
	font-size: 14px;
	margin-left: -15px;
	margin-right: 2px;
	border: 0px solid #03356E;
	padding: 0 5px;
	width: 14px;
	height: 20px;
	box-sizing: border-box;
	top: -1px !important;
}
.list ul {
	margin: 5px 10px 5px 17px;
	padding: 0;
	list-style: none
}
.list ul li:before {
	font-size: 18px;
	margin-left: -15px;
	margin-right: 6px;
	border: 0 solid #03356E;
	border-radius: 50%;
	padding: 0;
	width: 0;
	height: 0;
	box-sizing: border-box
}
.nsslogo {
    width: 13%;
    float: left;
    margin-right: 15px;
}
.table thead th {
    background-color: #34434d !important;
    color: #fff;
}
.img-box-mgmt{
    text-align: center;

}

.mgmt-page {
    width: 100%;
    margin: 0 auto;
}
.mgmt-page img {
    border-radius: 4px;
        border: 4px solid #ffce75;
    padding: 4px;
    width: 140px;
}
  .mgmt-page .name{    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 5px 0px;
}
.mgmt-page .degigation {
    font-style: italic;
    font-size: 14px;
    font-weight: 100;
}
.c-3{column-count:3;}

.innermenu .current-menu-ancestor .bg-light .dropdown-menu li a {
 
    padding: 8px 20px !important;
}
.innermenu .active a {
    color: #FFF !important;
    background: #b13349 !important;
}
.pcard.poster {
    position: relative;
}



.pcard.poster h4 {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    background: #2b2b2bba;
	height:36px;
	transition:0.8s all ease-in-out;
	overflow: hidden;
	
}
.pcard.poster:hover h4 {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    background: #2b2b2bba;
    height: auto;
}
.pcard h4 {
    bottom: 20px;
    color: #fff;
    display: block;
    font-size: 1.3em;
    padding: 10px 0px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
    transition-duration: .2s;
    margin: 0px;
}
.facultypri .faculty_img {
    width: 100px;
    margin: 0 auto !important;
}
.facultypri{
    padding: 25px;
    text-align: center;
	box-shadow:1px 7px 9px 1px rgb(0 0 0 / 14%);
	border-radius:15px;
	    width: 40%;
    margin: 0 auto;
}
.facultypri .faculty_content p{text-align:center !important;}
.custon-linkbtn{
    background: #092d6c;
    padding: 8px 23px;
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
}
.custon-linkbtn:hover {
    background: #a3112a;
    padding: 8px 23px;
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
}
.facultypri img{
    width: 100%;
    border-radius: 5px;
    border: 3px solid #e2aa1e;
    padding: 3px;
}
.profile-detauls .name {
    color: #a3112a;
    font-size: 21px;
    font-weight: 500;
}
.textlist li:before {
    content: "\f00c";
    font-family: "fontawesome";
    position: absolute;
    left: 10px;
    color: #ed3e50;
    font-weight: 400;
}
.textlist {
    position: relative;
    list-style: none;
    line-height: 28px;
}
.three-column{
    display: flex;
    justify-content: space-around;
    list-style: none;
	padding:0px;
	gap:20px;
	    flex-wrap: wrap;
}
.three-column li{
    padding: 30px;
    background: #f1f1f1;
    width: 31.00%;
    text-align: center;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    font-weight: 600;
}

  .nav-tabs .nav-link{
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    background:#ededed;
}
.inner-content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #a3112a;
    position: relative;
}
.inner-content .nav-link {
    padding: 12px 20px !important;
    position: relative;
    font-size: 16px !important;
    font-weight: 600;
    color: #a3112a;
}
.diveder{
        border-bottom: 2px solid #d7d7d7;
    margin-bottom: 17px;
    padding-top: 30px;
    padding-bottom: 26px;
}

.inner-content .commeti-member p:nth-child(1) {
    color: #b13349;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}

.inner-content .commeti-member p:nth-child(2) {
  margin-bottom: 0px;
	    font-weight: 400;
    font-style: italic;
}
.inner-content .commeti-member{
margin-bottom: 20px;
    border-bottom: 2px solid #cbcbcb;
}
.inner-content .nav-item{
    border-right: 1px solid #b9b9b9;
}
.inner-content .nav-item:last-child{
    border-right: 0px;
}
.onlineadmission {
    background: #122067;
    float: right;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.custon-linkbtnprofile {
    background: #e7e1e2;
    display: inline-block;
    padding: 3px 5px;
    color: #000 !important;
    border-radius: 3px;
}
.club-box{
   display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.club-box li{   
	width: 25%;
    padding: 20px;
    background: #f3f3f3;
    border: 1px solid #e5e5e5;
}
.club-box li a{   
    color: #b13349;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.club-box li:hover a{   
    color: #232f6a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

/* From uiverse.io */
.contact_btn {
 --color: #122067;
 font-family: inherit;
 display: inline-block;
 width: 10em;
 height: 2.6em;
 line-height: 2.5em;
 margin: 20px 0px;
 position: relative;
 overflow: hidden;
 border: 2px solid var(--color);
 transition: color .5s;
 z-index: 1;
 font-size: 17px;
 border-radius: 6px;
 font-weight: 500;
 color: var(--color);
}

.contact_btn:before {
 content: "";
 position: absolute;
 z-index: -1;
 background: var(--color);
 height: 150px;
 width: 250px;
 border-radius: 50%;
}

.contact_btn:hover {
 color: #fff;
}

.contact_btn:before {
 top: 100%;
 left: 100%;
 transition: all .7s;
}

.contact_btn:hover:before {
 top: -30px;
 left: -30px;
}

.contact_btn:active:before {
 background: #3a0ca3;
 transition: background 0s;
}

.pagetitle {
    position: relative;
    font-size: 20px;
    margin: 0px 0 14px 0px;
    padding: 11px 15px 9px 12px;
    background: #a31129;
    display: inline-block;
    float: left;
    width: auto;
    color: #fff;
}
.pagetitle:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -50px;
    border-top: 44px solid transparent;
    border-left: 50px solid #a31129;
    border-bottom: 0 solid transparent;
    top: 0;
}

#acc1{
    line-height: 30px;
    list-style: none;

}
#acc1 li a{
color: #000;
}
#acc1 li a:after {
    content: "\F285";
    font-family: 'bootstrap-icons';
    left: -25px;
    position: absolute;
}
#acc1 li{    position: relative;
}


#slider_section {
    margin-bottom: -39px;
}

.founderr-box {
    float: left;
    text-align: center;
    width: 23%;
    margin-bottom: 28px;
}

.campus_slide-img .img-wrap img {
    width: 100% !important;
}
ul.social-network {
    list-style: none;
    display: block;
    padding: 0;
    position: relative;
    margin-top: 20px;
    margin-left: 44px;
}
ul.social-network li {
	display: inline-block;
	margin: 0 3px;
}
.socialHoverClass, a.socialIcon:hover {
	color: #44BCDD
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 45px;
	height: 45px;
	font-size: 18px;
	border-radius: 50%;
	border: 3px solid rgb(255 255 255 / 43%);
}
 
.social-circle li i {
    margin: 0;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    padding-top: 7px;
    display: block;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}
.social-circle i {
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s
}


.socialbg {
	background-color:#eec24b
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    position: absolute;
    right: 0;
    color: #000;
    float: right;
    
    font-size: 14px;
    display: block !important;
    text-align: right !important;
}
.breadcrumb a {
    color: #428bca;
    text-decoration: none;
}

#nav a, .courser_btn, .view_all_btn{
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
#nav a:after, .courser_btn:after, .view_all_btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #810b1f !important;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#nav a:hover:after, .courser_btn:hover:after, .view_all_btn:hover:after{
    -webkit-transform: scale(1);
    transform: scale(1);
}
#nav a:hover, #nav a:focus, .courser_btn:active, .courser_btn:hover, .courser_btn:focus, .courser_btn:active,
.view_all_btn:hover, .view_all_btn:focus, .view_all_btn:active
 {
    color: white !important;
}

.prisednet-area {
    padding-top: 44px;
}
.metaslider .caption-wrap {
    position: absolute;
    bottom: 16%!important;
    left: auto!important;
    background: #734a15d6!important;
    color: white;
    opacity: 1!important;
    margin: 0;
    display: block;
    width: auto!important;
    right: 70px!important;
	padding: 10px;
    border-radius: 4px;
    line-height: 1.4em;
}
.caption {
    text-align: center;
    font-size: 25px;
    color: #fff !important;
    opacity: 1;
    font-weight: 500;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    background: #fff;
    margin: 5px 0;
}
.statcounter {
    width: 73px;
    float: none;
    display: block;
    margin: 0 auto;
}
.tablink-pdf{
    background:#b01116;
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}
.tablink-pdf:hover{
    background: #343434;
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}
#course .nav-tabs .nav-link{width:33.3%; box-sizing:border-box;}





.box-shadow {
    box-shadow: 0 2px 33px 2px rgb(121 124 148/18%);
    border-radius: 10px;
    background: #fff;
    width: 100%;
}
.box-shadow {
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.pdf_list .badge {
    border-radius: 100px !important;
    font-size: 23px;
    line-height: 35px;
    position: absolute;
    left: -20px;
    width: 45px;
    height: 45px;
    padding: 0;
    text-align: center;
    line-height: 44px;
}

 .agdcpopup .modal-content{background: #dbffee;
background:radial-gradient(circle,rgba(237, 255, 245, 1) 0%, rgba(222, 240, 255, 1) 100%);}
        .agdcpopup .modal-header{ padding-bottom:0px; border-bottom: 0px; }
        .agdcpopup .modal-header img{ max-width: 100%; position: relative; z-index: 0;}
        .agdcpopup .modal-header .btn-close{ position: absolute; right: 0px; top:11px;}
        .agdcpopup .modal-header h4 {
  text-align: center;
  font-size: 1.2em;
  padding: 9px;
  font-weight: 100;
  background-color: #fff;
  border-radius: 45px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  margin-top: 15px; border: 1px solid #5caad9
}
        .agdcpopup .modal-header h6 {font-size:0.95em; text-align: center; padding: 10px 0px; color: #c10707;}
        .agdcpopup .hllink{ list-style: none; margin: 0px; padding: 0px; display: flex; flex-wrap: wrap; justify-content: center; }
        .agdcpopup .hllink li{ width: 50%; padding: 15px; box-sizing: border-box;}
        .agdcpopup .hllink li a{ display: block; text-align: center; color: #fff; font-weight: 700; border-radius:10px; padding: 8px 15px;font-size: 0.9em;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);}
        .agdcpopup .hllink li:nth-child(1) a{
background: linear-gradient(90deg, rgba(224, 20, 20, 1) 0%, rgba(156, 5, 5, 1) 98%);}
        .agdcpopup .hllink li:nth-child(2) a{background: linear-gradient(90deg,rgba(10, 100, 168, 1) 0%, rgba(0, 212, 255, 1) 100%);}
        .agdcpopup .hllink li:nth-child(3) a{background: linear-gradient(90deg,rgba(237, 121, 12, 1) 0%, rgba(235, 187, 14, 1) 100%);}

/*gallery*/


.newgallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 4px;
	list-style: none;
	margin: 0
}
.newgallery li {
	-ms-flex: 33%;
	flex: 33%;
	max-width: 33%;
	padding: 0 4px;
	vertical-align: middle
}
.newgallery li img {
	width: 100%;
	position: relative;
	z-index: 0
}
.newgallery li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: auto;
	z-index: 0;
	margin-bottom: 8px;
	height: 218px;
}
.newgallery li .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 5;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	background-color:#a3112aa6;
	padding: 30px;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
	opacity: .0
}
.newgallery li .def-head {
	position: absolute;
	display: block;
	bottom: 0;
	padding: 13px 11px;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 13px;
	transition: all 250ms ease-out 0s;
	color: #fff;
	text-shadow: 1px 1px 1px #403e3e;
	font-weight: 400;
	background-color:rgb(98 2 2);
	border-top: 0 solid #fff;
	border-bottom: 0 solid #fff;
	z-index: 5;
	opacity: 1
}
.newgallery li a:hover .overlay {
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
	opacity: 1
}
.newgallery li a:hover .def-head {
	bottom: -15%;
	opacity: .0
}
.newgallery li .heading, .newgallery li .data-content {
	display: block;
	text-align: center;
	margin-bottom: 10px
}
.newgallery li .heading {
	font-size: 23px;
	font-family: 'Merriweather', serif;
	color: #fff;
	font-weight: bold;
	margin-top: 48%
}
.newgallery li .data-content {
	color: #fff;
	padding-top: 29px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 16px
}
.newgallery li .view-page {
	color: #fff;
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
	margin: auto;
	padding: 5px 10px;
	z-index: 9;
	position: relative;
	width: auto;
	font-size: 13px;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 24% !important;
	margin-left: 11px;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;
	height: 240px;
}

.gallery li img {
    max-width: 100%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 16%);
    border: 5px solid #f1f1f1;
    height: 218px;
}
.newgallery li img {
    width: 100%;
    position: relative;
    z-index: 0;
}
.gallary-title{display:none;}
#header_navbar .bg-light {
    background-color: #5d0413 !important;
}
#header_navbar .text-dark {
    color: #ffffff !important;
}

.frist-node {
	background: #b3b3b3;

	
}
.frist-node a{

    font-weight: 700;
	
}

.second-node {
	
    background: #dddddd;
}

.second-node a{
	
}
}

