﻿@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    outline: none;
}

img {
    border: none;
    outline: none; max-width:100%;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

ul, ol, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

*, :before, :after {
    box-sizing: inherit;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

/*************************main-container******************/

.main-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.container {
    width: 100%;
    float: left;
}

.row {
    width: 1140px;
    margin: auto;
}

.logo {
    width: 505px;
    float: left;
    margin: 5px 0;
}

.shortcut-icon {
    width: 500px;
    float: right;
    text-align: right;
    margin: 30px 0;
}

.header {
    width: 100%;
    float: left;
}

.shortcut-icon ul li {
    display: inline-block;
    padding: 0 20px 0 0;
    color: #858585;
}

    .shortcut-icon ul li a {
        display: block;
        line-height: 29px;
        border-radius: 25px;
    }

.Donate_box a {
    color: #102cab;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.5s ease-in-out;
}

.fa-map-marker:before {
    position: relative;
    right: 8px;
}

.fa-user-circle:before {
    position: relative;
    right: 8px;
}

.fa-heart:before {
    position: relative;
    right: 8px;
}

.shortcut-icon li:nth-child(4) {
    width: 147px;
    height: 30px;
    border: 1px solid #222279;
    text-align: center;
    padding: 0 0px 0 0;
    border-radius: 25px;
    box-sizing: border-box;
}

.menu-container {
    width: 100%;
    float: left;
    background: #71291a;
    height: 40px;
}

.menu_full {
    width: 1140px;
    margin: 0 auto;
}

.menu {
    width: 100%;
    float: left;
}

    .Menu > ul {
        width: 100%;
        /* margin: 0 auto; */
        max-width: 100%;
        /* text-align: center; */
        position: relative;
        z-index: 99;
    }

li.m-li {
    display: inline-block;
    margin: 0px 6px;
    padding: 0px 36px;
    border-right: 1px solid #f3e2d2;
    line-height: 40px;
    position: relative;
}

li.sm-li {
    text-align: left;
    display: block;
    background-color: #a59283;
    border-bottom: 1px solid #f3e2d2;
    line-height: 46px;
    /* color: black; */
    text-transform: capitalize;
}

li.m-li:last-child {
    border-right: none;
}

li.m-li > a {
    color: #f3e2d2;
    display: block;
    font-weight: 500;
}

    li.m-li > a:hover {
        color: #71291a;
    }
li.m-li:hover {
    background-color: #f3e2d2;
}



.sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    min-width: 235px;
    left: 0;
    top: 40px;
}

    .sub-menu > ul {
        text-align: left;
        width: 100%;
    }

    .sub-menu ul li {
        line-height: 22px;
        padding: 10px 0;
    }

li.sm-li > a {
    color: #fff;
    padding-left: 8px;
    display: block;
}

li.sm-li:hover {
    padding-left: 10px;
    transition: .3s;
}

li.m-li:hover {
    background-color: #f3e2d2;
}

    li.m-li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 2;
    }

    li.m-li:hover .odd {
        transform: rotateX(360deg);
        transition: 1s;
    }

    li.m-li:hover .even {
        transform: rotateX(-360deg);
        transition: 1s;
    }


/*.menu ul {text-align: center;}
li.con_first:before {content: ""!important;}
.menu >ul >li:before {content: "|";position: absolute;color: #fff;left: -10px;}
.menu >ul >li >a {color: #fff;text-transform: capitalize;white-space: nowrap;}
.menu >ul >li {display: inline-block; padding: 0 35px;position: relative;margin: 0 7px;line-height: 40px; font-weight: 400;}
.fa-angle-down:before {position: relative;left: 10px;}*/
.slider-container {
    width: 100%;
    float: left;
}

.sliderBox {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    float: left;
}

.news-container {
    width: 100%;
    float: left;
    background: #71291a;
}

.news_updates {
    width: 1140px;
    margin: 0 auto;
}

.news_heading {
    width: 273px;
    float: left;
    border-right: 1px solid #494949;
    box-sizing: border-box;
    margin: 16px 0;
    padding-bottom: 5px;
}

.heading {
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
}

    .heading span {
        color: #f3e2d2;
        font-size: 18px;
        font-weight: 500;
    }

    .heading h2 {
        margin: 0;
        color: #f3e2d2;
        font-weight: 400;
        font-size: 30px;
    }

.news_button {
    width: 100%;
    float: left;
}

.view_all {
    width: 120px;
    float: left;
    text-align: center;
}

    .view_all a {
        background: #a59283;
        display: block;
        color: #fff;
        border-radius: 25px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 45px;
        transition: 0.5s ease-in-out;
    }

.sld_navigation {
    width: 150px;
    float: left;
}

.nav_right {
    margin: 0px;
}

a.nav_left {
    width: 45px;
    height: 45px;
    color: #fff;
    background: #a59283;
    float: left;
    position: relative;
    text-align: center;
    display: block;
    /*top: -190px;*/
    font-size: 30px;
    z-index: 9;
    font-weight: 500;
    /*right: 36px;*/
    border-radius: 50%;
    line-height: 45px;
    margin: 0px 10px;
    transition: 0.5s ease-in-out;
}

.nav_right {
    width: 45px;
    height: 45px;
    color: #fff;
    background: #a59283;
    position: relative;
    float: left;
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: 500;
    border-radius: 50%;
    line-height: 45px;
    margin: 0px;
    transition: 0.5s ease-in-out;
    /* right: 0; */
    float: right;
    z-index: 9;
    /*top: -190px;
    left: 36px;*/
}

.Donate_box a:hover {
    background: #102cab;
    color: #fff;
    border-radius: 25px;
}

img.aboutus:hover + .submenubar2 {
    display: block;
}

.view_all a:hover {
    color: #fff;
    background: #74826b;
    font-weight: 600;
    font-size: 13px;
    border: none;
}

.nav_left, .nav_right:hover {
    background: #fff;
    width: 45px;
    height: 45px;
    color: #102cab;
    float: right;
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: 500;
    border-radius: 50%;
    line-height: 45px;
    margin: 0px;
}

    .nav_left:hover {
        background: #fff;
        width: 45px;
        height: 45px;
        color: #102cab;
        float: left;
        text-align: center;
        display: block;
        font-size: 30px;
        font-weight: 500;
        border-radius: 50%;
        line-height: 45px;
        margin: 0px 10px;
    }

.read_more a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.Know_More a:hover {
    border: 1px solid #ffd015;
    box-sizing: border-box;
}



.news_slider {
    width: 867px;
    float: left;
}

.slider_box {
    width: 820px;
    float: left;
    margin: 46px 0px 46px 46px;
    overflow: hidden;
}

    .slider_box ul li {
        display: block;
        width: 440px !important;
    }

.news_sld_text {
    width: 377px;
    margin: 0;
    float: left;
}

.read_more {
    text-align: right;
}

.news_sld_text span {
    color: #f3e2d2;
    font-size: 17px;
    font-weight: 500;
}

.news_sld_text p {
    color: #f3e2d2;
    font-size: 14px;
}

.read_more a {
    color: #fff;
    text-decoration: underline;
}

.About-container {
    width: 100%;
    float: left;
}

.About_us_inner {
    width: 1140px;
    margin: 0 auto;
}

.About_text {
    width: 520px;
    float: left;
}

.about_head span {
    color: #102cab;
}

.about_head {
    width: 100%;
    float: left;
    margin: 90px 0 0 0;
}

    .about_head h2 {
        color: #313a3c;
        font-weight: 500;
    }

    .about_head p {
        width: 525px;
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    .about_head h3 {
        font-size: 18px;
        color: #313a3c;
        font-weight: 600;
        margin: 25px 0 5px 0;
    }

.Know_More {
    width: 167px;
    margin-top: 45px;
}

.inner_about {
    width: 575px;
    float: right;
    text-align: right;
}

    .inner_about img {
        margin-top: 50px;
        float: right;
        margin-bottom: -30px;
    }

.inner_bottom {
    width: 100%;
    float: left;
    height: 140px;
    position: relative;
    background: #74826b;
    z-index: -1;
}

.us_inner {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.volunteers {
    width: 142px;
    float: left;
    text-align: left;
    margin: 45px 0px 0 31px;
}

.donations {
    margin: 45px 0px 0 31px;
    width: 130px;
    float: left;
    text-align: left;
}

.fund {
    margin: 45px 0px 0 80px;
    width: 160px;
    float: left;
    text-align: left;
}

.Know_More a {
    border: 1px solid #a59283;
}

.donations span, .volunteers span, .fund span {
    font-size: 40px;
    font-weight: 500;
    height: auto;
    display: block;
    margin: 0px 0px -10px 0;
    color: #fff;
}

.donations p, .volunteers p, .fund p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.our_team-container {
    width: 100%;
    float: left;
    background: #71291a;
}

.our_team-inner {
    width: 1140px;
    margin: 0 auto;
}

.our_team_head {
    width: 100%;
    float: left;
    margin: 0;
}

    .our_team_head h2 {
        text-align: center;
        padding: 40px 0 20px 0;
        color: #f3e2d2;
        font-weight: 500;
    }

.sld_full {
    width: 265px;
    float: left;
    text-align: center;
    border: 1px solid #8f989a; transition: 0.5s ease-in-out;
}

.coordinator_name {
    width: 100%;
    float: left;
    height: 59px;
    background: #fff;
    border-top: 1px solid #8f989a;
}

.sld_full img {
    float: left;
}

.coordinator_name b {
    color: #313a3c;
    margin-top: 5px;
    display: block;
    font-weight: 500;
}

.coordinator_name p {
    font-size: 14px;
    color: #313a3c;
}

#our_team ul li {
    width: 295px !important;
    float: left;
    height: 330px;
}



.cordinator_social_link {
    width: 100%;
    float: left;
    height: 59px;
    background: #102cab;
    border-top: 1px solid #8f989a;
    position: relative;
    display: none;
    transition: 0.5s ease-in-out;
    top: -58px;
}



.achievement {
    width: 100%;
    float: left;
    height: 587px;
}

.mid_achievement {
    width: 1140px;
    margin: 0 auto;
}

.heading_achievement {
    width: 100%;
    float: left;
    padding: 49px 0px 0 0;
}

    .heading_achievement span {
        color: #102cab;
        font-size: 18px;
        font-weight: 500;
    }

    .heading_achievement h2 {
        margin: 0;
        color: #fff;
        color: #313a3c;
        font-weight: 500;
        font-size: 30px;
    }

.view_all_achieve {
    width: 120px;
    float: right;
    top: -49px;
    text-align: center;
    position: relative;
}

    .view_all_achieve a {
        background: #a59283;
        display: block;
        color: #fff;
        border-radius: 25px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 45px;
        transition: 0.5s ease-in-out;
    }

a.nav_left1 {
    width: 45px;
    height: 45px;
    color: #102cab;
    background: #ffffff;
    float: left;
    position: relative;
    text-align: center;
    display: block;
    top: -190px;
    font-size: 30px;
    z-index: 9;
    font-weight: 500;
    right: 36px;
    border-radius: 50%;
    line-height: 45px;
    margin: 0px 10px;
    transition: 0.5s ease-in-out;
}

.nav_right1 {
    width: 45px;
    height: 45px;
    color: #fff;
    background: #ffffff;
    position: relative;
    float: left;
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: 500;
    border-radius: 50%;
    line-height: 45px;
    margin: 0px;
    transition: 0.5s ease-in-out;
    /* right: 0; */
    float: right;
    z-index: 9;
    top: -190px;
    left: 36px;
}

.achievement_section {
    width: 100%;
    float: left;
}

    .achievement_section ul li {
        display: inline-block;
        float: left;
        margin: 0px 18px 0px 0px;
    }

    .achievement_section ul li {
        width: 362px;
        height: 405px;
        border: 1px solid #8f989a;
    }

.achieve_date {
    width: 60px;
    height: 65px;
    background-color: #f6d03f;
    float: left;
    top: -40px;
    position: relative;
}

    .achieve_date h2 {
        position: relative;
        top: 6px;
        color: #102cab;
        margin: 0;
        text-align: center;
    }

    .achieve_date span {
        text-align: center;
        /* margin: 0; */
        display: block;
        color: #102cab;
    }

.achieve_content h2 {
    margin: 31px 0px 0px 0px;
    font-size: 20px;
    /* display: block; */
    left: -40px;
    position: relative;
    color: #454d4f;
    overflow: hidden;
}

.achieve_content {
    padding: 7px 18px;
}

    .achieve_content span {
        font-size: 15px;
        color: #2741b3;
    }

    .achieve_content p {
        font-size: 14px;
    }

.photo_gallery {
    width: 100%;
    height: auto;
    float: left;
    background: #f3e2d2;
}

.photo_heading h2 {
    color: #313a3c;
    font-size: 30px;
    text-align: center;
    margin: 0;
    padding: 50px 0 0 0;
}

.photo_heading span {
    text-align: center;
    display: block;
}



a.nav_left2 {
    width: 45px;
    height: 45px;
    color: #102cab;
    background: #ffffff;
    float: left;
    position: relative;
    text-align: center;
    display: block;
    top: -147px;
    font-size: 30px;
    z-index: 9;
    font-weight: 500;
    right: 22px;
    border-radius: 50%;
    line-height: 45px;
    margin: 0px 10px;
    transition: 0.5s ease-in-out;
}

.nav_right2 {
    width: 45px;
    height: 45px;
    color: #102cab;
    background: #ffffff;
    position: relative;
    float: left;
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: 500;
    border-radius: 50%;
    line-height: 45px;
    margin: 0px;
    transition: 0.5s ease-in-out;
    /* right: 0; */
    float: right;
    z-index: 9;
    top: -147px;
    left: 10px;
}

.photo_gallery_all {
    width: 1140px;
    margin: 0 auto;
}

.photo_gallery_section {
    width: 100%;
    float: left;
    margin: 20px 0;
}

div#photo_gallery ul li {
    border-right: 1px solid #ffffff;
    width: 279px !important;
    height: 220px !important;
}

#photo_gallery {
    max-width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}

#photo_gallery {
    max-width: 1110px;
    margin: 0 auto;
    overflow: hidden;
}

.footer {
    width: 100%;
    height: auto;
    float: left;
    background: #f3e2d2;
}

.footer_section {
    width: 1140px;
    margin: 0 auto;
}

.loreto_rainbow_homes {
    width: 292px;
    float: left;
}

.useful_link {
    width: 200px;
    float: left;
    margin: 57px 90px;
    padding: 0;
}

    .useful_link h2 {
        color: #71291a;
        margin: 0;
        padding-bottom: 16px;
    }

.news_letter {
    width: 460px;
    float: right;
    padding: 0;
    margin: 57px 0;
}

.loreto_rainbow_homes h2 {
    color: #71291a;
    font-size: 22px;
    padding: 57px 0 0 0;
    margin: 0;
}

.loreto_rainbow_homes p {
    font-size: 13px;
    text-align: justify;
    color: #71291a;
    padding-top: 23px;
}

.news_letter h2 {
    margin: 0;
    color: #71291a;
}

.news_letter span {
    margin: 0;
    color: #fff;
    padding: 24px 0;
}

input.mail_id {
    /* float: left; */
    /* top: 40px; */
    /* position: relative; */
    margin: 22px 0;
    width: 100%;
    border-radius: 7px;
    padding: 0 15px;
    color: #ffffff;
    height: 37px;
    background: no-repeat;
    border: 2px solid #494949;
}

.subscribe {
    width: 174px;
    float: left;
    top: 0px;
    text-align: center;
    position: relative;
}

    .subscribe a {
        background: #102cab;
        display: block;
        color: #fff;
        border-radius: 25px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 45px;
        transition: 0.5s ease-in-out;
    }

.footer_upper {
    width: 100%;
    float: left;
}

.footer_down {
    width: 100%;
    float: left;
    /* height: 20px; */
    /* background: red; */
}

fieldset.border_botom {
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ffffff;
    box-sizing: border-box;
}

legend {
    text-align: center;
    padding: 0px 15px;
}

.copyright span {
    color: #71291a;
    font-size: 15px;
    float: left;
}

.designed {
    float: right;
    color: #71291a;
    font-size: 15px;
}
.useful_link ul li a {
    color: #71291a;
}

    .designed p {
        word-spacing: 5.5px;
    }

.footer_all {
    width: 100%;
    float: left;
    padding: 15px 0;
}

legend ul li {
    display: inline-block;
    margin: 0 10px;
}

a.nav_left1:hover {
    background: white;
    box-sizing: border-box;
}

a.nav_right1:hover {
    background: white;
    box-sizing: border-box;
}

a.nav_left2:hover {
    background: white;
    box-sizing: border-box;
}

a.nav_right2:hover {
    background: white;
    box-sizing: border-box;
}

.view_all_achieve a:hover {
    border: 1px solid #ffd015;
    box-sizing: border-box;
}

.view_all_achieve a:hover {
    color: #fff;
    background: #74826b;
    font-weight: 600;
    font-size: 13px;
    border: none;
}

.subscribe a:hover {
    border: 1px solid #ffd015;
    box-sizing: border-box;
}

.subscribe a:hover {
    color: #102cab;
    background: #ffd015;
    font-weight: 600;
    font-size: 13px;
    border: none;
}
.title_txt {
      font-size: 30px;
    color: #313a3c;
    /* margin-bottom: 40px; */
    font-weight: bold;
    text-transform: capitalize;
 
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0px 40px 0px;
    letter-spacing: .5px;
    box-sizing: border-box;
}
.tTest {
    margin: 20px 0 0 0;
}
.content_box {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.content_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.inner-data {
    width: 100%;
    float: left;
    min-height: 356px;
}
.full {
    width: 100%;
    background-color: #ffffff;
    float: left;
   
    color: #838383;
    padding-bottom: 35px;
}
.imgs {
    float: left;
    padding: 0px 40px 35px 0;
    box-sizing: border-box;
}
.full p {
    font-size: 14px;
   
    color: #838383;
    line-height: 24px;
}

.div#photo_gallery ul li{
    margin: 0 1% 2%;
    max-width: 23%;
    width: 100%;
    float: left;
}
.hover_img {
    position: relative;
    width: auto;
    margin: 0;
    float: left;
}

.display_p {
    height: 220px;
    overflow: hidden;
    float: left;
    border: 1px solid #1f245a;
    width: 273px;
}
.display_p a {
    display: block;
    overflow: hidden;
}

.useful_link li a {
    position: relative;
}
.useful_link li a:before{
        content: "";
    position: absolute;
    z-index: 9;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #ffffff;
    height: 1px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}
.useful_link li a:hover:before {
    left: 0;
    right: 0;
}
.coordinator_name:hover .cordinator_social_link{
    display:block;
}

/*.achieve_date:hover {
    background: #102cab;
  
}
.achieve_date h2:hover{
      color: #ffffff;
}
.achieve_date span:hover{
      color: #ffffff;
}*/
span.social_icons a img {
    margin: 18px 22px;
}
.display_p a {
    display: block;
    position: relative;
    top: 0;
}


/* Card */
.card {
    width: 350px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    }

    .card img {
        width: 100%;
       /* height: 180px;*/
        object-fit: cover;
    }

.card-content {
    padding: 16px;
}

    .card-content p {
        font-size: 14px;
        color: #555;
    }

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    cursor: pointer;
    font-weight: 600;
    transition: color 0.3s ease;
}

    .read-more:hover {
        color: #0056b3;
    }

/* Modal Background */
.modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}

    .modal.active {
        opacity: 1;
        visibility: visible;
    }

/* Modal Content Animation */
.modal-content {
    background: #fff;
    width: 400px;
    max-width: 90%;
    padding: 20px;
    border-radius: 12px;
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.4s ease;
    position: relative;
}

.modal.active .modal-content {
    transform: scale(1);
    opacity: 1;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.story ul li {
    display: inline-block;
    margin: 10px 10px 30px;
    width: 356px;
}

.story {
    width: 100%;
    float: left;
}








