/*Globel CSS*/

a,
a:hover,
a:focus {
    ouline: none !important;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
}

.btn-default:hover,
.btn-default:focus {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: transparent;
    border-color: none;
    color: transparent;
}

.xs-hide {
    display: none !important;
}

.md-hide {
    display: none;
}

.xs-hide {
    display: none;
}

.xs-show {
    display: block !important;
}


/*Custom CSS*/


/* sidebar social icons */

ul.social-network {
    display: inline-block;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoYOutube:hover {
    background-color: #c4302b;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoYOutube:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
}

.social-circle li i {
    font-size: 14px;
    line-height: 35px;
    margin: 0;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle a {
    background-color: #262A2D;
}


/*Main CSS*/

.side-bar-post {
    margin: 25px auto 0;
    max-width: 200px;
    position: relative;
    text-align: center;
    width: 100%;
}

.side-bar-post > img {
    max-width: 215px;
    width: 100%;
}

.inner-details {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    left: 0;
    position: absolute;
    right: 0;
}

.inner-details a {
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.inner-details h3 {
    color: #fff;
    font-family: proxima_novasemibold;
    font-size: 18px;
    margin-bottom: 0;
}

nav {
    padding-left: 0 !important;
}

.right-navbar .btn.btn-default {
    left: 5px;
    position: absolute;
    top: 7px;
}

#menu-toggle > img {
    max-width: 25px;
    width: 100%;
}

.nav > li > a {
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.sidebar-brand img {
    width: 100%;
}

.nav > li {
    padding-top: 5px;
}

.sidebar-brand {
    display: inline-block;
    margin: 107px 30px 65px;
}

.sidebar-nav a:hover {
    border-right: 5px solid #59469C;
}

.right-navbar {
    background: #59469c none repeat scroll 0 0;
    display: inline-block;
    float: right;
    position: relative;
    width: 100%;
    z-index: 2;
}

.pd0 {
    padding: 0;
}

.mr0 {
    margin: 0;
}

.banner {
    margin-top: -6px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.r-divider {
    line-height: 0;
}

.factory > img {
    width: 100%;
}

.factory-inner {
    background-image: url("../img/box-one-1.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    position: relative;
    background-size: cover;
}

.factory-inner.thought {
    background-image: url("../img/box-one-2.png");
}

.factory-inner.baby {
    background-image: url("../img/box-one-3.png");
}

.factory-inner.success {
    background-image: url("../img/box-one-4.png");
}

.calender {
    float: right;
    position: absolute;
    right: 12px;
    top: 8px;
}

.month {
    color: #5a469c;
    font-family: proxima_novabold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 8px;
}

.thought .month {
    color: #00AD9E;
}

.baby .month {
    color: #F78F2D;
}

.success .month {
    color: #EF3B2A;
}

.calender > img {
    max-width: 60px;
    position: relative;
    width: 100%;
}

.date {
    bottom: 0;
    color: #ffffff;
    font-family: proxima_novabold;
    font-size: 25px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.factory-inner > h2 {
    color: #ffffff;
    font-family: proxima_novasemibold;
    font-size: 22px;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 20px;
}

.factory-inner > p {
    color: #000000;
    font-family: proxima_novabold;
    font-size: 12px;
    margin: 0;
    padding-left: 20px;
    padding-top: 80px;
}


/*Header*/

.fusion-mobile-selector.md-hide.xs-show {
    display: none !important;
}

.fusion-mobile-selector .container {
    background-color: #e6e5df;
    border-color: #f1f0ec;
    color: #333333;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
}

.navbar-toggle .icon-bar {
    border: 1px solid #f05858;
}

.fusion-mobile-selector .container {
    color: #333333;
    font-size: 12px;
    line-height: 45px;
    margin-bottom: 20px !important;
}

.fusion-mobile-selector span {
    margin-left: 12px;
    margin-right: 12px;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 3px;
    margin-top: 15px;
    padding: 0;
    position: relative;
}

.newslatter > input {
    background: #2f1d71 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    margin: 5px 0 0;
    padding: 10px 100px 10px 15px;
    font-family: proxima_novasemibold;
}

.newslatter button {
    background: #140744 none repeat scroll 0 0;
    border: medium none;
    color: #59469c;
    color: #fff;
    margin-top: 5px;
    padding: 10px 33px;
    font-family: proxima_novasemibold;
}

.contact-us a {
    color: #ffffff;
    text-transform: none !important;
    font-family: proxima_novasemibold;
    font-weight: normal !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
}

#main .post h2,
.fusion-modal h2,
.fusion-post-content h2,
.fusion-title h2,
.fusion-widget-area h2,
.post-content h2,
.search-page-search-form h2,
.title h2 {
    color: #000000;
}

.subsci h4 {
    padding-top: 0 !important;
}

.contact-us::before {
    background: #150744 none repeat scroll 0 0;
    content: "";
    height: 55px;
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.contact-us {
    margin-left: 5px;
    position: relative;
}

.search > input {
    background: #2f1d71 none repeat scroll 0 0;
    border: 0 none;
    padding: 15px 128px 15px 15px;
    color: #fff;
    font-family: proxima_novasemibold;
    color: #fff;
}

.search > button {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    padding: 13px 27px;
    float: right;
}

.search img {
    margin-left: -9px;
}


/*Banner*/

#myCarousel .item img {
    width: 100%;
}

.carousel-caption > h2 {
    font-family: proxima_nova_altextrabold;
    font-size: 53px;
    text-shadow: none;
    margin: 0;
    padding-top: 19%;
}

.n-arrow {
    background: #000000 none repeat scroll 0 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 38%;
}

.p-arrow {
    background: #000000 none repeat scroll 0 0;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 38%;
}

.carousel-caption > p {
    font-size: 20px;
    text-shadow: none;
    margin: 0;
}

.carousel-caption {
    padding: 0;
    top: 0;
}

.lrn-more-btn > a {
    background: #ff0000 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
    text-shadow: none;
}

.lrn-more-btn > a {
    background: #ff0000 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: proxima_novasemibold;
    font-size: 23px;
    line-height: 34px;
    max-width: 165px;
    padding: 4px 0;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.lrn-more-btn {
    padding-top: 27px;
}

.book-now-btn > a {
    background: #ff0000 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: proxima_novasemibold;
    font-size: 23px;
    max-width: 217px;
    padding: 9px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.book-now-btn {
    background: #24292d none repeat scroll 0 0;
    padding: 20px 0;
    text-align: center;
}


/*News*/

.video-news {
    background-image: url(../img/video-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 80px;
}

.video-news .title {
    font-family: proxima_nova_altextrabold;
}

.video-news .title {
    font-family: proxima_nova_altextrabold;
    font-size: 35px;
    margin: 0;
    text-align: center;
    padding-top: 57px;
    padding-bottom: 44px;
}

.video-player > img {
    max-width: 844px;
    width: 100%;
}


/*Our mission*/

.my-img {
    display: none;
    width: 100%;
}

.our-sevices .bg-back {
    background-image: url("../img/services-img.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0 !important;
    position: absolute;
    top: 0;
    width: 50%;
}

.our-mission .bg-back {
    background-image: url("../img/our-img.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

#sub_para_bottom .our-mission .bg-back {
    background-image: url("https://shalom.edu.au/wp-content/uploads/2016/08/pic_one.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.our-sevices .right-cntnt {
    margin-left: 0%;
}

.right-cntnt {
    margin-left: 50%;
}

.our-sevices {
    background: #00ad9e none repeat scroll 0 0;
    position: relative;
}

.our-mission {
    background: #5a469c none repeat scroll 0 0;
    position: relative;
}

.title-heading-center {
    padding-top: 33px !important;
    font-family: proxima_nova_altextrabold;
    font-size: 40px;
}

.fusion-events-shortcode .fusion-one-fourth .tribe-events-event-image {
    height: 173px !important;
}

.fusion-events-shortcode .fusion-one-fourth .tribe-events-event-image .imi {
    height: 193px !important;
}

.our-mission-inner {
    color: #ffffff;
    padding-bottom: 45px;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 15px !important;
}

.our-mission-inner > h3 {
    color: #ffffff;
    font-family: proxima_nova_altextrabold;
    font-size: 40px;
    margin: 0;
    padding-top: 0px;
}

.sub-title {
    font-size: 14px;
    margin: 0;
    padding-top: 6px;
}

.light {
    margin: 25px 0 35px;
    max-width: 125px;
    width: 100%;
}

.our-mission-inner > p {
    font-size: 16px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 30px;
}

.our-mission-inner p + p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.blue-color {
    background: #5a469c none repeat scroll 0 0;
}

.sevices {
    background: #01ad9f;
}


/*Testimonilas*/

.cara {
    background-image: url("../img/testi.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

#fade-quote-carousel .carousel-inner h2 {
    padding: 0;
}

.cara h3 {
    font-family: proxima_nova_altextrabold;
    font-size: 40px;
    margin: 0;
    padding-top: 55px;
}

.profile-circle > img {
    margin-top: 50px;
}

#fade-quote-carousel .carousel-inner p {
    font-size: 16px;
    margin: 0 auto;
    max-width: 654px;
    width: 100%;
    color: #000;
}

#fade-quote-carousel .carousel-inner h4 {
    font-family: proxima_novasemibold;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: none;
    margin: 0;
    padding-top: 44px;
}

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #e84a64;
    border: none;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel blockquote {
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 30px 0 0;
}

#wrapper1 .fusion-body .wpcf7-form .fusion-slider-loading, .fusion-body .wpcf7-form .fusion-slider-loading::after {
  height: 3em;
  left: unset !important;
  position: absolute;
  right: 135px !important;
  top: 13px;
  width: 3em;
}


/*news-ltter*/

.my-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.subsci h4 {
    font-size: 21px;
    font-family: proxima_nova_altextrabold;
    margin: 0;
    color: #fff;
    padding-top: 8px;
    margin-top: 5px !important;
}

.subsci {
    background: #24292d none repeat scroll 0 0;
    padding: 50px 0;
    text-align: center;
}

.subsci input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    font-family: proxima_novasemibold;
    margin: 5px 0 0;
    padding: 10px 0;
    width: 60%;
}

.subsci button {
    background: #ef3b2a none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: proxima_novasemibold;
    margin-top: 5px;
    padding: 10px 0px;
    max-width: 160px;
    width: 100%;
}

.logo {
    text-align: center;
    padding: 45px 0;
}
.upcoming_image img {
  display: block !important;
  height: 615px;
  opacity: 0;
}


.fusion-fullwidth.fullwidth-box.fusion-fullwidth-3.fusion-parallax-none.hundred-percent-fullwidth{padding-top: 5px !important;}

/*footer*/

footer {
    text-align: center;
    background: #59469c;
    color: #fff;
    padding: 50px;
}

footer h3 {
    font-family: proxima_nova_altextrabold;
    font-size: 29px;
    margin: 0;
    padding-top: 18px;
}

footer p {
    font-size: 14px;
    margin: 0;
    padding-top: 7px;
}

.footer-bottom {
    background: #24292d;
    text-align: center;
    padding: 30px 0;
    color: #fff;
}

.footer-bottom ul {
    margin-bottom: 0;
    font-size: 13px;
}


/*--------- Css added by RavendrA 03-sep-2016 ----------*/
.side-header-content.side-header-content-3 { padding: 50px 0;}
.fusion-footer { margin: 0 -30px;}
div#events_again {padding: 0 30px !important;
   background-color: rgba(90,70,156,0.9) !important;}
div#events_again .fusion-fullwidth-9 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media only screen and (max-width: 1125px){
	#subsci .wpcf7 { margin: 0 auto}

}
@media only screen and (max-width: 1023px) {
	#bg_full_color .fusion-spacing-no.fusion-one-half { min-height: inherit !important;}
	.fusion-mobile-nav-holder { display: block}
	#side-header.fusion-mobile-menu-design-modern .fusion-main-menu-container .fusion-mobile-nav-holder > ul#menu-main-menu {
    display: none;}
	.our-mission { padding-top: 0 !important}
	.fusion-footer { margin: 0;}
	
}
@media screen and (max-width: 990px) {
	#subsci .wpcf7-submit { right: 14px} 
	


}
@media (max-width: 767px) {
	.navbar-right { margin-right: 0;}
	div#subsci {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.subsci h4 { padding: 0 15px}

}
.flickity-prev-next-button {
    background: #f78f2d !important;
}