/*!
Theme Name: AGRA
Theme URI: http://underscores.me/
Author: Kihingu Inc
Author URI: https://kihingu.com/
Description: AGRA THEME 2023
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* START -- Cookie consent container obstracts links so I've hidden it */
.cky-consent-container {
	display: none;
}
/* END -- Cookie consent container obstracts links so I've hidden it */

.page-header {
    height: 78vh !important;
    position: relative;
}

#page-loader {
    display: none !important;
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wpcf7-list-item{
    margin:0px;
}

#registerModal .wpcf7-not-valid-tip {
    color:#fff;
    font-weight:500;
}
#registerModal .modal-header{
    margin:0;
    padding: 0;
    border: none;
}
/* Transparent Overlay */

#page-loader:before {
    display: none !important;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #07743f;
}

#page-loader h1 {
    display: none !important;
    color: hsla(0, 0%, 100%, .3);
    font: 900 800% Baskerville, sans-serif;
}

@keyframes loading {
    from {
        max-width: 0;
    }
}

#page-loader h1:before {
    display: none !important;
    content: attr(data-content);
    position: absolute;
    overflow: hidden;
    max-width: 4em;
    color: white;
    animation: loading 10s infinite;
}

ul#publications-tab {
    padding: 0;
    justify-content: flex-start;
}

ul#publications-tab li {
    margin-right: 0.5rem;
}

ul#publications-tab li a.nav-link {
    font-size: 15px;
}

:root {
    --bs-link-color: #badb34 !important;
}

#about-vision div.col-md-12>div {
    margin-top: -5% !important;
}

.main-header {
    position: relative;
}

div.call-to-action {
    position: absolute;
    bottom: 0;
    z-index: 99999999;
    width: 100%;
    right: 0;
}

div.call-to-action h4 {
    display: inline-block;
    padding-bottom: 5px;
}

.float-right {
    float: right;
}
/* Homepage Fancy Banner START */
.home-fancy-banner {
    background-color: #f7f7f8;
    width: 100%;
	height: 200px;
    display: flex;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
	position: absolute;
    top: 77%;
    z-index: 99;
}

.home-fancy-banner:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 40%;
    background-image: url("https://agra.org/wp-content/uploads/2023/11/preloader.gif");
    height: 50px;
    width: 50px;
    display: block;
    background-size: cover;
    z-index: -1;
}

.fancy-banner-desktop {
    width: 1320px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancy-banner-mobile {
    display: none;
}

.banner-full-width {
	overflow: hidden;
}

.banner-full-width img {
    width: 60%;
    margin: 0 auto;
    align-content: center;
    display: flex;
	transition: all 1s ease-out;
}

.banner-full-width img:hover {
	transition: all 0.5s ease;
	transform: scale(1.05);
}

.home-about-img-wrap {
    width: 110%;
    left: 0%;
}

/* Homepage fancy banner END */

@media (max-width: 768px) {
    div.call-to-action {
        width: 100%;
    }
	/* Homepage Fancy Mobile Banner START */
	.fancy-banner-desktop {
        display: none;
    }

    .fancy-banner-mobile {
        display: flex;
        min-width: 100%;
        height: auto;
    }

	/* Homepage Fancy Mobile Banner END */
}

@media (max-width: 1200px) {
	.home-about-img-wrap{
		margin-top:13%;
	}
}
@media (min-width: 631px) and (max-width: 768px) {
	.banner-full-width img {
		width: 74%;
	}
}

@media (max-width: 630px) {
	.banner-full-width img {
		width: 100%;
	}
}
@media (max-width: 992px) {
    .hide_on_mobile {
        display: none;
    }

}
.svg-inline--fa.fa-stack-2x {
  height: auto !important;
  width: auto !important;
}