@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-Regular.woff2") format("woff2"),
        url("../fonts/Oswald-Regular.woff") format("woff"),
        url("../fonts/Oswald-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "hallo_sansregular";
    src: url("../fonts/hallo_sans-webfont.woff2") format("woff2"),
        url("../fonts/hallo_sans-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Trebuchet MS";
    src: url("../fonts/TrebuchetMS.eot");
    src: url("../fonts/TrebuchetMS.eot?#iefix") format("embedded-opentype"),
        url("../fonts/TrebuchetMS.woff2") format("woff2"),
        url("../fonts/TrebuchetMS.woff") format("woff"),
        url("../fonts/TrebuchetMS.ttf") format("truetype"),
        url("../fonts/TrebuchetMS.svg#TrebuchetMS") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Times New Roman";
    src: url("../fonts/TimesNewRomanPSMT.eot");
    src: url("../fonts/TimesNewRomanPSMT.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/TimesNewRomanPSMT.woff2") format("woff2"),
        url("../fonts/TimesNewRomanPSMT.woff") format("woff"),
        url("../fonts/TimesNewRomanPSMT.ttf") format("truetype"),
        url("../fonts/TimesNewRomanPSMT.svg#TimesNewRomanPSMT") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Ubuntu Condensed";
    src: url("../fonts/UbuntuCondensed-Regular.eot");
    src: url("../fonts/UbuntuCondensed-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/UbuntuCondensed-Regular.woff2") format("woff2"),
        url("../fonts/UbuntuCondensed-Regular.woff") format("woff"),
        url("../fonts/UbuntuCondensed-Regular.ttf") format("truetype"),
        url("../fonts/UbuntuCondensed-Regular.svg#UbuntuCondensed-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Saira SemiCondensed";
    src: url("../fonts/SairaSemiCondensed-Regular.eot");
    src: url("../fonts/SairaSemiCondensed-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/SairaSemiCondensed-Regular.woff2") format("woff2"),
        url("../fonts/SairaSemiCondensed-Regular.woff") format("woff"),
        url("../fonts/SairaSemiCondensed-Regular.ttf") format("truetype"),
        url("../fonts/SairaSemiCondensed-Regular.svg#SairaSemiCondensed-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PT Sans Narrow";
    src: url("../fonts/PTSans-Narrow.eot");
    src: url("../fonts/PTSans-Narrow.eot?#iefix") format("embedded-opentype"),
        url("../fonts/PTSans-Narrow.woff2") format("woff2"),
        url("../fonts/PTSans-Narrow.woff") format("woff"),
        url("../fonts/PTSans-Narrow.ttf") format("truetype"),
        url("../fonts/PTSans-Narrow.svg#PTSans-Narrow") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/FontAwesome.eot");
    src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FontAwesome.woff2") format("woff2"),
        url("../fonts/FontAwesome.woff") format("woff"),
        url("../fonts/FontAwesome.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf');
}
@font-face {
  font-family: 'Mukta';
  src: url('../fonts/Mukta-Regular.ttf') format("truetype");
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo.ttf') format("truetype");
}


.TimesNewRomanPSMT {
    font-family: "Times New Roman";
}

body {
    font-family: "hallo_sansregular";
    font-size: 20px;
    line-height: 33px;
}
.container {
    max-width: 1280px;
    width: 100%;
}
.blue-bg {
    background-color: #232a80;
    color: #ffffff;
}
.light-blue-bg {
    background-color: #15194c;
    color: #ffffff;
}
.blue-text {
    color: #232a80;
}
.top-bar {
    font-size: 16px;
    line-height: 30px;
    font-family: Exo!important;
    font-weight: 500;
}
a,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:not([href]):hover:not([class]) {
    color: #b31209;
}
img {
    max-width: 100%;
}
.oswald-font {
    font-family: "Oswald", sans-serif;
}
.Trebuchet-font {
    font-family: "Trebuchet MS";
}
.PTSansNarrowRegular {
    font-family: "PT Sans Narrow", sans-serif;
}
.hallo_sansregular {
    font-family: "hallo_sansregular";
}
.UbuntuCondensed {
    font-family: "Ubuntu Condensed", sans-serif;
}
.h2,
h2 {
    font-size: 30px;
}
.h4,
h4 {
    font-size: 23px;
}
.h3,
h3 {
    font-size: 24px;
    font-weight: 600;
}
.SairaSemiCondensed {
    font-family: "Saira Semi Condensed", sans-serif;
}
div#menu-bar h2 {
    font-size: 37px;
    line-height: 40px;
    font-family: "Oswald";
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    color: #232a80;
}
div#menu-bar h4 {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}
div#menu-bar h3 {
    font-family: "hallo_sansregular";
    font-size: 28px;
    font-weight: bold;
}
.right-logo {
    padding: 6px 0;
}
/*---- About Us----*/
div#about-us h2 {
    font-size: 80px;
}
#about-us {
    background: rgb(35, 42, 128);
    background: linear-gradient(
        190deg,
        rgba(35, 42, 128, 1) 0%,
        rgba(35, 42, 128, 1) 90%,
        rgba(35, 42, 128, 0.2752451322325805) 100%
    );
}
div#about-us h2 {
    font-size: 36px;
    line-height: 55px;
}
div#about-us {
    font-size: 16px;
    line-height: 20px;
}
.banner-img {
    height: 450px;
}
div#about-us h5 {
    color: #fff;
}

/*---- Different About Us----*/

.custom-about {
    position: relative;
}

.custom-a-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    z-index: 10;
    text-align: center;
}

.custom-a-text h2 {
    text-transform: initial;
    font-size: 40px !important;
    line-height: 46px!important;
}

.custom-about .banner-img {
    height: 200px;
}

.about-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-c-text p {
    font-family: "Trebuchet MS";
    font-size: 17.5px;
    line-height: 22px;
    text-align: justify;
    margin-right: 16px;
    color: #222222!important;
}

.bishop-quotes {
    margin-top: 15px !important;
}

.news-shead {
    margin-bottom: 10px;
}

/*----services----*/
.service-box {
    margin: 60px 0 15px;
    line-height: 22px;
    color: #000;
}
.service-box h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: -15px;
}
.service-icon {
    border-radius: 50%;
    font-size: 40px;
    padding: 30px 30px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.ser-head {
    margin-top: -65px;
    color: #232a80;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp a:hover {
    color: #ff0000;
}
/*----gallery----*/

h2.section-heading {
    font-size: 26px;
    font-family: "PT Sans Narrow";
}
#gallery {
    background: url(../images/gallery-bg.png) repeat;
}
#gallery .section-heading {
    font-size: 34px;
}
.gallery-box {
    margin: 15px 0;
}
.gallery-box .holder:hover .text-holder {
    height: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    color: #000;
    background: rgba(255, 255, 255, 0.8);
}
.gallery-box .text-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 265px;
    padding: 10px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    /* pointer-events: none; */
    background: rgb(35 42 128 / 0.7);
    -webkit-transform: translateY(210px);
    -moz-transform: translateY(210px);
    transform: translateY(210px);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
    font-size: 16px;
    line-height: 24px;
}
.text-holder h3 {
    font-size: 18px;
    line-height: 23px;
}
/*----Testimonials----*/
.test-img img {
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    width: 130px;
    height: 130px;
}
.th-content {
    color: #000;
    line-height: 21px;
}
.test-img {
    margin: 20px 0 10px;
}
blockquote {
    border-left: 3px solid;
    padding-left: 15px;
}

div#testimonials .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
a.carousel-control-prev:hover,
a.carousel-control-next:hover {
    color: #fdcd09;
}
div#testimonials .carousel-indicators li:hover,
div#testimonials .carousel-indicators li.active {
    background-color: #fdcd09;
    opacity: 1;
}
div#testimonials .carousel-item a:hover {
    color: #fdcd09 !important;
}

/*----foooter----*/
.footer-intro {
    position: relative;
    min-height: 90px;
}
.c-name:hover,
.c-name:focus {
    color: #fdcd09;
}
.footer-intro p {
    font-size: 16px;
    font-family: "Mukta!important";
    line-height: 18px;
}

footer input,
footer textarea {
    border-radius: 0 !important;
    min-height: 50px;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    outline: none !important;
}
footer button {
    border-radius: 0 !important;
    min-height: 50px;
}
.copyright {
    font-size: 17px;
    line-height: 20px;
    font-family: Exo;
}
/*----header----*/
div#menu-bar {
    font-size: 19px;
    line-height: 30px;
}
div#menu-bar li a {
    display: block;
    padding: 10px 12px;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-weight: bold;
}
div#menu-bar li a:hover,
div#menu-bar li.active a,
.common-btn:hover {
    background: #b31209 !important;
    color: #fff !important;
}
div#menu-bar li a {
    border-right: 1px solid #7b7fb2;
}

div#menu-bar li:last-child a {
    border: none;
}
.dropdown-toggle::after {
    vertical-align: 0em;
}
.dropdown-menu {
    padding: 0rem 0;
    margin: 0rem 0 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;    
    background: #232a80 !important;
    color: #fff !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a {
    border-bottom: 1px solid #7b7fb2;
    border-right: none!important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}
/*----News & Events----*/
#news .slide {
    font-size: 16px;
    line-height: 20px;
}
.news-text h4 {
    font-size: 18px;
    line-height: 23px;
}
.news-text p {
    font-family: Mukta;
    font-size: 18px;
    line-height: 19px!important;
    margin: 0;
}
div#news .owl-nav span {
    font-size: 50px;
    padding: 10px;
    line-height: 40px;
}

div#news .owl-nav button {
    border: none !important;
    outline: 0 !important;
}
.q-title {
    font-size: 24px;
    font-weight: bold;
    font-family: "Oswald";
    color: #232a80;
}
.quotes p {
    border-left: 3px solid #232a80;
    font-family: "Trebuchet MS";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    padding: 0 0 0 17px;
    margin-top: 0.3rem;
    position: relative;
    text-align: justify;
    color: #000;
}
.quotes p:before {
    font-family: "Times New Roman", Times, serif;
    content: "\201C";
    display: inline;
    font-size: 150%;
    font-weight: bold;
    vertical-align: middle;
}
.quotes p:after {
    font-family: "Times New Roman", Times, serif;
    content: "\201D";
    display: inline;
    font-size: 150%;
    font-weight: bold;
    vertical-align: middle;
}
.q-slide .carousel-indicators {
    position: relative;
}
.q-slide .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #212529;
}
.q-slide .carousel-indicators li.active,
.q-slide .carousel-indicators li:focus,
.q-slide .carousel-indicators li:hover {
    background-color: #232a80;
}
div#quotes {
    font-size: 16px;
    line-height: 25px;
}
button:focus {
    outline: 0 !important;
}
.owl-dots button span {
    background: #000;
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 5px;
    border-radius: 50%;
}

.owl-dots button.active span {
    background: #b31209;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-nav {
    float: left;
    width: 50%;
}

span.count {
    font-size: 40px;
    line-height: 46px;
    font-weight: bold;
}
.counter small {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}

div#services {
    padding-top: 28px;
    padding-bottom: 45px;
}
#testimonials-section .section-heading {
    color: #fdcd09;
    font-size: 36px;
}
#testimonials-section {
    padding-top: 45px;
    padding-bottom: 45px;
    line-height: 26px;
}
h3.image-caption {
    color: #fdcd09;
    font-size: 22px;
    line-height: 20px!important;
}
.news-text {
    font-size: 16px;
    line-height: 20px;
}

.news-text p {
    color: #000;
}
.event-date {
    text-align: center;
    background: #b31209;
    color: #fff;
    line-height: 20px;
    bottom: 5px;
    left: 5px;
    font-size: 18px;
    padding: 5px 10px;
}
#news-events {
    background: #f2f4f9;
    padding-top: 45px;
    padding-bottom: 45px;
}

#news-events h2.section-heading {
    font-size: 30px;
    line-height: 34px;
}
#gallery {
    padding-top: 45px;
    padding-bottom: 45px;
}
.holder {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.16);
}
footer {
    padding-top: 40px;
    padding-bottom: 45px;
    line-height: 24px;
}
footer ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    content: "";
    background: url(../images/arrow.svg);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}
footer ul li {
    position: relative;
    padding-left: 20px;
    line-height: 28px;
    font-size: 21px;
}
.form-control {
    font-size: 20px;
}
.footer-btn {
    background: #111540;
}
.copyright {
    background: #181d59;
}
button.navbar-toggler {
    height: 46px;
    font-size: 24px;
}
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

/* css by kunal */

.top-slide-content a:hover {
    color: #fdcd09 !important;
}
.achievement-section {
    position: relative;
    padding: 4rem 0;
    background-size: cover;
    color: #fff;
    background: url(../images/achieve-bg.jpg) no-repeat center;
    background-attachment: fixed;
}
.achievement-section .fas {
    color: #fff;
}
.achieve-title,
.counter h2 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Oswald;
}
.counter h2 {
    margin-top: 10px;
    margin-bottom: 0;
}
.counter h4 {
    font-weight: bold;
    font-size: 20px;
    font-family: Oswald;
    font-weight: 500;
    margin-top: 10px;
}
.testi-heading {
    font-size: 26px;
}
.footer-menu-wrap {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-wrap ul {
    margin: 0;
    padding-right: 2rem;
}
.footer-menu-wrap a:hover {
    color: #fdcd09;
}
.contact-form .form-control {
    color: #000;
    font-size: 19px;
    border: none !important;
    height: 30px;
    padding: 0 15px;
    line-height: normal;
}
.contact-form textarea {
    height: 140px !important;
    padding: 15px !important;
}
.contact-form .btn {
    font-size: 20px;
    font-weight: bold;
}

/* welcome page css start */

.w-full-body {
    position: relative;
    background: url(../images/welcome-body-bg.jpg) no-repeat top center;
    background-size: cover;
    overflow: hidden;
}
.w-full-body figure {
    margin: 0;
}
.angels {
    position: absolute;
}
.angels img {
    width: 180px;
}
.angel-1 {
    top: -15px;
    left: 6%;
}
.angel-2 {
    left: -0.5%;
    top: 32%;
    transform: translateY(-50%);
}
.angel-3 {
    bottom: 26%;
    left: -0.5%;
    z-index: 9;
}
.angel-last {
    bottom: 8%;
    left: 6%;
    z-index: 9;
}
.angel-4 {
    left: unset;
    right: 5%;
}

.angel-5 {
    left: unset;
    right: -1.3%;
    top: 32%;
    transform: translateY(-50%);
}
.angel-6 {
    right: -1.3%;
    left: unset;
    bottom: 26%;
}
.angel-last-right {
    right: 6%;
    left: unset;
    bottom: 8%;
}
.a-child {
    position: absolute;
    bottom: 9rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
.jesus {
    padding-top: 1rem;
    position: relative;
    left: 1rem;
    z-index: 1;
}
.jesus img {
    width: 500px;
}
.god {
    position: relative;
    right: 2rem;
}
.god img {
    width: 550px;
    margin-left: 10rem;
}
.w-full-body .god {
    margin-top: 1.9rem;
}
.rays {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.rays-2 {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    animation: rays 5s linear infinite;
}
@keyframes rays {
    from {
        height: 0;
    }
    to {
        height: 411px;
    }
}
.padri {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
}
.padri img {
    width: 300px;
}
.w-right-logo,
.w-left-logo {
    position: absolute;
    top: 50%;
    z-index: 999;
}
.w-right-logo img,
.w-left-logo img {
    width: 126px;
}
.w-left-logo {
    left: 31%;
    top: 15rem;
}
.w-right-logo {
    right: 9%;
    top: 16rem;
}
.w-content {
    position: relative;
    top: -10rem;
    z-index: 9999;
}
.welcome-points li {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.welcome-points li h5 {
    color: #000;
    font-weight: 500;
    text-align: right;
    padding: 0px;
    line-height: normal;
    font-family: Oswald;
    font-size: 1.25rem;
}
.welcome-points li span {
    flex: 0 0 6%;
    text-align: center;
    max-width: 6%;
    position: relative;
    line-height: normal;
    align-self: center;
}
.welcome-points li span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 100%;
    background: #fff;
    bottom: -20px;
    z-index: -1;
}
.welcome-points li:last-child span:after {
    display: none;
}
.welcome-points .fa-circle {
    font-size: 12px;
}
.welcome-points li h5 {
    flex: 0 0 47%;
    max-width: 47%;
    margin: 0;
    align-self: center;
}
.welcome-points li p {
    flex: 0 0 35%;
    max-width: 35%;
    margin: 0;
    align-self: center;
}
.welcome-points li p {
    background: #a369a4;
    color: #fff;
    font-size: 20px;
    margin: 3px 0;
    padding: 0px 10px;
    line-height: normal;
    position: relative;
    height: 30px;
    font-family: 'Mukta';
}
.welcome-points li p:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #a369a4;
    top: 10px;
    left: -5px;
    transform: rotate(45deg);
}
.w-content h4 {
    font-family: Oswald;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}
.btn-welcome-web {
    text-align: center;
    position: relative;
    bottom: 15px;
}
.btn-welcome-web a {
    display: inline-block;
    background: #df2926;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 10px 35px;
    transition: 0.2s linear;
}
.btn-welcome-web a:hover,
.btn-welcome-web a:focus {
    background: #1c1c1c;
    transition: 0.2s linear;
}
.clouds {
    position: absolute;
    z-index: -1;
}
.cloud-1 {
    left: 0;
    animation: cloudFloat 25s linear infinite;
}
.cloud-2 {
    right: 0;
    animation: cloudFloat2 25s linear infinite;
}

@keyframes cloudFloat {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 85%;
    }
}
@keyframes cloudFloat2 {
    0%,
    100% {
        right: 0;
    }
    50% {
        right: 85%;
    }
}
.full-section {
    overflow: hidden;
}

/* welcome page css end */

@media (max-width: 767px) {
    .rays {
        width: 350px;
    }

    .full-section {
        overflow-x: hidden;
    }
    .jesus img {
        width: 268px;
        height: 268px;
    }
    .q-title {
        margin-top: 10px;
    }
    .padri img {
        width: 170px;
    }
    .logo-2 img {
        height: 140px;
        padding: 6px;
    }
    div#menu-bar li a {
        padding-top: 5px;
        border-bottom: 0.3px solid rgba(255, 255, 255, 0.733);
        padding-bottom: 5px;
        font-weight: normal;
    }

    .about-c-text p {
        margin-right: 0;
    }

    .banner-img {
        height: auto;
    }
    div#about-us h5 {
        margin-top: 10px;
    }
    div#services,
    #testimonials-section,
    #news-events,
    .achievement-section,
    #gallery,
    footer {
        padding: 30px 0;
    }
    .service-box {
        margin-bottom: 0;
    }

    .testi-heading {
        font-size: 18px;
    }
    #testimonials-section .section-heading,
    div#about-us h2,
    #news-events h2.section-heading,
    .achieve-title,
    .counter h2,
    #gallery .section-heading {
        font-size: 28px;
    }
    #gallery .section-heading {
        margin-bottom: 0 !important;
    }
    .achieve-title,
    .counter h2 {
        text-align: center;
    }
    .footer-menu-wrap ul {
        flex: 0 0 50%;
    }
    .footer-menu-wrap ul:first-child {
        padding-right: 10px;
    }
    .footer-menu-wrap ul li {
        line-height: normal;
    }
    .footer-menu-wrap ul li a {
        display: block;
        padding: 5px 0;
    }
    #testimonials-section .carousel-control-next,
    #testimonials-section .carousel-control-prev {
        display: none;
    }
    .w-full-body {
        overflow: auto;
    }
    .jesus {
        left: -20px;
        margin-top: 2rem;
    }
    .w-full-body .god {
        margin-top: 4rem;
    }
    .god img {
        margin-left: 10px;
        width: 290px;
        height: 290px;
    }
    .w-content {
        top: 0;
        margin-top: 6rem !important;
    }
    .angels img {
        width: 150px;
    }
    .btn-welcome-web {
        bottom: 0;
    }

    .welcome-points {
        display: flex;
        flex-direction: column;
        margin-left: auto;
    }

    .welcome-points li {
        margin: 0 auto;
        width: 400px;
    }

    .welcome-points li h5,
    .welcome-points li p {
        font-size: 18px;
    }

    .welcome-points li h5 {
        max-width: 50%;
    }
    .w-content h4 {
        font-size: 22px;
    }
    .padri {
        position: unset;
    }
    .god {
        right: 0;
    }
    .w-right-logo img,
    .w-left-logo img {
        width: 70px;
    }
    .w-left-logo,
    .w-right-logo {
        top: 6rem;
    }
    .w-right-logo {
        right: 8rem;
    }
    .w-left-logo {
        left: 38%;
    }
    .padri {
        position: absolute;
        top: 18%;
        left: 0;
        width: 170px;
        right: 0;
        margin: 0 auto;
        z-index: 1;
    }
    .angel-1 {
        left: -1%;
        top: 0%;
    }
    .angel-4 {
        right: -13px;
        left: unset;
    }
    .angel-2 {
        left: -0.9%;
        top: 45%;
        z-index: 99;
    }
    .angel-3 {
        bottom: unset;
        top: 18%;
        display: none !important;
    }

    .angel-6 {
        right: 2%;
    }
    .angel-5 {
        right: -1.9%;
        top: 45%;
        left: unset;
    }
    .welcome-points li p {
        flex: 0 0 47%;
        max-width: 47%;
        padding: 0px 10px;
    }
    .btn-welcome-web a {
        font-size: 20px;
        padding: 5px 25px;
    }
    .rays-2 {
        top: 1rem;
    }
    @keyframes rays {
        from {
            height: 0;
        }
        to {
            height: 150px;
        }
    }
    .a-child {
        position: absolute;
        bottom: unset;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 999;
        top: 21rem;
        width: 200px;
    }
    .rays {
        top: 0;
    }
    .angel-last {
        left: 7%;
        bottom: unset;
        top: 19rem;
        display: none !important;
    }
    .angel-last-right {
        right: 7%;
        bottom: unset;
        top: 19rem;
        z-index: 9999;
        display: none;
    }

    .w-left-logo,
    .w-right-logo {
        top: 14rem;
    }

    .custom-a-text h2 {
        font-size: 30px!important;
        line-height: 36px!important;
    }

    .center-align {
        margin: auto;
    }

    div#menu-bar h2 {
        margin-top: 10px;
        font-size: 29px;
    }

    div#menu-bar h4 {
        margin-bottom: 6px;
    }
}

@media (max-width: 500px) {
    .w-content {
        margin-top: 36rem !important;
    }
    .welcome-points li {
        width: 380px;
    }

    .custom-a-text h2 {
        font-size: 35px !important;
    }

    .w-right-logo img,
    .w-left-logo img {
        width: 90px;
        display: none;
    }

    .w-right-logo {
        right: 1rem;
    }

    .w-left-logo,
    .w-right-logo {
        top: 16rem;
    }

    .angel-1,
    .angel-2,
    .angel-5 {
        display: none !important;
    }

    .w-left-logo {
        left: 4%;
    }

    .w-full-body .god {
        position: absolute;
        top: -20px;
        left: -25px;
        width: 358px;
        height: 340px;
    }

    .a-child {
        width: 400px;
        top: 23rem;
    }

    .jesus {
        position: absolute;
        top: 0px;
        left: -120px;
        width: 300px;
        height: 300px;
    }

    .padri {
        width: 260px;
    }

    .padri img {
        width: 260px;
    }

    .jesus img {
        width: 100%;
        height: 100%;
    }

    .god {
        right: -40px;
    }

    .god img {
        width: 100%;
        height: 100%;
    }

    .padri {
        top: 11%;
    }

    .welcome-points li h5,
    .welcome-points li p {
        font-size: 18px;
        padding-right: 5px;
        max-width: 46%;
    }

    .welcome-points li span::after {
        left: -8px;
    }

    .welcome-points .fa-circle {
        margin-right: 10px;
    }
}

/* css by kunal */
.arms {
    font-family: Mukta;
    font-size: 19px;
    line-height: 24px;
    text-align: justify;
}
.info-list {
    font-family: Mukta;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    margin-right: 16px;
    padding-inline-start: 10px;
}
.py-3 {
    padding-top: 5px!important;
    padding-bottom: 20px!important;
}
.py-3a {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.text-link {
    font-family: Mukta;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #0000ff;
}
.text-link:hover {
    color: #ff0000;
}
.fat {
    font-size: 15px;
}
.who {
    margin-bottom: 0rem!important;
}
.home-text {
    font-family: Mukta;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
}
.footer-text6 {
    font-family: "hallo_sansregular"!important;
    font-size: 21px!important;
    font-weight: 500!important;
    line-height: 23px!important;
}
.footer-text5 {
    font-family: 'Mukta';
    font-size: 19px!important;
    font-weight: 500!important;
    line-height: 24px!important;
}
.pl-xl-5a {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}
.footerlink {
    color: #fff;
}
.footerlink:hover {
    color: #fdcd09;
}
.conlink {
    color: #000;
}
.conlink:hover {
    color: #ff0000;
}