@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */





header.entry-header.alignwide {
    display: none;
}



.pubcounter_box{background:#0070c0; color:#ffffff; padding:10px; text-align:center; margin-bottom:20px;}
.pubcounter_box h3{font-size:22px; color:#fff; }
.pubcounter_box p.totcount{font-size:30px; color:#fff; margin-top:0px; margin-bottom:0px;}



.jlistbox{background:#fff; border:1px solid #cccccc; padding:10px; margin-bottom:20px;}
.jlistbox_author{min-height:60px;}
.jlistbox_author ul{margin-left:0px; padding-left:0px;line-height:18px;}
.jlistbox_author li{display:inline list-item; font-size:13px; margin-right:10px;  }
.jlistbox_author li::marker{margin-right:3px;}
.jlistbox_othatt ul{margin-left:0px; padding-left:0px;line-height:18px;}
.jlistbox_othatt li{display:inline list-item; font-size:13px; margin-right:15px;  }
.jlistbox_othatt li::marker{margin-right:3px;}
.jlistbox_cat ul{margin-left:0px; padding-left:0px;}
.jlistbox_cat li{ display:inline; color:#000; margin-right:15px; background:#f2f2f2; padding:3px 5px; font-size:14px; border:1px solid #333;}
.jlistbox_cat li::marker{margin-right:3px;}
.jlistbox_title h3{color:#0070c0; font-size:16px; line-height:20px;min-height:60px;}
.searchform_custom{margin-bottom:20px; background:#f2f2f2; padding:15px; margin-top:20px; border:1px solid #4498e7;}
.searchform_custom .form-control{border:1px solid #cccccc;  font-size:14px;}
.searchform_custom .form-group{margin-bottom:15px;}
.searchform_custom label{font-size:15px;}
.search_cbtn{font-size:15px!important; }
.reset_cbtn{font-size:15px!important;border-radius: 3px; padding:10px 10px; font-size:15px;  background:#76797c; color:#fff;}
.pagination {
    text-align: center;
    margin: 20px 0;
	font-size:13px;
}
.jlistbox_othatt li::marker{padding-right:3px;}
.pagination a.page-numbers,
.pagination span.page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 3px;
    text-decoration: none;
    background: #eee;
    color: #333;
    border-radius: 4px;
    transition: background 0.3s;
	border:1px solid #7f9ab4;
}

.pagination a.page-numbers:hover {
    background: #0073aa;
    color: #fff;
	border:1px solid #7f9ab4;
}

.pagination span.page-numbers.current {
    background: #0073aa;
    color: #fff;
    font-weight: bold;
}

.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
    background: #f5f5f5;
    color: #333;
    padding: 8px 12px;
    border-radius: 4px;
	border:1px solid #7f9ab4;
}

.pagination span.prev.page-numbers,
.pagination span.next.page-numbers {
    background: #ccc;
    color: #888;
    padding: 8px 12px;
    border-radius: 4px;
	border:1px solid #7f9ab4;
    cursor: not-allowed;
}

.doi a{color: #212529; text-decoration:underline;}


 .searchform_custom input[type="submit"] {
    color: #FFF;
    font-size: 90%;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background: #4498e7;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	 padding: 3px 10px;
}
.dz-bnr-inr.dz-bnr-inr-sm{margin-bottom:20px;}


.single-pageee-rightt h6 a {
    font-size: 14px;
    color: #d97d54;
}



.single-pageee-rightt h4 {
    color: #d87d54;
    font-size: 25px;

    margin-bottom: 40px;
}



.key-images {
    width: 130px;
}

.key-images img {
    width: 100%;
    height: 126px;
    object-fit: cover;
    border-radius: 11px;
}


.dz-media.dz-img-effect {
    overflow: hidden;
    border-radius: 11px;
}

.dz-media.dz-img-effect img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
    display: block;
}




.award-card.jkll {
    overflow: hidden;
    border-radius: 10px;
}

.award-card.jkll img {
    width: 100%;
    height: 450px;     
    object-fit: cover; 
    display: block;
}







.news-events-section{
    padding:80px 0;
}

.custom-news-card{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:10px;
    overflow:hidden;
    height:100%;
    transition:0.35s;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

.custom-news-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.custom-news-image{
    overflow:hidden;
}

.custom-news-image img {
    width: 100% !important;
    height: 249px !important;
    object-fit: cover;
    transition: .4s;
    display: block;
}

.custom-news-card:hover .custom-news-image img{
    transform:scale(1.05);
}

.custom-news-content{
    padding:25px;
}

.custom-news-date {
    display: block;
    font-size: 12px;
    color: #d97d54;
    margin-bottom: 10px;
    font-weight: 500;
}

.custom-news-title {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.custom-news-title a{
    color:#222;
    text-decoration:none;
}

.custom-news-title a:hover {
    color: #d97d54;
}

.custom-news-excerpt {
    color: #2a2a2a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.custom-read-more-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #d97d54;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.custom-read-more-btn:hover{
    background:#111;
    color:#fff;
}

@media (max-width:767px){
    .custom-news-image img{
        height:220px;
    }

    .custom-news-title{
        font-size:20px;
    }
}




.single-pageee-rightt{
    background:#fff;
    padding:30px;
    border:1px solid #e8e8e8;
    border-radius:10px;
    box-shadow:0 5px 25px rgba(0,0,0,.06);
}

.recent-widget-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    padding-bottom:12px;
    border-bottom:2px solid #e31e24;
    position:relative;
}

.recent-news-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ececec;
    transition:.3s;
}

.recent-news-item:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}

.recent-news-item:hover{
    transform:translateX(5px);
}

.recent-news-thumb{
    flex:0 0 95px;
}

.recent-news-thumb img {
    width: 110px !important;
    height: 110px !important;
    object-fit: cover;
    border-radius: 8px;
    transition: .4s;
}

.recent-news-item:hover .recent-news-thumb img{
    transform:scale(1.05);
}

.recent-news-content{
    flex:1;
}

.recent-news-date{
    display:block;
    color:#888;
    font-size:13px;
    margin-bottom:6px;
}

.recent-news-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.recent-news-title a{
    color:#222;
    text-decoration:none;
    transition:.3s;
}

.recent-news-title a:hover{
    color:#e31e24;
}

.recent-news-excerpt{
    font-size:14px;
    color:#666;
    line-height:1.6;
    margin:0;
}

@media(max-width:767px){

    .single-pageee-rightt{
        margin-top:40px;
        padding:20px;
    }

    .recent-news-thumb{
        flex:0 0 80px;
    }

    .recent-news-thumb img{
        width:80px;
        height:80px;
    }

    .recent-news-title{
        font-size:16px;
    }
}








.custom-contact-section{
    background:#f8f9fa;
}

.contact-info-box,
.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:12px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;
}

.contact-title,
.form-title{
    font-size:34px;
    font-weight:700;
    margin-bottom:15px;
}

.contact-description,
.form-description{
    color:#666;
    margin-bottom:35px;
    line-height:1.8;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:30px;
}

.contact-item:last-child{
    margin-bottom:0;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: #d97d54;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-text h5{
    margin-bottom:8px;
    font-size:20px;
    font-weight:600;
}

.contact-text p{
    margin:0;
    color:#555;
    line-height:1.8;
}

.contact-text a{
    color:#222;
    text-decoration:none;
    transition:.3s;
}

.contact-text a:hover{
    color:#b81d22;
}

.contact-form-box .wpcf7-form p{
    margin-bottom:20px;
}

.contact-form-box input,
.contact-form-box textarea{
    width:100%;
    padding:14px 18px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:15px;
}

.contact-form-box textarea{
    height:180px;
    resize:none;
}

.contact-form-box input[type="submit"] {
    background: #d97d54;
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.contact-form-box input[type="submit"]:hover{
    background:#222;
}

@media(max-width:991px){

.contact-info-box{
    margin-bottom:30px;
}

.contact-info-box,
.contact-form-box{
    padding:30px;
}

.contact-title,
.form-title{
    font-size:28px;
}

}


.custom-contact-form label{
    display:block;
    font-weight:600;
    margin-bottom:8px;
    color:#222;
}

.custom-contact-form .form-control {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 14px 18px;
    margin-bottom: 20px;
    font-size: 15px;
    transition: .3s;
    background-color: #e5e5e5;
}

.custom-contact-form .form-control:focus{
    border-color:#b81d22;
    outline:none;
    box-shadow:0 0 8px rgba(184,29,34,.15);
}

.custom-contact-form textarea.form-control {
    height: 99px;
    resize: vertical;
}

.custom-contact-btn{
    background:#b81d22;
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius:6px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.custom-contact-btn:hover{
    background:#222;
}

.wpcf7-spinner{
    margin-top:10px;
}

.wpcf7 form .wpcf7-response-output{
    margin-top:20px;
    border-radius:6px;
}




.custom-booklet-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.custom-booklet-card:hover{
    transform:translateY(-8px);
}

.custom-booklet-image img{
    width:100% !important;
    height:300px!important;
    object-fit:cover;
}

.custom-booklet-content{
    padding:25px;
    text-align:center;
}

.custom-booklet-title{
    font-size:22px;
    margin-bottom:15px;
    font-weight:700;
}

.custom-booklet-text{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}



.custom-booklet-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #d97d54;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}



.custom-booklet-btn:hover{
    background:#111;
    color:#fff;
}