﻿/*-------------------------------------------------------
    [Master Stylesheet for PMK National Youth Computer Centre]
    Created and published by : TECH PMK 
	Publisher Url : https://www.techpmk.in/
    Publisher E-mail: support@techpmk.in
	Template Name: PMK National Youth Computer Centre
	Description: For college official website.
-------------------------------------------------------*/

/*normally usable*/
.mt-0 {margin-top:0px;}
.mb-0 {margin-bottom:0px;}
.mt-10 {margin-top:10px;}
.mb-10 {margin-bottom:10px;}
.mt-20 {margin-top:20px;}
.mb-20 {margin-bottom:20px;}
.mt-30 {margin-top:30px;}
.mb-30 {margin-bottom:30px;}
.mt-40 {margin-top:40px;}
.mb-40 {margin-bottom:40px;}
.mt-50 {margin-top:50px;}
.mb-50 {margin-bottom:50px;}
.mt-60 {margin-top:60px;}
.mb-60 {margin-bottom:60px;}
.mt-70 {margin-top:70px;}
.mb-70 {margin-bottom:70px;}
.mt-80 {margin-top:80px;}
.mb-80 {margin-bottom:80px;}
.mt-90 {margin-top:90px;}
.mb-90 {margin-bottom:90px;}

/*Header main & Logo*/
header {
    background-image: url('../Images_JRCGW/HeaderBG.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    margin-bottom: 0px;
    background-repeat: no-repeat;
}

.rev_slider_wrapper {
	    position: relative;
        box-shadow: 0px 0px 5px;
        height:375px !important;
	}
.rev_slider_wrapper ul li .slider-overlay {
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 1;
	}
.rev_slider_wrapper ul li .slider-overlay:before {
	    background: rgba(0, 0, 0, 0.2);
	    content: "";
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
	    transition: all 0.3s ease 0s;
	    width: 100%;
	    z-index: -1;
	}
.el-btn-regular {
	    background: transparent;
	    border: 1px solid #ffffff;
	    border-radius: 0px;
	    color: #ffffff;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 15px;
	    font-weight: 500;
	    padding: 15px 25px;
	    font-family: "Open Sans", sans-serif;
	    font-weight: 600;
	    text-transform: uppercase;
	    transition: all 0.3s ease-in-out;
	}
.el-btn-regular:hover {
	    background: #fec722;
	    border: 1px solid #fec722;
	    color: #333333;
	    transition: all 0.3s ease-in-out;
	}
.slider-btn-left {
	    margin-right: 10px;
	    color: #333333;
	    border: 1px solid #fec722;
	    background: #fec722;
	}
.tparrows.tp-leftarrow::before {
	    content: "";
	}
.tp-leftarrow:hover {
	    background: url("../Images_JRCGW/arror_left_hover.png") no-repeat center center/cover;
	    border-radius: 100%;
	}
.tp-leftarrow {
	    background: url("../Images_JRCGW/arror_left.png") no-repeat center center/cover;
	    border-radius: 100%;
	    height: 40px;
	    width: 40px;
	    transition: all 0.3s ease-in-out;
	}
.tparrows.tp-rightarrow::before {
	    content: "";
	}
.tp-rightarrow:hover {
	    background: url("../Images_JRCGW/arror_right_hover.png") no-repeat center center/cover;
	    border-radius: 100%;
	}
.tp-rightarrow {
	    background: url("../Images_JRCGW/arror_right.png") no-repeat center center/cover;
	    border-radius: 100%;
	    height: 40px;
	    width: 40px;
	    transition: all 0.3s ease-in-out;
	}

    .header-main {    
        padding-top: 10px;
        padding-bottom: 10px;    
    }

    .logo {
        margin-left:auto;
        margin-right:auto;
        float:none;
        width:auto;
    }

    .logo-text {
        font-family: 'Ubuntu', 'Open Sans';
    }
        .logo-text h1 {
            font-size: 36px;
            text-transform: normal;
            margin-top: 15px;
            margin-bottom: 0px;
            color: #0839B3;
            letter-spacing: 0px;
            text-shadow: 1px 1px #4F5BFF;
            font-family: "Ubuntu", sans-serif;
            font-weight: 600;
        }
        .logo-text h2 {
            font-size: 16px;
            margin: 5px 0px;
            color: #00066F;
            text-align: left;
            font-family: "Open Sans", sans-serif;
            line-height: 22px;
            font-weight: 800;
        }
            .logo-text h2 span {
                font-family:'PT Serif';
                font-size:19px;
            }
        .title1 {
            font-size:30px !important;
        }
        .title2 {
            font-size:25px !important;
        }
            .title2:before {
                content: '\f101';
                font-family: 'FontAwesome';
                margin-right: 6px;
                color: #0069f1;
            }
    @media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
        .logo
        {
            width:55%;
        }
        .logo-text {
        
        }
        .logo-text h1 {
                font-size: 26px;
                margin-top: 10px;
        }
        .logo-text h2 {
            font-size:18px;
        }
            .logo-text h2 span {
                font-family:'PT Serif';
                font-size:23px;
            }
        .rev_slider_wrapper {
            height:350px !important;
        }
        .rev_slider {
            height:350px !important;
        }
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
        .logo
        {
            width:10%;
        }
        .logo-text {
        }
        .logo-text h1 {
            font-size: 27px;
            margin-top: 5px;
            text-align: center;            
        }
        .logo-text h2 {
            font-size: 18px;
            margin-top: 2px;
            text-align: center;
        }
            .logo-text h2 span {
                font-family:'PT Serif';
                font-size:23px;
            }
        .rev_slider_wrapper {
            height:350px !important;
            margin-bottom:25px;
        }
        .rev_slider {
            height:350px !important;
        }
    }
    @media only screen and (max-device-width : 767px) {
        .logo
        {
            margin-bottom:5px;
            width:12%;
        }
        .logo-text {
            text-align:center;
        }
        .logo-text h1 {
            font-size: 24px;
            margin-top: 5px;
            text-align: center;
        }
        .logo-text h2 {
            font-size: 16px;
            line-height:18px;
            text-align:center;
        }
            .logo-text h2 span {
                font-family:'PT Serif';
                font-size:17px;
            }
        .title1 {
            font-size:30px !important;
        }
        .title2 {
            font-size:28px !important;
        }
        .rev_slider_wrapper {
	        height:282px !important;
            margin-bottom:25px;
	    }
        .rev_slider {
            height:282px !important;
        }
    }
    @media (max-width: 480px) {
        .logo
        {
            width:20%;
        }
        .logo-text {
            text-align:center;
        }
        .logo-text h1 {
            font-size: 14px;
            margin-top: 0px;
            letter-spacing:0px;
            text-shadow:0px 0px 0px #020202;
        }
        .logo-text h2 {
            font-size: 10px;
            text-align: center;
            line-height: 12px;
        }
             .logo-text h2 span {
                font-family:'PT Serif';
                font-size:11px;
            }
        .title1 {
            font-size:25px !important;
        }
        .title2 {
            font-size:24px !important;
        }
        .rev_slider_wrapper {
	        height:200px !important;
            margin-bottom:25px;
	    }
        .rev_slider {
            height:200px !important;
        }
    }
/*Ending header main & Logo*/

.text-justify {
    text-align:justify;
}

/*Notice Board*/
.notice-board {
}
    .notice-board h3 {
        font-size: 28px;
        margin-bottom: 8px;
        padding-bottom: 0px;
        line-height: 25px;
    }
    .notice-board h4 {
        font-size: 17px !important;
        margin-bottom: 0px;
        text-transform: capitalize;
    }
        .notice-board h4 a {
            background-color: #2660F2;
            color: #fff;
            font-weight: normal;
            padding: 10px 15px;
            display: block;
        }
            .notice-board h4 a:focus,
            .notice-board h4 a:hover,
            .notice-board h4 a:active {
                background:#0839B3;
                text-decoration:none;
            }

.notice-board-content {
}
    .notice-board-content li {
        list-style-type: decimal;
        font-size: 16px;
        border-bottom: solid 1px #ccc;
        padding: 4px 0px;
        color:#000;
    }
        
        .notice-board-content li:last-child {
            border-bottom:none;
        }
        .notice-board-content li a {
            color:#0050ec;
            font-weight: 600;
            font-size: 15px;
        }
            .notice-board-content li a:focus,
            .notice-board-content li a:hover,
            .notice-board-content li:active {
                color:#1D6AF8;
                text-decoration:none;
            }
            .notice-board-content li a span {
                margin-left: 5px;
                font-size: 10px;
            }
            .notice-board-content li a img {
                max-width:40px;
            }
.notice-board .panel-heading {
    padding:0px;
}
/*Notice Board*/

/*normal link*/
.normal-link {
    transition: all 0.3s ease-in-out;
    margin-bottom:20px;
}
    .normal-link a {
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Nunito, "Open Sans", sans-serif;
        font-weight: 800;
        position: relative;
        padding-right: 15px;
        color: #1D6AF8;
    }
        .normal-link a i {
            padding-left: 4px;
            transition: all 0.3s ease-in-out;
        }
        .normal-link a:focus,
        .normal-link a:hover {
            color:#003c96;
        }
            .normal-link a:focus i,
            .normal-link a:hover i {
                padding-left:10px;
            }
            

.home-intro {
    float:left;
    box-shadow:0px 0px 5px #6f6f6f;
    margin-right:12px;
    margin-top:10px;
    height: 150px;
    width: 205px;
}
/*Principal's Desk*/
.principal-desk {
}
    .principal-desk img {
        float: left;
        margin-right: 12px;
        box-shadow: 0px 0px 5px #6f6f6f;
        height: 130px;
        margin-top: 10px;
        width:112px;
    }

.principal-info {
    text-align:right;
}
    .principal-info h5 {
            margin-bottom: 2px;
        color: #006ab5;
    }
    .principal-info h6 {
        color: #c50600;
        margin: 0px;
        line-height: 20px;
        font-size: 14px;
    }
        .principal-info h6 span {
            color: #007b42;            
        }


.events {
}
    .events ul {
        -webkit-padding-start: 5px;
    }
        .events ul li {
            list-style-type: none;
            line-height: 20px;
            padding: 5px 0px;
        }
            .events ul li a {
                font-size: 16px;
                font-weight: 600;
                color: #0050ec;
                display:block;
            }
                .events ul li a:before {
                    content:'\f0a4';
                    font-family:'FontAwesome';
                    margin-right:5px;
                }
                .events ul li a:focus,
                .events ul li a:hover {
                    color:#000;
                    margin-left:10px;
                    text-decoration:none;
                    transition: all 0.3s ease-in-out;
                }

/*Footer Style*/
footer .footer-content-box h5 {
    font-size:18px;
    color:#dadada;
}
footer .footer-content-box p a {
    font-size:16px;
    font-weight:700;
    color:#61d3ff;
}
    footer .footer-content-box p a:focus,
    footer .footer-content-box p a:hover {
        color:#fff;
        text-decoration:none;
    }
footer .footer-content-box ul li a:before {
    content:'\f178';
    font-family:'FontAwesome';
    margin-right:5px;
}
/*Footer Style*/

/*content page title*/
.c-page-title {
    background-image: url('../Images_JRCGW/PageTitleBG.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 10px;
}
    .c-page-title h3 {
        font-family:'Patua One';
        text-transform:uppercase;
    }
    .c-page-title ul {
        -webkit-padding-start:0px;        
    }
        .c-page-title ul li {
            list-style-type:none;
            display:inline-block;
            font-size:17px;
            font-weight:normal;
            font-family:'Salsa';
            margin:0px 5px;
        }
            .c-page-title ul li:first-child a:before {
                content:'\f015';
                font-family:'FontAwesome';
                margin-right:5px;
            }
            .c-page-title ul li a:first-child:before {
                
            }
            .c-page-title ul li a:after {
                content: '\f101';
                font-family: 'FontAwesome';
                margin-left: 8px;
            }
            .c-page-title ul li a {
                color:#F7FF6F;
                
            }
                .c-page-title ul li a:focus,
                .c-page-title ul li a:hover {
                    color:#000;
                    text-decoration:none;
                }
/*content page title*/

blockquote h4 {
    margin-top: 0px;
    margin-bottom: 2px;
}

.table-college-glance {
    font-size: 16px;
    font-weight: 600;
}
    .table-college-glance tbody {
    }
        .table-college-glance tbody tr {
        }
            .table-college-glance tbody tr td {
            }
                .table-college-glance tbody tr td:first-child {
                    font-weight:700;
                    color: #004ec3;
                }

.text-theme-colored2 {
    color:#0839B3;
}

.h-link {
    margin-bottom:25px;
}
    .h-link ul {
        list-style-type: none;
        -webkit-padding-start: 0px;
    }
        .h-link ul li {
            font-size: 16px;
            line-height: 30px;
        }
            .h-link ul li a {
                background-color: #2660F2;
                color: #fff;
                display: block;
                padding: 5px 10px;
                margin-bottom: 2px;
                border-radius: 3px;
            }
                .h-link ul li a:before {
                    content:'\f101';
                    font-family:'FontAwesome';
                    margin-right:5px;
                    font-weight:normal;
                }
                .h-link ul li a:focus,
                .h-link ul li a:hover {
                    background-color:#0839B3;
                    text-decoration:none;
                    padding-left:15px;
                    transition: all 0.3s ease-in-out;
                }

.student-register {
    background-color: #88DDD6;
    padding: 15px;
    box-shadow: 0px 0px 5px #ababab;
    margin-top: 10px;
    margin-bottom: 20px;
}
    .student-register input {
        margin-bottom: 8px;
        font-size: 16px;
        height: 40px;
        color: #0839B3;
        font-weight:700;
    }
    .student-register select {
        margin-bottom: 8px;
        font-size: 16px;
        height: 40px;
        color: #0839B3;
        font-weight: 700;
        
    }
    .student-register a {
        font-size: 16px;
        font-weight: 700;
        background-color: #0031AB;
        color: #fff;
    }
        .student-register a:focus,
        .student-register a:hover {
            background-color:#000;
            color:#fff;
        }


.table-courses {
}
    .table-courses thead {
    }
        .table-courses thead tr {
        }
            .table-courses thead tr th {
                background-color: #003C96;
                color: #BAB5B5;
                vertical-align:middle;
                font-family:'Salsa';
                font-weight:normal;
                font-size:17px;
            }
    .table-courses tbody {
    }
        .table-courses tbody tr {
        }
            .table-courses tbody tr td {
                font-weight:700;
                vertical-align:middle;
            }
                .table-courses tbody tr td b {
                    font-weight:800;
                }


.all-dept {
}
    .all-dept h3 span {
        font-family: 'Salsa';
        margin-bottom: 15px;
        display: block;
        color: #0044ab;
        font-size:22px;
    }
        .all-dept h3 span:before {
            font-family:'FontAwesome';
            content:'\f101';
            margin-right:10px;
        }
    .all-dept h4 {
        padding-left:20px;
        font-size:18px;
        color: #006bc7;
    }
        .all-dept h4 i {
            margin-right:10px;
        }
        .all-dept h4 a {
            color: #006bc7;
        }
    .all-dept img {
    }
    .all-dept p {
    }
.dept-profile {
    text-align: center;
    box-shadow: 0px 0px 7px #757474;
    padding: 10px 0px;
    background-color: #edfcff;
    border-radius: 3px;
    max-height:330px;
    min-height:330px;
    margin-bottom:25px;
}
    .dept-profile img {
        box-shadow: 0px 0px 6px #5f5c5c;
        border: solid 4px #fFF;
        max-height: 160px;
        min-height: 160px;
    }
    .dept-profile h4 {
        margin: 5px 0px;
        font-size: 19px;
        color:#884600;
        padding-left:0px;
    }
    .dept-profile h5 {
        margin: 5px 0px;
        color: #292929;
        line-height: 18px;
        font-size: 15px;
    }
        .dept-profile h5 span {
            color: #0048b7;
            font-size: 15px;
        }
    .dept-profile a {
        border-radius:0px;
        margin-top:5px;
    }
.dept-profile2 {
    text-align: center;
    box-shadow: 0px 0px 7px #757474;
    padding: 10px 0px;
    background-color: #e7fff3;
    border-radius: 3px;
    max-height:auto;
    min-height:250px;
    margin-bottom:25px;
}
    .dept-profile2 img {
        box-shadow: 0px 0px 6px #5f5c5c;
        border: solid 4px #fff;
        max-height: 160px;
        min-height: 160px;
    }
    .dept-profile2 h4 {
        margin: 5px 0px;
        font-size: 19px;
        color:#884600;
        padding-left:0px;
    }
    .dept-profile2 h5 {
        margin: 5px 0px;
        color: #292929;
        line-height: 18px;
        font-size: 15px;
    }
        .dept-profile2 h5 span {
            color: #0048b7;
            font-size: 15px;
        }
    .dept-profile2 a {
        border-radius:0px;
        margin-top:5px;
    }


    .gallery-single-item {
        margin-bottom: 25px;
        box-shadow: 0px 0px 10px #52A2F8;
    }
    .gallery-single-item figure {
        position: relative;
    }
    .gallery-single-item figure:before {
	    position: absolute;
	    content: "";
	    width: 100%;
	    height: 100%;
	    background: rgba(147, 220, 254,.8);
	    transform: rotate(45deg) scale(0);
	    transition: .5s ease;
	    visibility: hidden;
	    opacity: 0;
	    left: 0;
	}
	.gallery-single-item figure img {
	    height: 100%;
	    width: 100%;
	}
    .gallery-single-item figure figcaption {
	    position: absolute;
	    left: 0;
	    top: 45%;
	    width: 100%;
	    text-align: center;
	    transition: all 0.3s ease-in-out;
	    visibility: hidden;
	    opacity: 0;
	}
    .gallery-single-item figure figcaption ul li {
	    display: inline-block;
	    font-size: 27px;
	    height: 30px;
	    line-height: 26px;
	    margin: 0 5px;
	    width: 30px;
	}
    .gallery-single-item figure figcaption ul li a {
	    color: #ffffff;
	}
    .gallery-single-item:hover figure::before {
	    visibility: visible;
	    opacity: 1;
	    transform: rotate(0deg) scale(1);
	    width: 100%;
	}
    .gallery-single-item:hover figcaption {
	    visibility: visible;
	    transition: all 0.3s ease-in-out;
	    opacity: 1;
	}



/*Admission portal gateway*/

@-webkit-keyframes background {
  0% { background-color: #0000d8; }
  33% { background-color: #369e00; }  
  67% { background-color: #ab0000; }
  100% { background-color: #6000ca; }
}

@keyframes background {
  0% { background-color: #0000d8; }
  33% { background-color: #369e00; }  
  67% { background-color: #ab0000; }
  100% { background-color: #6000ca; }
}
.admission-portal-gateway {
    background-position: center center;
    padding: 40px 0px;
    text-align: center;
    background-image: url('../Images_JRCGW/Admission-Home-BG.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 960px;
}
    .admission-portal-gateway img {
        float:none;
        margin-left:auto;
        margin-right:auto;
        display:block;
        width:100px;
    }
    .admission-portal-gateway h2 {
        text-align: center;
        color: blue;
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 27px;
        text-transform: uppercase;
    }
    .admission-portal-gateway h3 {
        text-align: center;
        font-weight: normal;
        color: #c50000;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .admission-portal-gateway .admission {
        color:#fff;
        font-weight:800;
        font-family:'Nunito';
        text-transform:uppercase;
        font-size:18px;
        padding:12px 15px;
        margin:15px 0px;
        display:inline-block;
        -webkit-animation: background 5s cubic-bezier(1,0,0,1) infinite;
        animation: background 5s cubic-bezier(1,0,0,1) infinite;
    }
        .admission-portal-gateway a:focus,
        .admission-portal-gateway a:hover {
            text-decoration:none;
        }
    .admission-portal-gateway p {
        margin:10px 0px;
        font-weight:700;
        font-size:16px;
    }
        .admission-portal-gateway p span {
            font-size:16px;
        }
    .admission-portal-gateway p a {
            margin: 20px 0px;
            background-color: #2b6300;
            padding: 10px 15px;
            display: inline-block;
            color: #fff;
            font-size: 15px;
            text-transform: uppercase;
            font-weight:800;
    }
        .admission-portal-gateway p a:focus,
        .admission-portal-gateway p a:hover {
            box-shadow: inset 0px 0px 10px 1px #000;
        }