@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Light.eot');
	src: local('Proxima Nova Light'), local('ProximaNova-Light'),
		url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
		url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
		url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
		url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Black.eot');
	src: local('Proxima Nova Black'), local('ProximaNova-Black'),
		url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Black.woff') format('woff'),
		url('../fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
  font-display: swap;
}

h1, h2, h3,h4,h5,h6{
  font-weight: 900;
  font-family: "Proxima Nova";
}
h1.hero-title{
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.51);
}
.hero_section{
  background-size: cover;
  min-height: 96vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  padding-bottom: 16%;
}
.woocommerce .select2-container .select2-selection--single, .woocommerce select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	height:auto
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview,
.ast-modern-checkout .woocommerce #payment ul.payment_methods div.payment_box {
    background-color: #ffffff!important;
}
article header.entry-header{
	display:none
}
h2.title {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 48px;
    font-family: "Proxima Nova";
    font-weight: 900;
}
.services_section  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    margin: 8px 0 15px;
}
h2.title.line {
  padding-bottom: 7px;
  border-bottom: 2px solid #55489b;
	width: 100%;
	display: block;
}
.section.light h2.title.line {
	color: #363058;
  border-bottom: 2px solid #363058;
}
.section.light h3, .section.light .text h4,.section.light .text h5,.section.light .text h5,.section.light  .text a,.section.light  .text p{
	color: #363058;
}
section.section{
  padding: 105px 0;
}
.mt20{
	margin-top: 20px;
}
.site-header .menu-text {
    transition: none;
    text-transform: capitalize;
    font-family: Roboto;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #f8efef;
}
.main-header-menu .menu-link, .main-header-menu>a {
    padding: 0 25px;
}
.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    min-width: 164px;
    line-height: 15px;
}
.entry-content p {
    margin-bottom: 15px;
}
section.orange{
	background: #d27213;
}
section.white{
	background: #fff;
}
section.light,
.sectionbg{
	background: rgba(213, 136, 235, 0.11);
}
section.dark,
.sectionbgdark{
	background: #dea3ef;
  background: rgba(191,141,192, 0.75);
}
section.orange h2,
section.orange a,
section.orange h3,
section.orange h4,
section.orange .text h4,
section.orange h2,
section.orange .text,
section.orange .title{
	color:#000;
}
section.orange .title{
	color:#fff;
}
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h2,
section.dark .title,
.sectionbgdark .title{
	color:#363058;
	font-family: "Proxima Nova";
}
section.text_section h4,
section.dark h4{
    font-family: "Proxima Nova";
    font-weight: 900;
    margin-bottom: 10px;
}
section.sectionbgdark.donate_section h2{
	color:#55489b;
}
section.sectionbgdark.donate_section .title.line {
  border-bottom: 2px solid #55489b;
}
section.dark .title.line,
.sectionbgdark .title.line {
  border-bottom: 2px solid #363058;
}

section.orange .title.line {
  border-bottom: 2px solid #fff;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0!important;
}
section .ast-container-large{
  max-width: 1210px;
	margin: auto;
}
.who_we_are_column{
	display: flex;
    width: 100%;
}
 section.who_we_are_section .btn,
 section.text_section  .btn{
    padding: 12px 50px;
	}
.herotitle_section .elementor-column,
.section .ast-container-large .elementor-column,
.section .ast-container .elementor-column,
.columns3_section .elementor-column{
	padding: 0 15px;
}
.who_we_are_column .title{
	font-family: Roboto;
	font-weight: 900;
	font-size: 32px;
	line-height: 48px;
	color: #55489b;
	width: 20%;
  padding-top: 30px;
}

.who_we_are_column .text{
	font-size: 20px;
	line-height: 32px;
	color: #000;
	width: 80%;
    padding-bottom: 50px;
    border-bottom: 2px solid #55489b;
    margin-bottom: 50px;
}
.text ol {
  list-style: none;
    margin-left: 20px;
		position: relative;
    margin-bottom: 0;
}

.text ol li{
	margin-bottom: 15px;
	position: relative;
}
.text ol li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    display: block;
    height: 0;
    width: 0;
    left: -15px;
    top: 10px;
    position: absolute;
}
.ast-custom-button,
.btn{

	    font-family: Roboto;
	    font-weight: 900;
	    font-size: 20px;
	    text-align: center;
	    color: #000;
	    height: 40px;
	    background: #d27213;
	    text-decoration: none!important;
	    padding: 12px 30px;
	    line-height: 15px;
	    display: inline-block;
}
.btn:hover{
	background: #000;
	color: #fff;

}
.content-title .description{
	margin-bottom: 50px;
}
.space-between{

    justify-content: space-between;
}
p {
    margin-bottom: 10px;
}
.flex-end{

    justify-content: flex-end;
}
.gethelp_column .text a{
	text-decoration: underline;
}
.gethelp_column .text p{
    margin-bottom: 17px;
    line-height: 23px;
}
.gethelp_column .text strong{
    line-height: 26px;
}
[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: center;
    max-width: 280px;
    margin: auto;
		display: flex;
    justify-content: space-around;
}
header.site-header {
    z-index: 99;
    position: relative;
    position: fixed;
    width: 100%;
}
.herotitle_section{
	    min-height: 500px;
			background-position: center;
			background-size: cover;
    padding-top: 350px;
    background-color: #707070;
    background-image: url(/wp-content/uploads/2023/06/StartofTheJourney06BlueSKy.jpg);
}
.herotitle_section .title-section{
	position: relative;
    width: max-content;
    max-width: 100%;
}
.herotitle_section .title-section::before {
    content: '';
    position: absolute;
    height: calc(100% + 24px);
    background: #00000096;
    width: 100vw;
    padding: 12px 50px;
    right: -20px;
    top: -12px;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-family: Roboto;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #000;
}
body.woocommerce .woocommerce-ordering select, body.woocommerce-page .woocommerce-ordering select{
    background-image: url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%23333333' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 0.8em;
    background-repeat: no-repeat;
    background-position-x: calc( 100% - 10px );
    background-position-y: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em;
    border: 1px solid;
    padding: 10px;
}

.ast-footer-copyright a{
	color: var(--ast-global-color-2);
}
.ast-footer-copyright a:hover{
	text-decoration: underline;
}
.woocommerce #page .site-content,
.page-template-default:not(.elementor-page) #page .site-content {
    padding-top: 80px;
}
.home .notlem,
.page-template-default.elementor-page .notlem {
    display: none;
}
a.button{
	text-decoration:none!important
}
.entry-content p {
    line-height: 1.6;
}
.external-link{
	position: relative;
	color:var(--ast-global-color-1)!important
}
.external-link::after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAnElEQVR4nK2SPQrCQBCFvyIKVuIJsuQgksLCc8TKE9imEXJEzVkCCQMTCePMYoIPHgNv59t/+JP2QGV8Ag5OXliwB0bjFqidPC3hUsNzZuVnBCcvXKgBBqBbC8/gPeqL4JuCUtEjXLRmYQuKjsBDawg3Dsiv277qBFZpy21n+8rgna1lXPqk/yP5YW/nJ3l+ATu7JQlyq87+AjdpAuDDOH6VwbRrAAAAAElFTkSuQmCC);
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
    background-size: cover;
}
.herotitle_section .title-section h1 {
    font-family: "Proxima Nova";
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    color: #fff;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.51);
    z-index: 9;
		position: relative;
		margin: 0;
    text-transform: capitalize;

}.ast-site-identity {
    padding: 0;
}
.blockquote-block{
	display: flex;
}
.quote{
	 margin-right: 30px;
    align-items: center;
}
.quote.rotate{
	transform: rotate(180deg);
	margin-left: 30px;
	margin-right: 0px;
}
.blockquote-text{
	font-family: Roboto;
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #707070;
}
.blockquote-name{
	font-family: Roboto;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	text-align: right;
	color: #707070;
}
.title-section{
width: 100%;
}
.staff_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 212px;
    margin: auto;
    margin-bottom: 30px;
    line-height: 24px;
}
.avatar{
    width: 212px;
    height: 212px;
    overflow: hidden;
    border-radius: 50%;
}
.staff_content .name{
	font-weight: 900;
	font-size: 18px;
	margin: 10px 0 5px;
}
.staff-container{
	display: flex;
	flex-wrap: wrap;
    max-width: 968px;
    margin: auto;
    justify-content: center;
}
.staff-block{
	width: %
}
.column1 .staff-block-1, .column4 .staff-block-1{
    margin-top: 20px;
	}
.direction-column{
    flex-direction: column;
}
.column1, .column4{

    margin-top: 15%;
}
.illustration{
	font-weight: 500;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.51);
}
.illustration-column{

    justify-content: flex-end;
    align-items: flex-end;
}
.slider_title{
	font-family: "Proxima Nova";
	font-weight: 900;
	font-size: 21px;
	line-height: 25px;
	text-align: left;
	color: #fff;
	width: 100%;
	height: 50px;
	background: #030000;
	position: absolute;
	top:0;
	left:0;
    padding: 13px 27px;
  background: #02020294;
  z-index: 9;
}
.eventSwiper{
    width: 100%;
}
.eventSwiper .swiper-button-next,.eventSwiper .swiper-button-prev{
    color: #fff;
}
.gethelp_column{
	width: 100%
}
.gethelp_column .image{
	width: 100%;
    text-align: center;
}
.donate-block{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.donate-block a{
	display: block;
	font-family: "Proxima Nova";
	font-weight: 900;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	width: 212px;
	height: 80px;
	background: #55489b;
	padding: 15px;
	margin-right: 30px;
	transition: 0.4s all;
	margin-bottom: 15px
}
.donate-block a:hover{
	background: #000;
}
.donate-block .donatebtn:nth-last-child(1){
margin-right: 00px

}
.eventSwiper .swiper-pagination-bullet {
  background: #fff;
    margin-right: 5px;
    width: 10px;
    height: 10px;
		cursor: pointer;
}
.eventSwiper .swiper-pagination{

    bottom: 0;
    width: 100%;
}
.slider_item{
    min-height: 433px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
    margin-bottom: 10px;
}
.slider_content {
    font-family: "Proxima Nova";
    position: absolute;
    color: #fff;
    text-shadow: 0px 3px 10px #000;
    bottom: 17px;
    width: 100%;
    left: 98px;
    text-align: left;
    width: calc(100% - 117px);
}
.slide_title{
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.slide_text{
	font-weight: 500;
	font-size: 32px;
	line-height: 36px;
}
.elementor-column.elementor-col-50:nth-child(1) {
    padding-right: 15px;
}
.elementor-column.elementor-col-50:nth-child(2) {
    padding-left: 15px;
}
.newsletter-form{
    width: 100%;
    padding: 20px 31px;
    background: #55489b;
		color: #f8efef;
}
 section.dark .newsletter-form .title,
.newsletter-form .title{
	font-weight: 900;
	font-size: 20px;
	color: #f8efef;
}
.newsletter-form .text{
	font-size: 18px;
	margin: 16px 0 15px
}
.banner-newsletter img{
	width: 100%
}
.banner-newsletter{
    color: #fff;
    background: #15414A;
    margin-bottom: 30px;
}
.banner-content{
  padding: 39px 13px 35px;
}
section.dark .banner-newsletter .title,
.banner-newsletter .title {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 500;
		    color: #fff;
}
.content-title{

    width: 100%;
}
.ast-icon:hover svg {
    fill: #d27213;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item .menu-text,
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
	transition: 0.4s all;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:hover .menu-text {
    transition: none;
    text-decoration: underline;
}
.banner-newsletter .text {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 24px;
    font-size: 14px;
    max-width: 240px;
		color: #fff;
    line-height: 17px;
}
.elementor-banners {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.woocommerce nav.woocommerce-pagination ul li a, body.woocommerce nav.woocommerce-pagination ul li span {
    font-weight: 700;
}
body.woocommerce nav.woocommerce-pagination ul li a:focus, body.woocommerce nav.woocommerce-pagination ul li a:hover, body.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e28223;
	color:#333
}
body.woocommerce nav.woocommerce-pagination ul li > span.current,body.woocommerce nav.woocommerce-pagination ul li > .page-numbers {
    border-color: #e28223;
	color:#333
}
body.woocommerce nav.woocommerce-pagination ul,body.woocommerce nav.woocommerce-pagination ul li {
    border-color: #e28223;
	color:#333
}
body .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	
	color:#333
}
.woocommerce div.product .product_title {
    font-weight: 900;
}
.elementor-banner {
    display: block;
    min-height: 333px;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 30px;
		position: relative;
    background-size: cover;
}
.column_3{
    width: 100%;
}
.elementor-banners .elementor-banner {
    display: block;
    min-height: 333px;
    width: 48%;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 30px;
		position: relative;
}
.elementor-banners .elementor-banner::after{
	content: '';
	position: absolute;
  background: #ffffff;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	opacity: 0;
	transition: 0.4s all
}
.elementor-banners .elementor-banner:hover::after{

	opacity: 0.5;
}
.image-banner .title,
.elementor-banner .title,
.elementor-banners .elementor-banner .title{
	font-family: "Proxima Nova";
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	bottom: 10px;
	left:10px;
	z-index: 9;
	color: #fff;width: calc(100% - 20px);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.columns3_section .text h5 {
    font-family: "Proxima Nova";
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    color: #55489b;
    margin-bottom: 15px;
}
body .gform_wrapper select,
body input[type=email],
body input[type=number],
body input[type=password],
body input[type=reset],
body input[type=search],
body input[type=tel],
body input[type=text],
body input[type=url],
body  select,
body  textarea {
    transition: all .2s linear;
    font-family: Roboto;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #707070;
    height: 40px;
    background-color: #f2f0ff;
    border: 2px solid rgba(112, 112, 112, 0.5);
    padding-left: 10px;
    padding: 0px 10px;
}

.make-a-payment-form input[type="text"],
.make-a-payment-form input[type="email"]
{
    height: 40px!important;
    background: #f2f0ff!important;
    border: 2px solid rgba(112, 112, 112, 0.5)!important;
}

body  textarea{
	height: auto;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0px!important;
}
body .gform_legacy_markup_wrapper label.gfield_label,
body .gform_legacy_markup_wrapper legend.gfield_label {
    font-size: inherit;
    font-weight: 700;
    font-family: Roboto;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #000;
}
body  .gform_wrapper select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border-radius: 2px;
  margin-right: 2rem;
}
body.page .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 30px;
}
.entry-content a.button{
    display: inline-block;
    margin-bottom: 1.5em;
	}
.post_item{
	display: flex;
	margin-bottom: 30px;
}

.post_item .post_image{
	    display: block;
	    width: 30%;
	    margin-right: 2%;
}
.post_content{
    width: 68%;
}

.ast-row {
    width: 100%;
}
.arhive_events .post_item {
    padding: 50px 0;
		position: relative;
    margin-bottom: 0;
}
.arhive_events .post_item:nth-child(2n+1):after {
		content:'';
		position: absolute;
		width: 200%;
		left:-50%;
		height: 100%;
		background: #dab9da4f;
    top: 0;
		z-index: -1;
}
.post_meta{
    margin-bottom: 20px;
}
.arhive_events .post_content .post_title {
    margin-bottom: 20px;
    font-family: "Proxima Nova";
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
    color: #363058;
}
.post_content .post_title{
	font-family: "Proxima Nova";
	font-weight: 900;
	font-size: 24px;
	line-height: 26px;
	color: #55489b;
	text-decoration: none!important;
	max-width: 500px;
	display: block;
	margin-bottom: 20px
}
.post_content .post_text{
	font-size: 18px;
	line-height: 30px;
	color: #000;
}
.column_3 figure{
    display: inline-block;
    vertical-align: top;
    margin-right: 5px!important;
	}
.text_section .text h4{
	color: #55489b;
	margin-bottom: 20px
}
.text_section .text ,
.text_section .text p{
	font-size: 20px;
	line-height: 32px;
}
.image.image-banner{

    position: relative;
    display: block;
    margin-bottom: 30px;
}
.column_3 .text h4{
	font-family: "Proxima Nova";
	font-weight: 900;
	font-size: 36px;
	line-height: 38px;
	text-align: left;
	color: #55489b;
}
.ast-page-builder-template .ast-row {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
.download{
	text-decoration: none!important;
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #045097;
  margin-top: 10px;
  display: block;
    width: max-content;
    padding: 3px 5px;
}

.download svg{
  margin-right: 5px;
}
.download span{
		text-decoration: underline;
}
.gform_title{
	display: none;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    height: 30px;
    background: #fff;
    border: 1px solid #707070;
    margin-bottom: 6px;
}

.newsletter-gravity-form .gform_wrapper.gravity-theme .gform_footer,.newsletter-gravity-form .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0px 0;
    justify-content: flex-end;
}
.gform_wrapper.gravity-theme .gform_footer input{

    min-width: 145px;
}
.columns3_section .text h4{
    font-family: "Proxima Nova";
    font-weight: 900;
    color: #55489b;
		line-height: 1.1;
		margin-bottom: 20px;
}
.column_3 .text ul li{
	margin-bottom: 10px
}
.text_section  .text ul{
    padding-left: 25px;
}
.text_section  .text ul li{
    padding-bottom: 25px;
}
.text_section.dark a{
	color: #000;
}
.text_section.dark  .text ul li a{
	color: #000;
}
.ast-container-large,
.ast-container,
.ast-container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
table.tafe-table {
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px
}

table.tafe-table .tafe-table-header{
  min-height: 40px;
	background: #000;
}
.btn.black:hover{
	color: #fff;
	background: #000;
}
table.tafe-table .tafe-table-header th,
table.tafe-table .tafe-table-header td{
    color: #fff;
    text-align: left;
}
table.tafe-table td, table.tafe-table th {
    padding: 5px 15px;
    border-width: 0 1px 1px 0;
    font-family: Roboto;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #000;
}
.slider_item_link{
    display: block;
    height: 100%;
}
table.tafe-table .tafe-table-body tr:nth-child(odd){
	background: #f2f0ff;
}
body.woocommerce ul.products li.product .astra-shop-summary-wrap, body.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
    padding: 0;
}
p.out-of-stock{
	display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after{
	display: none;
}
.eventSwiper .swiper-button-next{
	background: url(/wp-content/uploads/2023/06/Circle-chevron-right.png);
	width: 60px;
height: 60px
}
.eventSwiper .swiper-button-prev{
	background: url(/wp-content/uploads/2023/06/Circle-chevron-left.png);
	width: 60px;
	height: 60px
}
nav ol.breadcrumb,
.breadcrumbs-div{
    margin: 50px 0 0;
}
.breadcrumbs-div .breadcrumb{
    padding: 0;
}
.woocommerce-shop #primary {
    margin: 0;
}
.ast-footer-copyright p{

    line-height: 1.5;
}
.woocommerce-ordering select.orderby {
    padding: 0;
}
@media (max-width: 1331px){
	.main-header-menu .menu-link, .main-header-menu>a {
			padding: 0 15px;
	}
	.site-header .menu-text {
	font-size: 16px;
	}
}

@media (max-width: 1231px){
		.columns3_section .column_3 .image img{
			width: 100%
		}
		.download{
			margin-bottom: 30px
		}
		.eventSwiper {
		    margin-bottom: 15px;
		}
		.newsletter-form {
		    margin-bottom: 15px;
		}
		.main-header-menu .menu-link, .main-header-menu>a {
		    padding: 0 10px;
		}
		.site-header .menu-text {
		font-size: 14px;
		}
		.slider_content {
		    left: 50px;
		    width: calc(100% - 117px);
		}
		.slide_text,
		.slide_title {
		    font-size: 25px;
		    line-height: 30px;
		}
		.who_we_are_column .title {
		    font-size: 24px;
		    line-height: 30px;
		}
}
@media (max-width: 1031px){

	.main-header-menu .menu-link, .main-header-menu>a {
	    padding: 0 5px;
	}
	.site-header .menu-text {
	font-size: 13px;
	}
	.ast-icon.icon-arrow svg {
	    margin-left: 5px;
	}
}

@media (max-width: 921px){
	.hero_section {
	    min-height: 500px;
	    padding-bottom: 14%;
	}
	h1.hero-title {
	    line-height: 35px;
	    font-size: 35px;
	}
	h2.title{
		    line-height: 32px;
		    font-size: 32px;
    margin-bottom: 20px;
	}
	section.section {
	    padding: 50px 0;
	}
	.eventSwiper {
		margin-bottom: 15px
	}
	.slide_title {
	    font-size: 30px;
	    line-height: 30px;
	}
	.slide_text {
	    font-size: 26px;
	    line-height: 26px;
	}
	section.dark .banner-newsletter .title, .banner-newsletter .title {
	    font-size: 20px;
	}
	.services_section  .elementor-column {
	    justify-content: center;
			margin-bottom: 15px
	}
	.elementor-banners {
	    margin: 0 15px;
	}
	.who_we_are_column .title {
	    font-size: 20px;
	    line-height: 22px;
	    padding-top: 10px;
	}
	.who_we_are_column .text {
	    font-size: 18px;
	    line-height: 29px;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.site-header .menu-text {
	    color: #000000;
	}

	.site-header  .menu-item:hover .menu-text,
	.site-header  .menu-item.current-menu-parent .menu-text ,
	.site-header  .menu-item.current-menu-item .menu-text {
	    color: #fff;
	}
	.site-header .menu-item:hover .sub-menu .menu-text, .site-header .menu-item.current-menu-item .sub-menu .menu-text {
	    color: #000000;
	}
	.elementor-col-100.elementor-md-50.elementor-sm-100{

    width: 100%;
	}
	.download {
    margin-bottom: 20px;
}
}
@media (max-width: 667px){
	.post_image img,
.image-banner img{
	width: 100%
}
}
@media (max-width: 767px){
	.elementor-blog .post_content {
			margin-left: 0;
		}
	.illustration{

    margin-top: 30px;
	}
	.herotitle_section {
    min-height: 300px;
    padding-top: 150px;
	}
	.arhive_events .post_item {
	    padding: 0px 0px 20px;
	    position: relative;
	    margin-bottom: 20px;
	}
	.arhive_events .post_item:nth-child(2n+1):after {
	    width: 100%;
	    left: 0;
	    height: 100%;
	}
	.arhive_events .post_content {
	    padding: 15px;
	}
	.arhive_events .post_content .post_title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 26px;
	}
		.quote {
	    margin-right: 15px;
	    width: 60px;
	}.blockquote-block {
    display: block;
}
.quote.rotate{
	float: right;
}
.post_content{
	margin-top: 15px
}
.image-banner .title{
	max-width: 300px
}
		.quote svg{
		height: auto;
    width: 100%;
	}
	.blockquote-row{
	 margin: 10px 0;
	}

	.slider_content {
		    width: 100%;
		    left: 30px;
		    width: calc(100% - 30px);
	}
	.elementor-banners .elementor-banner {
	    width: 100%;
	    margin-bottom: 30px;
	}

	.elementor-banners {
	    margin: 0;
	}
	.post_item,
	.who_we_are_column {
    flex-direction: column;
	}
	.post_content,
	.post_item .post_image,
	.who_we_are_column .text,
	.who_we_are_column .title {
    width: 100%;
	}
	.text ol {
	    column-count: 1!important;
	}
	.donate-block {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
}
	.donate-block a {
	    margin-right: 0;
	    transition: 0.4s all;
	    margin-bottom: 10px;
	}
.herotitle_section .title-section h1 {
    font-size: 41px;
	}

	.post_content .post_text,
	.text_section .text, .text_section .text p {
    font-size: 14px!important;
    line-height: 22px;
}
.column_3 .text h4 {
    font-size: 26px;
    line-height: 30px;
	}
	.column1, .column4 {
	    margin-top: 0;
	}
	.avatar {
	    width: 100%;
	    height: auto;
	}
	.staff_content .name {
	    font-weight: 900;
	    font-size: 14px;
	    margin: 0px 0 0;
	}
	.column1 .staff-block-1, .column4 .staff-block-1{
	    margin-top: 0px;
		}
	.staff_content .job{

    font-size: 14px;
    line-height: 1;
	}
}
