/*
Theme Name: UnderStrap Child
Theme URI: https://understrap.com
Template: understrap-master
Author: Holger Koenemann
Author URI: https://www.holgerkoenemann.de
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
Tags: one-column,custom-menu,featured-images,theme-options,translation-ready
Version: 0.9.4.1619506591
Updated: 2021-04-27 06:56:31

*/

.footer-icons a {
    color:#fff;
}

/* 404 */

#error-404-wrapper {
    padding:130px 0px;

}

#error-404-wrapper .btn-primary {
    color: #fff;
    background-color: #1D3680;
    border-color: #1D3680;

}

#error-404-wrapper .input-group {
    width:50% !important;
}
/* Hero */

.hero-main-slider {
    background-position: bottom !important;
}

/* Default Template */
.page-template-default a {
    color: #254092;
    
}

.page-template-default h1 {
    font: normal normal bold 60px/80px Canela;
    color: #254092;
}

.page-template-default .entry-header {
    font-family: 'Canela', sans-serif;
}

.page-template-default .entry-content {
    font-family: 'Poppins', sans-serif;

}

body .container {
    max-width: 1300px;
}

.ways_give:hover {
    text-decoration: none;
}
.button {
    border: none;
    color: #fff;
    background: #254092;
    border-radius: 50px;
    opacity: 1;
    padding: 14px 30px;
    width: 215px;
    margin-top: 10px;
    transition: 0.3s;
    display: block;
    text-align: center;

}

.ways_give {
    color:#254092 !important;
}

.button:hover {
    background: #1A2C62;
    text-decoration: none;
    color: #fff;
}
.heading {
    font-size: 80px;
    color: #fff;
    line-height: 0.9;
    font-weight: bold;
    font-family: canela;
    letter-spacing: 0;
}
.first {
    background-image: url(http://concordiadev.wpengine.com/wp-content/uploads/2021/04/pic.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.careers-banner-sec {
    background-image: url(/wp-content/uploads/2021/04/Careers_1.jpg);
	background-position: right;
}
.positioning {
    width: 50%;
    padding: 150px 0 150px 0;
}

.text {
    color: #FFF;
    font-size:16px; 
    font-family:'Poppins', sans-serif;
    letter-spacing: 0;
    opacity: 1;
}


.title {
    text-align: center;
    font: normal normal bold 30px/30px Canela;
    letter-spacing: 0px;
    color: #254092;
    opacity: 1;
}
.second {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}
.row.content {
    margin: 80px 0 80px 0;
}
.text1 {
    font-size:16px; 
    font-family:'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    padding: 10px 35px 10px 55px;
    text-align: center;
}


.button {
    text-decoration: none;
    text-align: center;
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0.91px;
    color: #FFFFFF;
    opacity: 1;
    text-transform: uppercase;
}
.box {
    background: #254092 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 20px 0 20px 0px;
}
.career-banner-btn {
    background: #6688E1 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    width: 46%;
    text-align: center;
    padding: 20px 0 20px 0px;
	margin-top: 27px;
}
.column {
    width: 50%!important;
}
.ann-title{
    font: normal normal bold 30px/30px Canela;
    letter-spacing: 0px;
    color: #254092;
    opacity: 1;
}
.ann-description{
	font-size:16px; 
    font-family:'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
/*     padding: 10px 35px 10px 55px; */
}
.ann-des-career{
	color: #254092 !important;
}
.ann-lm-btn{
	background: #254092 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    width: 64%;
    margin: auto;
    text-align: center;
    padding: 16px 0 16px 0px;
}
.testing {
    font-size: 30px;
    color: #254092;
    font: normal normal bold 30px/30px Canela;
    margin-bottom: 12px;
}
.text2 {
    text-align: left;
    font-size:16px; 
    font-family:'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    width: 50%;
    margin-bottom: 40px;
}
.questionaire {
    margin: 100px 0 100px 0!important;
}


.custom-accordion .card-body p{
  color: #333333;
    font-size: 16px;
}
.custom-accordion .card-header h5{
  font-size: 18px;
  display: flex;
    align-items: center;
    justify-content: space-between;
  color: #254092;
}
.custom-accordion .card-header a:hover{
  text-decoration: none!important;
}
.custom-accordion .card-header a{
    text-decoration: none!important;
}
.faq-heading .donate-main{
  width: 100%;
}
.custom-accordion .card{
  border: none;
}
.custom-accordion .card-header{
  background: transparent;
  border-bottom: none;
  padding: 20px 20px;
}
.custom-accordion .card:nth-child(odd) {
  background: #f7f7f7;
}
.custom-accordion .card:nth-child(even) {
  background: #fff;
}
.custom-accordion{
  margin-top: 40px;
}

.rotate-90{
  transform: rotate(90deg)!important;
}
i.fal.fa-chevron-right.fal-1:focus-visible{
    transform: rotate(90deg)!important;
}
.overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #000000a1;
   opacity: 0.6;
}
.ann-section-career {
    padding: 80px 0px;
    border: 1px solid #D6D6D6;
}
.benefits-haline-section .container {
    display: flex;
}
.first-col {
    width: 48%;
	padding-top: 75px;
}
.second-col {
    width: 50%;
}
ul.benefits-sec-ul {
    padding-left: 16px;
}
.first-col .inner-sec {
    padding: 50px 50px 50px 68px;
    background-color: white;
    z-index: 16;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.benefits-heading-career {
    font-size: 25px;
}
.benefits-sec-ul li {
    font-size: 14px;
}
section.benefits-haline-section {
    padding-bottom: 50px;
}
.second-col .inner-sec {
    padding-top: 20px;
    padding-right: 20px;
	position: relative;
    right: 50px;
    z-index: -3;
}
.career-border {
    position: absolute;
    top: 0;
    right: 0;
    width: 84%;
    background-color: #254092;
    height: 97%;
    z-index: -62;
}
.carousel-indicators button {
    background-color: black !important;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
}
div#carouselExampleIndicators {
    padding-bottom: 45px;
}



@media only screen and (max-width: 760px) and (min-width: 320px) {
h1.heading {
    font-size: 0px;
}
.text {
    margin: 0;
}
.text2 {
    width: 100%;
}
.column {
    margin: 30px 0 0px 0!important;
}
.content {
    margin: 0!important;
}
.questionaire {
    margin: 35px 0 30px 0!important;
}

.positioning {
    bottom: 0;
    width: 95%;
}
.column {
    width: 100%!important;
}

    }

@media screen and (max-width:500px) {
    .text1 {
        font-size:16px; 
        font-family:'Poppins', sans-serif;
        letter-spacing: 0px;
        color: #333333;
        opacity: 1;
        padding: 0px;
        text-align: center;
    }

    input#gform_submit_button_4 {
        border: none !important;
        color: #fff !important;
        background: #577ad5;
        border-radius: 50px !important;
        opacity: 1 !important;
        transition: 0.3s !important;
        text-transform: uppercase;
        display: initial;
        padding: 20px 94px 49px 82px !important;
        margin-top: 20px;
    }

    input {
        border: none;
    }
    
    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap:0px !important;
    }

    .home-bg-content h1 {
        font-size: 64px;
        line-height: 59px;
        margin-bottom: 10px;
    }
    
    

}
    .feature-img img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
      }

/*Newsletter Styles */

input#gform_submit_button_4 {
    border: none !important;
    color: #fff !important;
    background: #577ad5;
    border-radius: 50px !important;
    opacity: 1 !important;
    transition: 0.3s !important;
    text-transform: uppercase;
    display: initial;
    padding: 22px 0px;
    margin-top: 20px;
}
   

.schedual-sec {
    background-image: url(../../../wp-content/uploads/2022/09/blue_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 119px 0px 49px 0px;
    color: #fff;
    
}



.schedual-sec-communities {
    background-image: url(../../../wp-content/uploads/2022/09/blue_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 86px 0px;
    color: #fff;
    text-align: center;
}

/* Testimonial Style */

.testimonial-div .designation {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 12px;
}

