body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    color: #202020;
}

*{
    transition: all .4s ease-in-out;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
figure {
    margin: 0;
    padding: 0;
}
a,
button{
    transition: .4s all;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    width: 100%;
}

p{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}
section{
    position: relative;
}
section .container {
    position: relative;
    z-index: 9;
}



.head_in {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.ti_logo img {
    max-width: 365px;
    transition: all .4s ease-in-out;
}
nav.nav_bar ul {
    display: flex;
    gap: 25px;
}
nav.nav_bar li a {
    font-size: 18px;
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 400;
    color: #202020;
    text-transform: uppercase;
}
nav.nav_bar li.active a,
nav.nav_bar li a:hover {
    background: #FF0000;
    color: #fff;
}
.bars {
    width: 30px;
}
.bars i {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    float: right;
}
.bars i:nth-child(2) {
    width: 50%;
    margin: 7px 0;
}
nav.nav_bar {
    display: flex;
    gap: 30px;
    align-items: center;
}
.banner_in {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 24px 0 0 24px;
}
/* .banner_content {
    width: 100%;
    max-width: 557px;
} */
.banner {
    padding-left: 150px;
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}
a.logo img {
    width: 140px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -70px;
    z-index: 9;
    margin: auto;
}
.banner_content h1 {
    font-size: 75px;
    line-height: 76px;
    font-weight: 800;
    margin-bottom: 25px;
}
.banner_content h1 span {
    display: block;
    font-size: 45px;
    color: red;
}
.banner_content ul li {
    font-size: 27px;
    padding-left: 38px;
    margin-bottom: 6px;
    font-weight: 600;
    position: relative;
}
.banner_content ul li:before,
.journy_content ul li:before {
    position: absolute;
    content: '';
    background: url(../images/arrow.png) no-repeat;
    width: 27px;
    height: 27px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.fixed_section {
    position: absolute;
    right: 0;
    top: 9em;
    z-index: 999;
}
.social a {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social a i {
    color: #fff;
    font-size: 22px;
}
.social {
    float: right;
    clear: both;
    padding-right: 15px;
    margin-bottom: 90px;
}
.fixed_btns {
    clear: both;
}
.fixed_btns a {
    font-size: 16px;
    font-weight: 700;
    height: 51px;
    line-height: 51px;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 50px 0 0 50px;
    float: right;
    clear: both;
    background: #FF0000;
    color: #fff;
}
.fixed_btns a:first-child {
    padding: 0 26px;
    margin-bottom: 15px;
}
.fixed_btns a:last-child {
    /* color: #000;
    background: #fff; */
    padding: 0 60px;
}
.social a:hover {
    background: #383838;
}
.fixed_btns a:hover{
    background: #fff;
    color: #000;
}
/* .fixed_btns a:last-child:hover{
    background: #FF0000;
    color: #fff;
} */
h3.reshape {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FF0000;
    margin-top: 34px;
}
h2.heading {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}
.about_content {
    width: 100%;
    max-width: 804px;
}
.about_img img {
    max-width: 553px;
}
.about_img {
    text-align: right;
}
.about_content p strong span,
.about_content p strong a:hover  {
    color: #FF0000;
}
/* section.cmn_bg:before {
    position: absolute;
    content: '';
    background: url(../images/bg.png) no-repeat;
    width: 1000px;
    height: 122px;
    background-size: cover;
    top: 0;
    left: 0;
} */
section.cmn_bg:before,
section.our_journy:after{
    position: absolute;
    content: '';
    background: url(../images/bg.png) no-repeat;
    width: 800px;
    height: 900px;
    background-size: contain;
    top: -14em;
    left: 0;
}
section.our_journy:after {
    background: url(../images/bg1.png) no-repeat;
    width: 750px;
    height: 900px;
    left: inherit;
    right: 0;
    top: -5em;
}
section.our_journy,
section.collaborations,
section.offerings,
section.programs {
    margin-top: 50px;
}
p.psyc {
    margin: 25px 0;
}
.about_content p strong,
.about_content p strong a {
    color: #000;
}
.journy_content ul {
    column-count: 2;
    column-gap: 50px;
}
.journy_content ul li {
    font-size: 20px;
    padding-left: 38px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #000;
    position: relative;
}
.coll{
    position: relative;
}
.coll .item figure {
    width: 100%;
    height: 170px;
    border: 1px solid #91A1A0;
    border-radius: 20px;
}
.coll .item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 30px;
}

.cmn_slide .owl-nav button {
    position: absolute;
    top: 50%;
}
.cmn_slide .owl-nav button img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    transition: .4s ease-in-out;
    background: #fff;
}
.cmn_slide .owl-nav button.owl-next {
    right: -70px;
}
.cmn_slide .owl-nav button.owl-prev {
    left: -70px;
}
.cmn_slide .owl-nav button img:hover{
    transform: scale(1.1);
}
.off_in ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.off_in li {
    width: 49%;
    height: 221px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: 2%;
}
.off_in li:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(53,69,94,.6) 30%, #000 50%, rgba(53,69,94,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }
.off_in li:nth-child(1){background: url(../images/off1.png);}
.off_in li:nth-child(2){background: url(../images/off2.png);}
.off_in li:nth-child(3){background: url(../images/off3.png);}
.off_in li:nth-child(4){background: url(../images/off4.png);}
.off_in li:nth-child(5){background: url(../images/off5.png);}
.off_in li:nth-child(6){background: url(../images/off6.png);}

.off_in li:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(0, 34, 46, 0) 3.38%, #111111ad 64.79%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.off_in li a h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    max-width: 335px;
}
.off_in li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: end;
    position: relative;
}
.progm .item img {
    width: 92%;
    margin: auto;
    border-radius: 40px;
    transition: .4s all;
    transform: scale(1);
}
.progm .item h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-top: 24px;
}

.progm .item a:hover img{
    transform: scale(1.1);
}
.partons {
    padding: 70px 0 50px;
    margin-top: 70px;
    position: relative;
}
.partons:before {
    position: absolute;
    content: '';
    background: url(../images/red_bg.png) no-repeat;
    background-size: cover;
    width: 90%;
    height: 530px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
    z-index: -1;
}
.partons h2.heading {
    color: #fff;
}
.patrons_in {
    display: flex;
    justify-content: space-between;
}
.patron_single {
    width: 46%;
    background: #fff;
    text-align: center;
    border-radius: 16px;
    padding: 55px;
}
.patron_single img {
    width: 214px;
    height: 214px;
    border-radius: 50%;
}
.patron_single figure h4,
.patrons_slide figure h4 {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 700;
}
.patron_single figure span,
.patrons_slide figure span{
    font-size: 20px;
    font-weight: 400;
    color: #585858;
}
.patron_single figure {
    margin: 30px 0;
}
.patron_single p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.partons_bottom {
    padding-top: 60px;
    border-top: 1px dashed #5A5A5A;
}
.patrons_slide .item img {
    width: 204px;
    height: 204px;
    border-radius: 50%;
    margin: auto;
}
.patrons_slide figure{
    text-align: center;
    margin-top: 20px;
}
.bttn {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: #FF0000;
    color: #fff;
    height: 75px;
    line-height: 75px;
    display: table;
    margin: auto;
    border-radius: 50px;
    padding: 0 75px;
}
.bttn:hover{
    background: #cd0000;
    color: #fff;
    letter-spacing: .5px;
}
.partons_bottom .bttn{
    margin-top: 40px;
}
section.reach {
    background: url(../images/reach_bg.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.reach_form {
    background: #fff;
    border-radius: 20px;
    padding: 70px;
    position: relative;
}
.reach_form input,
.reach_form textarea {
    width: 100%;
    height: 65px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 25px;
}
.reach_form textarea{
    margin: 0;
    padding-top: 15px;
    height: 160px;
}
.reach_form input:focus,
.reach_form textarea:focus {
    outline: none;
}
.reach_form input.bttn {
    border: 0;
    margin: 0;
    width: fit-content;
    border-radius: 50px;
    height: 70px;
    line-height: 70px;
    padding: 0 40px;
    position: absolute;
    bottom: -35px;
    right: 70px;
    transition: .4s all;
}
.reach_details {
    padding-left: 100px;
    margin-top: 30px;
}
.reach_details h3 {
    font-size: 38px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.reach_details li figure {
    width: 94px;
    height: 94px;
    background: #fff;
    border-radius: 50%;
    border: 1px dashed #6E6E6E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reach_details li figure img{
    width: 42px;
}
.reach_details li {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 45px;
}
.reach_text h5 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.reach_text p a{
    color: #000;
}
.reach_text p a:hover{
    text-decoration: underline;
}

footer.main_foot {
    background: #141414;
    color: #fff;
    position: relative;
}
footer.main_foot .row {
    padding: 40px 0;
}
.foot_logo img {
    max-width: 140px;
}
footer.main_foot h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer.main_foot a{
    color: #fff;
}
.footer_links li a {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
}
.footer_links ul{
    column-count: 2;
}
.footer_links li a:hover{
    padding-left: 2px;
    letter-spacing: .5px;
}
.foot_contact li figure,
.foot_social li i{
    width: 38px;
    height: 38px;
    border: 1px dashed #AEAEAE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot_contact li figure i,
.foot_social li i {
    font-size: 16px;
}
.foot_contact .reach_text p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.foot_contact ul li {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 18px;
}
.foot_contact ul li a:hover,
.foot_left p a:hover{
    text-decoration: underline;
}
.foot_social li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    text-transform: capitalize;
}
.foot_social li a:hover{
    letter-spacing: .5px;
}
.foot_social li{
    margin-bottom: 15px;
}
.foot_social li:nth-child(1) a i{color: #FF0099;}
.foot_social li:nth-child(2) a i{color: #4B8FF6;}
.foot_social li:nth-child(3) a i{color: #39D926;}

.foot_bottom {
    padding: 15px 0;
    border-top: 1px solid #656565;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot_left p {
    font-size: 18px;
    font-weight: 400;
}
.foot_left p a{
    color: #FF0000;
}
.foot_right li a {
    font-size: 18px;
    font-weight: 400;
    color: #AEAEAE;
}
.foot_right li a:hover{
    color: #fff;
}
.foot_right li {
    display: inline-block;
    margin-left: 18px;
    padding-left: 18px;
    position: relative;
}
.foot_right li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    background: #656565;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.foot_right li:first-child:before{
    display: none;
}
.owl-carousel.progm .owl-stage-outer{
    padding-top: 25px;
}
.programs h2.heading{
    margin-bottom: 0;
}
.about_inner{
    padding-bottom: 80px;
}
.inner_banner_content li figure {
    width: 36px;
    height: 36px;
    border: 1px dashed #6E6E6E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_banner_content li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #000;
}
.inner_banner_content li a{
    color: #000;
}
.inner_banner_content li a:hover{
    text-decoration: underline;
}
.inner_banner_content li figure i {
    font-size: 18px;
}
.inner_banner_content h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}
.inner_banner_content h2 span{
    color: #FF0000;
}
.inner_banner_content.connect_us {
    position: absolute;
    bottom: 4em;
    right: 31em;
    top: inherit;
    left: inherit;
}
.banner_in.inner_banner {
    height: 455px;
}
.inner_banner .fixed_section {
    top: 4em;
}
.inner_banner .social {
    margin-bottom: 35px;
}
.brdcmb {
    margin-top: 15px;
}
.brdcmb li {
    display: inline;
    margin-right: 15px;
    padding-right: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    color: #FF0000;
}
.brdcmb li a {
    color: #202020;
}
.brdcmb li a:hover{
    font-weight: 600;
} 
.brdcmb li:before {
    position: absolute;
    content: "\f14c";
    right: -9px;
    top: 0;
    font-size: 18px;
    color: #202020;
    font-family: uicons-regular-rounded !important;
}
.brdcmb li:last-child:before{
    display: none;
}
.inner_banner_content {
    position: static;
    top: 7em;
    left: 12em;
    height: fit-content;
    /* padding-left: 10em; */
}
.inner_banner_content h1 {
    font-size: 62px;
    line-height: 68px;
    font-weight: 800;
}
.inner_banner_content h1 span {
    font-size: 38px;
    font-weight: 600;
    color: red;
    display: block;
}
.progm_inner {
    margin-top: 30px;
}
.progm_in_detail {
    width: 94%;
    margin: auto;
}
.progm_in_detail img{
    border-radius: 30px 30px 0 0;
}
.progm_in_detail figure {
    box-shadow: 0px 10px 45.5px 0px #AAAAAA40;
    padding: 35px;
    border-radius: 0 0 30px 30px;
    margin-bottom: 20px;
    display: table;
    position: relative;
}
.progm_in_detail h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 15px;
}
.progm_in_detail h5 span{
    color: #FF0000;
}
.progm_in_detail p {
    text-align: justify;
    margin-bottom: 30px;
}
.cmn_slide .progm_inner .owl-nav button {
    top: 14em;
}
.blog .progm_in_detail a {
    font-size: 20px;
    font-weight: 700;
    color: #FF0000;
    text-transform: uppercase;
    /* float: right; */
    margin-top: 15px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.blog .progm_in_detail a:hover{
    letter-spacing: .5px;
}
.single_blog img {
    border-radius: 15px;
    margin-bottom: 30px;
}
.blog_content h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog_content p {
    margin-bottom: 15px;
}
.contact_us {
    padding: 30px 0;
}
.contact_us .reach_form {
    padding: 50px 50px 60px;
    border: 1px dashed #6E6E6E;
}
.contact_us .reach_details {
    padding-left: 30px;
    margin-top: -75px;
}
.contact_us .reach_details li figure {
    width: 78px;
    height: 78px;
}
.contact_us .reach_details li {
    gap: 25px;
    margin-bottom: 38px;
}
.contact_us .reach_details li figure img {
    width: 30px;
}
.contact_us .g_map iframe {
    width: 100%;
    height: 450px;
    border-radius: 30px;
}
.contact_us .reach_details h3 {
    margin-bottom: 34px;
}
.offering_inner h3{
    margin-bottom: 15px;
}
.offering_inner h3,
.offering_inner h3 span {
    font-size: 36px !important;
    line-height: 43px !important;
    font-weight: 700;
    text-align: center;
}
.offering_inner h3 span{
    color: #FF0000;
    display: block;
}
.inner_banner_content.offering_inner {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1220px;
}
.offering_inner {
    padding: 0 !important;
}
.wellness {
    padding-bottom: 30px;
}
h3.off_heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
}
h3.off_heading  span{
    color: #FF0000;
}
.well_head p {
    width: 100%;
    max-width: 525px;
}
.well_bottom {
    margin-top: 30px;
}
.well_left h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.well_left li {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}
.well_left li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.well_img {
    width: 100%;
    max-width: 500px;
    float: right;
    position: relative;
}
.well_img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffefef;
    top: 30px;
    left: -30px;
    border-radius: 15px;
}
.well_img img{
    position: relative;
    border-radius: 15px;
}
.well_bg:before {
    position: absolute;
    content: '';
    background: url(../images/flower.png) no-repeat;
    width: 400px;
    height: 400px;
    background-size: contain !important;
    top: -7em;
    right: -1em;
}
.well_clg .well_head p{
    max-width: 750px;
}
.well_in {
    background: #ffefef;
    padding: 20px 0;
}
.w_head {
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    align-items: center;
}
section.well_table {
    border-top: 3px dashed #000;
    border-bottom: 3px dashed #000;
    padding: 12px 0;
    margin-bottom: 15px;
}
.w_head h5{
    width: 25%;
}
.w_head h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.content {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.content figure{
    border-right: 3px dashed #fff;
    padding: 20px 10px 5px;
}
.content figure:last-child{
    border: 0;
}
.w_head h5,
.content figure{
    width: 25%;
}
.content figure h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
h4.workshop {
    margin-top: 30px;
}
.content li {
    margin-bottom: 6px;
    font-size: 15px;
}
.content li:last-child{
    margin: 0;
}
section.wellness.well_clg:before {
    position: absolute;
    content: '';
    background: url(../images/flower_1.png) no-repeat;
    width: 350px;
    height: 300px;
    background-size: contain !important;
    right: 0;
    bottom: -3em;
}
.workplace_well .w_head h5, 
.workplace_well .content figure {
    width: 33.33%;
}
h4.per_week {
    margin-top: 25px;
}
.school_well .well_img {
    max-width: 650px;
    margin-top: 15px;
    margin-bottom: 25px;
    float: none;
}
.school_well .well_img:before {
    left: 30px;
}
section.wellness.well_clg.school_well:before {
    background: url(../images/flower_2.png) no-repeat;
    width: 450px;
    height: 400px;
    background-size: contain !important;
    bottom: -1em;
}
.geriat_help .well_head p {
    max-width: 430px;
}
section.wellness.well_clg.school_well.geriat_help:before {
    left: 2em;
}
.school_well.geriat_help .well_img:before {
    left: -30px;
}
.geria_table .w_head h5, 
.geria_table .content figure {
    width: 50%;
}
.geria_table .well_main {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.school_well.support .well_img {
    max-width: 400px;
    float: right;
}
.geriat_help.support .well_head p {
    max-width: 565px;
}
.support .well_head ul {
    column-count: 2;
    width: 100%;
    max-width: 710px;
    margin-top: 25px;
}
.support .well_head ul li {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
    margin-bottom: 15px;
}
.support .well_head ul li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
section.wellness.well_clg.school_well.support:before {
    background: url(../images/flower_2.png) no-repeat;
    width: 472px;
    height: 490px;
    background-size: contain !important;
    bottom: -3em;
    left: 5em;
}
.banner_in {
    height: 415px;
    background-size: cover !important;
    background-position: bottom !important;
    border-radius: 18px 0 0 18px;
    display: flex;
    padding: 0 7em;
    align-items: center;
}
.banner_slider {
    position: relative;
}
.banner_slide .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    border-radius: 50%;
    border: 1px solid red;
}
.banner_slide .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.banner_slide .owl-dot {
    margin: 0 2px;
}
.banner_slide .owl-dot.active span {
    background: red;
}
.inner_page .fixed_section {
    top: 2em;
}
.foot_contact ul li:last-child .reach_text p {
    font-size: 14px;
}
section.programs.media_in .container {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #5A5A5A;
}


.side_menu {
    background: #FF0000;
    padding-top: 90px;
    width: 350px;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100dvh;
    z-index: 99;
}

.side_menu.menu_tgl {
    right: 0;
}
.side_menu li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    display: block;
    padding: 0 50px;
}
.side_menu li.active a,
.side_menu li a:hover {
    background: #fff;
    color: #202020;
}
#toggle.on div {
    background: #fff;
}

#toggle {
    width: 26px;
    height: 24px;
    cursor: pointer;
    z-index: 999;
}
  
  #toggle div {
    width: 100%;
    height: 2px;
    background: #000;
    margin: 3px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
    float: right;
}
  
  #toggle.on .one {
    transform: rotate(45deg) translate(4px, 6px);
  }
  
  #toggle.on .two {
    opacity: 0;
  }
  
  #toggle.on .three {
    transform: rotate(-45deg) translate(4px, -8px);
  }
  
  #toggle .two {
    opacity: 1;
    width: 60%;
  }
  
  #toggle .three,  
  #toggle .one {
    transform: inherit;
  }
  .sticky_hdr .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #545454a8;
}
.sticky_hdr nav.nav_bar li a {
    font-size: 11px;
    padding: 2px 8px;
}
.sticky_hdr .head_in {
    height: 50px;
}
.sticky_hdr a.ti_logo img {
    max-width: 240px;
}
.sticky_hdr #toggle {
    width: 22px;
    height: 22px;
}
.journy_content ul li:before {
    bottom: inherit;
    top: 3px;
}
a.side_logo img {
    width: 100%;
    max-width: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.blog .progm_in_detail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog_content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
ul.blog_list {
    padding-left: 18px;
    margin-bottom: 20px;
}
ul.blog_list li {
    margin-bottom: 6px;
    position: relative;
}
ul.blog_list li:before {
    position: absolute;
    content: '';
    top: 9px;
    left: -18px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 10px;
}
.blog_content p span {
    color: #FF0000;
    font-weight: 600;
}
.blog_content p b {
    font-size: 15px;
    font-weight: 800;
}
.forgive h5 {
    margin: auto;
    display: table;
    color: red;
}
img.blog_inr_img {
    max-width: 320px;
    display: block;
    margin: 20px auto;
}
ul.blog_list li ul {
    padding-left: 50px;
    margin: 15px 0;
}
ul.blog_list li ul li:before {
    background: url(../images/arrow.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: contain !important;
    background-position: center !important;
    top: 6px;
}

.programs_details h2.heading {
    text-transform: capitalize;
}
.programs_details_imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 2%;
}
.programs_details_imgs img {
    width: 32%;
    margin-bottom: 2%;
}
.pro_caption {
    border: 1px solid #dddddd85;
    padding: 15px;
    border-radius: 0 0 20px 20px;
}
.pro_caption p {
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.fancybox__caption {
    max-width: 500px !important;
    margin: auto;
    text-align: center;
}
.pro_popup .progm_in_detail{
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}
.pro_popup .progm_in_detail:hover img {
    transform: scale(1.03);
}
.pro_popup .blog_content {
    margin-top: 20px;
}
.pro_popup .progm_in_detail img{
    border-radius: 0;
}
.news_img {
    width: 100%;
    max-width: 600px;
    height: 400px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #dddddd9c;
}
.news_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news_content h5 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.news_content .bttn {
    position: absolute;
    bottom: 60px;
}
.news_content {
    height: 100%;
    position: relative;
}
.news_in .row {
    margin-bottom: 50px;
}
.side_menu ul li:nth-child(7) {
    display: none;
}

/*RESPONSIVE*/
@media only screen and (max-width: 1500px){
    .container {
        padding: 0 90px;
    }
    .head_in {
        height: 60px;
    }
    nav.nav_bar li a {
        font-size: 13px;
        padding: 3px 10px;
    }
    nav.nav_bar ul {
        gap: 18px;
    }
    .bars {
        width: 24px;
    }
    .bars i {
        height: 2px;
    }
    nav.nav_bar {
        gap: 18px;
    }
    .bars i:nth-child(2) {
        margin: 6px 0;
    }
    a.ti_logo img {
        max-width: 290px;
    }
    .banner {
        padding-left: 90px;
        margin-bottom: 30px;
    }
    .banner_content h1 {
        font-size: 52px;
        line-height: 54px;
        margin-bottom: 10px;
    }
    .banner_content h1 span {
        font-size: 28px;
    }
    .banner_content ul li {
        font-size: 20px;
        padding-left: 30px;
        margin-bottom: 5px;
    }
    .banner_content ul li:before, 
    .journy_content ul li:before {
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    a.logo img {
        width: 90px;
        left: -45px;
    }
    /* .banner_in {
        padding: 95px 115px;
        border-radius: 18px 0 0 18px;
    } */
    .social a {
        width: 34px;
        height: 34px;
        margin-bottom: 6px;
    }
    .social a i {
        font-size: 15px;
    }
    .fixed_btns a:first-child {
        padding: 0 22px;
        margin-bottom: 10px;
    }
    .fixed_btns a {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
    .social {
        margin-bottom: 50px;
    }
    .fixed_section {
        top: 6em;
    }
    h3.reshape {
        font-size: 22px;
        margin-top: 24px;
    }
    h2.heading {
        font-size: 34px;
        margin-bottom: 25px;
    }
    p {
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
    }
    .about_content {
        max-width: 625px;
    }
    .about_img img {
        max-width: 420px;
    }
    p.psyc {
        margin: 18px 0;
    }
    .journy_content ul li {
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 8px;
    }
    .cmn_slide .owl-nav button img {
        width: 34px;
        height: 34px;
        margin-top: -16px;
    }
    .cmn_slide .owl-nav button.owl-prev {
        left: -50px;
    }
    .cmn_slide .owl-nav button.owl-next {
        right: -50px;
    }
    .off_in li {
        height: 155px;
        border-radius: 36px;
    }
    .off_in li a h3 {
        font-size: 24px;
        line-height: 30px;
        max-width: 265px;
    }
    section.our_journy, 
    section.collaborations, 
    section.offerings, 
    section.programs {
        margin-top: 38px;
    }
    .progm .item img {
        width: 93%;
        border-radius: 28px;
    }
    .progm .item h4 {
        font-size: 18px;
        margin-top: 18px;
    }
    .patron_single img {
        width: 152px;
        height: 152px;
    }
    .patron_single figure h4, 
    .patrons_slide figure h4 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .patron_single figure span, 
    .patrons_slide figure span {
        font-size: 16px;
    }
    .patron_single p {
        font-size: 16px;
        line-height: 24px;
    }
    .patron_single figure {
        margin: 18px 0;
    }
    .partons:before {
        width: 93%;
        height: 415px;
        border-radius: 16px;
    }
    .partons {
        padding: 52px 0 45px;
        margin-top: 45px;
    }
    .patron_single {
        border-radius: 12px;
        padding: 42px;
    }
    .partons_bottom {
        padding-top: 42px;
    }
    .patrons_slide .item img {
        width: 140px;
        height: 140px;
    }
    .patrons_slide figure {
        margin-top: 15px;
    }
    .partons_bottom .bttn {
        margin-top: 25px;
    }
    .bttn {
        font-size: 16px;
        height: 54px;
        line-height: 54px;
        border-radius: 50px;
        padding: 0 50px;
    }
    section.reach {
        padding: 50px 0 70px;
    }
    .reach_form {
        border-radius: 15px;
        padding: 48px;
    }
    .reach_form input, 
    .reach_form textarea {
        height: 52px;
        border-radius: 8px;
        margin-bottom: 12px;
        font-size: 15px;
        padding: 0 15px;
    }
    .reach_form textarea {
        padding-top: 12px;
        height: 105px;
    }
    .reach_form input.bttn {
        height: 54px;
        line-height: 54px;
        padding: 0 34px;
        bottom: -27px;
        right: 48px;
    }
    .reach_details h3 {
        font-size: 26px;
        margin-bottom: 36px;
    }
    .reach_details {
        padding-left: 70px;
        margin-top: 20px;
    }
    .reach_details li figure {
        width: 68px;
        height: 68px;
    }
    .reach_details li figure img {
        width: 30px;
    }
    .reach_text h5 {
        font-size: 16px;
        margin-bottom: 2px;    
    }
    .reach_details li {
        gap: 20px;
        margin-bottom: 35px;
    }
    .foot_logo img {
        max-width: 90px;
    }
    footer.main_foot h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer_links li a {
        font-size: 15px;
        line-height: 28px;    
    }
    .foot_contact .reach_text p {
        font-size: 15px;
        line-height: 21px;
    }
    .foot_contact li figure, 
    .foot_social li i {
        width: 32px;
        height: 32px;
    }
    .foot_contact li figure i, 
    .foot_social li i {
        font-size: 13px;
    }
    .foot_contact ul li {
        gap: 7px;
        margin-bottom: 18px;
    }
    .foot_social li a {
        gap: 10px;
        font-size: 15px;
    }
    footer.main_foot .row {
        padding: 30px 0;
    }
    .foot_left p {
        font-size: 13px;
    }
    .foot_right li a {
        font-size: 13px;
    }
    .foot_right li {
        margin-left: 12px;
        padding-left: 12px;
    }
    .foot_right li:before {
        height: 7px;
        top: 4px;
    }
    .foot_bottom {
        padding: 10px 0;
    }
    .inner_banner_content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .inner_banner_content li figure {
        width: 30px;
        height: 30px;
    }
    .inner_banner_content li {
        gap: 6px;
        font-size: 18px;
        margin-bottom: 8px;
    }
    .banner_in.inner_banner {
        height: 315px;
    }
    .connect_us {
        right: 24em;
    }
    .inner_banner .fixed_section {
        top: 2em;
    }
    .inner_banner .social {
        margin-bottom: 28px;
    }
    .brdcmb li {
        margin-right: 12px;
        padding-right: 12px;
        font-size: 13px;
    }
    .brdcmb li:before {
        font-size: 14px;
        top: -2px;
    }
    .brdcmb {
        margin-top: 5px;
    }
    .about_inner {
        padding-bottom: 60px;
    }
    .inner_banner_content li figure i {
        font-size: 14px;
    }
    .inner_banner_content h1 {
        font-size: 44px;
        line-height: 44px;
    }
    .inner_banner_content h1 span {
        font-size: 24px;
    }
    /* .inner_banner_content {
        top: 5em;
        left: 8em;
        padding-left: 6em;
    } */
    .inner_banner_content.connect_us {
        right: 23em;
    }
    section.cmn_bg:before, section.our_journy:after {
        width: 500px;
        height: 700px;
        top: -6em;
    }
    .coll .item figure {
        height: 114px;
        border-radius: 14px;
    }
    .coll .item figure img {
        padding: 22px;
    }
    section.partons.partons_inner {
        padding-bottom: 0;
    }
    .fixed_btns a:last-child {
        padding: 0 40px;
    }
    .progm_inner {
        margin-top: 25px;
    }
    .cmn_slide .progm_inner .owl-nav button {
        top: 8em;
    }
    .progm_in_detail figure {
        padding: 25px;
        border-radius: 0 0 24px 24px;
        margin-bottom: 20px;
    }
    .progm_in_detail img {
        border-radius: 24px 24px 0 0;
    }
    .progm_in_detail h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .progm_in_detail p {
        line-height: 22px;
    }
    /* .banner_content {
        max-width: 460px;
    } */
    .journy_content ul {
        column-gap: 24px;
    }
    .blog .progm_in_detail a {
        font-size: 14px;
        margin-top: 8px;
    }
    .contact_us .reach_form {
        padding: 34px 32px 35px;
    }
    .contact_us .reach_details {
        padding-left: 12px;
        margin-top: -60px;
    }
    .contact_us .reach_details li figure {
        width: 55px;
        height: 55px;
    }
    .contact_us .reach_details li {
        gap: 16px;
        margin-bottom: 28px;
    }
    .contact_us .reach_details li figure img {
        width: 22px;
    }
    .contact_us .reach_details h3 {
        margin-bottom: 26px;
    }
    .contact_us .g_map iframe {
        height: 280px;
        border-radius: 18px;
    }
    .offering_inner h3, 
    .offering_inner h3 span {
        font-size: 23px !important;
        line-height: 30px !important;
    }
    .inner_banner_content.offering_inner {
        max-width: 830px;
    }
    section.programs.media_in .container {
        margin-top: 30px;
        padding-top: 30px;
    }
    /* .news_img img {
        max-width: 400px;
        border-radius: 15px;
    } */
    .news_img {
        max-width: 400px;
        height: 300px;
        padding: 8px;
        border-radius: 15px;
    }
    .news_content h5 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .news_content .bttn {
        bottom: 35px;
    }
    .news_in .row {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1280px){
    .foot_contact .reach_text p,
    .footer_links li a,
    .foot_social li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1199px){
    .container {
        padding: 0 50px;
    }
    .banner {
        padding-left: 50px;
        margin-bottom: 20px;
    }
    a.logo img {
        width: 70px;
        left: -35px;
    }
    a.ti_logo img {
        max-width: 240px;
    }
    nav.nav_bar li a {
        font-size: 12px;
        padding: 3px 8px;
    }
    nav.nav_bar ul {
        gap: 5px;
    }
    nav.nav_bar {
        gap: 8px;
    }
    .cmn_slide .owl-nav button.owl-prev {
        left: -40px;
    }
    .cmn_slide .owl-nav button.owl-next {
        right: -40px;
    }
    .reach_details {
        padding-left: 30px;
        margin-top: 15px;
    }
    .sticky_hdr a.ti_logo img {
        max-width: 220px;
    }
    .reach_text {
        width: 80%;
    }
    .contact_us .reach_form {
        padding: 23px 15px 25px;
    }
}

@media only screen and (max-width: 991px){
    nav.nav_bar ul {
        display: none;
    }
    .banner_in {
        height: 335px;
        border-radius: 12px 0 0 12px;
        padding: 0 4em;
    }
    .fixed_section {
        top: 4em;
    }
    .banner_content h1 {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 8px;
    }
    .banner_content h1 span {
        font-size: 24px;
    }
    h2.heading {
        font-size: 28px;
        margin-bottom: 20px;
    }
    h3.reshape {
        font-size: 18px;
        margin-top: 20px;
    }
    .banner_content ul li {
        font-size: 18px;
        padding-left: 28px;
        margin-bottom: 5px;
    }
    .journy_content ul {
        column-gap: 15px;
    }
    .journy_content ul li {
        font-size: 15px;
        padding-left: 25px;
        margin-bottom: 8px;
    }
    .banner_content ul li:before, 
    .journy_content ul li:before {
        width: 18px;
        height: 18px;
    }
    .off_in li {
        height: 135px;
        border-radius: 28px;
    }
    .off_in li a h3 {
        font-size: 20px;
        line-height: 26px;
        max-width: 200px;
    }
    .patron_single img {
        width: 120px;
        height: 120px;
    }
    .patron_single {
        border-radius: 10px;
        padding: 26px;
    }
    .patron_single figure h4, 
    .patrons_slide figure h4 {
        font-size: 18px;
        margin-bottom: 1px;
    }
    .patron_single figure {
        margin: 12px 0;
    }
    .patron_single p {
        font-size: 15px;
        line-height: 22px;
    }
    .partons_bottom .bttn {
        margin-top: 20px;
    }
    .reach_form {
        border-radius: 12px;
        padding: 30px 15px;
    }
    .reach_form input, .reach_form textarea {
        height: 46px;
        border-radius: 8px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .reach_form textarea {
        padding-top: 12px;
        height: 80px !important;
    }
    .reach_form input.bttn {
        height: 46px;
        line-height: 46px;
        padding: 0 30px;
        bottom: -23px;
        right: 15px;
    }
    .reach_details li {
        gap: 15px;
        margin-bottom: 26px;
    }
    .reach_details li figure {
        width: 50px;
        height: 50px;
    }
    .reach_details li figure img {
        width: 24px;
    }
    .reach_details {
        padding-left: 12px;
        margin-top: 10px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    .reach_details h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .foot_logo img {
        max-width: 68px;
    }
    .container {
        padding: 0 30px;
    }
    .cmn_slide .owl-nav button.owl-prev {
        left: -25px;
    }
    .cmn_slide .owl-nav button.owl-next {
        right: -25px;
    }
    .foot_contact .reach_text p, 
    .footer_links li a, 
    .foot_social li a {
        font-size: 12px;
    }
    .foot_contact li figure, 
    .foot_social li i {
        width: 28px;
        height: 28px;
    }
    .foot_contact li figure i, 
    .foot_social li i {
        font-size: 11px;
    }
    .reach_text {
        width: 80%;
    }
    .foot_bottom {
        padding: 6px 0;
    }
    .footer_links li a {
        line-height: 18px;
    }
    .foot_left p {
        font-size: 12px;
    }
    footer.main_foot h4 {
        font-size: 13px;
        margin-bottom: 12px;
    }
    footer.main_foot .row {
        padding: 30px 0 10px;
    }
    .foot_contact ul li {
        align-items: start;
    }
    .off_in li {
        background-position: center !important;
    }
    a.side_logo img{
        display: block;
    }
    .offering_inner h3, 
    .offering_inner h3 span {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .inner_banner_content.connect_us {
        right: 14em;
    }
    .banner_in.inner_banner {
        height: 260px;
    }
    .well_bg:before {
        width: 300px;
        height: 300px;
        right: -2em;
    }
    section.wellness.well_clg:before {
        width: 300px;
        height: 250px;
        bottom: -3em;
    }
    .content li {
        font-size: 14px;
        line-height: 19px;
    }
    .school_well .well_img {
        max-width: 450px;
        float: right;
    }
    section.wellness.well_clg.school_well:before {
        width: 300px;
        height: 300px;
    }
    section.wellness.well_clg.school_well .well_img {
        float: none;
    }
    section.wellness.well_clg.school_well.support:before {
        width: 300px;
        height: 300px;
        bottom: -2em;
        left: 1em;
    }
    .contact_us .reach_details {
        padding-left: 0;
        margin-top: -47px;
    }
    .contact_us .g_map iframe {
        height: 200px;
        border-radius: 14px;
    }
    .contact_us .reach_details h3 {
        margin-bottom: 20px;
    }
    .news_content .bttn {
        bottom: 5px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        padding: 0 27px;
    }

}

@media only screen and (max-width: 768px){
    .container {
        padding: 0 15px;
    }
    .head_in {
        height: 50px;
    }
    .banner_content h1 {
        font-size: 36px;
        line-height: 37px;
        margin-bottom: 5px;
    }
    .banner_content h1 span {
        font-size: 22px;
    }
    .banner_in {
        height: 265px;
        padding: 0 3em;
        background-position: right !important;
    }
    .social a {
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    }
    .social {
        margin-bottom: 42px;
    }
    .fixed_btns a {
        font-size: 11px;
        height: 36px;
        line-height: 36px;
    }
    .fixed_btns a:first-child {
        padding: 0 13px;
        margin-bottom: 6px;
    }
    .fixed_btns a:last-child {
        padding: 0 32px;
    }
    .social a i {
        font-size: 13px;
    }
    .fixed_section {
        top: 2em;
    }
    .inner_banner_content h2 {
        font-size: 24px;
    }
    h3.reshape {
        font-size: 16px;
        margin-top: 15px;
    }
    h2.heading {
        margin-bottom: 12px;
    }
    .about_img {
        text-align: center;
    }
    .about_img img {
        max-width: 350px;
        margin: 15px 0 0;
    }
    p.psyc {
        margin: 12px 0;
    }
    .journy_content ul li {
        font-size: 14px;
        padding-left: 24px;
        margin-bottom: 10px;
    }
    .cmn_slide .owl-nav button.owl-prev {
        left: -12px;
    }
    .cmn_slide .owl-nav button.owl-next {
        right: -12px;
    }
    .coll .item figure {
        height: 100px;
        border-radius: 10px;
    }
    .off_in li {
        height: 100px;
        border-radius: 20px;
    }
    .off_in li {
        height: 100px;
        border-radius: 20px;
    }
    .off_in li {
        height: 100px;
        border-radius: 20px;
    }
    .progm .item img {
        width: 94%;
        border-radius: 20px;
    }
    .progm .item h4 {
        font-size: 15px;
        margin-top: 12px;
    }
    .owl-carousel.progm .owl-stage-outer {
        padding-top: 18px;
    }
    .partons {
        padding: 26px 0 40px;
        margin-top: 35px;
    }
    .patron_single {
        width: 48%;
        padding: 24px 12px;
    }
    .patron_single img {
        width: 100px;
        height: 100px;
    }
    .partons:before {
        width: 94%;
        height: 260px;
        border-radius: 16px;
    }
    .patrons_in {
        padding: 0 10px;
    }
    .patron_single p {
        font-size: 14px;
        line-height: 20px;
    }
    .patrons_slide .item img {
        width: 100px;
        height: 100px;
    }
    .patron_single figure h4, 
    .patrons_slide figure h4 {
        font-size: 16px;
        margin-bottom: 1px;
    }
    .patron_single figure span, 
    .patrons_slide figure span {
        font-size: 14px;
    }
    .patrons_slide figure {
        margin-top: 12px;
    }
    .partons_bottom .bttn {
        margin-top: 15px;
    }
    .bttn {
        font-size: 14px;
        height: 46px;
        line-height: 46px;
        padding: 0 40px;
    }
    .reach_form {
        padding: 30px 35px;
    }
    .reach_details {
        padding-left: 0;
        margin-top: 40px;
    }
    section.reach {
        padding: 40px 0 20px;
    }
    .footer_links,
    .foot_contact {
        margin-top: 15px;
    }
    .foot_bottom {
        display: block;
        text-align: center;
    }
    .foot_right li:first-child{
        margin: 0;
        padding: 0;
    }
    .partons_bottom {
        padding-top: 26px;
    }
    .foot_contact .reach_text p, 
    .footer_links li a, 
    .foot_social li a {
        font-size: 13px;
    }
    .offering_inner h3, 
    .offering_inner h3 span {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .offering_inner h3 {
        margin-bottom: 8px;
    }
    /* .banner_in {
        background-position: center !important;
    } */
    .inner_banner_content h2 {
        font-size: 20px;
    }
    .inner_banner_content li {
        gap: 4px;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .inner_banner_content li figure {
        width: 26px;
        height: 26px;
    }
    .inner_banner_content.connect_us {
        right: inherit;
        left: 3em;
    }
    .well_bg:before,
    section.wellness.well_clg:before{
        display: none;
    }
    .well_img {
        max-width: 350px;
        margin: 20px auto 0;
        float: none;
    }
    .well_img img {
        border-radius: 12px;
    }
    .well_img:before {
        top: 20px;
        left: -20px;
        border-radius: 12px;
    }
    .foot_left p {
        text-align: center;
    }
    h3.off_heading {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .well_left h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .well_left li {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .brdcmb li {
        margin-right: 9px;
        padding-right: 9px;
        font-size: 12px;
    }
    .foot_bottom {
        padding: 4px 0;
    }
    h3.off_heading {
        font-size: 22px;
        margin-bottom: 5px;
    }
    main {
        padding-bottom: 40px !important;
    }

    .well_in {
        overflow-y: scroll;
    }
    .well_main {
        width: 800px !important;
    }
    .w_head {
        border-radius: 8px;
        height: 40px;
    }
    .w_head h5 {
        font-size: 15px;
    }
    .content {
        margin-top: 10px;
    }
    .content figure {
        border-right: 2px dashed #fff;
        padding: 15px 10px 5px;
    }
    section.well_table {
        border-top: 2px dashed #000;
        border-bottom: 2px dashed #000;
        padding: 8px 0;
        margin-bottom: 12px;
    }
    .school_well .well_img {
        max-width: 350px;
        float: none;
    }
    .school_well.geriat_help .well_img:before {
        left: -20px;
    }
    .school_well .well_img:before {
        left: 20px;
    }
    .school_well.support .well_img {
        max-width: 350px;
    }
    .contact_us .reach_form {
        margin-bottom: 30px;
    }
    .contact_us .reach_details {
        margin-top: 0;
    }
    .news_img img {
        max-width: 350px;
        border-radius: 12px;
        margin: 0 auto 15px;
        display: table;
    }
    .news_content .bttn {
        position: static;
        margin: 0;
        margin-top: 15px;
    }

    .new_news .news_img {
        margin-bottom: 10px;
    }
    .news_content h5 {
        font-size: 20px;
        margin-bottom: 12px;
    }

}

@media only screen and (max-width: 520px){
    a.ti_logo img {
        max-width: 200px;
    }
    .side_menu{
        width: 100%;
    }
    .side_menu li a {
        padding: 0 30px;
    }
    a.logo img {
        width: 50px;
        left: -25px;
    }
    .banner {
        padding-left: 30px;
        margin-bottom: 18px;
    }
    .banner_content h1 {
        font-size: 32px;
        line-height: 30px;
    }
    .banner_content h1 span {
        font-size: 18px;
    }
    .banner_in {
        height: 245px;
        padding: 0 2.5em;
        background-position: center !important;
    }
    .banner_content ul li {
        font-size: 16px;
        padding-left: 22px;
        margin-bottom: 4px;
    }
    .fixed_btns a:first-child {
        padding: 0 10px;
        margin-bottom: 6px;
    }
    .fixed_btns a:last-child {
        padding: 0 30px;
    }
    .fixed_btns a {
        font-size: 10px;
        height: 32px;
        line-height: 32px;
    }
    .social {
        margin-bottom: 50px;
        padding-right: 10px;
    }
    .banner_slide .owl-dot span {
        width: 8px;
        height: 8px;
    }
    .banner_content ul li:before, 
    .journy_content ul li:before {
        width: 16px;
        height: 16px;
    }
    .inner_banner_content li {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .inner_banner_content li figure {
        width: 26px;
        height: 26px;
    }
    .inner_banner_content li figure i {
        font-size: 13px;
    }
    h2.heading {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about_content p {
        text-align: center;
    }
    p.psyc {
        margin: 10px 0;
        line-height: 20px;
    }
    .journy_content ul {
        column-gap: 0;
        column-count: 1;
    }
    .cmn_slide .owl-nav button img {
        width: 30px;
        height: 30px;
        margin-top: -20px;
    }
    .coll .item figure img {
        padding: 15px;
    }
    .coll .item figure {
        height: 90px;
    }
    .off_in li {
        width: 100%;
        height: 110px;
        margin-bottom: 3%;
    }
    .patrons_in {
        display: block;
    }
    .patron_single {
        width: 100%;
    }
    .partons:before {
        height: 300px;
    }
    .bttn {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        padding: 0 30px;
    }
    .reach_text h5 {
        font-size: 15px;
        margin-bottom: 1px;
    }
    .reach_details li {
        gap: 12px;
        margin-bottom: 20px;
    }
    .reach_details li figure {
        width: 45px;
        height: 45px;
    }
    .reach_details li figure img {
        width: 20px;
    }
    .foot_right li a {
        font-size: 12px;
    }
    .foot_right li {
        margin-left: 9px;
        padding-left: 9px;
    }
    .foot_left p {
        font-size: 11px;
    }
    .offering_inner h3 {
        margin-bottom: 6px;
    }
    .offering_inner h3, .offering_inner h3 span {
        font-size: 15px !important;
        line-height: 18px !important;
    }
    .inner_page .fixed_section {
        top: 2.3em;
    }
    .support .well_head ul {
        column-count: 1;
        margin-top: 18px;
    }
    .support .well_head ul li {
        font-size: 14px;
        padding-left: 16px;
        margin-bottom: 10px;
    }
    .support .well_head ul li:before {
        width: 6px;
        height: 6px;
        top: 9px;
    }
    .pro_caption {
        padding: 10px;
        border-radius: 0 0 16px 16px;
    }
    .pro_caption p {
        font-size: 13px;
    }
    .contact_us .reach_details li figure {
        width: 45px;
        height: 45px;
    }
    .contact_us .reach_details li figure img {
        width: 18px;
    }
    .reach_text h5 {
        font-size: 14px;
    }
    .contact_us .g_map iframe {
        height: 150px;
    }
    .inner_banner_content.connect_us {
        left: 2em;
    }
    .news_content .bttn {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 25px;
    }

    
    .news_img {
        height: 200px;
        border-radius: 12px;
    }
    .news_content h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}