@charset "utf-8";
/* CSS Document */
@import url('font-awesome.css');
@import url('font-awesome.min.css');
@import url('flaticon.css');
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900|PT+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Chivo:300,400,700,900');
body{ 
  margin: 0px;
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
  /*font-family: 'Chivo', sans-serif;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,{color:#333; text-decoration:none}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}

.clr{ 
  clear:both;
}
.fLeft{ 
  float: left;
}
.fRight{ 
  float:right;
}
.imgResponsive{ 
  width: 100%;
}
.colorOrange{
  color: #ff0000 !important;
}


#main{
  width: 100%;
}

header{
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 4px solid #4f80bb;
  z-index: 9999;
}

.logo{
  width: 100%;
  max-width: 605px;
}

.logo img{
  width: 50%;
}

.navbar-brand {
  width: 268px;
  height: 100px;
  background: url(../images/logo.jpg) no-repeat center center;
  margin: 0px;
  background-size: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ubc-logo{
  width: 169px;
  height: 87px;
  float: right;
}

.banner{
  width: 100%;
  background-image: url(../images/bg-main.jpg);
  background-repeat: no-repeat;
  padding: 50px 0;
  min-height: 644px;
  position: relative;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 8px 6px -8px #666;
  -moz-box-shadow: 0 8px 6px -8px #666;
  box-shadow: 0 8px 6px -8px #666;
}

.banner h1{
  font-size: 40px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  margin:120px 0 30px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.banner h2{
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  padding: 0 100px;
  margin:70px 0 30px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.banner h3{
  font-size: 24px;
  font-weight: 400;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  margin:0px 0 30px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.banner-overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0px;
  top: 0px;
  background-color: #5cbf5c;
  opacity: 0.3;
}

.banner-form{
  width: 100%;
  padding: 0 100px;
}

.banner-form-inner{
  width: 100%;
  padding: 10px;
  background-color: rgba(255,255,255,0.5);
}

.banner-form-inner .form-control, .gurudwara-bg-content-right .form-control{
  border-radius: 0px;
  height: 44px;
  font-size: 16px;
  border:1px solid #000;
  background-color: rgba(255,255,255,0.9);
}

.readBtn{
  background-color: #f69c56;
  color: #000;
  border-radius: 0px;
  border:none;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 15px;
}

.readBtn:hover{
  background-color: #ff7200;
  color: #000;
}

.readBtn1{
  background-color: #f69c56;
  color: #000;
  border-radius: 25px;
  border:none;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 40px;
}

.readBtn1:hover{
  background-color: #ff7200;
  color: #000;
}

.main-content{
  width: 100%;
  background-color: #f2e0c2;
  -webkit-box-shadow: 0 8px 6px -8px #666;
  -moz-box-shadow: 0 8px 6px -8px #666;
  box-shadow: 0 8px 6px -8px #666;
}

.main-content h2{
  font-family: 'Chivo', sans-serif;
  color: #5080c2;
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 15px 0;
}

.main-content p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.chaplain-box{
  width: 100%;
  border-right: 5px solid #4f80bb;
  position: relative;
}

.chaplain-box:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 70px;
  right: -5px;
  border-top: 30px solid transparent;
  border-right: 30px solid #f2e0c2;
  border-bottom: 30px solid transparent;
}

.content{
  width: 100%;
  padding: 25px 0 15px 0;
}

.parallax-window, .parallax-window1 {
  min-height: 500px;
  padding: 70px 0;
  background: transparent;
  text-align: center;
}


.about-sikhism{
  width: 100%;
  background-color: #f69c56;
  -webkit-box-shadow: 0 8px 6px -8px #666;
  -moz-box-shadow: 0 8px 6px -8px #666;
  box-shadow: 0 8px 6px -8px #666;
}

.about-sikhism h2{
  font-family: 'Chivo', sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 900;
  margin: 20px 0 15px 0;
}

.about-sikhism p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.festival-bg{
  width: 100%;
  padding: 40px 0;
  background-color: #6cb1c1;
  -webkit-box-shadow: 0 8px 6px -8px #666;
  -moz-box-shadow: 0 8px 6px -8px #666;
  box-shadow: 0 8px 6px -8px #666;
}

.festival-bg h2{
  font-family: 'Chivo', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 45px;
  font-weight: 900;
  margin: 0px 0 15px 0;
}

.festival-bg h3{
  font-family: 'Chivo', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  margin: 20px 0 15px 0;
}

.festival-bg h4{
  font-family: 'Chivo', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  margin: 40px 0 0px 0;
}

.festival-bg p{
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}

.festival-box{
  width: 100%;
}

.festival-box-icon{
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}


.seva-bg{
  width: 100%;
  background-color: #6cb1c1;
  -webkit-box-shadow: 0 8px 6px -8px #666;
  -moz-box-shadow: 0 8px 6px -8px #666;
  box-shadow: 0 8px 6px -8px #666;
}

.seva-bg h2{
  font-family: 'Chivo', sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin: 20px 0 15px 0;
}

.seva-bg h3{
  font-family: 'Chivo', sans-serif;
  color: #fff;
}

.seva-bg p{
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.gurudwara-bg{
  width: 100%;
  background-image: url(../images/gurudwara.jpg);
  background-size: cover;
  border-top: 2px solid #fff;
}

.gurudwara-bg-content{
  width: 100%;
  padding: 130px 0;
}

.gurudwara-bg-content-right{
  width: 100%;
  padding: 130px 30px;
  background-color: rgba(255,255,255,0.8);
  border-left: 5px solid #6cb1c1;
  border-right: 5px solid #6cb1c1;
}

.gurudwara-bg h2{
  font-size: 40px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  margin:50px 0 30px 0;
  text-align: center;
  font-family: 'Chivo', sans-serif;
}

.gurudwara-bg h3{
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin:0px 0 20px 0;
  font-family: 'Chivo', sans-serif;
}

.inner-content{
  width: 100%;
  padding: 40px 0;
  background-color: #f2e0c2;
  -webkit-box-shadow: 0 8px 6px -8px #666;
  -moz-box-shadow: 0 8px 6px -8px #666;
  box-shadow: 0 8px 6px -8px #666;
}

.inner-content h2{
  font-family: 'Chivo', sans-serif;
  color: #5080c2;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  position: relative;
}
.inner-content h2:after{
  content: '';
  width: 60px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0px;
  bottom: -1px;
}

.inner-content h3{
  font-family: 'Chivo', sans-serif;
  color: #414141;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  margin: 0 0 15px 0;
}

.inner-content h3 span{
  display: block;
  font-weight: 400;
  font-size: 18px;
}

.boardAdvisorImg{
  width: 100%;
  max-width: 170px;
}

hr.style-one {
  border: 0;
  height: 1px;
  margin: 15px 0 30px 0;
  background: #fff;
}

footer{
  width: 100%;
  padding: 15px 0;
  text-align: center;
}


/*start responsive*/
@media (min-width: 200px) and (max-width: 767px) {

header{
  padding: 10px 0 5px 0;
}

.ubc-logo{
  width: 169px;
  height: 87px;
  float: none;
  margin:15px auto 0 auto;
}

.banner h1{
  font-size: 30px;
  margin:40px 0 30px 0;
}

.banner h2{
  font-size: 20px;
  line-height: 30px;
  padding: 0 0px;
  margin: 0px 0 15px 0;
}

.banner h3{
  font-size: 18px;
}

.banner-form{
  width: 100%;
  padding: 0 0px;
}

.banner-form-inner{
  width: 100%;
  padding: 10px;
  background-color: rgba(255,255,255,0.5);
}

.chaplain-box{
  border:none;
}

.chaplain-box:after {
  display: none;
}

.readBtn1{
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 8px;
}

.festival-bg h4{
  font-size: 20px;
  line-height: 24px;
}

.gurudwara-bg-content{
  padding: 40px 0;
}

.gurudwara-bg-content-right{
  padding: 40px 30px;
}

}
/*end responsive*/