/*
Theme Name:    	cgu-child
Description:    cvraman university
Author:         cvraman
Template:       accesspress-parallax

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
section.faculty-labrotory {
    padding: 60px 0;
    background: url(http://staging.dzinepixel.com/cgu_wp/wp-content/uploads/2024/07/bg-labtory.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
section.faculty-labrotory:before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #3968b39e;
}
.our-project-box-2 {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.our-project-box-2 figure {
    margin-bottom: 0;
}
.our-project-box-2 figure a {
    position: relative;
    display: flex;
    width: 100%;
    height: 378px;
}
.our-project-box-2 figure a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000082;
}
.our-project-box-2 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-project-box-2 h3 {
    position: absolute;
    padding: 15px;
    font-size: 20px;
    width: 100%;
    top: 0;
    transition: all ease-in-out 0.5s;
}
.our-project-box-2 h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #fe9516;
    bottom: 0;
    border-radius: 5px;
    width: 0;
    transition: all ease-in-out 0.5s;
}
.our-project-box-2 h3 a {
    text-decoration: none;
    color: #fff;
}
.our-project-box-2-content {
    position: absolute;
    bottom: -100%;
    padding: 15px;
    color: #fff;
    transition: all ease-in-out 0.5s;
}
.our-project-box-2 .more-btn-2 {
    display: inline-block;
    padding: 9px 17px;
    background: #fe9516;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.8s;
    opacity: 0;
    overflow: hidden;
}
.our-project-box-2:hover h3:before {
    width: 100px;
}
.our-project-box-2:hover .our-project-box-2-content {
    bottom: 0;
}
.our-project-box-2:hover .more-btn-2 {
    opacity: 1;
}
section.faculty-labrotory .owl-carousel .owl-nav button.owl-next, section.faculty-labrotory .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 35px;
    left: 0;
    color: #f2a138;
}
section.faculty-labrotory .owl-carousel .owl-nav button.owl-next{
    left: unset;
    right: 0;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 96% !important;
	margin:0 auto;
}
.filter {
    margin: 10px 0px;
    background-color: #ddd;
    padding: 10px 0px;
}
.filter select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.filter h5 {
    margin: 0;
    padding-top: 10px;
}



/* PAGE NAVIGATION */

#mega-menu-wrap-library .mega-menu-toggle {
    background: none!important;
}
#mega-menu-wrap-library .mega-menu-toggle + #mega-menu-library {
    background: none!important;
}
#mega-menu-wrap-library #mega-menu-library > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-library #mega-menu-library > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-library #mega-menu-library > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: none!important;
}
#mega-menu-wrap-library #mega-menu-library > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff;
    background: #f2a137;
}
/* PAGE NAVIGATION */

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/* PAGE NAVIGATION */
/* PAGE NAVIGATION */

.mid-content {
    width: 100%;
    float: left;
}
.entry_content {
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.entry_content p{
    text-align:justify;
}
.ele_cgu li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 10px;
    line-height: 22px;
}
.ele_cgu li:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    background: url(images/icons/list-arrow.png) no-repeat;
    width: 12px;
    height: 20px;
    background-size: 100%;
    top: 8px;
}


.entry_content h1, .entry_content h2, .entry_content h3, .entry_content h4, .entry_content h5, .entry_content h6{
    position:relative;
	padding-bottom: 4px;
	color:#000 !important;
}
.entry_content a{
	text-decoration:none;
	color:#000;
	
}
.entry_content a:hover{
	color:#72061d;
	
}

.breadcrumb-banner {
    position: relative;
    width: 100%;
    float: left;
}
.breadcrumb-banner figure {
    margin: 0;
    position: relative;
}
.breadcrumb-banner figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #830f23b3;
    width: 391px;
}
.breadcrumb-banner figure:after {
    content: '';
    background: #830f23b3;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 162px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 391px;
}
.breadcrumb-banner .content {
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    left: 0;
    right: 0;
    padding-top: 87px;
}
.breadcrumb-banner .content .title {
    font-weight: 300;
    /* line-height: 39px; */
    color: #FFFFFF;
    /* letter-spacing: 0.2px; */
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    margin-bottom: 2px;
    font-size: 24px;
    font-weight: 400;
    max-width: 361px;
}
.breadcrumb-banner ul {
    padding: 0;
    margin: 0;
	margin-top:10px;
}
.breadcrumb-banner ul li {
    display: inline-block;
    color: #ebebebe6;
    /* text-transform: uppercase; */
    font-size: 12px;
}
.breadcrumb-banner ul li a {
    color: #ebebebe6;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcrumb-banner .apply {
    margin-top: 25px;
}
.breadcrumb-banner .apply a {
    background: #FF861E;
    font-weight: 600;
    font-size: 13px;
    /* line-height: 130.5%; */
    text-transform: uppercase;
    color: #000000;
    border-radius: 20px;
    padding: 8px 32px;
    /* margin-top: 1px; */
    text-decoration: none;
}
.breadcrumb-banner .apply a:hover{
	background: #fff;
}
table#tablepress-4 th, table#tablepress-4 td {
    padding: 21px 20px!important;
    background: #4a3f3d!important;
    color: #fff;
    border: 1px solid #fff;
    vertical-align: middle;
}

section.section-10.student-activities {
    padding: 60px 0px;
}
section.section-10.student-activities .what-new-happening-box.aos-init.aos-animate {
    margin-bottom: 80px;
}
section.section-10.student-activities .what-new-happening-box .content {
    height: 154px;
}
section.section-10.student-activities .what-new-happening-box .date-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 6px 15px;
    background: #fff;
}
section.section-10 .owl-carousel .owl-nav button.owl-next, section.section-10 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 45px;
    margin: auto 0;
    height: max-content;
    color: #f68500d1;
    text-shadow: 0 0 4px #0000005e;
}
section.section-10 .owl-carousel .owl-nav button.owl-next{
    left: unset;
    right: 0;
}
section.section-10.student-activities .content a {
    color: #000;
    text-decoration: none;
}

section.stud_acti {
    padding: 100px 0px;
}
section.stud_acti .card {
    border: none;
    border-radius: 0px !important;
    box-shadow: 0px 0px 6px 1px #c7c7c7;
	position:relative;
}
section.stud_acti .card-img-top {
    border-radius: 0;
    position: relative;
}
section.stud_acti .card-img-top img{
	width:100%;
    height: 300px;
    object-fit: cover;
}
section.stud_acti button.btns {
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    background: #ffbc00;
    border-radius: 50px 0px 0px 0px;
}
section.stud_acti button.btns a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 50px;
    display: inline-block;
}
section.stud_acti .card-block {
    padding: 10px;
    min-height: 100px;
}
section.stud_acti p {
    margin: 0;
    line-height: 20px;
}

section.whats_happening {
    padding: 100px 0px;
}
section.whats_happening .card-img-top {
    border-radius: 0;
    position: relative;
}
section.whats_happening .card-img-top img{
	width:100%;
    height: 300px;
    object-fit: cover;
}
section.whats_happening .card-block {
    padding: 10px;
    min-height: 100px;
}
section.whats_happening button.btns {
    border: none;
    background: #ff9e37;
	width:100%;
}
section.whats_happening button.btns a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 50px;
    display: inline-block;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 2px 0;
}

section.Research-placement {
    background: #f3f3f3;
    padding: 60px 0;
}

.callbell {
    position: fixed;
    z-index: 9;
    bottom: 100px;
    float: right;
    right: 30px;
}
.callbell img {
    width: 50px;
}
.visitor-count {
    display: inline-block;
    border: 1px solid #fff;
    color: #052536;
    padding: 4px 16px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 8px;
    background: #fff;
    font-weight: 600;
}
.footer-3 a {
    color: #ffffff;
    text-decoration: none;
}
.footer-3 a:hover {
    color: #e99226;
}
/*Pagination===========*/
nav.pagnav, .dataTables_paginate.paging_simple_numbers {
    display: inline-block;
    text-align: center;
    width: 100%;
}
nav.pagnav a, nav.pagnav span, .dataTables_paginate.paging_simple_numbers a, .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black;
    background: #e7e7e7;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    margin-right: 4px;
}
nav.pagnav span,  .dataTables_paginate.paging_simple_numbers .paginate_button.current {
    background: #7d0c21!important;
    color: #FFF!important;
}

nav.pagnav a.active,  .dataTables_paginate.paging_simple_numbers .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #4CAF50;
  color: white;
}

nav.pagnav a:hover:not(.active),  .dataTables_paginate.paging_simple_numbers a a:hover:not{
    background-color: #77091f;
    color: #fff;
}
/*Pagination End===========*/

section.director-sec .director-sec-left .director-sec-left-wrapper .content {
    text-align: center;
	padding-top:10px;
}
section.director-sec .director-sec-left .director-sec-left-wrapper .content h4 {
    font-weight: 600;
    font-size: 18px;
    /* line-height: 15px; */
    color: #830f23;
    margin: 0 0 3px;
}
section.director-sec .director-sec-left .director-sec-left-wrapper .content p {
    margin-bottom: 0;
    /* font-size: 14px; */
}