html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

.md-Chabad{
	display:none!important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{
    background: #188EF4;
}

.owl-carousel .owl-dots{
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #ffffff;
    border: 2px solid #188EF4;
    font-size: 0px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
img{
    vertical-align: middle;
}
input, select {
    vertical-align: middle;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus,
button:focus{
  outline: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--secondary);
    opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
    color: var(--secondary);
    opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
    color: var(--secondary);
    opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
    color: var(--secondary);
    opacity: 0.5;
}
body{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2B2B2B;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.container_lg{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

/*Header*/
header{
    background: #188EF4;
    padding: 50px 0;
    position: relative;
}
.Shabbat-sec h4{
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.chabad_rutgers{
	display:none;
}

.Program_offer h5{
	font-size:18px;
	font-weight:500;
}

.logo{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #188EF4;
    padding: 18px;
    border-radius: 0 0 20px 20px;
}
.logo img{}
.menu_wrapper{}
.menu_wrapper ul{text-align: right;}
.menu_wrapper ul li{
    display: inline-block;
    position: relative;
}
.menu_wrapper ul li:nth-child(1){
	position: relative;
    right: -60px;
    float: left;
}
.menu_wrapper ul li:nth-child(2){
	position: relative;
    right: -60px;
    float: left;
}
.menu_wrapper ul li:nth-child(3){
	position: relative;
    right: -60px;
    float: left;
}
.menu_wrapper ul li:nth-child(4){
    position:relative;
	left:-70px;
}
.menu_wrapper ul li:nth-child(5){
    position:relative;
	left:-70px;
}
.menu_wrapper ul li:nth-child(6){
    position:relative;
	left:-70px;
}
.menu_wrapper ul li:not(:last-child){
    margin-right: 32px;
}
.menu_wrapper ul li a{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.menu_wrapper ul li a:hover{
    opacity: 0.8;
}
.sub-menu{
    background: #fff;
    position: absolute;
    z-index: 99;
    border-radius: 6px;
    width: 230px;
    display: none;
}
.menu_wrapper ul li:hover .sub-menu{
    display: block;
}
.menu_wrapper ul li .sub-menu li{
    float: none !important;
    display: block;
    text-align: left;
    margin-right:0;
	right: 0 !important;
    left: 0 !important;
}
.menu_wrapper ul li .sub-menu li a{
    padding: 8px 20px;
    display: block;
}
.menu_wrapper ul li .sub-menu li:hover{
    background:rgb(24 142 244 / 46%);
    width:100%;
}
.menu_wrapper ul li .sub-menu li:not(:last-child){
    margin-bottom:8px;
}
.menu_wrapper ul li .sub-menu li a{
    color: #000;
    font-size:12px;
    font-weight:500;
}

.humberg_icon{
    display: none;
}
.humberg_icon button{
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
}


/*Banner*/
.home_banner{
    /*background: url(../images/banner-image.jpg) no-repeat;
    background-size: cover;*/
    width: 100%;
    height: 800px;
    position: relative;
}
.banner_content{
    /*background: #fff;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 550px;
    width: 100%;
    text-align: center;
    color: #F9FBFB;
    box-shadow: inset 0 0 240px rgb(76 44 50 / 10%);
    backdrop-filter: blur(20px);
    padding: 40px 20px;
    border-radius: 20px;
}
.banner_content h3{
    font-size: 32px;
    font-weight: 500;
}
.banner_content h1{
    font-size: 48px;
    font-weight: 800;
}
.blue_bar{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background: #188EF4;
    padding: 20px 0;
}
.blue_bar p{}
.blue_bar span{
    margin: 0 20px;
}
.blue_bar p a{
    color: #fff;
}

/*News & Events*/
.news_events{
    background: url(../images/blue-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.section_head{
    margin-bottom: 40px;
}
.section_title{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #188EF4;
    margin-bottom: 5px;
}
.news_events_row{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.latest_news .news_events_column{
    width: calc(25% - 12px);
}
.news_events_img{
    border-bottom: 5px solid #188EF4;
    overflow: hidden;
}
.news_events_img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    transition: all 0.5s ease-in-out;
}
.news_events_content{
    background: #fff;
    border: 1px solid #D6D6D6;
    padding: 20px;
    border-radius: 0 0 15px 15px;
}
.news_events_content h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.news_events_content h3 a{}
.news_events_content h5{
    color: #575757;
    font-size: 14px;
}
.news_events_content p{
    font-size: 14px;
}
.news_events_column:hover .news_events_img img{
    transform: scale(1.1);
}
.follow__us{
    display: flex;
    align-items: center;
    max-width: 500px;
    background: #fff;
    border-radius: 120px;
    border: 1px solid #D6D6D6;
    justify-content: center;
    padding: 50px 0;
    margin: 0 auto;
}
.follow__us h4{
    color: #2B2B2B;
    font-size: 18px;
    font-weight: 600;
    margin-right: 30px;
}
.follow__us ul{
    display: flex;
    align-items: center;
}
.follow__us ul li{}
.follow__us ul li:not(:last-child){
    margin-right: 30px;
}
.news_events .btn_wrapper{
    text-align: center;
    margin: 60px 0;
}
.primary_btn{
    background: #188EF4;
    color: #fff;
    width: 250px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: block;
    border-radius: 50px;
    padding: 10px 0;
    position: relative;
    margin: 0 auto;
    border: none;
    transition: all 0.5s;
    text-transform: capitalize;
}
.primary_btn:before{
    content: "";
    background: #FBF6EA url(../images/arrow-symbol.svg) no-repeat;
    width: 37px;
    height: 34px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    background-position-y: center;
    background-position-x: 10px;
    transition: all 0.5s;
}
/*.primary_btn:hover{}
.primary_btn:hover:before{
    width: calc(100% - 10px);
}*/

/*Campus & Housing*/
.campus_housing{
    background: #FBF6EA;
    padding: 60px 0;
    position: relative;
}
.campus_housing:before{
    content: "";
    position: absolute;
    background: url(../images/yellow-shape.svg) no-repeat;
    top: 70px;
    left: 0;
    width: 170px;
    height: 260px;
    background-size: cover;
}
.campus_housing .container{
    position: relative;
    z-index: 1;
}
.section_text{
    text-align: center;
    color: #2B2B2B;
    font-size: 14px;
}
.campus_housing_content{}
.campus_housing_content p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
.campus_housing_img{
    text-align: right;
}
.campus_housing_img img{
    border-radius: 20px;
}

/*Slider*/
.campus_housing_slider{
    background: #FBF6EA;
    padding: 40px 0;
}
.campus_housing_slider img{
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 150px;
}
.campus_housing_slider .swiper-pagination{
    position: static;
    margin-top: 10px;
}


.chabad_house_hall{
    background: #FBF6EA;
    padding: 40px 0;
    position:relative;
    overflow: hidden;
}
.chabad_house_hall:after{
    content: "";
    position: absolute;
    background: #FFE6AA73;
    background-size: cover;
    border: 1px solid #FFE6AA;
    border-radius: 50%;
    right: -80px;
    bottom: 30%;
    transform: translateY(-30%);
    width: 200px;
    height: 200px;
}
.chabad_house_hall h3{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}
.chabad_house_hall_col{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.chabad_house_hall_col h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.chabad_house_hall_col p{
    margin-bottom: 20px;
    font-size: 14px;
}
.chabad_house_hall_col a{
    color: #188EF4;
    font-size: 18px;
    font-weight: 600;
}
.chabad_house_hall .btn_wrapper{
    margin-top: 60px;
}
.chabad_house_hall .btn_wrapper .primary_btn{
    background: #fff;
    color: #000;
}
.campus_dinning{
    background: #B2DBFA;
    padding: 70px 0;
    position: relative;
}
.campus_dinning:before{
    content: "";
    position: absolute;
    background: url(../images/gradient_circle.svg) no-repeat;
    background-size: cover;
    top: 40px;
    left: 0;
    width: 60px;
    height: 120px;
}
.campus_dinning_wrapper h2{
    color: #188EF4;
    text-align: center;
    margin-bottom: 120px;
}
.campus_dinning_content{
    background: #188EF4;
    border-radius: 16px;
    padding: 110px 30px;
    color: #fff;
}
.campus_dinning_content p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    max-width: 750px;
}
.campus_dinning_content h3{
    font-size: 22px;
    font-weight: 500;
    max-width: 750px;
}
.campus_dinning_swiper{
    position: absolute;
    right: 0;
    top: 180px;
    width: 750px;
}
.campus_dinning_swiper .swiper-slide img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.campus_dinning_content_row{
    max-width: 1000px;
    margin: 200px auto 0;
}
.campus_dinning_content_col{
    padding: 15px 30px;
    background: #fff;
    margin-bottom: 30px;
    border-left: 5px solid #188EF4;
    text-align: center;
}
.campus_dinning_content_col h3{
    font-size: 18px;
    font-weight: 500;
}
.campus_dinning_content_col p{
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 20px 0;
}
.campus_dinning_content_col a{
    margin: 0;
    color: #188EF4;
    font-size: 18px;
    font-weight: 700;
}

.community_services{
    background: #FBF6EA;
    padding: 60px 0 120px;
}
.community_services_wrapper{
    max-width: 850px;
    margin: 0 auto;
}
.community_services_col{
    background: #fff;
    border-radius: 6px;
    padding: 20px 15px;
    margin-bottom: 25px;
}
.community_services_col h3{
    color: #188EF4;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
}
.community_services_col p{
    font-size: 13px;
}
.community_services_icon{
    height: 50px;
}
.community_services_icon img{}

.jewish_calendar{
    background: #188EF4;
    padding: 60px 0;
}
.jewish_calendar .section_head{}
.jewish_calendar .section_title{
    color: #fff;
}
.jewish_calendar_row{
    display: flex;
    flex-wrap: wrap;
}
.jewish_calendar_images{
    width: 50%;
    display: flex;
}
.jewish_calendar_images img{
    border-radius: 16px;
    width: 100%;
}
.jewish_calendar_images .calendar_img:first-child{}
.jewish_calendar_images .calendar_img:last-child{
    margin-left: 10px;
    margin-top: 160px;
}
.jewish_calendar_content{
    width: 50%;
    padding-left: 20px;
}
.jewish_calendar_content ul{}
.jewish_calendar_content ul li{
    background: #fff;
    border-radius: 6px;
    border-left: 5px solid #00294C;
    margin-bottom: 20px;
    padding: 50px 30px;
}
.jewish_calendar_content ul li:nth-child(2){
    margin-left: 20px;
}
.jewish_calendar .btn_wrapper{}
.jewish_calendar .btn_wrapper .primary_btn{
    background: #fff;
    color: #188EF4;
    margin: 40px 0;
}
.jewish_calendar .btn_wrapper .primary_btn:after{}

.blog{
    background: #FBF6EA;
    padding: 60px 0;
    position: relative;
}
.blog:before{
    content: "";
    position: absolute;
    background: url(../images/gradient_circle.svg) no-repeat;
    background-size: cover;
    top: 40px;
    left: 0;
    width: 60px;
    height: 120px;
}
.blog:after{
    content: "";
    position: absolute;
    background: url(../images/circle_2.svg) no-repeat;
    background-size: cover;
    bottom: 90px;
    right: 0;
    width: 140px;
    height: 250px;
}
.blog_column{}
.blog_column_img{
    position: relative;
}
.blog_column_img img{
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
}
.blog_date{
    background: #E3C37A;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    padding: 3px 20px;
    position: absolute;
    bottom: -12px;
    left: 20px;
}
.blog_column_content{
    margin-top: 25px;
    margin-bottom: 25px;
}
.blog_column_content h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.blog_column_content h3 a{}
.blog_column_content h5{
    font-size: 14px;
}
.blog_column_content p{
    font-size: 14px;
    color: #575757;
    margin: 15px 0 20px;
}
.read_more{}
.read_more a{
    color: #188EF4;
    font-weight: 600;
}
.read_more a svg{}
.blog .btn_wrapper{
    margin-top: 60px;
}

.need_to_connect{
    padding: 60px 0;
    background: url(../images/blue-bg.jpg) no-repeat;
    background-size: cover;
}
.need_to_connect .section_head{
    margin-bottom: 60px;
}
.need_to_connect_column{
    background: #fff;
    border-radius: 6px;
    border-left: 5px solid #00294C;
    padding: 20px 20px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 80px;
}
.need_to_connect_column h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.need_to_connect_column p{
    font-size: 14px;
}
.need_to_connect_img{
    margin-top: -90px;
    margin-bottom: 20px;
}
.need_to_connect_img img{
    width: 134px;
    height: 134px;
    border-radius: 50%;
    object-fit:cover;
}
.need_contact_form{
    background: #BDEFFF;
    padding: 50px 70px;
    max-width: 990px;
    margin: -20px auto 0;
    border-radius: 10px;
}
.input__fields{
    display: flex;
    gap: 15px;
}
.need_contact_form input[type="text"],
.need_contact_form input[type="email"],
.need_contact_form select,
.need_contact_form textarea{
    width: 100%;
    border-radius: 6px;
    border: none;
    background: #fff;
    padding: 10px 10px;
    font-size: 14px;
}
.textarea_field{
    max-width: 570px;
    margin: 40px auto 0;
}
.need_contact_form textarea{
    resize: none;
    height: 140px;
}
.need_contact_form p{
    text-align: center;
    font-size: 18px;
}
.need_contact_form .btn_wrapper{
    margin: 15px 0;
}
.need_to_connect .primary_btn{
    background: #fff;
    color: #188EF4;
}
.need_to_connect .primary_btn:hover{
    background: #188EF4;
    color: #fff;
}
.need_to_connect label{
    display: block;
    font-weight: 500;
    text-align: left;
    font-size: 14px;
}
.need_to_connect label span{
    color: red;
}
.form_group{
    margin-bottom: 25px;
}

.would_like{
    background: #B2DBFA;
    padding: 100px 0;
}
.would_like .would_like_wrapper{}
.section_head{
    margin-bottom: 80px;
}
.would_like_wrapper .section_text{
    color: #575757;
}

.candle_lighting{
    background: url(../images/lightining-bg.png) no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}
.candle_lighting h2{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 300px;
}
.candle_lighting p{
    font-size: 16px;
    font-weight: 500;
    /*max-width: 320px;*/
}
.candle_lighting p a{
    color: #fff;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}
.candle_lighting p a:hover{
    text-decoration: underline;
}
.candle_lighting ul li{
    color: #fff;
}
.candle_lighting ul li:not(:last-child){
    margin-bottom: 5px;
}
.candle_lighting ul li a{
    color: #fff;
    text-decoration: underline;
}
.hebcal-container .copyright{
    display: none;
}

/*Footer*/
footer{
    background: #FBF6EA;
    padding: 60px 0 20px;
}
.footer_wrapper{
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.footer_logo{
    text-align: center;
}
.footer_logo img{}
.footer_wrapper h5{
    margin-top: 27px;
    font-size: 14px;
    font-weight: 600px;
    color: #188EF4;
    text-align: center;
}
.footer_wrapper p{
    font-size: 14px;
    color: #575757;
    text-align: center;
}
.footer_contact_info{}
.contact_info_block{
    display: flex;
}
.contact_info_block:not(:last-child){
    margin-bottom: 20px;
}
.contact_info_block_icon{}
.contact_info_block_icon .fa-solid{
    color: #989696;
}
.contact_info_block_icon .fa-regular{
    color: #989696;
}
.contact_info_block_content{}
.contact_info_block_content strong{
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px 6px;
}
.contact_info_block_content span{
    font-size: 14px;
    color: #575757;
    max-width: 200px;
    display: block;
}
.footer_quick_links{}
.footer_quick_links h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer_quick_links ul{}
.footer_quick_links ul li{}
.footer_quick_links ul li:not(:last-child){
    margin-bottom: 7px;
}
.footer_quick_links ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #575757;
}
.footer_bottom{
    border-top: 1px solid #BFBFBF;
    padding-top: 25px;
    margin-top: 25px;
}
.fueled_by{
    display: flex;
    align-items: center;
}
.fueled_by h4{
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}
.footer_social{}
.footer_social ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer_social ul li{}
.footer_social ul li:not(:last-child){
    margin-right: 19px;
}
.footer_social ul li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #188EF4;
    color: #fff;
    text-align: center;
}
.footer_social ul li a svg{
    width: 16px;
}
.footer_social ul li a svg path{
    fill: #fff;
}

/*Inner Banner*/
.inner_banner{
    background: #E9F5FF;
    padding: 130px 0 60px;
}
.inner_banner_content{
    text-align: center;
}
.inner_banner_content h1{
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 10px;
}
.breadcrumbs{
    display: flex;
    justify-content: center;
}
.breadcrumbs li{
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid #575757;
    padding-right: 7px;
}
.breadcrumbs li a:hover{
    color: #188EF4;
}
.breadcrumbs li:last-child{
    border-right: none;
    padding-left: 7px;
}
.about_house_wrapper{
    padding: 80px 0 100px 0;
    position: relative;
    overflow: hidden;
}
.about_house_image img{
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.about_content_wrapper{
    max-width: 975px;
    margin: 0 auto;
    padding: 35px 0;
}
.about_content_wrapper h2{
    font-family: inter;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 57px;
}
.about_content_wrapper p{
    font-family: inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
    margin-bottom: 30px;
}
.about_content_wrapper img{
    width: 100%;
    margin: 30px 0;
    object-fit: contain;
    height: 700px;
}
.circle_one{
    position: absolute;
    background: #F2F7FD;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    right: -60px;
    top: 18%;
    transform: translateY(-18%);
    z-index: -1;
}
.circle_two{
    position: absolute;
    background: #F2F7FD;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    right: -80px;
    top: 30%;
    transform: translateY(-30%);
    z-index: -1;
}
.circle_three{
    position: absolute;
    background: #F2F7FD;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    left: -70px;
    top: 40%;
    transform: translateY(-40%);
    z-index: -1;
}
.circle_four{
    position: absolute;
    background: #F2F7FD;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    left: -80px;
    top: 60%;
    transform: translateY(-60%);
    z-index: -1;
}
.circle_five{
    position: absolute;
    background: #F2F7FD;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    right: -180px;
    top: 70%;
    transform: translateY(-70%);
    z-index: -1;
}
.circle_six{
    position: absolute;
    background: #F2F7FD;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    right: -40px;
    bottom: -120px;
    z-index: -1;
}
.circle_fourteen{
    position: absolute;
    background: #F2F7FD;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    left: -80px;
    top: 85%;
    transform: translateY(-85%);
    z-index: -1;
}
.circle_sixteen{
    position: absolute;
    background: #F2F7FD;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    right: -80px;
    bottom: 10%;
    transform: translateY(-10%);
    z-index: -1;
}

/*contact*/

.get_in_touch{
    padding: 80px 0 100px 0;
    position: relative;
}
.get_in_touch:after{
    content: "";
    position: absolute;
    background: url(../images/full_circle_gradient.svg) no-repeat;
    background-size: cover;
    bottom: 30px;
    left: 10%;
    transform: translateX(-10%);
    width: 100px;
    height: 100px;
}
.contact_us_heading{}
.contact_us_heading h3{
    color: #188EF4;
    font-size: 32px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
}
.contact_us_heading p{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 42px;
    color: #000000;
    margin: 10px 0 60px 0;
}
.contact_us_heading img{
    width: 100%;
}
.address_wrapper{
    background: url(../images/form-background.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.form_row{
    background: #fff;
    border-radius: 16px;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 0px;;
}
.address_col{
    position: relative;
}
.address_col_content{
    position: absolute;
    top: 20px;
}
.address_block{
    padding: 60px 0px 0 34px;
    color: #fff;
    display:flex;
    align-items: center;
}
.address_block strong{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    max-width: 300px;
    display: block;
    /*margin-bottom: 20px;*/
}
.address_block svg{
    margin: 0 10px 0 0;
}
.address_col_image{
}
.address_col_image img{
    width: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}
.address_col_content{
    padding-top: 60px;
}
form{
    padding: 30px;
}
.input_fields label{
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}
.input_fields input[type="text"],
.input_fields input[type="email"]{
    width: 100%;
    border: 2px solid #9A9A9A;
    border-radius: 10px;
    padding: 15px 10px;
}
.input_fields textarea{
    resize: none;
    width: 100%;
    border: 2px solid #9A9A9A;
    border-radius: 10px;
    padding: 20px 10px;
    height: 150px;
}
.input_fields input[type="submit"]{
    border: none;
    padding: 6px 0 6px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #188EF4;
    border-radius: 30px;
    width: 250px;
}
.submit_btn{
    display: flex;
    align-items: center;
    border: none;
    padding: 6px 0 6px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #188EF4;
    border-radius: 30px;
    width: 250px;
}
.submit_btn:hover{
    opacity: 0.8;
}
.arrow_icon{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    margin-right: 60px;
}
.submit_btn svg{
    width: 20px;
    height: 20px;
    margin-top: 10px;
}
.outer_banner{
    padding: 120px 0 70px;
    position: relative;
}
.outer_banner_wrapper{
    position: relative;
}
.outer_banner_content{
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}
.outer_banner_content h1{
    font-size: 45px;
    font-weight: 500;
    max-width: 980px;
    margin: 0 auto;
    text-transform: uppercase;
}
.profile_col{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0;
}
.profile_col img{
    margin-right: 10px;
}
.profile_col h6{
    text-transform: uppercase;
}
.date_block{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.icons_col{
    position: absolute;
    top: 20%;
    right: 40px;
    transform: translateY(-20%);
}
.icons_col a svg{
    width: 30px;
    height: 29px;
    margin-bottom: 8px;
}
.fa-bookmark{
    font-size: 26px;
    color: #188EF4;
    margin-right: 50px;
}
/*news and articles*/

.news_wrapper{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.news_wrapper:before{
    content: "";
    position: absolute;
    background: url(../images/full_circle_gradient.svg) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    top: 22%;
    left: 15%;
    transform: translate(-22%,-15%);
}
.page_image{
    width: 100%;
    border-radius: 16px;
}
.articles_contents img{
    width: 100%;
}
.about_content_wrapper h3{
    margin: 20px 0;
    font-family: inter;
    font-size: 37px;
    font-weight: 400;
    line-height: 58px;
}
.about_content_wrapper .top_heading{
    font-weight: 400;
    margin-bottom: 40px;
}


/*housing*/
.video_wrapper{
    padding: 50px 0;
}
.video_container{
    background: #000000;
    margin-bottom: 30px;
    border-radius: 10px;
}
.video_container iframe{
    border-radius: 10px;
    width: 100%;
    height: 600px;
}
.Chadbad_residance_wrapper{
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.Chadbad_residance_wrapper:before{
    content: "";
    position: absolute;
    background: url(../images/full_circle_gradient.svg) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: -2;
    top: 18%;
    left: 15%;
    transform: translate(-18%,-15%);
}
.about_content_wrapper{
}
.about_content_wrapper h5{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.about_content_wrapper h5 span{
    font-size: 20px;
    font-weight: 600;
    color: #575757;
    display: inline-block;
}
.features_row{
    padding: 50px 0 50px 50px;
}
.abstarcts_info{
    border-left: 6px solid #188EF4;
    padding: 0 40px 0px 30px;
    margin-bottom: 60px;
    background: #fff;
}
.abstarcts_info h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 17px;
    padding-right: 0;
    text-transform: capitalize;
}
.abstarcts_info p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 7px;
    color: #2B2B2B;
}
.abstarcts_info a{
    color: #188EF4;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}
.about_content_wrapper img{
    width: 100%;
}
.about_content_wrapper{}
.about_content_wrapper p{
    font-family: inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin: 50px 0;
}
.about_content_wrapper blockquote{
    text-align: center;
    padding: 0 30px;
    font-family: inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    font-style: italic;
    /*margin: 0 0 30px 0;*/
    max-width: 1050px;
    display: block;
}
.about_content_wrapper h6{
    font-family: inter;
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 51px;
}


/*dinning*/

.about_content_wrapper span{
    font-size: 16px !important;
    font-weight: 400;
    font-family: inter;
    margin-top: 40px;
    display: block;
    line-height: 1.5;
    font-family: "Poppins", sans-serif !important;
}

/* chadbad-weekly*/

.weekly_torah{
    padding: 140px 0 50px;
    position: relative;
    overflow: hidden;
}
.weekly_torah:before{
    content: "";
    position: absolute;
    top: 45%;
    left: 15%;
    transform: translate(-45%,-15%);
    background: url(../images/full_circle_gradient.svg) no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    z-index: -1;
}
.filter_sidebar{
    background: #F8F8F8;
    border-radius: 16px;
    margin-right: 50px;
}
.weekly_content_col{
    padding-left: 40px;
}
.weekly_inner_col{
    margin-bottom: 85px;
}
.weekly_inner_col_image{
    position: relative;
}
.weekly_inner_col_image img{
    width: 100%;
    object-fit: cover;
    height:300px;
}
.weekly_inner_col_image span{
    display: block;
    position: absolute;
    bottom: -8px;
    left: 25px;
    z-index: 2;
    color: #fff;
    background: #E3C37A;
    padding: 0px 7px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
}
.weekly_inner_col_content h3{
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 5px 0;
}
.weekly_inner_col_content p{
    font-size: 14px; 
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 35px;
    padding-right: 18px;
}
.extension_btn{
    display: flex;
    align-items: center;
}
.extension_btn a{
    font-size: 14px;
    font-weight: 600;
    color: #188EF4;
}
.extension_btn svg{
    font-size: 14px;
    font-weight: 900;
    margin-left: 5px;
}
.filter_col_heading{
    border-bottom: 1px solid #C3C3C3;
}
.filter_col_heading h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 20px 0 17px 30px;
}
.filter_sidebar .accordion{
    --bs-accordion-bg: #F8F8F8;
    padding: 25px 25px 30px;
}
.filter_sidebar .accordion-body{
    padding: 0 0 20px;
}
.filter_sidebar .accordion-body ul{
    margin: 0 !important;
}
.filter_sidebar .accordion-body ul li:not(:last-child){
    margin-bottom: 15px;
}
.filter_sidebar .accordion-body ul a:not(:last-child){
    margin-bottom: 15px;
}
.filter_sidebar .accordion-body ul li{
    font-size: 14px;
    font-weight: 300;
    list-style: none !important;
}
.filter_sidebar .accordion-button::after{
    background: url(../images/Vector-up.svg) no-repeat;
    background-position-y: 5px;
    background-size: 15px;
}
.filter_sidebar .accordion-button:not(.collapsed)::after{
    background-image: url(../images/Vector-down.svg);
    transform: none;
}
.filter_sidebar .accordion-item{
    border: none;
}
.filter_sidebar .accordion-button{
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    background: none;
    padding: 12px 0;
    box-shadow: none;
}
.filter_sidebar .accordion-button:focus{
    border: none !important;
}
.filter_sidebar .accordion-button:not(.collapsed){
    background-color: #F8F8F8;
    border: none !important;
}
.filter_sidebar .accordion-button:focus{
    border: none;
    box-shadow: none;
}
.filter_sidebar .accordion-button:not(.collapsed){
    color: #000000;
}
.circle_eleven{
    position: absolute;
    top: 40%;
    right: -50px;
    transform: translateY(-40%);
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
}
.circle_twelve{
    position: absolute;
    top: 70%;
    right: -150px;
    transform: translateY(-70%);
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    width: 600px;
    height: 600px;
    z-index: -1;
}
.circle_thirteen{
    position: absolute;
    top: 70%;
    left: -100px;
    transform: translateY(-70%);
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
}
.circle_fifteen{
    position: absolute;
    bottom: -90px;
    left: -80px;
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    z-index: -1;
}
.circle_seventeen{
    position: absolute;
    top: 45%;
    right: -80px;
    transform: translateY(-45%);
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
}
.circle_eighteen{
    position: absolute;
    top: 60%;
    left: -80px;
    transform: translateY(-60%);
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    z-index: -1;
}
.circle_nineteen{
    position: absolute;
    bottom: 10px;
    left: -80px;
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    z-index: -1;
}
.circle_twenty{
    position: absolute;
    bottom: 60px;
    right: -80px;
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    z-index: -1;
}

/*articles details*/
.articles_details{
    padding-bottom: 250px;
}
.articles_details_content{}
.articles_details_content img{
    width: 100%;
    margin-bottom: 85px;
}
.articles_details_content_col h4{
    font-size: 48px;
    font-weight: 400;
    font-family: inter;
    color: #222222;
    line-height: 67px;
    margin-bottom: 67px;
}
.articles_details_content_col h3{
    font-size: 47px;
    font-weight: 500;
    font-family: inter;
    margin-bottom: 13px;
}
.articles_details_content_col p{
    font-size: 24px;
    font-weight: 400;
    font-family: inter;
    line-height: 32px;
    margin-bottom: 13px;
}
.articles_details_content_col img{
    width: 100%;
    margin: 65px 0;
}
.articles_details_content_col h5{
    font-size: 37px;
    font-weight: 700;
    font-family: inter;
    line-height: 58px;
    color: #2B2A2A;
    margin-top: 65px;
}
.about_content_wrapper ul{
    margin: 30px 0;
    padding-left: 25px;
}
.about_content_wrapper ul li{
    font-size: 24px;
    font-weight: 500;
    font-family: inter;
    list-style: disc;
    border-bottom: 1px solid #2d2d2d3d;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.about_content_wrapper ul li::marker{
    font-size: 32px;
}
/*arrange for kaddish*/
.arrange_kaddish{
    padding: 85px 0 65px 0;
}
.kaddish_image {
    width: 100%;
    margin-top: 30px !important;
}
.articles_details_content_col h2{
    font-size: 45px;
    font-weight: 500;
    font-family: inter;
}
.articles_details_content_col span{
    display: block;
    font-size: 24px;
    font-weight: 600;
    font-family: inter;
    margin: 35px 0;
}
.payment_heading{
    margin-bottom: 35px !important;
}
.kaddish_btn{
    margin: 50px auto 0;
    width: 300px;
}
.content_wrapper_lg{
    max-width: 1150px;
    padding: 0 30px;
}
.payment_heading{
    font-size: 24px;
    font-weight: 600;
    font-family: inter;
    margin: 35px 0;
}
.lighter_text{
    font-size: 28px !important;
    color: #2D2D2D !important;
}
.download_btn{
    margin-top: 60px;
}
.about_content_wrapper .passover_heading{
    font-size: 37px;
}

/*Mikvah*/
.mikvah_block{
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    border-left: 5px solid #188EF4;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    max-width: 975px;
    margin: 0 auto 60px;
}
.mikvah_block_content{
    padding-left: 80px;
}
.mikvah_block_content h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.mikvah_block_content h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.mikvah_contact_info{
    display: flex;
    margin-bottom: 25px;
}
.mikvah_contact_info_icon{}
.mikvah_contact_info_text{
    margin-left: 10px;
}
.mikvah_contact_info_text p{}
.mikvah_block_img img{
    width: 100%;
    border-radius: 16px;
}
.about_content_wrapper p strong{
    font-weight: 700;
}
.about_content_wrapper img{
    border-radius: 16px;
}
.seder_wrapper{
    position: relative;
    overflow: hidden;
}
.seder_wrapper:before{
    content: "";
    position: absolute;
    background: url(../images/full_circle_gradient.svg) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    top: 90px;
    left: 120px;
}
.seder_block{}
.seder_block h2{
    background: #E9F5FF;
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    padding: 40px 0;
}
.seder_block ul{
    margin: 100px 0 140px;
}
.seder_block ul li{
    background: #fff;
    padding: 30px 20px;
    border: 1px solid rgb(24 142 244 / 17%);
    border-left: 5px solid #188EF4;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}
.seder_block ul li:not(:last-child){
    margin-bottom: 60px;
}
.seder_block_row{
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 800px;
}
.seder_block_icon{
    margin-right: 30px;
}
.seder_block_text{
    font-size: 24px;
    font-weight: 500;
}
.calendar_wrapper{}
.calendar_container{
    max-width: 900px;
    margin: 0 auto;
}
.calendar_head{
    text-align: center;
    margin-bottom: 80px;
}
.calendar_head h4{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.calendar_head p{
    font-size: 22px;
    font-weight: 500;
    color: #4F4F4F;
    background: #E9F5FF;
    padding: 20px;
}
.calendar_head .other_cites_btn{
    margin: 20px 0;
}
.calendar_notes{}
.calendar_notes h5{
    font-size: 28px;
    font-weight: 400;
    font-family: inter;
}
.calendar_notes ul {
    margin: 30px 0;
    padding-left: 25px;
}
.calendar_notes ul li {
    font-size: 24px;
    font-weight: 500;
    font-family: inter;
    list-style: disc;
    border-bottom: 1px solid #2d2d2d3d;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.calendar_notes ul li::marker {
    font-size: 32px;
}
.calendar_accordians{
    margin: 40px 0 100px;
}
.calendar_accordians .accordion-item{
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%); 
    border-radius: 16px !important;
    padding: 30px 30px;
}
.calendar_accordians .accordion-button{
    border: none;
    box-shadow: none;
    border-radius: 16px !important;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0;
}
.calendar_accordians .accordion-body{
    padding: 0 0 40px;
}
.calendar_accordians .accordion-body hr{
    max-width: 645px;
    margin: 10px auto 15px;
    border-top: 1px solid #BAAEAE;
}
.accordion-body h3{
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}
.accordion-body p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
.accordion-body ul{
    margin: 10px 0 30px 30px;
}
.accordion-body ul li{
    font-size: 16px;
    font-weight: 400;
    list-style: disc;
}
.weekly_inner_col_image img{
    border-radius: 16px;
}
.rabbis_blog{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.rabbis_blog:before{
    content: "";
    position: absolute;
    top: 45%;
    left: 15%;
    transform: translate(-45%,-15%);
    background: url(../images/full_circle_gradient.svg) no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    z-index: -1;
}

/*link*/

.link_wrapper{
    background: #D4EFFF;
    padding: 70px 0 100px;
}
.link_row{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.link_col{
    width: calc(33% - 7px);
    padding: 40px;
    background:#fff;
    border-radius: 16px;
    margin-bottom: 15px;
}
.link_col img{
    width: 100%;
    border-radius: 16px;
}
.link_col h3{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}
.link_col p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0 20px;
}
.link_col a{}


/*News & Events*/
.latest_news{
    padding-top: 60px;
}
.latest_news_heading{
    text-align: center;
    margin-bottom: 90px;
}
.latest_news_heading h2{
    font-size: 48px;
    font-weight: 700;
    color: #188EF4;
    margin-bottom: 5px;
}
.latest_news_heading p{
    font-size: 16px;
    font-weight: 400;
    color: #575757;
}
.news_events_content_btn{
    font-size: 14px;
    font-weight: 600;
    color: #188EF4;
    margin-top: 5px;
}
.pagination_row{
    max-width: 150px;
    margin: 40px auto 0;
}
.pagination{
    --bs-pagination-border-width: none;
    --bs-pagination-color: #BBBBBB;
    --bs-pagination-hover-color: #fff;
}
.active .page-link{
    color: #000;
    background: none;
    text-decoration: underline #F37335;
}
.page-link:hover{
    color: #000;
}
.our_events{
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.our_events:before{
    content: "";
    position: absolute;
    background: url(../images/full_circle_gradient.svg) no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    top: 200px;
    left: 20px;
    z-index: -1;
}
.our_events:after{
    content: "";
    position: absolute;
    top: 50px;
    right: -180px;
    width: 350px;
    height: 350px;
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    z-index: -10;
}
.events_col{
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    border-radius: 16px;
    border-left: 5px solid #00294C;
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
}
.events_col span{
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    position: relative;
    padding-left: 20px;
}
.events_col_date:before{
    content: "";
    background: url(../images/date_calender.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.events_col_date{
    margin-right: 30px;
}
.events_col svg{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.events_col svg path{
    fill: #ffd300;
}
.events_col h3{
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 22px;
    color: #2B2B2B;
}
.events_col h3 a:hover{
    color: #188EF4;
}
.events_col_foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.events_col_foot_left{
    display: flex;
    align-items: center;
}
.events_col_foot_left h6{
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    margin-left: 7px;
}
.events_col_foot_right span{
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.events_col_foot_right span:before{
    content: "";
    position: absolute;
    background: url(../images/loct.png) no-repeat;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
}
.events_col_foot_left img{
    width: 15px;
    height: 15px;
    border-radius: 50px;
}
.event_hall{
    padding-bottom: 90px;
}
.event_hall_img{
    display: flex;
    gap: 15px;
    padding-bottom: 50px;
}
.event_hall_img img{
    width: calc(50% - 7px);
    object-fit: cover;
    width: 100%;
}


/*events detils*/
.event_details_wrapper{
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.event_details_wrapper:before{
    content: "";
    position: absolute;
    background: url(../images/full_circle_gradient.svg) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 44%;
    left: 15%;
    transform: translate(-44%,-15%);
    z-index: -1;
}
.circle_seven{
    position: absolute;
    top: 45%;
    right: -100px;
    transform: translateY(-45%);
    width: 300px;
    height: 300px;
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    z-index: -2;
}
.circle_eight{
    position: absolute;
    bottom: 60px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    z-index: -2;
}
.circle_nine{
    position: absolute;
    bottom: 120px;
    right: -90px;
    width: 400px;
    height: 400px;
    background: #F2F7FD;
    background-size: cover;
    border-radius: 50%;
    z-index: -2;
}
.events_image_col img{
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 16px;
}
.right_align_image{
    margin: 35px 0 0 -10px;
}
.events_content_col{
    position: relative;
    padding-top: 40px;
}
.events_content_col_top_icon{
    position: absolute;
    top: 25px;
    right: 15px;
}
.events_content_col_top_icon svg{
    width: 20px;
}
.events_content_col h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.events_content_col p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
.events_content_col ul li{
    margin-bottom: 10px;
}
.event_detail_holder{
    padding-right: 80px;
}
.sidebar_content{
    padding-top: 100px;
}
.sidebar_content .primary_btn{
    width: auto;
}
.sidebar_content_col{
    border: 2px solid #F9B493;
    border-radius: 16px;
    padding: 40px 20px;
    margin-bottom: 50px;
}
.sidebar_content_col_address p{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    padding-left: 30px;
}
.sidebar_content_col_address p:before{
    content: "";
    background: url(../images/vector_loc.svg) no-repeat;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.sidebar_content_col h6{
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 5px 0;
    position: relative;
    padding-left: 30px;
}
.sidebar_content_col_address h6:before,
.sidebar_content_col h5:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.sidebar_content_col h5{
    font-size: 16px;
    font-weight: 500;
    color: #155799;
    position: relative;
    padding-left: 30px;
}

.sidebar_content_col hr{
    margin: 40px 0;
    border: 1px solid #d1c0c0;
}
.our_conatct_block{
    display: flex;
    padding-left: 10px;
    margin-bottom: 25px;
}
.event_schedule_btn{
    margin-top: 20px;
}
.sidebar_content_col_icon .fa-phone-flip{
    color: #188EF4;
    font-size: 20px;
}
.sidebar_content_col_icon svg{
    width: 20px;
}
.sidebar_content_col_icon img{
    width: 25px;
}
.sidebar_content_col_icon .fa-location-dot{
    color: #188EF4;
    font-size: 20px;
}
.sidebar_content_col_address{
/*    text-align:;*/
}
.sidebar_content_col_icon{
    width: 40px;
}
.sidebar_content_col_address strong{
    font-weight: 600;
    font-size: 14px;
}
.sidebar_content_col_address span{
    display: block;
    color: #575757;
    font-size: 13px;
}
.sidebar_content_col h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.event_schedule_row{
    padding-top: 50px;
    margin-bottom: 20px;
}
.event_schedule_col_icon{
    position: relative;
    width: 50px;
    height: 50px;
    background: rgb(53,197,243);
    background: linear-gradient(6deg, rgba(53,197,243,1) 15%, rgba(24,142,244,1) 77%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event_schedule_col_icon span{
    color: #fff;
    font-size: 30px;
}
.event_schedule_row{
    padding-top: 30px;
}
.event_schedule_col h4{
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
}
.event_schedule_col p{
    font-size: 14px;
    font-weight: 400;
}
.event_schedule_btn a{
    width: 300px;
}
.map_wrapper{
    padding-top: 50px;
}
.map_wrapper iframe{
    width: 100%;
}


/*birthday calculator*/
.birthday_wrapper{
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.birthday_wrapper:before{
    content: "";
    position: absolute;
    background: url(../images/full_circle_gradient.svg) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 40%;
    left: 14%;
    transform: translate(-40%,-14%);
    z-index: -1;
}
.today_date{}
.today_date h2{
    font-size: 35px;
    font-weight: 700;
    color: #188EF4;
    margin-bottom: 20px;
}
.today_date_content{
    border: 1px solid rgb(24 142 244 / 17%);
    border-left: 5px solid #188EF4;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    padding: 30px ;
}
.today_date_content p{
    max-width: 190px;
    margin-bottom: 15px;
}
.today_date_content a{
    color: #188EF4;
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
}
.date_for_next_year{
    text-align: center;
    background: #D9EDFF;
    border-radius: 16px;
    border-left: 5px solid #188EF4;
    border-right: 5px solid #188EF4;
    max-width: 630px;
    margin: 70px auto;
    padding: 30px 0;
}
.date_for_next_year h3{
    font-size: 22px;
    font-weight: 600;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.date_for_next_year a{
    width: 220px;
    padding: 8px 0;
}
.anniversary_form{
    padding: 30px;
    background: #E9F5FF;
    border-left: 5px solid #188EF4;
}
.anniversary_form p{
    font-size: 22px;
    font-weight: 500;
}
.anniversary_form form h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.anniversary_form_row{
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    max-width: 800px;
}
.anniversary_form_input_fields{
    width: 100%;
}
.anniversary_form_input_fields label{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.anniversary_form_input_fields input{
    width: 100%;
    border-radius: 6px;
    border: 2px solid #188EF4;
    background: #E9F5FF;
    padding: 10px 10px;
    font-size: 14px;
}
.anniversary_form_outer_input_fields{
    margin-bottom: 40px;
}
.anniversary_form_outer_input_fields label{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.anniversary_form_outer_input_fields input{
    width: 100%;
    border-radius: 6px;
    border: 2px solid #188EF4;
    background: #E9F5FF;
    padding: 10px 10px;
    font-size: 14px;
    max-width: 500px;
}
.form_wrapper{
    padding: 30px 0 0 0;
}
.anniversary_form form button{
    margin: 0;
}
.birthday_calculator form h2{
    color: #188EF4;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}
.birthday_calculator{
    background: #fff;
    margin-top: 70px;
}
.birthday_calculator h3{
    font-size: 20px !important;
    font-weight: 500 !important;
}
.birthday_footer_banner{
    position: relative;
    margin-top: 70px;
}
.birthday_footer_banner_image{
    position: relative;
}
.birthday_footer_banner_image img{
    width: 100%;
    border-radius: 16px;
    height: 550px;
    object-fit: cover;   
}
.birthday_footer_banner_image:before{
    content: "";
    background: rgb(0 0 0 / 44%);
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 16px;
}
.birthday_footer_banner_content{
    border-left: 5px solid #188EF4;
    border-right: 5px solid #188EF4;
    padding: 30px;
    border-radius: 16px;
    max-width: 630px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.birthday_footer_banner_content p{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.rutgers_row{
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.rutgers_left_col{
width: 39%;
}
.rutgers_right_col{
width: 60%;
}
.rutgers_row img{
border-radius: 10px;
width: 100%;
height: 100%;
object-fit: cover;
vertical-align: middle;
}
.single_wide_img{
margin-bottom: 8px;
}
.single_wide_img img{
height: 250px;
}
.double_tall_img{
display: flex;
gap: 8px;
}
.double_tall_img img{
width: 49%;
height: 240px;
}
.single_tall_img img{
height: 500px;
}
.second_column_double_imgs{
display: flex;
gap: 8px;
}
.second_column_double_imgs img{
width: 50%;
height: 240px;
}
.right_two_columns{
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.right_first_column{
width: 39%;
}
.right_second_column{
width: 59%;
margin-bottom: 8px;
}
.double_tall_img{
margin-bottom: 8px;
}

/*Media*/
.media_wrapper{
/*    padding: 70px 0;*/
    background: #E9F5FF;
    margin-top: 75px;
    padding: 40px 0;
}
.largeSwiper img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.thumbSwiper{
    max-width: 960px;
    margin: 0 auto;
    margin-top: 25px;
}
.thumbSwiper img{
  width: 100%;
  height: 90px !important;
  object-fit: cover;
  opacity: 1;
}

.thumbSwiper .swiper-slide-thumb-active {
  opacity: 0.4;
}
.largeSwiper .caption{
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    font-family: inter;
    padding: 10px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    text-transform: capitalize;
}
.largeSwiper .swiper-button-next:after{
    font-size: 20px;
    color: #000;
}
.largeSwiper .swiper-button-prev:after{
    font-size: 20px;
    color: #000;
}
.media_gallery{
    padding: 80px 0;
}
.filter_head{
    margin-bottom: 50px;
}
.toolbar{
    border: 1px solid #188EF4;
    display: flex;
    justify-content: space-between;
}
.toolbar button{
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    font-family: inter;
    padding: 20px 20px;
}
.toolbar button:not(:last-child){
    margin-right: 10px;
}
.toolbar .active{
    color: #fff;
    background: #188EF4;
    border-radius: 10px 10px 0 0;
    position: relative;
    transform: scale(1.1);
    top: -3px;
}
#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    display: none;
}
.scale-anm {
    margin: 0 0 10px;
    width: 100%; 
}
.tile img {
    max-width: 100%; 
    height: auto;
    display: block; 
    width: 100%;
}
.about_house_text_col_two img{
    height: auto !important;
}

.loadmore_btn{
    margin: 40px 0 20px;
    text-align: center;
}
.loadmore_btn button{
    background: #188EF4;
    border: 1px solid #188EF4;
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
}
.addtoany_share{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.addtoany_share_save {
    display: none !important;
}
/*Timeline*/
.timeline_wrapper{}
.timeline_images img{
    margin-bottom: 50px;
    width: 100%;
    height: auto;
}
.chabad_rutgers{
    padding: 60px 0;
}
.chabad_rutgers .primary_btn {
    width: 320px;
    margin-top: 50px;
}
.wpcf7-not-valid-tip{
    text-align: left !important;
    font-size: 12px !important;
}
.media_wrapper .swiper-pagination{
    position: static;
    margin-top: 20px;
}
.anniversary_pass_name,
.birthday_text{
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
}
.annivesary_passing_date{
    background: #fff;
    width: fit-content;
    border-radius: 5px;
    padding: 20px 50px;
    box-shadow: 0 0 14px rgb(0 0 0 / 5%);
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
}
.birthdaydate{
    background: #E9F5FF;
    width: fit-content;
    border-radius: 5px;
    padding: 20px 50px;
    box-shadow: 0 0 14px rgb(0 0 0 / 5%);
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
}
.need_contact_form .section_head{
    margin-bottom: 20px;
}

/*15-08-2024*/
.community_services_wrapper .swiper-pagination{
    position: static;
}
.chabad_rutgers_mobile{}
.chabad_rutgers_mobile img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}
.chabad_rutgers_mobile .swiper-pagination{
    position: static;
    margin-top: 20px;
}
.news_events .swiper-pagination{
    position: static;
    margin-top: 20px;
}
.need_to_connect .swiper-grid>.swiper-wrapper{
    justify-content: center;
}
.need_to_connect .swiper-pagination{
    position: static;
    margin-bottom: 50px;
}
.campus_dinning_content_row .swiper-pagination{
    position: static;
    margin-bottom: 50px;
}
.blog .swiper-pagination{
    position: static;
    margin-bottom: 50px;
}
.chabad_rutgers_mobile{
    display: none;
}

/*community links*/
.school_wrapper{
    padding: 50px 0;
}
.school_col_one{
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 0 3px rgb(182 139 132 / 15%);
}
.school_content_block{}
.community_content_block h2{
    font-size: 24px;
    font-weight: 700;
}
.community_content_block h5{
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 20px 0;
}
.common_community_list{
    padding-left: 25px;
}
.common_community_list li{
    list-style: disc;
    text-decoration: underline;
    margin-bottom: 15px;
}
.common_community_list ul li a{
    font-size: 18px;
}
.school_image_block img{
    width: 100%;
    border-radius: 16px;
}
.school_col_two{
    box-shadow: 0 0 2px 1px rgba(24,142,244,0.1);
    border-radius: 16px;
    padding: 40px 30px;
}
.school_col_two img{
    width: 40px;
    height: 42px;
}
.school_col_two h3{
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 30px 0;
}
.food_store_wrapper{
    padding: 0 0 50px 0;
}
.food_store_row{
    background: #E9F5FF;
    padding: 40px 30px;
    border-radius: 16px;
}
.food_store_row img{
        width: 80px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 30px;
}
.food_store_content{
    padding-left: 50px;
}
.community_business_wrapper{
    padding: 0 0 50px 0;
}
.business_media_heading h2{
    margin-top: 60px;
}
.community_business_row h2{
    margin-bottom: 20px;
}
.community_inner_text li a {
    font-size: 16px;
}
.community_business_row{
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 5px rgb(182 139 132 / 15%);
}
.community_business_row img{
    width: 75px;
    height: 80px;
    margin-bottom: 30px;
}
.organization_block{
    background: #fff;
    padding: 88px 20px;
    border-radius: 16px;
}
.organization_text{
    line-height: 40px;
    margin-top: 30px;
    padding-left: 30px;
}
.organization_wrapper h2{
    margin-bottom: 20px;
}
.organization_wrapper .food_store_row{
    padding: 50px 30px 90px ;
}
.common_community_list span{
    font-size: 20px;
    text-decoration: underline;
}
.food_store_row h3{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}
.institue_block{
    background: #fff;
    padding: 20px;
    border-radius: 16px;
}
.institue_block:last-child{
    margin-top: 20px;
}
.institue_block img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.institue_block h2{
    font-size: 24px;
    font-weight: 600;
}
.institue_block ul{
    padding-left: 10px;
}
.institue_block ul li{
    list-style: disc;
    text-decoration: underline;
    line-height: 32px;
}
.institue_block ul li:not(:last-child){
    margin-bottom: 10px;
}
.institue_block ul li a{
    font-size: 18px;
    font-weight: 500;
}
.shuls_block img{
    width: 80px;
    height: 65px;
    object-fit: contain;
}
.shuls_block{
    background: #fff;
    padding: 50px 30px;
    margin-top: 50px;
    border-radius: 16px;
}
.community_event_wrapper{
    padding: 50px 0;
}
.community_event_block{
    background: #E9F5FF;
    padding: 30px 30px 100px;
    border-radius: 16px;
}
.community_event_block img{
        width: 30px;
    height: 40px;
    object-fit: contain;}
.community_event_block h4{
    color: #188EF4;
    max-width: 400px;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
}
.community_event_block a{
    float: left;
    width: 275px;
}
.shabbat_timing{
    padding: 60px 0;
}
.shabbat_timing h2{
    font-size: 35px;
    font-weight: 700;
    color: #188EF4;
    margin-bottom: 20px;
}
.shabbat_timing_column{
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 30px;
    border-left: 5px solid #188EF4;
    position: relative;
}
.shabbat_timing_column p{
    color: #2B2B2B;
    margin-bottom: 25px;
}
.shabbat_timing_usa{
    text-align: right;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
}
.shabbat_timing_form{
    margin-top: 30px;
}
.shabbat_timing_form form{
    padding: 0;
}
.shabbat_timing_form h3{
    color: #2B2B2B;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.shabbat_timing_form label{
    display: block;
    color: #2B2B2B;
    margin-bottom: 5px;
}
.shabbat_timing_form input[type="text"]{
    width: 100%;
    max-width: 400px;
    border-radius: 6px;
    border: 1px solid #188EF4;
    background: #fff;
    padding: 10px 10px;
    font-size: 14px;
}
.shabbat_timing_form .primary_btn{
    margin: 20px 0;
}
#shabbatTimes{
    margin-top: 40px;
    background: #E9F5FF;
    border-radius: 16px;
    max-width: 550px;
    padding-bottom: 10px;
}
#shabbatTimes h3{
    padding: 30px 30px 0;
    margin-bottom: 20px;
    font-size: 22px;
}
#shabbatTimes p{
    /*padding: 10px 30px 0;*/
    position: relative;
    margin: 10px 0 10px 30px;
    padding-left: 40px;
}
#shabbatTimes p:before{
    content: "";
    background: url(../images/material-symbols_date-range-outline-sharp.svg) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*#shabbatTimes p:last-child{*/
/*    padding-bottom: 30px;*/
/*}*/


.donation_wrapper{
    padding: 60px 0;
}
.donation_form_holder{
    background: #fff;
    box-shadow: 0 0 10px rgb(9 9 9 / 15%);
    padding: 30px;
    border-radius: 15px;
}
.gform_required_legend{
    display: none !important;
}
.donation_form_holder .gfield_label{
    font-weight: 600;
    font-size: 14px;
}
.donation_form_holder .gfield input[type="text"],
.donation_form_holder .gfield input[type="email"],
.donation_form_holder .gfield input[type="tel"],
.donation_form_holder .gfield input[type="file"],
.donation_form_holder .gfield input[type="password"],
.donation_form_holder .gfield input[type="number"],
.donation_form_holder .gfield select,
.donation_form_holder .gfield textarea,
.donation_form_holder .StripeElement{
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #9A9A9A !important;
    border-radius: 5px !important;
}
.donation_form_holder .gfield textarea{}
.donation_form_holder input[type="text"]:focus,
.donation_form_holder input[type="email"]:focus,
.donation_form_holder input[type="tel"]:focus,
.donation_form_holder input[type="file"]:focus,
.donation_form_holder input[type="password"]:focus,
.donation_form_holder input[type="number"]:focus,
.donation_form_holder select:focus,
.donation_form_holder textarea:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #188EF4 !important;
}
.gfield--type-stripe_creditcard{
    background: #E9F5FF;
    padding: 15px;
    border-radius: 5px;
}
.ginput_full{
    margin: 15px 0;
}
.donation_form_holder input[type="submit"]{
    border: 1px solid #188EF4 !important;
    padding: 6px 0 6px 0 !important;
    font-size: 18px !important;
    font-weight: 500;
    color: #fff;
    background-color: #188EF4 !important;
    border-radius: 30px !important;
    min-width: 150px !important;
}
.donation_form_holder input[type="submit"]:focus{
    outline: none;
    border: 1px solid #188EF4 !important;
}
.donate_now_wrapper{
    background: #188EF4;
    padding: 40px 0;
}
.donate_now_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
}
.donate_text{
    font-size: 20px;
    font-weight: 400;   
    color: #fff;
}
.donate_now_btn a{
    background: #fff;
    color: #188EF4;
    border-radius: 30px;
    padding: 8px 40px;
}



/*Media Quieries*/
@media screen and (max-width:1600px){
    header{
        padding: 45px 0;
    }
    .logo img {
        max-width: 220px;
    }
    .campus_dinning_swiper{
        width: 700px;
    }
    .get_in_touch:after{
        left: 7%;
        transform: translateX(-7%);
    }
}
@media screen and (max-width:1440px){
    .home_banner{
        height: 550px;
    }
    .banner_content h3{
        font-size: 24px;
    }
    .banner_content h1{
        font-size: 42px;
    }
    .section_title{
        font-size: 28px;
    }
    .candle_lighting h2{
        font-size: 32px;
    }
    /*.menu_wrapper ul li a{*/
    /*    font-size: 28px;*/
    /*}*/
    .inner_banner_content h1{
        font-size: 34px;
    }
    .breadcrumbs li{
        font-size: 14px;
    }
    .inner_banner{
        padding: 100px 0 50px;
    }
    .campus_dinning_content p{
        max-width: 650px;
    }
    .campus_dinning_content h3{
        max-width: 650px;
    }
    .campus_dinning_swiper{
        width: 700px;
    }
    .campus_housing:before{
        top: 50px;
        left: 0;
        width: 100px;
        height: 150px;
    }
    .get_in_touch:after{
        left: 3%;
        transform: translateX(-3%);
    }
    .circle_one{
        right: -90px;
        top: 16%;
        transform: translateY(-16%);
    }
    .about_house_image img{
        height: 600px;
    }
    .about_content_wrapper h2{
        font-size: 22px;
        line-height: 34px;
    }
    .about_content_wrapper p{
        margin: 30px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .about_content_wrapper .passover_heading {
        font-size: 24px;
        line-height: 32px;
    }
    .about_content_wrapper ul li{
        font-size: 16px;
    }
    .about_content_wrapper ul li::marker {
        font-size: 18px;
    }
    .about_content_wrapper img{
        height: 400px;
    }
    .about_house_wrapper{
        padding: 60px 0 40px 0;
    }
    .news_events_img img{
        height: 200px;
    }
    .page_image{
        height: 550px;
        object-fit: contain;
    }
    .outer_banner_content h1{
        font-size: 32px;
    }
    .abstarcts_info h4{
        font-size: 18px;
    }
    .about_content_wrapper h6{
        font-size: 20px;
        line-height: 34px;
    }
}
@media screen and (max-width:1366px){
    header{
        padding: 45px 0;
    }
    .menu_wrapper ul li a{
        font-size: 18px;
    }
    .logo{
        padding: 10px;
    }
    .logo img {
        max-width: 220px;
    }
    .campus_dinning_swiper{
        width: 600px;
    }
    .filter_sidebar .accordion-button{
        font-size: 14px;
    }
    .filter_sidebar .accordion{
        padding: 25px 15px 30px;
    }
    .filter_col_heading h3{
        padding: 20px 0 15px 15px;
    }
}
@media screen and (max-width:1280px){
    header{
        padding: 40px 0;
    }
    .menu_wrapper ul li a{
        font-size: 22px;
    }
    .logo img {
        max-width: 200px;
    }
    .articles_details_content_col{
        padding-left: 40px;
    }
    .inner_list{
        padding: 0 40px 0 80px;
    }
    .articles_details_content_col .inner_list{
        padding: 0 40px;
    }
    .news_wrapper{
        padding: 20px 40px 80px 40px;
    }
    .content_wrapper_lg {
        max-width: 1060px;
    }
    .campus_dinning_content p{
        max-width: 500px;
    }
    .campus_dinning_content h3{
        max-width: 500px;
    }
    .campus_dinning_swiper{
        top: 215px;
        width: 650px;
    }
    .get_in_touch:after{
        width: 60px;
        height: 60px;
        left: 7px;
        transform: none;
    }
    .circle_one{
        right: -90px;
        top: 14%;
        transform: translateY(-14%);
    }
}
@media screen and (max-width:1200px){
    .about_house_content{
        padding: 0 40px;
    }
    .about_house_text{
        padding: 0 40px;
    }
    .about_house_text_row{
        padding: 0 40px;
    }
    .room_image{
        padding: 0 40px;
    }
    .room_content {
        padding: 0 40px;
    }
    .filter_sidebar{
        margin-right: 20px;
    }
    .sidebar_content_col a{
        width: 200px;
    }
    .campus_dinning_swiper .swiper-slide img{
        height: auto;
    }
    .campus_dinning_content_row{
        max-width: 100%;
        padding: 0 50px;
    }
    .campus_dinning_swiper{
        position: static;
        margin: 50px auto 0;
        width: 100%;
    }
    .campus_dinning_swiper{
        padding: 0 30px;
    }
    .campus_dinning_content p{
        max-width: 100%;
    }
    .campus_dinning_content h3{
        max-width: 100%;
    }
    .toolbar .active {
        margin-right: 15px;
    }
    .toolbar button{
        font-size: 18px;
        padding: 15px 15px;
    }
    .icons_col{
        position: static;
        transform: translateY(0);
        text-align: center;
        margin-top: 30px;
    }
}
@media screen and (max-width:1040px){
    .menu_wrapper ul li a{
        font-size: 20px;
    }
    .logo img {
        max-width: 180px;
    }
    .submit_btn {
        margin-bottom: 20px;
    }
    .contact_us_heading img{
        padding: 0 40px;
    }
    .address_block strong{
        font-size: 22px;
    }
    .address_block{
        justify-content: flex-start;
    }
    .address_col_image img {
        height: 520px;
    }
    .address_col_content{
        padding-top: 0;
    }
    .form_row {
        margin: 0 25px;
    }
    .address_block svg{
        width: 35px;
    }
    .address_block{
        padding: 65px 0px 0 20px;
    }
    .articles_details_content_col{
        padding: 0 40px;
    }
    .inner_list{
        padding: 0 40px 0 80px;
    }
    .about_content_wrapper h2{
        font-size: 40px;
    }
    .link_col a{
        width: 200px;
    }
    .latest_news .news_events_column {
        width: calc(50% - 12px);
    }
    .sidebar_content_col_address p:before{
        left: 0;
    }
    .sidebar_content_col a{
        width: 200px;
    }
    .birthday_footer_banner_image img{
        height: 500px;
    }
    .jewish_calendar_row{
        flex-direction: column-reverse;
    }
    .jewish_calendar_images .calendar_img{
        width: 50%;
    }
    .jewish_calendar_images{
        width: 100%;
        gap: 15px;
        margin-bottom: 30px;
    }
    .calendar_img{
        width: 50%;
    }
    .calendar_img img{
        width: 100%;
        height: 580px;
        object-fit: cover;
    }
    .jewish_calendar_content{
        width: 100%;
        padding-left: 0;
    }
    .jewish_calendar_images .calendar_img:last-child{
        margin-top: 0;
        margin-left: 0;
    }
    .jewish_calendar_content ul li:nth-child(2){
        margin-left: 0;
    }
    .campus_dinning_swiper .swiper-slide img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .home_banner{
        height: 650px;
    }
    .toolbar .active {
        margin-right: 15px;
    }
    .toolbar button{
        font-size: 16px;
        padding: 15px 15px;
    }
}
@media screen and (max-width:991px){
    header {
        padding: 10px 0;
    }
    .logo{
        padding: 0;
        position: static;
        transform: translateX(0);
    }
    .logo img {
        max-width: 150px;
    }
    .menu_wrapper ul li:nth-child(1),
    .menu_wrapper ul li:nth-child(2),
    .menu_wrapper ul li:nth-child(3){
        float: none;
    }
	    .Shabbat-sec p {
        margin-bottom: 20px;
    }
		.menu_wrapper ul li:nth-child(4){
    position:relative;
	left:0px;
}
		.menu_wrapper ul li:nth-child(5){
    position:relative;
	left:0px;
}
		.menu_wrapper ul li:nth-child(6){
    position:relative;
	left:0px;
}
    .menu_wrapper{
        display: none;
    }
    .menu_wrapper.active{
        display: block;
        background: #188EF4;
        position: absolute;
        z-index: 9;
        left: 0;
        top: 120px;
        width: 100%;
        transition: all 0.5s ease-in-out;
    }
    .menu_wrapper.active ul{
        text-align: left;
        padding: 30px 30px;
    }
    .menu_wrapper.active ul li{
        display: block;
    }
    .menu_wrapper.active ul li:not(:last-child){
        margin-right: 0;
        margin-bottom: 15px;
    }
    .humberg_icon{
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .weekly_torah_col_one{
        margin-bottom: 40px;
    }
    .weekly_torah_col_two{
        padding-left: 0;
    }
    .inner_banner {
        padding: 50px 10px 50px;
    }
    .filter_sidebar .accordion{
        padding: 40px 30px 40px;
    }
    .filter_sidebar{
        margin-bottom: 30px;
    }
    .filter_sidebar{
        margin-right: 0;
    }
    .weekly_torah {
        padding: 50px 0 50px;
    }
    .video_container iframe{
        height: 500px;
    }
    .features_row {
        padding: 50px 0;
    }
    .about_content_wrapper span{
        font-size: 36px;
    }
    .calendar_notes {
        padding: 0 30px;
    }
    .calendar_accordians .accordion-item{
        margin: 0 30px 30px;
    }
    .link_col{
        width: calc(50% - 8px);
    }
    .event_hall_img{
        display: block;
    }
    .event_hall_img img{
        width: 100%;
    }
    .event_hall_img img:first-child{
        margin-bottom: 20px;
    }
    .sidebar_content{
        display: flex;
        justify-content: space-around;
        margin-left: 0;
        padding-top: 50px;
    }
    .event_schedule_btn a{
        margin-top: 25px;
    }
    .birthday_footer_banner_image img{
        height: 500px;
    }
    .birthday_footer_banner_content{
        max-width: 500px;
        padding: 20px;
        width: 100%;
    }
    .campus_housing_img img{
        width: 100%;
    }
    .campus_dinning_content{
        padding: 60px 30px;
    }
    .campus_dinning_wrapper h2{
        margin-bottom: 50px;
    }
    .campus_dinning_content_row{
        max-width: 100%;
    }
    .home_banner{
        height: 600px;
    }
    .banner_content h3{
        font-size: 38px;
    }
    .banner_content h1{
        font-size: 48px;
    }
    .toolbar .active {
        margin-right: 15px;
    }
    .toolbar button{
        font-size: 14px;
        padding: 15px 5px;
    }
    .event_detail_holder{
        padding-right: 0;
    }
    .rutgers_left_col{
        width: 38%;
    }
}
@media screen and (max-width:767px){
    .inner_banner_content h1{
        font-size: 50px;
    }
	.Shabbat-sec p{
		margin-bottom:20px;
	}
	.menu_wrapper ul li:nth-child(1),
	.menu_wrapper ul li:nth-child(2),
	.menu_wrapper ul li:nth-child(3){
		    position:relative;
	left:0px;
	}
	.menu_wrapper ul li:nth-child(4){
    position:relative;
	left:0px;
}
	.lg-Chabad{
		display:none;
	}
	.md-Chabad{
	display:block!important;
}
		.menu_wrapper ul li:nth-child(5){
    position:relative;
	left:0px;
}
		.menu_wrapper ul li:nth-child(6){
    position:relative;
	left:0px;
}
    .about_house_content h2{
        font-size: 40px;
    }
    .weekly_content_col{
        padding-left:0;
    }
    .about_house_content p{
        font-size: 20px;
    }
    .about_house_text_col_two img{
        margin-top: 30px;
    }
    .about_house_text p{
        font-size: 20px;
    }
    .about_house_text_col_one p{
        font-size: 20px;
    }
    .address_block{
        display: inline-block;
        padding: 40px 0 0 20px;
    }
    .address_block strong{
        font-size: 18px;
        max-width: 160px;
    }
    .icons_col{
        position: relative;
        text-align: center;
        margin-top: 25px;
        top: 0;
        right: 0;
        transform: none;
    }
    .outer_banner_wrapper{
        position: none;
    }
    .outer_banner_content h1{
        font-size: 32px;
    }
    .page_image{
        height: auto;
    }
    .articles_details_content_col h4{
        font-size: 38px;
    }
    .articles_details_content_col h3{
        font-size: 40px;
    }
    .articles_details_content_col p{
        font-size: 18px;
    }
    .articles_details_content_col h5{
        font-size: 32px;
    }
    .inner_list ul li{
        font-size: 18px;
    }
    .inner_list ul li::marker{
        font-size: 25px;
    }
    .weekly_torah_col_two{
        padding-left: 0;
    }
    .inner_banner_content h1{
        font-size: 36px;
    }
    .contact_info_block{
        justify-content: center;
    }
    .contact_info_block_content strong{
        display: inline;
    }
    .contact_info_block_content span{
        display: inline;
        font-size: 13px;
    }
    .footer_contact_info{
        margin-top: 25px;
    }
    .footer_quick_links{
        text-align: center;
        margin-top: 25px;
    }
    .footer_wrapper{
        padding-bottom: 20px;
    }
    .fueled_by{
        justify-content: center;
    }
    .footer_social ul{
        justify-content: center;
        margin-top: 25px;
    }
    .address_block strong {
        max-width: 420px;
        font-size: 25px;
    }
    .address_col_content{
        padding: 0 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .input_fields{
        padding: 30px 20px;
    }
    .input_fields input[type="submit"]{
        width: 100%;
    }
    .address_block{
        padding-left: 0;
        display: flex;
    }
    .address_col_image img{
        border-radius: 16px;
        height: 450px;
    }
    form {
        padding: 0;
    }
    .abstarcts_info{
        margin-bottom: 30px;
    }
    .room_content h2{
        font-size: 35px;
    }
    .room_content p{
        font-size: 18px;
    }
    .weekly_torah_col_one{
        margin-bottom: 40px;
    }
    .articles_contents h4 {
        font-size: 38px;
    }
    .about_content_wrapper h2{
        font-size: 36px;
        line-height: 52px;
    }
    .about_content_wrapper h3{
        font-size: 28px;
        line-height: 42px;
    }
    .video_container iframe{
        height: 300px;
    }
    .about_content_wrapper .passover_heading{
        font-size: 20px;
    }
    .about_content_wrapper h2{
        font-size: 30px;
    }
    .about_content_wrapper .top_heading{
        font-size: 24px;
        line-height: 36px;
    }
    .seder_block ul {
        margin: 50px 0 80px;
    }
    .seder_block h2{
        font-size: 45px;
    }
    .seder_block_icon svg{
        width: 39px;
        height: 38px;
    }
    .seder_block_text{
        font-size: 20px;
    }
    .seder_block ul li:not(:last-child){
        margin-bottom: 50px;
    }
    .calendar_notes {
        padding: 0 30px;
    }
    .calendar_notes ul li{
        font-size: 20px;
    }
    .calendar_accordians .accordion-item{
        margin: 0 30px 30px;
    }
    .weekly_inner_col_image img {
        height: 320px;
    }
    .weekly_inner_col {
        margin-bottom: 40px;
    }
    .calendar_accordians .accordion-button{
        font-size: 20px;
    }
/*     .news_events_row{
        display: block;
    } */
    .news_events_column{
        width: 100%;
    }
    .latest_news_heading{
        margin-bottom: 30px;
    }
    .latest_news_heading h2{
        font-size: 40px;
    }
    .our_events{
        padding: 30px 0;
    }
    .pagination_row {
        margin: 0 auto;
    }
    .right_align_image {
        margin: 35px 0 0 0px;
    }
    .event_schedule_col{
        text-align: center;
        margin-bottom: 20px;
    }
    .event_schedule_col_icon{
        margin: 0 auto;
    }
    .sidebar_content{
        display: block;
        margin-left: 0;
        padding-top: 50px;
    }
    .date_for_next_year{
        max-width: 530px;
    }
    .anniversary_form_row{
        display: block;
    }
    .anniversary_form_input_fields input{
        margin-bottom: 15px;
    }
    .anniversary_form_outer_input_fields input{
        max-width: none;
    }
    .form_wrapper{
        background: #E9F5FF;
        border-radius: 0;
        margin-top: 0;
    }
    .birthday_calculator form{
        background: #fff;
    }
    .birthday_footer_banner_content{
        max-width: 500px;
        padding: 30px 20px;
        width: 100%;
    }
    .birthday_footer_banner_content a{
        max-width: 200px;
    }
    .birthday_footer_banner_content p{
        font-size: 16px;
    }
    .birthday_footer_banner_image img{
        height: 350px;
    }
    .calendar_img img{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .chabad_house_hall_col{
        margin-bottom: 20px;
    }
    .campus_dinning_content_row{
        max-width: 600px;
    }
    .input__fields{
        flex-direction: column;
    }
    .textarea_field{
        margin: 30px auto 0;
    }
    .news_events_img img{
        height: 230px;
    }
    .follow__us {
        padding: 20px 0;
    }
    .campus_housing_img img{
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .community_services_col{
        text-align: center;
        margin-bottom: 0;
    }
    .blog_column_img img{
        height: 220px;
    }
    .candle_lighting{
        text-align: center;
    }
    .candle_lighting h2{
        max-width: 100%;
    }
    .candle_lighting p {
        max-width: 100%;
    }
    .campus_dinning_swiper{
        width: 100%;
        height: auto;
    }
    .home_banner{
        height: 500px;
    }
    .banner_content h3{
        font-size: 24px;
    }
    .banner_content h1{
        font-size: 32px;
    }
    .banner_content{
        width: 95%;
    }
    #portfolio{
        column-count: 2;
    }
    .toolbar{
        border-radius: 10px 10px 0 0;
        display: block;
    }
    .toolbar .active{
        transform: scale(1.0);
    }
    .toolbar button{
        display: block;
        width: 100%;
        font-size: 25px;
    }
    .blue_bar{
        flex-direction: column;
    }
    .blue_bar span{
        display: none;
    }
    .section_title {
        font-size: 32px;
    }
    .section_head {
        margin-bottom: 40px;
    }
    .follow__us{
        flex-direction: column;
    }
    .follow__us h4{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .campus_dinning_content p,
    .campus_dinning_content h3{
        font-size: 20px;
    }
    .campus_dinning_content_row{
        padding: 0 30px;
        margin: 60px auto 0;
    }
    .campus_dinning_content_col h3{
        font-size: 18px;
    }
    .community_services{
        padding: 40px 0 40px;
    }
    .need_contact_form{
        padding: 30px 20px;
        margin: 0px auto 0;
    }
    /*.need_to_connect_column{*/
    /*    margin-bottom: 120px;*/
    /*}*/
    .would_like{
        padding: 50px 0;
    }
    .candle_lighting h2{
        font-size: 36px;
    }
    .candle_lighting p,
    .campus_housing_content p{
        font-size: 16px;
    }
    .news_events{
        padding: 50px 0;
    }
    .about_house_image img,
    .about_content_wrapper img{
        height: auto;
        margin: 0;
    }
    .container{
        padding: 0 20px;
    }
    .events_col_foot {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .events_col_foot_left{
        margin-bottom: 10px;
    }
    .events_col{
        padding: 20px 20px;
    }
    .circle_nine{
        display: none;
    }
    .sidebar_content_col{
        padding: 30px 15px;
    }
    .get_in_touch{
        padding: 40px 0 50px 0;
    }
    .contact_us_heading h3{
        font-size: 36px;
    }
    .contact_us_heading p{
        font-size: 22px;
        line-height: 32px;
    }
    .contact_us_heading img {
        padding: 0;
    }
    .address_wrapper{
        padding: 50px 0;
    }
    .form_row {
        margin: 0;
    }
    .media_wrapper{
        margin-top: 20px;
    }
    .largeSwiper img{
        height: 250px;
    }
    .thumbSwiper img{
        height: 30px !important;
    }
    .media_gallery {
        padding: 60px 0;
    }
    .outer_banner{
        padding: 50px 0 50px;
    }
    .news_wrapper {
        padding: 20px 0;
    }
    .content_wrapper_lg{
        padding: 0;
    }
    .abstarcts_info{
        padding: 0 0px 0px 20px;
    }
    .rutgers_left_col,
    .rutgers_right_col{
        width: 100%;
    }
    .jewish_calendar_content ul li{
        margin-bottom: 10px;
        padding: 20px 20px;
    }
    .jewish_calendar .btn_wrapper .primary_btn{
        margin: 30px auto;
    }
    .jewish_calendar{
        padding: 40px 0;
    }
    .jewish_calendar_images .calendar_img:last-child{
        display: none;
    }
    .chabad_rutgers .content{
        display: none;
    }
    .chabad_rutgers_mobile{
        display: block;
    }
    .campus_dinning,
    .blog,
    .need_to_connect{
        padding: 40px 0;
    }
    .campus_dinning_content{
        padding: 40px 20px;
        text-align: center;
    }
    .jewish_calendar_images{
        display: none;
    }
    .would_like .community_services_col{
        margin-bottom: 20px;
    }
    .donate_now_row{
        flex-direction: column;
        justify-content: center;
    }
    .donate_text{
        margin-bottom: 40px;
    }
}
@media screen and (max-width:640px){
    .link_col{
        width: 100%;
    }
    .jewish_calendar_images{
        flex-direction: column;
    }
    .jewish_calendar_images .calendar_img{
        width: 100%;
    }
    .home_banner{
        height: 450px;
    }
    .latest_news .news_events_column {
        width: 100%;
    }
}
@media screen and (max-width:460px){
    .double_tall_img,
    .right_two_columns,
    .second_column_double_imgs{
        display: block;
    }
    .right_first_column,
    .right_second_column{
        width: 100%;
    }
    .double_tall_img img,
    .second_column_double_imgs img{
        width: 100%;
        margin-top: 8px;
    }
    .single_tall_img{
        margin-bottom: 8px;
    }
    .single_tall_img img{
        height: 280px;
    }
    .primary_btn{
        font-size: 16px;
    }
    .chabad_rutgers .primary_btn{
        width: 280px;
    }
}
