/*
Theme Name: ABRFL
Theme URI: https://github.com/
Author: ABRFL
Author URI: https://github.com/
Description: Donations: ABRFL is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

ABRFL WordPress Theme © 2011-2023 ABRFL
ABRFL is distributed under the terms of the GNU GPL
*/

/**
CSS for developers 
*/

/* .slider-container .directional_nav {
    height: auto;
    margin: 0 auto;
    max-width: 740px;
    position: relative;
    top: -200px;
}

.slider-container .previous_btn, .next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.slider-container .next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: -48px;
    top: 0;
} */


/* beau css = start */

/* .default-section .slick-prev::before, .default-section .slick-next::before {
    opacity: 0;
} */

/* developer CSS Start */
.meidakit-brand-slider .h2-title-inner{
    display: inline-block;
    width: 100%;
    color: #000;
    font-family: Guthen Bloots Basic;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    margin-top: 30px;
}

.myScroll{
    max-height: 300px;
    overflow-y: auto;
}

.something-new .h-blog-img{
    max-height: 285px;
}
.something-new .h-blog-img img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.something-new .h-blog-link{
    max-height: 180px;
    height: 180px;
}

.rajashree-main .rajashree-right{
    padding: 45px 20px 20px 0;
}

.same-hght{
    max-height: 120px;
    height: 120px;
}

.our-value h2.h2-title{
    font-size: 60px;
    padding-bottom: 50px;
}

.cg-commitee ul li{
    text-align: center;
    font-weight: 700;
    line-height: normal !important;
    padding: 18px 34px !important;
}

.cg-commitee .energy h3{
    color: #000;
    text-align: center;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    margin-top: 20px;
}

.cg-commitee .energy img{
    border-radius: 20px;
}

.cg-quick-links .h2-title, .cg-committee-charters .h2-title{
    text-align: center;
}

.cg-committee-charters table img{
    position: inherit;
}

.watch-here iframe{
    width: 100%;
    border-radius: 20px 0 0 20px;
    margin-bottom: -7px;
}

.form-group.form-upload .form-control::before, .form-group.form-confirm .form-control::before{
    display: none;
}

.activecls{
	color: #C3262A !important;
}
.navbar-light .navbar-nav .nav-link.activecls::before {
    position: absolute;
    content: '';
    width: 0%;
    left: 0;
    right: 0;
    height: 2px;
    background: #C3262A;
    margin: 0 auto;
    bottom: -4px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 992px){
    .activecls{color:white !important;
}