*{margin:0; padding:0; box-sizing:border-box;}
@font-face {font-family:'Adobe Clean';
  src: local('Adobe Clean Light'), local('Adobe-Clean-Light'),
      url('../fonts/AdobeClean-Light.woff2') format('woff2'),
      url('../fonts/AdobeClean-Light.woff') format('woff'),
      url('../fonts/AdobeClean-Light.ttf') format('truetype');
  font-weight:300; font-style:normal;}

body{font-family:'Archivo', sans-serif; font-weight:400; background:#fff !important;}
a{transition:all 0.4s ease; -webkit-transition:all 0.4s ease;}

a:focus{outline:inherit !important; outline-offset:inherit  !important;}

header{position:absolute; top:0; left:0; right:0; padding-top:20px; padding-bottom:20px;}
.ast-container{max-width:100% !important; padding:0 0;}
.page-template-homepage-tpl .container{max-width:1640px !important; width:100% !important; margin:0 auto; padding:0 20px; }

header .head{display:flex; width:100%; align-items:center; justify-content:space-between;}
.navbar.container{display:flex; max-width:1640px !important; border-top:0; width:100%; padding:0 20px; align-items:center; justify-content:space-between; padding-top:0;}
.home .navbar.container{ align-items:flex-start;}
.home .navbar.container .brand{margin-top:2px;}
.navbar.container:before, .navbar.container:after{display:none;}
.header-menu nav ul{list-style-type:none; margin:0; padding:0;}
.header-menu nav ul li{display:inline-block;}
.header-menu nav ul li a{color:#fff; font-weight:600; text-decoration:none; font-size:18px; padding:18px 22px;}
.header-menu nav ul li a:hover, .header-menu nav ul li.current a{color:#FFC70B;}
.header-menu nav ul li.donate-btn{margin-left:52px;}
.header-menu nav ul li.donate-btn a{background:#FFC70B; color:#fff; padding-left:52px; padding-right:52px;}


.header{position:relative; top:0; left:0; z-index:100; width:100%; height:auto; background:#2474ae; margin:0 auto;}
.home .header{background:none; position:absolute;}
.navbar.container{margin-bottom:0;}

body.error404{background:#f5f5f5 !important;}
.error-404.not-found{max-width:1500px; width:93%; margin:0 auto;}
.error-404.not-found .page-header{position:relative; }

.navbar {display:grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items:start; align-content: center; height: auto; padding-top: 0.5rem;
}
@media only screen and (min-width:991.98px) {
  .navbar{grid-template-columns: repeat(2, minmax(0, 1fr));
    width:100%; /*height:4.25rem;*/ padding-top:0; margin:0 auto;}
}

.brand {justify-self:start; font-family:inherit; font-size:1.6rem; font-weight:700;
  line-height: 1.25; letter-spacing:-1px; text-transform:uppercase;}
.menu {position:fixed; top:-100%; left:0; width:100%; height:auto;
  overflow: hidden; padding-block: 3rem 2rem; transition:all 0.45s ease-in-out;
}
.menu.is-active {top:0; padding-left:20px; padding-right:20px; width:100%; height:inherit; background:#1e68a3;}
.menu-inner {display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap:0;
}
.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  text-transform: uppercase;
  color: var(--color-black-500);
  transition: all 0.35s ease-in-out;
}
.menu-link:hover {
  outline: none;
  color: var(--color-red-400);
}

.menu ul.menu-inner{list-style-type:none; margin:0; padding:0;}
.menu ul.menu-inner li{display:block; width:100%; text-align:center;}
.menu ul.menu-inner li a{color:#fff; font-weight:600; display:block; white-space:nowrap; text-decoration:none; font-size:18px; padding:18px 22px;}
.menu ul.menu-inner li a:hover, .menu ul.menu-inner li.current-menu-item a{color:#FFC70B;}
.menu ul.menu-inner li.donate-btn{margin-left:0;}
.menu ul.menu-inner li.donate-btn a{background:#FFC70B; display:block; color:#fff; padding-left:51px; padding-right:51px;}

@media only screen and (min-width:991.98px) {
  .menu.is-active{background:none;}
  .menu ul.menu-inner li.donate-btn{margin-left:49px;}
  .menu {
    position: relative;
    justify-self: end;
    top: 0;
    left: inherit;
    width: auto;
    height: auto;
    padding-block: 0;
    background: none;
    box-shadow: none;
    transition: none;
  }
  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap:0;
    margin: 0 auto;
  }
  .menu-link {
    text-transform: capitalize;
  }
  
}

.burger {
  position: relative;
  justify-self: end;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  width: 3rem;
  height: 2rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}
.burger.is-active{position:fixed; right:20px; top:18px; height:3rem;}
@media only screen and (min-width:991.98px) {
  .burger {
    display: none;
    visibility: hidden;
  }
}
.burger-line{position:absolute; display:block; right:0; width:100%; height:3px;
  border:none; outline:none; opacity:1; transform: rotate(0deg);
  background-color: var(--color-black-100);
  transition: 0.25s ease-in-out; background:#fff;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: .8rem;
}
.burger-line:nth-child(3) {
  top: 1.6rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 1.35rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
  top: 1.35rem;
  transform: rotate(-135deg);
}

.home-hero{background:#2474AE url(../images/map-bg-2.png) no-repeat center bottom; min-height:942px;
    display:flex; align-items:center;  justify-content:center; position:relative; z-index:1;
}
.home-hero h1{font-size:49px; letter-spacing:-.5px; line-height:1.4; margin:0 auto; max-width:1178px; text-align:center; font-weight:900; color:#fff;}
.home-hero h1 span{color:#FFC70B;}
.bannerSearch{max-width:832px; width:100%; margin:80px auto 0; display:flex;}
.bannerSearch input{width:100%; height:60px; background:#fff; border:0; outline:none; padding:15px 40px; font-style:italic; font-size:16px;}
.bannerSearch .searchInput{background:#fff url(../images/search-icon.svg) no-repeat 27px center; padding-left:74px;}
.bannerSearch .searchBtn{background:#FFC70B; color:#fff; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; font-size:18px; width:auto; min-width:214px; cursor:pointer; font-weight:600; font-style:normal;}
.bannerSearch .searchBtn:hover{background:#333;}

.bannerContent{margin-top:-50px;}

.video-section{ margin-top:-211px; position:relative; z-index:2;}
.videoImg{position:relative;}
.videoImg img.videoImg{width:100%;}
.videoImg iframe{width:100%; position: absolute; height:100%; display:none;}
.videoImg a{position:absolute; z-index:2; height:165px; width:165px; display:flex; align-items:center; justify-content:center; left:50%; top:50%; transform:translate(-50%, -50%);}
.videoImg a:before{content:''; height:165px !important; width:165px; background:url(../images/video-circle-text.png) no-repeat center center;
position:absolute; left:0; right:0; 
/* animation: videoBtn linear 6s infinite; */
}
/* @-webkit-keyframes videoBtn{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
} */




.title{text-align:center; font-size:30px; font-weight:300; margin-bottom:50px; padding-left:20px; padding-right:20px;}
.title h2{font-size:40px; font-weight:900; margin-bottom:26px; color:#1E1C1C;}

.programming-slider{padding-top:100px; position:relative; z-index:1;}

.programming-slider .slick-track{display:flex; }
.programming-slider .slidr-list {height:auto;  }
.programming-slider .slide-block{height:100%;  align-items:center; display:flex;}
.programming-slider .slick-slide{margin:20px 20px 0;}
/* .programming-slider .slick-slide{margin:0px; max-width:1240px; margin:0 auto;} */
/* .programming-slider .slick-current.slick-active{max-width:1240px; margin:0 auto;} */
.btn-wrap{position:absolute; left:0; right:0; max-width:100%; margin:0 auto; bottom:40%;}
.programming-slider .btn-wrap .prev-btn{left:320px;}
.programming-slider .btn-wrap .next-btn{right:320px;}

.programming-slider .gfgc-block-list a{cursor:none;}

.carousel{
    width:100%;
    margin:0px auto;
  }
  .slick-slide{
    margin:10px;
  }
  .slick-slide img{
    width:100%;
  }
  .slick-prev, .slick-next{
    background: #000;
    border-radius: 15px;
    border-color: transparent;
  }
  .card{
    border: 2px solid #fff;
    box-shadow: 1px 1px 15px #ccc;
  }
  .card-body{
    background: #fff;
    width: 100%;
    vertical-align: top;
  }
  .card-content{
    text-align: left;
    color: #333;
    padding: 15px;
  }
  .card-text{
    font-size: 14px;
    font-weight: 300;
  }

.slide-block{background:#F2F9FE; padding:95px 110px; border-radius:24px; -webkit-border-radius:24px;}
.slide-block-one{display:flex; gap:60px;}
.sl-lft{width:33.3%;}
.sl-rgt{width:66.6%;}
.slidr-list{font-size:16px; line-height:28px; letter-spacing:.5px; color:#1E1C1C;}
.slidr-list h2{font-size:40px; font-weight:900; line-height:1.1; color:#2474AE; margin-top:60px; margin-bottom:50px;}


  .gfgc-block-list ul{list-style-type:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:18px;}
  .gfgc-block-list ul li{width:calc(50% - 9px); position:relative;}
  .gfgc-block-list a{position:relative; color: #fff !important; font-size:18px;} 
  .gfgc-block-list a:hover{color:#fff;}
  .gfgc-block-list a span{position:absolute; left:50%; top:50%; z-index:1; transform:translate(-50%, -50%); line-height:1; text-align:center;}
  .gfgc-block-list ul li img{max-width:100%; height:114px; object-fit:cover;}
  .gfgc-block-list ul li a:after{content:''; position:absolute; left:0; top:0; height:100%; width:100%; background:rgba(0,0,0,.45);}
  .programming-slider .gfgc-block-list a{cursor:default;}

  .slide-block-two{display:flex; gap:60px; align-items:center;}
  .slidr-list .slide-block-two h2{margin-top:0;}
  .slidr-list h2 span{display:block;}
  .home-oncampus-list ul{display:flex; gap:10px; list-style-type:none; margin:0;}
  .home-oncampus-list ul li{width:33.3%; background:#fff; line-height:1.7; box-shadow:0 0 5px rgba(180,204,222,.3); text-align:center; font-size:16px; font-weight:900;}
  .home-oncampus-list ul li{color:#2474AE; text-decoration:none;}
  .home-oncampus-list ul li p{padding:25px 10px 33px; display:block; font-weight:900; margin-bottom:0;}
  .home-oncampus-list ul li span{position:relative; padding-bottom:127%; display:block;}
  .home-oncampus-list ul li span img{position:absolute; height:100%; width:100%; object-fit:cover;}

  .slide-block-three{display:flex; gap:60px; align-items:center;}
  .home-offcampus-list ul{display:flex; gap:10px; list-style-type:none; margin:0;}
  .home-offcampus-list ul li{width:50%; padding:40px 26px; background:#fff; line-height:28px; box-shadow:0 0 5px rgba(180,204,222,.3); font-size:16px; font-weight:900;}
  .home-offcampus-list ul li {color:#2474AE; text-decoration:none;}
  .home-offcampus-list ul li span{ padding:0px 0px 8px; color:#2474AE; display:block;}
  .home-offcampus-list ul ul{display:block; padding-top:24px; margin:0;}
  .home-offcampus-list ul ul li{font-size:18px; box-shadow:none; line-height:1; position:relative; width:100%; margin-bottom:20px; font-weight:normal; padding:0 0 0 25px;}
  .home-offcampus-list ul ul li:before{content:''; height:7px; width:7px; border-radius:7px; background:#FFC70B; position:absolute; left:0; top:5px;}

  
  .slide-block-four{display:flex; gap:60px; align-items:center;}
  .enlightened-list ul{display:flex; gap:10px; list-style-type:none; margin:0;}
  .enlightened-list ul li{width:33.3%; padding:20px 20px 60px; background:#fff; position:relative; text-align:center; line-height:26px; box-shadow:0 0 5px rgba(180,204,222,.3); font-size:16px; font-weight:normal;}
  .enlightened-list ul li {color:#2474AE; text-decoration:none;}
  .enlightened-list ul li strong{padding:0px 0px 8px; min-height:56px; line-height:1; color:#2474AE; display:block;}
  .enlightened-list ul li a{color:#FFC70B; font-weight:500; position:absolute; width:88px; line-height:1.1; bottom:30px; text-decoration:none; border-bottom:1px solid #FFC70B; transform:translateX(-50%);}

  .enlightened-list ul li img{width:auto; display:inline;}

  .home-oncampus-list.enlightened-list ul{display:flex; gap:10px; list-style-type:none; margin:0;}
  .home-oncampus-list.enlightened-list ul li{width:33.3%; padding:20px 20px 60px; background:#fff; position:relative; text-align:center; line-height:26px; box-shadow:0 0 5px rgba(180,204,222,.3); font-size:16px; font-weight:normal;}
  .home-oncampus-list.enlightened-list ul li p{font-size:16px; font-weight:normal; padding:0;}
  .home-oncampus-list.enlightened-list ul li {color:#2474AE; text-decoration:none;}
  .home-oncampus-list.enlightened-list ul li strong{padding:0px 0px 8px; min-height:56px; font-weight:900; line-height:1; color:#2474AE; display:block;}
  .home-oncampus-list.enlightened-list ul li a{color:#FFC70B; font-weight:500; position:absolute; width:88px; line-height:1.1; bottom:30px; text-decoration:none; border-bottom:1px solid #FFC70B; transform:translateX(-50%);}

  .home-oncampus-list.enlightened-list ul li span{padding-bottom:0;}
  .home-oncampus-list.enlightened-list ul li img{width:auto; position:relative; height:auto; margin-bottom:10px;}

  .slick-arrow{width:63px; height:112px; background:url(../images/right-arrow.png) no-repeat center center !important; z-index:2; font-size:0;}
  .slick-next:before{display:none;}
  .slick-next{right:0;}
  .slick-prev{background-image:url(../images/left-arrow.png) !important; left:0;}
  .slick-prev:before{display:none;}



  .home-logo-section{padding:100px 0; position:relative; z-index:1;}
  .logo-list{text-align:center;}
  .logol{margin-bottom:18px;}
  .logoDtl {font-size:18px;}
  .logoDtl h4{font-size:28px; font-weight:300; margin-bottom:5px;}
  .logoDtl span{font-family:'Adobe Clean'; font-weight:300;}
  .logo-list.slick-slide {margin:0 35px;}
  .home-logo-section .slick-dots li{margin:0 10px;}
  .home-logo-section .slick-dots li button:before{color:#2474AE; opacity:1;}
  .home-logo-section .slick-dots li.slick-active button:before{font-size:13px; color:#FFC70B; }
  .home-logo-section .slick-slide img{width:auto; max-width:100%; margin:0 auto;}

  .logo-slider{padding-bottom:100px; margin-bottom:0;}
  .logo-slider .slick-dots{bottom:0; margin:0;}

  .testimonials-area{position:relative;}
  .testimonials-slider .slick-track{display:flex;}
  .testiInfo{display:flex; color:#1E1C1C; font-size:14px; align-items:center; position:absolute; bottom:60px;}
  .testiInfo .avtar{height:75px; width:75px; margin-right:24px;}
  .testiInfo .avtar img{height:70px; width:70px; background:#fff; border-radius:70px; -webkit-border-radius:70px; object-fit:cover;border:5px solid #fff; }
  .testiInfo .avtarName strong{font-weight:900; font-size:17px; color:#FFC70B; display:block; margin-bottom:2px; transition:all 0.4s ease;}

  .testi-list{position:relative; height:auto; padding:70px 75px 155px; margin:20px; border-radius:5px; -webkit-border-radius:5px; background:#FFFBEE; transition:all 0.4s ease;}
  .testi-list h3{color:#2474AE; font-size:32px; font-weight:300; line-height:1.3; margin-bottom:37px;}
  .testi-list p{color:#1E1C1C; font-size:18px; line-height:28px; letter-spacing:.5px;}
  /* .testi-list:hover{background:#FFC70B; -webkit-transition:all 0.4s ease;}
  .testi-list:hover .testiInfo .avtarName strong{color:#fff;} */

  .testi-list:hover{background:#FFC70B;}
  .testi-list:hover .testiInfo .avtarName strong{color:#fff;}

/*uncoomt by me*/
   .testi-list.slick-active{background:#FFC70B;}
  .testi-list.slick-active .testiInfo .avtarName strong{color:#fff;}
  .testi-list.slick-active + .testi-list.slick-active{background:#FFFBEE;}
  .testi-list.slick-active + .testi-list.slick-active .testiInfo .avtarName strong{color:#FFC70B;} 
  /*uncoomt by me*/

  .testimonial-section{position:relative; z-index:1;}
  .testimonial-section .slick-arrow{width:63px; height:112px; background:url(../images/test-right-arrow.png) no-repeat center center !important; z-index:2; font-size:0;}
  .testimonial-section .slick-prev{background-image:url(../images/test-left-arrow.png) !important; left:319px;}
  .testimonial-section .slick-next{right:318px;}
  .testimonials-area .btn-wrap{bottom:auto; top:50%; transform:translateY(-50px);}
  .testimonials-slider{margin-bottom:0;}
  .global-slide-section{background:url(../images/global-img.png) no-repeat center center; padding:300px 0;}
 
.global-slid{padding:20px 0; background:#fff;}
  .marquee {
    --gap: 1rem;
    margin-bottom:0px;
    display: flex;
    gap: var(--gap);
    background: #fff;
    overflow: hidden;
    user-select: none;
    padding:5px 0;
  }
  
  .marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap);
  }
  .scroll {
    animation: scroll 30s linear infinite;
  }
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  
  /* styling design*/
  .marquee__content li {
    list-style: none;
    line-height: normal;
    font-size:60px;
  }
  .scrl-star{font-weight:900; width:25px; color:#2474AE; display:flex; align-items:center; position:relative;}
  .scrl-star span{position:absolute; top:12px;}
  .redClr{color:#FB6969; font-weight:900;}
  .scrl-icon{margin:0 10px;}

  .marquee-3 {
    position:relative;
    top:0%; 
  }

  .marquee-4 {
    position:relative;
    top:0%; 
  }
  .marquee-4 .marquee__content{align-items:center; margin-left:0px;}
  

  .campus-international-section{background:#FFC70B; overflow:hidden; padding:100px 0; text-align:center; width:100%; height:auto; clear:both; float:left; position:relative; z-index:1;}
    .campus-international-section .in{position:relative; z-index:2;}
  .campus-international-section h3{color:#2474AE; font-size:26px; font-weight:900;}
  .cha-campus-text{font-size:45px; line-height:1.35; color:#1E1C1C; font-weight:900; max-width:1017px; margin:50px auto;}
  .campus-international-section a{color:#2474AE; font-size:18px; font-weight:600; display:block; padding:28px 70px;}
  .campus-international-section a.sys-btn{font-size:20px; margin-bottom:15px; border:2px solid #fff; background:#fff; text-decoration:none; display: inline-block;}
  .campusBtn{display:table; margin:0 auto;}
  .campus-international-section a.sys-btn:hover{background:none;}
  .campus-international-section a:hover{text-decoration:none;}

  .campus-international-section .left_details{position:absolute; top:12%; left:90px; transform:translateY(-50%); margin-top:-30px; width:384px; height:650px;}
  .campus-international-section .right_details{position:absolute; top:12%; right:45px; transform:translateY(-50%); margin-top:-20px; width:449px; height:650px;}

  .campus-international-section .left_details .det_image, .campus-international-section .right_details .det_image{position:absolute; border-radius:100%;
    background-repeat:no-repeat; background-size:cover; background-position:50%;}

  .campus-international-section .left_details .det_image.dimg1{width:70px; height:70px; box-shadow:0 10px 25px #DEAB00; top:0; right:60px;}
  .campus-international-section .left_details .det_image.dimg2{width:115px;height:115px; top:50px; left:30px; box-shadow:0 10px 25px #DEAB00;}
  .campus-international-section .left_details .det_image.dimg3{width:71px;height:71px;top:275px;left:68px; box-shadow:0 10px 25px #DEAB00;}
  .campus-international-section .left_details .det_image.dimg4{width:103px;height:103px;left:0px;top:456px; box-shadow:0 10px 25px #DEAB00;}
  .campus-international-section .left_details .det_image.dimg5{width:71px;height:71px;left:313px;bottom:0; box-shadow:0 10px 25px #DEAB00;}
  
  /* .campus-international-section .right_details .det_image.one{width:70px; height:70px; box-shadow:0 10px 25px #DEAB00; top:0; right:60px;} */
  .campus-international-section .right_details .det_image.dimg1{width:103px;height:103px;right:153px;top:0; box-shadow:0 10px 25px #DEAB00;}
  .campus-international-section .right_details .det_image.dimg2{width:70px;height:70px; top:190px; right:0px; box-shadow:0 10px 25px #DEAB00;}
  .campus-international-section .right_details .det_image.dimg3{width:106px;height:106px;top:439px;right:70px; box-shadow:0 10px 25px #DEAB00;}
  .campus-international-section .right_details .det_image.dimg4{width:71px;height:71px;left:0px;bottom:0; box-shadow:0 10px 25px #DEAB00;}
  

  .support-houses-section{padding:100px 0; clear:both; position:relative; background:#fff;}
  .support-houses-section .container{max-width:1270px !important;}
  .support-houses-section .title{margin-bottom:54px;}
  .support-houses-section h2{font-weight:300; font-size:50px; }
  .support-houses-list{display:flex; gap:20px; flex-wrap:wrap;}
  .support-houses-list .sh-box{width:calc(33.3% - 13.5px); background:#FFFBEE; position:relative;}
  .support-houses-list .sh-box:after{content:''; height:3px; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; left:0; right:0; background:#FFC70B; position:absolute; bottom:0;}
  .support-houses-list .sh-box:hover:after{height:75%; background:#2474AE;}
  .sh-img img{display:table; width:100%;}
  .sh-img{position:relative; z-index:2;}
  .support-houses-list .sh-dlt{padding:40px; font-size:18px; line-height:30px; letter-spacing:1px; position:relative; z-index:2; color:#1E1C1C; transition:all 0.4s ease; -webkit-transition:all 0.4s ease;} 

  .support-houses-list .sh-dlt h3{font-size:25px; font-weight:900; margin-bottom:20px; margin-top:0; color:#2474AE; letter-spacing:0; transition:all 0.4s ease; -webkit-transition:all 0.4s ease;}
  .support-houses-list .sh-box:hover .sh-dlt h3{color:#DEAB00;}
  .support-houses-list .sh-box:hover .sh-dlt{color:#fff;}


  .connect-chabad {background:#fff; padding-bottom:56px !important; position:relative;}
  .connect-with-chabad{background:#2474AE; position:relative; color:#fff; padding:0 0; font-size:20px; line-height:34px; letter-spacing:1px;}
  .connect-with-chabad .container{max-width:1270px !important; width:100%; display:flex; align-items:center; }
  .connect-with-chabad h2{font-size:60px; line-height:1.17; letter-spacing:0; font-weight:900; margin-bottom:39px;}
  .connect-with-chabad h2 span{color:#FFC70B;}
  .connect-left{margin-right:-70px; position:relative; z-index:1;}
  .connect-right{display:flex; padding-top:50px;}
  .connect-right img{max-width:inherit !important;}

  .connectBtns{display:flex; gap:20px; margin-top:50px}
  .connectBtns a{background:#fff; font-size:20px; font-weight:600; letter-spacing:0; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; border-radius:3px; -webkit-border-radius:3px; text-decoration:none; display:flex; align-items:center; padding:20px 30px; text-decoration:none !important;}
  .connectBtns a svg{margin-right:20px;}
  .connectBtns a:hover svg path{transition:all 0.4s ease; -webkit-transition:all 0.4s ease;}
  .connectBtns a:hover{background:#FFC70B;}
  .connectBtns a:hover svg path{fill:#2474AE;transition:all 0.4s ease; -webkit-transition:all 0.4s ease;}

  .footer-newsletter{position:relative; z-index:1; clear:both; padding-bottom:60px; padding-top:20px; background:#fff;}
  .footer-newsletter h5{font-size:38px !important; font-weight:300; color:#082020;}
  .newslater-btm{display:flex; align-items:center; justify-content:center; margin-top:30px;}
  .newslater-btm p{margin-bottom:0; text-align:left;}
  .nwsimg-wrap{margin-right:12px;}
  .foot-subscribe-form{padding-right:0; border:1px solid #e5e5e6; height:47px; padding:1px; border: 1px solid #e5e5e6; background:url(../images/newsletter-icon.png) no-repeat 15px center #fff;}
  .foot-subscribe-form input{height:45px; font-size:16px; font-style:italic;}
  .foot-subscribe-form button{min-width:117px; background:#ffc600; border-color:transparent; border-radius:0; -webkit-border-radius:0;
    display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:600; letter-spacing:.4px;
  transition:all 0.4s ease; -webkit-transition:all 0.4s ease; height:45px; border:0 !important; outline:none !important;}
    .foot-subscribe-form button:hover{background:#2474AE; color:#fff !important;}


  .home-footer{background:#1E1C1C; position:relative; margin-top:0; padding:50px 0 30px; clear:both;}
  .home-footer .container{max-width:1270px !important;}
  .ftr-logo{margin-bottom:20px; margin-left:-10px;}
  .ftr-menu-colunms{display:flex; justify-content:space-between;}

  .copyRight{color:rgba(255,255,255,.5); font-size:14px; letter-spacing:.5px; margin-top:60px; padding-left:15px; padding-right:15px;}
  .copyRight .container{padding:0 0 !important;}
  .copyRight a{color:rgba(255,255,255,.5) !important; text-decoration:none !important;}
  .copyRight a:hover{color:rgba(255,255,255,1) !important;}
  
  /* .ftr-colunm{width:25%;} */
  
  .ftr-menu-colunms h3{font-size:14px; color:#fff; margin-bottom:20px;}
  .ftr-menus{list-style-type:none; margin:0;}
  .ftr-menus li a{color:#fff; text-decoration:none; opacity:.5; font-size:15px; padding:8px 0; display:block; text-transform:inherit !important;}
  .ftr-menus li a:hover{opacity:1; color:#fff;}

  .ftr-add{color:#fff; font-size:14px; line-height:24px;}

  .countryNumbr{margin-top:18px; margin-left:0;  margin-bottom:0;}
  .countryNumbr li a{color:#fff; text-decoration:none; opacity:1; align-items:center; display:flex; font-size:15px; padding:8px 0;}
  .countryNumbr li a img{margin-right:18px;}
  .countryNumbr li a:hover{opacity:1;}
  .contry a{color:#fff; text-decoration:none;}
  .contry a:hover{color:#fff; opacity:.6;}

  .group-slide .container{max-width:1270px;}
  .contentImgSlide{clear:both;}
  .contentSlide{display:flex; max-width:1270px; gap:50px; width:100%; margin:0 auto;}

  .contentImg{width:50%; text-align:right;}
  .contentImg img{max-width:100%;} 
  .contentsld{width:50%; font-size:30px; font-weight:900; line-height:1.5;}
  .x-first .title-wrapper-slide h3{font-size:50px; font-weight:900; line-height:1.5;}

  .wayslider__content{display:flex; align-items:center;}
  .contentsld h3.title{font-size:30px; font-weight:900; line-height:1.5; text-align:left; margin-bottom:0;}

  /* .wayslider__slide-4 .title.sl4{margin-top:-60px;}  */
  .wayslider__slide-4 .wayslider__content .sl4{margin-top:-80px;} 

  .wayslider {
    position: relative;
    margin-top:100px; overflow:hidden;
  }
  .wayslider.animated.fadeIn .wayslider__content,.wayslider.animated.fadeIn  .wayslider__slide-1{opacity:1;}
  .wayslider__indicator-1,
  .wayslider__indicator-2,
  .wayslider__indicator-3,
  .wayslider__indicator-4 {
    height: 100vh;
    width: 100vw;
  }
  .wayslider__slide-1,
  .wayslider__slide-2,
  .wayslider__slide-3,
  .wayslider__slide-4 {
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    transform: scale(1);
    transition: all 0.75s ease-in-out;
  }
  /* .wayslider__slide-1{z-index:3;}
  .wayslider__slide-2{z-index:2;}
  .wayslider__slide-3{z-index:1;}
  .wayslider__slide-4{z-index:0;} */
  .wayslider__content {
    background-color: rgba(255,255,255,1);
    border-radius: 0.25rem;
    color: #4b0082;
    opacity: 0;
    padding: 1rem 2rem;
    text-align: center;
    width: 100%; max-width:1270px;
    transition: all 0.4s ease-in;
    display:flex;
  }
  .wayslider__content .contentsld{
    width: 50%;
    font-size: 30px;
    font-weight: 900; color:#030303;
    line-height: 1.5; text-align:left;
  }
  .connect-chabad{background:#fff; padding-bottom:56px; position:relative;}
  .wayslider__heading {
    margin-bottom: 1rem;
    opacity: 0;
    transition: all 0.4s ease-in;
    transform: translate(0, 50px);
  }
  .wayslider__text {
    font-size: 1.3rem;
    font-weight: 300;
    margin:200px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0.2s;
    transform: translate(0, 50px);
  }
  .wayslider__slide-1.animate .wayslider__content,
  .wayslider__slide-2.animate .wayslider__content,
  .wayslider__slide-3.animate .wayslider__content,
  .wayslider__slide-4.animate .wayslider__content {
    opacity: 1;
  }
  .wayslider__slide-1.animate .wayslider__heading,
  .wayslider__slide-2.animate .wayslider__heading,
  .wayslider__slide-3.animate .wayslider__heading,
  .wayslider__slide-4.animate .wayslider__heading {
    opacity: 1;
    transform: translate(0, 0);
  }
  .wayslider__slide-1.animate .wayslider__text,
  .wayslider__slide-2.animate .wayslider__text,
  .wayslider__slide-3.animate .wayslider__text,
  .wayslider__slide-4.animate .wayslider__text {
    opacity: 1;
    transform: translate(0, 0);
  }
  .wayslider__slide-1.animateBg,
  .wayslider__slide-2.animateBg,
  .wayslider__slide-3.animateBg,
  .wayslider__slide-4.animateBg {
    transform: scale(1);
    opacity: 0;
  }


  .contentsld h3{visibility: hidden;}
.wayslider__slide-1.animate .wayslider__content .sl1{visibility: visible;}
.wayslider__slide-2.animate .wayslider__content .sl2{visibility: visible;}
.wayslider__slide-3.animate .wayslider__content .sl3{visibility: visible;}
.wayslider__slide-4.animate .wayslider__content .sl4{visibility: visible;}



  /* .wayslider__slide-1 {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/5530/stock-5.jpg");
    z-index: -2;
  }
  .wayslider__slide-2 {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/5530/stock-11.jpg");
    z-index: -3;
  }
  .wayslider__slide-3 {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/5530/stock-20.jpg");
    z-index: -4;
  }
  .wayslider__slide-4 {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/5530/stock-3.jpg");
    z-index: -5;
  } */

@media(max-width:1599.98px){
  .programming-slider .btn-wrap .prev-btn{left:220px;}
  .programming-slider .btn-wrap .next-btn{right:220px;}

  .testimonial-section .slick-prev{left:219px;}
  .testimonial-section .slick-next{right:218px;}
}

@media(max-width:1699.98px){
  .home-oncampus-list.enlightened-list ul li{padding-left:10px; padding-right:10px;}
}

@media(max-width:1500px){
  .campus-international-section .left_details{left:40px;}
  .cha-campus-text{max-width:855px;}
  .campus-international-section .left_details .det_image.dimg1{right:100px;}
  .marquee__content li{font-size:60px;}
}

@media(max-width:1399.98px){
  .programming-slider .btn-wrap .prev-btn{left:120px;}
  .programming-slider .btn-wrap .next-btn{right:120px;}
  .programming-slider .slide-block{padding:90px;}

  .testimonial-section .slick-prev{left:119px;}
  .testimonial-section .slick-next{right:119px;}
  .wayslider__content{padding:1rem 3rem;}
}

@media(max-width:1300px){
  .menu ul.menu-inner li.donate-btn{margin-left:25px;}
  .campus-international-section h3{font-size:22px;}
  .cha-campus-text{font-size:44px;}
  .campus-international-section .left_details{left:20px;}
  .cha-campus-text{max-width:60%; font-size:36px; margin-top:25px; margin-bottom:40px;}
  .campus-international-section .left_details .det_image.dimg1{right:130px; height:50px; width:50px;}
  .campus-international-section .left_details .det_image.dimg2{height:85px; width:85px;}
  .campus-international-section .left_details .det_image.dimg3{ height:50px; width:50px;}
  .campus-international-section .left_details .det_image.dimg4{height:73px; width:73px;}
  .campus-international-section .left_details .det_image.dimg5{left:240px; height:61px; width:61px;}

  .campus-international-section .right_details .det_image.dimg1{right:80px; width:73px; height:73px;}
  .campus-international-section .right_details .det_image.dimg2{width:55px; height:55px;}
  .campus-international-section .right_details .det_image.dimg3{width:80px; height:80px;}
  .campus-international-section .right_details .det_image.dimg4{left:180px;width:51px; height:51px;}

  .connect-with-chabad .container{display:block;}
  .connect-left{margin-right:0;}
  .connect-left{text-align:center; padding:80px 12px 0; max-width:730px; margin:0 auto;}
  .connectBtns{justify-content:center;}
  .connect-right{justify-content:center;}

  .marquee__content li{font-size:50px;}
  .scrl-icon img{width:90px;}

  .testi-list h3{font-size:30px;}
  .connect-chabad {padding-bottom:20px !important;}

  .contentsld h3.title{font-size:26px;}
}

@media (min-width:1200px) and (max-width:1550px){
  .home-oncampus-list.enlightened-list ul li{padding-left:5px; padding-right:5px;}
}

  @media(max-width:1200px){
    .menu ul.menu-inner li.donate-btn{margin-left:30px;}
    .home-hero{min-height:800px;}
    .home-hero h1{font-size:44px; max-width:945px; line-height:1.2;}
    .bannerSearch{max-width:750px; margin-top:60px;}

    .programming-slider{padding-top:100px;}
    .title{font-size:26px;}
    .title h2{font-size:36px;}

    .marquee__content li{font-size:42px;}
    .scrl-icon img{width:70px;}

    .slidr-list h2{margin-top:0; margin-bottom:20px;}
    .slidr-list .slide-block{align-items:flex-start;}
    .slidr-list .slide-block div{flex-wrap:wrap; gap:30px;}
    .sl-lft{width:100%;}
    .sl-rgt{width:100%;}

    .home-oncampus-list.enlightened-list ul li img{width:70px; margin-bottom:10px;}
  }

  @media(max-width:1099.98px){
    .testimonial-section .slick-prev{left:19px;}
    .testimonial-section .slick-next{right:19px;}
    .contentsld h3.title{font-size:24px;}
  }

  @media(max-width:991.98px){
    .menu ul.menu-inner li.donate-btn{margin-left:0;}
    .title{margin-bottom:50px; font-size:22px; line-height:1.3;}
    .title h2 {font-size:30px;}
    .testimonial-section .title{margin-bottom:20px;}

    .home-hero h1 {font-size:40px;}
    .home-hero {min-height:700px;}
    .bannerSearch{margin-top:40px;}
    .video-section {margin-top:-150px;}

    .programming-slider{padding-top:70px;}
    .cha-campus-text{font-size:32px;}
    .campus-international-section .left_details .det_image.five{left:130px;}
    .campus-international-section .right_details .det_image.four{left:300px;}
    .campus-international-section .right_details .det_image.three{right:30px;}
    .campus-international-section a{padding:20px 45px;}
    .campus-international-section h3{padding-left:20px; padding-right:20px;}

    .support-houses-list .sh-box{width:calc(50% - 10px);}
    .ftr-menu-colunms{justify-content:space-between; flex-wrap:wrap; gap:30px;}
    .ftr-colunm{width:calc(50% - 15px);}

    .marquee__content li{font-size:40px;}
    .scrl-icon img{width:70px;}

    .programming-slider .slide-block{padding:60px 70px;}
    .programming-slider .btn-wrap .prev-btn{left:20px;}
    .programming-slider .btn-wrap .next-btn{right:20px;}

    .home-logo-section{padding:60px 0 70px;}
    .logo-slider .slick-dots{bottom:20px;}

    /* .testimonial-section .slick-arrow{width:35px; height:62px; background-size:35px 62px !important;} */
    .testi-list{padding:30px 30px 225px;}
    .testi-list h3{margin-bottom:20px; font-size:28px;}
    .testiInfo{bottom:120px; padding-right:45px;}
    .testiInfo .avtar{margin-right:10px;}
    .testimonials-area .btn-wrap{transform:inherit; top:auto; bottom:130px;}

    /* .contentSlide{display:block;}
    .contentsld{margin-bottom:50px; width:100%; text-align:center;}
    .contentImg{text-align:center; width:100%;}
    .contentImg img{display:inline-block;}
    .x-first .title-wrapper-slide h3{text-align:center; font-size:30px;}

    .wayslider__content .contentsld{margin:0 auto 30px; text-align:center; width:100%;}
    .wayslider__content{display:block;}

    .wayslider{width:100%; margin-top:0; padding:70px 0 0; clear:both;}
    .wayslider__indicator-1, .wayslider__indicator-2, .wayslider__indicator-3, .wayslider__indicator-4{height:auto; display:none;}
    .wayslider__slide-1, .wayslider__slide-2, .wayslider__slide-3, .wayslider__slide-4{position:relative; width:auto; height:auto;}
    .wayslider__slide-1.animateBg, .wayslider__slide-2.animateBg, .wayslider__slide-3.animateBg, .wayslider__slide-4.animateBg{opacity:1; transition:inherit !important;}
    .animateBg.animate{margin-bottom:30px;}

    .wayslider__content{opacity:1;}
    .contentsld h3.title{font-size:24px; text-align:center;}
    .wayslider__content .contentsld h3{display:none;}

    .wayslider__slide-1, .wayslider__slide-2, .wayslider__slide-3, .wayslider__slide-4{margin-bottom:60px !important;}
    .wayslider__slide-1 .title.sl1{visibility:visible; display:block;}
    .wayslider__slide-2 .title.sl2{visibility:visible; display:block;}
    .wayslider__slide-3 .title.sl3{visibility:visible; display:block;}
    .wayslider__slide-4 .title.sl4{visibility:visible; display:block;}
    .wayslider__slide-4 .title.sl4 {margin-top:20px;} */


    .home-footer{margin-top:0px;}
    .copyRight{text-align:center; margin-top:40px;}
    .support-houses-section .title{margin-bottom:34px;}
  }

  @media(max-width:767.98px){
    .bannerContent {margin-top: 0;}
    .campus-international-section .right_details, .campus-international-section .left_details{display:none;}
    .cha-campus-text{max-width:85%; font-size:30px;}

    .connect-with-chabad h2{font-size:46px;}
    .connectBtns{flex-wrap:wrap;}
    .connectBtns a{width:100%; padding:16px 20px; justify-content:center;}
    .connectBtns a svg{margin-right:10px;}
    .connect-right img{max-width:100%;}

    .marquee__content li{font-size:36px;}
    .scrl-icon img{width:60px;}
    .global-slide-section{background-size:90%;}

    .campus-international-section a{padding:16px 30px;}

    .contentsld{font-size:25px; line-height:1.4; margin-bottom:35px;}
    .wayslider__content .contentsld{font-size:25px; line-height:1.4; margin-bottom:35px;}
    .support-houses-section {padding:60px 0;}
    .campus-international-section{padding:60px 0 50px;}
    /* .group-slide .container{padding-left:0; padding-right:0;} */

    .connect-right img{max-width:100% !important;}
    .home-oncampus-list.enlightened-list ul li{padding-left:10px; padding-right:10px;}
  }

  @media(max-width:700.98px){
    .slidr-list .slide-block div{gap:20px;}
    .enlightened-list ul{flex-wrap:wrap;}
    .enlightened-list ul li{width:100%;}
    .enlightened-list ul li img{width:40px; display:inline;}
    .enlightened-list ul li strong{min-height:inherit;}

    .home-oncampus-list.enlightened-list ul{flex-wrap:wrap;}
    .home-oncampus-list.enlightened-list ul li{width:100%;}
    .home-oncampus-list.enlightened-list ul li img{width:40px; height:auto; display:inline;}
    .home-oncampus-list.enlightened-list ul li strong{min-height:inherit; padding-top:8px;}

    
    .slick-arrow{width:30px; height:53px; background-size:30px 53px !important;}
    .programming-slider .slide-block{padding:45px 45px;}

    .home-oncampus-list ul{flex-wrap:wrap;}
    .home-oncampus-list ul li p{padding-left:15px; padding-right:15px;}
    .home-oncampus-list ul li{width:100%;}
    .home-oncampus-list ul li img{height:150px; object-fit:cover;}
    .home-oncampus-list ul li span{padding-bottom:150px;}

    .slidr-list h2 {font-size:32px; margin-bottom:15px;}
    .gfgc-block-list ul{gap:10px;}
    .gfgc-block-list ul li{width:100%;}
    .gfgc-block-list ul li img{height:105px; object-fit:cover;}

    .home-offcampus-list ul{flex-wrap:wrap;}
    .home-offcampus-list ul li{width:100%; padding:30px 26px;}
    .home-offcampus-list ul li img{height:122px; object-fit:cover;}
    .home-offcampus-list ul ul li:last-child{margin-bottom:0;}
    .home-logo-section .slick-dots li{margin:0;}
  }

  @media(max-width:575.98px){
    .home-hero{align-items:flex-start; padding-top:180px;}
    .home-hero h1 {font-size:32px;}
    .connect-left{padding-left:0; padding-right:0; padding-top:60px;}
    .connect-with-chabad h2{font-size:40px;}
    
    .support-houses-list .sh-box{width:100%;}

    .bannerSearch{display:block;}
    .bannerSearch .searchBtn{width:100%;}

    .video-section {margin-top:-60px;}
    .videoImg a {height:100px; width:100%;}
    .videoImg a:before{height:100px; width:100%; background-size:100px;}


    .global-slid {padding:10px 0;}
    .marquee__content li{font-size:30px;}
    .scrl-icon img{width:50px;}
    .global-slide-section{background-size:80%;}

    .slidr-list h2 {font-size:28px; margin-bottom:15px;}
    .logo-list.slick-slide{margin:0 15px;}
    .logoDtl {font-size:14px;}
    .logoDtl h4 {font-size:18px;}

    .global-slide-section{padding:230px 0;}

    .support-houses-list .sh-dlt{padding:30px;}
    .home-footer{padding:30px 0;}
    .videoImg a{height:100px; width:100%;}
    .videoImg a img{width:25px;}
    .videoImg a:before{height:100px !important; width:100% !important; background-size:100px !important;}
    .videoImg{height:250px; object-fit:cover;}
    .footer-newsletter h5 {font-size:32px !important;}
    .foot-subscribe-form button{min-width:90px;}

    .contentsld h3.title{font-size:22px;}
    .wayslider__slide-1, .wayslider__slide-2, .wayslider__slide-3, .wayslider__slide-4{margin-bottom:30px !important;}
    .wayslider__slide-4{margin-bottom:0px !important;}
  }

  @media(max-width:479.98px){
  .connectBtns a{font-size:18px; line-height:1;}
  .ftr-colunm{width:100%;}
  .global-slide-section{padding:200px 0;}

  .home-hero h1 {font-size:30px;}
  .ftr-menu-colunms{gap:20px;}
  }

  @media(max-width:400.98px){
    .contentsld h3.title {font-size:21px;}
    .global-slide-section{padding:150px 0;}
  }

@media(min-width:767.98px){
  .responsive-slider{display:none;}
  .onlyMobile{display:none;}
  .responsive-img-with-text-slider{display:none;}
}
@media(max-width:767.98px){
  /* .wayslider{display:none;} */
  .contentImg{width:100%; text-align:center; order:-1;}
  .contentImg img{width:400px; height:400px; object-fit:cover; border-radius:7px;}
  .wayslider__content .contentsld{width:100%; text-align:center;}
  .wayslider__content{flex-wrap:wrap;}
  

.accordion{max-width:757px; padding:0 15px; margin:50px auto; font-size:16px; line-height:22px; letter-spacing:0;}
.accordion ul{margin:0; padding:0;}
.accordion ul li{list-style:none; margin:0; background:#fff;}
.accordion ul li:last-child{border-bottom:#C2E5FF solid 3px;}
.accordion ul li h5 {font-size:18px; color:#2474AE; font-weight:bold; background:#fff;
  margin:0; padding:25px 50px 25px 15px; border-top:#C2E5FF solid 3px; 
  line-height:19px; cursor:pointer; position:relative;
  transition:all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s;
}
.accordion ul li h5.plus{border-top:#ffc70b solid 5px;}
/* .accordion ul li h5.plus{border-bottom:orange solid 0px; background:#fff; color:#2474AE;} */
.accordion ul li > div.accor-box{color:#555; line-height:24px; padding:0px 0 35px;}

.accordion ul li h5:before{content:""; position:absolute; right:14px; top:50%; transform:translateY(-50%);
  transform: translateY(-90%) rotate(45deg); -webkit-transform: translateY(-90%) rotate(45deg);
  border:solid #ffc70b; border-width:0 4px 4px 0; display:inline-block; padding:4px;}
.accordion ul li h5.plus:before{content:""; position:absolute; right:14px; top:50%; transform:translateY(-50%);
  transform:translateY(0%)  rotate(-135deg); -webkit-transform: translateY(0%)  rotate(-135deg);
  border:solid #ffc70b; border-width:0 4px 4px 0; display:inline-block; padding:4px;
}

.gfgc-block-list ul{gap:10px;}
.gfgc-block-list ul li{border:0 !important; width:calc(50% - 9px);}
.gfgc-block-list a span{width:100%; padding:0 20px;}
.gfgc-block-list a{display:block; cursor:default;}
.gfgc-block-list img{display:block; min-width:100%;}
.accor-box p{margin-bottom:15px; font-size:16px; padding:0 15px;}

.home-oncampus-list.enlightened-list ul li a{width:auto;}

.home-oncampus-list ul li{border:0 !important; box-shadow:none;}
.home-oncampus-list ul li span img{left:0;}
.home-oncampus-list ul li p{padding:10px; line-height:1.4;}

.home-offcampus-list ul li{border:0 !important; box-shadow:none;}
.home-offcampus-list ul li span img{left:0; width:100%;}

.home-oncampus-list.enlightened-list ul li{box-shadow:none;}
.home-oncampus-list.enlightened-list ul li span.logo-icon{min-height:120px; margin-bottom:15px; display:flex; align-items:center;}
.home-oncampus-list.enlightened-list ul li img{margin-bottom:0; display:block; margin:0 auto; max-height:120px;}

.responsive-img-with-text-slider{clear:both; margin-bottom:50px; padding-top:50px;}
.imgText-slide h3.title{font-size:22px; font-weight:900; color:#030303; line-height:1.3; padding:0 0;}
.img-text-slider{max-width:575px; padding:0 20px; margin:0 auto;}
.contentImg{margin-bottom:40px;}
.imgText-slide{margin:0;}
.responsive-img-with-text-slider .slick-dots{bottom:0; left:0;}
.responsive-img-with-text-slider .slick-dots li button:before{color:#2474AE; opacity:1;}
.responsive-img-with-text-slider .slick-dots li.slick-active button:before{font-size:13px; color:#FFC70B;}

.support-houses-section{padding-bottom:80px;}
.support-houses-section .container{position:relative;}
.onlyDesktop{display:none;}
.support-houses-section .slick-arrow{width:52px; height:52px; border-radius: 52px; background-size: inherit !important;}
.support-houses-section .btn-wrap{max-width:120px;bottom:-20px;}
.support-houses-list-responsive{max-width:600px; margin:0 auto; padding:0 20px;}

.support-houses-list-responsive .sh-box{margin:0;}

}
@media (max-width:700.98px){
.home-oncampus-list ul li span{padding-bottom:80%;}
.home-oncampus-list.enlightened-list ul li span.logo-icon{min-height:inherit;}
}


