/*
Theme Name: The Portal
Author: COD Trees
Version: 1.0
 */

 @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body{
	font-family: 'Roboto Condensed', sans-serif !important;
}
body.home{
     background-image: url('/wp-content/uploads/2023/05/home_bg-1.jpg');
     background-position: left top;
     background-repeat: no-repeat;
     background-size: 100% 100vh;
	
 }
 
 .section1 {
     background-color: #9ad2ad;
     height: 35px;
 }
 #datetime {
     margin-bottom: 0;
     padding-bottom: 0 !important;
 }
 .break {
     width: 50px;
 }
 .nav-link {
     color: #fff !important;
     font: normal 11px/14px 'Open Sans', sans-serif;;
     padding: 10px !important;
     margin-top: -5px;
 }
 
 
 .section2 {
     padding-top: 15px;
 }
 .image:hover {
     transform: scale(1.12);
     transition: all 1s ease 0s;
 }

 .image .certificate {
     padding-left: 50px;
 }

 nav.navbar.navbar-expand-md.navbar-light {
    background:#2d3d5f !important;
}


 .home footer,
 .home header {display:none !important;}
.ptit {
   font-weight:bold !important;
    font-size:18px !important;
    color: #2d3d5f;
    margin-bottom: 10px;
}

 .pdate {
        color: #b3b3b3;
    font-size:13px !important;
}
p.pcont {
        color: #717171 !important;
    text-align: justify;
    padding: 0;
    font-size:14px !important;
	margin-top:10px;
}
a.readm {
        color: #25c4af;
        font-size:13px !important;
        text-decoration:underline !important;
        margin-bottom: 14px !important;
}
.pageno {
    text-align:center !important;
        text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    
}



span.page-numbers.current {
        color: #25c4af !important;
    
}

a.page-numbers{
        color: #2d3d5f !important;
}

.menu_wrapper {
	height: -webkit-fill-available;
}

/*ccstyle*/
.section3 {
    position: absolute;
}

.section3 .container {
    position: relative;
    left: 14%;
}

.images:hover .img-fluid1 {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}

.short_stories {
    position: relative;
    top: -231%;
    left: 104%;
    width: 100%;
}

.article {
    width: 100%;
    height: auto;
    position: relative;
    top: -281%;
    left: 72%;
}

.art {
    width: 100%;
    position: relative;
    top: -241%;
    left: 157%;
}

.competition {
    width: 100%;
    position: relative;
    top: -280%;
    left: 176%;
}

.photograph {
    width: 100%;
    position: relative;
    top: -224%;
    left: 163%;
}

.poetry {
    width: 100%;
    position: relative;
    top: -238%;
    left: 212%;
}

.quiz {
    width: 100%;
    position: relative;
    top: -228%;
    left: 142%;
    z-index: -1;
}

.policy {
    color: #a3c88b;
    align-items: center;
    margin-left: 20px;
    font-size: 14px;
}
.des {
    color: #a3c88b;
    margin-top: 20px;
    font-size: 14px;
}

.f-size {
    font-size: 12px;
}

.color1 {
    background-color: #2d3d5f;
    height: 88px;
    display: flex;
}

.color2 {
    background-color: #5a6a8c;
    height: 88px;
}

.privacy a, .copyright a, .faq a {
    color: #a3c88b !important;
}

.privacy a:hover, .copyright a:hover, .faq a:hover {
    color: #fff !important;
    text-decoration: none;
}

/* HR Manual */

.internal-content {
	display: flex;
	height: fit-content !important;
}

.custom-menu-class {
	width: 20%;
}

.right-sect {
	width: 80%;
	margin: 20px 0;
}

.right-sect p {
	text-align: justify;
	font-weight: 100;
}

#menu-hrmenu {
	list-style-type: none;
    display: inline-block;
    padding: 0;
    background-color: #077083;
    width: 100%;
}

#menu-hrmenu li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
}

#menu-hrmenu li {
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #258ecd;
}

#menu-hrmenu li:hover{
	background-color: #20c6b2;
}

#menu-hrmenu li a:hover {
	text-decoration: none;
}


/*------------------Archives ShortStories------------------*/

.storyModal {
	left: 13% !important;
	width: 1200px !important;
}

.storyModal .modal-dialog {
	max-width: 100% !important;
	margin: auto;
}

.storyModal .modal-content {
	height: 650px;
	top: 50px;
	width: 100%;
}

.storyModal .modal-body {
	overflow-y: scroll;
}

.text-underline {
	text-decoration: underline;
	margin: 10px auto;
}
.pageno{
    margin:0 auto !important;
}
/*------------------Footer------------------*/

footer {
 width: 100%;
}

footer a {
	color: #fff;
}

/*admin css*/
.wp-admin.post-type-shortstories #adminmenuwrap{
    display:none !important;
}

.comment {
    display:flex !important;
    align-items:center !important;
    justify-content:space-around !important;
}

/* .internal-content {
    height:100%  !important;
    overflow:hidden !important;
} */