.LADECHANE {
	  font-family: "Prata", serif !important;
}

.fc-white,
.fc-white * {
	color: #FFF !important;
}


body {
    overflow-x: hidden;
	padding:0;
	margin:0;
	background:#FFF;
	font-family: 'SF Pro Display';
	font-size:16px;line-height:1.6;
	color:#2B2B2B;
	font-weight:500;
	
}
p{       font-family: 'SF Pro Display';
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;margin-top:0 !important;}
	.fc-grey, .fc-grey p{color:#7E7E7E !important;}
.elementor-widget{       font-family: 'SF Pro Display' !important;
    font-size: 16px  !important;
    line-height: 1.8  !important;
    color: #000  !important;
    font-weight: 500  !important;
    }
.sf-pro-display,  .sf-pro-display h2{font-family: 'SF Pro Display' !important;}
.fahrefare{
    color:#fff !important;
    font-weight:bold !important;
}

h1{ font-family: "Prata", serif !important; font-size:2.75rem !important;text-transform:none;color:#FFF !important;font-weight:300 !important;}
h2 {
    font-family: "Prata", serif !important;
    font-size: 30px !important;
    text-transform: inherit;
    color: #000 !important;
    font-weight: 500 !important;
    line-height: 40px !important;
	letter-spacing:1.5px;
}
 h1{font-family: "Prata", serif !important;
    font-size: 30px !important;
    text-transform: inherit;
    color: #000 !important;
    font-weight: 500 !important;
    line-height: 40px !important;
	letter-spacing:2px;}
h3{ font-family: "Prata", serif !important; font-size: 19px !important;text-transform:none;color:#000 !important;font-weight:500 !important;}
h4{ font-family: "Prata", serif !important;font-size:16px !important;text-transform:none;color:#000 !important;font-weight:400 !important;}
h5{font-family: 'SF Pro Display' !important;font-size:1.75rem !important;text-transform:none;color:#000 !important;font-weight:500 !important;}
.sf-pro-display,  .sf-pro-display h2, .elementor-icon-list-item span{font-family: 'SF Pro Display' !important;}
.goodcallyingtitle.gtile h2 {
    font-size: 26px !important;
}
.godparea p,.godparea {
    margin-bottom: 12px;
    line-height: 24px;
}
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	color:#000;
}

a:hover {
	color: #C40E24;
}

button {
	cursor: pointer;
}






@keyframes slideDown {
	from {
		transform: translateY(-300%);
	}

	to {
		transform: translateY(0px);
	}
}
.beforeimg,.fixed-header.animate .afterimg {
    display:block !important;
}
.afterimg,.fixed-header.animate .beforeimg {
    display:none !important;
} 

.homebanner {
    position: relative;
}
.homebanner:before {
    position: absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#00000063;
}

.fixed-header.animate #mega-menu-wrap-primary .mega-menu-toggle {
	background: transparent !important;
}

.good_btn, .good_btn a{
	  display: inline-flex;
    align-items: center;
    gap: 3px;
    background-color: #C40E24;
    color: #FFF;
    padding: 5px 22px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
     font-family: "Prata", serif !important;
	text-transform:capitalize !important;
	border:1px solid #C40E24;
}
.newsstories-inner img {
    box-shadow: #9c98983d 1px 6px 6px 2px;
    border-radius: 14px;
}
.header_btn a{display: inline-flex;
    align-items: center;
    gap: 3px;
    background-color: #C40E24;
    color: #FFF !important;
    padding: 11px 22px !important;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
     font-family: "Prata", serif !important;
	text-transform:capitalize !important;
	border:1px solid #C40E24;}
	.header_btn  a:hover{
	    color:#fff !important;
	}
.primarymenu  .header_btn a img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    top: -2px;
    position: relative;
}
.primarymenu  .header_btn a:hover{
    color:#fff !important;
}

.primarymenu li a  .sub-menu li a{
    color:#fff !important;
}
.good_btn.blue{background:#164CF3 !important;border:1px solid #164CF3 !important;margin-left:15px !important;}
.good_btn img {
    height: auto;
    transition: transform 0.3s ease;
    /* line-height: 32px; */
    position: relative;
    top: 0px;
    width: 10px;
    height: 10px;
    object-fit: contain;
}
.resourceblk-logoarea {
    margin: 0 auto !important;
}
.good_btn:hover, .good_btn a:hover, .header_btn a:hover{
  color: #FFF !important;
 /* background:transparent;*/
   transform: scale(1.03);
}

.good_btn:hover img {
  transform: translateX(5px);
}
.fw-500,
.fw-500 *
{
	font-weight: 500 !important;
}
.fw-600,
.fw-600 *
{
	font-weight: 500 !important;
}

.fs-18,
.fs-18 * {
	font-size: 18px !important;
}

input[type="email"]:focus-visible,
textarea:focus-visible,
select:focus-visible,
input[type="file"]:focus-visible {
	outline: none !important;
}

input:not([type="button"]),
select {
	width: 100%;
	background: #FFF;
	border: 1px solid #727272;
	border-radius: 2px;
	padding: 10px 10px;
	height: 41px;
}

label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px;
}

.submit-blk {
	text-align: center;
}

input[type="file"] {
	font-size: 12px;
}

.careers-blk [class*="col-"] {
	padding: 0 9px;
}
#my-dropdown {
	appearance: none;
	/* Remove default arrow */
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari */
	background-image: url('../images/mydropdown.webp');
	/* Add your custom arrow */
	background-repeat: no-repeat;
	background-size: 10px 6px;
	/* Adjust size as needed */
	background-position: right 10px center;
}
.submit-blk .good_btn {
	font-weight: 700;
	font-size: 16px;
	padding: 0.25rem 3rem;
}
.footer a:hover{color:#5959f3 !important;}
.contact-info .elementor-icon-box-icon{margin-top:7px;}
ul.footer-social-icons{padding:0;margin:0;}
ul.footer-social-icons li{list-style:none;display:inline-block;margin-right: 3px;}
ul.footer-social-icons li a:hover img{transform:scale(1.05);}
ul.footer-social-icons li img{width:37px;height:37px;-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;}
.footer a:hover{color:#C40E24 !important;}
.donate-now, .request-now {
  display: inline-flex;
    align-items: center;
    gap: 3px;
    background-color: #fff;
    color: #e64e5c;
    padding: 3px 22px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
     font-family: "Prata", serif !important;
} 
.request-now{color:#164CF3 !important;}
.donate-now img, .request-now img {
 height: auto;
    width: 10px;
    transition: transform 0.3s ease;
    /* line-height: 32px; */
    position: relative;
    top: 1px;
}

.donate-now:hover, .request-now:hover {
  color: #c73848;
  transform: scale(1.03);
}

.donate-now:hover img, .request-now:hover img {
  transform: translateX(5px);
}
.border-sec{background-size:100% 100% !important;}
.footer .elementor-icon-box-description{font-size:14.5px !important;font-weight:400 !important;line-height: 1.48;}
.footer .elementor-icon{position:relative;top:-2px;}
.footer .elementor-widget-icon-box .elementor-icon-box-icon{position:relative;/*top:-6px !important;*/}
.two-column-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 40px; /* vertical gap, horizontal gap */
  padding-left: 20px; /* keeps bullets aligned */
  margin: 0;
  list-style-position: outside;
}

.two-column-list li {
  line-height: 1.6;
}
.homeslider{position:relative;}
.homeslider .owl-dots {
	position: absolute;
	transform:rotate(90deg);
}

.homeslider .owl-dots {
	top: 50%;
    right: 20px;
   margin-top:-20px;
}

.owl-dot span {
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 5px;
	border: 1px solid #FFF;
	background:transparent;
}

.owl-dot.active span {
	background: #FFF;
}

.convent-list ul li span{
	font-family: 'SF Pro Display' !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #000 !important;
    font-weight: 500 !important;

} 
.convent-list ul{padding-left:1.75rem;}

.convent-table, body.page-id-2821 table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	/*border: 1px solid #dee2e6;*/
	width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.convent-table, body.page-id-2821 table {
    border-collapse: collapse;
}
.convent-table th, body.page-id-2821 table th {
    background-color: #2D4F7D !important;
    color: white !important;
}
.convent-table th, td, body.page-id-2821 table th, body.page-id-2821 table td{
    border: 1px solid #003972 !important;
    border-collapse: collapse !important;
}
.convent-table td, .convent-table th, body.page-id-2821 table td, body.page-id-2821 table th{
padding: .75rem;
    vertical-align: top;}
th {
    text-align: inherit;
}
footer h4{    margin-bottom: 4px !important;}
.fixed-header ul#menu-1-227773c4{margin-left: 10px !important;    padding: 3px !important;/*background:url('https://hubrawork.com/goodshepherdconvent/dev1/wp-content/uploads/2026/01/menubg.webp');background-position:center center;background-repeat:no-repeat;background-size:cover;*/ }
.fixed-header ul#menu-1-227773c4 li a{    font-family: "Prata", serif !important;font-size:13px !important;padding:15px 12px 11px 10.5px !important}
.fixed-header ul#menu-1-227773c4 li:last-child > a {padding:5px 22px !important;}
.convent-carousel {
    width: 100%;
}

.convent-slide {
   min-height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}





/* Owl arrows */
.convent-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.convent-carousel .owl-prev,
.convent-carousel .owl-next {
    position: absolute;
    background: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.convent-carousel .owl-prev { left: 20px; }
.convent-carousel .owl-next { right: 20px; }
.fixed-header {
	position: fixed;
	transition: all 0.3s ease-in-out;
}

.fixed-header.animate {
	background: #c62f41 !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
        animation: slideDown 0.35s ease-out;
        /* position: fixed; */
        width: 100%;
        z-index: 1;
		height:60px;
}
@keyframes slideDown {
	from {
		transform: translateY(-300%);
	}

	to {
		transform: translateY(0px);
	}
}
.elementor-11 .fixed-header.animate .elementor-element.elementor-element-227773c4 > .elementor-widget-container{background-image:none !important;}
.fixed-header.animate .hfe-nav-menu-icon svg {
    fill: #FFF !important;
}
.subtitle h2{position:relative;margin-bottom:15px;}
.subtitle h2:after{content:" ";position:absolute;bottom:0;left:0;background:#C40E24;width:60px;height:3px;}
.subtitle.center h2:after{left:50%;margin-left:-38px;}



.elementor-11 .fixed-header.animate .elementor-element.elementor-element-63f694d{padding-top:0 !important;}
.elementor-11 .fixed-header.animate .elementor-element.elementor-element-853bffb{align-items:center;}
.fixed-header.animate{margin-top:0 !important;}
.footer h4{    font-family: 'SF Pro Display' !important;font-weight:500 !important;
}
.footer p, .footer .hfe-copyright-wrapper{font-family: 'Roboto', sans-serif;font-weight:400;}

.roboto, .roboto *{font-family: 'Roboto', sans-serif;font-weight:400;}





/* INPUTS */
.good-form input,
.good-form textarea {
    width: 100%;
    padding: 16px 18px;
    border-radius: 6px;
    border: 1px solid #D3D3D3;
    font-size: 15px;
    outline: none;
}
.good-form p{margin-bottom:0 !important;}
.good-form textarea {
    max-height: 120px;
    resize: vertical;
}

.good-form input::placeholder,
.good-form textarea::placeholder {
    color: #4F4F4F;
	font-size:14px !important;
	font-family: 'SF Pro Display' !important;
}

/* SUBMIT BUTTON LIKE <a class="good_btn"> */
.good-submit {
    justify-content: flex-end;
}

.good-submit input[type="submit"] {
    background: #c8161d;
    color: #fff;
    border: none;
    padding: 7px 25px 7px 15px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
	font-family: "Prata", serif !important;
	    transition: all 0.3s ease;
}
.good-submit .wpcf7-form-control-wrap{position:relative;}
/* ARROW IMAGE */
.good-submit .wpcf7-form-control-wrap::after {
    content: "";
    position: absolute;
    top: 6px;
   
    width: 9px;
    height: 8px;
    background-image: url(https://hubrawork.com/goodshepherdconvent/dev1/wp-content/uploads/2026/01/good_btn_arrow1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    right: -75px;
	    transition: all 0.3s ease;
}


/* HOVER */
.good-submit .wpcf7-form-control-wrap:hover input[type="submit"]{

	    transform: scale(1.03);
}
.good-submit .wpcf7-form-control-wrap:hover:after{
    transform: translateX(5px);
}
.contact-item h4{margin-top:0 !important;margin-bottom:8px !important;}
.contact-item p.small{line-height:1.5 !important;margin-bottom:7px !important;}

.threecorepillars h3{margin-top:8px !important;margin-bottom:10px !important;}
.threecorepillars .elementor-image-box-description{line-height:1.4 !important;}
.threecorepillars_blk{background-size:100% 100% !important;}
.mission-leadership {
    border-top-left-radius: 0;
}
.mission-leadership p{margin: 5px;}
.footer-fourcolumn .elementor-icon-box-wrapper{Display:flex;}
    
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: green !important;
}



/*media queries*/
@media (min-width: 1751px) and (max-width: 2000px) {
	
	
.e-con.e-flex>.e-con-inner{
	    max-width: 1650px !important;
	}
p, .elementor-widget{font-size: 24px !important;}
footer h4{font-size:24px !important;}
.footer .elementor-icon-box-description, .hfe-copyright-wrapper{font-size: 22px !important;}
.footer .elementor-icon svg{width: 19px !important;height:19px !important;}
.fixed-header ul#menu-1-227773c4 li a{font-size:20.5px !important;padding:17px 12px 11px 10.5px !important;}
.fixed-header.animate .main-logo img{    width: 200px !important;height:auto !important;} 
 h1, .subtitle h2, h2{font-size:39px !important;line-height: 55px !important;} 
 .subtitle h2:after{bottom:-10px;}
 .subtitle h2{margin-bottom: 27px;}	
 .good_btn, .good_btn a{    padding: 6px 50px;    font-size:22px;} 
 .fixed-header.animate{height:90px !important;}
p.big {
    font-size: 32px !important;
    font-weight: 500;
}
}

@media (min-width: 1601px) and (max-width: 1750px) {

	.e-con.e-flex>.e-con-inner{
	    max-width: 1435px !important;
	}
	
	    p, .elementor-widget {
        font-size: 20px !important;
    }
	
	footer h4{font-size:19px !important;}
	.footer .elementor-icon-box-description, .hfe-copyright-wrapper{font-size: 20.5px !important;}  
	  .footer .elementor-icon svg{width: 17px !important;height:17px !important;} 
	  .footer .elementor-icon {
    position: relative;
    top: 0;
}
.fixed-header ul#menu-1-227773c4 li a{font-size:17.9px !important;padding:17px 12px 11px 10.5px !important;}
 h1, .subtitle h2, h2{font-size:39px !important;line-height: 55px !important;} 
.fixed-header.animate{height:90px !important;}
.main-logo img{    width: 200px !important;height:auto !important;} 
 .subtitle h2:after{bottom:-10px;}
 .subtitle h2{margin-bottom: 25px;}
.good_btn, .good_btn a{    padding: 6px 40px;    font-size:20px;} 

p.big {
    font-size:30px !important;
    font-weight: 500;
}
}
@media (max-width: 1600px) {
	.e-con.e-flex>.e-con-inner{
	    max-width: 1300px !important;
	}
	p, .elementor-widget {
        font-size: 20px !important;
    }
	footer h4{font-size:19px !important;}
	/*.footer .elementor-icon-box-description, .hfe-copyright-wrapper{font-size: 18px !important;}  */
	.footer .elementor-icon-box-description, .hfe-copyright-wrapper{font-size: 16px !important;}  
	.footer .elementor-icon svg{width: 17px !important;height:17px !important;}
	.footer .elementor-icon {
    position: relative;
    top: 4px;
}
.fixed-header ul#menu-1-227773c4 li a{font-size: 16.75px !important;}
 h1, .subtitle h2, h2{font-size:43px !important;}    
 .subtitle h2:after{bottom:-8px;}
 .subtitle h2{margin-bottom: 25px;}	
 .good_btn, .good_btn a{padding: 5px 35px;    font-size: 18px;}
 
h3{font-size:24px !important;}

p.big {
    font-size:28px !important;
    font-weight:500;
}
}
@media (max-width: 1500px) {
	
	p, .elementor-widget, .fs-20, .fs-20 *, .fs-22, .fs-22 *{font-size:18px !important;font-weight:500;}
	
	.e-con.e-flex>.e-con-inner, .suthradhar-inner{max-width: 1300px !important;}
	.fixed-header ul#menu-1-227773c4 li a{font-size: 15.1px !important;}
	 h1, .subtitle h2, h2{font-size:40px !important;} 
.subtitle h2:after{bottom:-8px;}
.subtitle h2{margin-bottom: 22px;}	
	
p.big {
    font-size:26px !important;
    font-weight: 500;
}
}
@media (max-width: 1400px) {
	.e-con.e-flex>.e-con-inner, .suthradhar-inner{max-width: 1180px !important;}
	.hfe-nav-menu__align-right{width:100% !important;}
	footer h4{font-size:18px !important;}
	/*.footer .elementor-icon-box-description, .hfe-copyright-wrapper{font-size: 16.5px !important;}*/
	.footer .elementor-icon-box-description, .hfe-copyright-wrapper{font-size: 15px !important;} 
	.fixed-header ul#menu-1-227773c4 li a{font-size: 15.1px !important;}
	 h1, .subtitle h2, h2{font-size:37px !important;}    
	.subtitle h2:after{bottom:-5px;} 
.subtitle h2{margin-bottom: 22px;}	
.good_btn, .good_btn a{padding: 5px 31px;    font-size: 17px;}

p.big {
    font-size:24px !important;
    font-weight: 500;
}
}




@media (max-width:1300px) {
.e-con.e-flex>.e-con-inner{max-width: 1020px !important;}
    /*.footer .elementor-icon-box-description, .hfe-copyright-wrapper {
        font-size: 14px !important;
    }*/
	.footer .elementor-icon-box-description, .hfe-copyright-wrapper {
        font-size: 14px !important;
    }
	    footer h4 {
        font-size: 16px !important;
    }
	.fixed-header ul#menu-1-227773c4 li a {
        font-size: 13px !important;
    }
	 h1, .subtitle h2, h2{font-size:34px !important;}   
	    .good_btn, .good_btn a {
        padding: 5px 31px;
        font-size: 15px;
    }
	    p, .elementor-widget, .fs-20, .fs-20 *, .fs-22, .fs-22 * {
        font-size: 16px !important;
        font-weight: 500;
    }
	
h3{
font-size:19px !important;}

p.big {
    font-size:22px !important;
    font-weight: 500 !important;
}
.footer h4{font-size:20px !important;}	
}


@media (max-width: 1200px) {
  .fixed-header.animate .main-logo img {
    width: 150px !important;
    height: 100px;
    object-fit: contain;
    max-width: 150px;
}
.padding-10{padding-left:10px !important;padding-right:10px !important;}

}
@media (max-width: 1024px) {
    .br-remove-1024 br{display:none !important;}
	.elementor-11 .fixed-header .elementor-element.elementor-element-227773c4 > .elementor-widget-container{background-image:none !important;}
	.fixed-header ul#menu-1-227773c4{        margin: 0 !important;
        padding: 0 !important;}
		.community-grid{
        grid-template-columns:repeat(2,1fr);
    }
   .mission-leadership{background-size: 2.5% 100% !important;}
    
}
@media (max-width: 992px) {
    .core-values-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    left: 0;
    position: relative;
    top: -6rem;
}
 

.fixed-header{position:relative !important;background:#c62f41 !important;padding:10px 0;}

.inside-banner h2{font-size:25px !important;}
.hide-bgimg{background-size: contain !important;}
.writeus:after{Display:none !important;}
.footer h4 {
        font-size: 20px !important;
    }
	    .footer .elementor-icon-box-description, .hfe-copyright-wrapper {
        font-size: 15px !important;
    }
}
@media (max-width: 850px) {
    
}

@media (max-width: 768px) {
    
	
	.fixed-header {
    background-color: #C62F41 !important;
}

	.fixed-header.animate {
		position: absolute;
		animation: none !important;
	}

	.elementor-11 .elementor-element.elementor-element-227773c4 div.hfe-nav-menu-icon svg{fill:#FFF !important;}
	.fs-18,
	.fs-16 {
		font-size: 14.5px !important;
}

 .fixed-header.animate .main-logo img {
    width: 160px !important;
    height: auto;
    object-fit: cover;
    /* max-width: 230px; */
}

.headertop {
    padding: 6px 0 !important;
}

	.elementor-widget, p {
    font-family: 'SF Pro Display' !important;
    font-size: 16px  !important;
    line-height: 1.6  !important;
    color: #000  !important;
    font-weight: 500  !important;
    margin-bottom: 10px !important;
}


 

    .good-submit {
        justify-content: flex-start;
    }
	
  .threecorepillars {max-width:325px;margin:0 auto;}
  .threecorepillars_blk{    background-size: cover !important;}
  .footer .elementor-icon-box-description{margin-bottom:0 !important;}
  .footer .footer-item{margin-bottom:5px !important;}
}

@media (max-width: 680px) {
  /* h2, h1{font-size:1.35rem !important;}*/
    
	.fs-18,
.fs-18 *{font-size:16px;}
h1{font-size:50px !important;}
.convent-table th, .convent-table td, .convent-table p{font-size:13.5px !important;}
.footer .footer-fourcolumn:first-child{padding-bottom:0 !important;}

.footer .elementor-icon-box-description, .hfe-copyright-wrapper{margin-bottom:0 !important;}
.footer .elementor-icon {
        position: relative;
        top: -4px;
    }
.footer .elementor-icon {
        position: relative;
        top: 4px;
    }
	    .footer h4 {
        font-size: 18px !important;
    }	
	.footer .elementor-widget, .footer p{margin-bottom:0 !important;}

}

@media (max-width: 576px) {
	.footer .footer-fourcolumn{width:100% !important;}
}
@media (max-width: 400px) {
	
}