.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: 600 !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;
}
.daysinput .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.daysinput .wpcf7-list-item {
   margin-left:0 !important;
   margin-right:10px;
}
label {
	
	font-size: 15px;
	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://mottukal.goodshepherdconvent.org/wp-content/uploads/2026/01/menubg.webp');background-position:center center;background-repeat:no-repeat;background-size:cover;*/background: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    padding: 5px !important; }
.fixed-header ul#menu-1-227773c4 > li a{    font-family: "Prata", serif !important;font-size:13px !important;}
.fixed-header ul#menu-1-227773c4 > li > a{padding:15px 7px 11px 7.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;
}

.convent-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
    z-index: 1;
}
.convent-overlay{z-index: 1;}




/* 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;}


.service-inner {
    position: relative;
    padding: 10px 15px 20px 15px;
    min-height: 100%;
    overflow: hidden;
	background: url('https://mottukal.goodshepherdconvent.org/wp-content/uploads/2026/01/home-openshelter-bg.png') no-repeat right ;
    max-width: 250px;
    margin: 0 auto;
	background-size:100% 100%;
}

.service-inner h3{margin-top:0 !important;margin-bottom:10px !important;}
.service-inner p{line-height:1.5 !important;font-size:15px !important;}
.service-icon {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.service-icon img {
    width: 75px !important;
    height: auto;
}

.service-count {
    position: absolute;
    top: -8px;
    right: 25px;
    font-size: 71px;
    font-weight: 700;
    color: rgba(0,0,0,0.08);
    z-index: 1;
}

.read-more {
    font-size: 15px;
    
    color: #e53935;
    text-decoration: none;
    
    z-index: 2;
	font-family: "Prata", serif !important;
}
.service-inner .read-more img{    width: 10px !important;
    display: inline-block;-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;}
.read-more:hover img {
    transform:translateX(3px);
}
.read-more:hover{ color: #e53935 !important;}
.elementor-11 .elementor-element.elementor-element-2833909a img{
    max-width: 100% !important;
    width: auto !important;
    height: 125px !important;
}
.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;}




.community-title h2{ position:relative;}


.community-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:24px;
    margin-bottom:25px;
}

/* TITLE COLUMN */
.community-title{
    grid-column:1 / span 2;
    display:flex;
    align-items:center;
}

.community-title h2{
    font-size:42px;
    line-height:1.1;
    font-weight:600;
}

/* CARD */
.community-item{
    grid-column:span 2;
}

.community-item{
    border-radius:12px;
    overflow:hidden;
	position:relative;
}

.community-img{
    position:relative;
}

.community-img img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
	transition: .4s ease;
}

.community-caption{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:14px 16px;
    background:#161616;
    color:#fff;
    font-size:16px;
    font-weight:500;
	    border-top-left-radius: 10px;
		    border-top-right-radius: 10px;
}
.community-caption h3{margin:0 !important; color:#FFF !important;text-align:center;text-transform:capitalize;}
.community-item a{
    text-decoration:none;
    color:inherit;
    display:block;
}

/* Hover effect */
.community-item:hover img{
        transform: scale(1.05);
   
    transition: transform 0.6s ease;
}
.community-item:hover .community-caption{background:#C40E24;}
.euphrasia-img img, .block-img img{Display:none;}
.about-mottukal > .e-con-inner{padding:0 !important;}
.mv-item h2{margin-top:0 !important;}
.vision-mission-blk{
    position: relative;
    margin-left: -70px;
}
.training-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.training-card {
    display: block;
    text-decoration: none;
}

.training-img {
    position: relative;
    width: 100%;
    padding-top: 85%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
}

/* RED CURVE TITLE AREA */
.training-title-wrap {
      position: absolute;
    bottom: 0;
    left: 0;

    width: 245px;
    height: 84px;
    background: url(https://mottukal.goodshepherdconvent.org/wp-content/uploads/2026/01/curve-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
}
.training-title-wrap h4{
    margin: 0 !important;
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: 150px;
	color:#FFF !important;
}
/*.training-title-wrap:after{
	content:" ";
	position:absolute
	width: 341px;
		height: 117px;
		background: url('https://mottukal.goodshepherdconvent.org/wp-content/uploads/2026/01/curve-bg.webp');
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
}
*/

/* HOVER EFFECT */
.training-card:hover .training-img {
    transform: scale(1.02);
    transition: .4s ease;
}

.good-form {
    max-width: 100%;
}

.good-row {
    display: flex;
    gap: 15px;
    flex-wrap:wrap;
    margin-bottom: 15px;
}

.good-col {
    flex: 1;
}

.good-col.full {
    flex: 0 0 100%;
}

.good-col.daysinput{
    flex:0 0 50%;
}
.good-col.timrblkarea{
    flex:0 0 20%;
}
.daysinput .wpcf7-list-item label input {
    width: 19px;
    margin-right: 5px !important;
}
.daysinput .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.radionbuttonblk span.wpcf7-list-item label {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.goodfortitle h3 {
    margin: 40px 0  5px;
}
.accptaree span.wpcf7-list-item{
    margin-left:0px !important;
}
.accptaree span.wpcf7-list-item label {
    display: flex;
    gap: 10px;
    align-items: center;
}
.accptaree span.wpcf7-list-item label {
    display: flex;
    gap: 10px;
}
.accptaree span.wpcf7-list-item label input {
    width:25px;
    height:25px;
}


.radionbuttonblk span.wpcf7-list-item label input {
   
    height: 25px;
    width: 24px;
}
.radionbuttonblk .wpcf7-list-item {
    margin-left: 0;
    margin-right: 20px;
}
.radionbuttonblk span.wpcf7-form-control-wrap {
    height: 40px;
    display: block;
}
span.wpcf7-list-item-label {
    line-height: 27px !important;
    text-transform: initial;
}

/* INPUTS */
.good-form input, .good-form textarea, .good-form select {
    width: 100%;
    padding: 7px 10px;
    border-radius: 6px;
    border: 1px solid #D3D3D3;
    font-size: 15px;
    outline: none;
    line-height: 27px;
}
.good-form p{margin-bottom:0 !important;}
.good-form textarea {
    max-height: 120px;
    resize: vertical;
}
.wpcf7-not-valid{
    border:red 1px solid !important;
}
.wpcf7-not-valid-tip{
    display:none !important;
}
.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://mottukal.goodshepherdconvent.org/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;}
.writeus{position:relative;}
.writeus:after{    content: "";
    position: absolute;
    top: 0;
    right: -48px;
    background: url(https://mottukal.goodshepherdconvent.org/wp-content/uploads/2026/01/Line-3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 380px;}
	.threecurve-bg,  .collaborate-item{position:relative;}
	.threecurve-bg{
position: absolute;
    bottom: 8px;
    z-index: 6;padding:10px 25px 0 25px;
	}
	.threecurve-bg p{line-height:1.4;}
	.threecurve-bg h3{margin:5px;}
.threecurve-bg:after{   position:absolute;bottom:-8px;content:""; background: url(https://mottukal.goodshepherdconvent.org/wp-content/uploads/2026/01/collaborate-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;width:100%;height:144px;padding:25px;z-index:-1;}
.threecurve-bg.long:after{    position: absolute;
    bottom: -8px;
    content: "";
    background-position: 100% 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 130px;
    padding: 25px;
    z-index: -1;
    background: url(https://mottukal.goodshepherdconvent.org/wp-content/uploads/2026/01/curve-bglong.png);max-width:100% !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;}
ul.sub-menu li.parent-has-child ul.sub-menu{min-width: 250px !important;}


/*responsivenew*/
.footer h4{    font-family: 'SF Pro Display' !important;font-weight:600 !important;
}
.footer p, .footer .hfe-copyright-wrapper{font-family: 'Roboto', sans-serif;font-weight:400;}
.roboto, .roboto *{font-family: 'Roboto', sans-serif !important;font-weight:400 !important;}
.contact-item h4{font-family: 'Roboto', sans-serif !important;}
.fixed-header .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow{margin-left: 6px !important;}
.fixed-header ul.sub-menu a{
    justify-content: start !important;}

.submenusec{position:relative;}
.submenusec  a{padding-left:15px !important;}
.fixed-header .submenusec a{padding:15px 7px 11px 20px !important;}
.submenusec  a i {
        text-align: left !important;
    font-size: 12px;
    margin-left: 8px !important;
    position: absolute;
    left: 0;
}
.fixed-header .submenusec a {
    padding: 15px 7px 11px 20px !important;
}
/* Form Wrapper */
.custom-contact-form {
    max-width: 1000px;
    margin: auto;
}

/* Row Layout */
.custom-contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
}

.custom-contact-form .form-group {
    flex: 1;
}

/* Inputs & Textarea */
.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    transition: 0.3s ease;
    background: #fff;
}

/* Focus Effect */
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #c8102e;
}

/* Textarea Height */
.custom-contact-form textarea {
    height: 90px;
    resize: none;
}


/* Chrome, Edge, Safari */
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #3a3a3a;
	font-size:16px;
	    font-family: 'SF Pro Display';
    opacity: 1;
}

/* Firefox */
.custom-contact-form input::-moz-placeholder,
.custom-contact-form textarea::-moz-placeholder {
    color: #3a3a3a;
	font-size:16px;
	    font-family: 'SF Pro Display';
    opacity: 1;
}

/* Internet Explorer */
.custom-contact-form input:-ms-input-placeholder,
.custom-contact-form textarea:-ms-input-placeholder {
    color: #3a3a3a;
	font-size:16px;
	    font-family: 'SF Pro Display';
		font-weight:600 !important;
}
.custom-contact-form .wpcf7-not-valid-tip{Display:none !important;}
.wpcf7-response-output {
    border: 1px solid red !important;
    color: red !important;
    max-width: 1050px !important;
    margin: 0 auto !important;
    text-align: center;
}
form.invalid input, form.invalid textarea{border-color:red !important;}
.custom-contact-form .wpcf7-spinner{Display:none;}
.custom-contact-form input.wpcf7-submit{background:transparent !important;border:none !important;color:#FFF !important;text-transform:uppercase;padding:0 !important;}
.custom-contact-form input.wpcf7-submit:hover{cursor:pointer;}
.custom-contact-form  .good_btn{padding:0 20px !important;}
.footer-fourcolumn .elementor-icon-box-wrapper{Display:flex;}
.fixed-header.animate ul#menu-1-227773c4{background:none !important;padding:0 !important;}
.convent-overlay{
    max-width: 700px;
    margin: 3rem auto 0 auto !important;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    padding: 2rem 1rem;
}
.services-owl .owl-dots{text-align:center;}
.services-owl .owl-dot.active span{background:#C40E24 !important;}
.services-owl .owl-dot span{border:1px solid #C40E24 !important;}
    
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    color: green !important;
}


	

/*media queries*/
@media (min-width: 1501px){
	.threecurve-bg:after{    background-size: 100% 100% !important; height: 150px;
    max-width: 459px;}
	.threecurve-bg p{font-size:18px !important;padding: 0 10px;}
	.threecurve-bg h3{font-size:21px !important;}
}

@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:18.5px !important;padding:17px 12px 11px 10.5px !important;}
.fixed-header ul#menu-1-227773c4 ul.sub-menu li a{font-size:16px !important;        padding-left: 22px !important;}
.fixed-header ul#menu-1-227773c4 ul.sub-menu{width:250px !important;}
.fixed-header.animate{height:90px !important;}
.submenusec a i{    top: 18px !important;}
h1, .subtitle h2, h2{font-size:27px !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;} 
 .service-inner{    max-width: 410px;}
h3{font-size:27px !important;} 
.service-count{top: -16px;
    right: 25px;
    font-size: 90px;}
		.service-inner p, .read-more {
    line-height: 1.5 !important;
    font-size: 23px !important;
}
.service-inner{max-width:410px !important;}
p.big {
    font-size: 32px !important;
    font-weight: 600;
}
.timeline-item.top .dot {
    bottom: -8px !important;
}
.timeline-item.bottom .dot {
    top: -30px !important;
}
.timeline-item.bottom .card {
   
    top: -16px !important;
 
}

}

@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:16.5px !important;padding:17px 12px 11px 10.5px !important;}
.fixed-header ul#menu-1-227773c4 ul.sub-menu li a{font-size:16px !important;        padding-left: 22px !important;}
.fixed-header ul#menu-1-227773c4 ul.sub-menu{width:250px !important;}
.submenusec a i{    top: 18px !important;}
.fixed-header.animate{height:90px !important;}
h1, .subtitle h2, h2{font-size:27px !important;line-height: 55px !important;} 

 .subtitle h2:after{bottom:-10px;}
 .subtitle h2{margin-bottom: 25px;}
.good_btn, .good_btn a{    padding: 6px 40px;    font-size:20px;} 
.service-inner{    max-width: 380px;}
h3{font-size:25px !important;} 
.service-count{top: -16px;
    right: 25px;
    font-size: 90px;}
		.service-inner p, .read-more {
    line-height: 1.5 !important;
    font-size: 22px !important;
}
.service-inner{max-width:380px !important;}
p.big {
    font-size:30px !important;
    font-weight: 600;
}
}
@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: 16px !important;}  
	.footer .elementor-icon svg{width: 17px !important;height:17px !important;}
	.footer .elementor-icon {
    position: relative;
    top: -1px;
}
.fixed-header ul#menu-1-227773c4 li a{font-size: 16.75px !important;}
 h1, .subtitle h2, h2{font-size:27px !important;}    
 .subtitle h2:after{bottom:-8px;}
 .subtitle h2{margin-bottom: 25px;}	
 .good_btn, .good_btn a{padding: 5px 35px;    font-size: 18px;}
 .service-inner{    max-width: 350px;}
h3{font-size:24px !important;}
.service-count{top: -16px;
    right: 25px;
    font-size: 85px;}
	.service-inner p, .read-more{font-size:19px !important;}
p.big {
    font-size:28px !important;
    font-weight: 600;
}
}
@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:29px !important;} 
.subtitle h2:after{bottom:-8px;}
.subtitle h2{margin-bottom: 22px;}	
	.service-inner p, .read-more {
    line-height: 1.5 !important;
    font-size: 15.5px !important;
}	 
p.big {
    font-size:26px !important;
    font-weight: 600;
}
}
@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: 15px !important;}
	.fixed-header ul#menu-1-227773c4 li a{font-size: 15.1px !important;}
	 h1, .subtitle h2, h2{font-size:31px !important;}    
	.subtitle h2:after{bottom:-5px;} 
.subtitle h2{margin-bottom: 22px;}	
.good_btn, .good_btn a{padding: 5px 31px;    font-size: 17px;}
.service-inner{    max-width: 280px;}
h3{font-size:22px !important;}
.service-count{top: -16px;
    right: 25px;
    font-size: 80px;}
		.service-inner p, .read-more {
    line-height: 1.5 !important;
    font-size: 16.5px !important;
}
p.big {
    font-size:24px !important;
    font-weight: 600;
}
}




@media (max-width:1300px) {
.e-con.e-flex>.e-con-inner{max-width: 1020px !important;}
    .footer .elementor-icon-box-description {
        font-size: 14px !important;
    }
	.hfe-copyright-wrapper{font-size: 15px !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;
    }
	.service-inner p, .read-more {
    line-height: 1.5 !important;
    font-size: 15px !important;
}
h3{
font-size:19px !important;}
.service-count{
    font-size: 71px;
}
p.big {
    font-size:22px !important;
    font-weight: 600;
}
.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;}
.euphrasia-img img{Display:block !important;}
.euphrasia-blk  {background:none !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);
    }

    .community-title{
        grid-column:1 / -1;
        margin-bottom:0;
		text-align: center;
        justify-content: center;
		
    }
	.community-title h2{margin-top:0 !important;}
	.community-title h2:after{left:50%;margin-left:-50px;}
	.community-title br{
         Display:none;		
	}

    .community-item{
        grid-column:span 1;
    }
	.fixed-header ul#menu-1-227773c4 li a{padding:14px 10px !important;}
/*.submenusec {padding-left:2rem !important;}*/
.fixed-header ul#menu-1-227773c4 li.submenusec a{padding-left:2.5rem !important;}
.submenusec a i{    margin-left: 26px !important;}
.elementor-11 .elementor-element.elementor-element-227773c4 .hfe-dropdown.menu-is-active{margin-top:0 !important;}
.fixed-header li.submenusec:hover{background:#931717 !important;}
.fixed-header li.submenusec a:hover{background:#931717  !important;}
.fixed-header li.submenusec.current-menu-item{background:#931717  !important;}
.fixed-header ul#menu-1-227773c4 > li:last-child > a {
    padding: 15px 22px !important;
}
.fixed-header ul#menu-1-227773c4 > li.good_btn:last-child{background:transparent !important;border:none !important;}
.fixed-header ul#menu-1-227773c4 > li.good_btn:last-child a{border:1px solid #C40E24 !important; }
.card h3 {
	font-size: 20px !important;
	    height: auto;
}
.fixed-header ul#menu-1-227773c4{background:none !important;}
.fixed-header ul#menu-1-227773c4 li a:hover{background:none !important;}
.fixed-header ul#menu-1-227773c4 li.submenusec:has(a.hfe-sub-menu-item-active), .fixed-header ul#menu-1-227773c4 li.current-menu-parent li.submenusec a.hfe-sub-menu-item-active {background:#931717 !important}
}
@media (max-width: 992px) {
    .core-values-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    left: 0;
    position: relative;
    top: -6rem;
}
 
 .timeline-content{line-height: 1.6 !important;
        font-size: 14px !important;
        margin-left: 20px !important;}
.school-crest-agequote h2{font-size:2.2rem !important;}
.br-remove-992 br{display:none !important;}
.missionmile_sec p{font-size:14px;}
.yearcontent h1, .tab-title h1, .yearcontent h2{font-size:1.25rem !important;}
.convent-slide { min-height: 380px; }
.fixed-header{position:relative !important; background-color: #C62F41 !important;margin:0 !important;padding:10px 0;}
.service-inner{max-width:280px !important;}
.about-item{Display:block !important;}
.inside-banner h2{font-size:25px !important;}
.hide-bgimg{background-size: contain !important;}
.writeus:after{Display:none !important;}
.threecurve-bg p {
	font-size:14px !important;
    line-height: 1.3 !important;
}
.threecurve-bg.long:after{background-position: center center !important;}
.threecurve-bg h3 {
        font-size: 20px !important;
    }
.elementor-11 .elementor-element.elementor-element-2833909a img{height:100px !important;}
.elementor-11 .elementor-element.elementor-element-227773c4 div.hfe-nav-menu-icon svg{fill:#FFF !important;}
h1, .subtitle h2, h2 {
        font-size: 22px !important;
    }
}
@media (max-width: 850px) {
    .archiveblk{display:block !important;}
}

@media (max-width: 768px) {
    .mission-milestonemobile-blk  button.owl-next img {
    width: 25px;
}

.mission-milestonemobile-blk  button.owl-prev img {
    width: 25px;
}
    .missionmilemobile_sec {
    max-width: 500px;
    margin: 10px auto 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
} 
	


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

	
	.fs-18,
	.fs-16 {
		font-size: 14.5px !important;
}
.two-column-list ul {
    grid-template-columns: 1fr;
  }
 .fixed-header.animate .main-logo img {
    width: 160px !important;
    height: auto;
    object-fit: cover;
    /* max-width: 230px; */
}

.headertop {
    padding: 6px 0 !important;
}
.yearcontent h1, .tab-title h1, .yearcontent h2{font-size:16px !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;
}

.service-inner{max-width:300px !important;}
.vision-mission-blk{
    
    margin-left: 0 !important;
}
.mv-item .elementor-image-box-wrapper{    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;}
	 .block-img img{Display:block !important;        max-height: 500px !important;
        object-fit: cover;}
 .hide-bgimg {background:none !important;min-height:auto !important;}
 .training-img {    height: 60vh;
        padding: 0 !important;}
 .training-grid{grid-template-columns: repeat(1, 1fr);}
 .training-grid a{display:inline-block !important;}
  .good-row {
        flex-direction: column;
    }

    .good-submit {
        justify-content: flex-start;
    }
	.collaborate-item{max-width:460px !important;margin:0 auto !important;}
	.threecurve-bg.long:after, .threecurve-bg:after{bottom:0 !important;}
	.threecurve-bg:after{        height: 150px;
        width: 100%;
        background-position: top center;}
  .threecorepillars {max-width:325px;margin:0 auto;}
      h1, .subtitle h2, h2 {
        font-size: 25px !important;
    }
	.footer .elementor-widget, .footer p{margin-bottom:5px !important;}
	.footer .tel-left{height:30px !important;}
	.custom-contact-form .form-row {
        flex-direction: column;
        gap: 10px !important;
    }
	.process-item.right .process-content {
    padding-left: 45px !important; 
}
}

@media (max-width: 680px) {
  /* h2, h1{font-size:1.35rem !important;}*/
    
	.fs-18,
.fs-18 *{font-size:16px;}
h1{font-size: 22px !important;
        line-height: 1.3 !important;
        margin: 0;}
.convent-overlay{margin:0 !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;
    }
	.community-grid{
        grid-template-columns:1fr;
    }
	.footer .elementor-widget, .footer p{margin-bottom:7px !important;}
       .footer h4 {
        font-size: 18px !important;
    }
.inside-banner{min-height: 45vh !important;}
}

@media (max-width: 576px) {.convent-slide { min-height: 280px; }.mv-item .elementor-image-box-wrapper{   Display:block !important;}
.training-grid {
        grid-template-columns: 1fr;
    }
	.footer .footer-fourcolumn{width:100% !important;}
	.process-circle img {
    width: 30px !important;
}
.process-circle {
    width: 55px !important;
    height: 55px !important;
}
}
@media (max-width: 400px) {
	.convent-table th, .convent-table td, .convent-table p{font-size:12px !important;}
}