*{
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
}
.navbar {
    min-height: 90px;
}
.navbar-brand {
    padding: 15px;
    height: 100%;
}
.navbar-khamelia {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    border-top: 4px solid #cecece;
    border-bottom: 4px solid #f2a600;
}
.navbar-right {
    margin-top: 16px;
}
.navbar-nav > li > a {
    color: #bfbfbf;
    font-weight: 600;
    font-size: 16px;
    transition: all .5s;
    text-transform: uppercase;
    border-right: 1px solid #eaeaeb;
    padding: 14px;
}
.navbar-nav > li:last-child > a {
    border:0;
}
.nav > li > a:hover {
    background-color: #fff;
    color: #f3a600;
}
.navbar-toggle .icon-bar {
    background-color: #bfbfbf;
}
.navbar-toggle {
    border: 1px solid #bfbfbf;
    margin: 15px 15px 12px 0;
    padding:8px;
}

.fade-carousel {
    position: relative;
    height: 90vh;
}

    .fade-carousel .carousel-inner .item {
        height: 90vh;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #f39c12;
        border-color: #f39c12;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }


.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
    height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../images/jubilee-torah-slide1.webp);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../images/jubilee-torah-slide2.webp);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../images/jubilee-torah-slide3.webp);
}
.fade-carousel .slides .slide-4 {
    background-image: url(../images/jubilee-torah-slide4.webp);
}
.fade-carousel .slides .slide-5 {
    background-image: url(../images/jubilee-torah-slide5.webp);
}
.header-content {
    display:flex;
    align-items:center;
}
.banner-top-txt {
    color: #7c7e7f;
    font-size:16px;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
.banner-txt-box {
    background: rgba(255,255,255,0.5);    
}
.txt-color {
    color:#fff;
}
.create-acc {
    display: inline-block;
    background-color: #559ee3;
    color: #fff;
    font-size: 125%;
    border-radius: 6px;
    margin-top: 0.8em;
    padding: 10px 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.create-acc:hover,
.create-acc:focus {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background-color: #f3a600;
    color: #fff;
}
.banner-text {
    padding: 20px 20px;
	background-color: rgba(255,255,255,0.4);
	border: 1px solid rgba(255,255,255,0.8);
}
.banner-text h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    color: #4a98e2;
    margin-top: 0;
}

.banner-text h6 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    color: #606060;
}
.banner-text h1 span{
	color: #f3a600;
}
.media {
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
    background-color: #fff;
    border: 1px solid #d4d4e1;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    min-height: 260px;
    padding: 10px;
}
.media::after {
    box-shadow:none;
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}
.media:hover .box-icon {
    background-color: #fff;
}
.media:hover .box-icon1 {
    background-position: 0 -100px;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.media:hover .box-icon2 {
    background-position: -100px -100px;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.media:hover .box-icon3 {
    background-position: -200px -100px;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #2d2d2d;
    padding-bottom: 15px;
}
.title1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #4a98e2;
    text-align: center;
    padding-bottom: 10px;
}
.title2 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #2d2d2d;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.box-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #4a98e2;
    border: 2px solid #4a98e2;
    background-image: url(../images/JubileeTorah-BoxIcon.png);
    background-repeat: no-repeat;
}
.box-icon1 {
    background-position: 0 0;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.box-icon2 {
    background-position: -100px 0;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.box-icon3 {
    background-position: -200px 0;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.media p {
    margin-bottom:10px;
    padding:0;
    text-align:center;
}
.commone-padding {
    padding: 25px 0 35px;
    margin: 25px 0 35px;
}

.media-heading {
    font-size: 20px;
    font-weight: bold;
    color: #4a98e2;
    margin: 0;
    padding: 0;
}
.grey-section {
    background-color: #f0f4f8;
}
.jubilee-feature {
    display: flex;
    margin-bottom: 20px;
}
.jubilee-feature-no {
    width: 36px;
    font-size: 22px;
    font-weight: bold;
    color: #4a98e2;
}
.jubilee-feature-content {
    width:calc(100% - 36px);
}
.jubilee-feature-heading {
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
    margin: 4px 0 10px 0;
    padding: 0;
}

.testimonial-block {
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
    background-color: #fff;
    border: 1px solid #d4d4e1;
    border-radius: 12px;
    min-height: 260px;
    padding: 10px;
    margin-bottom:20px;
    position:relative;
}
.testimonial-block:after {
    box-shadow:none;
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}
.testimonial-block:hover::after {
    content: "";
    display: block;
    width: 84%;
    height: 100px;
    background-color: #fff;
    box-shadow: 10px 10px 10px #6b6b6b;
    border-radius: 42%;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    z-index: -1;
}
.testimonial-img-block {
    display: flex;
    margin-top: 20px;
}
.testimonial-img {
    width:80px;
    height:80px;
}
.testimonial-titles {
    margin-left: 20px;
    color: #2e2e35;
}
.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.testimonial-designation {
    font-size: 16px;
    font-family: Arial;
    font-style: italic;
    margin: 0;
    padding: 0;
}
.testimonial-txt {
    margin-top: 20px;
    font-size: 15px;
}

.footer {
    background-color: #efefef;
    border-top: 4px solid #fcab0e;
    margin: 0;
    padding: 50px 0 35px;
}
.footer_dv {
    width: 100%;
}
.footer_dv h4 {
    color: #5a5a5a;
    font-family: roboto;
    font-weight: bold;
    text-transform: uppercase;
}
.footer_dv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_dv ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}
.footer_dv ul li {
    color: #f1f2f2;
    padding: 5px 0;
}
.footer_dv ul li a{
    color: #5a5a5a;
    font-size:16px;
}
.footer_dv p {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 -5px;
    text-align: justify;
}
.social-media {
    margin-top:20px;
    min-height:40px;
}
.social-media a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
    text-decoration: none;
    transition: all 1s;
}
.social-media-icon {
    width: 40px;
    height: 40px;
    background: url(../images/jubilee-media-icon.jpg) no-repeat;
}
.fb-icon {
    background-position:0 0;
}
.tw-icon {
    background-position: -40px 0;
}
.yt-icon {
    background-position: -80px 0;
}
.li-icon {
    background-position: -120px 0;
}
.pr-icon {
    background-position: -160px 0;
}
.ig-icon {
    background-position: -200px 0;
}
.social-media a:hover {
    transform: rotateY(360deg);
    color: #f2a600;
    border-color: #f2a600;
}
.footer-text {
    font-size:12px;
    margin:20px 0 10px;
    padding:0;
    text-align:justify;
}
.footer-links a {
    font-size:16px;
    color: #5a5a5a;
    margin-right:30px;
    text-decoration:none;
}
.footer-links a:hover {
    color:#f2a600;
}
.copyright-statement p {
    float:right;
}
.navbar-nav > li > a.nav-search {
 padding: 8px 14px;
}

.search-bar {
    background-color: #fff;
    padding: 0;
    height: 0;
    border-bottom: 1px solid #cecece;
    overflow: hidden;
    transition: all 0.5s;
}
.top-header.show-search .search-bar {
    height: auto;
    padding: 20px;
}
.search-field {
    height: 40px;
    width: 100%;
    border-radius: 6px;
    background-color: #fbfbfb;
    border: 0;
    outline: 0;
    padding: 10px;
    font-size: 16px;
    color: #797979;
    transition: all 0.5s;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.copyright {
    background-color: #efefef;
    border-top: 4px solid #cecece;
    padding: 25px 0px;
}
.copyright p {
    margin: 0;
    color: #5a5a5a;
    padding:0;
}
.navbar-footer-brand img {
    margin-bottom:20px;
}

.media:hover::after {
    content: "";
    display: block;
    width: 84%;
    height: 100px;
    background-color: #fff;
    box-shadow: 10px 10px 10px #6b6b6b;
    border-radius: 42%;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    z-index: -1;
}

.affix {
    left: 0;
    right: 0;
    z-index: 999;
}
.affix::after {
    content: "";
    display: block;
    width: 84%;
    height: 100px;
    background-color: #fff;
    box-shadow:10px 10px 10px #6b6b6b;
    -webkit-box-shadow:10px 10px 10px #6b6b6b;
   -moz-box-shadow:10px 10px 10px #6b6b6b;
    border-radius: 42%;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    z-index: -1;
}

.footer_dv ul li a:hover {
    color: #f2a600;
    text-decoration: none;
}
.footer_dv ul li:hover {
    padding-left: 10px;
transition: all 1s;
}
.banner-scroll a:hover{
  background: #fcab0e;
}
/**************Media Query***************/
@media only screen and (max-width: 1680px) {
    #banner {
        height: 650px;
    }
}
@media only screen and (max-width: 1440px) {
    #banner {
        height: 600px;
    }
}
@media only screen and (max-width: 1400px) {
    #banner {
        height: 550px;
    }
}
@media only screen and (max-width: 1280px) {
    #banner {
        height: 500px;
    }
}
@media only screen and (max-width: 1199px) {
    .navbar {
        min-height: 80px;
    }
    .navbar-brand {
        padding: 10px;
    }
    .navbar-right {
        margin-top: 18px;
    }
    .navbar-nav > li > a {
        font-size: 14px;
        padding: 8px 10px;
    }
    .banner-text h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .banner-text h2 {
        font-size: 36px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 1099px) {
    #banner {
        height: 450px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar {
        min-height: 70px;
    }

    .navbar-right {
        margin-top: 20px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
        padding: 5px 6px;
    }
    .navbar-brand > img {
        width: 250px;
    }
    .banner-txt-box {
        background: none;
        padding: 0;
    }
    .banner-text {
        background: rgba(255,255,255,0.7);
        padding: 20px;
    }
    .banner-text h6 {
        line-height: 20px;
    }
    .media {
        margin-bottom: 20px;
    }
    .copyright-statement p {
        float: left;
        margin-top:10px;
    }
    .txt-color {
        color: #696a6a;
    }
}
@media only screen and (max-width: 767px) {
.hero {
	left: 10%;
	-webkit-transform: translate3d(-5%,-50%,0);
	-moz-transform: translate3d(-5%,-50%,0);
	-ms-transform: translate3d(-5%,-50%,0);
	-o-transform: translate3d(-5%,-50%,0);
	transform: translate3d(-5%,-50%,0);
}
}
@media only screen and (max-width: 600px) {
    .hero {
        left: 6%;
        -webkit-transform: translate3d(-3%,-50%,0);
        -moz-transform: translate3d(-3%,-50%,0);
        -ms-transform: translate3d(-3%,-50%,0);
        -o-transform: translate3d(-3%,-50%,0);
        transform: translate3d(-3%,-50%,0);
    }
}
@media only screen and (max-width:500px) {
    .banner-text h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .copyright {
        padding: 15px 0px;
    }
    .footer-links a,
    .copyright p {
        font-size: 14px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 400px) {
    .hero {
        left: 2%;
        -webkit-transform: translate3d(-1%,-50%,0);
        -moz-transform: translate3d(-1%,-50%,0);
        -ms-transform: translate3d(-1%,-50%,0);
        -o-transform: translate3d(-1%,-50%,0);
        transform: translate3d(-1%,-50%,0);
    }
    .banner-top-txt {
        font-size: 14px;
    }
    .footer-links a {
        display:block;
    }
}
@media only screen and (max-width:350px) {
    .navbar-brand > img {
        width: 200px;
    }
    .social-media a {
        margin-right: 5px;
    }
}
