/*
Theme Name: Azad Goyat
Description: Azad Goyat related theme
Author: webmobi
Version: 1.0
*/
/*
-----------------------------------------------------
	GENERAL
-----------------------------------------------------
*/
.row-devider>div {
    position: relative;
}
.row-devider>div:not(:first-child):after {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: -8px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);
    /* border-left: 1px solid rgba(0, 0, 0, 0.15);*/
}
.text-gray {
    color: var(--gray);
}

.text-xs {
   font-size: clamp(.5rem, 1rem + 0vw, .75rem);
}

.text-sm {
   font-size: clamp(.75rem, 1rem + 0vw, .875rem);
}
.text-base {
	font-size: clamp(.875rem, 1rem + 0vw, 1rem);
}
.text-lg {
	font-size: clamp(1rem, -0.1034rem + 2.406vw, 1.25rem);
}
.text-xl {
	font-size: clamp(1.25rem, -0.1917rem + 3.0075vw, 1.5rem);
}
.text-2xl {
	font-size: clamp(1.5rem, -0.6626rem + 4.5113vw, 1.875rem);
}
.text-3xl {
	font-size: clamp(1.875rem, -1.7293rem + 7.5188vw, 2.5rem);
}
.text-4xl {
	font-size: clamp(2rem, -4.4878rem + 13.5338vw, 3.125rem);
}
.text-5xl {
	font-size: clamp(3rem, -1.3252rem + 9.0226vw, 3.75rem);
}
.text-6xl {
	font-size: clamp(2.5rem, 0.15rem + 7vw, 4rem);
}


.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.text-underline {
    text-decoration: underline;
}

.line-through {
    text-decoration: line-through;
}

.no-underline,.no-underline:hover {
    text-decoration: none;
}
.font-sans-serif{
    font-family: "Lato";
}
.font-serif{
    font-family: "Playfair Display";
}
.rounded-full {
    border-radius: 9999px;
}

.btn {
    text-transform: uppercase;
    transition: all .25s ease-in-out 0s;
}

.btn-xs {
    font-size: .725rem;
    padding: .25rem .5rem;
}

.btn-sm {
    font-size: .75rem;
    padding: .5rem .85rem;
}

.btn-lg {
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
}
.btn-white {
    color: var(--dark);
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    color: var(--dark);
    background-color: #e2e6ea;
    border-color: #e2e6ea;
}

.btn-white:focus,
.btn-white.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #e2e6ea;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white  {
    color: var(--white);
    background-color: transparent;
    border-color: var(--white);
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white.active {
    background:  var(--white);
    color:  var(--dark);;
    border-color: var(--white);
}
.btn-underline{
    font-size: 1rem;
    text-decoration: none;
    border-bottom:2px solid;
    padding-bottom: .35rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .25s ease-in-out 0s;
}
.btn-underline:hover{
    text-decoration: none;
    padding-bottom: .5rem;
}
.bg-primary-light {
    background-color: #dbdbe8;
}
.border-radius-lg {
    border-radius: 2.5rem;
}
.circle-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
/*
-----------------------------------------------------
	HEADER
-----------------------------------------------------
*/
.header{
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}
.header, .header * {
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    -moz-transition: all .25s ease-in-out 0s;
    -ms-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
}
.sticky {
    box-shadow: 0 2px 6px #0003;
    -webkit-animation: slide-down .7s;
    animation: slide-down .7s;
    background-color: var(--white);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
#header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(253, 3, 13, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.sticky .topbar{
    display: none !important;
}
.pageheaing-wrapper {
    background-color: var(--primary);
}
/*
---------------------------------------------------
TOPBAR
---------------------------------------------------
*/
.topbar .nav-link {
    color: var(--white);
    margin-right: 1rem;
}
.topbar .nav-link:hover {
    text-decoration: underline;
}
.navbar-brand {
    max-width: 200px;
}
.navigation-wrapper .navbar-nav > .nav-item > .nav-link {
    padding: 0 .75rem;
    font-size:.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
/*
---------------------------------------------------
   BANNER
---------------------------------------------------
*/
.banner-wrapper {
    position: relative;
    z-index: 2;
    background: url(images/background/banner-bg.png) no-repeat 0 0/cover;
}
.banner-title {
    font-size: clamp(2.5rem, -7.1504rem + 18.0451vw, 4rem)
}
.banner-wrapper img {
    max-height: 460px;
    min-height: 460px;
    object-fit: cover;
}
.promotion-wrapper div[class*="container"] {
    position: relative;
    z-index: 2;
}
.title-text  {
    font-size: clamp(2.5rem, -7.1504rem + 18.0451vw, 3rem);
}
.sub-title-text {
    font-size: 1rem;
    font-weight: 900;
    color: var(--secondary);
    padding-left: 3rem;
    position: relative;
    text-transform: uppercase;
}
.sub-title-text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 5px;
    width: 2.5rem;
    background-color: var(--secondary);
    border-radius: 5rem;
}
.sub-title-text.text-white:after {
    background-color: var(--white);
}
.vision-wrapper,.contact-wrapper{
    /*background: url(images/background/world-map.png) no-repeat 0 0/ cover;*/
}
.card-vision{
    min-height: 170px;
}
.about-wrapper{
    background: url(images/background/about-bg.png) no-repeat 0 0;
}
.about-picture img{
    height: 100%;
    object-fit: cover;
}
.image-module {
    position: relative;
    z-index: 2;
}
.image-module::after {
    content: "";
    position: absolute;
    background-color: var(--secondary);
    height: 250px;
    left: -30px;
    bottom: -30px;
    width: 100%;
    z-index: -1;
}
.donate-wrapper{
    background: url(images/background/donate-bg.png) no-repeat 0 0/ cover;
}
.donate-wrapper .image-module::after {
    background-color: var(--primary);
}
.card-contact-form{
    border-radius: .25rem .25rem 0 0;
}

/*
-----------------------------------------------------
	FOOTER
-----------------------------------------------------
*/
.footer {
    font-size: .875rem;
}
.contacts-media{
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--white);
}
.footer-conatcts-wrap {
    position: relative;
}
.footer-widget-links a {
    color: var(--white);
    padding: 0 1rem;
    display: inline-block;
    line-height:.875rem; ;
}
.footer-widget-links a:hover {
    opacity: .5;
}

.social-networks a {
    background-color: var(--light);
    color: var(--dark);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: .5rem;
    line-height: 30px;
    border-radius: 50%;
}
.social-networks a:hover {
    background-color: var(--white);
    color: var(--primary);
    text-decoration: none;
}
.copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 1rem;
    margin-top: 1rem;
}
.title-fancy-card {
  border-radius: 0 2.5rem 2.5rem 0;
}
.list-style-check{
	margin: 0;
	list-style: none;
}
.list-style-check > li{
	padding: 0 0 0 2.5rem;
	margin-bottom: .5rem; 
	position: relative;
}
.list-style-check > li:before{
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1rem;
	color: var(--dark);
	font-family: 'Line Awesome Free';
	font-weight: 900;
} 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
    background-color: #dc3232;
    color: var(--white);
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
    background-color: #f56e28;
    color: var(--white);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
    background-color: #ffb900;
    color: var(--white);
} 

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
    background-color: #46b450;
    color: var(--white);
} 

div[id^="bwg_container"].bwg_container div[class^="tablenav-pages"] .pagination-links a{
    display: inline-block;
    background-color: var(--light) !important;
    color: var(--dark) !important;
    font-family: Lato !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: .5rem 1rem !important;
    border-radius: .25rem !important;
    border: 0 !important;
    min-width: 40px;
    min-height: 40px;
    margin-left: .25rem;
    margin-right: .25rem;        
} 

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 input.bwg_current_page {
    background-color: var(--secondary) !important;
    color: var(--white) !important;
    display: inline-block;
    font-family: Lato !important;
    font-size: 1rem !important;
    font-weight: 500 !important; 
    padding: .5rem 1rem !important;
    border-radius: .25rem !important;
    border: 0 !important;
    min-width: 40px;
    min-height: 40px;    
} 
div[id^="bwg_container"].bwg_container .pagination-links_0.pagination-links {
  display: flex;
  justify-content: center;
}
.pagination-links .pagination-links_col2 {
  margin-left: .25rem;
  margin-right: .25rem;
} 

/*
--------------------------------------
 MEDIA QUERIRES
--------------------------------------
*/
@media only screen and (min-width: 768px) {
    body {
        padding-top: 0 !important;
    }
    .promotion-wrapper .promotion-card {
        position: absolute;
        top: -6rem;
        left: 15px;
right: 15px;
    }
    .vision-wrapper {
        /*padding-top: 16rem !important;*/
    }
    .campaigns-wrapper {
        padding-top: 16rem !important;
    }

}
@media only screen and (min-width: 992px) {
    .sticky .navbar-brand {
        max-width: 130px;
    }
    .navbar-nav .dropdown {
        z-index: 98;
    }

}

@media only screen and (min-width:1200px) {}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width:1024px) {}

@media only screen and (min-width: 768px) and (max-width: 991.5px) {
}

@media only screen and (min-width: 1024px) and (max-width:1240px) {
}

@media only screen and (min-width: 1025px) and (max-width:1360px) {}

@media only screen and (min-width:1200px) and (max-width:1280px) {}

@media only screen and (min-width:1300px) and (max-width:1366px) {}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
.navigation-wrapper .navbar-nav > .nav-item > .nav-link {
  padding: 0 .75rem;
  font-size: .85rem;
  font-weight: 600;
}
.btn-donate {
 padding: 0.75rem 1rem;
 font-size: 0.85rem;
    }
    
}

@media only screen and (max-width: 991.5px) {
    .header{
        background-color: var(--white);
    }
    #mainNavigation.navbar-collapse,
    #mainNavigation.collapse:not(.show) {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 300;
        height: 100vh;
        overflow: auto;
        background-color: var(--dark);
        width: 80%;
        padding: 1rem;
        display: block;
        visibility: hidden;
        transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transition: all 0.35s ease-in-out 0s;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -ms-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
    }
    #mainNavigation.show {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        visibility: visible;
    }
    .navigation-wrapper .navbar-nav > .nav-item > .nav-link {
        color: var(--white);
        padding: .5rem .25rem;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 15px;
    }
    .header {
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
        z-index: 100;
    }
    .navbar-brand {
        max-width: 100px;
    }
    .row-devider > div:not(:first-child)::after{
        width: auto;
        height: 1px;
        left: 15px;
        right: 15px;
        top:8px;
        
    }
    .footer-widget-links .list-inline-item {
        display: inline-block;
        width: 45%;
        margin-bottom: .5rem;
    }
}

@media only screen and (max-width:375px) {}

@media only screen and (min-width:590px) {}

@media only screen and (min-width: 620px) {}

/*
-----------------------------------------------------
   CAMPAIGNS
-----------------------------------------------------
*/
.campaigns-wrapper{
    background: url(images/background/world-map.png) no-repeat 0 0/ cover;
}
.title-double-side .sub-title-text{
    padding-right: 3rem;
}
.title-double-side .sub-title-text:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 5px;
    width: 2.5rem;
    background-color: var(--secondary);
    border-radius: 5rem;
}
.campaigns-icon{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    margin: 1.5rem auto;
    padding: .5rem;
    border-radius: 50%;
    background-color: var(--secondary);
    color: var(--white);
}
.campaigns-carousel p{
    margin-bottom: 0;
}
.campaigns-carousel .owl-stage{
    display: flex;
}
.campaigns-carousel .item,.campaigns-carousel .item .card-campaigns{
    height: 100%;
}
.campaigns-carousel-nav .owl-prev,.campaigns-carousel-nav .owl-next{
    display: inline-block;
    border: 0;
    background: var(--primary);
    color: var(--white);
    padding:.25rem .5rem;
    border-radius: .25rem;
    transition: all .25s ease-in-out 0s;
}
.campaigns-carousel-nav .owl-prev:hover,.campaigns-carousel-nav .owl-next:hover{
    background: #d8020a;
}
.campaigns-dots .owl-dot{
    display: inline-block;
    border: 0;
    background: var(--secondary);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    opacity: .25;
    transition: all .25s ease-in-out 0s;
    margin-left: .25rem;
    padding: 0;
}
.campaigns-dots .owl-dot.active{
    opacity: 1;
}
.campaigns-dots .owl-dot span{
    display: inline-block;
}
.elction-info-wrapper{
    background: url(images/background/about-bg.png) no-repeat 0 0;
    position: relative;
    z-index: 2;
}
/*
-----------------------------------------------------
ELECTION
-----------------------------------------------------
*/
.elction-info-wrapper:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--white);
    height: 175px;
    z-index: -1;
}
.elction-card{
    margin-bottom: 1rem;
}
@media(min-width:768px) {
    .elction-card{
        min-height: 150px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .elction-info-wrapper:after{
        height: 250px;
    }
}
